1
0

respect word mutes

This commit is contained in:
Hazel K
2024-10-03 00:45:49 -04:00
parent fcb1218bbc
commit 72d59b459a
6 changed files with 98 additions and 6 deletions
+1
View File
@@ -696,6 +696,7 @@ regexpError: "Regular Expression error"
regexpErrorDescription: "An error occurred in the regular expression on line {line} of your {tab} word mutes:"
instanceMute: "Instance Mutes"
userSaysSomething: "{name} said something"
postFiltered: "post is hidden by a filter"
makeActive: "Activate"
display: "Display"
copy: "Copy"
+4
View File
@@ -2800,6 +2800,10 @@ export interface Locale extends ILocale {
* {name}
*/
"userSaysSomething": ParameterizedString<"name">;
/**
* post is hidden by a filter
*/
"postFiltered": string;
/**
*
*/
+1
View File
@@ -696,6 +696,7 @@ regexpError: "正規表現エラー"
regexpErrorDescription: "{tab}ワードミュートの{line}行目の正規表現にエラーが発生しました:"
instanceMute: "サーバーミュート"
userSaysSomething: "{name}が何かを言いました"
postFiltered: "post is hidden by a filter"
makeActive: "アクティブにする"
display: "表示"
copy: "コピー"