summaryrefslogtreecommitdiffstats
path: root/lib/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-02-08 02:25:16 +0000
committerNextcloud bot <bot@nextcloud.com>2023-02-08 02:25:16 +0000
commit1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced (patch)
tree789840854c0787bebb789fa1d8b764ed2e4c0684 /lib/l10n/uk.js
parentb765a227052300ac76daaecaf37f8e48e77dedec (diff)
downloadnextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.tar.gz
nextcloud-server-1c7374ac58ad966e5fbaf369b6a3cf5599ce6ced.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/uk.js')
-rw-r--r--lib/l10n/uk.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index 7086de63def..6b290c350f5 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -126,6 +126,8 @@ OC.L10N.register(
"PostgreSQL username and/or password not valid" : "PostgreSQL ім'я користувача та/або пароль не дійсні",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X не підтримується і %s не буде коректно працювати на цій платформі. Випробовуєте на свій риск!",
"For the best results, please consider using a GNU/Linux server instead." : "Для кращих результатів розгляньте можливість використання GNU/Linux серверу",
+ "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Ймовірно, що сервер %s працює в 32-бітному PHP середовищі і open_basedir повинен бути налаштований в php.ini. Це призведе до проблем з файлами більше 4 ГБ і це дуже не рекомендується.",
+ "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Будь ласка, вилучіть параметр open_basedir у вашому php.ini або перейдіть на 64-бітний PHP.",
"Set an admin username." : "Встановіть ім'я адміністратора.",
"Set an admin password." : "Встановіть пароль адміністратора.",
"Cannot create or write into the data directory %s" : "Неможливо створити або записати в каталог даних %s",
@@ -260,8 +262,6 @@ OC.L10N.register(
"%s enter the database username." : "%s введіть ім'я користувача бази даних.",
"%s enter the database name." : "%s введіть назву бази даних.",
"%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних",
- "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Ймовірно, що сервер %s працює в 32-бітному PHP середовищі і open_basedir повинен бути налаштований в php.ini. Це призведе до проблем з файлами більше 4 ГБ і це дуже не рекомендується.",
- "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Будь ласка, вилучіть параметр open_basedir у вашому php.ini або перейдіть на 64-бітний PHP.",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Тільки такі символи допускаються в імені користувача: \"a-z\", \"A-Z\", \"0-9\", і \"_.@-'\""
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");