リモートユーザーの情報更新簡単にした

This commit is contained in:
mattyatea 2023-10-06 08:35:41 +09:00
parent 449c87262b
commit 696417140f
4 changed files with 43 additions and 1 deletions

1
locales/index.d.ts vendored
View file

@ -306,6 +306,7 @@ export interface Locale {
"light": string;
"dark": string;
"lightThemes": string;
"remoteUserInfoUpdate": string;
"darkThemes": string;
"syncDeviceDarkMode": string;
"drive": string;

View file

@ -303,6 +303,7 @@ gamingModeInfo: "ボタンなどの装飾をいい感じのグラデーション
light: "ライト"
dark: "ダーク"
lightThemes: "明るいテーマ"
remoteUserInfoUpdate: "アイコンなどが正常に表示されない場合にここをクリックしてください。"
darkThemes: "暗いテーマ"
syncDeviceDarkMode: "デバイスのダークモードと同期する"
drive: "ドライブ"