From 61e3a90e50be6e5dba2d84ef31a7df171eb6be50 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 10 Dec 2019 03:44:43 -0600 Subject: add regex shortcut descriptions for filters --- config/locales/simple_form.en.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 6e9118535..cf9c1b073 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -26,7 +26,6 @@ en: locale: The language of the creature interface, e-mails and push notifications locked: Requires you to manually approve packmates password: Use at least 8 characters - phrase: Will be matched regardless of casing in text or content warning of a roar scopes: Which APIs the application will be allowed to access. If you select a top-level scope, you don't need to select individual ones. setting_advanced_layout: The advanced UI consists of multiple customizable columns setting_aggregate_reblogs: Do not show new repeats for roars that have been recently repeated (only affects newly-received repeats) @@ -46,7 +45,7 @@ en: setting_skin: Reskins the selected Mastodon flavour setting_theme: Affects how Mastodon looks when you're logged in from any device. username: Your username will be unique on %{domain} - whole_word: When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word + phrase_html: ""thing" - match whole words
tags: "thing" - match tags
subj: thing - match subject or CW
text: thing - match text
desc: thing - match media descriptions" featured_tag: name: 'You might want to use one of these:' imports: @@ -114,7 +113,7 @@ en: note: Bio otp_attempt: Two-factor code password: Password - phrase: Keyword or phrase + phrase: Regular expression setting_advanced_layout: Enable advanced web interface setting_aggregate_reblogs: Group repeats in timelines setting_auto_play_gif: Auto-play animated GIFs -- cgit