mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
* New translations en.xaml (Danish) * New translations en.xaml (French) * New translations Resources.resx (Polish) * New translations en.xaml (French) * New translations Resources.resx (French) * New translations Resources.resx (Danish) * New translations Resources.resx (German) * New translations Resources.resx (Italian) * New translations Resources.resx (Japanese) * New translations Resources.resx (Korean) * New translations Resources.resx (Dutch) * New translations Resources.resx (Portuguese) * New translations Resources.resx (Spanish, Latin America) * New translations Resources.resx (Russian) * New translations Resources.resx (Slovak) * New translations Resources.resx (Turkish) * New translations Resources.resx (Ukrainian) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Traditional) * New translations Resources.resx (Portuguese, Brazilian) * New translations Resources.resx (Norwegian Bokmal) * New translations Resources.resx (Serbian (Latin)) * New translations Resources.resx (Spanish (Modern)) * New translations en.xaml (Japanese) * New translations en.xaml (Korean) * New translations en.xaml (German) * New translations en.xaml (Italian) * New translations en.xaml (Russian) * New translations en.xaml (Dutch) * New translations en.xaml (Polish) * New translations en.xaml (Ukrainian) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Turkish) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Norwegian Bokmal) * New translations en.xaml (Serbian (Latin)) * New translations en.xaml (Chinese Traditional) * New translations en.xaml (Portuguese, Brazilian) * New translations en.xaml (Spanish, Latin America)
37 lines
3.6 KiB
XML
37 lines
3.6 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">Apagar el equipo</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">Reiniciar el equipo</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Reiniciar 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">Cerrar sesión</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_lock">Bloquear el equipo</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Cerrar Flow Launcher</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Reiniciar Flow Launcher</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_setting">Ajustar esta aplicación</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">Suspender el equipo</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Vaciar papelera de reciclaje</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernar el equipo</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Guardar 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">Abrir ubicación de los archivos de registro de Flow Launcher</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">Buscar 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">Abrir 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 de que desea apagar el equipo?</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">¿Está seguro de que desea reiniciar el equipo?</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">¿Está seguro de 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>
|