mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add restore functionality for deleted items with corresponding UI updates
This commit is contained in:
@@ -369,6 +369,7 @@ const zhTW: 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 zhTW: 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