diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d3891a41a..c8b34608b 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -572,6 +572,7 @@ _wordMute: hardDescription: "指定した条件のノートをタイムラインに追加しないようにします。追加されなかったノートは、条件を変更しても除外されたままになります。" soft: "ソフト" hard: "ハード" + mutedNotesCount: "{count}ノートがミュートされました" _theme: explore: "テーマを探す" diff --git a/src/client/components/ui/input.vue b/src/client/components/ui/input.vue index d5317db7f..f9c2d9a43 100644 --- a/src/client/components/ui/input.vue +++ b/src/client/components/ui/input.vue @@ -64,7 +64,7 @@