Skip to content

Commit 553e5f2

Browse files
authored
New Crowdin updates (#1573)
* New translations en.xaml (French) * New translations en.xaml (German) * New translations en.xaml (Italian) * New translations en.xaml (Danish) * New translations en.xaml (Japanese) * New translations en.xaml (Dutch) * New translations en.xaml (Polish) * New translations en.xaml (Portuguese) * New translations en.xaml (Russian) * New translations en.xaml (Slovak) * New translations en.xaml (Turkish) * New translations en.xaml (Ukrainian) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Traditional) * New translations en.xaml (Portuguese, Brazilian) * New translations en.xaml (Norwegian Bokmal) * New translations en.xaml (Serbian (Latin)) * New translations en.xaml (Spanish, Latin America) * New translations en.xaml (Portuguese) * New translations en.xaml (Spanish (Modern)) * New translations en.xaml (Korean)
1 parent 45335f2 commit 553e5f2

File tree

48 files changed

+1642
-288
lines changed

Some content is hidden

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

48 files changed

+1642
-288
lines changed

Flow.Launcher/Languages/da.xaml

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,32 @@
2121
<system:String x:Key="textTitle">Text</system:String>
2222
<system:String x:Key="GameMode">Game Mode</system:String>
2323
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
24+
<system:String x:Key="PositionReset">Position Reset</system:String>
25+
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
2426

2527
<!-- Setting General -->
26-
<system:String x:Key="flowlauncher_settings">Flow Launcher indstillinger</system:String>
28+
<system:String x:Key="flowlauncher_settings">Indstillinger</system:String>
2729
<system:String x:Key="general">Generelt</system:String>
2830
<system:String x:Key="portableMode">Portable Mode</system:String>
2931
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
3032
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher ved system start</system:String>
3133
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
3234
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Skjul Flow Launcher ved mistet fokus</system:String>
3335
<system:String x:Key="dontPromptUpdateMsg">Vis ikke notifikationer om nye versioner</system:String>
34-
<system:String x:Key="rememberLastLocation">Husk seneste position</system:String>
36+
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
37+
<system:String x:Key="SearchWindowPositionRememberLastLaunchLocation">Remember Last Position</system:String>
38+
<system:String x:Key="SearchWindowPositionMouseScreenCenter">Mouse Focused Screen - Center</system:String>
39+
<system:String x:Key="SearchWindowPositionMouseScreenCenterTop">Mouse Focused Screen - Center Top</system:String>
40+
<system:String x:Key="SearchWindowPositionMouseScreenLeftTop">Mouse Focused Screen - Left Top</system:String>
41+
<system:String x:Key="SearchWindowPositionMouseScreenRightTop">Mouse Focused Screen - Right Top</system:String>
3542
<system:String x:Key="language">Sprog</system:String>
3643
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
3744
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
3845
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
3946
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
4047
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
4148
<system:String x:Key="maxShowResults">Maksimum antal resultater vist</system:String>
49+
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
4250
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignorer genvejstaster i fuldskærmsmode</system:String>
4351
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
4452
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
@@ -53,11 +61,15 @@
5361
<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>
5462
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
5563
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
56-
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
57-
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
64+
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
65+
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
5866
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
5967

6068
<!-- Setting Plugin -->
69+
<system:String x:Key="searchplugin">Search Plugin</system:String>
70+
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
71+
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
72+
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
6173
<system:String x:Key="plugin">Plugin</system:String>
6274
<system:String x:Key="browserMorePlugins">Find flere plugins</system:String>
6375
<system:String x:Key="enable">On</system:String>
@@ -77,13 +89,25 @@
7789
<system:String x:Key="plugin_query_time">Søgetid:</system:String>
7890
<system:String x:Key="plugin_query_version">| Version</system:String>
7991
<system:String x:Key="plugin_query_web">Website</system:String>
80-
<system:String x:Key="uninstallbtn">Uninstall</system:String>
92+
<system:String x:Key="plugin_uninstall">Uninstall</system:String>
8193

8294

8395
<!-- Setting Plugin Store -->
8496
<system:String x:Key="pluginStore">Plugin Store</system:String>
97+
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
98+
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
99+
<system:String x:Key="pluginStore_None">Plugin</system:String>
100+
<system:String x:Key="pluginStore_Installed">Installed</system:String>
85101
<system:String x:Key="refresh">Refresh</system:String>
86102
<system:String x:Key="installbtn">Install</system:String>
103+
<system:String x:Key="uninstallbtn">Uninstall</system:String>
104+
<system:String x:Key="updatebtn">Opdater</system:String>
105+
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
106+
<system:String x:Key="LabelNew">New Version</system:String>
107+
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
108+
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
109+
110+
87111

88112
<!-- Setting Theme -->
89113
<system:String x:Key="theme">Tema</system:String>
@@ -106,6 +130,8 @@
106130
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
107131
<system:String x:Key="Animation">Animation</system:String>
108132
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
133+
<system:String x:Key="Clock">Clock</system:String>
134+
<system:String x:Key="Date">Date</system:String>
109135

110136
<!-- Setting Hotkey -->
111137
<system:String x:Key="hotkey">Genvejstast</system:String>
@@ -116,17 +142,26 @@
116142
<system:String x:Key="showOpenResultHotkey">Vis hotkey</system:String>
117143
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
118144
<system:String x:Key="customQueryHotkey">Tilpasset søgegenvejstast</system:String>
145+
<system:String x:Key="customQueryShortcut">Custom Query Shortcut</system:String>
146+
<system:String x:Key="builtinShortcuts">Built-in Shortcut</system:String>
119147
<system:String x:Key="customQuery">Query</system:String>
148+
<system:String x:Key="customShortcut">Shortcut</system:String>
149+
<system:String x:Key="customShortcutExpansion">Expansion</system:String>
150+
<system:String x:Key="builtinShortcutDescription">Description</system:String>
120151
<system:String x:Key="delete">Slet</system:String>
121152
<system:String x:Key="edit">Rediger</system:String>
122153
<system:String x:Key="add">Tilføj</system:String>
123154
<system:String x:Key="pleaseSelectAnItem">Vælg venligst</system:String>
124155
<system:String x:Key="deleteCustomHotkeyWarning">Er du sikker på du vil slette {0} plugin genvejstast?</system:String>
156+
<system:String x:Key="deleteCustomShortcutWarning">Are you sure you want to delete shortcut: {0} with expansion {1}?</system:String>
157+
<system:String x:Key="shortcut_clipboard_description">Get text from clipboard.</system:String>
125158
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
126159
<system:String x:Key="shadowEffectCPUUsage">Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited.</system:String>
127160
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
161+
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
128162
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
129163
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
164+
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
130165

131166
<!-- Setting Proxy -->
132167
<system:String x:Key="proxy">HTTP Proxy</system:String>
@@ -150,8 +185,10 @@
150185
<system:String x:Key="github">Github</system:String>
151186
<system:String x:Key="docs">Docs</system:String>
152187
<system:String x:Key="version">Version</system:String>
188+
<system:String x:Key="icons">Icons</system:String>
153189
<system:String x:Key="about_activate_times">Du har aktiveret Flow Launcher {0} gange</system:String>
154190
<system:String x:Key="checkUpdates">Tjek for opdateringer</system:String>
191+
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
155192
<system:String x:Key="newVersionTips">Ny version {0} er tilgængelig, genstart venligst Flow Launcher</system:String>
156193
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
157194
<system:String x:Key="downloadUpdatesFailed">
@@ -206,12 +243,18 @@
206243

207244
<!-- Custom Query Hotkey Dialog -->
208245
<system:String x:Key="customeQueryHotkeyTitle">Tilpasset søgegenvejstast</system:String>
209-
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
246+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
210247
<system:String x:Key="preview">Vis</system:String>
211248
<system:String x:Key="hotkeyIsNotUnavailable">Genvejstast er utilgængelig, vælg venligst en ny genvejstast</system:String>
212249
<system:String x:Key="invalidPluginHotkey">Ugyldig plugin genvejstast</system:String>
213250
<system:String x:Key="update">Opdater</system:String>
214251

252+
<!-- Custom Query Shortcut Dialog -->
253+
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
254+
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
255+
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
256+
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
257+
215258
<!-- Hotkey Control -->
216259
<system:String x:Key="hotkeyUnavailable">Genvejstast utilgængelig</system:String>
217260

0 commit comments

Comments
 (0)