From 77a9faac881b98fcf57904a46828ef3d9eafbebf Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Fri, 1 May 2026 02:04:10 +0800 Subject: [PATCH] fix(i18n): update password updated value translation in Simplified and Traditional Chinese locales --- webapp/src/lib/i18n/locales/zh-CN.ts | 2 +- webapp/src/lib/i18n/locales/zh-TW.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/lib/i18n/locales/zh-CN.ts b/webapp/src/lib/i18n/locales/zh-CN.ts index b3256a3..b66f63e 100644 --- a/webapp/src/lib/i18n/locales/zh-CN.ts +++ b/webapp/src/lib/i18n/locales/zh-CN.ts @@ -461,7 +461,7 @@ const zhCN: Record = { "txt_item_deleted": "项目已删除", "txt_item_history": "项目历史", "txt_password_history": "密码历史记录", - "txt_password_updated_value": "密码新于: {value}", + "txt_password_updated_value": "密码更新于: {value}", "txt_item_name_is_required": "项目名称不能为空", "txt_item_updated": "项目已更新", "txt_last_edited_value": "最后编辑:{value}", diff --git a/webapp/src/lib/i18n/locales/zh-TW.ts b/webapp/src/lib/i18n/locales/zh-TW.ts index c1fd46c..dc1edbc 100644 --- a/webapp/src/lib/i18n/locales/zh-TW.ts +++ b/webapp/src/lib/i18n/locales/zh-TW.ts @@ -461,7 +461,7 @@ const zhTW: Record = { "txt_item_deleted": "項目已刪除", "txt_item_history": "項目歷史", "txt_password_history": "密碼歷史記錄", - "txt_password_updated_value": "密碼新於: {value}", + "txt_password_updated_value": "密碼更新新於: {value}", "txt_item_name_is_required": "項目名稱不能為空", "txt_item_updated": "項目已更新", "txt_last_edited_value": "最後編輯:{value}",