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" /> -