Flow.Launcher/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/es-419.xaml
2022-12-13 03:36:02 +02:00

50 lines
4.7 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 fuente 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_true">Enabled</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirmar</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Palabra clave</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">Autocompletar la búsqueda:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocompletar datos de:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Por favor, seleccione una búsqueda</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">¿Seguro que desea eliminar {0}?</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
Now copy this entrire string and paste it in the URL field below.
Then replace casino with {q}.
Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q}
</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">Status</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Seleccionar icono</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_icon">Ícono</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 inválida</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Por favor ingrese un título</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Por favor ingrese una palabra clave</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 ya existe, por favor ingrese una diferente</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Éxitoso</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Sugerencia: No es necesario colocar imágenes personalizadas en este directorio, si la versión de Flow se actualiza se perderán. Flow copiará automáticamente cualquier imagen fuera de este directorio a la ubicación de imagen personalizada de WebSearch.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Búsqueda web</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Permite realizar búsquedas en la web</system:String>
</ResourceDictionary>