viewer.ftl 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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-label = ذخیره
  40. ## Secondary toolbar and context menu
  41. pdfjs-tools-button =
  42. .title = ابزارها
  43. pdfjs-tools-button-label = ابزارها
  44. pdfjs-first-page-button =
  45. .title = برو به اولین صفحه
  46. pdfjs-first-page-button-label = برو به اولین صفحه
  47. pdfjs-last-page-button =
  48. .title = برو به آخرین صفحه
  49. pdfjs-last-page-button-label = برو به آخرین صفحه
  50. pdfjs-page-rotate-cw-button =
  51. .title = چرخش ساعتگرد
  52. pdfjs-page-rotate-cw-button-label = چرخش ساعتگرد
  53. pdfjs-page-rotate-ccw-button =
  54. .title = چرخش پاد ساعتگرد
  55. pdfjs-page-rotate-ccw-button-label = چرخش پاد ساعتگرد
  56. pdfjs-cursor-text-select-tool-button =
  57. .title = فعال کردن ابزارِ انتخابِ متن
  58. pdfjs-cursor-text-select-tool-button-label = ابزارِ انتخابِ متن
  59. pdfjs-cursor-hand-tool-button =
  60. .title = فعال کردن ابزارِ دست
  61. pdfjs-cursor-hand-tool-button-label = ابزار دست
  62. pdfjs-scroll-vertical-button =
  63. .title = استفاده از پیمایش عمودی
  64. pdfjs-scroll-vertical-button-label = پیمایش عمودی
  65. pdfjs-scroll-horizontal-button =
  66. .title = استفاده از پیمایش افقی
  67. pdfjs-scroll-horizontal-button-label = پیمایش افقی
  68. ## Document properties dialog
  69. pdfjs-document-properties-button =
  70. .title = خصوصیات سند...
  71. pdfjs-document-properties-button-label = خصوصیات سند...
  72. pdfjs-document-properties-file-name = نام فایل:
  73. pdfjs-document-properties-file-size = حجم پرونده:
  74. # Variables:
  75. # $size_kb (Number) - the PDF file size in kilobytes
  76. # $size_b (Number) - the PDF file size in bytes
  77. pdfjs-document-properties-kb = { $size_kb } کیلوبایت ({ $size_b } بایت)
  78. # Variables:
  79. # $size_mb (Number) - the PDF file size in megabytes
  80. # $size_b (Number) - the PDF file size in bytes
  81. pdfjs-document-properties-mb = { $size_mb } مگابایت ({ $size_b } بایت)
  82. pdfjs-document-properties-title = عنوان:
  83. pdfjs-document-properties-author = نویسنده:
  84. pdfjs-document-properties-subject = موضوع:
  85. pdfjs-document-properties-keywords = کلیدواژه‌ها:
  86. pdfjs-document-properties-creation-date = تاریخ ایجاد:
  87. pdfjs-document-properties-modification-date = تاریخ ویرایش:
  88. # Variables:
  89. # $date (Date) - the creation/modification date of the PDF file
  90. # $time (Time) - the creation/modification time of the PDF file
  91. pdfjs-document-properties-date-string = { $date }، { $time }
  92. pdfjs-document-properties-creator = ایجاد کننده:
  93. pdfjs-document-properties-producer = ایجاد کننده PDF:
  94. pdfjs-document-properties-version = نسخه PDF:
  95. pdfjs-document-properties-page-count = تعداد صفحات:
  96. pdfjs-document-properties-page-size = اندازه صفحه:
  97. pdfjs-document-properties-page-size-unit-inches = اینچ
  98. pdfjs-document-properties-page-size-unit-millimeters = میلی‌متر
  99. pdfjs-document-properties-page-size-name-a-three = A3
  100. pdfjs-document-properties-page-size-name-a-four = A4
  101. pdfjs-document-properties-page-size-name-letter = نامه
  102. pdfjs-document-properties-page-size-name-legal = حقوقی
  103. ## Variables:
  104. ## $width (Number) - the width of the (current) page
  105. ## $height (Number) - the height of the (current) page
  106. ## $unit (String) - the unit of measurement of the (current) page
  107. ## $name (String) - the name of the (current) page
  108. ## $orientation (String) - the orientation of the (current) page
  109. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  110. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  111. ##
  112. pdfjs-document-properties-linearized-yes = بله
  113. pdfjs-document-properties-linearized-no = خیر
  114. pdfjs-document-properties-close-button = بستن
  115. ## Print
  116. pdfjs-print-progress-message = آماده سازی مدارک برای چاپ کردن…
  117. # Variables:
  118. # $progress (Number) - percent value
  119. pdfjs-print-progress-percent = { $progress }%
  120. pdfjs-print-progress-close-button = لغو
  121. pdfjs-printing-not-supported = هشدار: قابلیت چاپ به‌طور کامل در این مرورگر پشتیبانی نمی‌شود.
  122. pdfjs-printing-not-ready = اخطار: پرونده PDF بطور کامل بارگیری نشده و امکان چاپ وجود ندارد.
  123. ## Tooltips and alt text for side panel toolbar buttons
  124. pdfjs-toggle-sidebar-button =
  125. .title = باز و بسته کردن نوار کناری
  126. pdfjs-toggle-sidebar-button-label = تغییرحالت نوارکناری
  127. pdfjs-document-outline-button =
  128. .title = نمایش رئوس مطالب مدارک(برای بازشدن/جمع شدن همه موارد دوبار کلیک کنید)
  129. pdfjs-document-outline-button-label = طرح نوشتار
  130. pdfjs-attachments-button =
  131. .title = نمایش پیوست‌ها
  132. pdfjs-attachments-button-label = پیوست‌ها
  133. pdfjs-layers-button-label = لایه‌ها
  134. pdfjs-thumbs-button =
  135. .title = نمایش تصاویر بندانگشتی
  136. pdfjs-thumbs-button-label = تصاویر بندانگشتی
  137. pdfjs-findbar-button =
  138. .title = جستجو در سند
  139. pdfjs-findbar-button-label = پیدا کردن
  140. ## Thumbnails panel item (tooltip and alt text for images)
  141. # Variables:
  142. # $page (Number) - the page number
  143. pdfjs-thumb-page-title =
  144. .title = صفحه { $page }
  145. # Variables:
  146. # $page (Number) - the page number
  147. pdfjs-thumb-page-canvas =
  148. .aria-label = تصویر بند‌ انگشتی صفحه { $page }
  149. ## Find panel button title and messages
  150. pdfjs-find-input =
  151. .title = پیدا کردن
  152. .placeholder = پیدا کردن در سند…
  153. pdfjs-find-previous-button =
  154. .title = پیدا کردن رخداد قبلی عبارت
  155. pdfjs-find-previous-button-label = قبلی
  156. pdfjs-find-next-button =
  157. .title = پیدا کردن رخداد بعدی عبارت
  158. pdfjs-find-next-button-label = بعدی
  159. pdfjs-find-highlight-checkbox = برجسته و هایلایت کردن همه موارد
  160. pdfjs-find-match-case-checkbox-label = تطبیق کوچکی و بزرگی حروف
  161. pdfjs-find-entire-word-checkbox-label = تمام کلمه‌ها
  162. pdfjs-find-reached-top = به بالای صفحه رسیدیم، از پایین ادامه می‌دهیم
  163. pdfjs-find-reached-bottom = به آخر صفحه رسیدیم، از بالا ادامه می‌دهیم
  164. pdfjs-find-not-found = عبارت پیدا نشد
  165. ## Predefined zoom values
  166. pdfjs-page-scale-width = عرض صفحه
  167. pdfjs-page-scale-fit = اندازه کردن صفحه
  168. pdfjs-page-scale-auto = بزرگنمایی خودکار
  169. pdfjs-page-scale-actual = اندازه واقعی‌
  170. # Variables:
  171. # $scale (Number) - percent value for page scale
  172. pdfjs-page-scale-percent = { $scale }%
  173. ## PDF page
  174. # Variables:
  175. # $page (Number) - the page number
  176. pdfjs-page-landmark =
  177. .aria-label = صفحهٔ { $page }
  178. ## Loading indicator messages
  179. pdfjs-loading-error = هنگام بارگیری پرونده PDF خطایی رخ داد.
  180. pdfjs-invalid-file-error = پرونده PDF نامعتبر یامعیوب می‌باشد.
  181. pdfjs-missing-file-error = پرونده PDF یافت نشد.
  182. pdfjs-unexpected-response-error = پاسخ پیش بینی نشده سرور
  183. pdfjs-rendering-error = هنگام بارگیری صفحه خطایی رخ داد.
  184. ## Annotations
  185. # .alt: This is used as a tooltip.
  186. # Variables:
  187. # $type (String) - an annotation type from a list defined in the PDF spec
  188. # (32000-1:2008 Table 169 – Annotation types).
  189. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  190. pdfjs-text-annotation-type =
  191. .alt = [{ $type } Annotation]
  192. ## Password
  193. pdfjs-password-label = جهت باز کردن پرونده PDF گذرواژه را وارد نمائید.
  194. pdfjs-password-invalid = گذرواژه نامعتبر. لطفا مجددا تلاش کنید.
  195. pdfjs-password-ok-button = تأیید
  196. pdfjs-password-cancel-button = لغو
  197. pdfjs-web-fonts-disabled = فونت های تحت وب غیر فعال شده اند: امکان استفاده از نمایش دهنده داخلی PDF وجود ندارد.
  198. ## Editing
  199. pdfjs-editor-free-text-button =
  200. .title = متن
  201. pdfjs-editor-free-text-button-label = متن
  202. pdfjs-editor-ink-button =
  203. .title = کشیدن
  204. pdfjs-editor-ink-button-label = کشیدن
  205. # Editor Parameters
  206. pdfjs-editor-free-text-color-input = رنگ
  207. pdfjs-editor-free-text-size-input = اندازه
  208. pdfjs-editor-ink-color-input = رنگ
  209. ## Alt-text dialog
  210. ## Editor resizers
  211. ## This is used in an aria label to help to understand the role of the resizer.