Skip to content

Commit 533a58d

Browse files
authored
New Crowdin updates (#4051)
1 parent a773b51 commit 533a58d

File tree

44 files changed

+344
-144
lines changed

Some content is hidden

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

44 files changed

+344
-144
lines changed

Flow.Launcher/Languages/ar.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<system:String x:Key="PositionReset">إعادة تعيين الموقع</system:String>
6565
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
6666
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String>
67+
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
68+
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
69+
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
70+
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
6771

6872
<!-- Setting General -->
6973
<system:String x:Key="flowlauncher_settings">الإعدادات</system:String>
@@ -171,6 +175,10 @@
171175
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
172176
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
173177
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
178+
<system:String x:Key="historyStyle">History Style</system:String>
179+
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
180+
<system:String x:Key="queryHistory">Query history</system:String>
181+
<system:String x:Key="executedHistory">Last opened history</system:String>
174182
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
175183
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
176184
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
@@ -446,7 +454,7 @@
446454
<system:String x:Key="icons">الأيقونات</system:String>
447455
<system:String x:Key="about_activate_times">لقد قمت بتفعيل Flow Launcher {0} مرات</system:String>
448456
<system:String x:Key="checkUpdates">التحقق من التحديثات</system:String>
449-
<system:String x:Key="BecomeASponsor">كن راعيا</system:String>
457+
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
450458
<system:String x:Key="newVersionTips">الإصدار الجديد {0} متاح، هل ترغب في إعادة تشغيل Flow Launcher لاستخدام التحديث</system:String>
451459
<system:String x:Key="checkUpdatesFailed">فشل التحقق من التحديثات، يرجى التحقق من الاتصال وإعدادات البروكسي لـ api.github.com.</system:String>
452460
<system:String x:Key="downloadUpdatesFailed">

Flow.Launcher/Languages/cs.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<system:String x:Key="PositionReset">Obnovit pozici</system:String>
6565
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
6666
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String>
67+
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
68+
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
69+
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
70+
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
6771

6872
<!-- Setting General -->
6973
<system:String x:Key="flowlauncher_settings">Nastavení</system:String>
@@ -171,6 +175,10 @@
171175
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
172176
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
173177
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
178+
<system:String x:Key="historyStyle">History Style</system:String>
179+
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
180+
<system:String x:Key="queryHistory">Query history</system:String>
181+
<system:String x:Key="executedHistory">Last opened history</system:String>
174182
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
175183
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
176184
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
@@ -446,7 +454,7 @@
446454
<system:String x:Key="icons">Ikony</system:String>
447455
<system:String x:Key="about_activate_times">Flow Launcher byl aktivován {0} krát</system:String>
448456
<system:String x:Key="checkUpdates">Zkontrolovat Aktualizace</system:String>
449-
<system:String x:Key="BecomeASponsor">Staňte se sponzorem</system:String>
457+
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
450458
<system:String x:Key="newVersionTips">Je k dispozici nová verze {0}, chcete Flow Launcher restartovat, aby se mohl aktualizovat?</system:String>
451459
<system:String x:Key="checkUpdatesFailed">Hledání aktualizací se nezdařilo, zkontrolujte prosím své internetové připojení a nastavení proxy serveru k api.github.com.</system:String>
452460
<system:String x:Key="downloadUpdatesFailed">

Flow.Launcher/Languages/da.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<system:String x:Key="PositionReset">Position Reset</system:String>
6565
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
6666
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String>
67+
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
68+
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
69+
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
70+
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
6771

6872
<!-- Setting General -->
6973
<system:String x:Key="flowlauncher_settings">Indstillinger</system:String>
@@ -171,6 +175,10 @@
171175
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
172176
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
173177
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
178+
<system:String x:Key="historyStyle">History Style</system:String>
179+
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
180+
<system:String x:Key="queryHistory">Query history</system:String>
181+
<system:String x:Key="executedHistory">Last opened history</system:String>
174182
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
175183
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
176184
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
@@ -446,7 +454,7 @@
446454
<system:String x:Key="icons">Icons</system:String>
447455
<system:String x:Key="about_activate_times">Du har aktiveret Flow Launcher {0} gange</system:String>
448456
<system:String x:Key="checkUpdates">Tjek for opdateringer</system:String>
449-
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
457+
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
450458
<system:String x:Key="newVersionTips">Ny version {0} er tilgængelig, genstart venligst Flow Launcher</system:String>
451459
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
452460
<system:String x:Key="downloadUpdatesFailed">

Flow.Launcher/Languages/de.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<system:String x:Key="PositionReset">Zurücksetzen der Position</system:String>
6565
<system:String x:Key="PositionResetToolTip">Position des Suchfensters zurücksetzen</system:String>
6666
<system:String x:Key="queryTextBoxPlaceholder">Zum Suchen hier tippen</system:String>
67+
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
68+
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
69+
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
70+
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
6771

6872
<!-- Setting General -->
6973
<system:String x:Key="flowlauncher_settings">Einstellungen</system:String>
@@ -171,6 +175,10 @@
171175
<system:String x:Key="homePageToolTip">Ergebnisse der Homepage zeigen, wenn Abfragetext leer ist.</system:String>
172176
<system:String x:Key="historyResultsForHomePage">Historie-Ergebnisse auf Homepage zeigen</system:String>
173177
<system:String x:Key="historyResultsCountForHomePage">Maximal gezeigte Historie-Ergebnisse auf Homepage</system:String>
178+
<system:String x:Key="historyStyle">History Style</system:String>
179+
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
180+
<system:String x:Key="queryHistory">Query history</system:String>
181+
<system:String x:Key="executedHistory">Last opened history</system:String>
174182
<system:String x:Key="homeToggleBoxToolTip">Dies kann nur bearbeitet werden, wenn das Plug-in das Home-Feature unterstützt und die Homepage aktiviert ist.</system:String>
175183
<system:String x:Key="showAtTopmost">Suchfenster an vorderster zeigen</system:String>
176184
<system:String x:Key="showAtTopmostToolTip">Setzt die Einstellung 'Immer im Vordergrund' anderer Programme außer Kraft und zeigt Flow in der vordersten Position an.</system:String>
@@ -446,7 +454,7 @@
446454
<system:String x:Key="icons">Icons</system:String>
447455
<system:String x:Key="about_activate_times">Sie haben Flow Launcher {0} mal aktiviert</system:String>
448456
<system:String x:Key="checkUpdates">Nach Updates suchen</system:String>
449-
<system:String x:Key="BecomeASponsor">Ein Sponsor werden</system:String>
457+
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
450458
<system:String x:Key="newVersionTips">Neue Version {0} ist verfügbar. Möchten Sie Flow Launcher neu starten, um das Update zu verwenden?</system:String>
451459
<system:String x:Key="checkUpdatesFailed">Überprüfung der Updates fehlgeschlagen. Bitte überprüfen Sie Ihre Verbindungs- und Proxy-Einstellungen zu api.github.com.</system:String>
452460
<system:String x:Key="downloadUpdatesFailed">

Flow.Launcher/Languages/es-419.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<system:String x:Key="PositionReset">Position Reset</system:String>
6565
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
6666
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String>
67+
<system:String x:Key="pluginStillInitializing">{0}: This plugin is still initializing...</system:String>
68+
<system:String x:Key="pluginStillInitializingSubtitle">Select this result to requery</system:String>
69+
<system:String x:Key="pluginFailedToRespond">{0}: Failed to respond!</system:String>
70+
<system:String x:Key="pluginFailedToRespondSubtitle">Select this result for more info</system:String>
6771

6872
<!-- Setting General -->
6973
<system:String x:Key="flowlauncher_settings">Ajustes</system:String>
@@ -171,6 +175,10 @@
171175
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
172176
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
173177
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
178+
<system:String x:Key="historyStyle">History Style</system:String>
179+
<system:String x:Key="historyStyleTooltip">Choose the type of history to show in the History and Home Page</system:String>
180+
<system:String x:Key="queryHistory">Query history</system:String>
181+
<system:String x:Key="executedHistory">Last opened history</system:String>
174182
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
175183
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
176184
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
@@ -446,7 +454,7 @@
446454
<system:String x:Key="icons">Icons</system:String>
447455
<system:String x:Key="about_activate_times">Has activado Flow Launcher {0} veces</system:String>
448456
<system:String x:Key="checkUpdates">Buscar actualizaciones</system:String>
449-
<system:String x:Key="BecomeASponsor">Become A Sponsor</system:String>
457+
<system:String x:Key="BecomeASponsor">Become a Sponsor</system:String>
450458
<system:String x:Key="newVersionTips">La nueva versión {0} está disponible, ¿desea reiniciar Flow Launcher para usar la actualización?</system:String>
451459
<system:String x:Key="checkUpdatesFailed">Falló la comprobación de actualizaciones, compruebe su conexión y configuración de proxy a api.github.com.</system:String>
452460
<system:String x:Key="downloadUpdatesFailed">

Flow.Launcher/Languages/es.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<system:String x:Key="PositionReset">Restablecer posición</system:String>
6565
<system:String x:Key="PositionResetToolTip">Restablece la posición de la ventana de búsqueda</system:String>
6666
<system:String x:Key="queryTextBoxPlaceholder">Escribir aquí para buscar</system:String>
67+
<system:String x:Key="pluginStillInitializing">{0}: Este complemento aún se está inicializando...</system:String>
68+
<system:String x:Key="pluginStillInitializingSubtitle">Seleccione este resultado para volver a realizar la consulta</system:String>
69+
<system:String x:Key="pluginFailedToRespond">{0}: ¡No se ha recibido respuesta!</system:String>
70+
<system:String x:Key="pluginFailedToRespondSubtitle">Seleccione este resultado para más información</system:String>
6771

6872
<!-- Setting General -->
6973
<system:String x:Key="flowlauncher_settings">Configuración</system:String>
@@ -171,6 +175,10 @@
171175
<system:String x:Key="homePageToolTip">Muestra los resultados de la página de inicio cuando el texto de la consulta está vacío.</system:String>
172176
<system:String x:Key="historyResultsForHomePage">Mostrar historial de resultados en la página de inicio</system:String>
173177
<system:String x:Key="historyResultsCountForHomePage">Número máximo de resultados del historial en la página de inicio</system:String>
178+
<system:String x:Key="historyStyle">Estilo del historial</system:String>
179+
<system:String x:Key="historyStyleTooltip">Elija el tipo de historial que desea mostrar en el historial y la página de inicio</system:String>
180+
<system:String x:Key="queryHistory">Historial de consultas</system:String>
181+
<system:String x:Key="executedHistory">Historial de últimas aperturas</system:String>
174182
<system:String x:Key="homeToggleBoxToolTip">Esto solo se puede editar si el complemento soporta la función de Inicio y la Página de Inicio está activada.</system:String>
175183
<system:String x:Key="showAtTopmost">Mostrar ventana de búsqueda en primer plano</system:String>
176184
<system:String x:Key="showAtTopmostToolTip">Anula el ajuste «Siempre arriba» de otros programas y muestra Flow en primer plano.</system:String>
@@ -446,7 +454,7 @@
446454
<system:String x:Key="icons">Iconos</system:String>
447455
<system:String x:Key="about_activate_times">Ha activado Flow Launcher {0} veces</system:String>
448456
<system:String x:Key="checkUpdates">Buscar actualizaciones</system:String>
449-
<system:String x:Key="BecomeASponsor">Hágase Patrocinador</system:String>
457+
<system:String x:Key="BecomeASponsor">Conviértase en Patrocinador</system:String>
450458
<system:String x:Key="newVersionTips">La nueva versión {0} está disponible, ¿desea reiniciar Flow Launcher para actualizar?</system:String>
451459
<system:String x:Key="checkUpdatesFailed">Ha fallado la comprobación de las actualizaciones, por favor, compruebe la configuración de su proxy y conexión a api.github.com.</system:String>
452460
<system:String x:Key="downloadUpdatesFailed">

0 commit comments

Comments
 (0)