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", "add_forward": "Add an e-mail forwarding address",
"back_to_apps": "Go back to app list", "add_mail": "Add an e-mail alias",
"username": "Username", "app_list": "App list",
"password": "Password", "back_to_apps": "Go back to app list",
"fullname": "Full name", "cancel": "Cancel",
"mail_address": "E-mail address", "change_password": "Change password",
"mail_addresses": "E-mail addresses", "confirm_new_password": "Confirm new password",
"mail_forward": "E-mail forwarding address", "current_password": "Current password",
"mail_forwards": "E-mail forwarding addresses", "footerlink_administration": "Administration",
"new_mail": "newmail{'@'}mydomain.org", "footerlink_documentation": "Documentation",
"new_forward": "newforward{'@'}myforeigndomain.org", "footerlink_edit": "Edit my profile",
"add_mail": "Add an e-mail alias", "footerlink_support": "Support",
"add_forward": "Add an e-mail forwarding address", "form_has_errors": "The form contains some errors",
"cancel": "Cancel", "fullname": "Full name",
"change_password": "Change password", "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).",
"current_password": "Current password", "logged_out": "Logged out",
"new_password": "New password", "login": "Log in",
"confirm_new_password": "Confirm new password", "logout": "Log out",
"login": "Log in", "mail_address": "E-mail address",
"logout": "Log out", "mail_addresses": "E-mail addresses",
"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!", "mail_forward": "E-mail forwarding address",
"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).", "mail_forwards": "E-mail forwarding addresses",
"possibly_invalid_username": "Username is possibly invalid", "new_forward": "newforward{'@'}myforeigndomain.org",
"possibly_invalid_password": "Password is possibly invalid", "new_mail": "newmail{'@'}mydomain.org",
"logged_out": "Logged out", "new_password": "New password",
"footerlink_edit": "Edit my profile", "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!",
"footerlink_documentation": "Documentation", "password": "Password",
"footerlink_support": "Support", "possibly_invalid_password": "Password is possibly invalid",
"footerlink_administration": "Administration", "possibly_invalid_username": "Username is possibly invalid",
"form_has_errors": "The form contains some errors", "remove": "Remove",
"remove": "Remove", "save": "Save",
"save": "Save", "skip_to_main_content": "Skip to main content",
"skip_to_main_content": "Skip to main content", "username": "Username",
"v": { "v": {
"field_invalid": "Field value is invalid", "email": "Invalid email: must be alphanumeric and '_.' characters only (e.g. someone{'@'}example.com, s0me-1{'@'}example.com)",
"field_required": "Field value is required", "field_invalid": "Field value is invalid",
"email": "Invalid email: must be alphanumeric and '_.' characters only (e.g. someone{'@'}example.com, s0me-1{'@'}example.com)", "field_required": "Field value is required",
"string_too_short": "Invalid value: must be at least {min} characters", "password_not_match": "Passwords don't match.",
"password_not_match": "Passwords don't match." "string_too_short": "Invalid value: must be at least {min} characters"
} }
} }