Skip to content

Commit 68e3d07

Browse files
authored
Merge pull request #419 from kubalav/translation-sk
Update Slovak translation
2 parents f2f0120 + e35117b commit 68e3d07

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed

Flow.Launcher/Languages/sk.xaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<system:String x:Key="hideNotifyIcon">Schovať ikonu z oblasti oznámení</system:String>
3737
<system:String x:Key="querySearchPrecision">Presnosť vyhľadávania</system:String>
3838
<system:String x:Key="ShouldUsePinyin">Použiť Pinyin</system:String>
39+
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhľadávanie pomocou Pinyin. Pinyin je štandardný systém romanizovaného pravopisu pre transliteráciu čínštiny</system:String>
3940

4041
<!--Setting Plugin-->
4142
<system:String x:Key="plugin">Plugin</system:String>
@@ -107,7 +108,7 @@
107108
alebo prejdite na https://github.com/Flow-Launcher/Flow.Launcher/releases pre manuálne stiahnutie aktualizácie.
108109
</system:String>
109110
<system:String x:Key="releaseNotes">Poznámky k vydaniu</system:String>
110-
<system:String x:Key="documentation">Tipy na používanie:</system:String>
111+
<system:String x:Key="documentation">Tipy na používanie:</system:String>
111112

112113
<!--Priority Setting Dialog-->
113114
<system:String x:Key="priority_tips">Vyššie číslo znamená, že výsledok bude vyššie. Skúste nastaviť napr. 5. Ak chcete, aby boli výsledky nižšie ako ktorékoľvek iné doplnky, zadajte záporné číslo</system:String>
@@ -122,7 +123,7 @@
122123
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nová skratka pre akciu nemôže byť prázdna</system:String>
123124
<system:String x:Key="newActionKeywordsHasBeenAssigned">Nová skratka pre akciu bola priradená pre iný plugin, prosím, zvoľte inú skratku</system:String>
124125
<system:String x:Key="success">Úspešné</system:String>
125-
<system:String x:Key="completedSuccessfully">Úspešne dokončené</system:String>
126+
<system:String x:Key="completedSuccessfully">Úspešne dokončené</system:String>
126127
<system:String x:Key="actionkeyword_tips">Použite * ak nechcete určiť skratku pre akciu</system:String>
127128

128129
<!--Custom Query Hotkey Dialog-->
@@ -160,7 +161,7 @@
160161
<system:String x:Key="update_flowlauncher_update_found">Bola nájdená aktualizácia</system:String>
161162
<system:String x:Key="update_flowlauncher_updating">Aktualizuje sa…</system:String>
162163
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">Flow Launcher nedokázal presunúť používateľské údaje do aktualizovanej verzie.
163-
Prosím, presuňte profilový priečinok data z {0} do {1}</system:String>
164+
Prosím, presuňte profilový priečinok data z {0} do {1}</system:String>
164165
<system:String x:Key="update_flowlauncher_new_update">Nová aktualizácia</system:String>
165166
<system:String x:Key="update_flowlauncher_update_new_version_available">Je dostupná nová verzia Flow Launchera {0}</system:String>
166167
<system:String x:Key="update_flowlauncher_update_error">Počas inštalácie aktualizácií došlo k chybe</system:String>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">Nová karta</system:String>
1313
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Nastaviť cestu k prehliadaču:</system:String>
1414
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">Prehliadať</system:String>
15+
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Kopírovať URL</system:String>
16+
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Kopírovať URL záložky do schránky</system:String>
1517
</ResourceDictionary>

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.4.1",
7+
"Version": "1.4.2",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">tento príkaz bol vykonaný {0} krát</system:String>
1212
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">vykonať príkaz cez command shell</system:String>
1313
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Spustiť ako správca</system:String>
14+
<system:String x:Key="flowlauncher_plugin_cmd_copy">Kopírovať príkaz</system:String>
15+
<system:String x:Key="flowlauncher_plugin_cmd_history">Zobraziť iba počet najpoužívanejších príkazov:</system:String>
1416
</ResourceDictionary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Shell",
55
"Description": "Provide executing commands from Flow Launcher",
66
"Author": "qianlifeng",
7-
"Version": "1.3.0",
7+
"Version": "1.3.1",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Shell.dll",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernovať počítač</system:String>
1919
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Uložiť všetky nastavenia Flow Launchera</system:String>
2020
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Aktualizovať všetky dáta pluginov od spustenia Flow Launchera. Pluginy musia túto funkciu podporovať.</system:String>
21+
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Otvoriť umiestnenie denníka Flow Launchera</system:String>
22+
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Skontrolovať aktualizácie Flow Launchera</system:String>
23+
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">V dokumentácii k aplikácii Flow Launcher nájdete ďalšiu pomoc a tipy na používanie</system:String>
24+
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Otvoriť umiestnenie, kde sú uložené nastavenia Flow Launchera</system:String>
2125

2226
<!--Dialogs-->
2327
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Úspešné</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.3.0",
7+
"Version": "1.3.1",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Sys.dll",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Webové vyhľadávanie</system:String>
3535
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Umožňuje vyhľadávanie webov</system:String>
3636

37-
</ResourceDictionary>
37+
</ResourceDictionary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Name": "Web Searches",
2727
"Description": "Provide the web search ability",
2828
"Author": "qianlifeng",
29-
"Version": "1.3.6",
29+
"Version": "1.3.7",
3030
"Language": "csharp",
3131
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
3232
"ExecuteFileName": "Flow.Launcher.Plugin.WebSearch.dll",

0 commit comments

Comments
 (0)