123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- # This Source Code Form is subject to the terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
- ## Main toolbar buttons (tooltips and alt text for images)
- pdfjs-previous-button =
- .title = ទំព័រមុន
- pdfjs-previous-button-label = មុន
- pdfjs-next-button =
- .title = ទំព័របន្ទាប់
- pdfjs-next-button-label = បន្ទាប់
- # .title: Tooltip for the pageNumber input.
- pdfjs-page-input =
- .title = ទំព័រ
- # Variables:
- # $pagesCount (Number) - the total number of pages in the document
- # This string follows an input field with the number of the page currently displayed.
- pdfjs-of-pages = នៃ { $pagesCount }
- # Variables:
- # $pageNumber (Number) - the currently visible page
- # $pagesCount (Number) - the total number of pages in the document
- pdfjs-page-of-pages = ({ $pageNumber } នៃ { $pagesCount })
- pdfjs-zoom-out-button =
- .title = បង្រួម
- pdfjs-zoom-out-button-label = បង្រួម
- pdfjs-zoom-in-button =
- .title = ពង្រីក
- pdfjs-zoom-in-button-label = ពង្រីក
- pdfjs-zoom-select =
- .title = ពង្រីក
- pdfjs-presentation-mode-button =
- .title = ប្ដូរទៅរបៀបបទបង្ហាញ
- pdfjs-presentation-mode-button-label = របៀបបទបង្ហាញ
- pdfjs-open-file-button =
- .title = បើកឯកសារ
- pdfjs-open-file-button-label = បើក
- pdfjs-print-button =
- .title = បោះពុម្ព
- pdfjs-print-button-label = បោះពុម្ព
- ## Secondary toolbar and context menu
- pdfjs-tools-button =
- .title = ឧបករណ៍
- pdfjs-tools-button-label = ឧបករណ៍
- pdfjs-first-page-button =
- .title = ទៅកាន់ទំព័រដំបូង
- pdfjs-first-page-button-label = ទៅកាន់ទំព័រដំបូង
- pdfjs-last-page-button =
- .title = ទៅកាន់ទំព័រចុងក្រោយ
- pdfjs-last-page-button-label = ទៅកាន់ទំព័រចុងក្រោយ
- pdfjs-page-rotate-cw-button =
- .title = បង្វិលស្របទ្រនិចនាឡិកា
- pdfjs-page-rotate-cw-button-label = បង្វិលស្របទ្រនិចនាឡិកា
- pdfjs-page-rotate-ccw-button =
- .title = បង្វិលច្រាសទ្រនិចនាឡិកា
- pdfjs-page-rotate-ccw-button-label = បង្វិលច្រាសទ្រនិចនាឡិកា
- pdfjs-cursor-text-select-tool-button =
- .title = បើកឧបករណ៍ជ្រើសអត្ថបទ
- pdfjs-cursor-text-select-tool-button-label = ឧបករណ៍ជ្រើសអត្ថបទ
- pdfjs-cursor-hand-tool-button =
- .title = បើកឧបករណ៍ដៃ
- pdfjs-cursor-hand-tool-button-label = ឧបករណ៍ដៃ
- ## Document properties dialog
- pdfjs-document-properties-button =
- .title = លក្ខណសម្បត្តិឯកសារ…
- pdfjs-document-properties-button-label = លក្ខណសម្បត្តិឯកសារ…
- pdfjs-document-properties-file-name = ឈ្មោះឯកសារ៖
- pdfjs-document-properties-file-size = ទំហំឯកសារ៖
- # Variables:
- # $size_kb (Number) - the PDF file size in kilobytes
- # $size_b (Number) - the PDF file size in bytes
- pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } បៃ)
- # Variables:
- # $size_mb (Number) - the PDF file size in megabytes
- # $size_b (Number) - the PDF file size in bytes
- pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } បៃ)
- pdfjs-document-properties-title = ចំណងជើង៖
- pdfjs-document-properties-author = អ្នកនិពន្ធ៖
- pdfjs-document-properties-subject = ប្រធានបទ៖
- pdfjs-document-properties-keywords = ពាក្យគន្លឹះ៖
- pdfjs-document-properties-creation-date = កាលបរិច្ឆេទបង្កើត៖
- pdfjs-document-properties-modification-date = កាលបរិច្ឆេទកែប្រែ៖
- # Variables:
- # $date (Date) - the creation/modification date of the PDF file
- # $time (Time) - the creation/modification time of the PDF file
- pdfjs-document-properties-date-string = { $date }, { $time }
- pdfjs-document-properties-creator = អ្នកបង្កើត៖
- pdfjs-document-properties-producer = កម្មវិធីបង្កើត PDF ៖
- pdfjs-document-properties-version = កំណែ PDF ៖
- pdfjs-document-properties-page-count = ចំនួនទំព័រ៖
- pdfjs-document-properties-page-size-unit-inches = អ៊ីញ
- pdfjs-document-properties-page-size-unit-millimeters = មម
- pdfjs-document-properties-page-size-orientation-portrait = បញ្ឈរ
- pdfjs-document-properties-page-size-orientation-landscape = ផ្តេក
- pdfjs-document-properties-page-size-name-a-three = A3
- pdfjs-document-properties-page-size-name-a-four = A4
- pdfjs-document-properties-page-size-name-letter = សំបុត្រ
- ## Variables:
- ## $width (Number) - the width of the (current) page
- ## $height (Number) - the height of the (current) page
- ## $unit (String) - the unit of measurement of the (current) page
- ## $name (String) - the name of the (current) page
- ## $orientation (String) - the orientation of the (current) page
- pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
- pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
- ##
- pdfjs-document-properties-linearized-yes = បាទ/ចាស
- pdfjs-document-properties-linearized-no = ទេ
- pdfjs-document-properties-close-button = បិទ
- ## Print
- pdfjs-print-progress-message = កំពុងរៀបចំឯកសារសម្រាប់បោះពុម្ព…
- # Variables:
- # $progress (Number) - percent value
- pdfjs-print-progress-percent = { $progress }%
- pdfjs-print-progress-close-button = បោះបង់
- pdfjs-printing-not-supported = ការព្រមាន ៖ ការបោះពុម្ពមិនត្រូវបានគាំទ្រពេញលេញដោយកម្មវិធីរុករកនេះទេ ។
- pdfjs-printing-not-ready = ព្រមាន៖ PDF មិនត្រូវបានផ្ទុកទាំងស្រុងដើម្បីបោះពុម្ពទេ។
- ## Tooltips and alt text for side panel toolbar buttons
- pdfjs-toggle-sidebar-button =
- .title = បិទ/បើកគ្រាប់រំកិល
- pdfjs-toggle-sidebar-button-label = បិទ/បើកគ្រាប់រំកិល
- pdfjs-document-outline-button =
- .title = បង្ហាញគ្រោងឯកសារ (ចុចទ្វេដងដើម្បីពង្រីក/បង្រួមធាតុទាំងអស់)
- pdfjs-document-outline-button-label = គ្រោងឯកសារ
- pdfjs-attachments-button =
- .title = បង្ហាញឯកសារភ្ជាប់
- pdfjs-attachments-button-label = ឯកសារភ្ជាប់
- pdfjs-thumbs-button =
- .title = បង្ហាញរូបភាពតូចៗ
- pdfjs-thumbs-button-label = រួបភាពតូចៗ
- pdfjs-findbar-button =
- .title = រកនៅក្នុងឯកសារ
- pdfjs-findbar-button-label = រក
- ## Thumbnails panel item (tooltip and alt text for images)
- # Variables:
- # $page (Number) - the page number
- pdfjs-thumb-page-title =
- .title = ទំព័រ { $page }
- # Variables:
- # $page (Number) - the page number
- pdfjs-thumb-page-canvas =
- .aria-label = រូបភាពតូចរបស់ទំព័រ { $page }
- ## Find panel button title and messages
- pdfjs-find-input =
- .title = រក
- .placeholder = រកនៅក្នុងឯកសារ...
- pdfjs-find-previous-button =
- .title = រកពាក្យ ឬឃ្លាដែលបានជួបមុន
- pdfjs-find-previous-button-label = មុន
- pdfjs-find-next-button =
- .title = រកពាក្យ ឬឃ្លាដែលបានជួបបន្ទាប់
- pdfjs-find-next-button-label = បន្ទាប់
- pdfjs-find-highlight-checkbox = បន្លិចទាំងអស់
- pdfjs-find-match-case-checkbox-label = ករណីដំណូច
- pdfjs-find-reached-top = បានបន្តពីខាងក្រោម ទៅដល់ខាងលើនៃឯកសារ
- pdfjs-find-reached-bottom = បានបន្តពីខាងលើ ទៅដល់ចុងនៃឯកសារ
- pdfjs-find-not-found = រកមិនឃើញពាក្យ ឬឃ្លា
- ## Predefined zoom values
- pdfjs-page-scale-width = ទទឹងទំព័រ
- pdfjs-page-scale-fit = សមទំព័រ
- pdfjs-page-scale-auto = ពង្រីកស្វ័យប្រវត្តិ
- pdfjs-page-scale-actual = ទំហំជាក់ស្ដែង
- # Variables:
- # $scale (Number) - percent value for page scale
- pdfjs-page-scale-percent = { $scale }%
- ## PDF page
- ## Loading indicator messages
- pdfjs-loading-error = មានកំហុសបានកើតឡើងពេលកំពុងផ្ទុក PDF ។
- pdfjs-invalid-file-error = ឯកសារ PDF ខូច ឬមិនត្រឹមត្រូវ ។
- pdfjs-missing-file-error = បាត់ឯកសារ PDF
- pdfjs-unexpected-response-error = ការឆ្លើយតមម៉ាស៊ីនមេដែលមិនបានរំពឹង។
- pdfjs-rendering-error = មានកំហុសបានកើតឡើងពេលបង្ហាញទំព័រ ។
- ## Annotations
- # .alt: This is used as a tooltip.
- # Variables:
- # $type (String) - an annotation type from a list defined in the PDF spec
- # (32000-1:2008 Table 169 – Annotation types).
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
- pdfjs-text-annotation-type =
- .alt = [{ $type } ចំណារពន្យល់]
- ## Password
- pdfjs-password-label = បញ្ចូលពាក្យសម្ងាត់ដើម្បីបើកឯកសារ PDF នេះ។
- pdfjs-password-invalid = ពាក្យសម្ងាត់មិនត្រឹមត្រូវ។ សូមព្យាយាមម្ដងទៀត។
- pdfjs-password-ok-button = យល់ព្រម
- pdfjs-password-cancel-button = បោះបង់
- pdfjs-web-fonts-disabled = បានបិទពុម្ពអក្សរបណ្ដាញ ៖ មិនអាចប្រើពុម្ពអក្សរ PDF ដែលបានបង្កប់បានទេ ។
- ## Editing
- ## Alt-text dialog
- ## Editor resizers
- ## This is used in an aria label to help to understand the role of the resizer.
|