Skip to content

Commit 0b9722a

Browse files
authored
New Crowdin updates (#2718)
1 parent 2b3e261 commit 0b9722a

File tree

77 files changed

+1537
-622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1537
-622
lines changed

Flow.Launcher/Languages/ar.xaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
5555
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
5656
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
57+
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
58+
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
5759
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
5860
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
5961
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
@@ -71,10 +73,14 @@
7173
<system:String x:Key="autoUpdates">Auto Update</system:String>
7274
<system:String x:Key="select">Select</system:String>
7375
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
76+
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
7477
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
7578
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
7679
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
7780
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
81+
<system:String x:Key="SearchPrecisionNone">None</system:String>
82+
<system:String x:Key="SearchPrecisionLow">Low</system:String>
83+
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
7884
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
7985
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
8086
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
@@ -140,8 +146,13 @@
140146
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
141147
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
142148
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
149+
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
150+
<system:String x:Key="ItemHeight">Item Height</system:String>
143151
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
144-
<system:String x:Key="resultItemFont">Result Item Font</system:String>
152+
<system:String x:Key="resultItemFont">Result Title Font</system:String>
153+
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
154+
<system:String x:Key="resetCustomize">Reset</system:String>
155+
<system:String x:Key="CustomizeToolTip">Customize</system:String>
145156
<system:String x:Key="windowMode">Window Mode</system:String>
146157
<system:String x:Key="opacity">Opacity</system:String>
147158
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
@@ -167,6 +178,9 @@
167178
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
168179
<system:String x:Key="Clock">Clock</system:String>
169180
<system:String x:Key="Date">Date</system:String>
181+
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
182+
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
183+
170184

171185
<!-- Setting Hotkey -->
172186
<system:String x:Key="hotkey">Hotkey</system:String>
@@ -190,6 +204,7 @@
190204
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
191205
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
192206
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
207+
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
193208
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
194209
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
195210
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
@@ -266,6 +281,9 @@
266281
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
267282
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
268283
<system:String x:Key="welcomewindow">Wizard</system:String>
284+
<system:String x:Key="userdatapath">User Data Location</system:String>
285+
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
286+
<system:String x:Key="userdatapathButton">Open Folder</system:String>
269287

270288
<!-- FileManager Setting Dialog -->
271289
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
@@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
333351
<system:String x:Key="commonCancel">Cancel</system:String>
334352
<system:String x:Key="commonReset">Reset</system:String>
335353
<system:String x:Key="commonDelete">Delete</system:String>
354+
<system:String x:Key="commonOK">OK</system:String>
355+
<system:String x:Key="commonYes">Yes</system:String>
356+
<system:String x:Key="commonNo">No</system:String>
336357

337358
<!-- Crash Reporter -->
338359
<system:String x:Key="reportWindow_version">Version</system:String>
@@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
417438
<system:String x:Key="RecommendAcronyms">sn</system:String>
418439
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
419440

441+
<!-- Preview Area -->
442+
<system:String x:Key="FileSize">File Size</system:String>
443+
<system:String x:Key="Created">Created</system:String>
444+
<system:String x:Key="LastModified">Last Modified</system:String>
420445
</ResourceDictionary>

Flow.Launcher/Languages/cs.xaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<system:String x:Key="LastQueryPreserved">Zachovat poslední dotaz</system:String>
5555
<system:String x:Key="LastQuerySelected">Vybrat poslední dotaz</system:String>
5656
<system:String x:Key="LastQueryEmpty">Smazat poslední dotaz</system:String>
57+
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
58+
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
5759
<system:String x:Key="maxShowResults">Počet zobrazených výsledků</system:String>
5860
<system:String x:Key="maxShowResultsToolTip">Toto nastavení můžete také rychle upravit pomocí CTRL + Plus a CTRL + Minus.</system:String>
5961
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorovat klávesové zkratky v režimu celé obrazovky</system:String>
@@ -71,10 +73,14 @@
7173
<system:String x:Key="autoUpdates">Automatické aktualizace</system:String>
7274
<system:String x:Key="select">Vybrat</system:String>
7375
<system:String x:Key="hideOnStartup">Skrýt Flow Launcher při spuštění</system:String>
76+
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
7477
<system:String x:Key="hideNotifyIcon">Skrýt ikonu v systémové liště</system:String>
7578
<system:String x:Key="hideNotifyIconToolTip">Pokud je ikona v oznamovací oblasti skrytá, nastavení lze otevřít kliknutím pravým tlačítkem myši na okno vyhledávání.</system:String>
7679
<system:String x:Key="querySearchPrecision">Přesnost vyhledávání</system:String>
7780
<system:String x:Key="querySearchPrecisionToolTip">Změní minimální skóre shody, které je nutné pro zobrazení výsledků.</system:String>
81+
<system:String x:Key="SearchPrecisionNone">None</system:String>
82+
<system:String x:Key="SearchPrecisionLow">Low</system:String>
83+
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
7884
<system:String x:Key="ShouldUsePinyin">Vyhledávání pomocí pchin-jin</system:String>
7985
<system:String x:Key="ShouldUsePinyinToolTip">Umožňuje vyhledávání pomocí pchin-jin. Pchin-jin je systém zápisu čínského jazyka pomocí písmen latinky.</system:String>
8086
<system:String x:Key="AlwaysPreview">Vždy zobrazit náhled</system:String>
@@ -140,8 +146,13 @@
140146
<system:String x:Key="SampleSubTitleProgram">Spustit programy jako administrátor nebo jiný uživatel</system:String>
141147
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
142148
<system:String x:Key="SampleSubTitleProcessKiller">Ukončit nežádoucí procesy</system:String>
149+
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
150+
<system:String x:Key="ItemHeight">Item Height</system:String>
143151
<system:String x:Key="queryBoxFont">Písmo vyhledávacího pole</system:String>
144-
<system:String x:Key="resultItemFont">Písmo výsledků</system:String>
152+
<system:String x:Key="resultItemFont">Result Title Font</system:String>
153+
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
154+
<system:String x:Key="resetCustomize">Reset</system:String>
155+
<system:String x:Key="CustomizeToolTip">Customize</system:String>
145156
<system:String x:Key="windowMode">Režim okna</system:String>
146157
<system:String x:Key="opacity">Neprůhlednost</system:String>
147158
<system:String x:Key="theme_load_failure_path_not_exists">Motiv {0} neexistuje, použije se výchozí motiv</system:String>
@@ -167,6 +178,9 @@
167178
<system:String x:Key="AnimationSpeedCustom">Vlastní</system:String>
168179
<system:String x:Key="Clock">Hodiny</system:String>
169180
<system:String x:Key="Date">Datum</system:String>
181+
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
182+
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
183+
170184

171185
<!-- Setting Hotkey -->
172186
<system:String x:Key="hotkey">Klávesová zkratka</system:String>
@@ -190,6 +204,7 @@
190204
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
191205
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
192206
<system:String x:Key="OpenContextMenuHotkey">Otevřít kontextovou nabídku</system:String>
207+
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
193208
<system:String x:Key="SettingWindowHotkey">Otevřít okno s nastavením</system:String>
194209
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
195210
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
@@ -266,6 +281,9 @@
266281
<system:String x:Key="clearlogfolder">Vymazat logy</system:String>
267282
<system:String x:Key="clearlogfolderMessage">Opravdu chcete odstranit všechny logy?</system:String>
268283
<system:String x:Key="welcomewindow">Průvodce</system:String>
284+
<system:String x:Key="userdatapath">User Data Location</system:String>
285+
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
286+
<system:String x:Key="userdatapathButton">Open Folder</system:String>
269287

270288
<!-- FileManager Setting Dialog -->
271289
<system:String x:Key="fileManagerWindow">Vybrat správce souborů</system:String>
@@ -333,6 +351,9 @@ Pokud před zkratku při zadávání přidáte znak &quot;@&quot;, bude odpovíd
333351
<system:String x:Key="commonCancel">Zrušit</system:String>
334352
<system:String x:Key="commonReset">Reset</system:String>
335353
<system:String x:Key="commonDelete">Smazat</system:String>
354+
<system:String x:Key="commonOK">Dobře</system:String>
355+
<system:String x:Key="commonYes">Yes</system:String>
356+
<system:String x:Key="commonNo">No</system:String>
336357

337358
<!-- Crash Reporter -->
338359
<system:String x:Key="reportWindow_version">Verze</system:String>
@@ -417,4 +438,8 @@ Pokud před zkratku při zadávání přidáte znak &quot;@&quot;, bude odpovíd
417438
<system:String x:Key="RecommendAcronyms">sn</system:String>
418439
<system:String x:Key="RecommendAcronymsDesc">Označené poznámky</system:String>
419440

441+
<!-- Preview Area -->
442+
<system:String x:Key="FileSize">File Size</system:String>
443+
<system:String x:Key="Created">Created</system:String>
444+
<system:String x:Key="LastModified">Last Modified</system:String>
420445
</ResourceDictionary>

Flow.Launcher/Languages/da.xaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
5555
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
5656
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
57+
<system:String x:Key="KeepMaxResults">Fixed Window Height</system:String>
58+
<system:String x:Key="KeepMaxResultsToolTip">The window height is not adjustable by dragging.</system:String>
5759
<system:String x:Key="maxShowResults">Maksimum antal resultater vist</system:String>
5860
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
5961
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorer genvejstaster i fuldskærmsmode</system:String>
@@ -71,10 +73,14 @@
7173
<system:String x:Key="autoUpdates">Autoopdatering</system:String>
7274
<system:String x:Key="select">Vælg</system:String>
7375
<system:String x:Key="hideOnStartup">Skjul Flow Launcher ved opstart</system:String>
76+
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
7477
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
7578
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
7679
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
7780
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
81+
<system:String x:Key="SearchPrecisionNone">None</system:String>
82+
<system:String x:Key="SearchPrecisionLow">Low</system:String>
83+
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
7884
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
7985
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
8086
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
@@ -140,8 +146,13 @@
140146
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
141147
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
142148
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
149+
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
150+
<system:String x:Key="ItemHeight">Item Height</system:String>
143151
<system:String x:Key="queryBoxFont">Søgefelt skrifttype</system:String>
144-
<system:String x:Key="resultItemFont">Resultat skrifttype</system:String>
152+
<system:String x:Key="resultItemFont">Result Title Font</system:String>
153+
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
154+
<system:String x:Key="resetCustomize">Reset</system:String>
155+
<system:String x:Key="CustomizeToolTip">Customize</system:String>
145156
<system:String x:Key="windowMode">Vindue mode</system:String>
146157
<system:String x:Key="opacity">Gennemsigtighed</system:String>
147158
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
@@ -167,6 +178,9 @@
167178
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
168179
<system:String x:Key="Clock">Clock</system:String>
169180
<system:String x:Key="Date">Date</system:String>
181+
<system:String x:Key="TypeIsDarkToolTip">This theme supports two(light/dark) modes.</system:String>
182+
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
183+
170184

171185
<!-- Setting Hotkey -->
172186
<system:String x:Key="hotkey">Genvejstast</system:String>
@@ -190,6 +204,7 @@
190204
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
191205
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
192206
<system:String x:Key="OpenContextMenuHotkey">Open Context Menu</system:String>
207+
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
193208
<system:String x:Key="SettingWindowHotkey">Open Setting Window</system:String>
194209
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
195210
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
@@ -266,6 +281,9 @@
266281
<system:String x:Key="clearlogfolder">Clear Logs</system:String>
267282
<system:String x:Key="clearlogfolderMessage">Are you sure you want to delete all logs?</system:String>
268283
<system:String x:Key="welcomewindow">Wizard</system:String>
284+
<system:String x:Key="userdatapath">User Data Location</system:String>
285+
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
286+
<system:String x:Key="userdatapathButton">Open Folder</system:String>
269287

270288
<!-- FileManager Setting Dialog -->
271289
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
@@ -333,6 +351,9 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
333351
<system:String x:Key="commonCancel">Annuller</system:String>
334352
<system:String x:Key="commonReset">Reset</system:String>
335353
<system:String x:Key="commonDelete">Slet</system:String>
354+
<system:String x:Key="commonOK">OK</system:String>
355+
<system:String x:Key="commonYes">Yes</system:String>
356+
<system:String x:Key="commonNo">No</system:String>
336357

337358
<!-- Crash Reporter -->
338359
<system:String x:Key="reportWindow_version">Version</system:String>
@@ -417,4 +438,8 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
417438
<system:String x:Key="RecommendAcronyms">sn</system:String>
418439
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
419440

441+
<!-- Preview Area -->
442+
<system:String x:Key="FileSize">File Size</system:String>
443+
<system:String x:Key="Created">Created</system:String>
444+
<system:String x:Key="LastModified">Last Modified</system:String>
420445
</ResourceDictionary>

0 commit comments

Comments
 (0)