generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Co-authored-by: Максим Горпиніч <[email protected]> Translate-URL: https://hosted.weblate.org/projects/ns8/roundcubemail/uk/ Translation: NS8/roundcubemail
- Loading branch information
1 parent
ad0016f
commit 3a2d6ad
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"settings": { | ||
"mail_server_fqdn": "Mail server", | ||
"advanced": "Advanced", | ||
"no_available_mail_domain_check_users": "Make sure the mail domain you intend to use has \"Add user addresses from user domain\" checkbox enabled", | ||
"upload_max_filesize_invalid_type": "Must be an integer", | ||
"plugins": "Plugins", | ||
"configure_instance": "Configure {instance}", | ||
"configuring": "Configuring", | ||
"upload_max_filesize": "Maximum size for attachments (MB)", | ||
"disabled": "Disabled", | ||
"instance_configuration": "Configure Roundcube", | ||
"http_to_https": "Force HTTPS", | ||
"choose_the_mail_server_to_use": "Choose the domain suffix used for both identifying and initializing the user account and their mail address preferences", | ||
"choose_mail_server": "Select a domain", | ||
"invalid_plugin": "Invalid plugin name: {plugin}", | ||
"mail_server_is_not_valid": "This mail server cannot be used by Roundcube webmail", | ||
"lets_encrypt": "Request LE Certificate", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"upload_max_filesize_number_lte": "Must be less than 120 MB", | ||
"mail_module_misconfigured": "No mail domain available", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"roundcubemail_fqdn": "Roundcube hostname (FQDN)", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"title": "Settings", | ||
"plugins_list": "Plugins list (one plugin per line)" | ||
}, | ||
"error": { | ||
"error": "Error", | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"401": "Invalid authentication", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error" | ||
}, | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing..." | ||
}, | ||
"status": { | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"no_volumes": "No volumes" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"action": { | ||
"list-backup-repositories": "List backup repositories", | ||
"get-module-info": "Get module info", | ||
"list-installed-modules": "List installed modules", | ||
"list-backups": "List backups", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |