Skip to content

Commit 136f259

Browse files
committed
New translations en.xaml (Slovak)
[ci skip]
1 parent 84bda81 commit 136f259

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Flow.Launcher/Languages/sk.xaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@
100100
<system:String x:Key="AlwaysPreview">Vždy zobraziť náhľad</system:String>
101101
<system:String x:Key="AlwaysPreviewToolTip">Pri aktivácii Flowu vždy otvoriť panel s náhľadom. Stlačením klávesu {0} prepnete náhľad.</system:String>
102102
<system:String x:Key="shadowEffectNotAllowed">Efekt tieňa nie je povolený, kým má aktuálny motív povolený efekt rozostrenia</system:String>
103+
<system:String x:Key="searchDelay">Search Delay</system:String>
104+
<system:String x:Key="searchDelayToolTip">Delay for a while to search when typing. This reduces interface jumpiness and result load.</system:String>
105+
<system:String x:Key="searchDelayTime">Default Search Delay Time</system:String>
106+
<system:String x:Key="searchDelayTimeToolTip">Plugin default delay time after which search results appear when typing is stopped.</system:String>
107+
<system:String x:Key="SearchDelayTimeVeryLong">Very long</system:String>
108+
<system:String x:Key="SearchDelayTimeLong">Long</system:String>
109+
<system:String x:Key="SearchDelayTimeNormal">Normal</system:String>
110+
<system:String x:Key="SearchDelayTimeShort">Short</system:String>
111+
<system:String x:Key="SearchDelayTimeVeryShort">Very short</system:String>
103112

104113
<!-- Setting Plugin -->
105114
<system:String x:Key="searchplugin">Vyhľadať plugin</system:String>
@@ -116,6 +125,8 @@
116125
<system:String x:Key="currentActionKeywords">Aktuálny aktivačný príkaz</system:String>
117126
<system:String x:Key="newActionKeyword">Nový aktivačný príkaz</system:String>
118127
<system:String x:Key="actionKeywordsTooltip">Upraviť aktivačný príkaz</system:String>
128+
<system:String x:Key="pluginSearchDelayTime">Plugin seach delay time</system:String>
129+
<system:String x:Key="pluginSearchDelayTimeTooltip">Change Plugin Seach Delay Time</system:String>
119130
<system:String x:Key="currentPriority">Aktuálna priorita</system:String>
120131
<system:String x:Key="newPriority">Nová priorita</system:String>
121132
<system:String x:Key="priority">Priorita</system:String>
@@ -131,6 +142,7 @@
131142
<system:String x:Key="failedToRemovePluginSettingsMessage">Pluginy: {0} – Nepodarilo sa odstrániť súbory s nastaveniami pluginu, odstráňte ich manuálne</system:String>
132143
<system:String x:Key="failedToRemovePluginCacheTitle">Nepodarilo sa odstrániť vyrovnávaciu pamäť pluginu</system:String>
133144
<system:String x:Key="failedToRemovePluginCacheMessage">Pluginy: {0} – Nepodarilo sa odstrániť vyrovnávaciu pamäť pluginu, odstráňte ju manuálne</system:String>
145+
<system:String x:Key="default">Default</system:String>
134146

135147
<!-- Setting Plugin Store -->
136148
<system:String x:Key="pluginStore">Repozitár pluginov</system:String>
@@ -351,6 +363,12 @@
351363
<system:String x:Key="completedSuccessfully">Úspešne dokončené</system:String>
352364
<system:String x:Key="actionkeyword_tips">Enter the action keywords you like to use to start the plugin and use whitespace to divide them. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords.</system:String>
353365

366+
<!-- Search Delay Settings Dialog -->
367+
<system:String x:Key="searchDelayTimeTitle">Search Delay Time Setting</system:String>
368+
<system:String x:Key="searchDelayTime_tips">Select the search delay time you like to use for the plugin. Select &quot;{0}&quot; if you don't want to specify any, and the plugin will use default search delay time.</system:String>
369+
<system:String x:Key="currentSearchDelayTime">Current search delay time</system:String>
370+
<system:String x:Key="newSearchDelayTime">New search delay time</system:String>
371+
354372
<!-- Custom Query Hotkey Dialog -->
355373
<system:String x:Key="customeQueryHotkeyTitle">Klávesová skratka vlastného vyhľadávania</system:String>
356374
<system:String x:Key="customeQueryHotkeyTips">Stlačením vlastnej klávesovej skratky otvoríte Flow Launcher a automaticky vložíte zadaný dotaz.</system:String>

0 commit comments

Comments
 (0)