diff options
Diffstat (limited to 'core/l10n/sk.js')
-rw-r--r-- | core/l10n/sk.js | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 26b053216a6..33d869068fc 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -105,6 +105,25 @@ OC.L10N.register( "Pick start date" : "Vyberte dátum začiatku", "Pick end date" : "Vyberte dátum ukončenia", "Search in date range" : "Hľadať v rozsahu dátumov", + "Unified search" : "Jednotné vyhľadávanie", + "Search apps, files, tags, messages" : "Hľadať aplikácie, súbory, štítky a správy", + "Places" : "Miesta", + "Date" : "Dátum", + "Today" : "Dnes", + "Last 7 days" : "Posledných 7 dní", + "Last 30 days" : "Posledných 30 dní", + "This year" : "Tento rok", + "Last year" : "Minulý rok", + "Search people" : "Hľadať ľudí", + "People" : "Ľudia", + "Filter in current view" : "Filter v aktuálnom zobrazení", + "Results" : "Výsledky", + "Load more results" : "Načítať viac výsledkov", + "Search in" : "Hľadať v", + "Searching …" : "Hľadá sa…", + "Start typing to search" : "Začnite písať pre vyhľadanie", + "No matching results" : "Žiadne zhodujúce výsledky", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Medzi ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "Log in" : "Prihlásiť sa", "Logging in …" : "Prihlasujem ...", "Server side authentication failed!" : "Autentifikácia na serveri zlyhala!", @@ -161,9 +180,7 @@ OC.L10N.register( "Looking for {term} …" : "Hľadá sa výraz {term}...", "Search starts once you start typing and results may be reached with the arrow keys" : "Hľadanie sa začína, keď začnete písať a výsledky môžete dosiahnuť pomocou šípiek.", "Search for {name} only" : "Hľadať iba {name}", - "Start typing to search" : "Začnite písať pre vyhľadanie", "Loading more results …" : "Načítava sa viac výsledkov …", - "Load more results" : "Načítať viac výsledkov", "Search" : "Hľadať", "No results for {query}" : "Žiadne výsledky pre {query}", "Press Enter to start searching" : "Stlačte Enter pre spustenie hľadania", @@ -179,23 +196,6 @@ OC.L10N.register( "You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie", "{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie", "Error opening the user status modal, try hard refreshing the page" : "Chyba pri otváraní modálneho okna stavu používateľa, skúste stránku obnoviť", - "Unified search" : "Jednotné vyhľadávanie", - "Search apps, files, tags, messages" : "Hľadať aplikácie, súbory, štítky a správy", - "Search {types} …" : "Vyhľadať {types}", - "Places" : "Miesta", - "Date" : "Dátum", - "Today" : "Dnes", - "Last 7 days" : "Posledných 7 dní", - "Last 30 days" : "Posledných 30 dní", - "This year" : "Tento rok", - "Last year" : "Minulý rok", - "Search people" : "Hľadať ľudí", - "People" : "Ľudia", - "Filter in current view" : "Filter v aktuálnom zobrazení", - "Search in" : "Hľadať v", - "Searching …" : "Hľadá sa…", - "No matching results" : "Žiadne zhodujúce výsledky", - "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Medzi ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Tento prehliadač nie je podporovaný", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.", "Continue with this unsupported browser" : "Pokračovať s nepodporovaným prehliadačom", @@ -203,6 +203,7 @@ OC.L10N.register( "{name} version {version} and above" : "{name} verzie {version} alebo vyššej", "Settings menu" : "Menu nastavení", "Avatar of {displayName}" : "Avatar užívateľa {displayName}", + "Search {types} …" : "Vyhľadať {types}", "Choose {file}" : "Vyberte {file}", "Choose" : "Vybrať", "Copy to {target}" : "Kopírovať do {target}", |