mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 21:30:13 +00:00
feat: add restore functionality for deleted items with corresponding UI updates
This commit is contained in:
@@ -369,6 +369,7 @@ const zhCN: Record<string, string> = {
|
||||
"txt_delete_item": "删除项目",
|
||||
"txt_delete_passkey": "删除通行密钥",
|
||||
"txt_delete_item_failed": "删除项目失败",
|
||||
"txt_permanent_delete_item_failed": "永久删除项目失败",
|
||||
"txt_delete_permanently": "永久删除",
|
||||
"txt_archive": "归档",
|
||||
"txt_archive_item": "归档项目",
|
||||
@@ -501,6 +502,7 @@ const zhCN: Record<string, string> = {
|
||||
"txt_item": "项目",
|
||||
"txt_item_created": "项目已创建",
|
||||
"txt_item_deleted": "项目已删除",
|
||||
"txt_item_deleted_permanently": "项目已永久删除",
|
||||
"txt_item_history": "项目历史",
|
||||
"txt_password_history": "密码历史记录",
|
||||
"txt_password_updated_value": "密码更新于: {value}",
|
||||
|
||||
Reference in New Issue
Block a user