diff options
Diffstat (limited to 'core/l10n/uk.js')
-rw-r--r-- | core/l10n/uk.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 8732d0a3777..2d7115aaf58 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -108,6 +108,8 @@ OC.L10N.register( "So-so password" : "Такий собі пароль", "Good password" : "Добрий пароль", "Strong password" : "Надійний пароль", + "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Ваш веб-сервер ще не налаштований для синхронізації файлів тому, що WebDAV інтерфейс можливо поламаний.", + "You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "Ви використовуєте PHP версії 5.6. Поточна основна версія Nextcloud остання, яка підтримуватиме PHP версію 5.6. Рекомендуємо оновити PHP до версії 7.0+ щоб мати змогу оновитись до Nextcloud 14.", "Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка", "Shared" : "Опубліковано", "Shared with" : "Спільний доступ з", @@ -247,6 +249,7 @@ OC.L10N.register( "New Password" : "Новий пароль", "Two-factor authentication" : "дво-факторна аутентифікація", "Use backup code" : "Використати резервний код", + "Access through untrusted domain" : "Доступ з не довіреного домену", "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен", "App update required" : "Додаток потребує оновлення", "%s will be updated to version %s" : "%s буде оновлено до версії %s", @@ -258,11 +261,13 @@ OC.L10N.register( "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Щоб уникнути затримок у великих встановленнях, ви можете виконати наступну команду в каталозі встановлення:", "Detailed logs" : "Деталізований журнал", "Update needed" : "Оновлення необхідно", + "Upgrade via web on my own risk" : "Оновлення через web на мій власний ризик", "This %s instance is currently in maintenance mode, which may take a while." : "Цей %s знаходиться в режимі технічного обслуговування, яке може зайняти деякий час.", "This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.", "Thank you for your patience." : "Дякуємо за ваше терпіння.", "Alternative Logins" : "Альтернативні імена користувача", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Для допомоги, дивіться <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.", "Back to log in" : "Повернутися до сторінки авторизації" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |