@ckeditor/ckeditor5-table
Version:
Table feature for CKEditor 5.
12 lines (10 loc) • 3.49 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 { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"Insert table":"Vložiť tabuľku","Header column":"Stĺpec hlavičky","Insert column left":"Vložiť stĺpec vľavo","Insert column right":"Vložiť stĺpec vpravo","Delete column":"Odstrániť stĺpec","Select column":"Vybrať stĺpec","Column":"Stĺpec","Header row":"Riadok hlavičky","Insert row below":"Vložiť riadok pod","Insert row above":"Vložiť riadok nad","Delete row":"Odstrániť riadok","Select row":"Vybrať riadok","Row":"Riadok","Merge cell up":"Zlúčiť bunku hore","Merge cell right":"Zlúčiť bunku vpravo","Merge cell down":"Zlúčiť bunku dole","Merge cell left":"Zlúčiť bunku vľavo","Split cell vertically":"Rozdeliť bunku zvislo","Split cell horizontally":"Rozdeliť bunku vodorovne","Merge cells":"Zlúčiť bunky","Table toolbar":"Panel nástrojov tabuľky","Table properties":"Vlastnosti tabuľky","Cell properties":"Vlastnosti bunky","Border":"Orámovanie","Style":"Štýl","Width":"Šírka","Height":"Výška","Color":"Farba","Background":"Pozadie","Padding":"Vnútorný okraj","Dimensions":"Rozmery","Table cell text alignment":"Zarovnanie textu v bunke","Alignment":"Zarovnanie","Horizontal text alignment toolbar":"Horizontálne zarovnanie textu v panely","Vertical text alignment toolbar":"Vertikálne zarovnanie textu v panely","Table alignment toolbar":"Panel zarovnania tabuľky","None":"Žiadna","Solid":"Plná","Dotted":"Bodkovaná","Dashed":"Čiarkovaná","Double":"Dvojitá","Groove":"Drážkovaná","Ridge":"Rámovaná","Inset":"Vložená z vnútra","Outset":"Vložená zvonku","Align cell text to the left":"Zarovnať text bunky doľava","Align cell text to the center":"Zarovnať text bunky na stred","Align cell text to the right":"Zarovnať text bunky doprava","Justify cell text":"Zarovnať text bunky z oboch strán","Align cell text to the top":"Zarovnať text bunky nahor","Align cell text to the middle":"Zarovnať text bunky na stred","Align cell text to the bottom":"Zarovnať text bunky nadol","Align table to the left":"Zarovnať tabuľku doľava","Center table":"Centrovať tabuľku","Align table to the right":"Zarovnať tabuľku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farba má nesprávny formát. Skúste \"#FF0000\", \"rgb(255,0,0)\" alebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávna. Skúste \"10px\", \"2em\" alebo jednoducho \"2\".","Enter table caption":"Zadajte popis tabuľky","Keystrokes that can be used in a table cell":"Klávesy, ktoré sa dajú použiť v bunke tabuľky","Move the selection to the next cell":"Presunúť výber do nasledujúcej bunky","Move the selection to the previous cell":"Presunúť výber do predchádzajúcej bunky","Insert a new table row (when in the last cell of a table)":"Vložiť nový riadok tabuľky (keď je označená posledná bunka tabuľky)","Navigate through the table":"Prechádzať tabuľkou","Table":"Tabuľka"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}};
e[ 'sk' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'sk' ].dictionary = Object.assign( e[ 'sk' ].dictionary, dictionary );
e[ 'sk' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );