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>2021-10-03 05:48:57 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-03 05:48:57 +0300
commita1d48efff143b0c0bc3165b069480ab6e5e12e17 (patch)
treef684261d06123d6cdd382577197ba280f2da1a51
parent66be15cb91380895c9b69ff122074091ce076aad (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ru.js1
-rw-r--r--l10n/ru.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index ecf5f7f..4d80862 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -2,6 +2,7 @@ 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" : "Поиск",
"Index not found" : "Индекс не найден",
"Process timed out" : "Превышено время ожидания запроса",
diff --git a/l10n/ru.json b/l10n/ru.json
index 8744c13..8b05b11 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,5 +1,6 @@
{ "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" : "Поиск",
"Index not found" : "Индекс не найден",
"Process timed out" : "Превышено время ожидания запроса",