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

55 lines
5.2 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">搜尋來源設定</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_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">Disabled</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_confirm">確定</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">觸發關鍵字</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_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">從以下位置自動填入資料:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_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">Status</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">無效的網頁搜尋</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_title">請輸入標題</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">請輸入觸發關鍵字</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_url">請輸入 URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">觸發關鍵字已經存在,請選擇一個新的關鍵字</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">提示:您無需將自訂圖片放置在此目錄中,如果 Flow 版本更新,這些圖片將會遺失。 Flow 會自動將此目錄以外的所有圖片複製到 WebSearch 的自訂圖片位置。</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">網頁搜尋</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">提供網頁搜尋功能</system:String>
</ResourceDictionary>