From 75b424192e3a6ed424c70cd3e3f67dc2e16b49f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A6=E3=81=83?= =?UTF-8?q?=E3=83=BC=E3=80=82?= <56515516+mattyatea@users.noreply.github.com> Date: Sun, 20 Oct 2024 11:19:33 +0900 Subject: [PATCH] =?UTF-8?q?feat(frontend/reactions):=20=E3=83=AA=E3=83=A2?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=AE=E3=83=AA=E3=82=A2=E3=82=AF=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=81=AE=E3=83=9F=E3=83=A5=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=81=AE=E6=96=B9=E6=B3=95=E3=82=92=E5=A4=89=E3=81=88=E3=81=9F?= =?UTF-8?q?=20(MisskeyIO#762)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> --- locales/index.d.ts | 8 +++-- locales/ja-JP.yml | 3 +- .../src/components/MkEmojiPickerDialog.vue | 32 +------------------ .../src/components/MkNoteDetailed.vue | 16 ++++++++++ 4 files changed, 25 insertions(+), 34 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 262cc0b35..482457d78 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -585,9 +585,13 @@ export interface Locale extends ILocale { */ "mutedReactions": string; /** - * リモートの絵文字をミュート + * このリアクションをミュートする */ - "remoteCustomEmojiMuted": string; + "muteThisReaction": string; + /** + * このリアクションのミュートを解除する + */ + "unmuteThisReaction": string; /** * ブロック */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 3ff82c457..1693d9c7b 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -142,7 +142,8 @@ unmute: "ミュート解除" renoteMute: "リノートをミュート" renoteUnmute: "リノートのミュートを解除" mutedReactions: "リアクションのミュート" -remoteCustomEmojiMuted: "リモートの絵文字をミュート" +muteThisReaction: "このリアクションをミュートする" +unmuteThisReaction: "このリアクションのミュートを解除する" block: "ブロック" unblock: "ブロック解除" suspend: "凍結" diff --git a/packages/frontend/src/components/MkEmojiPickerDialog.vue b/packages/frontend/src/components/MkEmojiPickerDialog.vue index 65f227e9a..90b37e390 100644 --- a/packages/frontend/src/components/MkEmojiPickerDialog.vue +++ b/packages/frontend/src/components/MkEmojiPickerDialog.vue @@ -29,29 +29,15 @@ SPDX-License-Identifier: AGPL-3.0-only :max-height="maxHeight" @chosen="chosen" /> -
- {{ i18n.ts.remoteCustomEmojiMuted }} - - - {{ i18n.ts.add }} - -
- -
-