Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/th.js @ 2962:10af9b4f1ce0

Revision 2962:10af9b4f1ce0, 23.0 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Update CKEditor to last published release
Fixes #2039

Line 
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.lang['th'] = {
6    undo : 
7    {
8     redo : 'ทำซ้ำคำสั่ง',
9     undo : 'ยกเลิกคำสั่ง'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : 'ซ่อนแถบเครื่องมือ',
14     toolbarExpand : 'เปิดแถบเครื่องมือ',
15     toolbarGroups : 
16     {
17          document : 'Document',
18          clipboard : 'Clipboard/Undo',
19          editing : 'Editing',
20          forms : 'Forms',
21          basicstyles : 'Basic Styles',
22          paragraph : 'Paragraph',
23          links : 'Links',
24          insert : 'Insert',
25          styles : 'Styles',
26          colors : 'Colors',
27          tools : 'Tools'
28     },
29     toolbars : 'แถบเครื่องมือช่วยพิมพ์ข้อความ'
30    },
31    templates : 
32    {
33     button : 'เทมเพลต',
34     emptyListMsg : '(ยังไม่มีการกำหนดเทมเพลต)',
35     insertOption : 'แทนที่เนื้อหาเว็บไซต์ที่เลือก',
36     options : 'ตัวเลือกเกี่ยวกับเทมเพลท',
37     selectPromptMsg : 'กรุณาเลือก เทมเพลต เพื่อนำไปแก้ไขในอีดิตเตอร์<br />(เนื้อหาส่วนนี้จะหายไป):',
38     title : 'เทมเพลตของส่วนเนื้อหาเว็บไซต์'
39    },
40    table : 
41    {
42     border : 'ขนาดเส้นขอบ',
43     caption : 'หัวเรื่องของตาราง',
44     cell : 
45     {
46          menu : 'ช่องตาราง',
47          insertBefore : 'Insert Cell Before',
48          insertAfter : 'Insert Cell After',
49          deleteCell : 'ลบช่อง',
50          merge : 'ผสานช่อง',
51          mergeRight : 'Merge Right',
52          mergeDown : 'Merge Down',
53          splitHorizontal : 'Split Cell Horizontally',
54          splitVertical : 'Split Cell Vertically',
55          title : 'Cell Properties',
56          cellType : 'Cell Type',
57          rowSpan : 'Rows Span',
58          colSpan : 'Columns Span',
59          wordWrap : 'Word Wrap',
60          hAlign : 'Horizontal Alignment',
61          vAlign : 'Vertical Alignment',
62          alignBaseline : 'Baseline',
63          bgColor : 'Background Color',
64          borderColor : 'Border Color',
65          data : 'Data',
66          header : 'Header',
67          yes : 'Yes',
68          no : 'No',
69          invalidWidth : 'Cell width must be a number.',
70          invalidHeight : 'Cell height must be a number.',
71          invalidRowSpan : 'Rows span must be a whole number.',
72          invalidColSpan : 'Columns span must be a whole number.',
73          chooseColor : 'Choose'
74     },
75     cellPad : 'ระยะแนวตั้ง',
76     cellSpace : 'ระยะแนวนอนน',
77     column : 
78     {
79          menu : 'คอลัมน์',
80          insertBefore : 'Insert Column Before',
81          insertAfter : 'Insert Column After',
82          deleteColumn : 'ลบสดมน์'
83     },
84     columns : 'สดมน์',
85     deleteTable : 'ลบตาราง',
86     headers : 'ส่วนหัว',
87     headersBoth : 'ทั้งสองอย่าง',
88     headersColumn : 'คอลัมน์แรก',
89     headersNone : 'None',
90     headersRow : 'แถวแรก',
91     invalidBorder : 'ขนาดเส้นกรอบต้องเป็นจำนวนตัวเลข',
92     invalidCellPadding : 'ช่องว่างภายในเซลล์ต้องเลขจำนวนบวก',
93     invalidCellSpacing : 'ช่องว่างภายในเซลล์ต้องเป็นเลขจำนวนบวก',
94     invalidCols : 'จำนวนคอลัมน์ต้องเป็นจำนวนมากกว่า 0',
95     invalidHeight : 'ส่วนสูงของตารางต้องเป็นตัวเลข',
96     invalidRows : 'จำนวนของแถวต้องเป็นจำนวนมากกว่า 0',
97     invalidWidth : 'ความกว้างตารางต้องเป็นตัวเลข',
98     menu : 'คุณสมบัติของ ตาราง',
99     row : 
100     {
101          menu : 'แถว',
102          insertBefore : 'Insert Row Before',
103          insertAfter : 'Insert Row After',
104          deleteRow : 'ลบแถว'
105     },
106     rows : 'แถว',
107     summary : 'สรุปความ',
108     title : 'คุณสมบัติของ ตาราง',
109     toolbar : 'ตาราง',
110     widthPc : 'เปอร์เซ็น',
111     widthPx : 'จุดสี',
112     widthUnit : 'หน่วยความกว้าง'
113    },
114    stylescombo : 
115    {
116     label : 'ลักษณะ',
117     panelTitle : 'Formatting Styles',
118     panelTitle1 : 'Block Styles',
119     panelTitle2 : 'Inline Styles',
120     panelTitle3 : 'Object Styles'
121    },
122    specialchar : 
123    {
124     options : 'Special Character Options',
125     title : 'แทรกตัวอักษรพิเศษ',
126     toolbar : 'แทรกตัวอักษรพิเศษ'
127    },
128    sourcearea : 
129    {
130     toolbar : 'ดูรหัส HTML'
131    },
132    removeformat : 
133    {
134     toolbar : 'ล้างรูปแบบ'
135    },
136    print : 
137    {
138     toolbar : 'สั่งพิมพ์'
139    },
140    pastetext : 
141    {
142     button : 'วางแบบตัวอักษรธรรมดา',
143     title : 'วางแบบตัวอักษรธรรมดา'
144    },
145    pastefromword : 
146    {
147     confirmCleanup : 'ข้อความที่คุณต้องการวางลงไปเป็นข้อความที่คัดลอกมาจากโปรแกรมไมโครซอฟท์เวิร์ด คุณต้องการล้างค่าข้อความดังกล่าวก่อนวางลงไปหรือไม่?',
148     error : 'ไม่สามารถล้างข้อมูลที่ต้องการวางได้เนื่องจากเกิดข้อผิดพลาดภายในระบบ',
149     title : 'วางสำเนาจากตัวอักษรเวิร์ด',
150     toolbar : 'วางสำเนาจากตัวอักษรเวิร์ด'
151    },
152    maximize : 
153    {
154     maximize : 'ขยายใหญ่',
155     minimize : 'ย่อขนาด'
156    },
157    magicline : 
158    {
159     title : 'Insert paragraph here'
160    },
161    liststyle : 
162    {
163     armenian : 'Armenian numbering',
164     bulletedTitle : 'Bulleted List Properties',
165     circle : 'Circle',
166     decimal : 'Decimal (1, 2, 3, etc.)',
167     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
168     disc : 'Disc',
169     georgian : 'Georgian numbering (an, ban, gan, etc.)',
170     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
171     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
172     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
173     none : 'None',
174     notset : '<not set>',
175     numberedTitle : 'Numbered List Properties',
176     square : 'Square',
177     start : 'Start',
178     type : 'Type',
179     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
180     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
181     validateStartNumber : 'List start number must be a whole number.'
182    },
183    list : 
184    {
185     bulletedlist : 'ลำดับรายการแบบสัญลักษณ์',
186     numberedlist : 'ลำดับรายการแบบตัวเลข'
187    },
188    link : 
189    {
190     acccessKey : 'แอคเซส คีย์',
191     advanced : 'ขั้นสูง',
192     advisoryContentType : 'ชนิดของคำเกริ่นนำ',
193     advisoryTitle : 'คำเกริ่นนำ',
194     anchor : 
195     {
196          toolbar : 'แทรก/แก้ไข Anchor',
197          menu : 'รายละเอียด Anchor',
198          title : 'รายละเอียด Anchor',
199          name : 'ชื่อ Anchor',
200          errorName : 'กรุณาระบุชื่อของ Anchor',
201          remove : 'Remove Anchor'
202     },
203     anchorId : 'ไอดี',
204     anchorName : 'ชื่อ',
205     charset : 'ลิงค์เชื่อมโยงไปยังชุดตัวอักษร',
206     cssClasses : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
207     emailAddress : 'อีเมล์ (E-Mail)',
208     emailBody : 'ข้อความ',
209     emailSubject : 'หัวเรื่อง',
210     id : 'ไอดี',
211     info : 'รายละเอียด',
212     langCode : 'การเขียน-อ่านภาษา',
213     langDir : 'การเขียน-อ่านภาษา',
214     langDirLTR : 'จากซ้ายไปขวา (LTR)',
215     langDirRTL : 'จากขวามาซ้าย (RTL)',
216     menu : 'แก้ไข ลิงค์',
217     name : 'ชื่อ',
218     noAnchors : '(ยังไม่มีจุดเชื่อมโยงภายในหน้าเอกสารนี้)',
219     noEmail : 'กรุณาระบุอีเมล์ (E-mail)',
220     noUrl : 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)',
221     other : '<อื่น ๆ>',
222     popupDependent : 'แสดงเต็มหน้าจอ (Netscape)',
223     popupFeatures : 'คุณสมบัติของหน้าจอเล็ก (Pop-up)',
224     popupFullScreen : 'แสดงเต็มหน้าจอ (IE5.5++ เท่านั้น)',
225     popupLeft : 'พิกัดซ้าย (Left Position)',
226     popupLocationBar : 'แสดงที่อยู่ของไฟล์',
227     popupMenuBar : 'แสดงแถบเมนู',
228     popupResizable : 'สามารถปรับขนาดได้',
229     popupScrollBars : 'แสดงแถบเลื่อน',
230     popupStatusBar : 'แสดงแถบสถานะ',
231     popupToolbar : 'แสดงแถบเครื่องมือ',
232     popupTop : 'พิกัดบน (Top Position)',
233     rel : 'ความสัมพันธ์',
234     selectAnchor : 'ระบุข้อมูลของจุดเชื่อมโยง (Anchor)',
235     styles : 'ลักษณะการแสดงผล',
236     tabIndex : 'ลำดับของ แท็บ',
237     target : 'การเปิดหน้าลิงค์',
238     targetFrame : '<เปิดในเฟรม>',
239     targetFrameName : 'ชื่อทาร์เก็ตเฟรม',
240     targetPopup : '<เปิดหน้าจอเล็ก (Pop-up)>',
241     targetPopupName : 'ระบุชื่อหน้าจอเล็ก (Pop-up)',
242     title : 'ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ',
243     toAnchor : 'จุดเชื่อมโยง (Anchor)',
244     toEmail : 'ส่งอีเมล์ (E-Mail)',
245     toUrl : 'ที่อยู่อ้างอิง URL',
246     toolbar : 'แทรก/แก้ไข ลิงค์',
247     type : 'ประเภทของลิงค์',
248     unlink : 'ลบ ลิงค์',
249     upload : 'อัพโหลดไฟล์'
250    },
251    justify : 
252    {
253     block : 'จัดพอดีหน้ากระดาษ',
254     center : 'จัดกึ่งกลาง',
255     left : 'จัดชิดซ้าย',
256     right : 'จัดชิดขวา'
257    },
258    indent : 
259    {
260     indent : 'เพิ่มระยะย่อหน้า',
261     outdent : 'ลดระยะย่อหน้า'
262    },
263    image : 
264    {
265     alertUrl : 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ของไฟล์รูปภาพ (URL)',
266     alt : 'คำประกอบรูปภาพ',
267     border : 'ขนาดขอบรูป',
268     btnUpload : 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
269     button2Img : 'Do you want to transform the selected image button on a simple image?',
270     hSpace : 'ระยะแนวนอน',
271     img2Button : 'Do you want to transform the selected image on a image button?',
272     infoTab : 'ข้อมูลของรูปภาพ',
273     linkTab : 'ลิ้งค์',
274     lockRatio : 'กำหนดอัตราส่วน กว้าง-สูง แบบคงที่',
275     menu : 'คุณสมบัติของ รูปภาพ',
276     resetSize : 'กำหนดรูปเท่าขนาดจริง',
277     title : 'คุณสมบัติของ รูปภาพ',
278     titleButton : 'คุณสมบัติของ ปุ่มแบบรูปภาพ',
279     upload : 'อัพโหลดไฟล์',
280     urlMissing : 'Image source URL is missing.',
281     vSpace : 'ระยะแนวตั้ง',
282     validateBorder : 'Border must be a whole number.',
283     validateHSpace : 'HSpace must be a whole number.',
284     validateVSpace : 'VSpace must be a whole number.'
285    },
286    horizontalrule : 
287    {
288     toolbar : 'แทรกเส้นคั่นบรรทัด'
289    },
290    format : 
291    {
292     label : 'รูปแบบ',
293     panelTitle : 'รูปแบบ',
294     tag_address : 'Address',
295     tag_div : 'Paragraph (DIV)',
296     tag_h1 : 'Heading 1',
297     tag_h2 : 'Heading 2',
298     tag_h3 : 'Heading 3',
299     tag_h4 : 'Heading 4',
300     tag_h5 : 'Heading 5',
301     tag_h6 : 'Heading 6',
302     tag_p : 'Normal',
303     tag_pre : 'Formatted'
304    },
305    fakeobjects : 
306    {
307     anchor : 'แทรก/แก้ไข Anchor',
308     flash : 'ภาพอนิเมชั่นแฟลช',
309     hiddenfield : 'ฮิดเดนฟิลด์',
310     iframe : 'IFrame',
311     unknown : 'วัตถุไม่ทราบชนิด'
312    },
313    elementspath : 
314    {
315     eleLabel : 'Elements path',
316     eleTitle : '%1 element'
317    },
318    div : 
319    {
320     IdInputLabel : 'ไอดี',
321     advisoryTitleInputLabel : 'คำเกริ่นนำ',
322     cssClassInputLabel : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
323     edit : 'แก้ไข Div',
324     inlineStyleInputLabel : 'Inline Style',
325     langDirLTRLabel : 'จากซ้ายไปขวา (LTR)',
326     langDirLabel : 'การเขียน-อ่านภาษา',
327     langDirRTLLabel : 'จากขวามาซ้าย (RTL)',
328     languageCodeInputLabel : 'รหัสภาษา',
329     remove : 'ลบ Div',
330     styleSelectLabel : 'ลักษณะการแสดงผล',
331     title : 'Create Div Container',
332     toolbar : 'Create Div Container'
333    },
334    contextmenu : 
335    {
336     options : 'Context Menu Options'
337    },
338    colorbutton : 
339    {
340     auto : 'สีอัตโนมัติ',
341     bgColorTitle : 'สีพื้นหลัง',
342     colors : 
343     {
344          '000' : 'Black',
345          '800000' : 'Maroon',
346          '8B4513' : 'Saddle Brown',
347          '2F4F4F' : 'Dark Slate Gray',
348          '008080' : 'Teal',
349          '000080' : 'Navy',
350          '4B0082' : 'Indigo',
351          '696969' : 'Dark Gray',
352          B22222 : 'Fire Brick',
353          A52A2A : 'Brown',
354          DAA520 : 'Golden Rod',
355          '006400' : 'Dark Green',
356          '40E0D0' : 'Turquoise',
357          '0000CD' : 'Medium Blue',
358          '800080' : 'Purple',
359          '808080' : 'Gray',
360          F00 : 'Red',
361          FF8C00 : 'Dark Orange',
362          FFD700 : 'Gold',
363          '008000' : 'Green',
364          '0FF' : 'Cyan',
365          '00F' : 'Blue',
366          EE82EE : 'Violet',
367          A9A9A9 : 'Dim Gray',
368          FFA07A : 'Light Salmon',
369          FFA500 : 'Orange',
370          FFFF00 : 'Yellow',
371          '00FF00' : 'Lime',
372          AFEEEE : 'Pale Turquoise',
373          ADD8E6 : 'Light Blue',
374          DDA0DD : 'Plum',
375          D3D3D3 : 'Light Grey',
376          FFF0F5 : 'Lavender Blush',
377          FAEBD7 : 'Antique White',
378          FFFFE0 : 'Light Yellow',
379          F0FFF0 : 'Honeydew',
380          F0FFFF : 'Azure',
381          F0F8FF : 'Alice Blue',
382          E6E6FA : 'Lavender',
383          FFF : 'White'
384     },
385     more : 'เลือกสีอื่นๆ...',
386     panelTitle : 'Colors',
387     textColorTitle : 'สีตัวอักษร'
388    },
389    clipboard : 
390    {
391     copy : 'สำเนา',
392     copyError : 'ไม่สามารถสำเนาข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว C พร้อมกัน).',
393     cut : 'ตัด',
394     cutError : 'ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว X พร้อมกัน).',
395     paste : 'วาง',
396     pasteArea : 'Paste Area',
397     pasteMsg : 'กรุณาใช้คีย์บอร์ดเท่านั้น โดยกดปุ๋ม (<strong>Ctrl/Cmd และ V</strong>)พร้อมๆกัน และกด <strong>OK</strong>.',
398     securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.',
399     title : 'วาง'
400    },
401    button : 
402    {
403     selectedLabel : '%1 (Selected)'
404    },
405    blockquote : 
406    {
407     toolbar : 'Block Quote'
408    },
409    basicstyles : 
410    {
411     bold : 'ตัวหนา',
412     italic : 'ตัวเอียง',
413     strike : 'ตัวขีดเส้นทับ',
414     subscript : 'ตัวห้อย',
415     superscript : 'ตัวยก',
416     underline : 'ตัวขีดเส้นใต้'
417    },
418    about : 
419    {
420     copy : 'Copyright &copy; $1. All rights reserved.',
421     dlgTitle : 'About CKEditor',
422     help : 'Check $1 for help.',
423     moreInfo : 'For licensing information please visit our web site:',
424     title : 'About CKEditor',
425     userGuide : 'CKEditor User\'s Guide'
426    },
427    editor : 'Rich Text Editor',
428    editorPanel : 'Rich Text Editor panel',
429    common : 
430    {
431     editorHelp : 'กด ALT 0 หากต้องการความช่วยเหลือ',
432     browseServer : 'เปิดหน้าต่างจัดการไฟล์อัพโหลด',
433     url : 'ที่อยู่อ้างอิง URL',
434     protocol : 'โปรโตคอล',
435     upload : 'อัพโหลดไฟล์',
436     uploadSubmit : 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
437     image : 'รูปภาพ',
438     flash : 'ไฟล์ Flash',
439     form : 'แบบฟอร์ม',
440     checkbox : 'เช็คบ๊อก',
441     radio : 'เรดิโอบัตตอน',
442     textField : 'เท็กซ์ฟิลด์',
443     textarea : 'เท็กซ์แอเรีย',
444     hiddenField : 'ฮิดเดนฟิลด์',
445     button : 'ปุ่ม',
446     select : 'แถบตัวเลือก',
447     imageButton : 'ปุ่มแบบรูปภาพ',
448     notSet : '<ไม่ระบุ>',
449     id : 'ไอดี',
450     name : 'ชื่อ',
451     langDir : 'การเขียน-อ่านภาษา',
452     langDirLtr : 'จากซ้ายไปขวา (LTR)',
453     langDirRtl : 'จากขวามาซ้าย (RTL)',
454     langCode : 'รหัสภาษา',
455     longDescr : 'คำอธิบายประกอบ URL',
456     cssClass : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
457     advisoryTitle : 'คำเกริ่นนำ',
458     cssStyle : 'ลักษณะการแสดงผล',
459     ok : 'ตกลง',
460     cancel : 'ยกเลิก',
461     close : 'ปิด',
462     preview : 'ดูหน้าเอกสารตัวอย่าง',
463     resize : 'ปรับขนาด',
464     generalTab : 'ทั่วไป',
465     advancedTab : 'ขั้นสูง',
466     validateNumberFailed : 'ค่านี้ไม่ใช่ตัวเลข',
467     confirmNewPage : 'การเปลี่ยนแปลงใดๆ ในเนื้อหานี้ ที่ไม่ได้ถูกบันทึกไว้ จะสูญหายทั้งหมด คุณแน่ใจว่าจะเรียกหน้าใหม่?',
468     confirmCancel : 'ตัวเลือกบางตัวมีการเปลี่ยนแปลง คุณแน่ใจว่าจะปิดกล่องโต้ตอบนี้?',
469     options : 'ตัวเลือก',
470     target : 'การเปิดหน้าลิงค์',
471     targetNew : 'หน้าต่างใหม่ (_blank)',
472     targetTop : 'Topmost Window (_top)',
473     targetSelf : 'หน้าต่างเดียวกัน (_self)',
474     targetParent : 'Parent Window (_parent)',
475     langDirLTR : 'จากซ้ายไปขวา (LTR)',
476     langDirRTL : 'จากขวามาซ้าย (RTL)',
477     styles : 'ลักษณะการแสดงผล',
478     cssClasses : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
479     width : 'ความกว้าง',
480     height : 'ความสูง',
481     align : 'การจัดวาง',
482     alignLeft : 'ชิดซ้าย',
483     alignRight : 'ชิดขวา',
484     alignCenter : 'กึ่งกลาง',
485     alignJustify : 'நியாயப்படுத்தவும்',
486     alignTop : 'บนสุด',
487     alignMiddle : 'กึ่งกลางแนวตั้ง',
488     alignBottom : 'ชิดด้านล่าง',
489     alignNone : 'None',
490     invalidValue : 'ค่าไม่ถูกต้อง',
491     invalidHeight : 'ความสูงต้องเป็นตัวเลข',
492     invalidWidth : 'ความกว้างต้องเป็นตัวเลข',
493     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).',
494     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
495     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
496     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).',
497     unavailable : '%1<span class="cke_accessibility">, unavailable</span>'
498    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map