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,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 {"cs":{"dictionary":{"Words: %0":"Počet slov: %0","Characters: %0":"Počet znaků: %0","Widget toolbar":"Panel nástrojů ovládacího prvku","Insert paragraph before block":"Vložte odstavec před blok","Insert paragraph after block":"Vložte odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stisknutím klávesy Enter můžete psát za widgetem a stisknutím Shift + Enter před ním","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klávesy, které lze použít, když je vybraný widget (např: obrázek, tabulka atd.)","Insert a new paragraph directly after a widget":"Vložte odstavec přímo po widgetu","Insert a new paragraph directly before a widget":"Vložte nový odstavec přímo před widget","Move the caret to allow typing directly before a widget":"Přesuňte stříšku pro umožnění psaní přímo před widget","Move the caret to allow typing directly after a widget":"Přesuňte stříšku pro umožnění psaní přímo před widget","Upload in progress":"Probíhá nahrávání","Undo":"Zpět","Redo":"Znovu","Rich Text Editor":"Textový editor","Editor editing area: %0":"Editační oblast editoru: %0","Edit block":"Upravit blok","Click to edit block":"Kliknutím upravíte blok","Drag to move":"Přesuňte potažením","Next":"Další","Previous":"Předchozí","Editor toolbar":"Panel nástrojů editoru","Dropdown toolbar":"Rozbalovací panel nástrojů","Black":"Černá","Dim grey":"Tmavě šedá","Grey":"Šedá","Light grey":"Světle šedá","White":"Bílá","Red":"Červená","Orange":"Oranžová","Yellow":"Žlutá","Light green":"Světle zelená","Green":"Zelená","Aquamarine":"Akvamarínová","Turquoise":"Tyrkysová","Light blue":"Světle modrá","Blue":"Modrá","Purple":"Fialová","Editor block content toolbar":"Panel nástrojů obsahu bloku editoru","Editor contextual toolbar":"Kontextový panel nástrojů editoru","HEX":"HEX","No results found":"Nenalezeny žádné výsledky","No searchable items":"Žádné položky k vyhledání","Editor dialog":"Dialog editoru","Close":"Zavřít","Help Contents. To close this dialog press ESC.":"Obsah podpory. Pro zavření tohoto dialogu stiskněte ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Seznam klávesových zkratek, které lze v editoru použít, můžete nalézt níže.","(may require <kbd>Fn</kbd>)":"(může vyžadovat <kbd>Fn</kbd>)","Accessibility":"Přístupnost","Accessibility help":"Podpora přístupnosti","Press %0 for help.":"Stiskněte %0 pro podporu","Move focus in and out of an active dialog window":"Přesouvejte zaměření dovnitř a ven z aktivního dialogového okna","MENU_BAR_MENU_FILE":"Soubor","MENU_BAR_MENU_EDIT":"Upravit","MENU_BAR_MENU_VIEW":"Zobrazit","MENU_BAR_MENU_INSERT":"Vložit","MENU_BAR_MENU_FORMAT":"Formát","MENU_BAR_MENU_TOOLS":"Nástroje","MENU_BAR_MENU_HELP":"Nápověda","MENU_BAR_MENU_TEXT":"Text","MENU_BAR_MENU_FONT":"Písmo","Editor menu bar":"Panel nabídek editoru","Please enter a valid color (e.g. \"ff0000\").":"Zadejte platnou barvu (např. „ff0000“).","Insert table":"Vložit tabulku","Header column":"Sloupec záhlaví","Insert column left":"Vložit sloupec vlevo","Insert column right":"Vložit sloupec vpravo","Delete column":"Smazat sloupec","Select column":"Vybrat sloupec","Column":"Sloupec","Header row":"Řádek záhlaví","Insert row below":"Vložit řádek pod","Insert row above":"Vložit řádek před","Delete row":"Smazat řádek","Select row":"Vybrat řádek","Row":"Řádek","Merge cell up":"Sloučit s buňkou nad","Merge cell right":"Sloučit s buňkou vpravo","Merge cell down":"Sloučit s buňkou pod","Merge cell left":"Sloučit s buňkou vlevo","Split cell vertically":"Rozdělit buňky vertikálně","Split cell horizontally":"Rozdělit buňky horizontálně","Merge cells":"Sloučit buňky","Table toolbar":"Panel nástrojů tabulky","Table properties":"Vlastnosti tabulky","Cell properties":"Vlastnosti buňky","Border":"Okraj","Style":"Styl","Width":"Šířka","Height":"Výška","Color":"Barva","Background":"Pozadí","Padding":"Vnitřní okraj","Dimensions":"Rozměry","Table cell text alignment":"Zarovnání textu buňky tabulky","Alignment":"Zarovnání","Horizontal text alignment toolbar":"Horizontální zarovnání textu v panelu","Vertical text alignment toolbar":"Vertikální zarovnání textu v panelu","Table alignment toolbar":"Panel zarovnání tabulky","None":"Žádná","Solid":"Plná","Dotted":"Tečkovaná","Dashed":"Čárkovaná","Double":"Dvojitá","Groove":"Drážkovaná","Ridge":"Rámovaná","Inset":"Vložená zevnitř","Outset":"Vložená zvenku","Align cell text to the left":"Zarovnat text buňky doleva","Align cell text to the center":"Zarovnat text buňky na střed","Align cell text to the right":"Zarovnat text buňky doprava","Justify cell text":"Zarovnat text buňky z obou stran","Align cell text to the top":"Zarovnat text buňky nahoru","Align cell text to the middle":"Zarovnat text buňky na střed","Align cell text to the bottom":"Zarovnat text buňky dolů","Align table to the left":"Zarovnat tabulku doleva","Center table":"Centrovat tabulku","Align table to the right":"Zarovnat tabulku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Barva má nesprávný formát. Zkuste \"#FF0000\", \"rgb(255,0,0)\" nebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávná. Zkuste \"10px\", \"2em\" nebo jednoduše \"2\".","Color picker":"Vybrat barvu","Enter table caption":"Zadejte titulek tabulky","Keystrokes that can be used in a table cell":"Klávesy, které lze použít v buňce tabulky","Move the selection to the next cell":"Přesunout výběr do další buňky","Move the selection to the previous cell":"Přesunout výběr do předchozí buňky","Insert a new table row (when in the last cell of a table)":"Vložit nový řádek tabulky (když jste v poslední buňce tabulky)","Navigate through the table":"Procházet tabulkou","Table":"Tabulka","Styles":"Styly","Multiple styles":"Více stylů","Block styles":"Styly bloků","Text styles":"Styly textu","Special characters":"Speciální znaky","All":"Vše","Arrows":"Šipky","Currency":"Měna","Latin":"Latina","Mathematical":"Matematické","Text":"Text","leftwards simple arrow":"jednoduchá šipka doleva","rightwards simple arrow":"jednoduchá šipka doprava","upwards simple arrow":"jednoduchá šipka nahoru","downwards simple arrow":"jednoduchá šipka dolů","leftwards double arrow":"dvojitá šipka doleva","rightwards double arrow":"dvojitá šipka doprava","upwards double arrow":"dvojitá šipka nahoru","downwards double arrow":"dvojitá šipka dolů","leftwards dashed arrow":"přerušovaná šipka doleva","rightwards dashed arrow":"čárkovaná šipka doprava","upwards dashed arrow":"čárkovaná šipka nahoru","downwards dashed arrow":"přerušovaná šipka dolů","leftwards arrow to bar":"šipka doleva do svislé čáry","rightwards arrow to bar":"šipka doprava do svislé čáry","upwards arrow to bar":"šipka nahoru do svislé čáry","downwards arrow to bar":"šipka dolů do svislé čáry","up down arrow with base":"Šipka nahoru-dolů od základny","back with leftwards arrow above":"šipka zpět","end with leftwards arrow above":"šipka konec","on with exclamation mark with left right arrow above":"ON s vykřičníkem se šipkou doleva doprava nahoru","soon with rightwards arrow above":"brzy se šipkou doprava nahoru","top with upwards arrow above":"TOP se šipkou nahoru","Dollar sign":"Znak Dolar","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"dvojtečka","Cruzeiro sign":"Měna Cruzeiro","French franc sign":"Měna Francouzský Frank","Lira sign":"Měna Lira","Currency sign":"Znak měny","Bitcoin sign":"Měna 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 šekel","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Německá 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é velké písmeno a s čárou","Latin small letter a with macron":"Latinské malé písmeno a s čárou","Latin capital letter a with breve":"Latinské velké písmeno a s háčkem","Latin small letter a with breve":"Latinské malé písmeno a s háčkem","Latin capital letter a with ogonek":"Latinské velké písmeno a s háčkem","Latin small letter a with ogonek":"Latinské malé písmeno a s háčkem","Latin capital letter c with acute":"Latinské velké písmeno c s čárkou","Latin small letter c with acute":"Latinské malé písmeno c s čárkou","Latin capital letter c with circumflex":"Latinské velké písmeno c s obráceným háčkem","Latin small letter c with circumflex":"Latinské malé písmeno c s obráceným háčkem","Latin capital letter c with dot above":"Latinské velké písmeno c s tečkou nad znakem","Latin small letter c with dot above":"Latinské malé písmeno c s tečkou nad znakem","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 háčkem","Latin capital letter d with caron":"Latinské velké písmeno d s háčkem","Latin small letter d with caron":"Latinské malé písmeno d s háčkem","Latin capital letter d with stroke":"Latinské velké písmeno d s přeškrtnutím","Latin small letter d with stroke":"Latinské malé písmeno d s přeškrtnutím","Latin capital letter e with macron":"Latinské velké písmeno e s čárou","Latin small letter e with macron":"Latinské malé písmeno e s čárou","Latin capital letter e with breve":"Latinské velké písmeno e s háčkem","Latin small letter e with breve":"Latinské malé písmeno e s háčkem","Latin capital letter e with dot above":"Latinské velké písmeno e s tečkou nad znakem","Latin small letter e with dot above":"Latinské malé písmeno e s tečkou nad znakem","Latin capital letter e with ogonek":"Latinské velké písmeno e s háčkem","Latin small letter e with ogonek":"Latinské malé písmeno e s háčkem","Latin capital letter e with caron":"Latinské velké písmeno e s háčkem","Latin small letter e with caron":"Latinské malé písmeno e s háčkem","Latin capital letter g with circumflex":"Latinské velké písmeno g s obráceným háčkem","Latin small letter g with circumflex":"Latinské malé písmeno g s obráceným háčkem","Latin capital letter g with breve":"Latinské velké písmeno g s háčkem","Latin small letter g with breve":"Latinské malé písmeno g s háčkem","Latin capital letter g with dot above":"Latinské velké písmeno g s tečkou nad znakem","Latin small letter g with dot above":"Latinské malé písmeno g s tečkou nad znakem","Latin capital letter g with cedilla":"Latinské velké písmeno g s háčkem","Latin small letter g with cedilla":"Latinské malé písmeno g s háčkem","Latin capital letter h with circumflex":"Latinské velké písmeno h s obráceným háčkem","Latin small letter h with circumflex":"Latinské malé písmeno h s obráceným háčkem","Latin capital letter h with stroke":"Latinské velké písmeno h s přeškrtnutím","Latin small letter h with stroke":"Latinské malé písmeno h s přeškrtnutím","Latin capital letter i with tilde":"Latinské velké 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é velké písmeno i s čárou","Latin small letter i with macron":"Latinské malé písmeno i s čárou","Latin capital letter i with breve":"Latinské velké písmeno i s háčkem","Latin small letter i with breve":"Latinské malé písmeno i s háčkem","Latin capital letter i with ogonek":"Latinské velké písmeno i s háčkem","Latin small letter i with ogonek":"Latinské malé písmeno i s háčkem","Latin capital letter i with dot above":"Latinské velké písmeno i s tečkou nad znakem","Latin small letter dotless i":"Latinské malé písmeno i bez tečky","Latin capital ligature ij":"Latinský velký znak ligatury ij","Latin small ligature ij":"Latinský malý znak ligatury ij","Latin capital letter j with circumflex":"Latinské velké písmeno j s obráceným háčkem","Latin small letter j with circumflex":"Latinské malé písmeno j s obráceným háčkem","Latin capital letter k with cedilla":"Latinské velké písmeno k s háčkem","Latin small letter k with cedilla":"Latinské malé písmeno k s háčkem","Latin small letter kra":"Latinský malý znak Kra","Latin capital letter l with acute":"Latinské velké písmeno l s čárkou","Latin small letter l with acute":"Latinské malé písmeno l s čárkou","Latin capital letter l with cedilla":"Latinské velké písmeno l s háčkem","Latin small letter l with cedilla":"Latinské malé písmeno l s háčkem","Latin capital letter l with caron":"Latinské velké písmeno l s háčkem","Latin small letter l with caron":"Latinské malé písmeno l s háčkem","Latin capital letter l with middle dot":"Latinské velké písmeno l s tečkou uprostřed","Latin small letter l with middle dot":"Latinské malé písmeno l s tečkou uprostřed","Latin capital letter l with stroke":"Latinské velké písmeno l s přeškrtnutím","Latin small letter l with stroke":"Latinské malé písmeno l s přeškrtnutím","Latin capital letter n with acute":"Latinské velké písmeno n s čárkou","Latin small letter n with acute":"Latinské malé písmeno n s čárkou","Latin capital letter n with cedilla":"Latinské velké písmeno n s háčkem","Latin small letter n with cedilla":"Latinské malé písmeno n s háčkem","Latin capital letter n with caron":"Latinské velké písmeno n s háčkem","Latin small letter n with caron":"Latinské malé písmeno n s háčkem","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofem","Latin capital letter eng":"Latinské velké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské velké písmeno o s čárou","Latin small letter o with macron":"Latinské malé písmeno o s čárou","Latin capital letter o with breve":"Latinské velké písmeno o s háčkem","Latin small letter o with breve":"Latinské malé písmeno o s háčkem","Latin capital letter o with double acute":"Latinské velké písmeno o s čárkou","Latin small letter o with double acute":"Latinské malé písmeno o s čárkou","Latin capital ligature oe":"Latinský velký znak ligatury oe","Latin small ligature oe":"Latinský malý znak ligatury oe","Latin capital letter r with acute":"Latinské velké písmeno r s čárkou","Latin small letter r with acute":"Latinské malé písmeno r s čárkou","Latin capital letter r with cedilla":"Latinské velké písmeno r s háčkem","Latin small letter r with cedilla":"Latinské malé písmeno r s háčkem","Latin capital letter r with caron":"Latinské velké písmeno r s háčkem","Latin small letter r with caron":"Latinské malé písmeno r s háčkem","Latin capital letter s with acute":"Latinské velké písmeno s s čárkou","Latin small letter s with acute":"Latinské malé písmeno s s čárkou","Latin capital letter s with circumflex":"Latinské velké písmeno s s obráceným háčkem","Latin small letter s with circumflex":"Latinské malé písmeno s s obráceným háčkem","Latin capital letter s with cedilla":"Latinské velké písmeno s s háčkem","Latin small letter s with cedilla":"Latinské malé písmeno s s háčkem","Latin capital letter s with caron":"Latinské velké písmeno s s háčkem","Latin small letter s with caron":"Latinské malé písmeno s s háčkem","Latin capital letter t with cedilla":"Latinské velké písmeno t s háčkem","Latin small letter t with cedilla":"Latinské malé písmeno t s háčkem","Latin capital letter t with caron":"Latinské velké písmeno t s háčkem","Latin small letter t with caron":"Latinské malé písmeno t s háčkem","Latin capital letter t with stroke":"Latinské velké písmeno t s přeškrtnutím","Latin small letter t with stroke":"Latinské malé písmeno t s přeškrtnutím","Latin capital letter u with tilde":"Latinské velké 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é velké písmeno u s čárou","Latin small letter u with macron":"Latinské malé písmeno o s čárou","Latin capital letter u with breve":"Latinské velké písmeno u s háčkem","Latin small letter u with breve":"Latinské malé písmeno u s háčkem","Latin capital letter u with ring above":"Latinské velké písmeno u s kroužkem nad znakem","Latin small letter u with ring above":"Latinské malé písmeno u s kroužkem nad znakem","Latin capital letter u with double acute":"Latinské velké písmeno u s dvojitým akcentu","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým akcentu","Latin capital letter u with ogonek":"Latinské velké písmeno u s háčkem","Latin small letter u with ogonek":"Latinské malé písmeno u s háčkem","Latin capital letter w with circumflex":"Latinské velké písmeno w s obráceným háčkem","Latin small letter w with circumflex":"Latinské malé písmeno w s obráceným háčkem","Latin capital letter y with circumflex":"Latinské velké písmeno y s obráceným háčkem","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é velké písmeno y s dvojtečkou nad znakem","Latin capital letter z with acute":"Latinské velké písmeno z s čárkou","Latin small letter z with acute":"Latinské malé písmeno z s čárkou","Latin capital letter z with dot above":"Latinské velké písmeno z s tečkou nad znakem","Latin small letter z with dot above":"Latinské malé písmeno z s tečkou nad znakem","Latin capital letter z with caron":"Latinské velké písmeno z s háčkem","Latin small letter z with caron":"Malé písmeno s z háčkem","Latin small letter long s":"Malé dlouhé písmeno s","Less-than sign":"Menší než","Greater-than sign":"Větší než","Less-than or equal to":"Menší nebo roven","Greater-than or equal to":"Větší nebo roven","En dash":"Pomlčka","Em dash":"Dlouhá pomlčka","Macron":"Horní čára","Overline":"Přeškrtnutí","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-minus","Division sign":"Dělení","Fraction slash":"Lomítko / Dělení","Multiplication sign":"Násobení","Latin small letter f with hook":"Funkce","Integral":"Integrál","N-ary summation":"Znak cyklického sčítání","Infinity":"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximace","Almost equal to":"Částečně rovný","Not equal to":"Nerovná se","Identical to":"Identický k","Element of":"Patří / Je součástí","Not an element of":"Nepatří / Není součástí","Contains as member":"Obsahuje prvek","N-ary product":"Znak cyklického násobení","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Není rovný","Intersection":"Průsečík / Průnik","Union":"Sjednocení","Partial differential":"Parciální diference","For all":"Pro všechny prvky v množině","There exists":"Existuje v množině","Empty set":"Prázdná množina","Nabla":"Nabla","Asterisk operator":"Hvězdička / násobení","Proportional to":"Úměrný k","Angle":"Úhel","Vulgar fraction one quarter":"Jedna čtvrtina","Vulgar fraction one half":"Polovina","Vulgar fraction three quarters":"Tři čtvrtiny","Single left-pointing angle quotation mark":"Šipka ukazující do leva","Single right-pointing angle quotation mark":"Šipka ukazující do prava","Left-pointing double angle quotation mark":"Dvojitá šipka ukazující do leva","Right-pointing double angle quotation mark":"Dvojitá šipka ukazující do prava","Left single quotation mark":"Levá uvozovka","Right single quotation mark":"Pravá uvozovka","Left double quotation mark":"Levá dvojitá uvozovka","Right double quotation mark":"Pravá dvojitá uvozovka","Single low-9 quotation mark":"Spodní uvozovka","Double low-9 quotation mark":"Dvojitá spodní uvozovka","Inverted exclamation mark":"Obrácený vykřičník","Inverted question mark":"Obrácený otazník","Two dot leader":"Horizontální dvojtečka","Horizontal ellipsis":"Tečky","Double dagger":"Dvojkříž","Per mille sign":"Promile","Per ten thousand sign":"Na deset tisíc","Double exclamation mark":"Dvojitý vykřičník","Question exclamation mark":"Otazník a vykřičník","Exclamation question mark":"Vykřičník a otazník","Double question mark":"Dvojitý otazník","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekce","Paragraph sign":"Odstavec","Reversed paragraph sign":"Obrácený znak odstavce","Character categories":"Kategorie znaků","Source":"Zdroj","Show source":"Zobrazit zdroj","Show blocks":"Zobrazit bloky","Select all":"Vybrat vše","Disable editing":"Zakázat úpravy","Enable editing":"Povolit úpravy","Previous editable region":"Předchozí upravitelná oblast","Next editable region":"Následující upravitelná oblast","Navigate editable regions":"Procházet upravitelnými oblastmi","Remove Format":"Odstranit formátování","Page break":"Konec stránky","media widget":"ovládací prvek médií","Media URL":"URL adresa","Paste the media URL in the input.":"Vložte URL média do vstupního pole.","Tip: Paste the URL into the content to embed faster.":"Rada: Vložte URL přímo do editoru pro rychlejší vnoření.","The URL must not be empty.":"URL adresa musí být vyplněna.","This media URL is not supported.":"Tato adresa bohužel není podporována.","Insert media":"Vložit média","Media toolbar":"Panel nástrojů médií","Open media in new tab":"Otevřete média na nové kartě","Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny","Disc":"Plný kruh","Circle":"Kruh","Square":"Čtverec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Invalid start index value.":"Neplatná počáteční hodnota indexu.","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Keystrokes that can be used in a list":"Klávesy, které lze použít v seznamu","Increase list item indent":"Zvětšit odsazení položky seznamu","Decrease list item indent":"Zmenšit odsazení položky seznamu","Entering a to-do list":"Zadání seznamu úkolů","Leaving a to-do list":"Opuštění seznamu úkolů","Unlink":"Odstranit odkaz","Link":"Odkaz","Link URL":"URL odkazu","Link URL must not be empty.":"Adresa URL odkazu nesmí být prázdná.","Link image":"Adresa obrázku","Edit link":"Upravit odkaz","Open link in new tab":"Otevřít odkaz v nové kartě","This link has no URL":"Tento odkaz nemá žádnou URL","Open in a new tab":"Otevřít v nové kartě","Downloadable":"Ke stažení","Create link":"Vytvořit odkaz","Move out of a link":"Odejít z odkazu","Language":"Jazyk","Choose language":"Vybrat jazyk","Remove language":"Odstranit jazyk","Increase indent":"Zvětšit odsazení","Decrease indent":"Zmenšit odsazení","image widget":"ovládací prvek obrázku","Wrap text":"Text nahoře a dole","Break text":"Obtékání textu","In line":"Rovnoběžně s textem","Side image":"Postranní obrázek","Full size image":"Obrázek v plné velikosti","Left aligned image":"Obrázek zarovnaný vlevo","Centered image":"Obrázek zarovnaný na střed","Right aligned image":"Obrázek zarovnaný vpravo","Change image text alternative":"Změnit alternativní text obrázku","Text alternative":"Alternativní text","Enter image caption":"Zadejte popis obrázku","Insert image":"Vložit obrázek","Replace image":"Nahradit obrázek","Upload from computer":"Nahrát z počítače","Replace from computer":"Nahradit z počítače","Upload image from computer":"Nahrát obrázek z počítače","Image from computer":"Obrázek z počítače","Replace image from computer":"Nahradit obrázek z počítače","Upload failed":"Nahrání selhalo","Image toolbar":"Panel nástrojů obrázku","Resize image":"Změnit velikost","Resize image to %0":"Změnit velikost na %0","Resize image to the original size":"Změnit velikost na původní velikost","Resize image (in %0)":"Změnit velikost obrázku (v %0)","Original":"Originální","Custom image size":"Vlastní velikost obrázku","Custom":"Vlastní","Image resize list":"Seznam možností změny velikosti","Insert":"Vložit","Update":"Aktualizovat","Insert image via URL":"Vložit obrázek pomocí URL","Update image URL":"Aktualizovat URL obrázku","Caption for the image":"Popisek k obrázku","Caption for image: %0":"Popisek k obrázku: %0","The value must not be empty.":"Hodnota nesmí být prázdná","The value should be a plain number.":"Hodnota musí být prosté číslo.","Uploading image":"Nahrávání obrázku","Image upload complete":"Nahrávání obrázku dokončeno","Error during image upload":"Při nahrávání obrázku došlo k chybě","HTML object":"HTML objekt","Insert HTML":"Vložit kód HTML","HTML snippet":"Kód HTML","Paste raw HTML here...":"Sem vložte kód HTML ...","Edit source":"Upravit zdroj","Save changes":"Uložit změny","No preview available":"Náhled není k dispozici","Empty snippet content":"Prázdný obsah kódu","Horizontal line":"Vodorovná čára","Yellow marker":"Žlutý fix","Green marker":"Zelený fix","Pink marker":"Růžový fix","Blue marker":"Modrý fix","Red pen":"Červený fix","Green pen":"Zelené pero","Remove highlight":"Odstranit zvýraznění","Highlight":"Zvýraznění","Text highlight toolbar":"Panel nástrojů zvýraznění textu","Paragraph":"Odstavec","Heading":"Nadpis","Choose heading":"Zvolte 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":"Sem zadejte název","Type or paste your content here.":"Zde zadejte nebo vložte obsah.","Font Size":"Velikost písma","Tiny":"Drobné","Small":"Malé","Big":"Velké","Huge":"Obrovské","Font Family":"Typ písma","Default":"Výchozí","Font Color":"Barva písma","Font Background Color":"Barva pozadí písma","Document colors":"Barvy dokumentu","Find and replace":"Najít a nahradit","Find in text…":"Najít v textu...","Find":"Najít","Previous result":"Předchozí výskyt","Next result":"Další výskyt","Replace":"Nahradit","Replace all":"Nahradit vše","Match case":"Rozlišovat velikost písmen","Whole words only":"Pouze celá slova","Replace with…":"Nahradit čím...","Text to find must not be empty.":"Hledaný text nesmí být prázdný.","Tip: Find some text first in order to replace it.":"Tip: Nejprve najděte nějaký text, abyste jej mohli nahradit.","Advanced options":"Pokročilé možnosti","Find in the document":"Najít v dokumentu","Insert a soft break (a <code><br></code> element)":"Vložit měkkou mezeru (prvek <code><br></code>)","Insert a hard break (a new paragraph)":"Vložit tvrdou mezeru (nový odstavec)","Cancel":"Zrušit","Clear":"Smazat","Remove color":"Odstranit barvu","Restore default":"Obnovit výchozí","Save":"Uložit","Show more items":"Zobrazit další položky","%0 of %1":"%0 z %1","Cannot upload file:":"Soubor nelze nahrát:","Rich Text Editor. Editing area: %0":"Editační oblast rich text editoru: %0","Insert with file manager":"Vložit pomocí správce souborů","Replace with file manager":"Nahradit pomocí správce souborů","Insert image with file manager":"Vložit obrázek pomocí správce souborů","Replace image with file manager":"Nahradit obrázek pomocí správce souborů","Toggle caption off":"Vypnout titulek","Toggle caption on":"Zapnout titulek","Content editing keystrokes":"Klávesy na úpravu obsahu","These keyboard shortcuts allow for quick access to content editing features.":"Tyto klávesové zkratky vám umožní rychlý přístup k funkcím úpravy obsahu.","User interface and content navigation keystrokes":"Klávesy navigace v uživatelském rozhraní a obsahu","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Pro efektivní navigaci v uživatelském rozhraní CKEditor 5 použijte následující klávesy.","Close contextual balloons, dropdowns, and dialogs":"Zavřít kontextuální balóny, rozbalovací menu a dialogy","Open the accessibility help dialog":"Otevřít dialog podpory přístupnosti","Move focus between form fields (inputs, buttons, etc.)":"Přesunout zaměření mezi poli formuláře (vstupy, tlačítka atd.)","Move focus to the menu bar, navigate between menu bars":"Zaměřte se na panel nabídek, procházejte mezi panely nabídek","Move focus to the toolbar, navigate between toolbars":"Přesunout zaměření na lištu nástrojů, navigace mezi lištami nástrojů","Navigate through the toolbar or menu bar":"Procházení panelu nástrojů nebo panelu nabídek","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Spusťte aktuálně zaměřené tlačítko. Spuštěním tlačítek, která interagují s obsahem editoru, se zaměření přesune zpět na obsah.","Accept":"Přijmout","Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text","Leaving %0 code snippet":"Opouští se fragment kódu %0","Entering %0 code snippet":"Zadávání fragmentu kódu %0","Entering code snippet":"Zadávání fragmentu kódu","Leaving code snippet":"Opuštění fragmentu kódu","Code block":"Blok kódu","Copy selected content":"Zkopírovat vybraný obsah","Paste content":"Vložit obsah","Paste content as plain text":"Vyložit obsah jako prostý text","Insert image or file":"Vložit obrázek nebo soubor","Image or file":"Obrázek nebo soubor","Could not obtain resized image URL.":"Nelze získat URL obrázku se změněnou velikostí.","Selecting resized image failed":"Výběr obrázku se změněnou velikostí selhal","Could not insert image at the current position.":"Na současnou pozici nelze vložit obrázek.","Inserting image failed":"Vložení obrázku selhalo","Open file manager":"Otevřít správce souborů","Cannot determine a category for the uploaded file.":"Nelze určit kategorii pro nahraný soubor.","Cannot access default workspace.":"Nelze získat přístup k výchozímu pracovišti.","Edit image":"Upravit obrázek","Processing the edited image.":"Zpracování upraveného obrázku.","Server failed to process the image.":"Serveru se nepodařilo zpracovat obrázek.","Failed to determine category of edited image.":"Nepodařilo se určit kategorii upraveného obrázku.","Block quote":"Citace","Bold":"Tučné","Italic":"Kurzíva","Underline":"Podtržené","Code":"Kódový blok","Strikethrough":"Přeškrtnuté","Subscript":"Dolní index","Superscript":"Horní index","Italic text":"Kurzíva","Move out of an inline code style":"Odejít ze stylu vloženého kódu","Bold text":"Tučně","Underline text":"Podtrhnutí","Strikethrough text":"Přešktnutí","Saving changes":"Ukládání změn","Revert autoformatting action":"Vzít zpět akci automatického formátování","Align left":"Zarovnat vlevo","Align right":"Zarovnat vpravo","Align center":"Zarovnat na střed","Justify":"Zarovnat do bloku","Text alignment":"Zarovnání textu","Text alignment toolbar":"Panel nástrojů zarovnání textu"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 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 { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Words: %0":"Počet slov: %0","Characters: %0":"Počet znaků: %0","Widget toolbar":"Panel nástrojů ovládacího prvku","Insert paragraph before block":"Vložte odstavec před blok","Insert paragraph after block":"Vložte odstavec za blok","Press Enter to type after or press Shift + Enter to type before the widget":"Stisknutím klávesy Enter můžete psát za widgetem a stisknutím Shift + Enter před ním","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klávesy, které lze použít, když je vybraný widget (např: obrázek, tabulka atd.)","Insert a new paragraph directly after a widget":"Vložte odstavec přímo po widgetu","Insert a new paragraph directly before a widget":"Vložte nový odstavec přímo před widget","Move the caret to allow typing directly before a widget":"Přesuňte stříšku pro umožnění psaní přímo před widget","Move the caret to allow typing directly after a widget":"Přesuňte stříšku pro umožnění psaní přímo před widget","Upload in progress":"Probíhá nahrávání","Undo":"Zpět","Redo":"Znovu","Rich Text Editor":"Textový editor","Editor editing area: %0":"Editační oblast editoru: %0","Edit block":"Upravit blok","Click to edit block":"Kliknutím upravíte blok","Drag to move":"Přesuňte potažením","Next":"Další","Previous":"Předchozí","Editor toolbar":"Panel nástrojů editoru","Dropdown toolbar":"Rozbalovací panel nástrojů","Black":"Černá","Dim grey":"Tmavě šedá","Grey":"Šedá","Light grey":"Světle šedá","White":"Bílá","Red":"Červená","Orange":"Oranžová","Yellow":"Žlutá","Light green":"Světle zelená","Green":"Zelená","Aquamarine":"Akvamarínová","Turquoise":"Tyrkysová","Light blue":"Světle modrá","Blue":"Modrá","Purple":"Fialová","Editor block content toolbar":"Panel nástrojů obsahu bloku editoru","Editor contextual toolbar":"Kontextový panel nástrojů editoru","HEX":"HEX","No results found":"Nenalezeny žádné výsledky","No searchable items":"Žádné položky k vyhledání","Editor dialog":"Dialog editoru","Close":"Zavřít","Help Contents. To close this dialog press ESC.":"Obsah podpory. Pro zavření tohoto dialogu stiskněte ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Seznam klávesových zkratek, které lze v editoru použít, můžete nalézt níže.","(may require <kbd>Fn</kbd>)":"(může vyžadovat <kbd>Fn</kbd>)","Accessibility":"Přístupnost","Accessibility help":"Podpora přístupnosti","Press %0 for help.":"Stiskněte %0 pro podporu","Move focus in and out of an active dialog window":"Přesouvejte zaměření dovnitř a ven z aktivního dialogového okna","MENU_BAR_MENU_FILE":"Soubor","MENU_BAR_MENU_EDIT":"Upravit","MENU_BAR_MENU_VIEW":"Zobrazit","MENU_BAR_MENU_INSERT":"Vložit","MENU_BAR_MENU_FORMAT":"Formát","MENU_BAR_MENU_TOOLS":"Nástroje","MENU_BAR_MENU_HELP":"Nápověda","MENU_BAR_MENU_TEXT":"Text","MENU_BAR_MENU_FONT":"Písmo","Editor menu bar":"Panel nabídek editoru","Please enter a valid color (e.g. \"ff0000\").":"Zadejte platnou barvu (např. „ff0000“).","Insert table":"Vložit tabulku","Header column":"Sloupec záhlaví","Insert column left":"Vložit sloupec vlevo","Insert column right":"Vložit sloupec vpravo","Delete column":"Smazat sloupec","Select column":"Vybrat sloupec","Column":"Sloupec","Header row":"Řádek záhlaví","Insert row below":"Vložit řádek pod","Insert row above":"Vložit řádek před","Delete row":"Smazat řádek","Select row":"Vybrat řádek","Row":"Řádek","Merge cell up":"Sloučit s buňkou nad","Merge cell right":"Sloučit s buňkou vpravo","Merge cell down":"Sloučit s buňkou pod","Merge cell left":"Sloučit s buňkou vlevo","Split cell vertically":"Rozdělit buňky vertikálně","Split cell horizontally":"Rozdělit buňky horizontálně","Merge cells":"Sloučit buňky","Table toolbar":"Panel nástrojů tabulky","Table properties":"Vlastnosti tabulky","Cell properties":"Vlastnosti buňky","Border":"Okraj","Style":"Styl","Width":"Šířka","Height":"Výška","Color":"Barva","Background":"Pozadí","Padding":"Vnitřní okraj","Dimensions":"Rozměry","Table cell text alignment":"Zarovnání textu buňky tabulky","Alignment":"Zarovnání","Horizontal text alignment toolbar":"Horizontální zarovnání textu v panelu","Vertical text alignment toolbar":"Vertikální zarovnání textu v panelu","Table alignment toolbar":"Panel zarovnání tabulky","None":"Žádná","Solid":"Plná","Dotted":"Tečkovaná","Dashed":"Čárkovaná","Double":"Dvojitá","Groove":"Drážkovaná","Ridge":"Rámovaná","Inset":"Vložená zevnitř","Outset":"Vložená zvenku","Align cell text to the left":"Zarovnat text buňky doleva","Align cell text to the center":"Zarovnat text buňky na střed","Align cell text to the right":"Zarovnat text buňky doprava","Justify cell text":"Zarovnat text buňky z obou stran","Align cell text to the top":"Zarovnat text buňky nahoru","Align cell text to the middle":"Zarovnat text buňky na střed","Align cell text to the bottom":"Zarovnat text buňky dolů","Align table to the left":"Zarovnat tabulku doleva","Center table":"Centrovat tabulku","Align table to the right":"Zarovnat tabulku doprava","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Barva má nesprávný formát. Zkuste \"#FF0000\", \"rgb(255,0,0)\" nebo \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Hodnota je nesprávná. Zkuste \"10px\", \"2em\" nebo jednoduše \"2\".","Color picker":"Vybrat barvu","Enter table caption":"Zadejte titulek tabulky","Keystrokes that can be used in a table cell":"Klávesy, které lze použít v buňce tabulky","Move the selection to the next cell":"Přesunout výběr do další buňky","Move the selection to the previous cell":"Přesunout výběr do předchozí buňky","Insert a new table row (when in the last cell of a table)":"Vložit nový řádek tabulky (když jste v poslední buňce tabulky)","Navigate through the table":"Procházet tabulkou","Table":"Tabulka","Styles":"Styly","Multiple styles":"Více stylů","Block styles":"Styly bloků","Text styles":"Styly textu","Special characters":"Speciální znaky","All":"Vše","Arrows":"Šipky","Currency":"Měna","Latin":"Latina","Mathematical":"Matematické","Text":"Text","leftwards simple arrow":"jednoduchá šipka doleva","rightwards simple arrow":"jednoduchá šipka doprava","upwards simple arrow":"jednoduchá šipka nahoru","downwards simple arrow":"jednoduchá šipka dolů","leftwards double arrow":"dvojitá šipka doleva","rightwards double arrow":"dvojitá šipka doprava","upwards double arrow":"dvojitá šipka nahoru","downwards double arrow":"dvojitá šipka dolů","leftwards dashed arrow":"přerušovaná šipka doleva","rightwards dashed arrow":"čárkovaná šipka doprava","upwards dashed arrow":"čárkovaná šipka nahoru","downwards dashed arrow":"přerušovaná šipka dolů","leftwards arrow to bar":"šipka doleva do svislé čáry","rightwards arrow to bar":"šipka doprava do svislé čáry","upwards arrow to bar":"šipka nahoru do svislé čáry","downwards arrow to bar":"šipka dolů do svislé čáry","up down arrow with base":"Šipka nahoru-dolů od základny","back with leftwards arrow above":"šipka zpět","end with leftwards arrow above":"šipka konec","on with exclamation mark with left right arrow above":"ON s vykřičníkem se šipkou doleva doprava nahoru","soon with rightwards arrow above":"brzy se šipkou doprava nahoru","top with upwards arrow above":"TOP se šipkou nahoru","Dollar sign":"Znak Dolar","Euro sign":"Znak Euro","Yen sign":"Znak Jen","Pound sign":"Znak Libra","Cent sign":"Znak cent","Euro-currency sign":"Mena Euro","Colon sign":"dvojtečka","Cruzeiro sign":"Měna Cruzeiro","French franc sign":"Měna Francouzský Frank","Lira sign":"Měna Lira","Currency sign":"Znak měny","Bitcoin sign":"Měna 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 šekel","Dong sign":"Znak Dong","Kip sign":"Znak Kip","Tugrik sign":"Znak Tugrik","Drachma sign":"Znak Drachma","German penny sign":"Německá 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é velké písmeno a s čárou","Latin small letter a with macron":"Latinské malé písmeno a s čárou","Latin capital letter a with breve":"Latinské velké písmeno a s háčkem","Latin small letter a with breve":"Latinské malé písmeno a s háčkem","Latin capital letter a with ogonek":"Latinské velké písmeno a s háčkem","Latin small letter a with ogonek":"Latinské malé písmeno a s háčkem","Latin capital letter c with acute":"Latinské velké písmeno c s čárkou","Latin small letter c with acute":"Latinské malé písmeno c s čárkou","Latin capital letter c with circumflex":"Latinské velké písmeno c s obráceným háčkem","Latin small letter c with circumflex":"Latinské malé písmeno c s obráceným háčkem","Latin capital letter c with dot above":"Latinské velké písmeno c s tečkou nad znakem","Latin small letter c with dot above":"Latinské malé písmeno c s tečkou nad znakem","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 háčkem","Latin capital letter d with caron":"Latinské velké písmeno d s háčkem","Latin small letter d with caron":"Latinské malé písmeno d s háčkem","Latin capital letter d with stroke":"Latinské velké písmeno d s přeškrtnutím","Latin small letter d with stroke":"Latinské malé písmeno d s přeškrtnutím","Latin capital letter e with macron":"Latinské velké písmeno e s čárou","Latin small letter e with macron":"Latinské malé písmeno e s čárou","Latin capital letter e with breve":"Latinské velké písmeno e s háčkem","Latin small letter e with breve":"Latinské malé písmeno e s háčkem","Latin capital letter e with dot above":"Latinské velké písmeno e s tečkou nad znakem","Latin small letter e with dot above":"Latinské malé písmeno e s tečkou nad znakem","Latin capital letter e with ogonek":"Latinské velké písmeno e s háčkem","Latin small letter e with ogonek":"Latinské malé písmeno e s háčkem","Latin capital letter e with caron":"Latinské velké písmeno e s háčkem","Latin small letter e with caron":"Latinské malé písmeno e s háčkem","Latin capital letter g with circumflex":"Latinské velké písmeno g s obráceným háčkem","Latin small letter g with circumflex":"Latinské malé písmeno g s obráceným háčkem","Latin capital letter g with breve":"Latinské velké písmeno g s háčkem","Latin small letter g with breve":"Latinské malé písmeno g s háčkem","Latin capital letter g with dot above":"Latinské velké písmeno g s tečkou nad znakem","Latin small letter g with dot above":"Latinské malé písmeno g s tečkou nad znakem","Latin capital letter g with cedilla":"Latinské velké písmeno g s háčkem","Latin small letter g with cedilla":"Latinské malé písmeno g s háčkem","Latin capital letter h with circumflex":"Latinské velké písmeno h s obráceným háčkem","Latin small letter h with circumflex":"Latinské malé písmeno h s obráceným háčkem","Latin capital letter h with stroke":"Latinské velké písmeno h s přeškrtnutím","Latin small letter h with stroke":"Latinské malé písmeno h s přeškrtnutím","Latin capital letter i with tilde":"Latinské velké 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é velké písmeno i s čárou","Latin small letter i with macron":"Latinské malé písmeno i s čárou","Latin capital letter i with breve":"Latinské velké písmeno i s háčkem","Latin small letter i with breve":"Latinské malé písmeno i s háčkem","Latin capital letter i with ogonek":"Latinské velké písmeno i s háčkem","Latin small letter i with ogonek":"Latinské malé písmeno i s háčkem","Latin capital letter i with dot above":"Latinské velké písmeno i s tečkou nad znakem","Latin small letter dotless i":"Latinské malé písmeno i bez tečky","Latin capital ligature ij":"Latinský velký znak ligatury ij","Latin small ligature ij":"Latinský malý znak ligatury ij","Latin capital letter j with circumflex":"Latinské velké písmeno j s obráceným háčkem","Latin small letter j with circumflex":"Latinské malé písmeno j s obráceným háčkem","Latin capital letter k with cedilla":"Latinské velké písmeno k s háčkem","Latin small letter k with cedilla":"Latinské malé písmeno k s háčkem","Latin small letter kra":"Latinský malý znak Kra","Latin capital letter l with acute":"Latinské velké písmeno l s čárkou","Latin small letter l with acute":"Latinské malé písmeno l s čárkou","Latin capital letter l with cedilla":"Latinské velké písmeno l s háčkem","Latin small letter l with cedilla":"Latinské malé písmeno l s háčkem","Latin capital letter l with caron":"Latinské velké písmeno l s háčkem","Latin small letter l with caron":"Latinské malé písmeno l s háčkem","Latin capital letter l with middle dot":"Latinské velké písmeno l s tečkou uprostřed","Latin small letter l with middle dot":"Latinské malé písmeno l s tečkou uprostřed","Latin capital letter l with stroke":"Latinské velké písmeno l s přeškrtnutím","Latin small letter l with stroke":"Latinské malé písmeno l s přeškrtnutím","Latin capital letter n with acute":"Latinské velké písmeno n s čárkou","Latin small letter n with acute":"Latinské malé písmeno n s čárkou","Latin capital letter n with cedilla":"Latinské velké písmeno n s háčkem","Latin small letter n with cedilla":"Latinské malé písmeno n s háčkem","Latin capital letter n with caron":"Latinské velké písmeno n s háčkem","Latin small letter n with caron":"Latinské malé písmeno n s háčkem","Latin small letter n preceded by apostrophe":"Latinské malé písmeno n s apostrofem","Latin capital letter eng":"Latinské velké písmeno Eng","Latin small letter eng":"Latinské malé písmeno Eng","Latin capital letter o with macron":"Latinské velké písmeno o s čárou","Latin small letter o with macron":"Latinské malé písmeno o s čárou","Latin capital letter o with breve":"Latinské velké písmeno o s háčkem","Latin small letter o with breve":"Latinské malé písmeno o s háčkem","Latin capital letter o with double acute":"Latinské velké písmeno o s čárkou","Latin small letter o with double acute":"Latinské malé písmeno o s čárkou","Latin capital ligature oe":"Latinský velký znak ligatury oe","Latin small ligature oe":"Latinský malý znak ligatury oe","Latin capital letter r with acute":"Latinské velké písmeno r s čárkou","Latin small letter r with acute":"Latinské malé písmeno r s čárkou","Latin capital letter r with cedilla":"Latinské velké písmeno r s háčkem","Latin small letter r with cedilla":"Latinské malé písmeno r s háčkem","Latin capital letter r with caron":"Latinské velké písmeno r s háčkem","Latin small letter r with caron":"Latinské malé písmeno r s háčkem","Latin capital letter s with acute":"Latinské velké písmeno s s čárkou","Latin small letter s with acute":"Latinské malé písmeno s s čárkou","Latin capital letter s with circumflex":"Latinské velké písmeno s s obráceným háčkem","Latin small letter s with circumflex":"Latinské malé písmeno s s obráceným háčkem","Latin capital letter s with cedilla":"Latinské velké písmeno s s háčkem","Latin small letter s with cedilla":"Latinské malé písmeno s s háčkem","Latin capital letter s with caron":"Latinské velké písmeno s s háčkem","Latin small letter s with caron":"Latinské malé písmeno s s háčkem","Latin capital letter t with cedilla":"Latinské velké písmeno t s háčkem","Latin small letter t with cedilla":"Latinské malé písmeno t s háčkem","Latin capital letter t with caron":"Latinské velké písmeno t s háčkem","Latin small letter t with caron":"Latinské malé písmeno t s háčkem","Latin capital letter t with stroke":"Latinské velké písmeno t s přeškrtnutím","Latin small letter t with stroke":"Latinské malé písmeno t s přeškrtnutím","Latin capital letter u with tilde":"Latinské velké 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é velké písmeno u s čárou","Latin small letter u with macron":"Latinské malé písmeno o s čárou","Latin capital letter u with breve":"Latinské velké písmeno u s háčkem","Latin small letter u with breve":"Latinské malé písmeno u s háčkem","Latin capital letter u with ring above":"Latinské velké písmeno u s kroužkem nad znakem","Latin small letter u with ring above":"Latinské malé písmeno u s kroužkem nad znakem","Latin capital letter u with double acute":"Latinské velké písmeno u s dvojitým akcentu","Latin small letter u with double acute":"Latinské malé písmeno u s dvojitým akcentu","Latin capital letter u with ogonek":"Latinské velké písmeno u s háčkem","Latin small letter u with ogonek":"Latinské malé písmeno u s háčkem","Latin capital letter w with circumflex":"Latinské velké písmeno w s obráceným háčkem","Latin small letter w with circumflex":"Latinské malé písmeno w s obráceným háčkem","Latin capital letter y with circumflex":"Latinské velké písmeno y s obráceným háčkem","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é velké písmeno y s dvojtečkou nad znakem","Latin capital letter z with acute":"Latinské velké písmeno z s čárkou","Latin small letter z with acute":"Latinské malé písmeno z s čárkou","Latin capital letter z with dot above":"Latinské velké písmeno z s tečkou nad znakem","Latin small letter z with dot above":"Latinské malé písmeno z s tečkou nad znakem","Latin capital letter z with caron":"Latinské velké písmeno z s háčkem","Latin small letter z with caron":"Malé písmeno s z háčkem","Latin small letter long s":"Malé dlouhé písmeno s","Less-than sign":"Menší než","Greater-than sign":"Větší než","Less-than or equal to":"Menší nebo roven","Greater-than or equal to":"Větší nebo roven","En dash":"Pomlčka","Em dash":"Dlouhá pomlčka","Macron":"Horní čára","Overline":"Přeškrtnutí","Degree sign":"Znak stupeň","Minus sign":"Znak mínus","Plus-minus sign":"Znak plus-minus","Division sign":"Dělení","Fraction slash":"Lomítko / Dělení","Multiplication sign":"Násobení","Latin small letter f with hook":"Funkce","Integral":"Integrál","N-ary summation":"Znak cyklického sčítání","Infinity":"Nekonečno","Square root":"Odmocnina","Tilde operator":"Vlnovka","Approximately equal to":"Aproximace","Almost equal to":"Částečně rovný","Not equal to":"Nerovná se","Identical to":"Identický k","Element of":"Patří / Je součástí","Not an element of":"Nepatří / Není součástí","Contains as member":"Obsahuje prvek","N-ary product":"Znak cyklického násobení","Logical and":"Logický AND","Logical or":"Logický OR","Not sign":"Není rovný","Intersection":"Průsečík / Průnik","Union":"Sjednocení","Partial differential":"Parciální diference","For all":"Pro všechny prvky v množině","There exists":"Existuje v množině","Empty set":"Prázdná množina","Nabla":"Nabla","Asterisk operator":"Hvězdička / násobení","Proportional to":"Úměrný k","Angle":"Úhel","Vulgar fraction one quarter":"Jedna čtvrtina","Vulgar fraction one half":"Polovina","Vulgar fraction three quarters":"Tři čtvrtiny","Single left-pointing angle quotation mark":"Šipka ukazující do leva","Single right-pointing angle quotation mark":"Šipka ukazující do prava","Left-pointing double angle quotation mark":"Dvojitá šipka ukazující do leva","Right-pointing double angle quotation mark":"Dvojitá šipka ukazující do prava","Left single quotation mark":"Levá uvozovka","Right single quotation mark":"Pravá uvozovka","Left double quotation mark":"Levá dvojitá uvozovka","Right double quotation mark":"Pravá dvojitá uvozovka","Single low-9 quotation mark":"Spodní uvozovka","Double low-9 quotation mark":"Dvojitá spodní uvozovka","Inverted exclamation mark":"Obrácený vykřičník","Inverted question mark":"Obrácený otazník","Two dot leader":"Horizontální dvojtečka","Horizontal ellipsis":"Tečky","Double dagger":"Dvojkříž","Per mille sign":"Promile","Per ten thousand sign":"Na deset tisíc","Double exclamation mark":"Dvojitý vykřičník","Question exclamation mark":"Otazník a vykřičník","Exclamation question mark":"Vykřičník a otazník","Double question mark":"Dvojitý otazník","Copyright sign":"Copyright","Registered sign":"Registrovaný","Trade mark sign":"Ochranná známka","Section sign":"Sekce","Paragraph sign":"Odstavec","Reversed paragraph sign":"Obrácený znak odstavce","Character categories":"Kategorie znaků","Source":"Zdroj","Show source":"Zobrazit zdroj","Show blocks":"Zobrazit bloky","Select all":"Vybrat vše","Disable editing":"Zakázat úpravy","Enable editing":"Povolit úpravy","Previous editable region":"Předchozí upravitelná oblast","Next editable region":"Následující upravitelná oblast","Navigate editable regions":"Procházet upravitelnými oblastmi","Remove Format":"Odstranit formátování","Page break":"Konec stránky","media widget":"ovládací prvek médií","Media URL":"URL adresa","Paste the media URL in the input.":"Vložte URL média do vstupního pole.","Tip: Paste the URL into the content to embed faster.":"Rada: Vložte URL přímo do editoru pro rychlejší vnoření.","The URL must not be empty.":"URL adresa musí být vyplněna.","This media URL is not supported.":"Tato adresa bohužel není podporována.","Insert media":"Vložit média","Media toolbar":"Panel nástrojů médií","Open media in new tab":"Otevřete média na nové kartě","Numbered List":"Číslování","Bulleted List":"Odrážky","To-do List":"Seznam úkolů","Bulleted list styles toolbar":"Panel seznamu s odrážkami","Numbered list styles toolbar":"Panel se styly číslovaného seznamu","Toggle the disc list style":"Přepnout na seznam s označením plného kruhu","Toggle the circle list style":"Přepnout na seznam s kruhovým označením","Toggle the square list style":"Přepnout na seznam se čtvercovým označením","Toggle the decimal list style":"Přepnout na číselný seznam","Toggle the decimal with leading zero list style":"Přepnout na číselný seznam s nulou na začátku","Toggle the lower–roman list style":"Přepnout na seznam s malými římskými čísly","Toggle the upper–roman list style":"Přepnout na seznam s velkými římskými čísly","Toggle the lower–latin list style":"Přepnout na seznam s malými písmeny","Toggle the upper–latin list style":"Přepnout na seznam s velkými písmeny","Disc":"Plný kruh","Circle":"Kruh","Square":"Čtverec","Decimal":"Čísla","Decimal with leading zero":"Čísla s nulou na začátku","Lower–roman":"Malé římské čísla","Upper-roman":"Velké římské čísla","Lower-latin":"Malá písmena","Upper-latin":"Velká písmena","List properties":"Vlastnosti seznamu","Start at":"Začít na","Invalid start index value.":"Neplatná počáteční hodnota indexu.","Start index must be greater than 0.":"Počátek musí být větší jak 0.","Reversed order":"Obrácené pořadí","Keystrokes that can be used in a list":"Klávesy, které lze použít v seznamu","Increase list item indent":"Zvětšit odsazení položky seznamu","Decrease list item indent":"Zmenšit odsazení položky seznamu","Entering a to-do list":"Zadání seznamu úkolů","Leaving a to-do list":"Opuštění seznamu úkolů","Unlink":"Odstranit odkaz","Link":"Odkaz","Link URL":"URL odkazu","Link URL must not be empty.":"Adresa URL odkazu nesmí být prázdná.","Link image":"Adresa obrázku","Edit link":"Upravit odkaz","Open link in new tab":"Otevřít odkaz v nové kartě","This link has no URL":"Tento odkaz nemá žádnou URL","Open in a new tab":"Otevřít v nové kartě","Downloadable":"Ke stažení","Create link":"Vytvořit odkaz","Move out of a link":"Odejít z odkazu","Language":"Jazyk","Choose language":"Vybrat jazyk","Remove language":"Odstranit jazyk","Increase indent":"Zvětšit odsazení","Decrease indent":"Zmenšit odsazení","image widget":"ovládací prvek obrázku","Wrap text":"Text nahoře a dole","Break text":"Obtékání textu","In line":"Rovnoběžně s textem","Side image":"Postranní obrázek","Full size image":"Obrázek v plné velikosti","Left aligned image":"Obrázek zarovnaný vlevo","Centered image":"Obrázek zarovnaný na střed","Right aligned image":"Obrázek zarovnaný vpravo","Change image text alternative":"Změnit alternativní text obrázku","Text alternative":"Alternativní text","Enter image caption":"Zadejte popis obrázku","Insert image":"Vložit obrázek","Replace image":"Nahradit obrázek","Upload from computer":"Nahrát z počítače","Replace from computer":"Nahradit z počítače","Upload image from computer":"Nahrát obrázek z počítače","Image from computer":"Obrázek z počítače","Replace image from computer":"Nahradit obrázek z počítače","Upload failed":"Nahrání selhalo","Image toolbar":"Panel nástrojů obrázku","Resize image":"Změnit velikost","Resize image to %0":"Změnit velikost na %0","Resize image to the original size":"Změnit velikost na původní velikost","Resize image (in %0)":"Změnit velikost obrázku (v %0)","Original":"Originální","Custom image size":"Vlastní velikost obrázku","Custom":"Vlastní","Image resize list":"Seznam možností změny velikosti","Insert":"Vložit","Update":"Aktualizovat","Insert image via URL":"Vložit obrázek pomocí URL","Update image URL":"Aktualizovat URL obrázku","Caption for the image":"Popisek k obrázku","Caption for image: %0":"Popisek k obrázku: %0","The value must not be empty.":"Hodnota nesmí být prázdná","The value should be a plain number.":"Hodnota musí být prosté číslo.","Uploading image":"Nahrávání obrázku","Image upload complete":"Nahrávání obrázku dokončeno","Error during image upload":"Při nahrávání obrázku došlo k chybě","HTML object":"HTML objekt","Insert HTML":"Vložit kód HTML","HTML snippet":"Kód HTML","Paste raw HTML here...":"Sem vložte kód HTML ...","Edit source":"Upravit zdroj","Save changes":"Uložit změny","No preview available":"Náhled není k dispozici","Empty snippet content":"Prázdný obsah kódu","Horizontal line":"Vodorovná čára","Yellow marker":"Žlutý fix","Green marker":"Zelený fix","Pink marker":"Růžový fix","Blue marker":"Modrý fix","Red pen":"Červený fix","Green pen":"Zelené pero","Remove highlight":"Odstranit zvýraznění","Highlight":"Zvýraznění","Text highlight toolbar":"Panel nástrojů zvýraznění textu","Paragraph":"Odstavec","Heading":"Nadpis","Choose heading":"Zvolte 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":"Sem zadejte název","Type or paste your content here.":"Zde zadejte nebo vložte obsah.","Font Size":"Velikost písma","Tiny":"Drobné","Small":"Malé","Big":"Velké","Huge":"Obrovské","Font Family":"Typ písma","Default":"Výchozí","Font Color":"Barva písma","Font Background Color":"Barva pozadí písma","Document colors":"Barvy dokumentu","Find and replace":"Najít a nahradit","Find in text…":"Najít v textu...","Find":"Najít","Previous result":"Předchozí výskyt","Next result":"Další výskyt","Replace":"Nahradit","Replace all":"Nahradit vše","Match case":"Rozlišovat velikost písmen","Whole words only":"Pouze celá slova","Replace with…":"Nahradit čím...","Text to find must not be empty.":"Hledaný text nesmí být prázdný.","Tip: Find some text first in order to replace it.":"Tip: Nejprve najděte nějaký text, abyste jej mohli nahradit.","Advanced options":"Pokročilé možnosti","Find in the document":"Najít v dokumentu","Insert a soft break (a <code><br></code> element)":"Vložit měkkou mezeru (prvek <code><br></code>)","Insert a hard break (a new paragraph)":"Vložit tvrdou mezeru (nový odstavec)","Cancel":"Zrušit","Clear":"Smazat","Remove color":"Odstranit barvu","Restore default":"Obnovit výchozí","Save":"Uložit","Show more items":"Zobrazit další položky","%0 of %1":"%0 z %1","Cannot upload file:":"Soubor nelze nahrát:","Rich Text Editor. Editing area: %0":"Editační oblast rich text editoru: %0","Insert with file manager":"Vložit pomocí správce souborů","Replace with file manager":"Nahradit pomocí správce souborů","Insert image with file manager":"Vložit obrázek pomocí správce souborů","Replace image with file manager":"Nahradit obrázek pomocí správce souborů","Toggle caption off":"Vypnout titulek","Toggle caption on":"Zapnout titulek","Content editing keystrokes":"Klávesy na úpravu obsahu","These keyboard shortcuts allow for quick access to content editing features.":"Tyto klávesové zkratky vám umožní rychlý přístup k funkcím úpravy obsahu.","User interface and content navigation keystrokes":"Klávesy navigace v uživatelském rozhraní a obsahu","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Pro efektivní navigaci v uživatelském rozhraní CKEditor 5 použijte následující klávesy.","Close contextual balloons, dropdowns, and dialogs":"Zavřít kontextuální balóny, rozbalovací menu a dialogy","Open the accessibility help dialog":"Otevřít dialog podpory přístupnosti","Move focus between form fields (inputs, buttons, etc.)":"Přesunout zaměření mezi poli formuláře (vstupy, tlačítka atd.)","Move focus to the menu bar, navigate between menu bars":"Zaměřte se na panel nabídek, procházejte mezi panely nabídek","Move focus to the toolbar, navigate between toolbars":"Přesunout zaměření na lištu nástrojů, navigace mezi lištami nástrojů","Navigate through the toolbar or menu bar":"Procházení panelu nástrojů nebo panelu nabídek","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Spusťte aktuálně zaměřené tlačítko. Spuštěním tlačítek, která interagují s obsahem editoru, se zaměření přesune zpět na obsah.","Accept":"Přijmout","Insert code block":"Vložit blok zdrojového kódu","Plain text":"Prostý text","Leaving %0 code snippet":"Opouští se fragment kódu %0","Entering %0 code snippet":"Zadávání fragmentu kódu %0","Entering code snippet":"Zadávání fragmentu kódu","Leaving code snippet":"Opuštění fragmentu kódu","Code block":"Blok kódu","Copy selected content":"Zkopírovat vybraný obsah","Paste content":"Vložit obsah","Paste content as plain text":"Vyložit obsah jako prostý text","Insert image or file":"Vložit obrázek nebo soubor","Image or file":"Obrázek nebo soubor","Could not obtain resized image URL.":"Nelze získat URL obrázku se změněnou velikostí.","Selecting resized image failed":"Výběr obrázku se změněnou velikostí selhal","Could not insert image at the current position.":"Na současnou pozici nelze vložit obrázek.","Inserting image failed":"Vložení obrázku selhalo","Open file manager":"Otevřít správce souborů","Cannot determine a category for the uploaded file.":"Nelze určit kategorii pro nahraný soubor.","Cannot access default workspace.":"Nelze získat přístup k výchozímu pracovišti.","Edit image":"Upravit obrázek","Processing the edited image.":"Zpracování upraveného obrázku.","Server failed to process the image.":"Serveru se nepodařilo zpracovat obrázek.","Failed to determine category of edited image.":"Nepodařilo se určit kategorii upraveného obrázku.","Block quote":"Citace","Bold":"Tučné","Italic":"Kurzíva","Underline":"Podtržené","Code":"Kódový blok","Strikethrough":"Přeškrtnuté","Subscript":"Dolní index","Superscript":"Horní index","Italic text":"Kurzíva","Move out of an inline code style":"Odejít ze stylu vloženého kódu","Bold text":"Tučně","Underline text":"Podtrhnutí","Strikethrough text":"Přešktnutí","Saving changes":"Ukládání změn","Revert autoformatting action":"Vzít zpět akci automatického formátování","Align left":"Zarovnat vlevo","Align right":"Zarovnat vpravo","Align center":"Zarovnat na střed","Justify":"Zarovnat do bloku","Text alignment":"Zarovnání textu","Text alignment toolbar":"Panel nástrojů zarovnání textu"},getPluralForm(n){return (n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;}}};
|
8
|
+
e[ 'cs' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'cs' ].dictionary = Object.assign( e[ 'cs' ].dictionary, dictionary );
|
10
|
+
e[ 'cs' ].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 {"da":{"dictionary":{"Words: %0":"Ord: %0","Characters: %0":"Karakterer: %0","Widget toolbar":"Widget værktøjslinje","Insert paragraph before block":"Indsæt paragraf før blok","Insert paragraph after block":"Indsæt paragraf efter blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tryk på Enter for at skrive efter, eller tryk på Shift + Enter for at skrive før widgetten","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Tastaturtryk, der kan bruges når en widget er valgt (for eksempel: billede, tabel, osv.)","Insert a new paragraph directly after a widget":"Indsæt en ny paragraf direkte efter en widget","Insert a new paragraph directly before a widget":"Indsæt en ny paragraf direkte før en widget","Move the caret to allow typing directly before a widget":"Flyt indsætningstegnet for at tillade skrift direkte før en widget","Move the caret to allow typing directly after a widget":"Flyt indsætningstegnet for at tillade skrift direkte efter en widget","Upload in progress":"Upload i gang","Undo":"Fortryd","Redo":"Gentag","Rich Text Editor":"Wysiwyg editor","Editor editing area: %0":"Redigeringsområde: %0","Edit block":"Redigér blok","Click to edit block":"Klik for at redigere blok","Drag to move":"Træk for at flytte","Next":"Næste","Previous":"Forrige","Editor toolbar":"Editor værktøjslinje","Dropdown toolbar":"Dropdown værktøjslinje","Black":"Sort","Dim grey":"Dunkel grå","Grey":"Grå","Light grey":"Lys grå","White":"Hvid","Red":"Rød","Orange":"Orange","Yellow":"Gyl","Light green":"Lys grøn","Green":"Grøn","Aquamarine":"Marineblå","Turquoise":"Turkis","Light blue":"Lys blå","Blue":"Blå","Purple":"Lilla","Editor block content toolbar":"Redigeringskasse indholdsværktøjslinje","Editor contextual toolbar":"Kontekstuel værktøjslinje til redigeringsprogram","HEX":"Hex","No results found":"Ingen resultater blev fundet","No searchable items":"Ingen søgbare artikler","Editor dialog":"Editor-dialog","Close":"Luk","Help Contents. To close this dialog press ESC.":"Hjælpeindhold. Tryk ESC for at lykke denne dialog.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Nedenfor kan du finde en liste over tastaturgenveje, der kan bruges i editoren.","(may require <kbd>Fn</kbd>)":"(kan kræve <kbd>Fn</kbd>)","Accessibility":"Tilgængelighed","Accessibility help":"Tilgængelighedshjælp","Press %0 for help.":"Tryk %0 for at få hjælp.","Move focus in and out of an active dialog window":"Flyt fokus ind og ud af et aktivt dialogvindue","MENU_BAR_MENU_FILE":"Fil","MENU_BAR_MENU_EDIT":"Rediger","MENU_BAR_MENU_VIEW":"Vis","MENU_BAR_MENU_INSERT":"Indsæt","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Værktøjer","MENU_BAR_MENU_HELP":"Hjælp","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"Font","Editor menu bar":"Editor menulinje","Please enter a valid color (e.g. \"ff0000\").":"Indtast venligst en gyldig farve (f.eks. \"ff0000","Insert table":"Indsæt tabel","Header column":"Headerkolonne","Insert column left":"Indsæt kolonne venstre","Insert column right":"Indsæt kolonne højre","Delete column":"Slet kolonne","Select column":"Vælg kolonne","Column":"Kolonne","Header row":"Headerrække","Insert row below":"Indsæt header under","Insert row above":"Indsæt header over","Delete row":"Slet række","Select row":"Vælg række","Row":"Række","Merge cell up":"Flet celler op","Merge cell right":"Flet celler højre","Merge cell down":"Flet celler ned","Merge cell left":"Flet celler venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Flet celler","Table toolbar":"Tabel værktøjslinje","Table properties":"Tabelegenskaber","Cell properties":"Celleegenskaber","Border":"Ramme","Style":"Stil","Width":"Bredde","Height":"Højde","Color":"Farve","Background":"Baggrund","Padding":"Fyld","Dimensions":"Dimensioner","Table cell text alignment":"Tabelcelle tekstjustering","Alignment":"Justering","Horizontal text alignment toolbar":"Horisontal tekstjustering værktøjslinje","Vertical text alignment toolbar":"Vertikal tekstjustering værktøjslinje","Table alignment toolbar":"Tabeljustering værktøjslinje","None":"Ingen","Solid":"Massiv","Dotted":"Stiplet (prik)","Dashed":"Stiplet (streg)","Double":"Dobbel","Groove":"Not","Ridge":"Kam","Inset":"Forsænket","Outset":"Fra starten","Align cell text to the left":"Justér tekstcelle til venstre","Align cell text to the center":"Justér tekstcelle centreret","Align cell text to the right":"Justér tekstcelle til højre","Justify cell text":"Justér tekstcelle","Align cell text to the top":"Justér tekstcelle til top","Align cell text to the middle":"Justér tekstcelle til midten","Align cell text to the bottom":"Justér tekstcelle til bunden","Align table to the left":"Justér tabel til venstre","Center table":"Centrér tabel","Align table to the right":"Justér tabel til højre","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farven er ugyldig. Prøv \"#FF0000\" eller \"rgb(255,0,0)\" eller \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Værdien er ugyldig. Prøv \"10px\" eller \"2em\" eller ganske enkelt \"2\".","Color picker":"Farvevælger","Enter table caption":"Indtast tabeltekst","Keystrokes that can be used in a table cell":"Tastaturtryk, der kan bruges i en tabelcelle","Move the selection to the next cell":"Flyt markeringen til den næste celle","Move the selection to the previous cell":"Flyt markeringen til den forrige celle","Insert a new table row (when in the last cell of a table)":"Indsæt en ny tabelrække (når du er i den sidste celle i en tabel)","Navigate through the table":"Naviger gennem tabellen","Table":"Tabel","Styles":"Stile","Multiple styles":"Flere stile","Block styles":"Blokstile","Text styles":"Tekststile","Special characters":"Specialtegn","All":"Alle","Arrows":"Pile","Currency":"Valuta","Latin":"Latin","Mathematical":"Matematisk","Text":"Tekst","leftwards simple arrow":"venstrepegende simpel pil","rightwards simple arrow":"højrepegende simpel pil","upwards simple arrow":"opadgående simpel pil","downwards simple arrow":"nedadgående simpel pil","leftwards double arrow":"venstrepegende dobbeltpil","rightwards double arrow":"højrepegende dobbeltpil","upwards double arrow":"Opadpegende dobbeltpil","downwards double arrow":"nedadpegende dobbeltpil","leftwards dashed arrow":"venstrepegende stiplet pil","rightwards dashed arrow":"højrepegende stiplet pil","upwards dashed arrow":"opadpegende stiplet pil","downwards dashed arrow":"nedadpegende stiplet pil","leftwards arrow to bar":"venstrepegende pil mod bjælke","rightwards arrow to bar":"højrepegende pil mod bjælke","upwards arrow to bar":"opadpegende pil mod bjælke","downwards arrow to bar":"nedadpegende pil mod bjælke","up down arrow with base":"Op- og nedadpegende pil med streg under","back with leftwards arrow above":"tilbage med venstrepegende pil over","end with leftwards arrow above":"afslut med venstrepegende pil over","on with exclamation mark with left right arrow above":"til med udråbstegn med pil mod venstre og højre over","soon with rightwards arrow above":"snart med højrepegende pil over","top with upwards arrow above":"top med opadpegende pil over","Dollar sign":"Dollartegn","Euro sign":"Eurotegn","Yen sign":"Yen-tegn","Pound sign":"Pund-tegn","Cent sign":"Cent-tegn","Euro-currency sign":"Euro-valutategn","Colon sign":"Kolontegn","Cruzeiro sign":"Cruzeiro-tegn","French franc sign":"Franske franc-tegn","Lira sign":"Lira-tegn","Currency sign":"Valuta-tegn","Bitcoin sign":"Bitcoin-tegn","Mill sign":"Mill-tegn","Naira sign":"Naira-tegn","Peseta sign":"Peseta-tegn","Rupee sign":"Rupee-tegn","Won sign":"Won-tegn","New sheqel sign":"Ny Shekel-tegn","Dong sign":"Dong-tegn","Kip sign":"Kip-tegn","Tugrik sign":"Tugrik-tegn","Drachma sign":"Drakmer-tegn","German penny sign":"Tysk penny-tegn","Peso sign":"Peso-tegn","Guarani sign":"Guarani-tegn","Austral sign":"Austral-tegn","Hryvnia sign":"Hryvnia-tegn","Cedi sign":"Cedi-tegn","Livre tournois sign":"Livre tournois-tegn","Spesmilo sign":"Spesmilo-tegn","Tenge sign":"Tenge-tegn","Indian rupee sign":"Indisk rupee-tegn","Turkish lira sign":"Tyrkisk lira-tegn","Nordic mark sign":"Nordisk mark-tegn","Manat sign":"Manat-tegn","Ruble sign":"Rubel-tegn","Latin capital letter a with macron":"Latinsk stort bogstav a med macron","Latin small letter a with macron":"Latinsk lille bogstav a med macron","Latin capital letter a with breve":"Latinsk stort bogstav a med en breve","Latin small letter a with breve":"Latinsk lille bogstav a med en breve","Latin capital letter a with ogonek":"Latinsk stort bogstav a med ogonek","Latin small letter a with ogonek":"Latinsk lille bogstav a med ogonek","Latin capital letter c with acute":"Latinsk stort bogstav c med accent","Latin small letter c with acute":"Latinsk lille bogstav c med accent","Latin capital letter c with circumflex":"Latinsk stort bogstav c med cirkumfleks","Latin small letter c with circumflex":"Latinsk ille bogstav c med cirkumfleks","Latin capital letter c with dot above":"Latinsk stort bogstav c med prik over","Latin small letter c with dot above":"Latinsk lille bogstav c med prik over","Latin capital letter c with caron":"Latinsk stort bogstav c med caron","Latin small letter c with caron":"Latinsk lille bogstav c med caron","Latin capital letter d with caron":"Latinsk stort bogstav d med caron","Latin small letter d with caron":"Latinsk lille bogstav d med caron","Latin capital letter d with stroke":"Latinsk stort bogstav d med streg","Latin small letter d with stroke":"Latinsk lille bogstav d med streg","Latin capital letter e with macron":"Latinsk stort bogstav e med macron","Latin small letter e with macron":"Latinsk lille bogstav e med macron","Latin capital letter e with breve":"Latinsk stort bogstav e med en breve","Latin small letter e with breve":"Latinsk lille bogstav e med en breve","Latin capital letter e with dot above":"Latinsk stort bogstav e med en prik over","Latin small letter e with dot above":"Latinsk lille bogstav e med en prik over","Latin capital letter e with ogonek":"Latinsk stort bogstav e med ogonek","Latin small letter e with ogonek":"Latinsk lille bogstav e med ogonek","Latin capital letter e with caron":"Latinsk stort bogstav e med caron","Latin small letter e with caron":"Latinsk lille bogstav e med caron","Latin capital letter g with circumflex":"Latinsk stort bogstav g med cirkumfleks","Latin small letter g with circumflex":"Latinsk lille bogstav g med cirkumfleks","Latin capital letter g with breve":"Latinsk stort bogstav g med en breve","Latin small letter g with breve":"Latinsk lille bogstav g med en breve","Latin capital letter g with dot above":"Latinsk stort bogstav g med en prik over","Latin small letter g with dot above":"Latinsk lille bogstav g med en prik over","Latin capital letter g with cedilla":"Latinsk stort bogstav g med cedille","Latin small letter g with cedilla":"Latinsk lille bogstav g med cedille","Latin capital letter h with circumflex":"Latinsk stort bogstav h med cirkumfleks","Latin small letter h with circumflex":"Latinsk lille bogstav h med cirkumfleks","Latin capital letter h with stroke":"Latinsk stort bogstav h med streg","Latin small letter h with stroke":"Latinsk lille bogstav h med streg","Latin capital letter i with tilde":"Latinsk stort bogstav i med tilde","Latin small letter i with tilde":"Latinsk lille bogstav i med tilde","Latin capital letter i with macron":"Latinsk stort bogstav i med macron","Latin small letter i with macron":"Latinsk lille bogstav i med macron","Latin capital letter i with breve":"Latinsk stort bogstav i med en breve","Latin small letter i with breve":"Latinsk lille bogstav i med en breve","Latin capital letter i with ogonek":"Latinsk stort bogstav i med ogonek","Latin small letter i with ogonek":"Latinsk lille bogstav i med ogonek","Latin capital letter i with dot above":"Latinsk stort bogstav i med en prik over","Latin small letter dotless i":"Latinsk lille i uden prik","Latin capital ligature ij":"Latinsk stort sammensat ij","Latin small ligature ij":"Latinsk lille sammensat ij","Latin capital letter j with circumflex":"Latinsk stort bogstav j med cirkumfleks","Latin small letter j with circumflex":"Latinsk lille bogstav j med cirkumfleks","Latin capital letter k with cedilla":"Latinsk stort bogstav k med cedille","Latin small letter k with cedilla":"Latinsk lille bogstav k med cedille","Latin small letter kra":"Latinsk lille bogstav kra","Latin capital letter l with acute":"Latinsk stort bogstav l med akut accent","Latin small letter l with acute":"Latinsk lille bogstav l med akut accent","Latin capital letter l with cedilla":"Latinsk stort bogstav l med cedille","Latin small letter l with cedilla":"Latinsk lille bogstav l med cedille","Latin capital letter l with caron":"Latinsk stort bogstav l med caron","Latin small letter l with caron":"Latinsk lille bogstav l med caron","Latin capital letter l with middle dot":"Latinsk stort bogstav l med prik i midten","Latin small letter l with middle dot":"Latinsk lille bogstav l med prik i midten","Latin capital letter l with stroke":"Latinsk stort bogstav l med streg","Latin small letter l with stroke":"Latinsk lille bogstav l med streg","Latin capital letter n with acute":"Latinsk stort bogstav n med akut accent","Latin small letter n with acute":"Latinsk lille bogstav n med akut accent","Latin capital letter n with cedilla":"Latinsk stort bogstav n med cedille","Latin small letter n with cedilla":"Latinsk lille bogstav n med cedille","Latin capital letter n with caron":"Latinsk stort bogstav n med caron","Latin small letter n with caron":"Latinsk lille bogstav n med caron","Latin small letter n preceded by apostrophe":"Latinsk lille bogstav n med apostrof inden ","Latin capital letter eng":"Latinsk stort bogstav eng","Latin small letter eng":"Latinsk lille bogstav eng","Latin capital letter o with macron":"Latinsk stort bogstav o med macron","Latin small letter o with macron":"Latinsk lille bogstav o med macron","Latin capital letter o with breve":"Latinsk stort bogstav o med en breve","Latin small letter o with breve":"Latinsk lille bogstav o med en breve","Latin capital letter o with double acute":"Latinsk stort bogstav o med dobbelt akut accent","Latin small letter o with double acute":"Latinsk lille bogstav o med dobbelt akut accent","Latin capital ligature oe":"Latinsk stort sammensat oe","Latin small ligature oe":"Latinsk lille sammensat oe","Latin capital letter r with acute":"Latinsk stort bogstav r med akut accent","Latin small letter r with acute":"Latinsk lille bogstav r med akut accent","Latin capital letter r with cedilla":"Latinsk stort bogstav r med cedille","Latin small letter r with cedilla":"Latinsk lille bogstav r med cedille","Latin capital letter r with caron":"Latinsk stort bogstav r med caron","Latin small letter r with caron":"Latinsk lille bogstav r med caron","Latin capital letter s with acute":"Latinsk stort bogstav s med akut accent","Latin small letter s with acute":"Latinsk lille bogstav s med akut accent","Latin capital letter s with circumflex":"Latinsk stort bogstav s med cirkumfleks","Latin small letter s with circumflex":"Latinsk lille bogstav s med cirkumfleks","Latin capital letter s with cedilla":"Latinsk stort bogstav s med cedille","Latin small letter s with cedilla":"Latinsk lille bogstav s med cedille","Latin capital letter s with caron":"Latinsk stort bogstav s med caron","Latin small letter s with caron":"Latinsk lille bogstav s med caron","Latin capital letter t with cedilla":"Latinsk stort bogstav t med cedille","Latin small letter t with cedilla":"Latinsk lille bogstav t med cedille","Latin capital letter t with caron":"Latinsk stort bogstav t med caron","Latin small letter t with caron":"Latinsk lille bogstav t med caron","Latin capital letter t with stroke":"Latinsk stort bogstav t med streg","Latin small letter t with stroke":"Latinsk lille bogstav t med streg","Latin capital letter u with tilde":"Latinsk stort bogstav u med tilde","Latin small letter u with tilde":"Latinsk lille bogstav u med tilde","Latin capital letter u with macron":"Latinsk stort bogstav u med macron","Latin small letter u with macron":"Latinsk lille bogstav u med macron","Latin capital letter u with breve":"Latinsk stort bogstav u med en breve","Latin small letter u with breve":"Latinsk lille bogstav u med en breve","Latin capital letter u with ring above":"Latinsk stort bogstav u med ring over","Latin small letter u with ring above":"Latinsk lille bogstav u med ring over","Latin capital letter u with double acute":"Latinsk lille bogstav u med dobbelt akut accent","Latin small letter u with double acute":"Latinsk stort bogstav u med dobbelt akut accent","Latin capital letter u with ogonek":"Latinsk stort bogstav u med ogonek","Latin small letter u with ogonek":"Latinsk lille bogstav u med ogonek","Latin capital letter w with circumflex":"Latinsk stort bogstav w med cirkumfleks","Latin small letter w with circumflex":"Latinsk lille bogstav w med cirkumfleks","Latin capital letter y with circumflex":"Latinsk stort bogstav y med cirkumfleks","Latin small letter y with circumflex":"Latinsk lille bogstav y med cirkumfleks","Latin capital letter y with diaeresis":"Latinsk stort bogstav y med trema","Latin capital letter z with acute":"Latinsk stort bogstav z med akut accent","Latin small letter z with acute":"Latinsk lille bogstav z med akut accent","Latin capital letter z with dot above":"Latinsk stort bogstav z med en prik over","Latin small letter z with dot above":"Latinsk lille bogstav z med en prik over","Latin capital letter z with caron":"Latinsk stort bogstav z med caron","Latin small letter z with caron":"Latinsk lille bogstav z med caron","Latin small letter long s":"Latinsk lille bogstav langt s","Less-than sign":"Mindre end-tegn","Greater-than sign":"Større end-tegn","Less-than or equal to":"Mindre end eller lig med-tegn","Greater-than or equal to":"Større end eller lig med-tegn","En dash":"En-bindestreg","Em dash":"Em-bindestreg","Macron":"Macron","Overline":"Streg over","Degree sign":"Grad-tegn","Minus sign":"Minus-tegn","Plus-minus sign":"Plus-minus-tegn","Division sign":"Divisionstegn","Fraction slash":"Brøk-tegn","Multiplication sign":"Gangetegn","Latin small letter f with hook":"Latinsk lille bogstav f med krog","Integral":"Integral","N-ary summation":"Sum-tegn","Infinity":"Uendelig","Square root":"Kvadratrod","Tilde operator":"Tilde-operator","Approximately equal to":"Nogenlunde lig med","Almost equal to":"Næsten lig med","Not equal to":"Ikke lig med","Identical to":"Lig med","Element of":"Element af","Not an element of":"Ikke et element af","Contains as member":"Element i","N-ary product":"Sumprodukttegn","Logical and":"Logisk og","Logical or":"Logisk eller","Not sign":"Ikke-tegn","Intersection":"Intersektion","Union":"Union","Partial differential":"Delvis differential","For all":"For alle","There exists":"Der eksisterer","Empty set":"Tomt sæt","Nabla":"Nabla","Asterisk operator":"Asterisk-operator","Proportional to":"Proportionelt med","Angle":"Vinkel","Vulgar fraction one quarter":"En kvart","Vulgar fraction one half":"En halv","Vulgar fraction three quarters":"Trekvart","Single left-pointing angle quotation mark":"Enkelt venstrepegende vinkel citationstegn","Single right-pointing angle quotation mark":"Enkelt højrepegende vinkel citationstegn","Left-pointing double angle quotation mark":"Venstrepegende dobbeltvinklet citationstegn","Right-pointing double angle quotation mark":"Højrepegende dobbeltvinklet citationstegn","Left single quotation mark":"Venstre enkelt citationstegn","Right single quotation mark":"Højre enkelt citationstegn","Left double quotation mark":"Venstre dobbelt citationstegn","Right double quotation mark":"Højre dobbelt citationstegn","Single low-9 quotation mark":"Enkelt lav-9 citationstegn","Double low-9 quotation mark":"Dobbelt lav-9 citationstegn","Inverted exclamation mark":"Omvendt udråbstegn","Inverted question mark":"Omvendt spørgsmålstegn","Two dot leader":"Dobbelt punktum","Horizontal ellipsis":"Horisontal ellipse","Double dagger":"Dobbeltobelisk","Per mille sign":"Promilletegn","Per ten thousand sign":"Per titusind-tegn","Double exclamation mark":"Dobbelt udråbstegn","Question exclamation mark":"Spørgsmålstegn-udråbstegn","Exclamation question mark":"Udråbstegn-spørgsmålstegn","Double question mark":"Dobbelt spørgsmålstegn","Copyright sign":"Copyright-tegnb","Registered sign":"Registreret-tegn","Trade mark sign":"Varemærke-tegn","Section sign":"Sektionstegn","Paragraph sign":"Paragraftegn","Reversed paragraph sign":"Omvendt paragraftegn","Character categories":"Tegnkategorier","Source":"Kilde","Show source":"Vis kilde","Show blocks":"Vis blokke","Select all":"Vælg alt","Disable editing":"Deaktivér redigering","Enable editing":"Aktivér redigering","Previous editable region":"Forrige redigérbare region","Next editable region":"Næste redigérbare region","Navigate editable regions":"Gennemgå redigérbare regioner","Remove Format":"Fjern format","Page break":"Sideskift","media widget":"mediewidget","Media URL":"Medie URL","Paste the media URL in the input.":"Indsæt medie URLen i feltet.","Tip: Paste the URL into the content to embed faster.":"Tip: Indsæt URLen i indholdet for at indlejre hurtigere.","The URL must not be empty.":"URLen kan ikke være tom.","This media URL is not supported.":"Denne medie URL understøttes ikke.","Insert media":"Indsæt medie","Media toolbar":"Medie værktøjslinje","Open media in new tab":"Åbn medie i ny fane","Numbered List":"Opstilling med tal","Bulleted List":"Punktopstilling","To-do List":"To-do liste","Bulleted list styles toolbar":"Værktøjslinje til punktopdelt liste","Numbered list styles toolbar":"Værktøjslinje til nummereret listestil","Toggle the disc list style":"Slå listestilen disk til og fra","Toggle the circle list style":"Slå listestilen cirkel til og fra","Toggle the square list style":"Slå listestilen firkantet til og fra","Toggle the decimal list style":"Slå listestilen decimal til og fra","Toggle the decimal with leading zero list style":"Slå listestilen decimal med nul i starten til og fra","Toggle the lower–roman list style":"Slå listestilen romertal med små bogstaver til","Toggle the upper–roman list style":"Slå listestilen romertal med store bogstaver til","Toggle the lower–latin list style":"Slå listestilen latinsk med små bogstaver til","Toggle the upper–latin list style":"Slå listestilen latinsk med store bogstaver til","Disc":"Disk","Circle":"Cirkel","Square":"Firkant","Decimal":"Decimal","Decimal with leading zero":"Decimal med nul i starten","Lower–roman":"Romertal med små bogstaver","Upper-roman":"Romertal med store bogstaver","Lower-latin":"Latinsk med små bogstaver","Upper-latin":"Latinsk med store bogstaver","List properties":"Listeegenskaber","Start at":"Start ved","Invalid start index value.":"Ugyldig startindeksværdi.","Start index must be greater than 0.":"Startindeks skal være større end 0.","Reversed order":"Omvendt rækkefølge","Keystrokes that can be used in a list":"Tastaturtryk, der kan bruges i en liste","Increase list item indent":"Forøg listemners indrykning","Decrease list item indent":"Reducer listeemners indrykning","Entering a to-do list":"Indtastning af en huskeliste","Leaving a to-do list":"At gå fra en huskeliste","Unlink":"Fjern link","Link":"Link","Link URL":"Link URL","Link URL must not be empty.":"Link-URL må ikke være tom.","Link image":"Link-billede","Edit link":"Redigér link","Open link in new tab":"Åben link i ny fane","This link has no URL":"Dette link har ingen URL","Open in a new tab":"Åben i ny fane","Downloadable":"Kan downloades","Create link":"Opret link","Move out of a link":"Flyt ud af et link","Language":"Sprog","Choose language":"Vælg sprog","Remove language":"Fjern sprog","Increase indent":"Forøg indrykning","Decrease indent":"Formindsk indrykning","image widget":"billed widget","Wrap text":"Ombryd tekst","Break text":"Opdel tekst","In line":"På linje","Side image":"Sidebillede","Full size image":"Fuld billedstørrelse","Left aligned image":"Venstrestillet billede","Centered image":"Centreret billede","Right aligned image":"Højrestillet billede","Change image text alternative":"Skift alternativ billedtekst","Text alternative":"Alternativ tekst","Enter image caption":"Indtast billedoverskrift","Insert image":"Indsæt billede","Replace image":"Udskift billede","Upload from computer":"Upload fra computer","Replace from computer":"Udskift fra computer","Upload image from computer":"Upload billede fra computer","Image from computer":"Billede fra computer","Replace image from computer":"Udskift billede fra computer","Upload failed":"Upload fejlede","Image toolbar":"Billedværktøjslinje","Resize image":"Juster billedstørrelse","Resize image to %0":"Juster billedstørrelse til %0","Resize image to the original size":"Juster billedstørrelse til original størrelse","Resize image (in %0)":"Ændre størrelse på billede (i %0)","Original":"Original","Custom image size":"Brugerdefineret billedstørrelse","Custom":"Brugerdefineret","Image resize list":"Liste over justering af billedstørrelse","Insert":"Indsæt","Update":"Opdater","Insert image via URL":"Indsæt billede via URL","Update image URL":"Opdater billed-URL","Caption for the image":"Billedtekst for billedet","Caption for image: %0":"Billedtekst for billede: %0","The value must not be empty.":"Værdien må ikke være tom","The value should be a plain number.":"Værdien skal være et almindeligt tal","Uploading image":"Uploader billede","Image upload complete":"Billedupload færdig","Error during image upload":"Fejl under upload af billede","HTML object":"HTML-objekt","Insert HTML":"Indsæt HTML","HTML snippet":"HTML-uddrag","Paste raw HTML here...":"Indsæt rå HTML her...","Edit source":"Rediger kilde","Save changes":"Gem ændringer","No preview available":"Ingen forhåndsvisning tilgængelig","Empty snippet content":"Tøm uddragsindhold","Horizontal line":"Horisontal linje","Yellow marker":"Gul markør","Green marker":"Grøn markør","Pink marker":"Lyserød markør","Blue marker":"Blå markør","Red pen":"Rød pen","Green pen":"Grøn pen","Remove highlight":"Fjern fremhævning","Highlight":"Fremhæv","Text highlight toolbar":"Tekstfremhævning værktøjslinje","Paragraph":"Afsnit","Heading":"Overskrift","Choose heading":"Vælg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Type your title":"Skriv din titel","Type or paste your content here.":"Skriv eller indsæt dit indhold her.","Font Size":"Skriftstørrelse","Tiny":"Lillebitte","Small":"Lille","Big":"Stor","Huge":"Kæmpe","Font Family":"Skriftfamilie","Default":"Standard","Font Color":"Skriftfarve","Font Background Color":"Skrift baggrundsfarve","Document colors":"Dokumentfarve","Find and replace":"Søg og erstat","Find in text…":"Find i tekst...","Find":"Find","Previous result":"Forrige","Next result":"Næste","Replace":"Erstat","Replace all":"Erstatte alle","Match case":"Skeln mellem store og små bogstaver","Whole words only":"Kun hele ord","Replace with…":"Erstat med...","Text to find must not be empty.":"Tekst der skal findes, må ikke være tom.","Tip: Find some text first in order to replace it.":"Tip: Find først noget tekst, for at erstatte det.","Advanced options":"Avancerede indstillinger","Find in the document":"Find i dokumentet","Insert a soft break (a <code><br></code> element)":"Indsæt blødt linjeskift (et <code><br></code> element)","Insert a hard break (a new paragraph)":"Indsæt hårdt linjeskift (en ny paragraf)","Cancel":"Annullér","Clear":"Ryd","Remove color":"Fjern farve","Restore default":"Nulstil","Save":"Gem","Show more items":"Vis flere emner","%0 of %1":"%0 af %1","Cannot upload file:":"Kan ikke uploade fil:","Rich Text Editor. Editing area: %0":"Rich text redigering. Redigeringsområde: %0","Insert with file manager":"Indsæt med filhåndtering","Replace with file manager":"Udskift med filhåndtering","Insert image with file manager":"Indsæt billede med filhåndtering","Replace image with file manager":"Udskift billede med filhåndtering","Toggle caption off":"Slå billedtekst fra","Toggle caption on":"Slå billedtekst til","Content editing keystrokes":"Tastaturtryk til redigering af indhold","These keyboard shortcuts allow for quick access to content editing features.":"Disse tastaturgenveje giver hurtigt adgang til funktioner til redigering af indhold.","User interface and content navigation keystrokes":"Tastatur tryk til brugerflade- og indholdsnavigering","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Brug følgende tastaturtryk for mere effektiv navigering i CKEditor 5 brugerfladen.","Close contextual balloons, dropdowns, and dialogs":"Luk kontekstbetingede balloner, rullemenuer og dialoger","Open the accessibility help dialog":"Åbn hjælpedialogen om tilgængelighed","Move focus between form fields (inputs, buttons, etc.)":"Flyt fokus mellem formularfelter (input, knapper, osv.)","Move focus to the menu bar, navigate between menu bars":"Flyt fokus til menulinjen, naviger mellem menulinjerne","Move focus to the toolbar, navigate between toolbars":"Flyt fokus til værktøjslinjen, naviger mellem værktøjslinjer","Navigate through the toolbar or menu bar":"Naviger gennem værktøjslinjen eller menulinjen","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Udfør den aktuelt fokuserede knap. Udførelse af knapper, der interagerer med editorens indhold, flytter fokus tilbage til indholdet.","Accept":"Accepter","Insert code block":"Indsæt kodeblok","Plain text":"Plain tekst","Leaving %0 code snippet":"Forlader %0 kodestykke","Entering %0 code snippet":"Indtastning af %0 kodestykke","Entering code snippet":"Indtastning af kodestykke","Leaving code snippet":"Forlader kodestykket","Code block":"Kodeblok","Copy selected content":"Kopier markeret indhold","Paste content":"Indsæt indhold","Paste content as plain text":"Indsæt indhold som ren tekst","Insert image or file":"Indsæt billede eller fil","Image or file":"Billede eller list","Could not obtain resized image URL.":"Kunne ikke hente URL på ændret billede.","Selecting resized image failed":"Valg af ændret billede fejlede","Could not insert image at the current position.":"Kunne ikke indsætte billede på aktuel position.","Inserting image failed":"Indsætning af billede fejlede","Open file manager":"Open filhåndtering","Cannot determine a category for the uploaded file.":"Kan ikke bestemme en kategori for den uploadede fil.","Cannot access default workspace.":"Kan ikke opnå adgang til standard arbejdsområde.","Edit image":"Rediger billede","Processing the edited image.":"Behandler det redigerede billede.","Server failed to process the image.":"Det lykkedes ikke for serveren at behandle billedet.","Failed to determine category of edited image.":"Det lykkedes ikke at bestemme kategorien for det redigerede billede.","Block quote":"Blot citat","Bold":"Fed","Italic":"Kursiv","Underline":"Understreget","Code":"Kode","Strikethrough":"Gennemstreg","Subscript":"Sænket skrift","Superscript":"Hævet skrift","Italic text":"Kursiv tekst","Move out of an inline code style":"Flyt ud af en inline-kodestil","Bold text":"Fed tekst","Underline text":"Understreget tekst","Strikethrough text":"Gennemstreget tekst","Saving changes":"Gemmer ændringer","Revert autoformatting action":"Fortryd autoformatering","Align left":"Justér venstre","Align right":"Justér højre","Align center":"Justér center","Justify":"Justér","Text alignment":"Tekstjustering","Text alignment toolbar":"Tekstjustering værktøjslinje"},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 { [ 'da' ]: { dictionary, getPluralForm } } = {"da":{"dictionary":{"Words: %0":"Ord: %0","Characters: %0":"Karakterer: %0","Widget toolbar":"Widget værktøjslinje","Insert paragraph before block":"Indsæt paragraf før blok","Insert paragraph after block":"Indsæt paragraf efter blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tryk på Enter for at skrive efter, eller tryk på Shift + Enter for at skrive før widgetten","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Tastaturtryk, der kan bruges når en widget er valgt (for eksempel: billede, tabel, osv.)","Insert a new paragraph directly after a widget":"Indsæt en ny paragraf direkte efter en widget","Insert a new paragraph directly before a widget":"Indsæt en ny paragraf direkte før en widget","Move the caret to allow typing directly before a widget":"Flyt indsætningstegnet for at tillade skrift direkte før en widget","Move the caret to allow typing directly after a widget":"Flyt indsætningstegnet for at tillade skrift direkte efter en widget","Upload in progress":"Upload i gang","Undo":"Fortryd","Redo":"Gentag","Rich Text Editor":"Wysiwyg editor","Editor editing area: %0":"Redigeringsområde: %0","Edit block":"Redigér blok","Click to edit block":"Klik for at redigere blok","Drag to move":"Træk for at flytte","Next":"Næste","Previous":"Forrige","Editor toolbar":"Editor værktøjslinje","Dropdown toolbar":"Dropdown værktøjslinje","Black":"Sort","Dim grey":"Dunkel grå","Grey":"Grå","Light grey":"Lys grå","White":"Hvid","Red":"Rød","Orange":"Orange","Yellow":"Gyl","Light green":"Lys grøn","Green":"Grøn","Aquamarine":"Marineblå","Turquoise":"Turkis","Light blue":"Lys blå","Blue":"Blå","Purple":"Lilla","Editor block content toolbar":"Redigeringskasse indholdsværktøjslinje","Editor contextual toolbar":"Kontekstuel værktøjslinje til redigeringsprogram","HEX":"Hex","No results found":"Ingen resultater blev fundet","No searchable items":"Ingen søgbare artikler","Editor dialog":"Editor-dialog","Close":"Luk","Help Contents. To close this dialog press ESC.":"Hjælpeindhold. Tryk ESC for at lykke denne dialog.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Nedenfor kan du finde en liste over tastaturgenveje, der kan bruges i editoren.","(may require <kbd>Fn</kbd>)":"(kan kræve <kbd>Fn</kbd>)","Accessibility":"Tilgængelighed","Accessibility help":"Tilgængelighedshjælp","Press %0 for help.":"Tryk %0 for at få hjælp.","Move focus in and out of an active dialog window":"Flyt fokus ind og ud af et aktivt dialogvindue","MENU_BAR_MENU_FILE":"Fil","MENU_BAR_MENU_EDIT":"Rediger","MENU_BAR_MENU_VIEW":"Vis","MENU_BAR_MENU_INSERT":"Indsæt","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Værktøjer","MENU_BAR_MENU_HELP":"Hjælp","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"Font","Editor menu bar":"Editor menulinje","Please enter a valid color (e.g. \"ff0000\").":"Indtast venligst en gyldig farve (f.eks. \"ff0000","Insert table":"Indsæt tabel","Header column":"Headerkolonne","Insert column left":"Indsæt kolonne venstre","Insert column right":"Indsæt kolonne højre","Delete column":"Slet kolonne","Select column":"Vælg kolonne","Column":"Kolonne","Header row":"Headerrække","Insert row below":"Indsæt header under","Insert row above":"Indsæt header over","Delete row":"Slet række","Select row":"Vælg række","Row":"Række","Merge cell up":"Flet celler op","Merge cell right":"Flet celler højre","Merge cell down":"Flet celler ned","Merge cell left":"Flet celler venstre","Split cell vertically":"Del celle vertikalt","Split cell horizontally":"Del celle horisontalt","Merge cells":"Flet celler","Table toolbar":"Tabel værktøjslinje","Table properties":"Tabelegenskaber","Cell properties":"Celleegenskaber","Border":"Ramme","Style":"Stil","Width":"Bredde","Height":"Højde","Color":"Farve","Background":"Baggrund","Padding":"Fyld","Dimensions":"Dimensioner","Table cell text alignment":"Tabelcelle tekstjustering","Alignment":"Justering","Horizontal text alignment toolbar":"Horisontal tekstjustering værktøjslinje","Vertical text alignment toolbar":"Vertikal tekstjustering værktøjslinje","Table alignment toolbar":"Tabeljustering værktøjslinje","None":"Ingen","Solid":"Massiv","Dotted":"Stiplet (prik)","Dashed":"Stiplet (streg)","Double":"Dobbel","Groove":"Not","Ridge":"Kam","Inset":"Forsænket","Outset":"Fra starten","Align cell text to the left":"Justér tekstcelle til venstre","Align cell text to the center":"Justér tekstcelle centreret","Align cell text to the right":"Justér tekstcelle til højre","Justify cell text":"Justér tekstcelle","Align cell text to the top":"Justér tekstcelle til top","Align cell text to the middle":"Justér tekstcelle til midten","Align cell text to the bottom":"Justér tekstcelle til bunden","Align table to the left":"Justér tabel til venstre","Center table":"Centrér tabel","Align table to the right":"Justér tabel til højre","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Farven er ugyldig. Prøv \"#FF0000\" eller \"rgb(255,0,0)\" eller \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Værdien er ugyldig. Prøv \"10px\" eller \"2em\" eller ganske enkelt \"2\".","Color picker":"Farvevælger","Enter table caption":"Indtast tabeltekst","Keystrokes that can be used in a table cell":"Tastaturtryk, der kan bruges i en tabelcelle","Move the selection to the next cell":"Flyt markeringen til den næste celle","Move the selection to the previous cell":"Flyt markeringen til den forrige celle","Insert a new table row (when in the last cell of a table)":"Indsæt en ny tabelrække (når du er i den sidste celle i en tabel)","Navigate through the table":"Naviger gennem tabellen","Table":"Tabel","Styles":"Stile","Multiple styles":"Flere stile","Block styles":"Blokstile","Text styles":"Tekststile","Special characters":"Specialtegn","All":"Alle","Arrows":"Pile","Currency":"Valuta","Latin":"Latin","Mathematical":"Matematisk","Text":"Tekst","leftwards simple arrow":"venstrepegende simpel pil","rightwards simple arrow":"højrepegende simpel pil","upwards simple arrow":"opadgående simpel pil","downwards simple arrow":"nedadgående simpel pil","leftwards double arrow":"venstrepegende dobbeltpil","rightwards double arrow":"højrepegende dobbeltpil","upwards double arrow":"Opadpegende dobbeltpil","downwards double arrow":"nedadpegende dobbeltpil","leftwards dashed arrow":"venstrepegende stiplet pil","rightwards dashed arrow":"højrepegende stiplet pil","upwards dashed arrow":"opadpegende stiplet pil","downwards dashed arrow":"nedadpegende stiplet pil","leftwards arrow to bar":"venstrepegende pil mod bjælke","rightwards arrow to bar":"højrepegende pil mod bjælke","upwards arrow to bar":"opadpegende pil mod bjælke","downwards arrow to bar":"nedadpegende pil mod bjælke","up down arrow with base":"Op- og nedadpegende pil med streg under","back with leftwards arrow above":"tilbage med venstrepegende pil over","end with leftwards arrow above":"afslut med venstrepegende pil over","on with exclamation mark with left right arrow above":"til med udråbstegn med pil mod venstre og højre over","soon with rightwards arrow above":"snart med højrepegende pil over","top with upwards arrow above":"top med opadpegende pil over","Dollar sign":"Dollartegn","Euro sign":"Eurotegn","Yen sign":"Yen-tegn","Pound sign":"Pund-tegn","Cent sign":"Cent-tegn","Euro-currency sign":"Euro-valutategn","Colon sign":"Kolontegn","Cruzeiro sign":"Cruzeiro-tegn","French franc sign":"Franske franc-tegn","Lira sign":"Lira-tegn","Currency sign":"Valuta-tegn","Bitcoin sign":"Bitcoin-tegn","Mill sign":"Mill-tegn","Naira sign":"Naira-tegn","Peseta sign":"Peseta-tegn","Rupee sign":"Rupee-tegn","Won sign":"Won-tegn","New sheqel sign":"Ny Shekel-tegn","Dong sign":"Dong-tegn","Kip sign":"Kip-tegn","Tugrik sign":"Tugrik-tegn","Drachma sign":"Drakmer-tegn","German penny sign":"Tysk penny-tegn","Peso sign":"Peso-tegn","Guarani sign":"Guarani-tegn","Austral sign":"Austral-tegn","Hryvnia sign":"Hryvnia-tegn","Cedi sign":"Cedi-tegn","Livre tournois sign":"Livre tournois-tegn","Spesmilo sign":"Spesmilo-tegn","Tenge sign":"Tenge-tegn","Indian rupee sign":"Indisk rupee-tegn","Turkish lira sign":"Tyrkisk lira-tegn","Nordic mark sign":"Nordisk mark-tegn","Manat sign":"Manat-tegn","Ruble sign":"Rubel-tegn","Latin capital letter a with macron":"Latinsk stort bogstav a med macron","Latin small letter a with macron":"Latinsk lille bogstav a med macron","Latin capital letter a with breve":"Latinsk stort bogstav a med en breve","Latin small letter a with breve":"Latinsk lille bogstav a med en breve","Latin capital letter a with ogonek":"Latinsk stort bogstav a med ogonek","Latin small letter a with ogonek":"Latinsk lille bogstav a med ogonek","Latin capital letter c with acute":"Latinsk stort bogstav c med accent","Latin small letter c with acute":"Latinsk lille bogstav c med accent","Latin capital letter c with circumflex":"Latinsk stort bogstav c med cirkumfleks","Latin small letter c with circumflex":"Latinsk ille bogstav c med cirkumfleks","Latin capital letter c with dot above":"Latinsk stort bogstav c med prik over","Latin small letter c with dot above":"Latinsk lille bogstav c med prik over","Latin capital letter c with caron":"Latinsk stort bogstav c med caron","Latin small letter c with caron":"Latinsk lille bogstav c med caron","Latin capital letter d with caron":"Latinsk stort bogstav d med caron","Latin small letter d with caron":"Latinsk lille bogstav d med caron","Latin capital letter d with stroke":"Latinsk stort bogstav d med streg","Latin small letter d with stroke":"Latinsk lille bogstav d med streg","Latin capital letter e with macron":"Latinsk stort bogstav e med macron","Latin small letter e with macron":"Latinsk lille bogstav e med macron","Latin capital letter e with breve":"Latinsk stort bogstav e med en breve","Latin small letter e with breve":"Latinsk lille bogstav e med en breve","Latin capital letter e with dot above":"Latinsk stort bogstav e med en prik over","Latin small letter e with dot above":"Latinsk lille bogstav e med en prik over","Latin capital letter e with ogonek":"Latinsk stort bogstav e med ogonek","Latin small letter e with ogonek":"Latinsk lille bogstav e med ogonek","Latin capital letter e with caron":"Latinsk stort bogstav e med caron","Latin small letter e with caron":"Latinsk lille bogstav e med caron","Latin capital letter g with circumflex":"Latinsk stort bogstav g med cirkumfleks","Latin small letter g with circumflex":"Latinsk lille bogstav g med cirkumfleks","Latin capital letter g with breve":"Latinsk stort bogstav g med en breve","Latin small letter g with breve":"Latinsk lille bogstav g med en breve","Latin capital letter g with dot above":"Latinsk stort bogstav g med en prik over","Latin small letter g with dot above":"Latinsk lille bogstav g med en prik over","Latin capital letter g with cedilla":"Latinsk stort bogstav g med cedille","Latin small letter g with cedilla":"Latinsk lille bogstav g med cedille","Latin capital letter h with circumflex":"Latinsk stort bogstav h med cirkumfleks","Latin small letter h with circumflex":"Latinsk lille bogstav h med cirkumfleks","Latin capital letter h with stroke":"Latinsk stort bogstav h med streg","Latin small letter h with stroke":"Latinsk lille bogstav h med streg","Latin capital letter i with tilde":"Latinsk stort bogstav i med tilde","Latin small letter i with tilde":"Latinsk lille bogstav i med tilde","Latin capital letter i with macron":"Latinsk stort bogstav i med macron","Latin small letter i with macron":"Latinsk lille bogstav i med macron","Latin capital letter i with breve":"Latinsk stort bogstav i med en breve","Latin small letter i with breve":"Latinsk lille bogstav i med en breve","Latin capital letter i with ogonek":"Latinsk stort bogstav i med ogonek","Latin small letter i with ogonek":"Latinsk lille bogstav i med ogonek","Latin capital letter i with dot above":"Latinsk stort bogstav i med en prik over","Latin small letter dotless i":"Latinsk lille i uden prik","Latin capital ligature ij":"Latinsk stort sammensat ij","Latin small ligature ij":"Latinsk lille sammensat ij","Latin capital letter j with circumflex":"Latinsk stort bogstav j med cirkumfleks","Latin small letter j with circumflex":"Latinsk lille bogstav j med cirkumfleks","Latin capital letter k with cedilla":"Latinsk stort bogstav k med cedille","Latin small letter k with cedilla":"Latinsk lille bogstav k med cedille","Latin small letter kra":"Latinsk lille bogstav kra","Latin capital letter l with acute":"Latinsk stort bogstav l med akut accent","Latin small letter l with acute":"Latinsk lille bogstav l med akut accent","Latin capital letter l with cedilla":"Latinsk stort bogstav l med cedille","Latin small letter l with cedilla":"Latinsk lille bogstav l med cedille","Latin capital letter l with caron":"Latinsk stort bogstav l med caron","Latin small letter l with caron":"Latinsk lille bogstav l med caron","Latin capital letter l with middle dot":"Latinsk stort bogstav l med prik i midten","Latin small letter l with middle dot":"Latinsk lille bogstav l med prik i midten","Latin capital letter l with stroke":"Latinsk stort bogstav l med streg","Latin small letter l with stroke":"Latinsk lille bogstav l med streg","Latin capital letter n with acute":"Latinsk stort bogstav n med akut accent","Latin small letter n with acute":"Latinsk lille bogstav n med akut accent","Latin capital letter n with cedilla":"Latinsk stort bogstav n med cedille","Latin small letter n with cedilla":"Latinsk lille bogstav n med cedille","Latin capital letter n with caron":"Latinsk stort bogstav n med caron","Latin small letter n with caron":"Latinsk lille bogstav n med caron","Latin small letter n preceded by apostrophe":"Latinsk lille bogstav n med apostrof inden ","Latin capital letter eng":"Latinsk stort bogstav eng","Latin small letter eng":"Latinsk lille bogstav eng","Latin capital letter o with macron":"Latinsk stort bogstav o med macron","Latin small letter o with macron":"Latinsk lille bogstav o med macron","Latin capital letter o with breve":"Latinsk stort bogstav o med en breve","Latin small letter o with breve":"Latinsk lille bogstav o med en breve","Latin capital letter o with double acute":"Latinsk stort bogstav o med dobbelt akut accent","Latin small letter o with double acute":"Latinsk lille bogstav o med dobbelt akut accent","Latin capital ligature oe":"Latinsk stort sammensat oe","Latin small ligature oe":"Latinsk lille sammensat oe","Latin capital letter r with acute":"Latinsk stort bogstav r med akut accent","Latin small letter r with acute":"Latinsk lille bogstav r med akut accent","Latin capital letter r with cedilla":"Latinsk stort bogstav r med cedille","Latin small letter r with cedilla":"Latinsk lille bogstav r med cedille","Latin capital letter r with caron":"Latinsk stort bogstav r med caron","Latin small letter r with caron":"Latinsk lille bogstav r med caron","Latin capital letter s with acute":"Latinsk stort bogstav s med akut accent","Latin small letter s with acute":"Latinsk lille bogstav s med akut accent","Latin capital letter s with circumflex":"Latinsk stort bogstav s med cirkumfleks","Latin small letter s with circumflex":"Latinsk lille bogstav s med cirkumfleks","Latin capital letter s with cedilla":"Latinsk stort bogstav s med cedille","Latin small letter s with cedilla":"Latinsk lille bogstav s med cedille","Latin capital letter s with caron":"Latinsk stort bogstav s med caron","Latin small letter s with caron":"Latinsk lille bogstav s med caron","Latin capital letter t with cedilla":"Latinsk stort bogstav t med cedille","Latin small letter t with cedilla":"Latinsk lille bogstav t med cedille","Latin capital letter t with caron":"Latinsk stort bogstav t med caron","Latin small letter t with caron":"Latinsk lille bogstav t med caron","Latin capital letter t with stroke":"Latinsk stort bogstav t med streg","Latin small letter t with stroke":"Latinsk lille bogstav t med streg","Latin capital letter u with tilde":"Latinsk stort bogstav u med tilde","Latin small letter u with tilde":"Latinsk lille bogstav u med tilde","Latin capital letter u with macron":"Latinsk stort bogstav u med macron","Latin small letter u with macron":"Latinsk lille bogstav u med macron","Latin capital letter u with breve":"Latinsk stort bogstav u med en breve","Latin small letter u with breve":"Latinsk lille bogstav u med en breve","Latin capital letter u with ring above":"Latinsk stort bogstav u med ring over","Latin small letter u with ring above":"Latinsk lille bogstav u med ring over","Latin capital letter u with double acute":"Latinsk lille bogstav u med dobbelt akut accent","Latin small letter u with double acute":"Latinsk stort bogstav u med dobbelt akut accent","Latin capital letter u with ogonek":"Latinsk stort bogstav u med ogonek","Latin small letter u with ogonek":"Latinsk lille bogstav u med ogonek","Latin capital letter w with circumflex":"Latinsk stort bogstav w med cirkumfleks","Latin small letter w with circumflex":"Latinsk lille bogstav w med cirkumfleks","Latin capital letter y with circumflex":"Latinsk stort bogstav y med cirkumfleks","Latin small letter y with circumflex":"Latinsk lille bogstav y med cirkumfleks","Latin capital letter y with diaeresis":"Latinsk stort bogstav y med trema","Latin capital letter z with acute":"Latinsk stort bogstav z med akut accent","Latin small letter z with acute":"Latinsk lille bogstav z med akut accent","Latin capital letter z with dot above":"Latinsk stort bogstav z med en prik over","Latin small letter z with dot above":"Latinsk lille bogstav z med en prik over","Latin capital letter z with caron":"Latinsk stort bogstav z med caron","Latin small letter z with caron":"Latinsk lille bogstav z med caron","Latin small letter long s":"Latinsk lille bogstav langt s","Less-than sign":"Mindre end-tegn","Greater-than sign":"Større end-tegn","Less-than or equal to":"Mindre end eller lig med-tegn","Greater-than or equal to":"Større end eller lig med-tegn","En dash":"En-bindestreg","Em dash":"Em-bindestreg","Macron":"Macron","Overline":"Streg over","Degree sign":"Grad-tegn","Minus sign":"Minus-tegn","Plus-minus sign":"Plus-minus-tegn","Division sign":"Divisionstegn","Fraction slash":"Brøk-tegn","Multiplication sign":"Gangetegn","Latin small letter f with hook":"Latinsk lille bogstav f med krog","Integral":"Integral","N-ary summation":"Sum-tegn","Infinity":"Uendelig","Square root":"Kvadratrod","Tilde operator":"Tilde-operator","Approximately equal to":"Nogenlunde lig med","Almost equal to":"Næsten lig med","Not equal to":"Ikke lig med","Identical to":"Lig med","Element of":"Element af","Not an element of":"Ikke et element af","Contains as member":"Element i","N-ary product":"Sumprodukttegn","Logical and":"Logisk og","Logical or":"Logisk eller","Not sign":"Ikke-tegn","Intersection":"Intersektion","Union":"Union","Partial differential":"Delvis differential","For all":"For alle","There exists":"Der eksisterer","Empty set":"Tomt sæt","Nabla":"Nabla","Asterisk operator":"Asterisk-operator","Proportional to":"Proportionelt med","Angle":"Vinkel","Vulgar fraction one quarter":"En kvart","Vulgar fraction one half":"En halv","Vulgar fraction three quarters":"Trekvart","Single left-pointing angle quotation mark":"Enkelt venstrepegende vinkel citationstegn","Single right-pointing angle quotation mark":"Enkelt højrepegende vinkel citationstegn","Left-pointing double angle quotation mark":"Venstrepegende dobbeltvinklet citationstegn","Right-pointing double angle quotation mark":"Højrepegende dobbeltvinklet citationstegn","Left single quotation mark":"Venstre enkelt citationstegn","Right single quotation mark":"Højre enkelt citationstegn","Left double quotation mark":"Venstre dobbelt citationstegn","Right double quotation mark":"Højre dobbelt citationstegn","Single low-9 quotation mark":"Enkelt lav-9 citationstegn","Double low-9 quotation mark":"Dobbelt lav-9 citationstegn","Inverted exclamation mark":"Omvendt udråbstegn","Inverted question mark":"Omvendt spørgsmålstegn","Two dot leader":"Dobbelt punktum","Horizontal ellipsis":"Horisontal ellipse","Double dagger":"Dobbeltobelisk","Per mille sign":"Promilletegn","Per ten thousand sign":"Per titusind-tegn","Double exclamation mark":"Dobbelt udråbstegn","Question exclamation mark":"Spørgsmålstegn-udråbstegn","Exclamation question mark":"Udråbstegn-spørgsmålstegn","Double question mark":"Dobbelt spørgsmålstegn","Copyright sign":"Copyright-tegnb","Registered sign":"Registreret-tegn","Trade mark sign":"Varemærke-tegn","Section sign":"Sektionstegn","Paragraph sign":"Paragraftegn","Reversed paragraph sign":"Omvendt paragraftegn","Character categories":"Tegnkategorier","Source":"Kilde","Show source":"Vis kilde","Show blocks":"Vis blokke","Select all":"Vælg alt","Disable editing":"Deaktivér redigering","Enable editing":"Aktivér redigering","Previous editable region":"Forrige redigérbare region","Next editable region":"Næste redigérbare region","Navigate editable regions":"Gennemgå redigérbare regioner","Remove Format":"Fjern format","Page break":"Sideskift","media widget":"mediewidget","Media URL":"Medie URL","Paste the media URL in the input.":"Indsæt medie URLen i feltet.","Tip: Paste the URL into the content to embed faster.":"Tip: Indsæt URLen i indholdet for at indlejre hurtigere.","The URL must not be empty.":"URLen kan ikke være tom.","This media URL is not supported.":"Denne medie URL understøttes ikke.","Insert media":"Indsæt medie","Media toolbar":"Medie værktøjslinje","Open media in new tab":"Åbn medie i ny fane","Numbered List":"Opstilling med tal","Bulleted List":"Punktopstilling","To-do List":"To-do liste","Bulleted list styles toolbar":"Værktøjslinje til punktopdelt liste","Numbered list styles toolbar":"Værktøjslinje til nummereret listestil","Toggle the disc list style":"Slå listestilen disk til og fra","Toggle the circle list style":"Slå listestilen cirkel til og fra","Toggle the square list style":"Slå listestilen firkantet til og fra","Toggle the decimal list style":"Slå listestilen decimal til og fra","Toggle the decimal with leading zero list style":"Slå listestilen decimal med nul i starten til og fra","Toggle the lower–roman list style":"Slå listestilen romertal med små bogstaver til","Toggle the upper–roman list style":"Slå listestilen romertal med store bogstaver til","Toggle the lower–latin list style":"Slå listestilen latinsk med små bogstaver til","Toggle the upper–latin list style":"Slå listestilen latinsk med store bogstaver til","Disc":"Disk","Circle":"Cirkel","Square":"Firkant","Decimal":"Decimal","Decimal with leading zero":"Decimal med nul i starten","Lower–roman":"Romertal med små bogstaver","Upper-roman":"Romertal med store bogstaver","Lower-latin":"Latinsk med små bogstaver","Upper-latin":"Latinsk med store bogstaver","List properties":"Listeegenskaber","Start at":"Start ved","Invalid start index value.":"Ugyldig startindeksværdi.","Start index must be greater than 0.":"Startindeks skal være større end 0.","Reversed order":"Omvendt rækkefølge","Keystrokes that can be used in a list":"Tastaturtryk, der kan bruges i en liste","Increase list item indent":"Forøg listemners indrykning","Decrease list item indent":"Reducer listeemners indrykning","Entering a to-do list":"Indtastning af en huskeliste","Leaving a to-do list":"At gå fra en huskeliste","Unlink":"Fjern link","Link":"Link","Link URL":"Link URL","Link URL must not be empty.":"Link-URL må ikke være tom.","Link image":"Link-billede","Edit link":"Redigér link","Open link in new tab":"Åben link i ny fane","This link has no URL":"Dette link har ingen URL","Open in a new tab":"Åben i ny fane","Downloadable":"Kan downloades","Create link":"Opret link","Move out of a link":"Flyt ud af et link","Language":"Sprog","Choose language":"Vælg sprog","Remove language":"Fjern sprog","Increase indent":"Forøg indrykning","Decrease indent":"Formindsk indrykning","image widget":"billed widget","Wrap text":"Ombryd tekst","Break text":"Opdel tekst","In line":"På linje","Side image":"Sidebillede","Full size image":"Fuld billedstørrelse","Left aligned image":"Venstrestillet billede","Centered image":"Centreret billede","Right aligned image":"Højrestillet billede","Change image text alternative":"Skift alternativ billedtekst","Text alternative":"Alternativ tekst","Enter image caption":"Indtast billedoverskrift","Insert image":"Indsæt billede","Replace image":"Udskift billede","Upload from computer":"Upload fra computer","Replace from computer":"Udskift fra computer","Upload image from computer":"Upload billede fra computer","Image from computer":"Billede fra computer","Replace image from computer":"Udskift billede fra computer","Upload failed":"Upload fejlede","Image toolbar":"Billedværktøjslinje","Resize image":"Juster billedstørrelse","Resize image to %0":"Juster billedstørrelse til %0","Resize image to the original size":"Juster billedstørrelse til original størrelse","Resize image (in %0)":"Ændre størrelse på billede (i %0)","Original":"Original","Custom image size":"Brugerdefineret billedstørrelse","Custom":"Brugerdefineret","Image resize list":"Liste over justering af billedstørrelse","Insert":"Indsæt","Update":"Opdater","Insert image via URL":"Indsæt billede via URL","Update image URL":"Opdater billed-URL","Caption for the image":"Billedtekst for billedet","Caption for image: %0":"Billedtekst for billede: %0","The value must not be empty.":"Værdien må ikke være tom","The value should be a plain number.":"Værdien skal være et almindeligt tal","Uploading image":"Uploader billede","Image upload complete":"Billedupload færdig","Error during image upload":"Fejl under upload af billede","HTML object":"HTML-objekt","Insert HTML":"Indsæt HTML","HTML snippet":"HTML-uddrag","Paste raw HTML here...":"Indsæt rå HTML her...","Edit source":"Rediger kilde","Save changes":"Gem ændringer","No preview available":"Ingen forhåndsvisning tilgængelig","Empty snippet content":"Tøm uddragsindhold","Horizontal line":"Horisontal linje","Yellow marker":"Gul markør","Green marker":"Grøn markør","Pink marker":"Lyserød markør","Blue marker":"Blå markør","Red pen":"Rød pen","Green pen":"Grøn pen","Remove highlight":"Fjern fremhævning","Highlight":"Fremhæv","Text highlight toolbar":"Tekstfremhævning værktøjslinje","Paragraph":"Afsnit","Heading":"Overskrift","Choose heading":"Vælg overskrift","Heading 1":"Overskrift 1","Heading 2":"Overskrift 2","Heading 3":"Overskrift 3","Heading 4":"Overskrift 4","Heading 5":"Overskrift 5","Heading 6":"Overskrift 6","Type your title":"Skriv din titel","Type or paste your content here.":"Skriv eller indsæt dit indhold her.","Font Size":"Skriftstørrelse","Tiny":"Lillebitte","Small":"Lille","Big":"Stor","Huge":"Kæmpe","Font Family":"Skriftfamilie","Default":"Standard","Font Color":"Skriftfarve","Font Background Color":"Skrift baggrundsfarve","Document colors":"Dokumentfarve","Find and replace":"Søg og erstat","Find in text…":"Find i tekst...","Find":"Find","Previous result":"Forrige","Next result":"Næste","Replace":"Erstat","Replace all":"Erstatte alle","Match case":"Skeln mellem store og små bogstaver","Whole words only":"Kun hele ord","Replace with…":"Erstat med...","Text to find must not be empty.":"Tekst der skal findes, må ikke være tom.","Tip: Find some text first in order to replace it.":"Tip: Find først noget tekst, for at erstatte det.","Advanced options":"Avancerede indstillinger","Find in the document":"Find i dokumentet","Insert a soft break (a <code><br></code> element)":"Indsæt blødt linjeskift (et <code><br></code> element)","Insert a hard break (a new paragraph)":"Indsæt hårdt linjeskift (en ny paragraf)","Cancel":"Annullér","Clear":"Ryd","Remove color":"Fjern farve","Restore default":"Nulstil","Save":"Gem","Show more items":"Vis flere emner","%0 of %1":"%0 af %1","Cannot upload file:":"Kan ikke uploade fil:","Rich Text Editor. Editing area: %0":"Rich text redigering. Redigeringsområde: %0","Insert with file manager":"Indsæt med filhåndtering","Replace with file manager":"Udskift med filhåndtering","Insert image with file manager":"Indsæt billede med filhåndtering","Replace image with file manager":"Udskift billede med filhåndtering","Toggle caption off":"Slå billedtekst fra","Toggle caption on":"Slå billedtekst til","Content editing keystrokes":"Tastaturtryk til redigering af indhold","These keyboard shortcuts allow for quick access to content editing features.":"Disse tastaturgenveje giver hurtigt adgang til funktioner til redigering af indhold.","User interface and content navigation keystrokes":"Tastatur tryk til brugerflade- og indholdsnavigering","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Brug følgende tastaturtryk for mere effektiv navigering i CKEditor 5 brugerfladen.","Close contextual balloons, dropdowns, and dialogs":"Luk kontekstbetingede balloner, rullemenuer og dialoger","Open the accessibility help dialog":"Åbn hjælpedialogen om tilgængelighed","Move focus between form fields (inputs, buttons, etc.)":"Flyt fokus mellem formularfelter (input, knapper, osv.)","Move focus to the menu bar, navigate between menu bars":"Flyt fokus til menulinjen, naviger mellem menulinjerne","Move focus to the toolbar, navigate between toolbars":"Flyt fokus til værktøjslinjen, naviger mellem værktøjslinjer","Navigate through the toolbar or menu bar":"Naviger gennem værktøjslinjen eller menulinjen","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Udfør den aktuelt fokuserede knap. Udførelse af knapper, der interagerer med editorens indhold, flytter fokus tilbage til indholdet.","Accept":"Accepter","Insert code block":"Indsæt kodeblok","Plain text":"Plain tekst","Leaving %0 code snippet":"Forlader %0 kodestykke","Entering %0 code snippet":"Indtastning af %0 kodestykke","Entering code snippet":"Indtastning af kodestykke","Leaving code snippet":"Forlader kodestykket","Code block":"Kodeblok","Copy selected content":"Kopier markeret indhold","Paste content":"Indsæt indhold","Paste content as plain text":"Indsæt indhold som ren tekst","Insert image or file":"Indsæt billede eller fil","Image or file":"Billede eller list","Could not obtain resized image URL.":"Kunne ikke hente URL på ændret billede.","Selecting resized image failed":"Valg af ændret billede fejlede","Could not insert image at the current position.":"Kunne ikke indsætte billede på aktuel position.","Inserting image failed":"Indsætning af billede fejlede","Open file manager":"Open filhåndtering","Cannot determine a category for the uploaded file.":"Kan ikke bestemme en kategori for den uploadede fil.","Cannot access default workspace.":"Kan ikke opnå adgang til standard arbejdsområde.","Edit image":"Rediger billede","Processing the edited image.":"Behandler det redigerede billede.","Server failed to process the image.":"Det lykkedes ikke for serveren at behandle billedet.","Failed to determine category of edited image.":"Det lykkedes ikke at bestemme kategorien for det redigerede billede.","Block quote":"Blot citat","Bold":"Fed","Italic":"Kursiv","Underline":"Understreget","Code":"Kode","Strikethrough":"Gennemstreg","Subscript":"Sænket skrift","Superscript":"Hævet skrift","Italic text":"Kursiv tekst","Move out of an inline code style":"Flyt ud af en inline-kodestil","Bold text":"Fed tekst","Underline text":"Understreget tekst","Strikethrough text":"Gennemstreget tekst","Saving changes":"Gemmer ændringer","Revert autoformatting action":"Fortryd autoformatering","Align left":"Justér venstre","Align right":"Justér højre","Align center":"Justér center","Justify":"Justér","Text alignment":"Tekstjustering","Text alignment toolbar":"Tekstjustering værktøjslinje"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'da' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'da' ].dictionary = Object.assign( e[ 'da' ].dictionary, dictionary );
|
10
|
+
e[ 'da' ].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 {"de-ch":{"dictionary":{"Words: %0":"Wörter: %0","Characters: %0":"Zeichen: %0","Widget toolbar":"Widget Werkzeugleiste","Insert paragraph before block":"Absatz vor Block einfügen","Insert paragraph after block":"Absatz nach Block einfügen","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":"Upload läuft","Undo":"Rückgängig","Redo":"Wiederherstellen","Rich Text Editor":"Rich-Text-Edito","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","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":"Bearbeiten","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Einfügen","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":"Tabelle einfügen","Header column":"Kopfspalte","Insert column left":"","Insert column right":"","Delete column":"Spalte löschen","Select column":"","Column":"Spalte","Header row":"Kopfspalte","Insert row below":"Zeile unten einfügen","Insert row above":"Zeile oben einfügen","Delete row":"Zeile löschen","Select row":"","Row":"Zeile","Merge cell up":"Zelle oben verbinden","Merge cell right":"Zele rechts verbinden","Merge cell down":"Zelle unten verbinden","Merge cell left":"Zelle links verbinden","Split cell vertically":"Zelle vertikal teilen","Split cell horizontally":"Zelle horizontal teilen","Merge cells":"Zellen verbinden","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":"","Select all":"Alles auswählen","Disable editing":"Bearbeitung deaktivieren","Enable editing":"Bearbeitung zulassen","Previous editable region":"Vorheriger bearbeitbarer Bereich","Next editable region":"Nächster bearbeitbarer Bereich","Navigate editable regions":"Durch bearbeitbare Bereiche navigieren","Remove Format":"Formatierung entfernen","Page break":"Seitenumbruch","media widget":"Medien-Widget","Media URL":"Medien-URL","Paste the media URL in the input.":"Medien-URL in das Eingabefeld einfügen.","Tip: Paste the URL into the content to embed faster.":"Tipp: Zum schnelleren Einbetten können Sie die Medien-URL in den Inhalt einfügen.","The URL must not be empty.":"Die URL darf nicht leer sein.","This media URL is not supported.":"Diese Medien-URL wird nicht unterstützt.","Insert media":"Medium einfügen","Media toolbar":"Medien Werkzeugleiste","Open media in new tab":"","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählungsliste","To-do List":"Aufgabenliste","Bulleted list styles toolbar":"Darstellung der ungeordneten Liste","Numbered list styles toolbar":"Darstellung der nummerierten Liste","Toggle the disc list style":"Gefüllten Kreis einstellen","Toggle the circle list style":"Leeren Kreis einstellen","Toggle the square list style":"Quadrat einstellen","Toggle the decimal list style":"Dezimalzahlen einstellen","Toggle the decimal with leading zero list style":"Dezimalzahlen mit vorangestellten Nullen einstellen","Toggle the lower–roman list style":"Kleingeschriebene römische Zahlen einstellen","Toggle the upper–roman list style":"Grossgeschriebene römische Zahlen einstellen","Toggle the lower–latin list style":"Kleingeschriebene lateinische Buchstaben einstellen","Toggle the upper–latin list style":"Grossgeschriebene lateinische Buchstaben einstellen","Disc":"Gefüllter Kreis","Circle":"Leerer Kreis","Square":"Quadrat","Decimal":"Dezimalzahlen","Decimal with leading zero":"Dezimalzahlen mit vorangestellten Nullen","Lower–roman":"Kleingeschriebene römische Zahlen","Upper-roman":"Grossgeschriebene römische Zahlen","Lower-latin":"Kleingeschriebene lateinische Buchstaben","Upper-latin":"Grossgeschriebene lateinische Buchstaben","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":"Link entfernen","Link":"Link","Link URL":"Link Adresse","Link URL must not be empty.":"","Link image":"Bild verlinken","Edit link":"Link bearbeiten","Open link in new tab":"Link in neuem Tab öffnen","This link has no URL":"Dieser Link hat keine Adresse","Open in a new tab":"In neuem Tab öffnen","Downloadable":"Herunterladbar","Create link":"","Move out of a link":"","Language":"Sprache","Choose language":"Sprache auswählen","Remove language":"Sprache entfernen","Increase indent":"Einzug vergrössern","Decrease indent":"Einzug verkleinern","image widget":"Bild-Steuerelement","Wrap text":"","Break text":"","In line":"","Side image":"Ausgerichtetes Bild","Full size image":"Bild in voller Grösse","Left aligned image":"linksbündiges Bild","Centered image":"zentriertes Bild","Right aligned image":"rechtsbündiges Bild","Change image text alternative":"Alternativtext ändern","Text alternative":"Alternativtext","Enter image caption":"Bildunterschrift eingeben","Insert image":"Bild einfügen","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Hochladen fehlgeschlagen","Image toolbar":"Bild Werkzeugleiste","Resize image":"Bildgrösse ändern","Resize image to %0":"Bildgrösse ändern in %0","Resize image to the original size":"Originalgrösse wiederherstellen","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Bildgrössen-Liste","Insert":"Einfügen","Update":"Aktualisieren","Insert image via URL":"Bild von URL einfügen","Update image URL":"Bild-URL aktualisieren","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":"","Insert HTML":"HTML einfügen","HTML snippet":"HTML-Codeschnipsel","Paste raw HTML here...":"HTML-Code hier einfügen…","Edit source":"Quelle bearbeiten","Save changes":"Änderungen speichern","No preview available":"Keine Vorschau verfügbar","Empty snippet content":"Codeschnipsel ohne Inhalt","Horizontal line":"Horizontale Linie","Yellow marker":"Gelber Marker","Green marker":"Grüner Marker","Pink marker":"Pinker Marker","Blue marker":"Blauer Marker","Red pen":"Rote Schriftfarbe","Green pen":"Grüne Schriftfarbe","Remove highlight":"Texthervorhebung entfernen","Highlight":"Texthervorhebung","Text highlight toolbar":"Texthervorhebung Werkzeugleiste","Paragraph":"Absatz","Heading":"Überschrift","Choose heading":"Überschrift auswählen","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4","Heading 5":"Überschrift 5","Heading 6":"Überschrift 6","Type your title":"Titel eingeben","Type or paste your content here.":"Hier Inhalt einfügen.","Font Size":"Schriftgrösse","Tiny":"Winzig","Small":"Klein","Big":"Gross","Huge":"Riesig","Font Family":"Schriftfamilie","Default":"Standard","Font Color":"Schriftfarbe","Font Background Color":"Hintergrundfarbe der Schrift","Document colors":"Farben des Dokuments","Cancel":"Abbrechen","Clear":"","Remove color":"Farbe entfernen","Restore default":"","Save":"Speichern","Show more items":"","%0 of %1":"","Cannot upload file:":"Datei kann nicht hochgeladen werden:","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":"Code-Block einfügen","Plain text":"Nur Text","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Bild oder Datei einfügen","Image or file":"","Could not obtain resized image URL.":"Die URL des angepassten Bildes konnte nicht abgerufen werden.","Selecting resized image failed":"Das angepasste Bild konnte nicht ausgewählt werden.","Could not insert image at the current position.":"Das Bild konnte an der aktuellen Position nicht eingefügt werden.","Inserting image failed":"Einfügen des Bildes fehlgeschlagen","Block quote":"Blockzitat","Bold":"Fett","Italic":"Kursiv","Underline":"Unterstrichen","Code":"Code","Strikethrough":"Durchgestrichen","Subscript":"Tiefgestellt","Superscript":"Hochgestellt","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Änderungen werden gespeichert","Align left":"Linksbündig","Align right":"Rechtsbündig","Align center":"Zentriert","Justify":"Blocksatz","Text alignment":"Textausrichtung","Text alignment toolbar":"Textausrichtung Werkzeugleiste"},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 { [ 'de-ch' ]: { dictionary, getPluralForm } } = {"de-ch":{"dictionary":{"Words: %0":"Wörter: %0","Characters: %0":"Zeichen: %0","Widget toolbar":"Widget Werkzeugleiste","Insert paragraph before block":"Absatz vor Block einfügen","Insert paragraph after block":"Absatz nach Block einfügen","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":"Upload läuft","Undo":"Rückgängig","Redo":"Wiederherstellen","Rich Text Editor":"Rich-Text-Edito","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","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":"Bearbeiten","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Einfügen","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":"Tabelle einfügen","Header column":"Kopfspalte","Insert column left":"","Insert column right":"","Delete column":"Spalte löschen","Select column":"","Column":"Spalte","Header row":"Kopfspalte","Insert row below":"Zeile unten einfügen","Insert row above":"Zeile oben einfügen","Delete row":"Zeile löschen","Select row":"","Row":"Zeile","Merge cell up":"Zelle oben verbinden","Merge cell right":"Zele rechts verbinden","Merge cell down":"Zelle unten verbinden","Merge cell left":"Zelle links verbinden","Split cell vertically":"Zelle vertikal teilen","Split cell horizontally":"Zelle horizontal teilen","Merge cells":"Zellen verbinden","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":"","Select all":"Alles auswählen","Disable editing":"Bearbeitung deaktivieren","Enable editing":"Bearbeitung zulassen","Previous editable region":"Vorheriger bearbeitbarer Bereich","Next editable region":"Nächster bearbeitbarer Bereich","Navigate editable regions":"Durch bearbeitbare Bereiche navigieren","Remove Format":"Formatierung entfernen","Page break":"Seitenumbruch","media widget":"Medien-Widget","Media URL":"Medien-URL","Paste the media URL in the input.":"Medien-URL in das Eingabefeld einfügen.","Tip: Paste the URL into the content to embed faster.":"Tipp: Zum schnelleren Einbetten können Sie die Medien-URL in den Inhalt einfügen.","The URL must not be empty.":"Die URL darf nicht leer sein.","This media URL is not supported.":"Diese Medien-URL wird nicht unterstützt.","Insert media":"Medium einfügen","Media toolbar":"Medien Werkzeugleiste","Open media in new tab":"","Numbered List":"Nummerierte Liste","Bulleted List":"Aufzählungsliste","To-do List":"Aufgabenliste","Bulleted list styles toolbar":"Darstellung der ungeordneten Liste","Numbered list styles toolbar":"Darstellung der nummerierten Liste","Toggle the disc list style":"Gefüllten Kreis einstellen","Toggle the circle list style":"Leeren Kreis einstellen","Toggle the square list style":"Quadrat einstellen","Toggle the decimal list style":"Dezimalzahlen einstellen","Toggle the decimal with leading zero list style":"Dezimalzahlen mit vorangestellten Nullen einstellen","Toggle the lower–roman list style":"Kleingeschriebene römische Zahlen einstellen","Toggle the upper–roman list style":"Grossgeschriebene römische Zahlen einstellen","Toggle the lower–latin list style":"Kleingeschriebene lateinische Buchstaben einstellen","Toggle the upper–latin list style":"Grossgeschriebene lateinische Buchstaben einstellen","Disc":"Gefüllter Kreis","Circle":"Leerer Kreis","Square":"Quadrat","Decimal":"Dezimalzahlen","Decimal with leading zero":"Dezimalzahlen mit vorangestellten Nullen","Lower–roman":"Kleingeschriebene römische Zahlen","Upper-roman":"Grossgeschriebene römische Zahlen","Lower-latin":"Kleingeschriebene lateinische Buchstaben","Upper-latin":"Grossgeschriebene lateinische Buchstaben","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":"Link entfernen","Link":"Link","Link URL":"Link Adresse","Link URL must not be empty.":"","Link image":"Bild verlinken","Edit link":"Link bearbeiten","Open link in new tab":"Link in neuem Tab öffnen","This link has no URL":"Dieser Link hat keine Adresse","Open in a new tab":"In neuem Tab öffnen","Downloadable":"Herunterladbar","Create link":"","Move out of a link":"","Language":"Sprache","Choose language":"Sprache auswählen","Remove language":"Sprache entfernen","Increase indent":"Einzug vergrössern","Decrease indent":"Einzug verkleinern","image widget":"Bild-Steuerelement","Wrap text":"","Break text":"","In line":"","Side image":"Ausgerichtetes Bild","Full size image":"Bild in voller Grösse","Left aligned image":"linksbündiges Bild","Centered image":"zentriertes Bild","Right aligned image":"rechtsbündiges Bild","Change image text alternative":"Alternativtext ändern","Text alternative":"Alternativtext","Enter image caption":"Bildunterschrift eingeben","Insert image":"Bild einfügen","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Hochladen fehlgeschlagen","Image toolbar":"Bild Werkzeugleiste","Resize image":"Bildgrösse ändern","Resize image to %0":"Bildgrösse ändern in %0","Resize image to the original size":"Originalgrösse wiederherstellen","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Bildgrössen-Liste","Insert":"Einfügen","Update":"Aktualisieren","Insert image via URL":"Bild von URL einfügen","Update image URL":"Bild-URL aktualisieren","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":"","Insert HTML":"HTML einfügen","HTML snippet":"HTML-Codeschnipsel","Paste raw HTML here...":"HTML-Code hier einfügen…","Edit source":"Quelle bearbeiten","Save changes":"Änderungen speichern","No preview available":"Keine Vorschau verfügbar","Empty snippet content":"Codeschnipsel ohne Inhalt","Horizontal line":"Horizontale Linie","Yellow marker":"Gelber Marker","Green marker":"Grüner Marker","Pink marker":"Pinker Marker","Blue marker":"Blauer Marker","Red pen":"Rote Schriftfarbe","Green pen":"Grüne Schriftfarbe","Remove highlight":"Texthervorhebung entfernen","Highlight":"Texthervorhebung","Text highlight toolbar":"Texthervorhebung Werkzeugleiste","Paragraph":"Absatz","Heading":"Überschrift","Choose heading":"Überschrift auswählen","Heading 1":"Überschrift 1","Heading 2":"Überschrift 2","Heading 3":"Überschrift 3","Heading 4":"Überschrift 4","Heading 5":"Überschrift 5","Heading 6":"Überschrift 6","Type your title":"Titel eingeben","Type or paste your content here.":"Hier Inhalt einfügen.","Font Size":"Schriftgrösse","Tiny":"Winzig","Small":"Klein","Big":"Gross","Huge":"Riesig","Font Family":"Schriftfamilie","Default":"Standard","Font Color":"Schriftfarbe","Font Background Color":"Hintergrundfarbe der Schrift","Document colors":"Farben des Dokuments","Cancel":"Abbrechen","Clear":"","Remove color":"Farbe entfernen","Restore default":"","Save":"Speichern","Show more items":"","%0 of %1":"","Cannot upload file:":"Datei kann nicht hochgeladen werden:","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":"Code-Block einfügen","Plain text":"Nur Text","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Bild oder Datei einfügen","Image or file":"","Could not obtain resized image URL.":"Die URL des angepassten Bildes konnte nicht abgerufen werden.","Selecting resized image failed":"Das angepasste Bild konnte nicht ausgewählt werden.","Could not insert image at the current position.":"Das Bild konnte an der aktuellen Position nicht eingefügt werden.","Inserting image failed":"Einfügen des Bildes fehlgeschlagen","Block quote":"Blockzitat","Bold":"Fett","Italic":"Kursiv","Underline":"Unterstrichen","Code":"Code","Strikethrough":"Durchgestrichen","Subscript":"Tiefgestellt","Superscript":"Hochgestellt","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Änderungen werden gespeichert","Align left":"Linksbündig","Align right":"Rechtsbündig","Align center":"Zentriert","Justify":"Blocksatz","Text alignment":"Textausrichtung","Text alignment toolbar":"Textausrichtung Werkzeugleiste"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'de-ch' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'de-ch' ].dictionary = Object.assign( e[ 'de-ch' ].dictionary, dictionary );
|
10
|
+
e[ 'de-ch' ].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;
|