mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
locales: add missing keys
This commit is contained in:
parent
75925a203b
commit
fbde9f99cf
1 changed files with 6 additions and 0 deletions
|
@ -329,6 +329,9 @@
|
||||||
"help": "Need help?"
|
"help": "Need help?"
|
||||||
},
|
},
|
||||||
"footer_version": "Powered by <a href='https://yunohost.org'>YunoHost</a> {version} ({repo}).",
|
"footer_version": "Powered by <a href='https://yunohost.org'>YunoHost</a> {version} ({repo}).",
|
||||||
|
"form": {
|
||||||
|
"select_one": "Please select an option"
|
||||||
|
},
|
||||||
"form_errors": {
|
"form_errors": {
|
||||||
"alpha": "Value must be alphabetical characters only.",
|
"alpha": "Value must be alphabetical characters only.",
|
||||||
"alphalownumdot_": "Value must be lower-case alphanumeric, dots and underscore characters only.",
|
"alphalownumdot_": "Value must be lower-case alphanumeric, dots and underscore characters only.",
|
||||||
|
@ -341,6 +344,7 @@
|
||||||
"invalid_form": "The form contains some errors.",
|
"invalid_form": "The form contains some errors.",
|
||||||
"maxValue": "Value must be a number equal or lesser than {max}.",
|
"maxValue": "Value must be a number equal or lesser than {max}.",
|
||||||
"minValue": "Value must be a number equal or greater than {min}.",
|
"minValue": "Value must be a number equal or greater than {min}.",
|
||||||
|
"numValue": "Value must be a number",
|
||||||
"name": "Names may not includes special characters except <code> ,.'-</code>",
|
"name": "Names may not includes special characters except <code> ,.'-</code>",
|
||||||
"notInUsers": "The user '{value}' already exists.",
|
"notInUsers": "The user '{value}' already exists.",
|
||||||
"number": "Value must be a number.",
|
"number": "Value must be a number.",
|
||||||
|
@ -505,6 +509,7 @@
|
||||||
"label_for_manifestname_help": "This is the name displayed in the user portal. This can be changed later.",
|
"label_for_manifestname_help": "This is the name displayed in the user portal. This can be changed later.",
|
||||||
"last_ran": "Last time ran:",
|
"last_ran": "Last time ran:",
|
||||||
"license": "License",
|
"license": "License",
|
||||||
|
"loading": "Loading",
|
||||||
"local_archives": "Local archives",
|
"local_archives": "Local archives",
|
||||||
"login": "Login",
|
"login": "Login",
|
||||||
"logout": "Logout",
|
"logout": "Logout",
|
||||||
|
@ -590,6 +595,7 @@
|
||||||
"protocol": "Protocol",
|
"protocol": "Protocol",
|
||||||
"purge_user_data_checkbox": "Purge {name}'s data? (This will remove the content of its home and mail directories.)",
|
"purge_user_data_checkbox": "Purge {name}'s data? (This will remove the content of its home and mail directories.)",
|
||||||
"purge_user_data_warning": "Purging user's data is not reversible. Be sure you know what you're doing!",
|
"purge_user_data_warning": "Purging user's data is not reversible. Be sure you know what you're doing!",
|
||||||
|
"quick_add": "Quick add",
|
||||||
"readme": "Readme",
|
"readme": "Readme",
|
||||||
"rerun_diagnosis": "Rerun diagnosis",
|
"rerun_diagnosis": "Rerun diagnosis",
|
||||||
"restart": "Restart",
|
"restart": "Restart",
|
||||||
|
|
Loading…
Add table
Reference in a new issue