mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
clarify word mute warning
This commit is contained in:
parent
535d316839
commit
c47a6937e5
2 changed files with 5 additions and 5 deletions
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
@ -13033,6 +13033,10 @@ export interface Locale extends ILocale {
|
|||
* Text does not match any patterns.
|
||||
*/
|
||||
"wordMuteTestNoMatch": string;
|
||||
/**
|
||||
* All word mutes are *case-sensitive* and match on any substring, including part of a longer word or name. You can use regular expressions for more precise control.
|
||||
*/
|
||||
"wordMuteWarning": string;
|
||||
/**
|
||||
* Bubble timeline
|
||||
*/
|
||||
|
@ -13053,10 +13057,6 @@ export interface Locale extends ILocale {
|
|||
* Timeout in milliseconds for translation API requests.
|
||||
*/
|
||||
"translationTimeoutCaption": string;
|
||||
/**
|
||||
* Except for regular expressions, all word mutes are *case-sensitive* and match on any substring, including part of a longer word or name.
|
||||
*/
|
||||
"wordMuteWarning": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
@ -560,7 +560,7 @@ 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 patterns."
|
||||
wordMuteWarning: "Except for regular expressions, all word mutes are *case-sensitive* and match on any substring, including part of a longer word or name."
|
||||
wordMuteWarning: "All word mutes are *case-sensitive* and match on any substring, including part of a longer word or name. You can use regular expressions for more precise control."
|
||||
|
||||
bubbleTimeline: "Bubble timeline"
|
||||
bubbleTimelineDescription: "Choose which instances should be displayed in the bubble."
|
||||
|
|
Loading…
Add table
Reference in a new issue