1
0

viewer.ftl 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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 } of { $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. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = औज़ार
  42. pdfjs-tools-button-label = औज़ार
  43. pdfjs-first-page-button =
  44. .title = प्रथम पृष्ठ पर जाएँ
  45. pdfjs-first-page-button-label = प्रथम पृष्ठ पर जाएँ
  46. pdfjs-last-page-button =
  47. .title = अंतिम पृष्ठ पर जाएँ
  48. pdfjs-last-page-button-label = अंतिम पृष्ठ पर जाएँ
  49. pdfjs-page-rotate-cw-button =
  50. .title = घड़ी की दिशा में घुमाएँ
  51. pdfjs-page-rotate-cw-button-label = घड़ी की दिशा में घुमाएँ
  52. pdfjs-page-rotate-ccw-button =
  53. .title = घड़ी की दिशा से उल्टा घुमाएँ
  54. pdfjs-page-rotate-ccw-button-label = घड़ी की दिशा से उल्टा घुमाएँ
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = पाठ चयन उपकरण सक्षम करें
  57. pdfjs-cursor-text-select-tool-button-label = पाठ चयन उपकरण
  58. pdfjs-cursor-hand-tool-button =
  59. .title = हस्त उपकरण सक्षम करें
  60. pdfjs-cursor-hand-tool-button-label = हस्त उपकरण
  61. pdfjs-scroll-vertical-button =
  62. .title = लंबवत स्क्रॉलिंग का उपयोग करें
  63. pdfjs-scroll-vertical-button-label = लंबवत स्क्रॉलिंग
  64. pdfjs-scroll-horizontal-button =
  65. .title = क्षितिजिय स्क्रॉलिंग का उपयोग करें
  66. pdfjs-scroll-horizontal-button-label = क्षितिजिय स्क्रॉलिंग
  67. pdfjs-scroll-wrapped-button =
  68. .title = व्राप्पेड स्क्रॉलिंग का उपयोग करें
  69. pdfjs-spread-none-button-label = कोई स्प्रेड उपलब्ध नहीं
  70. pdfjs-spread-odd-button =
  71. .title = विषम-क्रमांकित पृष्ठों से प्रारंभ होने वाले पृष्ठ स्प्रेड में शामिल हों
  72. pdfjs-spread-odd-button-label = विषम फैलाव
  73. ## Document properties dialog
  74. pdfjs-document-properties-button =
  75. .title = दस्तावेज़ विशेषता...
  76. pdfjs-document-properties-button-label = दस्तावेज़ विशेषता...
  77. pdfjs-document-properties-file-name = फ़ाइल नाम:
  78. pdfjs-document-properties-file-size = फाइल आकारः
  79. # Variables:
  80. # $size_kb (Number) - the PDF file size in kilobytes
  81. # $size_b (Number) - the PDF file size in bytes
  82. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bytes)
  83. # Variables:
  84. # $size_mb (Number) - the PDF file size in megabytes
  85. # $size_b (Number) - the PDF file size in bytes
  86. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  87. pdfjs-document-properties-title = शीर्षक:
  88. pdfjs-document-properties-author = लेखकः
  89. pdfjs-document-properties-subject = विषय:
  90. pdfjs-document-properties-keywords = कुंजी-शब्द:
  91. pdfjs-document-properties-creation-date = निर्माण दिनांक:
  92. pdfjs-document-properties-modification-date = संशोधन दिनांक:
  93. # Variables:
  94. # $date (Date) - the creation/modification date of the PDF file
  95. # $time (Time) - the creation/modification time of the PDF file
  96. pdfjs-document-properties-date-string = { $date }, { $time }
  97. pdfjs-document-properties-creator = निर्माता:
  98. pdfjs-document-properties-producer = PDF उत्पादक:
  99. pdfjs-document-properties-version = PDF संस्करण:
  100. pdfjs-document-properties-page-count = पृष्ठ गिनती:
  101. pdfjs-document-properties-page-size = पृष्ठ आकार:
  102. pdfjs-document-properties-page-size-unit-inches = इंच
  103. pdfjs-document-properties-page-size-unit-millimeters = मिमी
  104. pdfjs-document-properties-page-size-orientation-portrait = पोर्ट्रेट
  105. pdfjs-document-properties-page-size-orientation-landscape = लैंडस्केप
  106. pdfjs-document-properties-page-size-name-a-three = A3
  107. pdfjs-document-properties-page-size-name-a-four = A4
  108. pdfjs-document-properties-page-size-name-letter = पत्र
  109. pdfjs-document-properties-page-size-name-legal = क़ानूनी
  110. ## Variables:
  111. ## $width (Number) - the width of the (current) page
  112. ## $height (Number) - the height of the (current) page
  113. ## $unit (String) - the unit of measurement of the (current) page
  114. ## $name (String) - the name of the (current) page
  115. ## $orientation (String) - the orientation of the (current) page
  116. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  117. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  118. ##
  119. # The linearization status of the document; usually called "Fast Web View" in
  120. # English locales of Adobe software.
  121. pdfjs-document-properties-linearized = तीव्र वेब व्यू:
  122. pdfjs-document-properties-linearized-yes = हाँ
  123. pdfjs-document-properties-linearized-no = नहीं
  124. pdfjs-document-properties-close-button = बंद करें
  125. ## Print
  126. pdfjs-print-progress-message = छपाई के लिए दस्तावेज़ को तैयार किया जा रहा है...
  127. # Variables:
  128. # $progress (Number) - percent value
  129. pdfjs-print-progress-percent = { $progress }%
  130. pdfjs-print-progress-close-button = रद्द करें
  131. pdfjs-printing-not-supported = चेतावनी: इस ब्राउज़र पर छपाई पूरी तरह से समर्थित नहीं है.
  132. pdfjs-printing-not-ready = चेतावनी: PDF छपाई के लिए पूरी तरह से लोड नहीं है.
  133. ## Tooltips and alt text for side panel toolbar buttons
  134. pdfjs-toggle-sidebar-button =
  135. .title = स्लाइडर टॉगल करें
  136. pdfjs-toggle-sidebar-button-label = स्लाइडर टॉगल करें
  137. pdfjs-document-outline-button =
  138. .title = दस्तावेज़ की रूपरेखा दिखाइए (सारी वस्तुओं को फलने अथवा समेटने के लिए दो बार क्लिक करें)
  139. pdfjs-document-outline-button-label = दस्तावेज़ आउटलाइन
  140. pdfjs-attachments-button =
  141. .title = संलग्नक दिखायें
  142. pdfjs-attachments-button-label = संलग्नक
  143. pdfjs-thumbs-button =
  144. .title = लघुछवियाँ दिखाएँ
  145. pdfjs-thumbs-button-label = लघु छवि
  146. pdfjs-findbar-button =
  147. .title = दस्तावेज़ में ढूँढ़ें
  148. pdfjs-findbar-button-label = ढूँढें
  149. ## Thumbnails panel item (tooltip and alt text for images)
  150. # Variables:
  151. # $page (Number) - the page number
  152. pdfjs-thumb-page-title =
  153. .title = पृष्ठ { $page }
  154. # Variables:
  155. # $page (Number) - the page number
  156. pdfjs-thumb-page-canvas =
  157. .aria-label = पृष्ठ { $page } की लघु-छवि
  158. ## Find panel button title and messages
  159. pdfjs-find-input =
  160. .title = ढूँढें
  161. .placeholder = दस्तावेज़ में खोजें...
  162. pdfjs-find-previous-button =
  163. .title = वाक्यांश की पिछली उपस्थिति ढूँढ़ें
  164. pdfjs-find-previous-button-label = पिछला
  165. pdfjs-find-next-button =
  166. .title = वाक्यांश की अगली उपस्थिति ढूँढ़ें
  167. pdfjs-find-next-button-label = अगला
  168. pdfjs-find-highlight-checkbox = सभी आलोकित करें
  169. pdfjs-find-match-case-checkbox-label = मिलान स्थिति
  170. pdfjs-find-entire-word-checkbox-label = संपूर्ण शब्द
  171. pdfjs-find-reached-top = पृष्ठ के ऊपर पहुंच गया, नीचे से जारी रखें
  172. pdfjs-find-reached-bottom = पृष्ठ के नीचे में जा पहुँचा, ऊपर से जारी
  173. pdfjs-find-not-found = वाक्यांश नहीं मिला
  174. ## Predefined zoom values
  175. pdfjs-page-scale-width = पृष्ठ चौड़ाई
  176. pdfjs-page-scale-fit = पृष्ठ फिट
  177. pdfjs-page-scale-auto = स्वचालित जूम
  178. pdfjs-page-scale-actual = वास्तविक आकार
  179. # Variables:
  180. # $scale (Number) - percent value for page scale
  181. pdfjs-page-scale-percent = { $scale }%
  182. ## PDF page
  183. ## Loading indicator messages
  184. pdfjs-loading-error = PDF लोड करते समय एक त्रुटि हुई.
  185. pdfjs-invalid-file-error = अमान्य या भ्रष्ट PDF फ़ाइल.
  186. pdfjs-missing-file-error = अनुपस्थित PDF फ़ाइल.
  187. pdfjs-unexpected-response-error = अप्रत्याशित सर्वर प्रतिक्रिया.
  188. pdfjs-rendering-error = पृष्ठ रेंडरिंग के दौरान त्रुटि आई.
  189. ## Annotations
  190. # Variables:
  191. # $date (Date) - the modification date of the annotation
  192. # $time (Time) - the modification time of the annotation
  193. pdfjs-annotation-date-string = { $date }, { $time }
  194. # .alt: This is used as a tooltip.
  195. # Variables:
  196. # $type (String) - an annotation type from a list defined in the PDF spec
  197. # (32000-1:2008 Table 169 – Annotation types).
  198. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  199. pdfjs-text-annotation-type =
  200. .alt = [{ $type } Annotation]
  201. ## Password
  202. pdfjs-password-label = इस PDF फ़ाइल को खोलने के लिए कृपया कूटशब्द भरें.
  203. pdfjs-password-invalid = अवैध कूटशब्द, कृपया फिर कोशिश करें.
  204. pdfjs-password-ok-button = OK
  205. pdfjs-password-cancel-button = रद्द करें
  206. pdfjs-web-fonts-disabled = वेब फॉन्ट्स निष्क्रिय हैं: अंतःस्थापित PDF फॉन्टस के उपयोग में असमर्थ.
  207. ## Editing
  208. ## Default editor aria labels
  209. ## Remove button for the various kind of editor.
  210. ##
  211. # Editor Parameters
  212. pdfjs-editor-free-text-color-input = रंग
  213. ## Alt-text dialog
  214. ## Editor resizers
  215. ## This is used in an aria label to help to understand the role of the resizer.
  216. ## Color picker
  217. ## Show all highlights
  218. ## This is a toggle button to show/hide all the highlights.
  219. ## New alt-text dialog
  220. ## 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.
  221. ## Image alt-text settings
  222. ## "Annotations removed" bar
  223. ## Add a signature dialog
  224. ## Tab names
  225. ## Tab panels
  226. ## Controls
  227. ## Dialog buttons
  228. ## Main menu for adding/removing signatures
  229. ## Editor toolbar
  230. ## Edit signature description dialog