diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:42 +0000 |
commit | 91f23469c41c307803c6bab019c1c2245d1150ee (patch) | |
tree | 4d4759f33cc4473a086882325a1e65e97dd76324 /core/l10n/uk.json | |
parent | c416abbb7fa6acd8bc01613cd930ca57a8762a52 (diff) | |
download | nextcloud-server-91f23469c41c307803c6bab019c1c2245d1150ee.tar.gz nextcloud-server-91f23469c41c307803c6bab019c1c2245d1150ee.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/uk.json')
-rw-r--r-- | core/l10n/uk.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 1173580c318..9ac8b19ca10 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -215,7 +215,6 @@ "Search in" : "Шукати у", "Filter in current view" : "Фільтр поточного подання", "Searching …" : "Пошук ...", - "Start typing in search" : "Почніть шукати", "No matching results" : "Відсутні збіги", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Між ${this.dateFilter.startFrom.toLocaleDateString()} та ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Цей бравзер не підтримується", @@ -451,6 +450,7 @@ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваша віддалена адреса була ідентифікована як \"{remoteAddress}\" і наразі щодо неї виконуються спроби грубого підбору паролів, відповідно виконання різних запитів відбувається уповільнено. Якщо віддалена адреса не є вашою адресою, це може свідчити про те, що проксі налаштовано неправильно. Додаткову інформацію можна знайти в {linkstart}документації ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База даних використовується для транзакційного блокування файлів. Для підвищення продуктивності, будь ласка, налаштуйте кеш-пам'ять, якщо це можливо. Докладнішу інформацію наведено у ↗{linkend} документації{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 вже застаріла в Nextcloud 27. Для роботи Nextcloud 28 може знадобитися щонайменше PHP 8.1. Будь ласка, якнайшвидше оновіть систему до {linkstart}однієї з офіційно підтримуваних версій PHP, наданих групою розробників PHP ↗{linkend}.", - "Avatar of {fullName}" : "Аватарка {fullName}" + "Avatar of {fullName}" : "Аватарка {fullName}", + "Start typing in search" : "Почніть шукати" },"pluralForm" :"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);" }
\ No newline at end of file |