diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-06-14 08:42:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 08:42:06 +0200 |
| commit | e52e9bb4b699e39d9ce51874ea339d4773717389 (patch) | |
| tree | 9579490f38d5ee08a3543829a9d888345e640f7e /searx/translations/ja | |
| parent | 0b877f1fb890b345c116e76b5744bfe4263b5c2e (diff) | |
[l10n] update translations from Weblate (#4914)
0c960fb83 - 2025-06-13 - Outbreak2096 <outbreak2096@noreply.codeberg.org>
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
Diffstat (limited to 'searx/translations/ja')
| -rw-r--r-- | searx/translations/ja/LC_MESSAGES/messages.mo | bin | 23135 -> 22518 bytes | |||
| -rw-r--r-- | searx/translations/ja/LC_MESSAGES/messages.po | 48 |
2 files changed, 34 insertions, 14 deletions
diff --git a/searx/translations/ja/LC_MESSAGES/messages.mo b/searx/translations/ja/LC_MESSAGES/messages.mo Binary files differindex 0d857b133..51c1b57bc 100644 --- a/searx/translations/ja/LC_MESSAGES/messages.mo +++ b/searx/translations/ja/LC_MESSAGES/messages.mo diff --git a/searx/translations/ja/LC_MESSAGES/messages.po b/searx/translations/ja/LC_MESSAGES/messages.po index f2f11c12b..eac34cbc7 100644 --- a/searx/translations/ja/LC_MESSAGES/messages.po +++ b/searx/translations/ja/LC_MESSAGES/messages.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: searx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-05-31 18:38+0000\n" +"POT-Creation-Date: 2025-06-13 02:39+0000\n" "PO-Revision-Date: 2025-04-11 15:12+0000\n" "Last-Translator: ayame30 <ayame30@noreply.codeberg.org>\n" "Language: ja\n" @@ -754,11 +754,13 @@ msgstr "検索バーで数式を計算" msgid "Hash plugin" msgstr "ハッシュプラグイン" -#: searx/plugins/hash_plugin.py:35 -msgid "Converts strings to different hash digests." -msgstr "文字列を異なるハッシュダイジェストに変換。" +#: searx/plugins/hash_plugin.py:36 +msgid "" +"Converts strings to different hash digests. Available functions: md5, " +"sha1, sha224, sha256, sha384, sha512." +msgstr "" -#: searx/plugins/hash_plugin.py:62 +#: searx/plugins/hash_plugin.py:64 msgid "hash digest" msgstr "ハッシュダイジェスト" @@ -1334,8 +1336,8 @@ msgid "Autocomplete" msgstr "自動補完" #: searx/templates/simple/preferences/autocomplete.html:15 -msgid "Find stuff as you type" -msgstr "自動補完に使う検索エンジン" +msgid "Show possible queries as you type" +msgstr "" #: searx/templates/simple/preferences/center_alignment.html:2 msgid "Center Alignment" @@ -1409,9 +1411,9 @@ msgstr "DOI書き換えにて使用するサービスを選択" #: searx/templates/simple/preferences/engines.html:9 msgid "" -"This tab does not exists in the user interface, but you can search in " -"these engines by its !bangs." -msgstr "インタフェースやタブの中にはないが、!bangを使うことでこれらのエンジンで検索できる。" +"This tab does not exist in the user interface, but you can search with " +"these engines via !bangs." +msgstr "" #: searx/templates/simple/preferences/engines.html:15 msgid "Enable all" @@ -1526,12 +1528,12 @@ msgid "" msgstr "有効にすると、検索結果ページのタイトルにクエリが含まれます。お使いのブラウザはこのタイトルを記録できます" #: searx/templates/simple/preferences/results_on_new_tab.html:2 -msgid "Results on new tabs" -msgstr "新しいタブに結果を表示" +msgid "Results in new tabs" +msgstr "" #: searx/templates/simple/preferences/results_on_new_tab.html:14 -msgid "Open result links on new browser tabs" -msgstr "検索結果のリンクを新しいタブで開く" +msgid "Open result links in new browser tabs" +msgstr "" #: searx/templates/simple/preferences/safesearch.html:20 msgid "Filter content" @@ -2234,3 +2236,21 @@ msgstr "動画を隠す" #~ msgid "proxied" #~ msgstr "プロキシ" +#~ msgid "" +#~ "This tab does not exists in the" +#~ " user interface, but you can search" +#~ " in these engines by its !bangs." +#~ msgstr "インタフェースやタブの中にはないが、!bangを使うことでこれらのエンジンで検索できる。" + +#~ msgid "Results on new tabs" +#~ msgstr "新しいタブに結果を表示" + +#~ msgid "Open result links on new browser tabs" +#~ msgstr "検索結果のリンクを新しいタブで開く" + +#~ msgid "Find stuff as you type" +#~ msgstr "自動補完に使う検索エンジン" + +#~ msgid "Converts strings to different hash digests." +#~ msgstr "文字列を異なるハッシュダイジェストに変換。" + |