ckeditor5 41.3.1 → 41.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ckeditor5 might be problematic. Click here for more details.
- package/CHANGELOG.md +298 -215
- package/README.md +1 -1
- package/build/ckeditor5-dll.js +2 -2
- package/build/ckeditor5-dll.manifest.json +11 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sl.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/browser/index-content.css +5 -0
- package/dist/browser/index-editor.css +67 -0
- package/dist/browser/index.css +6 -0
- package/dist/browser/index.css.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/index.umd.js +557 -0
- package/dist/browser/index.umd.js.map +1 -0
- package/dist/index-content.css +375 -0
- package/dist/index-editor.css +4682 -0
- package/dist/index.css +9125 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +61 -0
- package/dist/index.js.map +1 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +5 -0
- package/dist/translations/af.umd.js +11 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +5 -0
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +5 -0
- package/dist/translations/ast.umd.js +11 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +5 -0
- package/dist/translations/az.umd.js +11 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +5 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +5 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +5 -0
- package/dist/translations/bs.umd.js +11 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +5 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +5 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +5 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +5 -0
- package/dist/translations/de-ch.umd.js +11 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +5 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +5 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +5 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +5 -0
- package/dist/translations/en-gb.umd.js +11 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +5 -0
- package/dist/translations/eo.umd.js +11 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +5 -0
- package/dist/translations/es-co.umd.js +11 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +5 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +5 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +5 -0
- package/dist/translations/eu.umd.js +11 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +5 -0
- package/dist/translations/fa.umd.js +11 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +5 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +5 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +5 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/gu.d.ts +8 -0
- package/dist/translations/gu.js +5 -0
- package/dist/translations/gu.umd.js +11 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +5 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +5 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +5 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +5 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +5 -0
- package/dist/translations/hy.umd.js +11 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +5 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +5 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +5 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +5 -0
- package/dist/translations/jv.umd.js +11 -0
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +5 -0
- package/dist/translations/kk.umd.js +11 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +5 -0
- package/dist/translations/km.umd.js +11 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +5 -0
- package/dist/translations/kn.umd.js +11 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +5 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +5 -0
- package/dist/translations/ku.umd.js +11 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +5 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +5 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +5 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +5 -0
- package/dist/translations/nb.umd.js +11 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +5 -0
- package/dist/translations/ne.umd.js +11 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +5 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +5 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/oc.d.ts +8 -0
- package/dist/translations/oc.js +5 -0
- package/dist/translations/oc.umd.js +11 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +5 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +5 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +5 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +5 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +5 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/si.d.ts +8 -0
- package/dist/translations/si.js +5 -0
- package/dist/translations/si.umd.js +11 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +5 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sl.d.ts +8 -0
- package/dist/translations/sl.js +5 -0
- package/dist/translations/sl.umd.js +11 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +5 -0
- package/dist/translations/sq.umd.js +11 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +5 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +5 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +5 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +5 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +5 -0
- package/dist/translations/ti.umd.js +11 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +5 -0
- package/dist/translations/tk.umd.js +11 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +5 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +5 -0
- package/dist/translations/tt.umd.js +11 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +5 -0
- package/dist/translations/ug.umd.js +11 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +5 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +5 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +5 -0
- package/dist/translations/uz.umd.js +11 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +5 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +5 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +5 -0
- package/dist/translations/zh.umd.js +11 -0
- package/dist/types/clipboard.d.ts +12 -0
- package/dist/types/core.d.ts +12 -0
- package/dist/types/engine.d.ts +12 -0
- package/dist/types/enter.d.ts +12 -0
- package/dist/types/index.d.ts +65 -0
- package/dist/types/paragraph.d.ts +12 -0
- package/dist/types/select-all.d.ts +12 -0
- package/dist/types/typing.d.ts +12 -0
- package/dist/types/ui.d.ts +12 -0
- package/dist/types/undo.d.ts +12 -0
- package/dist/types/upload.d.ts +12 -0
- package/dist/types/utils.d.ts +12 -0
- package/dist/types/watchdog.d.ts +12 -0
- package/dist/types/widget.d.ts +12 -0
- package/package.json +70 -14
- package/src/index.d.ts +61 -0
- package/src/index.js +61 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"Words: %0":"Slov: %0","Characters: %0":"Znakov: %0","Widget toolbar":"Panel nástrojov ovládacieho prvku","Insert paragraph before block":"Vložiť odstavec pred blok","Insert paragraph after block":"Vložiť odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stlačte Enter, ak chcete písať po miniaplikácii, alebo stlačte Shift + Enter, ak chcete písať pred miniaplikáciou","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klávesy, ktoré sa dajú použiť, keď je vybratý widget (napríklad obrázok alebo tabuľka)","Insert a new paragraph directly after a widget":"Vložiť nový odsek priamo za widgetom","Insert a new paragraph directly before a widget":"Vložiť nový odsek priamo pred widgetom","Move the caret to allow typing directly before a widget":"Presunúť striešku priamo pred widget, aby ste tam mohli písať","Move the caret to allow typing directly after a widget":"Presunúť striešku priamo za widget, aby ste tam mohli písať","Upload in progress":"Prebieha nahrávanie","Undo":"Späť","Redo":"Znova","Rich Text Editor":"Editor s formátovaním","Editor editing area: %0":"Oblasť úprav editora: %0","Edit block":"Upraviť odsek","Click to edit block":"Úprava bloku kliknutím","Drag to move":"Potiahnuť a presunúť","Next":"Ďalšie","Previous":"Predchádzajúce","Editor toolbar":"Panel nástrojov editora","Dropdown toolbar":"Panel nástrojov roletového menu","Black":"Čierna","Dim grey":"Tmavosivá","Grey":"Sivá","Light grey":"Bledosivá","White":"Biela","Red":"Červená","Orange":"Oranžová","Yellow":"Žltá","Light green":"Bledozelená","Green":"Zelená","Aquamarine":"Akvamarínová","Turquoise":"Tyrkysová","Light blue":"Bledomodrá","Blue":"Modrá","Purple":"Fialová","Editor block content toolbar":"Panel s nástrojmi obsahu bloku editora","Editor contextual toolbar":"Kontextový panel nástrojov editora","HEX":"HEX","No results found":"Neboli nájdené žiadne výsledky","No searchable items":"Žiadne vyhľadávateľné položky","Editor dialog":"Dialóg editora","Close":"Zatvoriť","Help Contents. To close this dialog press ESC.":"Obsah pomocníka. Toto dialógové okno zavriete klávesom Esc.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Nižšie nájdete zoznam klávesových skratiek, ktoré môžete používať v editore.","(may require <kbd>Fn</kbd>)":"(môže si vyžadovať stlačenie klávesu <kbd>Fn</kbd>)","Accessibility":"Dostupnosť","Accessibility help":"Pomoc so zjednodušením ovládania","Press %0 for help.":"Ak potrebujete pomoc, stlačte %0.","Move focus in and out of an active dialog window":"Presunúť zameranie z/do aktívneho dialógového okna","MENU_BAR_MENU_FILE":"Súbor","MENU_BAR_MENU_EDIT":"Upraviť","MENU_BAR_MENU_VIEW":"Zobraziť","MENU_BAR_MENU_INSERT":"Vložiť","MENU_BAR_MENU_FORMAT":"Formát","MENU_BAR_MENU_TOOLS":"Nástroje","MENU_BAR_MENU_HELP":"Pomoc","MENU_BAR_MENU_TEXT":"Text","MENU_BAR_MENU_FONT":"Font","Editor menu bar":"Lišta ponuky editora","Please enter a valid color (e.g. \"ff0000\").":"Zadajte platnú farbu (napr. „ff0000“).","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\".","Color picker":"Vybrať farbu","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","Styles":"Štýly","Multiple styles":"Viacero štýlov","Block styles":"Štýly bloku","Text styles":"Štýly textu","Special characters":"Špeciálne znaky","All":"Všetko","Arrows":"Šípky","Currency":"Mena","Latin":"Latinský","Mathematical":"Matematický","Text":"Text","leftwards simple arrow":"jednoduchá šípka doľava","rightwards simple arrow":"jednoduchá šípka doprava","upwards simple arrow":"jednoduchá šípka nahor","downwards simple arrow":"jednoduchá šípka nadol","leftwards double arrow":"dvojitá šípka doľava","rightwards double arrow":"dvojitá šípka doprava","upwards double arrow":"dvojitá šípka nahor","downwards double arrow":"dvojitá šípka nadol","leftwards dashed arrow":"prerušovaná šípka doľava","rightwards dashed arrow":"čiarkovaná šípka doprava","upwards dashed arrow":"čiarkovaná šípka nahor","downwards dashed arrow":"prerušovaná šípka nadol","leftwards arrow to bar":"šípka doľava do zvislej čiary","rightwards arrow to bar":"šípka doprava do zvislej čiary","upwards arrow to bar":"šípka nahor do zvislej čiary","downwards arrow to bar":"šípka nadol do zvislej čiary","up down arrow with base":"Šípka hore-dole od základne","back with leftwards arrow above":"Šípka späť","end with leftwards arrow above":"Šípka koniec","on with exclamation mark with left right arrow above":"ON s výkričníkom so šípkou doľava doprava hore","soon with rightwards arrow above":"čoskoro so šípkou doprava hore","top with upwards arrow above":"TOP so šípkou hore","Dollar sign":"Znak Dolár","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"Dvojbodka","Cruzeiro sign":"Mena Cruzeiro","French franc sign":"Mena Francúzsky Frank","Lira sign":"Mena Líra","Currency sign":"Znak meny","Bitcoin sign":"Mena Bitcoin","Mill sign":"Znak Mill","Naira sign":"Znak Naira","Peseta sign":"Znak Peseta","Rupee sign":"Znak Rupee","Won sign":"Znak Won","New sheqel sign":"Nový znak šekelu","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Nemecká penny","Peso sign":"Znak Peso","Guarani sign":"Znak Guarani","Austral sign":"Znak Austral","Hryvnia sign":"Znak Hryvnia","Cedi sign":"Znak Cedi","Livre tournois sign":"Znak Livre tournois","Spesmilo sign":"Znak Spesmilo","Tenge sign":"Znak Tenge","Indian rupee sign":"Znak Indická rupia","Turkish lira sign":"Znak Turecká líra","Nordic mark sign":"Znak Nórska marka","Manat sign":"Znak Manat","Ruble sign":"Znak Ruble","Latin capital letter a with macron":"Latinské veľké písmeno a s čiarou","Latin small letter a with macron":"Latinské malé písmeno a s čiarou","Latin capital letter a with breve":"Latinské veľké písmeno a s mäkčeňom","Latin small letter a with breve":"Latinské malé písmeno a s mäkčeňom","Latin capital letter a with ogonek":"Latinské veľké písmeno a s háčikom","Latin small letter a with ogonek":"Latinské malé písmeno a s háčikom","Latin capital letter c with acute":"Latinské veľké písmeno c s dĺžňom","Latin small letter c with acute":"Latinské malé písmeno c s dĺžňom","Latin capital letter c with circumflex":"Latinské veľké písmeno c s obráteným mäkčeňom","Latin small letter c with circumflex":"Latinské malé písmeno c s obráteným mäkčeňom","Latin capital letter c with dot above":"Latinské veľké písmeno c s bodkou nad znakom","Latin small letter c with dot above":"Latinské malé písmeno c s bodkou nad znakom","Latin capital letter c with caron":"Latinské veľké písmeno c s mäkčeňom","Latin small letter c with caron":"Latinské malé písmeno c s mäkčeňom","Latin capital letter d with caron":"Latinské veľké písmeno d s mäkčeňom","Latin small letter d with caron":"Latinské malé písmeno d s mäkčeňom","Latin capital letter d with stroke":"Latinské veľké písmeno d s prečiarknutím","Latin small letter d with stroke":"Latinské malé písmeno d s prečiarknutím","Latin capital letter e with macron":"Latinské veľké písmeno e s čiarou","Latin small letter e with macron":"Latinské malé písmeno e s čiarou","Latin capital letter e with breve":"Latinské veľké písmeno e s mäkčeňom","Latin small letter e with breve":"Latinské malé písmeno e s mäkčeňom","Latin capital letter e with dot above":"Latinské veľké písmeno e s bodkou nad znakom","Latin small letter e with dot above":"Latinské malé písmeno e s bodkou nad znakom","Latin capital letter e with ogonek":"Latinské veľké písmeno e s háčikom","Latin small letter e with ogonek":"Latinské malé písmeno e s háčikom","Latin capital letter e with caron":"Latinské veľké písmeno e s mäkčeňom","Latin small letter e with caron":"Latinské malé písmeno e s mäkčeňom","Latin capital letter g with circumflex":"Latinské veľké písmeno g s obráteným mäkčeňom","Latin small letter g with circumflex":"Latinské malé písmeno g s obráteným mäkčeňom","Latin capital letter g with breve":"Latinské veľké písmeno g s mäkčeňom","Latin small letter g with breve":"Latinské malé písmeno g s mäkčeňom","Latin capital letter g with dot above":"Latinské veľké písmeno g s bodkou nad znakom","Latin small letter g with dot above":"Latinské malé písmeno g s bodkou nad znakom","Latin capital letter g with cedilla":"Latinské veľké písmeno g s háčikom","Latin small letter g with cedilla":"Latinské malé písmeno g s háčikom","Latin capital letter h with circumflex":"Latinské veľké písmeno h s obráteným mäkčeňom","Latin small letter h with circumflex":"Latinské malé písmeno h s obráteným mäkčeňom","Latin capital letter h with stroke":"Latinské veľké písmeno h s prečiarknutím","Latin small letter h with stroke":"Latinské malé písmeno h s prečiarknutím","Latin capital letter i with tilde":"Latinské veľké písmeno i s vlnovkou","Latin small letter i with tilde":"Latinské malé písmeno i s vlnovkou","Latin capital letter i with macron":"Latinské veľké písmeno i s čiarou","Latin small letter i with macron":"Latinské malé písmeno i s čiarou","Latin capital letter i with breve":"Latinské veľké písmeno i s mäkčeňom","Latin small letter i with breve":"Latinské malé písmeno i s mäkčeňom","Latin capital letter i with ogonek":"Latinské veľké písmeno i s háčikom","Latin small letter i with ogonek":"Latinské malé písmeno i s háčikom","Latin capital letter i with dot above":"Latinské veľké písmeno i s bodkou nad znakom","Latin small letter dotless i":"Latinské malé písmeno i bez bodky","Latin capital ligature ij":"Latinský veľký znak ligatúry ij","Latin small ligature ij":"Latinský malý znak ligatúry ij","Latin capital letter j with circumflex":"Latinské veľké písmeno j s obráteným mäkčeňom","Latin small letter j with circumflex":"Latinské malé písmeno j s obráteným mäkčeňom","Latin capital letter k with cedilla":"Latinské veľké písmeno k s háčikom","Latin small letter k with cedilla":"Latinské malé písmeno k s háčikom","Latin small letter kra":"latinský malý znak Kra","Latin capital letter l with acute":"Latinské veľké písmeno l s dĺžňom","Latin small letter l with acute":"Latinské malé písmeno l s dĺžňom","Latin capital letter l with cedilla":"Latinské veľké písmeno l s háčikom","Latin small letter l with cedilla":"Latinské malé písmeno l s háčikom","Latin capital letter l with caron":"Latinské veľké písmeno l s mäkčeňom","Latin small letter l with caron":"Latinské malé písmeno l s mäkčeňom","Latin capital letter l with middle dot":"Latinské veľké písmeno l s bodkou uprostred","Latin small letter l with middle dot":"Latinské malé písmeno l s bodkou uprostred","Latin capital letter l with stroke":"Latinské veľké písmeno l s prečiarknutím","Latin small letter l with stroke":"Latinské malé písmeno l s prečiarknutím","Latin capital letter n with acute":"Latinské veľké písmeno n s dĺžňom","Latin small letter n with acute":"Latinské malé písmeno n s dĺžňom","Latin capital letter n with cedilla":"Latinské veľké písmeno n s háčikom","Latin small letter n with cedilla":"Latinské malé písmeno n s háčikom","Latin capital letter n with caron":"Latinské veľké písmeno n s mäkčeňom","Latin small letter n with caron":"Latinské malé písmeno n s mäkčeňom","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofom","Latin capital letter eng":"Latinské veľké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské veľké písmeno o s čiarou","Latin small letter o with macron":"Latinské malé písmeno o s čiarou","Latin capital letter o with breve":"Latinské veľké písmeno o s mäkčeňom","Latin small letter o with breve":"Latinské malé písmeno o s mäkčeňom","Latin capital letter o with double acute":"Latinské veľké písmeno o s dĺžňom","Latin small letter o with double acute":"Latinské malé písmeno o s dĺžňom","Latin capital ligature oe":"Latinský veľký znak ligatúry oe","Latin small ligature oe":"Latinský malý znak ligatúry oe","Latin capital letter r with acute":"Latinské veľké písmeno r s dĺžňom","Latin small letter r with acute":"Latinské malé písmeno r s dĺžňom","Latin capital letter r with cedilla":"Latinské veľké písmeno r s háčikom","Latin small letter r with cedilla":"Latinské malé písmeno r s háčikom","Latin capital letter r with caron":"Latinské veľké písmeno r s mäkčeňom","Latin small letter r with caron":"Latinské malé písmeno r s mäkčeňom","Latin capital letter s with acute":"Latinské veľké písmeno s s dĺžňom","Latin small letter s with acute":"Latinské malé písmeno s s dĺžňom","Latin capital letter s with circumflex":"Latinské veľké písmeno s s obráteným mäkčeňom","Latin small letter s with circumflex":"Latinské malé písmeno s s obráteným mäkčeňom","Latin capital letter s with cedilla":"Latinské veľké písmeno s s háčikom","Latin small letter s with cedilla":"Latinské malé písmeno s s háčikom","Latin capital letter s with caron":"Latinské veľké písmeno s s mäkčeňom","Latin small letter s with caron":"Latinské malé písmeno s s mäkčeňom","Latin capital letter t with cedilla":"Latinské veľké písmeno t s háčikom","Latin small letter t with cedilla":"Latinské malé písmeno t s háčikom","Latin capital letter t with caron":"Latinské veľké písmeno t s mäkčeňom","Latin small letter t with caron":"Latinské malé písmeno t s mäkčeňom","Latin capital letter t with stroke":"Latinské veľké písmeno t s prečiarknutím","Latin small letter t with stroke":"Latinské malé písmeno t s prečiarknutím","Latin capital letter u with tilde":"Latinské veľké písmeno u s vlnovkou","Latin small letter u with tilde":"Latinské malé písmeno u s vlnovkou","Latin capital letter u with macron":"Latinské veľké písmeno u s čiarou","Latin small letter u with macron":"Latinské malé písmeno o s čiarou","Latin capital letter u with breve":"Latinské veľké písmeno u s mäkčeňom","Latin small letter u with breve":"Latinské malé písmeno u s mäkčeňom","Latin capital letter u with ring above":"Latinské veľké písmeno u s krúžkom nad znakom","Latin small letter u with ring above":"Latinské malé písmeno u s krúžkom nad znakom","Latin capital letter u with double acute":"Latinské veľké písmeno u s dvojitým dĺžňom","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým dĺžňom","Latin capital letter u with ogonek":"Latinské veľké písmeno u s háčikom","Latin small letter u with ogonek":"Latinské malé písmeno u s háčikom","Latin capital letter w with circumflex":"Latinské veľké písmeno w s obráteným mäkčeňom","Latin small letter w with circumflex":"Latinské malé písmeno w s obráteným mäkčeňom","Latin capital letter y with circumflex":"Latinské veľké písmeno y s obráteným mäkčeňom","Latin small letter y with circumflex":"Latinské malé písmeno y s obráteným mäkčeňom","Latin capital letter y with diaeresis":"Latinské veľké písmeno y s dvojbodkou nad znakom","Latin capital letter z with acute":"Latinské veľké písmeno z s dĺžňom","Latin small letter z with acute":"Latinské malé písmeno z s dĺžňom","Latin capital letter z with dot above":"Latinské veľké písmeno z s bodkou nad znakom","Latin small letter z with dot above":"Latinské malé písmeno z s bodkou nad znakom","Latin capital letter z with caron":"Latinské veľké písmeno z s mäkčeňom","Latin small letter z with caron":"Malé písmeno s z mäkčeňom","Latin small letter long s":"Malé dlhé písmeno s","Less-than sign":"Menší ako","Greater-than sign":"Väčší ako","Less-than or equal to":"Menší alebo rovný","Greater-than or equal to":"Väčší alebo rovný","En dash":"Pomĺčka","Em dash":"Dlhá pomĺčka","Macron":"Horná čiara","Overline":"Preškrtnutie","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-mínus","Division sign":"Delenie","Fraction slash":"Lomítko / Delenie","Multiplication sign":"Násobenie","Latin small letter f with hook":"Funkcia","Integral":"Integrál","N-ary summation":"Znak cyklického sčítania","Infinity":"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximácia","Almost equal to":"Čiastočne rovný","Not equal to":"Nerovná sa","Identical to":"Identický k","Element of":"Patrí / Je súčasťou","Not an element of":"Nepatrí / Nie je súčasťou","Contains as member":"Obsahuje prvok","N-ary product":"Znak cyklického násobenia","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Nie je rovný","Intersection":"Priesečník / Prienik","Union":"Zjednotenie","Partial differential":"Parciálna diferencia","For all":"Pre všetky prvky v množine","There exists":"Existuje v množine","Empty set":"Prázdna množina","Nabla":"Nabla","Asterisk operator":"Hviezdička / násobenie","Proportional to":"Úmerný k","Angle":"Uhol","Vulgar fraction one quarter":"Jedna štvrtina","Vulgar fraction one half":"Polovica","Vulgar fraction three quarters":"Tri štvrtiny","Single left-pointing angle quotation mark":"Šípka ukazujúca doľava","Single right-pointing angle quotation mark":"Šípka ukazujúca doprava","Left-pointing double angle quotation mark":"Dvojitá šípka ukazujúca doľava","Right-pointing double angle quotation mark":"Dvojitá šípka ukazujúca doprava","Left single quotation mark":"Ľavá uvodzovka","Right single quotation mark":"Pravá uvodzovka","Left double quotation mark":"Ľavá dvojitá uvodzovka","Right double quotation mark":"Pravá dvojitá uvodzovka","Single low-9 quotation mark":"Spodná uvodzovka","Double low-9 quotation mark":"Dvojitá spodná uvodzovka","Inverted exclamation mark":"Obrátený výkričník","Inverted question mark":"Obrátený otáznik","Two dot leader":"Horizontálna dvojbodka","Horizontal ellipsis":"Trojbodka","Double dagger":"Dvojkríž","Per mille sign":"Promile","Per ten thousand sign":"Na desaťtisíc","Double exclamation mark":"Dvojitý výkričník","Question exclamation mark":"Otáznik a výkričník","Exclamation question mark":"Výkričník a otáznik","Double question mark":"Dvojitý otáznik","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekcia","Paragraph sign":"Odsek","Reversed paragraph sign":"Obrátený znak odseku","Character categories":"Kategórie znakov","Source":"Zdroj","Show source":"Zobraziť zdroj","Show blocks":"Zobraziť bloky","Select all":"Označiť všetko","Disable editing":"Vypnúť režim úprav","Enable editing":"Zapnúť režim úprav","Previous editable region":"Predchádzajúca oblasť úprav","Next editable region":"Nasledujúca oblasť úprav","Navigate editable regions":"Navigácia v oblasti úprav","Remove Format":"Vyčistiť formátovanie","Page break":"Zalomenie strany","media widget":"Nástroj pre médiá","Media URL":"URL média","Paste the media URL in the input.":"Vložte URL média.","Tip: Paste the URL into the content to embed faster.":"Tip: URL adresu média vložte do obsahu.","The URL must not be empty.":"Musíte zadať URL.","This media URL is not supported.":"URL média nie je podporovaná.","Insert media":"Vložiť média","Media toolbar":"Nástroje pre médiá","Open media in new tab":"Otvoriť médiá na novej karte","Numbered List":"Číslovaný zoznam","Bulleted List":"Zoznam s odrážkami","To-do List":"To-do zoznam","Bulleted list styles toolbar":"Panel zoznamu s odrážkami","Numbered list styles toolbar":"Panel so štýlmi číslovaného zoznamu","Toggle the disc list style":"Prepnúť na zoznam s označením plného kruhu","Toggle the circle list style":"Prepnúť na zoznam s kruhovým označením","Toggle the square list style":"Prepnúť na zoznam so štvorcovým označením","Toggle the decimal list style":"Prepnúť na číselný zoznam","Toggle the decimal with leading zero list style":"Prepnúť na číselný zoznam s nulou na začiatku","Toggle the lower–roman list style":"Prepnúť na zoznam s malými rímskymi číslami","Toggle the upper–roman list style":"Prepnúť na zoznam s veľkými rímskymi číslami","Toggle the lower–latin list style":"Prepnúť na zoznam s malými písmenami","Toggle the upper–latin list style":"Prepnúť na zoznam s veľkými písmenami","Disc":"Plný kruh","Circle":"Kruh","Square":"Štvorec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začiatku","Lower–roman":"Malé rímske čísla","Upper-roman":"Veľké rímske čísla","Lower-latin":"Malé písmená","Upper-latin":"Veľké písmená","List properties":"Vlastnosti zoznamu","Start at":"Prvá položka","Invalid start index value.":"Neplatná hodnota začiatočného indexu.","Start index must be greater than 0.":"Prvá položka musí mať index väčší ako 0.","Reversed order":"Obrátene poradie","Keystrokes that can be used in a list":"Klávesy, ktoré sa dajú použiť v zozname","Increase list item indent":"Zväčšiť odsadenie položiek v zozname","Decrease list item indent":"Zmenšiť odsadenie položiek v zozname","Entering a to-do list":"Príchod do zoznamu úloh","Leaving a to-do list":"Odchod zo zoznamu úloh","Unlink":"Zrušiť odkaz","Link":"Odkaz","Link URL":"URL adresa","Link URL must not be empty.":"Adresa odkazu URL nesmie byť prázdna.","Link image":"Adresa obrázku","Edit link":"Upraviť odkaz","Open link in new tab":"Otvoriť odkaz v novom okne","This link has no URL":"Tento odkaz nemá nastavenú URL adresu","Open in a new tab":"Otvoriť v novej záložke","Downloadable":"Na stiahnutie","Create link":"Vytvoriť odkaz","Move out of a link":"Presunúť sa mimo odkazu","Language":"Jazyk","Choose language":"Vybrať jazyk","Remove language":"Odstrániť jazyk","Increase indent":"Zväčšiť odsadenie","Decrease indent":"Zmenšiť odsadenie","image widget":"widget obrázka","Wrap text":"Obtekanie textu","Break text":"Zalomenie textu","In line":"V riadku","Side image":"Bočný obrázok","Full size image":"Obrázok v plnej veľkosti","Left aligned image":"Zarovnať vľavo","Centered image":"Zarovnať na stred","Right aligned image":"Zarovnať vpravo","Change image text alternative":"Zmeňte alternatívny text obrázka","Text alternative":"Alternatívny text","Enter image caption":"Vložte popis obrázka","Insert image":"Vložiť obrázok","Replace image":"Nahradiť obrázok","Upload from computer":"Nahrať z počítača","Replace from computer":"Nahradiť z počítača","Upload image from computer":"Nahrať obrázok z počítača","Image from computer":"Obrázok z počítača","Replace image from computer":"Nahradiť obrázok z počítača","Upload failed":"Nahrávanie zlyhalo","Image toolbar":"Panel nástrojov obrázka","Resize image":"Zmeniť veľkosť obrázka","Resize image to %0":"Zmeniť veľkosť na %0","Resize image to the original size":"Zmeniť veľkosť na pôvodnú","Resize image (in %0)":"Zmeniť veľkosť obrázka (v %0)","Original":"Originál","Custom image size":"Vlastná veľkosť obrázka","Custom":"Vlastné","Image resize list":"Zoznam možností zmeny veľkosti","Insert":"Vložiť","Update":"Aktualizovať","Insert image via URL":"Vložiť obrázok pomocou URL","Update image URL":"Aktualizovať URL obrázka","Caption for the image":"Popis k obrázku","Caption for image: %0":"Popis k obrázku: %0","The value must not be empty.":"Hodnota nesmie byť prázdna.","The value should be a plain number.":"Hodnota by mala byť obyčajné číslo.","Uploading image":"Nahrávanie obrázka","Image upload complete":"Nahrávanie obrázka bolo dokončené","Error during image upload":"Chyba pri nahrávaní obrázka","HTML object":"HTML objekt","Insert HTML":"Vložiť kód HTML","HTML snippet":"Kód HTML","Paste raw HTML here...":"Sem vložte kód HTML...","Edit source":"Upraviť zdroj","Save changes":"Uložiť zmeny","No preview available":"Náhľad nie je k dispozícii","Empty snippet content":"Prázdny obsah kódu","Horizontal line":"Vodorovná čiara","Yellow marker":"Žltý zvýrazňovač","Green marker":"Zelený zvýrazňovač","Pink marker":"Ružový zvýrazňovač","Blue marker":"Modrý zvýrazňovač","Red pen":"Červené pero","Green pen":"Zelené pero","Remove highlight":"Odstrániť zvýraznenie","Highlight":"Zvýraznenie","Text highlight toolbar":"Panel nástrojov zvýraznenia textu","Paragraph":"Odsek","Heading":"Nadpis","Choose heading":"Vyberte nadpis","Heading 1":"Nadpis 1","Heading 2":"Nadpis 2","Heading 3":"Nadpis 3","Heading 4":"Nadpis 4","Heading 5":"Nadpis 5","Heading 6":"Nadpis 6","Type your title":"Vložte nadpis","Type or paste your content here.":"Vložte obsah","Font Size":"Veľkosť písma","Tiny":"Veľmi malé","Small":"Malé","Big":"Veľké","Huge":"Veľmi veľké","Font Family":"Názov písma","Default":"Predvolené","Font Color":"Farba písma","Font Background Color":"Farba zvýraznenia textu","Document colors":"Farby dokumentu","Find and replace":"Vyhľadať a nahradiť","Find in text…":"Vyhľadať v texte...","Find":"Vyhľadať","Previous result":"Predchádzajúci výsledok","Next result":"Nasledujúci výsledok","Replace":"Nahradiť","Replace all":"Nahradiť všetko","Match case":"Presná zhoda","Whole words only":"Iba celé slová","Replace with…":"Nahradiť za...","Text to find must not be empty.":"Text vyhľadávania nemôže byť prázdny.","Tip: Find some text first in order to replace it.":"Tip: Najskôr vyhľadajte text, ktorý následne môžete nahradiť.","Advanced options":"Pokročilé nastavenia","Find in the document":"Nájsť v dokumente","Insert a soft break (a <code><br></code> element)":"Vložiť mäkkú medzeru (prvok <code><br></code>)","Insert a hard break (a new paragraph)":"Vložiť pevnú medzeru (nový odsek)","Cancel":"Zrušiť","Clear":"Vyčistiť","Remove color":"Zrušiť farbu","Restore default":"Obnoviť predvolené","Save":"Uložiť","Show more items":"Zobraziť viac položiek","%0 of %1":"%0 z %1","Cannot upload file:":"Nie je možné nahrať súbor:","Rich Text Editor. Editing area: %0":"Rich Text Editor. Oblasť úprav: %0","Insert with file manager":"Vložiť pomocou správcu súborov","Replace with file manager":"Nahradiť správcom súborov","Insert image with file manager":"Vložiť obrázok pomocou správcu súborov","Replace image with file manager":"Nahradiť obrázok pomocou správcu súborov","Toggle caption off":"Vypnúť titulok","Toggle caption on":"Zapnúť titulok","Content editing keystrokes":"Klávesy na úpravu obsahu","These keyboard shortcuts allow for quick access to content editing features.":"Tieto klávesové skratky vám poskytnú rýchly prístup k funkciám na úpravu obsahu.","User interface and content navigation keystrokes":"Používateľské rozhranie a klávesy na prechádzanie obsahom","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Nasledujúce klávesy vám umožnia jednoduchšie používanie používateľského rozhrania programu CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Zatvoriť kontextové bubliny, rozbaľovacie ponuky a dialógové okná","Open the accessibility help dialog":"Otvoriť dialógové okno o zjednodušení ovládania","Move focus between form fields (inputs, buttons, etc.)":"Presunúť zameranie do ďalšieho prvku na zadávanie údajov (napríklad textové pole alebo tlačidlo)","Move focus to the menu bar, navigate between menu bars":"Presuňte pozornosť na panel ponuky, prechádzajte medzi panelmi ponuky","Move focus to the toolbar, navigate between toolbars":"Presunúť zameranie do panela nástrojov, presúvať sa medzi panelmi nástrojov","Navigate through the toolbar or menu bar":"Prechádzajte cpanelom nástrojov alebo panelom ponúk","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Vykonajte aktuálne zaostrené tlačidlo. Spustenie tlačidiel, ktoré interagujú s obsahom editora, presunie zameranie späť na obsah.","Accept":"Potvrdiť","Insert code block":"Vložte blok kódu","Plain text":"Čistý text","Leaving %0 code snippet":"Opúšťanie %0 útržku kódu","Entering %0 code snippet":"Zadávanie %0 útržku kódu","Entering code snippet":"Zadávanie útržku kódu","Leaving code snippet":"Opúšťanie útržku kódu","Code block":"Blok kódu","Copy selected content":"Skopírovať vybraný obsah","Paste content":"Prilepiť obsah","Paste content as plain text":"Prilepiť obsah iba ako text","Insert image or file":"Vložiť obrázok alebo súbor","Image or file":"Obrázok alebo súbor","Could not obtain resized image URL.":"Nepodarilo sa získať URL adresu zmenšeného obrázka.","Selecting resized image failed":"Vybranie zmenšeného obrázka zlyhalo","Could not insert image at the current position.":"Obrázok nie je možné vložiť na vybranú pozíciu.","Inserting image failed":"Vloženie obrázka zlyhalo","Open file manager":"Otvoriť manažér súborov","Cannot determine a category for the uploaded file.":"Neznáma kategória pre nahratý súbor.","Cannot access default workspace.":"Nie je možné získať prístup k predvolenému pracovnému priestoru.","Edit image":"Upraviť obrázok","Processing the edited image.":"Spracovanie upraveného obrázka.","Server failed to process the image.":"Serveru sa nepodarilo spracovať obrázok.","Failed to determine category of edited image.":"Nepodarilo sa určiť kategóriu upraveného obrázka.","Block quote":"Citát","Bold":"Tučné","Italic":"Kurzíva","Underline":"Podčiarknuté","Code":"Kód","Strikethrough":"Preškrtnuté","Subscript":"Dolný index","Superscript":"Horný index","Italic text":"Kurzíva","Move out of an inline code style":"Presunúť mimo vloženého kódu","Bold text":"Tučný text","Underline text":"Podčiarknutý text","Strikethrough text":"Prečiarknutý text","Saving changes":"Ukladám zmeny","Revert autoformatting action":"Vrátiť späť automatické formátovanie","Align left":"Zarovnať vľavo","Align right":"Zarovnať vpravo","Align center":"Zarovnať na stred","Justify":"Do bloku","Text alignment":"Zarovnanie textu","Text alignment toolbar":"Panel nástrojov zarovnania textu"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}};
|
8
|
+
e[ 'sk' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'sk' ].dictionary = Object.assign( e[ 'sk' ].dictionary, dictionary );
|
10
|
+
e[ 'sk' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"sl":{"dictionary":{"Rich Text Editor":"","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"Črna","Dim grey":"Temno siva","Grey":"Siva","Light grey":"Svetlo siva","White":"Bela","Red":"Rdeča","Orange":"Oranžna","Yellow":"Rumena","Light green":"Svetlo zelena","Green":"Zelena","Aquamarine":"Akvamarin","Turquoise":"Turkizna","Light blue":"Svetlo modra","Blue":"Modra","Purple":"Vijolična","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Vstavi tabelo","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":"","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\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","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 HTML":"Vstavi HTML","HTML snippet":"HTML izsek","Paste raw HTML here...":"Prilepi HTML kodo ...","Edit source":"Uredi izvorno kodo","Save changes":"Shrani spremembe","No preview available":"","Empty snippet content":"","Horizontal line":"Vodoravna črta","Yellow marker":"Rumena oznaka","Green marker":"Zelena oznaka","Pink marker":"Rožnata oznaka","Blue marker":"Modra oznaka","Red pen":"Rdeče pisalo","Green pen":"Zeleno pisalo","Remove highlight":"Odstrani oznako","Highlight":"Označi","Text highlight toolbar":"Orodna vrstica označevanja","Paragraph":"Odstavek","Heading":"Naslov","Choose heading":"Izberi naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Vnesi naslov","Type or paste your content here.":"Vnesi ali prilepi vsebino","Font Size":"Velikost pisave","Tiny":"Drobna","Small":"Majhna","Big":"Veliko","Huge":"Ogromno","Font Family":"Vrsta oz. tip pisave","Default":"Privzeto","Font Color":"Barva pisave","Font Background Color":"Barva ozadja pisave","Document colors":"Barve dokumenta","Cancel":"Prekliči","Clear":"","Remove color":"Odstrani barvo","Restore default":"","Save":"Shrani","Show more items":"","%0 of %1":"","Cannot upload file:":"Ni možno naložiti datoteke:","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert image or file":"Vstavi sliko ali datoteko","Image or file":"","Could not obtain resized image URL.":"Ne morem pridobiti spremenjenega URL-ja slike.","Selecting resized image failed":"Izbira spremenjene slike ni uspela","Could not insert image at the current position.":"Slike ni mogoče vstaviti na trenutni položaj.","Inserting image failed":"Vstavljanje slike ni uspelo","Block quote":"Blokiraj citat","Bold":"Krepko","Italic":"Poševno","Underline":"Podčrtaj","Code":"Koda","Strikethrough":"Prečrtano","Subscript":"Naročnik","Superscript":"Nadpis","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Shrani spremembe","Align left":"Poravnava levo","Align right":"Poravnava desno","Align center":"Sredinska poravnava","Justify":"Postavi na sredino","Text alignment":"Poravnava besedila","Text alignment toolbar":"Orodna vrstica besedila"},getPluralForm(n){return (n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'sl' ]: { dictionary, getPluralForm } } = {"sl":{"dictionary":{"Rich Text Editor":"","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"Črna","Dim grey":"Temno siva","Grey":"Siva","Light grey":"Svetlo siva","White":"Bela","Red":"Rdeča","Orange":"Oranžna","Yellow":"Rumena","Light green":"Svetlo zelena","Green":"Zelena","Aquamarine":"Akvamarin","Turquoise":"Turkizna","Light blue":"Svetlo modra","Blue":"Modra","Purple":"Vijolična","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Vstavi tabelo","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":"","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\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","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 HTML":"Vstavi HTML","HTML snippet":"HTML izsek","Paste raw HTML here...":"Prilepi HTML kodo ...","Edit source":"Uredi izvorno kodo","Save changes":"Shrani spremembe","No preview available":"","Empty snippet content":"","Horizontal line":"Vodoravna črta","Yellow marker":"Rumena oznaka","Green marker":"Zelena oznaka","Pink marker":"Rožnata oznaka","Blue marker":"Modra oznaka","Red pen":"Rdeče pisalo","Green pen":"Zeleno pisalo","Remove highlight":"Odstrani oznako","Highlight":"Označi","Text highlight toolbar":"Orodna vrstica označevanja","Paragraph":"Odstavek","Heading":"Naslov","Choose heading":"Izberi naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Vnesi naslov","Type or paste your content here.":"Vnesi ali prilepi vsebino","Font Size":"Velikost pisave","Tiny":"Drobna","Small":"Majhna","Big":"Veliko","Huge":"Ogromno","Font Family":"Vrsta oz. tip pisave","Default":"Privzeto","Font Color":"Barva pisave","Font Background Color":"Barva ozadja pisave","Document colors":"Barve dokumenta","Cancel":"Prekliči","Clear":"","Remove color":"Odstrani barvo","Restore default":"","Save":"Shrani","Show more items":"","%0 of %1":"","Cannot upload file:":"Ni možno naložiti datoteke:","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert image or file":"Vstavi sliko ali datoteko","Image or file":"","Could not obtain resized image URL.":"Ne morem pridobiti spremenjenega URL-ja slike.","Selecting resized image failed":"Izbira spremenjene slike ni uspela","Could not insert image at the current position.":"Slike ni mogoče vstaviti na trenutni položaj.","Inserting image failed":"Vstavljanje slike ni uspelo","Block quote":"Blokiraj citat","Bold":"Krepko","Italic":"Poševno","Underline":"Podčrtaj","Code":"Koda","Strikethrough":"Prečrtano","Subscript":"Naročnik","Superscript":"Nadpis","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Shrani spremembe","Align left":"Poravnava levo","Align right":"Poravnava desno","Align center":"Sredinska poravnava","Justify":"Postavi na sredino","Text alignment":"Poravnava besedila","Text alignment toolbar":"Orodna vrstica besedila"},getPluralForm(n){return (n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);}}};
|
8
|
+
e[ 'sl' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'sl' ].dictionary = Object.assign( e[ 'sl' ].dictionary, dictionary );
|
10
|
+
e[ 'sl' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"sq":{"dictionary":{"Words: %0":"Fjalë: %0","Characters: %0":"Karaktere: %0","Widget toolbar":"Kokështrirja e shtesës","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Upload in progress":"Duke ngarkuar","Undo":"Rikthe","Redo":"Ribëj","Rich Text Editor":"Redaktues i Tekstit të Pasur","Editor editing area: %0":"","Edit block":"Redakto bllokun","Click to edit block":"","Drag to move":"","Next":"E radhës","Previous":"Paraprake","Editor toolbar":"Kokështrirja e redaktuesit","Dropdown toolbar":"Zgjero kokështrirjen","Black":"E zezë","Dim grey":"","Grey":"Ngjyrë hiri","Light grey":"","White":"E bardhë","Red":"E kuqe","Orange":"Ngjyrë portokalli","Yellow":"E verdhë","Light green":"","Green":"E gjelbër","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"E kaltër","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Shto tabelë","Header column":"Kolona e kokës","Insert column left":"Shto kolonë majtas","Insert column right":"Shto kolonë djathtas","Delete column":"Gris kolonën","Select column":"","Column":"Kolona","Header row":"Rreshti i kokës","Insert row below":"Shto rresht poshtë","Insert row above":"Shto rresht sipër","Delete row":"Grish rreshtin","Select row":"","Row":"Rreshti","Merge cell up":"Bashko kutizat sipër","Merge cell right":"Bashko kutizat djathtas","Merge cell down":"Bashko kutizat poshtë","Merge cell left":"Bashko kutizat majtas","Split cell vertically":"Ndajë kutizat vertikalisht","Split cell horizontally":"Ndaj kutizat horizontalisht","Merge cells":"Bashko kutizat","Table toolbar":"Kokështrirja e tabelës","Table properties":"Karakteristikat e tabelës","Cell properties":"Karakteristikat e qelisë","Border":"","Style":"Stili","Width":"Gjerësia","Height":"Lartësia","Color":"Ngjyra","Background":"Prapavija","Padding":"","Dimensions":"Dimensionet","Table cell text alignment":"Rradhitja e tekstit të qelisë së tabelës","Alignment":"Radhitja","Horizontal text alignment toolbar":"Kokështrirja e rradhitjes së tekstit horizontalisht","Vertical text alignment toolbar":"Kokështrirja e rradhitjes së tekstit vertikalisht","Table alignment toolbar":"Kokështrirja e radhitjes së tabelës","None":"Asnjë","Solid":"","Dotted":"Me pika","Dashed":"","Double":"Me dy vija","Groove":"","Ridge":"","Inset":"","Outset":"","Align cell text to the left":"Radhit tekstin e qelisë majtas","Align cell text to the center":"Radhite tekstin në mes","Align cell text to the right":"Radhit tekstin e qelisë në të djathtë","Justify cell text":"","Align cell text to the top":"Radhit tekstin e qelisë sipër","Align cell text to the middle":"Radhit tekstin e qelisë në mes","Align cell text to the bottom":"Radhite tesktin e qelisë në fund","Align table to the left":"Radhit tabelën majtas","Center table":"","Align table to the right":"Radhit tabelën në të djathtë","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kodi është i pavlefshëm. Provo\"#FF0000\" ose \"rgb(255,0,0)\" ose \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","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":"","Special characters":"","All":"","Arrows":"","Currency":"","Latin":"","Mathematical":"","Text":"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"Simboli i Euros","Yen sign":"Simboli i Yen-it","Pound sign":"Simboli i Funtit","Cent sign":"","Euro-currency sign":"Simboli i euros","Colon sign":"Simboli i ngjyrës","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"Simboli i valutës","Bitcoin sign":"Simboli i Bitcoin-it","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"Simboli i feningut gjerman","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"Simboli i lirës turke","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"Shkronja e madhe latine D me ndarje në mes","Latin small letter d with stroke":"Shkronja e vogël latine d me ndarje në mes","Latin capital letter e with macron":"Shkronja e madhe latine E me vijë horizontale sipër","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"Shkronja e madhe latine H me ndarje në mes","Latin small letter h with stroke":"Shkronja e vogël latine h me ndarje në mes","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"Shkronja e vogël latine k me pjesje poshtë","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"Shkronja e madhe latine L me ndarje në mes","Latin small letter l with stroke":"Shkronja e vogël latine l me ndarje në mes","Latin capital letter n with acute":"Shkronja latine e madhe N me apostrof","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"Shkronja e madhe latine T me ndarje në mes","Latin small letter t with stroke":"Shkronja e vogël latine t me ndarje në mes","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"Shkronja e vogël latine u me drapër poshtë","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"Simboli i më i vogël se","Greater-than sign":"Simboli më e madhe se","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"","Macron":"","Overline":"","Degree sign":"","Minus sign":"Simboli minus","Plus-minus sign":"Simboli plus-minus","Division sign":"Shenja e pjesëtimit","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"","Integral":"","N-ary summation":"","Infinity":"","Square root":"Rënja katrore","Tilde operator":"","Approximately equal to":"","Almost equal to":"Gati e ngjashme me","Not equal to":"E pabarabartë me","Identical to":"E ngjashme me","Element of":"Elementi i","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"Logjik ose","Not sign":"","Intersection":"","Union":"","Partial differential":"","For all":"Për të gjitha","There exists":"Ekziston","Empty set":"","Nabla":"","Asterisk operator":"","Proportional to":"Në përpjesëtim me","Angle":"Engjëlli","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"Simboli i paragrafit","Reversed paragraph sign":"","Character categories":"Kategoritë e karaktereve","Show blocks":"Shfaq blloqet","Select all":"Përzgjidh të gjitha","Disable editing":"Pamundëso redaktimin","Enable editing":"Munëso redaktimin","Previous editable region":"Rajoni paraprak i redaktueshëm","Next editable region":"Rajoni i redaktueshëm i radhës","Navigate editable regions":"Navigo rajonet e redaktueshme","Remove Format":"Largo formatimin","Page break":"Ndarës faqeje","media widget":"Vegla e medies","Media URL":"URL e Medies","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"URL nuk duhet të jetë e zbrazët.","This media URL is not supported.":"URL e medies nuk mbështetet.","Insert media":"Shto Medie","Media toolbar":"Kokështrirja e mediave","Open media in new tab":"","Numbered List":"Listë me Numra","Bulleted List":"Listë me Pika","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Largo nyjën","Link":"Shto nyjën","Link URL":"Nyja e URL-së","Link URL must not be empty.":"","Link image":"Foto e nyjes","Edit link":"Redakto nyjën","Open link in new tab":"Hap nyjën në faqe të re","This link has no URL":"Kjo nyje nuk ka URL","Open in a new tab":"Hape në një fletë të re","Downloadable":"E shkarkueshme","Create link":"","Move out of a link":"","image widget":"Vegla e fotos","Wrap text":"","Break text":"","In line":"","Side image":"Foto anësore","Full size image":"Foto me madhësi të plotë","Left aligned image":"Foto e vendosur majtas","Centered image":"Foto e vendosur në mes","Right aligned image":"Foto e vendosur djathtas","Change image text alternative":"Ndrysho tekstin zgjedhor të fotos","Text alternative":"Teksti zgjedhor","Enter image caption":"Shto përshkrimin e fotos","Insert image":"Shto Foto","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Ngarkimi dështoi","Image toolbar":"Kokështrirja e fotos","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Horizontal line":"Vija horizontale","Yellow marker":"Shënuesi verdh","Green marker":"Shënuesi gjelbër","Pink marker":"Shënuesi rozë","Blue marker":"Shënuesi kaltër","Red pen":"Lapsi kuq","Green pen":"Lapsi gjelbër","Remove highlight":"Largo ngjyrimet","Highlight":"Ngjyrimi","Text highlight toolbar":"Shiriti i veglave të nënvizimit të tekstit","Paragraph":"Paragrafi","Heading":"Nëntitulli","Choose heading":"Përzgjidh nëntitullin","Heading 1":"Nëntitulli 1","Heading 2":"Nëntitulli 2","Heading 3":"Nëntitulli 3","Heading 4":"Titulli 4","Heading 5":"Titulli 5","Heading 6":"Titulli 6","Type your title":"Shkruani titullin tuaj","Type or paste your content here.":"Shkruaj ose kopjo përmbajtjen këtu.","Font Size":"Madhësia tekstit","Tiny":"I vocërr","Small":"I vogël","Big":"I madh","Huge":"I stërmadh","Font Family":"Familja e fontit","Default":"Parazgjedhur","Font Color":"Ngjyra e tekstit","Font Background Color":"Ngjyra e tekstit të prapavijës","Document colors":"Ngjyra e dokumentit","Cancel":"Anulo","Clear":"Pastro","Remove color":"Largo ngjyrën","Restore default":"","Save":"Ruaj","Show more items":"","%0 of %1":"","Cannot upload file:":"Nuk mund të ngarkojë skedën:","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"Shto bllokun e kodit","Plain text":"Teksti i thjeshtë","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Shto foto ose skedar","Image or file":"","Could not obtain resized image URL.":"Nuk mund të gjendej URL-ja e fotos së ndryshuar.","Selecting resized image failed":"Dështoi përzgjedhja e fotos së ndryshuar","Could not insert image at the current position.":"Nuk mund të vendosej fotoja në pozitën aktuale.","Inserting image failed":"Shtimi i fotos dështoi","Open file manager":"Hap menaxhuesin e skedarëve","Cannot determine a category for the uploaded file.":"Nuk mund të përcaktohet kategori për skedarin e ngarkuar.","Cannot access default workspace.":"","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Thonjëzat","Bold":"Trash","Italic":"Pjerrtë","Underline":"Nënvizuar","Code":"Kod","Strikethrough":"Vi në mes","Subscript":"Abonohu","Superscript":"Mbishkrim","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Duke ruajtur ndryshimet","Align left":"Radhit majtas","Align right":"Radhit djathtas","Align center":"Radhit në mes","Justify":"Plotësim","Text alignment":"Radhitja e tekstit","Text alignment toolbar":"Shiriti i rradhitjes së tekstit"},getPluralForm(n){return (n != 1);}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'sq' ]: { dictionary, getPluralForm } } = {"sq":{"dictionary":{"Words: %0":"Fjalë: %0","Characters: %0":"Karaktere: %0","Widget toolbar":"Kokështrirja e shtesës","Insert paragraph before block":"","Insert paragraph after block":"","Press Enter to type after or press Shift + Enter to type before the widget":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Upload in progress":"Duke ngarkuar","Undo":"Rikthe","Redo":"Ribëj","Rich Text Editor":"Redaktues i Tekstit të Pasur","Editor editing area: %0":"","Edit block":"Redakto bllokun","Click to edit block":"","Drag to move":"","Next":"E radhës","Previous":"Paraprake","Editor toolbar":"Kokështrirja e redaktuesit","Dropdown toolbar":"Zgjero kokështrirjen","Black":"E zezë","Dim grey":"","Grey":"Ngjyrë hiri","Light grey":"","White":"E bardhë","Red":"E kuqe","Orange":"Ngjyrë portokalli","Yellow":"E verdhë","Light green":"","Green":"E gjelbër","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"E kaltër","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Shto tabelë","Header column":"Kolona e kokës","Insert column left":"Shto kolonë majtas","Insert column right":"Shto kolonë djathtas","Delete column":"Gris kolonën","Select column":"","Column":"Kolona","Header row":"Rreshti i kokës","Insert row below":"Shto rresht poshtë","Insert row above":"Shto rresht sipër","Delete row":"Grish rreshtin","Select row":"","Row":"Rreshti","Merge cell up":"Bashko kutizat sipër","Merge cell right":"Bashko kutizat djathtas","Merge cell down":"Bashko kutizat poshtë","Merge cell left":"Bashko kutizat majtas","Split cell vertically":"Ndajë kutizat vertikalisht","Split cell horizontally":"Ndaj kutizat horizontalisht","Merge cells":"Bashko kutizat","Table toolbar":"Kokështrirja e tabelës","Table properties":"Karakteristikat e tabelës","Cell properties":"Karakteristikat e qelisë","Border":"","Style":"Stili","Width":"Gjerësia","Height":"Lartësia","Color":"Ngjyra","Background":"Prapavija","Padding":"","Dimensions":"Dimensionet","Table cell text alignment":"Rradhitja e tekstit të qelisë së tabelës","Alignment":"Radhitja","Horizontal text alignment toolbar":"Kokështrirja e rradhitjes së tekstit horizontalisht","Vertical text alignment toolbar":"Kokështrirja e rradhitjes së tekstit vertikalisht","Table alignment toolbar":"Kokështrirja e radhitjes së tabelës","None":"Asnjë","Solid":"","Dotted":"Me pika","Dashed":"","Double":"Me dy vija","Groove":"","Ridge":"","Inset":"","Outset":"","Align cell text to the left":"Radhit tekstin e qelisë majtas","Align cell text to the center":"Radhite tekstin në mes","Align cell text to the right":"Radhit tekstin e qelisë në të djathtë","Justify cell text":"","Align cell text to the top":"Radhit tekstin e qelisë sipër","Align cell text to the middle":"Radhit tekstin e qelisë në mes","Align cell text to the bottom":"Radhite tesktin e qelisë në fund","Align table to the left":"Radhit tabelën majtas","Center table":"","Align table to the right":"Radhit tabelën në të djathtë","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kodi është i pavlefshëm. Provo\"#FF0000\" ose \"rgb(255,0,0)\" ose \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","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":"","Special characters":"","All":"","Arrows":"","Currency":"","Latin":"","Mathematical":"","Text":"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"Simboli i Euros","Yen sign":"Simboli i Yen-it","Pound sign":"Simboli i Funtit","Cent sign":"","Euro-currency sign":"Simboli i euros","Colon sign":"Simboli i ngjyrës","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"Simboli i valutës","Bitcoin sign":"Simboli i Bitcoin-it","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"Simboli i feningut gjerman","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"Simboli i lirës turke","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"Shkronja e madhe latine D me ndarje në mes","Latin small letter d with stroke":"Shkronja e vogël latine d me ndarje në mes","Latin capital letter e with macron":"Shkronja e madhe latine E me vijë horizontale sipër","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"Shkronja e madhe latine H me ndarje në mes","Latin small letter h with stroke":"Shkronja e vogël latine h me ndarje në mes","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"Shkronja e vogël latine k me pjesje poshtë","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"Shkronja e madhe latine L me ndarje në mes","Latin small letter l with stroke":"Shkronja e vogël latine l me ndarje në mes","Latin capital letter n with acute":"Shkronja latine e madhe N me apostrof","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"Shkronja e madhe latine T me ndarje në mes","Latin small letter t with stroke":"Shkronja e vogël latine t me ndarje në mes","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"Shkronja e vogël latine u me drapër poshtë","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"Simboli i më i vogël se","Greater-than sign":"Simboli më e madhe se","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"","Macron":"","Overline":"","Degree sign":"","Minus sign":"Simboli minus","Plus-minus sign":"Simboli plus-minus","Division sign":"Shenja e pjesëtimit","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"","Integral":"","N-ary summation":"","Infinity":"","Square root":"Rënja katrore","Tilde operator":"","Approximately equal to":"","Almost equal to":"Gati e ngjashme me","Not equal to":"E pabarabartë me","Identical to":"E ngjashme me","Element of":"Elementi i","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"Logjik ose","Not sign":"","Intersection":"","Union":"","Partial differential":"","For all":"Për të gjitha","There exists":"Ekziston","Empty set":"","Nabla":"","Asterisk operator":"","Proportional to":"Në përpjesëtim me","Angle":"Engjëlli","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"Simboli i paragrafit","Reversed paragraph sign":"","Character categories":"Kategoritë e karaktereve","Show blocks":"Shfaq blloqet","Select all":"Përzgjidh të gjitha","Disable editing":"Pamundëso redaktimin","Enable editing":"Munëso redaktimin","Previous editable region":"Rajoni paraprak i redaktueshëm","Next editable region":"Rajoni i redaktueshëm i radhës","Navigate editable regions":"Navigo rajonet e redaktueshme","Remove Format":"Largo formatimin","Page break":"Ndarës faqeje","media widget":"Vegla e medies","Media URL":"URL e Medies","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"URL nuk duhet të jetë e zbrazët.","This media URL is not supported.":"URL e medies nuk mbështetet.","Insert media":"Shto Medie","Media toolbar":"Kokështrirja e mediave","Open media in new tab":"","Numbered List":"Listë me Numra","Bulleted List":"Listë me Pika","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Largo nyjën","Link":"Shto nyjën","Link URL":"Nyja e URL-së","Link URL must not be empty.":"","Link image":"Foto e nyjes","Edit link":"Redakto nyjën","Open link in new tab":"Hap nyjën në faqe të re","This link has no URL":"Kjo nyje nuk ka URL","Open in a new tab":"Hape në një fletë të re","Downloadable":"E shkarkueshme","Create link":"","Move out of a link":"","image widget":"Vegla e fotos","Wrap text":"","Break text":"","In line":"","Side image":"Foto anësore","Full size image":"Foto me madhësi të plotë","Left aligned image":"Foto e vendosur majtas","Centered image":"Foto e vendosur në mes","Right aligned image":"Foto e vendosur djathtas","Change image text alternative":"Ndrysho tekstin zgjedhor të fotos","Text alternative":"Teksti zgjedhor","Enter image caption":"Shto përshkrimin e fotos","Insert image":"Shto Foto","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Ngarkimi dështoi","Image toolbar":"Kokështrirja e fotos","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Horizontal line":"Vija horizontale","Yellow marker":"Shënuesi verdh","Green marker":"Shënuesi gjelbër","Pink marker":"Shënuesi rozë","Blue marker":"Shënuesi kaltër","Red pen":"Lapsi kuq","Green pen":"Lapsi gjelbër","Remove highlight":"Largo ngjyrimet","Highlight":"Ngjyrimi","Text highlight toolbar":"Shiriti i veglave të nënvizimit të tekstit","Paragraph":"Paragrafi","Heading":"Nëntitulli","Choose heading":"Përzgjidh nëntitullin","Heading 1":"Nëntitulli 1","Heading 2":"Nëntitulli 2","Heading 3":"Nëntitulli 3","Heading 4":"Titulli 4","Heading 5":"Titulli 5","Heading 6":"Titulli 6","Type your title":"Shkruani titullin tuaj","Type or paste your content here.":"Shkruaj ose kopjo përmbajtjen këtu.","Font Size":"Madhësia tekstit","Tiny":"I vocërr","Small":"I vogël","Big":"I madh","Huge":"I stërmadh","Font Family":"Familja e fontit","Default":"Parazgjedhur","Font Color":"Ngjyra e tekstit","Font Background Color":"Ngjyra e tekstit të prapavijës","Document colors":"Ngjyra e dokumentit","Cancel":"Anulo","Clear":"Pastro","Remove color":"Largo ngjyrën","Restore default":"","Save":"Ruaj","Show more items":"","%0 of %1":"","Cannot upload file:":"Nuk mund të ngarkojë skedën:","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"Shto bllokun e kodit","Plain text":"Teksti i thjeshtë","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Shto foto ose skedar","Image or file":"","Could not obtain resized image URL.":"Nuk mund të gjendej URL-ja e fotos së ndryshuar.","Selecting resized image failed":"Dështoi përzgjedhja e fotos së ndryshuar","Could not insert image at the current position.":"Nuk mund të vendosej fotoja në pozitën aktuale.","Inserting image failed":"Shtimi i fotos dështoi","Open file manager":"Hap menaxhuesin e skedarëve","Cannot determine a category for the uploaded file.":"Nuk mund të përcaktohet kategori për skedarin e ngarkuar.","Cannot access default workspace.":"","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Thonjëzat","Bold":"Trash","Italic":"Pjerrtë","Underline":"Nënvizuar","Code":"Kod","Strikethrough":"Vi në mes","Subscript":"Abonohu","Superscript":"Mbishkrim","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Duke ruajtur ndryshimet","Align left":"Radhit majtas","Align right":"Radhit djathtas","Align center":"Radhit në mes","Justify":"Plotësim","Text alignment":"Radhitja e tekstit","Text alignment toolbar":"Shiriti i rradhitjes së tekstit"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'sq' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'sq' ].dictionary = Object.assign( e[ 'sq' ].dictionary, dictionary );
|
10
|
+
e[ 'sq' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"sr-latn":{"dictionary":{"Words: %0":"Reči: %0","Characters: %0":"Karakteri: %0","Widget toolbar":"Видгет трака са алаткама","Insert paragraph before block":"Уметните одломак пре блока","Insert paragraph after block":"Уметните одломак после блока","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter da kucate posle ili pritisnite Shift + Enter da kucate pre vidžeta","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Upload in progress":"Postavljanje u toku","Undo":"Povlačenje","Redo":"Ponovo","Rich Text Editor":"Prošireni uređivač teksta","Editor editing area: %0":"Oblast za uređivanje urednika: %0","Edit block":"Blok uređivač","Click to edit block":"Kliknite da biste uredili blok","Drag to move":"Prevucite da biste premestili","Next":"Sledeći","Previous":"Prethodni","Editor toolbar":"Uređivač traka sa alatkama","Dropdown toolbar":"Padajuća traka sa alatkama","Black":"Crna","Dim grey":"Bledo siva","Grey":"Siva","Light grey":"Svetlo siva","White":"Bela","Red":"Crvena","Orange":"Narandžasta","Yellow":"Žuta","Light green":"Svetlo zelena","Green":"Zelena","Aquamarine":"Zelenkastoplava","Turquoise":"Tirkizna","Light blue":"Svetloplava","Blue":"Plava","Purple":"Ljubičasta","Editor block content toolbar":"Traka sa alatkama za blokiranje sadržaja uređivača","Editor contextual toolbar":"Kontekstualna traka sa alatkama Editor","HEX":"HEX","No results found":"Nije pronađen nijedan rezultat","No searchable items":"Nema stavki koje se mogu pretražiti","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"Uredi","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Ubaci","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Dodaj tabelu","Header column":"Kolona za zaglavlje","Insert column left":"Dodaj kolonu levo","Insert column right":"Dodaj kolonu desno","Delete column":"Briši kolonu","Select column":"Odaberi kolonu","Column":"Kolona","Header row":"Red za zaglavlje","Insert row below":"Dodaj red ispod","Insert row above":"Dodaj red iznad","Delete row":"Briši red","Select row":"Odaberi red","Row":"Red","Merge cell up":"Spoj ćelije na gore","Merge cell right":"Spoj ćelije na desno","Merge cell down":"Spoj ćelije na dole","Merge cell left":"Spoj ćelije na levo","Split cell vertically":"Deli ćelije uspravno","Split cell horizontally":"Deli ćelije vodoravno","Merge cells":"Spoj ćelije","Table toolbar":"Tabela traka sa alatkama","Table properties":"Svojstva tabele","Cell properties":"Svojstva ćelije","Border":"Granica","Style":"Stil","Width":"Širina","Height":"Visina","Color":"Boja","Background":"Pozadina","Padding":"Postavljanje","Dimensions":"Dimenzija","Table cell text alignment":"Poravnaj tekst u tabeli","Alignment":"Poravnanje","Horizontal text alignment toolbar":"Horizontalna traka sa alatkama za poravnavanje teksta","Vertical text alignment toolbar":"Vertikalna traka sa alatkama za poravnavanje teksta","Table alignment toolbar":"Traka sa alatkama za poravnavanje tabele","None":"Nijedan","Solid":"Čvrst","Dotted":"Sa tačkama","Dashed":"Razbijeno","Double":"Dvostruki","Groove":"Kolosek","Ridge":"Greben","Inset":"Prilog","Outset":"Početak","Align cell text to the left":"Poravnajte tekst ćelije levo","Align cell text to the center":"Poravnajte tekst ćelije u sredinu","Align cell text to the right":"Poravnajte tekst ćelije desno","Justify cell text":"Opravdajte tekst ćelije","Align cell text to the top":"Poravnajte tekst ćelije prema gore","Align cell text to the middle":"Poravnajte tekst ćelije u sredinu","Align cell text to the bottom":"Poravnajte tekst ćelije prema dole","Align table to the left":"Poravnajte tabelu na levu stranu","Center table":"Centar tabele","Align table to the right":"Poravnajte tabelu na desnu stranu","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Boja je nevažeća. Pokušajte sa \"# FF0000\" ili \"rgb (255,0,0)\" ili \"crvena\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vrednost je nevažeća. Pokušajte sa „10pk“ ili „2em“ ili jednostavno „2“.","Color picker":"Birač boja","Enter table caption":"Unesite naslov tabele","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":"","Styles":"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Stilovi teksta","Special characters":"Specijalni karakteri","All":"Svi","Arrows":"Strelica","Currency":"Valute","Latin":"Latinični","Mathematical":"Matematički","Text":"Tekst","leftwards simple arrow":"jednostavna strelica nalevo","rightwards simple arrow":"jednostavna strelica udesno","upwards simple arrow":"jednostavna strelica nagore","downwards simple arrow":"jednostavna strelica nadole","leftwards double arrow":"Dupla strlica levo","rightwards double arrow":"Dupla strelica desno","upwards double arrow":"Dupla strelica prema gore","downwards double arrow":"Dupla strelica prema dole","leftwards dashed arrow":"Prekidana strelica levo","rightwards dashed arrow":"Prekidana strelica desno","upwards dashed arrow":"Prekidana strelica prema gore","downwards dashed arrow":"Prekidana strelica prema dole","leftwards arrow to bar":"Strelica nalevo ka traci","rightwards arrow to bar":"Strelica nadesno ka traci","upwards arrow to bar":"Strelica prema gore ka traci","downwards arrow to bar":"Strelica prema dole ka traci","up down arrow with base":"Strelica nadole sa bazom","back with leftwards arrow above":"Nazad sa strelicom levo","end with leftwards arrow above":"Završite strelicom levo","on with exclamation mark with left right arrow above":"Uključeno sa uzvičnikom sa strelicom levo desno","soon with rightwards arrow above":"Uskoro sa strelicom nadesno","top with upwards arrow above":"Na vrhu sa strelicom prema gore","Dollar sign":"Znak dolara","Euro sign":"Znak eura","Yen sign":"Znak jena","Pound sign":"Znak funti","Cent sign":"Znak centа","Euro-currency sign":"Znak valute eura","Colon sign":"Dvotačka","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak francuskog franaka","Lira sign":"Znak lire","Currency sign":"Znak valute","Bitcoin sign":"Znak bitcoina","Mill sign":"Znak mlina","Naira sign":"Znak naira","Peseta sign":"Znak pezeta","Rupee sign":"Znak rupia","Won sign":"Znak von","New sheqel sign":"Znak novi šekel","Dong sign":"Znak dong","Kip sign":"Znak kip","Tugrik sign":"Znak tugrik","Drachma sign":"Znak drahma","German penny sign":"Znak nemački peni","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Australni znak","Hryvnia sign":"Znak grivna","Cedi sign":"Znak cedi","Livre tournois sign":"Znak livre tournois","Spesmilo sign":"Znak spesmilio","Tenge sign":"Znak tenge","Indian rupee sign":"Znak indijske rupije","Turkish lira sign":"Znak turskih lira","Nordic mark sign":"Nordijski znak","Manat sign":"Znak manat","Ruble sign":"Znak ruble","Latin capital letter a with macron":"Latinsko veliko slovo a sa makronom","Latin small letter a with macron":"Latinsko malo slovo a sa makronom","Latin capital letter a with breve":"Latinsko veliko slovo a sa brevom","Latin small letter a with breve":"Latinsko malo slovo a sa brevom","Latin capital letter a with ogonek":"Latinsko veliko slovo a sa ogonek","Latin small letter a with ogonek":"Latinsko malo slovo a sa ogonek","Latin capital letter c with acute":"Latinsko veliko slovo c sa akutom","Latin small letter c with acute":"Latinsko malo slovo c sa akutom","Latin capital letter c with circumflex":"Latinsko veliko slovo c sa circumflex","Latin small letter c with circumflex":"Latino malo slovo c sa circumflex","Latin capital letter c with dot above":"Latinsko veliko slovo c sa tačkom iznad","Latin small letter c with dot above":"Latinsko malo slovo c sa tačkom iznad","Latin capital letter c with caron":"Latinsko veliko slovo c sa caronom","Latin small letter c with caron":"Latinsko malo slovo c sa caronom","Latin capital letter d with caron":"Latinsko veliko slovo d sa caronom","Latin small letter d with caron":"Latinsko malo slovo d sa caronom","Latin capital letter d with stroke":"Latinsko veliko slovo d sa stroke","Latin small letter d with stroke":"Latinsko malo slovo d sa stroke","Latin capital letter e with macron":"Latinsko veliko slovo e sa macron","Latin small letter e with macron":"Latinsko malo slovo e sa macron","Latin capital letter e with breve":"Latinsko veliko slovo e sa breve","Latin small letter e with breve":"Latinsko malo slovo e sa breve","Latin capital letter e with dot above":"Latinsko veliko slovo e sa tačkom iznad","Latin small letter e with dot above":"Latinsko malo slovo e sa tačkom iznad","Latin capital letter e with ogonek":"Latinsko veliko slovo e sa ogonek","Latin small letter e with ogonek":"Latinsko malo slovo e sa ogonek","Latin capital letter e with caron":"Latinsko veliko slovo e sa caron","Latin small letter e with caron":"Latinsko malo slovo e sa caron","Latin capital letter g with circumflex":"Latinsko veliko slovo g sa circumflex","Latin small letter g with circumflex":"Latinsko malo slovo g sa circumflex","Latin capital letter g with breve":"Latinsko veliko slovo g sa breve","Latin small letter g with breve":"Latinsko malo slovo g sa breve","Latin capital letter g with dot above":"Latinsko veliko slovo g sa tačkom iznad","Latin small letter g with dot above":"Latinsko malo slovo g sa tačkom iznad","Latin capital letter g with cedilla":"Latinsko veliko slovo g sa cedillom","Latin small letter g with cedilla":"Latinsko malo slovo g sa cedillom","Latin capital letter h with circumflex":"Latinsko veliko slovo h sa circumflex","Latin small letter h with circumflex":"Latinsko malo slovo h sa circumflex","Latin capital letter h with stroke":"Latinsko veliko slovo h sa stroke","Latin small letter h with stroke":"Latinsko malo slovo h sa stroke","Latin capital letter i with tilde":"Latinsko veliko slovo i sa tildom","Latin small letter i with tilde":"Latinsko malo slovo i sa tildom","Latin capital letter i with macron":"Latinsko veliko slovo i sa macron","Latin small letter i with macron":"Latinsko malo slovo i sa macron","Latin capital letter i with breve":"Latinsko veloko slovo i sa breve","Latin small letter i with breve":"Latinsko malo slovo i sa breve","Latin capital letter i with ogonek":"Latinsko veliko slovo i sa ogonek","Latin small letter i with ogonek":"Latinsko malo slovo i sa ogonek","Latin capital letter i with dot above":"Latinsko veliko slovo i sa tackom iznad","Latin small letter dotless i":"Latinsko malo slovo i bez tačke","Latin capital ligature ij":"Latinska velika ligatura ij","Latin small ligature ij":"Latinska mala ligatura ij","Latin capital letter j with circumflex":"Latinsko veliko slovo j sa circumflex","Latin small letter j with circumflex":"Latinsko malo slovo j sa circumflex","Latin capital letter k with cedilla":"Latinsko veliko slovo k sa cedila","Latin small letter k with cedilla":"Latinsko malo slovo k sa cedila","Latin small letter kra":"Latinsko malo slovo kra","Latin capital letter l with acute":"Latinsko veloko slovo l sa akutom","Latin small letter l with acute":"Latinsko malo slovo l sa akutom","Latin capital letter l with cedilla":"Latinsko veliko slovo l sa cedila","Latin small letter l with cedilla":"Latinsko malo slovo l sa cedila","Latin capital letter l with caron":"Latinsko veliko slovo l sa caron","Latin small letter l with caron":"Latinsko malo slovo l sa caron","Latin capital letter l with middle dot":"Latinsko veliko slovo l sa srednjom tačkom","Latin small letter l with middle dot":"Latinsko malo slovo l sa srednjom tačkom","Latin capital letter l with stroke":"Latinsko veliko slovo l sa stroke","Latin small letter l with stroke":"Latinsko malo slovo l sa stroke","Latin capital letter n with acute":"Latinsko veliko slovo n sa akutom ","Latin small letter n with acute":"Latinsko malo slovo n sa akutom ","Latin capital letter n with cedilla":"Latinsko veliko slovo n sa cedilom","Latin small letter n with cedilla":"Latinsko malo slovo n sa cedilom","Latin capital letter n with caron":"Latinsko veliko slovo n sa caron","Latin small letter n with caron":"Latinsko malo slovo n sa caron ","Latin small letter n preceded by apostrophe":"Latinsko malo slovo n koje prethodi apostrof","Latin capital letter eng":"Latinsko veliko slovo eng","Latin small letter eng":"Latinsko malo slovo eng","Latin capital letter o with macron":"Latinsko veliko slovo o sa macron","Latin small letter o with macron":"Latinsko malo slovo o sa macron","Latin capital letter o with breve":"Latinsko veliko slovo o sa breve","Latin small letter o with breve":"Latinsko malo slovo o sa breve","Latin capital letter o with double acute":"Latinsko veliko slovo o sa dvostrukom akutom","Latin small letter o with double acute":"Latinsko malo slovo o sa dvostrukom akutom","Latin capital ligature oe":"Latinska velika ligatura oe","Latin small ligature oe":"Latinska mala ligatura oe","Latin capital letter r with acute":"Latinsko veliko slovo r sa akutom","Latin small letter r with acute":"Latinsko malo slovo r sa akutom","Latin capital letter r with cedilla":"Latinsko veliko slovo r sa cedila","Latin small letter r with cedilla":"Latinsko malo slovo r sa cedila","Latin capital letter r with caron":"Latinsko veliko slovo r sa caron","Latin small letter r with caron":"Latinsko malo slovo r sa caron","Latin capital letter s with acute":"Latinsko veliko slovo s sa akutom","Latin small letter s with acute":"Latinsko malo slovo s sa akutom","Latin capital letter s with circumflex":"Latinsko veliko slovo s sa circumflex","Latin small letter s with circumflex":"Latinsko malo slovo s sa circumflex","Latin capital letter s with cedilla":"Latinsko veliko slovo s sa cedila","Latin small letter s with cedilla":"Latinsko malo slovo s sa cedila","Latin capital letter s with caron":"Latinsko veliko slovo s sa caron","Latin small letter s with caron":"Latinsko malo slovo s sa caron","Latin capital letter t with cedilla":"Latinsko veliko slovo t sa cedila","Latin small letter t with cedilla":"Latinsko malo slovo t sa cedila","Latin capital letter t with caron":"Latinsko veliko slovo t sa caron","Latin small letter t with caron":"Latinsko malo slovo t sa caron","Latin capital letter t with stroke":"Latinsko veliko slovo t sa stroke","Latin small letter t with stroke":"Latinsko malo slovo t sa stroke","Latin capital letter u with tilde":"Latinsko veliko slovo u sa tildom","Latin small letter u with tilde":"Latinsko malo slovo u sa tildom","Latin capital letter u with macron":"Latinsko veliko slovo u sa macron","Latin small letter u with macron":"Latinsko malo slovo u sa macron","Latin capital letter u with breve":"Latinsko veliko slovo u sa breve","Latin small letter u with breve":"Latinsko malo slovo u sa breve","Latin capital letter u with ring above":"Latinsko veliko slovo u s prstenom iznad","Latin small letter u with ring above":"Latinsko malo slovo u s prstenom iznad","Latin capital letter u with double acute":"Latinsko veliko slovo u s dvostrukom akutom","Latin small letter u with double acute":"Latinsko malo slovo u s dvostrukom akutom","Latin capital letter u with ogonek":"Latinsko veliko slovo u sa ogonek","Latin small letter u with ogonek":"Latinsko malo slovo u sa ogonek","Latin capital letter w with circumflex":"Latinsko veliko slovo w sa circumflex","Latin small letter w with circumflex":"Latinsko malo slovo w sa circumflex","Latin capital letter y with circumflex":"Latinsko veliko slovo y sa circumflex","Latin small letter y with circumflex":"Latinsko malo slovo y sa circumflex","Latin capital letter y with diaeresis":"Latinsko veliko slovo y sa dijarezom","Latin capital letter z with acute":"Latinsko veliko slovo z sa akutom","Latin small letter z with acute":"Latinsko malo slovo z sa akutom","Latin capital letter z with dot above":"Latinsko veliko slovo z sa tačkom iznad","Latin small letter z with dot above":"Latinsko malo slovo z sa tačkom iznad","Latin capital letter z with caron":"Latinsko veliko slovo z sa caron","Latin small letter z with caron":"Latinsko malo slovo z sa caron","Latin small letter long s":"Latinsko malo slovo dugačko s","Less-than sign":"Znak manje od","Greater-than sign":"Znak veće od","Less-than or equal to":"Znak manje od ili jednako","Greater-than or equal to":"Znak veće od ili jednako","En dash":"En crtica","Em dash":"Em crtica","Macron":"Macron","Overline":"Overline","Degree sign":"Znak stepena","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak divizije","Fraction slash":"Crta frakcije","Multiplication sign":"Znak množenja","Latin small letter f with hook":"Latinsko malo slovo f sa kukom","Integral":"Integral","N-ary summation":"N-ari zbir","Infinity":"Beskonačnost","Square root":"Kvadratni koren","Tilde operator":"Tilde operator","Approximately equal to":"Otprilike jednako","Almost equal to":"Skoro jednako","Not equal to":"Nejednako sa","Identical to":"Identičan","Element of":"Element od","Not an element of":"Nije element","Contains as member":"Sadrži kao član","N-ary product":"N-ari proizvod","Logical and":"Logički i","Logical or":"Logički ili","Not sign":"Nije znak","Intersection":"Raskrsnica","Union":"Unija","Partial differential":"Delimični diferencijal","For all":"Za sve","There exists":"Postoji","Empty set":"Prazan set","Nabla":"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Srazmerno","Angle":"Ugao","Vulgar fraction one quarter":"Vulgarna frakcija jedna četvrtina","Vulgar fraction one half":"Vulgarna frakcija jedna polovina","Vulgar fraction three quarters":"Vulgarna frakcija tri četvrtine","Single left-pointing angle quotation mark":"Pojedinačni navodnik ugla levog pokazivanja","Single right-pointing angle quotation mark":"Pojedinačni navodnik ugla desnog pokazivanja","Left-pointing double angle quotation mark":"Levi dvostrani navodnik dvostrukog ugla","Right-pointing double angle quotation mark":"Desni dvostrani navodnik dvostrukog ugla","Left single quotation mark":"Levi pojedinačni navodnik","Right single quotation mark":"Desni pojedinačni navodnik","Left double quotation mark":"Levi dvostruki navodnik","Right double quotation mark":"Desni dvostruki navodnik","Single low-9 quotation mark":"Jedan niski-9 navodnik","Double low-9 quotation mark":"Dvostruki niski-9 navodnik","Inverted exclamation mark":"Obrnuti uzvičnik","Inverted question mark":"Obrnuti upitnik","Two dot leader":"Vodja sa dve tačke","Horizontal ellipsis":"Horizontalna elipsa","Double dagger":"Dvostruki bodež","Per mille sign":"Znak per mile","Per ten thousand sign":"Znak za deset hiljada","Double exclamation mark":"Dvosrtuki uzvičnik","Question exclamation mark":"Znak upitnika uzvičnika","Exclamation question mark":"Znak uzvičnika upitnika","Double question mark":"Dvostruki upitnik","Copyright sign":"Simbol autorskog prava","Registered sign":"Registrovani znak","Trade mark sign":"Znak brenda","Section sign":"Znak sekcija","Paragraph sign":"Znak paragraf","Reversed paragraph sign":"Obrnuti znak paragrafa","Character categories":"Kategorija karaktera","Source":"Izvor","Show source":"","Show blocks":"Prikaži blokove","Select all":"Označi sve","Disable editing":"Nemoguće uređivanje","Enable editing":"Omogući uređivanje","Previous editable region":"Prethodna regija za uređivanje","Next editable region":"Sledeća regija za uređivanje","Navigate editable regions":"Pronađi regije za uređivanje","Remove Format":"Ukloni formatiranje","Page break":"Prelom stranice","media widget":"Media widget","Media URL":"Media URL","Paste the media URL in the input.":" Nalepi medijski URL u polje za unos.","Tip: Paste the URL into the content to embed faster.":"Savet: Zalepite URL u sadržaj da bi ste ga brže ugradili.","The URL must not be empty.":"URL ne sme biti prazan.","This media URL is not supported.":"Ovaj media URL tip nije podržan.","Insert media":"Dodaj media","Media toolbar":"Mediji traka sa alatkama","Open media in new tab":"Otvorite medije u novoj kartici","Numbered List":"Lista sa brojevima","Bulleted List":"Nabrajane liste","To-do List":"Lista obaveza","Bulleted list styles toolbar":"Traka sa alatkama za nabrajane liste","Numbered list styles toolbar":"Traka sa altakama za liste sa brojevima","Toggle the disc list style":"Uključite / isključite stil liste diskova","Toggle the circle list style":"Uključite / isključite stil liste krugova","Toggle the square list style":"Uključite / isključite stil liste kvadrata","Toggle the decimal list style":"Uključi / isključi stil dekadne liste","Toggle the decimal with leading zero list style":"Prebaci decimalni znak sa vodećim stilom liste nula","Toggle the lower–roman list style":"Uključite / isključite stil donje rimske liste","Toggle the upper–roman list style":"Uključite / isključite stil gornje rimske liste","Toggle the lower–latin list style":"Uključite / isključite stil donje liste latinice","Toggle the upper–latin list style":"Uključite / isključite stil gornje liste latinice","Disc":"Disk","Circle":"Krug","Square":"Kvadrat","Decimal":"Decimala","Decimal with leading zero":"Decimalni broj sa nulom na početku","Lower–roman":"Donji - rimski","Upper-roman":"Gornji - rimski","Lower-latin":"Donji - latinski","Upper-latin":"Gornji - latinski","List properties":"Navedite svojstva","Start at":"Početi u","Invalid start index value.":"","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redosled","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Оtkloni link","Link":"Link","Link URL":"URL link","Link URL must not be empty.":"","Link image":"Link slike","Edit link":"Ispravi link","Open link in new tab":"Otvori link u novom prozoru","This link has no URL":"Link ne sadrži URL","Open in a new tab":"Otvori u novoj kartici","Downloadable":"Moguće preuzimanje","Create link":"","Move out of a link":"","Language":"Jezik","Choose language":"Izaberi jezik","Remove language":"Odstrani jezik","Increase indent":"Povećaj uclačenje","Decrease indent":"Smanji uvlačenje","image widget":"modul sa slikom","Wrap text":"Prelomiti tekst","Break text":"Prelom teksta","In line":"U redu","Side image":"Bočna slika","Full size image":"Slika u punoj veličini","Left aligned image":"Leva slika","Centered image":"Slika u sredini","Right aligned image":"Desna slika","Change image text alternative":"Izmena alternativnog teksta","Text alternative":"Alternativni tekst","Enter image caption":"Odredi tekst ispod slike","Insert image":"Dodaj sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Postavljanje neuspešno","Image toolbar":"Slika traka sa alatkama","Resize image":"Promenite veličinu slike","Resize image to %0":"Promenite veličinu slike na% 0","Resize image to the original size":"Promenite veličinu slike do originalne veličine","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Lista veličine slike","Insert":"Ubaci","Update":"Ažuriraj","Insert image via URL":"Ubaci sliku preko URL-a","Update image URL":"Ažuriraj URL slike","Caption for the image":"Natpis za sliku","Caption for image: %0":"Natpis za sliku:%0","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","HTML object":"HTML objеkat","Insert HTML":"Umetni HTML","HTML snippet":"HTML deo","Paste raw HTML here...":"Ovde nalepite HTML ...","Edit source":"Uredi izvor","Save changes":"Sačuvaj promene","No preview available":"Prikaz nije dostupan","Empty snippet content":"Sadržaj praznog isečka","Horizontal line":"Horizontalna razdelna linija","Yellow marker":"Žuti marker","Green marker":"Zeleni marker","Pink marker":"Roza marker","Blue marker":"Plavi marker","Red pen":"Crvena olovka","Green pen":"Zelena olovka","Remove highlight":"Ukloni isticanje","Highlight":"Isticanje","Text highlight toolbar":"Alatke za markiranje teksta","Paragraph":"Pasus","Heading":"Stilovi","Choose heading":"Odredi stil","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Odredite naslov","Type or paste your content here.":"Upišite ili nalepite naslov","Font Size":"Veličina fonta","Tiny":"Sitno","Small":"Malo","Big":"Veliko","Huge":"Ogromno","Font Family":"Font","Default":"Оsnovni","Font Color":"Boja slova","Font Background Color":"Boja pozadine slova","Document colors":"Boje dokumenta","Find and replace":"Nađji i zameni","Find in text…":"Pronađji u tekstu…","Find":"Pronađji","Previous result":"Prethodni rezultat","Next result":"Sledeći rezultat","Replace":"Zameni","Replace all":"Zameni sve","Match case":"Podudaranje slučaj","Whole words only":"Samo cele reči","Replace with…":"Zameni sa…","Text to find must not be empty.":"Tekst za pronalaženje ne sme biti prazan.","Tip: Find some text first in order to replace it.":"Savet: Prvo pronađjite neki tekst da biste ga zamenili.","Advanced options":"","Find in the document":"","Cancel":"Odustani","Clear":"Obriši","Remove color":"Otkloni boju","Restore default":"Vrati podrazumevano","Save":"Sačuvaj","Show more items":"Prikaži još stavki","%0 of %1":"%0 of %1","Cannot upload file:":"Postavljanje fajla je neuspešno:","Rich Text Editor. Editing area: %0":"Uređivač bogatijeg teksta. Prostor za uređivanje: %0","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"Isključivanje natpisa","Toggle caption on":"Uključite naslov","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"Prihvati","Insert code block":"Dodaj blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Dodaj sliku ili fajl","Image or file":"","Could not obtain resized image URL.":"URL slikа promenjeniih dimenzija nije dostupna.","Selecting resized image failed":"Odabir slike promenjenih dimenzija nije uspešnо","Could not insert image at the current position.":"Nemoguće je dodati sliku na ovo mesto.","Inserting image failed":"Dodavanje slike je neuspešno","Open file manager":"Otvori upravljač datotekama","Cannot determine a category for the uploaded file.":"Nije moguće odrediti kategoriju za otpremljenu datoteku.","Cannot access default workspace.":"Nije moguće pristupiti podrazumevanom radnom prostoru.","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Citat","Bold":"Podebljano","Italic":"Kurziv","Underline":"Podvučen","Code":"Kod","Strikethrough":"Precrtan","Subscript":"Index dole","Superscript":"Index gore","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Sačuvaj izmene","Align left":"Levo ravnanje","Align right":"Desno ravnanje","Align center":"Centralno ravnanje","Justify":"Obostrano ravnanje","Text alignment":"Ravnanje teksta","Text alignment toolbar":"Alatke za ravnanje teksta"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"Words: %0":"Reči: %0","Characters: %0":"Karakteri: %0","Widget toolbar":"Видгет трака са алаткама","Insert paragraph before block":"Уметните одломак пре блока","Insert paragraph after block":"Уметните одломак после блока","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter da kucate posle ili pritisnite Shift + Enter da kucate pre vidžeta","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Upload in progress":"Postavljanje u toku","Undo":"Povlačenje","Redo":"Ponovo","Rich Text Editor":"Prošireni uređivač teksta","Editor editing area: %0":"Oblast za uređivanje urednika: %0","Edit block":"Blok uređivač","Click to edit block":"Kliknite da biste uredili blok","Drag to move":"Prevucite da biste premestili","Next":"Sledeći","Previous":"Prethodni","Editor toolbar":"Uređivač traka sa alatkama","Dropdown toolbar":"Padajuća traka sa alatkama","Black":"Crna","Dim grey":"Bledo siva","Grey":"Siva","Light grey":"Svetlo siva","White":"Bela","Red":"Crvena","Orange":"Narandžasta","Yellow":"Žuta","Light green":"Svetlo zelena","Green":"Zelena","Aquamarine":"Zelenkastoplava","Turquoise":"Tirkizna","Light blue":"Svetloplava","Blue":"Plava","Purple":"Ljubičasta","Editor block content toolbar":"Traka sa alatkama za blokiranje sadržaja uređivača","Editor contextual toolbar":"Kontekstualna traka sa alatkama Editor","HEX":"HEX","No results found":"Nije pronađen nijedan rezultat","No searchable items":"Nema stavki koje se mogu pretražiti","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"Uredi","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Ubaci","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Dodaj tabelu","Header column":"Kolona za zaglavlje","Insert column left":"Dodaj kolonu levo","Insert column right":"Dodaj kolonu desno","Delete column":"Briši kolonu","Select column":"Odaberi kolonu","Column":"Kolona","Header row":"Red za zaglavlje","Insert row below":"Dodaj red ispod","Insert row above":"Dodaj red iznad","Delete row":"Briši red","Select row":"Odaberi red","Row":"Red","Merge cell up":"Spoj ćelije na gore","Merge cell right":"Spoj ćelije na desno","Merge cell down":"Spoj ćelije na dole","Merge cell left":"Spoj ćelije na levo","Split cell vertically":"Deli ćelije uspravno","Split cell horizontally":"Deli ćelije vodoravno","Merge cells":"Spoj ćelije","Table toolbar":"Tabela traka sa alatkama","Table properties":"Svojstva tabele","Cell properties":"Svojstva ćelije","Border":"Granica","Style":"Stil","Width":"Širina","Height":"Visina","Color":"Boja","Background":"Pozadina","Padding":"Postavljanje","Dimensions":"Dimenzija","Table cell text alignment":"Poravnaj tekst u tabeli","Alignment":"Poravnanje","Horizontal text alignment toolbar":"Horizontalna traka sa alatkama za poravnavanje teksta","Vertical text alignment toolbar":"Vertikalna traka sa alatkama za poravnavanje teksta","Table alignment toolbar":"Traka sa alatkama za poravnavanje tabele","None":"Nijedan","Solid":"Čvrst","Dotted":"Sa tačkama","Dashed":"Razbijeno","Double":"Dvostruki","Groove":"Kolosek","Ridge":"Greben","Inset":"Prilog","Outset":"Početak","Align cell text to the left":"Poravnajte tekst ćelije levo","Align cell text to the center":"Poravnajte tekst ćelije u sredinu","Align cell text to the right":"Poravnajte tekst ćelije desno","Justify cell text":"Opravdajte tekst ćelije","Align cell text to the top":"Poravnajte tekst ćelije prema gore","Align cell text to the middle":"Poravnajte tekst ćelije u sredinu","Align cell text to the bottom":"Poravnajte tekst ćelije prema dole","Align table to the left":"Poravnajte tabelu na levu stranu","Center table":"Centar tabele","Align table to the right":"Poravnajte tabelu na desnu stranu","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Boja je nevažeća. Pokušajte sa \"# FF0000\" ili \"rgb (255,0,0)\" ili \"crvena\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Vrednost je nevažeća. Pokušajte sa „10pk“ ili „2em“ ili jednostavno „2“.","Color picker":"Birač boja","Enter table caption":"Unesite naslov tabele","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":"","Styles":"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Stilovi teksta","Special characters":"Specijalni karakteri","All":"Svi","Arrows":"Strelica","Currency":"Valute","Latin":"Latinični","Mathematical":"Matematički","Text":"Tekst","leftwards simple arrow":"jednostavna strelica nalevo","rightwards simple arrow":"jednostavna strelica udesno","upwards simple arrow":"jednostavna strelica nagore","downwards simple arrow":"jednostavna strelica nadole","leftwards double arrow":"Dupla strlica levo","rightwards double arrow":"Dupla strelica desno","upwards double arrow":"Dupla strelica prema gore","downwards double arrow":"Dupla strelica prema dole","leftwards dashed arrow":"Prekidana strelica levo","rightwards dashed arrow":"Prekidana strelica desno","upwards dashed arrow":"Prekidana strelica prema gore","downwards dashed arrow":"Prekidana strelica prema dole","leftwards arrow to bar":"Strelica nalevo ka traci","rightwards arrow to bar":"Strelica nadesno ka traci","upwards arrow to bar":"Strelica prema gore ka traci","downwards arrow to bar":"Strelica prema dole ka traci","up down arrow with base":"Strelica nadole sa bazom","back with leftwards arrow above":"Nazad sa strelicom levo","end with leftwards arrow above":"Završite strelicom levo","on with exclamation mark with left right arrow above":"Uključeno sa uzvičnikom sa strelicom levo desno","soon with rightwards arrow above":"Uskoro sa strelicom nadesno","top with upwards arrow above":"Na vrhu sa strelicom prema gore","Dollar sign":"Znak dolara","Euro sign":"Znak eura","Yen sign":"Znak jena","Pound sign":"Znak funti","Cent sign":"Znak centа","Euro-currency sign":"Znak valute eura","Colon sign":"Dvotačka","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak francuskog franaka","Lira sign":"Znak lire","Currency sign":"Znak valute","Bitcoin sign":"Znak bitcoina","Mill sign":"Znak mlina","Naira sign":"Znak naira","Peseta sign":"Znak pezeta","Rupee sign":"Znak rupia","Won sign":"Znak von","New sheqel sign":"Znak novi šekel","Dong sign":"Znak dong","Kip sign":"Znak kip","Tugrik sign":"Znak tugrik","Drachma sign":"Znak drahma","German penny sign":"Znak nemački peni","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Australni znak","Hryvnia sign":"Znak grivna","Cedi sign":"Znak cedi","Livre tournois sign":"Znak livre tournois","Spesmilo sign":"Znak spesmilio","Tenge sign":"Znak tenge","Indian rupee sign":"Znak indijske rupije","Turkish lira sign":"Znak turskih lira","Nordic mark sign":"Nordijski znak","Manat sign":"Znak manat","Ruble sign":"Znak ruble","Latin capital letter a with macron":"Latinsko veliko slovo a sa makronom","Latin small letter a with macron":"Latinsko malo slovo a sa makronom","Latin capital letter a with breve":"Latinsko veliko slovo a sa brevom","Latin small letter a with breve":"Latinsko malo slovo a sa brevom","Latin capital letter a with ogonek":"Latinsko veliko slovo a sa ogonek","Latin small letter a with ogonek":"Latinsko malo slovo a sa ogonek","Latin capital letter c with acute":"Latinsko veliko slovo c sa akutom","Latin small letter c with acute":"Latinsko malo slovo c sa akutom","Latin capital letter c with circumflex":"Latinsko veliko slovo c sa circumflex","Latin small letter c with circumflex":"Latino malo slovo c sa circumflex","Latin capital letter c with dot above":"Latinsko veliko slovo c sa tačkom iznad","Latin small letter c with dot above":"Latinsko malo slovo c sa tačkom iznad","Latin capital letter c with caron":"Latinsko veliko slovo c sa caronom","Latin small letter c with caron":"Latinsko malo slovo c sa caronom","Latin capital letter d with caron":"Latinsko veliko slovo d sa caronom","Latin small letter d with caron":"Latinsko malo slovo d sa caronom","Latin capital letter d with stroke":"Latinsko veliko slovo d sa stroke","Latin small letter d with stroke":"Latinsko malo slovo d sa stroke","Latin capital letter e with macron":"Latinsko veliko slovo e sa macron","Latin small letter e with macron":"Latinsko malo slovo e sa macron","Latin capital letter e with breve":"Latinsko veliko slovo e sa breve","Latin small letter e with breve":"Latinsko malo slovo e sa breve","Latin capital letter e with dot above":"Latinsko veliko slovo e sa tačkom iznad","Latin small letter e with dot above":"Latinsko malo slovo e sa tačkom iznad","Latin capital letter e with ogonek":"Latinsko veliko slovo e sa ogonek","Latin small letter e with ogonek":"Latinsko malo slovo e sa ogonek","Latin capital letter e with caron":"Latinsko veliko slovo e sa caron","Latin small letter e with caron":"Latinsko malo slovo e sa caron","Latin capital letter g with circumflex":"Latinsko veliko slovo g sa circumflex","Latin small letter g with circumflex":"Latinsko malo slovo g sa circumflex","Latin capital letter g with breve":"Latinsko veliko slovo g sa breve","Latin small letter g with breve":"Latinsko malo slovo g sa breve","Latin capital letter g with dot above":"Latinsko veliko slovo g sa tačkom iznad","Latin small letter g with dot above":"Latinsko malo slovo g sa tačkom iznad","Latin capital letter g with cedilla":"Latinsko veliko slovo g sa cedillom","Latin small letter g with cedilla":"Latinsko malo slovo g sa cedillom","Latin capital letter h with circumflex":"Latinsko veliko slovo h sa circumflex","Latin small letter h with circumflex":"Latinsko malo slovo h sa circumflex","Latin capital letter h with stroke":"Latinsko veliko slovo h sa stroke","Latin small letter h with stroke":"Latinsko malo slovo h sa stroke","Latin capital letter i with tilde":"Latinsko veliko slovo i sa tildom","Latin small letter i with tilde":"Latinsko malo slovo i sa tildom","Latin capital letter i with macron":"Latinsko veliko slovo i sa macron","Latin small letter i with macron":"Latinsko malo slovo i sa macron","Latin capital letter i with breve":"Latinsko veloko slovo i sa breve","Latin small letter i with breve":"Latinsko malo slovo i sa breve","Latin capital letter i with ogonek":"Latinsko veliko slovo i sa ogonek","Latin small letter i with ogonek":"Latinsko malo slovo i sa ogonek","Latin capital letter i with dot above":"Latinsko veliko slovo i sa tackom iznad","Latin small letter dotless i":"Latinsko malo slovo i bez tačke","Latin capital ligature ij":"Latinska velika ligatura ij","Latin small ligature ij":"Latinska mala ligatura ij","Latin capital letter j with circumflex":"Latinsko veliko slovo j sa circumflex","Latin small letter j with circumflex":"Latinsko malo slovo j sa circumflex","Latin capital letter k with cedilla":"Latinsko veliko slovo k sa cedila","Latin small letter k with cedilla":"Latinsko malo slovo k sa cedila","Latin small letter kra":"Latinsko malo slovo kra","Latin capital letter l with acute":"Latinsko veloko slovo l sa akutom","Latin small letter l with acute":"Latinsko malo slovo l sa akutom","Latin capital letter l with cedilla":"Latinsko veliko slovo l sa cedila","Latin small letter l with cedilla":"Latinsko malo slovo l sa cedila","Latin capital letter l with caron":"Latinsko veliko slovo l sa caron","Latin small letter l with caron":"Latinsko malo slovo l sa caron","Latin capital letter l with middle dot":"Latinsko veliko slovo l sa srednjom tačkom","Latin small letter l with middle dot":"Latinsko malo slovo l sa srednjom tačkom","Latin capital letter l with stroke":"Latinsko veliko slovo l sa stroke","Latin small letter l with stroke":"Latinsko malo slovo l sa stroke","Latin capital letter n with acute":"Latinsko veliko slovo n sa akutom ","Latin small letter n with acute":"Latinsko malo slovo n sa akutom ","Latin capital letter n with cedilla":"Latinsko veliko slovo n sa cedilom","Latin small letter n with cedilla":"Latinsko malo slovo n sa cedilom","Latin capital letter n with caron":"Latinsko veliko slovo n sa caron","Latin small letter n with caron":"Latinsko malo slovo n sa caron ","Latin small letter n preceded by apostrophe":"Latinsko malo slovo n koje prethodi apostrof","Latin capital letter eng":"Latinsko veliko slovo eng","Latin small letter eng":"Latinsko malo slovo eng","Latin capital letter o with macron":"Latinsko veliko slovo o sa macron","Latin small letter o with macron":"Latinsko malo slovo o sa macron","Latin capital letter o with breve":"Latinsko veliko slovo o sa breve","Latin small letter o with breve":"Latinsko malo slovo o sa breve","Latin capital letter o with double acute":"Latinsko veliko slovo o sa dvostrukom akutom","Latin small letter o with double acute":"Latinsko malo slovo o sa dvostrukom akutom","Latin capital ligature oe":"Latinska velika ligatura oe","Latin small ligature oe":"Latinska mala ligatura oe","Latin capital letter r with acute":"Latinsko veliko slovo r sa akutom","Latin small letter r with acute":"Latinsko malo slovo r sa akutom","Latin capital letter r with cedilla":"Latinsko veliko slovo r sa cedila","Latin small letter r with cedilla":"Latinsko malo slovo r sa cedila","Latin capital letter r with caron":"Latinsko veliko slovo r sa caron","Latin small letter r with caron":"Latinsko malo slovo r sa caron","Latin capital letter s with acute":"Latinsko veliko slovo s sa akutom","Latin small letter s with acute":"Latinsko malo slovo s sa akutom","Latin capital letter s with circumflex":"Latinsko veliko slovo s sa circumflex","Latin small letter s with circumflex":"Latinsko malo slovo s sa circumflex","Latin capital letter s with cedilla":"Latinsko veliko slovo s sa cedila","Latin small letter s with cedilla":"Latinsko malo slovo s sa cedila","Latin capital letter s with caron":"Latinsko veliko slovo s sa caron","Latin small letter s with caron":"Latinsko malo slovo s sa caron","Latin capital letter t with cedilla":"Latinsko veliko slovo t sa cedila","Latin small letter t with cedilla":"Latinsko malo slovo t sa cedila","Latin capital letter t with caron":"Latinsko veliko slovo t sa caron","Latin small letter t with caron":"Latinsko malo slovo t sa caron","Latin capital letter t with stroke":"Latinsko veliko slovo t sa stroke","Latin small letter t with stroke":"Latinsko malo slovo t sa stroke","Latin capital letter u with tilde":"Latinsko veliko slovo u sa tildom","Latin small letter u with tilde":"Latinsko malo slovo u sa tildom","Latin capital letter u with macron":"Latinsko veliko slovo u sa macron","Latin small letter u with macron":"Latinsko malo slovo u sa macron","Latin capital letter u with breve":"Latinsko veliko slovo u sa breve","Latin small letter u with breve":"Latinsko malo slovo u sa breve","Latin capital letter u with ring above":"Latinsko veliko slovo u s prstenom iznad","Latin small letter u with ring above":"Latinsko malo slovo u s prstenom iznad","Latin capital letter u with double acute":"Latinsko veliko slovo u s dvostrukom akutom","Latin small letter u with double acute":"Latinsko malo slovo u s dvostrukom akutom","Latin capital letter u with ogonek":"Latinsko veliko slovo u sa ogonek","Latin small letter u with ogonek":"Latinsko malo slovo u sa ogonek","Latin capital letter w with circumflex":"Latinsko veliko slovo w sa circumflex","Latin small letter w with circumflex":"Latinsko malo slovo w sa circumflex","Latin capital letter y with circumflex":"Latinsko veliko slovo y sa circumflex","Latin small letter y with circumflex":"Latinsko malo slovo y sa circumflex","Latin capital letter y with diaeresis":"Latinsko veliko slovo y sa dijarezom","Latin capital letter z with acute":"Latinsko veliko slovo z sa akutom","Latin small letter z with acute":"Latinsko malo slovo z sa akutom","Latin capital letter z with dot above":"Latinsko veliko slovo z sa tačkom iznad","Latin small letter z with dot above":"Latinsko malo slovo z sa tačkom iznad","Latin capital letter z with caron":"Latinsko veliko slovo z sa caron","Latin small letter z with caron":"Latinsko malo slovo z sa caron","Latin small letter long s":"Latinsko malo slovo dugačko s","Less-than sign":"Znak manje od","Greater-than sign":"Znak veće od","Less-than or equal to":"Znak manje od ili jednako","Greater-than or equal to":"Znak veće od ili jednako","En dash":"En crtica","Em dash":"Em crtica","Macron":"Macron","Overline":"Overline","Degree sign":"Znak stepena","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak divizije","Fraction slash":"Crta frakcije","Multiplication sign":"Znak množenja","Latin small letter f with hook":"Latinsko malo slovo f sa kukom","Integral":"Integral","N-ary summation":"N-ari zbir","Infinity":"Beskonačnost","Square root":"Kvadratni koren","Tilde operator":"Tilde operator","Approximately equal to":"Otprilike jednako","Almost equal to":"Skoro jednako","Not equal to":"Nejednako sa","Identical to":"Identičan","Element of":"Element od","Not an element of":"Nije element","Contains as member":"Sadrži kao član","N-ary product":"N-ari proizvod","Logical and":"Logički i","Logical or":"Logički ili","Not sign":"Nije znak","Intersection":"Raskrsnica","Union":"Unija","Partial differential":"Delimični diferencijal","For all":"Za sve","There exists":"Postoji","Empty set":"Prazan set","Nabla":"Nabla","Asterisk operator":"Asterisk operator","Proportional to":"Srazmerno","Angle":"Ugao","Vulgar fraction one quarter":"Vulgarna frakcija jedna četvrtina","Vulgar fraction one half":"Vulgarna frakcija jedna polovina","Vulgar fraction three quarters":"Vulgarna frakcija tri četvrtine","Single left-pointing angle quotation mark":"Pojedinačni navodnik ugla levog pokazivanja","Single right-pointing angle quotation mark":"Pojedinačni navodnik ugla desnog pokazivanja","Left-pointing double angle quotation mark":"Levi dvostrani navodnik dvostrukog ugla","Right-pointing double angle quotation mark":"Desni dvostrani navodnik dvostrukog ugla","Left single quotation mark":"Levi pojedinačni navodnik","Right single quotation mark":"Desni pojedinačni navodnik","Left double quotation mark":"Levi dvostruki navodnik","Right double quotation mark":"Desni dvostruki navodnik","Single low-9 quotation mark":"Jedan niski-9 navodnik","Double low-9 quotation mark":"Dvostruki niski-9 navodnik","Inverted exclamation mark":"Obrnuti uzvičnik","Inverted question mark":"Obrnuti upitnik","Two dot leader":"Vodja sa dve tačke","Horizontal ellipsis":"Horizontalna elipsa","Double dagger":"Dvostruki bodež","Per mille sign":"Znak per mile","Per ten thousand sign":"Znak za deset hiljada","Double exclamation mark":"Dvosrtuki uzvičnik","Question exclamation mark":"Znak upitnika uzvičnika","Exclamation question mark":"Znak uzvičnika upitnika","Double question mark":"Dvostruki upitnik","Copyright sign":"Simbol autorskog prava","Registered sign":"Registrovani znak","Trade mark sign":"Znak brenda","Section sign":"Znak sekcija","Paragraph sign":"Znak paragraf","Reversed paragraph sign":"Obrnuti znak paragrafa","Character categories":"Kategorija karaktera","Source":"Izvor","Show source":"","Show blocks":"Prikaži blokove","Select all":"Označi sve","Disable editing":"Nemoguće uređivanje","Enable editing":"Omogući uređivanje","Previous editable region":"Prethodna regija za uređivanje","Next editable region":"Sledeća regija za uređivanje","Navigate editable regions":"Pronađi regije za uređivanje","Remove Format":"Ukloni formatiranje","Page break":"Prelom stranice","media widget":"Media widget","Media URL":"Media URL","Paste the media URL in the input.":" Nalepi medijski URL u polje za unos.","Tip: Paste the URL into the content to embed faster.":"Savet: Zalepite URL u sadržaj da bi ste ga brže ugradili.","The URL must not be empty.":"URL ne sme biti prazan.","This media URL is not supported.":"Ovaj media URL tip nije podržan.","Insert media":"Dodaj media","Media toolbar":"Mediji traka sa alatkama","Open media in new tab":"Otvorite medije u novoj kartici","Numbered List":"Lista sa brojevima","Bulleted List":"Nabrajane liste","To-do List":"Lista obaveza","Bulleted list styles toolbar":"Traka sa alatkama za nabrajane liste","Numbered list styles toolbar":"Traka sa altakama za liste sa brojevima","Toggle the disc list style":"Uključite / isključite stil liste diskova","Toggle the circle list style":"Uključite / isključite stil liste krugova","Toggle the square list style":"Uključite / isključite stil liste kvadrata","Toggle the decimal list style":"Uključi / isključi stil dekadne liste","Toggle the decimal with leading zero list style":"Prebaci decimalni znak sa vodećim stilom liste nula","Toggle the lower–roman list style":"Uključite / isključite stil donje rimske liste","Toggle the upper–roman list style":"Uključite / isključite stil gornje rimske liste","Toggle the lower–latin list style":"Uključite / isključite stil donje liste latinice","Toggle the upper–latin list style":"Uključite / isključite stil gornje liste latinice","Disc":"Disk","Circle":"Krug","Square":"Kvadrat","Decimal":"Decimala","Decimal with leading zero":"Decimalni broj sa nulom na početku","Lower–roman":"Donji - rimski","Upper-roman":"Gornji - rimski","Lower-latin":"Donji - latinski","Upper-latin":"Gornji - latinski","List properties":"Navedite svojstva","Start at":"Početi u","Invalid start index value.":"","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redosled","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Оtkloni link","Link":"Link","Link URL":"URL link","Link URL must not be empty.":"","Link image":"Link slike","Edit link":"Ispravi link","Open link in new tab":"Otvori link u novom prozoru","This link has no URL":"Link ne sadrži URL","Open in a new tab":"Otvori u novoj kartici","Downloadable":"Moguće preuzimanje","Create link":"","Move out of a link":"","Language":"Jezik","Choose language":"Izaberi jezik","Remove language":"Odstrani jezik","Increase indent":"Povećaj uclačenje","Decrease indent":"Smanji uvlačenje","image widget":"modul sa slikom","Wrap text":"Prelomiti tekst","Break text":"Prelom teksta","In line":"U redu","Side image":"Bočna slika","Full size image":"Slika u punoj veličini","Left aligned image":"Leva slika","Centered image":"Slika u sredini","Right aligned image":"Desna slika","Change image text alternative":"Izmena alternativnog teksta","Text alternative":"Alternativni tekst","Enter image caption":"Odredi tekst ispod slike","Insert image":"Dodaj sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Postavljanje neuspešno","Image toolbar":"Slika traka sa alatkama","Resize image":"Promenite veličinu slike","Resize image to %0":"Promenite veličinu slike na% 0","Resize image to the original size":"Promenite veličinu slike do originalne veličine","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Lista veličine slike","Insert":"Ubaci","Update":"Ažuriraj","Insert image via URL":"Ubaci sliku preko URL-a","Update image URL":"Ažuriraj URL slike","Caption for the image":"Natpis za sliku","Caption for image: %0":"Natpis za sliku:%0","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","HTML object":"HTML objеkat","Insert HTML":"Umetni HTML","HTML snippet":"HTML deo","Paste raw HTML here...":"Ovde nalepite HTML ...","Edit source":"Uredi izvor","Save changes":"Sačuvaj promene","No preview available":"Prikaz nije dostupan","Empty snippet content":"Sadržaj praznog isečka","Horizontal line":"Horizontalna razdelna linija","Yellow marker":"Žuti marker","Green marker":"Zeleni marker","Pink marker":"Roza marker","Blue marker":"Plavi marker","Red pen":"Crvena olovka","Green pen":"Zelena olovka","Remove highlight":"Ukloni isticanje","Highlight":"Isticanje","Text highlight toolbar":"Alatke za markiranje teksta","Paragraph":"Pasus","Heading":"Stilovi","Choose heading":"Odredi stil","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Odredite naslov","Type or paste your content here.":"Upišite ili nalepite naslov","Font Size":"Veličina fonta","Tiny":"Sitno","Small":"Malo","Big":"Veliko","Huge":"Ogromno","Font Family":"Font","Default":"Оsnovni","Font Color":"Boja slova","Font Background Color":"Boja pozadine slova","Document colors":"Boje dokumenta","Find and replace":"Nađji i zameni","Find in text…":"Pronađji u tekstu…","Find":"Pronađji","Previous result":"Prethodni rezultat","Next result":"Sledeći rezultat","Replace":"Zameni","Replace all":"Zameni sve","Match case":"Podudaranje slučaj","Whole words only":"Samo cele reči","Replace with…":"Zameni sa…","Text to find must not be empty.":"Tekst za pronalaženje ne sme biti prazan.","Tip: Find some text first in order to replace it.":"Savet: Prvo pronađjite neki tekst da biste ga zamenili.","Advanced options":"","Find in the document":"","Cancel":"Odustani","Clear":"Obriši","Remove color":"Otkloni boju","Restore default":"Vrati podrazumevano","Save":"Sačuvaj","Show more items":"Prikaži još stavki","%0 of %1":"%0 of %1","Cannot upload file:":"Postavljanje fajla je neuspešno:","Rich Text Editor. Editing area: %0":"Uređivač bogatijeg teksta. Prostor za uređivanje: %0","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"Isključivanje natpisa","Toggle caption on":"Uključite naslov","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"Prihvati","Insert code block":"Dodaj blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Dodaj sliku ili fajl","Image or file":"","Could not obtain resized image URL.":"URL slikа promenjeniih dimenzija nije dostupna.","Selecting resized image failed":"Odabir slike promenjenih dimenzija nije uspešnо","Could not insert image at the current position.":"Nemoguće je dodati sliku na ovo mesto.","Inserting image failed":"Dodavanje slike je neuspešno","Open file manager":"Otvori upravljač datotekama","Cannot determine a category for the uploaded file.":"Nije moguće odrediti kategoriju za otpremljenu datoteku.","Cannot access default workspace.":"Nije moguće pristupiti podrazumevanom radnom prostoru.","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Citat","Bold":"Podebljano","Italic":"Kurziv","Underline":"Podvučen","Code":"Kod","Strikethrough":"Precrtan","Subscript":"Index dole","Superscript":"Index gore","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Sačuvaj izmene","Align left":"Levo ravnanje","Align right":"Desno ravnanje","Align center":"Centralno ravnanje","Justify":"Obostrano ravnanje","Text alignment":"Ravnanje teksta","Text alignment toolbar":"Alatke za ravnanje teksta"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}};
|
8
|
+
e[ 'sr-latn' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'sr-latn' ].dictionary = Object.assign( e[ 'sr-latn' ].dictionary, dictionary );
|
10
|
+
e[ 'sr-latn' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|