feat(frontend): 画面に雪を降らせる機能を復活
This commit is contained in:
parent
8c218397bc
commit
742da2f1e9
7 changed files with 501 additions and 4 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
|
@ -1182,6 +1182,7 @@ export interface Locale {
|
|||
"reloadRequiredToApplySettings": string;
|
||||
"remainingN": string;
|
||||
"overwriteContentConfirm": string;
|
||||
"seasonalScreenEffect": string;
|
||||
"_announcement": {
|
||||
"forExistingUsers": string;
|
||||
"forExistingUsersDescription": string;
|
||||
|
|
|
|||
|
|
@ -1179,6 +1179,7 @@ code: "コード"
|
|||
reloadRequiredToApplySettings: "設定の反映にはリロードが必要です。"
|
||||
remainingN: "残り: {n}"
|
||||
overwriteContentConfirm: "現在の内容に上書きされますがよろしいですか?"
|
||||
seasonalScreenEffect: "季節に応じた画面の演出"
|
||||
|
||||
_announcement:
|
||||
forExistingUsers: "既存ユーザーのみ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue