@ckeditor/ckeditor5-table
Version:
Table feature for CKEditor 5.
12 lines (10 loc) • 5.41 kB
JavaScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
( e => {
const { [ 'th' ]: { dictionary, getPluralForm } } = {"th":{"dictionary":{"Insert table":"แทรกตาราง","Header column":"หัวข้อคอลัมน์","Insert column left":"แทรกคอลัมน์ทางซ้าย","Insert column right":"แทรกคอลัมน์ทางขวา","Delete column":"ลบคอลัมน์","Select column":"เลือกคอลัมน์","Column":"คอลัมน์","Header row":"ส่วนหัวแถว","Insert row below":"แทรกส่วนหัวด้านล่าง","Insert row above":"แทรกส่วนหัวด้านบน","Delete row":"ลบแถว","Select row":"เลือกแถว","Row":"แถว","Merge cell up":"ผสานเซลล์ด้านบน","Merge cell right":"ผสานเซลล์ด้านขวา","Merge cell down":"ผสานเซลล์ด้านล่าง","Merge cell left":"ผสานเซลล์ด้านซ้าย","Split cell vertically":"แยกเซลล์แนวตั้ง","Split cell horizontally":"แยกเซลล์แนวนอน","Merge cells":"ผสานเซลล์","Table toolbar":"เครื่องมือตาราง","Table properties":"คุณสมบัติของตาราง","Cell properties":"คุณสมบัติของเซลล์","Border":"เส้นขอบ","Style":"รูปแบบ","Width":"ความกว้าง","Height":"ความสูง","Color":"สี","Background":"พื้นหลัง","Padding":"การเสริมเต็ม","Dimensions":"ขนาด","Table cell text alignment":"การจัดตำแหน่งข้อความของเซลล์ตาราง","Alignment":"การจัดตำแหน่ง","Horizontal text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความในแนวนอน","Vertical text alignment toolbar":"แถบเครื่องมือจัดตำแหน่งข้อความแนวตั้ง","Table alignment toolbar":"แถบเครื่องมือจัดตำแหน่งตาราง","None":"ไม่มี","Solid":"เส้นทึบ","Dotted":"เส้นไข่ปลา","Dashed":"เส้นประ","Double":"คู่","Groove":"ร่อง","Ridge":"สัน","Inset":"ยุบ","Outset":"นูน","Align cell text to the left":"จัดตำแหน่งข้อความของเซลล์ชิดซ้าย","Align cell text to the center":"จัดตำแหน่งข้อความของเซลล์ไว้กึ่งกลาง","Align cell text to the right":"จัดตำแหน่งข้อความของเซลล์ชิดขวา","Justify cell text":"จัดขอบข้อความของเซลล์ให้กระจายเต็มแนว","Align cell text to the top":"จัดตำแหน่งข้อความของเซลล์ชิดด้านบน","Align cell text to the middle":"จัดตำแหน่งข้อความของเซลล์ไว้กึ่งกลาง","Align cell text to the bottom":"จัดตำแหน่งข้อความของเซลล์ชิดด้านล่าง","Align table to the left":"จัดตำแหน่งตารางชิดด้านซ้าย","Center table":"จัดตำแหน่งตารางไว้ตรงกลาง","Align table to the right":"จัดตำแหน่งตารางชิดด้านขวา","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"สีไม่ถูกต้อง ลอง \"#FF0000\" หรือ \"rgb(255,0,0)\" หรือ \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"ค่าไม่ถูกต้อง ลอง \"10px\" หรือ \"2em\" หรือแค่เพียง \"2\"","Enter table caption":"ป้อนคำบรรยายตาราง","Keystrokes that can be used in a table cell":"แป้นพิมพ์ลัดที่สามารถใช้ได้ในเซลล์ตาราง","Move the selection to the next cell":"ย้ายการเลือกไปยังเซลล์ถัดไป","Move the selection to the previous cell":"ย้ายการเลือกไปยังเซลล์ก่อนหน้า","Insert a new table row (when in the last cell of a table)":"แทรกแถวในตารางใหม่ (เมื่ออยู่ในเซลล์สุดท้ายของตาราง)","Navigate through the table":"นำทางผ่านตาราง","Table":"ตาราง"},getPluralForm(n){return 0;}}};
e[ 'th' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'th' ].dictionary = Object.assign( e[ 'th' ].dictionary, dictionary );
e[ 'th' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );