enhance(frontend): バックアップされた設定のプロファイルを削除できるように

This commit is contained in:
syuilo
2025-05-06 20:57:55 +09:00
parent 95a1d17cf6
commit 5d787e5bb9
6 changed files with 86 additions and 11 deletions

4
locales/index.d.ts vendored
View File

@@ -5745,6 +5745,10 @@ export interface Locale extends ILocale {
* 例: 「メインPC」、「スマホ」など
*/
"profileNameDescription2": string;
/**
* プロファイルの管理
*/
"manageProfiles": string;
};
"_preferencesBackup": {
/**

View File

@@ -1439,6 +1439,7 @@ _preferencesProfile:
profileName: "プロファイル名"
profileNameDescription: "このデバイスを識別する名前を設定してください。"
profileNameDescription2: "例: 「メインPC」、「スマホ」など"
manageProfiles: "プロファイルの管理"
_preferencesBackup:
autoBackup: "自動バックアップ"