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 {"hr":{"dictionary":{"Words: %0":"Riječi: %0","Characters: %0":"Znakova: %0","Widget toolbar":"Traka sa spravicama","Insert paragraph before block":"Umetni odlomak prije bloka","Insert paragraph after block":"Umetni odlomak poslije bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter za upisivanje nakon ili pritisnite Shift + Enter za upisivanje prije widgeta","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":"Slanje u tijeku","Undo":"Poništi","Redo":"Ponovi","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Područje Editora: %0","Edit block":"Uredi blok","Click to edit block":"","Drag to move":"","Next":"Sljedeći","Previous":"Prethodni","Editor toolbar":"Traka uređivača","Dropdown toolbar":"Traka padajućeg izbornika","Black":"Crna","Dim grey":"Tamnosiva","Grey":"Siva","Light grey":"Svijetlosiva","White":"Bijela","Red":"Crvena","Orange":"Narančasta","Yellow":"Žuta","Light green":"Svijetlozelena","Green":"Zelena","Aquamarine":"Akvamarin","Turquoise":"Tirkizna","Light blue":"Svijetloplava","Blue":"Plava","Purple":"Ljubičasta","Editor block content toolbar":"Alatna traka sadržaja uređivača blokova","Editor contextual toolbar":"Kontekstualna alatna traka uređivača","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":"Promijeni","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Ubaci","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Ubaci tablicu","Header column":"Kolona zaglavlja","Insert column left":"Umetni stupac lijevo","Insert column right":"Umetni stupac desno","Delete column":"Obriši kolonu","Select column":"Odaberi stupac","Column":"Kolona","Header row":"Red zaglavlja","Insert row below":"Ubaci red ispod","Insert row above":"Ubaci red iznad","Delete row":"Obriši red","Select row":"Odaberi redak","Row":"Red","Merge cell up":"Spoji ćelije prema gore","Merge cell right":"Spoji ćelije prema desno","Merge cell down":"Spoji ćelije prema dolje","Merge cell left":"Spoji ćelije prema lijevo","Split cell vertically":"Razdvoji ćeliju okomito","Split cell horizontally":"Razdvoji ćeliju vodoravno","Merge cells":"Spoji ćelije","Table toolbar":"Traka za tablice","Table properties":"Svojstva tablice","Cell properties":"Svojstva ćelije","Border":"Granica","Style":"Stil","Width":"Širina","Height":"Visina","Color":"Boja","Background":"Pozadina","Padding":"Podstava","Dimensions":"Dimenzije","Table cell text alignment":"Poravnanje teksta ćelije tablice","Alignment":"Poravnanje","Horizontal text alignment toolbar":"Alatna traka za horizontalno poravnanje teksta","Vertical text alignment toolbar":"Alatna traka za vertikalno poravnanje teksta","Table alignment toolbar":"Alatna traka za poravnanje tablice","None":"Nikakva","Solid":"Neprekidna","Dotted":"Točkasta","Dashed":"Crtičasta","Double":"Dvostruka","Groove":"","Ridge":"Greben","Inset":"","Outset":"","Align cell text to the left":"Tekst ćelije poravnaj lijevo","Align cell text to the center":"Tekst ćelije poravnaj u sredinu","Align cell text to the right":"Tekst ćelije poravnaj udesno","Justify cell text":"Razvuci tekst ćelije","Align cell text to the top":"Tekst ćelije poravnaj prema gore","Align cell text to the middle":"Tekst ćelije poravnaj u sredinu","Align cell text to the bottom":"Tekst ćelije poravnaj prema dolje","Align table to the left":"Poravnaj tablicu ulijevo","Center table":"Centriraj tablicu","Align table to the right":"Poravnaj tablicu udesno","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Neispravna boja. Pokušajte \"#FF0000\" ili \"rgb(255,0,0)\" ili \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Neispravna vrijednost. Pokušajte \"10px\" ili \"2em\" ili jednostavno \"2\".","Color picker":"Birač boje","Enter table caption":"Unesite natpis","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Styles":"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Tekstualni stilovi","Special characters":"","All":"Svi","Arrows":"Strelice","Currency":"Valuta","Latin":"","Mathematical":"Matematički","Text":"Tekst","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"","Macron":"","Overline":"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"","Integral":"","N-ary summation":"","Infinity":"","Square root":"","Tilde operator":"","Approximately equal to":"Približno jednako","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"","Intersection":"","Union":"","Partial differential":"","For all":"","There exists":"","Empty set":"","Nabla":"","Asterisk operator":"","Proportional to":"","Angle":"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Source":"Izvorni kod","Show source":"","Show blocks":"Prikaži blokove","Select all":"Odaberi sve","Disable editing":"Onemogući uređivanje","Enable editing":"Omogući uređivanje","Previous editable region":"Prethodna regija koju je moguće uređivati","Next editable region":"Sljedeća regija koju je moguće uređivati","Navigate editable regions":"Navigiraj regijama koje je moguće uređivati","Remove Format":"Ukloni format","Page break":"Prijelom stranice","media widget":"dodatak za medije","Media URL":"URL medija","Paste the media URL in the input.":"Zalijepi URL medija u ulaz.","Tip: Paste the URL into the content to embed faster.":"Natuknica: Za brže ugrađivanje zalijepite URL u sadržaj.","The URL must not be empty.":"URL ne smije biti prazan.","This media URL is not supported.":"URL nije podržan.","Insert media":"Ubaci medij","Media toolbar":"Traka za medije","Open media in new tab":"Otvori medije u novoj kartici","Numbered List":"Brojčana lista","Bulleted List":"Obična lista","To-do List":"Lista zadataka","Bulleted list styles toolbar":"Alatna traka za stilove obične liste","Numbered list styles toolbar":"Alatna traka za stilove brojčane liste","Toggle the disc list style":"Primjeni disk stil","Toggle the circle list style":"Primjeni krug stil","Toggle the square list style":"Primjeni kvadrat stil","Toggle the decimal list style":"Primjeni decimalni stil","Toggle the decimal with leading zero list style":"Primjeni decimalni stil s vodećom nulom","Toggle the lower–roman list style":"Primjeni rimske brojeve mala slova stil","Toggle the upper–roman list style":"Primjeni rimske brojeve velika slova stil","Toggle the lower–latin list style":"Primjeni mala slova stil","Toggle the upper–latin list style":"Primjeni velika slova stil","Disc":"Disk","Circle":"Krug","Square":"Kvadrat","Decimal":"Decimalni","Decimal with leading zero":"Decimalni s vodećom nulom","Lower–roman":"Mali rimski brojevi","Upper-roman":"Veliki rimski brojevi","Lower-latin":"Mala slova","Upper-latin":"Velika slova","List properties":"Svojstva liste","Start at":"Počni sa","Invalid start index value.":"","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redoslijed","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":"Ukloni vezu","Link":"Veza","Link URL":"URL veze","Link URL must not be empty.":"","Link image":"URL slike","Edit link":"Uredi vezu","Open link in new tab":"Otvori vezu u novoj kartici","This link has no URL":"Ova veza nema URL","Open in a new tab":"Otvori u novoj kartici","Downloadable":"Moguće preuzeti","Create link":"","Move out of a link":"","Language":"Jezik","Choose language":"Odaberi jezik","Remove language":"Ukloni jezik","Increase indent":"Povećaj uvlačenje","Decrease indent":"Umanji uvlačenje","image widget":"Slika widget","Wrap text":"Prelamanje teksta","Break text":"Prelomi tekst","In line":"U istom redu","Side image":"Slika sa strane","Full size image":"Slika pune veličine","Left aligned image":"Lijevo poravnata slika","Centered image":"Centrirana slika","Right aligned image":"Slika poravnata desno","Change image text alternative":"Promijeni alternativni tekst slike","Text alternative":"Alternativni tekst","Enter image caption":"Unesite naslov slike","Insert image":"Umetni sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Slanje nije uspjelo","Image toolbar":"Traka za slike","Resize image":"Promijeni veličinu slike","Resize image to %0":"Promijeni veličinu slike u %0","Resize image to the original size":"Vrati veličinu slike na originalnu veličinu","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Lista veličina slika","Insert":"Ubaci","Update":"Snimi","Insert image via URL":"Ubaci sliku putem URLa","Update image URL":"Snimi URL slike","Caption for the image":"Naslov slike","Caption for image: %0":"Naslov slike: %0","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","HTML object":"HTML objekt","Insert HTML":"Ubaci HTML","HTML snippet":"HTML isječak","Paste raw HTML here...":"Zalijepi ovdje čisti HTML...","Edit source":"Uredi izvorni kod","Save changes":"Snimi promjene","No preview available":"Pregled nije dostupan","Empty snippet content":"Ukloni sadržaj isječka","Horizontal line":"Vodoravna linija","Yellow marker":"Žuti marker","Green marker":"Zeleni marker","Pink marker":"Rozi marker","Blue marker":"Plavi marker","Red pen":"Crveno pero","Green pen":"Zeleno pero","Remove highlight":"Ukloni isticanje","Highlight":"Istakni","Text highlight toolbar":"Traka za isticanje teksta","Paragraph":"Paragraf","Heading":"Naslov","Choose heading":"Odaberite naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Utipkajte naslov","Type or paste your content here.":"Utipkajte ili zalijepite Vaš sadržaj ovdje.","Font Size":"Veličina fonta","Tiny":"Sićušan","Small":"Mali","Big":"Veliki","Huge":"Ogroman","Font Family":"Obitelj fonta","Default":"Podrazumijevano","Font Color":"Boja Fonta","Font Background Color":"Pozadinska Boja Fonta","Document colors":"Boje dokumenta","Find and replace":"Pronađi i zamijeni","Find in text…":"Pronađi u tekstu...","Find":"Pronađi","Previous result":"Prethodni rezultat","Next result":"Sljedeći rezultat","Replace":"Zamijeni","Replace all":"Zamijeni sve","Match case":"Točna velika/mala slova","Whole words only":"Samo cijele riječi","Replace with…":"Zamijeni sa....","Text to find must not be empty.":"Morate upisati tekst za traženje.","Tip: Find some text first in order to replace it.":"Savjet: Pronađite neki tekst kako bi ga zamijenili.","Advanced options":"","Find in the document":"","Insert a soft break (a <code><br></code> element)":"Umetni element za novi red (<code><br></code> element)","Insert a hard break (a new paragraph)":"Umetni novi red (novi paragraf)","Cancel":"Poništi","Clear":"Obriši","Remove color":"Ukloni boju","Restore default":"Vrati tvorničke postavke","Save":"Snimi","Show more items":"Prikaži više stavaka","%0 of %1":"%0 od %1","Cannot upload file:":"Datoteku nije moguće poslati:","Rich Text Editor. Editing area: %0":"Uređivač obogaćenog teksta. Područje za uređivanje: %0","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"Isključite natpis","Toggle caption on":"Uključite natpis","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"Prihvati","Insert code block":"Umetni blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Copy selected content":"Kopiraj odabrani sadržaj","Paste content":"Zalijepi sadržaj","Paste content as plain text":"Zalijepi sadržaj kao čisti tekst","Insert image or file":"Umetni sliku ili datoteku","Image or file":"","Could not obtain resized image URL.":"Nije moguće dohvatiti URL slike s promijenjenom veličinom","Selecting resized image failed":"Odabir slike s promijenjenom veličinom nije uspjelo","Could not insert image at the current position.":"Nije moguće umetnuti sliku na trenutnu poziciju","Inserting image failed":"Umetanje slike nije uspjelo","Open file manager":"Otvori upravitelj datoteka","Cannot determine a category for the uploaded file.":"Nije moguće utvrditi kategoriju prenesene datoteke.","Cannot access default workspace.":"","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Blok citat","Bold":"Podebljano","Italic":"Ukošeno","Underline":"Podcrtavanje","Code":"Kod","Strikethrough":"Precrtano","Subscript":"Indeks","Superscript":"Eksponent","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Snimanje promjena","Revert autoformatting action":"Vrati radnju automatskog formatiranja","Align left":"Poravnaj ulijevo","Align right":"Poravnaj udesno","Align center":"Poravnaj po sredini","Justify":"Razvuci","Text alignment":"Poravnanje teksta","Text alignment toolbar":"Traka za poravnanje"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"Words: %0":"Riječi: %0","Characters: %0":"Znakova: %0","Widget toolbar":"Traka sa spravicama","Insert paragraph before block":"Umetni odlomak prije bloka","Insert paragraph after block":"Umetni odlomak poslije bloka","Press Enter to type after or press Shift + Enter to type before the widget":"Pritisnite Enter za upisivanje nakon ili pritisnite Shift + Enter za upisivanje prije widgeta","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":"Slanje u tijeku","Undo":"Poništi","Redo":"Ponovi","Rich Text Editor":"Rich Text Editor","Editor editing area: %0":"Područje Editora: %0","Edit block":"Uredi blok","Click to edit block":"","Drag to move":"","Next":"Sljedeći","Previous":"Prethodni","Editor toolbar":"Traka uređivača","Dropdown toolbar":"Traka padajućeg izbornika","Black":"Crna","Dim grey":"Tamnosiva","Grey":"Siva","Light grey":"Svijetlosiva","White":"Bijela","Red":"Crvena","Orange":"Narančasta","Yellow":"Žuta","Light green":"Svijetlozelena","Green":"Zelena","Aquamarine":"Akvamarin","Turquoise":"Tirkizna","Light blue":"Svijetloplava","Blue":"Plava","Purple":"Ljubičasta","Editor block content toolbar":"Alatna traka sadržaja uređivača blokova","Editor contextual toolbar":"Kontekstualna alatna traka uređivača","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":"Promijeni","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Ubaci","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Ubaci tablicu","Header column":"Kolona zaglavlja","Insert column left":"Umetni stupac lijevo","Insert column right":"Umetni stupac desno","Delete column":"Obriši kolonu","Select column":"Odaberi stupac","Column":"Kolona","Header row":"Red zaglavlja","Insert row below":"Ubaci red ispod","Insert row above":"Ubaci red iznad","Delete row":"Obriši red","Select row":"Odaberi redak","Row":"Red","Merge cell up":"Spoji ćelije prema gore","Merge cell right":"Spoji ćelije prema desno","Merge cell down":"Spoji ćelije prema dolje","Merge cell left":"Spoji ćelije prema lijevo","Split cell vertically":"Razdvoji ćeliju okomito","Split cell horizontally":"Razdvoji ćeliju vodoravno","Merge cells":"Spoji ćelije","Table toolbar":"Traka za tablice","Table properties":"Svojstva tablice","Cell properties":"Svojstva ćelije","Border":"Granica","Style":"Stil","Width":"Širina","Height":"Visina","Color":"Boja","Background":"Pozadina","Padding":"Podstava","Dimensions":"Dimenzije","Table cell text alignment":"Poravnanje teksta ćelije tablice","Alignment":"Poravnanje","Horizontal text alignment toolbar":"Alatna traka za horizontalno poravnanje teksta","Vertical text alignment toolbar":"Alatna traka za vertikalno poravnanje teksta","Table alignment toolbar":"Alatna traka za poravnanje tablice","None":"Nikakva","Solid":"Neprekidna","Dotted":"Točkasta","Dashed":"Crtičasta","Double":"Dvostruka","Groove":"","Ridge":"Greben","Inset":"","Outset":"","Align cell text to the left":"Tekst ćelije poravnaj lijevo","Align cell text to the center":"Tekst ćelije poravnaj u sredinu","Align cell text to the right":"Tekst ćelije poravnaj udesno","Justify cell text":"Razvuci tekst ćelije","Align cell text to the top":"Tekst ćelije poravnaj prema gore","Align cell text to the middle":"Tekst ćelije poravnaj u sredinu","Align cell text to the bottom":"Tekst ćelije poravnaj prema dolje","Align table to the left":"Poravnaj tablicu ulijevo","Center table":"Centriraj tablicu","Align table to the right":"Poravnaj tablicu udesno","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Neispravna boja. Pokušajte \"#FF0000\" ili \"rgb(255,0,0)\" ili \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Neispravna vrijednost. Pokušajte \"10px\" ili \"2em\" ili jednostavno \"2\".","Color picker":"Birač boje","Enter table caption":"Unesite natpis","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Styles":"Stilovi","Multiple styles":"Više stilova","Block styles":"Blok stilovi","Text styles":"Tekstualni stilovi","Special characters":"","All":"Svi","Arrows":"Strelice","Currency":"Valuta","Latin":"","Mathematical":"Matematički","Text":"Tekst","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"","Macron":"","Overline":"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"","Integral":"","N-ary summation":"","Infinity":"","Square root":"","Tilde operator":"","Approximately equal to":"Približno jednako","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"","Intersection":"","Union":"","Partial differential":"","For all":"","There exists":"","Empty set":"","Nabla":"","Asterisk operator":"","Proportional to":"","Angle":"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"","Source":"Izvorni kod","Show source":"","Show blocks":"Prikaži blokove","Select all":"Odaberi sve","Disable editing":"Onemogući uređivanje","Enable editing":"Omogući uređivanje","Previous editable region":"Prethodna regija koju je moguće uređivati","Next editable region":"Sljedeća regija koju je moguće uređivati","Navigate editable regions":"Navigiraj regijama koje je moguće uređivati","Remove Format":"Ukloni format","Page break":"Prijelom stranice","media widget":"dodatak za medije","Media URL":"URL medija","Paste the media URL in the input.":"Zalijepi URL medija u ulaz.","Tip: Paste the URL into the content to embed faster.":"Natuknica: Za brže ugrađivanje zalijepite URL u sadržaj.","The URL must not be empty.":"URL ne smije biti prazan.","This media URL is not supported.":"URL nije podržan.","Insert media":"Ubaci medij","Media toolbar":"Traka za medije","Open media in new tab":"Otvori medije u novoj kartici","Numbered List":"Brojčana lista","Bulleted List":"Obična lista","To-do List":"Lista zadataka","Bulleted list styles toolbar":"Alatna traka za stilove obične liste","Numbered list styles toolbar":"Alatna traka za stilove brojčane liste","Toggle the disc list style":"Primjeni disk stil","Toggle the circle list style":"Primjeni krug stil","Toggle the square list style":"Primjeni kvadrat stil","Toggle the decimal list style":"Primjeni decimalni stil","Toggle the decimal with leading zero list style":"Primjeni decimalni stil s vodećom nulom","Toggle the lower–roman list style":"Primjeni rimske brojeve mala slova stil","Toggle the upper–roman list style":"Primjeni rimske brojeve velika slova stil","Toggle the lower–latin list style":"Primjeni mala slova stil","Toggle the upper–latin list style":"Primjeni velika slova stil","Disc":"Disk","Circle":"Krug","Square":"Kvadrat","Decimal":"Decimalni","Decimal with leading zero":"Decimalni s vodećom nulom","Lower–roman":"Mali rimski brojevi","Upper-roman":"Veliki rimski brojevi","Lower-latin":"Mala slova","Upper-latin":"Velika slova","List properties":"Svojstva liste","Start at":"Počni sa","Invalid start index value.":"","Start index must be greater than 0.":"Početni indeks mora biti veći od 0.","Reversed order":"Obrnuti redoslijed","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":"Ukloni vezu","Link":"Veza","Link URL":"URL veze","Link URL must not be empty.":"","Link image":"URL slike","Edit link":"Uredi vezu","Open link in new tab":"Otvori vezu u novoj kartici","This link has no URL":"Ova veza nema URL","Open in a new tab":"Otvori u novoj kartici","Downloadable":"Moguće preuzeti","Create link":"","Move out of a link":"","Language":"Jezik","Choose language":"Odaberi jezik","Remove language":"Ukloni jezik","Increase indent":"Povećaj uvlačenje","Decrease indent":"Umanji uvlačenje","image widget":"Slika widget","Wrap text":"Prelamanje teksta","Break text":"Prelomi tekst","In line":"U istom redu","Side image":"Slika sa strane","Full size image":"Slika pune veličine","Left aligned image":"Lijevo poravnata slika","Centered image":"Centrirana slika","Right aligned image":"Slika poravnata desno","Change image text alternative":"Promijeni alternativni tekst slike","Text alternative":"Alternativni tekst","Enter image caption":"Unesite naslov slike","Insert image":"Umetni sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Slanje nije uspjelo","Image toolbar":"Traka za slike","Resize image":"Promijeni veličinu slike","Resize image to %0":"Promijeni veličinu slike u %0","Resize image to the original size":"Vrati veličinu slike na originalnu veličinu","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Lista veličina slika","Insert":"Ubaci","Update":"Snimi","Insert image via URL":"Ubaci sliku putem URLa","Update image URL":"Snimi URL slike","Caption for the image":"Naslov slike","Caption for image: %0":"Naslov slike: %0","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","HTML object":"HTML objekt","Insert HTML":"Ubaci HTML","HTML snippet":"HTML isječak","Paste raw HTML here...":"Zalijepi ovdje čisti HTML...","Edit source":"Uredi izvorni kod","Save changes":"Snimi promjene","No preview available":"Pregled nije dostupan","Empty snippet content":"Ukloni sadržaj isječka","Horizontal line":"Vodoravna linija","Yellow marker":"Žuti marker","Green marker":"Zeleni marker","Pink marker":"Rozi marker","Blue marker":"Plavi marker","Red pen":"Crveno pero","Green pen":"Zeleno pero","Remove highlight":"Ukloni isticanje","Highlight":"Istakni","Text highlight toolbar":"Traka za isticanje teksta","Paragraph":"Paragraf","Heading":"Naslov","Choose heading":"Odaberite naslov","Heading 1":"Naslov 1","Heading 2":"Naslov 2","Heading 3":"Naslov 3","Heading 4":"Naslov 4","Heading 5":"Naslov 5","Heading 6":"Naslov 6","Type your title":"Utipkajte naslov","Type or paste your content here.":"Utipkajte ili zalijepite Vaš sadržaj ovdje.","Font Size":"Veličina fonta","Tiny":"Sićušan","Small":"Mali","Big":"Veliki","Huge":"Ogroman","Font Family":"Obitelj fonta","Default":"Podrazumijevano","Font Color":"Boja Fonta","Font Background Color":"Pozadinska Boja Fonta","Document colors":"Boje dokumenta","Find and replace":"Pronađi i zamijeni","Find in text…":"Pronađi u tekstu...","Find":"Pronađi","Previous result":"Prethodni rezultat","Next result":"Sljedeći rezultat","Replace":"Zamijeni","Replace all":"Zamijeni sve","Match case":"Točna velika/mala slova","Whole words only":"Samo cijele riječi","Replace with…":"Zamijeni sa....","Text to find must not be empty.":"Morate upisati tekst za traženje.","Tip: Find some text first in order to replace it.":"Savjet: Pronađite neki tekst kako bi ga zamijenili.","Advanced options":"","Find in the document":"","Insert a soft break (a <code><br></code> element)":"Umetni element za novi red (<code><br></code> element)","Insert a hard break (a new paragraph)":"Umetni novi red (novi paragraf)","Cancel":"Poništi","Clear":"Obriši","Remove color":"Ukloni boju","Restore default":"Vrati tvorničke postavke","Save":"Snimi","Show more items":"Prikaži više stavaka","%0 of %1":"%0 od %1","Cannot upload file:":"Datoteku nije moguće poslati:","Rich Text Editor. Editing area: %0":"Uređivač obogaćenog teksta. Područje za uređivanje: %0","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"Isključite natpis","Toggle caption on":"Uključite natpis","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"Prihvati","Insert code block":"Umetni blok koda","Plain text":"Običan tekst","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Copy selected content":"Kopiraj odabrani sadržaj","Paste content":"Zalijepi sadržaj","Paste content as plain text":"Zalijepi sadržaj kao čisti tekst","Insert image or file":"Umetni sliku ili datoteku","Image or file":"","Could not obtain resized image URL.":"Nije moguće dohvatiti URL slike s promijenjenom veličinom","Selecting resized image failed":"Odabir slike s promijenjenom veličinom nije uspjelo","Could not insert image at the current position.":"Nije moguće umetnuti sliku na trenutnu poziciju","Inserting image failed":"Umetanje slike nije uspjelo","Open file manager":"Otvori upravitelj datoteka","Cannot determine a category for the uploaded file.":"Nije moguće utvrditi kategoriju prenesene datoteke.","Cannot access default workspace.":"","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Blok citat","Bold":"Podebljano","Italic":"Ukošeno","Underline":"Podcrtavanje","Code":"Kod","Strikethrough":"Precrtano","Subscript":"Indeks","Superscript":"Eksponent","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Snimanje promjena","Revert autoformatting action":"Vrati radnju automatskog formatiranja","Align left":"Poravnaj ulijevo","Align right":"Poravnaj udesno","Align center":"Poravnaj po sredini","Justify":"Razvuci","Text alignment":"Poravnanje teksta","Text alignment toolbar":"Traka za poravnanje"},getPluralForm(n){return n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;}}};
|
8
|
+
e[ 'hr' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'hr' ].dictionary = Object.assign( e[ 'hr' ].dictionary, dictionary );
|
10
|
+
e[ 'hr' ].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 {"hu":{"dictionary":{"Words: %0":"Szavak: %0","Characters: %0":"Karakterek: %0","Widget toolbar":"Widget eszköztár","Insert paragraph before block":"Bekezdés beszúrása elé","Insert paragraph after block":"Bekezdés beszúrása utána","Press Enter to type after or press Shift + Enter to type before the widget":"Az Enter billentyű megnyomásával a widget után, a Shift + Enter kombinációval pedig a widget előtt írhatja be a szöveget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Billentyűleütések, amelyek egy widget kiválasztásakor (például: kép, táblázat, stb.) használhatók","Insert a new paragraph directly after a widget":"Egy új bekezdés beszúrása közvetlenül a widget mögé","Insert a new paragraph directly before a widget":"Egy új bekezdés beszúrása közvetlenül a widget elé","Move the caret to allow typing directly before a widget":"Mozgasd a kurzort, hogy hogy közvetlenül a widget elé tudj gépelni","Move the caret to allow typing directly after a widget":"Mozgasd a kurzort, hogy közvetlenül a widget után tudj gépelni","Upload in progress":"A feltöltés folyamatban","Undo":"Visszavonás","Redo":"Újra","Rich Text Editor":"Bővített szövegszerkesztő","Editor editing area: %0":"Szerkesztő szerkesztési területe: %0","Edit block":"Blokk szerkesztése","Click to edit block":"Kattintson a blokk szerkesztéséhez","Drag to move":"Húzza a mozgatáshoz","Next":"Következő","Previous":"Előző","Editor toolbar":"Szerkesztő eszköztár","Dropdown toolbar":"Lenyíló eszköztár","Black":"Fekete","Dim grey":"Halvány szürke","Grey":"Szürke","Light grey":"Világosszürke","White":"Fehér","Red":"Piros","Orange":"Narancs","Yellow":"Sárga","Light green":"Világoszöld","Green":"Zöld","Aquamarine":"Kékeszöld","Turquoise":"Türkiz","Light blue":"Világoskék","Blue":"Kék","Purple":"Lila","Editor block content toolbar":"Szerkesztő - tartalomblokk eszköztár","Editor contextual toolbar":"Szerkesztő - szövegre vonatkozó eszköztár","HEX":"HEX színkód","No results found":"Nincs találat","No searchable items":"Nincsenek kereshető elemek","Editor dialog":"Szerkesztői párbeszédpanel","Close":"Bezárás","Help Contents. To close this dialog press ESC.":"Súgó tartalmak. A párbeszéd ablak bezárásához használd az ESC billentyűt.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Alább megtalálod a szerkesztéshez használható gyorsbillentyűk listáját.","(may require <kbd>Fn</kbd>)":"(szükség lehet a <kbd>Fn</kbd> használatára)","Accessibility":"Elérhetőség","Accessibility help":"Kisegítő lehetőségek","Press %0 for help.":"Segítségért nyomd le a %0 billentyűt.","Move focus in and out of an active dialog window":"Mozdítsd ki és be az aktív párbeszéd ablakot","MENU_BAR_MENU_FILE":"Fájl","MENU_BAR_MENU_EDIT":"Szerkesztés","MENU_BAR_MENU_VIEW":"Megjelenítés","MENU_BAR_MENU_INSERT":"Beszúrás","MENU_BAR_MENU_FORMAT":"Formátum","MENU_BAR_MENU_TOOLS":"Eszközök","MENU_BAR_MENU_HELP":"Súgó","MENU_BAR_MENU_TEXT":"Szöveg","MENU_BAR_MENU_FONT":"Betűtípus","Editor menu bar":"Szerkesztő menüsora","Please enter a valid color (e.g. \"ff0000\").":"Adjon meg egy érvényes színt (pl. \"ff0000\").","Insert table":"Táblázat beszúrása","Header column":"Oszlop fejléc","Insert column left":"Oszlop beszúrása balra","Insert column right":"Oszlop beszúrása jobbra","Delete column":"Oszlop törlése","Select column":"Oszlop kijelölése","Column":"Oszlop","Header row":"Sor fejléc","Insert row below":"Sor beszúrása alá","Insert row above":"Sor beszúrása fölé","Delete row":"Sor törlése","Select row":"Sor kijelölése","Row":"Sor","Merge cell up":"Cellák egyesítése felfelé","Merge cell right":"Cellák egyesítése jobbra","Merge cell down":"Cellák egyesítése lefelé","Merge cell left":"Cellák egyesítése balra","Split cell vertically":"Cella felosztása függőlegesen","Split cell horizontally":"Cella felosztása vízszintesen","Merge cells":"Cellaegyesítés","Table toolbar":"Táblázat eszköztár","Table properties":"Táblázat tulajdonságai","Cell properties":"Cella tulajdonságok","Border":"Keret","Style":"Stílus","Width":"Szélesség","Height":"Magasság","Color":"Szín","Background":"Háttér","Padding":"Térköz","Dimensions":"Méretek","Table cell text alignment":"Szöveg igazítása a cellában","Alignment":"Igazítás","Horizontal text alignment toolbar":"Vízszintes szövegigazítási eszköztár","Vertical text alignment toolbar":"Függőleges szövegigazítási eszköztár","Table alignment toolbar":"Táblázatigazítási eszköztár","None":"Nincs","Solid":"Tömör","Dotted":"Pontozott","Dashed":"Szaggatott","Double":"Dupla","Groove":"Árok","Ridge":"Gerinc","Inset":"Mélyített","Outset":"Kiemelkedő","Align cell text to the left":"Szöveg igazítása a cellában balra","Align cell text to the center":"Szöveg igazítása a cellában középre","Align cell text to the right":"Szöveg igazítása a cellában jobbra","Justify cell text":"Szöveg igazítása a cellában sorkizártra","Align cell text to the top":"Szöveg igazítása a cellában felülre","Align cell text to the middle":"Szöveg igazítása a cellában középre","Align cell text to the bottom":"Szöveg igazítása a cellában alulra","Align table to the left":"Tábla igazítása balra","Center table":"Tábla igazítása középre","Align table to the right":"Tábla igazítása jobbra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A szín érványtelen. Próbáld így \"#FF0000\" vagy \"rgb(255,0,0)\" vagy \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Az érték érvénytelen. Próbáld így \"10px\" vagy \"2em\" vagy csak egyszerűen \"2\".","Color picker":"Szín választása","Enter table caption":"Táblázat feliratának megadása","Keystrokes that can be used in a table cell":"Egy táblázatcellában használható billentyű leütések","Move the selection to the next cell":"A kiválasztás átmozgatása a következő cellába","Move the selection to the previous cell":"A kiválasztás átmozgatása az előző cellába","Insert a new table row (when in the last cell of a table)":"Új sor beillesztése a táblázatba (a táblázat utolsó cellájában)","Navigate through the table":"Navigáció a táblázatban","Table":"Táblázat","Styles":"Stílusok","Multiple styles":"Többféle stílus","Block styles":"Blokkstílusok","Text styles":"Szövegstílusok","Special characters":"Speciális karakterek","All":"Összes","Arrows":"Nyilak","Currency":"Valuta","Latin":"Latin","Mathematical":"Matematikai","Text":"Szöveg","leftwards simple arrow":"balra mutató egyszerű nyíl","rightwards simple arrow":"jobbra mutató egyszerű nyíl","upwards simple arrow":"felfelé mutató egyszerű nyíl","downwards simple arrow":"lefelé mutató egyszerű nyíl","leftwards double arrow":"dupla nyíl balra","rightwards double arrow":"dupla nyíl jobbra","upwards double arrow":"dupla nyíl felfelé","downwards double arrow":"dupla nyíl lefelé","leftwards dashed arrow":"szaggatott nyíl balra","rightwards dashed arrow":"szaggatott nyíl jobbra","upwards dashed arrow":"szaggatott nyíl felfelé","downwards dashed arrow":"szaggatott nyíl lefelé","leftwards arrow to bar":"vonalig érő balra nyíl","rightwards arrow to bar":"vonalig érő jobbra nyíl","upwards arrow to bar":"vonalig érő felfele nyíl","downwards arrow to bar":"vonalig érő lefele nyíl","up down arrow with base":"fel-le nyíl alapvonallal","back with leftwards arrow above":"back felirat felette balra nyíllal","end with leftwards arrow above":"end felirat felette balra nyíllal","on with exclamation mark with left right arrow above":"on felirat felkiáltójellel és felette jobbra-balra nyíllal","soon with rightwards arrow above":"soon felirat felette jobbra nyíllal","top with upwards arrow above":"top felirat felette felfele nyíllal","Dollar sign":"Dollár jel","Euro sign":"Euró jel","Yen sign":"Yen jel","Pound sign":"Font jel","Cent sign":"Cent jel","Euro-currency sign":"Euró pénznem jel","Colon sign":"Kettőspont","Cruzeiro sign":"Cruizero szimbólum","French franc sign":"Francia frank jel","Lira sign":"Líra jel","Currency sign":"Pénznem jel","Bitcoin sign":"Bitcoin jel","Mill sign":"Mill szimbólum","Naira sign":"Naira szimbólum","Peseta sign":"Peseta szimbólum","Rupee sign":"Rúpia szimbólum","Won sign":"Won szimbólum","New sheqel sign":"Új sékel szimbólum","Dong sign":"Dong szimbólum","Kip sign":"Kip szimbólum","Tugrik sign":"Tugrik szimbólum","Drachma sign":"Drachma szimbólum","German penny sign":"Német pfennig szimbólum","Peso sign":"Peso szimbólum","Guarani sign":"Guarani szimbólum","Austral sign":"Ausztrál szimbólum","Hryvnia sign":"Hrivnya szimbólum","Cedi sign":"Cedi szimbólum","Livre tournois sign":"Livre tournois szimbólum","Spesmilo sign":"Spesmilo szimbólum","Tenge sign":"Tenge szimbólum","Indian rupee sign":"Indiai rúpia szimbólum","Turkish lira sign":"Török líra szimbólum","Nordic mark sign":"Északi márka szimbólum","Manat sign":"Manat szimbólum","Ruble sign":"Rubel szimbólum","Latin capital letter a with macron":"Latin nagy a betű macronnal","Latin small letter a with macron":"Latin kis a betű macronnal","Latin capital letter a with breve":"Latin nagy a betű brevével","Latin small letter a with breve":"Latin kis a betű brevével","Latin capital letter a with ogonek":"Latin nagy a betű ogonekkel","Latin small letter a with ogonek":"Latin kis a betű ogonekkel","Latin capital letter c with acute":"Latin nagy c betű éles ékezettel","Latin small letter c with acute":"Latin kis c betű betű éles ékezettel","Latin capital letter c with circumflex":"Latin nagy c betű háztető ékezettel","Latin small letter c with circumflex":"Latin kis c betű betű háztető ékezettel","Latin capital letter c with dot above":"Latin nagy c betű egy pontos ékezettel","Latin small letter c with dot above":"Latin kis c betű egy pontos ékezettel","Latin capital letter c with caron":"Latin nagy c betű hacsekkel","Latin small letter c with caron":"Latin kis c betű hacsekkel","Latin capital letter d with caron":"Latin nagy d betű hacsekkel","Latin small letter d with caron":"Latin kis d betű hacsekkel","Latin capital letter d with stroke":"Latin nagy d betű áthúzva","Latin small letter d with stroke":"Latin kis d betű áthúzva","Latin capital letter e with macron":"Latin nagy e betű macronnal","Latin small letter e with macron":"Latin kis e betű macronnal","Latin capital letter e with breve":"Latin nagy e betű brevével","Latin small letter e with breve":"Latin kis e betű brevével","Latin capital letter e with dot above":"Latin nagy e betű egy pontos ékezettel","Latin small letter e with dot above":"Latin kis e betű egy pontos ékezettel","Latin capital letter e with ogonek":"Latin nagy e betű ogonekkel","Latin small letter e with ogonek":"Latin kis e betű ogonekkel","Latin capital letter e with caron":"Latin nagy e betű hacsekkel","Latin small letter e with caron":"Latin kis e betű hacsekkel","Latin capital letter g with circumflex":"Latin nagy g betű háztető ékezettel","Latin small letter g with circumflex":"Latin kis g betű háztető ékezettel","Latin capital letter g with breve":"Latin nagy g betű brevével","Latin small letter g with breve":"Latin kis g betű brevével","Latin capital letter g with dot above":"Latin nagy g betű egy pontos ékezettel","Latin small letter g with dot above":"Latin kis g betű egy pontos ékezettel","Latin capital letter g with cedilla":"Latin nagy g betű cedillával","Latin small letter g with cedilla":"Latin kis g betű cedillával","Latin capital letter h with circumflex":"Latin nagy h betű háztető ékezettel","Latin small letter h with circumflex":"Latin kis h betű háztető ékezettel","Latin capital letter h with stroke":"Latin nagy h betű áthúzva","Latin small letter h with stroke":"Latin kis h betű áthúzva","Latin capital letter i with tilde":"Latin nagy i betű tildével","Latin small letter i with tilde":"Latin kis i betű tildével","Latin capital letter i with macron":"Latin nagy i betű macronnal","Latin small letter i with macron":"Latin kis i betű macronnal","Latin capital letter i with breve":"Latin nagy i betű brevével","Latin small letter i with breve":"Latin kis i betű brevével","Latin capital letter i with ogonek":"Latin nagy i betű ogonekkel","Latin small letter i with ogonek":"Latin kis i betű ogonekkel","Latin capital letter i with dot above":"Latin nagy i betű egy pontos ékezettel","Latin small letter dotless i":"Latin pont nélküli kis i betű","Latin capital ligature ij":"Latin nagy ij ligatúra","Latin small ligature ij":"Latin kis ij ligatúra","Latin capital letter j with circumflex":"Latin nagy j betű háztető ékezettel","Latin small letter j with circumflex":"Latin kis j betű háztető ékezettel","Latin capital letter k with cedilla":"Latin nagy k betű cedillával","Latin small letter k with cedilla":"Latin kis k betű cedillával","Latin small letter kra":"latin kisbetűs kra","Latin capital letter l with acute":"Latin nagy l betű éles ékezettel","Latin small letter l with acute":"Latin kis l betű éles ékezettel","Latin capital letter l with cedilla":"Latin nagy l betű cedillával","Latin small letter l with cedilla":"Latin kis l betű cedillával","Latin capital letter l with caron":"Latin nagy l betű hacsekkel","Latin small letter l with caron":"Latin kis l betű hacsekkel","Latin capital letter l with middle dot":"Latin nagy l betű középen ponttal","Latin small letter l with middle dot":"Latin kis l betű középen ponttal","Latin capital letter l with stroke":"Latin nagy l betű áthúzva","Latin small letter l with stroke":"Latin kis l betű áthúzva","Latin capital letter n with acute":"Latin nagy n betű éles ékezettel","Latin small letter n with acute":"Latin kis n betű éles ékezettel","Latin capital letter n with cedilla":"Latin nagy n betű cedillával","Latin small letter n with cedilla":"Latin kis n betű cedillával","Latin capital letter n with caron":"Latin nagy n betű hacsekkel","Latin small letter n with caron":"Latin kis n betű hacsekkel","Latin small letter n preceded by apostrophe":"Latin kis n betű előtte aposztróffal","Latin capital letter eng":"Latin nagybetűs eng","Latin small letter eng":"Latin kisbetűs eng","Latin capital letter o with macron":"Latin nagy o betű macronnal","Latin small letter o with macron":"Latin kis o betű macronnal","Latin capital letter o with breve":"Latin nagy o betű brevével","Latin small letter o with breve":"Latin kis o betű brevével","Latin capital letter o with double acute":"Latin nagy o betű kettős éles ékezettel","Latin small letter o with double acute":"Latin kis o betű kettős éles ékezettel","Latin capital ligature oe":"Latin nagy oe ligatúra","Latin small ligature oe":"Latin kis oe ligatúra","Latin capital letter r with acute":"Latin nagy r betű éles ékezettel","Latin small letter r with acute":"Latin kis r betű éles ékezettel","Latin capital letter r with cedilla":"Latin nagy r betű cedillával","Latin small letter r with cedilla":"Latin kis r betű cedillával","Latin capital letter r with caron":"Latin nagy r betű hacsekkel","Latin small letter r with caron":"Latin kis r betű hacsekkel","Latin capital letter s with acute":"Latin nagy s betű éles ékezettel","Latin small letter s with acute":"Latin kis s betű éles ékezettel","Latin capital letter s with circumflex":"Latin nagy s betű háztető ékezettel","Latin small letter s with circumflex":"Latin kis s betű háztető ékezettel","Latin capital letter s with cedilla":"Latin nagy s betű cedillával","Latin small letter s with cedilla":"Latin kis s betű cedillával","Latin capital letter s with caron":"Latin nagy s betű hacsekkel","Latin small letter s with caron":"Latin kis s betű hacsekkel","Latin capital letter t with cedilla":"Latin nagy t betű cedillával","Latin small letter t with cedilla":"Latin kis t betű cedillával","Latin capital letter t with caron":"Latin nagy t betű hacsekkel","Latin small letter t with caron":"Latin kis t betű hacsekkel","Latin capital letter t with stroke":"Latin nagy t betű áthúzva","Latin small letter t with stroke":"Latin kis t betű áthúzva","Latin capital letter u with tilde":"Latin nagy u betű tildével","Latin small letter u with tilde":"Latin kis u betű tildével","Latin capital letter u with macron":"Latin nagy u betű macronnal","Latin small letter u with macron":"Latin kis u betű macronnal","Latin capital letter u with breve":"Latin nagy u betű brevével","Latin small letter u with breve":"Latin kis u betű brevével","Latin capital letter u with ring above":"Latin nagy u betű karika ékezettel","Latin small letter u with ring above":"Latin kis u betű karika ékezettel","Latin capital letter u with double acute":"Latin nagy u betű kettős éles ékezettel","Latin small letter u with double acute":"Latin kis u betű kettős éles ékezettel","Latin capital letter u with ogonek":"Latin nagy u betű ogonekkel","Latin small letter u with ogonek":"Latin kis u betű ogonekkel","Latin capital letter w with circumflex":"Latin nagy w betű háztető ékezettel","Latin small letter w with circumflex":"Latin kis w betű háztető ékezettel","Latin capital letter y with circumflex":"Latin nagy y betű háztető ékezettel","Latin small letter y with circumflex":"Latin kis y betű háztető ékezettel","Latin capital letter y with diaeresis":"Latin nagy y betű diarézissel","Latin capital letter z with acute":"Latin nagy z betű éles ékezettel","Latin small letter z with acute":"Latin kis z betű éles ékezettel","Latin capital letter z with dot above":"Latin nagy z betű egy pontos ékezettel","Latin small letter z with dot above":"Latin kis z betű egy pontos ékezettel","Latin capital letter z with caron":"Latin nagy z betű hacsekkel","Latin small letter z with caron":"Latin kis z betű hacsekkel","Latin small letter long s":"Latin kisbetűs hosszú s","Less-than sign":"Kisebb jel","Greater-than sign":"Nagyobb jel","Less-than or equal to":"Kisebb vagy egyenlő jel","Greater-than or equal to":"Nagyobb vagy egyenlő jel","En dash":"Félkvirtmínusz","Em dash":"Kvirtmínusz","Macron":"Macron","Overline":"Föléhúzás","Degree sign":"Fokjel","Minus sign":"Mínuszjel","Plus-minus sign":"Pluszmínusz-jel","Division sign":"Osztásjel","Fraction slash":"Törtvonás","Multiplication sign":"Szorzójel","Latin small letter f with hook":"Latin kisbetűs f-horog","Integral":"Integrál","N-ary summation":"N-áris szumma","Infinity":"Végtelen","Square root":"Négyzetgyök","Tilde operator":"Hullámvonal","Approximately equal to":"Közelítőleg egyenlő","Almost equal to":"Majdnem egyenlő","Not equal to":"Nem egyenlő","Identical to":"Azonos","Element of":"Része","Not an element of":"Nem része","Contains as member":"Tagként tartalmaz","N-ary product":"N-áris produktum","Logical and":"Logikai és ","Logical or":"Logikai vagy","Not sign":"Nem szimbólum","Intersection":"Metszet","Union":"Egyesítés","Partial differential":"Parciális derivált","For all":"Mindenre","There exists":"Létezik","Empty set":"Üres halmaz","Nabla":"Nabla","Asterisk operator":"Csillag műveleti jel","Proportional to":"Aránylik","Angle":"Szög","Vulgar fraction one quarter":"Vulgáris tört egynegyed","Vulgar fraction one half":"Vulgáris tört egyketted","Vulgar fraction three quarters":"Vulgáris tört háromnegyed","Single left-pointing angle quotation mark":"Szimpla bal oldali szögletes idézőjel","Single right-pointing angle quotation mark":"Jobb oldali szimpla szögletes idézőjel","Left-pointing double angle quotation mark":"Bal oldali dupla szögletes idézőjel","Right-pointing double angle quotation mark":"Jobb oldali dupla szögletes idézőjel","Left single quotation mark":"Bal oldali szimpla idézőjel","Right single quotation mark":"Jobb oldali szimpla idézőjel","Left double quotation mark":"Bal oldali dupla idézőjel","Right double quotation mark":"Jobb oldali dupla idézőjel","Single low-9 quotation mark":"Szimpla 9-es alakú alsó idézőjel","Double low-9 quotation mark":"Dupla 9-es alakú alsó idézőjel","Inverted exclamation mark":"Fordított felkiáltójel","Inverted question mark":"Fordított kérdőjel","Two dot leader":"Két bevezető pont","Horizontal ellipsis":"Vízszintes három pont","Double dagger":"Kettős kereszt","Per mille sign":"Ezrelékjel","Per ten thousand sign":"Tízezrelékjel","Double exclamation mark":"Kettős felkiáltójel","Question exclamation mark":"Kérdő- és felkiáltójel","Exclamation question mark":"Felkiáltó- és kérdőjel","Double question mark":"Dupla kérdőjel","Copyright sign":"Copyright jele","Registered sign":"Bejegyzett védjegy szimbólum","Trade mark sign":"Kereskedelmi védjegy szimbólum","Section sign":"Szakaszjel","Paragraph sign":"Bekezdésjel","Reversed paragraph sign":"Fordított bekezdésjel","Character categories":"Karakterek kategóriái","Source":"Forrás","Show source":"Forrás megjelenítése","Show blocks":"Blokkok megjelenítése","Select all":"Mindet kijelöl","Disable editing":"Szerkesztés letiltása","Enable editing":"Szerkesztés engedélyezése","Previous editable region":"Előző szerkeszthető terület","Next editable region":"Következő szerkeszthető terület","Navigate editable regions":"Szerkeszthető területek navigálása","Remove Format":"Formázás eltávolítása","Page break":"Oldaltörés","media widget":"Média widget","Media URL":"Média URL","Paste the media URL in the input.":"Illessze be a média URL-jét.","Tip: Paste the URL into the content to embed faster.":"Tipp: Illessze be a média URL-jét a tartalomba.","The URL must not be empty.":"Az URL nem lehet üres.","This media URL is not supported.":"Ez a média URL típus nem támogatott.","Insert media":"Média beszúrása","Media toolbar":"Média eszköztár","Open media in new tab":"Nyissa meg a médiát új lapon","Numbered List":"Számozott lista","Bulleted List":"Pontozott lista","To-do List":"Tennivaló lista","Bulleted list styles toolbar":"Felsorolásos lista stílusú eszköztár","Numbered list styles toolbar":"Számozott lista stílusú eszköztár","Toggle the disc list style":"Korong stílusú lista bekapcsolása","Toggle the circle list style":"Kör stílusú lista bekapcsolása","Toggle the square list style":"Négyzet stílusú lista bekapcsolása","Toggle the decimal list style":"Tizedesjegy stílusú lista bekapcsolása","Toggle the decimal with leading zero list style":"Zéróval kezdődő tizedesjegy stílusú lista bekapcsolása","Toggle the lower–roman list style":"Kis római számok stílusú lista bekapcsolása","Toggle the upper–roman list style":"Nagy római számok stílusú lista bekapcsolása","Toggle the lower–latin list style":"Kis latin betűs stílusú lista bekapcsolása","Toggle the upper–latin list style":"Nagy latin betűs stílusú lista bekapcsolása","Disc":"Korong","Circle":"Kör","Square":"Négyzet","Decimal":"Szám","Decimal with leading zero":"Nullával kezdődő szám","Lower–roman":"Kisbetűs római szám","Upper-roman":"Nagybetűs római szám","Lower-latin":"Kisbetűs latin szám","Upper-latin":"Nagybetűs latin szám","List properties":"Lista tulajdonságai","Start at":"Kezdőpont","Invalid start index value.":"Hibás induló indexérték.","Start index must be greater than 0.":"A kezdő index nagyobb kell legyen mint 0.","Reversed order":"Fordított sorrend","Keystrokes that can be used in a list":"A listában használható billentyűk","Increase list item indent":"A listaelem behúzás növelése","Decrease list item indent":"A listaelem behúzás csökkentése","Entering a to-do list":"Belépés a tennivalók listájába","Leaving a to-do list":"Tennivalók listájának elhagyás","Unlink":"Link eltávolítása","Link":"Link","Link URL":"URL link","Link URL must not be empty.":"A link URL-címe nem lehet üres.","Link image":"Hivatkozás","Edit link":"Link szerkesztése","Open link in new tab":"Link megnyitása új ablakban","This link has no URL":"A link nem tartalmaz URL-t","Open in a new tab":"Megnyitás új lapon","Downloadable":"Letölthető","Create link":"Link létrehozása","Move out of a link":"Kilépés egy linkből","Language":"Nyelv","Choose language":"Nyelv választása","Remove language":"Nyelv eltávolítása","Increase indent":"Behúzás növelése","Decrease indent":"Behúzás csökkentése","image widget":"képmodul","Wrap text":"Körbefuttatás","Break text":"Sortörés","In line":"Soron belül","Side image":"Oldalsó kép","Full size image":"Teljes méretű kép","Left aligned image":"Balra igazított kép","Centered image":"Középre igazított kép","Right aligned image":"Jobbra igazított kép","Change image text alternative":"Helyettesítő szöveg módosítása","Text alternative":"Helyettesítő szöveg","Enter image caption":"Képaláírás megadása","Insert image":"Kép beszúrása","Replace image":"Kép kicserélése","Upload from computer":"Feltöltés a számítógépről","Replace from computer":"Kicserélés a számítógépről","Upload image from computer":"Töltsön fel képet a számítógépről","Image from computer":"Kép a számítógépről","Replace image from computer":"Cserélje ki a számítógépről","Upload failed":"A feltöltés nem sikerült","Image toolbar":"Kép eszköztár","Resize image":"Kép átméretezése","Resize image to %0":"Kép méretezése %0","Resize image to the original size":"Kép méretezése az eredeti méretre","Resize image (in %0)":"Kép átméretezése (%0)","Original":"Eredeti","Custom image size":"Egyéni képméret","Custom":"Egyéni","Image resize list":"Kép átméretezési lista","Insert":"Beszúrás","Update":"Módosítás","Insert image via URL":"Kép beszúrása URL alapján","Update image URL":"Kép URL módosítása","Caption for the image":"Felirat a képhez","Caption for image: %0":"Képfelirat: %0","The value must not be empty.":"Az érték nem lehet üres.","The value should be a plain number.":"Az érték egy egyszerű szám kell legyen.","Uploading image":"Kép feltöltése","Image upload complete":"A kép feltöltése befejeződött","Error during image upload":"Hiba a kép feltöltése során","HTML object":"HTML objektum","Insert HTML":"HTML beillesztése","HTML snippet":"HTML kódrészlet","Paste raw HTML here...":"Másolja ide a HTML forrás szövegét...","Edit source":"Forrás szerkesztése","Save changes":"Módosítások mentése","No preview available":"Nincs elérhető előnézet","Empty snippet content":"Üres kódrészleti tartalom","Horizontal line":"Vízszintes elválasztóvonal","Yellow marker":"Sárga kiemelő","Green marker":"Zöld kiemelő","Pink marker":"Rózsaszín kiemelő","Blue marker":"Kék kiemelő","Red pen":"Piros toll","Green pen":"Zöld toll","Remove highlight":"Kiemelés eltávolítása","Highlight":"Kiemelés","Text highlight toolbar":"Szöveg kiemelés eszköztár","Paragraph":"Bekezdés","Heading":"Stílusok","Choose heading":"Stílus megadása","Heading 1":"Címsor 1","Heading 2":"Címsor 2","Heading 3":"Címsor 3","Heading 4":"Címsor 4","Heading 5":"Címsor 5","Heading 6":"Címsor 6","Type your title":"Adja meg a címet","Type or paste your content here.":"Írja be, vagy illessze be a tartalmat.","Font Size":"Betűméret","Tiny":"Apró","Small":"Kicsi","Big":"Nagy","Huge":"Hatalmas","Font Family":"Betűtípus","Default":"Alapértelmezett","Font Color":"Betűszín","Font Background Color":"Betű háttérszín","Document colors":"Dokumentum színek","Find and replace":"Keresés és csere","Find in text…":"Keresés szövegben...","Find":"Keresés","Previous result":"Előző találat","Next result":"Következő találat","Replace":"Csere","Replace all":"Mind cserél","Match case":"Nagybetű érzékeny","Whole words only":"Csak teljes szavak","Replace with…":"Csere erre...","Text to find must not be empty.":"A keresendő szöveg nem lehet üres.","Tip: Find some text first in order to replace it.":"Tipp: Először keressen egy szöveget, hogy lecserélhesse.","Advanced options":"Speciális beállítások","Find in the document":"Keresés a dokumentumban","Insert a soft break (a <code><br></code> element)":"Puha sortörő beszúrása (egy <code><br></code> elem)","Insert a hard break (a new paragraph)":"Kemény sortörő beszúrása (új bekezdés)","Cancel":"Mégsem","Clear":"Törlés","Remove color":"Szín eltávolítása","Restore default":"Alapértelmezés visszaállítása","Save":"Mentés","Show more items":"További elemek","%0 of %1":"%0 / %1","Cannot upload file:":"Nem sikerült a fájl feltöltése:","Rich Text Editor. Editing area: %0":"Rich text szerkesztő. Szerkesztési terület: %0","Insert with file manager":"Beillesztés fájlkezelővel","Replace with file manager":"Kicserélés fájlkezelővel","Insert image with file manager":"Illessze be a képet a fájlkezelővel","Replace image with file manager":"Cserélje ki a képet a fájlkezelővel","Toggle caption off":"Felirat kikapcsolása","Toggle caption on":"Felirat bekapcsolása","Content editing keystrokes":"Tartalom szerkesztési billentyűk","These keyboard shortcuts allow for quick access to content editing features.":"Ezek a gyorsbillentyű parancsok lehetővé teszik a tartalomszerkesztési funkciók gyors elérését.","User interface and content navigation keystrokes":"Felhasználói felület és tartalom navigációs billentyűparancsok","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Használd a következő billentyűket a hatékonyabb navigációhoz a CKEditor 5 felhasználói felületen.","Close contextual balloons, dropdowns, and dialogs":"A környezetfüggő buborékok, legördülő listák és párbeszédpanelek bezárása","Open the accessibility help dialog":"Kisegítő lehetőségek súgó megnyitása","Move focus between form fields (inputs, buttons, etc.)":"Fókusz mozgatása a mezők között (inputok, gombok, stb.)","Move focus to the menu bar, navigate between menu bars":"Fókusz áthelyezése a menüsorra, navigálás a menüsorok között","Move focus to the toolbar, navigate between toolbars":"Fókusz mozgatása az eszköztárhoz, navigáció az eszköztárak között","Navigate through the toolbar or menu bar":"Navigálás az eszköztáron vagy a menüsoron keresztül","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Az aktuálisan fókuszált gomb végrehajtása. A szerkesztő tartalmával interakcióba lépő gombok végrehajtása visszahelyezi a fókuszt a tartalomra.","Accept":"Elfogad","Insert code block":"Kód blokk beszúrása","Plain text":"Egyszerű szöveg","Leaving %0 code snippet":"%0 kódrészlet elhagyása","Entering %0 code snippet":"%0 kódrészlet bevitele","Entering code snippet":"Kódrészlet bevitele","Leaving code snippet":"Kódrészlet elhagyása","Code block":"Kódblokk","Copy selected content":"Kiválasztott tartalom másolása","Paste content":"Tartalom beillesztése","Paste content as plain text":"Tartalom másolása egyszerű szövegként","Insert image or file":"Kép, vagy fájl beszúrása","Image or file":"Kép vagy fájl","Could not obtain resized image URL.":"Az átméretezett kép URL-je nem érhető el.","Selecting resized image failed":"Az átméretezett kép kiválasztása sikertelen","Could not insert image at the current position.":"A jelenlegi helyen nem szúrható be a kép.","Inserting image failed":"A kép beszúrása sikertelen","Open file manager":"Fájlkezelő megnyitása","Cannot determine a category for the uploaded file.":"Nem sikerült meghatározni a feltöltött fájl kategóriáját.","Cannot access default workspace.":"Nem lehetséges hozzáférni az alapértelmezett munkaterülethez.","Edit image":"Kép szerkesztése","Processing the edited image.":"A szerkesztett kép feldolgozása.","Server failed to process the image.":"A szerver nem tudta feldolgozni a képet.","Failed to determine category of edited image.":"Nem sikerült meghatározni a szerkesztett kép kategóriáját.","Block quote":"Idézet","Bold":"Félkövér","Italic":"Dőlt","Underline":"Aláhúzott","Code":"Forráskód","Strikethrough":"Áthúzott","Subscript":"Alsó index","Superscript":"Felső index","Italic text":"Dőlt szöveg","Move out of an inline code style":"Kilépés egy soron belüli kódstílusból","Bold text":"Félkövér szöveg","Underline text":"Aláhúzott szöveg","Strikethrough text":"Áthúzott szöveg","Saving changes":"Módosítások mentése","Revert autoformatting action":"Automatikus formázási művelet visszaállítása","Align left":"Balra igazítás","Align right":"Jobbra igazítás","Align center":"Középre igazítás","Justify":"Sorkizárt","Text alignment":"Szöveg igazítása","Text alignment toolbar":"Szöveg igazítás eszköztár"},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 { [ 'hu' ]: { dictionary, getPluralForm } } = {"hu":{"dictionary":{"Words: %0":"Szavak: %0","Characters: %0":"Karakterek: %0","Widget toolbar":"Widget eszköztár","Insert paragraph before block":"Bekezdés beszúrása elé","Insert paragraph after block":"Bekezdés beszúrása utána","Press Enter to type after or press Shift + Enter to type before the widget":"Az Enter billentyű megnyomásával a widget után, a Shift + Enter kombinációval pedig a widget előtt írhatja be a szöveget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Billentyűleütések, amelyek egy widget kiválasztásakor (például: kép, táblázat, stb.) használhatók","Insert a new paragraph directly after a widget":"Egy új bekezdés beszúrása közvetlenül a widget mögé","Insert a new paragraph directly before a widget":"Egy új bekezdés beszúrása közvetlenül a widget elé","Move the caret to allow typing directly before a widget":"Mozgasd a kurzort, hogy hogy közvetlenül a widget elé tudj gépelni","Move the caret to allow typing directly after a widget":"Mozgasd a kurzort, hogy közvetlenül a widget után tudj gépelni","Upload in progress":"A feltöltés folyamatban","Undo":"Visszavonás","Redo":"Újra","Rich Text Editor":"Bővített szövegszerkesztő","Editor editing area: %0":"Szerkesztő szerkesztési területe: %0","Edit block":"Blokk szerkesztése","Click to edit block":"Kattintson a blokk szerkesztéséhez","Drag to move":"Húzza a mozgatáshoz","Next":"Következő","Previous":"Előző","Editor toolbar":"Szerkesztő eszköztár","Dropdown toolbar":"Lenyíló eszköztár","Black":"Fekete","Dim grey":"Halvány szürke","Grey":"Szürke","Light grey":"Világosszürke","White":"Fehér","Red":"Piros","Orange":"Narancs","Yellow":"Sárga","Light green":"Világoszöld","Green":"Zöld","Aquamarine":"Kékeszöld","Turquoise":"Türkiz","Light blue":"Világoskék","Blue":"Kék","Purple":"Lila","Editor block content toolbar":"Szerkesztő - tartalomblokk eszköztár","Editor contextual toolbar":"Szerkesztő - szövegre vonatkozó eszköztár","HEX":"HEX színkód","No results found":"Nincs találat","No searchable items":"Nincsenek kereshető elemek","Editor dialog":"Szerkesztői párbeszédpanel","Close":"Bezárás","Help Contents. To close this dialog press ESC.":"Súgó tartalmak. A párbeszéd ablak bezárásához használd az ESC billentyűt.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Alább megtalálod a szerkesztéshez használható gyorsbillentyűk listáját.","(may require <kbd>Fn</kbd>)":"(szükség lehet a <kbd>Fn</kbd> használatára)","Accessibility":"Elérhetőség","Accessibility help":"Kisegítő lehetőségek","Press %0 for help.":"Segítségért nyomd le a %0 billentyűt.","Move focus in and out of an active dialog window":"Mozdítsd ki és be az aktív párbeszéd ablakot","MENU_BAR_MENU_FILE":"Fájl","MENU_BAR_MENU_EDIT":"Szerkesztés","MENU_BAR_MENU_VIEW":"Megjelenítés","MENU_BAR_MENU_INSERT":"Beszúrás","MENU_BAR_MENU_FORMAT":"Formátum","MENU_BAR_MENU_TOOLS":"Eszközök","MENU_BAR_MENU_HELP":"Súgó","MENU_BAR_MENU_TEXT":"Szöveg","MENU_BAR_MENU_FONT":"Betűtípus","Editor menu bar":"Szerkesztő menüsora","Please enter a valid color (e.g. \"ff0000\").":"Adjon meg egy érvényes színt (pl. \"ff0000\").","Insert table":"Táblázat beszúrása","Header column":"Oszlop fejléc","Insert column left":"Oszlop beszúrása balra","Insert column right":"Oszlop beszúrása jobbra","Delete column":"Oszlop törlése","Select column":"Oszlop kijelölése","Column":"Oszlop","Header row":"Sor fejléc","Insert row below":"Sor beszúrása alá","Insert row above":"Sor beszúrása fölé","Delete row":"Sor törlése","Select row":"Sor kijelölése","Row":"Sor","Merge cell up":"Cellák egyesítése felfelé","Merge cell right":"Cellák egyesítése jobbra","Merge cell down":"Cellák egyesítése lefelé","Merge cell left":"Cellák egyesítése balra","Split cell vertically":"Cella felosztása függőlegesen","Split cell horizontally":"Cella felosztása vízszintesen","Merge cells":"Cellaegyesítés","Table toolbar":"Táblázat eszköztár","Table properties":"Táblázat tulajdonságai","Cell properties":"Cella tulajdonságok","Border":"Keret","Style":"Stílus","Width":"Szélesség","Height":"Magasság","Color":"Szín","Background":"Háttér","Padding":"Térköz","Dimensions":"Méretek","Table cell text alignment":"Szöveg igazítása a cellában","Alignment":"Igazítás","Horizontal text alignment toolbar":"Vízszintes szövegigazítási eszköztár","Vertical text alignment toolbar":"Függőleges szövegigazítási eszköztár","Table alignment toolbar":"Táblázatigazítási eszköztár","None":"Nincs","Solid":"Tömör","Dotted":"Pontozott","Dashed":"Szaggatott","Double":"Dupla","Groove":"Árok","Ridge":"Gerinc","Inset":"Mélyített","Outset":"Kiemelkedő","Align cell text to the left":"Szöveg igazítása a cellában balra","Align cell text to the center":"Szöveg igazítása a cellában középre","Align cell text to the right":"Szöveg igazítása a cellában jobbra","Justify cell text":"Szöveg igazítása a cellában sorkizártra","Align cell text to the top":"Szöveg igazítása a cellában felülre","Align cell text to the middle":"Szöveg igazítása a cellában középre","Align cell text to the bottom":"Szöveg igazítása a cellában alulra","Align table to the left":"Tábla igazítása balra","Center table":"Tábla igazítása középre","Align table to the right":"Tábla igazítása jobbra","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"A szín érványtelen. Próbáld így \"#FF0000\" vagy \"rgb(255,0,0)\" vagy \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Az érték érvénytelen. Próbáld így \"10px\" vagy \"2em\" vagy csak egyszerűen \"2\".","Color picker":"Szín választása","Enter table caption":"Táblázat feliratának megadása","Keystrokes that can be used in a table cell":"Egy táblázatcellában használható billentyű leütések","Move the selection to the next cell":"A kiválasztás átmozgatása a következő cellába","Move the selection to the previous cell":"A kiválasztás átmozgatása az előző cellába","Insert a new table row (when in the last cell of a table)":"Új sor beillesztése a táblázatba (a táblázat utolsó cellájában)","Navigate through the table":"Navigáció a táblázatban","Table":"Táblázat","Styles":"Stílusok","Multiple styles":"Többféle stílus","Block styles":"Blokkstílusok","Text styles":"Szövegstílusok","Special characters":"Speciális karakterek","All":"Összes","Arrows":"Nyilak","Currency":"Valuta","Latin":"Latin","Mathematical":"Matematikai","Text":"Szöveg","leftwards simple arrow":"balra mutató egyszerű nyíl","rightwards simple arrow":"jobbra mutató egyszerű nyíl","upwards simple arrow":"felfelé mutató egyszerű nyíl","downwards simple arrow":"lefelé mutató egyszerű nyíl","leftwards double arrow":"dupla nyíl balra","rightwards double arrow":"dupla nyíl jobbra","upwards double arrow":"dupla nyíl felfelé","downwards double arrow":"dupla nyíl lefelé","leftwards dashed arrow":"szaggatott nyíl balra","rightwards dashed arrow":"szaggatott nyíl jobbra","upwards dashed arrow":"szaggatott nyíl felfelé","downwards dashed arrow":"szaggatott nyíl lefelé","leftwards arrow to bar":"vonalig érő balra nyíl","rightwards arrow to bar":"vonalig érő jobbra nyíl","upwards arrow to bar":"vonalig érő felfele nyíl","downwards arrow to bar":"vonalig érő lefele nyíl","up down arrow with base":"fel-le nyíl alapvonallal","back with leftwards arrow above":"back felirat felette balra nyíllal","end with leftwards arrow above":"end felirat felette balra nyíllal","on with exclamation mark with left right arrow above":"on felirat felkiáltójellel és felette jobbra-balra nyíllal","soon with rightwards arrow above":"soon felirat felette jobbra nyíllal","top with upwards arrow above":"top felirat felette felfele nyíllal","Dollar sign":"Dollár jel","Euro sign":"Euró jel","Yen sign":"Yen jel","Pound sign":"Font jel","Cent sign":"Cent jel","Euro-currency sign":"Euró pénznem jel","Colon sign":"Kettőspont","Cruzeiro sign":"Cruizero szimbólum","French franc sign":"Francia frank jel","Lira sign":"Líra jel","Currency sign":"Pénznem jel","Bitcoin sign":"Bitcoin jel","Mill sign":"Mill szimbólum","Naira sign":"Naira szimbólum","Peseta sign":"Peseta szimbólum","Rupee sign":"Rúpia szimbólum","Won sign":"Won szimbólum","New sheqel sign":"Új sékel szimbólum","Dong sign":"Dong szimbólum","Kip sign":"Kip szimbólum","Tugrik sign":"Tugrik szimbólum","Drachma sign":"Drachma szimbólum","German penny sign":"Német pfennig szimbólum","Peso sign":"Peso szimbólum","Guarani sign":"Guarani szimbólum","Austral sign":"Ausztrál szimbólum","Hryvnia sign":"Hrivnya szimbólum","Cedi sign":"Cedi szimbólum","Livre tournois sign":"Livre tournois szimbólum","Spesmilo sign":"Spesmilo szimbólum","Tenge sign":"Tenge szimbólum","Indian rupee sign":"Indiai rúpia szimbólum","Turkish lira sign":"Török líra szimbólum","Nordic mark sign":"Északi márka szimbólum","Manat sign":"Manat szimbólum","Ruble sign":"Rubel szimbólum","Latin capital letter a with macron":"Latin nagy a betű macronnal","Latin small letter a with macron":"Latin kis a betű macronnal","Latin capital letter a with breve":"Latin nagy a betű brevével","Latin small letter a with breve":"Latin kis a betű brevével","Latin capital letter a with ogonek":"Latin nagy a betű ogonekkel","Latin small letter a with ogonek":"Latin kis a betű ogonekkel","Latin capital letter c with acute":"Latin nagy c betű éles ékezettel","Latin small letter c with acute":"Latin kis c betű betű éles ékezettel","Latin capital letter c with circumflex":"Latin nagy c betű háztető ékezettel","Latin small letter c with circumflex":"Latin kis c betű betű háztető ékezettel","Latin capital letter c with dot above":"Latin nagy c betű egy pontos ékezettel","Latin small letter c with dot above":"Latin kis c betű egy pontos ékezettel","Latin capital letter c with caron":"Latin nagy c betű hacsekkel","Latin small letter c with caron":"Latin kis c betű hacsekkel","Latin capital letter d with caron":"Latin nagy d betű hacsekkel","Latin small letter d with caron":"Latin kis d betű hacsekkel","Latin capital letter d with stroke":"Latin nagy d betű áthúzva","Latin small letter d with stroke":"Latin kis d betű áthúzva","Latin capital letter e with macron":"Latin nagy e betű macronnal","Latin small letter e with macron":"Latin kis e betű macronnal","Latin capital letter e with breve":"Latin nagy e betű brevével","Latin small letter e with breve":"Latin kis e betű brevével","Latin capital letter e with dot above":"Latin nagy e betű egy pontos ékezettel","Latin small letter e with dot above":"Latin kis e betű egy pontos ékezettel","Latin capital letter e with ogonek":"Latin nagy e betű ogonekkel","Latin small letter e with ogonek":"Latin kis e betű ogonekkel","Latin capital letter e with caron":"Latin nagy e betű hacsekkel","Latin small letter e with caron":"Latin kis e betű hacsekkel","Latin capital letter g with circumflex":"Latin nagy g betű háztető ékezettel","Latin small letter g with circumflex":"Latin kis g betű háztető ékezettel","Latin capital letter g with breve":"Latin nagy g betű brevével","Latin small letter g with breve":"Latin kis g betű brevével","Latin capital letter g with dot above":"Latin nagy g betű egy pontos ékezettel","Latin small letter g with dot above":"Latin kis g betű egy pontos ékezettel","Latin capital letter g with cedilla":"Latin nagy g betű cedillával","Latin small letter g with cedilla":"Latin kis g betű cedillával","Latin capital letter h with circumflex":"Latin nagy h betű háztető ékezettel","Latin small letter h with circumflex":"Latin kis h betű háztető ékezettel","Latin capital letter h with stroke":"Latin nagy h betű áthúzva","Latin small letter h with stroke":"Latin kis h betű áthúzva","Latin capital letter i with tilde":"Latin nagy i betű tildével","Latin small letter i with tilde":"Latin kis i betű tildével","Latin capital letter i with macron":"Latin nagy i betű macronnal","Latin small letter i with macron":"Latin kis i betű macronnal","Latin capital letter i with breve":"Latin nagy i betű brevével","Latin small letter i with breve":"Latin kis i betű brevével","Latin capital letter i with ogonek":"Latin nagy i betű ogonekkel","Latin small letter i with ogonek":"Latin kis i betű ogonekkel","Latin capital letter i with dot above":"Latin nagy i betű egy pontos ékezettel","Latin small letter dotless i":"Latin pont nélküli kis i betű","Latin capital ligature ij":"Latin nagy ij ligatúra","Latin small ligature ij":"Latin kis ij ligatúra","Latin capital letter j with circumflex":"Latin nagy j betű háztető ékezettel","Latin small letter j with circumflex":"Latin kis j betű háztető ékezettel","Latin capital letter k with cedilla":"Latin nagy k betű cedillával","Latin small letter k with cedilla":"Latin kis k betű cedillával","Latin small letter kra":"latin kisbetűs kra","Latin capital letter l with acute":"Latin nagy l betű éles ékezettel","Latin small letter l with acute":"Latin kis l betű éles ékezettel","Latin capital letter l with cedilla":"Latin nagy l betű cedillával","Latin small letter l with cedilla":"Latin kis l betű cedillával","Latin capital letter l with caron":"Latin nagy l betű hacsekkel","Latin small letter l with caron":"Latin kis l betű hacsekkel","Latin capital letter l with middle dot":"Latin nagy l betű középen ponttal","Latin small letter l with middle dot":"Latin kis l betű középen ponttal","Latin capital letter l with stroke":"Latin nagy l betű áthúzva","Latin small letter l with stroke":"Latin kis l betű áthúzva","Latin capital letter n with acute":"Latin nagy n betű éles ékezettel","Latin small letter n with acute":"Latin kis n betű éles ékezettel","Latin capital letter n with cedilla":"Latin nagy n betű cedillával","Latin small letter n with cedilla":"Latin kis n betű cedillával","Latin capital letter n with caron":"Latin nagy n betű hacsekkel","Latin small letter n with caron":"Latin kis n betű hacsekkel","Latin small letter n preceded by apostrophe":"Latin kis n betű előtte aposztróffal","Latin capital letter eng":"Latin nagybetűs eng","Latin small letter eng":"Latin kisbetűs eng","Latin capital letter o with macron":"Latin nagy o betű macronnal","Latin small letter o with macron":"Latin kis o betű macronnal","Latin capital letter o with breve":"Latin nagy o betű brevével","Latin small letter o with breve":"Latin kis o betű brevével","Latin capital letter o with double acute":"Latin nagy o betű kettős éles ékezettel","Latin small letter o with double acute":"Latin kis o betű kettős éles ékezettel","Latin capital ligature oe":"Latin nagy oe ligatúra","Latin small ligature oe":"Latin kis oe ligatúra","Latin capital letter r with acute":"Latin nagy r betű éles ékezettel","Latin small letter r with acute":"Latin kis r betű éles ékezettel","Latin capital letter r with cedilla":"Latin nagy r betű cedillával","Latin small letter r with cedilla":"Latin kis r betű cedillával","Latin capital letter r with caron":"Latin nagy r betű hacsekkel","Latin small letter r with caron":"Latin kis r betű hacsekkel","Latin capital letter s with acute":"Latin nagy s betű éles ékezettel","Latin small letter s with acute":"Latin kis s betű éles ékezettel","Latin capital letter s with circumflex":"Latin nagy s betű háztető ékezettel","Latin small letter s with circumflex":"Latin kis s betű háztető ékezettel","Latin capital letter s with cedilla":"Latin nagy s betű cedillával","Latin small letter s with cedilla":"Latin kis s betű cedillával","Latin capital letter s with caron":"Latin nagy s betű hacsekkel","Latin small letter s with caron":"Latin kis s betű hacsekkel","Latin capital letter t with cedilla":"Latin nagy t betű cedillával","Latin small letter t with cedilla":"Latin kis t betű cedillával","Latin capital letter t with caron":"Latin nagy t betű hacsekkel","Latin small letter t with caron":"Latin kis t betű hacsekkel","Latin capital letter t with stroke":"Latin nagy t betű áthúzva","Latin small letter t with stroke":"Latin kis t betű áthúzva","Latin capital letter u with tilde":"Latin nagy u betű tildével","Latin small letter u with tilde":"Latin kis u betű tildével","Latin capital letter u with macron":"Latin nagy u betű macronnal","Latin small letter u with macron":"Latin kis u betű macronnal","Latin capital letter u with breve":"Latin nagy u betű brevével","Latin small letter u with breve":"Latin kis u betű brevével","Latin capital letter u with ring above":"Latin nagy u betű karika ékezettel","Latin small letter u with ring above":"Latin kis u betű karika ékezettel","Latin capital letter u with double acute":"Latin nagy u betű kettős éles ékezettel","Latin small letter u with double acute":"Latin kis u betű kettős éles ékezettel","Latin capital letter u with ogonek":"Latin nagy u betű ogonekkel","Latin small letter u with ogonek":"Latin kis u betű ogonekkel","Latin capital letter w with circumflex":"Latin nagy w betű háztető ékezettel","Latin small letter w with circumflex":"Latin kis w betű háztető ékezettel","Latin capital letter y with circumflex":"Latin nagy y betű háztető ékezettel","Latin small letter y with circumflex":"Latin kis y betű háztető ékezettel","Latin capital letter y with diaeresis":"Latin nagy y betű diarézissel","Latin capital letter z with acute":"Latin nagy z betű éles ékezettel","Latin small letter z with acute":"Latin kis z betű éles ékezettel","Latin capital letter z with dot above":"Latin nagy z betű egy pontos ékezettel","Latin small letter z with dot above":"Latin kis z betű egy pontos ékezettel","Latin capital letter z with caron":"Latin nagy z betű hacsekkel","Latin small letter z with caron":"Latin kis z betű hacsekkel","Latin small letter long s":"Latin kisbetűs hosszú s","Less-than sign":"Kisebb jel","Greater-than sign":"Nagyobb jel","Less-than or equal to":"Kisebb vagy egyenlő jel","Greater-than or equal to":"Nagyobb vagy egyenlő jel","En dash":"Félkvirtmínusz","Em dash":"Kvirtmínusz","Macron":"Macron","Overline":"Föléhúzás","Degree sign":"Fokjel","Minus sign":"Mínuszjel","Plus-minus sign":"Pluszmínusz-jel","Division sign":"Osztásjel","Fraction slash":"Törtvonás","Multiplication sign":"Szorzójel","Latin small letter f with hook":"Latin kisbetűs f-horog","Integral":"Integrál","N-ary summation":"N-áris szumma","Infinity":"Végtelen","Square root":"Négyzetgyök","Tilde operator":"Hullámvonal","Approximately equal to":"Közelítőleg egyenlő","Almost equal to":"Majdnem egyenlő","Not equal to":"Nem egyenlő","Identical to":"Azonos","Element of":"Része","Not an element of":"Nem része","Contains as member":"Tagként tartalmaz","N-ary product":"N-áris produktum","Logical and":"Logikai és ","Logical or":"Logikai vagy","Not sign":"Nem szimbólum","Intersection":"Metszet","Union":"Egyesítés","Partial differential":"Parciális derivált","For all":"Mindenre","There exists":"Létezik","Empty set":"Üres halmaz","Nabla":"Nabla","Asterisk operator":"Csillag műveleti jel","Proportional to":"Aránylik","Angle":"Szög","Vulgar fraction one quarter":"Vulgáris tört egynegyed","Vulgar fraction one half":"Vulgáris tört egyketted","Vulgar fraction three quarters":"Vulgáris tört háromnegyed","Single left-pointing angle quotation mark":"Szimpla bal oldali szögletes idézőjel","Single right-pointing angle quotation mark":"Jobb oldali szimpla szögletes idézőjel","Left-pointing double angle quotation mark":"Bal oldali dupla szögletes idézőjel","Right-pointing double angle quotation mark":"Jobb oldali dupla szögletes idézőjel","Left single quotation mark":"Bal oldali szimpla idézőjel","Right single quotation mark":"Jobb oldali szimpla idézőjel","Left double quotation mark":"Bal oldali dupla idézőjel","Right double quotation mark":"Jobb oldali dupla idézőjel","Single low-9 quotation mark":"Szimpla 9-es alakú alsó idézőjel","Double low-9 quotation mark":"Dupla 9-es alakú alsó idézőjel","Inverted exclamation mark":"Fordított felkiáltójel","Inverted question mark":"Fordított kérdőjel","Two dot leader":"Két bevezető pont","Horizontal ellipsis":"Vízszintes három pont","Double dagger":"Kettős kereszt","Per mille sign":"Ezrelékjel","Per ten thousand sign":"Tízezrelékjel","Double exclamation mark":"Kettős felkiáltójel","Question exclamation mark":"Kérdő- és felkiáltójel","Exclamation question mark":"Felkiáltó- és kérdőjel","Double question mark":"Dupla kérdőjel","Copyright sign":"Copyright jele","Registered sign":"Bejegyzett védjegy szimbólum","Trade mark sign":"Kereskedelmi védjegy szimbólum","Section sign":"Szakaszjel","Paragraph sign":"Bekezdésjel","Reversed paragraph sign":"Fordított bekezdésjel","Character categories":"Karakterek kategóriái","Source":"Forrás","Show source":"Forrás megjelenítése","Show blocks":"Blokkok megjelenítése","Select all":"Mindet kijelöl","Disable editing":"Szerkesztés letiltása","Enable editing":"Szerkesztés engedélyezése","Previous editable region":"Előző szerkeszthető terület","Next editable region":"Következő szerkeszthető terület","Navigate editable regions":"Szerkeszthető területek navigálása","Remove Format":"Formázás eltávolítása","Page break":"Oldaltörés","media widget":"Média widget","Media URL":"Média URL","Paste the media URL in the input.":"Illessze be a média URL-jét.","Tip: Paste the URL into the content to embed faster.":"Tipp: Illessze be a média URL-jét a tartalomba.","The URL must not be empty.":"Az URL nem lehet üres.","This media URL is not supported.":"Ez a média URL típus nem támogatott.","Insert media":"Média beszúrása","Media toolbar":"Média eszköztár","Open media in new tab":"Nyissa meg a médiát új lapon","Numbered List":"Számozott lista","Bulleted List":"Pontozott lista","To-do List":"Tennivaló lista","Bulleted list styles toolbar":"Felsorolásos lista stílusú eszköztár","Numbered list styles toolbar":"Számozott lista stílusú eszköztár","Toggle the disc list style":"Korong stílusú lista bekapcsolása","Toggle the circle list style":"Kör stílusú lista bekapcsolása","Toggle the square list style":"Négyzet stílusú lista bekapcsolása","Toggle the decimal list style":"Tizedesjegy stílusú lista bekapcsolása","Toggle the decimal with leading zero list style":"Zéróval kezdődő tizedesjegy stílusú lista bekapcsolása","Toggle the lower–roman list style":"Kis római számok stílusú lista bekapcsolása","Toggle the upper–roman list style":"Nagy római számok stílusú lista bekapcsolása","Toggle the lower–latin list style":"Kis latin betűs stílusú lista bekapcsolása","Toggle the upper–latin list style":"Nagy latin betűs stílusú lista bekapcsolása","Disc":"Korong","Circle":"Kör","Square":"Négyzet","Decimal":"Szám","Decimal with leading zero":"Nullával kezdődő szám","Lower–roman":"Kisbetűs római szám","Upper-roman":"Nagybetűs római szám","Lower-latin":"Kisbetűs latin szám","Upper-latin":"Nagybetűs latin szám","List properties":"Lista tulajdonságai","Start at":"Kezdőpont","Invalid start index value.":"Hibás induló indexérték.","Start index must be greater than 0.":"A kezdő index nagyobb kell legyen mint 0.","Reversed order":"Fordított sorrend","Keystrokes that can be used in a list":"A listában használható billentyűk","Increase list item indent":"A listaelem behúzás növelése","Decrease list item indent":"A listaelem behúzás csökkentése","Entering a to-do list":"Belépés a tennivalók listájába","Leaving a to-do list":"Tennivalók listájának elhagyás","Unlink":"Link eltávolítása","Link":"Link","Link URL":"URL link","Link URL must not be empty.":"A link URL-címe nem lehet üres.","Link image":"Hivatkozás","Edit link":"Link szerkesztése","Open link in new tab":"Link megnyitása új ablakban","This link has no URL":"A link nem tartalmaz URL-t","Open in a new tab":"Megnyitás új lapon","Downloadable":"Letölthető","Create link":"Link létrehozása","Move out of a link":"Kilépés egy linkből","Language":"Nyelv","Choose language":"Nyelv választása","Remove language":"Nyelv eltávolítása","Increase indent":"Behúzás növelése","Decrease indent":"Behúzás csökkentése","image widget":"képmodul","Wrap text":"Körbefuttatás","Break text":"Sortörés","In line":"Soron belül","Side image":"Oldalsó kép","Full size image":"Teljes méretű kép","Left aligned image":"Balra igazított kép","Centered image":"Középre igazított kép","Right aligned image":"Jobbra igazított kép","Change image text alternative":"Helyettesítő szöveg módosítása","Text alternative":"Helyettesítő szöveg","Enter image caption":"Képaláírás megadása","Insert image":"Kép beszúrása","Replace image":"Kép kicserélése","Upload from computer":"Feltöltés a számítógépről","Replace from computer":"Kicserélés a számítógépről","Upload image from computer":"Töltsön fel képet a számítógépről","Image from computer":"Kép a számítógépről","Replace image from computer":"Cserélje ki a számítógépről","Upload failed":"A feltöltés nem sikerült","Image toolbar":"Kép eszköztár","Resize image":"Kép átméretezése","Resize image to %0":"Kép méretezése %0","Resize image to the original size":"Kép méretezése az eredeti méretre","Resize image (in %0)":"Kép átméretezése (%0)","Original":"Eredeti","Custom image size":"Egyéni képméret","Custom":"Egyéni","Image resize list":"Kép átméretezési lista","Insert":"Beszúrás","Update":"Módosítás","Insert image via URL":"Kép beszúrása URL alapján","Update image URL":"Kép URL módosítása","Caption for the image":"Felirat a képhez","Caption for image: %0":"Képfelirat: %0","The value must not be empty.":"Az érték nem lehet üres.","The value should be a plain number.":"Az érték egy egyszerű szám kell legyen.","Uploading image":"Kép feltöltése","Image upload complete":"A kép feltöltése befejeződött","Error during image upload":"Hiba a kép feltöltése során","HTML object":"HTML objektum","Insert HTML":"HTML beillesztése","HTML snippet":"HTML kódrészlet","Paste raw HTML here...":"Másolja ide a HTML forrás szövegét...","Edit source":"Forrás szerkesztése","Save changes":"Módosítások mentése","No preview available":"Nincs elérhető előnézet","Empty snippet content":"Üres kódrészleti tartalom","Horizontal line":"Vízszintes elválasztóvonal","Yellow marker":"Sárga kiemelő","Green marker":"Zöld kiemelő","Pink marker":"Rózsaszín kiemelő","Blue marker":"Kék kiemelő","Red pen":"Piros toll","Green pen":"Zöld toll","Remove highlight":"Kiemelés eltávolítása","Highlight":"Kiemelés","Text highlight toolbar":"Szöveg kiemelés eszköztár","Paragraph":"Bekezdés","Heading":"Stílusok","Choose heading":"Stílus megadása","Heading 1":"Címsor 1","Heading 2":"Címsor 2","Heading 3":"Címsor 3","Heading 4":"Címsor 4","Heading 5":"Címsor 5","Heading 6":"Címsor 6","Type your title":"Adja meg a címet","Type or paste your content here.":"Írja be, vagy illessze be a tartalmat.","Font Size":"Betűméret","Tiny":"Apró","Small":"Kicsi","Big":"Nagy","Huge":"Hatalmas","Font Family":"Betűtípus","Default":"Alapértelmezett","Font Color":"Betűszín","Font Background Color":"Betű háttérszín","Document colors":"Dokumentum színek","Find and replace":"Keresés és csere","Find in text…":"Keresés szövegben...","Find":"Keresés","Previous result":"Előző találat","Next result":"Következő találat","Replace":"Csere","Replace all":"Mind cserél","Match case":"Nagybetű érzékeny","Whole words only":"Csak teljes szavak","Replace with…":"Csere erre...","Text to find must not be empty.":"A keresendő szöveg nem lehet üres.","Tip: Find some text first in order to replace it.":"Tipp: Először keressen egy szöveget, hogy lecserélhesse.","Advanced options":"Speciális beállítások","Find in the document":"Keresés a dokumentumban","Insert a soft break (a <code><br></code> element)":"Puha sortörő beszúrása (egy <code><br></code> elem)","Insert a hard break (a new paragraph)":"Kemény sortörő beszúrása (új bekezdés)","Cancel":"Mégsem","Clear":"Törlés","Remove color":"Szín eltávolítása","Restore default":"Alapértelmezés visszaállítása","Save":"Mentés","Show more items":"További elemek","%0 of %1":"%0 / %1","Cannot upload file:":"Nem sikerült a fájl feltöltése:","Rich Text Editor. Editing area: %0":"Rich text szerkesztő. Szerkesztési terület: %0","Insert with file manager":"Beillesztés fájlkezelővel","Replace with file manager":"Kicserélés fájlkezelővel","Insert image with file manager":"Illessze be a képet a fájlkezelővel","Replace image with file manager":"Cserélje ki a képet a fájlkezelővel","Toggle caption off":"Felirat kikapcsolása","Toggle caption on":"Felirat bekapcsolása","Content editing keystrokes":"Tartalom szerkesztési billentyűk","These keyboard shortcuts allow for quick access to content editing features.":"Ezek a gyorsbillentyű parancsok lehetővé teszik a tartalomszerkesztési funkciók gyors elérését.","User interface and content navigation keystrokes":"Felhasználói felület és tartalom navigációs billentyűparancsok","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Használd a következő billentyűket a hatékonyabb navigációhoz a CKEditor 5 felhasználói felületen.","Close contextual balloons, dropdowns, and dialogs":"A környezetfüggő buborékok, legördülő listák és párbeszédpanelek bezárása","Open the accessibility help dialog":"Kisegítő lehetőségek súgó megnyitása","Move focus between form fields (inputs, buttons, etc.)":"Fókusz mozgatása a mezők között (inputok, gombok, stb.)","Move focus to the menu bar, navigate between menu bars":"Fókusz áthelyezése a menüsorra, navigálás a menüsorok között","Move focus to the toolbar, navigate between toolbars":"Fókusz mozgatása az eszköztárhoz, navigáció az eszköztárak között","Navigate through the toolbar or menu bar":"Navigálás az eszköztáron vagy a menüsoron keresztül","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Az aktuálisan fókuszált gomb végrehajtása. A szerkesztő tartalmával interakcióba lépő gombok végrehajtása visszahelyezi a fókuszt a tartalomra.","Accept":"Elfogad","Insert code block":"Kód blokk beszúrása","Plain text":"Egyszerű szöveg","Leaving %0 code snippet":"%0 kódrészlet elhagyása","Entering %0 code snippet":"%0 kódrészlet bevitele","Entering code snippet":"Kódrészlet bevitele","Leaving code snippet":"Kódrészlet elhagyása","Code block":"Kódblokk","Copy selected content":"Kiválasztott tartalom másolása","Paste content":"Tartalom beillesztése","Paste content as plain text":"Tartalom másolása egyszerű szövegként","Insert image or file":"Kép, vagy fájl beszúrása","Image or file":"Kép vagy fájl","Could not obtain resized image URL.":"Az átméretezett kép URL-je nem érhető el.","Selecting resized image failed":"Az átméretezett kép kiválasztása sikertelen","Could not insert image at the current position.":"A jelenlegi helyen nem szúrható be a kép.","Inserting image failed":"A kép beszúrása sikertelen","Open file manager":"Fájlkezelő megnyitása","Cannot determine a category for the uploaded file.":"Nem sikerült meghatározni a feltöltött fájl kategóriáját.","Cannot access default workspace.":"Nem lehetséges hozzáférni az alapértelmezett munkaterülethez.","Edit image":"Kép szerkesztése","Processing the edited image.":"A szerkesztett kép feldolgozása.","Server failed to process the image.":"A szerver nem tudta feldolgozni a képet.","Failed to determine category of edited image.":"Nem sikerült meghatározni a szerkesztett kép kategóriáját.","Block quote":"Idézet","Bold":"Félkövér","Italic":"Dőlt","Underline":"Aláhúzott","Code":"Forráskód","Strikethrough":"Áthúzott","Subscript":"Alsó index","Superscript":"Felső index","Italic text":"Dőlt szöveg","Move out of an inline code style":"Kilépés egy soron belüli kódstílusból","Bold text":"Félkövér szöveg","Underline text":"Aláhúzott szöveg","Strikethrough text":"Áthúzott szöveg","Saving changes":"Módosítások mentése","Revert autoformatting action":"Automatikus formázási művelet visszaállítása","Align left":"Balra igazítás","Align right":"Jobbra igazítás","Align center":"Középre igazítás","Justify":"Sorkizárt","Text alignment":"Szöveg igazítása","Text alignment toolbar":"Szöveg igazítás eszköztár"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'hu' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'hu' ].dictionary = Object.assign( e[ 'hu' ].dictionary, dictionary );
|
10
|
+
e[ 'hu' ].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 {"hy":{"dictionary":{"Words: %0":"%0 բառեր","Characters: %0":"%0 նիշեր","Insert table":"","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"","Column":"Սյունակ","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"","Row":"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","Dotted":"","Dashed":"","Double":"","Groove":"","Ridge":"","Inset":"","Outset":"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Enter table caption":"","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Unlink":"","Link":"Հղում","Link URL":"","Link URL must not be empty.":"","Link image":"","Edit link":"Խմբագրել հղումը","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","Paragraph":"","Heading":"","Choose heading":"","Heading 1":"Վերնագիր 1","Heading 2":"Վերնագիր 2","Heading 3":"Վերնագիր 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"Չեղարկել","Clear":"","Remove color":"","Restore default":"","Save":"","Show more items":"","%0 of %1":"","Cannot upload file:":"","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":"","Bold":"Թավագիր","Italic":"Շեղագիր","Underline":"Ընդգծել","Code":"Կոդ","Strikethrough":"Գծանշել","Subscript":"Ենթատեքստ","Superscript":"Գերագիր","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Փոփոխությունները պահպանվում են"},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 { [ 'hy' ]: { dictionary, getPluralForm } } = {"hy":{"dictionary":{"Words: %0":"%0 բառեր","Characters: %0":"%0 նիշեր","Insert table":"","Header column":"","Insert column left":"","Insert column right":"","Delete column":"","Select column":"","Column":"Սյունակ","Header row":"","Insert row below":"","Insert row above":"","Delete row":"","Select row":"","Row":"","Merge cell up":"","Merge cell right":"","Merge cell down":"","Merge cell left":"","Split cell vertically":"","Split cell horizontally":"","Merge cells":"","Table toolbar":"","Table properties":"","Cell properties":"","Border":"","Style":"","Width":"","Height":"","Color":"","Background":"","Padding":"","Dimensions":"","Table cell text alignment":"","Alignment":"","Horizontal text alignment toolbar":"","Vertical text alignment toolbar":"","Table alignment toolbar":"","None":"","Solid":"","Dotted":"","Dashed":"","Double":"","Groove":"","Ridge":"","Inset":"","Outset":"","Align cell text to the left":"","Align cell text to the center":"","Align cell text to the right":"","Justify cell text":"","Align cell text to the top":"","Align cell text to the middle":"","Align cell text to the bottom":"","Align table to the left":"","Center table":"","Align table to the right":"","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"","Color picker":"","Enter table caption":"","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Unlink":"","Link":"Հղում","Link URL":"","Link URL must not be empty.":"","Link image":"","Edit link":"Խմբագրել հղումը","Open link in new tab":"","This link has no URL":"","Open in a new tab":"","Downloadable":"","Create link":"","Move out of a link":"","Paragraph":"","Heading":"","Choose heading":"","Heading 1":"Վերնագիր 1","Heading 2":"Վերնագիր 2","Heading 3":"Վերնագիր 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"Չեղարկել","Clear":"","Remove color":"","Restore default":"","Save":"","Show more items":"","%0 of %1":"","Cannot upload file:":"","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":"","Bold":"Թավագիր","Italic":"Շեղագիր","Underline":"Ընդգծել","Code":"Կոդ","Strikethrough":"Գծանշել","Subscript":"Ենթատեքստ","Superscript":"Գերագիր","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"Փոփոխությունները պահպանվում են"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'hy' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'hy' ].dictionary = Object.assign( e[ 'hy' ].dictionary, dictionary );
|
10
|
+
e[ 'hy' ].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 {"id":{"dictionary":{"Words: %0":"Kata: %0","Characters: %0":"Karakter: %0","Widget toolbar":"Alat widget","Insert paragraph before block":"Tambahkan paragraf sebelum blok","Insert paragraph after block":"Tambahkan paragraf setelah blok","Press Enter to type after or press Shift + Enter to type before the widget":"Tekan Enter untuk mengetik setelah atau tekan Shift + Enter untuk mengetik sebelum widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Penekanan tombol yang bisa dilakukan saat widget dipilih (contoh: gambar, tabel, dll.)","Insert a new paragraph directly after a widget":"Sisipkan paragraf baru secara langsung setelah widget","Insert a new paragraph directly before a widget":"Sisipkan paragraf baru secara langsung sebelum widget","Move the caret to allow typing directly before a widget":"Pindahkan tanda sisipan untuk memungkinkan mengetik langsung setelah widget","Move the caret to allow typing directly after a widget":"Pindahkan tanda sisipan untuk memungkinkan mengetik langsung setelah widget","Upload in progress":"Sedang mengunggah","Undo":"Batal","Redo":"Lakukan lagi","Rich Text Editor":"Editor Teks Kaya","Editor editing area: %0":"Area edit editor: %0","Edit block":"Sunting blok","Click to edit block":"Klik untuk mengedit blok","Drag to move":"Seret untuk memindahkan","Next":"Berikutnya","Previous":"Sebelumnya","Editor toolbar":"Alat editor","Dropdown toolbar":"Alat dropdown","Black":"Hitam","Dim grey":"Kelabu gelap","Grey":"Kelabu","Light grey":"Kelabu terang","White":"Putih","Red":"Merah","Orange":"Jingga","Yellow":"Kuning","Light green":"Hijau terang","Green":"Hijau","Aquamarine":"Biru laut","Turquoise":"Turkish","Light blue":"Biru terang","Blue":"Biru","Purple":"Ungu","Editor block content toolbar":"Bilah alat konten blok editor","Editor contextual toolbar":"Bilah alat kontekstual editor","HEX":"HEX","No results found":"Hasil tidak ditemukan","No searchable items":"Tidak ada item yang dapat dicari","Editor dialog":"Dialog editor","Close":"Tutup","Help Contents. To close this dialog press ESC.":"Konten Bantuan. Untuk menutup dialog ini, tekan ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Di bawah ini, Anda dapat menemukan daftar pintasan keyboard yang dapat digunakan di editor.","(may require <kbd>Fn</kbd>)":"(mungkin memerlukan <kbd>Fn</kbd>)","Accessibility":"Aksesibilitas","Accessibility help":"Bantuan aksesibilitas","Press %0 for help.":"Tekan %0 untuk mendapatkan bantuan.","Move focus in and out of an active dialog window":"Pindahkan fokus ke dalam dan ke luar jendela dialog yang aktif","MENU_BAR_MENU_FILE":"File","MENU_BAR_MENU_EDIT":"Ubah","MENU_BAR_MENU_VIEW":"Lihat","MENU_BAR_MENU_INSERT":"Sisipkan","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Alat","MENU_BAR_MENU_HELP":"Bantuan","MENU_BAR_MENU_TEXT":"Teks","MENU_BAR_MENU_FONT":"Fon","Editor menu bar":"Bilah menu editor","Please enter a valid color (e.g. \"ff0000\").":"Silakan masukkan warna yang absah (e.g. “ff0000”).","Insert table":"Sisipkan tabel","Header column":"Kolom tajuk","Insert column left":"Sisipkan kolom ke kiri","Insert column right":"Sisipkan kolom ke kanan","Delete column":"Hapus kolom","Select column":"Seleksi kolom","Column":"Kolom","Header row":"Baris tajuk","Insert row below":"Sisipkan baris ke bawah","Insert row above":"Sisipkan baris ke atas","Delete row":"Hapus baris","Select row":"Seleksi baris","Row":"Baris","Merge cell up":"Gabungkan sel ke atas","Merge cell right":"Gabungkan sel ke kanan","Merge cell down":"Gabungkan sel ke bawah","Merge cell left":"Gabungkan sel ke kiri","Split cell vertically":"Bagikan sel secara vertikal","Split cell horizontally":"Bagikan sel secara horizontal","Merge cells":"Gabungkan sel","Table toolbar":"Alat tabel","Table properties":"Properti tabel","Cell properties":"Properti sel","Border":"Garis batas","Style":"Gaya","Width":"Lebar","Height":"Tinggi","Color":"Warna","Background":"Latar belakang","Padding":"Padding","Dimensions":"Dimensi","Table cell text alignment":"Penjajaran teks sel tabel","Alignment":"Penjajaran","Horizontal text alignment toolbar":"Bilah alat penjajaran teks horizontal","Vertical text alignment toolbar":"Bilah alat penjajaran teks vertikal","Table alignment toolbar":"Bilah alat penjajaran tabel","None":"Tidak ada","Solid":"Garis utuh","Dotted":"Titik titik","Dashed":"Garis putus-putus","Double":"Ganda","Groove":"Groove","Ridge":"Ridge","Inset":"Inset","Outset":"Outset","Align cell text to the left":"Sejajarkan teks sel ke kiri","Align cell text to the center":"Sejajarkan teks sel ke tengah","Align cell text to the right":"Sejajarkan teks sel ke kanan","Justify cell text":"Ratakan teks sel","Align cell text to the top":"Sejajarkan teks sel ke atas","Align cell text to the middle":"Sejajarkan teks sel ke tengah","Align cell text to the bottom":"Sejajarkan teks sel ke bawah","Align table to the left":"Sejajarkan teks sel ke kiri","Center table":"Tengahkan tabel","Align table to the right":"Sejajarkan teks sel ke kanan","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Warna tidak valid. Coba \"#FF0000\" atau \"rgb(255,0,0)\" atau \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Nilai tidak valid. Coba \"10px\" atau \"2em\" atau hanya \"2\".","Color picker":"Pengambil warna","Enter table caption":"Masukkan keterangan tabel","Keystrokes that can be used in a table cell":"Penekanan tombol yang dapat digunakan di sel tabel","Move the selection to the next cell":"Pindahkan pilihan ke sel berikutnya","Move the selection to the previous cell":"Pindahkan pilihan ke sel sebelumnya","Insert a new table row (when in the last cell of a table)":"Sisipkan baris tabel baru (saat berada di sel terakhir tabel)","Navigate through the table":"Menjelajahi tabel","Table":"Tabel","Styles":"Gaya","Multiple styles":"Banyak gaya","Block styles":"Gaya blok","Text styles":"Gaya teks","Special characters":"Karakter spesial","All":"Semua","Arrows":"Panah","Currency":"Mata Uang","Latin":"Latin","Mathematical":"Matematika","Text":"Teks","leftwards simple arrow":"panah kiri sederhana","rightwards simple arrow":"panah kanan sederhana","upwards simple arrow":"panah atas sederhana","downwards simple arrow":"panah bawah sederhana","leftwards double arrow":"Panah ganda ke kiri","rightwards double arrow":"Panah ganda ke kanan","upwards double arrow":"Panah ganda ke atas","downwards double arrow":"Panah ganda ke bawah","leftwards dashed arrow":"Panah putus-putus ke kiri","rightwards dashed arrow":"Panah putus-putus ke kanan","upwards dashed arrow":"Panah putus-putus ke atas","downwards dashed arrow":"Panah putus-putus ke ke bawah","leftwards arrow to bar":"panah kiri ke bar","rightwards arrow to bar":"panah kanan ke bar","upwards arrow to bar":"panah atas ke bar","downwards arrow to bar":"panah bawah ke bar","up down arrow with base":"panah atas bawah dari dasar","back with leftwards arrow above":"belakang dengan panah kiri di atas","end with leftwards arrow above":"akhir dengan panah kiri di atas","on with exclamation mark with left right arrow above":"nyala tanda seru dengan panah kiri kanan di atas","soon with rightwards arrow above":"segera (soon) dengan panah arah kanan di atas","top with upwards arrow above":"puncak (top) dengan panah arah atas di atas","Dollar sign":"Tanda dollar","Euro sign":"Tanda euro","Yen sign":"Tanda yen","Pound sign":"Tanda pound","Cent sign":"Tanda sen","Euro-currency sign":"Tanda mata uang euro","Colon sign":"Tanda titik dua","Cruzeiro sign":"Simbol cruzeiro ","French franc sign":"Simbol franc Prancis","Lira sign":"Simbol lira","Currency sign":"Tanda mata uang","Bitcoin sign":"Tanda bitcoin","Mill sign":"Simbol mill","Naira sign":"Simbol naira","Peseta sign":"Simbol peseta","Rupee sign":"Tanda rupee","Won sign":"Tanda won","New sheqel sign":"Simbol shekel baru","Dong sign":"Simbol dong","Kip sign":"Simbol kip","Tugrik sign":"Simbol tugrik","Drachma sign":"Simbol drakhma","German penny sign":"Simbol penny Jerman","Peso sign":"Tanda peso","Guarani sign":"Simbol guarani","Austral sign":"Simbol austral","Hryvnia sign":"Simbol hryvnia","Cedi sign":"Simbol cedi","Livre tournois sign":"Simbol livre tournois","Spesmilo sign":"Simbol spesmilo","Tenge sign":"Simbol tenge","Indian rupee sign":"Tanda rupee India","Turkish lira sign":"Simbol lira Turki","Nordic mark sign":"Simbol mark Nordik","Manat sign":"Simbol manat","Ruble sign":"Simbol rubel","Latin capital letter a with macron":"Huruf Latin besar a dengan macron","Latin small letter a with macron":"Huruf Latin kecil a dengan macron","Latin capital letter a with breve":"Huruf Latin besar a dengan breve","Latin small letter a with breve":"Huruf Latin kecil a dengan breve","Latin capital letter a with ogonek":"Huruf Latin besar a dengan ogonek","Latin small letter a with ogonek":"Huruf Latin kecil a dengan ogonek","Latin capital letter c with acute":"Huruf Latin besar c dengan akut","Latin small letter c with acute":"Huruf Latin kecil c dengan akut","Latin capital letter c with circumflex":"Huruf Latin besar c dengan sirkumfleks","Latin small letter c with circumflex":"Huruf Latin kecil c dengan sirkumfleks","Latin capital letter c with dot above":"Huruf Latin besar c dengan titik di atas","Latin small letter c with dot above":"Huruf Latin kecil c dengan titik di atas","Latin capital letter c with caron":"Huruf Latin besar c dengan caron","Latin small letter c with caron":"Huruf Latin kecil c dengan caron","Latin capital letter d with caron":"Huruf Latin besar d dengan caron","Latin small letter d with caron":"Huruf Latin kecil d dengan caron","Latin capital letter d with stroke":"Huruf Latin besar d dengan garis","Latin small letter d with stroke":"Huruf Latin kecil d dengan garis","Latin capital letter e with macron":"Huruf Latin besar e dengan macron","Latin small letter e with macron":"Huruf Latin kecil e dengan macron","Latin capital letter e with breve":"Huruf Latin besar e dengan breve","Latin small letter e with breve":"Huruf Latin kecil e dengan breve","Latin capital letter e with dot above":"Huruf Latin besar e dengan titik di atas","Latin small letter e with dot above":"Huruf Latin kecil e dengan titik di atas","Latin capital letter e with ogonek":"Huruf Latin besar e dengan ogonek","Latin small letter e with ogonek":"Huruf Latin kecil e dengan ogonek","Latin capital letter e with caron":"Huruf Latin besar e dengan caron","Latin small letter e with caron":"Huruf Latin kecil e dengan caron","Latin capital letter g with circumflex":"Huruf Latin besar g dengan sirkumfleks","Latin small letter g with circumflex":"Huruf Latin kecil g dengan sirkumfleks","Latin capital letter g with breve":"Huruf Latin besar g dengan breve","Latin small letter g with breve":"Huruf Latin kecil g dengan breve","Latin capital letter g with dot above":"Huruf Latin besar g dengan titik di atas","Latin small letter g with dot above":"Huruf Latin kecil g dengan titik di atas","Latin capital letter g with cedilla":"Huruf Latin besar g dengan cedilla","Latin small letter g with cedilla":"Huruf Latin kecil g dengan cedilla","Latin capital letter h with circumflex":"Huruf Latin besar h dengan sirkumfleks","Latin small letter h with circumflex":"Huruf Latin kecil h dengan sirkumfleks","Latin capital letter h with stroke":"Huruf Latin besar h dengan garis","Latin small letter h with stroke":"Huruf Latin kecil h dengan garis","Latin capital letter i with tilde":"Huruf Latin besar i dengan tilde","Latin small letter i with tilde":"Huruf Latin kecil i dengan tilde","Latin capital letter i with macron":"Huruf Latin besar i dengan macron","Latin small letter i with macron":"Huruf Latin kecil i dengan macron","Latin capital letter i with breve":"Huruf Latin besar i dengan breve","Latin small letter i with breve":"Huruf Latin kecil i dengan breve","Latin capital letter i with ogonek":"Huruf Latin besar i dengan ogonek","Latin small letter i with ogonek":"Huruf Latin kecil i dengan ogonek","Latin capital letter i with dot above":"Huruf Latin besar i dengan titik di atas","Latin small letter dotless i":"Huruf Latin kecil tanpa titik i","Latin capital ligature ij":"Ligatur Latin kapital ij","Latin small ligature ij":"Ligatur Latin kecil ij","Latin capital letter j with circumflex":"Huruf Latin besar j dengan sirkumfleks","Latin small letter j with circumflex":"Huruf Latin kecil j dengan sirkumfleks","Latin capital letter k with cedilla":"Huruf Latin besar k dengan cedilla","Latin small letter k with cedilla":"Huruf Latin kecil k dengan cedilla","Latin small letter kra":"Huruf Latin kecil kra","Latin capital letter l with acute":"Huruf Latin besar l dengan akut","Latin small letter l with acute":"Huruf Latin kecil l dengan akut","Latin capital letter l with cedilla":"Huruf Latin besar l dengan cedilla","Latin small letter l with cedilla":"Huruf Latin kecil l dengan cedilla","Latin capital letter l with caron":"Huruf Latin besar l dengan caron","Latin small letter l with caron":"Huruf Latin kecil l dengan caron","Latin capital letter l with middle dot":"Huruf Latin besar l dengan titik di tengah","Latin small letter l with middle dot":"Huruf Latin kecil l dengan titik di tengah","Latin capital letter l with stroke":"Huruf Latin besar l dengan garis","Latin small letter l with stroke":"Huruf Latin kecil l dengan garis","Latin capital letter n with acute":"Huruf Latin besar n dengan akut","Latin small letter n with acute":"Huruf Latin kecil n dengan akut","Latin capital letter n with cedilla":"Huruf Latin besar n dengan cedilla","Latin small letter n with cedilla":"Huruf Latin kecil n dengan cedilla","Latin capital letter n with caron":"Huruf Latin besar n dengan caron","Latin small letter n with caron":"Huruf Latin kecil n dengan caron","Latin small letter n preceded by apostrophe":"Huruf Latin kecil n yang didahului apostrof ","Latin capital letter eng":"Huruf Latin besar eng","Latin small letter eng":"Huruf Latin kecil eng","Latin capital letter o with macron":"Huruf Latin besar o dengan macron","Latin small letter o with macron":"Huruf Latin kecil o dengan macron","Latin capital letter o with breve":"Huruf Latin besar o dengan breve","Latin small letter o with breve":"Huruf Latin kecil o dengan breve","Latin capital letter o with double acute":"Huruf Latin besar o dengan akut ganda","Latin small letter o with double acute":"Huruf Latin kecil o dengan akut ganda","Latin capital ligature oe":"Ligatur Latin kapital oe","Latin small ligature oe":"Ligatur Latin kecil oe","Latin capital letter r with acute":"Huruf Latin besar r dengan akut","Latin small letter r with acute":"Huruf Latin kecil r dengan akut","Latin capital letter r with cedilla":"Huruf Latin besar r dengan cedilla","Latin small letter r with cedilla":"Huruf Latin kecil r dengan cedilla","Latin capital letter r with caron":"Huruf Latin besar r dengan caron","Latin small letter r with caron":"Huruf Latin kecil r dengan caron","Latin capital letter s with acute":"Huruf Latin besar s dengan akut","Latin small letter s with acute":"Huruf Latin kecil s dengan akut","Latin capital letter s with circumflex":"Huruf Latin besar s dengan sirkumfleks","Latin small letter s with circumflex":"Huruf Latin kecil s dengan sirkumfleks","Latin capital letter s with cedilla":"Huruf Latin besar s dengan cedilla","Latin small letter s with cedilla":"Huruf Latin kecil s dengan cedilla","Latin capital letter s with caron":"Huruf Latin besar s dengan caron","Latin small letter s with caron":"Huruf Latin kecil s dengan caron","Latin capital letter t with cedilla":"Huruf Latin besar t dengan cedilla","Latin small letter t with cedilla":"Huruf Latin kecil t dengan cedilla","Latin capital letter t with caron":"Huruf Latin besar t dengan caron","Latin small letter t with caron":"Huruf Latin kecil t dengan caron","Latin capital letter t with stroke":"Huruf Latin besar t dengan garis","Latin small letter t with stroke":"Huruf Latin kecil t dengan garis","Latin capital letter u with tilde":"Huruf Latin besar u dengan tilde","Latin small letter u with tilde":"Huruf Latin kecil u dengan tilde","Latin capital letter u with macron":"Huruf Latin besar u dengan macron","Latin small letter u with macron":"Huruf Latin kecil u dengan macron","Latin capital letter u with breve":"Huruf Latin besar u dengan breve","Latin small letter u with breve":"Huruf Latin kecil u dengan breve","Latin capital letter u with ring above":"Huruf Latin besar u dengan cincin di atas","Latin small letter u with ring above":"Huruf Latin kecil u dengan cincin di atas","Latin capital letter u with double acute":"Huruf Latin besar u dengan akut ganda","Latin small letter u with double acute":"Huruf Latin kecil u dengan akut ganda","Latin capital letter u with ogonek":"Huruf Latin besar u dengan ogonek","Latin small letter u with ogonek":"Huruf Latin kecil u dengan ogonek","Latin capital letter w with circumflex":"Huruf Latin besar w dengan sirkumfleks","Latin small letter w with circumflex":"Huruf Latin kecil w dengan sirkumfleks","Latin capital letter y with circumflex":"Huruf Latin besar y dengan sirkumfleks","Latin small letter y with circumflex":"Huruf Latin kecil y dengan sirkumfleks","Latin capital letter y with diaeresis":"Huruf Latin besar y dengan diaresis","Latin capital letter z with acute":"Huruf Latin besar z dengan akut","Latin small letter z with acute":"Huruf Latin kecil z dengan akut","Latin capital letter z with dot above":"Huruf Latin besar z dengan titik di atas","Latin small letter z with dot above":"Huruf Latin kecil z dengan titik di atas","Latin capital letter z with caron":"Huruf Latin besar z dengan caron","Latin small letter z with caron":"Huruf Latin kecil z dengan caron","Latin small letter long s":"Huruf Latin kecil s panjang","Less-than sign":"Tanda kurang dari","Greater-than sign":"Tanda lebih besar dari","Less-than or equal to":"Kurang dari atau sama dengan","Greater-than or equal to":"Lebih dari atau sama dengan","En dash":"Tanda pisah en","Em dash":"Tanda pisah em","Macron":"Macron","Overline":"Garis atas","Degree sign":"Tanda derajat","Minus sign":"Tanda negatif","Plus-minus sign":"Tanda lebih kurang","Division sign":"Tanda pembagian","Fraction slash":"Garis bagi pecahan","Multiplication sign":"Tanda perkalian","Latin small letter f with hook":"Huruf Latin kecil f dengan kait","Integral":"Integral","N-ary summation":"Penjumlahan N-Ary","Infinity":"Tak hingga","Square root":"Akar kuadrat","Tilde operator":"Operator tilde","Approximately equal to":"Kira-kira sama dengan","Almost equal to":"Hampir sama dengan","Not equal to":"Tidak sama dengan","Identical to":"Identik dengan","Element of":"Elemen dari","Not an element of":"Bukan sebuah elemen dari","Contains as member":"Berisi sebagai anggota","N-ary product":"Produk N-ary","Logical and":"\"Dan\" logis","Logical or":"\"Atau\" logis","Not sign":"Tanda \"bukan\"","Intersection":"Irisan","Union":"Himpunan","Partial differential":"Turunan parsial","For all":"Untuk semua","There exists":"Ada","Empty set":"Himpunan kosong","Nabla":"Nabla","Asterisk operator":"Operator asteris","Proportional to":"Proporsional dengan","Angle":"Sudut","Vulgar fraction one quarter":"Pecahan vulgar satu perempat","Vulgar fraction one half":"Pecahan vulgar satu perdua","Vulgar fraction three quarters":"Pecahan vulgar tiga perempat","Single left-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kiri tunggal","Single right-pointing angle quotation mark":"Tanda kutip bersudut mengarah ke kanan tunggal","Left-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kiri","Right-pointing double angle quotation mark":"Tanda kutip bersudut ganda mengarah ke kanan","Left single quotation mark":"Tanda kutip tunggal kiri","Right single quotation mark":"Tanda kutip tunggal kanan","Left double quotation mark":"Tanda kutip ganda kiri","Right double quotation mark":"Tanda kutip ganda kanan","Single low-9 quotation mark":"Tanda kutip 9 bawah tunggal","Double low-9 quotation mark":"Tanda kutip 9 bawah ganda","Inverted exclamation mark":"Tanda seru terbalik","Inverted question mark":"Tanda tanya terbalik","Two dot leader":"Dua titik utama","Horizontal ellipsis":"Elipsis horizontal","Double dagger":"Diesis","Per mille sign":"Tanda permil","Per ten thousand sign":"Tanda persepuluh ribu","Double exclamation mark":"Tanda seru ganda","Question exclamation mark":"Tanda tanya dan seru","Exclamation question mark":"Tanda seru dan tanya","Double question mark":"Tanda tanya ganda","Copyright sign":"Simbol hak cipta","Registered sign":"Simbol merek dagang terdaftar","Trade mark sign":"Simbol merek dagang","Section sign":"Simbol bagian","Paragraph sign":"Simbol paragraf","Reversed paragraph sign":"Simbol paragraf terbalik","Character categories":"Kategori karakter","Source":"Sumber","Show source":"Tampilkan sumber","Show blocks":"Tampilkan blok","Select all":"Pilih semua","Disable editing":"Nonaktifkan penyuntingan","Enable editing":"Aktifkan penyuntingan","Previous editable region":"Bagian penyuntingan sebelumnya","Next editable region":"Bagian penyuntingan berikutnya","Navigate editable regions":"Posisikan bagian-bagian penyuntingan","Remove Format":"Hapus Format","Page break":"Henti halaman","media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tempelkan URL ke dalam bidang masukan.","Tip: Paste the URL into the content to embed faster.":"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.","The URL must not be empty.":"URL tidak boleh kosong.","This media URL is not supported.":"URL media ini tidak didukung.","Insert media":"Sisipkan media","Media toolbar":"Alat media","Open media in new tab":"Buka media di tab baru","Numbered List":"Daftar Berangka","Bulleted List":"Daftar Tak Berangka","To-do List":"Daftar untuk-dikerjakan","Bulleted list styles toolbar":"Bilah alat gaya daftar bullet","Numbered list styles toolbar":"Bilah alat gaya daftar angka","Toggle the disc list style":"Alihkan gaya daftar disc","Toggle the circle list style":"Alihkan gaya daftar circle","Toggle the square list style":"Alihkan gaya daftar square","Toggle the decimal list style":"Alihkan gaya daftar decimal","Toggle the decimal with leading zero list style":"Alihkan gaya daftar decimal with leading zero","Toggle the lower–roman list style":"Alihkan gaya daftar lower–roman","Toggle the upper–roman list style":"Alihkan gaya daftar upper–roman","Toggle the lower–latin list style":"Alihkan gaya daftar lower–latin","Toggle the upper–latin list style":"Alihkan gaya daftar upper–latin","Disc":"Disk","Circle":"Lingkaran","Square":"Kotak","Decimal":"Desimal","Decimal with leading zero":"Desimal dengan awalan nol","Lower–roman":"Lower–roman","Upper-roman":"Upper-roman","Lower-latin":"Lower-latin","Upper-latin":"Upper-latin","List properties":"Properti daftar","Start at":"Mulai dari","Invalid start index value.":"Nilai indeks mulai tidak valid.","Start index must be greater than 0.":"Indeks awal harus lebih besar dari 0.","Reversed order":"Urutan terbalik","Keystrokes that can be used in a list":"Penekanan tombol yang dapat digunakan di daftar","Increase list item indent":"Tambah indentasi item daftar","Decrease list item indent":"Kurangi indentasi item daftar","Entering a to-do list":"memasukkan daftar kerja","Leaving a to-do list":"meninggalkan daftar kerja","Unlink":"Hapus tautan","Link":"Tautan","Link URL":"URL tautan","Link URL must not be empty.":"Tautan URL tidak boleh kosong.","Link image":"Tautkan gambar","Edit link":"Sunting tautan","Open link in new tab":"Buka tautan di tab baru","This link has no URL":"Tautan ini tidak memiliki URL","Open in a new tab":"Buka di tab baru","Downloadable":"Dapat diunduh","Create link":"Buat tautan","Move out of a link":"Keluar dari tautan","Language":"Bahasa","Choose language":"Pilih bahasa","Remove language":"Singkirkan bahasa","Increase indent":"Tambah indentasi","Decrease indent":"Kurangi indentasi","image widget":"widget gambar","Wrap text":"Bungkus teks","Break text":"Pecahkan teks","In line":"Sebaris","Side image":"Gambar sisi","Full size image":"Gambar ukuran penuh","Left aligned image":"Gambar rata kiri","Centered image":"Gambar rata tengah","Right aligned image":"Gambar rata kanan","Change image text alternative":"Ganti alternatif teks gambar","Text alternative":"Alternatif teks","Enter image caption":"Tambahkan deskripsi gambar","Insert image":"Sisipkan gambar","Replace image":"Ganti gambar","Upload from computer":"Unggah dari komputer","Replace from computer":"Ganti dari komputer","Upload image from computer":"Unggah gambar dari komputer","Image from computer":"Gambar dari komputer","Replace image from computer":"Ganti gambar dari komputer","Upload failed":"Gagal mengunggah","Image toolbar":"Alat gambar","Resize image":"Ubah ukuran gambar","Resize image to %0":"Ubah ukuran gambar ke %0","Resize image to the original size":"Ubah ukuran gambar ke ukuran asli","Resize image (in %0)":"mengubah ukuran gambar (in %0)","Original":"Asli","Custom image size":"ukuran gambar khusus","Custom":"khusus","Image resize list":"Daftar ukuran gambar","Insert":"Sisipkan","Update":"Perbarui","Insert image via URL":"Sisipkan gambar melalui URL","Update image URL":"Perbarui URL gambar","Caption for the image":"Keterangan untuk gambar","Caption for image: %0":"Keterangan gambar: %0","The value must not be empty.":"Nilai tidak boleh kosong.","The value should be a plain number.":"Nilai harus berupa angka biasa.","Uploading image":"mengunggah gambar","Image upload complete":"mengunggah gambar selesai","Error during image upload":"Terdapat kesalahan selama mengunggah gambar","HTML object":"Objek HTML","Insert HTML":"Sisipkan HTML","HTML snippet":"Potongan HTML","Paste raw HTML here...":"Tempelkan HTML apa adanya di sini...","Edit source":"Sunting sumber","Save changes":"Simpan perubahan","No preview available":"Pratinjau tidak tersedia","Empty snippet content":"Konten potongan kosong","Horizontal line":"Garis horizontal","Yellow marker":"Marka kuning","Green marker":"Marka hijau","Pink marker":"Marka merah jambu","Blue marker":"Marka biru","Red pen":"Pena merah","Green pen":"Pena hijau","Remove highlight":"Hapus tanda","Highlight":"Tanda","Text highlight toolbar":"Alat penanda teks","Paragraph":"Paragraf","Heading":"Tajuk","Choose heading":"Pilih tajuk","Heading 1":"Tajuk 1","Heading 2":"Tajuk 2","Heading 3":"Tajuk 3","Heading 4":"Tajuk 4","Heading 5":"Tajuk 5","Heading 6":"Tajuk 6","Type your title":"Ketik judul Anda","Type or paste your content here.":"Ketik atau tempel konten Anda di sini.","Font Size":"Ukuran Huruf","Tiny":"Sangat Kecil","Small":"Kecil","Big":"Besar","Huge":"Sangat Besar","Font Family":"Jenis Huruf","Default":"Bawaan","Font Color":"Warna Huruf","Font Background Color":"Warna Latar Huruf","Document colors":"Warna dokumen","Find and replace":"Cari dan ubah","Find in text…":"Cari di dalam teks...","Find":"Cari","Previous result":"Hasil sebelumnya","Next result":"Hasil berikutnya","Replace":"Ubah","Replace all":"Ubah semua","Match case":"Sesuaikan huruf","Whole words only":"Kata utuh saja","Replace with…":"Ubah dengan...","Text to find must not be empty.":"Teks yang dicari tidak boleh kosong.","Tip: Find some text first in order to replace it.":"Tip: Cari suatu teks terlebih dahulu untuk menggantinya.","Advanced options":"Opsi lanjutan","Find in the document":"Temukan di dokumen","Insert a soft break (a <code><br></code> element)":"Sisipkan soft break (elemen <code><br></code> )","Insert a hard break (a new paragraph)":"Sisipkan hard break (paragraf baru)","Cancel":"Batal","Clear":"Kosongkan","Remove color":"Hapus warna","Restore default":"Pulihkan nilai baku","Save":"Simpan","Show more items":"Tampilkan lebih banyak item","%0 of %1":"%0 dari %1","Cannot upload file:":"Tidak dapat mengunggah berkas:","Rich Text Editor. Editing area: %0":"Editor Teks Kaya. Area edit: %0","Insert with file manager":"Sisipkan dengan pengelola file","Replace with file manager":"Ganti dengan pengelola file","Insert image with file manager":"Sisipkan gambar dengan pengelola file","Replace image with file manager":"Ganti gambar dengan pengelola file","Toggle caption off":"Sembunyikan keterangan","Toggle caption on":"Tampilkan keterangan","Content editing keystrokes":"Penekanan tombol untuk mengedit konten","These keyboard shortcuts allow for quick access to content editing features.":"Pintasan keyboard ini mengizinkan akses cepat ke fitur pengeditan konten.","User interface and content navigation keystrokes":"Antarmuka pengguna dan penekanan tombol navigasi konten","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Gunakan penekanan tombol berikut untuk navigasi yang lebih efisien di antarmuka pengguna CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Tutup balon kontekstual, menu tarik-turun, dan dialog","Open the accessibility help dialog":"Buka dialog bantuan aksesibilitas","Move focus between form fields (inputs, buttons, etc.)":"Pindahkan fokus di antara bidang formulir (input, tombol, dll.)","Move focus to the menu bar, navigate between menu bars":"Pindahkan fokus ke bilah menu, telusuri di antara bilah-bilah menu","Move focus to the toolbar, navigate between toolbars":"Pindahkan fokus ke toolbar, jelajahi antar toolbar","Navigate through the toolbar or menu bar":"Telusuri bilah alat atau bilah menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Jalankan tombol yang sedang difokuskan. Menjalankan tombol yang berinteraksi dengan konten editor akan memindahkan fokus kembali ke konten tersebut.","Accept":"Setuju","Insert code block":"Sisipkan blok kode","Plain text":"Teks mentah","Leaving %0 code snippet":"meninggalkan %0 cuplikan kode","Entering %0 code snippet":"memasuki %0 cuplikan kode","Entering code snippet":"memasuki cuplikan kode","Leaving code snippet":"meninggalkan cuplikan kode","Code block":"Blok kode","Copy selected content":"Salin konten yang dipilih","Paste content":"Tempelkan konten","Paste content as plain text":"Tempelkan konten sebagai teks biasa","Insert image or file":"Sisipkan gambar atau berkas","Image or file":"Gambar atau file","Could not obtain resized image URL.":"Gagal mendapatkan URL gambar terukur","Selecting resized image failed":"Gagal memilih gambar terukur","Could not insert image at the current position.":"Tidak dapat menyisipkan gambar pada posisi ini.","Inserting image failed":"Gagal menyisipkan gambar","Open file manager":"Buka manajer berkas","Cannot determine a category for the uploaded file.":"Tak dapat menentukan kategori untuk berkas yang terunggah.","Cannot access default workspace.":"Tidak dapat mengakses ruang kerja baku.","Edit image":"Edit gambar","Processing the edited image.":"Memroses gambar yang diedit","Server failed to process the image.":"Server gagal memroses gambar","Failed to determine category of edited image.":"Gagar menentukan kategori gambar yang diedit","Block quote":"Kutipan","Bold":"Tebal","Italic":"Miring","Underline":"Garis bawah","Code":"Kode","Strikethrough":"Coret","Subscript":"Subskrip","Superscript":"Superskrip","Italic text":"Teks miring","Move out of an inline code style":"Keluar dari gaya kode sebaris","Bold text":"Teks tebal","Underline text":"Teks bergaris bawah","Strikethrough text":"Teks yang dicoret","Saving changes":"Menyimpan perubahan","Revert autoformatting action":"Kembalikan tindakan pemformatan otomatis","Align left":"Rata kiri","Align right":"Rata kanan","Align center":"Rata tengah","Justify":"Rata kanan-kiri","Text alignment":"Perataan teks","Text alignment toolbar":"Alat perataan teks"},getPluralForm(n){return 0;}}}
|