diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 22:32:19 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 22:32:19 -0400 |
| commit | 32b860c352615d3c2d0902c1efeb24aee30a09cf (patch) | |
| tree | 9697ccfe48b1c555e54cdd7f560f626ef3988a27 /sharkey-locales | |
| parent | allow checkWordMute to accept raw strings (diff) | |
| download | sharkey-32b860c352615d3c2d0902c1efeb24aee30a09cf.tar.gz sharkey-32b860c352615d3c2d0902c1efeb24aee30a09cf.tar.bz2 sharkey-32b860c352615d3c2d0902c1efeb24aee30a09cf.zip | |
add UI for testing word mutes
Diffstat (limited to 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 034d995b01..a42486c4d1 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -543,3 +543,10 @@ enableProxyAccountDescription: "If disabled, then the proxy account will not be _confirmPollEdit: title: Are you sure you want to edit this poll text: Editing this poll will cause it to lose all previous votes + +wordMuteTestLabel: "Test word mutes" +wordMuteTestDescription: "Enter some text here to test your word mute patterns. The matched words, if any, will be displayed below." +wordMuteTestTest: "Test" +wordMuteTestMatch: "Matched words: {words}" +wordMuteTestNoResults: "No results yet, enter some text and click \"Test\" to check it." +wordMuteTestNoMatch: "Text does not match any word mutes." |