viewer.properties 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=صفحهٔ قبلی
  16. previous_label=قبلی
  17. next.title=صفحهٔ بعدی
  18. next_label=بعدی
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=صفحه
  21. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  22. # representing the total number of pages in the document.
  23. of_pages=از {{pagesCount}}
  24. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  25. # will be replaced by a number representing the currently visible page,
  26. # respectively a number representing the total number of pages in the document.
  27. page_of_pages=({{pageNumber}}از {{pagesCount}})
  28. zoom_out.title=کوچک‌نمایی
  29. zoom_out_label=کوچک‌نمایی
  30. zoom_in.title=بزرگ‌نمایی
  31. zoom_in_label=بزرگ‌نمایی
  32. zoom.title=زوم
  33. presentation_mode.title=تغییر به حالت ارائه
  34. presentation_mode_label=حالت ارائه
  35. open_file.title=باز کردن پرونده
  36. open_file_label=باز کردن
  37. print.title=چاپ
  38. print_label=چاپ
  39. download.title=بارگیری
  40. download_label=بارگیری
  41. bookmark.title=نمای فعلی (رونوشت و یا نشان دادن در پنجره جدید)
  42. bookmark_label=نمای فعلی
  43. # Secondary toolbar and context menu
  44. tools.title=ابزارها
  45. tools_label=ابزارها
  46. first_page.title=برو به اولین صفحه
  47. first_page_label=برو به اولین صفحه
  48. last_page.title=برو به آخرین صفحه
  49. last_page_label=برو به آخرین صفحه
  50. page_rotate_cw.title=چرخش ساعتگرد
  51. page_rotate_cw_label=چرخش ساعتگرد
  52. page_rotate_ccw.title=چرخش پاد ساعتگرد
  53. page_rotate_ccw_label=چرخش پاد ساعتگرد
  54. cursor_text_select_tool.title=فعال کردن ابزارِ انتخابِ متن
  55. cursor_text_select_tool_label=ابزارِ انتخابِ متن
  56. cursor_hand_tool.title=فعال کردن ابزارِ دست
  57. cursor_hand_tool_label=ابزار دست
  58. scroll_vertical.title=استفاده از پیمایش عمودی
  59. scroll_vertical_label=پیمایش عمودی
  60. scroll_horizontal.title=استفاده از پیمایش افقی
  61. scroll_horizontal_label=پیمایش افقی
  62. # Document properties dialog box
  63. document_properties.title=خصوصیات سند...
  64. document_properties_label=خصوصیات سند...
  65. document_properties_file_name=نام فایل:
  66. document_properties_file_size=حجم پرونده:
  67. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  68. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  69. document_properties_kb={{size_kb}} کیلوبایت ({{size_b}} بایت)
  70. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  71. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  72. document_properties_mb={{size_mb}} مگابایت ({{size_b}} بایت)
  73. document_properties_title=عنوان:
  74. document_properties_author=نویسنده:
  75. document_properties_subject=موضوع:
  76. document_properties_keywords=کلیدواژه‌ها:
  77. document_properties_creation_date=تاریخ ایجاد:
  78. document_properties_modification_date=تاریخ ویرایش:
  79. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  80. # will be replaced by the creation/modification date, and time, of the PDF file.
  81. document_properties_date_string={{date}}، {{time}}
  82. document_properties_creator=ایجاد کننده:
  83. document_properties_producer=ایجاد کننده PDF:
  84. document_properties_version=نسخه PDF:
  85. document_properties_page_count=تعداد صفحات:
  86. document_properties_page_size=اندازه صفحه:
  87. document_properties_page_size_unit_inches=اینچ
  88. document_properties_page_size_unit_millimeters=میلی‌متر
  89. document_properties_page_size_name_a3=A3
  90. document_properties_page_size_name_a4=A4
  91. document_properties_page_size_name_letter=نامه
  92. document_properties_page_size_name_legal=حقوقی
  93. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  94. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  95. # the size, respectively their unit of measurement and orientation, of the (current) page.
  96. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
  97. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  98. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  99. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  100. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
  101. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  102. # the document; usually called "Fast Web View" in English locales of Adobe software.
  103. document_properties_linearized_yes=بله
  104. document_properties_linearized_no=خیر
  105. document_properties_close=بستن
  106. print_progress_message=آماده سازی مدارک برای چاپ کردن…
  107. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  108. # a numerical per cent value.
  109. print_progress_percent={{progress}}%
  110. print_progress_close=لغو
  111. # Tooltips and alt text for side panel toolbar buttons
  112. # (the _label strings are alt text for the buttons, the .title strings are
  113. # tooltips)
  114. toggle_sidebar.title=باز و بسته کردن نوار کناری
  115. toggle_sidebar_label=تغییرحالت نوارکناری
  116. document_outline.title=نمایش رئوس مطالب مدارک(برای بازشدن/جمع شدن همه موارد دوبار کلیک کنید)
  117. document_outline_label=طرح نوشتار
  118. attachments.title=نمایش پیوست‌ها
  119. attachments_label=پیوست‌ها
  120. thumbs.title=نمایش تصاویر بندانگشتی
  121. thumbs_label=تصاویر بندانگشتی
  122. findbar.title=جستجو در سند
  123. findbar_label=پیدا کردن
  124. # Thumbnails panel item (tooltip and alt text for images)
  125. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  126. # number.
  127. thumb_page_title=صفحه {{page}}
  128. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  129. # number.
  130. thumb_page_canvas=تصویر بند‌ انگشتی صفحه {{page}}
  131. # Find panel button title and messages
  132. find_input.title=پیدا کردن
  133. find_input.placeholder=پیدا کردن در سند…
  134. find_previous.title=پیدا کردن رخداد قبلی عبارت
  135. find_previous_label=قبلی
  136. find_next.title=پیدا کردن رخداد بعدی عبارت
  137. find_next_label=بعدی
  138. find_highlight=برجسته و هایلایت کردن همه موارد
  139. find_match_case_label=تطبیق کوچکی و بزرگی حروف
  140. find_entire_word_label=تمام کلمه‌ها
  141. find_reached_top=به بالای صفحه رسیدیم، از پایین ادامه می‌دهیم
  142. find_reached_bottom=به آخر صفحه رسیدیم، از بالا ادامه می‌دهیم
  143. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  144. # [one|two|few|many|other], with [other] as the default value.
  145. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  146. # index of the currently active find result, respectively a number representing
  147. # the total number of matches in the document.
  148. find_match_count[one]={{current}} از {{total}} مطابقت دارد
  149. find_match_count[two]={{current}} از {{total}} مطابقت دارد
  150. find_match_count[few]={{current}} از {{total}} مطابقت دارد
  151. find_match_count[many]={{current}} از {{total}} مطابقت دارد
  152. find_match_count[other]={{current}} از {{total}} مطابقت دارد
  153. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  154. # [zero|one|two|few|many|other], with [other] as the default value.
  155. # "{{limit}}" will be replaced by a numerical value.
  156. find_not_found=عبارت پیدا نشد
  157. # Error panel labels
  158. error_more_info=اطلاعات بیشتر
  159. error_less_info=اطلاعات کمتر
  160. error_close=بستن
  161. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  162. # replaced by the PDF.JS version and build ID.
  163. error_version_info=‏PDF.js ورژن{{version}} ‏(ساخت: {{build}})
  164. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  165. # english string describing the error.
  166. error_message=پیام: {{message}}
  167. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  168. # trace.
  169. error_stack=توده: {{stack}}
  170. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  171. error_file=پرونده: {{file}}
  172. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  173. error_line=سطر: {{line}}
  174. rendering_error=هنگام بارگیری صفحه خطایی رخ داد.
  175. # Predefined zoom values
  176. page_scale_width=عرض صفحه
  177. page_scale_fit=اندازه کردن صفحه
  178. page_scale_auto=بزرگنمایی خودکار
  179. page_scale_actual=اندازه واقعی‌
  180. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  181. # numerical scale value.
  182. page_scale_percent={{scale}}%
  183. loading_error=هنگام بارگیری پرونده PDF خطایی رخ داد.
  184. invalid_file_error=پرونده PDF نامعتبر یامعیوب می‌باشد.
  185. missing_file_error=پرونده PDF یافت نشد.
  186. unexpected_response_error=پاسخ پیش بینی نشده سرور
  187. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  188. # "{{type}}" will be replaced with an annotation type from a list defined in
  189. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  190. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  191. text_annotation_type.alt=[{{type}} Annotation]
  192. password_label=جهت باز کردن پرونده PDF گذرواژه را وارد نمائید.
  193. password_invalid=گذرواژه نامعتبر. لطفا مجددا تلاش کنید.
  194. password_ok=تأیید
  195. password_cancel=لغو
  196. printing_not_supported=هشدار: قابلیت چاپ به‌طور کامل در این مرورگر پشتیبانی نمی‌شود.
  197. printing_not_ready=اخطار: پرونده PDF بطور کامل بارگیری نشده و امکان چاپ وجود ندارد.
  198. web_fonts_disabled=فونت های تحت وب غیر فعال شده اند: امکان استفاده از نمایش دهنده داخلی PDF وجود ندارد.