-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
7850395
commit 2c4001f
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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);" | ||
} |