feat(lists): add error handling (#1593)

This commit is contained in:
Joaquín Sánchez 2023-02-03 13:09:08 +01:00 committed by GitHub
parent 2daaad90a1
commit 6c1ec2a252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 148 additions and 28 deletions

View file

@ -183,9 +183,14 @@
"list": {
"add_account": "Add account to list",
"cancel_edit": "Cancel editing",
"clear_error": "Clear error",
"create": "Create",
"delete": "Delete this list",
"delete_error": "There was an error while deleting the list",
"edit": "Edit this list",
"edit_error": "There was an error while updating the list",
"error": "There was an error while creating the list",
"error_prefix": "Error: ",
"list_title_placeholder": "List title",
"modify_account": "Modify lists with account",
"remove_account": "Remove account from list",

View file

@ -183,9 +183,14 @@
"list": {
"add_account": "Agregar cuenta a la lista",
"cancel_edit": "Cancelar edición",
"clear_error": "Limpiar error",
"create": "Crear",
"delete": "Eliminar esta lista",
"delete_error": "Se produjo un error eliminando la lista",
"edit": "Ediar esta lista",
"edit_error": "Se produjo un error modificando la lista",
"error": "Se produjo un error creando la lista",
"error_prefix": "Error: ",
"list_title_placeholder": "Título de la lista",
"modify_account": "Modificar listas con cuenta",
"remove_account": "Eliminar cuenta de la lista",