├── .gitignore
├── README.md
├── ckeditor
├── ckeditor.js
├── ckeditor.js.map
└── translations
│ ├── af.js
│ ├── ar.js
│ ├── ast.js
│ ├── az.js
│ ├── bg.js
│ ├── bn.js
│ ├── bs.js
│ ├── ca.js
│ ├── cs.js
│ ├── da.js
│ ├── de-ch.js
│ ├── de.js
│ ├── el.js
│ ├── en-au.js
│ ├── en-gb.js
│ ├── eo.js
│ ├── es-co.js
│ ├── es.js
│ ├── et.js
│ ├── eu.js
│ ├── fa.js
│ ├── fi.js
│ ├── fr.js
│ ├── gl.js
│ ├── gu.js
│ ├── he.js
│ ├── hi.js
│ ├── hr.js
│ ├── hu.js
│ ├── hy.js
│ ├── id.js
│ ├── it.js
│ ├── ja.js
│ ├── jv.js
│ ├── kk.js
│ ├── km.js
│ ├── kn.js
│ ├── ko.js
│ ├── ku.js
│ ├── lt.js
│ ├── lv.js
│ ├── ms.js
│ ├── nb.js
│ ├── ne.js
│ ├── nl.js
│ ├── no.js
│ ├── oc.js
│ ├── pl.js
│ ├── pt-br.js
│ ├── pt.js
│ ├── ro.js
│ ├── ru.js
│ ├── si.js
│ ├── sk.js
│ ├── sl.js
│ ├── sq.js
│ ├── sr-latn.js
│ ├── sr.js
│ ├── sv.js
│ ├── th.js
│ ├── ti.js
│ ├── tk.js
│ ├── tr.js
│ ├── tt.js
│ ├── ug.js
│ ├── uk.js
│ ├── ur.js
│ ├── uz.js
│ ├── vi.js
│ ├── zh-cn.js
│ └── zh.js
├── ckeditor5
├── .gitignore
├── LICENSE.md
├── README.md
├── build
│ └── ckeditor.d.ts
├── package-lock.json
├── package.json
├── sample
│ ├── index.html
│ ├── script.js
│ └── styles.css
├── src
│ └── ckeditor.ts
├── tsconfig.json
├── tsconfig.types.json
└── webpack.config.js
├── composer.json
├── h5peditor-ajax.class.php
├── h5peditor-ajax.interface.php
├── h5peditor-file.class.php
├── h5peditor-storage.interface.php
├── h5peditor.class.php
├── images
├── add.png
├── binary-file.png
├── collapse.png
├── cropper
│ ├── cancel.svg
│ ├── confirm.svg
│ ├── crop.svg
│ ├── rotate-left.svg
│ └── rotate-right.svg
├── down.png
├── expand.png
├── order.png
├── remove.png
├── transparent-background.png
└── webm-file.png
├── language
├── ar.js
├── bs.js
├── cs.js
├── de.js
├── el.js
├── en.js
├── es-cr.js
├── es-mx.js
├── es.js
├── et.js
├── eu.js
├── fi.js
├── fr.js
├── gl.js
├── it.js
├── ko.js
├── nb.js
├── nl.js
├── nn.js
├── pl.js
├── pt-br.js
├── pt.js
├── ru.js
├── sl.js
├── sv.js
├── tr.js
├── zh-cn.js
├── zh-hans.js
└── zh.js
├── libs
├── cropper.css
├── cropper.js
└── zebra_datepicker.min.js
├── package-lock.json
├── package.json
├── scripts
├── h5p-hub-client.js
├── h5peditor-av.js
├── h5peditor-boolean.js
├── h5peditor-coordinates.js
├── h5peditor-dimensions.js
├── h5peditor-editor.js
├── h5peditor-file-uploader.js
├── h5peditor-file.js
├── h5peditor-form.js
├── h5peditor-fullscreen-bar.js
├── h5peditor-group.js
├── h5peditor-html.js
├── h5peditor-image-popup.js
├── h5peditor-image.js
├── h5peditor-init.js
├── h5peditor-library-list-cache.js
├── h5peditor-library-selector.js
├── h5peditor-library.js
├── h5peditor-list-editor.js
├── h5peditor-list.js
├── h5peditor-metadata-author-widget.js
├── h5peditor-metadata-changelog-widget.js
├── h5peditor-metadata.js
├── h5peditor-none.js
├── h5peditor-number.js
├── h5peditor-pre-save.js
├── h5peditor-select.js
├── h5peditor-selector-hub.js
├── h5peditor-selector-legacy.js
├── h5peditor-semantic-structure.js
├── h5peditor-text.js
├── h5peditor-textarea.js
└── h5peditor.js
├── styles
├── css
│ ├── a1aff8c82bc779d09357.png
│ ├── ae8568c2320881fd5899.png
│ ├── application.css
│ ├── cke-contents.css
│ ├── fonts.css
│ ├── fonts
│ │ ├── h5p-fullscreen-bar.eot
│ │ ├── h5p-fullscreen-bar.svg
│ │ ├── h5p-fullscreen-bar.ttf
│ │ ├── h5p-fullscreen-bar.woff
│ │ ├── h5p-hub.eot
│ │ ├── h5p-hub.svg
│ │ ├── h5p-hub.ttf
│ │ ├── h5p-hub.woff
│ │ ├── h5p-metadata-icons.eot
│ │ ├── h5p-metadata-icons.svg
│ │ ├── h5p-metadata-icons.ttf
│ │ └── h5p-metadata-icons.woff
│ ├── h5p-hub-client.css
│ └── libs
│ │ ├── icons.png
│ │ └── zebra_datepicker.min.css
└── scss
│ ├── _copy-paste.scss
│ ├── _deprecated.scss
│ ├── _form-field.scss
│ ├── _form-groups.scss
│ ├── _fullscreen-bar.scss
│ ├── _h5peditor-image-edit-popup.scss
│ ├── _h5peditor-image-edit.scss
│ ├── _metadata-author-widget.scss
│ ├── _metadata-changelog-widget.scss
│ ├── _metadata-form.scss
│ ├── _metadata-popup.scss
│ ├── _mixins.scss
│ ├── _tutorial-and-example-links.scss
│ ├── _utils.scss
│ ├── _variables.scss
│ ├── application.scss
│ └── cke-contents.scss
└── webpack.config.js
/.gitignore:
--------------------------------------------------------------------------------
1 | *~
2 | .sass-cache
3 | /styles/nbproject/private/
4 | vendor
5 | .idea
6 | node_modules/
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | H5P Editor PHP Library
2 | ==========
3 |
4 | A general library that is supposed to be used in most PHP implementations of H5P.
5 |
6 | ## License
7 |
8 | All code is licensed under MIT License
9 |
10 | Open Sans font is licensed under Apache license, Version 2.0
11 |
12 | ## Compiling scss to css
13 |
14 | You first need to install ruby and compass:
15 | - `sudo apt update`
16 | - `sudo apt install ruby-full`
17 | - `sudo apt install build-essential`
18 | - `sudo gem install compass`
19 |
20 | Then cd to `h5p-editor-php-library/styles` and compile the scss files:
21 | - `compass watch` to continuely compile changes
22 | - or `compass clean && compass compile` to delete the css files and compile new ones
23 |
--------------------------------------------------------------------------------
/ckeditor/translations/af.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.af=e.af||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"%0 van %1",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"Belyn in die middel","Align left":"Belyn links","Align right":"Belyn regs","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":"Verwysingsaanhaling",Blue:"","Blue marker":"",Bold:"Vet","Bold text":"",Border:"","Break text":"","Bulleted List":"","Bulleted list styles toolbar":"",Cancel:"Kanselleer","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"Bronkode","Code block":"",Color:"","Color picker":"",Column:"","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"Voeg bronkodeblok in","Insert column left":"","Insert column right":"","Insert image":"","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"Kursief","Italic text":"",Justify:"Belyn beide kante","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"","Link image":"","Link URL":"","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"Wysig",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"Gewone skrif",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"","Remove color":"Verwyder kleur","Remove Format":"Verwyder formatering","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"Herstel verstek","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"Stoor","Select all":"","Select column":"","Select row":"","Show more items":"Wys meer items","Side image":"",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"Deurstreep","Strikethrough text":"",Style:"",Subscript:"Onderskrif",Superscript:"Boskrif",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Text alignment":"Teksbelyning","Text alignment toolbar":"Teksbelyning nutsbank","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"Onderstreep","Underline text":"",Undo:"",Unlink:"","Update image URL":"","Upload failed":"","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor/translations/ast.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.ast=e.ast||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"","Align left":"","Align right":"","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":"",Blue:"","Blue marker":"",Bold:"Negrina","Bold text":"",Border:"","Break text":"","Bulleted List":"Llista con viñetes","Bulleted list styles toolbar":"",Cancel:"Encaboxar","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"","Code block":"",Color:"","Color picker":"",Column:"","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"Imaxen a tamañu completu",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"complementu d'imaxen","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"","Insert column left":"","Insert column right":"","Insert image":"","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"Cursiva","Italic text":"",Justify:"","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"Enllazar","Link image":"","Link URL":"URL del enllaz","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"Llista numberada","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"Refacer","Remove color":"","Remove Format":"","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"Editor de testu arriquecíu","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"Guardar","Select all":"","Select column":"","Select row":"","Show more items":"","Side image":"Imaxen llateral",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"","Strikethrough text":"",Style:"",Subscript:"",Superscript:"",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Text alignment":"","Text alignment toolbar":"","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"","Underline text":"",Undo:"Desfacer",Unlink:"Desenllazar","Update image URL":"","Upload failed":"","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor/translations/gu.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.gu=e.gu||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"","Align left":"","Align right":"","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":" વિચાર ટાંકો",Blue:"","Blue marker":"",Bold:"ઘાટુ - બોલ્ડ્","Bold text":"",Border:"","Break text":"","Bulleted List":"","Bulleted list styles toolbar":"",Cancel:"","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"","Code block":"",Color:"","Color picker":"",Column:"","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"","Insert column left":"","Insert column right":"","Insert image":"","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"ત્રાંસુ - ઇટલિક્","Italic text":"",Justify:"","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"","Link image":"","Link URL":"","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"","Remove color":"","Remove Format":"","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"","Select all":"","Select column":"","Select row":"","Show more items":"","Side image":"",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"","Strikethrough text":"",Style:"",Subscript:"",Superscript:"",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Text alignment":"","Text alignment toolbar":"","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"નીચે લિટી - અન્ડરલાઇન્","Underline text":"",Undo:"",Unlink:"","Update image URL":"","Upload failed":"","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor/translations/hy.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.hy=e.hy||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"","Align left":"","Align right":"","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":"",Blue:"","Blue marker":"",Bold:"Թավագիր","Bold text":"",Border:"","Break text":"","Bulleted List":"","Bulleted list styles toolbar":"",Cancel:"Չեղարկել","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"Կոդ","Code block":"",Color:"","Color picker":"",Column:"Սյունակ","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"Խմբագրել հղումը","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"Վերնագիր 1","Heading 2":"Վերնագիր 2","Heading 3":"Վերնագիր 3","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"","Insert column left":"","Insert column right":"","Insert image":"","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"Շեղագիր","Italic text":"",Justify:"","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"Հղում","Link image":"","Link URL":"","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"","Remove color":"","Remove Format":"","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"","Select all":"","Select column":"","Select row":"","Show more items":"","Side image":"",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"Գծանշել","Strikethrough text":"",Style:"",Subscript:"Ենթատեքստ",Superscript:"Գերագիր",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Table underline":"","Text alignment":"","Text alignment toolbar":"","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"Ընդգծել","Underline text":"",Undo:"",Unlink:"","Update image URL":"","Upload failed":"","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor/translations/kk.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.kk=e.kk||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"Ортадан туралау","Align left":"Солға туралау","Align right":"Оңға туралау","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":"",Blue:"","Blue marker":"",Bold:"","Bold text":"",Border:"","Break text":"","Bulleted List":"","Bulleted list styles toolbar":"",Cancel:"","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"","Code block":"",Color:"","Color picker":"",Column:"","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"","Insert column left":"","Insert column right":"","Insert image":"","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"","Italic text":"",Justify:"","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"","Link image":"","Link URL":"","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"","Remove color":"","Remove Format":"","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"","Select all":"","Select column":"","Select row":"","Show more items":"","Side image":"",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"","Strikethrough text":"",Style:"",Subscript:"",Superscript:"",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Text alignment":"Мәтінді туралау","Text alignment toolbar":"Мәтінді туралау құралдар тақтасы","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"","Underline text":"",Undo:"",Unlink:"","Update image URL":"","Upload failed":"","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor/translations/oc.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.oc=e.oc||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"","Align left":"","Align right":"","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":"",Blue:"","Blue marker":"",Bold:"Gras","Bold text":"",Border:"","Break text":"","Bulleted List":"","Bulleted list styles toolbar":"",Cancel:"Anullar","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"","Code block":"",Color:"","Color picker":"",Column:"","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"","Insert column left":"","Insert column right":"","Insert image":"","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"Italica","Italic text":"",Justify:"","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"","Link image":"","Link URL":"","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"","Remove color":"","Remove Format":"","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"Enregistrar","Select all":"","Select column":"","Select row":"","Show more items":"","Side image":"",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"","Strikethrough text":"",Style:"",Subscript:"",Superscript:"",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Text alignment":"","Text alignment toolbar":"","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"","Underline text":"",Undo:"",Unlink:"","Update image URL":"","Upload failed":"","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return e>1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor/translations/si.js:
--------------------------------------------------------------------------------
1 | !function(e){const t=e.si=e.si||{};t.dictionary=Object.assign(t.dictionary||{},{"(may require Fn)":"","%0 of %1":"",Accept:"",Accessibility:"","Accessibility help":"","Align cell text to the bottom":"","Align cell text to the center":"","Align cell text to the left":"","Align cell text to the middle":"","Align cell text to the right":"","Align cell text to the top":"","Align center":"","Align left":"","Align right":"","Align table to the left":"","Align table to the right":"",Alignment:"",Aquamarine:"",Background:"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"",Big:"",Black:"","Block quote":"",Blue:"","Blue marker":"",Bold:"තදකුරු","Bold text":"",Border:"","Break text":"","Bulleted List":"බුලටිත ලැයිස්තුව","Bulleted list styles toolbar":"",Cancel:"","Caption for image: %0":"","Caption for the image":"","Cell properties":"","Center table":"","Centered image":"","Change image text alternative":"","Choose heading":"",Circle:"",Clear:"","Click to edit block":"",Close:"","Close contextual balloons, dropdowns, and dialogs":"",Code:"","Code block":"",Color:"","Color picker":"",Column:"","Content editing keystrokes":"","Copy selected content":"","Create link":"",Custom:"","Custom image size":"",Dashed:"",Decimal:"","Decimal with leading zero":"","Decrease indent":"","Decrease list item indent":"",Default:"","Delete column":"","Delete row":"","Dim grey":"",Dimensions:"",Disc:"","Document colors":"",Dotted:"",Double:"",Downloadable:"","Drag to move":"","Dropdown menu":"","Dropdown toolbar":"","Edit block":"","Edit link":"","Editor block content toolbar":"","Editor contextual toolbar":"","Editor dialog":"","Editor menu bar":"","Editor toolbar":"","Enter image caption":"","Enter table caption":"","Entering %0 code snippet":"","Entering a to-do list":"","Entering code snippet":"","Error during image upload":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Font Background Color":"","Font Color":"","Font Family":"","Font Size":"","From computer":"","Full size image":"",Green:"","Green marker":"","Green pen":"",Grey:"",Groove:"","Header column":"","Header row":"",Heading:"","Heading 1":"","Heading 2":"","Heading 3":"","Heading 4":"","Heading 5":"","Heading 6":"",Height:"","Help Contents. To close this dialog press ESC.":"",HEX:"",Highlight:"","Horizontal line":"","Horizontal text alignment toolbar":"","HTML object":"",Huge:"",Image:"","Image from computer":"","Image resize list":"","Image toolbar":"","Image upload complete":"","Image via URL":"","image widget":"","In line":"","Increase indent":"","Increase list item indent":"","Insert a hard break (a new paragraph)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Insert a new table row (when in the last cell of a table)":"","Insert a soft break (a <br> element)":"","Insert code block":"","Insert column left":"","Insert column right":"","Insert image":"පින්තූරය ඇතුල් කරන්න","Insert image via URL":"","Insert media":"","Insert paragraph after block":"","Insert paragraph before block":"","Insert row above":"","Insert row below":"","Insert table":"","Insert via URL":"",Inset:"","Invalid start index value.":"",Italic:"ඇලකුරු","Italic text":"",Justify:"","Justify cell text":"","Keystrokes that can be used in a list":"","Keystrokes that can be used in a table cell":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Leaving %0 code snippet":"","Leaving a to-do list":"","Leaving code snippet":"","Left aligned image":"","Light blue":"","Light green":"","Light grey":"",Link:"","Link image":"","Link URL":"","Link URL must not be empty.":"","List properties":"","Lower-latin":"","Lower–roman":"",Media:"","Media toolbar":"","Media URL":"","media widget":"",MENU_BAR_MENU_EDIT:"",MENU_BAR_MENU_FILE:"",MENU_BAR_MENU_FONT:"",MENU_BAR_MENU_FORMAT:"",MENU_BAR_MENU_HELP:"",MENU_BAR_MENU_INSERT:"",MENU_BAR_MENU_TEXT:"",MENU_BAR_MENU_TOOLS:"",MENU_BAR_MENU_VIEW:"","Merge cell down":"","Merge cell left":"","Merge cell right":"","Merge cell up":"","Merge cells":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus from an editable area back to the parent widget":"","Move focus in and out of an active dialog window":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Move out of a link":"","Move out of an inline code style":"","Move the caret to allow typing directly after a widget":"","Move the caret to allow typing directly before a widget":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Navigate through the table":"","Navigate through the toolbar or menu bar":"",Next:"","No results found":"","No searchable items":"",None:"","Numbered List":"අංකිත ලැයිස්තුව","Numbered list styles toolbar":"","Open in a new tab":"","Open link in new tab":"","Open media in new tab":"","Open the accessibility help dialog":"",Orange:"",Original:"",Outset:"",Padding:"",Paragraph:"","Paste content":"","Paste content as plain text":"","Paste the media URL in the input.":"","Pink marker":"","Plain text":"",'Please enter a valid color (e.g. "ff0000").':"","Press %0 for help.":"","Press Enter to type after or press Shift + Enter to type before the widget":"",Previous:"",Purple:"",Red:"","Red pen":"",Redo:"නැවත කරන්න","Remove color":"","Remove Format":"","Remove highlight":"","Replace from computer":"","Replace image":"","Replace image from computer":"","Resize image":"","Resize image (in %0)":"","Resize image to %0":"","Resize image to the original size":"","Restore default":"","Reversed order":"","Revert autoformatting action":"","Rich Text Editor":"","Rich Text Editor. Editing area: %0":"",Ridge:"","Right aligned image":"",Row:"",Save:"","Select all":"","Select column":"","Select row":"","Show more items":"","Side image":"",Small:"",Solid:"","Split cell horizontally":"","Split cell vertically":"",Square:"","Start at":"","Start index must be greater than 0.":"",Strikethrough:"","Strikethrough text":"",Style:"",Subscript:"",Superscript:"",Table:"","Table alignment toolbar":"","Table cell text alignment":"","Table properties":"","Table toolbar":"","Text alignment":"","Text alignment toolbar":"","Text alternative":"","Text highlight toolbar":"",'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".':"","The URL must not be empty.":"",'The value is invalid. Try "10px" or "2em" or simply "2".':"","The value must not be empty.":"","The value should be a plain number.":"","These keyboard shortcuts allow for quick access to content editing features.":"","This link has no URL":"","This media URL is not supported.":"",Tiny:"","Tip: Paste the URL into the content to embed faster.":"","To-do List":"","Toggle caption off":"","Toggle caption on":"","Toggle the circle list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the disc list style":"","Toggle the lower–latin list style":"","Toggle the lower–roman list style":"","Toggle the square list style":"","Toggle the upper–latin list style":"","Toggle the upper–roman list style":"",Turquoise:"","Type or paste your content here.":"","Type your title":"",Underline:"","Underline text":"",Undo:"අහෝසි කරන්න",Unlink:"","Update image URL":"","Upload failed":"උඩුගත කිරීම අසාර්ථක විය","Upload from computer":"","Upload image from computer":"","Upload in progress":"","Uploading image":"","Upper-latin":"","Upper-roman":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","User interface and content navigation keystrokes":"","Vertical text alignment toolbar":"","Via URL":"",White:"","Widget toolbar":"",Width:"","Wrap text":"",Yellow:"","Yellow marker":"","You have no image upload permissions.":""}),t.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
--------------------------------------------------------------------------------
/ckeditor5/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 |
--------------------------------------------------------------------------------
/ckeditor5/LICENSE.md:
--------------------------------------------------------------------------------
1 | Software License Agreement
2 | ==========================
3 |
4 | Copyright (c) 2014-2023, CKSource Holding sp. z o.o. All rights reserved.
5 |
6 | Online builder code samples are licensed under the terms of the MIT License (see Appendix A):
7 |
8 | http://en.wikipedia.org/wiki/MIT_License
9 |
10 | CKEditor 5 collaboration features are only available under a commercial license. [Contact us](https://ckeditor.com/contact/) for more details.
11 |
12 | Free 30-days trials of CKEditor 5 collaboration features are available:
13 | * https://ckeditor.com/collaboration/ - Real-time collaboration (with all features).
14 | * https://ckeditor.com/collaboration/comments/ - Inline comments feature (without real-time collaborative editing).
15 | * https://ckeditor.com/collaboration/track-changes/ - Track changes feature (without real-time collaborative editing).
16 |
17 | Trademarks
18 | ----------
19 |
20 | CKEditor is a trademark of CKSource Holding sp. z o.o. All other brand
21 | and product names are trademarks, registered trademarks or service
22 | marks of their respective holders.
23 |
24 | ---
25 |
26 | Appendix A: The MIT License
27 | ---------------------------
28 |
29 | The MIT License (MIT)
30 |
31 | Copyright (c) 2014-2023, CKSource Holding sp. z o.o.
32 |
33 | Permission is hereby granted, free of charge, to any person obtaining a copy
34 | of this software and associated documentation files (the "Software"), to deal
35 | in the Software without restriction, including without limitation the rights
36 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37 | copies of the Software, and to permit persons to whom the Software is
38 | furnished to do so, subject to the following conditions:
39 |
40 | The above copyright notice and this permission notice shall be included in
41 | all copies or substantial portions of the Software.
42 |
43 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
49 | THE SOFTWARE.
50 |
--------------------------------------------------------------------------------
/ckeditor5/README.md:
--------------------------------------------------------------------------------
1 | # CKEditor 5 editor generated with the online builder
2 |
3 | This repository presents a CKEditor 5 editor build generated by the [Online builder tool](https://ckeditor.com/ckeditor-5/online-builder)
4 |
5 | ## Quick start
6 |
7 | 1. Open the `sample/index.html` page in the browser.
8 |
9 | 2. Fill the prompt with the license key. If you do not have the license key yet [contact us](https://ckeditor.com/contact/).
10 |
11 | ## Configuring build
12 |
13 | Changes like changing toolbar items, changing order of icons or customizing plugin configurations should be relatively easy to make. Open the `sample/index.html` file and edit the script that initialized the CKEditor 5. Save the file and refresh the browser. That's all.
14 |
15 | *Note:* If you have any problems with browser caching use the `Ctrl + R` or `Cmd + R` shortcut depending on your system.
16 |
17 | However if you want to remove or add a plugin to the build you need to follow the next step of this guide.
18 |
19 | Note that it is also possible to go back to the [Online builder tool](https://ckeditor.com/ckeditor-5/online-builder) and pick other set of plugins. But we encourage you to try the harder way and to learn the principles of Node.js and CKEditor 5 ecosystems that will allow you to do more cool things in the future!
20 |
21 | ### Installation
22 |
23 | In order to rebuild the application you need to install all dependencies first. To do it, open the terminal in the project directory and type:
24 |
25 | ```
26 | npm install
27 | ```
28 |
29 | Make sure that you have the `node` and `npm` installed first. If not, then follow the instructions on the [Node.js documentation page](https://nodejs.org/en/).
30 |
31 | ### Adding or removing plugins
32 |
33 | Now you can install additional plugin in the build. Just follow the [Adding a plugin to an editor tutorial](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installing-plugins.html#adding-a-plugin-to-an-editor)
34 |
35 | ### Rebuilding editor
36 |
37 | If you have already done the [Installation](#installation) and [Adding or removing plugins](#adding-or-removing-plugins) steps, you're ready to rebuild the editor by running the following command:
38 |
39 | ```
40 | npm run build
41 | ```
42 |
43 | This will build the CKEditor 5 to the `build` directory. You can open your browser and you should be able to see the changes you've made in the code. If not, then try to refresh also the browser cache by typing `Ctrl + R` or `Cmd + R` depending on your system.
44 |
45 | ## What's next?
46 |
47 | Follow the guides available on https://ckeditor.com/docs/ckeditor5/latest/framework/index.html and enjoy the document editing.
48 |
49 | ## FAQ
50 | | Where is the place to report bugs and feature requests?
51 |
52 | You can create an issue on https://github.com/ckeditor/ckeditor5/issues including the build id - `9e9snf1zg4kp-d2cnyyo44cbm`. Make sure that the question / problem is unique, please look for a possibly asked questions in the search box. Duplicates will be closed.
53 |
54 | | Where can I learn more about the CKEditor 5 framework?
55 |
56 | Here: https://ckeditor.com/docs/ckeditor5/latest/framework/
57 |
58 | | Is it possible to use online builder with common frameworks like React, Vue or Angular?
59 |
60 | Not yet, but it these integrations will be available at some point in the future.
61 |
--------------------------------------------------------------------------------
/ckeditor5/build/ckeditor.d.ts:
--------------------------------------------------------------------------------
1 | /**
2 | * @license Copyright (c) 2014-2023, 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 | import { ClassicEditor } from '@ckeditor/ckeditor5-editor-classic';
6 | import { Alignment } from '@ckeditor/ckeditor5-alignment';
7 | import { Autoformat } from '@ckeditor/ckeditor5-autoformat';
8 | import { Bold, Code, Italic, Strikethrough, Subscript, Superscript, Underline } from '@ckeditor/ckeditor5-basic-styles';
9 | import { BlockQuote } from '@ckeditor/ckeditor5-block-quote';
10 | import { CodeBlock } from '@ckeditor/ckeditor5-code-block';
11 | import type { EditorConfig } from '@ckeditor/ckeditor5-core';
12 | import { Essentials } from '@ckeditor/ckeditor5-essentials';
13 | import { FontBackgroundColor, FontColor, FontFamily, FontSize } from '@ckeditor/ckeditor5-font';
14 | import { Heading } from '@ckeditor/ckeditor5-heading';
15 | import { Highlight } from '@ckeditor/ckeditor5-highlight';
16 | import { HorizontalLine } from '@ckeditor/ckeditor5-horizontal-line';
17 | import { GeneralHtmlSupport } from '@ckeditor/ckeditor5-html-support';
18 | import { Image, ImageCaption, ImageStyle, ImageToolbar, ImageUpload } from '@ckeditor/ckeditor5-image';
19 | import { Indent, IndentBlock } from '@ckeditor/ckeditor5-indent';
20 | import { AutoLink, Link } from '@ckeditor/ckeditor5-link';
21 | import { List } from '@ckeditor/ckeditor5-list';
22 | import { MediaEmbed } from '@ckeditor/ckeditor5-media-embed';
23 | import { Paragraph } from '@ckeditor/ckeditor5-paragraph';
24 | import { PasteFromOffice } from '@ckeditor/ckeditor5-paste-from-office';
25 | import { RemoveFormat } from '@ckeditor/ckeditor5-remove-format';
26 | import { SelectAll } from '@ckeditor/ckeditor5-select-all';
27 | import { Table, TableCaption, TableCellProperties, TableColumnResize, TableProperties, TableToolbar } from '@h5p/ckeditor5-table';
28 | import { TextTransformation } from '@ckeditor/ckeditor5-typing';
29 | declare class Editor extends ClassicEditor {
30 | static builtinPlugins: (typeof Alignment | typeof AutoLink | typeof Autoformat | typeof BlockQuote | typeof Bold | typeof Code | typeof CodeBlock | typeof Essentials | typeof FontBackgroundColor | typeof FontColor | typeof FontFamily | typeof FontSize | typeof GeneralHtmlSupport | typeof Heading | typeof Highlight | typeof HorizontalLine | typeof Image | typeof ImageCaption | typeof ImageStyle | typeof ImageToolbar | typeof ImageUpload | typeof Indent | typeof IndentBlock | typeof Italic | typeof Link | typeof List | typeof MediaEmbed | typeof Paragraph | typeof PasteFromOffice | typeof RemoveFormat | typeof SelectAll | typeof Strikethrough | typeof Subscript | typeof Superscript | typeof Table | typeof TableCaption | typeof TableCellProperties | typeof TableColumnResize | typeof TableProperties | typeof TableToolbar | typeof TextTransformation | typeof Underline)[];
31 | static defaultConfig: EditorConfig;
32 | }
33 | export default Editor;
34 |
--------------------------------------------------------------------------------
/ckeditor5/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "ckeditor5-custom-build",
3 | "author": "CKSource",
4 | "description": "A custom CKEditor 5 build made by the CKEditor 5 online builder.",
5 | "version": "0.0.1",
6 | "license": "SEE LICENSE IN LICENSE.md",
7 | "private": true,
8 | "main": "./build/ckeditor.js",
9 | "types": "./build/ckeditor.d.ts",
10 | "dependencies": {
11 | "@ckeditor/ckeditor5-alignment": "43.3.0",
12 | "@ckeditor/ckeditor5-autoformat": "43.3.0",
13 | "@ckeditor/ckeditor5-basic-styles": "43.3.0",
14 | "@ckeditor/ckeditor5-block-quote": "43.3.0",
15 | "@ckeditor/ckeditor5-code-block": "43.3.0",
16 | "@ckeditor/ckeditor5-editor-classic": "43.3.0",
17 | "@ckeditor/ckeditor5-essentials": "43.3.0",
18 | "@ckeditor/ckeditor5-font": "43.3.0",
19 | "@ckeditor/ckeditor5-heading": "43.3.0",
20 | "@ckeditor/ckeditor5-highlight": "43.3.0",
21 | "@ckeditor/ckeditor5-horizontal-line": "43.3.0",
22 | "@ckeditor/ckeditor5-html-support": "43.3.0",
23 | "@ckeditor/ckeditor5-image": "43.3.0",
24 | "@ckeditor/ckeditor5-indent": "43.3.0",
25 | "@ckeditor/ckeditor5-link": "43.3.0",
26 | "@ckeditor/ckeditor5-list": "43.3.0",
27 | "@ckeditor/ckeditor5-media-embed": "43.3.0",
28 | "@ckeditor/ckeditor5-paragraph": "43.3.0",
29 | "@ckeditor/ckeditor5-paste-from-office": "43.3.0",
30 | "@ckeditor/ckeditor5-remove-format": "43.3.0",
31 | "@ckeditor/ckeditor5-select-all": "43.3.0",
32 | "@ckeditor/ckeditor5-typing": "43.3.0",
33 | "@h5p/ckeditor5-table": "github:h5p/h5p-ckeditor-table#0.0.13"
34 | },
35 | "devDependencies": {
36 | "@ckeditor/ckeditor5-core": "43.3.0",
37 | "@ckeditor/ckeditor5-dev-translations": "^32.1.2",
38 | "@ckeditor/ckeditor5-dev-utils": "^32.1.2",
39 | "@ckeditor/ckeditor5-theme-lark": "43.3.0",
40 | "css-loader": "^5.2.7",
41 | "postcss": "^8.4.29",
42 | "postcss-loader": "^4.3.0",
43 | "raw-loader": "^4.0.2",
44 | "style-loader": "^2.0.0",
45 | "terser-webpack-plugin": "^4.2.3",
46 | "ts-loader": "^9.4.4",
47 | "typescript": "5.0.4",
48 | "webpack": "^5.95.0",
49 | "webpack-cli": "^4.10.0"
50 | },
51 | "scripts": {
52 | "build": "webpack --mode production",
53 | "postbuild": "tsc --declaration --declarationDir build --stripInternal --emitDeclarationOnly"
54 | }
55 | }
56 |
--------------------------------------------------------------------------------
/ckeditor5/sample/index.html:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
40 | This may be the first time you hear about this made-up disorder but
41 | it actually isn’t so far from the truth. Even the studies that were conducted almost half a century show that
42 | the language you speak has more effects on you than you realize.
43 |
44 |
45 | One of the very first experiments conducted on this topic dates back to 1964.
46 | In the experiment
47 | designed by linguist Ervin-Tripp who is an authority expert in psycholinguistic and sociolinguistic studies,
48 | adults who are bilingual in English in French were showed series of pictures and were asked to create 3-minute stories.
49 | In the end participants emphasized drastically different dynamics for stories in English and French.
50 |
51 |
52 | Another ground-breaking experiment which included bilingual Japanese women married to American men in San Francisco were
53 | asked to complete sentences. The goal of the experiment was to investigate whether or not human feelings and thoughts
54 | are expressed differently in different language mindsets.
55 | Here is a sample from the the experiment:
56 |
57 |
58 |
59 |
60 |
61 |
English
62 |
Japanese
63 |
64 |
65 |
66 |
67 |
Real friends should
68 |
Be very frank
69 |
Help each other
70 |
71 |
72 |
I will probably become
73 |
A teacher
74 |
A housewife
75 |
76 |
77 |
When there is a conflict with family
78 |
I do what I want
79 |
It's a time of great unhappiness
80 |
81 |
82 |
83 |
84 | More recent studies show, the language a person speaks affects
85 | their cognition, behaviour, emotions and hence their personality.
86 | This shouldn’t come as a surprise
87 | since we already know that different regions
88 | of the brain become more active depending on the person’s activity at hand. Since structure, information and especially
89 | the culture of languages varies substantially and the language a person speaks is an essential element of daily life.
90 |