Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions ui/public/i18n/uk/translation.json
Original file line number Diff line number Diff line change
@@ -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}"
}
}