|
1 |
| -<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 1 | +<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 | 2 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
3 | 3 | xmlns:system="clr-namespace:System;assembly=mscorlib">
|
4 | 4 | <!--MainWindow-->
|
5 | 5 | <system:String x:Key="registerHotkeyFailed">Nepodarilo sa registrovať klávesovú skratku {0}</system:String>
|
6 | 6 | <system:String x:Key="couldnotStartCmd">Nepodarilo sa spustiť {0}</system:String>
|
7 |
| - <system:String x:Key="invalidFlowLauncherPluginFileFormat">Neplatný formát súboru pre plugin Flow Launcher</system:String> |
| 7 | + <system:String x:Key="invalidFlowLauncherPluginFileFormat">Neplatný formát súboru pre plugin Flow Launchera</system:String> |
8 | 8 | <system:String x:Key="setAsTopMostInThisQuery">Pri tomto dopyte umiestniť navrchu</system:String>
|
9 | 9 | <system:String x:Key="cancelTopMostInThisQuery">Zrušiť umiestnenie navrchu pri tomto dopyte</system:String>
|
10 | 10 | <system:String x:Key="executeQuery">Spustiť dopyt: {0}</system:String>
|
|
15 | 15 | <system:String x:Key="iconTrayExit">Ukončiť</system:String>
|
16 | 16 |
|
17 | 17 | <!--Setting General-->
|
18 |
| - <system:String x:Key="flowlauncher_settings">Nastavenia Flow Launcher</system:String> |
| 18 | + <system:String x:Key="flowlauncher_settings">Nastavenia Flow Launchera</system:String> |
19 | 19 | <system:String x:Key="general">Všeobecné</system:String>
|
20 | 20 | <system:String x:Key="startFlowLauncherOnSystemStartup">Spustiť Flow Launcher po štarte systému</system:String>
|
21 | 21 | <system:String x:Key="hideFlowLauncherWhenLoseFocus">Schovať Flow Launcher po strate fokusu</system:String>
|
|
24 | 24 | <system:String x:Key="language">Jazyk</system:String>
|
25 | 25 | <system:String x:Key="lastQueryMode">Posledný dopyt</system:String>
|
26 | 26 | <system:String x:Key="LastQueryPreserved">Ponechať</system:String>
|
27 |
| - <system:String x:Key="LastQuerySelected">Označiť posledný dopyt</system:String> |
28 |
| - <system:String x:Key="LastQueryEmpty">Prázdne</system:String> |
| 27 | + <system:String x:Key="LastQuerySelected">Označiť</system:String> |
| 28 | + <system:String x:Key="LastQueryEmpty">Vymazať</system:String> |
29 | 29 | <system:String x:Key="maxShowResults">Max. výsledkov</system:String>
|
30 |
| - <system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovať klávesové skraty v režime na celú obrazovku</system:String> |
| 30 | + <system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovať klávesové skratky v režime na celú obrazovku</system:String> |
31 | 31 | <system:String x:Key="pythonDirectory">Priečinok s Pythonom</system:String>
|
32 | 32 | <system:String x:Key="autoUpdates">Automatická aktualizácia</system:String>
|
33 | 33 | <system:String x:Key="selectPythonDirectory">Vybrať</system:String>
|
34 | 34 | <system:String x:Key="hideOnStartup">Schovať Flow Launcher po spustení</system:String>
|
35 |
| - <system:String x:Key="hideNotifyIcon">Schovať ikonu v oblasti oznámení</system:String> |
| 35 | + <system:String x:Key="hideNotifyIcon">Schovať ikonu z oblasti oznámení</system:String> |
| 36 | + <system:String x:Key="querySearchPrecision">Presnosť vyhľadávania</system:String> |
| 37 | + <system:String x:Key="ShouldUsePinyin">Dá sa použiť Pinyin</system:String> |
36 | 38 |
|
37 | 39 | <!--Setting Plugin-->
|
38 | 40 | <system:String x:Key="plugin">Plugin</system:String>
|
39 | 41 | <system:String x:Key="browserMorePlugins">Nájsť ďalšie pluginy</system:String>
|
40 | 42 | <system:String x:Key="disable">Zakázať</system:String>
|
41 | 43 | <system:String x:Key="actionKeywords">Skratka akcie</system:String>
|
42 |
| - <system:String x:Key="pluginDirectory">Priečinok s pluginmy</system:String> |
| 44 | + <system:String x:Key="currentActionKeywords">Aktuálna akcia skratky:</system:String> |
| 45 | + <system:String x:Key="newActionKeyword">Nová akcia skratky:</system:String> |
| 46 | + <system:String x:Key="pluginDirectory">Priečinok s pluginmi</system:String> |
43 | 47 | <system:String x:Key="author">Autor</system:String>
|
44 |
| - <system:String x:Key="plugin_init_time">Čas inic.:</system:String> |
45 |
| - <system:String x:Key="plugin_query_time">Čas dopytu:</system:String> |
| 48 | + <system:String x:Key="plugin_init_time">Príprava: {0}ms</system:String> |
| 49 | + <system:String x:Key="plugin_query_time">Čas dopytu: {0}ms</system:String> |
46 | 50 |
|
47 | 51 | <!--Setting Theme-->
|
48 | 52 | <system:String x:Key="theme">Motív</system:String>
|
49 | 53 | <system:String x:Key="browserMoreThemes">Prehliadať viac motívov</system:String>
|
50 |
| - <system:String x:Key="queryBoxFont">Písmo poľa pre dopyt</system:String> |
| 54 | + <system:String x:Key="hiThere">Ahojte</system:String> |
| 55 | + <system:String x:Key="queryBoxFont">Písmo vyhľadávacieho poľa</system:String> |
51 | 56 | <system:String x:Key="resultItemFont">Písmo výsledkov</system:String>
|
52 | 57 | <system:String x:Key="windowMode">Režim okno</system:String>
|
53 | 58 | <system:String x:Key="opacity">Nepriehľadnosť</system:String>
|
| 59 | + <system:String x:Key="theme_load_failure_path_not_exists">Motív {0} neexistuje, návrat na predvolený motív</system:String> |
| 60 | + <system:String x:Key="theme_load_failure_parse_error">Nepodarilo sa nečítať motív {0}, návrat na predvolený motív</system:String> |
54 | 61 |
|
55 | 62 | <!--Setting Hotkey-->
|
56 |
| - <system:String x:Key="hotkey">Klávesová skratka</system:String> |
| 63 | + <system:String x:Key="hotkey">Klávesové skratky</system:String> |
57 | 64 | <system:String x:Key="flowlauncherHotkey">Klávesová skratka pre Flow Launcher</system:String>
|
58 |
| - <system:String x:Key="openResultModifiers">Otvorte modifikátory výsledkov</system:String> |
59 |
| - <system:String x:Key="customQueryHotkey">Vlastná klávesová skratka pre dopyt</system:String> |
| 65 | + <system:String x:Key="openResultModifiers">Modifikáčné klávesy na otvorenie výsledkov</system:String> |
60 | 66 | <system:String x:Key="showOpenResultHotkey">Zobraziť klávesovú skratku</system:String>
|
| 67 | + <system:String x:Key="customQueryHotkey">Vlastná klávesová skratka na vyhľadávanie</system:String> |
61 | 68 | <system:String x:Key="delete">Odstrániť</system:String>
|
62 | 69 | <system:String x:Key="edit">Upraviť</system:String>
|
63 | 70 | <system:String x:Key="add">Pridať</system:String>
|
64 | 71 | <system:String x:Key="pleaseSelectAnItem">Vyberte položku, prosím</system:String>
|
65 | 72 | <system:String x:Key="deleteCustomHotkeyWarning">Ste si istý, že chcete odstrániť klávesovú skratku {0} pre plugin?</system:String>
|
| 73 | + <system:String x:Key="queryWindowShadowEffect">Tieňový efekt v poli vyhľadávania</system:String> |
| 74 | + <system:String x:Key="shadowEffectCPUUsage">Tieňový efekt významne využíva GPU.</system:String> |
| 75 | + <system:String x:Key="shadowEffectPerformance">Neodporúča sa, ak je výkon počítača obmedzený.</system:String> |
66 | 76 |
|
67 | 77 | <!--Setting Proxy-->
|
68 | 78 | <system:String x:Key="proxy">HTTP Proxy</system:String>
|
69 | 79 | <system:String x:Key="enableProxy">Povoliť HTTP Proxy</system:String>
|
70 | 80 | <system:String x:Key="server">HTTP Server</system:String>
|
71 | 81 | <system:String x:Key="port">Port</system:String>
|
72 |
| - <system:String x:Key="userName">Používateľské meno</system:String> |
| 82 | + <system:String x:Key="userName">Použív. meno</system:String> |
73 | 83 | <system:String x:Key="password">Heslo</system:String>
|
74 | 84 | <system:String x:Key="testProxy">Test Proxy</system:String>
|
75 | 85 | <system:String x:Key="save">Uložiť</system:String>
|
|
92 | 102 | Sťahovanie aktualizácií zlyhalo, skontrolujte pripojenie na internet a nastavenie proxy k github-cloud.s3.amazonaws.com,
|
93 | 103 | alebo prejdite na https://github.com/Flow-Launcher/Flow.Launcher/releases pre manuálne stiahnutie aktualizácií.
|
94 | 104 | </system:String>
|
95 |
| - <system:String x:Key="releaseNotes">Poznámky k vydaniu:</system:String> |
| 105 | + <system:String x:Key="releaseNotes">Poznámky k vydaniu</system:String> |
96 | 106 |
|
97 | 107 | <!--Action Keyword Setting Dialog-->
|
98 | 108 | <system:String x:Key="oldActionKeywords">Stará skratka akcie</system:String>
|
|
131 | 141 | <system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher zaznamenal chybu</system:String>
|
132 | 142 |
|
133 | 143 | <!--update-->
|
134 |
| - <system:String x:Key="update_flowlauncher_update_new_version_available">Je dostupné nové vydanie Flow Launcher {0}</system:String> |
| 144 | + <system:String x:Key="update_flowlauncher_update_new_version_available">Je dostupná nová verzia Flow Launcher {0}</system:String> |
135 | 145 | <system:String x:Key="update_flowlauncher_update_error">Počas inštalácie aktualizácií došlo k chybe</system:String>
|
136 | 146 | <system:String x:Key="update_flowlauncher_update">Aktualizovať</system:String>
|
137 | 147 | <system:String x:Key="update_flowlauncher_update_cancel">Zrušiť</system:String>
|
|
0 commit comments