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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-10-16 05:31:52 +0300
committerNextcloud bot <bot@nextcloud.com>2019-10-16 05:31:52 +0300
commitf8d819167033a37f79c3096013ecd76d78f370c5 (patch)
tree74a4820241e4ea646b1b1e2daa771d471c00c7b6 /l10n
parentc1a3cdbf9adad7270742ecfb74a8b77afe5d65e0 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/sk.js12
-rw-r--r--l10n/sk.json12
2 files changed, 22 insertions, 2 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index a5d23a8..ffc2aca 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -1,10 +1,20 @@
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",
+ "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é",
- "Navigation Icon" : "Ikona navigácie"
+ "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);");
diff --git a/l10n/sk.json b/l10n/sk.json
index 6571e43..aeaa1b9 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -1,8 +1,18 @@
{ "translations": {
+ "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",
+ "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é",
- "Navigation Icon" : "Ikona navigácie"
+ "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."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file