forked from mirrors/misskey
enhance(frontend): デバイスのダークモードと同期するオプションが有効なときにテーマを手動で切り替えようとした際の警告を表示
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -1326,6 +1326,10 @@ export interface Locale extends ILocale {
|
||||
* デバイスのダークモードと同期する
|
||||
*/
|
||||
"syncDeviceDarkMode": string;
|
||||
/**
|
||||
* 「{x}」がオンになっています。同期をオフにして手動でモードを切り替えますか?
|
||||
*/
|
||||
"switchDarkModeManuallyWhenSyncEnabledConfirm": ParameterizedString<"x">;
|
||||
/**
|
||||
* ドライブ
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user