messages.po 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761
  1. # Arabic translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # ButterflyOfFire ButterflyOfFire, 2018
  7. # ButterflyOfFire, 2018
  8. # d506c013dc1b502e7a53f91ebcbf8f29_985b4b3, 2017-2018
  9. # Markus Heiser <markus.heiser@darmarit.de>, 2022, 2023.
  10. # ken kailer <kenkailer@yahoo.com>, 2022.
  11. # George Kashkosh <kash.george@gmail.com>, 2022.
  12. # Droid <droidpy587@gmail.com>, 2022.
  13. # return42 <markus.heiser@darmarit.de>, 2023, 2024.
  14. # Cavemanly <k.adel.2m@protonmail.com>, 2023.
  15. # Rick1029 <yoshibear1029@gmail.com>, 2024.
  16. # nebras <johndevand@tutanota.com>, 2024.
  17. msgid ""
  18. msgstr ""
  19. "Project-Id-Version: searx\n"
  20. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  21. "POT-Creation-Date: 2024-02-25 14:00+0000\n"
  22. "PO-Revision-Date: 2024-02-10 07:07+0000\n"
  23. "Last-Translator: nebras <johndevand@tutanota.com>\n"
  24. "Language: ar\n"
  25. "Language-Team: Arabic "
  26. "<https://translate.codeberg.org/projects/searxng/searxng/ar/>\n"
  27. "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
  28. "n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
  29. "MIME-Version: 1.0\n"
  30. "Content-Type: text/plain; charset=utf-8\n"
  31. "Content-Transfer-Encoding: 8bit\n"
  32. "Generated-By: Babel 2.14.0\n"
  33. #. CONSTANT_NAMES['NO_SUBGROUPING']
  34. #: searx/searxng.msg
  35. msgid "without further subgrouping"
  36. msgstr "بدون تقسيم"
  37. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  38. #: searx/searxng.msg
  39. msgid "other"
  40. msgstr "آخر"
  41. #. CATEGORY_NAMES['FILES']
  42. #: searx/searxng.msg
  43. msgid "files"
  44. msgstr "ملفات"
  45. #. CATEGORY_NAMES['GENERAL']
  46. #: searx/searxng.msg
  47. msgid "general"
  48. msgstr "عام"
  49. #. CATEGORY_NAMES['MUSIC']
  50. #: searx/searxng.msg
  51. msgid "music"
  52. msgstr "موسيقى"
  53. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  54. #: searx/searxng.msg
  55. msgid "social media"
  56. msgstr "شبكات التواصل الإجتماعي"
  57. #. CATEGORY_NAMES['IMAGES']
  58. #: searx/searxng.msg
  59. msgid "images"
  60. msgstr "صور"
  61. #. CATEGORY_NAMES['VIDEOS']
  62. #: searx/searxng.msg
  63. msgid "videos"
  64. msgstr "ڤيديوهات"
  65. #. CATEGORY_NAMES['IT']
  66. #: searx/searxng.msg
  67. msgid "it"
  68. msgstr "علوم التكنولوجيا"
  69. #. CATEGORY_NAMES['NEWS']
  70. #: searx/searxng.msg
  71. msgid "news"
  72. msgstr "أخبار"
  73. #. CATEGORY_NAMES['MAP']
  74. #: searx/searxng.msg
  75. msgid "map"
  76. msgstr "خريطة"
  77. #. CATEGORY_NAMES['ONIONS']
  78. #: searx/searxng.msg
  79. msgid "onions"
  80. msgstr "برمجيات البصلة"
  81. #. CATEGORY_NAMES['SCIENCE']
  82. #: searx/searxng.msg
  83. msgid "science"
  84. msgstr "عِلم"
  85. #. CATEGORY_GROUPS['APPS']
  86. #: searx/searxng.msg
  87. msgid "apps"
  88. msgstr "تطبيقات"
  89. #. CATEGORY_GROUPS['DICTIONARIES']
  90. #: searx/searxng.msg
  91. msgid "dictionaries"
  92. msgstr "قواميس"
  93. #. CATEGORY_GROUPS['LYRICS']
  94. #: searx/searxng.msg
  95. msgid "lyrics"
  96. msgstr "كلمات الأغاني"
  97. #. CATEGORY_GROUPS['PACKAGES']
  98. #: searx/searxng.msg
  99. msgid "packages"
  100. msgstr "حِزم"
  101. #. CATEGORY_GROUPS['Q_A']
  102. #: searx/searxng.msg
  103. msgid "q&a"
  104. msgstr "سؤال وجواب"
  105. #. CATEGORY_GROUPS['REPOS']
  106. #: searx/searxng.msg
  107. msgid "repos"
  108. msgstr "مستودعات"
  109. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  110. #: searx/searxng.msg
  111. msgid "software wikis"
  112. msgstr "الموسوعات التشاركية للبرنامج"
  113. #. CATEGORY_GROUPS['WEB']
  114. #: searx/searxng.msg
  115. msgid "web"
  116. msgstr "الشبكة العالمية"
  117. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  118. #: searx/searxng.msg
  119. msgid "scientific publications"
  120. msgstr "المنشورات العلمية"
  121. #. STYLE_NAMES['AUTO']
  122. #: searx/searxng.msg
  123. msgid "auto"
  124. msgstr "تلقائي"
  125. #. STYLE_NAMES['LIGHT']
  126. #: searx/searxng.msg
  127. msgid "light"
  128. msgstr "فاتح"
  129. #. STYLE_NAMES['DARK']
  130. #: searx/searxng.msg
  131. msgid "dark"
  132. msgstr "مظلم"
  133. #. BRAND_CUSTOM_LINKS['UPTIME']
  134. #: searx/searxng.msg
  135. msgid "Uptime"
  136. msgstr ""
  137. #. BRAND_CUSTOM_LINKS['ABOUT']
  138. #: searx/searxng.msg searx/templates/simple/base.html:49
  139. msgid "About"
  140. msgstr "حَول"
  141. #: searx/webapp.py:332
  142. msgid "No item found"
  143. msgstr "تعذر العثور على عناصر"
  144. #: searx/engines/qwant.py:280
  145. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:334
  146. msgid "Source"
  147. msgstr "المصدر"
  148. #: searx/webapp.py:336
  149. msgid "Error loading the next page"
  150. msgstr "حدث خلل أثناء تحميل الصفحة التالية"
  151. #: searx/webapp.py:483 searx/webapp.py:879
  152. msgid "Invalid settings, please edit your preferences"
  153. msgstr "إنّ الإعدادات خاطئة، يرجى تعديل خياراتك"
  154. #: searx/webapp.py:499
  155. msgid "Invalid settings"
  156. msgstr "إعدادات غير صالحة"
  157. #: searx/webapp.py:576 searx/webapp.py:658
  158. msgid "search error"
  159. msgstr "خطأ في البحث"
  160. #: searx/webutils.py:34
  161. msgid "timeout"
  162. msgstr "نفذ الوقت"
  163. #: searx/webutils.py:35
  164. msgid "parsing error"
  165. msgstr "خطأ تحليل"
  166. #: searx/webutils.py:36
  167. msgid "HTTP protocol error"
  168. msgstr "خطأ في بروتوكول HTTP"
  169. #: searx/webutils.py:37
  170. msgid "network error"
  171. msgstr "خطأ في الشبكة"
  172. #: searx/webutils.py:38
  173. msgid "SSL error: certificate validation has failed"
  174. msgstr "خطأ SSL: فشل التحقق من صحة الشهادة"
  175. #: searx/webutils.py:40
  176. msgid "unexpected crash"
  177. msgstr "تعطل غير متوقع"
  178. #: searx/webutils.py:47
  179. msgid "HTTP error"
  180. msgstr "خطأ HTTP"
  181. #: searx/webutils.py:48
  182. msgid "HTTP connection error"
  183. msgstr "خطأ في اتصال HTTP"
  184. #: searx/webutils.py:54
  185. msgid "proxy error"
  186. msgstr "خطأ في وكيل البروكسي"
  187. #: searx/webutils.py:55
  188. msgid "CAPTCHA"
  189. msgstr "أسئلة التحقق"
  190. #: searx/webutils.py:56
  191. msgid "too many requests"
  192. msgstr "الكثير من الطلبات"
  193. #: searx/webutils.py:57
  194. msgid "access denied"
  195. msgstr "الدخول مرفوض"
  196. #: searx/webutils.py:58
  197. msgid "server API error"
  198. msgstr "خطأ في API الخادم"
  199. #: searx/webutils.py:77
  200. msgid "Suspended"
  201. msgstr "معلق"
  202. #: searx/webutils.py:315
  203. msgid "{minutes} minute(s) ago"
  204. msgstr "قبل دقائق"
  205. #: searx/webutils.py:316
  206. msgid "{hours} hour(s), {minutes} minute(s) ago"
  207. msgstr "قبل {hours} ساعات، {minutes} دقائق"
  208. #: searx/answerers/random/answerer.py:73
  209. msgid "Random value generator"
  210. msgstr "مولّد قيمة عشوائية"
  211. #: searx/answerers/random/answerer.py:74
  212. msgid "Generate different random values"
  213. msgstr "توليد قِيم عشوائية مختلفة"
  214. #: searx/answerers/statistics/answerer.py:47
  215. msgid "Statistics functions"
  216. msgstr "الدالات الإحصائية"
  217. #: searx/answerers/statistics/answerer.py:48
  218. msgid "Compute {functions} of the arguments"
  219. msgstr "حوسبة معطيات ال{functions}"
  220. #: searx/engines/openstreetmap.py:160
  221. msgid "Get directions"
  222. msgstr "احصل على الاتجاهات"
  223. #: searx/engines/pdbe.py:96
  224. msgid "{title} (OBSOLETE)"
  225. msgstr "{title} (قديما)"
  226. #: searx/engines/pdbe.py:103
  227. msgid "This entry has been superseded by"
  228. msgstr "هذا الإدخال تم استبداله بـ"
  229. #: searx/engines/qwant.py:282
  230. msgid "Channel"
  231. msgstr "القناة"
  232. #: searx/engines/radio_browser.py:104
  233. msgid "radio"
  234. msgstr "راديو"
  235. #: searx/engines/radio_browser.py:106
  236. msgid "bitrate"
  237. msgstr "معدل البت"
  238. #: searx/engines/radio_browser.py:107
  239. msgid "votes"
  240. msgstr "تصويتات"
  241. #: searx/engines/radio_browser.py:108
  242. msgid "clicks"
  243. msgstr "نقرات"
  244. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  245. msgid "Language"
  246. msgstr "اللغة"
  247. #: searx/engines/semantic_scholar.py:79
  248. msgid ""
  249. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  250. "{lastCitationVelocityYear}"
  251. msgstr ""
  252. "{numCitation}استجلاب من العام {firstCitationVelocityYear} إلى "
  253. "{lastCitationVelocityYear}"
  254. #: searx/engines/tineye.py:40
  255. msgid ""
  256. "Could not read that image url. This may be due to an unsupported file "
  257. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  258. " WebP."
  259. msgstr ""
  260. "تعذر قراءة عنوان url للصورة. قد يكون هذا بسبب تنسيق ملف غير مدعوم. تدعم "
  261. "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 ""
  267. "الصورة أبسط من أن تجد مطابقات. يتطلب TinEye مستوى أساسيًا من التفاصيل "
  268. "المرئية لتحديد التطابقات بنجاح."
  269. #: searx/engines/tineye.py:52
  270. msgid "The image could not be downloaded."
  271. msgstr "لا يمكن تنزيل الصورة."
  272. #: searx/engines/wttr.py:101
  273. msgid "Morning"
  274. msgstr "صباحا"
  275. #: searx/engines/wttr.py:101
  276. msgid "Noon"
  277. msgstr "ظهيرة"
  278. #: searx/engines/wttr.py:101
  279. msgid "Evening"
  280. msgstr "مساء"
  281. #: searx/engines/wttr.py:101
  282. msgid "Night"
  283. msgstr "ليلا"
  284. #: searx/engines/zlibrary.py:130
  285. msgid "Book rating"
  286. msgstr "تقييم الكتاب"
  287. #: searx/engines/zlibrary.py:131
  288. msgid "File quality"
  289. msgstr "جودة الملف"
  290. #: searx/plugins/hash_plugin.py:24
  291. msgid "Converts strings to different hash digests."
  292. msgstr "يحول السلسلة إلى ملخص التجزئة."
  293. #: searx/plugins/hash_plugin.py:52
  294. msgid "hash digest"
  295. msgstr "ملخص التجزئة"
  296. #: searx/plugins/hostname_replace.py:9
  297. msgid "Hostname replace"
  298. msgstr "استبدال اسم المضيف"
  299. #: searx/plugins/hostname_replace.py:10
  300. msgid "Rewrite result hostnames or remove results based on the hostname"
  301. msgstr "أعد كتابة أسماء مضيفي النتائج أو أزل النتائج بناءً على اسم المضيف"
  302. #: searx/plugins/oa_doi_rewrite.py:9
  303. msgid "Open Access DOI rewrite"
  304. msgstr "فتح الوصول معرف الكائن الرقمي إعادة كتابة"
  305. #: searx/plugins/oa_doi_rewrite.py:10
  306. msgid ""
  307. "Avoid paywalls by redirecting to open-access versions of publications "
  308. "when available"
  309. msgstr ""
  310. "تجنب جدران الدفع عن طريق إعادة التوجيه إلى إصدارات الوصول المفتوح من "
  311. "المنشورات عند توفرها"
  312. #: searx/plugins/self_info.py:10
  313. msgid "Self Information"
  314. msgstr "نشرة المعلومات"
  315. #: searx/plugins/self_info.py:11
  316. msgid ""
  317. "Displays your IP if the query is \"ip\" and your user agent if the query "
  318. "contains \"user agent\"."
  319. msgstr ""
  320. "يعرض IP إذا كان الاستعلام \"ip\" و وكيل المستخدم الخاص بك إذا كان "
  321. "الاستعلام يحتوي على\"user agent\"."
  322. #: searx/plugins/tor_check.py:25
  323. msgid "Tor check plugin"
  324. msgstr "فحص المكون الإضافي ل Tor"
  325. #: searx/plugins/tor_check.py:28
  326. msgid ""
  327. "This plugin checks if the address of the request is a Tor exit-node, and "
  328. "informs the user if it is; like check.torproject.org, but from SearXNG."
  329. msgstr ""
  330. "يتحقق هذا المكون الإضافي مما إذا كان عنوان الطلب هو عقدة خروج TOR ، ويبلغ"
  331. " المستخدم إذا كان كذلك ، مثل check.torproject.org ولكن من SearXNG."
  332. #: searx/plugins/tor_check.py:62
  333. msgid ""
  334. "Could not download the list of Tor exit-nodes from: "
  335. "https://check.torproject.org/exit-addresses"
  336. msgstr ""
  337. "لم يمكن تنزيل قائمة Tor exit-nodes من عناوين: "
  338. "https://check.torproject.org/exit-addresses"
  339. #: searx/plugins/tor_check.py:78
  340. msgid ""
  341. "You are using Tor and it looks like you have this external IP address: "
  342. "{ip_address}"
  343. msgstr "انت تستعمل Tor ويبدو انه لديك هذا الIP: {ip_address}"
  344. #: searx/plugins/tor_check.py:86
  345. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  346. msgstr "أنت لا تستعمل Tor حالياً وهذا هو عنوان الـIP الخاص بك: {ip_address}"
  347. #: searx/plugins/tracker_url_remover.py:29
  348. msgid "Tracker URL remover"
  349. msgstr "مزيل روابط التعقّب"
  350. #: searx/plugins/tracker_url_remover.py:30
  351. msgid "Remove trackers arguments from the returned URL"
  352. msgstr ""
  353. "إزالة وسيطات التتبع من \"URL\" الذي تم إرجاعه , إزالة وسيطات التتبع من "
  354. "محدد موقع الموارد الموحد الذي تم إرجاعه"
  355. #: searx/templates/simple/404.html:4
  356. msgid "Page not found"
  357. msgstr "تعذر العثور على الصفحة"
  358. #: searx/templates/simple/404.html:6
  359. #, python-format
  360. msgid "Go to %(search_page)s."
  361. msgstr "إذهب إلى %(search_page)s."
  362. #: searx/templates/simple/404.html:6
  363. msgid "search page"
  364. msgstr "صفحة البحث"
  365. #: searx/templates/simple/base.html:53
  366. msgid "Donate"
  367. msgstr "تبرُّع"
  368. #: searx/templates/simple/base.html:57
  369. #: searx/templates/simple/preferences.html:156
  370. msgid "Preferences"
  371. msgstr "التفضيلات"
  372. #: searx/templates/simple/base.html:67
  373. msgid "Powered by"
  374. msgstr "مدعوم بواسطة"
  375. #: searx/templates/simple/base.html:67
  376. msgid "a privacy-respecting, open metasearch engine"
  377. msgstr "الخصوصية ذو الاعتبار, محرك البحث عميق عُموميا"
  378. #: searx/templates/simple/base.html:68
  379. #: searx/templates/simple/result_templates/packages.html:59
  380. msgid "Source code"
  381. msgstr "شيفرة مصدرية"
  382. #: searx/templates/simple/base.html:69
  383. msgid "Issue tracker"
  384. msgstr "تعقب القضايا"
  385. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  386. msgid "Engine stats"
  387. msgstr "إحصائيات المحرك"
  388. #: searx/templates/simple/base.html:72
  389. msgid "Public instances"
  390. msgstr "نماذج الخوادم العمومية"
  391. #: searx/templates/simple/base.html:75
  392. msgid "Privacy policy"
  393. msgstr "سياسة الخصوصية"
  394. #: searx/templates/simple/base.html:78
  395. msgid "Contact instance maintainer"
  396. msgstr "اتصال بالمشرف المخدم النموذجي"
  397. #: searx/templates/simple/categories.html:26
  398. msgid "Click on the magnifier to perform search"
  399. msgstr "انقر على رمز المكبر للقيام بالبحث"
  400. #: searx/templates/simple/macros.html:36
  401. msgid "Length"
  402. msgstr "الطول"
  403. #: searx/templates/simple/macros.html:37
  404. #: searx/templates/simple/result_templates/files.html:34
  405. #: searx/templates/simple/result_templates/images.html:18
  406. #: searx/templates/simple/result_templates/paper.html:6
  407. msgid "Author"
  408. msgstr "الكاتب"
  409. #: searx/templates/simple/macros.html:45
  410. msgid "cached"
  411. msgstr "النسخة المخبأة"
  412. #: searx/templates/simple/macros.html:45
  413. msgid "proxied"
  414. msgstr "المخدم البروكسي"
  415. #: searx/templates/simple/new_issue.html:64
  416. msgid "Start submiting a new issue on GitHub"
  417. msgstr "ابدأ بتقديم قضية جديدة على GitHub"
  418. #: searx/templates/simple/new_issue.html:66
  419. msgid "Please check for existing bugs about this engine on GitHub"
  420. msgstr "الرجاء التحقق من الأخطاء الموجودة حول هذا المحرك على GitHub"
  421. #: searx/templates/simple/new_issue.html:69
  422. msgid "I confirm there is no existing bug about the issue I encounter"
  423. msgstr "أؤكد عدم وجود أخطاء حول المشكلة التي أواجهها"
  424. #: searx/templates/simple/new_issue.html:71
  425. msgid "If this is a public instance, please specify the URL in the bug report"
  426. msgstr "إذا كان هذا مثيلًا عامًا ، فيرجى تحديد عنوان URL في تقرير الخطأ"
  427. #: searx/templates/simple/new_issue.html:72
  428. msgid "Submit a new issue on Github including the above information"
  429. msgstr "قم بتقديم مشكلة جديدة على GitHub بالمعلومات الواردة أعلاه"
  430. #: searx/templates/simple/preferences.html:65
  431. msgid "No HTTPS"
  432. msgstr "دون HTTPS"
  433. #: searx/templates/simple/elements/engines_msg.html:18
  434. #: searx/templates/simple/preferences.html:69
  435. #: searx/templates/simple/preferences.html:70
  436. msgid "View error logs and submit a bug report"
  437. msgstr "عرض سجلات الأخطاء وتقديم تقرير خطأ"
  438. #: searx/templates/simple/preferences.html:74
  439. msgid "!bang for this engine"
  440. msgstr "!بانج لهذا محرك"
  441. #: searx/templates/simple/preferences.html:80
  442. msgid "!bang for its categories"
  443. msgstr "!بانج لمجموعاته"
  444. #: searx/templates/simple/preferences.html:102
  445. #: searx/templates/simple/stats.html:64
  446. msgid "Median"
  447. msgstr "وسطي"
  448. #: searx/templates/simple/preferences.html:103
  449. #: searx/templates/simple/stats.html:70
  450. msgid "P80"
  451. msgstr "صفحة 80"
  452. #: searx/templates/simple/preferences.html:104
  453. #: searx/templates/simple/stats.html:76
  454. msgid "P95"
  455. msgstr "صفحة 95"
  456. #: searx/templates/simple/preferences.html:136
  457. msgid "Failed checker test(s): "
  458. msgstr "فشل اختبار المدقق: "
  459. #: searx/templates/simple/preferences.html:138
  460. msgid "Errors:"
  461. msgstr "الأخطاء:"
  462. #: searx/templates/simple/preferences.html:162
  463. msgid "General"
  464. msgstr "الرئيسية"
  465. #: searx/templates/simple/preferences.html:165
  466. msgid "Default categories"
  467. msgstr "القوائم الإفتراضية"
  468. #: searx/templates/simple/preferences.html:187
  469. msgid "User interface"
  470. msgstr "واجهة المستخدم"
  471. #: searx/templates/simple/preferences.html:208
  472. msgid "Privacy"
  473. msgstr "الخصوصية"
  474. #: searx/templates/simple/preferences.html:221
  475. msgid "Engines"
  476. msgstr "المحركات"
  477. #: searx/templates/simple/preferences.html:223
  478. msgid "Currently used search engines"
  479. msgstr "محركات البحث المُستخدَمة حاليًا"
  480. #: searx/templates/simple/preferences.html:231
  481. msgid "Special Queries"
  482. msgstr "استفسارات خاصة"
  483. #: searx/templates/simple/preferences.html:237
  484. msgid "Cookies"
  485. msgstr "كعكات الكوكيز"
  486. #: searx/templates/simple/results.html:23
  487. msgid "Answers"
  488. msgstr "الإجابات"
  489. #: searx/templates/simple/results.html:38
  490. msgid "Number of results"
  491. msgstr "حصيلة نتائج البحث"
  492. #: searx/templates/simple/results.html:44
  493. msgid "Info"
  494. msgstr "معلومات"
  495. #: searx/templates/simple/results.html:73
  496. msgid "Try searching for:"
  497. msgstr "حاول البحث عن :"
  498. #: searx/templates/simple/results.html:105
  499. msgid "Back to top"
  500. msgstr "العودة للأعلى"
  501. #: searx/templates/simple/results.html:123
  502. msgid "Previous page"
  503. msgstr "الصفحة السابقة"
  504. #: searx/templates/simple/results.html:141
  505. msgid "Next page"
  506. msgstr "الصفحة التالية"
  507. #: searx/templates/simple/search.html:3
  508. msgid "Display the front page"
  509. msgstr "اعرض الصفحة الامامية"
  510. #: searx/templates/simple/search.html:9
  511. #: searx/templates/simple/simple_search.html:5
  512. msgid "Search for..."
  513. msgstr "البحث عن ..."
  514. #: searx/templates/simple/search.html:10
  515. #: searx/templates/simple/simple_search.html:6
  516. msgid "clear"
  517. msgstr "مسح"
  518. #: searx/templates/simple/search.html:11
  519. #: searx/templates/simple/simple_search.html:7
  520. msgid "search"
  521. msgstr "بحث"
  522. #: searx/templates/simple/stats.html:21
  523. msgid "There is currently no data available. "
  524. msgstr "لم يتم العثور على أية بيانات في الوقت الحالي. "
  525. #: searx/templates/simple/preferences/engines.html:18
  526. #: searx/templates/simple/stats.html:25
  527. msgid "Engine name"
  528. msgstr "إسم المحرك"
  529. #: searx/templates/simple/stats.html:26
  530. msgid "Scores"
  531. msgstr "نتائج"
  532. #: searx/templates/simple/stats.html:27
  533. msgid "Result count"
  534. msgstr "نتيجة العد"
  535. #: searx/templates/simple/preferences/engines.html:25
  536. #: searx/templates/simple/stats.html:28
  537. msgid "Response time"
  538. msgstr "مدة الإستجابة"
  539. #: searx/templates/simple/preferences/engines.html:29
  540. #: searx/templates/simple/stats.html:29
  541. msgid "Reliability"
  542. msgstr "إمكانية الإشتغال"
  543. #: searx/templates/simple/stats.html:59
  544. msgid "Total"
  545. msgstr "إجمالي"
  546. #: searx/templates/simple/stats.html:60
  547. msgid "HTTP"
  548. msgstr "HTTP"
  549. #: searx/templates/simple/stats.html:61
  550. msgid "Processing"
  551. msgstr "يتم المعالجة"
  552. #: searx/templates/simple/stats.html:99
  553. msgid "Warnings"
  554. msgstr "تحذيرات"
  555. #: searx/templates/simple/stats.html:99
  556. msgid "Errors and exceptions"
  557. msgstr "الأخطاء والاستثناءات"
  558. #: searx/templates/simple/stats.html:105
  559. msgid "Exception"
  560. msgstr "استثناء"
  561. #: searx/templates/simple/stats.html:107
  562. msgid "Message"
  563. msgstr "الرسالة"
  564. #: searx/templates/simple/stats.html:109
  565. msgid "Percentage"
  566. msgstr "نسبة"
  567. #: searx/templates/simple/stats.html:111
  568. msgid "Parameter"
  569. msgstr "معامل"
  570. #: searx/templates/simple/result_templates/files.html:36
  571. #: searx/templates/simple/stats.html:119
  572. msgid "Filename"
  573. msgstr "اسم الملف"
  574. #: searx/templates/simple/stats.html:120
  575. msgid "Function"
  576. msgstr "وظيفة"
  577. #: searx/templates/simple/stats.html:121
  578. msgid "Code"
  579. msgstr "شفرة"
  580. #: searx/templates/simple/stats.html:128
  581. msgid "Checker"
  582. msgstr "مدقّق"
  583. #: searx/templates/simple/stats.html:131
  584. msgid "Failed test"
  585. msgstr "اختبار فاشل"
  586. #: searx/templates/simple/stats.html:132
  587. msgid "Comment(s)"
  588. msgstr "تعليق/تعليقات"
  589. #: searx/templates/simple/elements/apis.html:3
  590. msgid "Download results"
  591. msgstr "حصيلة التنزيل"
  592. #: searx/templates/simple/elements/engines_msg.html:7
  593. msgid "Messages from the search engines"
  594. msgstr "رسائل من محركات البحث"
  595. #: searx/templates/simple/elements/engines_msg.html:12
  596. msgid "Error!"
  597. msgstr "خطأ !"
  598. #: searx/templates/simple/elements/engines_msg.html:13
  599. msgid "Engines cannot retrieve results"
  600. msgstr "لم تتمكن محركات البحث من العثور على أية نتيجة"
  601. #: searx/templates/simple/elements/search_url.html:3
  602. msgid "Search URL"
  603. msgstr "رابط البحث"
  604. #: searx/templates/simple/elements/search_url.html:4
  605. #: searx/templates/simple/preferences/cookies.html:54
  606. msgid "Copied"
  607. msgstr "نسخ"
  608. #: searx/templates/simple/elements/search_url.html:4
  609. #: searx/templates/simple/preferences/cookies.html:54
  610. msgid "Copy"
  611. msgstr "نسخة"
  612. #: searx/templates/simple/elements/suggestions.html:3
  613. msgid "Suggestions"
  614. msgstr "الإقتراحات"
  615. #: searx/templates/simple/filters/languages.html:1
  616. #: searx/templates/simple/preferences/language.html:2
  617. msgid "Search language"
  618. msgstr "لغة البحث"
  619. #: searx/templates/simple/filters/languages.html:2
  620. #: searx/templates/simple/preferences/language.html:7
  621. msgid "Default language"
  622. msgstr "اللغة الإفتراضية"
  623. #: searx/templates/simple/filters/languages.html:4
  624. #: searx/templates/simple/preferences/language.html:11
  625. msgid "Auto-detect"
  626. msgstr "الاكتشاف التلقائي"
  627. #: searx/templates/simple/filters/safesearch.html:1
  628. #: searx/templates/simple/filters/safesearch.html:2
  629. #: searx/templates/simple/filters/safesearch.html:3
  630. #: searx/templates/simple/filters/safesearch.html:4
  631. #: searx/templates/simple/preferences/engines.html:21
  632. #: searx/templates/simple/preferences/safesearch.html:2
  633. msgid "SafeSearch"
  634. msgstr "البحث المؤمَّن"
  635. #: searx/templates/simple/filters/safesearch.html:2
  636. #: searx/templates/simple/preferences/safesearch.html:7
  637. msgid "Strict"
  638. msgstr "صارم"
  639. #: searx/templates/simple/filters/safesearch.html:3
  640. #: searx/templates/simple/preferences/safesearch.html:11
  641. msgid "Moderate"
  642. msgstr "معتدل"
  643. #: searx/templates/simple/filters/safesearch.html:4
  644. #: searx/templates/simple/preferences/safesearch.html:15
  645. msgid "None"
  646. msgstr "لا شيء"
  647. #: searx/templates/simple/filters/time_range.html:1
  648. #: searx/templates/simple/preferences/engines.html:22
  649. msgid "Time range"
  650. msgstr "الفترة"
  651. #: searx/templates/simple/filters/time_range.html:3
  652. msgid "Anytime"
  653. msgstr "في أي وقت"
  654. #: searx/templates/simple/filters/time_range.html:6
  655. msgid "Last day"
  656. msgstr "آخر يوم"
  657. #: searx/templates/simple/filters/time_range.html:9
  658. msgid "Last week"
  659. msgstr "الأسبوع الماضي"
  660. #: searx/templates/simple/filters/time_range.html:12
  661. msgid "Last month"
  662. msgstr "الشهر الماضي"
  663. #: searx/templates/simple/filters/time_range.html:15
  664. msgid "Last year"
  665. msgstr "السنة الفارطة"
  666. #: searx/templates/simple/messages/no_cookies.html:3
  667. msgid "Information!"
  668. msgstr "معلومة !"
  669. #: searx/templates/simple/messages/no_cookies.html:4
  670. msgid "currently, there are no cookies defined."
  671. msgstr "حاليا لم تقم بتحديد أي مِن كعكات الكوكيز."
  672. #: searx/templates/simple/messages/no_results.html:6
  673. msgid "Sorry!"
  674. msgstr "عفوا !"
  675. #: searx/templates/simple/messages/no_results.html:12
  676. msgid "No results were found. You can try to:"
  677. msgstr "لم يتم العثور على نتائج. يمكنك محاولة:"
  678. #: searx/templates/simple/messages/no_results.html:14
  679. msgid "There are no more results. You can try to:"
  680. msgstr "لا يوجد أي نتائج آخرى. يمكنك أن تحاول:"
  681. #: searx/templates/simple/messages/no_results.html:19
  682. msgid "Refresh the page."
  683. msgstr "حدث الصفحة."
  684. #: searx/templates/simple/messages/no_results.html:20
  685. msgid "Search for another query or select another category (above)."
  686. msgstr "ابحث عن استعلام آخر أو اختار فئتار فئة أخرى (أعلاه)"
  687. #: searx/templates/simple/messages/no_results.html:21
  688. msgid "Change the search engine used in the preferences:"
  689. msgstr "قم بتغيير محرك البحث المستخدم في الإعدادات:"
  690. #: searx/templates/simple/messages/no_results.html:22
  691. msgid "Switch to another instance:"
  692. msgstr "قم بتبديل SearxNG إلى نسخة أخرى:"
  693. #: searx/templates/simple/messages/no_results.html:24
  694. msgid "Search for another query or select another category."
  695. msgstr "ابحث عن استعلام آخر أو اختار فئة أخرى."
  696. #: searx/templates/simple/messages/no_results.html:25
  697. msgid "Go back to the previous page using the previous page button."
  698. msgstr "إرجع إلى الصفحة السابقة باستخدام زر العودة."
  699. #: searx/templates/simple/preferences/answerers.html:4
  700. #: searx/templates/simple/preferences/engines.html:17
  701. msgid "Allow"
  702. msgstr "تمكين"
  703. #: searx/templates/simple/preferences/answerers.html:5
  704. msgid "Keywords"
  705. msgstr "الكلمات الرمزية"
  706. #: searx/templates/simple/preferences/answerers.html:6
  707. #: searx/templates/simple/result_templates/packages.html:7
  708. msgid "Name"
  709. msgstr "التسمية"
  710. #: searx/templates/simple/preferences/answerers.html:7
  711. msgid "Description"
  712. msgstr "الوصف"
  713. #: searx/templates/simple/preferences/answerers.html:8
  714. msgid "Examples"
  715. msgstr "أمثلة"
  716. #: searx/templates/simple/preferences/answerers.html:13
  717. msgid "This is the list of SearXNG's instant answering modules."
  718. msgstr "هذه قائمة وحدات الرد الفوري في SearXNG."
  719. #: searx/templates/simple/preferences/answerers.html:29
  720. msgid "This is the list of plugins."
  721. msgstr "هذه قائمة المكونات الإضافية."
  722. #: searx/templates/simple/preferences/autocomplete.html:2
  723. msgid "Autocomplete"
  724. msgstr "تكملة تلقائية"
  725. #: searx/templates/simple/preferences/autocomplete.html:15
  726. msgid "Find stuff as you type"
  727. msgstr "العثور على نتائج أثناء الكتابة"
  728. #: searx/templates/simple/preferences/center_alignment.html:2
  729. msgid "Center Alignment"
  730. msgstr "محاذاة المركز"
  731. #: searx/templates/simple/preferences/center_alignment.html:14
  732. msgid "Displays results in the center of the page (Oscar layout)."
  733. msgstr "اعرض النتائج في منتصف الصفحة (تخطيط Oscar)."
  734. #: searx/templates/simple/preferences/cookies.html:2
  735. msgid ""
  736. "This is the list of cookies and their values SearXNG is storing on your "
  737. "computer."
  738. msgstr ""
  739. "هذه قائمة ملفات تعريف الارتباط وقيمها التي يخزنها SearXNG على جهاز "
  740. "الكمبيوتر الخاص بك."
  741. #: searx/templates/simple/preferences/cookies.html:3
  742. msgid "With that list, you can assess SearXNG transparency."
  743. msgstr "باستخدام هذه القائمة ، يمكنك تقييم شفافية SearXNG."
  744. #: searx/templates/simple/preferences/cookies.html:9
  745. msgid "Cookie name"
  746. msgstr "إسم ملف تعريف الارتباط‮"
  747. #: searx/templates/simple/preferences/cookies.html:10
  748. msgid "Value"
  749. msgstr "القيمة"
  750. #: searx/templates/simple/preferences/cookies.html:23
  751. msgid "Search URL of the currently saved preferences"
  752. msgstr "ابحث عن عنوان URL للتفضيلات المحفوظة حاليًا"
  753. #: searx/templates/simple/preferences/cookies.html:32
  754. msgid ""
  755. "Note: specifying custom settings in the search URL can reduce privacy by "
  756. "leaking data to the clicked result sites."
  757. msgstr ""
  758. "ملاحظة: يمكن أن يؤدي تحديد إعدادات مخصصة في عنوان URL للبحث إلى تقليل "
  759. "الخصوصية عن طريق تسريب البيانات إلى مواقع النتائج التي تم النقر عليها."
  760. #: searx/templates/simple/preferences/cookies.html:35
  761. msgid "URL to restore your preferences in another browser"
  762. msgstr "URL لاستعادة تفضيلاتك في متصفح آخر"
  763. #: searx/templates/simple/preferences/cookies.html:43
  764. msgid ""
  765. "Specifying custom settings in the preferences URL can be used to sync "
  766. "preferences across devices."
  767. msgstr ""
  768. "يمكن استخدام تحديد الإعدادات المخصصة في تفضيلات URL لمزامنة التفضيلات عبر"
  769. " الأجهزة."
  770. #: searx/templates/simple/preferences/cookies.html:46
  771. msgid "Copy preferences hash"
  772. msgstr "نسخ تجزئة التفضيلات"
  773. #: searx/templates/simple/preferences/cookies.html:57
  774. msgid "Insert copied preferences hash (without URL) to restore"
  775. msgstr "أدخل تجزئة التفضيلات المنسوخة (بدون عنوان URL) لاستعادتها"
  776. #: searx/templates/simple/preferences/cookies.html:59
  777. msgid "Preferences hash"
  778. msgstr "تجزئة التفضيلات"
  779. #: searx/templates/simple/preferences/doi_resolver.html:2
  780. msgid "Open Access DOI resolver"
  781. msgstr "فتح الوصول إلى محلل DOI"
  782. #: searx/templates/simple/preferences/doi_resolver.html:14
  783. msgid "Select service used by DOI rewrite"
  784. msgstr "حدد الخدمة التي يستخدمه المعرف الرقمي. (DOI)"
  785. #: searx/templates/simple/preferences/engines.html:9
  786. msgid ""
  787. "This tab does not exists in the user interface, but you can search in "
  788. "these engines by its !bangs."
  789. msgstr ""
  790. "علامة التبويب هذه غير موجودة في واجهة المستخدم ، ولكن يمكنك البحث في هذه "
  791. "المحركات من خلال !bangs"
  792. #: searx/templates/simple/preferences/engines.html:19
  793. msgid "!bang"
  794. msgstr "!bang"
  795. #: searx/templates/simple/preferences/engines.html:20
  796. msgid "Supports selected language"
  797. msgstr "يدعم اللغة المختارة"
  798. #: searx/templates/simple/preferences/engines.html:23
  799. msgid "Weight"
  800. msgstr "وَزن"
  801. #: searx/templates/simple/preferences/engines.html:27
  802. msgid "Max time"
  803. msgstr "أقصى مدّة"
  804. #: searx/templates/simple/preferences/footer.html:2
  805. msgid ""
  806. "These settings are stored in your cookies, this allows us not to store "
  807. "this data about you."
  808. msgstr ""
  809. "يتم تخزين هذه الإعدادات في ملفات تعريف الارتباط الخاصة بك ، وهذا يسمح لنا"
  810. " بعدم تخزين هذه البيانات عنك."
  811. #: searx/templates/simple/preferences/footer.html:3
  812. msgid ""
  813. "These cookies serve your sole convenience, we don't use these cookies to "
  814. "track you."
  815. msgstr ""
  816. "تخدم ملفات تعريف الارتباط هذه راحتك وحدك ، فنحن لا نستخدم ملفات تعريف "
  817. "الارتباط هذه لتتبعك."
  818. #: searx/templates/simple/preferences/footer.html:6
  819. msgid "Save"
  820. msgstr "حفظ"
  821. #: searx/templates/simple/preferences/footer.html:9
  822. msgid "Reset defaults"
  823. msgstr "إعاد التعيين إلى الإعدادات الإفتراضية"
  824. #: searx/templates/simple/preferences/footer.html:13
  825. msgid "Back"
  826. msgstr "الخلف"
  827. #: searx/templates/simple/preferences/hotkeys.html:2
  828. msgid "Hotkeys"
  829. msgstr "مفاتيح الاختصار"
  830. #: searx/templates/simple/preferences/hotkeys.html:13
  831. msgid "Vim-like"
  832. msgstr "مشابه لبرنامج vim"
  833. #: searx/templates/simple/preferences/hotkeys.html:18
  834. msgid ""
  835. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  836. "key on main or result page to get help."
  837. msgstr ""
  838. "تنقل في نتائج البحث باستخدام مفاتيح التشغيل السريع (يتطلب JavaScript). "
  839. "اضغط على المفتاح \"h\" في الصفحة الرئيسية أو صفحة النتائج للحصول على "
  840. "المساعدة."
  841. #: searx/templates/simple/preferences/image_proxy.html:2
  842. msgid "Image proxy"
  843. msgstr "وكيل بروكسي الصور"
  844. #: searx/templates/simple/preferences/image_proxy.html:14
  845. msgid "Proxying image results through SearXNG"
  846. msgstr "تمرير نتائج البحث عن الصور عبر بروكسي SearXNG"
  847. #: searx/templates/simple/preferences/infinite_scroll.html:2
  848. msgid "Infinite scroll"
  849. msgstr "تمرير الصفحات بلا حدود"
  850. #: searx/templates/simple/preferences/infinite_scroll.html:14
  851. msgid "Automatically load next page when scrolling to bottom of current page"
  852. msgstr "حمّل تلقائيا الصفحة التالية عن السحب إلى أسفل النتائج"
  853. #: searx/templates/simple/preferences/language.html:24
  854. msgid "What language do you prefer for search?"
  855. msgstr "ما هي لغتك المفضلة للبحث ؟"
  856. #: searx/templates/simple/preferences/language.html:25
  857. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  858. msgstr "اختر الاكتشاف التلقائي للسماح لـ SearXNG باكتشاف لغة استعلامك."
  859. #: searx/templates/simple/preferences/method.html:2
  860. msgid "HTTP Method"
  861. msgstr "أسلوب HTTP"
  862. #: searx/templates/simple/preferences/method.html:14
  863. msgid "Change how forms are submitted"
  864. msgstr "تغيير كيفية تقديم الاستمارات"
  865. #: searx/templates/simple/preferences/query_in_title.html:2
  866. msgid "Query in the page's title"
  867. msgstr "طلب بحث في عنوان الصفحة"
  868. #: searx/templates/simple/preferences/query_in_title.html:14
  869. msgid ""
  870. "When enabled, the result page's title contains your query. Your browser "
  871. "can record this title"
  872. msgstr ""
  873. "عند التمكين ، يحتوي عنوان صفحة النتائج على كلمات البحث الرئيسية الخاصة "
  874. "بك. يمكن لمتصفحك تسجيل هذا العنوان"
  875. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  876. msgid "Results on new tabs"
  877. msgstr "عرض نتائج البحث في ألسنة جديدة"
  878. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  879. msgid "Open result links on new browser tabs"
  880. msgstr "عرض روابط نتائج البحث في ألسنة جديدة للمتصفح"
  881. #: searx/templates/simple/preferences/safesearch.html:20
  882. msgid "Filter content"
  883. msgstr "فلترة المحتوى"
  884. #: searx/templates/simple/preferences/search_on_category_select.html:2
  885. msgid "Search on category select"
  886. msgstr "البحث في الفئة المحددة"
  887. #: searx/templates/simple/preferences/search_on_category_select.html:14
  888. msgid ""
  889. "Perform search immediately if a category selected. Disable to select "
  890. "multiple categories"
  891. msgstr "قم بإجراء البحث على الفور إذا تم تحديد فئة. قم بتعطيل لتحديد فئات متعددة"
  892. #: searx/templates/simple/preferences/theme.html:2
  893. msgid "Theme"
  894. msgstr "السمة"
  895. #: searx/templates/simple/preferences/theme.html:14
  896. msgid "Change SearXNG layout"
  897. msgstr "تغيير مظهر سيركس"
  898. #: searx/templates/simple/preferences/theme.html:19
  899. msgid "Theme style"
  900. msgstr "نمط"
  901. #: searx/templates/simple/preferences/theme.html:31
  902. msgid "Choose auto to follow your browser settings"
  903. msgstr "اختر تلقائي لاحترام إعدادات متصفحك"
  904. #: searx/templates/simple/preferences/tokens.html:2
  905. msgid "Engine tokens"
  906. msgstr "الرمز المميز للمحرك"
  907. #: searx/templates/simple/preferences/tokens.html:9
  908. msgid "Access tokens for private engines"
  909. msgstr "رمز الوصول إلى المحرك الخاص"
  910. #: searx/templates/simple/preferences/ui_locale.html:2
  911. msgid "Interface language"
  912. msgstr "لغة الواجهة"
  913. #: searx/templates/simple/preferences/ui_locale.html:14
  914. msgid "Change the language of the layout"
  915. msgstr "تغيير لغة واجهة البحث"
  916. #: searx/templates/simple/result_templates/code.html:13
  917. msgid "repo"
  918. msgstr "مستودعات"
  919. #: searx/templates/simple/result_templates/default.html:6
  920. #: searx/templates/simple/result_templates/files.html:8
  921. #: searx/templates/simple/result_templates/files.html:11
  922. msgid "show media"
  923. msgstr "عرض الوسائط"
  924. #: searx/templates/simple/result_templates/default.html:6
  925. #: searx/templates/simple/result_templates/files.html:8
  926. msgid "hide media"
  927. msgstr "إخفاء الوسائط"
  928. #: searx/templates/simple/result_templates/default.html:14
  929. #: searx/templates/simple/result_templates/videos.html:14
  930. msgid "This site did not provide any description."
  931. msgstr "هذا الموقع لم يقدم أي وصف."
  932. #: searx/templates/simple/result_templates/files.html:38
  933. #: searx/templates/simple/result_templates/torrent.html:11
  934. msgid "Filesize"
  935. msgstr "حجم الملف"
  936. #: searx/templates/simple/result_templates/files.html:39
  937. #: searx/templates/simple/result_templates/torrent.html:12
  938. msgid "Bytes"
  939. msgstr "بايت"
  940. #: searx/templates/simple/result_templates/files.html:40
  941. #: searx/templates/simple/result_templates/torrent.html:13
  942. msgid "kiB"
  943. msgstr "ك.بايت"
  944. #: searx/templates/simple/result_templates/files.html:41
  945. #: searx/templates/simple/result_templates/torrent.html:14
  946. msgid "MiB"
  947. msgstr "ميغابايت"
  948. #: searx/templates/simple/result_templates/files.html:42
  949. #: searx/templates/simple/result_templates/torrent.html:15
  950. msgid "GiB"
  951. msgstr "جيجابيت"
  952. #: searx/templates/simple/result_templates/files.html:43
  953. #: searx/templates/simple/result_templates/torrent.html:16
  954. msgid "TiB"
  955. msgstr "تيرابيت"
  956. #: searx/templates/simple/result_templates/files.html:47
  957. msgid "Date"
  958. msgstr "تاريخ"
  959. #: searx/templates/simple/result_templates/files.html:49
  960. #: searx/templates/simple/result_templates/paper.html:24
  961. msgid "Type"
  962. msgstr "نوع"
  963. #: searx/templates/simple/result_templates/images.html:19
  964. msgid "Format"
  965. msgstr "صيغة"
  966. #: searx/templates/simple/result_templates/images.html:21
  967. msgid "Engine"
  968. msgstr "محرك"
  969. #: searx/templates/simple/result_templates/images.html:22
  970. msgid "View source"
  971. msgstr "عرض المصدر"
  972. #: searx/templates/simple/result_templates/map.html:12
  973. msgid "address"
  974. msgstr "عنوان"
  975. #: searx/templates/simple/result_templates/map.html:43
  976. msgid "show map"
  977. msgstr "عرض الخريطة"
  978. #: searx/templates/simple/result_templates/map.html:43
  979. msgid "hide map"
  980. msgstr "إخفاء الخريطة"
  981. #: searx/templates/simple/result_templates/packages.html:12
  982. msgid "Version"
  983. msgstr ""
  984. #: searx/templates/simple/result_templates/packages.html:18
  985. msgid "Maintainer"
  986. msgstr ""
  987. #: searx/templates/simple/result_templates/packages.html:24
  988. msgid "Updated at"
  989. msgstr ""
  990. #: searx/templates/simple/result_templates/packages.html:30
  991. #: searx/templates/simple/result_templates/paper.html:25
  992. msgid "Tags"
  993. msgstr "السمات"
  994. #: searx/templates/simple/result_templates/packages.html:36
  995. msgid "Popularity"
  996. msgstr ""
  997. #: searx/templates/simple/result_templates/packages.html:42
  998. msgid "License"
  999. msgstr ""
  1000. #: searx/templates/simple/result_templates/packages.html:52
  1001. msgid "Project"
  1002. msgstr ""
  1003. #: searx/templates/simple/result_templates/packages.html:55
  1004. msgid "Project homepage"
  1005. msgstr ""
  1006. #: searx/templates/simple/result_templates/paper.html:5
  1007. msgid "Published date"
  1008. msgstr "تاريخ النشر"
  1009. #: searx/templates/simple/result_templates/paper.html:9
  1010. msgid "Journal"
  1011. msgstr "السجل اليومي"
  1012. #: searx/templates/simple/result_templates/paper.html:22
  1013. msgid "Editor"
  1014. msgstr "المحرر"
  1015. #: searx/templates/simple/result_templates/paper.html:23
  1016. msgid "Publisher"
  1017. msgstr "الناشر"
  1018. #: searx/templates/simple/result_templates/paper.html:26
  1019. msgid "DOI"
  1020. msgstr "DOI"
  1021. #: searx/templates/simple/result_templates/paper.html:27
  1022. msgid "ISSN"
  1023. msgstr "ISSN"
  1024. #: searx/templates/simple/result_templates/paper.html:28
  1025. msgid "ISBN"
  1026. msgstr "ISBN"
  1027. #: searx/templates/simple/result_templates/paper.html:33
  1028. msgid "PDF"
  1029. msgstr "PDF"
  1030. #: searx/templates/simple/result_templates/paper.html:34
  1031. msgid "HTML"
  1032. msgstr "HTML"
  1033. #: searx/templates/simple/result_templates/torrent.html:6
  1034. msgid "magnet link"
  1035. msgstr "رابط ماغنت"
  1036. #: searx/templates/simple/result_templates/torrent.html:7
  1037. msgid "torrent file"
  1038. msgstr "ملف تورنت"
  1039. #: searx/templates/simple/result_templates/torrent.html:9
  1040. msgid "Seeder"
  1041. msgstr "الزارع"
  1042. #: searx/templates/simple/result_templates/torrent.html:9
  1043. msgid "Leecher"
  1044. msgstr "الحاصد"
  1045. #: searx/templates/simple/result_templates/torrent.html:20
  1046. msgid "Number of Files"
  1047. msgstr "عدد الملفات"
  1048. #: searx/templates/simple/result_templates/videos.html:6
  1049. msgid "show video"
  1050. msgstr "عرض الفيديو"
  1051. #: searx/templates/simple/result_templates/videos.html:6
  1052. msgid "hide video"
  1053. msgstr "إخفاء الفيديو"
  1054. #~ msgid "Engine time (sec)"
  1055. #~ msgstr "المدة المستغرقة للمحرك (ثواني)"
  1056. #~ msgid "Page loads (sec)"
  1057. #~ msgstr "مدة تحميل الصفحة (ثواني)"
  1058. #~ msgid "Errors"
  1059. #~ msgstr "أخطاء"
  1060. #~ msgid "CAPTCHA required"
  1061. #~ msgstr ""
  1062. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  1063. #~ msgstr "تحويل روابط HTTP إلى روابط آمنة HTTPS عندما يكون ذلك مُتاحًا"
  1064. #~ msgid ""
  1065. #~ "Results are opened in the same "
  1066. #~ "window by default. This plugin "
  1067. #~ "overwrites the default behaviour to open"
  1068. #~ " links on new tabs/windows. (JavaScript "
  1069. #~ "required)"
  1070. #~ msgstr ""
  1071. #~ msgid "Color"
  1072. #~ msgstr "اللون"
  1073. #~ msgid "Blue (default)"
  1074. #~ msgstr "أزرق (إفتراضي)"
  1075. #~ msgid "Violet"
  1076. #~ msgstr "بنفسجي"
  1077. #~ msgid "Green"
  1078. #~ msgstr "أخضر"
  1079. #~ msgid "Cyan"
  1080. #~ msgstr "سماوي"
  1081. #~ msgid "Orange"
  1082. #~ msgstr "برتقالي"
  1083. #~ msgid "Red"
  1084. #~ msgstr "أحمر"
  1085. #~ msgid "Category"
  1086. #~ msgstr "الفئة"
  1087. #~ msgid "Block"
  1088. #~ msgstr "حظر"
  1089. #~ msgid "original context"
  1090. #~ msgstr "الوضع الأصلي"
  1091. #~ msgid "Plugins"
  1092. #~ msgstr "الإضافات"
  1093. #~ msgid "Answerers"
  1094. #~ msgstr "المجيبون"
  1095. #~ msgid "Avg. time"
  1096. #~ msgstr "متوسط الوقت"
  1097. #~ msgid "show details"
  1098. #~ msgstr "عرض المعلومات الإضافية"
  1099. #~ msgid "hide details"
  1100. #~ msgstr "إخفاء المعلومات الإضافية"
  1101. #~ msgid "Load more..."
  1102. #~ msgstr "تحميل المزيد ..."
  1103. #~ msgid "Loading..."
  1104. #~ msgstr ""
  1105. #~ msgid "Change searx layout"
  1106. #~ msgstr "تغيير مظهر سيركس"
  1107. #~ msgid "Proxying image results through searx"
  1108. #~ msgstr "تمرير نتائج البحث عن الصور عبر بروكسي Searx"
  1109. #~ msgid "This is the list of searx's instant answering modules."
  1110. #~ msgstr ""
  1111. #~ msgid ""
  1112. #~ "This is the list of cookies and"
  1113. #~ " their values searx is storing on "
  1114. #~ "your computer."
  1115. #~ msgstr ""
  1116. #~ msgid "With that list, you can assess searx transparency."
  1117. #~ msgstr ""
  1118. #~ msgid "It look like you are using searx first time."
  1119. #~ msgstr "يظهر أنك تستخدم محرك سيركس لأول مرة."
  1120. #~ msgid "Please, try again later or find another searx instance."
  1121. #~ msgstr ""
  1122. #~ "يرجى إعادة المحاولة لاحقًا. إن كنت "
  1123. #~ "في عجلة من أمرك، ندعوك إلى البحث"
  1124. #~ " عن مثيل خادم آخر لمحرك سيركس."
  1125. #~ msgid "Themes"
  1126. #~ msgstr "السمات"
  1127. #~ msgid "Reliablity"
  1128. #~ msgstr ""
  1129. #~ msgid ""
  1130. #~ "When enabled, the result page's title"
  1131. #~ " contains your query. Your browser "
  1132. #~ "can record this title."
  1133. #~ msgstr ""
  1134. #~ msgid "Method"
  1135. #~ msgstr "الطريقة"
  1136. #~ msgid ""
  1137. #~ "This tab does not show up for "
  1138. #~ "search results but you can search "
  1139. #~ "the engines listed here via bangs."
  1140. #~ msgstr ""
  1141. #~ msgid "Advanced settings"
  1142. #~ msgstr "الإعدادات المتقدمة"
  1143. #~ msgid "Close"
  1144. #~ msgstr "غلق"
  1145. #~ msgid "Language"
  1146. #~ msgstr "اللغة"
  1147. #~ msgid "broken"
  1148. #~ msgstr ""
  1149. #~ msgid "supported"
  1150. #~ msgstr "مدعوم"
  1151. #~ msgid "not supported"
  1152. #~ msgstr "غير مدعوم"
  1153. #~ msgid "about"
  1154. #~ msgstr "عن سيركس"
  1155. #~ msgid "Avg."
  1156. #~ msgstr ""
  1157. #~ msgid "User Interface"
  1158. #~ msgstr "واجهة المستخدم"
  1159. #~ msgid "Choose style for this theme"
  1160. #~ msgstr "إختر الشكل الذي ستبدو عليه هذه السمة"
  1161. #~ msgid "Style"
  1162. #~ msgstr "الشكل"
  1163. #~ msgid "Show advanced settings"
  1164. #~ msgstr "إظهار الإعدادات المتقدمة"
  1165. #~ msgid "Show advanced settings panel in the home page by default"
  1166. #~ msgstr ""
  1167. #~ msgid "Allow all"
  1168. #~ msgstr "إظهار الكل"
  1169. #~ msgid "Disable all"
  1170. #~ msgstr "تعطيل الكل"
  1171. #~ msgid "Selected language"
  1172. #~ msgstr "اللغة المختارة"
  1173. #~ msgid "Query"
  1174. #~ msgstr ""
  1175. #~ msgid "save"
  1176. #~ msgstr "حفظ"
  1177. #~ msgid "back"
  1178. #~ msgstr "العودة"
  1179. #~ msgid "Links"
  1180. #~ msgstr "الروابط"
  1181. #~ msgid "RSS subscription"
  1182. #~ msgstr ""
  1183. #~ msgid "Search results"
  1184. #~ msgstr "حصيلة البحث"
  1185. #~ msgid "next page"
  1186. #~ msgstr "الصفحة التالية"
  1187. #~ msgid "previous page"
  1188. #~ msgstr "الصفحة السابقة"
  1189. #~ msgid "Start search"
  1190. #~ msgstr "إبدأ البحث"
  1191. #~ msgid "Clear search"
  1192. #~ msgstr ""
  1193. #~ msgid "Clear"
  1194. #~ msgstr ""
  1195. #~ msgid "stats"
  1196. #~ msgstr "الإحصاءات"
  1197. #~ msgid "Heads up!"
  1198. #~ msgstr ""
  1199. #~ msgid "It look like you are using SearXNG first time."
  1200. #~ msgstr "يظهر أنك تستخدم محرك سيركس لأول مرة."
  1201. #~ msgid "Well done!"
  1202. #~ msgstr "أحسنت !"
  1203. #~ msgid "Settings saved successfully."
  1204. #~ msgstr "تمت عملية حفظ الإعدادات بنجاح."
  1205. #~ msgid "Oh snap!"
  1206. #~ msgstr "يا للهول !"
  1207. #~ msgid "Something went wrong."
  1208. #~ msgstr "لقد حدث هناك خلل ما."
  1209. #~ msgid "Date"
  1210. #~ msgstr "تاريخ"
  1211. #~ msgid "Type"
  1212. #~ msgstr ""
  1213. #~ msgid "Get image"
  1214. #~ msgstr "تحصل على الصورة"
  1215. #~ msgid "Center Alignment"
  1216. #~ msgstr ""
  1217. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1218. #~ msgstr ""
  1219. #~ msgid "preferences"
  1220. #~ msgstr "التفضيلات"
  1221. #~ msgid "Scores per result"
  1222. #~ msgstr "درجات لكل نتيجة"
  1223. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1224. #~ msgstr "محرك بحث يحمي الخصوصية و قابل للتهكير"
  1225. #~ msgid "No abstract is available for this publication."
  1226. #~ msgstr "لا يوجد ملخص متاح لهذا المنشور."
  1227. #~ msgid "Self Informations"
  1228. #~ msgstr "معلومات شخصية"
  1229. #~ msgid ""
  1230. #~ "Change how forms are submited, <a "
  1231. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1232. #~ " rel=\"external\">learn more about request "
  1233. #~ "methods</a>"
  1234. #~ msgstr ""
  1235. #~ "تغيير طريقة إرسال النماذج ، <a "
  1236. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1237. #~ " rel=\"external\"> تعرف على المزيد حول "
  1238. #~ "طرق الطلب </a>"
  1239. #~ msgid ""
  1240. #~ "This plugin checks if the address "
  1241. #~ "of the request is a TOR exit "
  1242. #~ "node, and informs the user if it"
  1243. #~ " is, like check.torproject.org but from "
  1244. #~ "searxng."
  1245. #~ msgstr ""
  1246. #~ "يتحقق هذا المكون الإضافي مما إذا "
  1247. #~ "كان عنوان الطلب هو عقدة خروج TOR"
  1248. #~ " ، ويبلغ المستخدم إذا كان كذلك "
  1249. #~ "، مثل check.torproject.org ولكن من "
  1250. #~ "searxng."
  1251. #~ msgid ""
  1252. #~ "The TOR exit node list "
  1253. #~ "(https://check.torproject.org/exit-addresses) is "
  1254. #~ "unreachable."
  1255. #~ msgstr ""
  1256. #~ "لا يمكن الوصول إلى قائمة عقدة "
  1257. #~ "الخروج TOR (https://check.torproject.org/exit-"
  1258. #~ "addresses)."
  1259. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1260. #~ msgstr "انك تستخدم شبكة TOR. ان IP Adress الخاص بك يبدو انه: {ip_address}."
  1261. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1262. #~ msgstr "انك لا تستخدم شبكة TOR. ان IP Adress الخاص بك يبدو انه: {ip_address}."
  1263. #~ msgid ""
  1264. #~ "The could not download the list of"
  1265. #~ " Tor exit-nodes from "
  1266. #~ "https://check.torproject.org/exit-addresses."
  1267. #~ msgstr ""
  1268. #~ msgid ""
  1269. #~ "You are using Tor. It looks like"
  1270. #~ " you have this external IP address:"
  1271. #~ " {ip_address}."
  1272. #~ msgstr ""
  1273. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1274. #~ msgstr ""
  1275. #~ msgid "Autodetect search language"
  1276. #~ msgstr "كشف تلقائي عن لغة البحث"
  1277. #~ msgid "Automatically detect the query search language and switch to it."
  1278. #~ msgstr "كشف تلقائي عن لغة البحث والتبديل إليها."
  1279. #~ msgid "others"
  1280. #~ msgstr "أخرى"
  1281. #~ msgid ""
  1282. #~ "This tab does not show up for "
  1283. #~ "search results, but you can search "
  1284. #~ "the engines listed here via bangs."
  1285. #~ msgstr ""
  1286. #~ "لا تظهر علامة التبويب هذه في نتائج"
  1287. #~ " البحث ، ولكن يمكنك البحث في "
  1288. #~ "المحركات المدرجة هنا عبر bangs."
  1289. #~ msgid "Shortcut"
  1290. #~ msgstr "الإختصار"
  1291. #~ msgid "!bang"
  1292. #~ msgstr ""
  1293. #~ msgid ""
  1294. #~ "This tab dues not exists in the"
  1295. #~ " user interface, but you can search"
  1296. #~ " in these engines by its !bangs."
  1297. #~ msgstr ""
  1298. #~ msgid "Engines cannot retrieve results."
  1299. #~ msgstr "لم تتمكن المحركات من العثور على أية نتيجة."
  1300. #~ msgid "Please, try again later or find another SearXNG instance."
  1301. #~ msgstr ""
  1302. #~ "يرجى إعادة المحاولة لاحقًا. إن كنت "
  1303. #~ "في عجلة من أمرك، ندعوك إلى البحث"
  1304. #~ " عن مثيل خادم آخر لمحرك سيركس."
  1305. #~ msgid ""
  1306. #~ "Redirect to open-access versions of "
  1307. #~ "publications when available (plugin required)"
  1308. #~ msgstr ""
  1309. #~ "إعادة التوجيه إلى إصدارات مفتوحة الوصول"
  1310. #~ " من المنشورات حيثما أمكن ذلك (يلزم"
  1311. #~ " وجود مكون إضافي)"
  1312. #~ msgid "Bang"
  1313. #~ msgstr "!انفجار"
  1314. #~ msgid ""
  1315. #~ "Change how forms are submitted, <a "
  1316. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1317. #~ " rel=\"external\">learn more about request "
  1318. #~ "methods</a>"
  1319. #~ msgstr ""
  1320. #~ "تغيير طريقة إرسال النماذج، <a "
  1321. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1322. #~ " rel=\"external\">إعرف المزيد عن طرق "
  1323. #~ "الطلب</a>"
  1324. #~ msgid "On"
  1325. #~ msgstr "يشتغل"
  1326. #~ msgid "Off"
  1327. #~ msgstr "مُعطَّل"
  1328. #~ msgid "Enabled"
  1329. #~ msgstr "مُفَعَّل"
  1330. #~ msgid "Disabled"
  1331. #~ msgstr "غير مُفَعَّل"
  1332. #~ msgid ""
  1333. #~ "Perform search immediately if a category"
  1334. #~ " selected. Disable to select multiple "
  1335. #~ "categories. (JavaScript required)"
  1336. #~ msgstr ""
  1337. #~ "اقامت بحث فوري اذا تم اختيار "
  1338. #~ "مجموعة, توقيف تعدد الخيارات (java script"
  1339. #~ " ضروريه)"
  1340. #~ msgid "Vim-like hotkeys"
  1341. #~ msgstr "إختصارات لوحة المفاتيح مثل التي في Vim"
  1342. #~ msgid ""
  1343. #~ "Navigate search results with Vim-like"
  1344. #~ " hotkeys (JavaScript required). Press \"h\""
  1345. #~ " key on main or result page to"
  1346. #~ " get help."
  1347. #~ msgstr ""
  1348. #~ "تصفح نتائج البحث باستخدام مفاتيح "
  1349. #~ "الاختصار التي تشبه Vim (مطلوب "
  1350. #~ "JavaScript). اضغط على مفتاح \"h\" في "
  1351. #~ "الصفحة الرئيسية أو صفحة النتائج للحصول"
  1352. #~ " على المساعدة."
  1353. #~ msgid ""
  1354. #~ "we didn't find any results. Please "
  1355. #~ "use another query or search in "
  1356. #~ "more categories."
  1357. #~ msgstr ""
  1358. #~ "لم نتوصل إلى العثور على أية نتيجة."
  1359. #~ " الرجاء إعادة صياغة طلب البحث أو "
  1360. #~ "إبحث مع تحديد أكثر من فئة."