mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
user imports: i18n string improvements
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
80d1478924
commit
07a21fee09
1 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@
|
||||||
"email": "Invalid email: must be alphanumeric and <code>_.-</code> characters only (e.g. someone@example.com, s0me-1@example.com)",
|
"email": "Invalid email: must be alphanumeric and <code>_.-</code> characters only (e.g. someone@example.com, s0me-1@example.com)",
|
||||||
"emailForward": "Invalid email forward: must be alphanumeric and <code>_.-+</code> characters only (e.g. someone+tag@example.com, s0me-1+tag@example.com)",
|
"emailForward": "Invalid email forward: must be alphanumeric and <code>_.-+</code> characters only (e.g. someone+tag@example.com, s0me-1+tag@example.com)",
|
||||||
"fileMediaTypeMatch": "Invalid file type: must be <code>{arg}</code>.",
|
"fileMediaTypeMatch": "Invalid file type: must be <code>{arg}</code>.",
|
||||||
"githubLink": "Url must be a valid Github link to a repository",
|
"githubLink": "URL must be a valid GitHub link to a repository",
|
||||||
"name": "Names may not includes special characters except <code> ,.'-</code>",
|
"name": "Names may not includes special characters except <code> ,.'-</code>",
|
||||||
"minValue": "Value must be a number equal or greater than {min}.",
|
"minValue": "Value must be a number equal or greater than {min}.",
|
||||||
"notInUsers": "The user '{value}' already exists.",
|
"notInUsers": "The user '{value}' already exists.",
|
||||||
|
@ -497,8 +497,8 @@
|
||||||
"users_import_update": "Update existing users",
|
"users_import_update": "Update existing users",
|
||||||
"users_import_delete": "Delete non listed users",
|
"users_import_delete": "Delete non listed users",
|
||||||
"users_import_csv_file_desc": "The CSV file should be in UTF-8 and with columns username, password, groups, email and quota. See <a href=''>example import csv file</a>.",
|
"users_import_csv_file_desc": "The CSV file should be in UTF-8 and with columns username, password, groups, email and quota. See <a href=''>example import csv file</a>.",
|
||||||
"users_import_update_desc": "If checked, all existing users contained in the csv file will be updated with the ne new value",
|
"users_import_update_desc": "If checked, all existing users contained in the CSV file will be updated with the ne new value",
|
||||||
"users_import_delete_desc": "If checked, all existing users that are not in the csv file will be deleted (and purged).",
|
"users_import_delete_desc": "If checked, all existing users that are not in the CSV file will be deleted (and purged).",
|
||||||
"users_import_confirm_destructive": "Are you sure you want to delete users that are not present in this file?",
|
"users_import_confirm_destructive": "Are you sure you want to delete users that are not present in this file?",
|
||||||
"users_import_delete_others": "Delete unlisted users",
|
"users_import_delete_others": "Delete unlisted users",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
|
|
Loading…
Reference in a new issue