viewer.ftl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. ## 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. ## Document properties dialog
  62. pdfjs-document-properties-button =
  63. .title = លក្ខណ​សម្បត្តិ​ឯកសារ…
  64. pdfjs-document-properties-button-label = លក្ខណ​សម្បត្តិ​ឯកសារ…
  65. pdfjs-document-properties-file-name = ឈ្មោះ​ឯកសារ៖
  66. pdfjs-document-properties-file-size = ទំហំ​ឯកសារ៖
  67. # Variables:
  68. # $size_kb (Number) - the PDF file size in kilobytes
  69. # $size_b (Number) - the PDF file size in bytes
  70. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } បៃ)
  71. # Variables:
  72. # $size_mb (Number) - the PDF file size in megabytes
  73. # $size_b (Number) - the PDF file size in bytes
  74. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } បៃ)
  75. pdfjs-document-properties-title = ចំណងជើង៖
  76. pdfjs-document-properties-author = អ្នក​និពន្ធ៖
  77. pdfjs-document-properties-subject = ប្រធានបទ៖
  78. pdfjs-document-properties-keywords = ពាក្យ​គន្លឹះ៖
  79. pdfjs-document-properties-creation-date = កាលបរិច្ឆេទ​បង្កើត៖
  80. pdfjs-document-properties-modification-date = កាលបរិច្ឆេទ​កែប្រែ៖
  81. # Variables:
  82. # $date (Date) - the creation/modification date of the PDF file
  83. # $time (Time) - the creation/modification time of the PDF file
  84. pdfjs-document-properties-date-string = { $date }, { $time }
  85. pdfjs-document-properties-creator = អ្នក​បង្កើត៖
  86. pdfjs-document-properties-producer = កម្មវិធី​បង្កើត PDF ៖
  87. pdfjs-document-properties-version = កំណែ PDF ៖
  88. pdfjs-document-properties-page-count = ចំនួន​ទំព័រ៖
  89. pdfjs-document-properties-page-size-unit-inches = អ៊ីញ
  90. pdfjs-document-properties-page-size-unit-millimeters = មម
  91. pdfjs-document-properties-page-size-orientation-portrait = បញ្ឈរ
  92. pdfjs-document-properties-page-size-orientation-landscape = ផ្តេក
  93. pdfjs-document-properties-page-size-name-a-three = A3
  94. pdfjs-document-properties-page-size-name-a-four = A4
  95. pdfjs-document-properties-page-size-name-letter = សំបុត្រ
  96. ## Variables:
  97. ## $width (Number) - the width of the (current) page
  98. ## $height (Number) - the height of the (current) page
  99. ## $unit (String) - the unit of measurement of the (current) page
  100. ## $name (String) - the name of the (current) page
  101. ## $orientation (String) - the orientation of the (current) page
  102. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  103. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  104. ##
  105. pdfjs-document-properties-linearized-yes = បាទ/ចាស
  106. pdfjs-document-properties-linearized-no = ទេ
  107. pdfjs-document-properties-close-button = បិទ
  108. ## Print
  109. pdfjs-print-progress-message = កំពុង​រៀបចំ​ឯកសារ​សម្រាប់​បោះពុម្ព…
  110. # Variables:
  111. # $progress (Number) - percent value
  112. pdfjs-print-progress-percent = { $progress }%
  113. pdfjs-print-progress-close-button = បោះបង់
  114. pdfjs-printing-not-supported = ការ​ព្រមាន ៖ កា​រ​បោះពុម្ព​មិន​ត្រូវ​បាន​គាំទ្រ​ពេញលេញ​ដោយ​កម្មវិធី​រុករក​នេះ​ទេ ។
  115. pdfjs-printing-not-ready = ព្រមាន៖ PDF មិន​ត្រូវ​បាន​ផ្ទុក​ទាំងស្រុង​ដើម្បី​បោះពុម្ព​ទេ។
  116. ## Tooltips and alt text for side panel toolbar buttons
  117. pdfjs-toggle-sidebar-button =
  118. .title = បិទ/បើក​គ្រាប់​រំកិល
  119. pdfjs-toggle-sidebar-button-label = បិទ/បើក​គ្រាប់​រំកិល
  120. pdfjs-document-outline-button =
  121. .title = បង្ហាញ​គ្រោង​ឯកសារ (ចុច​ទ្វេ​ដង​ដើម្បី​ពង្រីក/បង្រួម​ធាតុ​ទាំងអស់)
  122. pdfjs-document-outline-button-label = គ្រោង​ឯកសារ
  123. pdfjs-attachments-button =
  124. .title = បង្ហាញ​ឯកសារ​ភ្ជាប់
  125. pdfjs-attachments-button-label = ឯកសារ​ភ្ជាប់
  126. pdfjs-thumbs-button =
  127. .title = បង្ហាញ​រូបភាព​តូចៗ
  128. pdfjs-thumbs-button-label = រួបភាព​តូចៗ
  129. pdfjs-findbar-button =
  130. .title = រក​នៅ​ក្នុង​ឯកសារ
  131. pdfjs-findbar-button-label = រក
  132. ## Thumbnails panel item (tooltip and alt text for images)
  133. # Variables:
  134. # $page (Number) - the page number
  135. pdfjs-thumb-page-title =
  136. .title = ទំព័រ { $page }
  137. # Variables:
  138. # $page (Number) - the page number
  139. pdfjs-thumb-page-canvas =
  140. .aria-label = រូបភាព​តូច​របស់​ទំព័រ { $page }
  141. ## Find panel button title and messages
  142. pdfjs-find-input =
  143. .title = រក
  144. .placeholder = រក​នៅ​ក្នុង​ឯកសារ...
  145. pdfjs-find-previous-button =
  146. .title = រក​ពាក្យ ឬ​ឃ្លា​ដែល​បាន​ជួប​មុន
  147. pdfjs-find-previous-button-label = មុន
  148. pdfjs-find-next-button =
  149. .title = រក​ពាក្យ ឬ​ឃ្លា​ដែល​បាន​ជួប​បន្ទាប់
  150. pdfjs-find-next-button-label = បន្ទាប់
  151. pdfjs-find-highlight-checkbox = បន្លិច​ទាំងអស់
  152. pdfjs-find-match-case-checkbox-label = ករណី​ដំណូច
  153. pdfjs-find-reached-top = បាន​បន្ត​ពី​ខាង​ក្រោម ទៅ​ដល់​ខាង​​លើ​នៃ​ឯកសារ
  154. pdfjs-find-reached-bottom = បាន​បន្ត​ពី​ខាងលើ ទៅដល់​ចុង​​នៃ​ឯកសារ
  155. pdfjs-find-not-found = រក​មិន​ឃើញ​ពាក្យ ឬ​ឃ្លា
  156. ## Predefined zoom values
  157. pdfjs-page-scale-width = ទទឹង​ទំព័រ
  158. pdfjs-page-scale-fit = សម​ទំព័រ
  159. pdfjs-page-scale-auto = ពង្រីក​ស្វ័យប្រវត្តិ
  160. pdfjs-page-scale-actual = ទំហំ​ជាក់ស្ដែង
  161. # Variables:
  162. # $scale (Number) - percent value for page scale
  163. pdfjs-page-scale-percent = { $scale }%
  164. ## PDF page
  165. ## Loading indicator messages
  166. pdfjs-loading-error = មាន​កំហុស​បាន​កើតឡើង​ពេល​កំពុង​ផ្ទុក PDF ។
  167. pdfjs-invalid-file-error = ឯកសារ PDF ខូច ឬ​មិន​ត្រឹមត្រូវ ។
  168. pdfjs-missing-file-error = បាត់​ឯកសារ PDF
  169. pdfjs-unexpected-response-error = ការ​ឆ្លើយ​តម​ម៉ាស៊ីន​មេ​ដែល​មិន​បាន​រំពឹង។
  170. pdfjs-rendering-error = មាន​កំហុស​បាន​កើតឡើង​ពេល​បង្ហាញ​ទំព័រ ។
  171. ## Annotations
  172. # .alt: This is used as a tooltip.
  173. # Variables:
  174. # $type (String) - an annotation type from a list defined in the PDF spec
  175. # (32000-1:2008 Table 169 – Annotation types).
  176. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  177. pdfjs-text-annotation-type =
  178. .alt = [{ $type } ចំណារ​ពន្យល់]
  179. ## Password
  180. pdfjs-password-label = បញ្ចូល​ពាក្យសម្ងាត់​ដើម្បី​បើក​ឯកសារ PDF នេះ។
  181. pdfjs-password-invalid = ពាក្យសម្ងាត់​មិន​ត្រឹមត្រូវ។ សូម​ព្យាយាម​ម្ដងទៀត។
  182. pdfjs-password-ok-button = យល់​ព្រម
  183. pdfjs-password-cancel-button = បោះបង់
  184. pdfjs-web-fonts-disabled = បាន​បិទ​ពុម្ពអក្សរ​បណ្ដាញ ៖ មិន​អាច​ប្រើ​ពុម្ពអក្សរ PDF ដែល​បាន​បង្កប់​បាន​ទេ ។
  185. ## Editing
  186. ## Alt-text dialog
  187. ## Editor resizers
  188. ## This is used in an aria label to help to understand the role of the resizer.