Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sk.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 466e129783ae111e340e8df352e7b750539fafd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.",
    "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"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");