1
0

viewer.ftl 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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 = صفحه فعلی (مشاهده نشانی اینترنتی از صفحه فعلی)
  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-spread-none-button =
  83. .title = صفحات پیوسته را یکی نکنید
  84. pdfjs-spread-none-button-label = بدون صفحات پیوسته
  85. ## Document properties dialog
  86. pdfjs-document-properties-button =
  87. .title = خصوصیات سند...
  88. pdfjs-document-properties-button-label = خصوصیات سند...
  89. pdfjs-document-properties-file-name = نام پرونده:
  90. pdfjs-document-properties-file-size = حجم پرونده:
  91. # Variables:
  92. # $kb (Number) - the PDF file size in kilobytes
  93. # $b (Number) - the PDF file size in bytes
  94. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } کیلوبایت ({ $b } بایت)
  95. # Variables:
  96. # $mb (Number) - the PDF file size in megabytes
  97. # $b (Number) - the PDF file size in bytes
  98. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } مگابایت ({ $b } بایت)
  99. # Variables:
  100. # $size_kb (Number) - the PDF file size in kilobytes
  101. # $size_b (Number) - the PDF file size in bytes
  102. pdfjs-document-properties-kb = { $size_kb } کیلوبایت ({ $size_b } بایت)
  103. # Variables:
  104. # $size_mb (Number) - the PDF file size in megabytes
  105. # $size_b (Number) - the PDF file size in bytes
  106. pdfjs-document-properties-mb = { $size_mb } مگابایت ({ $size_b } بایت)
  107. pdfjs-document-properties-title = عنوان:
  108. pdfjs-document-properties-author = نویسنده:
  109. pdfjs-document-properties-subject = موضوع:
  110. pdfjs-document-properties-keywords = کلیدواژه‌ها:
  111. pdfjs-document-properties-creation-date = تاریخ ایجاد:
  112. pdfjs-document-properties-modification-date = تاریخ ویرایش:
  113. # Variables:
  114. # $dateObj (Date) - the creation/modification date and time of the PDF file
  115. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  116. # Variables:
  117. # $date (Date) - the creation/modification date of the PDF file
  118. # $time (Time) - the creation/modification time of the PDF file
  119. pdfjs-document-properties-date-string = { $date }، { $time }
  120. pdfjs-document-properties-creator = ایجاد کننده:
  121. pdfjs-document-properties-producer = ایجاد کننده PDF:
  122. pdfjs-document-properties-version = نسخه PDF:
  123. pdfjs-document-properties-page-count = تعداد صفحات:
  124. pdfjs-document-properties-page-size = اندازه صفحه:
  125. pdfjs-document-properties-page-size-unit-inches = اینچ
  126. pdfjs-document-properties-page-size-unit-millimeters = میلی‌متر
  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. pdfjs-document-properties-linearized-yes = بله
  141. pdfjs-document-properties-linearized-no = خیر
  142. pdfjs-document-properties-close-button = بستن
  143. ## Print
  144. pdfjs-print-progress-message = آماده سازی مدارک برای چاپ کردن…
  145. # Variables:
  146. # $progress (Number) - percent value
  147. pdfjs-print-progress-percent = { $progress }%
  148. pdfjs-print-progress-close-button = لغو
  149. pdfjs-printing-not-supported = هشدار: قابلیت چاپ به‌طور کامل در این مرورگر پشتیبانی نمی‌شود.
  150. pdfjs-printing-not-ready = اخطار: پرونده PDF بطور کامل بارگیری نشده و امکان چاپ وجود ندارد.
  151. ## Tooltips and alt text for side panel toolbar buttons
  152. pdfjs-toggle-sidebar-button =
  153. .title = باز و بسته کردن نوار کناری
  154. pdfjs-toggle-sidebar-button-label = تغییرحالت نوارکناری
  155. pdfjs-document-outline-button =
  156. .title = نمایش رئوس مطالب مدارک(برای بازشدن/جمع شدن همه موارد دوبار کلیک کنید)
  157. pdfjs-document-outline-button-label = طرح نوشتار
  158. pdfjs-attachments-button =
  159. .title = نمایش پیوست‌ها
  160. pdfjs-attachments-button-label = پیوست‌ها
  161. pdfjs-layers-button-label = لایه‌ها
  162. pdfjs-thumbs-button =
  163. .title = نمایش تصاویر بندانگشتی
  164. pdfjs-thumbs-button-label = تصاویر بندانگشتی
  165. pdfjs-findbar-button =
  166. .title = جستجو در سند
  167. pdfjs-findbar-button-label = پیدا کردن
  168. ## Thumbnails panel item (tooltip and alt text for images)
  169. # Variables:
  170. # $page (Number) - the page number
  171. pdfjs-thumb-page-title =
  172. .title = صفحه { $page }
  173. # Variables:
  174. # $page (Number) - the page number
  175. pdfjs-thumb-page-canvas =
  176. .aria-label = تصویر بند‌ انگشتی صفحه { $page }
  177. ## Find panel button title and messages
  178. pdfjs-find-input =
  179. .title = پیدا کردن
  180. .placeholder = پیدا کردن در سند…
  181. pdfjs-find-previous-button =
  182. .title = پیدا کردن رخداد قبلی عبارت
  183. pdfjs-find-previous-button-label = قبلی
  184. pdfjs-find-next-button =
  185. .title = پیدا کردن رخداد بعدی عبارت
  186. pdfjs-find-next-button-label = بعدی
  187. pdfjs-find-highlight-checkbox = برجسته و هایلایت کردن همه موارد
  188. pdfjs-find-match-case-checkbox-label = تطبیق کوچکی و بزرگی حروف
  189. pdfjs-find-entire-word-checkbox-label = تمام کلمه‌ها
  190. pdfjs-find-reached-top = به بالای صفحه رسیدیم، از پایین ادامه می‌دهیم
  191. pdfjs-find-reached-bottom = به آخر صفحه رسیدیم، از بالا ادامه می‌دهیم
  192. pdfjs-find-not-found = عبارت پیدا نشد
  193. ## Predefined zoom values
  194. pdfjs-page-scale-width = عرض صفحه
  195. pdfjs-page-scale-fit = اندازه کردن صفحه
  196. pdfjs-page-scale-auto = بزرگنمایی خودکار
  197. pdfjs-page-scale-actual = اندازه واقعی‌
  198. # Variables:
  199. # $scale (Number) - percent value for page scale
  200. pdfjs-page-scale-percent = { $scale }%
  201. ## PDF page
  202. # Variables:
  203. # $page (Number) - the page number
  204. pdfjs-page-landmark =
  205. .aria-label = صفحهٔ { $page }
  206. ## Loading indicator messages
  207. pdfjs-loading-error = هنگام بارگیری پرونده PDF خطایی رخ داد.
  208. pdfjs-invalid-file-error = پرونده PDF نامعتبر یامعیوب می‌باشد.
  209. pdfjs-missing-file-error = پرونده PDF یافت نشد.
  210. pdfjs-unexpected-response-error = پاسخ پیش بینی نشده سرور
  211. pdfjs-rendering-error = هنگام بارگیری صفحه خطایی رخ داد.
  212. ## Annotations
  213. # Variables:
  214. # $date (Date) - the modification date of the annotation
  215. # $time (Time) - the modification time of the annotation
  216. pdfjs-annotation-date-string = { $date }، { $time }
  217. # .alt: This is used as a tooltip.
  218. # Variables:
  219. # $type (String) - an annotation type from a list defined in the PDF spec
  220. # (32000-1:2008 Table 169 – Annotation types).
  221. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  222. pdfjs-text-annotation-type =
  223. .alt = [{ $type } Annotation]
  224. # Variables:
  225. # $dateObj (Date) - the modification date and time of the annotation
  226. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  227. ## Password
  228. pdfjs-password-label = جهت باز کردن پرونده PDF گذرواژه را وارد نمائید.
  229. pdfjs-password-invalid = گذرواژه نامعتبر. لطفا مجددا تلاش کنید.
  230. pdfjs-password-ok-button = تأیید
  231. pdfjs-password-cancel-button = لغو
  232. pdfjs-web-fonts-disabled = فونت های تحت وب غیر فعال شده اند: امکان استفاده از نمایش دهنده داخلی PDF وجود ندارد.
  233. ## Editing
  234. pdfjs-editor-free-text-button =
  235. .title = متن
  236. pdfjs-editor-free-text-button-label = متن
  237. pdfjs-editor-ink-button =
  238. .title = کشیدن
  239. pdfjs-editor-ink-button-label = کشیدن
  240. pdfjs-editor-stamp-button =
  241. .title = افزودن یا ویرایش تصاویر
  242. pdfjs-editor-stamp-button-label = افزودن یا ویرایش تصاویر
  243. pdfjs-editor-highlight-button =
  244. .title = برجسته کردن
  245. pdfjs-editor-highlight-button-label = برجسته کردن
  246. pdfjs-highlight-floating-button1 =
  247. .title = برجسته کردن
  248. .aria-label = برجسته کردن
  249. pdfjs-highlight-floating-button-label = برجسته کردن
  250. ## Default editor aria labels
  251. ## Remove button for the various kind of editor.
  252. ##
  253. # Editor Parameters
  254. pdfjs-editor-free-text-color-input = رنگ
  255. pdfjs-editor-free-text-size-input = اندازه
  256. pdfjs-editor-ink-color-input = رنگ
  257. pdfjs-editor-stamp-add-image-button =
  258. .title = افزودن تصویر
  259. pdfjs-editor-stamp-add-image-button-label = افزودن تصویر
  260. # .default-content is used as a placeholder in an empty text editor.
  261. pdfjs-free-text2 =
  262. .aria-label = ویرایشگر متن
  263. .default-content = شروع به نوشتن کنید…
  264. pdfjs-free-text =
  265. .aria-label = ویرایشگر متن
  266. pdfjs-free-text-default-content = شروع به نوشتن کنید…
  267. ## Alt-text dialog
  268. pdfjs-editor-alt-text-add-description-label = افزودن توضیحات
  269. pdfjs-editor-alt-text-cancel-button = انصراف
  270. pdfjs-editor-alt-text-save-button = ذخیره
  271. ## Editor resizers
  272. ## This is used in an aria label to help to understand the role of the resizer.
  273. ## Color picker
  274. pdfjs-editor-colorpicker-button =
  275. .title = تغییر رنگ
  276. pdfjs-editor-colorpicker-dropdown =
  277. .aria-label = انتخاب رنگ
  278. pdfjs-editor-colorpicker-yellow =
  279. .title = زرد
  280. pdfjs-editor-colorpicker-green =
  281. .title = سبز
  282. pdfjs-editor-colorpicker-blue =
  283. .title = آبی
  284. pdfjs-editor-colorpicker-pink =
  285. .title = صورتی
  286. pdfjs-editor-colorpicker-red =
  287. .title = قرمز
  288. ## Show all highlights
  289. ## This is a toggle button to show/hide all the highlights.
  290. pdfjs-editor-highlight-show-all-button-label = نمایش همه
  291. pdfjs-editor-highlight-show-all-button =
  292. .title = نمایش همه
  293. ## New alt-text dialog
  294. ## 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.
  295. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = بیشتر بدانید
  296. pdfjs-editor-new-alt-text-not-now-button = اکنون نه
  297. pdfjs-editor-new-alt-text-error-close-button = بستن
  298. ## Image alt-text settings
  299. pdfjs-editor-alt-text-settings-delete-model-button = حذف
  300. pdfjs-editor-alt-text-settings-download-model-button = دریافت
  301. pdfjs-editor-alt-text-settings-downloading-model-button = در حال دریافت…
  302. pdfjs-editor-alt-text-settings-close-button = بستن
  303. ## "Annotations removed" bar
  304. ## Add a signature dialog
  305. ## Tab names
  306. ## Tab panels
  307. ## Controls
  308. ## Dialog buttons
  309. ## Main menu for adding/removing signatures
  310. ## Editor toolbar
  311. ## Edit signature description dialog