mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add cap H to YunoHost (#341)
This commit is contained in:
parent
04e76bb7d0
commit
84a46d5fb7
1 changed files with 6 additions and 6 deletions
|
@ -31,12 +31,12 @@
|
|||
"view_error": "View error"
|
||||
},
|
||||
"api_errors_titles": {
|
||||
"APIError": "Yunohost encountered an unexpected error",
|
||||
"APIBadRequestError": "Yunohost encountered an error",
|
||||
"APIInternalError": "Yunohost encountered an internal error",
|
||||
"APINotFoundError": "Yunohost API could not find a route",
|
||||
"APINotRespondingError": "Yunohost API is not responding",
|
||||
"APIConnexionError": "Yunohost encountered a connexion error"
|
||||
"APIError": "YunoHost encountered an unexpected error",
|
||||
"APIBadRequestError": "YunoHost encountered an error",
|
||||
"APIInternalError": "YunoHost encountered an internal error",
|
||||
"APINotFoundError": "YunoHost API could not find a route",
|
||||
"APINotRespondingError": "YunoHost API is not responding",
|
||||
"APIConnexionError": "YunoHost encountered a connexion error"
|
||||
},
|
||||
"all_apps": "All apps",
|
||||
"api_not_found": "Seems like the web-admin tryed to query something that doesn't exist.",
|
||||
|
|
Loading…
Reference in a new issue