22 строки
1.5 KiB
JavaScript
22 строки
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"fulltextsearch",
|
|
{
|
|
"the search returned {total} results in {time} ms" : "Vyhľadávanie našlo {total} výsledkov za {time} ms",
|
|
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Vyhľadávanie \"{search}\" v {title} našlo {total} výsledkov za {time} ms",
|
|
"Search" : "Hľadať",
|
|
"Index not found" : "Index nenájdený",
|
|
"Process timed out" : "Spracovanie expirovalo",
|
|
"Full Text Search" : "Fulltextové vyhľadávanie",
|
|
"Full text search" : "Fulltextové vyhľadávanie",
|
|
"Core of the full-text search framework for Nextcloud" : "Základ pre fulltextové vyhľadávanie Nextcloud",
|
|
"Core App of the full-text search framework for your Nextcloud." : "Základná aplikácia pre fulltextové vyhľadávanie Nextcloud",
|
|
"Search on %s" : "Hľadať v %s",
|
|
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Skontroluj dokumentáciu vo wiki súvisiacu s inštaláciou a nastavením fulltextového hľadania v Nextcloud",
|
|
"General" : "Všeobecné",
|
|
"Search Platform" : "Vyhľadávacia platforma",
|
|
"Select the app to index content and answer search queries." : "Vyber aplikáciu pre indexovanie obsahu a odpoveď na dotazy.",
|
|
"Navigation Icon" : "Ikona navigácie",
|
|
"Enable global search within all your content." : "Povoliť globálne vyhľadávanie v celom obsahu."
|
|
},
|
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|