diff --git a/ui/public/i18n/uk/translation.json b/ui/public/i18n/uk/translation.json new file mode 100644 index 0000000..f96469f --- /dev/null +++ b/ui/public/i18n/uk/translation.json @@ -0,0 +1,83 @@ +{ + "settings": { + "configuring": "Configuring...", + "disabled": "Disabled", + "wiki_fqdn": "Вікі FQDN", + "admin_username": "Ім'я адміністратора", + "instance_configuration": "Configure {instance}", + "http_to_https": "HTTP to HTTPS", + "choose_the_ldap_domain_to_authenticate_users": "Виберіть домен LDAP для автентифікації користувачів, або використовувати внутрішню автентифікацію", + "ldap_domain": "Домен LDAP", + "internal_authentication": "Внутрішнє автентифікації", + "go_to_dokuwiki": "Перейти до Dokuwiki", + "dokuwiki_note": "Нотатка", + "admin_email": "Адреса електронної пошти адміністратора", + "admin_password": "Пароль адміністратора", + "lets_encrypt": "Let's Encrypt", + "host_format": "Must be a valid fully qualified domain name", + "email_format": "Invalid email address", + "save": "Save", + "enabled": "Enabled", + "wiki_name": "Ім'я Вікі", + "admin_full_name": "ПІБ адміністратора", + "show_password": "Показати пароль", + "host_pattern": "Must be a valid fully qualified domain name", + "title": "Settings", + "choose_ldap_domain": "Виберіть домен LDAP", + "must_be_configured_inside_dokuwiki": "Ви можете налаштувати тільки Dokuwiki FQDN і автентифікації на цій сторінці. Щоб налаштувати інші налаштування перейти до веб-додатку Dokuwiki", + "hide_password": "Приховати пароль" + }, + "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", + "cannot_retrieve_configuration": "Неможливо отримати конфігурацію", + "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" + }, + "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", + "failed_services": "{num} помилкова служба | {num} несправних служб", + "dokuwiki_webapp": "Веб-сайт Dokuwiki", + "active_services": "{num} активна служба | {num} активних служб", + "open_webapp": "Відкрити Dokuwiki", + "no_services": "No services", + "inactive_services": "{num} неактивна служба | {num} неактивних служб", + "configure": "Налаштувати", + "app_instance": "App instance", + "mount": "Mount", + "title": "Status", + "not_configured": "Не налаштовано", + "installation_node": "Installation node", + "node": "Node", + "no_volumes": "No volumes" + }, + "about": { + "title": "About" + }, + "action": { + "get-module-info": "Get module info", + "get-status": "Get status", + "configure-module": "Configure module", + "get-configuration": "Get configuration", + "get-name": "Get name" + }, + "task": { + "cannot_create_task": "Cannot create task {action}" + } +}