perf: Translate

pull/14880/head
feng 2025-02-12 11:43:21 +08:00 committed by feng626
parent 801ce10fba
commit 0de1353dd7
2 changed files with 12 additions and 4 deletions

View File

@ -15,7 +15,6 @@
"AccountBackupDetail": "Backup account details", "AccountBackupDetail": "Backup account details",
"AccountBackupList": "Backup account", "AccountBackupList": "Backup account",
"AccountBackupUpdate": "Update account backup", "AccountBackupUpdate": "Update account backup",
"AccountChangeSecret": "Change account secret",
"AccountChangeSecretDetail": "Change account secret details", "AccountChangeSecretDetail": "Change account secret details",
"AccountDeleteConfirmMsg": "Delete account, continue?", "AccountDeleteConfirmMsg": "Delete account, continue?",
"AccountDiscoverDetail": "Gather account details", "AccountDiscoverDetail": "Gather account details",
@ -1462,5 +1461,8 @@
"FailCount": "Failure Count", "FailCount": "Failure Count",
"ChangeSecretFailAccounts": "Secret Change Failed Accounts", "ChangeSecretFailAccounts": "Secret Change Failed Accounts",
"OngoingPwdChange": "Ongoing Secret Change", "OngoingPwdChange": "Ongoing Secret Change",
"AccountResult": "Account Success/Failure" "AccountResult": "Account Success/Failure",
"ResetSecret": "Reset secret",
"Connectable": "Connectable",
"AccountRecord": "Account record"
} }

View File

@ -14,7 +14,6 @@
"AccountBackupDetail": "账号备份详情", "AccountBackupDetail": "账号备份详情",
"AccountBackupList": "账号备份列表", "AccountBackupList": "账号备份列表",
"AccountBackupUpdate": "更新账号备份", "AccountBackupUpdate": "更新账号备份",
"AccountChangeSecret": "账号改密",
"AccountChangeSecretDetail": "账号改密详情", "AccountChangeSecretDetail": "账号改密详情",
"AccountDeleteConfirmMsg": "删除账号,是否继续?", "AccountDeleteConfirmMsg": "删除账号,是否继续?",
"AccountDiscoverDetail": "账号发现详情", "AccountDiscoverDetail": "账号发现详情",
@ -1460,5 +1459,12 @@
"FailCount": "失败数", "FailCount": "失败数",
"ChangeSecretFailAccounts": "改密失败账号", "ChangeSecretFailAccounts": "改密失败账号",
"OngoingPwdChange": "当前正在改密情况", "OngoingPwdChange": "当前正在改密情况",
"AccountResult": "账号成功/失败情况" "AccountResult": "账号成功/失败情况",
"ResetSecret": "可改密",
"Connectable": "可连接",
"AccountRecord": "账号记录",
"RiskDetection": "风险检测",
"DetectResults": "检测结果",
"DetectTasks": "检测任务",
"DetectEngines": "检测引擎"
} }