1
0
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:
kakkokari-gtyih
2025-11-24 00:49:31 +09:00
60 changed files with 1010 additions and 138 deletions

8
locales/index.d.ts vendored
View File

@@ -6239,6 +6239,14 @@ export interface Locale extends ILocale {
* プロファイルの管理
*/
"manageProfiles": string;
/**
* 複数のデバイスで同一のプロファイルを共有することは推奨しません。
*/
"shareSameProfileBetweenDevicesIsNotRecommended": string;
/**
* 複数のデバイスで同期したい設定項目が存在する場合は、個別に「複数のデバイスで同期」オプションを有効にしてください。
*/
"useSyncBetweenDevicesOptionIfYouWantToSyncSetting": string;
};
"_preferencesBackup": {
/**