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 a236e0d
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": "Повідомлення про очищення бази даних Mnesia", | ||
"bad_email_address": "Будь ласка, введіть user@domain. Недійсний адміністратор:", | ||
"adminList": "Веб-адміністратори", | ||
"open_ejabberd_webapp": "Відкрийте веб-адмін", | ||
"days": "днів", | ||
"Enable_file_upload_mod_http_upload": "Увімкнути завантаження файлів (mod_http_upload)", | ||
"configure_instance": "Configure {instance}", | ||
"specify_duration": "Вкажіть тривалість", | ||
"disabled": "Disabled", | ||
"admin_login_tips": "Якщо ввімкнено, сторінка веб-адміністратора доступна на порту 5280 із шифруванням TLS.", | ||
"never": "Ніколи не чистити", | ||
"ldap_domain": "Домен користувача LDAP", | ||
"choose_the_ldap_domain_to_use": "Виберіть домен LDAP, який використовується для автентифікації користувача", | ||
"hostname_placeholder": "example.com", | ||
"Write_administrator_list": "Введіть по одному адміністратору на рядок", | ||
"request_https_certificate": "запит на сертифікат Let's Encrypt", | ||
"shaper_normal_kbytes/s": "Нормальна пропускна здатність передачі файлів (КБ/с)", | ||
"shaper_fast_kbytes/s": "Швидка пропускна здатність передачі файлів (КБ/с)", | ||
"Enable_federation_s2s": "Увімкнути федерацію (S2S)", | ||
"Enable_mod_http_upload_quota": "Увімкнути завантаження файлів (mod_http_upload)", | ||
"required": "Required", | ||
"hostname_pattern": "Має бути дійсне повне доменне ім’я", | ||
"hostname": "Домен Ejabberd (FQDN)", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"purge_mnesia_database_interval": "Очистити повідомлення старше", | ||
"purge_httpd_upload_interval": "Очищення файлів старше", | ||
"webadmin_status": "Веб-адміністратор", | ||
"title": "Settings", | ||
"choose_ldap_domain": "Choose LDAP domain", | ||
"processing": "Processing...", | ||
"hostname_format": "Має бути дійсне повне доменне ім’я", | ||
"Enable_message_archive_management_mod_mam": "Увімкнути керування архівами повідомлень (mod_mam)", | ||
"hostname_must_be_relevant_for_user_authentication": "Це домен, який використовується для автентифікації користувача, тобто [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": "Звичайний формувач повинен поступатися швидкому формувачу", | ||
"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}" | ||
} | ||
} |