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 {"eu":{"dictionary":{"Undo":"Desegin","Redo":"Berregin","Rich Text Editor":"Testu aberastuaren editorea","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Numbered List":"Zenbakidun zerrenda","Bulleted List":"Buletdun zerrenda","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Desestekatu","Link":"Esteka","Link URL":"Estekaren URLa","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":"","image widget":"irudi widgeta","Wrap text":"","Break text":"","In line":"","Side image":"Alboko irudia","Full size image":"Tamaina osoko irudia","Left aligned image":"Ezkerrean lerrokatutako irudia","Centered image":"Zentratutako irudia","Right aligned image":"Eskuinean lerrokatutako irudia","Change image text alternative":"Aldatu irudiaren ordezko testua","Text alternative":"Ordezko testua","Enter image caption":"Sartu irudiaren epigrafea","Insert image":"Txertatu irudia","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Kargatzeak huts egin du","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Paragraph":"Paragrafoa","Heading":"Izenburua","Choose heading":"Aukeratu izenburua","Heading 1":"Izenburua 1","Heading 2":"Izenburua 2","Heading 3":"Izenburua 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"Utzi","Clear":"","Remove color":"","Restore default":"","Save":"Gorde","Show more items":"","%0 of %1":"","Cannot upload file:":"Ezin da fitxategia kargatu:","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":"","Block quote":"Aipua","Bold":"Lodia","Italic":"Etzana","Underline":"Azpimarra","Code":"Kodea","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":""},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 { [ 'eu' ]: { dictionary, getPluralForm } } = {"eu":{"dictionary":{"Undo":"Desegin","Redo":"Berregin","Rich Text Editor":"Testu aberastuaren editorea","Editor editing area: %0":"","Edit block":"","Click to edit block":"","Drag to move":"","Next":"","Previous":"","Editor toolbar":"","Dropdown toolbar":"","Black":"","Dim grey":"","Grey":"","Light grey":"","White":"","Red":"","Orange":"","Yellow":"","Light green":"","Green":"","Aquamarine":"","Turquoise":"","Light blue":"","Blue":"","Purple":"","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Numbered List":"Zenbakidun zerrenda","Bulleted List":"Buletdun zerrenda","To-do List":"","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Desestekatu","Link":"Esteka","Link URL":"Estekaren URLa","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":"","image widget":"irudi widgeta","Wrap text":"","Break text":"","In line":"","Side image":"Alboko irudia","Full size image":"Tamaina osoko irudia","Left aligned image":"Ezkerrean lerrokatutako irudia","Centered image":"Zentratutako irudia","Right aligned image":"Eskuinean lerrokatutako irudia","Change image text alternative":"Aldatu irudiaren ordezko testua","Text alternative":"Ordezko testua","Enter image caption":"Sartu irudiaren epigrafea","Insert image":"Txertatu irudia","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Kargatzeak huts egin du","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Paragraph":"Paragrafoa","Heading":"Izenburua","Choose heading":"Aukeratu izenburua","Heading 1":"Izenburua 1","Heading 2":"Izenburua 2","Heading 3":"Izenburua 3","Heading 4":"","Heading 5":"","Heading 6":"","Type your title":"","Type or paste your content here.":"","Cancel":"Utzi","Clear":"","Remove color":"","Restore default":"","Save":"Gorde","Show more items":"","%0 of %1":"","Cannot upload file:":"Ezin da fitxategia kargatu:","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":"","Block quote":"Aipua","Bold":"Lodia","Italic":"Etzana","Underline":"Azpimarra","Code":"Kodea","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":""},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'eu' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'eu' ].dictionary = Object.assign( e[ 'eu' ].dictionary, dictionary );
|
10
|
+
e[ 'eu' ].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 {"fa":{"dictionary":{"Words: %0":"تعداد لغات : %0","Characters: %0":"تعداد حروف : %0","Widget toolbar":"نوار ابزار ویجت","Insert paragraph before block":"درج پاراگراف قبل از بلوک","Insert paragraph after block":"درج پاراگراف بعد از بلوک","Press Enter to type after or press Shift + Enter to type before the widget":"","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":"آپلود در حال انجام","Undo":"بازگردانی","Redo":"باز انجام","Rich Text Editor":"ویرایشگر متن غنی","Editor editing area: %0":"","Edit block":"ویرایش قطعه","Click to edit block":"","Drag to move":"","Next":"بعدی","Previous":"قبلی","Editor toolbar":"نوارابزار ویرایشگر","Dropdown toolbar":"نوارابزار کشویی","Black":"سیاه","Dim grey":"خاکستری تیره","Grey":"خاکستری","Light grey":"خاکستری روشن","White":"سفید","Red":"قرمز","Orange":"نارنجی","Yellow":"زرد","Light green":"سبز روشن","Green":"سبز","Aquamarine":"زمرد کبود","Turquoise":"فیروزه ای","Light blue":"آبی روشن","Blue":"آبی","Purple":"بنفش","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"ویرایش","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"درج جدول","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":"","Special characters":"کاراکترهای ویژه","All":"","Arrows":"","Currency":"","Latin":"","Mathematical":"","Text":"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"پیکان دوتایی چپ","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"downwards double arrow","leftwards dashed 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":"","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":"","Show blocks":"نمایش بلاک ها","Select all":"انتخاب همه","Disable editing":"غیرفعال کردن ویرایش","Enable editing":"فعال کردن ویرایش","Previous editable region":"","Next editable region":"","Navigate editable regions":"","Remove Format":"حذف کردن قالب","Page break":"برش صفحه","media widget":"ویجت رسانه","Media URL":"آدرس اینترنتی رسانه","Paste the media URL in the input.":"آدرس رسانه را در ورودی قرار دهید","Tip: Paste the URL into the content to embed faster.":"نکته : آدرس را در محتوا قراردهید تا سریع تر جاسازی شود","The URL must not be empty.":"آدرس اینترنتی URL نباید خالی باشد.","This media URL is not supported.":"این آدرس اینترنتی رسانه پشتیبانی نمیشود","Insert media":"وارد کردن رسانه","Media toolbar":"نوارابزار رسانه","Open media in new tab":"","Numbered List":"لیست عددی","Bulleted List":"لیست نشانهدار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"لغو پیوند","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":"","Increase indent":"افزایش تورفتگی","Decrease indent":"کاهش تورفتگی","image widget":"ابزاره تصویر","Wrap text":"","Break text":"","In line":"","Side image":"تصویر جانبی","Full size image":"تصویر در اندازه کامل","Left aligned image":"تصویر تراز شده چپ","Centered image":"تصویر در وسط","Right aligned image":"تصویر تراز شده راست","Change image text alternative":"تغییر متن جایگزین تصویر","Text alternative":"متن جایگزین","Enter image caption":"عنوان تصویر را وارد کنید","Insert image":"قرار دادن تصویر","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"آپلود ناموفق بود","Image toolbar":"نوارابزار تصویر","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Insert HTML":"وارد کردن html","HTML snippet":"","Paste raw HTML here...":"","Edit source":"ویرایش سورس","Save changes":"ذخیره تغییرات","No preview available":"پیش نمایشی موجود نیست","Empty snippet content":"","Horizontal line":"خط افقی","Yellow marker":"نشانگر زرد","Green marker":"نشانگر سبز","Pink marker":"نشانگر صورتی","Blue marker":"نشانگر آبی","Red pen":"قلم قرمز","Green pen":"قلم سبز","Remove highlight":"حذف برجسته","Highlight":"برجسته","Text highlight toolbar":"نوارابزار برجستگی متن","Paragraph":"پاراگراف","Heading":"عنوان","Choose heading":"انتخاب عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"عنوان خود را تایپ کنید","Type or paste your content here.":"محتوای خود را در اینجا تایپ یا پیست کنید.","Font Size":"اندازه فونت","Tiny":"بسیار کوچک","Small":"کوچک","Big":"بزرگ","Huge":"بسیار بزرگ","Font Family":"خانواده فونت","Default":"پیش فرض","Font Color":"رنگ فونت","Font Background Color":"رنگ پس زمینه فونت","Document colors":"رنگ اسناد","Find and replace":"جست و جو و جایگزینی","Find in text…":"جست و جو در متن...","Find":"جست و جو","Previous result":"نتیجه قبلی","Next result":"نتیجه بعدی","Replace":"جایگزینی","Replace all":"جایگزینی همه","Match case":"","Whole words only":"","Replace with…":"جایگزینی با...","Text to find must not be empty.":"واژه جست و جو شده نباید خالی باشد.","Tip: Find some text first in order to replace it.":"نکته: برای جایگزینی نخست واژه را پیدا کنید.","Advanced options":"","Find in the document":"","Cancel":"لغو","Clear":"","Remove color":"حذف رنگ","Restore default":"بازیابی پیش فرض","Save":"ذخیره","Show more items":"نمایش گزینههای بیشتر","%0 of %1":"%0 از %1","Cannot upload file:":"فایل آپلود نمیشود:","Rich Text Editor. Editing area: %0":"ویرایشگر متن قوی. ویرایش بخش : 0%","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"درج بلوک کد","Plain text":"متن ساده","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"وارد کردن تصویر یا فایل","Image or file":"","Could not obtain resized image URL.":"نمیتوان آدرس اینترنتی تصویر تغییر اندازه یافته را بدست آورد","Selecting resized image failed":"انتخاب تصویر تغییر اندازه یافته انجام نشد","Could not insert image at the current position.":"نمیتوان تصویر را در موقعیت فعلی وارد کرد","Inserting image failed":"وارد کردن تصویر انجام نشد","Open file manager":"مدیریت فایل را باز کنید","Cannot determine a category for the uploaded file.":"نمی توان یک دسته برای فایل آپلود شده تعیین کرد","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":" بلوک نقل قول","Bold":"درشت","Italic":"کج","Underline":"خط زیر","Code":"کد","Strikethrough":"خط خورده","Subscript":"پایین نویس","Superscript":"بالانویس","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"ذخیره سازی تغییرات","Align left":"تراز چپ","Align right":"تراز راست","Align center":"تراز وسط","Justify":"هم تراز کردن","Text alignment":"تراز متن","Text alignment toolbar":"نوار ابزار ترازبندی متن"},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 { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"Words: %0":"تعداد لغات : %0","Characters: %0":"تعداد حروف : %0","Widget toolbar":"نوار ابزار ویجت","Insert paragraph before block":"درج پاراگراف قبل از بلوک","Insert paragraph after block":"درج پاراگراف بعد از بلوک","Press Enter to type after or press Shift + Enter to type before the widget":"","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":"آپلود در حال انجام","Undo":"بازگردانی","Redo":"باز انجام","Rich Text Editor":"ویرایشگر متن غنی","Editor editing area: %0":"","Edit block":"ویرایش قطعه","Click to edit block":"","Drag to move":"","Next":"بعدی","Previous":"قبلی","Editor toolbar":"نوارابزار ویرایشگر","Dropdown toolbar":"نوارابزار کشویی","Black":"سیاه","Dim grey":"خاکستری تیره","Grey":"خاکستری","Light grey":"خاکستری روشن","White":"سفید","Red":"قرمز","Orange":"نارنجی","Yellow":"زرد","Light green":"سبز روشن","Green":"سبز","Aquamarine":"زمرد کبود","Turquoise":"فیروزه ای","Light blue":"آبی روشن","Blue":"آبی","Purple":"بنفش","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"ویرایش","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"درج جدول","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":"","Special characters":"کاراکترهای ویژه","All":"","Arrows":"","Currency":"","Latin":"","Mathematical":"","Text":"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"پیکان دوتایی چپ","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"downwards double arrow","leftwards dashed 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":"","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":"","Show blocks":"نمایش بلاک ها","Select all":"انتخاب همه","Disable editing":"غیرفعال کردن ویرایش","Enable editing":"فعال کردن ویرایش","Previous editable region":"","Next editable region":"","Navigate editable regions":"","Remove Format":"حذف کردن قالب","Page break":"برش صفحه","media widget":"ویجت رسانه","Media URL":"آدرس اینترنتی رسانه","Paste the media URL in the input.":"آدرس رسانه را در ورودی قرار دهید","Tip: Paste the URL into the content to embed faster.":"نکته : آدرس را در محتوا قراردهید تا سریع تر جاسازی شود","The URL must not be empty.":"آدرس اینترنتی URL نباید خالی باشد.","This media URL is not supported.":"این آدرس اینترنتی رسانه پشتیبانی نمیشود","Insert media":"وارد کردن رسانه","Media toolbar":"نوارابزار رسانه","Open media in new tab":"","Numbered List":"لیست عددی","Bulleted List":"لیست نشانهدار","To-do List":"لیست انجام کار","Bulleted list styles toolbar":"","Numbered list styles toolbar":"","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"","Circle":"","Square":"","Decimal":"","Decimal with leading zero":"","Lower–roman":"","Upper-roman":"","Lower-latin":"","Upper-latin":"","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"لغو پیوند","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":"","Increase indent":"افزایش تورفتگی","Decrease indent":"کاهش تورفتگی","image widget":"ابزاره تصویر","Wrap text":"","Break text":"","In line":"","Side image":"تصویر جانبی","Full size image":"تصویر در اندازه کامل","Left aligned image":"تصویر تراز شده چپ","Centered image":"تصویر در وسط","Right aligned image":"تصویر تراز شده راست","Change image text alternative":"تغییر متن جایگزین تصویر","Text alternative":"متن جایگزین","Enter image caption":"عنوان تصویر را وارد کنید","Insert image":"قرار دادن تصویر","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"آپلود ناموفق بود","Image toolbar":"نوارابزار تصویر","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Insert HTML":"وارد کردن html","HTML snippet":"","Paste raw HTML here...":"","Edit source":"ویرایش سورس","Save changes":"ذخیره تغییرات","No preview available":"پیش نمایشی موجود نیست","Empty snippet content":"","Horizontal line":"خط افقی","Yellow marker":"نشانگر زرد","Green marker":"نشانگر سبز","Pink marker":"نشانگر صورتی","Blue marker":"نشانگر آبی","Red pen":"قلم قرمز","Green pen":"قلم سبز","Remove highlight":"حذف برجسته","Highlight":"برجسته","Text highlight toolbar":"نوارابزار برجستگی متن","Paragraph":"پاراگراف","Heading":"عنوان","Choose heading":"انتخاب عنوان","Heading 1":"عنوان 1","Heading 2":"عنوان 2","Heading 3":"عنوان 3","Heading 4":"عنوان 4","Heading 5":"عنوان 5","Heading 6":"عنوان 6","Type your title":"عنوان خود را تایپ کنید","Type or paste your content here.":"محتوای خود را در اینجا تایپ یا پیست کنید.","Font Size":"اندازه فونت","Tiny":"بسیار کوچک","Small":"کوچک","Big":"بزرگ","Huge":"بسیار بزرگ","Font Family":"خانواده فونت","Default":"پیش فرض","Font Color":"رنگ فونت","Font Background Color":"رنگ پس زمینه فونت","Document colors":"رنگ اسناد","Find and replace":"جست و جو و جایگزینی","Find in text…":"جست و جو در متن...","Find":"جست و جو","Previous result":"نتیجه قبلی","Next result":"نتیجه بعدی","Replace":"جایگزینی","Replace all":"جایگزینی همه","Match case":"","Whole words only":"","Replace with…":"جایگزینی با...","Text to find must not be empty.":"واژه جست و جو شده نباید خالی باشد.","Tip: Find some text first in order to replace it.":"نکته: برای جایگزینی نخست واژه را پیدا کنید.","Advanced options":"","Find in the document":"","Cancel":"لغو","Clear":"","Remove color":"حذف رنگ","Restore default":"بازیابی پیش فرض","Save":"ذخیره","Show more items":"نمایش گزینههای بیشتر","%0 of %1":"%0 از %1","Cannot upload file:":"فایل آپلود نمیشود:","Rich Text Editor. Editing area: %0":"ویرایشگر متن قوی. ویرایش بخش : 0%","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"درج بلوک کد","Plain text":"متن ساده","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"وارد کردن تصویر یا فایل","Image or file":"","Could not obtain resized image URL.":"نمیتوان آدرس اینترنتی تصویر تغییر اندازه یافته را بدست آورد","Selecting resized image failed":"انتخاب تصویر تغییر اندازه یافته انجام نشد","Could not insert image at the current position.":"نمیتوان تصویر را در موقعیت فعلی وارد کرد","Inserting image failed":"وارد کردن تصویر انجام نشد","Open file manager":"مدیریت فایل را باز کنید","Cannot determine a category for the uploaded file.":"نمی توان یک دسته برای فایل آپلود شده تعیین کرد","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":" بلوک نقل قول","Bold":"درشت","Italic":"کج","Underline":"خط زیر","Code":"کد","Strikethrough":"خط خورده","Subscript":"پایین نویس","Superscript":"بالانویس","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"ذخیره سازی تغییرات","Align left":"تراز چپ","Align right":"تراز راست","Align center":"تراز وسط","Justify":"هم تراز کردن","Text alignment":"تراز متن","Text alignment toolbar":"نوار ابزار ترازبندی متن"},getPluralForm(n){return (n > 1);}}};
|
8
|
+
e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, dictionary );
|
10
|
+
e[ 'fa' ].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 {"fi":{"dictionary":{"Words: %0":"Sanoja: %0","Characters: %0":"Merkkejä: %0","Widget toolbar":"Widget-työkalupalkki","Insert paragraph before block":"Liitä kappale ennen lohkoa","Insert paragraph after block":"Liitä kappale lohkon jälkeen","Press Enter to type after or press Shift + Enter to type before the widget":"Paina enter-näppäintä kirjoittaaksesi tai paina shift + enter kirjoittaaksesi ennen widget-sovellusta","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Painallukset, joita voidaan käyttää widgetin valitsemisen yhteydessä (esimerkiksi: kuva, taulukko jne.)","Insert a new paragraph directly after a widget":"Lisää uusi kappale suoraan widgetin jälkeen","Insert a new paragraph directly before a widget":"Lisää uusi kappale suoraan widgetin eteen","Move the caret to allow typing directly before a widget":"Siirrä sirkumfleksimerkkiä voidaksesi kirjoittaa suoraan ennen widgetiä","Move the caret to allow typing directly after a widget":"Siirrä sirkumfleksimerkkiä voidaksesi kirjoittaa suoraan widgetin jälkeen","Upload in progress":"Lähetys käynnissä","Undo":"Peru","Redo":"Tee uudelleen","Rich Text Editor":"Rikas tekstieditori","Editor editing area: %0":"Editorin muokkausalue: %0","Edit block":"Muokkaa lohkoa","Click to edit block":"Muokkaa lohkoa klikkaamalla","Drag to move":"Siirrä raahamalla","Next":"Seuraava","Previous":"Edellinen","Editor toolbar":"Editorin työkalupalkki","Dropdown toolbar":"Pudotusvalikon työkalupalkki","Black":"Musta","Dim grey":"Vaaleanharmaa","Grey":"Harmaa","Light grey":"Vaaleanharmaa","White":"Valkoinen","Red":"Punainen","Orange":"Oranssi","Yellow":"Keltainen","Light green":"Vaaleanvihreä","Green":"Vihreä","Aquamarine":"Akvamariini","Turquoise":"Turkoosi","Light blue":"Vaaleansininen","Blue":"Sininen","Purple":"Purppura","Editor block content toolbar":"Editorin lohkon sisällön työkalupalkki","Editor contextual toolbar":"Editorin kontekstuaalinen työkalupalkki","HEX":"HEX","No results found":"Tuloksia ei löytynyt","No searchable items":"Ei haettavia nimikkeitä","Editor dialog":"Editorin dialogi","Close":"Sulje","Help Contents. To close this dialog press ESC.":"Tukisisältö. Voit sulkea tämän dialogin painamalla ESC-näppäintä.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Ohessa on tässä editointityökalussa käytettävien näppäinoikoteiden lista.","(may require <kbd>Fn</kbd>)":"(Saattaa vaatia <kbd>Fn</kbd>:n)","Accessibility":"Käytettävyys","Accessibility help":"Esteettömyystuki","Press %0 for help.":"Paina %0 -näppäintä, jos tarvitset apua.","Move focus in and out of an active dialog window":"Siirry lähemmäs ja kauemmas käytössä olevasta dialogi-ikkunasta","MENU_BAR_MENU_FILE":"Tiedosto","MENU_BAR_MENU_EDIT":"Muokkaa","MENU_BAR_MENU_VIEW":"Näytä","MENU_BAR_MENU_INSERT":"Liitä","MENU_BAR_MENU_FORMAT":"Muoto","MENU_BAR_MENU_TOOLS":"Työkalut","MENU_BAR_MENU_HELP":"Tuki","MENU_BAR_MENU_TEXT":"Teksti","MENU_BAR_MENU_FONT":"Fontti","Editor menu bar":"Muokkaustyökalun valikkopalkki","Please enter a valid color (e.g. \"ff0000\").":"Syötäthän pätevän värin (esim. \"ff0000\").","Insert table":"Lisää taulukko","Header column":"Otsikkosarake","Insert column left":"Lisää sarake vasemmalle","Insert column right":"Lisää sarake oikealle","Delete column":"Poista sarake","Select column":"Valitse sarake","Column":"Sarake","Header row":"Otsikkorivi","Insert row below":"Lisää rivi alle","Insert row above":"Lisää rivi ylle","Delete row":"Poista rivi","Select row":"Valitse rivi","Row":"Rivi","Merge cell up":"Yhdistä solu ylös","Merge cell right":"Yhdistä solu oikealle","Merge cell down":"Yhdistä solu alas","Merge cell left":"Yhdistä solu vasemmalle","Split cell vertically":"Jaa solu pystysuunnassa","Split cell horizontally":"Jaa solu vaakasuunnassa","Merge cells":"Yhdistä tai jaa soluja","Table toolbar":"Taulukon työkalupalkki","Table properties":"Taulukon ominaisuudet","Cell properties":"Solun ominaisuudet","Border":"Reunus","Style":"Tyyli","Width":"Leveys","Height":"Korkeus","Color":"Väri","Background":"Tausta","Padding":"Täyte","Dimensions":"Mittasuhteet","Table cell text alignment":"Taulukkosolun tekstin suunta","Alignment":"Suunta","Horizontal text alignment toolbar":"Vaakasuoran tekstin suunnan työkalupalkki","Vertical text alignment toolbar":"Pystysuoran tekstin suunnan työkalupalkki","Table alignment toolbar":"Taulukon suunnan työkalupalkki","None":"Ei mitään","Solid":"Kiinteä","Dotted":"Pisteviiva","Dashed":"Katkoviiva","Double":"Kaksinkertainen","Groove":"Uurrettu","Ridge":"Harjanne","Inset":"Upote","Outset":"Ulkonema","Align cell text to the left":"Siirrä solun teksti vasemmalle","Align cell text to the center":"Siirrä solun teksti keskelle","Align cell text to the right":"Siirrä solun teksti oikealle","Justify cell text":"Tasaa solun teksti","Align cell text to the top":"Siirrä solun teksti yläosaan","Align cell text to the middle":"Siirrä solun teksti keskiosaan","Align cell text to the bottom":"Siirrä solun teksti alaosaan","Align table to the left":"Siirrä taulukko vasemmalle","Center table":"Keskitä taulukko","Align table to the right":"Siirrä taulukko oikealle","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Väri ei kelpaa. Ota sen sijaan käyttöön \"#FF0000\", \"rgb(255,0,0)\" tai \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Arvo ei kelpaa. Ota käyttöön \"10px\", \"2em\" tai pelkästään \"2\".","Color picker":"Värin valitsin","Enter table caption":"Syötä taulukon kuvaus","Keystrokes that can be used in a table cell":"Painallukset, joita voidaan käyttää taulukon solussa","Move the selection to the next cell":"Siirrä valittu kohde seuraavaan soluun","Move the selection to the previous cell":"Siirrä valittu kohde edelliseen soluun","Insert a new table row (when in the last cell of a table)":"Liitä uusi taulukkorivi (pätee taulukon viimeiseen soluun)","Navigate through the table":"Siirry taulukossa","Table":"Taulukko","Styles":"Tyylit","Multiple styles":"Useita tyylejä","Block styles":"Lohkotyylit","Text styles":"Tekstityylit","Special characters":"Erikoismerkit","All":"Kaikki","Arrows":"Nuolet","Currency":"Valuutta","Latin":"Latinalaiset","Mathematical":"Matemaattiset","Text":"Teksti","leftwards simple arrow":"yksinkertainen nuoli vasempaan","rightwards simple arrow":"yksinkertainen nuoli oikeaan","upwards simple arrow":"yksinkertainen nuoli ylös","downwards simple arrow":"yksinkertainen nuoli alas","leftwards double arrow":"kaksoisnuoli vasemmalle","rightwards double arrow":"kaksoisnuoli oikealle","upwards double arrow":"kaksoisnuoli ylös","downwards double arrow":"kaksoisnuoli alas","leftwards dashed arrow":"pisteviivanuoli vasemmalle","rightwards dashed arrow":"pisteviivanuoli oikealle","upwards dashed arrow":"pisteviivanuoli ylös","downwards dashed arrow":"pisteviivanuoli alas","leftwards arrow to bar":"nuoli vasemmalle perusviivalla","rightwards arrow to bar":"nuoli oikealle perusviivalla","upwards arrow to bar":"nuoli ylös perusviivalla","downwards arrow to bar":"nuoli alas perusviivalla","up down arrow with base":"nuoli ylös ja alas perusviivalla","back with leftwards arrow above":"BACK-nuoli","end with leftwards arrow above":"END-nuoli","on with exclamation mark with left right arrow above":"ON!-nuoli","soon with rightwards arrow above":"SOON-nuoli","top with upwards arrow above":"TOP-nuoli","Dollar sign":"Dollarin merkki","Euro sign":"Euron merkki","Yen sign":"Jenin merkki","Pound sign":"Punnan merkki","Cent sign":"Sentin merkki","Euro-currency sign":"Eurovaluutan merkki","Colon sign":"Colónin merkki","Cruzeiro sign":"Cruzeiron merkki","French franc sign":"Ranskan frangin merkki","Lira sign":"Liiran merkki","Currency sign":"Valuuttamerkki","Bitcoin sign":"Bitcoinin merkki","Mill sign":"Valuutan tuhannesosan merkki","Naira sign":"Nairan merkki","Peseta sign":"Pesetan merkki","Rupee sign":"Rupian merkki","Won sign":"Wonin merkki","New sheqel sign":"Uuden sekelin merkki","Dong sign":"Dongin merkki","Kip sign":"Kipin merkki","Tugrik sign":"Tugrikin merkki","Drachma sign":"Drakman merkki","German penny sign":"Saksan pfennigin merkki","Peso sign":"Peson merkki","Guarani sign":"Guaranin merkki","Austral sign":"Australin merkki","Hryvnia sign":"Hryvnian merkki","Cedi sign":"Cedin merkki","Livre tournois sign":"Livre tournois’n merkki","Spesmilo sign":"Spesmilon merkki","Tenge sign":"Tengen merkki","Indian rupee sign":"Intian rupian merkki","Turkish lira sign":"Turkin liiran merkki","Nordic mark sign":"Riikintaalerin merkki","Manat sign":"Manatin merkki","Ruble sign":"Ruplan merkki","Latin capital letter a with macron":"Latinalainen suuraakkonen a ja pituusmerkki","Latin small letter a with macron":"Latinalainen pienaakkonen a ja pituusmerkki","Latin capital letter a with breve":"Latinalainen suuraakkonen a ja lyhyysmerkki","Latin small letter a with breve":"Latinalainen pienaakkonen a ja lyhyysmerkki","Latin capital letter a with ogonek":"Latinalainen suuraakkonen a ja ogonek","Latin small letter a with ogonek":"Latinalainen pienaakkonen a ja ogonek","Latin capital letter c with acute":"Latinalainen suuraakkonen c ja akuutti","Latin small letter c with acute":"Latinalainen pienaakkonen c ja akuutti","Latin capital letter c with circumflex":"Latinalainen suuraakkonen c ja sirkumfleksi","Latin small letter c with circumflex":"Latinalainen pienaakkonen c ja sirkumfleksi","Latin capital letter c with dot above":"Latinalainen suuraakkonen c ja yläpuolinen piste","Latin small letter c with dot above":"Latinalainen pienaakkonen c ja yläpuolinen piste","Latin capital letter c with caron":"Latinalainen suuraakkonen c ja hattu","Latin small letter c with caron":"Latinalainen pienaakkonen c ja hattu","Latin capital letter d with caron":"Latinalainen suuraakkonen d ja hattu","Latin small letter d with caron":"Latinalainen pienaakkonen d ja hattu","Latin capital letter d with stroke":"Latinalainen suuraakkonen d ja poikkiviiva","Latin small letter d with stroke":"Latinalainen pienaakkonen d ja poikkiviiva","Latin capital letter e with macron":"Latinalainen suuraakkonen e ja pituusmerkki","Latin small letter e with macron":"Latinalainen pienaakkonen e ja pituusmerkki","Latin capital letter e with breve":"Latinalainen suuraakkonen e ja lyhyysmerkki","Latin small letter e with breve":"Latinalainen pienaakkonen e ja lyhyysmerkki","Latin capital letter e with dot above":"Latinalainen suuraakkonen e ja yläpuolinen piste","Latin small letter e with dot above":"Latinalainen pienaakkonen e ja yläpuolinen piste","Latin capital letter e with ogonek":"Latinalainen suuraakkonen e ja ogonek","Latin small letter e with ogonek":"Latinalainen pienaakkonen e ja ogonek","Latin capital letter e with caron":"Latinalainen suuraakkonen e ja hattu","Latin small letter e with caron":"Latinalainen pienaakkonen e ja hattu","Latin capital letter g with circumflex":"Latinalainen suuraakkonen g ja sirkumfleksi","Latin small letter g with circumflex":"Latinalainen pienaakkonen g ja sirkumfleksi","Latin capital letter g with breve":"Latinalainen suuraakkonen g ja lyhyysmerkki","Latin small letter g with breve":"Latinalainen pienaakkonen g ja lyhyysmerkki","Latin capital letter g with dot above":"Latinalainen suuraakkonen g ja yläpuolinen piste","Latin small letter g with dot above":"Latinalainen pienaakkonen g ja yläpuolinen piste","Latin capital letter g with cedilla":"Latinalainen suuraakkonen g ja sedilji","Latin small letter g with cedilla":"Latinalainen pienaakkonen g ja sedilji","Latin capital letter h with circumflex":"Latinalainen suuraakkonen h ja sirkumfleksi","Latin small letter h with circumflex":"Latinalainen pienaakkonen h ja sirkumfleksi","Latin capital letter h with stroke":"Latinalainen suuraakkonen h ja poikkiviiva","Latin small letter h with stroke":"Latinalainen pienaakkonen h ja poikkiviiva","Latin capital letter i with tilde":"Latinalainen suuraakkonen i ja tilde","Latin small letter i with tilde":"Latinalainen pienaakkonen i ja tilde","Latin capital letter i with macron":"Latinalainen suuraakkonen i ja pituusmerkki","Latin small letter i with macron":"Latinalainen pienaakkonen i ja pituusmerkki","Latin capital letter i with breve":"Latinalainen suuraakkonen i ja lyhyysmerkki","Latin small letter i with breve":"Latinalainen pienaakkonen i ja lyhyysmerkki","Latin capital letter i with ogonek":"Latinalainen suuraakkonen i ja ogonek","Latin small letter i with ogonek":"Latinalainen pienaakkonen i ja ogonek","Latin capital letter i with dot above":"Latinalainen suuraakkonen i ja yläpuolinen piste","Latin small letter dotless i":"Latinalainen pienaakkonen pisteetön i","Latin capital ligature ij":"Latinalainen suuraakkosligatuuri ij","Latin small ligature ij":"Latinalainen pienaakkosligatuuri ij","Latin capital letter j with circumflex":"Latinalainen suuraakkonen j ja sirkumfleksi","Latin small letter j with circumflex":"Latinalainen pienaakkonen j ja sirkumfleksi","Latin capital letter k with cedilla":"Latinalainen suuraakkonen k ja sedilji","Latin small letter k with cedilla":"Latinalainen pienaakkonen k ja sedilji","Latin small letter kra":"Latinalainen pienaakkonen kra","Latin capital letter l with acute":"Latinalainen suuraakkonen l ja akuutti","Latin small letter l with acute":"Latinalainen pienaakkonen l ja akuutti","Latin capital letter l with cedilla":"Latinalainen suuraakkonen l ja sedilji","Latin small letter l with cedilla":"Latinalainen pienaakkonen l ja sedilji","Latin capital letter l with caron":"Latinalainen suuraakkonen l ja hattu","Latin small letter l with caron":"Latinalainen pienaakkonen l ja hattu","Latin capital letter l with middle dot":"Latinalainen suuraakkonen l ja piste keskellä","Latin small letter l with middle dot":"Latinalainen pienaakkonen l ja piste keskellä","Latin capital letter l with stroke":"Latinalainen suuraakkonen l ja poikkiviiva","Latin small letter l with stroke":"Latinalainen pienaakkonen l ja poikkiviiva","Latin capital letter n with acute":"Latinalainen suuraakkonen n ja akuutti","Latin small letter n with acute":"Latinalainen pienaakkonen n ja akuutti","Latin capital letter n with cedilla":"Latinalainen suuraakkonen n ja sedilji","Latin small letter n with cedilla":"Latinalainen pienaakkonen n ja sedilji","Latin capital letter n with caron":"Latinalainen suuraakkonen n ja hattu","Latin small letter n with caron":"Latinalainen pienaakkonen n ja hattu","Latin small letter n preceded by apostrophe":"Latinalainen pienaakkonen n jota edeltää heittomerkki","Latin capital letter eng":"Latinalainen suuraakkonen äng","Latin small letter eng":"Latinalainen pienaakkonen äng","Latin capital letter o with macron":"Latinalainen suuraakkonen o ja pituusmerkki","Latin small letter o with macron":"Latinalainen pienaakkonen o ja pituusmerkki","Latin capital letter o with breve":"Latinalainen suuraakkonen o ja lyhyysmerkki","Latin small letter o with breve":"Latinalainen pienaakkonen o ja lyhyysmerkki","Latin capital letter o with double acute":"Latinalainen suuraakkonen o ja kaksoisakuutti","Latin small letter o with double acute":"Latinalainen pienaakkonen o ja kaksoisakuutti","Latin capital ligature oe":"Latinalainen suuraakkosligatuuri oe","Latin small ligature oe":"Latinalainen pienaakkosligatuuri oe","Latin capital letter r with acute":"Latinalainen suuraakkonen r ja akuutti","Latin small letter r with acute":"Latinalainen pienaakkonen r ja akuutti","Latin capital letter r with cedilla":"Latinalainen suuraakkonen r ja sedilji","Latin small letter r with cedilla":"Latinalainen pienaakkonen r ja sedilji","Latin capital letter r with caron":"Latinalainen suuraakkonen r ja hattu","Latin small letter r with caron":"Latinalainen pienaakkonen r ja hattu","Latin capital letter s with acute":"Latinalainen suuraakkonen s ja akuutti","Latin small letter s with acute":"Latinalainen pienaakkonen s ja akuutti","Latin capital letter s with circumflex":"Latinalainen suuraakkonen s ja sirkumfleksi","Latin small letter s with circumflex":"Latinalainen pienaakkonen s ja sirkumfleksi","Latin capital letter s with cedilla":"Latinalainen suuraakkonen s ja sedilji","Latin small letter s with cedilla":"Latinalainen pienaakkonen s ja sedilji","Latin capital letter s with caron":"Latinalainen suuraakkonen s ja hattu","Latin small letter s with caron":"Latinalainen pienaakkonen s ja hattu","Latin capital letter t with cedilla":"Latinalainen suuraakkonen t ja sedilji","Latin small letter t with cedilla":"Latinalainen pienaakkonen t ja sedilji","Latin capital letter t with caron":"Latinalainen suuraakkonen t ja hattu","Latin small letter t with caron":"Latinalainen pienaakkonen t ja hattu","Latin capital letter t with stroke":"Latinalainen suuraakkonen t ja poikkiviiva","Latin small letter t with stroke":"Latinalainen pienaakkonen t ja poikkiviiva","Latin capital letter u with tilde":"Latinalainen suuraakkonen u ja tilde","Latin small letter u with tilde":"Latinalainen pienaakkonen u ja tilde","Latin capital letter u with macron":"Latinalainen suuraakkonen u ja pituusmerkki","Latin small letter u with macron":"Latinalainen pienaakkonen u ja pituusmerkki","Latin capital letter u with breve":"Latinalainen suuraakkonen u ja lyhyysmerkki","Latin small letter u with breve":"Latinalainen pienaakkonen u ja lyhyysmerkki","Latin capital letter u with ring above":"Latinalainen suuraakkonen u ja yläpuolinen ympyrä","Latin small letter u with ring above":"Latinalainen pienaakkonen u ja yläpuolinen ympyrä","Latin capital letter u with double acute":"Latinalainen suuraakkonen u ja kaksoisakuutti","Latin small letter u with double acute":"Latinalainen pienaakkonen u ja kaksoisakuutti","Latin capital letter u with ogonek":"Latinalainen suuraakkonen u ja ogonek","Latin small letter u with ogonek":"Latinalainen pienaakkonen u ja ogonek","Latin capital letter w with circumflex":"Latinalainen suuraakkonen w ja sirkumfleksi","Latin small letter w with circumflex":"Latinalainen pienaakkonen w ja sirkumfleksi","Latin capital letter y with circumflex":"Latinalainen suuraakkonen y ja sirkumfleksi","Latin small letter y with circumflex":"Latinalainen pienaakkonen y ja sirkumfleksi","Latin capital letter y with diaeresis":"Latinalainen suuraakkonen y ja treema","Latin capital letter z with acute":"Latinalainen suuraakkonen z ja akuutti","Latin small letter z with acute":"Latinalainen pienaakkonen z ja akuutti","Latin capital letter z with dot above":"Latinalainen suuraakkonen z ja yläpuolinen piste","Latin small letter z with dot above":"Latinalainen pienaakkonen z ja yläpuolinen piste","Latin capital letter z with caron":"Latinalainen suuraakkonen z ja hattu","Latin small letter z with caron":"Latinalainen pienaakkonen z ja hattu","Latin small letter long s":"Latinalainen pienaakkonen pitkä s","Less-than sign":"Pienempi kuin -merkki","Greater-than sign":"Suurempi kuin -merkki","Less-than or equal to":"Pienempi tai yhtä suuri kuin -merkki","Greater-than or equal to":"Suurempi tai yhtä suuri kuin -merkki","En dash":"N-viiva","Em dash":"M-viiva","Macron":"Pituusmerkki","Overline":"Yläviiva","Degree sign":"Asteen merkki","Minus sign":"Miinusmerkki","Plus-minus sign":"Plus-miinus-merkki","Division sign":"Jakomerkki","Fraction slash":"Murtoluvun vinoviiva","Multiplication sign":"Kertomerkki","Latin small letter f with hook":"Latinalainen pienaakkonen f jossa koukku","Integral":"Integraalimerkki","N-ary summation":"Summa","Infinity":"Äärettömän merkki","Square root":"Neliöjuuri","Tilde operator":"Tildeoperaattori","Approximately equal to":"Suunnilleen yhtä suuri kuin -merkki","Almost equal to":"Likimain yhtä suuri kuin -merkki","Not equal to":"Eri suuri kuin -merkki","Identical to":"Identtisesti yhtä suuri merkki -kuin","Element of":"Joukkoon kuulumisen merkki","Not an element of":"Joukkoon kuulumattomuuden merkki","Contains as member":"Käänteisen joukkoon kuulumisen merkki","N-ary product":"Tulo","Logical and":"Looginen ja-merkki","Logical or":"Looginen tai-merkki","Not sign":"Negaation merkki","Intersection":"Leikkauksen merkki","Union":"Yhdisteen merkki","Partial differential":"Osittaisderivaatta","For all":"Kaikkikvanttori","There exists":"Olemassaolokvanttori","Empty set":"Tyhjän joukon merkki","Nabla":"Nablan merkki","Asterisk operator":"Asteriskioperaattori","Proportional to":"Suhteellisuuden merkki","Angle":"Kulma","Vulgar fraction one quarter":"Neljäsosan merkki","Vulgar fraction one half":"Puolikkaan merkki","Vulgar fraction three quarters":"Kolmen neljäsosan merkki","Single left-pointing angle quotation mark":"Vasemmalle osoittava kulmapuolilainausmerkki","Single right-pointing angle quotation mark":"Oikealle osoittava kulmapuolilainausmerkki","Left-pointing double angle quotation mark":"Vasemmalle osoittava kaksinkertainen kulmalainausmerkki","Right-pointing double angle quotation mark":"Oikealle osoittava kaksinkertainen kulmalainausmerkki","Left single quotation mark":"Ylösalainen puolilainausmerkki","Right single quotation mark":"Puolilainausmerkki","Left double quotation mark":"Ylösalainen kokolainausmerkki","Right double quotation mark":"Kokolainausmerkki","Single low-9 quotation mark":"Rivinalinen puolilainausmerkki","Double low-9 quotation mark":"Rivinalinen kokolainausmerkki","Inverted exclamation mark":"Ylösalainen huutomerkki","Inverted question mark":"Ylösalainen kysymysmerkki","Two dot leader":"Kaksi täytemerkkiä","Horizontal ellipsis":"Kolme pistettä vaakasuunnassa","Double dagger":"Kaksoisristi","Per mille sign":"Promillemerkki","Per ten thousand sign":"Peruspisteen merkki","Double exclamation mark":"Kaksoishuutomerkki","Question exclamation mark":"Kysymysmerkki ja huutomerkki","Exclamation question mark":"Huutomerkki ja kysymysmerkki","Double question mark":"Kaksoiskysymysmerkki","Copyright sign":"Tekijänoikeusmerkki","Registered sign":"Rekisteröidyn tavaramerkin merkki","Trade mark sign":"Tavaramerkin merkki","Section sign":"Pykälämerkki","Paragraph sign":"Kappaleen merkki","Reversed paragraph sign":"Käännetty kappaleen merkki","Character categories":"Merkkiluokat","Source":"Lähde","Show source":"Näytä lähde","Show blocks":"Näytä rakenneosat","Select all":"Valitse kaikki","Disable editing":"Poista muokkaus käytöstä","Enable editing":"Ota muokkaus käyttöön","Previous editable region":"Aikaisempi muokattava alue","Next editable region":"Seuraava muokattava alue","Navigate editable regions":"Siirry muokattavilla alueilla","Remove Format":"Poista muotoilu","Page break":"Sivuväli","media widget":"mediawidget","Media URL":"Media-URL","Paste the media URL in the input.":"Liitä media-URL syötteeseen.","Tip: Paste the URL into the content to embed faster.":"Vinkki: liitä URL sisältöön upottaaksesi sen nopeammin.","The URL must not be empty.":"URL-osoite ei voi olla tyhjä.","This media URL is not supported.":"Tätä media-URLia ei tueta.","Insert media":"Liitä media","Media toolbar":"Median työkalupalkki","Open media in new tab":"Avaa media uudessa välilehdessä","Numbered List":"Numeroitu lista","Bulleted List":"Lista","To-do List":"Tehtävälista","Bulleted list styles toolbar":"Luetelmalistan työkalupalkki","Numbered list styles toolbar":"Numerolistan työkalupalkki","Toggle the disc list style":"Levylistatyylin vaihdin","Toggle the circle list style":"Ympyrälistatyylin vaihdin","Toggle the square list style":"Neliölistatyylin vaihdin","Toggle the decimal list style":"Desimaalilistatyylin vaihdin","Toggle the decimal with leading zero list style":"Nolla alussa -desimaalilistatyylin vaihdin","Toggle the lower–roman list style":"Pienet roomalaiset numerot -listatyylin vaihdin","Toggle the upper–roman list style":"Isot roomalaiset numerot -listatyylin vaihdin","Toggle the lower–latin list style":"Pienet latinalaiset aakkoset -listatyylin vaihdin","Toggle the upper–latin list style":"Isot latinalaiset aakkoset -listatyylin vaihdin","Disc":"Levy","Circle":"Ympyrä","Square":"Neliö","Decimal":"Desimaali","Decimal with leading zero":"Nolla alussa -desimaali","Lower–roman":"Pienet roomalaiset numerot","Upper-roman":"Isot roomalaiset numerot","Lower-latin":"Pienet latinalaiset aakkoset","Upper-latin":"Isot latinalaiset aakkoset","List properties":"Listaominaisuudet","Start at":"Alkaa","Invalid start index value.":"Virheellinen aloitusindeksin arvo.","Start index must be greater than 0.":"Aloitusindeksin pitää olla suurempi kuin 0.","Reversed order":"Päinvastainen järjestys","Keystrokes that can be used in a list":"Listassa käytettävät painallukset","Increase list item indent":"Kasvata listanimikkeen sisennystä","Decrease list item indent":"Vähennä listanimikkeen sisennystä","Entering a to-do list":"Syötetään tehtävälista.","Leaving a to-do list":"Jätetään tehtävälista","Unlink":"Poista linkki","Link":"Linkki","Link URL":"Linkin osoite","Link URL must not be empty.":"Linkin URL ei voi olla tyhjä.","Link image":"Linkkikuva","Edit link":"Muokkaa linkkiä","Open link in new tab":"Avaa linkki uudessa välilehdessä","This link has no URL":"Linkillä ei ole URL-osoitetta","Open in a new tab":"Avaa uudelle välilehdelle","Downloadable":"Ladattava","Create link":"Luo linkki","Move out of a link":"Siirrä linkin ulkopuolelle","Language":"Kieli","Choose language":"Valitse kieli","Remove language":"Poista kieli","Increase indent":"Lisää sisennystä","Decrease indent":"Vähennä sisennystä","image widget":"Kuvavimpain","Wrap text":"Sovita teksti","Break text":"Irrota teksti","In line":"Rivin sisällä","Side image":"Pieni kuva","Full size image":"Täysikokoinen kuva","Left aligned image":"Vasemmalle tasattu kuva","Centered image":"Keskitetty kuva","Right aligned image":"Oikealle tasattu kuva","Change image text alternative":"Vaihda kuvan vaihtoehtoinen teksti","Text alternative":"Vaihtoehtoinen teksti","Enter image caption":"Syötä kuvateksti","Insert image":"Lisää kuva","Replace image":"Korvaa kuva","Upload from computer":"Lataa tietokoneelta","Replace from computer":"Korvaa tietokoneelta","Upload image from computer":"Lataa kuva tietokoneelta","Image from computer":"Tietokoneen kuva","Replace image from computer":"Korvaa kuva tietokoneelta","Upload failed":"Lataus epäonnistui","Image toolbar":"Kuvan työkalupalkki","Resize image":"Muokkaa kuvan kokoa","Resize image to %0":"Muokkaa kuvan kooksi %0","Resize image to the original size":"Vaihda kuvan koko alkuperäiseen kokoon","Resize image (in %0)":"Muuta kuvan kokoa (%0)","Original":"Alkuperäinen","Custom image size":"Mukautettu kuvakoko","Custom":"Mukautettu","Image resize list":"Kuvan koon muokkaamisen lista","Insert":"Liitä","Update":"Päivitä","Insert image via URL":"Liitä kuva URL-koodin kautta","Update image URL":"Päivitä kuvan URL","Caption for the image":"Kuvan kuvateksti","Caption for image: %0":"Kuvan kuvateksti: %0","The value must not be empty.":"Arvo ei voi olla tyhjä.","The value should be a plain number.":"Arvon pitää olla pelkkä luku.","Uploading image":"Ladataan kuvaa","Image upload complete":"Kuvan lataus valmis","Error during image upload":"Virhe kuvaa ladattaessa","HTML object":"HMTL-kohde","Insert HTML":"Liitä HTML","HTML snippet":"HTML-pätkä","Paste raw HTML here...":"Liitä raaka-HTML tähän...","Edit source":"Muokkaa lähdettä","Save changes":"Tallenna muutokset","No preview available":"Esikatseluversiota ei ole saatavilla","Empty snippet content":"Tyhjä pätkäsisältö","Horizontal line":"Vaakasuora viiva","Yellow marker":"Keltainen tussi","Green marker":"Vihreä tussi","Pink marker":"Pinkki tussi","Blue marker":"Sininen tussi","Red pen":"Punainen tussi","Green pen":"Vihreä kynä","Remove highlight":"Poista korostus","Highlight":"Korosta","Text highlight toolbar":"Tekstinkorostuksen työkalupalkki","Paragraph":"Kappale","Heading":"Otsikkotyyli","Choose heading":"Valitse otsikko","Heading 1":"Otsikko 1","Heading 2":"Otsikko 2","Heading 3":"Otsikko 3","Heading 4":"Otsikko 4","Heading 5":"Otsikko 5","Heading 6":"Otsikko 6","Type your title":"Kirjoita otsikkosi","Type or paste your content here.":"Kirjoita tai liitä sisältösi tänne.","Font Size":"Fontin koko","Tiny":"Hyvin pieni","Small":"Pieni","Big":"Suuri","Huge":"Hyvin suuri","Font Family":"Fonttiperhe","Default":"Oletus","Font Color":"Fontin väri","Font Background Color":"Fontin taustaväri","Document colors":"Asiakirjan värit","Find and replace":"Etsi ja korvaa","Find in text…":"Etsi tekstissä…","Find":"Etsi","Previous result":"Edellinen tulos","Next result":"Seuraava tulos","Replace":"Korvaa","Replace all":"Korvaa kaikki","Match case":"Hae tapaukselle vastapari","Whole words only":"Vain kokonaisia sanoja","Replace with…":"Korvaa tällä…","Text to find must not be empty.":"Haettava teksti ei saa olla tyhjä.","Tip: Find some text first in order to replace it.":"Vinkki: hae ensin teksti korvataksesi sen.","Advanced options":"Lisäasetukset","Find in the document":"Paikanna asiakirjassa","Insert a soft break (a <code><br></code> element)":"Lisää rivinvaihto (<code><br></code> -elementti)","Insert a hard break (a new paragraph)":"Lisää kappaleenvaihto (uusi kappale)","Cancel":"Peruuta","Clear":"Tyhjennä","Remove color":"Poista väri","Restore default":"Palauta oletus","Save":"Tallenna","Show more items":"Näytä lisää toimintoja","%0 of %1":"%0 / %1","Cannot upload file:":"Tiedostoa ei voitu ladata:","Rich Text Editor. Editing area: %0":"Tekstimuotoilueditori. Muokkausalue: %0","Insert with file manager":"Tuo tiedostonhallinnalla","Replace with file manager":"Korvaa tiedostonhallinnalla","Insert image with file manager":"Tuo kuva tiedostonhallinnalla","Replace image with file manager":"Korvaa kuva tiedostonhallinnalla","Toggle caption off":"Poista taulukon kuvaus","Toggle caption on":"Lisää taulukon kuvaus","Content editing keystrokes":"Sisällönmuokkauspainallukset","These keyboard shortcuts allow for quick access to content editing features.":"Nämä avainoikotiet mahdollistavat sisällönmuokkausominaisuuksien nopean käytön.","User interface and content navigation keystrokes":"Käyttöliittymän ja sisällössä siirtymisen painallukset","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Voit tehostaa CKEditor 5:n käyttöliittymässä siirtymistä seuraavilla painalluksilla.","Close contextual balloons, dropdowns, and dialogs":"Sulje kontekstipallot, pudotusvalikot ja dialogit","Open the accessibility help dialog":"Avaa esteettömyystuen dialogi","Move focus between form fields (inputs, buttons, etc.)":"Siirrä tarkennusta eri kaavakekenttien (syötteet, painikkeet yms.) välillä","Move focus to the menu bar, navigate between menu bars":"Kohdenna valikkopalkkiin ja siirry palkista toiseen","Move focus to the toolbar, navigate between toolbars":"Siirrä tarkennus työkalupalkkiin, siirry työkalupalkista toiseen","Navigate through the toolbar or menu bar":"Siirry työkalupalkkien tai valikkopalkkien välillä","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Suorita tällä hetkellä kohdennettuna olevan painikkeen toiminto. Muokkaustyökalun sisältöön vaikuttavien painikkeiden käyttö palauttaa kohdennuksen kyseiseen sisältöön.","Accept":"Hyväksy","Insert code block":"Liitä koodilohko","Plain text":"Pelkkä teksti","Leaving %0 code snippet":"Jätetään koodinpätkä %0","Entering %0 code snippet":"Syötetään koodinpätkä %0","Entering code snippet":"Syötetään koodinpätkä","Leaving code snippet":"Jätetään koodinpätkä","Code block":"Koodilohko","Copy selected content":"Kopioi valittu sisältö","Paste content":"Liitä sisältö","Paste content as plain text":"Liitä sisältö pelkkänä tekstinä","Insert image or file":"Lisää kuva tai tiedosto","Image or file":"Kuva tai tiedosto","Could not obtain resized image URL.":"Muokatun kuvan URL-osoitteen hakeminen epäonnistui.","Selecting resized image failed":"Muokatun kuvan valinta epäonnistui","Could not insert image at the current position.":"Kuvan lisäys nykyiseen sijaintiin epäonnistui","Inserting image failed":"Kuvan lisäys epäonnistui","Open file manager":"Avaa tiedostonhallinnointityökalu","Cannot determine a category for the uploaded file.":"Emme voi määrittää ladatun tiedoston kategoriaa.","Cannot access default workspace.":"Oletustyötilan käyttöoikeudet puuttuvat.","Edit image":"Muokkaa kuvaa","Processing the edited image.":"Käsitellään muokattua kuvaa.","Server failed to process the image.":"Palvelin ei kyennyt käsittelemään kuvaa.","Failed to determine category of edited image.":"Muokatun kuvan katergorian määrittäminen epäonnistui.","Block quote":"Lainaus","Bold":"Lihavointi","Italic":"Kursivointi","Underline":"Alleviivaus","Code":"Koodi","Strikethrough":"Yliviivaus","Subscript":"Alaindeksi","Superscript":"Yläindeksi","Italic text":"Kursivoitu teksti","Move out of an inline code style":"Siirry pois rivinsisäisestä koodista","Bold text":"Lihavoitu teksti","Underline text":"Alleviivattu teksti","Strikethrough text":"Yliviivattu teksti","Saving changes":"Tallennetaan muutoksia","Revert autoformatting action":"Peruuta automaattimuokkaus","Align left":"Tasaa vasemmalle","Align right":"Tasaa oikealle","Align center":"Tasaa keskelle","Justify":"Tasaa molemmat reunat","Text alignment":"Tekstin tasaus","Text alignment toolbar":"Tekstin suuntauksen työkalupalkki"},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 { [ 'fi' ]: { dictionary, getPluralForm } } = {"fi":{"dictionary":{"Words: %0":"Sanoja: %0","Characters: %0":"Merkkejä: %0","Widget toolbar":"Widget-työkalupalkki","Insert paragraph before block":"Liitä kappale ennen lohkoa","Insert paragraph after block":"Liitä kappale lohkon jälkeen","Press Enter to type after or press Shift + Enter to type before the widget":"Paina enter-näppäintä kirjoittaaksesi tai paina shift + enter kirjoittaaksesi ennen widget-sovellusta","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Painallukset, joita voidaan käyttää widgetin valitsemisen yhteydessä (esimerkiksi: kuva, taulukko jne.)","Insert a new paragraph directly after a widget":"Lisää uusi kappale suoraan widgetin jälkeen","Insert a new paragraph directly before a widget":"Lisää uusi kappale suoraan widgetin eteen","Move the caret to allow typing directly before a widget":"Siirrä sirkumfleksimerkkiä voidaksesi kirjoittaa suoraan ennen widgetiä","Move the caret to allow typing directly after a widget":"Siirrä sirkumfleksimerkkiä voidaksesi kirjoittaa suoraan widgetin jälkeen","Upload in progress":"Lähetys käynnissä","Undo":"Peru","Redo":"Tee uudelleen","Rich Text Editor":"Rikas tekstieditori","Editor editing area: %0":"Editorin muokkausalue: %0","Edit block":"Muokkaa lohkoa","Click to edit block":"Muokkaa lohkoa klikkaamalla","Drag to move":"Siirrä raahamalla","Next":"Seuraava","Previous":"Edellinen","Editor toolbar":"Editorin työkalupalkki","Dropdown toolbar":"Pudotusvalikon työkalupalkki","Black":"Musta","Dim grey":"Vaaleanharmaa","Grey":"Harmaa","Light grey":"Vaaleanharmaa","White":"Valkoinen","Red":"Punainen","Orange":"Oranssi","Yellow":"Keltainen","Light green":"Vaaleanvihreä","Green":"Vihreä","Aquamarine":"Akvamariini","Turquoise":"Turkoosi","Light blue":"Vaaleansininen","Blue":"Sininen","Purple":"Purppura","Editor block content toolbar":"Editorin lohkon sisällön työkalupalkki","Editor contextual toolbar":"Editorin kontekstuaalinen työkalupalkki","HEX":"HEX","No results found":"Tuloksia ei löytynyt","No searchable items":"Ei haettavia nimikkeitä","Editor dialog":"Editorin dialogi","Close":"Sulje","Help Contents. To close this dialog press ESC.":"Tukisisältö. Voit sulkea tämän dialogin painamalla ESC-näppäintä.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Ohessa on tässä editointityökalussa käytettävien näppäinoikoteiden lista.","(may require <kbd>Fn</kbd>)":"(Saattaa vaatia <kbd>Fn</kbd>:n)","Accessibility":"Käytettävyys","Accessibility help":"Esteettömyystuki","Press %0 for help.":"Paina %0 -näppäintä, jos tarvitset apua.","Move focus in and out of an active dialog window":"Siirry lähemmäs ja kauemmas käytössä olevasta dialogi-ikkunasta","MENU_BAR_MENU_FILE":"Tiedosto","MENU_BAR_MENU_EDIT":"Muokkaa","MENU_BAR_MENU_VIEW":"Näytä","MENU_BAR_MENU_INSERT":"Liitä","MENU_BAR_MENU_FORMAT":"Muoto","MENU_BAR_MENU_TOOLS":"Työkalut","MENU_BAR_MENU_HELP":"Tuki","MENU_BAR_MENU_TEXT":"Teksti","MENU_BAR_MENU_FONT":"Fontti","Editor menu bar":"Muokkaustyökalun valikkopalkki","Please enter a valid color (e.g. \"ff0000\").":"Syötäthän pätevän värin (esim. \"ff0000\").","Insert table":"Lisää taulukko","Header column":"Otsikkosarake","Insert column left":"Lisää sarake vasemmalle","Insert column right":"Lisää sarake oikealle","Delete column":"Poista sarake","Select column":"Valitse sarake","Column":"Sarake","Header row":"Otsikkorivi","Insert row below":"Lisää rivi alle","Insert row above":"Lisää rivi ylle","Delete row":"Poista rivi","Select row":"Valitse rivi","Row":"Rivi","Merge cell up":"Yhdistä solu ylös","Merge cell right":"Yhdistä solu oikealle","Merge cell down":"Yhdistä solu alas","Merge cell left":"Yhdistä solu vasemmalle","Split cell vertically":"Jaa solu pystysuunnassa","Split cell horizontally":"Jaa solu vaakasuunnassa","Merge cells":"Yhdistä tai jaa soluja","Table toolbar":"Taulukon työkalupalkki","Table properties":"Taulukon ominaisuudet","Cell properties":"Solun ominaisuudet","Border":"Reunus","Style":"Tyyli","Width":"Leveys","Height":"Korkeus","Color":"Väri","Background":"Tausta","Padding":"Täyte","Dimensions":"Mittasuhteet","Table cell text alignment":"Taulukkosolun tekstin suunta","Alignment":"Suunta","Horizontal text alignment toolbar":"Vaakasuoran tekstin suunnan työkalupalkki","Vertical text alignment toolbar":"Pystysuoran tekstin suunnan työkalupalkki","Table alignment toolbar":"Taulukon suunnan työkalupalkki","None":"Ei mitään","Solid":"Kiinteä","Dotted":"Pisteviiva","Dashed":"Katkoviiva","Double":"Kaksinkertainen","Groove":"Uurrettu","Ridge":"Harjanne","Inset":"Upote","Outset":"Ulkonema","Align cell text to the left":"Siirrä solun teksti vasemmalle","Align cell text to the center":"Siirrä solun teksti keskelle","Align cell text to the right":"Siirrä solun teksti oikealle","Justify cell text":"Tasaa solun teksti","Align cell text to the top":"Siirrä solun teksti yläosaan","Align cell text to the middle":"Siirrä solun teksti keskiosaan","Align cell text to the bottom":"Siirrä solun teksti alaosaan","Align table to the left":"Siirrä taulukko vasemmalle","Center table":"Keskitä taulukko","Align table to the right":"Siirrä taulukko oikealle","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Väri ei kelpaa. Ota sen sijaan käyttöön \"#FF0000\", \"rgb(255,0,0)\" tai \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Arvo ei kelpaa. Ota käyttöön \"10px\", \"2em\" tai pelkästään \"2\".","Color picker":"Värin valitsin","Enter table caption":"Syötä taulukon kuvaus","Keystrokes that can be used in a table cell":"Painallukset, joita voidaan käyttää taulukon solussa","Move the selection to the next cell":"Siirrä valittu kohde seuraavaan soluun","Move the selection to the previous cell":"Siirrä valittu kohde edelliseen soluun","Insert a new table row (when in the last cell of a table)":"Liitä uusi taulukkorivi (pätee taulukon viimeiseen soluun)","Navigate through the table":"Siirry taulukossa","Table":"Taulukko","Styles":"Tyylit","Multiple styles":"Useita tyylejä","Block styles":"Lohkotyylit","Text styles":"Tekstityylit","Special characters":"Erikoismerkit","All":"Kaikki","Arrows":"Nuolet","Currency":"Valuutta","Latin":"Latinalaiset","Mathematical":"Matemaattiset","Text":"Teksti","leftwards simple arrow":"yksinkertainen nuoli vasempaan","rightwards simple arrow":"yksinkertainen nuoli oikeaan","upwards simple arrow":"yksinkertainen nuoli ylös","downwards simple arrow":"yksinkertainen nuoli alas","leftwards double arrow":"kaksoisnuoli vasemmalle","rightwards double arrow":"kaksoisnuoli oikealle","upwards double arrow":"kaksoisnuoli ylös","downwards double arrow":"kaksoisnuoli alas","leftwards dashed arrow":"pisteviivanuoli vasemmalle","rightwards dashed arrow":"pisteviivanuoli oikealle","upwards dashed arrow":"pisteviivanuoli ylös","downwards dashed arrow":"pisteviivanuoli alas","leftwards arrow to bar":"nuoli vasemmalle perusviivalla","rightwards arrow to bar":"nuoli oikealle perusviivalla","upwards arrow to bar":"nuoli ylös perusviivalla","downwards arrow to bar":"nuoli alas perusviivalla","up down arrow with base":"nuoli ylös ja alas perusviivalla","back with leftwards arrow above":"BACK-nuoli","end with leftwards arrow above":"END-nuoli","on with exclamation mark with left right arrow above":"ON!-nuoli","soon with rightwards arrow above":"SOON-nuoli","top with upwards arrow above":"TOP-nuoli","Dollar sign":"Dollarin merkki","Euro sign":"Euron merkki","Yen sign":"Jenin merkki","Pound sign":"Punnan merkki","Cent sign":"Sentin merkki","Euro-currency sign":"Eurovaluutan merkki","Colon sign":"Colónin merkki","Cruzeiro sign":"Cruzeiron merkki","French franc sign":"Ranskan frangin merkki","Lira sign":"Liiran merkki","Currency sign":"Valuuttamerkki","Bitcoin sign":"Bitcoinin merkki","Mill sign":"Valuutan tuhannesosan merkki","Naira sign":"Nairan merkki","Peseta sign":"Pesetan merkki","Rupee sign":"Rupian merkki","Won sign":"Wonin merkki","New sheqel sign":"Uuden sekelin merkki","Dong sign":"Dongin merkki","Kip sign":"Kipin merkki","Tugrik sign":"Tugrikin merkki","Drachma sign":"Drakman merkki","German penny sign":"Saksan pfennigin merkki","Peso sign":"Peson merkki","Guarani sign":"Guaranin merkki","Austral sign":"Australin merkki","Hryvnia sign":"Hryvnian merkki","Cedi sign":"Cedin merkki","Livre tournois sign":"Livre tournois’n merkki","Spesmilo sign":"Spesmilon merkki","Tenge sign":"Tengen merkki","Indian rupee sign":"Intian rupian merkki","Turkish lira sign":"Turkin liiran merkki","Nordic mark sign":"Riikintaalerin merkki","Manat sign":"Manatin merkki","Ruble sign":"Ruplan merkki","Latin capital letter a with macron":"Latinalainen suuraakkonen a ja pituusmerkki","Latin small letter a with macron":"Latinalainen pienaakkonen a ja pituusmerkki","Latin capital letter a with breve":"Latinalainen suuraakkonen a ja lyhyysmerkki","Latin small letter a with breve":"Latinalainen pienaakkonen a ja lyhyysmerkki","Latin capital letter a with ogonek":"Latinalainen suuraakkonen a ja ogonek","Latin small letter a with ogonek":"Latinalainen pienaakkonen a ja ogonek","Latin capital letter c with acute":"Latinalainen suuraakkonen c ja akuutti","Latin small letter c with acute":"Latinalainen pienaakkonen c ja akuutti","Latin capital letter c with circumflex":"Latinalainen suuraakkonen c ja sirkumfleksi","Latin small letter c with circumflex":"Latinalainen pienaakkonen c ja sirkumfleksi","Latin capital letter c with dot above":"Latinalainen suuraakkonen c ja yläpuolinen piste","Latin small letter c with dot above":"Latinalainen pienaakkonen c ja yläpuolinen piste","Latin capital letter c with caron":"Latinalainen suuraakkonen c ja hattu","Latin small letter c with caron":"Latinalainen pienaakkonen c ja hattu","Latin capital letter d with caron":"Latinalainen suuraakkonen d ja hattu","Latin small letter d with caron":"Latinalainen pienaakkonen d ja hattu","Latin capital letter d with stroke":"Latinalainen suuraakkonen d ja poikkiviiva","Latin small letter d with stroke":"Latinalainen pienaakkonen d ja poikkiviiva","Latin capital letter e with macron":"Latinalainen suuraakkonen e ja pituusmerkki","Latin small letter e with macron":"Latinalainen pienaakkonen e ja pituusmerkki","Latin capital letter e with breve":"Latinalainen suuraakkonen e ja lyhyysmerkki","Latin small letter e with breve":"Latinalainen pienaakkonen e ja lyhyysmerkki","Latin capital letter e with dot above":"Latinalainen suuraakkonen e ja yläpuolinen piste","Latin small letter e with dot above":"Latinalainen pienaakkonen e ja yläpuolinen piste","Latin capital letter e with ogonek":"Latinalainen suuraakkonen e ja ogonek","Latin small letter e with ogonek":"Latinalainen pienaakkonen e ja ogonek","Latin capital letter e with caron":"Latinalainen suuraakkonen e ja hattu","Latin small letter e with caron":"Latinalainen pienaakkonen e ja hattu","Latin capital letter g with circumflex":"Latinalainen suuraakkonen g ja sirkumfleksi","Latin small letter g with circumflex":"Latinalainen pienaakkonen g ja sirkumfleksi","Latin capital letter g with breve":"Latinalainen suuraakkonen g ja lyhyysmerkki","Latin small letter g with breve":"Latinalainen pienaakkonen g ja lyhyysmerkki","Latin capital letter g with dot above":"Latinalainen suuraakkonen g ja yläpuolinen piste","Latin small letter g with dot above":"Latinalainen pienaakkonen g ja yläpuolinen piste","Latin capital letter g with cedilla":"Latinalainen suuraakkonen g ja sedilji","Latin small letter g with cedilla":"Latinalainen pienaakkonen g ja sedilji","Latin capital letter h with circumflex":"Latinalainen suuraakkonen h ja sirkumfleksi","Latin small letter h with circumflex":"Latinalainen pienaakkonen h ja sirkumfleksi","Latin capital letter h with stroke":"Latinalainen suuraakkonen h ja poikkiviiva","Latin small letter h with stroke":"Latinalainen pienaakkonen h ja poikkiviiva","Latin capital letter i with tilde":"Latinalainen suuraakkonen i ja tilde","Latin small letter i with tilde":"Latinalainen pienaakkonen i ja tilde","Latin capital letter i with macron":"Latinalainen suuraakkonen i ja pituusmerkki","Latin small letter i with macron":"Latinalainen pienaakkonen i ja pituusmerkki","Latin capital letter i with breve":"Latinalainen suuraakkonen i ja lyhyysmerkki","Latin small letter i with breve":"Latinalainen pienaakkonen i ja lyhyysmerkki","Latin capital letter i with ogonek":"Latinalainen suuraakkonen i ja ogonek","Latin small letter i with ogonek":"Latinalainen pienaakkonen i ja ogonek","Latin capital letter i with dot above":"Latinalainen suuraakkonen i ja yläpuolinen piste","Latin small letter dotless i":"Latinalainen pienaakkonen pisteetön i","Latin capital ligature ij":"Latinalainen suuraakkosligatuuri ij","Latin small ligature ij":"Latinalainen pienaakkosligatuuri ij","Latin capital letter j with circumflex":"Latinalainen suuraakkonen j ja sirkumfleksi","Latin small letter j with circumflex":"Latinalainen pienaakkonen j ja sirkumfleksi","Latin capital letter k with cedilla":"Latinalainen suuraakkonen k ja sedilji","Latin small letter k with cedilla":"Latinalainen pienaakkonen k ja sedilji","Latin small letter kra":"Latinalainen pienaakkonen kra","Latin capital letter l with acute":"Latinalainen suuraakkonen l ja akuutti","Latin small letter l with acute":"Latinalainen pienaakkonen l ja akuutti","Latin capital letter l with cedilla":"Latinalainen suuraakkonen l ja sedilji","Latin small letter l with cedilla":"Latinalainen pienaakkonen l ja sedilji","Latin capital letter l with caron":"Latinalainen suuraakkonen l ja hattu","Latin small letter l with caron":"Latinalainen pienaakkonen l ja hattu","Latin capital letter l with middle dot":"Latinalainen suuraakkonen l ja piste keskellä","Latin small letter l with middle dot":"Latinalainen pienaakkonen l ja piste keskellä","Latin capital letter l with stroke":"Latinalainen suuraakkonen l ja poikkiviiva","Latin small letter l with stroke":"Latinalainen pienaakkonen l ja poikkiviiva","Latin capital letter n with acute":"Latinalainen suuraakkonen n ja akuutti","Latin small letter n with acute":"Latinalainen pienaakkonen n ja akuutti","Latin capital letter n with cedilla":"Latinalainen suuraakkonen n ja sedilji","Latin small letter n with cedilla":"Latinalainen pienaakkonen n ja sedilji","Latin capital letter n with caron":"Latinalainen suuraakkonen n ja hattu","Latin small letter n with caron":"Latinalainen pienaakkonen n ja hattu","Latin small letter n preceded by apostrophe":"Latinalainen pienaakkonen n jota edeltää heittomerkki","Latin capital letter eng":"Latinalainen suuraakkonen äng","Latin small letter eng":"Latinalainen pienaakkonen äng","Latin capital letter o with macron":"Latinalainen suuraakkonen o ja pituusmerkki","Latin small letter o with macron":"Latinalainen pienaakkonen o ja pituusmerkki","Latin capital letter o with breve":"Latinalainen suuraakkonen o ja lyhyysmerkki","Latin small letter o with breve":"Latinalainen pienaakkonen o ja lyhyysmerkki","Latin capital letter o with double acute":"Latinalainen suuraakkonen o ja kaksoisakuutti","Latin small letter o with double acute":"Latinalainen pienaakkonen o ja kaksoisakuutti","Latin capital ligature oe":"Latinalainen suuraakkosligatuuri oe","Latin small ligature oe":"Latinalainen pienaakkosligatuuri oe","Latin capital letter r with acute":"Latinalainen suuraakkonen r ja akuutti","Latin small letter r with acute":"Latinalainen pienaakkonen r ja akuutti","Latin capital letter r with cedilla":"Latinalainen suuraakkonen r ja sedilji","Latin small letter r with cedilla":"Latinalainen pienaakkonen r ja sedilji","Latin capital letter r with caron":"Latinalainen suuraakkonen r ja hattu","Latin small letter r with caron":"Latinalainen pienaakkonen r ja hattu","Latin capital letter s with acute":"Latinalainen suuraakkonen s ja akuutti","Latin small letter s with acute":"Latinalainen pienaakkonen s ja akuutti","Latin capital letter s with circumflex":"Latinalainen suuraakkonen s ja sirkumfleksi","Latin small letter s with circumflex":"Latinalainen pienaakkonen s ja sirkumfleksi","Latin capital letter s with cedilla":"Latinalainen suuraakkonen s ja sedilji","Latin small letter s with cedilla":"Latinalainen pienaakkonen s ja sedilji","Latin capital letter s with caron":"Latinalainen suuraakkonen s ja hattu","Latin small letter s with caron":"Latinalainen pienaakkonen s ja hattu","Latin capital letter t with cedilla":"Latinalainen suuraakkonen t ja sedilji","Latin small letter t with cedilla":"Latinalainen pienaakkonen t ja sedilji","Latin capital letter t with caron":"Latinalainen suuraakkonen t ja hattu","Latin small letter t with caron":"Latinalainen pienaakkonen t ja hattu","Latin capital letter t with stroke":"Latinalainen suuraakkonen t ja poikkiviiva","Latin small letter t with stroke":"Latinalainen pienaakkonen t ja poikkiviiva","Latin capital letter u with tilde":"Latinalainen suuraakkonen u ja tilde","Latin small letter u with tilde":"Latinalainen pienaakkonen u ja tilde","Latin capital letter u with macron":"Latinalainen suuraakkonen u ja pituusmerkki","Latin small letter u with macron":"Latinalainen pienaakkonen u ja pituusmerkki","Latin capital letter u with breve":"Latinalainen suuraakkonen u ja lyhyysmerkki","Latin small letter u with breve":"Latinalainen pienaakkonen u ja lyhyysmerkki","Latin capital letter u with ring above":"Latinalainen suuraakkonen u ja yläpuolinen ympyrä","Latin small letter u with ring above":"Latinalainen pienaakkonen u ja yläpuolinen ympyrä","Latin capital letter u with double acute":"Latinalainen suuraakkonen u ja kaksoisakuutti","Latin small letter u with double acute":"Latinalainen pienaakkonen u ja kaksoisakuutti","Latin capital letter u with ogonek":"Latinalainen suuraakkonen u ja ogonek","Latin small letter u with ogonek":"Latinalainen pienaakkonen u ja ogonek","Latin capital letter w with circumflex":"Latinalainen suuraakkonen w ja sirkumfleksi","Latin small letter w with circumflex":"Latinalainen pienaakkonen w ja sirkumfleksi","Latin capital letter y with circumflex":"Latinalainen suuraakkonen y ja sirkumfleksi","Latin small letter y with circumflex":"Latinalainen pienaakkonen y ja sirkumfleksi","Latin capital letter y with diaeresis":"Latinalainen suuraakkonen y ja treema","Latin capital letter z with acute":"Latinalainen suuraakkonen z ja akuutti","Latin small letter z with acute":"Latinalainen pienaakkonen z ja akuutti","Latin capital letter z with dot above":"Latinalainen suuraakkonen z ja yläpuolinen piste","Latin small letter z with dot above":"Latinalainen pienaakkonen z ja yläpuolinen piste","Latin capital letter z with caron":"Latinalainen suuraakkonen z ja hattu","Latin small letter z with caron":"Latinalainen pienaakkonen z ja hattu","Latin small letter long s":"Latinalainen pienaakkonen pitkä s","Less-than sign":"Pienempi kuin -merkki","Greater-than sign":"Suurempi kuin -merkki","Less-than or equal to":"Pienempi tai yhtä suuri kuin -merkki","Greater-than or equal to":"Suurempi tai yhtä suuri kuin -merkki","En dash":"N-viiva","Em dash":"M-viiva","Macron":"Pituusmerkki","Overline":"Yläviiva","Degree sign":"Asteen merkki","Minus sign":"Miinusmerkki","Plus-minus sign":"Plus-miinus-merkki","Division sign":"Jakomerkki","Fraction slash":"Murtoluvun vinoviiva","Multiplication sign":"Kertomerkki","Latin small letter f with hook":"Latinalainen pienaakkonen f jossa koukku","Integral":"Integraalimerkki","N-ary summation":"Summa","Infinity":"Äärettömän merkki","Square root":"Neliöjuuri","Tilde operator":"Tildeoperaattori","Approximately equal to":"Suunnilleen yhtä suuri kuin -merkki","Almost equal to":"Likimain yhtä suuri kuin -merkki","Not equal to":"Eri suuri kuin -merkki","Identical to":"Identtisesti yhtä suuri merkki -kuin","Element of":"Joukkoon kuulumisen merkki","Not an element of":"Joukkoon kuulumattomuuden merkki","Contains as member":"Käänteisen joukkoon kuulumisen merkki","N-ary product":"Tulo","Logical and":"Looginen ja-merkki","Logical or":"Looginen tai-merkki","Not sign":"Negaation merkki","Intersection":"Leikkauksen merkki","Union":"Yhdisteen merkki","Partial differential":"Osittaisderivaatta","For all":"Kaikkikvanttori","There exists":"Olemassaolokvanttori","Empty set":"Tyhjän joukon merkki","Nabla":"Nablan merkki","Asterisk operator":"Asteriskioperaattori","Proportional to":"Suhteellisuuden merkki","Angle":"Kulma","Vulgar fraction one quarter":"Neljäsosan merkki","Vulgar fraction one half":"Puolikkaan merkki","Vulgar fraction three quarters":"Kolmen neljäsosan merkki","Single left-pointing angle quotation mark":"Vasemmalle osoittava kulmapuolilainausmerkki","Single right-pointing angle quotation mark":"Oikealle osoittava kulmapuolilainausmerkki","Left-pointing double angle quotation mark":"Vasemmalle osoittava kaksinkertainen kulmalainausmerkki","Right-pointing double angle quotation mark":"Oikealle osoittava kaksinkertainen kulmalainausmerkki","Left single quotation mark":"Ylösalainen puolilainausmerkki","Right single quotation mark":"Puolilainausmerkki","Left double quotation mark":"Ylösalainen kokolainausmerkki","Right double quotation mark":"Kokolainausmerkki","Single low-9 quotation mark":"Rivinalinen puolilainausmerkki","Double low-9 quotation mark":"Rivinalinen kokolainausmerkki","Inverted exclamation mark":"Ylösalainen huutomerkki","Inverted question mark":"Ylösalainen kysymysmerkki","Two dot leader":"Kaksi täytemerkkiä","Horizontal ellipsis":"Kolme pistettä vaakasuunnassa","Double dagger":"Kaksoisristi","Per mille sign":"Promillemerkki","Per ten thousand sign":"Peruspisteen merkki","Double exclamation mark":"Kaksoishuutomerkki","Question exclamation mark":"Kysymysmerkki ja huutomerkki","Exclamation question mark":"Huutomerkki ja kysymysmerkki","Double question mark":"Kaksoiskysymysmerkki","Copyright sign":"Tekijänoikeusmerkki","Registered sign":"Rekisteröidyn tavaramerkin merkki","Trade mark sign":"Tavaramerkin merkki","Section sign":"Pykälämerkki","Paragraph sign":"Kappaleen merkki","Reversed paragraph sign":"Käännetty kappaleen merkki","Character categories":"Merkkiluokat","Source":"Lähde","Show source":"Näytä lähde","Show blocks":"Näytä rakenneosat","Select all":"Valitse kaikki","Disable editing":"Poista muokkaus käytöstä","Enable editing":"Ota muokkaus käyttöön","Previous editable region":"Aikaisempi muokattava alue","Next editable region":"Seuraava muokattava alue","Navigate editable regions":"Siirry muokattavilla alueilla","Remove Format":"Poista muotoilu","Page break":"Sivuväli","media widget":"mediawidget","Media URL":"Media-URL","Paste the media URL in the input.":"Liitä media-URL syötteeseen.","Tip: Paste the URL into the content to embed faster.":"Vinkki: liitä URL sisältöön upottaaksesi sen nopeammin.","The URL must not be empty.":"URL-osoite ei voi olla tyhjä.","This media URL is not supported.":"Tätä media-URLia ei tueta.","Insert media":"Liitä media","Media toolbar":"Median työkalupalkki","Open media in new tab":"Avaa media uudessa välilehdessä","Numbered List":"Numeroitu lista","Bulleted List":"Lista","To-do List":"Tehtävälista","Bulleted list styles toolbar":"Luetelmalistan työkalupalkki","Numbered list styles toolbar":"Numerolistan työkalupalkki","Toggle the disc list style":"Levylistatyylin vaihdin","Toggle the circle list style":"Ympyrälistatyylin vaihdin","Toggle the square list style":"Neliölistatyylin vaihdin","Toggle the decimal list style":"Desimaalilistatyylin vaihdin","Toggle the decimal with leading zero list style":"Nolla alussa -desimaalilistatyylin vaihdin","Toggle the lower–roman list style":"Pienet roomalaiset numerot -listatyylin vaihdin","Toggle the upper–roman list style":"Isot roomalaiset numerot -listatyylin vaihdin","Toggle the lower–latin list style":"Pienet latinalaiset aakkoset -listatyylin vaihdin","Toggle the upper–latin list style":"Isot latinalaiset aakkoset -listatyylin vaihdin","Disc":"Levy","Circle":"Ympyrä","Square":"Neliö","Decimal":"Desimaali","Decimal with leading zero":"Nolla alussa -desimaali","Lower–roman":"Pienet roomalaiset numerot","Upper-roman":"Isot roomalaiset numerot","Lower-latin":"Pienet latinalaiset aakkoset","Upper-latin":"Isot latinalaiset aakkoset","List properties":"Listaominaisuudet","Start at":"Alkaa","Invalid start index value.":"Virheellinen aloitusindeksin arvo.","Start index must be greater than 0.":"Aloitusindeksin pitää olla suurempi kuin 0.","Reversed order":"Päinvastainen järjestys","Keystrokes that can be used in a list":"Listassa käytettävät painallukset","Increase list item indent":"Kasvata listanimikkeen sisennystä","Decrease list item indent":"Vähennä listanimikkeen sisennystä","Entering a to-do list":"Syötetään tehtävälista.","Leaving a to-do list":"Jätetään tehtävälista","Unlink":"Poista linkki","Link":"Linkki","Link URL":"Linkin osoite","Link URL must not be empty.":"Linkin URL ei voi olla tyhjä.","Link image":"Linkkikuva","Edit link":"Muokkaa linkkiä","Open link in new tab":"Avaa linkki uudessa välilehdessä","This link has no URL":"Linkillä ei ole URL-osoitetta","Open in a new tab":"Avaa uudelle välilehdelle","Downloadable":"Ladattava","Create link":"Luo linkki","Move out of a link":"Siirrä linkin ulkopuolelle","Language":"Kieli","Choose language":"Valitse kieli","Remove language":"Poista kieli","Increase indent":"Lisää sisennystä","Decrease indent":"Vähennä sisennystä","image widget":"Kuvavimpain","Wrap text":"Sovita teksti","Break text":"Irrota teksti","In line":"Rivin sisällä","Side image":"Pieni kuva","Full size image":"Täysikokoinen kuva","Left aligned image":"Vasemmalle tasattu kuva","Centered image":"Keskitetty kuva","Right aligned image":"Oikealle tasattu kuva","Change image text alternative":"Vaihda kuvan vaihtoehtoinen teksti","Text alternative":"Vaihtoehtoinen teksti","Enter image caption":"Syötä kuvateksti","Insert image":"Lisää kuva","Replace image":"Korvaa kuva","Upload from computer":"Lataa tietokoneelta","Replace from computer":"Korvaa tietokoneelta","Upload image from computer":"Lataa kuva tietokoneelta","Image from computer":"Tietokoneen kuva","Replace image from computer":"Korvaa kuva tietokoneelta","Upload failed":"Lataus epäonnistui","Image toolbar":"Kuvan työkalupalkki","Resize image":"Muokkaa kuvan kokoa","Resize image to %0":"Muokkaa kuvan kooksi %0","Resize image to the original size":"Vaihda kuvan koko alkuperäiseen kokoon","Resize image (in %0)":"Muuta kuvan kokoa (%0)","Original":"Alkuperäinen","Custom image size":"Mukautettu kuvakoko","Custom":"Mukautettu","Image resize list":"Kuvan koon muokkaamisen lista","Insert":"Liitä","Update":"Päivitä","Insert image via URL":"Liitä kuva URL-koodin kautta","Update image URL":"Päivitä kuvan URL","Caption for the image":"Kuvan kuvateksti","Caption for image: %0":"Kuvan kuvateksti: %0","The value must not be empty.":"Arvo ei voi olla tyhjä.","The value should be a plain number.":"Arvon pitää olla pelkkä luku.","Uploading image":"Ladataan kuvaa","Image upload complete":"Kuvan lataus valmis","Error during image upload":"Virhe kuvaa ladattaessa","HTML object":"HMTL-kohde","Insert HTML":"Liitä HTML","HTML snippet":"HTML-pätkä","Paste raw HTML here...":"Liitä raaka-HTML tähän...","Edit source":"Muokkaa lähdettä","Save changes":"Tallenna muutokset","No preview available":"Esikatseluversiota ei ole saatavilla","Empty snippet content":"Tyhjä pätkäsisältö","Horizontal line":"Vaakasuora viiva","Yellow marker":"Keltainen tussi","Green marker":"Vihreä tussi","Pink marker":"Pinkki tussi","Blue marker":"Sininen tussi","Red pen":"Punainen tussi","Green pen":"Vihreä kynä","Remove highlight":"Poista korostus","Highlight":"Korosta","Text highlight toolbar":"Tekstinkorostuksen työkalupalkki","Paragraph":"Kappale","Heading":"Otsikkotyyli","Choose heading":"Valitse otsikko","Heading 1":"Otsikko 1","Heading 2":"Otsikko 2","Heading 3":"Otsikko 3","Heading 4":"Otsikko 4","Heading 5":"Otsikko 5","Heading 6":"Otsikko 6","Type your title":"Kirjoita otsikkosi","Type or paste your content here.":"Kirjoita tai liitä sisältösi tänne.","Font Size":"Fontin koko","Tiny":"Hyvin pieni","Small":"Pieni","Big":"Suuri","Huge":"Hyvin suuri","Font Family":"Fonttiperhe","Default":"Oletus","Font Color":"Fontin väri","Font Background Color":"Fontin taustaväri","Document colors":"Asiakirjan värit","Find and replace":"Etsi ja korvaa","Find in text…":"Etsi tekstissä…","Find":"Etsi","Previous result":"Edellinen tulos","Next result":"Seuraava tulos","Replace":"Korvaa","Replace all":"Korvaa kaikki","Match case":"Hae tapaukselle vastapari","Whole words only":"Vain kokonaisia sanoja","Replace with…":"Korvaa tällä…","Text to find must not be empty.":"Haettava teksti ei saa olla tyhjä.","Tip: Find some text first in order to replace it.":"Vinkki: hae ensin teksti korvataksesi sen.","Advanced options":"Lisäasetukset","Find in the document":"Paikanna asiakirjassa","Insert a soft break (a <code><br></code> element)":"Lisää rivinvaihto (<code><br></code> -elementti)","Insert a hard break (a new paragraph)":"Lisää kappaleenvaihto (uusi kappale)","Cancel":"Peruuta","Clear":"Tyhjennä","Remove color":"Poista väri","Restore default":"Palauta oletus","Save":"Tallenna","Show more items":"Näytä lisää toimintoja","%0 of %1":"%0 / %1","Cannot upload file:":"Tiedostoa ei voitu ladata:","Rich Text Editor. Editing area: %0":"Tekstimuotoilueditori. Muokkausalue: %0","Insert with file manager":"Tuo tiedostonhallinnalla","Replace with file manager":"Korvaa tiedostonhallinnalla","Insert image with file manager":"Tuo kuva tiedostonhallinnalla","Replace image with file manager":"Korvaa kuva tiedostonhallinnalla","Toggle caption off":"Poista taulukon kuvaus","Toggle caption on":"Lisää taulukon kuvaus","Content editing keystrokes":"Sisällönmuokkauspainallukset","These keyboard shortcuts allow for quick access to content editing features.":"Nämä avainoikotiet mahdollistavat sisällönmuokkausominaisuuksien nopean käytön.","User interface and content navigation keystrokes":"Käyttöliittymän ja sisällössä siirtymisen painallukset","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Voit tehostaa CKEditor 5:n käyttöliittymässä siirtymistä seuraavilla painalluksilla.","Close contextual balloons, dropdowns, and dialogs":"Sulje kontekstipallot, pudotusvalikot ja dialogit","Open the accessibility help dialog":"Avaa esteettömyystuen dialogi","Move focus between form fields (inputs, buttons, etc.)":"Siirrä tarkennusta eri kaavakekenttien (syötteet, painikkeet yms.) välillä","Move focus to the menu bar, navigate between menu bars":"Kohdenna valikkopalkkiin ja siirry palkista toiseen","Move focus to the toolbar, navigate between toolbars":"Siirrä tarkennus työkalupalkkiin, siirry työkalupalkista toiseen","Navigate through the toolbar or menu bar":"Siirry työkalupalkkien tai valikkopalkkien välillä","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Suorita tällä hetkellä kohdennettuna olevan painikkeen toiminto. Muokkaustyökalun sisältöön vaikuttavien painikkeiden käyttö palauttaa kohdennuksen kyseiseen sisältöön.","Accept":"Hyväksy","Insert code block":"Liitä koodilohko","Plain text":"Pelkkä teksti","Leaving %0 code snippet":"Jätetään koodinpätkä %0","Entering %0 code snippet":"Syötetään koodinpätkä %0","Entering code snippet":"Syötetään koodinpätkä","Leaving code snippet":"Jätetään koodinpätkä","Code block":"Koodilohko","Copy selected content":"Kopioi valittu sisältö","Paste content":"Liitä sisältö","Paste content as plain text":"Liitä sisältö pelkkänä tekstinä","Insert image or file":"Lisää kuva tai tiedosto","Image or file":"Kuva tai tiedosto","Could not obtain resized image URL.":"Muokatun kuvan URL-osoitteen hakeminen epäonnistui.","Selecting resized image failed":"Muokatun kuvan valinta epäonnistui","Could not insert image at the current position.":"Kuvan lisäys nykyiseen sijaintiin epäonnistui","Inserting image failed":"Kuvan lisäys epäonnistui","Open file manager":"Avaa tiedostonhallinnointityökalu","Cannot determine a category for the uploaded file.":"Emme voi määrittää ladatun tiedoston kategoriaa.","Cannot access default workspace.":"Oletustyötilan käyttöoikeudet puuttuvat.","Edit image":"Muokkaa kuvaa","Processing the edited image.":"Käsitellään muokattua kuvaa.","Server failed to process the image.":"Palvelin ei kyennyt käsittelemään kuvaa.","Failed to determine category of edited image.":"Muokatun kuvan katergorian määrittäminen epäonnistui.","Block quote":"Lainaus","Bold":"Lihavointi","Italic":"Kursivointi","Underline":"Alleviivaus","Code":"Koodi","Strikethrough":"Yliviivaus","Subscript":"Alaindeksi","Superscript":"Yläindeksi","Italic text":"Kursivoitu teksti","Move out of an inline code style":"Siirry pois rivinsisäisestä koodista","Bold text":"Lihavoitu teksti","Underline text":"Alleviivattu teksti","Strikethrough text":"Yliviivattu teksti","Saving changes":"Tallennetaan muutoksia","Revert autoformatting action":"Peruuta automaattimuokkaus","Align left":"Tasaa vasemmalle","Align right":"Tasaa oikealle","Align center":"Tasaa keskelle","Justify":"Tasaa molemmat reunat","Text alignment":"Tekstin tasaus","Text alignment toolbar":"Tekstin suuntauksen työkalupalkki"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'fi' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'fi' ].dictionary = Object.assign( e[ 'fi' ].dictionary, dictionary );
|
10
|
+
e[ 'fi' ].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;
|