viewer.ftl 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  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. pdfjs-save-button =
  40. .title = บันทึก
  41. pdfjs-save-button-label = บันทึก
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = ดาวน์โหลด
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = ดาวน์โหลด
  48. pdfjs-bookmark-button =
  49. .title = หน้าปัจจุบัน (ดู URL จากหน้าปัจจุบัน)
  50. pdfjs-bookmark-button-label = หน้าปัจจุบัน
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = เครื่องมือ
  54. pdfjs-tools-button-label = เครื่องมือ
  55. pdfjs-first-page-button =
  56. .title = ไปยังหน้าแรก
  57. pdfjs-first-page-button-label = ไปยังหน้าแรก
  58. pdfjs-last-page-button =
  59. .title = ไปยังหน้าสุดท้าย
  60. pdfjs-last-page-button-label = ไปยังหน้าสุดท้าย
  61. pdfjs-page-rotate-cw-button =
  62. .title = หมุนตามเข็มนาฬิกา
  63. pdfjs-page-rotate-cw-button-label = หมุนตามเข็มนาฬิกา
  64. pdfjs-page-rotate-ccw-button =
  65. .title = หมุนทวนเข็มนาฬิกา
  66. pdfjs-page-rotate-ccw-button-label = หมุนทวนเข็มนาฬิกา
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = เปิดใช้งานเครื่องมือการเลือกข้อความ
  69. pdfjs-cursor-text-select-tool-button-label = เครื่องมือการเลือกข้อความ
  70. pdfjs-cursor-hand-tool-button =
  71. .title = เปิดใช้งานเครื่องมือมือ
  72. pdfjs-cursor-hand-tool-button-label = เครื่องมือมือ
  73. pdfjs-scroll-page-button =
  74. .title = ใช้การเลื่อนหน้า
  75. pdfjs-scroll-page-button-label = การเลื่อนหน้า
  76. pdfjs-scroll-vertical-button =
  77. .title = ใช้การเลื่อนแนวตั้ง
  78. pdfjs-scroll-vertical-button-label = การเลื่อนแนวตั้ง
  79. pdfjs-scroll-horizontal-button =
  80. .title = ใช้การเลื่อนแนวนอน
  81. pdfjs-scroll-horizontal-button-label = การเลื่อนแนวนอน
  82. pdfjs-scroll-wrapped-button =
  83. .title = ใช้การเลื่อนแบบคลุม
  84. pdfjs-scroll-wrapped-button-label = เลื่อนแบบคลุม
  85. pdfjs-spread-none-button =
  86. .title = ไม่ต้องรวมการกระจายหน้า
  87. pdfjs-spread-none-button-label = ไม่กระจาย
  88. pdfjs-spread-odd-button =
  89. .title = รวมการกระจายหน้าเริ่มจากหน้าคี่
  90. pdfjs-spread-odd-button-label = กระจายอย่างเหลือเศษ
  91. pdfjs-spread-even-button =
  92. .title = รวมการกระจายหน้าเริ่มจากหน้าคู่
  93. pdfjs-spread-even-button-label = กระจายอย่างเท่าเทียม
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = คุณสมบัติเอกสาร…
  97. pdfjs-document-properties-button-label = คุณสมบัติเอกสาร…
  98. pdfjs-document-properties-file-name = ชื่อไฟล์:
  99. pdfjs-document-properties-file-size = ขนาดไฟล์:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } ไบต์)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } ไบต์)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } ไบต์)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } ไบต์)
  116. pdfjs-document-properties-title = ชื่อเรื่อง:
  117. pdfjs-document-properties-author = ผู้สร้าง:
  118. pdfjs-document-properties-subject = ชื่อเรื่อง:
  119. pdfjs-document-properties-keywords = คำสำคัญ:
  120. pdfjs-document-properties-creation-date = วันที่สร้าง:
  121. pdfjs-document-properties-modification-date = วันที่แก้ไข:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = ผู้สร้าง:
  130. pdfjs-document-properties-producer = ผู้ผลิต PDF:
  131. pdfjs-document-properties-version = รุ่น PDF:
  132. pdfjs-document-properties-page-count = จำนวนหน้า:
  133. pdfjs-document-properties-page-size = ขนาดหน้า:
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = แนวตั้ง
  137. pdfjs-document-properties-page-size-orientation-landscape = แนวนอน
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = จดหมาย
  141. pdfjs-document-properties-page-size-name-legal = ข้อกฎหมาย
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = มุมมองเว็บแบบรวดเร็ว:
  154. pdfjs-document-properties-linearized-yes = ใช่
  155. pdfjs-document-properties-linearized-no = ไม่
  156. pdfjs-document-properties-close-button = ปิด
  157. ## Print
  158. pdfjs-print-progress-message = กำลังเตรียมเอกสารสำหรับการพิมพ์…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = ยกเลิก
  163. pdfjs-printing-not-supported = คำเตือน: เบราว์เซอร์นี้ไม่ได้สนับสนุนการพิมพ์อย่างเต็มที่
  164. pdfjs-printing-not-ready = คำเตือน: PDF ไม่ได้รับการโหลดอย่างเต็มที่สำหรับการพิมพ์
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = เปิด/ปิดแถบข้าง
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = เปิด/ปิดแถบข้าง (เอกสารมีเค้าร่าง/ไฟล์แนบ/เลเยอร์)
  170. pdfjs-toggle-sidebar-button-label = เปิด/ปิดแถบข้าง
  171. pdfjs-document-outline-button =
  172. .title = แสดงเค้าร่างเอกสาร (คลิกสองครั้งเพื่อขยาย/ยุบรายการทั้งหมด)
  173. pdfjs-document-outline-button-label = เค้าร่างเอกสาร
  174. pdfjs-attachments-button =
  175. .title = แสดงไฟล์แนบ
  176. pdfjs-attachments-button-label = ไฟล์แนบ
  177. pdfjs-layers-button =
  178. .title = แสดงเลเยอร์ (คลิกสองครั้งเพื่อรีเซ็ตเลเยอร์ทั้งหมดเป็นสถานะเริ่มต้น)
  179. pdfjs-layers-button-label = เลเยอร์
  180. pdfjs-thumbs-button =
  181. .title = แสดงภาพขนาดย่อ
  182. pdfjs-thumbs-button-label = ภาพขนาดย่อ
  183. pdfjs-current-outline-item-button =
  184. .title = ค้นหารายการเค้าร่างปัจจุบัน
  185. pdfjs-current-outline-item-button-label = รายการเค้าร่างปัจจุบัน
  186. pdfjs-findbar-button =
  187. .title = ค้นหาในเอกสาร
  188. pdfjs-findbar-button-label = ค้นหา
  189. pdfjs-additional-layers = เลเยอร์เพิ่มเติม
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = หน้า { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = ภาพขนาดย่อของหน้า { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = ค้นหา
  202. .placeholder = ค้นหาในเอกสาร…
  203. pdfjs-find-previous-button =
  204. .title = หาตำแหน่งก่อนหน้าของวลี
  205. pdfjs-find-previous-button-label = ก่อนหน้า
  206. pdfjs-find-next-button =
  207. .title = หาตำแหน่งถัดไปของวลี
  208. pdfjs-find-next-button-label = ถัดไป
  209. pdfjs-find-highlight-checkbox = เน้นสีทั้งหมด
  210. pdfjs-find-match-case-checkbox-label = ตัวพิมพ์ใหญ่เล็กตรงกัน
  211. pdfjs-find-match-diacritics-checkbox-label = เครื่องหมายกำกับการออกเสียงตรงกัน
  212. pdfjs-find-entire-word-checkbox-label = ทั้งคำ
  213. pdfjs-find-reached-top = ค้นหาถึงจุดเริ่มต้นของหน้า เริ่มค้นต่อจากด้านล่าง
  214. pdfjs-find-reached-bottom = ค้นหาถึงจุดสิ้นสุดหน้า เริ่มค้นต่อจากด้านบน
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count = { $current } จาก { $total } รายการที่ตรงกัน
  219. # Variables:
  220. # $limit (Number) - the maximum number of matches
  221. pdfjs-find-match-count-limit = มากกว่า { $limit } รายการที่ตรงกัน
  222. pdfjs-find-not-found = ไม่พบวลี
  223. ## Predefined zoom values
  224. pdfjs-page-scale-width = ความกว้างหน้า
  225. pdfjs-page-scale-fit = พอดีหน้า
  226. pdfjs-page-scale-auto = ซูมอัตโนมัติ
  227. pdfjs-page-scale-actual = ขนาดจริง
  228. # Variables:
  229. # $scale (Number) - percent value for page scale
  230. pdfjs-page-scale-percent = { $scale }%
  231. ## PDF page
  232. # Variables:
  233. # $page (Number) - the page number
  234. pdfjs-page-landmark =
  235. .aria-label = หน้า { $page }
  236. ## Loading indicator messages
  237. pdfjs-loading-error = เกิดข้อผิดพลาดขณะโหลด PDF
  238. pdfjs-invalid-file-error = ไฟล์ PDF ไม่ถูกต้องหรือเสียหาย
  239. pdfjs-missing-file-error = ไฟล์ PDF หายไป
  240. pdfjs-unexpected-response-error = การตอบสนองของเซิร์ฟเวอร์ที่ไม่คาดคิด
  241. pdfjs-rendering-error = เกิดข้อผิดพลาดขณะเรนเดอร์หน้า
  242. ## Annotations
  243. # Variables:
  244. # $date (Date) - the modification date of the annotation
  245. # $time (Time) - the modification time of the annotation
  246. pdfjs-annotation-date-string = { $date }, { $time }
  247. # .alt: This is used as a tooltip.
  248. # Variables:
  249. # $type (String) - an annotation type from a list defined in the PDF spec
  250. # (32000-1:2008 Table 169 – Annotation types).
  251. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  252. pdfjs-text-annotation-type =
  253. .alt = [คำอธิบายประกอบ { $type }]
  254. # Variables:
  255. # $dateObj (Date) - the modification date and time of the annotation
  256. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  257. ## Password
  258. pdfjs-password-label = ป้อนรหัสผ่านเพื่อเปิดไฟล์ PDF นี้
  259. pdfjs-password-invalid = รหัสผ่านไม่ถูกต้อง โปรดลองอีกครั้ง
  260. pdfjs-password-ok-button = ตกลง
  261. pdfjs-password-cancel-button = ยกเลิก
  262. pdfjs-web-fonts-disabled = แบบอักษรเว็บถูกปิดใช้งาน: ไม่สามารถใช้แบบอักษร PDF ฝังตัว
  263. ## Editing
  264. pdfjs-editor-free-text-button =
  265. .title = ข้อความ
  266. pdfjs-editor-free-text-button-label = ข้อความ
  267. pdfjs-editor-ink-button =
  268. .title = รูปวาด
  269. pdfjs-editor-ink-button-label = รูปวาด
  270. pdfjs-editor-stamp-button =
  271. .title = เพิ่มหรือแก้ไขภาพ
  272. pdfjs-editor-stamp-button-label = เพิ่มหรือแก้ไขภาพ
  273. pdfjs-editor-highlight-button =
  274. .title = เน้น
  275. pdfjs-editor-highlight-button-label = เน้น
  276. pdfjs-highlight-floating-button1 =
  277. .title = เน้นสี
  278. .aria-label = เน้นสี
  279. pdfjs-highlight-floating-button-label = เน้นสี
  280. pdfjs-editor-signature-button =
  281. .title = เพิ่มลายเซ็น
  282. pdfjs-editor-signature-button-label = เพิ่มลายเซ็น
  283. ## Default editor aria labels
  284. ## Remove button for the various kind of editor.
  285. pdfjs-editor-remove-ink-button =
  286. .title = เอาภาพวาดออก
  287. pdfjs-editor-remove-freetext-button =
  288. .title = เอาข้อความออก
  289. pdfjs-editor-remove-stamp-button =
  290. .title = เอาภาพออก
  291. pdfjs-editor-remove-highlight-button =
  292. .title = เอาการเน้นสีออก
  293. pdfjs-editor-remove-signature-button =
  294. .title = ลบลายเซ็น
  295. ##
  296. # Editor Parameters
  297. pdfjs-editor-free-text-color-input = สี
  298. pdfjs-editor-free-text-size-input = ขนาด
  299. pdfjs-editor-ink-color-input = สี
  300. pdfjs-editor-ink-thickness-input = ความหนา
  301. pdfjs-editor-ink-opacity-input = ความทึบ
  302. pdfjs-editor-stamp-add-image-button =
  303. .title = เพิ่มภาพ
  304. pdfjs-editor-stamp-add-image-button-label = เพิ่มภาพ
  305. # This refers to the thickness of the line used for free highlighting (not bound to text)
  306. pdfjs-editor-free-highlight-thickness-input = ความหนา
  307. pdfjs-editor-free-highlight-thickness-title =
  308. .title = เปลี่ยนความหนาเมื่อเน้นรายการอื่นๆ ที่ไม่ใช่ข้อความ
  309. pdfjs-editor-signature-add-signature-button =
  310. .title = เพิ่มลายเซ็นใหม่
  311. pdfjs-editor-signature-add-signature-button-label = เพิ่มลายเซ็นใหม่
  312. # .default-content is used as a placeholder in an empty text editor.
  313. pdfjs-free-text2 =
  314. .aria-label = ตัวแก้ไขข้อความ
  315. .default-content = เริ่มพิมพ์ได้เลย…
  316. pdfjs-free-text =
  317. .aria-label = ตัวแก้ไขข้อความ
  318. pdfjs-free-text-default-content = เริ่มพิมพ์…
  319. pdfjs-ink =
  320. .aria-label = ตัวแก้ไขรูปวาด
  321. pdfjs-ink-canvas =
  322. .aria-label = ภาพที่ผู้ใช้สร้างขึ้น
  323. ## Alt-text dialog
  324. pdfjs-editor-alt-text-button-label = ข้อความทดแทน
  325. pdfjs-editor-alt-text-edit-button =
  326. .aria-label = แก้ไขข้อความทดแทน
  327. pdfjs-editor-alt-text-edit-button-label = แก้ไขข้อความทดแทน
  328. pdfjs-editor-alt-text-dialog-label = เลือกตัวเลือก
  329. pdfjs-editor-alt-text-dialog-description = ข้อความทดแทนสามารถช่วยเหลือได้เมื่อผู้ใช้มองไม่เห็นภาพ หรือภาพไม่โหลด
  330. pdfjs-editor-alt-text-add-description-label = เพิ่มคำอธิบาย
  331. pdfjs-editor-alt-text-add-description-description = แนะนำให้ใช้ 1-2 ประโยคซึ่งอธิบายหัวเรื่อง ฉาก หรือการกระทำ
  332. pdfjs-editor-alt-text-mark-decorative-label = ทำเครื่องหมายเป็นสิ่งตกแต่ง
  333. pdfjs-editor-alt-text-mark-decorative-description = สิ่งนี้ใช้สำหรับภาพที่เป็นสิ่งประดับ เช่น ขอบ หรือลายน้ำ
  334. pdfjs-editor-alt-text-cancel-button = ยกเลิก
  335. pdfjs-editor-alt-text-save-button = บันทึก
  336. pdfjs-editor-alt-text-decorative-tooltip = ทำเครื่องหมายเป็นสิ่งตกแต่งแล้ว
  337. # .placeholder: This is a placeholder for the alt text input area
  338. pdfjs-editor-alt-text-textarea =
  339. .placeholder = ตัวอย่างเช่น “ชายหนุ่มคนหนึ่งนั่งลงที่โต๊ะเพื่อรับประทานอาหารมื้อหนึ่ง”
  340. # Alternative text (alt text) helps when people can't see the image.
  341. pdfjs-editor-alt-text-button =
  342. .aria-label = ข้อความทดแทน
  343. ## Editor resizers
  344. ## This is used in an aria label to help to understand the role of the resizer.
  345. pdfjs-editor-resizer-label-top-left = มุมซ้ายบน — ปรับขนาด
  346. pdfjs-editor-resizer-label-top-middle = ตรงกลางด้านบน — ปรับขนาด
  347. pdfjs-editor-resizer-label-top-right = มุมขวาบน — ปรับขนาด
  348. pdfjs-editor-resizer-label-middle-right = ตรงกลางด้านขวา — ปรับขนาด
  349. pdfjs-editor-resizer-label-bottom-right = มุมขวาล่าง — ปรับขนาด
  350. pdfjs-editor-resizer-label-bottom-middle = ตรงกลางด้านล่าง — ปรับขนาด
  351. pdfjs-editor-resizer-label-bottom-left = มุมซ้ายล่าง — ปรับขนาด
  352. pdfjs-editor-resizer-label-middle-left = ตรงกลางด้านซ้าย — ปรับขนาด
  353. pdfjs-editor-resizer-top-left =
  354. .aria-label = มุมซ้ายบน — ปรับขนาด
  355. pdfjs-editor-resizer-top-middle =
  356. .aria-label = ตรงกลางด้านบน — ปรับขนาด
  357. pdfjs-editor-resizer-top-right =
  358. .aria-label = มุมขวาบน — ปรับขนาด
  359. pdfjs-editor-resizer-middle-right =
  360. .aria-label = ตรงกลางด้านขวา — ปรับขนาด
  361. pdfjs-editor-resizer-bottom-right =
  362. .aria-label = มุมขวาล่าง — ปรับขนาด
  363. pdfjs-editor-resizer-bottom-middle =
  364. .aria-label = ตรงกลางด้านล่าง — ปรับขนาด
  365. pdfjs-editor-resizer-bottom-left =
  366. .aria-label = มุมซ้ายล่าง — ปรับขนาด
  367. pdfjs-editor-resizer-middle-left =
  368. .aria-label = ตรงกลางด้านซ้าย — ปรับขนาด
  369. ## Color picker
  370. # This means "Color used to highlight text"
  371. pdfjs-editor-highlight-colorpicker-label = สีเน้น
  372. pdfjs-editor-colorpicker-button =
  373. .title = เปลี่ยนสี
  374. pdfjs-editor-colorpicker-dropdown =
  375. .aria-label = ทางเลือกสี
  376. pdfjs-editor-colorpicker-yellow =
  377. .title = เหลือง
  378. pdfjs-editor-colorpicker-green =
  379. .title = เขียว
  380. pdfjs-editor-colorpicker-blue =
  381. .title = น้ำเงิน
  382. pdfjs-editor-colorpicker-pink =
  383. .title = ชมพู
  384. pdfjs-editor-colorpicker-red =
  385. .title = แดง
  386. ## Show all highlights
  387. ## This is a toggle button to show/hide all the highlights.
  388. pdfjs-editor-highlight-show-all-button-label = แสดงทั้งหมด
  389. pdfjs-editor-highlight-show-all-button =
  390. .title = แสดงทั้งหมด
  391. ## New alt-text dialog
  392. ## 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.
  393. # Modal header positioned above a text box where users can edit the alt text.
  394. pdfjs-editor-new-alt-text-dialog-edit-label = แก้ไขข้อความทดแทน (คำอธิบายภาพ)
  395. # Modal header positioned above a text box where users can add the alt text.
  396. pdfjs-editor-new-alt-text-dialog-add-label = เพิ่มข้อความทดแทน (คำอธิบายภาพ)
  397. pdfjs-editor-new-alt-text-textarea =
  398. .placeholder = เขียนคำอธิบายของคุณที่นี่…
  399. # This text refers to the alt text box above this description. It offers a definition of alt text.
  400. pdfjs-editor-new-alt-text-description = คำอธิบายสั้นๆ สำหรับผู้ที่ไม่สามารถมองเห็นภาพหรือเมื่อภาพไม่โหลด
  401. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  402. pdfjs-editor-new-alt-text-disclaimer1 = ข้อความทดแทนนี้ถูกสร้างขึ้นโดยอัตโนมัติและอาจไม่ถูกต้อง
  403. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = เรียนรู้เพิ่มเติม
  404. pdfjs-editor-new-alt-text-create-automatically-button-label = สร้างข้อความทดแทนโดยอัตโนมัติ
  405. pdfjs-editor-new-alt-text-not-now-button = ไม่ใช่ตอนนี้
  406. pdfjs-editor-new-alt-text-error-title = ไม่สามารถสร้างข้อความทดแทนโดยอัตโนมัติได้
  407. pdfjs-editor-new-alt-text-error-description = กรุณาเขียนข้อความทดแทนด้วยตัวเองหรือลองใหม่อีกครั้งในภายหลัง
  408. pdfjs-editor-new-alt-text-error-close-button = ปิด
  409. # Variables:
  410. # $totalSize (Number) - the total size (in MB) of the AI model.
  411. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  412. pdfjs-editor-new-alt-text-ai-model-downloading-progress = กำลังดาวน์โหลดโมเดล AI สำหรับข้อความทดแทน ({ $downloadedSize } จาก { $totalSize } MB)
  413. .aria-valuetext = กำลังดาวน์โหลดโมเดล AI สำหรับข้อความทดแทน ({ $downloadedSize } จาก { $totalSize } MB)
  414. # This is a button that users can click to edit the alt text they have already added.
  415. pdfjs-editor-new-alt-text-added-button =
  416. .aria-label = เพิ่มข้อความทดแทนแล้ว
  417. pdfjs-editor-new-alt-text-added-button-label = เพิ่มข้อความทดแทนแล้ว
  418. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  419. pdfjs-editor-new-alt-text-missing-button =
  420. .aria-label = ขาดข้อความทดแทน
  421. pdfjs-editor-new-alt-text-missing-button-label = ขาดข้อความทดแทน
  422. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  423. pdfjs-editor-new-alt-text-to-review-button =
  424. .aria-label = ตรวจสอบข้อความทดแทน
  425. pdfjs-editor-new-alt-text-to-review-button-label = ตรวจสอบข้อความทดแทน
  426. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  427. # Variables:
  428. # $generatedAltText (String) - the generated alt-text.
  429. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = สร้างขึ้นโดยอัตโนมัติ: { $generatedAltText }
  430. ## Image alt-text settings
  431. pdfjs-image-alt-text-settings-button =
  432. .title = ตั้งค่าข้อความทดแทนภาพ
  433. pdfjs-image-alt-text-settings-button-label = ตั้งค่าข้อความทดแทนภาพ
  434. pdfjs-editor-alt-text-settings-dialog-label = ตั้งค่าข้อความทดแทนภาพ
  435. pdfjs-editor-alt-text-settings-automatic-title = การทดแทนด้วยข้อความอัตโนมัติ
  436. pdfjs-editor-alt-text-settings-create-model-button-label = สร้างข้อความทดแทนอัตโนมัติ
  437. pdfjs-editor-alt-text-settings-create-model-description = แนะนำคำอธิบายเพื่อช่วยเหลือผู้ที่ไม่สามารถมองเห็นภาพหรือเมื่อภาพไม่โหลด
  438. # Variables:
  439. # $totalSize (Number) - the total size (in MB) of the AI model.
  440. pdfjs-editor-alt-text-settings-download-model-label = โมเดล AI สำหรับข้อความทดแทน ({ $totalSize } MB)
  441. pdfjs-editor-alt-text-settings-ai-model-description = ทำงานในเครื่องของคุณเพื่อให้ข้อมูลของคุณเป็นส่วนตัว จำเป็นสำหรับข้อความทดแทนอัตโนมัติ
  442. pdfjs-editor-alt-text-settings-delete-model-button = ลบ
  443. pdfjs-editor-alt-text-settings-download-model-button = ดาวน์โหลด
  444. pdfjs-editor-alt-text-settings-downloading-model-button = กำลังดาวน์โหลด…
  445. pdfjs-editor-alt-text-settings-editor-title = ตัวแก้ไขข้อความทดแทน
  446. pdfjs-editor-alt-text-settings-show-dialog-button-label = แสดงตัวแก้ไขข้อความทดแทนทันทีเมื่อเพิ่มภาพ
  447. pdfjs-editor-alt-text-settings-show-dialog-description = ช่วยให้คุณแน่ใจว่าภาพทั้งหมดของคุณมีข้อความทดแทน
  448. pdfjs-editor-alt-text-settings-close-button = ปิด
  449. ## "Annotations removed" bar
  450. pdfjs-editor-undo-bar-message-highlight = เอาการเน้นสีออกแล้ว
  451. pdfjs-editor-undo-bar-message-freetext = เอาข้อความออกแล้ว
  452. pdfjs-editor-undo-bar-message-ink = เอาภาพวาดออกแล้ว
  453. pdfjs-editor-undo-bar-message-stamp = เอาภาพออกแล้ว
  454. pdfjs-editor-undo-bar-message-signature = ลบลายเซ็นแล้ว
  455. # Variables:
  456. # $count (Number) - the number of removed annotations.
  457. pdfjs-editor-undo-bar-message-multiple = เอาคำอธิบายประกอบ { $count } รายการออกแล้ว
  458. pdfjs-editor-undo-bar-undo-button =
  459. .title = เลิกทำ
  460. pdfjs-editor-undo-bar-undo-button-label = เลิกทำ
  461. pdfjs-editor-undo-bar-close-button =
  462. .title = ปิด
  463. pdfjs-editor-undo-bar-close-button-label = ปิด
  464. ## Add a signature dialog
  465. pdfjs-editor-add-signature-dialog-label = โมดัลนี้ช่วยให้ผู้ใช้สามารถสร้างลายเซ็นเพื่อใช้เพิ่มลงในเอกสาร PDF ได้ ผู้ใช้สามารถแก้ไขชื่อ (ซึ่งใช้เป็นข้อความทดแทนได้ด้วย) และสามารถเลือกบันทึกลายเซ็นเพื่อใช้งานซ้ำได้
  466. pdfjs-editor-add-signature-dialog-title = เพิ่มลายเซ็น
  467. ## Tab names
  468. # Type is a verb (you can type your name as signature)
  469. pdfjs-editor-add-signature-type-button = พิมพ์
  470. .title = พิมพ์
  471. # Draw is a verb (you can draw your signature)
  472. pdfjs-editor-add-signature-draw-button = วาด
  473. .title = วาด
  474. pdfjs-editor-add-signature-image-button = ภาพ
  475. .title = ภาพ
  476. ## Tab panels
  477. pdfjs-editor-add-signature-type-input =
  478. .aria-label = พิมพ์ลายเซ็นของคุณ
  479. .placeholder = พิมพ์ลายเซ็นของคุณ
  480. pdfjs-editor-add-signature-draw-placeholder = วาดลายเซ็นของคุณ
  481. pdfjs-editor-add-signature-draw-thickness-range-label = ความหนา
  482. # Variables:
  483. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  484. pdfjs-editor-add-signature-draw-thickness-range =
  485. .title = ความหนาของการวาด: { $thickness }
  486. pdfjs-editor-add-signature-image-placeholder = ลากไฟล์มาที่นี่เพื่ออัปโหลด
  487. pdfjs-editor-add-signature-image-browse-link =
  488. { PLATFORM() ->
  489. [macos] หรือเลือกไฟล์ภาพ
  490. *[other] หรือเรียกดูไฟล์ภาพ
  491. }
  492. ## Controls
  493. pdfjs-editor-add-signature-description-label = คำอธิบาย (ข้อความทดแทน)
  494. pdfjs-editor-add-signature-description-input =
  495. .title = คำอธิบาย (ข้อความทดแทน)
  496. pdfjs-editor-add-signature-description-default-when-drawing = ลายเซ็น
  497. pdfjs-editor-add-signature-clear-button-label = ล้างลายเซ็น
  498. pdfjs-editor-add-signature-clear-button =
  499. .title = ล้างลายเซ็น
  500. pdfjs-editor-add-signature-save-checkbox = บันทึกลายเซ็น
  501. pdfjs-editor-add-signature-save-warning-message = คุณมีลายเซ็นที่บันทึกถึงจำนวนสูงสุด 5 รายการแล้ว โปรดลบรายการหนึ่งออกเมื่อจะบันทึกเพิ่ม
  502. pdfjs-editor-add-signature-image-upload-error-title = ไม่สามารถอัปโหลดภาพได้
  503. pdfjs-editor-add-signature-image-upload-error-description = ตรวจสอบการเชื่อมต่อเครือข่ายของคุณหรือลองใช้ภาพอื่น
  504. pdfjs-editor-add-signature-error-close-button = ปิด
  505. ## Dialog buttons
  506. pdfjs-editor-add-signature-cancel-button = ยกเลิก
  507. pdfjs-editor-add-signature-add-button = เพิ่ม
  508. pdfjs-editor-edit-signature-update-button = อัปเดต
  509. ## Main menu for adding/removing signatures
  510. ## Editor toolbar
  511. pdfjs-editor-add-signature-edit-button-label = แก้ไขคำอธิบาย
  512. ## Edit signature description dialog
  513. pdfjs-editor-edit-signature-dialog-title = แก้ไขคำอธิบาย