]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/lang/th.js
Validation initiale
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / lang / th.js
1 /**
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Thai language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'th' ] = {
21 // ARIA description.
22 editor: 'Rich Text Editor', // MISSING
23 editorPanel: 'Rich Text Editor panel', // MISSING
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'กด ALT 0 หากต้องการความช่วยเหลือ',
30
31 browseServer: 'เปิดหน้าต่างจัดการไฟล์อัพโหลด',
32 url: 'ที่อยู่อ้างอิง URL',
33 protocol: 'โปรโตคอล',
34 upload: 'อัพโหลดไฟล์',
35 uploadSubmit: 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
36 image: 'รูปภาพ',
37 flash: 'ไฟล์ Flash',
38 form: 'แบบฟอร์ม',
39 checkbox: 'เช็คบ๊อก',
40 radio: 'เรดิโอบัตตอน',
41 textField: 'เท็กซ์ฟิลด์',
42 textarea: 'เท็กซ์แอเรีย',
43 hiddenField: 'ฮิดเดนฟิลด์',
44 button: 'ปุ่ม',
45 select: 'แถบตัวเลือก',
46 imageButton: 'ปุ่มแบบรูปภาพ',
47 notSet: '<ไม่ระบุ>',
48 id: 'ไอดี',
49 name: 'ชื่อ',
50 langDir: 'การเขียน-อ่านภาษา',
51 langDirLtr: 'จากซ้ายไปขวา (LTR)',
52 langDirRtl: 'จากขวามาซ้าย (RTL)',
53 langCode: 'รหัสภาษา',
54 longDescr: 'คำอธิบายประกอบ URL',
55 cssClass: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
56 advisoryTitle: 'คำเกริ่นนำ',
57 cssStyle: 'ลักษณะการแสดงผล',
58 ok: 'ตกลง',
59 cancel: 'ยกเลิก',
60 close: 'ปิด',
61 preview: 'ดูหน้าเอกสารตัวอย่าง',
62 resize: 'ปรับขนาด',
63 generalTab: 'ทั่วไป',
64 advancedTab: 'ขั้นสูง',
65 validateNumberFailed: 'ค่านี้ไม่ใช่ตัวเลข',
66 confirmNewPage: 'การเปลี่ยนแปลงใดๆ ในเนื้อหานี้ ที่ไม่ได้ถูกบันทึกไว้ จะสูญหายทั้งหมด คุณแน่ใจว่าจะเรียกหน้าใหม่?',
67 confirmCancel: 'ตัวเลือกบางตัวมีการเปลี่ยนแปลง คุณแน่ใจว่าจะปิดกล่องโต้ตอบนี้?',
68 options: 'ตัวเลือก',
69 target: 'การเปิดหน้าลิงค์',
70 targetNew: 'หน้าต่างใหม่ (_blank)',
71 targetTop: 'Topmost Window (_top)', // MISSING
72 targetSelf: 'หน้าต่างเดียวกัน (_self)',
73 targetParent: 'Parent Window (_parent)', // MISSING
74 langDirLTR: 'จากซ้ายไปขวา (LTR)',
75 langDirRTL: 'จากขวามาซ้าย (RTL)',
76 styles: 'ลักษณะการแสดงผล',
77 cssClasses: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
78 width: 'ความกว้าง',
79 height: 'ความสูง',
80 align: 'การจัดวาง',
81 alignLeft: 'ชิดซ้าย',
82 alignRight: 'ชิดขวา',
83 alignCenter: 'กึ่งกลาง',
84 alignJustify: 'நியாயப்படுத்தவும்',
85 alignTop: 'บนสุด',
86 alignMiddle: 'กึ่งกลางแนวตั้ง',
87 alignBottom: 'ชิดด้านล่าง',
88 alignNone: 'None', // MISSING
89 invalidValue: 'ค่าไม่ถูกต้อง',
90 invalidHeight: 'ความสูงต้องเป็นตัวเลข',
91 invalidWidth: 'ความกว้างต้องเป็นตัวเลข',
92 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
93 invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
94 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
95 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
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, unavailable</span>', // MISSING
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Backspace', // MISSING
103 13: 'Enter', // MISSING
104 16: 'Shift', // MISSING
105 17: 'Ctrl', // MISSING
106 18: 'Alt', // MISSING
107 32: 'Space', // MISSING
108 35: 'End', // MISSING
109 36: 'Home', // MISSING
110 46: 'Delete', // MISSING
111 224: 'Command' // MISSING
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING
116 }
117 };