mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[i18n] fix en.json order and indent
This commit is contained in:
parent
0a03d50287
commit
223f14c2e8
1 changed files with 232 additions and 232 deletions
|
@ -13,6 +13,7 @@
|
|||
},
|
||||
"administration_password": "Administration password",
|
||||
"all": "All",
|
||||
"all_apps": "All apps",
|
||||
"api": {
|
||||
"partial_logs": "[...] (check in history for full logs)",
|
||||
"processing": "The server is processing the action...",
|
||||
|
@ -23,15 +24,15 @@
|
|||
"warning": "Successfully completed with errors or alerts"
|
||||
},
|
||||
"reconnecting": {
|
||||
"title": "Trying to communicate with the server...",
|
||||
"failed": "Looks like the server is not responding. You can try to reconnect again or try to run `systemctl restart yunohost-api` thru ssh.",
|
||||
"reason": {
|
||||
"unknown": "Connection with the server has been closed for unknown reasons.",
|
||||
"reboot": "Your server is rebooting and will not be reachable for some time. A login prompt will be available as soon as the server is reachable.",
|
||||
"shutdown": "Your server is shutting down and is no longer reachable. Turn it back on and a login prompt will be available as soon as the server is reachable.",
|
||||
"upgrade_system": "Connection with the server has been closed due to YunoHost upgrade. Waiting for the server to be reachable again…"
|
||||
},
|
||||
"success": "The server is now reachable! You can try to login"
|
||||
"failed": "Looks like the server is not responding. You can try to reconnect again or try to run `systemctl restart yunohost-api` thru ssh.",
|
||||
"reason": {
|
||||
"reboot": "Your server is rebooting and will not be reachable for some time. A login prompt will be available as soon as the server is reachable.",
|
||||
"shutdown": "Your server is shutting down and is no longer reachable. Turn it back on and a login prompt will be available as soon as the server is reachable.",
|
||||
"unknown": "Connection with the server has been closed for unknown reasons.",
|
||||
"upgrade_system": "Connection with the server has been closed due to YunoHost upgrade. Waiting for the server to be reachable again…"
|
||||
},
|
||||
"success": "The server is now reachable! You can try to login",
|
||||
"title": "Trying to communicate with the server..."
|
||||
}
|
||||
},
|
||||
"api_error": {
|
||||
|
@ -43,14 +44,13 @@
|
|||
"view_error": "View error"
|
||||
},
|
||||
"api_errors_titles": {
|
||||
"APIError": "YunoHost encountered an unexpected error",
|
||||
"APIBadRequestError": "YunoHost encountered an error",
|
||||
"APIConnexionError": "YunoHost encountered a connection error",
|
||||
"APIError": "YunoHost encountered an unexpected error",
|
||||
"APIInternalError": "YunoHost encountered an internal error",
|
||||
"APINotFoundError": "YunoHost API could not find a route",
|
||||
"APINotRespondingError": "YunoHost API is not responding",
|
||||
"APIConnexionError": "YunoHost encountered a connection error"
|
||||
"APINotRespondingError": "YunoHost API is not responding"
|
||||
},
|
||||
"all_apps": "All apps",
|
||||
"api_not_found": "Seems like the web-admin tried to query something that doesn't exist.",
|
||||
"api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?",
|
||||
"api_waiting": "Waiting for the server's response...",
|
||||
|
@ -59,22 +59,22 @@
|
|||
"app_config_panel_label": "Configure this app",
|
||||
"app_config_panel_no_panel": "This application doesn't have any configuration available",
|
||||
"app_info_access_desc": "Groups / users currently allowed to access this app:",
|
||||
"app_info_default_desc": "Redirect domain root to this application ({domain}).",
|
||||
"app_info_changeurl_desc": "Change the access URL of this application (domain and/or path).",
|
||||
"app_info_change_url_disabled_tooltip": "This feature hasn't been implemented in this app yet",
|
||||
"app_info_changeurl_desc": "Change the access URL of this application (domain and/or path).",
|
||||
"app_info_default_desc": "Redirect domain root to this application ({domain}).",
|
||||
"app_info_uninstall_desc": "Remove this application.",
|
||||
"app_install_custom_no_manifest": "No manifest.json file",
|
||||
"app_install_parameters": "Install settings",
|
||||
"app_manage_label_and_tiles": "Manage label and tiles",
|
||||
"app_make_default": "Make default",
|
||||
"app_manage_label_and_tiles": "Manage label and tiles",
|
||||
"app_show_categories": "Show categories",
|
||||
"app_state_broken": "broken",
|
||||
"app_state_broken_explanation": "This application is currently broken and not installable according to YunoHost's automatic tests",
|
||||
"app_state_highquality_explanation": "This app is well-integrated with YunoHost since at least a year.",
|
||||
"app_state_inprogress": "not yet working",
|
||||
"app_state_inprogress_explanation": "This maintainer of this app declared that this application is not ready yet for production use. BE CAREFUL!",
|
||||
"app_state_lowquality": "low quality",
|
||||
"app_state_lowquality_explanation": "This app may be functional, but may still contain issues, or is not fully integrated with YunoHost, or it does not respect the good practices.",
|
||||
"app_state_highquality_explanation": "This app is well-integrated with YunoHost since at least a year.",
|
||||
"applications": "Applications",
|
||||
"archive_empty": "Empty archive",
|
||||
"backup": "Backup",
|
||||
|
@ -86,6 +86,8 @@
|
|||
"both": "Both",
|
||||
"cancel": "Cancel",
|
||||
"catalog": "Catalog",
|
||||
"certificate": "Certificate",
|
||||
"certificate_manage": "Manage SSL certificate",
|
||||
"check": "Check",
|
||||
"close": "Close",
|
||||
"code": "Code",
|
||||
|
@ -96,31 +98,31 @@
|
|||
"configuration": "Configuration",
|
||||
"confirm_app_change_url": "Are you sure you want to change the app access URL?",
|
||||
"confirm_app_default": "Are you sure you want to make this app default?",
|
||||
"confirm_app_install": "Are you sure you want to install this application?",
|
||||
"confirm_change_maindomain": "Are you sure you want to change the main domain?",
|
||||
"confirm_delete": "Are you sure you want to delete {name}?",
|
||||
"confirm_firewall_allow": "Are you sure you want to open port {port} (protocol: {protocol}, connection: {connection})",
|
||||
"confirm_firewall_disallow": "Are you sure you want to close port {port} (protocol: {protocol}, connection: {connection})",
|
||||
"confirm_group_add_access_permission": "Are you sure you want to grant {perm} access to {name}? Such access significantly increases the attack surface if {name} happens to be a malicious person. You should only do so if you TRUST this person/group.",
|
||||
"confirm_install_app_broken": "WARNING! This application is broken according to YunoHost's automatic tests and it is likely to break your system! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?",
|
||||
"confirm_install_app_inprogress": "WARNING! This application is still experimental (if not explicitly not working) and it is likely to break your system! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?",
|
||||
"confirm_install_app_lowquality": "Warning: this application may work but is not well-integrated in YunoHost. Some features such as single sign-on and backup/restore might not be available.",
|
||||
"confirm_install_custom_app": "WARNING! Installing 3rd party applications may compromise the integrity and security of your system. You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?",
|
||||
"confirm_install_domain_root": "Are you sure you want to install this application on '/'? You will not be able to install any other app on {domain}",
|
||||
"confirm_app_install": "Are you sure you want to install this application?",
|
||||
"confirm_install_app_broken": "WARNING! This application is broken according to YunoHost's automatic tests and it is likely to break your system! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?",
|
||||
"confirm_install_app_lowquality": "Warning: this application may work but is not well-integrated in YunoHost. Some features such as single sign-on and backup/restore might not be available.",
|
||||
"confirm_install_app_inprogress": "WARNING! This application is still experimental (if not explicitly not working) and it is likely to break your system! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk?",
|
||||
"confirm_migrations_skip": "Skipping migrations is not recommended. Are you sure you want to do that?",
|
||||
"confirm_postinstall": "You are about to launch the post-installation process on the domain {domain}. It may take a few minutes, *do not interrupt the operation*.",
|
||||
"confirm_reboot_action_reboot": "Are you sure you want to reboot your server?",
|
||||
"confirm_reboot_action_shutdown": "Are you sure you want to shutdown your server?",
|
||||
"confirm_restore": "Are you sure you want to restore {name}?",
|
||||
"confirm_service_restart": "Are you sure you want to restart {name}?",
|
||||
"confirm_service_start": "Are you sure you want to start {name}?",
|
||||
"confirm_service_stop": "Are you sure you want to stop {name}?",
|
||||
"confirm_uninstall": "Are you sure you want to uninstall {name}?",
|
||||
"confirm_update_apps": "Are you sure you want to update all applications?",
|
||||
"confirm_update_system": "Are you sure you want to update all system packages?",
|
||||
"confirm_update_specific_app": "Are you sure you want to update {app}?",
|
||||
"confirm_upnp_enable": "Are you sure you want to enable UPnP?",
|
||||
"confirm_update_system": "Are you sure you want to update all system packages?",
|
||||
"confirm_upnp_disable": "Are you sure you want to disable UPnP?",
|
||||
"confirm_reboot_action_reboot": "Are you sure you want to reboot your server?",
|
||||
"confirm_reboot_action_shutdown": "Are you sure you want to shutdown your server?",
|
||||
"confirm_upnp_enable": "Are you sure you want to enable UPnP?",
|
||||
"connection": "Connection",
|
||||
"created_at": "Created at",
|
||||
"custom_app_install": "Install custom app",
|
||||
|
@ -130,60 +132,58 @@
|
|||
"description": "Description",
|
||||
"details": "Details",
|
||||
"details_about": "Show more details about {subject}",
|
||||
"domain_dns_conf_is_just_a_recommendation": "This section shows you the *recommended* configuration. It does *not* configure the DNS for you. It is your responsibility to configure your DNS zone in your DNS registrar according to this recommendation.",
|
||||
"diagnosis": "Diagnosis",
|
||||
"diagnosis_first_run": "The diagnosis feature will attempt to identify common issues on the different aspects of your server to make sure everything runs smoothly. Please do not panic if you see a bunch of errors right after setting up your server: it is precisely meant to help you to identify issues and guide you to fix them. The diagnosis will also run automatically twice a day and an email is sent to the administrator if issues are found.",
|
||||
"diagnosis_explanation": "The diagnosis feature will attempt to identify common issues on the different aspects of your server to make sure everything runs smoothly. The diagnosis runs automatically twice a day and an email is sent to the administrator if issues are found. Note that some tests may not be relevant if you do not want to use some specific features (for example XMPP) or may fail if you have a complex setup. In such cases, and if you know what you are doing, it is alright to ignore the corresponding issues or warnings.",
|
||||
"run_first_diagnosis": "Run initial diagnosis",
|
||||
"diagnosis_first_run": "The diagnosis feature will attempt to identify common issues on the different aspects of your server to make sure everything runs smoothly. Please do not panic if you see a bunch of errors right after setting up your server: it is precisely meant to help you to identify issues and guide you to fix them. The diagnosis will also run automatically twice a day and an email is sent to the administrator if issues are found.",
|
||||
"disable": "Disable",
|
||||
"disabled": "Disabled",
|
||||
"dns": "DNS",
|
||||
"domain": {
|
||||
"cert": {
|
||||
"cert": {
|
||||
"types": {
|
||||
"letsencrypt": "Let's Encrypt",
|
||||
"other": "Other/Unknown",
|
||||
"selfsigned": "Self-signed"
|
||||
},
|
||||
"valid_for": "valid for {days}"
|
||||
},
|
||||
"config": {
|
||||
"edit": "Edit domain configuration",
|
||||
"title": "Domain configuration"
|
||||
},
|
||||
"dns": {
|
||||
"auto_config": "Automatic DNS records configuration",
|
||||
"auto_config_ignored": "ignored, won't be changed by YunoHost unless you check the overwrite option",
|
||||
"auto_config_ok": "Automatic configuration seems to be OK!",
|
||||
"auto_config_zone": "Current DNS zone",
|
||||
"edit": "Edit DNS configuration",
|
||||
"info": "The automatic DNS records configuration is an experimental feature. <br>Consider saving your current DNS zone from your DNS registrar's interface before pushing records from here.",
|
||||
"manual_config": "Suggested DNS records for manual configuration",
|
||||
"methods": {
|
||||
"auto": "Automatic",
|
||||
"handled_in_parent": "Handled in parent domain",
|
||||
"manual": "Manual",
|
||||
"none": "None",
|
||||
"semi_auto": "Semi-automatic"
|
||||
},
|
||||
"push": "Push DNS records to registrar",
|
||||
"push_force": "Overwrite existing records",
|
||||
"push_force_confirm": "Are you sure you want to force push all suggested dns records? Be aware that it may overwrite manually or important default records set by you or your registrar.",
|
||||
"push_force_warning": "It looks like some DNS records that YunoHost would have set are already in the registrar configuration. You can use the overwrite option if you know what you are doing."
|
||||
},
|
||||
"explain": {
|
||||
"main_domain": "The main domain is the domain from which users can connect to the portal (via \"{domain}/yunohost/sso\").<br>Therefore, it is not possible to delete it.<br>If you want to delete \"{domain}\", you will first have to choose or add another domain and set it as the main domain."
|
||||
},
|
||||
"info": {
|
||||
"apps_on_domain": "Apps installed on domain",
|
||||
"certificate_authority": "SSL Certification authority",
|
||||
"registrar": "Registrar"
|
||||
},
|
||||
"see_parent_domain": "See parent domain",
|
||||
"toggle_subdomains": "Toggle subdomains",
|
||||
"types": {
|
||||
"selfsigned": "Self-signed",
|
||||
"letsencrypt": "Let's Encrypt",
|
||||
"other": "Other/Unknown"
|
||||
},
|
||||
"valid_for": "valid for {days}"
|
||||
},
|
||||
"config": {
|
||||
"edit": "Edit domain configuration",
|
||||
"title": "Domain configuration"
|
||||
},
|
||||
"dns": {
|
||||
"auto_config": "Automatic DNS records configuration",
|
||||
"auto_config_ignored": "ignored, won't be changed by YunoHost unless you check the overwrite option",
|
||||
"auto_config_ok": "Automatic configuration seems to be OK!",
|
||||
"auto_config_zone": "Current DNS zone",
|
||||
"methods": {
|
||||
"auto": "Automatic",
|
||||
"handled_in_parent": "Handled in parent domain",
|
||||
"manual": "Manual",
|
||||
"none": "None",
|
||||
"semi_auto": "Semi-automatic"
|
||||
},
|
||||
"edit": "Edit DNS configuration",
|
||||
"info": "The automatic DNS records configuration is an experimental feature. <br>Consider saving your current DNS zone from your DNS registrar's interface before pushing records from here.",
|
||||
"manual_config": "Suggested DNS records for manual configuration",
|
||||
"push": "Push DNS records to registrar",
|
||||
"push_force": "Overwrite existing records",
|
||||
"push_force_confirm": "Are you sure you want to force push all suggested dns records? Be aware that it may overwrite manually or important default records set by you or your registrar.",
|
||||
"push_force_warning": "It looks like some DNS records that YunoHost would have set are already in the registrar configuration. You can use the overwrite option if you know what you are doing."
|
||||
},
|
||||
"explain": {
|
||||
"main_domain": "The main domain is the domain from which users can connect to the portal (via \"{domain}/yunohost/sso\").<br>Therefore, it is not possible to delete it.<br>If you want to delete \"{domain}\", you will first have to choose or add another domain and set it as the main domain."
|
||||
},
|
||||
"info": {
|
||||
"apps_on_domain": "Apps installed on domain",
|
||||
"certificate_authority": "SSL Certification authority",
|
||||
"registrar": "Registrar"
|
||||
},
|
||||
"see_parent_domain": "See parent domain",
|
||||
"types": {
|
||||
"main_domain": "Main domain"
|
||||
},
|
||||
"toggle_subdomains": "Toggle subdomains"
|
||||
"main_domain": "Main domain"
|
||||
}
|
||||
},
|
||||
"domain_add": "Add domain",
|
||||
"domain_add_dns_doc": "… and I have <a href='//yunohost.org/dns_config' target='_blank'>set my DNS correctly</a>.",
|
||||
|
@ -193,8 +193,9 @@
|
|||
"domain_add_panel_without_domain": "I don't have a domain name…",
|
||||
"domain_default_desc": "The default domain is the connection domain where users log in.",
|
||||
"domain_default_longdesc": "This is your default domain.",
|
||||
"domain_delete_longdesc": "Delete this domain",
|
||||
"domain_delete_forbidden_desc": "You cannot remove '{domain}' since it's the default domain, you need to choose another domain (or <a href='#/domains/add'>add a new one</a>) and set it as the default domain to be able to remove this one.",
|
||||
"domain_delete_longdesc": "Delete this domain",
|
||||
"domain_dns_conf_is_just_a_recommendation": "This section shows you the *recommended* configuration. It does *not* configure the DNS for you. It is your responsibility to configure your DNS zone in your DNS registrar according to this recommendation.",
|
||||
"domain_dns_config": "DNS configuration",
|
||||
"domain_dns_longdesc": "View DNS configuration",
|
||||
"domain_dns_push_failed_to_authenticate": "Failed to authenticate on registrar's API. Most probably the <a href='#/domains/{domain}/config'>credentials</a> are incorrect? (Error: {error})",
|
||||
|
@ -206,39 +207,39 @@
|
|||
"enable": "Enable",
|
||||
"enabled": "Enabled",
|
||||
"error": "Error",
|
||||
"error_connection_interrupted": "The server closed the connection instead of answering it. Has nginx or the yunohost-api been restarted or stopped for some reason?",
|
||||
"error_modify_something": "You should modify something",
|
||||
"error_server_unexpected": "Unexpected server error",
|
||||
"error_connection_interrupted": "The server closed the connection instead of answering it. Has nginx or the yunohost-api been restarted or stopped for some reason?",
|
||||
"everything_good": "Everything okay!",
|
||||
"experimental": "Experimental",
|
||||
"experimental_warning": "Warning: this feature is experimental and not considered stable, you shouldn't be using it except if you know what you are doing.",
|
||||
"firewall": "Firewall",
|
||||
"footer_version": "Powered by <a href='https://yunohost.org'>YunoHost</a> {version} ({repo}).",
|
||||
"footer": {
|
||||
"documentation": "Documentation",
|
||||
"help": "Need help?",
|
||||
"donate": "Donate"
|
||||
"donate": "Donate",
|
||||
"help": "Need help?"
|
||||
},
|
||||
"footer_version": "Powered by <a href='https://yunohost.org'>YunoHost</a> {version} ({repo}).",
|
||||
"form_errors": {
|
||||
"alpha": "Value must be alphabetical characters only.",
|
||||
"alphalownum_": "Value must be lower-case alphanumeric and underscore characters only.",
|
||||
"appRepoUrl": "YunoHost app repository URLs are expected to look like https://domain.tld/path/to/repo_ynh",
|
||||
"between": "Value must be between {min} and {max}.",
|
||||
"domain": "Invalid domain name: Must be lower-case alphanumeric, dot and dash characters only",
|
||||
"dynDomain": "Invalid domain name: Must be lower-case alphanumeric and dash characters only",
|
||||
"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)",
|
||||
"appRepoUrl": "YunoHost app repository URLs are expected to look like https://domain.tld/path/to/repo_ynh",
|
||||
"name": "Names may not includes special characters except <code> ,.'-</code>",
|
||||
"minValue": "Value must be a number equal or greater than {min}.",
|
||||
"invalid_form": "The form contains some errors.",
|
||||
"maxValue": "Value must be a number equal or lesser than {max}.",
|
||||
"minValue": "Value must be a number equal or greater than {min}.",
|
||||
"name": "Names may not includes special characters except <code> ,.'-</code>",
|
||||
"notInUsers": "The user '{value}' already exists.",
|
||||
"number": "Value must be a number.",
|
||||
"passwordLenght": "Password must be at least 8 characters long.",
|
||||
"passwordMatch": "Passwords don't match.",
|
||||
"required": "Field is required.",
|
||||
"remote": "{message}",
|
||||
"pattern": "{type}",
|
||||
"invalid_form": "The form contains some errors."
|
||||
"remote": "{message}",
|
||||
"required": "Field is required."
|
||||
},
|
||||
"form_input_example": "Example: {example}",
|
||||
"from_to": "from {0} to {1}",
|
||||
|
@ -246,45 +247,123 @@
|
|||
"good_practices_about_admin_password": "You are now about to define a new admin password. The password should be at least 8 characters - though it is good practice to use longer password (i.e. a passphrase) and/or to use various kind of characters (uppercase, lowercase, digits and special characters).",
|
||||
"good_practices_about_user_password": "You are now about to define a new user password. The password should be at least 8 characters - though it is good practice to use longer password (i.e. a passphrase) and/or to use various kind of characters (uppercase, lowercase, digits and special characters).",
|
||||
"group": "Group",
|
||||
"group_name": "Group name",
|
||||
"group_all_users": "All users",
|
||||
"group_visitors": "Visitors",
|
||||
"group_admins": "Admins",
|
||||
"group_format_name_help": "You can use alpha-numeric chars and underscore",
|
||||
"group_add_member": "Add a user",
|
||||
"group_add_permission": "Add a permission",
|
||||
"group_new": "New group",
|
||||
"group_admins": "Admins",
|
||||
"group_all_users": "All users",
|
||||
"group_explain_admins": "This is a special group corresponding to admin users. Users in this group can access YunoHost's webadmin, connect to the server with SSH and use the `sudo` command. They will also receive emails sent to root@, admin@ and admins@, such as the diagnosis notifications. You should only add people you absolutely trust in this group!",
|
||||
"group_explain_all_users": "This is a special group containing all users accounts on the server",
|
||||
"group_explain_visitors": "This is a special group representing anonymous visitors",
|
||||
"group_explain_visitors_needed_for_external_client": "Be careful that you need to keep some applications allowed to visitors if you intend to use them with external clients. For example, this is the case for Nextcloud if you intend to use a synchronization client on your smartphone or desktop computer.",
|
||||
"group_format_name_help": "You can use alpha-numeric chars and underscore",
|
||||
"group_name": "Group name",
|
||||
"group_new": "New group",
|
||||
"group_specific_permissions": "Individual user permissions",
|
||||
"group_visitors": "Visitors",
|
||||
"groups_and_permissions": "Groups and permissions",
|
||||
"groups_and_permissions_manage": "Manage groups and permissions",
|
||||
"permissions": "Permissions",
|
||||
"history": {
|
||||
"is_empty": "Nothing in history for now.",
|
||||
"title": "History",
|
||||
"last_action": "Last action:",
|
||||
"methods": {
|
||||
"DELETE": "delete",
|
||||
"GET": "read",
|
||||
"POST": "create/execute",
|
||||
"PUT": "modify"
|
||||
}
|
||||
},
|
||||
"title": "History"
|
||||
},
|
||||
"home": "Home",
|
||||
"hook_adminjs_group_configuration": "System configurations",
|
||||
"hook_conf_ldap": "User database",
|
||||
"hook_conf_manually_modified_files": "Manually modified configurations",
|
||||
"hook_conf_ynh_certs": "SSL certificates",
|
||||
"hook_conf_ynh_settings": "YunoHost configurations",
|
||||
"hook_conf_manually_modified_files": "Manually modified configurations",
|
||||
"hook_data_home": "User data",
|
||||
"hook_data_home_desc": "User data located in /home/USER",
|
||||
"hook_data_mail": "Mail",
|
||||
"hook_data_mail_desc": "Raw emails stored on the server",
|
||||
"hook_data_xmpp": "XMPP data",
|
||||
"hook_data_xmpp_desc": "Room and user configurations, file uploads",
|
||||
"human_routes": {
|
||||
"apps": {
|
||||
"action_config": "Run action '{action}' of app '{name}' configuration",
|
||||
"change_label": "Change label of '{prevName}' for '{nextName}'",
|
||||
"change_url": "Change access URL of '{name}'",
|
||||
"install": "Install app '{name}'",
|
||||
"set_default": "Redirect '{domain}' domain root to '{name}'",
|
||||
"uninstall": "Uninstall app '{name}'",
|
||||
"update_config": "Update panel '{id}' of app '{name}' configuration"
|
||||
},
|
||||
"backups": {
|
||||
"create": "Create a backup",
|
||||
"delete": "Delete backup '{name}'",
|
||||
"restore": "Restore backup '{name}'"
|
||||
},
|
||||
"diagnosis": {
|
||||
"ignore": {
|
||||
"error": "Ignore an error",
|
||||
"warning": "Ignore a warning"
|
||||
},
|
||||
"run": "Run the diagnosis",
|
||||
"run_specific": "Run '{description}' diagnosis",
|
||||
"unignore": {
|
||||
"error": "Unignore an error",
|
||||
"warning": "Unignore a warning"
|
||||
}
|
||||
},
|
||||
"domains": {
|
||||
"add": "Add domain '{name}'",
|
||||
"cert_install": "Install certificate for '{name}'",
|
||||
"cert_renew": "Renew certificate for '{name}'",
|
||||
"delete": "Delete domain '{name}'",
|
||||
"push_dns_changes": "Push DNS records to registrar for '{name}'",
|
||||
"set_default": "Set '{name}' as default domain",
|
||||
"update_config": "Update panel '{id}' of domain '{name}' configuration"
|
||||
},
|
||||
"firewall": {
|
||||
"ports": "{action} port {port} ({protocol}, {connection})",
|
||||
"upnp": "{action} UPnP"
|
||||
},
|
||||
"groups": {
|
||||
"add": "Add '{user}' to group '{name}'",
|
||||
"create": "Create group '{name}'",
|
||||
"delete": "Delete group '{name}'",
|
||||
"remove": "Remove '{user}' from group '{name}'"
|
||||
},
|
||||
"migrations": {
|
||||
"run": "Run migrations",
|
||||
"skip": "Skip migrations"
|
||||
},
|
||||
"permissions": {
|
||||
"add": "Allow '{name}' to access '{perm}'",
|
||||
"remove": "Remove '{name}' access to '{perm}'"
|
||||
},
|
||||
"postinstall": "Run the post-install",
|
||||
"reboot": "Reboot the server",
|
||||
"reconnecting": "Reconnecting",
|
||||
"services": {
|
||||
"restart": "Restart the service '{name}'",
|
||||
"start": "Start the service '{name}'",
|
||||
"stop": "Stop the service '{name}'"
|
||||
},
|
||||
"settings": {
|
||||
"update": "Update '{panel}' global settings"
|
||||
},
|
||||
"share_logs": "Generate link for log '{name}'",
|
||||
"shutdown": "Shutdown the server",
|
||||
"update": "Check for updates",
|
||||
"upgrade": {
|
||||
"app": "Upgrade '{app}' app",
|
||||
"apps": "Upgrade all apps",
|
||||
"system": "Upgrade the system"
|
||||
},
|
||||
"users": {
|
||||
"create": "Create user '{name}'",
|
||||
"delete": "Delete user '{name}'",
|
||||
"update": "Update user '{name}'"
|
||||
}
|
||||
},
|
||||
"id": "ID",
|
||||
"ignore": "Ignore",
|
||||
"ignored": "{count} ignored",
|
||||
|
@ -319,77 +398,78 @@
|
|||
"local_archives": "Local archives",
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"logs": "Logs",
|
||||
"logs_access": "List of access and bans",
|
||||
"logs_app": "Apps logs",
|
||||
"logs_context": "Context",
|
||||
"logs_ended_at": "End",
|
||||
"logs_error": "Error",
|
||||
"logs_history": "History of command run on system",
|
||||
"logs_more": "Display more lines",
|
||||
"logs_no_logs_registered": "No log registered for this category",
|
||||
"logs_operation": "Operations made on system with YunoHost",
|
||||
"logs_package": "Debian packages management history",
|
||||
"logs_path": "Path",
|
||||
"logs_service": "Services logs",
|
||||
"logs_share_with_yunopaste": "Share logs with YunoPaste",
|
||||
"logs_started_at": "Start",
|
||||
"logs_suboperations": "Sub-operations",
|
||||
"logs_system": "Kernel logs and others low level events",
|
||||
"mailbox_quota_description": "Set a storage size limit for email content.<br>Set to 0 to disable.",
|
||||
"mailbox_quota_example": "700M is a CD, 4700M is a DVD",
|
||||
"mailbox_quota_placeholder": "Set to 0 to disable.",
|
||||
"manage_apps": "Manage apps",
|
||||
"manage_domains": "Manage domains",
|
||||
"manage_users": "Manage users",
|
||||
"manage_groups": "Manage groups",
|
||||
"manage_users": "Manage users",
|
||||
"migrations": "Migrations",
|
||||
"migrations_pending": "Pending migrations",
|
||||
"migrations_done": "Previous migrations",
|
||||
"migrations_no_pending": "No pending migrations",
|
||||
"migrations_no_done": "No previous migrations",
|
||||
"migrations_disclaimer_check_message": "I read and understood this disclaimer",
|
||||
"migrations_disclaimer_not_checked": "This migration requires you to acknowledge its disclaimer before running it.",
|
||||
"migrations_done": "Previous migrations",
|
||||
"migrations_no_done": "No previous migrations",
|
||||
"migrations_no_pending": "No pending migrations",
|
||||
"migrations_pending": "Pending migrations",
|
||||
"multi_instance": "Can be installed several times",
|
||||
"myserver": "myserver",
|
||||
"next": "Next",
|
||||
"no": "No",
|
||||
"nobody": "Nobody",
|
||||
"ok": "OK",
|
||||
"only_decent_quality_apps": "Only decent quality apps",
|
||||
"only_highquality_apps": "Only high-quality apps",
|
||||
"only_working_apps": "Only working apps",
|
||||
"only_decent_quality_apps": "Only decent quality apps",
|
||||
"open": "Open",
|
||||
"operation_failed_explanation": "This operation failed! Really sorry about that :( You can try to <a href='https://yunohost.org/help'>ask for help</a>. Please provide *the full log* of the operation to the people helping you. You can do so by clicking on the 'Share with Yunopaste' green button. When sharing the logs, YunoHost will automatically attempt to anonymize private data like domain names and IPs.",
|
||||
"operations": "Operations",
|
||||
"orphaned": "Not maintained",
|
||||
"orphaned_details": "This app has not been maintained for quite some time. It may still be working, but won't receive any upgrade until somebody volunteers to take care of it. Feel free to contribute to revive it!",
|
||||
"others": "Others",
|
||||
"operation_failed_explanation": "This operation failed! Really sorry about that :( You can try to <a href='https://yunohost.org/help'>ask for help</a>. Please provide *the full log* of the operation to the people helping you. You can do so by clicking on the 'Share with Yunopaste' green button. When sharing the logs, YunoHost will automatically attempt to anonymize private data like domain names and IPs.",
|
||||
"password": "Password",
|
||||
"password_confirmation": "Password confirmation",
|
||||
"path": "Path",
|
||||
"perform": "Perform",
|
||||
"placeholder": {
|
||||
"username": "samsmith",
|
||||
"fullname": "Sam Smith",
|
||||
"firstname": "Sam",
|
||||
"lastname": "Smith",
|
||||
"groupname": "My group name",
|
||||
"domain": "my-domain.com",
|
||||
"file": "Browse a file or drag and drop it"
|
||||
},
|
||||
"logs": "Logs",
|
||||
"logs_suboperations": "Sub-operations",
|
||||
"logs_operation": "Operations made on system with YunoHost",
|
||||
"logs_history": "History of command run on system",
|
||||
"logs_package": "Debian packages management history",
|
||||
"logs_system": "Kernel logs and others low level events",
|
||||
"logs_access": "List of access and bans",
|
||||
"logs_service": "Services logs",
|
||||
"logs_app": "Apps logs",
|
||||
"logs_no_logs_registered": "No log registered for this category",
|
||||
"logs_error": "Error",
|
||||
"logs_ended_at": "End",
|
||||
"logs_started_at": "Start",
|
||||
"logs_path": "Path",
|
||||
"logs_context": "Context",
|
||||
"logs_share_with_yunopaste": "Share logs with YunoPaste",
|
||||
"logs_more": "Display more lines",
|
||||
"pending_migrations": "There are some pending migrations waiting to be run. Please go to <a href='#/tools/migrations'>Tools > Migrations</a> to run them.",
|
||||
"perform": "Perform",
|
||||
"permission_corresponding_url": "Corresponding URL",
|
||||
"permission_main": "Main label",
|
||||
"permission_show_tile_enabled": "Visible as tile in user portal",
|
||||
"permissions": "Permissions",
|
||||
"placeholder": {
|
||||
"domain": "my-domain.com",
|
||||
"file": "Browse a file or drag and drop it",
|
||||
"firstname": "Sam",
|
||||
"fullname": "Sam Smith",
|
||||
"groupname": "My group name",
|
||||
"lastname": "Smith",
|
||||
"username": "samsmith"
|
||||
},
|
||||
"port": "Port",
|
||||
"ports": "Ports",
|
||||
"postinstall": {
|
||||
"force": "Force the post-install",
|
||||
"title": "Postinstall",
|
||||
"user": {
|
||||
"title": "Create first admin user",
|
||||
"first_user_help": "This user will be granted admin privileges and will be allowed to connect to this administration interface as well as directly to the server via SSH.\nAs it is a regular user, you will also be able to connect to the user portal (SSO) with its credentials.\nOnce the post-installation is complete, you will be able to create other admin users by adding them into the 'admins' group."
|
||||
"first_user_help": "This user will be granted admin privileges and will be allowed to connect to this administration interface as well as directly to the server via SSH.\nAs it is a regular user, you will also be able to connect to the user portal (SSO) with its credentials.\nOnce the post-installation is complete, you will be able to create other admin users by adding them into the 'admins' group.",
|
||||
"title": "Create first admin user"
|
||||
}
|
||||
},
|
||||
"postinstall_domain": "This is the first domain name linked to your YunoHost server, but also the one which will be used by your server's users to access the authentication portal. Accordingly, it will be visible by everyone, so choose it carefully.",
|
||||
|
@ -399,91 +479,15 @@
|
|||
"postinstall_set_domain": "Set main domain",
|
||||
"previous": "Previous",
|
||||
"protocol": "Protocol",
|
||||
"purge_user_data_checkbox": "Purge {name}'s data? (This will remove the content of its home and mail directories.)",
|
||||
"purge_user_data_warning": "Purging user's data is not reversible. Be sure you know what you're doing!",
|
||||
"readme": "Readme",
|
||||
"rerun_diagnosis": "Rerun diagnosis",
|
||||
"restore": "Restore",
|
||||
"restart": "Restart",
|
||||
"restore": "Restore",
|
||||
"retry": "Retry",
|
||||
"human_routes": {
|
||||
"apps": {
|
||||
"action_config": "Run action '{action}' of app '{name}' configuration",
|
||||
"change_label": "Change label of '{prevName}' for '{nextName}'",
|
||||
"change_url": "Change access URL of '{name}'",
|
||||
"install": "Install app '{name}'",
|
||||
"set_default": "Redirect '{domain}' domain root to '{name}'",
|
||||
"uninstall": "Uninstall app '{name}'",
|
||||
"update_config": "Update panel '{id}' of app '{name}' configuration"
|
||||
},
|
||||
"backups": {
|
||||
"create": "Create a backup",
|
||||
"delete": "Delete backup '{name}'",
|
||||
"restore": "Restore backup '{name}'"
|
||||
},
|
||||
"diagnosis": {
|
||||
"ignore": {
|
||||
"error": "Ignore an error",
|
||||
"warning": "Ignore a warning"
|
||||
},
|
||||
"run": "Run the diagnosis",
|
||||
"run_specific": "Run '{description}' diagnosis",
|
||||
"unignore": {
|
||||
"error": "Unignore an error",
|
||||
"warning": "Unignore a warning"
|
||||
}
|
||||
},
|
||||
"domains": {
|
||||
"add": "Add domain '{name}'",
|
||||
"delete": "Delete domain '{name}'",
|
||||
"cert_install": "Install certificate for '{name}'",
|
||||
"cert_renew": "Renew certificate for '{name}'",
|
||||
"push_dns_changes": "Push DNS records to registrar for '{name}'",
|
||||
"set_default": "Set '{name}' as default domain",
|
||||
"update_config": "Update panel '{id}' of domain '{name}' configuration"
|
||||
},
|
||||
"firewall": {
|
||||
"ports": "{action} port {port} ({protocol}, {connection})",
|
||||
"upnp": "{action} UPnP"
|
||||
},
|
||||
"groups": {
|
||||
"create": "Create group '{name}'",
|
||||
"delete": "Delete group '{name}'",
|
||||
"add": "Add '{user}' to group '{name}'",
|
||||
"remove": "Remove '{user}' from group '{name}'"
|
||||
},
|
||||
"migrations": {
|
||||
"run": "Run migrations",
|
||||
"skip": "Skip migrations"
|
||||
},
|
||||
"permissions": {
|
||||
"add": "Allow '{name}' to access '{perm}'",
|
||||
"remove": "Remove '{name}' access to '{perm}'"
|
||||
},
|
||||
"postinstall": "Run the post-install",
|
||||
"reboot": "Reboot the server",
|
||||
"reconnecting": "Reconnecting",
|
||||
"services": {
|
||||
"restart": "Restart the service '{name}'",
|
||||
"start": "Start the service '{name}'",
|
||||
"stop": "Stop the service '{name}'"
|
||||
},
|
||||
"share_logs": "Generate link for log '{name}'",
|
||||
"shutdown": "Shutdown the server",
|
||||
"update": "Check for updates",
|
||||
"upgrade": {
|
||||
"system": "Upgrade the system",
|
||||
"apps": "Upgrade all apps",
|
||||
"app": "Upgrade '{app}' app"
|
||||
},
|
||||
"users": {
|
||||
"create": "Create user '{name}'",
|
||||
"delete": "Delete user '{name}'",
|
||||
"update": "Update user '{name}'"
|
||||
},
|
||||
"settings": {
|
||||
"update": "Update '{panel}' global settings"
|
||||
}
|
||||
},
|
||||
"run": "Run",
|
||||
"run_first_diagnosis": "Run initial diagnosis",
|
||||
"running": "Running",
|
||||
"save": "Save",
|
||||
"search": {
|
||||
|
@ -495,8 +499,8 @@
|
|||
"service_start_on_boot": "Start on boot",
|
||||
"services": "Services",
|
||||
"set_default": "Set default",
|
||||
"size": "Size",
|
||||
"since": "since",
|
||||
"size": "Size",
|
||||
"skip": "Skip",
|
||||
"start": "Start",
|
||||
"status": "Status",
|
||||
|
@ -505,9 +509,9 @@
|
|||
"system_apps_nothing": "All apps are up to date!",
|
||||
"system_packages_nothing": "All system packages are up to date!",
|
||||
"system_update": "System update",
|
||||
"system_upgrade_btn": "Upgrade",
|
||||
"system_upgrade_all_applications_btn": "Upgrade all applications",
|
||||
"system_upgrade_all_packages_btn": "Upgrade all packages",
|
||||
"system_upgrade_btn": "Upgrade",
|
||||
"tcp": "TCP",
|
||||
"text_selection_is_disabled": "Text selection is disabled. If you want to share this log, please share the *full* log with the 'Share with Yunopaste' button.<br/><small>Or if you really really want to select text, press these keys: ↓↓↑↑.</small>",
|
||||
"tip_about_user_email": "Users are created with an associated email address (and XMPP account) with the format username@domain.tld. Additional email aliases and email forwards can later be added by the admin and the user.",
|
||||
|
@ -518,18 +522,18 @@
|
|||
"tools_shutdown_btn": "Shutdown",
|
||||
"tools_shutdown_reboot": "Shutdown/Reboot",
|
||||
"tools_webadmin": {
|
||||
"language": "Language",
|
||||
"fallback_language": "Fallback language",
|
||||
"fallback_language_description": "Language that will be used in case the translation is not available in the main language.",
|
||||
"cache": "Cache",
|
||||
"cache_description": "Consider disabling the cache if you plan on working with the CLI while also navigating in this web-admin.",
|
||||
"experimental": "Experimental mode",
|
||||
"experimental_description": "Gives you access to experimental features. These are considered unstable and may break your system.<br> Enable this only if you know what you are doing.",
|
||||
"transitions": "Page transition animations",
|
||||
"theme": "Toggle dark mode"
|
||||
"fallback_language": "Fallback language",
|
||||
"fallback_language_description": "Language that will be used in case the translation is not available in the main language.",
|
||||
"language": "Language",
|
||||
"theme": "Toggle dark mode",
|
||||
"transitions": "Page transition animations"
|
||||
},
|
||||
"tools_yunohost_settings": "YunoHost settings",
|
||||
"tools_webadmin_settings": "Web-admin settings",
|
||||
"tools_yunohost_settings": "YunoHost settings",
|
||||
"traceback": "Traceback",
|
||||
"udp": "UDP",
|
||||
"unauthorized": "Unauthorized",
|
||||
|
@ -553,18 +557,18 @@
|
|||
"user_username": "Username",
|
||||
"user_username_edit": "Edit {name}’s account",
|
||||
"users": "Users",
|
||||
"users_export": "Export users",
|
||||
"users_import": "Import users",
|
||||
"users_import_confirm_destructive": "Are you sure you want to delete users that are not present in this file?",
|
||||
"users_import_csv_file": "CSV File",
|
||||
"users_import_csv_file_desc": "The CSV file should be in UTF-8 and with columns username, password, groups, email and quota. For an example import CSV file, you can <a href='/yunohost/api/users/export' target='_BLANK'>export your users in CSV file</a> and change the file.",
|
||||
"users_import_delete": "Delete non listed users",
|
||||
"users_import_delete_desc": "If checked, all existing users that are not in the CSV file will be deleted (and purged).",
|
||||
"users_import_delete_others": "Delete unlisted users",
|
||||
"users_import_update": "Update existing users",
|
||||
"users_import_update_desc": "If checked, all existing users contained in the CSV file will be updated with the new value",
|
||||
"users_new": "New user",
|
||||
"users_no": "No users.",
|
||||
"users_import": "Import users",
|
||||
"users_export": "Export users",
|
||||
"users_import_csv_file": "CSV File",
|
||||
"users_import_update": "Update existing 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. For an example import CSV file, you can <a href='/yunohost/api/users/export' target='_BLANK'>export your users in CSV file</a> and change the file.",
|
||||
"users_import_update_desc": "If checked, all existing users contained in the CSV file will be updated with the 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_confirm_destructive": "Are you sure you want to delete users that are not present in this file?",
|
||||
"users_import_delete_others": "Delete unlisted users",
|
||||
"version": "Version",
|
||||
"warnings": "{count} warnings",
|
||||
"words": {
|
||||
|
@ -578,9 +582,5 @@
|
|||
},
|
||||
"wrong_password_or_username": "Wrong password or username",
|
||||
"yes": "Yes",
|
||||
"yunohost_admin": "YunoHost Admin",
|
||||
"certificate_manage": "Manage SSL certificate",
|
||||
"certificate": "Certificate",
|
||||
"purge_user_data_checkbox": "Purge {name}'s data? (This will remove the content of its home and mail directories.)",
|
||||
"purge_user_data_warning": "Purging user's data is not reversible. Be sure you know what you're doing!"
|
||||
"yunohost_admin": "YunoHost Admin"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue