viewer.ftl 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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 = ({ $pagesCount } ၏ { $pageNumber })
  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. ## Document properties dialog
  56. pdfjs-document-properties-button =
  57. .title = မှတ်တမ်းမှတ်ရာ ဂုဏ်သတ္တိများ
  58. pdfjs-document-properties-button-label = မှတ်တမ်းမှတ်ရာ ဂုဏ်သတ္တိများ
  59. pdfjs-document-properties-file-name = ဖိုင် :
  60. pdfjs-document-properties-file-size = ဖိုင်ဆိုဒ် :
  61. # Variables:
  62. # $size_kb (Number) - the PDF file size in kilobytes
  63. # $size_b (Number) - the PDF file size in bytes
  64. pdfjs-document-properties-kb = { $size_kb } ကီလိုဘိုတ် ({ $size_b }ဘိုတ်)
  65. # Variables:
  66. # $size_mb (Number) - the PDF file size in megabytes
  67. # $size_b (Number) - the PDF file size in bytes
  68. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bytes)
  69. pdfjs-document-properties-title = ခေါင်းစဉ်‌ -
  70. pdfjs-document-properties-author = ရေးသားသူ:
  71. pdfjs-document-properties-subject = အကြောင်းအရာ:
  72. pdfjs-document-properties-keywords = သော့ချက် စာလုံး:
  73. pdfjs-document-properties-creation-date = ထုတ်လုပ်ရက်စွဲ:
  74. pdfjs-document-properties-modification-date = ပြင်ဆင်ရက်စွဲ:
  75. # Variables:
  76. # $date (Date) - the creation/modification date of the PDF file
  77. # $time (Time) - the creation/modification time of the PDF file
  78. pdfjs-document-properties-date-string = { $date }, { $time }
  79. pdfjs-document-properties-creator = ဖန်တီးသူ:
  80. pdfjs-document-properties-producer = PDF ထုတ်လုပ်သူ:
  81. pdfjs-document-properties-version = PDF ဗားရှင်း:
  82. pdfjs-document-properties-page-count = စာမျက်နှာအရေအတွက်:
  83. ## Variables:
  84. ## $width (Number) - the width of the (current) page
  85. ## $height (Number) - the height of the (current) page
  86. ## $unit (String) - the unit of measurement of the (current) page
  87. ## $name (String) - the name of the (current) page
  88. ## $orientation (String) - the orientation of the (current) page
  89. ##
  90. pdfjs-document-properties-close-button = ပိတ်
  91. ## Print
  92. pdfjs-print-progress-message = Preparing document for printing…
  93. # Variables:
  94. # $progress (Number) - percent value
  95. pdfjs-print-progress-percent = { $progress }%
  96. pdfjs-print-progress-close-button = ပယ်​ဖျက်ပါ
  97. pdfjs-printing-not-supported = သတိပေးချက်၊ပရင့်ထုတ်ခြင်းကိုဤဘယောက်ဆာသည် ပြည့်ဝစွာထောက်ပံ့မထားပါ ။
  98. pdfjs-printing-not-ready = သတိပေးချက်: ယခု PDF ဖိုင်သည် ပုံနှိပ်ရန် မပြည့်စုံပါ
  99. ## Tooltips and alt text for side panel toolbar buttons
  100. pdfjs-toggle-sidebar-button =
  101. .title = ဘေးတန်းဖွင့်ပိတ်
  102. pdfjs-toggle-sidebar-button-label = ဖွင့်ပိတ် ဆလိုက်ဒါ
  103. pdfjs-document-outline-button =
  104. .title = စာတမ်းအကျဉ်းချုပ်ကို ပြပါ (စာရင်းအားလုံးကို ချုံ့/ချဲ့ရန် ကလစ်နှစ်ချက်နှိပ်ပါ)
  105. pdfjs-document-outline-button-label = စာတမ်းအကျဉ်းချုပ်
  106. pdfjs-attachments-button =
  107. .title = တွဲချက်များ ပြပါ
  108. pdfjs-attachments-button-label = တွဲထားချက်များ
  109. pdfjs-thumbs-button =
  110. .title = ပုံရိပ်ငယ်များကို ပြပါ
  111. pdfjs-thumbs-button-label = ပုံရိပ်ငယ်များ
  112. pdfjs-findbar-button =
  113. .title = Find in Document
  114. pdfjs-findbar-button-label = ရှာဖွေပါ
  115. ## Thumbnails panel item (tooltip and alt text for images)
  116. # Variables:
  117. # $page (Number) - the page number
  118. pdfjs-thumb-page-title =
  119. .title = စာမျက်နှာ { $page }
  120. # Variables:
  121. # $page (Number) - the page number
  122. pdfjs-thumb-page-canvas =
  123. .aria-label = စာမျက်နှာရဲ့ ပုံရိပ်ငယ် { $page }
  124. ## Find panel button title and messages
  125. pdfjs-find-input =
  126. .title = ရှာဖွေပါ
  127. .placeholder = စာတမ်းထဲတွင် ရှာဖွေရန်…
  128. pdfjs-find-previous-button =
  129. .title = စကားစုရဲ့ အရင် ​ဖြစ်ပွားမှုကို ရှာဖွေပါ
  130. pdfjs-find-previous-button-label = နောက်သို့
  131. pdfjs-find-next-button =
  132. .title = စကားစုရဲ့ နောက်ထပ် ​ဖြစ်ပွားမှုကို ရှာဖွေပါ
  133. pdfjs-find-next-button-label = ရှေ့သို့
  134. pdfjs-find-highlight-checkbox = အားလုံးကို မျဉ်းသားပါ
  135. pdfjs-find-match-case-checkbox-label = စာလုံး တိုက်ဆိုင်ပါ
  136. pdfjs-find-reached-top = စာမျက်နှာထိပ် ရောက်နေပြီ၊ အဆုံးကနေ ပြန်စပါ
  137. pdfjs-find-reached-bottom = စာမျက်နှာအဆုံး ရောက်နေပြီ၊ ထိပ်ကနေ ပြန်စပါ
  138. pdfjs-find-not-found = စကားစု မတွေ့ရဘူး
  139. ## Predefined zoom values
  140. pdfjs-page-scale-width = စာမျက်နှာ အကျယ်
  141. pdfjs-page-scale-fit = စာမျက်နှာ ကွက်တိ
  142. pdfjs-page-scale-auto = အလိုအလျောက် ချုံ့ချဲ့
  143. pdfjs-page-scale-actual = အမှန်တကယ်ရှိတဲ့ အရွယ်
  144. # Variables:
  145. # $scale (Number) - percent value for page scale
  146. pdfjs-page-scale-percent = { $scale }%
  147. ## PDF page
  148. ## Loading indicator messages
  149. pdfjs-loading-error = PDF ဖိုင် ကိုဆွဲတင်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။
  150. pdfjs-invalid-file-error = မရသော သို့ ပျက်နေသော PDF ဖိုင်
  151. pdfjs-missing-file-error = PDF ပျောက်ဆုံး
  152. pdfjs-unexpected-response-error = မမျှော်လင့်ထားသော ဆာဗာမှ ပြန်ကြားချက်
  153. pdfjs-rendering-error = စာမျက်နှာကို ပုံဖော်နေချိန်မှာ အမှားတစ်ခုတွေ့ရပါတယ်။
  154. ## Annotations
  155. # .alt: This is used as a tooltip.
  156. # Variables:
  157. # $type (String) - an annotation type from a list defined in the PDF spec
  158. # (32000-1:2008 Table 169 – Annotation types).
  159. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  160. pdfjs-text-annotation-type =
  161. .alt = [{ $type } အဓိပ္ပာယ်ဖွင့်ဆိုချက်]
  162. ## Password
  163. pdfjs-password-label = ယခု PDF ကို ဖွင့်ရန် စကားဝှက်ကို ရိုက်ပါ။
  164. pdfjs-password-invalid = စာဝှက် မှားသည်။ ထပ်ကြိုးစားကြည့်ပါ။
  165. pdfjs-password-ok-button = OK
  166. pdfjs-password-cancel-button = ပယ်​ဖျက်ပါ
  167. pdfjs-web-fonts-disabled = Web fonts are disabled: unable to use embedded PDF fonts.
  168. ## Editing
  169. ## Alt-text dialog
  170. ## Editor resizers
  171. ## This is used in an aria label to help to understand the role of the resizer.