diff options
Diffstat (limited to 'searx/translations/ja/LC_MESSAGES')
-rw-r--r-- | searx/translations/ja/LC_MESSAGES/messages.po | 56 |
1 files changed, 35 insertions, 21 deletions
diff --git a/searx/translations/ja/LC_MESSAGES/messages.po b/searx/translations/ja/LC_MESSAGES/messages.po index 4e92aac02..42c35d59c 100644 --- a/searx/translations/ja/LC_MESSAGES/messages.po +++ b/searx/translations/ja/LC_MESSAGES/messages.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: searx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-09-18 19:34+0000\n" +"POT-Creation-Date: 2023-09-19 06:36+0000\n" "PO-Revision-Date: 2023-09-12 14:53+0000\n" "Last-Translator: return42 <markus.heiser@darmarit.de>\n" "Language: ja\n" @@ -171,15 +171,15 @@ msgstr "ソース" msgid "Error loading the next page" msgstr "次のページの読み込み中にエラーが発生しました" -#: searx/webapp.py:490 searx/webapp.py:882 +#: searx/webapp.py:491 searx/webapp.py:883 msgid "Invalid settings, please edit your preferences" msgstr "設定が無効です、設定を変更してください" -#: searx/webapp.py:506 +#: searx/webapp.py:507 msgid "Invalid settings" msgstr "無効な設定です" -#: searx/webapp.py:583 searx/webapp.py:665 +#: searx/webapp.py:584 searx/webapp.py:666 msgid "search error" msgstr "検索エラー" @@ -402,18 +402,6 @@ msgstr "トラッカー URL リムーバー" msgid "Remove trackers arguments from the returned URL" msgstr "返された URL からトラッカー引数を消去する" -#: searx/plugins/vim_hotkeys.py:3 -msgid "Vim-like hotkeys" -msgstr "Vim 風のホットキー" - -#: searx/plugins/vim_hotkeys.py:4 -msgid "" -"Navigate search results with Vim-like hotkeys (JavaScript required). " -"Press \"h\" key on main or result page to get help." -msgstr "" -"検索結果をVim 風のホットキーで操作します(JavaScript が必要)。メインページまたは検索結果ページで \"h\" " -"キーを押してヘルプを表示します。" - #: searx/templates/simple/404.html:4 msgid "Page not found" msgstr "ページが見つかりません" @@ -567,23 +555,23 @@ msgstr "デフォルトのカテゴリ" msgid "User interface" msgstr "ユーザーインターフェース" -#: searx/templates/simple/preferences.html:207 +#: searx/templates/simple/preferences.html:208 msgid "Privacy" msgstr "プライバシー" -#: searx/templates/simple/preferences.html:220 +#: searx/templates/simple/preferences.html:221 msgid "Engines" msgstr "検索エンジン" -#: searx/templates/simple/preferences.html:222 +#: searx/templates/simple/preferences.html:223 msgid "Currently used search engines" msgstr "現在使用中の検索エンジン" -#: searx/templates/simple/preferences.html:230 +#: searx/templates/simple/preferences.html:231 msgid "Special Queries" msgstr "特殊クエリー" -#: searx/templates/simple/preferences.html:236 +#: searx/templates/simple/preferences.html:237 msgid "Cookies" msgstr "クッキー" @@ -964,6 +952,20 @@ msgstr "デフォルト設定に戻す" msgid "Back" msgstr "戻る" +#: searx/templates/simple/preferences/hotkeys.html:2 +msgid "Hotkeys" +msgstr "" + +#: searx/templates/simple/preferences/hotkeys.html:13 +msgid "Vim-like" +msgstr "" + +#: searx/templates/simple/preferences/hotkeys.html:18 +msgid "" +"Navigate search results with hotkeys (JavaScript required). Press \"h\" " +"key on main or result page to get help." +msgstr "" + #: searx/templates/simple/preferences/image_proxy.html:2 msgid "Image proxy" msgstr "画像プロキシ" @@ -1568,3 +1570,15 @@ msgstr "動画を隠す" #~ "categories. (JavaScript required)" #~ msgstr "カテゴリが選択されたときに検索を実行します。複数のカテゴリを選択する場合は無効にします。(JavaScript が必要です)" +#~ msgid "Vim-like hotkeys" +#~ msgstr "Vim 風のホットキー" + +#~ msgid "" +#~ "Navigate search results with Vim-like" +#~ " hotkeys (JavaScript required). Press \"h\"" +#~ " key on main or result page to" +#~ " get help." +#~ msgstr "" +#~ "検索結果をVim 風のホットキーで操作します(JavaScript が必要)。メインページまたは検索結果ページで" +#~ " \"h\" キーを押してヘルプを表示します。" + |