messages.po 48 KB

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