Flow.Launcher/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/ru.xaml
2026-02-21 12:51:21 +02:00

55 lines
5.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">Search Source Setting</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_new_window">Новое окно</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">Новая вкладка</system:String>
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Установить браузер по пути:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_choose">Выберите</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete">Удалить</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_edit">Редактировать</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_add">Добавить</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Включено</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_private_mode_label">Приватный режим</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_true">Включено</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_false">Отключён</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Подтвердить</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_search">Поиск</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_max_suggestions">Max Suggestions</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Вы уверены, что хотите удалить {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 entire 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>
<system:String x:Key="flowlauncher_plugin_websearch_copyurl_title">Copy URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_copyurl_subtitle">Copy search URL to clipboard</system:String>
<!-- web search edit -->
<system:String x:Key="flowlauncher_plugin_websearch_title">Название</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable">Состояние</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Выбрать иконку</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_icon">Иконка</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Отменить</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Invalid web search</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Пожалуйста, укажите название</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Please enter an action keyword</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Please enter a URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Action keyword already exists, please enter a different one</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Успешно</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_edit_failed">Failed to update search source. The item may have been removed.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web Searches</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Allows to perform web searches</system:String>
</ResourceDictionary>