feat(frontend): add BubbleGame

Cherry-picked from 746367004e
Cherry-picked from 0815a5235d
Cherry-picked from 4ea030d669
Cherry-picked from 00e195f50b
Cherry-picked from c6a4caa8be

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
syuilo 2024-01-07 14:32:57 +09:00 committed by まっちゃとーにゅ
parent 078cfbcd19
commit 73ee6b455a
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
31 changed files with 1094 additions and 4 deletions

1
locales/index.d.ts vendored
View file

@ -1190,6 +1190,7 @@ export interface Locale {
"decorate": string;
"addMfmFunction": string;
"enableQuickAddMfmFunction": string;
"bubbleGame": string;
"abuseReportCategory": string;
"selectCategory": string;
"reportComplete": string;

View file

@ -1187,6 +1187,7 @@ seasonalScreenEffect: "季節に応じた画面の演出"
decorate: "デコる"
addMfmFunction: "装飾を追加"
enableQuickAddMfmFunction: "高度なMFMのピッカーを表示する"
bubbleGame: "バブルゲーム"
abuseReportCategory: "通報の種類"
selectCategory: "カテゴリを選択"
reportComplete: "通報完了"