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-11-03 05:44:59 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-03 05:44:59 +0300
commit2c4001f41d24fbb0d74d6b9b22530bce63557935 (patch)
treef1482090c0e3dfce0703101b48a6b524d2f74294
parent78503959572d1721450fcf0cb6c97be77336d8e5 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/bg.js14
-rw-r--r--l10n/bg.json14
2 files changed, 26 insertions, 2 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
index 241c551..1295715 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -1,10 +1,22 @@
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" : "Времето за изчакване на процеса изтече",
+ "Full Text Search" : "Пълно текстово търсене",
"Full text search" : "Пълно текстово търсене",
+ "Core of the full-text search framework for Nextcloud" : "Основа на рамката за пълнотекстово търсене за Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Основно приложение на рамката за пълнотекстово търсене за вашия Nextcloud.",
"Search on %s" : "Търси в %s",
- "General" : "Общи"
+ "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Моля, проверете wiki за документация, свързана с инсталацията и конфигурацията на пълнотекстово търсене във вашият Nextcloud",
+ "General" : "Общи",
+ "Search Platform" : "Платформа за търсене",
+ "Select the app to index content and answer search queries." : "Изберете приложението, за да индексирате съдържание и да отговорите на заявки за търсене.",
+ "Navigation Icon" : "Икона за навигация",
+ "Enable global search within all your content." : "Активиране на глобално търсене в цялото ви съдържание.",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "търсенето в {title} за '{search}' докладва {total} резултата за {time} мс "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/bg.json b/l10n/bg.json
index eddb648..d0114a5 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -1,8 +1,20 @@
{ "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" : "Времето за изчакване на процеса изтече",
+ "Full Text Search" : "Пълно текстово търсене",
"Full text search" : "Пълно текстово търсене",
+ "Core of the full-text search framework for Nextcloud" : "Основа на рамката за пълнотекстово търсене за Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Основно приложение на рамката за пълнотекстово търсене за вашия Nextcloud.",
"Search on %s" : "Търси в %s",
- "General" : "Общи"
+ "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Моля, проверете wiki за документация, свързана с инсталацията и конфигурацията на пълнотекстово търсене във вашият Nextcloud",
+ "General" : "Общи",
+ "Search Platform" : "Платформа за търсене",
+ "Select the app to index content and answer search queries." : "Изберете приложението, за да индексирате съдържание и да отговорите на заявки за търсене.",
+ "Navigation Icon" : "Икона за навигация",
+ "Enable global search within all your content." : "Активиране на глобално търсене в цялото ви съдържание.",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "търсенето в {title} за '{search}' докладва {total} резултата за {time} мс "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file