Skip to content

Commit a8206df

Browse files
authored
New Crowdin updates (#2331)
New translations
1 parent 63eb420 commit a8206df

File tree

32 files changed

+483
-373
lines changed

32 files changed

+483
-373
lines changed

Flow.Launcher/Languages/ar.xaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0"?>
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
33
<!-- MainWindow -->
4-
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey: {0}</system:String>
4+
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey &quot;{0}&quot;. The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
5+
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
56
<system:String x:Key="couldnotStartCmd">Could not start {0}</system:String>
67
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Invalid Flow Launcher plugin file format</system:String>
78
<system:String x:Key="setAsTopMostInThisQuery">Set as topmost in this query</system:String>
@@ -287,6 +288,10 @@
287288
<!-- Custom Query Shortcut Dialog -->
288289
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
289290
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
291+
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
292+
293+
If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
294+
</system:String>
290295
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
291296
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
292297

Flow.Launcher/Languages/cs.xaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0"?>
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
33
<!-- MainWindow -->
4-
<system:String x:Key="registerHotkeyFailed">Nepodařilo se zaregistrovat zkratku: {0}</system:String>
4+
<system:String x:Key="registerHotkeyFailed">Nepodařilo se zaregistrovat hotkey &quot;{0}&quot;. Klávesová zkratka může být používána jiným programem. Změňte na jinou klávesu nebo ukončíte jiný program.</system:String>
5+
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
56
<system:String x:Key="couldnotStartCmd">Nepodařilo se spustit {0}</system:String>
67
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Neplatný typ souboru pluginu aplikace Flow Launcher</system:String>
78
<system:String x:Key="setAsTopMostInThisQuery">Připnout jako první výsledek tohoto hledání</system:String>
@@ -287,6 +288,10 @@
287288
<!-- Custom Query Shortcut Dialog -->
288289
<system:String x:Key="customeQueryShortcutTitle">Vlastní klávesová zkratka pro zadávání dotazů</system:String>
289290
<system:String x:Key="customeQueryShortcutTips">Zadejte zkratku, která automaticky vloží konkrétní dotaz.</system:String>
291+
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">Zkratka se rozbalí, pokud přesně odpovídá dotazu.
292+
293+
Pokud před zkratku při zadávání přidáte znak &quot;@&quot;, bude odpovídat libovolné pozici v dotazu. Vestavěné zkratky odpovídají libovolné pozici v dotazu.
294+
</system:String>
290295
<system:String x:Key="duplicateShortcut">Zkratka již existuje, zadejte novou zkratku nebo upravte stávající.</system:String>
291296
<system:String x:Key="emptyShortcut">Zkratka a/nebo její plné znění je prázdné.</system:String>
292297

Flow.Launcher/Languages/da.xaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0"?>
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
33
<!-- MainWindow -->
4-
<system:String x:Key="registerHotkeyFailed">Kunne ikke registrere genvejstast: {0}</system:String>
4+
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey &quot;{0}&quot;. The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
5+
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
56
<system:String x:Key="couldnotStartCmd">Kunne ikke starte {0}</system:String>
67
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Ugyldigt Flow Launcher plugin filformat</system:String>
78
<system:String x:Key="setAsTopMostInThisQuery">Sæt øverst i denne søgning</system:String>
@@ -287,6 +288,10 @@
287288
<!-- Custom Query Shortcut Dialog -->
288289
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
289290
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
291+
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
292+
293+
If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
294+
</system:String>
290295
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
291296
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
292297

0 commit comments

Comments
 (0)