UNPKG

@ckeditor/ckeditor5-table

Version:

Table feature for CKEditor 5.

12 lines (10 loc) 4.39 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 { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"Insert table":"Додај табелу","Header column":"Колона за заглавље","Insert column left":"Додај колону лево","Insert column right":"Додај колону десно","Delete column":"Бриши колону","Select column":"Изабери колону","Column":"Колона","Header row":"Ред за заглавлје","Insert row below":"Додај ред испод","Insert row above":"Додај ред изнад","Delete row":"Бриши ред","Select row":"Изабери ред","Row":"Ред","Merge cell up":"Спој ћелије на горе","Merge cell right":"Спој ћелије на десно","Merge cell down":"Спој ћелије на доле","Merge cell left":"Cпој ћелије на лево","Split cell vertically":"Дели ћелије усправно","Split cell horizontally":"Дели ћелије водоравно","Merge cells":"Спој ћелије","Table toolbar":"Табела трака са алаткама","Table properties":"Својства табеле","Cell properties":"Својства ћелије","Border":"Граница","Style":"Стил","Width":"Ширина","Height":"Висина","Color":"Боја","Background":"Позадина","Padding":"Постављање","Dimensions":"Димензија","Table cell text alignment":"Поравнај тексту табели","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\".":"Боја је неважећа. Покушајте са \"#FF0000\" или \"rgb(255,0,0)\" или \"црвена\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Вредност је неважећа. Покушајте са \"10px\" или \"2em\" или једноставно \"2\".","Enter table caption":"Унесите наслов табеле ","Keystrokes that can be used in a table cell":"Tasteri koji se mogu koristiti u ćeliji tabele","Move the selection to the next cell":"Pomeri odabir u sledeću ćeliju","Move the selection to the previous cell":"Pomeri odabir u prethodnu ćeliju","Insert a new table row (when in the last cell of a table)":"Umetni novi red u tabeli (kada je u poslednjoj ćeliji tabele)","Navigate through the table":"Kretanje kroz tabelu","Table":"Tabela"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}; e[ 'sr' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'sr' ].dictionary = Object.assign( e[ 'sr' ].dictionary, dictionary ); e[ 'sr' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );