Flow.Launcher/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es.xaml
Jeremy Wu b122dc35c6
New Crowdin updates (#1280)
* 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)
2022-08-17 01:15:04 +03:00

43 lines
4.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">
<system:String x:Key="flowlauncher_plugin_websearch_window_title">Configuración de las fuentes de búsqueda</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Abrir búsqueda en:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_new_window">Nueva ventana</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">Nueva pestaña</system:String>
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Establecer navegador desde ruta:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_choose">Elegir</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete">Eliminar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_edit">Editar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_add">Añadir</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Palabra clave de acción</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_search">Buscar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Usar autocompletado en consultas de búsqueda: </system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocompletar datos desde: </system:String>
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Por favor, seleccione una búsqueda web</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">¿Está seguro que desea eliminar {0}?</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">Si dispone de un servicio de búsqueda web que desea utilizar, puede añadirlo a Flow. Por ejemplo, si desea buscar 'casino' en Netflix puede utilizar el siguiente formato url en la barra de direcciones: &quot;https://www.netflix.com/search?q=Casino. Para ello, cambie el término de búsqueda 'Casino' de la siguiente manera.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">Añadirla a la sección URL, abajo indicada. Ahora puede buscar en Netflix utilizando cualquier término de búsqueda.</system:String>
<!--web search edit-->
<system:String x:Key="flowlauncher_plugin_websearch_title">Título</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable">Activar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Seleccionar icono</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_icon">Icono</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancelar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Búsqueda web no válida</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Por favor, introduzca un título</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Por favor, introduzca una palabra clave de acción</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Por favor, introduzca una URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">La palabra clave de acción ya está en uso, por favor, introduzca una diferente</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Correcto</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Sugerencia: No es necesario copiar imágenes personalizadas en esta carpeta, cuando Flow sea actualizado se perderán. Flow copiará automáticamente cualquier imagen externa a esta carpeta en la ubicación de imágenes personalizada de WebSearch.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Búsquedas Web</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Permite realizar búsquedas web</system:String>
</ResourceDictionary>