diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-13 02:27:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-13 02:27:50 +0000 |
commit | b1abc57c07a61b5a0557395d86c3e31486a96c23 (patch) | |
tree | 2b4c7ebc010da92c4c290eb9ca085ec3706839c9 /apps/settings/l10n/uk.js | |
parent | f37b29eb2da66c66fd3752209c9e552948e35ca1 (diff) | |
download | nextcloud-server-b1abc57c07a61b5a0557395d86c3e31486a96c23.tar.gz nextcloud-server-b1abc57c07a61b5a0557395d86c3e31486a96c23.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/uk.js')
-rw-r--r-- | apps/settings/l10n/uk.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 6f36730afc2..122c3e7162a 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -71,6 +71,7 @@ OC.L10N.register( "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache налаштовано на видалення коментарів коду. Якщо OPcache увімкнено, для роботи Nextcloud потрібно встановити <code>opcache.save_comments=1</code>.", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud не має права використовувати API OPcache. Якщо OPcache увімкнено, настійно рекомендується включити всі каталоги Nextcloud за допомогою <code>opcache.restrict_api</code> або вимкнути цей параметр, щоб вимкнути обмеження OPcache API, щоб запобігти помилкам під час оновлення ядра Nextcloud або програми.", "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud не має права використовувати API OPcache. Настійно рекомендується включити всі каталоги Nextcloud у <code>opcache.restrict_api</code> або вимкнути цей параметр, щоб вимкнути обмеження OPcache API, щоб запобігти помилкам під час оновлення ядра Nextcloud або програми.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "Розподілену пам'ять OPcache не увімкнуто. Рекомендується сконфігурувати параметр <code>opcache.file_cache_only=0</code> у конфігураційному фацлі PHP та використовувати кеш файлів як єдиний другий рівень кешування.", "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Майже перевищено максимальну кількість ключів OPcache. Щоб переконатися, що всі сценарії можна зберігати в кеші, рекомендується застосувати <code>opcache.max_accelerated_files</code> до вашої конфігурації PHP зі значенням, вищим за <code>%s</code>.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Буфер OPcache майже заповнений. Щоб переконатися, що всі сценарії можна зберігати в кеші, рекомендується застосувати <code>opcache.memory_consumption</code> до вашої конфігурації PHP зі значенням, вищим за <code>%s</code>.", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Вбудований буфер рядків OPcache майже заповнений. Щоб забезпечити ефективне кешування рядків, що повторюються, рекомендується застосувати <code>opcache.interned_strings_buffer</code> до вашої конфігурації PHP із значенням, вищим за <code>%s</code>.", @@ -267,8 +268,10 @@ OC.L10N.register( "Current password" : "Поточний пароль", "New password" : "Новий пароль", "Change password" : "Змінити пароль", + "Your profile information" : "Інформація у вашому профілі", "Your profile picture" : "Ваше зображення профілю", "Upload profile picture" : "Завантажте зображення профілю", + "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", "Remove profile picture" : "Вилучити зображення профілю", "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Picture provided by original account" : "Картинка надана оригінальним обліковим записом", @@ -446,6 +449,7 @@ OC.L10N.register( "Server address" : "Адреса сервера", "Port" : "Порт", "Authentication method" : "Спосіб аутентифікації", + "Only applies when authentication is required" : "Застосовується, коли вимагається авторизація", "Authentication required" : "Потрібна аутентифікація", "Credentials" : "Облікові дані", "SMTP Username" : "Ім'я користувача SMTP", |