mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-07 08:04:17 +02:00
Merge branch 'develop' into copilot/add-user-mute-settings
This commit is contained in:
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
@@ -6239,6 +6239,14 @@ export interface Locale extends ILocale {
|
||||
* プロファイルの管理
|
||||
*/
|
||||
"manageProfiles": string;
|
||||
/**
|
||||
* 複数のデバイスで同一のプロファイルを共有することは推奨しません。
|
||||
*/
|
||||
"shareSameProfileBetweenDevicesIsNotRecommended": string;
|
||||
/**
|
||||
* 複数のデバイスで同期したい設定項目が存在する場合は、個別に「複数のデバイスで同期」オプションを有効にしてください。
|
||||
*/
|
||||
"useSyncBetweenDevicesOptionIfYouWantToSyncSetting": string;
|
||||
};
|
||||
"_preferencesBackup": {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user