viewer.ftl 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = الصفحة السابقة
  7. pdfjs-previous-button-label = السابقة
  8. pdfjs-next-button =
  9. .title = الصفحة التالية
  10. pdfjs-next-button-label = التالية
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = صفحة
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = من { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } من { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = بعّد
  24. pdfjs-zoom-out-button-label = بعّد
  25. pdfjs-zoom-in-button =
  26. .title = قرّب
  27. pdfjs-zoom-in-button-label = قرّب
  28. pdfjs-zoom-select =
  29. .title = التقريب
  30. pdfjs-presentation-mode-button =
  31. .title = انتقل لوضع العرض التقديمي
  32. pdfjs-presentation-mode-button-label = وضع العرض التقديمي
  33. pdfjs-open-file-button =
  34. .title = افتح ملفًا
  35. pdfjs-open-file-button-label = افتح
  36. pdfjs-print-button =
  37. .title = اطبع
  38. pdfjs-print-button-label = اطبع
  39. pdfjs-save-button =
  40. .title = احفظ
  41. pdfjs-save-button-label = احفظ
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = نزّل
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = نزّل
  48. pdfjs-bookmark-button =
  49. .title = الصفحة الحالية (عرض URL من الصفحة الحالية)
  50. pdfjs-bookmark-button-label = الصفحة الحالية
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = الأدوات
  54. pdfjs-tools-button-label = الأدوات
  55. pdfjs-first-page-button =
  56. .title = انتقل إلى الصفحة الأولى
  57. pdfjs-first-page-button-label = انتقل إلى الصفحة الأولى
  58. pdfjs-last-page-button =
  59. .title = انتقل إلى الصفحة الأخيرة
  60. pdfjs-last-page-button-label = انتقل إلى الصفحة الأخيرة
  61. pdfjs-page-rotate-cw-button =
  62. .title = أدر باتجاه عقارب الساعة
  63. pdfjs-page-rotate-cw-button-label = أدر باتجاه عقارب الساعة
  64. pdfjs-page-rotate-ccw-button =
  65. .title = أدر بعكس اتجاه عقارب الساعة
  66. pdfjs-page-rotate-ccw-button-label = أدر بعكس اتجاه عقارب الساعة
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = فعّل أداة اختيار النص
  69. pdfjs-cursor-text-select-tool-button-label = أداة اختيار النص
  70. pdfjs-cursor-hand-tool-button =
  71. .title = فعّل أداة اليد
  72. pdfjs-cursor-hand-tool-button-label = أداة اليد
  73. pdfjs-scroll-page-button =
  74. .title = استخدم تمرير الصفحة
  75. pdfjs-scroll-page-button-label = تمرير الصفحة
  76. pdfjs-scroll-vertical-button =
  77. .title = استخدم التمرير الرأسي
  78. pdfjs-scroll-vertical-button-label = التمرير الرأسي
  79. pdfjs-scroll-horizontal-button =
  80. .title = استخدم التمرير الأفقي
  81. pdfjs-scroll-horizontal-button-label = التمرير الأفقي
  82. pdfjs-scroll-wrapped-button =
  83. .title = استخدم التمرير الملتف
  84. pdfjs-scroll-wrapped-button-label = التمرير الملتف
  85. pdfjs-spread-none-button =
  86. .title = لا تدمج هوامش الصفحات مع بعضها البعض
  87. pdfjs-spread-none-button-label = بلا هوامش
  88. pdfjs-spread-odd-button =
  89. .title = ادمج هوامش الصفحات الفردية
  90. pdfjs-spread-odd-button-label = هوامش الصفحات الفردية
  91. pdfjs-spread-even-button =
  92. .title = ادمج هوامش الصفحات الزوجية
  93. pdfjs-spread-even-button-label = هوامش الصفحات الزوجية
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = خصائص المستند…
  97. pdfjs-document-properties-button-label = خصائص المستند…
  98. pdfjs-document-properties-file-name = اسم الملف:
  99. pdfjs-document-properties-file-size = حجم الملف:
  100. # Variables:
  101. # $size_kb (Number) - the PDF file size in kilobytes
  102. # $size_b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-kb = { $size_kb } ك.بايت ({ $size_b } بايت)
  104. # Variables:
  105. # $size_mb (Number) - the PDF file size in megabytes
  106. # $size_b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-mb = { $size_mb } م.بايت ({ $size_b } بايت)
  108. pdfjs-document-properties-title = العنوان:
  109. pdfjs-document-properties-author = المؤلف:
  110. pdfjs-document-properties-subject = الموضوع:
  111. pdfjs-document-properties-keywords = الكلمات الأساسية:
  112. pdfjs-document-properties-creation-date = تاريخ الإنشاء:
  113. pdfjs-document-properties-modification-date = تاريخ التعديل:
  114. # Variables:
  115. # $date (Date) - the creation/modification date of the PDF file
  116. # $time (Time) - the creation/modification time of the PDF file
  117. pdfjs-document-properties-date-string = { $date }، { $time }
  118. pdfjs-document-properties-creator = المنشئ:
  119. pdfjs-document-properties-producer = منتج PDF:
  120. pdfjs-document-properties-version = إصدارة PDF:
  121. pdfjs-document-properties-page-count = عدد الصفحات:
  122. pdfjs-document-properties-page-size = مقاس الورقة:
  123. pdfjs-document-properties-page-size-unit-inches = بوصة
  124. pdfjs-document-properties-page-size-unit-millimeters = ملم
  125. pdfjs-document-properties-page-size-orientation-portrait = طوليّ
  126. pdfjs-document-properties-page-size-orientation-landscape = عرضيّ
  127. pdfjs-document-properties-page-size-name-a-three = A3
  128. pdfjs-document-properties-page-size-name-a-four = A4
  129. pdfjs-document-properties-page-size-name-letter = خطاب
  130. pdfjs-document-properties-page-size-name-legal = قانونيّ
  131. ## Variables:
  132. ## $width (Number) - the width of the (current) page
  133. ## $height (Number) - the height of the (current) page
  134. ## $unit (String) - the unit of measurement of the (current) page
  135. ## $name (String) - the name of the (current) page
  136. ## $orientation (String) - the orientation of the (current) page
  137. pdfjs-document-properties-page-size-dimension-string = ‏{ $width } × ‏{ $height } ‏{ $unit } (‏{ $orientation })
  138. pdfjs-document-properties-page-size-dimension-name-string = ‏{ $width } × ‏{ $height } ‏{ $unit } (‏{ $name }، { $orientation })
  139. ##
  140. # The linearization status of the document; usually called "Fast Web View" in
  141. # English locales of Adobe software.
  142. pdfjs-document-properties-linearized = العرض السريع عبر الوِب:
  143. pdfjs-document-properties-linearized-yes = نعم
  144. pdfjs-document-properties-linearized-no = لا
  145. pdfjs-document-properties-close-button = أغلق
  146. ## Print
  147. pdfjs-print-progress-message = يُحضّر المستند للطباعة…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = { $progress }٪
  151. pdfjs-print-progress-close-button = ألغِ
  152. pdfjs-printing-not-supported = تحذير: لا يدعم هذا المتصفح الطباعة بشكل كامل.
  153. pdfjs-printing-not-ready = تحذير: ملف PDF لم يُحمّل كاملًا للطباعة.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = بدّل ظهور الشريط الجانبي
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = بدّل ظهور الشريط الجانبي (يحتوي المستند على مخطط أو مرفقات أو طبقات)
  159. pdfjs-toggle-sidebar-button-label = بدّل ظهور الشريط الجانبي
  160. pdfjs-document-outline-button =
  161. .title = اعرض فهرس المستند (نقر مزدوج لتمديد أو تقليص كل العناصر)
  162. pdfjs-document-outline-button-label = مخطط المستند
  163. pdfjs-attachments-button =
  164. .title = اعرض المرفقات
  165. pdfjs-attachments-button-label = المُرفقات
  166. pdfjs-layers-button =
  167. .title = اعرض الطبقات (انقر مرتين لتصفير كل الطبقات إلى الحالة المبدئية)
  168. pdfjs-layers-button-label = ‏‏الطبقات
  169. pdfjs-thumbs-button =
  170. .title = اعرض مُصغرات
  171. pdfjs-thumbs-button-label = مُصغّرات
  172. pdfjs-current-outline-item-button =
  173. .title = ابحث عن عنصر المخطّط التفصيلي الحالي
  174. pdfjs-current-outline-item-button-label = عنصر المخطّط التفصيلي الحالي
  175. pdfjs-findbar-button =
  176. .title = ابحث في المستند
  177. pdfjs-findbar-button-label = ابحث
  178. pdfjs-additional-layers = الطبقات الإضافية
  179. ## Thumbnails panel item (tooltip and alt text for images)
  180. # Variables:
  181. # $page (Number) - the page number
  182. pdfjs-thumb-page-title =
  183. .title = صفحة { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = مصغّرة صفحة { $page }
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = ابحث
  191. .placeholder = ابحث في المستند…
  192. pdfjs-find-previous-button =
  193. .title = ابحث عن التّواجد السّابق للعبارة
  194. pdfjs-find-previous-button-label = السابق
  195. pdfjs-find-next-button =
  196. .title = ابحث عن التّواجد التّالي للعبارة
  197. pdfjs-find-next-button-label = التالي
  198. pdfjs-find-highlight-checkbox = أبرِز الكل
  199. pdfjs-find-match-case-checkbox-label = طابق حالة الأحرف
  200. pdfjs-find-match-diacritics-checkbox-label = طابِق الحركات
  201. pdfjs-find-entire-word-checkbox-label = كلمات كاملة
  202. pdfjs-find-reached-top = تابعت من الأسفل بعدما وصلت إلى بداية المستند
  203. pdfjs-find-reached-bottom = تابعت من الأعلى بعدما وصلت إلى نهاية المستند
  204. # Variables:
  205. # $current (Number) - the index of the currently active find result
  206. # $total (Number) - the total number of matches in the document
  207. pdfjs-find-match-count =
  208. { $total ->
  209. [zero] لا مطابقة
  210. [one] { $current } من أصل { $total } مطابقة
  211. [two] { $current } من أصل { $total } مطابقة
  212. [few] { $current } من أصل { $total } مطابقة
  213. [many] { $current } من أصل { $total } مطابقة
  214. *[other] { $current } من أصل { $total } مطابقة
  215. }
  216. # Variables:
  217. # $limit (Number) - the maximum number of matches
  218. pdfjs-find-match-count-limit =
  219. { $limit ->
  220. [zero] { $limit } مطابقة
  221. [one] أكثر من { $limit } مطابقة
  222. [two] أكثر من { $limit } مطابقة
  223. [few] أكثر من { $limit } مطابقة
  224. [many] أكثر من { $limit } مطابقة
  225. *[other] أكثر من { $limit } مطابقات
  226. }
  227. pdfjs-find-not-found = لا وجود للعبارة
  228. ## Predefined zoom values
  229. pdfjs-page-scale-width = عرض الصفحة
  230. pdfjs-page-scale-fit = ملائمة الصفحة
  231. pdfjs-page-scale-auto = تقريب تلقائي
  232. pdfjs-page-scale-actual = الحجم الفعلي
  233. # Variables:
  234. # $scale (Number) - percent value for page scale
  235. pdfjs-page-scale-percent = { $scale }٪
  236. ## PDF page
  237. # Variables:
  238. # $page (Number) - the page number
  239. pdfjs-page-landmark =
  240. .aria-label = صفحة { $page }
  241. ## Loading indicator messages
  242. pdfjs-loading-error = حدث عطل أثناء تحميل ملف PDF.
  243. pdfjs-invalid-file-error = ملف PDF تالف أو غير صحيح.
  244. pdfjs-missing-file-error = ملف PDF غير موجود.
  245. pdfjs-unexpected-response-error = استجابة خادوم غير متوقعة.
  246. pdfjs-rendering-error = حدث خطأ أثناء عرض الصفحة.
  247. ## Annotations
  248. # Variables:
  249. # $date (Date) - the modification date of the annotation
  250. # $time (Time) - the modification time of the annotation
  251. pdfjs-annotation-date-string = { $date }، { $time }
  252. # .alt: This is used as a tooltip.
  253. # Variables:
  254. # $type (String) - an annotation type from a list defined in the PDF spec
  255. # (32000-1:2008 Table 169 – Annotation types).
  256. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  257. pdfjs-text-annotation-type =
  258. .alt = [تعليق { $type }]
  259. ## Password
  260. pdfjs-password-label = أدخل لكلمة السر لفتح هذا الملف.
  261. pdfjs-password-invalid = كلمة سر خطأ. من فضلك أعد المحاولة.
  262. pdfjs-password-ok-button = حسنا
  263. pdfjs-password-cancel-button = ألغِ
  264. pdfjs-web-fonts-disabled = خطوط الوب مُعطّلة: تعذّر استخدام خطوط PDF المُضمّنة.
  265. ## Editing
  266. pdfjs-editor-free-text-button =
  267. .title = نص
  268. pdfjs-editor-free-text-button-label = نص
  269. pdfjs-editor-ink-button =
  270. .title = ارسم
  271. pdfjs-editor-ink-button-label = ارسم
  272. pdfjs-editor-stamp-button =
  273. .title = أضِف أو حرّر الصور
  274. pdfjs-editor-stamp-button-label = أضِف أو حرّر الصور
  275. pdfjs-editor-highlight-button =
  276. .title = أبرِز
  277. pdfjs-editor-highlight-button-label = أبرِز
  278. pdfjs-highlight-floating-button1 =
  279. .title = أبرِز
  280. .aria-label = أبرِز
  281. pdfjs-highlight-floating-button-label = أبرِز
  282. ## Remove button for the various kind of editor.
  283. pdfjs-editor-remove-ink-button =
  284. .title = أزِل الرسم
  285. pdfjs-editor-remove-freetext-button =
  286. .title = أزِل النص
  287. pdfjs-editor-remove-stamp-button =
  288. .title = أزِل الصورة
  289. pdfjs-editor-remove-highlight-button =
  290. .title = أزِل الإبراز
  291. ##
  292. # Editor Parameters
  293. pdfjs-editor-free-text-color-input = اللون
  294. pdfjs-editor-free-text-size-input = الحجم
  295. pdfjs-editor-ink-color-input = اللون
  296. pdfjs-editor-ink-thickness-input = السماكة
  297. pdfjs-editor-ink-opacity-input = العتامة
  298. pdfjs-editor-stamp-add-image-button =
  299. .title = أضِف صورة
  300. pdfjs-editor-stamp-add-image-button-label = أضِف صورة
  301. # This refers to the thickness of the line used for free highlighting (not bound to text)
  302. pdfjs-editor-free-highlight-thickness-input = السماكة
  303. pdfjs-editor-free-highlight-thickness-title =
  304. .title = غيّر السُمك عند إبراز عناصر أُخرى غير النص
  305. pdfjs-free-text =
  306. .aria-label = محرِّر النص
  307. pdfjs-free-text-default-content = ابدأ الكتابة…
  308. pdfjs-ink =
  309. .aria-label = محرِّر الرسم
  310. pdfjs-ink-canvas =
  311. .aria-label = صورة أنشأها المستخدم
  312. ## Alt-text dialog
  313. # Alternative text (alt text) helps when people can't see the image.
  314. pdfjs-editor-alt-text-button-label = نص بديل
  315. pdfjs-editor-alt-text-edit-button-label = تحرير النص البديل
  316. pdfjs-editor-alt-text-dialog-label = اختر خيار
  317. pdfjs-editor-alt-text-dialog-description = يساعد النص البديل عندما لا يتمكن الأشخاص من رؤية الصورة أو عندما لا يتم تحميلها.
  318. pdfjs-editor-alt-text-add-description-label = أضِف وصف
  319. pdfjs-editor-alt-text-add-description-description = استهدف جملتين تصفان الموضوع أو الإعداد أو الإجراءات.
  320. pdfjs-editor-alt-text-mark-decorative-label = علّمها على أنها زخرفية
  321. pdfjs-editor-alt-text-mark-decorative-description = يُستخدم هذا في الصور المزخرفة، مثل الحدود أو العلامات المائية.
  322. pdfjs-editor-alt-text-cancel-button = ألغِ
  323. pdfjs-editor-alt-text-save-button = احفظ
  324. pdfjs-editor-alt-text-decorative-tooltip = عُلّمت على أنها زخرفية
  325. # .placeholder: This is a placeholder for the alt text input area
  326. pdfjs-editor-alt-text-textarea =
  327. .placeholder = على سبيل المثال، "يجلس شاب على الطاولة لتناول وجبة"
  328. ## Editor resizers
  329. ## This is used in an aria label to help to understand the role of the resizer.
  330. pdfjs-editor-resizer-label-top-left = الزاوية اليُسرى العُليا — غيّر الحجم
  331. pdfjs-editor-resizer-label-top-middle = أعلى الوسط - غيّر الحجم
  332. pdfjs-editor-resizer-label-top-right = الزاوية اليُمنى العُليا - غيّر الحجم
  333. pdfjs-editor-resizer-label-middle-right = اليمين الأوسط - غيّر الحجم
  334. pdfjs-editor-resizer-label-bottom-right = الزاوية اليُمنى السُفلى - غيّر الحجم
  335. pdfjs-editor-resizer-label-bottom-middle = أسفل الوسط - غيّر الحجم
  336. pdfjs-editor-resizer-label-bottom-left = الزاوية اليُسرى السُفلية - غيّر الحجم
  337. pdfjs-editor-resizer-label-middle-left = مُنتصف اليسار - غيّر الحجم
  338. pdfjs-editor-resizer-top-left =
  339. .aria-label = الزاوية اليُسرى العُليا — غيّر الحجم
  340. pdfjs-editor-resizer-top-middle =
  341. .aria-label = أعلى الوسط - غيّر الحجم
  342. pdfjs-editor-resizer-top-right =
  343. .aria-label = الزاوية اليُمنى العُليا - غيّر الحجم
  344. pdfjs-editor-resizer-middle-right =
  345. .aria-label = اليمين الأوسط - غيّر الحجم
  346. pdfjs-editor-resizer-bottom-right =
  347. .aria-label = الزاوية اليُمنى السُفلى - غيّر الحجم
  348. pdfjs-editor-resizer-bottom-middle =
  349. .aria-label = أسفل الوسط - غيّر الحجم
  350. pdfjs-editor-resizer-bottom-left =
  351. .aria-label = الزاوية اليُسرى السُفلية - غيّر الحجم
  352. pdfjs-editor-resizer-middle-left =
  353. .aria-label = مُنتصف اليسار - غيّر الحجم
  354. ## Color picker
  355. # This means "Color used to highlight text"
  356. pdfjs-editor-highlight-colorpicker-label = أبرِز اللون
  357. pdfjs-editor-colorpicker-button =
  358. .title = غيّر اللون
  359. pdfjs-editor-colorpicker-dropdown =
  360. .aria-label = اختيارات الألوان
  361. pdfjs-editor-colorpicker-yellow =
  362. .title = أصفر
  363. pdfjs-editor-colorpicker-green =
  364. .title = أخضر
  365. pdfjs-editor-colorpicker-blue =
  366. .title = أزرق
  367. pdfjs-editor-colorpicker-pink =
  368. .title = وردي
  369. pdfjs-editor-colorpicker-red =
  370. .title = أحمر
  371. ## Show all highlights
  372. ## This is a toggle button to show/hide all the highlights.
  373. pdfjs-editor-highlight-show-all-button-label = أظهِر الكل
  374. pdfjs-editor-highlight-show-all-button =
  375. .title = أظهِر الكل
  376. ## New alt-text dialog
  377. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  378. ## Image alt-text settings