From 4e4cd6a7d945763fe4f57ab6080632bfcf3812b0 Mon Sep 17 00:00:00 2001 From: tai-cha Date: Mon, 16 Dec 2024 03:23:48 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BD=E3=83=95=E3=83=88=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=83=9F=E3=83=A5=E3=83=BC=E3=83=88=E3=81=AE=E3=83=9F?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=83=88=E6=96=87=E5=AD=97=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=82=92=E5=88=87=E3=82=8A=E6=9B=BF=E3=81=88=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 +++ locales/ja-JP.yml | 1 + packages/frontend/src/components/MkNote.vue | 8 +++++ .../src/pages/settings/mute-block.vue | 30 +++++++++++++++++-- packages/frontend/src/store.ts | 5 ++++ 5 files changed, 45 insertions(+), 3 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 100cdf8fa3..204d9c76c7 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2758,6 +2758,10 @@ export interface Locale extends ILocale { * ハードワードミュート */ "hardWordMute": string; + /** + * ミュートされたワードを表示 + */ + "showMutedWord": string; /** * 正規表現エラー */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index cf9839c211..3f0947e93a 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -685,6 +685,7 @@ smtpSecureInfo: "STARTTLS使用時はオフにします。" testEmail: "配信テスト" wordMute: "ワードミュート" hardWordMute: "ハードワードミュート" +showMutedWord: "ミュートされたワードを表示" regexpError: "正規表現エラー" regexpErrorDescription: "{tab}ワードミュートの{line}行目の正規表現にエラーが発生しました:" instanceMute: "サーバーミュート" diff --git a/packages/frontend/src/components/MkNote.vue b/packages/frontend/src/components/MkNote.vue index cd7aaf85a9..2de06636f5 100644 --- a/packages/frontend/src/components/MkNote.vue +++ b/packages/frontend/src/components/MkNote.vue @@ -150,6 +150,13 @@ SPDX-License-Identifier: AGPL-3.0-only + + +