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 en: Record<string, string> = {
|
||||
"txt_delete_item": "Delete Item",
|
||||
"txt_delete_passkey": "Delete Passkey",
|
||||
"txt_delete_item_failed": "Delete item failed",
|
||||
"txt_permanent_delete_item_failed": "Permanent delete item failed",
|
||||
"txt_delete_permanently": "Delete Permanently",
|
||||
"txt_archive": "Archive",
|
||||
"txt_archive_item": "Archive Item",
|
||||
@@ -501,6 +502,7 @@ const en: Record<string, string> = {
|
||||
"txt_item": "Item",
|
||||
"txt_item_created": "Item created",
|
||||
"txt_item_deleted": "Item deleted",
|
||||
"txt_item_deleted_permanently": "Item permanently deleted",
|
||||
"txt_item_history": "Item History",
|
||||
"txt_password_history": "Password History",
|
||||
"txt_password_updated_value": "Password updated: {value}",
|
||||
|
||||
Reference in New Issue
Block a user