From 2ee435a8ec411e6f5aefa2b763de1853d0a931fa Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:47:05 +0800 Subject: [PATCH] perf: Translate (#13438) Co-authored-by: feng <1304903146@qq.com> --- apps/i18n/lina/en.json | 2 ++ apps/i18n/lina/zh.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 46e8217fc..a7c12d999 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -717,6 +717,7 @@ "NewPassword": "New password", "NewPublicKey": "New Public Key", "NewSSHKey": "New SSH key", + "NewSecret": "New secret", "NewSyncCount": "New sync", "Next": "Next", "No": "No", @@ -754,6 +755,7 @@ "OfflineUpload": "Offline upload", "OldPassword": "Old password", "OldPublicKey": "Old Public Key", + "OldSecret": "Old secret", "OneAssignee": "First-level approver", "OneAssigneeType": "First-level handler type", "OneClickReadMsg": "Are you sure you want to mark all as read?", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index d7f841698..9193ebd41 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -717,6 +717,7 @@ "NewPassword": "新密码", "NewPublicKey": "新 SSH 公钥", "NewSSHKey": "SSH 公钥", + "NewSecret": "新密文", "NewSyncCount": "新同步", "Next": "下一步", "No": "否", @@ -754,6 +755,7 @@ "OfflineUpload": "离线上传", "OldPassword": "原密码", "OldPublicKey": "旧 SSH 公钥", + "OldSecret": "原密文", "OneAssignee": "一级受理人", "OneAssigneeType": "一级受理人类型", "OneClickReadMsg": "你确定全部标记为已读吗?",