Partially Revert "Hard mute (misskey-dev#12376)"
This reverts commit 864827f788 partially.
型定義に関する実装はそのままに
一部型定義に合わない実装の修正
This commit is contained in:
parent
77e676e121
commit
d9efde97e4
17 changed files with 79 additions and 107 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
|
@ -644,7 +644,6 @@ export interface Locale {
|
|||
"smtpSecureInfo": string;
|
||||
"testEmail": string;
|
||||
"wordMute": string;
|
||||
"hardWordMute": string;
|
||||
"regexpError": string;
|
||||
"regexpErrorDescription": string;
|
||||
"instanceMute": string;
|
||||
|
|
|
|||
|
|
@ -641,7 +641,6 @@ smtpSecure: "SMTP 接続に暗黙的なSSL/TLSを使用する"
|
|||
smtpSecureInfo: "STARTTLS使用時はオフにします。"
|
||||
testEmail: "配信テスト"
|
||||
wordMute: "ワードミュート"
|
||||
hardWordMute: "ハードワードミュート"
|
||||
regexpError: "正規表現エラー"
|
||||
regexpErrorDescription: "{tab}ワードミュートの{line}行目の正規表現にエラーが発生しました:"
|
||||
instanceMute: "サーバーミュート"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue