-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy patheditor.php
More file actions
182 lines (178 loc) · 10.2 KB
/
Copy patheditor.php
File metadata and controls
182 lines (178 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?php
/**
* Page Editor Lines
* Contains text strings used within the user interface of the
* WYSIWYG page editor. Some Markdown editor strings may still
* exist in the 'entities' file instead since this was added later.
*/
return [
// General editor terms
'general' => 'ทั่วไป',
'advanced' => 'ขั้นสูง',
'none' => 'ไม่มี',
'cancel' => 'ยกเลิก',
'save' => 'บันทึก',
'close' => 'ปิด',
'apply' => 'ใช้งาน',
'undo' => 'เลิกทำ',
'redo' => 'ทำซ้ำ',
'left' => 'ซ้าย',
'center' => 'กลาง',
'right' => 'ขวา',
'top' => 'บน',
'middle' => 'กลาง',
'bottom' => 'ล่าง',
'width' => 'ความกว้าง',
'height' => 'ความสูง',
'More' => 'เพิ่มเติม',
'select' => 'เลือก...',
// Toolbar
'formats' => 'รูปแบบ',
'header_large' => 'หัวข้อใหญ่',
'header_medium' => 'หัวข้อกลาง',
'header_small' => 'หัวข้อเล็ก',
'header_tiny' => 'หัวข้อเล็กมาก',
'paragraph' => 'ย่อหน้า',
'blockquote' => 'คำพูดอ้างอิง',
'inline_code' => 'โค้ดแบบอินไลน์',
'callouts' => 'กล่องข้อความเน้น',
'callout_information' => 'ข้อมูล',
'callout_success' => 'สำเร็จ',
'callout_warning' => 'คำเตือน',
'callout_danger' => 'อันตราย',
'bold' => 'ตัวหนา',
'italic' => 'ตัวเอียง',
'underline' => 'ขีดเส้นใต้',
'strikethrough' => 'ขีดทับ',
'superscript' => 'ตัวยก',
'subscript' => 'ตัวห้อย',
'text_color' => 'สีตัวอักษร',
'highlight_color' => 'สีไฮไลต์',
'custom_color' => 'สีกำหนดเอง',
'remove_color' => 'ลบสี',
'background_color' => 'สีพื้นหลัง',
'align_left' => 'จัดชิดซ้าย',
'align_center' => 'จัดกึ่งกลาง',
'align_right' => 'จัดชิดขวา',
'align_justify' => 'จัดเต็มบรรทัด',
'list_bullet' => 'รายการแบบจุด',
'list_numbered' => 'รายการแบบตัวเลข',
'list_task' => 'รายการงาน',
'indent_increase' => 'เพิ่มการย่อหน้า',
'indent_decrease' => 'ลดการย่อหน้า',
'table' => 'ตาราง',
'insert_image' => 'แทรกรูปภาพ',
'insert_image_title' => 'แทรก/แก้ไขรูปภาพ',
'insert_link' => 'แทรก/แก้ไขลิงก์',
'insert_link_title' => 'แทรก/แก้ไขลิงก์',
'insert_horizontal_line' => 'แทรกเส้นแนวนอน',
'insert_code_block' => 'แทรกบล็อกโค้ด',
'edit_code_block' => 'แก้ไขบล็อกโค้ด',
'insert_drawing' => 'แทรก/แก้ไขภาพวาด',
'drawing_manager' => 'ตัวจัดการภาพวาด',
'insert_media' => 'แทรก/แก้ไขสื่อ',
'insert_media_title' => 'แทรก/แก้ไขสื่อ',
'clear_formatting' => 'ล้างการจัดรูปแบบ',
'source_code' => 'ซอร์สโค้ด',
'source_code_title' => 'ซอร์สโค้ด',
'fullscreen' => 'เต็มหน้าจอ',
'image_options' => 'ตัวเลือกรูปภาพ',
// Tables
'table_properties' => 'คุณสมบัติตาราง',
'table_properties_title' => 'คุณสมบัติตาราง',
'delete_table' => 'ลบตาราง',
'table_clear_formatting' => 'ล้างการจัดรูปแบบตาราง',
'resize_to_contents' => 'ปรับขนาดตามเนื้อหา',
'row_header' => 'แถวหัวตาราง',
'insert_row_before' => 'แทรกแถวก่อนหน้า',
'insert_row_after' => 'แทรกแถวถัดไป',
'delete_row' => 'ลบแถว',
'insert_column_before' => 'แทรกคอลัมน์ก่อนหน้า',
'insert_column_after' => 'แทรกคอลัมน์ถัดไป',
'delete_column' => 'ลบคอลัมน์',
'table_cell' => 'เซลล์',
'table_row' => 'แถว',
'table_column' => 'คอลัมน์',
'cell_properties' => 'คุณสมบัติเซลล์',
'cell_properties_title' => 'คุณสมบัติเซลล์',
'cell_type' => 'ประเภทเซลล์',
'cell_type_cell' => 'เซลล์',
'cell_scope' => 'ขอบเขต',
'cell_type_header' => 'เซลล์หัวตาราง',
'merge_cells' => 'รวมเซลล์',
'split_cell' => 'แยกเซลล์',
'table_row_group' => 'กลุ่มแถว',
'table_column_group' => 'กลุ่มคอลัมน์',
'horizontal_align' => 'การจัดแนวนอน',
'vertical_align' => 'การจัดแนวตั้ง',
'border_width' => 'ความกว้างเส้นขอบ',
'border_style' => 'รูปแบบเส้นขอบ',
'border_color' => 'สีเส้นขอบ',
'row_properties' => 'คุณสมบัติแถว',
'row_properties_title' => 'คุณสมบัติแถว',
'cut_row' => 'ตัดแถว',
'copy_row' => 'คัดลอกแถว',
'paste_row_before' => 'วางแถวก่อนหน้า',
'paste_row_after' => 'วางแถวถัดไป',
'row_type' => 'ประเภทแถว',
'row_type_header' => 'ส่วนหัว',
'row_type_body' => 'ส่วนเนื้อหา',
'row_type_footer' => 'ส่วนท้าย',
'alignment' => 'การจัดตำแหน่ง',
'cut_column' => 'ตัดคอลัมน์',
'copy_column' => 'คัดลอกคอลัมน์',
'paste_column_before' => 'วางคอลัมน์ก่อนหน้า',
'paste_column_after' => 'วางคอลัมน์ถัดไป',
'cell_padding' => 'ระยะห่างภายในเซลล์',
'cell_spacing' => 'ระยะห่างระหว่างเซลล์',
'caption' => 'คำบรรยาย',
'show_caption' => 'แสดงคำบรรยาย',
'constrain' => 'รักษาสัดส่วน',
'cell_border_solid' => 'เส้นทึบ',
'cell_border_dotted' => 'เส้นจุด',
'cell_border_dashed' => 'เส้นประ',
'cell_border_double' => 'เส้นคู่',
'cell_border_groove' => 'เส้นร่อง',
'cell_border_ridge' => 'เส้นนูน',
'cell_border_inset' => 'เส้นฝัง',
'cell_border_outset' => 'เส้นนูนออก',
'cell_border_none' => 'ไม่มี',
'cell_border_hidden' => 'ซ่อน',
// Images, links, details/summary & embed
'source' => 'แหล่งที่มา',
'alt_desc' => 'คำอธิบายทดแทน',
'embed' => 'ฝังเนื้อหา',
'paste_embed' => 'วางโค้ดฝังเนื้อหาด้านล่าง:',
'url' => 'URL',
'text_to_display' => 'ข้อความที่แสดง',
'title' => 'ชื่อเรื่อง',
'browse_links' => 'เรียกดูลิงก์',
'open_link' => 'เปิดลิงก์',
'open_link_in' => 'เปิดลิงก์ใน...',
'open_link_current' => 'หน้าต่างปัจจุบัน',
'open_link_new' => 'หน้าต่างใหม่',
'remove_link' => 'ลบลิงก์',
'insert_collapsible' => 'แทรกบล็อกที่ย่อได้',
'collapsible_unwrap' => 'ยกเลิกการห่อ',
'edit_label' => 'แก้ไขป้ายกำกับ',
'toggle_open_closed' => 'สลับเปิด/ปิด',
'collapsible_edit' => 'แก้ไขบล็อกที่ย่อได้',
'toggle_label' => 'ป้ายกำกับสลับ',
// About view
'about' => 'เกี่ยวกับตัวแก้ไข',
'about_title' => 'เกี่ยวกับตัวแก้ไข WYSIWYG',
'editor_license' => 'สัญญาอนุญาตและลิขสิทธิ์ตัวแก้ไข',
'editor_lexical_license' => 'ตัวแก้ไขนี้สร้างจาก :lexicalLink ซึ่งเผยแพร่ภายใต้สัญญาอนุญาต MIT',
'editor_lexical_license_link' => 'ดูรายละเอียดสัญญาอนุญาตฉบับเต็มได้ที่นี่',
'editor_tiny_license' => 'ตัวแก้ไขนี้สร้างด้วย :tinyLink ซึ่งเผยแพร่ภายใต้สัญญาอนุญาต MIT',
'editor_tiny_license_link' => 'ดูรายละเอียดลิขสิทธิ์และสัญญาอนุญาตของ TinyMCE ได้ที่นี่',
'save_continue' => 'บันทึกหน้าและดำเนินการต่อ',
'callouts_cycle' => '(กดต่อเนื่องเพื่อสลับประเภท)',
'link_selector' => 'ลิงก์ไปยังเนื้อหา',
'shortcuts' => 'แป้นพิมพ์ลัด',
'shortcut' => 'แป้นพิมพ์ลัด',
'shortcuts_intro' => 'แป้นพิมพ์ลัดต่อไปนี้ใช้งานได้ในตัวแก้ไข:',
'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)',
'description' => 'คำอธิบาย',
];