messages.po 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455
  1. # Japanese translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # Akio Nishimura <akionux@gmail.com>, 2016-2018
  7. # Thomas Pointhuber, 2014-2015
  8. # FIRST AUTHOR <EMAIL@ADDRESS>, 2014,2016
  9. # KAWASAKI ICHIRO, 2020
  10. # Lucas Phillips <mail@lep.pw>, 2015
  11. # Max <theshirinzu@gmail.com>, 2015
  12. # Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2018
  13. # pointhi, 2014
  14. # Thomas Pointhuber, 2015-2016
  15. # tents <remendne@pentrens.jp>, 2022.
  16. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  17. msgid ""
  18. msgstr ""
  19. "Project-Id-Version: searx\n"
  20. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  21. "POT-Creation-Date: 2022-10-14 14:11+0000\n"
  22. "PO-Revision-Date: 2022-10-28 07:18+0000\n"
  23. "Last-Translator: tents <remendne@pentrens.jp>\n"
  24. "Language-Team: Japanese <https://weblate.bubu1.eu/projects/searxng/searxng/"
  25. "ja/>\n"
  26. "Language: ja\n"
  27. "MIME-Version: 1.0\n"
  28. "Content-Type: text/plain; charset=utf-8\n"
  29. "Content-Transfer-Encoding: 8bit\n"
  30. "Plural-Forms: nplurals=1; plural=0;\n"
  31. "X-Generator: Weblate 4.14.1\n"
  32. "Generated-By: Babel 2.10.3\n"
  33. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  34. #: searx/searxng.msg
  35. msgid "others"
  36. msgstr "その他"
  37. #. CONSTANT_NAMES['OTHER_CATEGORY']
  38. #: searx/searxng.msg
  39. msgid "other"
  40. msgstr "その他"
  41. #. CATEGORY_NAMES['FILES']
  42. #: searx/searxng.msg
  43. msgid "files"
  44. msgstr "ファイル"
  45. #. CATEGORY_NAMES['GENERAL']
  46. #: searx/searxng.msg
  47. msgid "general"
  48. msgstr "一般"
  49. #. CATEGORY_NAMES['MUSIC']
  50. #: searx/searxng.msg
  51. msgid "music"
  52. msgstr "音楽"
  53. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  54. #: searx/searxng.msg
  55. msgid "social media"
  56. msgstr "ソーシャルメディア"
  57. #. CATEGORY_NAMES['IMAGES']
  58. #: searx/searxng.msg
  59. msgid "images"
  60. msgstr "画像"
  61. #. CATEGORY_NAMES['VIDEOS']
  62. #: searx/searxng.msg
  63. msgid "videos"
  64. msgstr "動画"
  65. #. CATEGORY_NAMES['IT']
  66. #: searx/searxng.msg
  67. msgid "it"
  68. msgstr "情報技術"
  69. #. CATEGORY_NAMES['NEWS']
  70. #: searx/searxng.msg
  71. msgid "news"
  72. msgstr "ニュース"
  73. #. CATEGORY_NAMES['MAP']
  74. #: searx/searxng.msg
  75. msgid "map"
  76. msgstr "地図"
  77. #. CATEGORY_NAMES['ONIONS']
  78. #: searx/searxng.msg
  79. msgid "onions"
  80. msgstr "Tor"
  81. #. CATEGORY_NAMES['SCIENCE']
  82. #: searx/searxng.msg
  83. msgid "science"
  84. msgstr "科学"
  85. #. CATEGORY_GROUPS['APPS']
  86. #: searx/searxng.msg
  87. msgid "apps"
  88. msgstr "アプリ"
  89. #. CATEGORY_GROUPS['DICTIONARIES']
  90. #: searx/searxng.msg
  91. msgid "dictionaries"
  92. msgstr "辞書"
  93. #. CATEGORY_GROUPS['LYRICS']
  94. #: searx/searxng.msg
  95. msgid "lyrics"
  96. msgstr "歌詞"
  97. #. CATEGORY_GROUPS['PACKAGES']
  98. #: searx/searxng.msg
  99. msgid "packages"
  100. msgstr "パッケージ"
  101. #. CATEGORY_GROUPS['Q_A']
  102. #: searx/searxng.msg
  103. msgid "q&a"
  104. msgstr "Q&A"
  105. #. CATEGORY_GROUPS['REPOS']
  106. #: searx/searxng.msg
  107. msgid "repos"
  108. msgstr "リポジトリ"
  109. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  110. #: searx/searxng.msg
  111. msgid "software wikis"
  112. msgstr "ソフトウェアWiki"
  113. #. CATEGORY_GROUPS['WEB']
  114. #: searx/searxng.msg
  115. msgid "web"
  116. msgstr "ウェブ"
  117. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  118. #: searx/searxng.msg
  119. msgid "scientific publications"
  120. msgstr "科学的な出版物"
  121. #. STYLE_NAMES['AUTO']
  122. #: searx/searxng.msg
  123. msgid "auto"
  124. msgstr "自動"
  125. #. STYLE_NAMES['LIGHT']
  126. #: searx/searxng.msg
  127. msgid "light"
  128. msgstr "ライト"
  129. #. STYLE_NAMES['DARK']
  130. #: searx/searxng.msg
  131. msgid "dark"
  132. msgstr "ダーク"
  133. #: searx/webapp.py:164
  134. msgid "timeout"
  135. msgstr "タイムアウト"
  136. #: searx/webapp.py:165
  137. msgid "parsing error"
  138. msgstr "解析エラー"
  139. #: searx/webapp.py:166
  140. msgid "HTTP protocol error"
  141. msgstr "HTTP プロトコルエラー"
  142. #: searx/webapp.py:167
  143. msgid "network error"
  144. msgstr "ネットワークエラー"
  145. #: searx/webapp.py:168
  146. msgid "SSL error: certificate validation has failed"
  147. msgstr "SSL エラー: 証明書の検証に失敗しました"
  148. #: searx/webapp.py:170
  149. msgid "unexpected crash"
  150. msgstr "予期しないクラッシュ"
  151. #: searx/webapp.py:177
  152. msgid "HTTP error"
  153. msgstr "HTTP エラー"
  154. #: searx/webapp.py:178
  155. msgid "HTTP connection error"
  156. msgstr "HTTP 接続エラー"
  157. #: searx/webapp.py:184
  158. msgid "proxy error"
  159. msgstr "プロキシエラー"
  160. #: searx/webapp.py:185
  161. msgid "CAPTCHA"
  162. msgstr "CAPTCHA"
  163. #: searx/webapp.py:186
  164. msgid "too many requests"
  165. msgstr "リクエストが多すぎます"
  166. #: searx/webapp.py:187
  167. msgid "access denied"
  168. msgstr "アクセスが拒否されました"
  169. #: searx/webapp.py:188
  170. msgid "server API error"
  171. msgstr "サーバー API エラー"
  172. #: searx/webapp.py:365
  173. msgid "No item found"
  174. msgstr "アイテムが見つかりません"
  175. #: searx/engines/qwant.py:217
  176. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:367
  177. msgid "Source"
  178. msgstr "ソース"
  179. #: searx/webapp.py:369
  180. msgid "Error loading the next page"
  181. msgstr "次のページの読み込み中にエラーが発生しました"
  182. #: searx/webapp.py:521 searx/webapp.py:953
  183. msgid "Invalid settings, please edit your preferences"
  184. msgstr "設定が無効です、設定を変更してください"
  185. #: searx/webapp.py:537
  186. msgid "Invalid settings"
  187. msgstr "無効な設定です"
  188. #: searx/webapp.py:614 searx/webapp.py:690
  189. msgid "search error"
  190. msgstr "検索エラー"
  191. #: searx/webapp.py:852
  192. msgid "Suspended"
  193. msgstr "一時停止"
  194. #: searx/webutils.py:161
  195. msgid "{minutes} minute(s) ago"
  196. msgstr "{minutes} 分前"
  197. #: searx/webutils.py:162
  198. msgid "{hours} hour(s), {minutes} minute(s) ago"
  199. msgstr "{hours} 時間と{minutes} 分前"
  200. #: searx/answerers/random/answerer.py:67
  201. msgid "Random value generator"
  202. msgstr "ランダムな値を生成"
  203. #: searx/answerers/random/answerer.py:68
  204. msgid "Generate different random values"
  205. msgstr "異なるランダムな値を生成する"
  206. #: searx/answerers/statistics/answerer.py:47
  207. msgid "Statistics functions"
  208. msgstr "統計機能"
  209. #: searx/answerers/statistics/answerer.py:48
  210. msgid "Compute {functions} of the arguments"
  211. msgstr "変数の {functions} を計算する"
  212. #: searx/engines/openstreetmap.py:160
  213. msgid "Get directions"
  214. msgstr "経路を取得する"
  215. #: searx/engines/pdbe.py:96
  216. msgid "{title} (OBSOLETE)"
  217. msgstr "{title} (廃止)"
  218. #: searx/engines/pdbe.py:103
  219. msgid "This entry has been superseded by"
  220. msgstr "このエントリは、置き換えられました:"
  221. #: searx/engines/qwant.py:219
  222. msgid "Channel"
  223. msgstr "チャンネル"
  224. #: searx/engines/semantic_scholar.py:81
  225. msgid ""
  226. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  227. "{lastCitationVelocityYear}"
  228. msgstr ""
  229. "{firstCitationVelocityYear} 年から "
  230. "{lastCitationVelocityYear}年まで{numCitations} が引用文献として"
  231. #: searx/engines/tineye.py:40
  232. msgid ""
  233. "Could not read that image url. This may be due to an unsupported file "
  234. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  235. " WebP."
  236. msgstr "この画像URLは読み取ることができません。サポートされていないフォーマットだと考えられます。TinEyeはJPEG、PNG、GIF、BMP、TIFF、WebPの画像のみサポートしています。"
  237. #: searx/engines/tineye.py:46
  238. msgid ""
  239. "The image is too simple to find matches. TinEye requires a basic level of"
  240. " visual detail to successfully identify matches."
  241. msgstr "画像がマッチするものが多すぎます。TinEyeは基本的に視覚情報の詳細が一致することで成功しやすいです。"
  242. #: searx/engines/tineye.py:52
  243. msgid "The image could not be downloaded."
  244. msgstr "この画像はダウンロードはできません。"
  245. #: searx/engines/wttr.py:101
  246. msgid "Morning"
  247. msgstr "朝"
  248. #: searx/engines/wttr.py:101
  249. msgid "Noon"
  250. msgstr "昼"
  251. #: searx/engines/wttr.py:101
  252. msgid "Evening"
  253. msgstr "夕方"
  254. #: searx/engines/wttr.py:101
  255. msgid "Night"
  256. msgstr "夜間"
  257. #: searx/plugins/hash_plugin.py:24
  258. msgid "Converts strings to different hash digests."
  259. msgstr "文字列を異なるハッシュダイジェストに変換。"
  260. #: searx/plugins/hash_plugin.py:52
  261. msgid "hash digest"
  262. msgstr "ハッシュダイジェスト"
  263. #: searx/plugins/hostname_replace.py:9
  264. msgid "Hostname replace"
  265. msgstr "ホストネーム入れ替え"
  266. #: searx/plugins/hostname_replace.py:10
  267. msgid "Rewrite result hostnames or remove results based on the hostname"
  268. msgstr "結果のホスト名を書き換えるか、ホスト名に基づいて結果を削除します"
  269. #: searx/plugins/oa_doi_rewrite.py:9
  270. msgid "Open Access DOI rewrite"
  271. msgstr "オープンアクセス DOI の書き換え"
  272. #: searx/plugins/oa_doi_rewrite.py:10
  273. msgid ""
  274. "Avoid paywalls by redirecting to open-access versions of publications "
  275. "when available"
  276. msgstr "可能ならば オープンアクセス版の出版物へリダイレクトし、有料出版物を回避する"
  277. #: searx/plugins/search_on_category_select.py:19
  278. msgid "Search on category select"
  279. msgstr "カテゴリ選択したら検索を実行"
  280. #: searx/plugins/search_on_category_select.py:20
  281. msgid ""
  282. "Perform search immediately if a category selected. Disable to select "
  283. "multiple categories. (JavaScript required)"
  284. msgstr "カテゴリが選択されたときに検索を実行します。複数のカテゴリを選択する場合は無効にします。(JavaScript が必要です)"
  285. #: searx/plugins/self_info.py:20
  286. msgid "Self Information"
  287. msgstr "自分の情報"
  288. #: searx/plugins/self_info.py:21
  289. msgid ""
  290. "Displays your IP if the query is \"ip\" and your user agent if the query "
  291. "contains \"user agent\"."
  292. msgstr "クエリが \"ip\" の場合にあなたのIPを、クエリに \"user agent\" が含まれる場合にあなたのユーザーエージェントを表示します。"
  293. #: searx/plugins/tor_check.py:25
  294. msgid "Tor check plugin"
  295. msgstr "Tor 確認プラグイン"
  296. #: searx/plugins/tor_check.py:28
  297. msgid ""
  298. "This plugin checks if the address of the request is a TOR exit node, and "
  299. "informs the user if it is, like check.torproject.org but from searxng."
  300. msgstr ""
  301. "このプラグインはsearxngからTOR exit node "
  302. "にアドレスを要求したとき、check.torproject.orgサイトのように、ユーザーに通知します。"
  303. #: searx/plugins/tor_check.py:62
  304. msgid ""
  305. "The TOR exit node list (https://check.torproject.org/exit-addresses) is "
  306. "unreachable."
  307. msgstr "TOR exit node のリスト(https://check.torproject.org/exit-addresses)に到達できません。"
  308. #: searx/plugins/tor_check.py:78
  309. msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  310. msgstr "TORを利用しています。あなたのIPアドレスはここから来ていると思われます : {ip_address}."
  311. #: searx/plugins/tor_check.py:84
  312. msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  313. msgstr "TORを利用していません。あなたのIPアドレスはここから来ていると思われます: {ip_address}."
  314. #: searx/plugins/tracker_url_remover.py:29
  315. msgid "Tracker URL remover"
  316. msgstr "トラッカー URL リムーバー"
  317. #: searx/plugins/tracker_url_remover.py:30
  318. msgid "Remove trackers arguments from the returned URL"
  319. msgstr "返された URL からトラッカー引数を消去する"
  320. #: searx/plugins/vim_hotkeys.py:3
  321. msgid "Vim-like hotkeys"
  322. msgstr "Vim 風のホットキー"
  323. #: searx/plugins/vim_hotkeys.py:4
  324. msgid ""
  325. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  326. "Press \"h\" key on main or result page to get help."
  327. msgstr ""
  328. "検索結果をVim 風のホットキーで操作します(JavaScript が必要)。メインページまたは検索結果ページで \"h\" "
  329. "キーを押してヘルプを表示します。"
  330. #: searx/templates/simple/404.html:4
  331. msgid "Page not found"
  332. msgstr "ページが見つかりません"
  333. #: searx/templates/simple/404.html:6
  334. #, python-format
  335. msgid "Go to %(search_page)s."
  336. msgstr "%(search_page)s へ行く。"
  337. #: searx/templates/simple/404.html:6
  338. msgid "search page"
  339. msgstr "検索ページ"
  340. #: searx/templates/simple/base.html:46
  341. msgid "About"
  342. msgstr "関連情報"
  343. #: searx/templates/simple/base.html:50
  344. msgid "Donate"
  345. msgstr "寄付"
  346. #: searx/templates/simple/base.html:54
  347. #: searx/templates/simple/preferences.html:99
  348. msgid "Preferences"
  349. msgstr "設定"
  350. #: searx/templates/simple/base.html:64
  351. msgid "Powered by"
  352. msgstr "Powered by"
  353. #: searx/templates/simple/base.html:64
  354. msgid "a privacy-respecting, open metasearch engine"
  355. msgstr "プライバシーにリスペクトする、オープンメタ検索エンジン"
  356. #: searx/templates/simple/base.html:65
  357. msgid "Source code"
  358. msgstr "ソースコード"
  359. #: searx/templates/simple/base.html:66
  360. msgid "Issue tracker"
  361. msgstr "課題報告"
  362. #: searx/templates/simple/base.html:67 searx/templates/simple/stats.html:18
  363. msgid "Engine stats"
  364. msgstr "検索エンジンの状態"
  365. #: searx/templates/simple/base.html:69
  366. #: searx/templates/simple/messages/no_results.html:15
  367. msgid "Public instances"
  368. msgstr "パブリック インスタンス"
  369. #: searx/templates/simple/base.html:72
  370. msgid "Privacy policy"
  371. msgstr "プライバシーポリシー"
  372. #: searx/templates/simple/base.html:75
  373. msgid "Contact instance maintainer"
  374. msgstr "インスタンスメンテナと連絡を取る"
  375. #: searx/templates/simple/categories.html:24
  376. msgid "Click on the magnifier to perform search"
  377. msgstr "虫めがねをクリックして検索します"
  378. #: searx/templates/simple/macros.html:36
  379. msgid "Length"
  380. msgstr "長さ"
  381. #: searx/templates/simple/macros.html:37
  382. #: searx/templates/simple/result_templates/images.html:18
  383. #: searx/templates/simple/result_templates/paper.html:6
  384. msgid "Author"
  385. msgstr "作者"
  386. #: searx/templates/simple/macros.html:45
  387. msgid "cached"
  388. msgstr "キャッシュ"
  389. #: searx/templates/simple/macros.html:45
  390. msgid "proxied"
  391. msgstr "プロキシ"
  392. #: searx/templates/simple/new_issue.html:64
  393. msgid "Start submiting a new issue on GitHub"
  394. msgstr "Githubへ新しい課題の提出をする"
  395. #: searx/templates/simple/new_issue.html:66
  396. msgid "Please check for existing bugs about this engine on GitHub"
  397. msgstr "Githubで、すでにこの件が出ていないか確認をしてください"
  398. #: searx/templates/simple/new_issue.html:69
  399. msgid "I confirm there is no existing bug about the issue I encounter"
  400. msgstr "発生している問題がすでに提出済みのバグ出ないことを確認してください"
  401. #: searx/templates/simple/new_issue.html:71
  402. msgid "If this is a public instance, please specify the URL in the bug report"
  403. msgstr "パブリックインスタンスなら、このURLにバグの報告をしてください"
  404. #: searx/templates/simple/new_issue.html:72
  405. msgid "Submit a new issue on Github including the above information"
  406. msgstr "Githubで情報を含めて新たな問題を提起"
  407. #: searx/templates/simple/preferences.html:29
  408. msgid "No HTTPS"
  409. msgstr "No HTTPS"
  410. #: searx/templates/simple/messages/no_results.html:10
  411. #: searx/templates/simple/preferences.html:31
  412. #: searx/templates/simple/preferences.html:32
  413. #: searx/templates/simple/results.html:49
  414. msgid "View error logs and submit a bug report"
  415. msgstr "エラーログを表示し、バグレポートを送信します"
  416. #: searx/templates/simple/preferences.html:53
  417. #: searx/templates/simple/stats.html:64
  418. msgid "Median"
  419. msgstr "中央値"
  420. #: searx/templates/simple/preferences.html:54
  421. #: searx/templates/simple/stats.html:70
  422. msgid "P80"
  423. msgstr "P80"
  424. #: searx/templates/simple/preferences.html:55
  425. #: searx/templates/simple/stats.html:76
  426. msgid "P95"
  427. msgstr "P95"
  428. #: searx/templates/simple/preferences.html:83
  429. msgid "Failed checker test(s): "
  430. msgstr "失敗したチェッカーテスト: "
  431. #: searx/templates/simple/preferences.html:85
  432. msgid "Errors:"
  433. msgstr "エラー:"
  434. #: searx/templates/simple/preferences.html:105
  435. msgid "General"
  436. msgstr "一般"
  437. #: searx/templates/simple/preferences.html:108
  438. msgid "Default categories"
  439. msgstr "デフォルトのカテゴリ"
  440. #: searx/templates/simple/filters/languages.html:1
  441. #: searx/templates/simple/preferences.html:115
  442. msgid "Search language"
  443. msgstr "検索の言語"
  444. #: searx/templates/simple/filters/languages.html:2
  445. #: searx/templates/simple/preferences.html:118
  446. msgid "Default language"
  447. msgstr "デフォルトの言語"
  448. #: searx/templates/simple/preferences.html:124
  449. msgid "What language do you prefer for search?"
  450. msgstr "どの言語で検索しますか?"
  451. #: searx/templates/simple/preferences.html:129
  452. msgid "Autocomplete"
  453. msgstr "自動補完"
  454. #: searx/templates/simple/preferences.html:138
  455. msgid "Find stuff as you type"
  456. msgstr "自動補完に使う検索エンジン"
  457. #: searx/templates/simple/filters/safesearch.html:1
  458. #: searx/templates/simple/filters/safesearch.html:2
  459. #: searx/templates/simple/filters/safesearch.html:3
  460. #: searx/templates/simple/filters/safesearch.html:4
  461. #: searx/templates/simple/preferences.html:143
  462. #: searx/templates/simple/preferences.html:311
  463. msgid "SafeSearch"
  464. msgstr "セーフサーチ"
  465. #: searx/templates/simple/filters/safesearch.html:2
  466. #: searx/templates/simple/preferences.html:146
  467. msgid "Strict"
  468. msgstr "厳重"
  469. #: searx/templates/simple/filters/safesearch.html:3
  470. #: searx/templates/simple/preferences.html:147
  471. msgid "Moderate"
  472. msgstr "標準"
  473. #: searx/templates/simple/filters/safesearch.html:4
  474. #: searx/templates/simple/preferences.html:148
  475. msgid "None"
  476. msgstr "オフ"
  477. #: searx/templates/simple/preferences.html:151
  478. msgid "Filter content"
  479. msgstr "コンテンツをフィルタリングする"
  480. #: searx/templates/simple/preferences.html:157
  481. msgid "Open Access DOI resolver"
  482. msgstr "オープンアクセス DOI リゾルバー"
  483. #: searx/templates/simple/preferences.html:167
  484. msgid ""
  485. "Redirect to open-access versions of publications when available (plugin "
  486. "required)"
  487. msgstr "利用可能な場合(プラグインが必要)、オープンアクセス版の出版物にリダイレクトする"
  488. #: searx/templates/simple/preferences.html:171
  489. msgid "Engine tokens"
  490. msgstr "エンジントークン"
  491. #: searx/templates/simple/preferences.html:175
  492. msgid "Access tokens for private engines"
  493. msgstr "ブライベートエンジンのアクセストークン"
  494. #: searx/templates/simple/preferences.html:179
  495. msgid "User interface"
  496. msgstr "ユーザーインターフェース"
  497. #: searx/templates/simple/preferences.html:182
  498. msgid "Interface language"
  499. msgstr "インターフェースの言語"
  500. #: searx/templates/simple/preferences.html:190
  501. msgid "Change the language of the layout"
  502. msgstr "表示する言語を変更"
  503. #: searx/templates/simple/preferences.html:195
  504. msgid "Theme"
  505. msgstr "テーマ"
  506. #: searx/templates/simple/preferences.html:203
  507. msgid "Change SearXNG layout"
  508. msgstr "SearXNGレイアウトの変更"
  509. #: searx/templates/simple/preferences.html:206
  510. msgid "Theme style"
  511. msgstr "テーマスタイル"
  512. #: searx/templates/simple/preferences.html:214
  513. msgid "Choose auto to follow your browser settings"
  514. msgstr "「自動」を選択すると、ブラウザの設定に従います"
  515. #: searx/templates/simple/preferences.html:217
  516. msgid "Center Alignment"
  517. msgstr "中央揃え"
  518. #: searx/templates/simple/preferences.html:220
  519. #: searx/templates/simple/preferences.html:232
  520. #: searx/templates/simple/preferences.html:244
  521. msgid "On"
  522. msgstr "有効"
  523. #: searx/templates/simple/preferences.html:221
  524. #: searx/templates/simple/preferences.html:233
  525. #: searx/templates/simple/preferences.html:245
  526. msgid "Off"
  527. msgstr "無効"
  528. #: searx/templates/simple/preferences.html:224
  529. msgid "Displays results in the center of the page (Oscar layout)."
  530. msgstr "中央揃えでページに結果表示(Oscar レイアウト)."
  531. #: searx/templates/simple/preferences.html:229
  532. msgid "Results on new tabs"
  533. msgstr "新しいタブに結果を表示"
  534. #: searx/templates/simple/preferences.html:236
  535. msgid "Open result links on new browser tabs"
  536. msgstr "検索結果のリンクを新しいタブで開く"
  537. #: searx/templates/simple/preferences.html:241
  538. msgid "Infinite scroll"
  539. msgstr "無限スクロール"
  540. #: searx/templates/simple/preferences.html:248
  541. msgid "Automatically load next page when scrolling to bottom of current page"
  542. msgstr "現在のページの下端でスクロールすると自動的に次のページを読み込む"
  543. #: searx/templates/simple/preferences.html:254
  544. msgid "Privacy"
  545. msgstr "プライバシー"
  546. #: searx/templates/simple/preferences.html:257
  547. msgid "HTTP Method"
  548. msgstr "HTTPメソッド"
  549. #: searx/templates/simple/preferences.html:264
  550. msgid ""
  551. "Change how forms are submitted, <a "
  552. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  553. " rel=\"external\">learn more about request methods</a>"
  554. msgstr ""
  555. "フォームの送信方法を変更します。<a "
  556. "href=\"https://ja.wikipedia.org/wiki/Hypertext_Transfer_Protocol#リクエストメソッド\""
  557. " rel=\"external\">リクエストメソッドってなに?</a>"
  558. #: searx/templates/simple/preferences.html:269
  559. msgid "Image proxy"
  560. msgstr "画像プロキシ"
  561. #: searx/templates/simple/preferences.html:272
  562. #: searx/templates/simple/preferences.html:284
  563. msgid "Enabled"
  564. msgstr "有効"
  565. #: searx/templates/simple/preferences.html:273
  566. #: searx/templates/simple/preferences.html:285
  567. msgid "Disabled"
  568. msgstr "無効"
  569. #: searx/templates/simple/preferences.html:276
  570. msgid "Proxying image results through SearXNG"
  571. msgstr "画像の結果をSearXNG経由でプロキシする"
  572. #: searx/templates/simple/preferences.html:281
  573. msgid "Query in the page's title"
  574. msgstr "ページのタイトルでクエリを実行する"
  575. #: searx/templates/simple/preferences.html:288
  576. msgid ""
  577. "When enabled, the result page's title contains your query. Your browser "
  578. "can record this title"
  579. msgstr "有効にすると、検索結果ページのタイトルにクエリが含まれます。お使いのブラウザはこのタイトルを記録できます"
  580. #: searx/templates/simple/preferences.html:294
  581. msgid "Engines"
  582. msgstr "検索エンジン"
  583. #: searx/templates/simple/preferences.html:295
  584. msgid "Currently used search engines"
  585. msgstr "現在使用中の検索エンジン"
  586. #: searx/templates/simple/preferences.html:302
  587. msgid ""
  588. "This tab does not show up for search results, but you can search the "
  589. "engines listed here via bangs."
  590. msgstr "このタブは検索結果には表示されませんが、ここにリストされているエンジンをbangで検索できます。"
  591. #: searx/templates/simple/preferences.html:307
  592. #: searx/templates/simple/preferences.html:358
  593. msgid "Allow"
  594. msgstr "許可する"
  595. #: searx/templates/simple/preferences.html:308
  596. #: searx/templates/simple/stats.html:25
  597. msgid "Engine name"
  598. msgstr "検索エンジン名"
  599. #: searx/templates/simple/preferences.html:309
  600. msgid "Shortcut"
  601. msgstr "ショートカット"
  602. #: searx/templates/simple/preferences.html:310
  603. msgid "Supports selected language"
  604. msgstr "選択された言語のサポート"
  605. #: searx/templates/simple/filters/time_range.html:1
  606. #: searx/templates/simple/preferences.html:312
  607. msgid "Time range"
  608. msgstr "時間範囲"
  609. #: searx/templates/simple/preferences.html:313
  610. #: searx/templates/simple/stats.html:28
  611. msgid "Response time"
  612. msgstr "応答時間"
  613. #: searx/templates/simple/preferences.html:314
  614. msgid "Max time"
  615. msgstr "最大時間"
  616. #: searx/templates/simple/preferences.html:315
  617. #: searx/templates/simple/stats.html:29
  618. msgid "Reliability"
  619. msgstr "信頼性"
  620. #: searx/templates/simple/preferences.html:353
  621. msgid "Special Queries"
  622. msgstr "特殊クエリー"
  623. #: searx/templates/simple/preferences.html:359
  624. msgid "Keywords"
  625. msgstr "キーワード"
  626. #: searx/templates/simple/preferences.html:360
  627. msgid "Name"
  628. msgstr "名前"
  629. #: searx/templates/simple/preferences.html:361
  630. msgid "Description"
  631. msgstr "説明"
  632. #: searx/templates/simple/preferences.html:362
  633. msgid "Examples"
  634. msgstr "例"
  635. #: searx/templates/simple/preferences.html:365
  636. msgid "This is the list of SearXNG's instant answering modules."
  637. msgstr "これは SearXNG の即席回答モジュールのリストです。"
  638. #: searx/templates/simple/preferences.html:376
  639. msgid "This is the list of plugins."
  640. msgstr "これはプラグインのリストです。"
  641. #: searx/templates/simple/preferences.html:393
  642. msgid "Cookies"
  643. msgstr "クッキー"
  644. #: searx/templates/simple/preferences.html:395
  645. msgid ""
  646. "This is the list of cookies and their values SearXNG is storing on your "
  647. "computer."
  648. msgstr "これはクッキーのリストで、これらの値はあなたのコンピュータに保存されています。"
  649. #: searx/templates/simple/preferences.html:396
  650. msgid "With that list, you can assess SearXNG transparency."
  651. msgstr "このリストによって、あなたは SearXNG の透明性を評価できます。"
  652. #: searx/templates/simple/preferences.html:401
  653. msgid "Cookie name"
  654. msgstr "クッキー名"
  655. #: searx/templates/simple/preferences.html:402
  656. msgid "Value"
  657. msgstr "値"
  658. #: searx/templates/simple/preferences.html:414
  659. msgid "Search URL of the currently saved preferences"
  660. msgstr "現在保存されている設定の検索 URL"
  661. #: searx/templates/simple/preferences.html:418
  662. msgid ""
  663. "Note: specifying custom settings in the search URL can reduce privacy by "
  664. "leaking data to the clicked result sites."
  665. msgstr "注意: 検索 URL にカスタム設定を指定すると、クリックした結果サイトにデータが漏洩し、プライバシーが低下する恐れがあります。"
  666. #: searx/templates/simple/preferences.html:419
  667. msgid "URL to restore your preferences in another browser"
  668. msgstr "このURLで違うブラウザに設定を復活"
  669. #: searx/templates/simple/preferences.html:423
  670. msgid ""
  671. "Specifying custom settings in the preferences URL can be used to sync "
  672. "preferences across devices."
  673. msgstr "初期設定URLを使うことで、特別な設定をデバイスをまたいで同期できる。"
  674. #: searx/templates/simple/preferences.html:428
  675. msgid ""
  676. "These settings are stored in your cookies, this allows us not to store "
  677. "this data about you."
  678. msgstr "これらの設定はあなたのクッキーに保存されますが、これはサーバーがあなたの情報の保存するわけではありません。"
  679. #: searx/templates/simple/preferences.html:430
  680. msgid ""
  681. "These cookies serve your sole convenience, we don't use these cookies to "
  682. "track you."
  683. msgstr "クッキーはあなたが便利に使えるようにするために使うのであって、サーバーはあなたを追跡するためにクッキーを使うことはありません。"
  684. #: searx/templates/simple/preferences.html:433
  685. msgid "Save"
  686. msgstr "保存"
  687. #: searx/templates/simple/preferences.html:434
  688. msgid "Reset defaults"
  689. msgstr "デフォルト設定に戻す"
  690. #: searx/templates/simple/preferences.html:435
  691. msgid "Back"
  692. msgstr "戻る"
  693. #: searx/templates/simple/results.html:23
  694. msgid "Answers"
  695. msgstr "回答"
  696. #: searx/templates/simple/results.html:39
  697. msgid "Number of results"
  698. msgstr "通知の数"
  699. #: searx/templates/simple/messages/no_results.html:6
  700. #: searx/templates/simple/results.html:46
  701. msgid "Error!"
  702. msgstr "エラー!"
  703. #: searx/templates/simple/results.html:46
  704. msgid "Engines cannot retrieve results"
  705. msgstr "エンジンは結果を取得できません"
  706. #: searx/templates/simple/results.html:68
  707. msgid "Suggestions"
  708. msgstr "提案"
  709. #: searx/templates/simple/results.html:90
  710. msgid "Search URL"
  711. msgstr "この検索結果の URL"
  712. #: searx/templates/simple/results.html:96
  713. msgid "Download results"
  714. msgstr "ダウンロードするファイル形式"
  715. #: searx/templates/simple/results.html:120
  716. msgid "Try searching for:"
  717. msgstr "検索:"
  718. #: searx/templates/simple/results.html:152
  719. msgid "Back to top"
  720. msgstr "トップに戻る"
  721. #: searx/templates/simple/results.html:170
  722. msgid "Previous page"
  723. msgstr "前のページ"
  724. #: searx/templates/simple/results.html:187
  725. msgid "Next page"
  726. msgstr "次のページ"
  727. #: searx/templates/simple/search.html:3
  728. msgid "Display the front page"
  729. msgstr "フロントページを表示する"
  730. #: searx/templates/simple/search.html:9
  731. #: searx/templates/simple/simple_search.html:5
  732. msgid "Search for..."
  733. msgstr "検索する..."
  734. #: searx/templates/simple/search.html:10
  735. #: searx/templates/simple/simple_search.html:6
  736. msgid "clear"
  737. msgstr "消す"
  738. #: searx/templates/simple/search.html:11
  739. #: searx/templates/simple/simple_search.html:7
  740. msgid "search"
  741. msgstr "検索"
  742. #: searx/templates/simple/stats.html:21
  743. msgid "There is currently no data available. "
  744. msgstr "現在データがありません。"
  745. #: searx/templates/simple/stats.html:26
  746. msgid "Scores"
  747. msgstr "スコア"
  748. #: searx/templates/simple/stats.html:27
  749. msgid "Result count"
  750. msgstr "結果カウント"
  751. #: searx/templates/simple/stats.html:59
  752. msgid "Total"
  753. msgstr "合計"
  754. #: searx/templates/simple/stats.html:60
  755. msgid "HTTP"
  756. msgstr "HTTP"
  757. #: searx/templates/simple/stats.html:61
  758. msgid "Processing"
  759. msgstr "処理"
  760. #: searx/templates/simple/stats.html:99
  761. msgid "Warnings"
  762. msgstr "注意"
  763. #: searx/templates/simple/stats.html:99
  764. msgid "Errors and exceptions"
  765. msgstr "エラーと例外"
  766. #: searx/templates/simple/stats.html:105
  767. msgid "Exception"
  768. msgstr "例外"
  769. #: searx/templates/simple/stats.html:107
  770. msgid "Message"
  771. msgstr "メッセージ"
  772. #: searx/templates/simple/stats.html:109
  773. msgid "Percentage"
  774. msgstr "確率"
  775. #: searx/templates/simple/stats.html:111
  776. msgid "Parameter"
  777. msgstr "パラメータ"
  778. #: searx/templates/simple/stats.html:119
  779. msgid "Filename"
  780. msgstr "ファイル名"
  781. #: searx/templates/simple/stats.html:120
  782. msgid "Function"
  783. msgstr "ファンクション"
  784. #: searx/templates/simple/stats.html:121
  785. msgid "Code"
  786. msgstr "コード"
  787. #: searx/templates/simple/stats.html:128
  788. msgid "Checker"
  789. msgstr "チェッカー"
  790. #: searx/templates/simple/stats.html:131
  791. msgid "Failed test"
  792. msgstr "テストに失敗しました"
  793. #: searx/templates/simple/stats.html:132
  794. msgid "Comment(s)"
  795. msgstr "コメント"
  796. #: searx/templates/simple/filters/time_range.html:3
  797. msgid "Anytime"
  798. msgstr "期間指定なし"
  799. #: searx/templates/simple/filters/time_range.html:6
  800. msgid "Last day"
  801. msgstr "24 時間以内"
  802. #: searx/templates/simple/filters/time_range.html:9
  803. msgid "Last week"
  804. msgstr "1 週間以内"
  805. #: searx/templates/simple/filters/time_range.html:12
  806. msgid "Last month"
  807. msgstr "1 か月以内"
  808. #: searx/templates/simple/filters/time_range.html:15
  809. msgid "Last year"
  810. msgstr "1 年以内"
  811. #: searx/templates/simple/messages/no_cookies.html:3
  812. msgid "Information!"
  813. msgstr "お知らせ!"
  814. #: searx/templates/simple/messages/no_cookies.html:4
  815. msgid "currently, there are no cookies defined."
  816. msgstr "現在、クッキーは定義されていません。"
  817. #: searx/templates/simple/messages/no_results.html:6
  818. msgid "Engines cannot retrieve results."
  819. msgstr "エンジンは結果を取得できません。"
  820. #: searx/templates/simple/messages/no_results.html:15
  821. msgid "Please, try again later or find another SearXNG instance."
  822. msgstr "後でやり直すか、別の SearXNG インスタンスを試してみて下さい。"
  823. #: searx/templates/simple/messages/no_results.html:20
  824. msgid "Sorry!"
  825. msgstr "すみません!"
  826. #: searx/templates/simple/messages/no_results.html:21
  827. msgid ""
  828. "we didn't find any results. Please use another query or search in more "
  829. "categories."
  830. msgstr "検索結果はありませんでした。別カテゴリで、他のクエリまたは検索を試してください。"
  831. #: searx/templates/simple/result_templates/default.html:6
  832. msgid "show media"
  833. msgstr "メディアを表示する"
  834. #: searx/templates/simple/result_templates/default.html:6
  835. msgid "hide media"
  836. msgstr "メディアを隠す"
  837. #: searx/templates/simple/result_templates/default.html:14
  838. #: searx/templates/simple/result_templates/videos.html:14
  839. msgid "This site did not provide any description."
  840. msgstr "このサイトは説明を提供しませんでした。"
  841. #: searx/templates/simple/result_templates/images.html:19
  842. msgid "Format"
  843. msgstr "フォーマット"
  844. #: searx/templates/simple/result_templates/images.html:21
  845. msgid "Engine"
  846. msgstr "エンジン"
  847. #: searx/templates/simple/result_templates/images.html:22
  848. msgid "View source"
  849. msgstr "ソースを閲覧する"
  850. #: searx/templates/simple/result_templates/map.html:12
  851. msgid "address"
  852. msgstr "アドレス"
  853. #: searx/templates/simple/result_templates/map.html:43
  854. msgid "show map"
  855. msgstr "地図を表示する"
  856. #: searx/templates/simple/result_templates/map.html:43
  857. msgid "hide map"
  858. msgstr "地図を隠す"
  859. #: searx/templates/simple/result_templates/paper.html:5
  860. msgid "Published date"
  861. msgstr "公開日"
  862. #: searx/templates/simple/result_templates/paper.html:9
  863. msgid "Journal"
  864. msgstr "刊行物"
  865. #: searx/templates/simple/result_templates/paper.html:22
  866. msgid "Editor"
  867. msgstr "編集者"
  868. #: searx/templates/simple/result_templates/paper.html:23
  869. msgid "Publisher"
  870. msgstr "発行者"
  871. #: searx/templates/simple/result_templates/paper.html:24
  872. msgid "Type"
  873. msgstr "分類"
  874. #: searx/templates/simple/result_templates/paper.html:25
  875. msgid "Tags"
  876. msgstr "タグ"
  877. #: searx/templates/simple/result_templates/paper.html:26
  878. msgid "DOI"
  879. msgstr "DOI"
  880. #: searx/templates/simple/result_templates/paper.html:27
  881. msgid "ISSN"
  882. msgstr "ISSN"
  883. #: searx/templates/simple/result_templates/paper.html:28
  884. msgid "ISBN"
  885. msgstr "ISBN"
  886. #: searx/templates/simple/result_templates/paper.html:33
  887. msgid "PDF"
  888. msgstr "PDF"
  889. #: searx/templates/simple/result_templates/paper.html:34
  890. msgid "HTML"
  891. msgstr "HTML"
  892. #: searx/templates/simple/result_templates/torrent.html:6
  893. msgid "magnet link"
  894. msgstr "マグネットリンク"
  895. #: searx/templates/simple/result_templates/torrent.html:7
  896. msgid "torrent file"
  897. msgstr "トレントファイル"
  898. #: searx/templates/simple/result_templates/torrent.html:9
  899. msgid "Seeder"
  900. msgstr "シーダー"
  901. #: searx/templates/simple/result_templates/torrent.html:9
  902. msgid "Leecher"
  903. msgstr "リーチャー"
  904. #: searx/templates/simple/result_templates/torrent.html:11
  905. msgid "Filesize"
  906. msgstr "ファイルサイズ"
  907. #: searx/templates/simple/result_templates/torrent.html:12
  908. msgid "Bytes"
  909. msgstr "バイト"
  910. #: searx/templates/simple/result_templates/torrent.html:13
  911. msgid "kiB"
  912. msgstr "キロバイト"
  913. #: searx/templates/simple/result_templates/torrent.html:14
  914. msgid "MiB"
  915. msgstr "メガバイト"
  916. #: searx/templates/simple/result_templates/torrent.html:15
  917. msgid "GiB"
  918. msgstr "ギガバイト"
  919. #: searx/templates/simple/result_templates/torrent.html:16
  920. msgid "TiB"
  921. msgstr "テラバイト"
  922. #: searx/templates/simple/result_templates/torrent.html:20
  923. msgid "Number of Files"
  924. msgstr "ファイル数"
  925. #: searx/templates/simple/result_templates/videos.html:6
  926. msgid "show video"
  927. msgstr "動画を表示する"
  928. #: searx/templates/simple/result_templates/videos.html:6
  929. msgid "hide video"
  930. msgstr "動画を隠す"
  931. #~ msgid "Engine time (sec)"
  932. #~ msgstr "検索時間 (秒)"
  933. #~ msgid "Page loads (sec)"
  934. #~ msgstr "ページ読み込み時間 (秒)"
  935. #~ msgid "Errors"
  936. #~ msgstr "エラー"
  937. #~ msgid "CAPTCHA required"
  938. #~ msgstr ""
  939. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  940. #~ msgstr "可能ならば HTTP リンクを HTTPS リンクに書き換える"
  941. #~ msgid ""
  942. #~ "Results are opened in the same "
  943. #~ "window by default. This plugin "
  944. #~ "overwrites the default behaviour to open"
  945. #~ " links on new tabs/windows. (JavaScript "
  946. #~ "required)"
  947. #~ msgstr ""
  948. #~ "デフォルトでは結果は同じウィンドウで開きます。このプラグインはデフォルトの動作を書き換えて新しいタブ/ウィンドウで開くようにします。(JavaScript"
  949. #~ " が必要です)"
  950. #~ msgid "Color"
  951. #~ msgstr "色"
  952. #~ msgid "Blue (default)"
  953. #~ msgstr "青 (初期設定)"
  954. #~ msgid "Violet"
  955. #~ msgstr "紫"
  956. #~ msgid "Green"
  957. #~ msgstr "緑"
  958. #~ msgid "Cyan"
  959. #~ msgstr "シアン"
  960. #~ msgid "Orange"
  961. #~ msgstr "オレンジ"
  962. #~ msgid "Red"
  963. #~ msgstr "赤"
  964. #~ msgid "Category"
  965. #~ msgstr "カテゴリー"
  966. #~ msgid "Block"
  967. #~ msgstr "禁止する"
  968. #~ msgid "original context"
  969. #~ msgstr "元の文脈"
  970. #~ msgid "Plugins"
  971. #~ msgstr "プラグイン"
  972. #~ msgid "Answerers"
  973. #~ msgstr "回答者"
  974. #~ msgid "Avg. time"
  975. #~ msgstr "平均時間"
  976. #~ msgid "show details"
  977. #~ msgstr "詳細を表示する"
  978. #~ msgid "hide details"
  979. #~ msgstr "詳細を隠す"
  980. #~ msgid "Load more..."
  981. #~ msgstr "もっと見る…"
  982. #~ msgid "Loading..."
  983. #~ msgstr ""
  984. #~ msgid "Change searx layout"
  985. #~ msgstr "Searx のレイアウトの変更"
  986. #~ msgid "Proxying image results through searx"
  987. #~ msgstr "画像検索結果を searx でプロキシする"
  988. #~ msgid "This is the list of searx's instant answering modules."
  989. #~ msgstr "これは searx の即席回答モジュールのリストです。"
  990. #~ msgid ""
  991. #~ "This is the list of cookies and"
  992. #~ " their values searx is storing on "
  993. #~ "your computer."
  994. #~ msgstr "これはクッキーのリストで、これらの値はあなたのコンピュータに保存されています。"
  995. #~ msgid "With that list, you can assess searx transparency."
  996. #~ msgstr "このリストによって、あなたは searx の透明性を評価できます。"
  997. #~ msgid "It look like you are using searx first time."
  998. #~ msgstr "Searxを使うのは初めてようですね。"
  999. #~ msgid "Please, try again later or find another searx instance."
  1000. #~ msgstr "後でやり直すか、別の searx インスタンスを探して下さい。"
  1001. #~ msgid "Themes"
  1002. #~ msgstr "テーマ"
  1003. #~ msgid "Reliablity"
  1004. #~ msgstr ""
  1005. #~ msgid ""
  1006. #~ "When enabled, the result page's title"
  1007. #~ " contains your query. Your browser "
  1008. #~ "can record this title."
  1009. #~ msgstr ""
  1010. #~ msgid "Method"
  1011. #~ msgstr "方法"
  1012. #~ msgid ""
  1013. #~ "This tab does not show up for "
  1014. #~ "search results but you can search "
  1015. #~ "the engines listed here via bangs."
  1016. #~ msgstr ""
  1017. #~ msgid "Advanced settings"
  1018. #~ msgstr "詳細設定"
  1019. #~ msgid "Close"
  1020. #~ msgstr "閉じる"
  1021. #~ msgid "Language"
  1022. #~ msgstr "言語"
  1023. #~ msgid "broken"
  1024. #~ msgstr "起動不可"
  1025. #~ msgid "supported"
  1026. #~ msgstr "サポート"
  1027. #~ msgid "not supported"
  1028. #~ msgstr "未サポート"
  1029. #~ msgid "about"
  1030. #~ msgstr "このサイトについて"
  1031. #~ msgid "Avg."
  1032. #~ msgstr "平均"
  1033. #~ msgid "User Interface"
  1034. #~ msgstr "ユーザーインタフェース"
  1035. #~ msgid "Choose style for this theme"
  1036. #~ msgstr "このテーマのスタイルを選択"
  1037. #~ msgid "Style"
  1038. #~ msgstr "スタイル"
  1039. #~ msgid "Show advanced settings"
  1040. #~ msgstr "詳細設定を表示"
  1041. #~ msgid "Show advanced settings panel in the home page by default"
  1042. #~ msgstr "デフォルトでホームページで詳細設定を表示する"
  1043. #~ msgid "Allow all"
  1044. #~ msgstr "すべて許可"
  1045. #~ msgid "Disable all"
  1046. #~ msgstr "すべて無効"
  1047. #~ msgid "Selected language"
  1048. #~ msgstr "選択された言語"
  1049. #~ msgid "Query"
  1050. #~ msgstr "クエリ"
  1051. #~ msgid "save"
  1052. #~ msgstr "保存"
  1053. #~ msgid "back"
  1054. #~ msgstr "戻る"
  1055. #~ msgid "Links"
  1056. #~ msgstr "リンク"
  1057. #~ msgid "RSS subscription"
  1058. #~ msgstr "RSS登録"
  1059. #~ msgid "Search results"
  1060. #~ msgstr "検索結果"
  1061. #~ msgid "next page"
  1062. #~ msgstr "次のページ"
  1063. #~ msgid "previous page"
  1064. #~ msgstr "前のページ"
  1065. #~ msgid "Start search"
  1066. #~ msgstr "検索を開始"
  1067. #~ msgid "Clear search"
  1068. #~ msgstr "探索を消す"
  1069. #~ msgid "Clear"
  1070. #~ msgstr "消す"
  1071. #~ msgid "stats"
  1072. #~ msgstr "統計"
  1073. #~ msgid "Heads up!"
  1074. #~ msgstr "気をつけて!"
  1075. #~ msgid "It look like you are using SearXNG first time."
  1076. #~ msgstr "SearXNG を初めてお使いになるようですね。"
  1077. #~ msgid "Well done!"
  1078. #~ msgstr "あっぱれ!"
  1079. #~ msgid "Settings saved successfully."
  1080. #~ msgstr "設定の保存に成功しました。"
  1081. #~ msgid "Oh snap!"
  1082. #~ msgstr "おっと!"
  1083. #~ msgid "Something went wrong."
  1084. #~ msgstr "なにか問題が起こっているようです。"
  1085. #~ msgid "Date"
  1086. #~ msgstr "日付"
  1087. #~ msgid "Type"
  1088. #~ msgstr "タイプ"
  1089. #~ msgid "Get image"
  1090. #~ msgstr "画像を取得する"
  1091. #~ msgid "Center Alignment"
  1092. #~ msgstr ""
  1093. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1094. #~ msgstr ""
  1095. #~ msgid "preferences"
  1096. #~ msgstr "設定"
  1097. #~ msgid "Scores per result"
  1098. #~ msgstr "検索結果当たりスコア"
  1099. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1100. #~ msgstr "プライバシー保護を重視した、ハッカブルなメタ検索エンジン"
  1101. #~ msgid "No abstract is available for this publication."
  1102. #~ msgstr "この出版物には要約がありません。"
  1103. #~ msgid "Self Informations"
  1104. #~ msgstr "自分の情報"
  1105. #~ msgid ""
  1106. #~ "Change how forms are submited, <a "
  1107. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1108. #~ " rel=\"external\">learn more about request "
  1109. #~ "methods</a>"
  1110. #~ msgstr ""
  1111. #~ "フォームの送信方法を変更します。<a "
  1112. #~ "href=\"https://ja.wikipedia.org/wiki/Hypertext_Transfer_Protocol#リクエストメソッド\""
  1113. #~ " rel=\"external\">リクエストメソッドってなに?</a>"