Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/uk.js')
-rw-r--r--l10n/uk.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
index 3251f11..d9da201 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -1,7 +1,18 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "Знайдено {total} за {time} мс",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "В результаті пошуку у {title} за \"{search}\" знайдено {total} за {time} мс",
"Search" : "Пошук",
- "General" : "Загальна"
+ "Index not found" : "Індекс не знайдено",
+ "Process timed out" : "Час на обробку вичерпано",
+ "Full Text Search" : "Повнотекстовий пошук",
+ "Full text search" : "Повнотекстовий пошук",
+ "Search on %s" : "Шукати у %s",
+ "General" : "Загальна",
+ "Search Platform" : "Пошукова платформа",
+ "Select the app to index content and answer search queries." : "Виберіть застосунок для індексування вмісту та відповіді на пошукові запити",
+ "Navigation Icon" : "Значок на панелі інструментів",
+ "Enable global search within all your content." : "Увімкнути глобальний пошук по всьому вашому вмісту."
},
"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);");