mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
fix(i18n): update password updated value translation in Simplified and Traditional Chinese locales
This commit is contained in:
@@ -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}",
|
||||||
|
|||||||
@@ -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}",
|
||||||
|
|||||||
Reference in New Issue
Block a user