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:
authorNextcloud bot <bot@nextcloud.com>2022-09-28 05:59:43 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-28 05:59:43 +0300
commit59a75af515bd137be6106d12a87ac0239a66c1dc (patch)
tree7745134e37c686cb886ea6f331e56c0ae87b3775
parentcd29a1646f9f748f28c3ef84c707d6ead39613c8 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/uk.js13
-rw-r--r--l10n/uk.json13
2 files changed, 24 insertions, 2 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);");
diff --git a/l10n/uk.json b/l10n/uk.json
index ba7c4d3..6276efa 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,5 +1,16 @@
{ "translations": {
+ "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." : "Увімкнути глобальний пошук по всьому вашому вмісту."
},"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