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": "你确定全部标记为已读吗?",