mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
37 lines
3.5 KiB
XML
37 lines
3.5 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 este 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">Configurar esta app</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 todos los ajustes de Flow Launcher</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Recarga los datos del complemento con nuevo contenido</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">Abrir ubicación de los logs 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">Visita 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">Éxito</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">Se guardaron todos los ajustes de Flow Launcher</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">Ofrece comandos del sistema. Por ejemplo, apagar, bloquear, configuración, etc.</system:String>
|
|
|
|
</ResourceDictionary>
|