th.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /**
  2. * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. /**
  6. * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
  7. * Thai language.
  8. */
  9. /**#@+
  10. @type String
  11. @example
  12. */
  13. /**
  14. * Contains the dictionary of language entries.
  15. * @namespace
  16. */
  17. CKEDITOR.lang[ 'th' ] = {
  18. // ARIA description.
  19. editor: 'Rich Text Editor', // MISSING
  20. editorPanel: 'Rich Text Editor panel', // MISSING
  21. // Common messages and labels.
  22. common: {
  23. // Screenreader titles. Please note that screenreaders are not always capable
  24. // of reading non-English words. So be careful while translating it.
  25. editorHelp: 'กด ALT 0 หากต้องการความช่วยเหลือ',
  26. browseServer: 'เปิดหน้าต่างจัดการไฟล์อัพโหลด',
  27. url: 'ที่อยู่อ้างอิง URL',
  28. protocol: 'โปรโตคอล',
  29. upload: 'อัพโหลดไฟล์',
  30. uploadSubmit: 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
  31. image: 'รูปภาพ',
  32. flash: 'ไฟล์ Flash',
  33. form: 'แบบฟอร์ม',
  34. checkbox: 'เช็คบ๊อก',
  35. radio: 'เรดิโอบัตตอน',
  36. textField: 'เท็กซ์ฟิลด์',
  37. textarea: 'เท็กซ์แอเรีย',
  38. hiddenField: 'ฮิดเดนฟิลด์',
  39. button: 'ปุ่ม',
  40. select: 'แถบตัวเลือก',
  41. imageButton: 'ปุ่มแบบรูปภาพ',
  42. notSet: '<ไม่ระบุ>',
  43. id: 'ไอดี',
  44. name: 'ชื่อ',
  45. langDir: 'การเขียน-อ่านภาษา',
  46. langDirLtr: 'จากซ้ายไปขวา (LTR)',
  47. langDirRtl: 'จากขวามาซ้าย (RTL)',
  48. langCode: 'รหัสภาษา',
  49. longDescr: 'คำอธิบายประกอบ URL',
  50. cssClass: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
  51. advisoryTitle: 'คำเกริ่นนำ',
  52. cssStyle: 'ลักษณะการแสดงผล',
  53. ok: 'ตกลง',
  54. cancel: 'ยกเลิก',
  55. close: 'ปิด',
  56. preview: 'ดูหน้าเอกสารตัวอย่าง',
  57. resize: 'ปรับขนาด',
  58. generalTab: 'ทั่วไป',
  59. advancedTab: 'ขั้นสูง',
  60. validateNumberFailed: 'ค่านี้ไม่ใช่ตัวเลข',
  61. confirmNewPage: 'การเปลี่ยนแปลงใดๆ ในเนื้อหานี้ ที่ไม่ได้ถูกบันทึกไว้ จะสูญหายทั้งหมด คุณแน่ใจว่าจะเรียกหน้าใหม่?',
  62. confirmCancel: 'ตัวเลือกบางตัวมีการเปลี่ยนแปลง คุณแน่ใจว่าจะปิดกล่องโต้ตอบนี้?',
  63. options: 'ตัวเลือก',
  64. target: 'การเปิดหน้าลิงค์',
  65. targetNew: 'หน้าต่างใหม่ (_blank)',
  66. targetTop: 'Topmost Window (_top)', // MISSING
  67. targetSelf: 'หน้าต่างเดียวกัน (_self)',
  68. targetParent: 'Parent Window (_parent)', // MISSING
  69. langDirLTR: 'จากซ้ายไปขวา (LTR)',
  70. langDirRTL: 'จากขวามาซ้าย (RTL)',
  71. styles: 'ลักษณะการแสดงผล',
  72. cssClasses: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
  73. width: 'ความกว้าง',
  74. height: 'ความสูง',
  75. align: 'การจัดวาง',
  76. alignLeft: 'ชิดซ้าย',
  77. alignRight: 'ชิดขวา',
  78. alignCenter: 'กึ่งกลาง',
  79. alignJustify: 'நியாயப்படுத்தவும்',
  80. alignTop: 'บนสุด',
  81. alignMiddle: 'กึ่งกลางแนวตั้ง',
  82. alignBottom: 'ชิดด้านล่าง',
  83. alignNone: 'None', // MISSING
  84. invalidValue : 'ค่าไม่ถูกต้อง',
  85. invalidHeight: 'ความสูงต้องเป็นตัวเลข',
  86. invalidWidth: 'ความกว้างต้องเป็นตัวเลข',
  87. invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
  88. invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
  89. invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
  90. cssLengthTooltip: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
  91. // Put the voice-only part of the label in the span.
  92. unavailable: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
  93. }
  94. };