From 755d8124acace58104c52b9d024af9e951c85e2f Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Sat, 11 May 2024 19:48:15 +0800 Subject: [PATCH] perf: account backup translate (#13198) Co-authored-by: feng <1304903146@qq.com> --- apps/i18n/lina/en.json | 9 +++------ apps/i18n/lina/ja.json | 6 ++---- apps/i18n/lina/zh.json | 4 ++++ apps/i18n/lina/zh_hant.json | 3 ++- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 3ddd27b89..da82d810e 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -7,12 +7,9 @@ "Account": "Account", "AccountBackup": "Backup accounts", "AccountBackupCreate": "Create account backup", - "AccountBackupPlanCreate": "Create a backup account task", - "AccountBackupPlanDetail": "Backup account task details", - "AccountBackupPlanList": "Backup account tasks", - "AccountBackupPlanUpdate": "Update the account backup plan", - "AccountBackupUpdate": "Update the account backup", - "AccountBatchUpdate": "Updated selected", + "AccountBackupDetail": "Backup account detail", + "AccountBackupList": "Backup account list", + "AccountBackupUpdate": "Update account backup", "AccountChangeSecret": "Change account credential tasks", "AccountCreate": "Create a account", "AccountDeleteConfirmMsg": "Delete account, continue?", diff --git a/apps/i18n/lina/ja.json b/apps/i18n/lina/ja.json index 3ab6df31d..413252a18 100644 --- a/apps/i18n/lina/ja.json +++ b/apps/i18n/lina/ja.json @@ -10,11 +10,9 @@ "Account": "アカウント", "AccountBackup": "アカウントのバックアップ", "AccountBackupCreate": "アカウントのバックアップを作成する", - "AccountBackupPlan": "アカウントバックアップ", - "AccountBackupPlanCreate": "アカウントバックアップの作成", - "AccountBackupPlanUpdate": "アカウントバックアップの更新", + "AccountBackupDetail": "アカウントのバックアップの詳細", + "AccountBackupList": "アカウントのバックアップリスト", "AccountBackupUpdate": "アカウントのバックアップを更新する", - "AccountBatchUpdate": "ロット更新(同じタイプです)", "AccountChangeSecret": "アカウントのパスワード変更", "AccountCreate": "アカウントの作成", "AccountDeleteConfirmMsg": "アカウントを削除します,続行しますか?", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 5bce5b01e..035b24270 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -7,6 +7,10 @@ "AccessKey": "访问密钥", "Account": "账号信息", "AccountBackup": "账号备份", + "AccountBackupCreate": "创建账号备份", + "AccountBackupDetail": "账号备份详情", + "AccountBackupList": "账号备份列表", + "AccountBackupUpdate": "更新账号备份", "AccountChangeSecret": "账号改密", "AccountDeleteConfirmMsg": "删除账号,是否继续?", "AccountExportTips": "导出信息中包含账号密文涉及敏感信息,导出的格式为一个加密的zip文件(若没有设置加密密码,请前往个人信息中设置文件加密密码)。", diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index 2208d8555..3a7118b9a 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -10,8 +10,9 @@ "Account": "雲帳號", "AccountBackup": "帳號備份", "AccountBackupCreate": "創建帳號備份", + "AccountBackupDetail": "賬號備份詳情", + "AccountBackupList": "賬號備份列表", "AccountBackupUpdate": "更新帳號備份", - "AccountBatchUpdate": "批次更新(同類型)", "AccountChangeSecret": "帳號改密", "AccountCreate": "創建帳戶", "AccountDeleteConfirmMsg": "刪除帳號,是否繼續?",