From cb39aaaa3f0b6019c991efeda312c96cf8a85c74 Mon Sep 17 00:00:00 2001 From: axolotle Date: Tue, 14 Nov 2023 16:49:45 +0100 Subject: [PATCH] i18n: clean 'en' file --- locales/en.json | 80 ++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/locales/en.json b/locales/en.json index b319ebb..9638330 100644 --- a/locales/en.json +++ b/locales/en.json @@ -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" + } }