enhance(frontend): サーバーのテーマ設定を別ページに分離
This commit is contained in:
parent
0465e74521
commit
dd733ec1d0
6 changed files with 144 additions and 77 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -1065,6 +1065,7 @@ export interface Locale {
|
|||
"goToMisskey": string;
|
||||
"additionalEmojiDictionary": string;
|
||||
"installed": string;
|
||||
"branding": string;
|
||||
"_initialAccountSetting": {
|
||||
"accountCreated": string;
|
||||
"letsStartAccountSetup": string;
|
||||
|
|
|
@ -1062,6 +1062,7 @@ later: "あとで"
|
|||
goToMisskey: "Misskeyへ"
|
||||
additionalEmojiDictionary: "絵文字の追加辞書"
|
||||
installed: "インストール済み"
|
||||
branding: "ブランディング"
|
||||
|
||||
_initialAccountSetting:
|
||||
accountCreated: "アカウントの作成が完了しました!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue