summaryrefslogtreecommitdiffstats
path: root/core/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-03-10 02:27:25 +0000
committerNextcloud bot <bot@nextcloud.com>2023-03-10 02:27:25 +0000
commit6a120bfda157515da4694036392f704f095d0aff (patch)
treecb04569b92d86a2c6499e3bce009a1820e066946 /core/l10n/uk.js
parent51c76884bcfa11a2794e37956b989d0b0dc3367b (diff)
downloadnextcloud-server-6a120bfda157515da4694036392f704f095d0aff.tar.gz
nextcloud-server-6a120bfda157515da4694036392f704f095d0aff.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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 06208076ec0..717264eb792 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -420,7 +420,6 @@ OC.L10N.register(
"Contacts" : "Контакти",
"Contacts menu" : "Меню контактів",
"Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію",
- "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Здається, ви використовуєте 32-розрядну версію PHP. Для нормальної роботи Nextcloud потрібна 64-розрядна версія. Будь ласка, оновіть свою ОС і PHP до 64-бітної! Для отримання додаткової інформації прочитайте {linkstart}сторінку документації про це ↗{linkend}.",
- "%s's homepage" : "Домівка %s "
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Здається, ви використовуєте 32-розрядну версію PHP. Для нормальної роботи Nextcloud потрібна 64-розрядна версія. Будь ласка, оновіть свою ОС і PHP до 64-бітної! Для отримання додаткової інформації прочитайте {linkstart}сторінку документації про це ↗{linkend}."
},
"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);");