Skip to content

Commit 09e72e3

Browse files
authored
New Crowdin updates (#1627)
1 parent 61aaa01 commit 09e72e3

File tree

31 files changed

+104
-64
lines changed

31 files changed

+104
-64
lines changed

Flow.Launcher/Converters/OrdinalConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Globalization;
1+
using System.Globalization;
22
using System.Windows.Controls;
33
using System.Windows.Data;
44

Flow.Launcher/Languages/de.xaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
<system:String x:Key="flowlauncherPressHotkey">Press Key</system:String>
175175

176176
<!-- Setting Proxy -->
177-
<system:String x:Key="proxy">HTTP Proxy</system:String>
177+
<system:String x:Key="proxy">HTTP-Proxy</system:String>
178178
<system:String x:Key="enableProxy">Aktiviere HTTP Proxy</system:String>
179-
<system:String x:Key="server">HTTP Server</system:String>
179+
<system:String x:Key="server">HTTP-Server</system:String>
180180
<system:String x:Key="port">Port</system:String>
181181
<system:String x:Key="userName">Benutzername</system:String>
182182
<system:String x:Key="password">Passwort</system:String>
@@ -191,9 +191,9 @@
191191

192192
<!-- Setting About -->
193193
<system:String x:Key="about">Über</system:String>
194-
<system:String x:Key="website">Website</system:String>
194+
<system:String x:Key="website">Webseite</system:String>
195195
<system:String x:Key="github">Github</system:String>
196-
<system:String x:Key="docs">Docs</system:String>
196+
<system:String x:Key="docs">Dokumentation</system:String>
197197
<system:String x:Key="version">Version</system:String>
198198
<system:String x:Key="icons">Icons</system:String>
199199
<system:String x:Key="about_activate_times">Sie haben Flow Launcher {0} mal aktiviert</system:String>
@@ -218,24 +218,24 @@
218218
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
219219
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments are &quot;%d&quot;, and a path is entered at that location. For example, If a command is required such as &quot;totalcmd.exe /A c:\windows&quot;, argument is /A &quot;%d&quot;.</system:String>
220220
<system:String x:Key="fileManager_tips2">&quot;%f&quot; is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the &quot;Arg for File&quot; item. If the file manager does not have that function, you can use &quot;%d&quot;.</system:String>
221-
<system:String x:Key="fileManager_name">File Manager</system:String>
222-
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
221+
<system:String x:Key="fileManager_name">Datei-Manager</system:String>
222+
<system:String x:Key="fileManager_profile_name">Profilname</system:String>
223223
<system:String x:Key="fileManager_path">File Manager Path</system:String>
224224
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
225225
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
226226

227227
<!-- DefaultBrowser Setting Dialog -->
228-
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
228+
<system:String x:Key="defaultBrowserTitle">Standard-Webbrowser</system:String>
229229
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
230230
<system:String x:Key="defaultBrowser_name">Browser</system:String>
231231
<system:String x:Key="defaultBrowser_profile_name">Browser-Name</system:String>
232-
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
232+
<system:String x:Key="defaultBrowser_path">Browserpfad</system:String>
233233
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
234234
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
235-
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
235+
<system:String x:Key="defaultBrowser_parameter">Privater Modus</system:String>
236236

237237
<!-- Priority Setting Dialog -->
238-
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
238+
<system:String x:Key="changePriorityWindow">Priorität ändern</system:String>
239239
<system:String x:Key="priority_tips">Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number</system:String>
240240
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
241241

Flow.Launcher/Languages/es.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<system:String x:Key="querySearchPrecisionToolTip">Cambia la puntuación mínima requerida para la coincidencia de los resultados.</system:String>
6464
<system:String x:Key="ShouldUsePinyin">Buscar con Pinyin</system:String>
6565
<system:String x:Key="ShouldUsePinyinToolTip">Permite utilizar Pinyin para la búsqueda. Pinyin es el sistema estándar de ortografía romanizado para traducir chino.</system:String>
66-
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
67-
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow starts. Press F1 to toggle preview. </system:String>
66+
<system:String x:Key="AlwaysPreview">Mostrar siempre vista previa</system:String>
67+
<system:String x:Key="AlwaysPreviewToolTip">Muestra siempre el panel de vista previa al iniciar Flow. Pulse F1 para mostrar/ocultar la vista previa. </system:String>
6868
<system:String x:Key="shadowEffectNotAllowed">El efecto de sombra no está permitido mientras el tema actual tenga el efecto de desenfoque activado</system:String>
6969

7070
<!-- Setting Plugin -->

Flow.Launcher/Languages/pt-br.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<system:String x:Key="iconTraySettings">Configurações</system:String>
1313
<system:String x:Key="iconTrayAbout">Sobre</system:String>
1414
<system:String x:Key="iconTrayExit">Sair</system:String>
15-
<system:String x:Key="closeWindow">Close</system:String>
15+
<system:String x:Key="closeWindow">Fechar</system:String>
1616
<system:String x:Key="copy">Copy</system:String>
17-
<system:String x:Key="cut">Cut</system:String>
18-
<system:String x:Key="paste">Paste</system:String>
17+
<system:String x:Key="cut">Cortar</system:String>
18+
<system:String x:Key="paste">Colar</system:String>
1919
<system:String x:Key="fileTitle">File</system:String>
2020
<system:String x:Key="folderTitle">Folder</system:String>
2121
<system:String x:Key="textTitle">Text</system:String>
22-
<system:String x:Key="GameMode">Game Mode</system:String>
22+
<system:String x:Key="GameMode">Modo Gamer</system:String>
2323
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
2424
<system:String x:Key="PositionReset">Position Reset</system:String>
2525
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Languages/da.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
7171
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
7272
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
73+
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
7374
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
75+
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
7476
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
7577
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
7678
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
@@ -87,7 +89,7 @@
8789
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
8890
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
8991
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
90-
92+
9193
<!-- Everything -->
9294
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK Loaded Fail</system:String>
9395
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Warning: Everything service is not running</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Languages/de.xaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
<system:String x:Key="plugin_explorer_use_location_as_working_dir">Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis</system:String>
3434
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">Use Index Search For Path Search</system:String>
3535
<system:String x:Key="plugin_explorer_manageindexoptions">Indexing Options</system:String>
36-
<system:String x:Key="plugin_explorer_actionkeywordview_search">Search:</system:String>
37-
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Path Search:</system:String>
38-
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">File Content Search:</system:String>
39-
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index Search:</system:String>
40-
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Quick Access:</system:String>
36+
<system:String x:Key="plugin_explorer_actionkeywordview_search">Suche:</system:String>
37+
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">Pfad-Suche:</system:String>
38+
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">Suche nach Dateiinhalten:</system:String>
39+
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">Index-Suche:</system:String>
40+
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">Schnellzugriff:</system:String>
4141
<system:String x:Key="plugin_explorer_actionkeyword_current">Current Action Keyword</system:String>
4242
<system:String x:Key="plugin_explorer_actionkeyword_done">Fertig</system:String>
43-
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Enabled</system:String>
43+
<system:String x:Key="plugin_explorer_actionkeyword_enabled">Aktiviert</system:String>
4444
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">When disabled Flow will not execute this search option, and will additionally revert back to '*' to free up the action keyword</system:String>
4545
<system:String x:Key="plugin_explorer_engine_everything">Everything</system:String>
4646
<system:String x:Key="plugin_explorer_engine_windows_index">Windows Index</system:String>
@@ -60,17 +60,19 @@
6060
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String>
6161

6262
<!-- Context menu items -->
63-
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
64-
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
63+
<system:String x:Key="plugin_explorer_copypath">Pfad kopieren</system:String>
64+
<system:String x:Key="plugin_explorer_copyfilefolder">Kopieren</system:String>
6565
<system:String x:Key="plugin_explorer_deletefilefolder">Löschen</system:String>
66-
<system:String x:Key="plugin_explorer_path">Path:</system:String>
67-
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Delete the selected</system:String>
68-
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
69-
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
66+
<system:String x:Key="plugin_explorer_path">Pfad:</system:String>
67+
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Ausgewählte löschen</system:String>
68+
<system:String x:Key="plugin_explorer_runasdifferentuser">Als anderer Benutzer ausführen</system:String>
69+
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Ausgewählte mit einem anderen Benutzerkonto ausführen</system:String>
7070
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
7171
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
7272
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
73+
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
7374
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
75+
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
7476
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
7577
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
7678
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
@@ -87,7 +89,7 @@
8789
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
8890
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
8991
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
90-
92+
9193
<!-- Everything -->
9294
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK Loaded Fail</system:String>
9395
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service läuft nicht</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Languages/es-419.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
7171
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
7272
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
73+
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
7374
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
75+
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
7476
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
7577
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
7678
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
@@ -87,7 +89,7 @@
8789
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
8890
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
8991
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
90-
92+
9193
<!-- Everything -->
9294
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK Loaded Fail</system:String>
9395
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Advertencia: El servicio de Everything no se está ejecutando</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Languages/es.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<system:String x:Key="plugin_explorer_Content_Search_Engine">Motor de búsqueda de contenido</system:String>
5050
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Motor de búsqueda recursiva de directorio</system:String>
5151
<system:String x:Key="plugin_explorer_Index_Search_Engine">Motor de búsqueda del Índice</system:String>
52-
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
52+
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Abrir opciones de indexación de Windows</system:String>
5353

5454
<!-- Plugin Infos -->
5555
<system:String x:Key="plugin_explorer_plugin_name">Explorador</system:String>
@@ -70,7 +70,9 @@
7070
<system:String x:Key="plugin_explorer_opencontainingfolder">Abrir carpeta contenedora</system:String>
7171
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Abre la ubicación que contiene el archivo o carpeta</system:String>
7272
<system:String x:Key="plugin_explorer_openwitheditor">Abrir con el editor:</system:String>
73+
<system:String x:Key="plugin_explorer_openwitheditor_error">No se pudo abrir el archivo en {0} con el editor {1} en {2}</system:String>
7374
<system:String x:Key="plugin_explorer_openwithshell">Abrir con Shell:</system:String>
75+
<system:String x:Key="plugin_explorer_openwithshell_error">No se pudo abrir la carpeta {0} con Shell {1} en {2}</system:String>
7476
<system:String x:Key="plugin_explorer_excludefromindexsearch">Excluir la carpeta actual y sus subcarpetas del índice de búsqueda</system:String>
7577
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluido del índice de búsqueda</system:String>
7678
<system:String x:Key="plugin_explorer_openindexingoptions">Abrir opciones de indexación de Windows</system:String>
@@ -87,7 +89,7 @@
8789
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Eliminar del acceso rápido</system:String>
8890
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Elimina {0} actual del acceso rápido</system:String>
8991
<system:String x:Key="plugin_explorer_show_contextmenu_title">Mostrar menú contextual de Windows</system:String>
90-
92+
9193
<!-- Everything -->
9294
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">No se ha podido cargar Everything SDK</system:String>
9395
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Advertencia: El servicio de Everything no se está ejecutando</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Languages/fr.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
7171
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the file or folder</system:String>
7272
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
73+
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
7374
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
75+
<system:String x:Key="plugin_explorer_openwithshell_error">Failed to open folder {0} with Shell {1} at {2}</system:String>
7476
<system:String x:Key="plugin_explorer_excludefromindexsearch">Exclude current and sub-directories from Index Search</system:String>
7577
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">Excluded from Index Search</system:String>
7678
<system:String x:Key="plugin_explorer_openindexingoptions">Open Windows Indexing Options</system:String>
@@ -87,7 +89,7 @@
8789
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
8890
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove the current {0} from Quick Access</system:String>
8991
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
90-
92+
9193
<!-- Everything -->
9294
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK Loaded Fail</system:String>
9395
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">Warning: Everything service is not running</system:String>

0 commit comments

Comments
 (0)