feat: enhance login and error handling (#423)
This commit is contained in:
parent
1f5b0cf5ef
commit
110e7ae61f
4 changed files with 61 additions and 8 deletions
|
@ -74,6 +74,7 @@
|
|||
"error": {
|
||||
"account_not_found": "Account {0} not found",
|
||||
"explore-list-empty": "Nothing is trending right now. Check back later!",
|
||||
"sign_in_error": "Cannot connect to the server.",
|
||||
"status_not_found": "Status not found"
|
||||
},
|
||||
"feature_flag": {
|
||||
|
|
|
@ -72,6 +72,8 @@
|
|||
},
|
||||
"error": {
|
||||
"account_not_found": "No se encontró la cuenta {0}",
|
||||
"explore-list-empty": "Nada es tendencia en este momento. ¡Vuelva más tarde!",
|
||||
"sign_in_error": "No se ha podido conectar con el servidor.",
|
||||
"status_not_found": "Estado no encontrado"
|
||||
},
|
||||
"feature_flag": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue