fix(i18n): update password updated value translation in Simplified and Traditional Chinese locales

This commit is contained in:
shuaiplus
2026-05-01 02:04:10 +08:00
parent 0c00114cc8
commit 77a9faac88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ const zhCN: Record<string, string> = {
"txt_item_deleted": "项目已删除", "txt_item_deleted": "项目已删除",
"txt_item_history": "项目历史", "txt_item_history": "项目历史",
"txt_password_history": "密码历史记录", "txt_password_history": "密码历史记录",
"txt_password_updated_value": "密码新于: {value}", "txt_password_updated_value": "密码新于: {value}",
"txt_item_name_is_required": "项目名称不能为空", "txt_item_name_is_required": "项目名称不能为空",
"txt_item_updated": "项目已更新", "txt_item_updated": "项目已更新",
"txt_last_edited_value": "最后编辑:{value}", "txt_last_edited_value": "最后编辑:{value}",
+1 -1
View File
@@ -461,7 +461,7 @@ const zhTW: Record<string, string> = {
"txt_item_deleted": "項目已刪除", "txt_item_deleted": "項目已刪除",
"txt_item_history": "項目歷史", "txt_item_history": "項目歷史",
"txt_password_history": "密碼歷史記錄", "txt_password_history": "密碼歷史記錄",
"txt_password_updated_value": "密碼新於: {value}", "txt_password_updated_value": "密碼更新新於: {value}",
"txt_item_name_is_required": "項目名稱不能為空", "txt_item_name_is_required": "項目名稱不能為空",
"txt_item_updated": "項目已更新", "txt_item_updated": "項目已更新",
"txt_last_edited_value": "最後編輯:{value}", "txt_last_edited_value": "最後編輯:{value}",