diff options
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 0c93055b39..ab17f8b736 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6219,6 +6219,14 @@ export interface Locale extends ILocale { * プロファイルの管理 */ "manageProfiles": string; + /** + * 複数のデバイスで同一のプロファイルを共有することは推奨しません。 + */ + "shareSameProfileBetweenDevicesIsNotRecommended": string; + /** + * 複数のデバイスで同期したい設定項目が存在する場合は、個別に「複数のデバイスで同期」オプションを有効にしてください。 + */ + "useSyncBetweenDevicesOptionIfYouWantToSyncSetting": string; }; "_preferencesBackup": { /** |