UNPKG

@ckeditor/ckeditor5-table

Version:

Table feature for CKEditor 5.

12 lines (10 loc) 3.29 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 { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"Insert table":"Sisipkan tabel","Header column":"Kolom tajuk","Insert column left":"Sisipkan kolom ke kiri","Insert column right":"Sisipkan kolom ke kanan","Delete column":"Hapus kolom","Select column":"Seleksi kolom","Column":"Kolom","Header row":"Baris tajuk","Insert row below":"Sisipkan baris ke bawah","Insert row above":"Sisipkan baris ke atas","Delete row":"Hapus baris","Select row":"Seleksi baris","Row":"Baris","Merge cell up":"Gabungkan sel ke atas","Merge cell right":"Gabungkan sel ke kanan","Merge cell down":"Gabungkan sel ke bawah","Merge cell left":"Gabungkan sel ke kiri","Split cell vertically":"Bagikan sel secara vertikal","Split cell horizontally":"Bagikan sel secara horizontal","Merge cells":"Gabungkan sel","Table toolbar":"Alat tabel","Table properties":"Properti tabel","Cell properties":"Properti sel","Border":"Garis batas","Style":"Gaya","Width":"Lebar","Height":"Tinggi","Color":"Warna","Background":"Latar belakang","Padding":"Padding","Dimensions":"Dimensi","Table cell text alignment":"Penjajaran teks sel tabel","Alignment":"Penjajaran","Horizontal text alignment toolbar":"Bilah alat penjajaran teks horizontal","Vertical text alignment toolbar":"Bilah alat penjajaran teks vertikal","Table alignment toolbar":"Bilah alat penjajaran tabel","None":"Tidak ada","Solid":"Garis utuh","Dotted":"Titik titik","Dashed":"Garis putus-putus","Double":"Ganda","Groove":"Groove","Ridge":"Ridge","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Sejajarkan teks sel ke kiri","Align cell text to the center":"Sejajarkan teks sel ke tengah","Align cell text to the right":"Sejajarkan teks sel ke kanan","Justify cell text":"Ratakan teks sel","Align cell text to the top":"Sejajarkan teks sel ke atas","Align cell text to the middle":"Sejajarkan teks sel ke tengah","Align cell text to the bottom":"Sejajarkan teks sel ke bawah","Align table to the left":"Sejajarkan teks sel ke kiri","Center table":"Tengahkan tabel","Align table to the right":"Sejajarkan teks sel ke kanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak valid. Coba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak valid. Coba \"10px\" atau \"2em\" atau hanya \"2\".","Enter table caption":"Masukkan keterangan tabel","Keystrokes that can be used in a table cell":"Penekanan tombol yang dapat digunakan di sel tabel","Move the selection to the next cell":"Pindahkan pilihan ke sel berikutnya","Move the selection to the previous cell":"Pindahkan pilihan ke sel sebelumnya","Insert a new table row (when in the last cell of a table)":"Sisipkan baris tabel baru (saat berada di sel terakhir tabel)","Navigate through the table":"Menjelajahi tabel","Table":"Tabel"},getPluralForm(n){return 0;}}}; e[ 'id' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, dictionary ); e[ 'id' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );