generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
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/ejabberd/uk/ Translation: NS8/ejabberd
- Loading branch information
1 parent
7e51a79
commit 81cddd9
Showing
1 changed file
with
89 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,89 @@ | ||
{ | ||
"settings": { | ||
"advanced": "Advanced", | ||
"Enable_purge_mnesia_database": "Purge message of Mnesia database", | ||
"bad_email_address": "Please enter user@domain. Invalid administrator:", | ||
"adminList": "Web Admin administrators", | ||
"open_ejabberd_webapp": "Open web admin", | ||
"days": "Days", | ||
"Enable_file_upload_mod_http_upload": "Enable file upload (mod_http_upload)", | ||
"configure_instance": "Configure {instance}", | ||
"specify_duration": "Specify duration", | ||
"disabled": "Disabled", | ||
"admin_login_tips": "If enabled, Web Admin page is available on port 5280 with TLS encryption.", | ||
"never": "Never clean", | ||
"ldap_domain": "LDAP user domain", | ||
"choose_the_ldap_domain_to_use": "Choose the LDAP domain used for user authentication", | ||
"hostname_placeholder": "example.com", | ||
"Write_administrator_list": "Enter one administrator per line", | ||
"request_https_certificate": "Request a Let's Encrypt certificate", | ||
"shaper_normal_kbytes/s": "Normal file transfer bandwidth (KB/s)", | ||
"shaper_fast_kbytes/s": "Fast file transfer bandwidth (KB/s)", | ||
"Enable_federation_s2s": "Enable federation (S2S)", | ||
"Enable_mod_http_upload_quota": "Enable file upload (mod_http_upload)", | ||
"required": "Required", | ||
"hostname_pattern": "Must be a valid fully qualified domain name", | ||
"hostname": "Ejabberd domain (FQDN)", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"purge_mnesia_database_interval": "Clean messages older than", | ||
"purge_httpd_upload_interval": "Clean files older than", | ||
"webadmin_status": "Web Admin", | ||
"title": "Settings", | ||
"choose_ldap_domain": "Choose LDAP domain", | ||
"processing": "Processing...", | ||
"hostname_format": "Must be a valid fully qualified domain name", | ||
"Enable_message_archive_management_mod_mam": "Enable Message Archive Management (mod_mam)", | ||
"hostname_must_be_relevant_for_user_authentication": "This is the domain used for user authentication, i.e. [email protected]" | ||
}, | ||
"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" | ||
}, | ||
"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", | ||
"shaper_normal_must_be_inferior_to_shaper_fast": "The normal shaper must be inferior to fast shaper", | ||
"error": "Error", | ||
"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" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |