1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 04:13:58 +02:00
This commit is contained in:
syuilo
2024-01-09 20:09:47 +09:00
parent 333fac00c8
commit eda727c487
4 changed files with 13 additions and 6 deletions

2
locales/index.d.ts vendored
View File

@@ -1195,6 +1195,8 @@ export interface Locale {
"bubbleGame": string;
"sfx": string;
"soundWillBePlayed": string;
"replay": string;
"replaying": string;
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;

View File

@@ -1192,6 +1192,8 @@ enableQuickAddMfmFunction: "高度なMFMのピッカーを表示する"
bubbleGame: "バブルゲーム"
sfx: "効果音"
soundWillBePlayed: "サウンドが再生されます"
replay: "リプレイ"
replaying: "リプレイ中"
_announcement:
forExistingUsers: "既存ユーザーのみ"