Adds some confirmation dialogs for delete / restoring page

This commit is contained in:
2025-04-19 02:49:14 -04:00
parent b1681252cc
commit d399f9c4cb
4 changed files with 65 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
"label": "Label",
"confirm": "Confirm",
"close": "Close",
"accept": "Accept",
// Common status
"loading": "Loading...",

View File

@@ -6,7 +6,8 @@
"create": "Crear",
"apply": "Aplicar",
"preview": "Vista previa",
"label": "Etiqueta",
"label": "Etiqueta",
"accept": "Aceptar",
"confirm": "Confirmar",
"close": "Cerrar",
"loading": "Cargando...",

View File

@@ -9,6 +9,7 @@
"label": "Étiquette",
"confirm": "Confirmer",
"close": "Fermer",
"accept": "Accepter",
"loading": "Chargement...",
"error": "Erreur",
"success": "Succès",