respect word mutes
This commit is contained in:
@@ -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"
|
||||
|
||||
Vendored
+4
@@ -2800,6 +2800,10 @@ export interface Locale extends ILocale {
|
||||
* {name}が何かを言いました
|
||||
*/
|
||||
"userSaysSomething": ParameterizedString<"name">;
|
||||
/**
|
||||
* post is hidden by a filter
|
||||
*/
|
||||
"postFiltered": string;
|
||||
/**
|
||||
* アクティブにする
|
||||
*/
|
||||
|
||||
@@ -696,6 +696,7 @@ regexpError: "正規表現エラー"
|
||||
regexpErrorDescription: "{tab}ワードミュートの{line}行目の正規表現にエラーが発生しました:"
|
||||
instanceMute: "サーバーミュート"
|
||||
userSaysSomething: "{name}が何かを言いました"
|
||||
postFiltered: "post is hidden by a filter"
|
||||
makeActive: "アクティブにする"
|
||||
display: "表示"
|
||||
copy: "コピー"
|
||||
|
||||
Reference in New Issue
Block a user