feat(lists): add error handling (#1593)
This commit is contained in:
parent
2daaad90a1
commit
6c1ec2a252
6 changed files with 148 additions and 28 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue