Skip to content

Commit 74aa9e4

Browse files
authored
Merge pull request #789 from kubalav/translation-sk
Update Slovak translation
2 parents 99fcdc1 + 17f8ffe commit 74aa9e4

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

Flow.Launcher/Languages/sk.xaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<system:String x:Key="browserMorePlugins">Nájsť ďalšie pluginy</system:String>
5050
<system:String x:Key="enable">Zap.</system:String>
5151
<system:String x:Key="disable">Vyp.</system:String>
52+
<system:String x:Key="actionKeywordsTitle">Nastavenie kľúčového slova akcie</system:String>
5253
<system:String x:Key="actionKeywords">Skratka akcie</system:String>
5354
<system:String x:Key="currentActionKeywords">Aktuálna akcia skratky:</system:String>
5455
<system:String x:Key="newActionKeyword">Nová akcia skratky:</system:String>
@@ -68,7 +69,8 @@
6869

6970
<!--Setting Theme-->
7071
<system:String x:Key="theme">Motív</system:String>
71-
<system:String x:Key="browserMoreThemes">Prehliadať viac motívov</system:String>
72+
<system:String x:Key="browserMoreThemes">Galéria motívov</system:String>
73+
<system:String x:Key="howToCreateTheme">Ako vytvoriť motív</system:String>
7274
<system:String x:Key="hiThere">Ahojte</system:String>
7375
<system:String x:Key="queryBoxFont">Písmo vyhľadávacieho poľa</system:String>
7476
<system:String x:Key="resultItemFont">Písmo výsledkov</system:String>
@@ -104,7 +106,7 @@
104106
<system:String x:Key="enableProxy">Povoliť HTTP Proxy</system:String>
105107
<system:String x:Key="server">HTTP Server</system:String>
106108
<system:String x:Key="port">Port</system:String>
107-
<system:String x:Key="userName">Použív. meno</system:String>
109+
<system:String x:Key="userName">Používateľské meno</system:String>
108110
<system:String x:Key="password">Heslo</system:String>
109111
<system:String x:Key="testProxy">Test Proxy</system:String>
110112
<system:String x:Key="save">Uložiť</system:String>
@@ -145,10 +147,11 @@
145147
<system:String x:Key="newActionKeywordsHasBeenAssigned">Nová skratka pre akciu bola priradená pre iný plugin, prosím, zvoľte inú skratku</system:String>
146148
<system:String x:Key="success">Úspešné</system:String>
147149
<system:String x:Key="completedSuccessfully">Úspešne dokončené</system:String>
148-
<system:String x:Key="actionkeyword_tips">Použite * ak nechcete určiť skratku pre akciu</system:String>
150+
<system:String x:Key="actionkeyword_tips">Zadajte skratku akcie, ktorá je potrebná na spustenie pluginu. Ak nechcete zadať skratku akcie, použite *. V tom prípade plugin funguje bez kľúčových slov. </system:String>
149151

150152
<!--Custom Query Hotkey Dialog-->
151-
<system:String x:Key="customeQueryHotkeyTitle">Vlastná klávesová skratka pre plugin</system:String>
153+
<system:String x:Key="customeQueryHotkeyTitle">Klávesová skratka pre vlastné vyhľadávanie</system:String>
154+
<system:String x:Key="customeQueryHotkeyTips">Stlačením klávesovej skratky sa automaticky vloží zadaný výraz.</system:String>
152155
<system:String x:Key="preview">Náhľad</system:String>
153156
<system:String x:Key="hotkeyIsNotUnavailable">Klávesová skratka je nedostupná, prosím, zadajte novú</system:String>
154157
<system:String x:Key="invalidPluginHotkey">Neplatná klávesová skratka pluginu</system:String>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/sk.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Prehliadať</system:String>
1515
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Kopírovať URL</system:String>
1616
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Kopírovať URL záložky do schránky</system:String>
17-
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom" >Načítať prehliadač z:</system:String>
17+
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Načítať prehliadač z:</system:String>
1818
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">Názov prehliadača</system:String>
1919
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookDataDirectory">Umiestnenie priečinka Data</system:String>
2020
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">Pridať</system:String>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Browser Bookmarks",
55
"Description": "Search your browser bookmarks",
66
"Author": "qianlifeng, Ioannis G.",
7-
"Version": "1.5.2",
7+
"Version": "1.5.3",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",

Plugins/Flow.Launcher.Plugin.Sys/Languages/sk.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Vypnúť počítač</system:String>
1010
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reštartovať počítač</system:String>
11+
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Reštartovať počítač s rozšírenými možnosťami spúšťania pre núdzový režim a režim ladenia, ako aj s ďalšími možnosťami</system:String>
1112
<system:String x:Key="flowlauncher_plugin_sys_log_off">Odhlásiť</system:String>
1213
<system:String x:Key="flowlauncher_plugin_sys_lock">Zamknúť počítač</system:String>
1314
<system:String x:Key="flowlauncher_plugin_sys_exit">Zavrieť Flow Launcher</system:String>
@@ -29,6 +30,7 @@
2930
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Všetky dáta pluginov aktualizované</system:String>
3031
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Naozaj chcete počítač vypnúť?</system:String>
3132
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Naozaj chcete počítač reštartovať?</system:String>
33+
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Naozaj chcete počítač reštartovať s pokročilými možnosťami spúšťania?</system:String>
3234

3335
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">Systémové príkazy</system:String>
3436
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Poskytuje príkazy súvisiace so systémom ako je vypnutie, uzamknutie počítača atď.</system:String>

Plugins/Flow.Launcher.Plugin.Sys/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "System Commands",
55
"Description": "Provide System related commands. e.g. shutdown,lock, setting etc.",
66
"Author": "qianlifeng",
7-
"Version": "1.4.0",
7+
"Version": "1.4.1",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Sys.dll",

0 commit comments

Comments
 (0)