diff --git a/locales/index.d.ts b/locales/index.d.ts index 96bc9099dd..32921ca17b 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1195,6 +1195,8 @@ export interface Locale { "bubbleGame": string; "sfx": string; "soundWillBePlayed": string; + "replay": string; + "replaying": string; "_announcement": { "forExistingUsers": string; "forExistingUsersDescription": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index c28fde56cb..463b229d61 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1192,6 +1192,8 @@ enableQuickAddMfmFunction: "高度なMFMのピッカーを表示する" bubbleGame: "バブルゲーム" sfx: "効果音" soundWillBePlayed: "サウンドが再生されます" +replay: "リプレイ" +replaying: "リプレイ中" _announcement: forExistingUsers: "既存ユーザーのみ" diff --git a/packages/frontend/src/pages/drop-and-fusion.vue b/packages/frontend/src/pages/drop-and-fusion.vue index d790d0f0e7..622214a2dc 100644 --- a/packages/frontend/src/pages/drop-and-fusion.vue +++ b/packages/frontend/src/pages/drop-and-fusion.vue @@ -97,13 +97,13 @@ SPDX-License-Identifier: AGPL-3.0-only