diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-12-10 03:44:43 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-12-10 03:44:43 -0600 |
commit | 61e3a90e50be6e5dba2d84ef31a7df171eb6be50 (patch) | |
tree | e5bf9317567c0c782d39d2f866643ac59761909e /config/locales | |
parent | 91545d4ec4b081b6f0e99e013aa1bfdd9c930596 (diff) |
add regex shortcut descriptions for filters
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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: "<code>"thing"</code> - match whole words<br/><code>tags: "thing"</code> - match tags</code><br/><code>subj: thing</code> - match subject or CW</code><br/><code>text: thing</code> - match text<br/><code>desc: thing</code> - 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 |