mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: add restore functionality for deleted items with corresponding UI updates
This commit is contained in:
@@ -369,6 +369,7 @@ const es: Record<string, string> = {
|
||||
"txt_delete_item": "Eliminar elemento",
|
||||
"txt_delete_passkey": "Eliminar clave de acceso",
|
||||
"txt_delete_item_failed": "Error al eliminar elemento",
|
||||
"txt_permanent_delete_item_failed": "Error al eliminar elemento permanentemente",
|
||||
"txt_delete_permanently": "Eliminar permanentemente",
|
||||
"txt_archive": "Archivar",
|
||||
"txt_archive_item": "Archivar elemento",
|
||||
@@ -501,6 +502,7 @@ const es: Record<string, string> = {
|
||||
"txt_item": "Elemento",
|
||||
"txt_item_created": "Elemento creado",
|
||||
"txt_item_deleted": "Elemento eliminado",
|
||||
"txt_item_deleted_permanently": "Elemento eliminado permanentemente",
|
||||
"txt_item_history": "Historial del elemento",
|
||||
"txt_password_history": "Historial de contraseñas",
|
||||
"txt_password_updated_value": "Contraseña actualizada: {value}",
|
||||
|
||||
Reference in New Issue
Block a user