Skip to content

Commit d63d176

Browse files
authored
Merge pull request #2510 from Flow-Launcher/l10n_dev
New Crowdin updates
2 parents 7631652 + fb29645 commit d63d176

File tree

29 files changed

+507
-23
lines changed

29 files changed

+507
-23
lines changed

Flow.Launcher/Languages/es.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<system:String x:Key="add">Añadir</system:String>
189189
<system:String x:Key="pleaseSelectAnItem">Por favor, seleccione un elemento</system:String>
190190
<system:String x:Key="deleteCustomHotkeyWarning">¿Está seguro que desea eliminar el atajo de teclado de consulta personalizada {0}?</system:String>
191-
<system:String x:Key="deleteCustomShortcutWarning">¿Está seguro que desea eliminar el acceso directo: {0} con la expansión {1}?</system:String>
191+
<system:String x:Key="deleteCustomShortcutWarning">¿Está seguro de que desea eliminar el acceso directo: {0} con la expansión {1}?</system:String>
192192
<system:String x:Key="shortcut_clipboard_description">Obtiene el texto del portapapeles.</system:String>
193193
<system:String x:Key="shortcut_active_explorer_path">Obtiene la ruta del explorador activo.</system:String>
194194
<system:String x:Key="queryWindowShadowEffect">Efecto de sombra de la ventana de consultas</system:String>
@@ -237,7 +237,7 @@
237237
<system:String x:Key="settingfolder">Carpeta de configuración</system:String>
238238
<system:String x:Key="logfolder">Carpeta de registros</system:String>
239239
<system:String x:Key="clearlogfolder">Eliminar registros</system:String>
240-
<system:String x:Key="clearlogfolderMessage">¿Está seguro que desea eliminar todos los registros?</system:String>
240+
<system:String x:Key="clearlogfolderMessage">¿Está seguro de que desea eliminar todos los registros?</system:String>
241241
<system:String x:Key="welcomewindow">Asistente</system:String>
242242

243243
<!-- FileManager Setting Dialog -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Dialogues -->
55
<system:String x:Key="plugin_explorer_make_selection_warning">Por favor haga una selección primero</system:String>
66
<system:String x:Key="plugin_explorer_select_folder_link_warning">Por favor, seleccione un enlace de carpeta</system:String>
7-
<system:String x:Key="plugin_explorer_delete_folder_link">¿Está seguro que desea eliminar {0}?</system:String>
7+
<system:String x:Key="plugin_explorer_delete_folder_link">¿Está seguro de que desea eliminar {0}?</system:String>
88
<system:String x:Key="plugin_explorer_deletefileconfirm">¿Está seguro que desea eliminar permanentemente este archivo?</system:String>
99
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">¿Está seguro de que desea eliminar permanentemente este/esta archivo/carpeta?</system:String>
1010
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">Eliminación correcta</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Languages/uk-UA.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Видалити зі швидкого доступу</system:String>
101101
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Видалити поточний елемент зі швидкого доступу</system:String>
102102
<system:String x:Key="plugin_explorer_show_contextmenu_title">Показати контекстне меню Windows</system:String>
103-
<system:String x:Key="plugin_explorer_openwith">Open With</system:String>
104-
<system:String x:Key="plugin_explorer_openwith_subtitle">Select a program to open with</system:String>
103+
<system:String x:Key="plugin_explorer_openwith">Відкрити за допомогою</system:String>
104+
<system:String x:Key="plugin_explorer_openwith_subtitle">Виберіть програму для відкриття</system:String>
105105

106106
<!-- Special Results-->
107107
<system:String x:Key="plugin_explorer_diskfreespace">{0} не містить {1}</system:String>

Plugins/Flow.Launcher.Plugin.PluginsManager/Languages/uk-UA.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">Цей плагін вже встановлено</system:String>
2929
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Не вдалося завантажити маніфест плагіна</system:String>
3030
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Будь ласка, перевірте, чи можете ви підключитися до github.com. Ця помилка означає, що ви не можете встановлювати або оновлювати плагіни.</system:String>
31-
<system:String x:Key="plugin_pluginsmanager_update_all_title">Update all plugins</system:String>
32-
<system:String x:Key="plugin_pluginsmanager_update_all_subtitle">Would you like to update all plugins?</system:String>
33-
<system:String x:Key="plugin_pluginsmanager_update_all_prompt">Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins.</system:String>
34-
<system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String>
35-
<system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} plugins successfully updated. Restarting Flow, please wait...</system:String>
31+
<system:String x:Key="plugin_pluginsmanager_update_all_title">Оновити всі плагіни</system:String>
32+
<system:String x:Key="plugin_pluginsmanager_update_all_subtitle">Ви хочете оновити всі плагіни?</system:String>
33+
<system:String x:Key="plugin_pluginsmanager_update_all_prompt">Бажаєте оновити плагіни {0}?{1}Flow Launcher перезапуститься після оновлення всіх плагінів.</system:String>
34+
<system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Бажаєте оновити плагіни {0}?</system:String>
35+
<system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} плагіни успішно оновлено. Перезапуск Flow, будь ласка, зачекайте...</system:String>
3636
<system:String x:Key="plugin_pluginsmanager_update_success_restart">Плагін {0} успішно оновлено. Перезапускаємо Flow, будь ласка, зачекайте...</system:String>
3737
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Встановлення з невідомого джерела</system:String>
3838
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">Ви встановлюєте цей плагін з невідомого джерела, тому він може бути потенційно небезпечним!{0}{0}Переконайтеся, що ви розумієте, звідки цей плагін, і що він є безпечним.{0}{0}Бажаєте продовжити?{0}{0}(Ви можете вимкнути це попередження через налаштування)</system:String>
3939

4040
<system:String x:Key="plugin_pluginsmanager_install_success_no_restart">Плагін {0} успішно встановлено. Будь ласка, перезапустіть Flow.</system:String>
4141
<system:String x:Key="plugin_pluginsmanager_uninstall_success_no_restart">Плагін {0} успішно видалено. Будь ласка, перезапустіть Flow.</system:String>
4242
<system:String x:Key="plugin_pluginsmanager_update_success_no_restart">Плагін {0} успішно оновлено. Будь ласка, перезапустіть Flow.</system:String>
43-
<system:String x:Key="plugin_pluginsmanager_update_all_success_no_restart">{0} plugins successfully updated. Please restart Flow.</system:String>
43+
<system:String x:Key="plugin_pluginsmanager_update_all_success_no_restart">{0} плагіни успішно оновлено. Будь ласка, перезапустіть Flow.</system:String>
4444
<system:String x:Key="plugin_pluginsmanager_plugin_modified_error">Плагін {0} вже було змінено. Будь ласка, перезапустіть Flow, перш ніж вносити будь-які подальші зміни.</system:String>
4545

4646
<!-- Plugin Infos -->

Plugins/Flow.Launcher.Plugin.Shell/Languages/uk-UA.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

44
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Заміна Win+R</system:String>
5-
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Close Command Prompt after pressing any key</system:String>
6-
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Press any key to close this window...</system:String>
5+
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Закривати командний рядок після натискання будь-якої клавіші</system:String>
6+
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Натисніть будь-яку клавішу, щоб закрити це вікно...</system:String>
77
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Не закривати командний рядок після виконання команди</system:String>
88
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Завжди запускати від імені адміністратора</system:String>
99
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Запустити від імені іншого користувача</system:String>

Plugins/Flow.Launcher.Plugin.Sys/Languages/ar.xaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
66
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
77

8+
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
9+
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
10+
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String>
11+
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String>
12+
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String>
13+
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String>
14+
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String>
15+
<system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String>
16+
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String>
17+
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String>
18+
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Exit</system:String>
19+
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String>
20+
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher&quot;</system:String>
21+
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Settings</system:String>
22+
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Reload Plugin Data</system:String>
23+
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String>
24+
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
25+
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
26+
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
27+
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
28+
29+
<!-- Command Descriptions -->
830
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
931
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
1032
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>

Plugins/Flow.Launcher.Plugin.Sys/Languages/cs.xaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
<system:String x:Key="flowlauncher_plugin_sys_command">Příkaz</system:String>
66
<system:String x:Key="flowlauncher_plugin_sys_desc">Popis</system:String>
77

8+
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
9+
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
10+
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String>
11+
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String>
12+
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String>
13+
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String>
14+
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String>
15+
<system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String>
16+
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String>
17+
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String>
18+
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Ukončit</system:String>
19+
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String>
20+
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher&quot;</system:String>
21+
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Nastavení</system:String>
22+
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Znovu načíst data pluginů</system:String>
23+
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String>
24+
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
25+
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
26+
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
27+
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
28+
29+
<!-- Command Descriptions -->
830
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Vypnout počítač</system:String>
931
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restartovat počítač</system:String>
1032
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restartování počítače s pokročilými možnostmi spouštění v nouzovém režimu a režimu ladění a dalšími možnostmi</system:String>

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
66
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
77

8+
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
9+
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
10+
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String>
11+
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String>
12+
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String>
13+
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String>
14+
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String>
15+
<system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String>
16+
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String>
17+
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String>
18+
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Afslut</system:String>
19+
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String>
20+
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher&quot;</system:String>
21+
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Indstillinger</system:String>
22+
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Reload Plugin Data</system:String>
23+
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String>
24+
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
25+
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
26+
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
27+
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
28+
29+
<!-- Command Descriptions -->
830
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
931
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
1032
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
<system:String x:Key="flowlauncher_plugin_sys_command">Befehl</system:String>
66
<system:String x:Key="flowlauncher_plugin_sys_desc">Beschreibung</system:String>
77

8+
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
9+
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
10+
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String>
11+
<system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String>
12+
<system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String>
13+
<system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String>
14+
<system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String>
15+
<system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String>
16+
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String>
17+
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String>
18+
<system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Schließen</system:String>
19+
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String>
20+
<system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher&quot;</system:String>
21+
<system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Einstellungen</system:String>
22+
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Plugin-Daten neu laden</system:String>
23+
<system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String>
24+
<system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String>
25+
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String>
26+
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String>
27+
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Gott Modus</system:String>
28+
29+
<!-- Command Descriptions -->
830
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Computer herunterfahren</system:String>
931
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Computer neu starten</system:String>
1032
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>

0 commit comments

Comments
 (0)