@ckeditor/ckeditor5-table
Version:
Table feature for CKEditor 5.
12 lines (10 loc) • 2.56 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 { [ 'az' ]: { dictionary, getPluralForm } } = {"az":{"dictionary":{"Insert table":"Cədvəli əlavə et","Header column":"Başlıqlı sütun","Insert column left":"Sola sütun əlavə et","Insert column right":"Sağa sütun əlavə et","Delete column":"Sütunları sil","Select column":"","Column":"Sütun","Header row":"Başlıqlı sətir","Insert row below":"Yuxarıya sətir əlavə et","Insert row above":"Aşağıya sətir əlavə et","Delete row":"Sətirləri sil","Select row":"","Row":"Sətir","Merge cell up":"Xanaları yuxarı birləşdir","Merge cell right":"Xanaları sağa birləşdir","Merge cell down":"Xanaları aşağı birləşdir","Merge cell left":"Xanaları sola birləşdir","Split cell vertically":"Xanaları şaquli böl","Split cell horizontally":"Xanaları üfüqi böl","Merge cells":"Xanaları birləşdir","Table toolbar":"Cədvəl paneli","Table properties":"Cədvəl xüsusiyyətləri","Cell properties":"","Border":"Sərhəd","Style":"","Width":"Eni","Height":"Hündürlük","Color":"Rəng","Background":"Fon","Padding":"","Dimensions":"Ölçülər","Table cell text alignment":"Cədvəl hüceyrəsi mətninin uyğunlaşdırılması","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\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"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 (n != 1);}}};
e[ 'az' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'az' ].dictionary = Object.assign( e[ 'az' ].dictionary, dictionary );
e[ 'az' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );