Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/Languages/es.xaml
Jeremy Wu 553e5f2b1c
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)
2022-11-26 18:18:48 +02:00

39 lines
3.8 KiB
XML

<?xml version="1.0"?>
<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">
<!-- Command List -->
<system:String x:Key="flowlauncher_plugin_sys_command">Comando</system:String>
<system:String x:Key="flowlauncher_plugin_sys_desc">Descripción</system:String>
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Apaga el equipo</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reinicia el equipo</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Reinicia el equipo con opciones avanzadas de arranque para el modo seguro y de depuración, entre otras opciones</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off">Cierra la sesión</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock">Bloquea el equipo</system:String>
<system:String x:Key="flowlauncher_plugin_sys_exit">Cierra Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart">Reinicia Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_setting">Ajusta la configuración de Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep">Duerme el equipo</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Vacia la papelera de reciclaje</system:String>
<system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Abre la papelera de reciclaje</system:String>
<system:String x:Key="flowlauncher_plugin_sys_indexoption">Opciones de indexación</system:String>
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hiberna el equipo</system:String>
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Guarda la configuración de Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refresca los datos del complemento con nuevo contenido</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Abre la ubicación de los archivos de registro de Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Busca actualizaciones de Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visite la documentación de Flow Launcher para más ayuda y consejos de uso</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Abre la ubicación donde se almacena la configuración de Flow Launcher</system:String>
<!-- Dialogs -->
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Correcto</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">Toda la configuración de Flow Launcher ha sido guardada</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Se recargaron todos los datos del complemento</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">¿Está seguro que desea apagar el equipo?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">¿Está seguro que desea reiniciar el equipo?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">¿Está seguro que desea reiniciar el equipo con opciones de arranque avanzadas?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">Comandos del sistema</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">Proporciona comandos relacionados con el sistema. Por ejemplo, apagar, bloquear, configurar, etc.</system:String>
</ResourceDictionary>