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

56 lines
5.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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">無効</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">URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_search">検索</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">検索クエリのサジェストを有効にする</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">web検索を選択してください</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">{0} を削除してもよろしいですか?</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">特定のウェブサイトでの検索をFlowに追加したい場合、まず、 ウェブサイトの検索バーにダミーの文字列を入力して検索を開始します。 次に、ブラウザのアドレスバーの内容をコピーし、下のURLフィールドに貼り付けます。 テスト文字列を {q}に置き換えます。例えば、Netflixでカジを検索すると、アドレスバーは以下のようになります</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">
コピーしたURLを下のURL欄に貼り付けてください。
次に、casinoという文字列を{q}に置き換えます。
すると、Netflixで検索を行うためのURLは以下のようになります
https://www.netflix.com/search?q={q}
</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_copyurl_title">URL をコピー</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_copyurl_subtitle">検索URLをクリップボードにコピーする</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">web検索を無効にする</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">検索ソースの更新に失敗しました。項目が削除されている可能性があります。</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検索</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Web検索を提供</system:String>
</ResourceDictionary>