messages.po 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329
  1. # Latvian 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. # visiks-vs <vls@visiks.lv>, 2022.
  6. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  7. # wldkwl <gayisurdad@hotmail.com>, 2023.
  8. # return42 <markus.heiser@darmarit.de>, 2023.
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: PROJECT VERSION\n"
  12. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  13. "POT-Creation-Date: 2023-09-18 19:34+0000\n"
  14. "PO-Revision-Date: 2023-07-09 15:34+0000\n"
  15. "Last-Translator: return42 <markus.heiser@darmarit.de>\n"
  16. "Language: lv\n"
  17. "Language-Team: Latvian "
  18. "<https://translate.codeberg.org/projects/searxng/searxng/lv/>\n"
  19. "Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100"
  20. " <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=utf-8\n"
  23. "Content-Transfer-Encoding: 8bit\n"
  24. "Generated-By: Babel 2.12.1\n"
  25. #. CONSTANT_NAMES['NO_SUBGROUPING']
  26. #: searx/searxng.msg
  27. msgid "without further subgrouping"
  28. msgstr ""
  29. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  30. #: searx/searxng.msg
  31. msgid "other"
  32. msgstr "cits"
  33. #. CATEGORY_NAMES['FILES']
  34. #: searx/searxng.msg
  35. msgid "files"
  36. msgstr "faili"
  37. #. CATEGORY_NAMES['GENERAL']
  38. #: searx/searxng.msg
  39. msgid "general"
  40. msgstr "viss"
  41. #. CATEGORY_NAMES['MUSIC']
  42. #: searx/searxng.msg
  43. msgid "music"
  44. msgstr "mūzika"
  45. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  46. #: searx/searxng.msg
  47. msgid "social media"
  48. msgstr "sociālie tīkli"
  49. #. CATEGORY_NAMES['IMAGES']
  50. #: searx/searxng.msg
  51. msgid "images"
  52. msgstr "attēli"
  53. #. CATEGORY_NAMES['VIDEOS']
  54. #: searx/searxng.msg
  55. msgid "videos"
  56. msgstr "video"
  57. #. CATEGORY_NAMES['IT']
  58. #: searx/searxng.msg
  59. msgid "it"
  60. msgstr "it"
  61. #. CATEGORY_NAMES['NEWS']
  62. #: searx/searxng.msg
  63. msgid "news"
  64. msgstr "ziņas"
  65. #. CATEGORY_NAMES['MAP']
  66. #: searx/searxng.msg
  67. msgid "map"
  68. msgstr "karte"
  69. #. CATEGORY_NAMES['ONIONS']
  70. #: searx/searxng.msg
  71. msgid "onions"
  72. msgstr "sīpoli"
  73. #. CATEGORY_NAMES['SCIENCE']
  74. #: searx/searxng.msg
  75. msgid "science"
  76. msgstr "zinātne"
  77. #. CATEGORY_GROUPS['APPS']
  78. #: searx/searxng.msg
  79. msgid "apps"
  80. msgstr "aplikācijas"
  81. #. CATEGORY_GROUPS['DICTIONARIES']
  82. #: searx/searxng.msg
  83. msgid "dictionaries"
  84. msgstr "vārdnīcas"
  85. #. CATEGORY_GROUPS['LYRICS']
  86. #: searx/searxng.msg
  87. msgid "lyrics"
  88. msgstr "dziesmu vārdi"
  89. #. CATEGORY_GROUPS['PACKAGES']
  90. #: searx/searxng.msg
  91. msgid "packages"
  92. msgstr "pakotnes"
  93. #. CATEGORY_GROUPS['Q_A']
  94. #: searx/searxng.msg
  95. msgid "q&a"
  96. msgstr "j&a"
  97. #. CATEGORY_GROUPS['REPOS']
  98. #: searx/searxng.msg
  99. msgid "repos"
  100. msgstr "repo"
  101. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  102. #: searx/searxng.msg
  103. msgid "software wikis"
  104. msgstr "programmatūras wiki"
  105. #. CATEGORY_GROUPS['WEB']
  106. #: searx/searxng.msg
  107. msgid "web"
  108. msgstr "tīmeklis"
  109. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  110. #: searx/searxng.msg
  111. msgid "scientific publications"
  112. msgstr "zinātnisku publikāciji"
  113. #. STYLE_NAMES['AUTO']
  114. #: searx/searxng.msg
  115. msgid "auto"
  116. msgstr "auto"
  117. #. STYLE_NAMES['LIGHT']
  118. #: searx/searxng.msg
  119. msgid "light"
  120. msgstr "gaišs"
  121. #. STYLE_NAMES['DARK']
  122. #: searx/searxng.msg
  123. msgid "dark"
  124. msgstr "tumšs"
  125. #: searx/webapp.py:330
  126. msgid "No item found"
  127. msgstr "Nav atrasts neviens vienums"
  128. #: searx/engines/qwant.py:277
  129. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:332
  130. msgid "Source"
  131. msgstr "Avots"
  132. #: searx/webapp.py:334
  133. msgid "Error loading the next page"
  134. msgstr "Kļūda lādējot nākošo lapu"
  135. #: searx/webapp.py:490 searx/webapp.py:882
  136. msgid "Invalid settings, please edit your preferences"
  137. msgstr "Nepareizi iestatījumi, lūdzu rediģējiet savas preferences"
  138. #: searx/webapp.py:506
  139. msgid "Invalid settings"
  140. msgstr "Nederīgi iestatījumi"
  141. #: searx/webapp.py:583 searx/webapp.py:665
  142. msgid "search error"
  143. msgstr "meklēšanas kļūda"
  144. #: searx/webutils.py:34
  145. msgid "timeout"
  146. msgstr "noildze"
  147. #: searx/webutils.py:35
  148. msgid "parsing error"
  149. msgstr "parsēšanas kļūda"
  150. #: searx/webutils.py:36
  151. msgid "HTTP protocol error"
  152. msgstr "HTTP protokola kļūda"
  153. #: searx/webutils.py:37
  154. msgid "network error"
  155. msgstr "tīkla kļūda"
  156. #: searx/webutils.py:38
  157. msgid "SSL error: certificate validation has failed"
  158. msgstr "SSL kļūda: certifikāta validācija neizdevās"
  159. #: searx/webutils.py:40
  160. msgid "unexpected crash"
  161. msgstr "negaidīta avārija"
  162. #: searx/webutils.py:47
  163. msgid "HTTP error"
  164. msgstr "HTTP kļūda"
  165. #: searx/webutils.py:48
  166. msgid "HTTP connection error"
  167. msgstr "HTTP savienojuma kļūda"
  168. #: searx/webutils.py:54
  169. msgid "proxy error"
  170. msgstr "starpniekservera kļūda"
  171. #: searx/webutils.py:55
  172. msgid "CAPTCHA"
  173. msgstr "CAPTCHA"
  174. #: searx/webutils.py:56
  175. msgid "too many requests"
  176. msgstr "pārāk daudz pieprasījumu"
  177. #: searx/webutils.py:57
  178. msgid "access denied"
  179. msgstr "piekļuve aizliegta"
  180. #: searx/webutils.py:58
  181. msgid "server API error"
  182. msgstr "servera API kļūda"
  183. #: searx/webutils.py:77
  184. msgid "Suspended"
  185. msgstr "Apturēts"
  186. #: searx/webutils.py:317
  187. msgid "{minutes} minute(s) ago"
  188. msgstr "pirms {minutes} minūtes(-ēm)"
  189. #: searx/webutils.py:318
  190. msgid "{hours} hour(s), {minutes} minute(s) ago"
  191. msgstr "pirms {hours} stundas(-ām) un {minutes} minūtēm(-es)"
  192. #: searx/answerers/random/answerer.py:73
  193. msgid "Random value generator"
  194. msgstr "Nejaušu vērtību ģenerators"
  195. #: searx/answerers/random/answerer.py:74
  196. msgid "Generate different random values"
  197. msgstr "Ģenerēt citas nejaušas vērtības"
  198. #: searx/answerers/statistics/answerer.py:47
  199. msgid "Statistics functions"
  200. msgstr "Statistikas funkcijas"
  201. #: searx/answerers/statistics/answerer.py:48
  202. msgid "Compute {functions} of the arguments"
  203. msgstr "Aprēķināt argumentu {functions}"
  204. #: searx/engines/openstreetmap.py:160
  205. msgid "Get directions"
  206. msgstr "Saņemt norādījumus"
  207. #: searx/engines/pdbe.py:96
  208. msgid "{title} (OBSOLETE)"
  209. msgstr "{title} (NOVECOJIS)"
  210. #: searx/engines/pdbe.py:103
  211. msgid "This entry has been superseded by"
  212. msgstr "Šis ieraksts ir ticis aizstāts ar"
  213. #: searx/engines/qwant.py:279
  214. msgid "Channel"
  215. msgstr "Kanāls"
  216. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  217. msgid "Language"
  218. msgstr "Valoda"
  219. #: searx/engines/semantic_scholar.py:81
  220. msgid ""
  221. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  222. "{lastCitationVelocityYear}"
  223. msgstr ""
  224. "{numCitations} citāti no {firstCitationVelocityYear} līdz "
  225. "{lastCitationVelocityYear} gada"
  226. #: searx/engines/tineye.py:40
  227. msgid ""
  228. "Could not read that image url. This may be due to an unsupported file "
  229. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  230. " WebP."
  231. msgstr ""
  232. #: searx/engines/tineye.py:46
  233. msgid ""
  234. "The image is too simple to find matches. TinEye requires a basic level of"
  235. " visual detail to successfully identify matches."
  236. msgstr ""
  237. #: searx/engines/tineye.py:52
  238. msgid "The image could not be downloaded."
  239. msgstr ""
  240. #: searx/engines/wttr.py:101
  241. msgid "Morning"
  242. msgstr "Rīts"
  243. #: searx/engines/wttr.py:101
  244. msgid "Noon"
  245. msgstr "Pusdiena"
  246. #: searx/engines/wttr.py:101
  247. msgid "Evening"
  248. msgstr "Vakara"
  249. #: searx/engines/wttr.py:101
  250. msgid "Night"
  251. msgstr "Nakts"
  252. #: searx/engines/zlibrary.py:130
  253. msgid "Book rating"
  254. msgstr ""
  255. #: searx/engines/zlibrary.py:131
  256. msgid "File quality"
  257. msgstr ""
  258. #: searx/plugins/hash_plugin.py:24
  259. msgid "Converts strings to different hash digests."
  260. msgstr "Pārvērš virknes (strings) par dažādiem jaucējkoda īssavilkumiem."
  261. #: searx/plugins/hash_plugin.py:52
  262. msgid "hash digest"
  263. msgstr "jaucējkoda sašķelšana"
  264. #: searx/plugins/hostname_replace.py:9
  265. msgid "Hostname replace"
  266. msgstr "Resursdatora vārda nomaiņa"
  267. #: searx/plugins/hostname_replace.py:10
  268. msgid "Rewrite result hostnames or remove results based on the hostname"
  269. msgstr ""
  270. #: searx/plugins/oa_doi_rewrite.py:9
  271. msgid "Open Access DOI rewrite"
  272. msgstr ""
  273. #: searx/plugins/oa_doi_rewrite.py:10
  274. msgid ""
  275. "Avoid paywalls by redirecting to open-access versions of publications "
  276. "when available"
  277. msgstr ""
  278. #: searx/plugins/self_info.py:10
  279. msgid "Self Information"
  280. msgstr ""
  281. #: searx/plugins/self_info.py:11
  282. msgid ""
  283. "Displays your IP if the query is \"ip\" and your user agent if the query "
  284. "contains \"user agent\"."
  285. msgstr ""
  286. #: searx/plugins/tor_check.py:25
  287. msgid "Tor check plugin"
  288. msgstr ""
  289. #: searx/plugins/tor_check.py:28
  290. msgid ""
  291. "This plugin checks if the address of the request is a Tor exit-node, and "
  292. "informs the user if it is; like check.torproject.org, but from SearXNG."
  293. msgstr ""
  294. #: searx/plugins/tor_check.py:62
  295. msgid ""
  296. "Could not download the list of Tor exit-nodes from: "
  297. "https://check.torproject.org/exit-addresses"
  298. msgstr ""
  299. #: searx/plugins/tor_check.py:78
  300. msgid ""
  301. "You are using Tor and it looks like you have this external IP address: "
  302. "{ip_address}"
  303. msgstr ""
  304. #: searx/plugins/tor_check.py:86
  305. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  306. msgstr ""
  307. #: searx/plugins/tracker_url_remover.py:29
  308. msgid "Tracker URL remover"
  309. msgstr ""
  310. #: searx/plugins/tracker_url_remover.py:30
  311. msgid "Remove trackers arguments from the returned URL"
  312. msgstr ""
  313. #: searx/plugins/vim_hotkeys.py:3
  314. msgid "Vim-like hotkeys"
  315. msgstr ""
  316. #: searx/plugins/vim_hotkeys.py:4
  317. msgid ""
  318. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  319. "Press \"h\" key on main or result page to get help."
  320. msgstr ""
  321. #: searx/templates/simple/404.html:4
  322. msgid "Page not found"
  323. msgstr "Lapa nav atrasta"
  324. #: searx/templates/simple/404.html:6
  325. #, python-format
  326. msgid "Go to %(search_page)s."
  327. msgstr "Doties uz %(search_page)s."
  328. #: searx/templates/simple/404.html:6
  329. msgid "search page"
  330. msgstr ""
  331. #: searx/templates/simple/base.html:49
  332. msgid "About"
  333. msgstr "Par"
  334. #: searx/templates/simple/base.html:53
  335. msgid "Donate"
  336. msgstr ""
  337. #: searx/templates/simple/base.html:57
  338. #: searx/templates/simple/preferences.html:156
  339. msgid "Preferences"
  340. msgstr "Opcijas"
  341. #: searx/templates/simple/base.html:67
  342. msgid "Powered by"
  343. msgstr ""
  344. #: searx/templates/simple/base.html:67
  345. msgid "a privacy-respecting, open metasearch engine"
  346. msgstr ""
  347. #: searx/templates/simple/base.html:68
  348. msgid "Source code"
  349. msgstr "Pirmkods"
  350. #: searx/templates/simple/base.html:69
  351. msgid "Issue tracker"
  352. msgstr ""
  353. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  354. msgid "Engine stats"
  355. msgstr ""
  356. #: searx/templates/simple/base.html:72
  357. msgid "Public instances"
  358. msgstr ""
  359. #: searx/templates/simple/base.html:75
  360. msgid "Privacy policy"
  361. msgstr "Privātuma politika"
  362. #: searx/templates/simple/base.html:78
  363. msgid "Contact instance maintainer"
  364. msgstr ""
  365. #: searx/templates/simple/categories.html:26
  366. msgid "Click on the magnifier to perform search"
  367. msgstr "Noklikšķiniet uz lupas, lai veiktu meklēšanu"
  368. #: searx/templates/simple/macros.html:36
  369. msgid "Length"
  370. msgstr "Garums"
  371. #: searx/templates/simple/macros.html:37
  372. #: searx/templates/simple/result_templates/images.html:18
  373. #: searx/templates/simple/result_templates/paper.html:6
  374. msgid "Author"
  375. msgstr "Autors"
  376. #: searx/templates/simple/macros.html:45
  377. msgid "cached"
  378. msgstr ""
  379. #: searx/templates/simple/macros.html:45
  380. msgid "proxied"
  381. msgstr ""
  382. #: searx/templates/simple/new_issue.html:64
  383. msgid "Start submiting a new issue on GitHub"
  384. msgstr ""
  385. #: searx/templates/simple/new_issue.html:66
  386. msgid "Please check for existing bugs about this engine on GitHub"
  387. msgstr ""
  388. #: searx/templates/simple/new_issue.html:69
  389. msgid "I confirm there is no existing bug about the issue I encounter"
  390. msgstr ""
  391. #: searx/templates/simple/new_issue.html:71
  392. msgid "If this is a public instance, please specify the URL in the bug report"
  393. msgstr ""
  394. #: searx/templates/simple/new_issue.html:72
  395. msgid "Submit a new issue on Github including the above information"
  396. msgstr ""
  397. "Iesniedziet jaunu problēmjautājumu iekš Github, ieskaitot augstāk minēto "
  398. "informāciju"
  399. #: searx/templates/simple/preferences.html:65
  400. msgid "No HTTPS"
  401. msgstr ""
  402. #: searx/templates/simple/elements/engines_msg.html:14
  403. #: searx/templates/simple/preferences.html:69
  404. #: searx/templates/simple/preferences.html:70
  405. msgid "View error logs and submit a bug report"
  406. msgstr ""
  407. #: searx/templates/simple/preferences.html:74
  408. msgid "!bang for this engine"
  409. msgstr ""
  410. #: searx/templates/simple/preferences.html:80
  411. msgid "!bang for its categories"
  412. msgstr ""
  413. #: searx/templates/simple/preferences.html:102
  414. #: searx/templates/simple/stats.html:64
  415. msgid "Median"
  416. msgstr ""
  417. #: searx/templates/simple/preferences.html:103
  418. #: searx/templates/simple/stats.html:70
  419. msgid "P80"
  420. msgstr ""
  421. #: searx/templates/simple/preferences.html:104
  422. #: searx/templates/simple/stats.html:76
  423. msgid "P95"
  424. msgstr ""
  425. #: searx/templates/simple/preferences.html:136
  426. msgid "Failed checker test(s): "
  427. msgstr ""
  428. #: searx/templates/simple/preferences.html:138
  429. msgid "Errors:"
  430. msgstr "Kļūdas:"
  431. #: searx/templates/simple/preferences.html:162
  432. msgid "General"
  433. msgstr "Vispārīgi"
  434. #: searx/templates/simple/preferences.html:165
  435. msgid "Default categories"
  436. msgstr "Noklusējuma kategorijas"
  437. #: searx/templates/simple/preferences.html:187
  438. msgid "User interface"
  439. msgstr "Lietotāja saskarne"
  440. #: searx/templates/simple/preferences.html:207
  441. msgid "Privacy"
  442. msgstr "Privātums"
  443. #: searx/templates/simple/preferences.html:220
  444. msgid "Engines"
  445. msgstr "Dzinēji"
  446. #: searx/templates/simple/preferences.html:222
  447. msgid "Currently used search engines"
  448. msgstr "Pašlaik izmantotās meklētājprogrammas"
  449. #: searx/templates/simple/preferences.html:230
  450. msgid "Special Queries"
  451. msgstr ""
  452. #: searx/templates/simple/preferences.html:236
  453. msgid "Cookies"
  454. msgstr ""
  455. #: searx/templates/simple/results.html:23
  456. msgid "Answers"
  457. msgstr ""
  458. #: searx/templates/simple/results.html:38
  459. msgid "Number of results"
  460. msgstr ""
  461. #: searx/templates/simple/results.html:44
  462. msgid "Info"
  463. msgstr "Informācija"
  464. #: searx/templates/simple/results.html:73
  465. msgid "Try searching for:"
  466. msgstr ""
  467. #: searx/templates/simple/results.html:105
  468. msgid "Back to top"
  469. msgstr ""
  470. #: searx/templates/simple/results.html:123
  471. msgid "Previous page"
  472. msgstr ""
  473. #: searx/templates/simple/results.html:140
  474. msgid "Next page"
  475. msgstr ""
  476. #: searx/templates/simple/search.html:3
  477. msgid "Display the front page"
  478. msgstr ""
  479. #: searx/templates/simple/search.html:9
  480. #: searx/templates/simple/simple_search.html:5
  481. msgid "Search for..."
  482. msgstr ""
  483. #: searx/templates/simple/search.html:10
  484. #: searx/templates/simple/simple_search.html:6
  485. msgid "clear"
  486. msgstr ""
  487. #: searx/templates/simple/search.html:11
  488. #: searx/templates/simple/simple_search.html:7
  489. msgid "search"
  490. msgstr ""
  491. #: searx/templates/simple/stats.html:21
  492. msgid "There is currently no data available. "
  493. msgstr ""
  494. #: searx/templates/simple/preferences/engines.html:18
  495. #: searx/templates/simple/stats.html:25
  496. msgid "Engine name"
  497. msgstr ""
  498. #: searx/templates/simple/stats.html:26
  499. msgid "Scores"
  500. msgstr ""
  501. #: searx/templates/simple/stats.html:27
  502. msgid "Result count"
  503. msgstr ""
  504. #: searx/templates/simple/preferences/engines.html:25
  505. #: searx/templates/simple/stats.html:28
  506. msgid "Response time"
  507. msgstr "Atbildes laiks"
  508. #: searx/templates/simple/preferences/engines.html:29
  509. #: searx/templates/simple/stats.html:29
  510. msgid "Reliability"
  511. msgstr ""
  512. #: searx/templates/simple/stats.html:59
  513. msgid "Total"
  514. msgstr ""
  515. #: searx/templates/simple/stats.html:60
  516. msgid "HTTP"
  517. msgstr ""
  518. #: searx/templates/simple/stats.html:61
  519. msgid "Processing"
  520. msgstr ""
  521. #: searx/templates/simple/stats.html:99
  522. msgid "Warnings"
  523. msgstr ""
  524. #: searx/templates/simple/stats.html:99
  525. msgid "Errors and exceptions"
  526. msgstr ""
  527. #: searx/templates/simple/stats.html:105
  528. msgid "Exception"
  529. msgstr ""
  530. #: searx/templates/simple/stats.html:107
  531. msgid "Message"
  532. msgstr ""
  533. #: searx/templates/simple/stats.html:109
  534. msgid "Percentage"
  535. msgstr ""
  536. #: searx/templates/simple/stats.html:111
  537. msgid "Parameter"
  538. msgstr ""
  539. #: searx/templates/simple/stats.html:119
  540. msgid "Filename"
  541. msgstr ""
  542. #: searx/templates/simple/stats.html:120
  543. msgid "Function"
  544. msgstr ""
  545. #: searx/templates/simple/stats.html:121
  546. msgid "Code"
  547. msgstr ""
  548. #: searx/templates/simple/stats.html:128
  549. msgid "Checker"
  550. msgstr ""
  551. #: searx/templates/simple/stats.html:131
  552. msgid "Failed test"
  553. msgstr ""
  554. #: searx/templates/simple/stats.html:132
  555. msgid "Comment(s)"
  556. msgstr ""
  557. #: searx/templates/simple/elements/apis.html:3
  558. msgid "Download results"
  559. msgstr ""
  560. #: searx/templates/simple/elements/engines_msg.html:3
  561. msgid "Messages from the search engines"
  562. msgstr ""
  563. #: searx/templates/simple/elements/engines_msg.html:8
  564. msgid "Error!"
  565. msgstr ""
  566. #: searx/templates/simple/elements/engines_msg.html:9
  567. msgid "Engines cannot retrieve results"
  568. msgstr ""
  569. #: searx/templates/simple/elements/search_url.html:3
  570. msgid "Search URL"
  571. msgstr ""
  572. #: searx/templates/simple/elements/suggestions.html:3
  573. msgid "Suggestions"
  574. msgstr ""
  575. #: searx/templates/simple/filters/languages.html:1
  576. #: searx/templates/simple/preferences/language.html:2
  577. msgid "Search language"
  578. msgstr "Meklēšanas valoda"
  579. #: searx/templates/simple/filters/languages.html:2
  580. #: searx/templates/simple/preferences/language.html:7
  581. msgid "Default language"
  582. msgstr ""
  583. #: searx/templates/simple/filters/languages.html:4
  584. #: searx/templates/simple/preferences/language.html:11
  585. msgid "Auto-detect"
  586. msgstr ""
  587. #: searx/templates/simple/filters/safesearch.html:1
  588. #: searx/templates/simple/filters/safesearch.html:2
  589. #: searx/templates/simple/filters/safesearch.html:3
  590. #: searx/templates/simple/filters/safesearch.html:4
  591. #: searx/templates/simple/preferences/engines.html:21
  592. #: searx/templates/simple/preferences/safesearch.html:2
  593. msgid "SafeSearch"
  594. msgstr ""
  595. #: searx/templates/simple/filters/safesearch.html:2
  596. #: searx/templates/simple/preferences/safesearch.html:7
  597. msgid "Strict"
  598. msgstr "Stingrs"
  599. #: searx/templates/simple/filters/safesearch.html:3
  600. #: searx/templates/simple/preferences/safesearch.html:11
  601. msgid "Moderate"
  602. msgstr ""
  603. #: searx/templates/simple/filters/safesearch.html:4
  604. #: searx/templates/simple/preferences/safesearch.html:15
  605. msgid "None"
  606. msgstr "Neviens"
  607. #: searx/templates/simple/filters/time_range.html:1
  608. #: searx/templates/simple/preferences/engines.html:22
  609. msgid "Time range"
  610. msgstr "Laika diapazons"
  611. #: searx/templates/simple/filters/time_range.html:3
  612. msgid "Anytime"
  613. msgstr ""
  614. #: searx/templates/simple/filters/time_range.html:6
  615. msgid "Last day"
  616. msgstr ""
  617. #: searx/templates/simple/filters/time_range.html:9
  618. msgid "Last week"
  619. msgstr ""
  620. #: searx/templates/simple/filters/time_range.html:12
  621. msgid "Last month"
  622. msgstr ""
  623. #: searx/templates/simple/filters/time_range.html:15
  624. msgid "Last year"
  625. msgstr ""
  626. #: searx/templates/simple/messages/no_cookies.html:3
  627. msgid "Information!"
  628. msgstr ""
  629. #: searx/templates/simple/messages/no_cookies.html:4
  630. msgid "currently, there are no cookies defined."
  631. msgstr ""
  632. #: searx/templates/simple/messages/no_results.html:3
  633. msgid "Sorry!"
  634. msgstr ""
  635. #: searx/templates/simple/messages/no_results.html:4
  636. msgid ""
  637. "we didn't find any results. Please use another query or search in more "
  638. "categories."
  639. msgstr ""
  640. #: searx/templates/simple/preferences/answerers.html:4
  641. #: searx/templates/simple/preferences/engines.html:17
  642. msgid "Allow"
  643. msgstr "Atļaut"
  644. #: searx/templates/simple/preferences/answerers.html:5
  645. msgid "Keywords"
  646. msgstr "Atslēgvārdi"
  647. #: searx/templates/simple/preferences/answerers.html:6
  648. msgid "Name"
  649. msgstr "Vārds"
  650. #: searx/templates/simple/preferences/answerers.html:7
  651. msgid "Description"
  652. msgstr "Apraksts"
  653. #: searx/templates/simple/preferences/answerers.html:8
  654. msgid "Examples"
  655. msgstr "Piemēri"
  656. #: searx/templates/simple/preferences/answerers.html:13
  657. msgid "This is the list of SearXNG's instant answering modules."
  658. msgstr "Šis ir SearXNG tūlītējās atbildēšanas moduļu saraksts."
  659. #: searx/templates/simple/preferences/answerers.html:29
  660. msgid "This is the list of plugins."
  661. msgstr "Šis ir spraudņu saraksts."
  662. #: searx/templates/simple/preferences/autocomplete.html:2
  663. msgid "Autocomplete"
  664. msgstr "Automātiskā pabeigšana"
  665. #: searx/templates/simple/preferences/autocomplete.html:15
  666. msgid "Find stuff as you type"
  667. msgstr "Atrast lietas rakstīšanas laikā"
  668. #: searx/templates/simple/preferences/center_alignment.html:2
  669. msgid "Center Alignment"
  670. msgstr "Centra līdzinājums"
  671. #: searx/templates/simple/preferences/center_alignment.html:14
  672. msgid "Displays results in the center of the page (Oscar layout)."
  673. msgstr "Parāda rezultātus lapas centrā (Oskara izkārtojums)."
  674. #: searx/templates/simple/preferences/cookies.html:2
  675. msgid ""
  676. "This is the list of cookies and their values SearXNG is storing on your "
  677. "computer."
  678. msgstr ""
  679. #: searx/templates/simple/preferences/cookies.html:3
  680. msgid "With that list, you can assess SearXNG transparency."
  681. msgstr "Izmantojot šo sarakstu, var novērtēt SearXNG pārredzamību."
  682. #: searx/templates/simple/preferences/cookies.html:9
  683. msgid "Cookie name"
  684. msgstr ""
  685. #: searx/templates/simple/preferences/cookies.html:10
  686. msgid "Value"
  687. msgstr "Vērtība"
  688. #: searx/templates/simple/preferences/cookies.html:23
  689. msgid "Search URL of the currently saved preferences"
  690. msgstr "Pašlaik saglabāto preferenču meklēšanas URL"
  691. #: searx/templates/simple/preferences/cookies.html:32
  692. msgid ""
  693. "Note: specifying custom settings in the search URL can reduce privacy by "
  694. "leaking data to the clicked result sites."
  695. msgstr ""
  696. "Piezīme: Nosakot pielāgotus iestatījumus meklēšanas URL, var samazināt "
  697. "konfidencialitāti (privātumu), izplūstot datiem uz rezultātu vietnēm, uz "
  698. "kurām tika noklikšķināts."
  699. #: searx/templates/simple/preferences/cookies.html:35
  700. msgid "URL to restore your preferences in another browser"
  701. msgstr "URL, lai atjaunotu savas preferences citā pārlūkprogrammā"
  702. #: searx/templates/simple/preferences/cookies.html:44
  703. msgid ""
  704. "Specifying custom settings in the preferences URL can be used to sync "
  705. "preferences across devices."
  706. msgstr ""
  707. #: searx/templates/simple/preferences/doi_resolver.html:2
  708. msgid "Open Access DOI resolver"
  709. msgstr ""
  710. #: searx/templates/simple/preferences/doi_resolver.html:14
  711. msgid "Select service used by DOI rewrite"
  712. msgstr ""
  713. #: searx/templates/simple/preferences/engines.html:9
  714. msgid ""
  715. "This tab does not exists in the user interface, but you can search in "
  716. "these engines by its !bangs."
  717. msgstr ""
  718. #: searx/templates/simple/preferences/engines.html:19
  719. msgid "!bang"
  720. msgstr ""
  721. #: searx/templates/simple/preferences/engines.html:20
  722. msgid "Supports selected language"
  723. msgstr "Atbalsta atlasīto valodu"
  724. #: searx/templates/simple/preferences/engines.html:23
  725. msgid "Weight"
  726. msgstr ""
  727. #: searx/templates/simple/preferences/engines.html:27
  728. msgid "Max time"
  729. msgstr "Maksimālais laiks"
  730. #: searx/templates/simple/preferences/footer.html:2
  731. msgid ""
  732. "These settings are stored in your cookies, this allows us not to store "
  733. "this data about you."
  734. msgstr ""
  735. #: searx/templates/simple/preferences/footer.html:3
  736. msgid ""
  737. "These cookies serve your sole convenience, we don't use these cookies to "
  738. "track you."
  739. msgstr ""
  740. #: searx/templates/simple/preferences/footer.html:6
  741. msgid "Save"
  742. msgstr ""
  743. #: searx/templates/simple/preferences/footer.html:9
  744. msgid "Reset defaults"
  745. msgstr ""
  746. #: searx/templates/simple/preferences/footer.html:13
  747. msgid "Back"
  748. msgstr ""
  749. #: searx/templates/simple/preferences/image_proxy.html:2
  750. msgid "Image proxy"
  751. msgstr "Attēla starpniekserveris"
  752. #: searx/templates/simple/preferences/image_proxy.html:14
  753. msgid "Proxying image results through SearXNG"
  754. msgstr ""
  755. #: searx/templates/simple/preferences/infinite_scroll.html:2
  756. msgid "Infinite scroll"
  757. msgstr "Bezgalīgā ritināšana"
  758. #: searx/templates/simple/preferences/infinite_scroll.html:14
  759. msgid "Automatically load next page when scrolling to bottom of current page"
  760. msgstr "Automātiski ielādēt nākamo lappusi, ritinot uz pašreizējās lappuses beigām"
  761. #: searx/templates/simple/preferences/language.html:24
  762. msgid "What language do you prefer for search?"
  763. msgstr "Kādai valodai dodat priekšroku priekš meklēšanas?"
  764. #: searx/templates/simple/preferences/language.html:25
  765. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  766. msgstr ""
  767. #: searx/templates/simple/preferences/method.html:2
  768. msgid "HTTP Method"
  769. msgstr "HTTP Metode"
  770. #: searx/templates/simple/preferences/method.html:14
  771. msgid "Change how forms are submitted"
  772. msgstr ""
  773. #: searx/templates/simple/preferences/query_in_title.html:2
  774. msgid "Query in the page's title"
  775. msgstr ""
  776. #: searx/templates/simple/preferences/query_in_title.html:14
  777. msgid ""
  778. "When enabled, the result page's title contains your query. Your browser "
  779. "can record this title"
  780. msgstr ""
  781. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  782. msgid "Results on new tabs"
  783. msgstr "Rezultāti jaunās cilnēs"
  784. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  785. msgid "Open result links on new browser tabs"
  786. msgstr "Atvērt rezultātu saites jaunās pārlūka cilnēs"
  787. #: searx/templates/simple/preferences/safesearch.html:20
  788. msgid "Filter content"
  789. msgstr ""
  790. #: searx/templates/simple/preferences/search_on_category_select.html:2
  791. msgid "Search on category select"
  792. msgstr ""
  793. #: searx/templates/simple/preferences/search_on_category_select.html:14
  794. msgid ""
  795. "Perform search immediately if a category selected. Disable to select "
  796. "multiple categories"
  797. msgstr ""
  798. #: searx/templates/simple/preferences/theme.html:2
  799. msgid "Theme"
  800. msgstr "Tēma"
  801. #: searx/templates/simple/preferences/theme.html:14
  802. msgid "Change SearXNG layout"
  803. msgstr "Mainīt SearXNG izkārtojumu"
  804. #: searx/templates/simple/preferences/theme.html:19
  805. msgid "Theme style"
  806. msgstr "Tēmas stils"
  807. #: searx/templates/simple/preferences/theme.html:31
  808. msgid "Choose auto to follow your browser settings"
  809. msgstr "Izvēlies auto, lai sekotu saviem pārluka iestatījumiem"
  810. #: searx/templates/simple/preferences/tokens.html:2
  811. msgid "Engine tokens"
  812. msgstr ""
  813. #: searx/templates/simple/preferences/tokens.html:9
  814. msgid "Access tokens for private engines"
  815. msgstr ""
  816. #: searx/templates/simple/preferences/ui_locale.html:2
  817. msgid "Interface language"
  818. msgstr ""
  819. #: searx/templates/simple/preferences/ui_locale.html:14
  820. msgid "Change the language of the layout"
  821. msgstr "Izkārtojuma valodas maiņa"
  822. #: searx/templates/simple/result_templates/code.html:13
  823. msgid "repo"
  824. msgstr ""
  825. #: searx/templates/simple/result_templates/default.html:6
  826. msgid "show media"
  827. msgstr ""
  828. #: searx/templates/simple/result_templates/default.html:6
  829. msgid "hide media"
  830. msgstr ""
  831. #: searx/templates/simple/result_templates/default.html:14
  832. #: searx/templates/simple/result_templates/videos.html:14
  833. msgid "This site did not provide any description."
  834. msgstr ""
  835. #: searx/templates/simple/result_templates/images.html:19
  836. msgid "Format"
  837. msgstr ""
  838. #: searx/templates/simple/result_templates/images.html:21
  839. msgid "Engine"
  840. msgstr ""
  841. #: searx/templates/simple/result_templates/images.html:22
  842. msgid "View source"
  843. msgstr ""
  844. #: searx/templates/simple/result_templates/map.html:12
  845. msgid "address"
  846. msgstr ""
  847. #: searx/templates/simple/result_templates/map.html:43
  848. msgid "show map"
  849. msgstr ""
  850. #: searx/templates/simple/result_templates/map.html:43
  851. msgid "hide map"
  852. msgstr ""
  853. #: searx/templates/simple/result_templates/paper.html:5
  854. msgid "Published date"
  855. msgstr ""
  856. #: searx/templates/simple/result_templates/paper.html:9
  857. msgid "Journal"
  858. msgstr ""
  859. #: searx/templates/simple/result_templates/paper.html:22
  860. msgid "Editor"
  861. msgstr ""
  862. #: searx/templates/simple/result_templates/paper.html:23
  863. msgid "Publisher"
  864. msgstr ""
  865. #: searx/templates/simple/result_templates/paper.html:24
  866. msgid "Type"
  867. msgstr ""
  868. #: searx/templates/simple/result_templates/paper.html:25
  869. msgid "Tags"
  870. msgstr ""
  871. #: searx/templates/simple/result_templates/paper.html:26
  872. msgid "DOI"
  873. msgstr ""
  874. #: searx/templates/simple/result_templates/paper.html:27
  875. msgid "ISSN"
  876. msgstr ""
  877. #: searx/templates/simple/result_templates/paper.html:28
  878. msgid "ISBN"
  879. msgstr ""
  880. #: searx/templates/simple/result_templates/paper.html:33
  881. msgid "PDF"
  882. msgstr ""
  883. #: searx/templates/simple/result_templates/paper.html:34
  884. msgid "HTML"
  885. msgstr ""
  886. #: searx/templates/simple/result_templates/torrent.html:6
  887. msgid "magnet link"
  888. msgstr ""
  889. #: searx/templates/simple/result_templates/torrent.html:7
  890. msgid "torrent file"
  891. msgstr ""
  892. #: searx/templates/simple/result_templates/torrent.html:9
  893. msgid "Seeder"
  894. msgstr "Sēklotājs"
  895. #: searx/templates/simple/result_templates/torrent.html:9
  896. msgid "Leecher"
  897. msgstr "Sūcējs"
  898. #: searx/templates/simple/result_templates/torrent.html:11
  899. msgid "Filesize"
  900. msgstr "Faila lielums"
  901. #: searx/templates/simple/result_templates/torrent.html:12
  902. msgid "Bytes"
  903. msgstr "Biti"
  904. #: searx/templates/simple/result_templates/torrent.html:13
  905. msgid "kiB"
  906. msgstr "kiB"
  907. #: searx/templates/simple/result_templates/torrent.html:14
  908. msgid "MiB"
  909. msgstr "MiB"
  910. #: searx/templates/simple/result_templates/torrent.html:15
  911. msgid "GiB"
  912. msgstr "GiB"
  913. #: searx/templates/simple/result_templates/torrent.html:16
  914. msgid "TiB"
  915. msgstr "TiB"
  916. #: searx/templates/simple/result_templates/torrent.html:20
  917. msgid "Number of Files"
  918. msgstr "Failu skaits"
  919. #: searx/templates/simple/result_templates/videos.html:6
  920. msgid "show video"
  921. msgstr "rādīt video"
  922. #: searx/templates/simple/result_templates/videos.html:6
  923. msgid "hide video"
  924. msgstr "slēpt video"
  925. #~ msgid "Center Alignment"
  926. #~ msgstr ""
  927. #~ msgid "Displays results in the center of the page (Oscar layout)."
  928. #~ msgstr ""
  929. #~ msgid "preferences"
  930. #~ msgstr ""
  931. #~ msgid "Scores per result"
  932. #~ msgstr ""
  933. #~ msgid "a privacy-respecting, hackable metasearch engine"
  934. #~ msgstr ""
  935. #~ msgid "No abstract is available for this publication."
  936. #~ msgstr "Šai publikācijai nav pieejams kopsavilkums."
  937. #~ msgid "Self Informations"
  938. #~ msgstr ""
  939. #~ msgid ""
  940. #~ "Change how forms are submited, <a "
  941. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  942. #~ " rel=\"external\">learn more about request "
  943. #~ "methods</a>"
  944. #~ msgstr ""
  945. #~ "Mainīt veidu, kā veidlapas tiek "
  946. #~ "iesniegtas, <a "
  947. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  948. #~ " rel=\"external\">uzzināt vairāk par pieprasījuma"
  949. #~ " metodēm</a>"
  950. #~ msgid ""
  951. #~ "This plugin checks if the address "
  952. #~ "of the request is a TOR exit "
  953. #~ "node, and informs the user if it"
  954. #~ " is, like check.torproject.org but from "
  955. #~ "searxng."
  956. #~ msgstr ""
  957. #~ msgid ""
  958. #~ "The TOR exit node list "
  959. #~ "(https://check.torproject.org/exit-addresses) is "
  960. #~ "unreachable."
  961. #~ msgstr ""
  962. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  963. #~ msgstr "Jūs izlieto TOR. Jūsu IP adrese šķist būtu: {ip_address}."
  964. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  965. #~ msgstr "Jūs neizlieto TOR. Jūsu IP adrese šķist būtu: {ip_address}."
  966. #~ msgid ""
  967. #~ "The could not download the list of"
  968. #~ " Tor exit-nodes from "
  969. #~ "https://check.torproject.org/exit-addresses."
  970. #~ msgstr ""
  971. #~ msgid ""
  972. #~ "You are using Tor. It looks like"
  973. #~ " you have this external IP address:"
  974. #~ " {ip_address}."
  975. #~ msgstr ""
  976. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  977. #~ msgstr ""
  978. #~ msgid "Autodetect search language"
  979. #~ msgstr ""
  980. #~ msgid "Automatically detect the query search language and switch to it."
  981. #~ msgstr ""
  982. #~ msgid "others"
  983. #~ msgstr "citi"
  984. #~ msgid ""
  985. #~ "This tab does not show up for "
  986. #~ "search results, but you can search "
  987. #~ "the engines listed here via bangs."
  988. #~ msgstr ""
  989. #~ msgid "Shortcut"
  990. #~ msgstr "Saīsne"
  991. #~ msgid "!bang"
  992. #~ msgstr ""
  993. #~ msgid ""
  994. #~ "This tab dues not exists in the"
  995. #~ " user interface, but you can search"
  996. #~ " in these engines by its !bangs."
  997. #~ msgstr ""
  998. #~ msgid "Engines cannot retrieve results."
  999. #~ msgstr ""
  1000. #~ msgid "Please, try again later or find another SearXNG instance."
  1001. #~ msgstr ""
  1002. #~ msgid ""
  1003. #~ "Redirect to open-access versions of "
  1004. #~ "publications when available (plugin required)"
  1005. #~ msgstr ""
  1006. #~ msgid "Bang"
  1007. #~ msgstr ""
  1008. #~ msgid ""
  1009. #~ "Change how forms are submitted, <a "
  1010. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1011. #~ " rel=\"external\">learn more about request "
  1012. #~ "methods</a>"
  1013. #~ msgstr ""
  1014. #~ msgid "On"
  1015. #~ msgstr "Ieslēgts"
  1016. #~ msgid "Off"
  1017. #~ msgstr "Izslēgts"
  1018. #~ msgid "Enabled"
  1019. #~ msgstr "Iespējots"
  1020. #~ msgid "Disabled"
  1021. #~ msgstr "Atspējots"
  1022. #~ msgid ""
  1023. #~ "Perform search immediately if a category"
  1024. #~ " selected. Disable to select multiple "
  1025. #~ "categories. (JavaScript required)"
  1026. #~ msgstr ""
  1027. #~ "Nekavējoties veikt meklēšanu, ja ir "
  1028. #~ "atlasīta kategorija. Atspējot, lai atlasītu"
  1029. #~ " vairākas kategorijas. (nepieciešams JavaScript)"