i18n: clean 'en' file

This commit is contained in:
axolotle 2023-11-14 16:49:45 +01:00
parent dbe447fcd0
commit cb39aaaa3f

View file

@ -1,42 +1,42 @@
{
"app_list": "App list",
"back_to_apps": "Go back to app list",
"username": "Username",
"password": "Password",
"fullname": "Full name",
"mail_address": "E-mail address",
"mail_addresses": "E-mail addresses",
"mail_forward": "E-mail forwarding address",
"mail_forwards": "E-mail forwarding addresses",
"new_mail": "newmail{'@'}mydomain.org",
"new_forward": "newforward{'@'}myforeigndomain.org",
"add_mail": "Add an e-mail alias",
"add_forward": "Add an e-mail forwarding address",
"cancel": "Cancel",
"change_password": "Change password",
"current_password": "Current password",
"new_password": "New password",
"confirm_new_password": "Confirm new password",
"login": "Log in",
"logout": "Log out",
"no_apps": "There is no app to list here, either because no web app yet is installed on the server, or because you don't have access to any. Please check with the admins of the server for more infos!",
"good_practices_about_user_password": "Pick a user password of at least 8 characters - though it is good practice to use longer ones (i.e. a passphrase) and/or use various kind of characters (uppercase, lowercase, digits and special characters).",
"possibly_invalid_username": "Username is possibly invalid",
"possibly_invalid_password": "Password is possibly invalid",
"logged_out": "Logged out",
"footerlink_edit": "Edit my profile",
"footerlink_documentation": "Documentation",
"footerlink_support": "Support",
"footerlink_administration": "Administration",
"form_has_errors": "The form contains some errors",
"remove": "Remove",
"save": "Save",
"skip_to_main_content": "Skip to main content",
"v": {
"field_invalid": "Field value is invalid",
"field_required": "Field value is required",
"email": "Invalid email: must be alphanumeric and '_.' characters only (e.g. someone{'@'}example.com, s0me-1{'@'}example.com)",
"string_too_short": "Invalid value: must be at least {min} characters",
"password_not_match": "Passwords don't match."
}
"add_forward": "Add an e-mail forwarding address",
"add_mail": "Add an e-mail alias",
"app_list": "App list",
"back_to_apps": "Go back to app list",
"cancel": "Cancel",
"change_password": "Change password",
"confirm_new_password": "Confirm new password",
"current_password": "Current password",
"footerlink_administration": "Administration",
"footerlink_documentation": "Documentation",
"footerlink_edit": "Edit my profile",
"footerlink_support": "Support",
"form_has_errors": "The form contains some errors",
"fullname": "Full name",
"good_practices_about_user_password": "Pick a user password of at least 8 characters - though it is good practice to use longer ones (i.e. a passphrase) and/or use various kind of characters (uppercase, lowercase, digits and special characters).",
"logged_out": "Logged out",
"login": "Log in",
"logout": "Log out",
"mail_address": "E-mail address",
"mail_addresses": "E-mail addresses",
"mail_forward": "E-mail forwarding address",
"mail_forwards": "E-mail forwarding addresses",
"new_forward": "newforward{'@'}myforeigndomain.org",
"new_mail": "newmail{'@'}mydomain.org",
"new_password": "New password",
"no_apps": "There is no app to list here, either because no web app yet is installed on the server, or because you don't have access to any. Please check with the admins of the server for more infos!",
"password": "Password",
"possibly_invalid_password": "Password is possibly invalid",
"possibly_invalid_username": "Username is possibly invalid",
"remove": "Remove",
"save": "Save",
"skip_to_main_content": "Skip to main content",
"username": "Username",
"v": {
"email": "Invalid email: must be alphanumeric and '_.' characters only (e.g. someone{'@'}example.com, s0me-1{'@'}example.com)",
"field_invalid": "Field value is invalid",
"field_required": "Field value is required",
"password_not_match": "Passwords don't match.",
"string_too_short": "Invalid value: must be at least {min} characters"
}
}