diff options
Diffstat (limited to 'apps/settings/l10n/uk.js')
-rw-r--r-- | apps/settings/l10n/uk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index dc43b71b268..c0289ad1916 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -73,6 +73,8 @@ OC.L10N.register( "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>.", + "Administrator documentation" : "Документація адміністратора", + "User documentation" : "Користувацька документація", "Invalid SMTP password." : "Недійсний пароль SMTP.", "Email setting test" : "Тестування параметрів електронної пошти", "Well done, %s!" : "Молодець, %s!", @@ -170,7 +172,6 @@ OC.L10N.register( "View in store" : "Переглянути у крамниці застосунків", "Visit website" : "Перейти на вебсайт", "Report a bug" : "Повідомити про помилку", - "User documentation" : "Користувацька документація", "Admin documentation" : "Документація адміністратора", "Developer documentation" : "Документація з розробки", "This app is supported via your current Nextcloud subscription." : "Підтримка застосунку через вашу поточну передплату Nextcloud.", @@ -429,7 +430,6 @@ OC.L10N.register( "An error occurred during the request. Unable to proceed." : "Під час запиту сталася помилка. Неможливо продовжити.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Застосунок активовано, але його потрібно оновити. Вас буде переспрямовано на сторінку оновлення через 5 секунд.", "Error: This app cannot be enabled because it makes the server unstable" : "Помилка: цю програму неможливо ввімкнути, оскільки вона робить сервер нестабільним", - "Administrator documentation" : "Документація адміністратора", "Documentation" : "Документація", "Forum" : "Форум", "Login" : "Логін", |