diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-12 02:28:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-12 02:28:13 +0000 |
commit | b85c2dab27a392c5031701a7a5809c47f3b76d59 (patch) | |
tree | 7bab8faaf07275d6e15a15bb96ed296adc99da77 /core/l10n/uk.js | |
parent | 83dcb2061d441c94805a6533be0acc622355de22 (diff) | |
download | nextcloud-server-b85c2dab27a392c5031701a7a5809c47f3b76d59.tar.gz nextcloud-server-b85c2dab27a392c5031701a7a5809c47f3b76d59.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/uk.js')
-rw-r--r-- | core/l10n/uk.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 4ce9bea4c35..6eafb939473 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -119,6 +119,7 @@ OC.L10N.register( "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Цей екземпляр використовує сховище об’єктів на основі S3 як основне сховище. Завантажені файли тимчасово зберігаються на сервері, тому рекомендується мати 50 ГБ вільного місця у тимчасовому каталозі PHP. Перевірте журнали, щоб отримати повну інформацію про шлях і доступний простір. Щоб покращити це, будь ласка, змініть тимчасовий каталог у php.ini або звільніть більше місця в цьому шляху.", "The temporary directory of this instance points to an either non-existing or non-writable directory." : "Тимчасовий каталог цього екземпляра вказує на неіснуючий або неможливий для запису каталог.", "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Ви отримуєте доступ до свого екземпляра через безпечне з’єднання, однак ваш екземпляр генерує незахищені URL-адреси. Це, швидше за все, означає, що ви працюєте за зворотним проксі-сервером і змінні конфігурації перезапису встановлено неправильно. Прочитайте {linkstart}сторінку документації про це ↗{linkend}.", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Цей екземпляр працює у режимі налагодження. Вмикайте його лише для локальної розробки, а не у виробничому середовищі.", "Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка", "For more details see the {linkstart}documentation ↗{linkend}." : "Додаткову інформацію див. у {linkstart}документації ↗{linkend}.", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ваш каталог даних і файли, ймовірно, доступні з Інтернету. Файл .htaccess не працює. Настійно рекомендується налаштувати веб-сервер так, щоб каталог даних був недоступний, або перемістити каталог даних за межі кореня документа веб-сервера.", |