|
100 | 100 | <system:String x:Key="AlwaysPreview">Immer Vorschau</system:String> |
101 | 101 | <system:String x:Key="AlwaysPreviewToolTip">Vorschau-Panel immer öffnen, wenn Flow aktiviert ist. Drücken Sie {0}, um Vorschau umzuschalten.</system:String> |
102 | 102 | <system:String x:Key="shadowEffectNotAllowed">Schatteneffekt ist nicht erlaubt, während das aktuelle Theme den Unschärfe-Effekt aktiviert hat</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> |
103 | 112 |
|
104 | 113 | <!-- Setting Plugin --> |
105 | 114 | <system:String x:Key="searchplugin">Plug-in suchen</system:String> |
|
116 | 125 | <system:String x:Key="currentActionKeywords">Aktuelles Action-Schlüsselwort</system:String> |
117 | 126 | <system:String x:Key="newActionKeyword">Neues Aktions-Schlüsselwort</system:String> |
118 | 127 | <system:String x:Key="actionKeywordsTooltip">Aktions-Schlüsselwörter ändern</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> |
119 | 130 | <system:String x:Key="currentPriority">Aktuelle Priorität</system:String> |
120 | 131 | <system:String x:Key="newPriority">Neue Priorität</system:String> |
121 | 132 | <system:String x:Key="priority">Priorität</system:String> |
|
131 | 142 | <system:String x:Key="failedToRemovePluginSettingsMessage">Plug-ins: {0} - Plug-in-Einstellungsdateien können nicht entfernt werden, bitte entfernen Sie diese manuell</system:String> |
132 | 143 | <system:String x:Key="failedToRemovePluginCacheTitle">Fail to remove plugin cache</system:String> |
133 | 144 | <system:String x:Key="failedToRemovePluginCacheMessage">Plugins: {0} - Fail to remove plugin cache files, please remove them manually</system:String> |
| 145 | + <system:String x:Key="default">Default</system:String> |
134 | 146 |
|
135 | 147 | <!-- Setting Plugin Store --> |
136 | 148 | <system:String x:Key="pluginStore">Plug-in-Store</system:String> |
|
351 | 363 | <system:String x:Key="completedSuccessfully">Erfolgreich abgeschlossen</system:String> |
352 | 364 | <system:String x:Key="actionkeyword_tips">Geben Sie die Aktions-Schlüsselwörter ein, die Sie zum Starten des Plug-ins verwenden möchten, und trennen Sie sie durch Leerzeichen voneinander ab. Verwenden Sie *, wenn Sie keine spezifizieren möchten, und das Plug-in wird ohne jegliche Aktions-Schlüsselwörter ausgelöst.</system:String> |
353 | 365 |
|
| 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 "{0}" 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 | + |
354 | 372 | <!-- Custom Query Hotkey Dialog --> |
355 | 373 | <system:String x:Key="customeQueryHotkeyTitle">Benutzerdefinierter Abfrage-Hotkey</system:String> |
356 | 374 | <system:String x:Key="customeQueryHotkeyTips">Drücken Sie einen benutzerdefinierten Hotkey, um Flow Launcher zu öffnen und die angegebene Abfrage automatisch einzugeben.</system:String> |
|
0 commit comments