messages.po 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365
  1. # Thai translations for PROJECT.
  2. # Copyright (C) 2022 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
  5. # watchakorn-18k <porton2559@gmail.com>, 2022.
  6. # return42 <markus.heiser@darmarit.de>, 2023.
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2023-09-19 09:15+0000\n"
  12. "PO-Revision-Date: 2023-07-09 15:34+0000\n"
  13. "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
  14. "Language: th\n"
  15. "Language-Team: Thai "
  16. "<https://translate.codeberg.org/projects/searxng/searxng/th/>\n"
  17. "Plural-Forms: nplurals=1; plural=0;\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.12.1\n"
  22. #. CONSTANT_NAMES['NO_SUBGROUPING']
  23. #: searx/searxng.msg
  24. msgid "without further subgrouping"
  25. msgstr ""
  26. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  27. #: searx/searxng.msg
  28. msgid "other"
  29. msgstr "หมวดหมู่อื่นๆ"
  30. #. CATEGORY_NAMES['FILES']
  31. #: searx/searxng.msg
  32. msgid "files"
  33. msgstr "ไฟล์"
  34. #. CATEGORY_NAMES['GENERAL']
  35. #: searx/searxng.msg
  36. msgid "general"
  37. msgstr "ทั่วไป"
  38. #. CATEGORY_NAMES['MUSIC']
  39. #: searx/searxng.msg
  40. msgid "music"
  41. msgstr "เพลง"
  42. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  43. #: searx/searxng.msg
  44. msgid "social media"
  45. msgstr "สื่อสังคม"
  46. #. CATEGORY_NAMES['IMAGES']
  47. #: searx/searxng.msg
  48. msgid "images"
  49. msgstr "รูปภาพ"
  50. #. CATEGORY_NAMES['VIDEOS']
  51. #: searx/searxng.msg
  52. msgid "videos"
  53. msgstr "วิดีโอ"
  54. #. CATEGORY_NAMES['IT']
  55. #: searx/searxng.msg
  56. msgid "it"
  57. msgstr "ไอที"
  58. #. CATEGORY_NAMES['NEWS']
  59. #: searx/searxng.msg
  60. msgid "news"
  61. msgstr "ข่าว"
  62. #. CATEGORY_NAMES['MAP']
  63. #: searx/searxng.msg
  64. msgid "map"
  65. msgstr "แผนที่"
  66. #. CATEGORY_NAMES['ONIONS']
  67. #: searx/searxng.msg
  68. msgid "onions"
  69. msgstr "หัวหอม"
  70. #. CATEGORY_NAMES['SCIENCE']
  71. #: searx/searxng.msg
  72. msgid "science"
  73. msgstr "วิทยาศาสตร์"
  74. #. CATEGORY_GROUPS['APPS']
  75. #: searx/searxng.msg
  76. msgid "apps"
  77. msgstr "แอป"
  78. #. CATEGORY_GROUPS['DICTIONARIES']
  79. #: searx/searxng.msg
  80. msgid "dictionaries"
  81. msgstr "พจนานุกรม"
  82. #. CATEGORY_GROUPS['LYRICS']
  83. #: searx/searxng.msg
  84. msgid "lyrics"
  85. msgstr "เนื้อเพลง"
  86. #. CATEGORY_GROUPS['PACKAGES']
  87. #: searx/searxng.msg
  88. msgid "packages"
  89. msgstr "แพ็คเกจ"
  90. #. CATEGORY_GROUPS['Q_A']
  91. #: searx/searxng.msg
  92. msgid "q&a"
  93. msgstr "ถาม&ตอบ"
  94. #. CATEGORY_GROUPS['REPOS']
  95. #: searx/searxng.msg
  96. msgid "repos"
  97. msgstr "แหล่งที่เก็บข้อมูล"
  98. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  99. #: searx/searxng.msg
  100. msgid "software wikis"
  101. msgstr "ซอฟต์แวร์วิกิ"
  102. #. CATEGORY_GROUPS['WEB']
  103. #: searx/searxng.msg
  104. msgid "web"
  105. msgstr "เว็บ"
  106. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  107. #: searx/searxng.msg
  108. msgid "scientific publications"
  109. msgstr "บทความทางวิทยาศาสตร์"
  110. #. STYLE_NAMES['AUTO']
  111. #: searx/searxng.msg
  112. msgid "auto"
  113. msgstr "อัตโนมัติ"
  114. #. STYLE_NAMES['LIGHT']
  115. #: searx/searxng.msg
  116. msgid "light"
  117. msgstr "สว่าง"
  118. #. STYLE_NAMES['DARK']
  119. #: searx/searxng.msg
  120. msgid "dark"
  121. msgstr "มืด"
  122. #: searx/webapp.py:330
  123. msgid "No item found"
  124. msgstr "ไม่พบรายการ"
  125. #: searx/engines/qwant.py:277
  126. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:332
  127. msgid "Source"
  128. msgstr "แหล่งที่มา"
  129. #: searx/webapp.py:334
  130. msgid "Error loading the next page"
  131. msgstr "เกิดข้อผิดพลาดในการโหลดหน้าถัดไป"
  132. #: searx/webapp.py:491 searx/webapp.py:887
  133. msgid "Invalid settings, please edit your preferences"
  134. msgstr "การตั้งค่าไม่ถูกต้อง โปรดแก้ไขการตั้งค่าของคุณ"
  135. #: searx/webapp.py:507
  136. msgid "Invalid settings"
  137. msgstr "การตั้งค่าไม่ถูกต้อง"
  138. #: searx/webapp.py:584 searx/webapp.py:666
  139. msgid "search error"
  140. msgstr "ข้อผิดพลาดจากการค้นหา"
  141. #: searx/webutils.py:34
  142. msgid "timeout"
  143. msgstr "หมดเวลา"
  144. #: searx/webutils.py:35
  145. msgid "parsing error"
  146. msgstr "ผิดพลาดในการวจีวิภาค"
  147. #: searx/webutils.py:36
  148. msgid "HTTP protocol error"
  149. msgstr "ข้อผิดพลาดของโปรโตคอล HTTP"
  150. #: searx/webutils.py:37
  151. msgid "network error"
  152. msgstr "ข้อผิดพลาดจากเครือข่าย"
  153. #: searx/webutils.py:38
  154. msgid "SSL error: certificate validation has failed"
  155. msgstr ""
  156. #: searx/webutils.py:40
  157. msgid "unexpected crash"
  158. msgstr "ข้อผิดพลาดที่ไม่คาดคิด"
  159. #: searx/webutils.py:47
  160. msgid "HTTP error"
  161. msgstr "ข้อผิดพลาดจาก HTTP"
  162. #: searx/webutils.py:48
  163. msgid "HTTP connection error"
  164. msgstr "ข้อผิดพลาดจากการเชื่อมต่อ HTTP"
  165. #: searx/webutils.py:54
  166. msgid "proxy error"
  167. msgstr "ข้อผิดพลาดจากพร็อกซี"
  168. #: searx/webutils.py:55
  169. msgid "CAPTCHA"
  170. msgstr "แคปต์ชา"
  171. #: searx/webutils.py:56
  172. msgid "too many requests"
  173. msgstr "คำขอมากเกินไป"
  174. #: searx/webutils.py:57
  175. msgid "access denied"
  176. msgstr "การเข้าถึงถูกปฏิเสธ"
  177. #: searx/webutils.py:58
  178. msgid "server API error"
  179. msgstr "ข้อผิดพลาดจาก API ของเซิร์ฟเวอร์"
  180. #: searx/webutils.py:77
  181. msgid "Suspended"
  182. msgstr "ถูกระงับ"
  183. #: searx/webutils.py:317
  184. msgid "{minutes} minute(s) ago"
  185. msgstr "{minutes} นาทีก่อน"
  186. #: searx/webutils.py:318
  187. msgid "{hours} hour(s), {minutes} minute(s) ago"
  188. msgstr "{hours} ชั่วโมง),{minutes} นาทีก่อน"
  189. #: searx/answerers/random/answerer.py:73
  190. msgid "Random value generator"
  191. msgstr "ทำการสุ่มค่า"
  192. #: searx/answerers/random/answerer.py:74
  193. msgid "Generate different random values"
  194. msgstr "ทำการสุ่มค่าที่แตกต่างกัน"
  195. #: searx/answerers/statistics/answerer.py:47
  196. msgid "Statistics functions"
  197. msgstr "ฟังก์ชันสถิติ"
  198. #: searx/answerers/statistics/answerer.py:48
  199. msgid "Compute {functions} of the arguments"
  200. msgstr "คำนวณ {functions} จากอาร์กิวเมนต์"
  201. #: searx/engines/openstreetmap.py:160
  202. msgid "Get directions"
  203. msgstr "รับเส้นทาง"
  204. #: searx/engines/pdbe.py:96
  205. msgid "{title} (OBSOLETE)"
  206. msgstr "{title} (ล้าสมัย)"
  207. #: searx/engines/pdbe.py:103
  208. msgid "This entry has been superseded by"
  209. msgstr "รายการนี้ถูกแทนที่โดย"
  210. #: searx/engines/qwant.py:279
  211. msgid "Channel"
  212. msgstr "ช่อง"
  213. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  214. msgid "Language"
  215. msgstr "ภาษา"
  216. #: searx/engines/semantic_scholar.py:81
  217. msgid ""
  218. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  219. "{lastCitationVelocityYear}"
  220. msgstr ""
  221. #: searx/engines/tineye.py:40
  222. msgid ""
  223. "Could not read that image url. This may be due to an unsupported file "
  224. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  225. " WebP."
  226. msgstr ""
  227. "ไม่สามารถอ่านลิงก์ของภาพนี้ได้ "
  228. "อาจเป็นเพราะว่ามีการใข้รูปแบบของไฟล์ที่ไม่ได้สนับสนุน ระบบ TinEye "
  229. "นั้นรองรับแค่ไฟล์ JPEG, PNG, GIF, BMP, TIFF หรือ WebP"
  230. #: searx/engines/tineye.py:46
  231. msgid ""
  232. "The image is too simple to find matches. TinEye requires a basic level of"
  233. " visual detail to successfully identify matches."
  234. msgstr ""
  235. "รูปภาพนี้มีจุดสังเกตที่น้อยเกินไป ระบบของ TinEye "
  236. "นั้นต้องใช้ภาพที่มีลายละเอียดจุดเด่นที่ชัดเจนเล็กน้อย "
  237. "ถึงจะสามารถหาภาพที่คล้ายกันได้"
  238. #: searx/engines/tineye.py:52
  239. msgid "The image could not be downloaded."
  240. msgstr "ไม่สามารถดาวน์โหลดภาพนี้ได้"
  241. #: searx/engines/wttr.py:101
  242. msgid "Morning"
  243. msgstr "เช้า"
  244. #: searx/engines/wttr.py:101
  245. msgid "Noon"
  246. msgstr "เที่ยงวัน"
  247. #: searx/engines/wttr.py:101
  248. msgid "Evening"
  249. msgstr "เย็น"
  250. #: searx/engines/wttr.py:101
  251. msgid "Night"
  252. msgstr "ค่ำ"
  253. #: searx/engines/zlibrary.py:130
  254. msgid "Book rating"
  255. msgstr ""
  256. #: searx/engines/zlibrary.py:131
  257. msgid "File quality"
  258. msgstr ""
  259. #: searx/plugins/hash_plugin.py:24
  260. msgid "Converts strings to different hash digests."
  261. msgstr "แปลงสตริงเป็นแฮชย่อยที่ต่างกัน"
  262. #: searx/plugins/hash_plugin.py:52
  263. msgid "hash digest"
  264. msgstr "แฮชย่อย"
  265. #: searx/plugins/hostname_replace.py:9
  266. msgid "Hostname replace"
  267. msgstr "ชื่อโฮสต์ที่แทนที่"
  268. #: searx/plugins/hostname_replace.py:10
  269. msgid "Rewrite result hostnames or remove results based on the hostname"
  270. msgstr "เขียนผลลัพธ์ของชื่อโฮสต์ใหม่หรือลบผลลัพธ์ตามชื่อโฮสต์"
  271. #: searx/plugins/oa_doi_rewrite.py:9
  272. msgid "Open Access DOI rewrite"
  273. msgstr "เปิดการเข้าถึง DOI ที่เขียนใหม่"
  274. #: searx/plugins/oa_doi_rewrite.py:10
  275. msgid ""
  276. "Avoid paywalls by redirecting to open-access versions of publications "
  277. "when available"
  278. msgstr "หลีกเลี่ยงข้อจำกัดการชำระเงินโดยเปลี่ยนเส้นทางไปรุ่นเอกสารที่เปิดให้ใช้งาน"
  279. #: searx/plugins/self_info.py:10
  280. msgid "Self Information"
  281. msgstr ""
  282. #: searx/plugins/self_info.py:11
  283. msgid ""
  284. "Displays your IP if the query is \"ip\" and your user agent if the query "
  285. "contains \"user agent\"."
  286. msgstr ""
  287. "แสดง IP ของคุณหากคิวรีเป็นไอพี "
  288. "และตัวแทนจากผู้ใช้ของคุณหากคิวรีเป็นตัวแทนผู้ใช้"
  289. #: searx/plugins/tor_check.py:25
  290. msgid "Tor check plugin"
  291. msgstr ""
  292. #: searx/plugins/tor_check.py:28
  293. msgid ""
  294. "This plugin checks if the address of the request is a Tor exit-node, and "
  295. "informs the user if it is; like check.torproject.org, but from SearXNG."
  296. msgstr ""
  297. #: searx/plugins/tor_check.py:62
  298. msgid ""
  299. "Could not download the list of Tor exit-nodes from: "
  300. "https://check.torproject.org/exit-addresses"
  301. msgstr ""
  302. #: searx/plugins/tor_check.py:78
  303. msgid ""
  304. "You are using Tor and it looks like you have this external IP address: "
  305. "{ip_address}"
  306. msgstr ""
  307. #: searx/plugins/tor_check.py:86
  308. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  309. msgstr ""
  310. #: searx/plugins/tracker_url_remover.py:29
  311. msgid "Tracker URL remover"
  312. msgstr "ลบตัวติดตาม URL"
  313. #: searx/plugins/tracker_url_remover.py:30
  314. msgid "Remove trackers arguments from the returned URL"
  315. msgstr "ลบอาร์กิวเมนต์ตัวติดตามออกจากการส่งค่าคืนของ URL"
  316. #: searx/templates/simple/404.html:4
  317. msgid "Page not found"
  318. msgstr "ไม่พบหน้านี้"
  319. #: searx/templates/simple/404.html:6
  320. #, python-format
  321. msgid "Go to %(search_page)s."
  322. msgstr "ไปยัง %(search_page)s"
  323. #: searx/templates/simple/404.html:6
  324. msgid "search page"
  325. msgstr "หน้าค้นหา"
  326. #: searx/templates/simple/base.html:49
  327. msgid "About"
  328. msgstr "เกี่ยวกับ"
  329. #: searx/templates/simple/base.html:53
  330. msgid "Donate"
  331. msgstr "บริจาค"
  332. #: searx/templates/simple/base.html:57
  333. #: searx/templates/simple/preferences.html:156
  334. msgid "Preferences"
  335. msgstr "การตั้งค่า"
  336. #: searx/templates/simple/base.html:67
  337. msgid "Powered by"
  338. msgstr "ขับเคลื่อนโดย"
  339. #: searx/templates/simple/base.html:67
  340. msgid "a privacy-respecting, open metasearch engine"
  341. msgstr ""
  342. #: searx/templates/simple/base.html:68
  343. msgid "Source code"
  344. msgstr "แหล่งที่เก็บโค้ด"
  345. #: searx/templates/simple/base.html:69
  346. msgid "Issue tracker"
  347. msgstr "ตัวติดตามปัญหา"
  348. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  349. msgid "Engine stats"
  350. msgstr "เครื่องมือสถิติ"
  351. #: searx/templates/simple/base.html:72
  352. msgid "Public instances"
  353. msgstr "อินสแตนซ์สาธารณะ"
  354. #: searx/templates/simple/base.html:75
  355. msgid "Privacy policy"
  356. msgstr "นโยบายความเป็นส่วนตัว"
  357. #: searx/templates/simple/base.html:78
  358. msgid "Contact instance maintainer"
  359. msgstr "ติดต่อผู้ดูแลอินสแตนซ์"
  360. #: searx/templates/simple/categories.html:26
  361. msgid "Click on the magnifier to perform search"
  362. msgstr "คลิกที่แว่นขยายเพื่อทำการค้นหา"
  363. #: searx/templates/simple/macros.html:36
  364. msgid "Length"
  365. msgstr "ความยาว"
  366. #: searx/templates/simple/macros.html:37
  367. #: searx/templates/simple/result_templates/images.html:18
  368. #: searx/templates/simple/result_templates/paper.html:6
  369. msgid "Author"
  370. msgstr "ผู้เขียน"
  371. #: searx/templates/simple/macros.html:45
  372. msgid "cached"
  373. msgstr "แคช"
  374. #: searx/templates/simple/macros.html:45
  375. msgid "proxied"
  376. msgstr "พร็อกซี่"
  377. #: searx/templates/simple/new_issue.html:64
  378. msgid "Start submiting a new issue on GitHub"
  379. msgstr ""
  380. #: searx/templates/simple/new_issue.html:66
  381. msgid "Please check for existing bugs about this engine on GitHub"
  382. msgstr ""
  383. #: searx/templates/simple/new_issue.html:69
  384. msgid "I confirm there is no existing bug about the issue I encounter"
  385. msgstr ""
  386. #: searx/templates/simple/new_issue.html:71
  387. msgid "If this is a public instance, please specify the URL in the bug report"
  388. msgstr ""
  389. #: searx/templates/simple/new_issue.html:72
  390. msgid "Submit a new issue on Github including the above information"
  391. msgstr "ส่งปัญหาใหม่บน Github รวมทั้งข้อมูลข้างต้นด้วย"
  392. #: searx/templates/simple/preferences.html:65
  393. msgid "No HTTPS"
  394. msgstr "ไม่มี HTTPS"
  395. #: searx/templates/simple/elements/engines_msg.html:18
  396. #: searx/templates/simple/preferences.html:69
  397. #: searx/templates/simple/preferences.html:70
  398. msgid "View error logs and submit a bug report"
  399. msgstr "ดูบันทึกของข้อผิดพลาดและส่งรายงานข้อผิดพลาด"
  400. #: searx/templates/simple/preferences.html:74
  401. msgid "!bang for this engine"
  402. msgstr ""
  403. #: searx/templates/simple/preferences.html:80
  404. msgid "!bang for its categories"
  405. msgstr ""
  406. #: searx/templates/simple/preferences.html:102
  407. #: searx/templates/simple/stats.html:64
  408. msgid "Median"
  409. msgstr "ค่าเฉลี่ย"
  410. #: searx/templates/simple/preferences.html:103
  411. #: searx/templates/simple/stats.html:70
  412. msgid "P80"
  413. msgstr "P80"
  414. #: searx/templates/simple/preferences.html:104
  415. #: searx/templates/simple/stats.html:76
  416. msgid "P95"
  417. msgstr "P95"
  418. #: searx/templates/simple/preferences.html:136
  419. msgid "Failed checker test(s): "
  420. msgstr "ตัวตรวจสอบการทดสอบล้มเหลว: "
  421. #: searx/templates/simple/preferences.html:138
  422. msgid "Errors:"
  423. msgstr "ข้อผิดพลาด:"
  424. #: searx/templates/simple/preferences.html:162
  425. msgid "General"
  426. msgstr "ทั่วไป"
  427. #: searx/templates/simple/preferences.html:165
  428. msgid "Default categories"
  429. msgstr "หมวดหมู่เริ่มต้น"
  430. #: searx/templates/simple/preferences.html:187
  431. msgid "User interface"
  432. msgstr "ส่วนต่อประสานกับผู้ใช้"
  433. #: searx/templates/simple/preferences.html:208
  434. msgid "Privacy"
  435. msgstr "ความเป็นส่วนตัว"
  436. #: searx/templates/simple/preferences.html:221
  437. msgid "Engines"
  438. msgstr "เครื่องมือ"
  439. #: searx/templates/simple/preferences.html:223
  440. msgid "Currently used search engines"
  441. msgstr "เครื่องมือค้นหาที่ใช้อยู่ในปัจจุบัน"
  442. #: searx/templates/simple/preferences.html:231
  443. msgid "Special Queries"
  444. msgstr "การคิวรีพิเศษ"
  445. #: searx/templates/simple/preferences.html:237
  446. msgid "Cookies"
  447. msgstr "คุกกี้"
  448. #: searx/templates/simple/results.html:23
  449. msgid "Answers"
  450. msgstr "คำตอบ"
  451. #: searx/templates/simple/results.html:38
  452. msgid "Number of results"
  453. msgstr "จำนวนผลลัพธ์"
  454. #: searx/templates/simple/results.html:44
  455. msgid "Info"
  456. msgstr "ข้อมูล"
  457. #: searx/templates/simple/results.html:73
  458. msgid "Try searching for:"
  459. msgstr "ลองค้นหา:"
  460. #: searx/templates/simple/results.html:105
  461. msgid "Back to top"
  462. msgstr "กลับไปด้านบน"
  463. #: searx/templates/simple/results.html:123
  464. msgid "Previous page"
  465. msgstr "หน้าก่อนหน้านี้"
  466. #: searx/templates/simple/results.html:140
  467. msgid "Next page"
  468. msgstr "หน้าต่อไป"
  469. #: searx/templates/simple/search.html:3
  470. msgid "Display the front page"
  471. msgstr "แสดงหน้าแรก"
  472. #: searx/templates/simple/search.html:9
  473. #: searx/templates/simple/simple_search.html:5
  474. msgid "Search for..."
  475. msgstr "ค้นหา..."
  476. #: searx/templates/simple/search.html:10
  477. #: searx/templates/simple/simple_search.html:6
  478. msgid "clear"
  479. msgstr "ล้าง"
  480. #: searx/templates/simple/search.html:11
  481. #: searx/templates/simple/simple_search.html:7
  482. msgid "search"
  483. msgstr "ค้นหา"
  484. #: searx/templates/simple/stats.html:21
  485. msgid "There is currently no data available. "
  486. msgstr "ขณะนี้ยังไม่มีข้อมูลที่มีอยู่"
  487. #: searx/templates/simple/preferences/engines.html:18
  488. #: searx/templates/simple/stats.html:25
  489. msgid "Engine name"
  490. msgstr "ชื่อเครื่องมือ"
  491. #: searx/templates/simple/stats.html:26
  492. msgid "Scores"
  493. msgstr "คะแนน"
  494. #: searx/templates/simple/stats.html:27
  495. msgid "Result count"
  496. msgstr "จำนวนผลลัพธ์"
  497. #: searx/templates/simple/preferences/engines.html:25
  498. #: searx/templates/simple/stats.html:28
  499. msgid "Response time"
  500. msgstr "เวลาตอบสนอง"
  501. #: searx/templates/simple/preferences/engines.html:29
  502. #: searx/templates/simple/stats.html:29
  503. msgid "Reliability"
  504. msgstr "ความน่าเชื่อถือ"
  505. #: searx/templates/simple/stats.html:59
  506. msgid "Total"
  507. msgstr "ทั้งหมด"
  508. #: searx/templates/simple/stats.html:60
  509. msgid "HTTP"
  510. msgstr "HTTP"
  511. #: searx/templates/simple/stats.html:61
  512. msgid "Processing"
  513. msgstr "กำลังประมวลผล"
  514. #: searx/templates/simple/stats.html:99
  515. msgid "Warnings"
  516. msgstr "คำเตือน"
  517. #: searx/templates/simple/stats.html:99
  518. msgid "Errors and exceptions"
  519. msgstr "ข้อผิดพลาดและข้อยกเว้น"
  520. #: searx/templates/simple/stats.html:105
  521. msgid "Exception"
  522. msgstr "ข้อยกเว้น"
  523. #: searx/templates/simple/stats.html:107
  524. msgid "Message"
  525. msgstr "ข้อความ"
  526. #: searx/templates/simple/stats.html:109
  527. msgid "Percentage"
  528. msgstr "เปอร์เซ็นต์"
  529. #: searx/templates/simple/stats.html:111
  530. msgid "Parameter"
  531. msgstr "พารามิเตอร์"
  532. #: searx/templates/simple/stats.html:119
  533. msgid "Filename"
  534. msgstr "ชื่อไฟล์"
  535. #: searx/templates/simple/stats.html:120
  536. msgid "Function"
  537. msgstr "ฟังก์ชั่น"
  538. #: searx/templates/simple/stats.html:121
  539. msgid "Code"
  540. msgstr "โค้ด"
  541. #: searx/templates/simple/stats.html:128
  542. msgid "Checker"
  543. msgstr "ตัวตรวจสอบ"
  544. #: searx/templates/simple/stats.html:131
  545. msgid "Failed test"
  546. msgstr "ทดสอบไม่ผ่าน"
  547. #: searx/templates/simple/stats.html:132
  548. msgid "Comment(s)"
  549. msgstr "ความคิดเห็น"
  550. #: searx/templates/simple/elements/apis.html:3
  551. msgid "Download results"
  552. msgstr "ดาวน์โหลดผลลัพธ์"
  553. #: searx/templates/simple/elements/engines_msg.html:7
  554. msgid "Messages from the search engines"
  555. msgstr ""
  556. #: searx/templates/simple/elements/engines_msg.html:12
  557. msgid "Error!"
  558. msgstr "เกิดข้อผิดพลาด!"
  559. #: searx/templates/simple/elements/engines_msg.html:13
  560. msgid "Engines cannot retrieve results"
  561. msgstr "เครื่องมือไม่สามารถดึงผลลัพธ์ได้"
  562. #: searx/templates/simple/elements/search_url.html:3
  563. msgid "Search URL"
  564. msgstr "ค้นหา URL"
  565. #: searx/templates/simple/elements/suggestions.html:3
  566. msgid "Suggestions"
  567. msgstr "ข้อเสนอแนะ"
  568. #: searx/templates/simple/filters/languages.html:1
  569. #: searx/templates/simple/preferences/language.html:2
  570. msgid "Search language"
  571. msgstr "ค้นหาภาษา"
  572. #: searx/templates/simple/filters/languages.html:2
  573. #: searx/templates/simple/preferences/language.html:7
  574. msgid "Default language"
  575. msgstr "ภาษาเริ่มต้น"
  576. #: searx/templates/simple/filters/languages.html:4
  577. #: searx/templates/simple/preferences/language.html:11
  578. msgid "Auto-detect"
  579. msgstr ""
  580. #: searx/templates/simple/filters/safesearch.html:1
  581. #: searx/templates/simple/filters/safesearch.html:2
  582. #: searx/templates/simple/filters/safesearch.html:3
  583. #: searx/templates/simple/filters/safesearch.html:4
  584. #: searx/templates/simple/preferences/engines.html:21
  585. #: searx/templates/simple/preferences/safesearch.html:2
  586. msgid "SafeSearch"
  587. msgstr "ค้นหาแบบปลอดภัย"
  588. #: searx/templates/simple/filters/safesearch.html:2
  589. #: searx/templates/simple/preferences/safesearch.html:7
  590. msgid "Strict"
  591. msgstr "เข้มงวด"
  592. #: searx/templates/simple/filters/safesearch.html:3
  593. #: searx/templates/simple/preferences/safesearch.html:11
  594. msgid "Moderate"
  595. msgstr "ปานกลาง"
  596. #: searx/templates/simple/filters/safesearch.html:4
  597. #: searx/templates/simple/preferences/safesearch.html:15
  598. msgid "None"
  599. msgstr "ไม่มี"
  600. #: searx/templates/simple/filters/time_range.html:1
  601. #: searx/templates/simple/preferences/engines.html:22
  602. msgid "Time range"
  603. msgstr "ช่วงเวลา"
  604. #: searx/templates/simple/filters/time_range.html:3
  605. msgid "Anytime"
  606. msgstr "ทุกเวลา"
  607. #: searx/templates/simple/filters/time_range.html:6
  608. msgid "Last day"
  609. msgstr "วันล่าสุด"
  610. #: searx/templates/simple/filters/time_range.html:9
  611. msgid "Last week"
  612. msgstr "สัปดาห์ล่าสุด"
  613. #: searx/templates/simple/filters/time_range.html:12
  614. msgid "Last month"
  615. msgstr "เดือนล่าสุด"
  616. #: searx/templates/simple/filters/time_range.html:15
  617. msgid "Last year"
  618. msgstr "ปีล่าสุด"
  619. #: searx/templates/simple/messages/no_cookies.html:3
  620. msgid "Information!"
  621. msgstr "สารสนเทศ!"
  622. #: searx/templates/simple/messages/no_cookies.html:4
  623. msgid "currently, there are no cookies defined."
  624. msgstr "ขณะนี้ไม่มีการกำหนดคุกกี้ใดๆ"
  625. #: searx/templates/simple/messages/no_results.html:3
  626. msgid "Sorry!"
  627. msgstr "เสียใจด้วย!"
  628. #: searx/templates/simple/messages/no_results.html:4
  629. msgid "No results were found. You can try to:"
  630. msgstr ""
  631. #: searx/templates/simple/messages/no_results.html:6
  632. msgid "Refresh the page."
  633. msgstr ""
  634. #: searx/templates/simple/messages/no_results.html:7
  635. msgid "Search for another query or select another category (above)."
  636. msgstr ""
  637. #: searx/templates/simple/messages/no_results.html:8
  638. msgid "Change the search engine used in the preferences:"
  639. msgstr ""
  640. #: searx/templates/simple/messages/no_results.html:9
  641. msgid "Switch to another instance:"
  642. msgstr ""
  643. #: searx/templates/simple/preferences/answerers.html:4
  644. #: searx/templates/simple/preferences/engines.html:17
  645. msgid "Allow"
  646. msgstr "อนุญาต"
  647. #: searx/templates/simple/preferences/answerers.html:5
  648. msgid "Keywords"
  649. msgstr "คำสำคัญ"
  650. #: searx/templates/simple/preferences/answerers.html:6
  651. msgid "Name"
  652. msgstr "ชื่อ"
  653. #: searx/templates/simple/preferences/answerers.html:7
  654. msgid "Description"
  655. msgstr "คำอธิบาย"
  656. #: searx/templates/simple/preferences/answerers.html:8
  657. msgid "Examples"
  658. msgstr "ตัวอย่าง"
  659. #: searx/templates/simple/preferences/answerers.html:13
  660. msgid "This is the list of SearXNG's instant answering modules."
  661. msgstr "นี่คือรายการโมดูลที่ตอบรับทันทีของเซียร์เอ็กซ์เอ็นจี"
  662. #: searx/templates/simple/preferences/answerers.html:29
  663. msgid "This is the list of plugins."
  664. msgstr "นี่คือรายการปลั๊กอิน"
  665. #: searx/templates/simple/preferences/autocomplete.html:2
  666. msgid "Autocomplete"
  667. msgstr "เติมข้อความอัตโนมัติ"
  668. #: searx/templates/simple/preferences/autocomplete.html:15
  669. msgid "Find stuff as you type"
  670. msgstr "ค้นหาสิ่งต่างๆในขณะพิมพ์"
  671. #: searx/templates/simple/preferences/center_alignment.html:2
  672. msgid "Center Alignment"
  673. msgstr "จัดตำแหน่งกึ่งกลาง"
  674. #: searx/templates/simple/preferences/center_alignment.html:14
  675. msgid "Displays results in the center of the page (Oscar layout)."
  676. msgstr "แสดงผลตรงกลางหน้า (เค้าโครงออสการ์)"
  677. #: searx/templates/simple/preferences/cookies.html:2
  678. msgid ""
  679. "This is the list of cookies and their values SearXNG is storing on your "
  680. "computer."
  681. msgstr "นี่คือรายการคุกกี้และค่าของคุกกี้ที่เซียร์เอ็กซ์เอ็นจีจัดเก็บไว้ในคอมพิวเตอร์ของคุณ"
  682. #: searx/templates/simple/preferences/cookies.html:3
  683. msgid "With that list, you can assess SearXNG transparency."
  684. msgstr "ด้วยรายการดังกล่าว คุณสามารถประเมินความโปร่งใสของเซียร์เอ็กซ์เอ็นจีได้"
  685. #: searx/templates/simple/preferences/cookies.html:9
  686. msgid "Cookie name"
  687. msgstr "ชื่อคุกกี้"
  688. #: searx/templates/simple/preferences/cookies.html:10
  689. msgid "Value"
  690. msgstr "ค่า"
  691. #: searx/templates/simple/preferences/cookies.html:23
  692. msgid "Search URL of the currently saved preferences"
  693. msgstr "ค้นหา URL จากการตั้งค่าที่บันทึกไว้ในปัจจุบัน"
  694. #: searx/templates/simple/preferences/cookies.html:32
  695. msgid ""
  696. "Note: specifying custom settings in the search URL can reduce privacy by "
  697. "leaking data to the clicked result sites."
  698. msgstr ""
  699. "หมายเหตุ: การระบุการตั้งค่าแบบกำหนดเองใน URL "
  700. "การค้นหาสามารถลดความเป็นส่วนตัวได้โดยการทำให้ข้อมูลรั่วไหลไปยังไซต์ผลลัพธ์ที่คลิก"
  701. #: searx/templates/simple/preferences/cookies.html:35
  702. msgid "URL to restore your preferences in another browser"
  703. msgstr "URL เพื่อกู้คืนการตั้งค่าของคุณในเบราว์เซอร์อื่น"
  704. #: searx/templates/simple/preferences/cookies.html:44
  705. msgid ""
  706. "Specifying custom settings in the preferences URL can be used to sync "
  707. "preferences across devices."
  708. msgstr ""
  709. "การระบุการตั้งค่าแบบกำหนดเองใน URL "
  710. "ค่ากำหนดสามารถใช้เพื่อซิงค์กับค่ากำหนดในอุปกรณ์ต่างๆได้"
  711. #: searx/templates/simple/preferences/doi_resolver.html:2
  712. msgid "Open Access DOI resolver"
  713. msgstr "เปิดการเข้าถึงตัวแก้ไข DOI"
  714. #: searx/templates/simple/preferences/doi_resolver.html:14
  715. msgid "Select service used by DOI rewrite"
  716. msgstr ""
  717. #: searx/templates/simple/preferences/engines.html:9
  718. msgid ""
  719. "This tab does not exists in the user interface, but you can search in "
  720. "these engines by its !bangs."
  721. msgstr ""
  722. #: searx/templates/simple/preferences/engines.html:19
  723. msgid "!bang"
  724. msgstr ""
  725. #: searx/templates/simple/preferences/engines.html:20
  726. msgid "Supports selected language"
  727. msgstr "รองรับภาษาที่เลือกแล้ว"
  728. #: searx/templates/simple/preferences/engines.html:23
  729. msgid "Weight"
  730. msgstr ""
  731. #: searx/templates/simple/preferences/engines.html:27
  732. msgid "Max time"
  733. msgstr "เวลาสูงสุด"
  734. #: searx/templates/simple/preferences/footer.html:2
  735. msgid ""
  736. "These settings are stored in your cookies, this allows us not to store "
  737. "this data about you."
  738. msgstr ""
  739. "การตั้งค่าพวกนี้ถูกเก็บไว้ในคุกกี้ของคุณแล้ว "
  740. "ซึ่งช่วยให้เราไม่สามารถจัดเก็บข้อมูลนี้เกี่ยวกับคุณได้"
  741. #: searx/templates/simple/preferences/footer.html:3
  742. msgid ""
  743. "These cookies serve your sole convenience, we don't use these cookies to "
  744. "track you."
  745. msgstr ""
  746. "คุกกี้พวกนี้ให้บริการเพื่อความสะดวกของคุณ "
  747. "เราไม่ใช้คุกกี้เหล่านี้เพื่อติดตามคุณ"
  748. #: searx/templates/simple/preferences/footer.html:6
  749. msgid "Save"
  750. msgstr "บันทึก"
  751. #: searx/templates/simple/preferences/footer.html:9
  752. msgid "Reset defaults"
  753. msgstr "รีเซ็ตค่าเริ่มต้น"
  754. #: searx/templates/simple/preferences/footer.html:13
  755. msgid "Back"
  756. msgstr "กลับ"
  757. #: searx/templates/simple/preferences/hotkeys.html:2
  758. msgid "Hotkeys"
  759. msgstr ""
  760. #: searx/templates/simple/preferences/hotkeys.html:13
  761. msgid "Vim-like"
  762. msgstr ""
  763. #: searx/templates/simple/preferences/hotkeys.html:18
  764. msgid ""
  765. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  766. "key on main or result page to get help."
  767. msgstr ""
  768. #: searx/templates/simple/preferences/image_proxy.html:2
  769. msgid "Image proxy"
  770. msgstr "พร็อกซีรูปภาพ"
  771. #: searx/templates/simple/preferences/image_proxy.html:14
  772. msgid "Proxying image results through SearXNG"
  773. msgstr "การแสดงพร็อกซี่ของภาพผ่าน เซียร์เอ็กซ์เอ็นจี"
  774. #: searx/templates/simple/preferences/infinite_scroll.html:2
  775. msgid "Infinite scroll"
  776. msgstr "เลื่อนเมาส์แบบไม่มีที่สิ้นสุด"
  777. #: searx/templates/simple/preferences/infinite_scroll.html:14
  778. msgid "Automatically load next page when scrolling to bottom of current page"
  779. msgstr "โหลดหน้าถัดไปโดยอัตโนมัติเมื่อเลื่อนเมาส์ลงไปที่ด้านล่างของหน้าปัจจุบัน"
  780. #: searx/templates/simple/preferences/language.html:24
  781. msgid "What language do you prefer for search?"
  782. msgstr "คุณต้องการค้นหาภาษาใด?"
  783. #: searx/templates/simple/preferences/language.html:25
  784. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  785. msgstr ""
  786. #: searx/templates/simple/preferences/method.html:2
  787. msgid "HTTP Method"
  788. msgstr "HTTP เมธอด"
  789. #: searx/templates/simple/preferences/method.html:14
  790. msgid "Change how forms are submitted"
  791. msgstr ""
  792. #: searx/templates/simple/preferences/query_in_title.html:2
  793. msgid "Query in the page's title"
  794. msgstr "คิวรีในชื่อหน้า"
  795. #: searx/templates/simple/preferences/query_in_title.html:14
  796. msgid ""
  797. "When enabled, the result page's title contains your query. Your browser "
  798. "can record this title"
  799. msgstr ""
  800. "เมื่อเปิดใช้งานแล้ว ชื่อของหน้าผลลัพธ์จะมีข้อความคิวรีของคุณ "
  801. "เบราว์เซอร์ของคุณสามารถบันทึกชื่อของหน้านี้ได้"
  802. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  803. msgid "Results on new tabs"
  804. msgstr "ผลลัพธ์ในแท็บใหม่"
  805. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  806. msgid "Open result links on new browser tabs"
  807. msgstr "เปิดลิงก์ผลลัพธ์ด้วยแท็บเบราว์เซอร์ใหม่"
  808. #: searx/templates/simple/preferences/safesearch.html:20
  809. msgid "Filter content"
  810. msgstr "ตัวกรอกเนื้อหา"
  811. #: searx/templates/simple/preferences/search_on_category_select.html:2
  812. msgid "Search on category select"
  813. msgstr "ค้นหาในตัวเลือกหมวดหมู่"
  814. #: searx/templates/simple/preferences/search_on_category_select.html:14
  815. msgid ""
  816. "Perform search immediately if a category selected. Disable to select "
  817. "multiple categories"
  818. msgstr ""
  819. #: searx/templates/simple/preferences/theme.html:2
  820. msgid "Theme"
  821. msgstr "ธีม"
  822. #: searx/templates/simple/preferences/theme.html:14
  823. msgid "Change SearXNG layout"
  824. msgstr "เปลี่ยนเค้าโครง เซียร์เอ็กซ์เอ็นจี"
  825. #: searx/templates/simple/preferences/theme.html:19
  826. msgid "Theme style"
  827. msgstr "รูปแบบธีม"
  828. #: searx/templates/simple/preferences/theme.html:31
  829. msgid "Choose auto to follow your browser settings"
  830. msgstr "เลือกอัตโนมัติเพื่อติดตามการตั้งค่าของเบราว์เซอร์ของคุณ"
  831. #: searx/templates/simple/preferences/tokens.html:2
  832. msgid "Engine tokens"
  833. msgstr "โทเค็นของเครื่องมือ"
  834. #: searx/templates/simple/preferences/tokens.html:9
  835. msgid "Access tokens for private engines"
  836. msgstr "โทเคนการเข้าถึงของเครื่องมือส่วนตัว"
  837. #: searx/templates/simple/preferences/ui_locale.html:2
  838. msgid "Interface language"
  839. msgstr "ภาษาส่วนต่อประสาน"
  840. #: searx/templates/simple/preferences/ui_locale.html:14
  841. msgid "Change the language of the layout"
  842. msgstr "เปลี่ยนภาษาของเค้าโครง"
  843. #: searx/templates/simple/result_templates/code.html:13
  844. msgid "repo"
  845. msgstr ""
  846. #: searx/templates/simple/result_templates/default.html:6
  847. msgid "show media"
  848. msgstr "แสดงสื่อ"
  849. #: searx/templates/simple/result_templates/default.html:6
  850. msgid "hide media"
  851. msgstr "ซ่อนสื่อ"
  852. #: searx/templates/simple/result_templates/default.html:14
  853. #: searx/templates/simple/result_templates/videos.html:14
  854. msgid "This site did not provide any description."
  855. msgstr "ไซต์นี้ไม่ได้ให้คำอธิบายใดๆไว้"
  856. #: searx/templates/simple/result_templates/images.html:19
  857. msgid "Format"
  858. msgstr "จัดรูปแบบ"
  859. #: searx/templates/simple/result_templates/images.html:21
  860. msgid "Engine"
  861. msgstr "เครื่องมือ"
  862. #: searx/templates/simple/result_templates/images.html:22
  863. msgid "View source"
  864. msgstr "ดูแหล่งที่มา"
  865. #: searx/templates/simple/result_templates/map.html:12
  866. msgid "address"
  867. msgstr "ที่อยู่"
  868. #: searx/templates/simple/result_templates/map.html:43
  869. msgid "show map"
  870. msgstr "แสดงแผนที่"
  871. #: searx/templates/simple/result_templates/map.html:43
  872. msgid "hide map"
  873. msgstr "ซ่อนแผนที่"
  874. #: searx/templates/simple/result_templates/paper.html:5
  875. msgid "Published date"
  876. msgstr ""
  877. #: searx/templates/simple/result_templates/paper.html:9
  878. msgid "Journal"
  879. msgstr ""
  880. #: searx/templates/simple/result_templates/paper.html:22
  881. msgid "Editor"
  882. msgstr ""
  883. #: searx/templates/simple/result_templates/paper.html:23
  884. msgid "Publisher"
  885. msgstr ""
  886. #: searx/templates/simple/result_templates/paper.html:24
  887. msgid "Type"
  888. msgstr ""
  889. #: searx/templates/simple/result_templates/paper.html:25
  890. msgid "Tags"
  891. msgstr ""
  892. #: searx/templates/simple/result_templates/paper.html:26
  893. msgid "DOI"
  894. msgstr ""
  895. #: searx/templates/simple/result_templates/paper.html:27
  896. msgid "ISSN"
  897. msgstr ""
  898. #: searx/templates/simple/result_templates/paper.html:28
  899. msgid "ISBN"
  900. msgstr ""
  901. #: searx/templates/simple/result_templates/paper.html:33
  902. msgid "PDF"
  903. msgstr ""
  904. #: searx/templates/simple/result_templates/paper.html:34
  905. msgid "HTML"
  906. msgstr ""
  907. #: searx/templates/simple/result_templates/torrent.html:6
  908. msgid "magnet link"
  909. msgstr "ลิงก์แม่เหล็ก"
  910. #: searx/templates/simple/result_templates/torrent.html:7
  911. msgid "torrent file"
  912. msgstr "ไฟล์ทอร์เรนต์"
  913. #: searx/templates/simple/result_templates/torrent.html:9
  914. msgid "Seeder"
  915. msgstr "ผู้ที่แบ่งปันไฟล์"
  916. #: searx/templates/simple/result_templates/torrent.html:9
  917. msgid "Leecher"
  918. msgstr "ผู้ที่ดาวน์โหลดไฟล์"
  919. #: searx/templates/simple/result_templates/torrent.html:11
  920. msgid "Filesize"
  921. msgstr "ขนาดไฟล์"
  922. #: searx/templates/simple/result_templates/torrent.html:12
  923. msgid "Bytes"
  924. msgstr "ไบต์"
  925. #: searx/templates/simple/result_templates/torrent.html:13
  926. msgid "kiB"
  927. msgstr "กิบิไบต์"
  928. #: searx/templates/simple/result_templates/torrent.html:14
  929. msgid "MiB"
  930. msgstr "เมบิไบต์"
  931. #: searx/templates/simple/result_templates/torrent.html:15
  932. msgid "GiB"
  933. msgstr "จิบิไบต์"
  934. #: searx/templates/simple/result_templates/torrent.html:16
  935. msgid "TiB"
  936. msgstr "เทบิไบต์"
  937. #: searx/templates/simple/result_templates/torrent.html:20
  938. msgid "Number of Files"
  939. msgstr "จำนวนไฟล์"
  940. #: searx/templates/simple/result_templates/videos.html:6
  941. msgid "show video"
  942. msgstr "แสดงวิดีโอ"
  943. #: searx/templates/simple/result_templates/videos.html:6
  944. msgid "hide video"
  945. msgstr "ซ่อนวิดีโอ"
  946. #~ msgid "Scores per result"
  947. #~ msgstr "คะแนนต่อผลลัพธ์"
  948. #~ msgid "a privacy-respecting, hackable metasearch engine"
  949. #~ msgstr "เคารพความเป็นส่วนตัว เครื่องมือค้นหา meta ที่แฮ็กได้"
  950. #~ msgid "No abstract is available for this publication."
  951. #~ msgstr "ไม่มีเรื่องย่อของเอกสารนี้"
  952. #~ msgid "Self Informations"
  953. #~ msgstr "ข้อมูลตนเอง"
  954. #~ msgid ""
  955. #~ "Change how forms are submited, <a "
  956. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  957. #~ " rel=\"external\">learn more about request "
  958. #~ "methods</a>"
  959. #~ msgstr ""
  960. #~ "เปลี่ยนวิธีการส่งแบบฟอร์ม <a "
  961. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  962. #~ " rel=\"external\">เรียนรู้เพิ่มเติมเกี่ยวกับวิธีการส่งคำขอ</a>"
  963. #~ msgid ""
  964. #~ "This plugin checks if the address "
  965. #~ "of the request is a TOR exit "
  966. #~ "node, and informs the user if it"
  967. #~ " is, like check.torproject.org but from "
  968. #~ "searxng."
  969. #~ msgstr ""
  970. #~ msgid ""
  971. #~ "The TOR exit node list "
  972. #~ "(https://check.torproject.org/exit-addresses) is "
  973. #~ "unreachable."
  974. #~ msgstr ""
  975. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  976. #~ msgstr ""
  977. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  978. #~ msgstr ""
  979. #~ msgid ""
  980. #~ "The could not download the list of"
  981. #~ " Tor exit-nodes from "
  982. #~ "https://check.torproject.org/exit-addresses."
  983. #~ msgstr ""
  984. #~ msgid ""
  985. #~ "You are using Tor. It looks like"
  986. #~ " you have this external IP address:"
  987. #~ " {ip_address}."
  988. #~ msgstr ""
  989. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  990. #~ msgstr ""
  991. #~ msgid "Autodetect search language"
  992. #~ msgstr "ตรวจพบคำในการค้นหาอัตโนมัติ"
  993. #~ msgid "Automatically detect the query search language and switch to it."
  994. #~ msgstr "ระบบจะตรวจจับภาษาที่ใช้ในการค้นหา และเปลี่ยนไปค้นหาในภาษานั้นอัตโนมัติ"
  995. #~ msgid "others"
  996. #~ msgstr "ชื่ออื่นๆ"
  997. #~ msgid ""
  998. #~ "This tab does not show up for "
  999. #~ "search results, but you can search "
  1000. #~ "the engines listed here via bangs."
  1001. #~ msgstr ""
  1002. #~ "แท็บนี้ไม่แสดงผลการค้นหา "
  1003. #~ "แต่คุณสามารถค้นหาเครื่องมือที่แสดงไว้ที่นี่ที่เรียบง่าย"
  1004. #~ msgid "Shortcut"
  1005. #~ msgstr "ทางลัด"
  1006. #~ msgid "!bang"
  1007. #~ msgstr ""
  1008. #~ msgid ""
  1009. #~ "This tab dues not exists in the"
  1010. #~ " user interface, but you can search"
  1011. #~ " in these engines by its !bangs."
  1012. #~ msgstr ""
  1013. #~ msgid "Engines cannot retrieve results."
  1014. #~ msgstr "เครื่องมือไม่สามารถดึงผลลัพธ์ได้"
  1015. #~ msgid "Please, try again later or find another SearXNG instance."
  1016. #~ msgstr "โปรดลองอีกครั้งในภายหลังหรือค้นหาอินสแตนซ์อื่นของเซียร์เอ็กซ์เอ็นจี"
  1017. #~ msgid ""
  1018. #~ "Redirect to open-access versions of "
  1019. #~ "publications when available (plugin required)"
  1020. #~ msgstr "เปลี่ยนเส้นทางไปยังรุ่นเอกสารที่เปิดให้เข้าถึงได้ (ต้องใช้ปลั๊กอิน)"
  1021. #~ msgid "Bang"
  1022. #~ msgstr ""
  1023. #~ msgid ""
  1024. #~ "Change how forms are submitted, <a "
  1025. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1026. #~ " rel=\"external\">learn more about request "
  1027. #~ "methods</a>"
  1028. #~ msgstr ""
  1029. #~ msgid "On"
  1030. #~ msgstr "เปิด"
  1031. #~ msgid "Off"
  1032. #~ msgstr "ปิด"
  1033. #~ msgid "Enabled"
  1034. #~ msgstr "เปิดใช้งาน"
  1035. #~ msgid "Disabled"
  1036. #~ msgstr "ปิดใช้งาน"
  1037. #~ msgid ""
  1038. #~ "Perform search immediately if a category"
  1039. #~ " selected. Disable to select multiple "
  1040. #~ "categories. (JavaScript required)"
  1041. #~ msgstr ""
  1042. #~ "ทำการค้นหาทันทีหากเลือกหมวดหมู่แล้ว "
  1043. #~ "ปิดการใช้งานเพื่อเลือกหมวดหมู่ได้หลายหมวดหมู่ "
  1044. #~ "(ต้องใช้จาวาสคริปต์)"
  1045. #~ msgid "Vim-like hotkeys"
  1046. #~ msgstr "วิมเหมือนปุ่มลัด"
  1047. #~ msgid ""
  1048. #~ "Navigate search results with Vim-like"
  1049. #~ " hotkeys (JavaScript required). Press \"h\""
  1050. #~ " key on main or result page to"
  1051. #~ " get help."
  1052. #~ msgstr ""
  1053. #~ "นำทางผลลัพธ์จากการค้นหาด้วยปุ่มลัดแบบ Vim (ต้องใช้ "
  1054. #~ "JavaScript) กดปุ่ม \"h\" "
  1055. #~ "บนหน้าหลักหรือหน้าผลลัพธ์เพื่อรับความช่วยเหลือ"
  1056. #~ msgid ""
  1057. #~ "we didn't find any results. Please "
  1058. #~ "use another query or search in "
  1059. #~ "more categories."
  1060. #~ msgstr "เราไม่พบผลลัพธ์ใดๆ โปรดใช้คิวรีอื่นหรือค้นหาในหมวดหมู่เพิ่มเติม"