@ckeditor/ckeditor5-core
Version:
The core architecture of CKEditor 5 – the best browser-based rich text editor.
12 lines (10 loc) • 3.27 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 { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"Cancel":"Одустани","Clear":"Obriši","Remove color":"Отклони боју","Restore default":"Врати подразумевано","Save":"Сачувај","Show more items":"Прикажи још ставки","%0 of %1":"%0 of %1","Cannot upload file:":"Постављање фајла је неуспешно:","Rich Text Editor. Editing area: %0":"Уређивач обогаћеног текста.Простор за уређивање: %0","Insert with file manager":"Ubaci pomoću menadžera datoteka","Replace with file manager":"Zameni pomoću menadžera datoteka","Insert image with file manager":"Ubaci sliku pomoću menadžera datoteka","Replace image with file manager":"Zameni sliku pomoću menadžera datoteka","File":"Datoteka","With file manager":"Putem menadžera datoteka","Toggle caption off":"Искључивање натписа ","Toggle caption on":"Укључите наслов ","Content editing keystrokes":"Tasteri za uređivanje sadržaja","These keyboard shortcuts allow for quick access to content editing features.":"Ove prečice na tastaturi omogućavaju brz pristup funkcijama za uređivanje sadržaja.","User interface and content navigation keystrokes":"Korisnički interfejs i tasteri za navigaciju sadržaja","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Koristite sledeće tastere za efikasniju navigaciju u korisničkom interfejsu CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Zatvori kontekstualne prozore, padajuće menije i dijaloge","Open the accessibility help dialog":"Otvori dijalog za pomoć oko pristupačnosti","Move focus between form fields (inputs, buttons, etc.)":"Pomeraj fokus između polja za tekst (unosi, tasteri, itd.)","Move focus to the menu bar, navigate between menu bars":"Pomerite fokus na traku menija, navigirajte između traka menija","Move focus to the toolbar, navigate between toolbars":"Pomeri fokus na traku sa alatkama, kreći se kroz traku sa alatkama","Navigate through the toolbar or menu bar":"Krećite se kroz traku sa alatkama ili traku menija","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Izvršite trenutno fokusirano dugme. Izvršavanje dugmadi koja su u interakciji sa sadržajem uređivača pomera fokus nazad na sadržaj.","Accept":"Prihvati","Paragraph":"Пасус","Color picker":"Бирач боја","Please try a different phrase or check the spelling.":"Pokušajte sa drugom frazom ili proverite pravopis.","Source":"Izvor","Insert":"Umetni","Update":"Ažuriraj","Back":"Natrag"},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 ||= {} );