UNPKG

@ckeditor/ckeditor5-table

Version:

Table feature for CKEditor 5.

12 lines (10 loc) 3.27 kB
/** * @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 { [ 'ms' ]: { dictionary, getPluralForm } } = {"ms":{"dictionary":{"Insert table":"Masukkan jadual","Header column":"Kolum pengepala","Insert column left":"Masukkan kolum kiri","Insert column right":"Masukkan kolum kanan","Delete column":"Padam kolum","Select column":"Pilih kolum","Column":"Kolum","Header row":"Baris pengepala","Insert row below":"Masukkan baris dibawah","Insert row above":"Masukkan baris diatas","Delete row":"Padam baris","Select row":"Pilih baris","Row":"Baris","Merge cell up":"Cantumkan sel keatas","Merge cell right":"Cantumkan sel kekanan","Merge cell down":"Cantumkan sel kebawah","Merge cell left":"Cantumkan sel kekiri","Split cell vertically":"Leraikan sel menegak","Split cell horizontally":"Leraikan sel melintang","Merge cells":"Cantumkan sel ","Table toolbar":"Bar alat capaian jadual","Table properties":"Sifat jadual","Cell properties":"Sifat sel","Border":"Sempadan","Style":"Gaya","Width":"Lebar","Height":"Ketinggian","Color":"Warna","Background":"Latar belakang","Padding":"Ketebalan","Dimensions":"Dimensi","Table cell text alignment":"Jajaran teks sel jadual","Alignment":"Jajaran","Horizontal text alignment toolbar":"Bar alat capaian jajaran teks melintang","Vertical text alignment toolbar":"Bar alat capaian jajaran teks menegak","Table alignment toolbar":"Bar alat capaian jajaran jadual","None":"Tiada","Solid":"Pejal","Dotted":"Bertitik","Dashed":"Garis putus-putus","Double":"Dua baris","Groove":"Lurah","Ridge":"Batas","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Jajarkan teks sel kekiri","Align cell text to the center":"Jajarkan teks sel ketengah","Align cell text to the right":"Jajarkan teks sel kekanan","Justify cell text":"Imbang teks sel","Align cell text to the top":"Jajarkan teks sel keatas","Align cell text to the middle":"Jajarkan teks sel ketengah","Align cell text to the bottom":"Jajarkan teks sel kebawah","Align table to the left":"Jajarkan jadual sel kekiri","Center table":"Ketengahkan jadual","Align table to the right":"Jajarkan jadual sel kekanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak sah. Cuba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"merah\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak sah. Cuba \"10px\" atau \"2em\" atau \"2\" sahaja.","Enter table caption":"Benarkan kapsyen jadual","Keystrokes that can be used in a table cell":"Ketukan kekunci yang boleh digunakan dalam sel jadual","Move the selection to the next cell":"Alihkan pilihan ke sel seterusnya","Move the selection to the previous cell":"Alihkan pilihan ke sel sebelumnya","Insert a new table row (when in the last cell of a table)":"Masukkan baris jadual baharu (apabila berada dalam sel terakhir jadual)","Navigate through the table":"Navigasi melalui jadual","Table":"Jadual"},getPluralForm(n){return 0;}}}; e[ 'ms' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ms' ].dictionary = Object.assign( e[ 'ms' ].dictionary, dictionary ); e[ 'ms' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );