@ckeditor/ckeditor5-table
Version:
Table feature for CKEditor 5.
12 lines (10 loc) • 3.45 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 { [ 'tk' ]: { dictionary, getPluralForm } } = {"tk":{"dictionary":{"Insert table":"Tablisa goýuň","Header column":"Sözbaşy sütüni","Insert column left":"Sütüni çepe goýuň","Insert column right":"Sütüni saga goýuň","Delete column":"Sütüni pozuň","Select column":"Sütün saýlaň","Column":"Sütün","Header row":"Sözbaşy hatary","Insert row below":"Hatary aşak goýuň","Insert row above":"Hatary ýokaryk goýuň","Delete row":"Setiri poz","Select row":"Setir saýlaň","Row":"Setir","Merge cell up":"Öýjügi ýokary birleşdiriň","Merge cell right":"Öýjügi saga birleşdiriň","Merge cell down":"Öýjügi aşak birleşdiriň","Merge cell left":"Öýjügi çepe birleşdiriň","Split cell vertically":"Öýjügi dikligine bölüň","Split cell horizontally":"Öýjügi keseligine bölüň","Merge cells":"Öýjükleri birleşdiriň","Table toolbar":"Tablisa gurallar paneli","Table properties":"Tablisa aýratynlyklary","Cell properties":"Öýjük aýratynlyklary","Border":"Serhet","Style":"Stil","Width":"Ini","Height":"Boý","Color":"Reňk","Background":"Arka","Padding":"Padding","Dimensions":"Ölçegleri","Table cell text alignment":"Tablisa öýjükleriniň tekstini deňleşdirmek","Alignment":"Deňleşdirmek","Horizontal text alignment toolbar":"Kese tekst tekizlemek gurallar paneli","Vertical text alignment toolbar":"Dik tekst tekizlemek gurallar paneli","Table alignment toolbar":"Tablisa deňleşdirmek gurallar paneli","None":"Hiç","Solid":"Gaty","Dotted":"Nokatly","Dashed":"Çyzykly","Double":"Goşa","Groove":"Groove","Ridge":"Kertik","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Öýjük tekstini çepe deňleşdiriň","Align cell text to the center":"Öýjük tekstini merkeze deňleşdiriň","Align cell text to the right":"Öýjük tekstini saga deňleşdiriň","Justify cell text":"Öýjük tekstini esaslandyryň","Align cell text to the top":"Öýjük tekstini ýokarsyna deňleşdiriň","Align cell text to the middle":"Öýjük tekstini ortasyna deňleşdiriň","Align cell text to the bottom":"Öýjük tekstini aşagyna deňleşdiriň","Align table to the left":"Tablisany çepe deňleşdiriň","Center table":"Tablisany merkezleşdiriň","Align table to the right":"Tablisany sag tarapa deňleşdiriň","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Reňki nädogry \"#FF0000\" ýa-da \"rgb(255,0,0)\" ýa-da \"gyzyl\" barlap görüň.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Baha nädogry \"10px\" ýa-da \"2em\" ýa-da diňe \"2\" barlap görüň.","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":"","Insert table layout":"","Table layout":"","Layout table":"","Content table":"","Choose table type":"","Table type":"","Table type options":""},getPluralForm(n){return (n != 1);}}};
e[ 'tk' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'tk' ].dictionary = Object.assign( e[ 'tk' ].dictionary, dictionary );
e[ 'tk' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );