yunohost-portal/locales/en-US.json
2023-11-11 15:07:40 +01:00

42 lines
2 KiB
JSON

{
"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."
}
}