Răsfoiți Sursa

Merge tag 'v1.0.0-beta.1' into stable

Release: v1.0.0-beta.1.
Piotrek Koszuliński 7 ani în urmă
părinte
comite
5761e5c5a4
56 a modificat fișierele cu 164 adăugiri și 53 ștergeri
  1. 1 0
      packages/ckeditor5-build-inline/.gitignore
  2. 43 0
      packages/ckeditor5-build-inline/CHANGELOG.md
  3. 1 1
      packages/ckeditor5-build-inline/LICENSE.md
  4. 1 1
      packages/ckeditor5-build-inline/README.md
  5. 1 1
      packages/ckeditor5-build-inline/bin/create-entry-file.js
  6. 11 8
      packages/ckeditor5-build-inline/build-config.js
  7. 1 1
      packages/ckeditor5-build-inline/build/ckeditor.js
  8. 0 0
      packages/ckeditor5-build-inline/build/ckeditor.js.map
  9. 1 0
      packages/ckeditor5-build-inline/build/translations/ast.js
  10. 1 0
      packages/ckeditor5-build-inline/build/translations/bg.js
  11. 1 0
      packages/ckeditor5-build-inline/build/translations/da.js
  12. 1 0
      packages/ckeditor5-build-inline/build/translations/de.js
  13. 1 0
      packages/ckeditor5-build-inline/build/translations/el.js
  14. 1 0
      packages/ckeditor5-build-inline/build/translations/en-au.js
  15. 1 0
      packages/ckeditor5-build-inline/build/translations/eo.js
  16. 1 0
      packages/ckeditor5-build-inline/build/translations/es.js
  17. 1 0
      packages/ckeditor5-build-inline/build/translations/et.js
  18. 1 0
      packages/ckeditor5-build-inline/build/translations/eu.js
  19. 1 0
      packages/ckeditor5-build-inline/build/translations/fi.js
  20. 1 0
      packages/ckeditor5-build-inline/build/translations/fr.js
  21. 1 0
      packages/ckeditor5-build-inline/build/translations/gl.js
  22. 1 0
      packages/ckeditor5-build-inline/build/translations/gu.js
  23. 1 0
      packages/ckeditor5-build-inline/build/translations/hr.js
  24. 1 0
      packages/ckeditor5-build-inline/build/translations/hu.js
  25. 1 0
      packages/ckeditor5-build-inline/build/translations/it.js
  26. 1 0
      packages/ckeditor5-build-inline/build/translations/ja.js
  27. 1 0
      packages/ckeditor5-build-inline/build/translations/km.js
  28. 1 0
      packages/ckeditor5-build-inline/build/translations/kn.js
  29. 1 0
      packages/ckeditor5-build-inline/build/translations/ko.js
  30. 1 0
      packages/ckeditor5-build-inline/build/translations/ku.js
  31. 1 0
      packages/ckeditor5-build-inline/build/translations/nb.js
  32. 1 0
      packages/ckeditor5-build-inline/build/translations/ne.js
  33. 1 0
      packages/ckeditor5-build-inline/build/translations/nl.js
  34. 1 0
      packages/ckeditor5-build-inline/build/translations/oc.js
  35. 1 0
      packages/ckeditor5-build-inline/build/translations/pl.js
  36. 1 0
      packages/ckeditor5-build-inline/build/translations/pt-br.js
  37. 1 0
      packages/ckeditor5-build-inline/build/translations/pt.js
  38. 1 0
      packages/ckeditor5-build-inline/build/translations/ro.js
  39. 1 0
      packages/ckeditor5-build-inline/build/translations/ru.js
  40. 1 0
      packages/ckeditor5-build-inline/build/translations/si.js
  41. 1 0
      packages/ckeditor5-build-inline/build/translations/sk.js
  42. 1 0
      packages/ckeditor5-build-inline/build/translations/sq.js
  43. 1 0
      packages/ckeditor5-build-inline/build/translations/sv.js
  44. 1 0
      packages/ckeditor5-build-inline/build/translations/tr.js
  45. 1 0
      packages/ckeditor5-build-inline/build/translations/tt.js
  46. 1 0
      packages/ckeditor5-build-inline/build/translations/ug.js
  47. 1 0
      packages/ckeditor5-build-inline/build/translations/uk.js
  48. 1 0
      packages/ckeditor5-build-inline/build/translations/zh-cn.js
  49. 1 0
      packages/ckeditor5-build-inline/build/translations/zh.js
  50. 21 22
      packages/ckeditor5-build-inline/package.json
  51. 1 1
      packages/ckeditor5-build-inline/sample/index.html
  52. 12 7
      packages/ckeditor5-build-inline/src/ckeditor.js
  53. 12 1
      packages/ckeditor5-build-inline/tests/ckeditor.js
  54. 1 1
      packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js
  55. 1 1
      packages/ckeditor5-build-inline/tests/manual/ckeditor.js
  56. 16 8
      packages/ckeditor5-build-inline/webpack.config.js

+ 1 - 0
packages/ckeditor5-build-inline/.gitignore

@@ -1 +1,2 @@
 node_modules/
 node_modules/
+package-lock.json

+ 43 - 0
packages/ckeditor5-build-inline/CHANGELOG.md

@@ -1,6 +1,49 @@
 Changelog
 Changelog
 =========
 =========
 
 
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-build-inline/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
+
+### Dependencies
+
+Major releases (contain breaking changes):
+
+* [@ckeditor/ckeditor5-adapter-ckfinder](https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-ckfinder): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-adapter-ckfinder/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-autoformat](https://www.npmjs.com/package/@ckeditor/ckeditor5-autoformat): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-autoformat/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-basic-styles](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-basic-styles/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-block-quote](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-block-quote/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-clipboard](https://www.npmjs.com/package/@ckeditor/ckeditor5-clipboard): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-clipboard/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-cloudservices](https://www.npmjs.com/package/@ckeditor/ckeditor5-cloudservices): v1.0.0-alpha.1 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-cloudservices/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-core](https://www.npmjs.com/package/@ckeditor/ckeditor5-core): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-core/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-easy-image](https://www.npmjs.com/package/@ckeditor/ckeditor5-easy-image): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-easy-image/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-editor-inline](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-inline): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-editor-inline/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-engine](https://www.npmjs.com/package/@ckeditor/ckeditor5-engine): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-engine/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-enter](https://www.npmjs.com/package/@ckeditor/ckeditor5-enter): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-enter/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-essentials](https://www.npmjs.com/package/@ckeditor/ckeditor5-essentials): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-essentials/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-heading](https://www.npmjs.com/package/@ckeditor/ckeditor5-heading): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-heading/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-image](https://www.npmjs.com/package/@ckeditor/ckeditor5-image): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-image/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-link](https://www.npmjs.com/package/@ckeditor/ckeditor5-link): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-link/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-list](https://www.npmjs.com/package/@ckeditor/ckeditor5-list): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-list/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-paragraph](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-paragraph/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-theme-lark](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-theme-lark/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-typing](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-typing/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-ui](https://www.npmjs.com/package/@ckeditor/ckeditor5-ui): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-ui/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-undo](https://www.npmjs.com/package/@ckeditor/ckeditor5-undo): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-undo/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-upload/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-utils): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-utils/releases/tag/v1.0.0-beta.1)
+* [@ckeditor/ckeditor5-widget](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget): v1.0.0-alpha.2 => [v1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-widget/releases/tag/v1.0.0-beta.1)
+
+### Features
+
+Besides new features introduced by the dependencies, this version also introduces the following features:
+
+* Added the image upload button to the build. See [ckeditor/ckeditor5#870](https://github.com/ckeditor/ckeditor5/issues/870). ([67e0779](https://github.com/ckeditor/ckeditor5-build-inline/commit/67e0779))
+
+### Other changes
+
+* Aligned build and `webpack.config.js` to the new Translation Service ([ckeditor/ckeditor5#624](https://github.com/ckeditor/ckeditor5/issues/624)). ([6ab5d5f](https://github.com/ckeditor/ckeditor5-build-inline/commit/6ab5d5f))
+* Changed the webpack configuration so the styles are processed using PostCSS instead of SASS (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([22c0a63](https://github.com/ckeditor/ckeditor5-build-inline/commit/22c0a63))
+
+
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-build-inline.git/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-build-inline.git/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 
 
 ### Dependencies
 ### Dependencies

+ 1 - 1
packages/ckeditor5-build-inline/LICENSE.md

@@ -2,7 +2,7 @@ Software License Agreement
 ==========================
 ==========================
 
 
 **CKEditor 5 inline editor build** – https://github.com/ckeditor/ckeditor5-build-inline <br>
 **CKEditor 5 inline editor build** – https://github.com/ckeditor/ckeditor5-build-inline <br>
-Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 
 Licensed under the terms of any of the following licenses at your choice:
 Licensed under the terms of any of the following licenses at your choice:
 
 

+ 1 - 1
packages/ckeditor5-build-inline/README.md

@@ -6,7 +6,7 @@ CKEditor 5 inline editor build
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-inline/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-inline)
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-inline/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-inline)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-inline/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-inline?type=dev)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-inline/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-inline?type=dev)
 
 
-The inline editor build for CKEditor 5. Read more about the [inline editor build](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#Inline-editor) and see the [demo](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/inline-editor.html).
+The inline editor build for CKEditor 5. Read more about the [inline editor build](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#inline-editor) and see the [demo](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/inline-editor.html).
 
 
 ## Documentation
 ## Documentation
 
 

+ 1 - 1
packages/ckeditor5-build-inline/bin/create-entry-file.js

@@ -1,7 +1,7 @@
 #!/usr/bin/env node
 #!/usr/bin/env node
 
 
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 

+ 11 - 8
packages/ckeditor5-build-inline/build-config.js

@@ -1,5 +1,5 @@
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
@@ -27,25 +27,25 @@ module.exports = {
 		'@ckeditor/ckeditor5-image/src/imagecaption',
 		'@ckeditor/ckeditor5-image/src/imagecaption',
 		'@ckeditor/ckeditor5-image/src/imagestyle',
 		'@ckeditor/ckeditor5-image/src/imagestyle',
 		'@ckeditor/ckeditor5-image/src/imagetoolbar',
 		'@ckeditor/ckeditor5-image/src/imagetoolbar',
+		'@ckeditor/ckeditor5-image/src/imageupload',
 		'@ckeditor/ckeditor5-link/src/link',
 		'@ckeditor/ckeditor5-link/src/link',
 		'@ckeditor/ckeditor5-list/src/list',
 		'@ckeditor/ckeditor5-list/src/list',
 		'@ckeditor/ckeditor5-paragraph/src/paragraph',
 		'@ckeditor/ckeditor5-paragraph/src/paragraph',
-		'@ckeditor/ckeditor5-upload/src/imageupload'
+		'@ckeditor/ckeditor5-image/src/imageupload'
 	],
 	],
 
 
-	// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
-	language: 'en',
-
 	// Editor config.
 	// Editor config.
 	config: {
 	config: {
 		toolbar: {
 		toolbar: {
 			items: [
 			items: [
-				'headings',
+				'heading',
+				'|',
 				'bold',
 				'bold',
 				'italic',
 				'italic',
 				'link',
 				'link',
 				'bulletedList',
 				'bulletedList',
 				'numberedList',
 				'numberedList',
+				'imageUpload',
 				'blockQuote',
 				'blockQuote',
 				'undo',
 				'undo',
 				'redo'
 				'redo'
@@ -53,7 +53,10 @@ module.exports = {
 		},
 		},
 
 
 		image: {
 		image: {
-			toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ]
-		}
+			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
+		},
+
+		// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
+		language: 'en'
 	}
 	}
 };
 };

Fișier diff suprimat deoarece este prea mare
+ 1 - 1
packages/ckeditor5-build-inline/build/ckeditor.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
packages/ckeditor5-build-inline/build/ckeditor.js.map


+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ast.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ast',{a:"Cannot upload file:",b:"Negrina",c:"Cursiva",d:"Block quote",e:"complementu d'imaxen",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Imaxen a tamañu completu",m:"Imaxen llateral",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Enllazar",t:"Upload failed",u:"Llista numberada",v:"Llista con viñetes",w:"Change image text alternative",x:"Desenllazar",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Editor de testu arriquecíu, %0",ac:"Desfacer",ad:"Refacer",ae:"Guardar",af:"Encaboxar",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/bg.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('bg',{a:"Cannot upload file:",b:"Удебелен",c:"Курсив",d:"Цитат",e:"image widget",f:"Choose heading",g:"Heading",h:"Параграф",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Link",t:"Upload failed",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Undo",ad:"Redo",ae:"Запазване",af:"Отказ",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/da.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('da',{a:"Kan ikke uploade fil:",b:"Fed",c:"Kursiv",d:"Blot citat",e:"billed widget",f:"Vælg overskrift",g:"Overskrift",h:"Formattering",i:"Overskrift 1",j:"Overskrift 2",k:"Overskrift 3",l:"Fuld billedstørrelse",m:"Sidebillede",n:"Venstrestillet billede",o:"Centreret billede",p:"Højrestillet billede",q:"Indtast billedoverskrift",r:"Indsæt billede",s:"Link",t:"Upload fejlede",u:"Opstilling med tal",v:"Punktopstilling",w:"Skift alternativ billedtekst",x:"Fjern link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Wysiwyg editor, %0",ac:"Fortryd",ad:"Gentag",ae:"Gem",af:"Annullér",ag:"Alternativ tekst",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/de.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('de',{a:"Datei kann nicht hochgeladen werden:",b:"Fett",c:"Kursiv",d:"Blockzitat",e:"Bild-Steuerelement",f:"Überschrift auswählen",g:"Überschrift",h:"Absatz",i:"Überschrift 1",j:"Überschrift 2",k:"Überschrift 3",l:"Bild in voller Größe",m:"Seitenbild",n:"linksbündiges Bild",o:"zentriertes Bild",p:"rechtsbündiges Bild",q:"Bildunterschrift eingeben",r:"Bild einfügen",s:"Link",t:"Upload failed",u:"Nummerierte Liste",v:"Aufzählungsliste",w:"Alternativ Text ändern",x:"Link entfernen",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich-Text-Editor, %0",ac:"Rückgängig",ad:"Wiederherstellen",ae:"Speichern",af:"Abbrechen",ag:"Textalternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/el.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('el',{a:"Cannot upload file:",b:"Έντονη",c:"Πλάγια",d:"Περιοχή παράθεσης",e:"image widget",f:"Επιλέξτε κεφαλίδα",g:"Κεφαλίδα",h:"Παράγραφος",i:"Κεφαλίδα 1",j:"Κεφαλίδα 2",k:"Κεφαλίδα 3",l:"Εικόνα πλήρης μεγέθους",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Λεζάντα",r:"Εισαγωγή εικόνας",s:"Σύνδεσμος",t:"Upload failed",u:"Αριθμημένη λίστα",v:"Λίστα κουκκίδων",w:"Αλλαγή εναλλακτικού κείμενου",x:"Αφαίρεση συνδέσμου",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Επεξεργαστής Πλούσιου Κειμένου, 0%",ac:"Αναίρεση",ad:"Επανάληψη",ae:"Αποθήκευση",af:"Ακύρωση",ag:"Εναλλακτικό κείμενο",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/en-au.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('en-au',{a:"Cannot upload file:",b:"Bold",c:"Italic",d:"Block quote",e:"image widget",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centred image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Link",t:"Upload failed",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Undo",ad:"Redo",ae:"Save",af:"Cancel",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/eo.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('eo',{a:"Cannot upload file:",b:"grasa",c:"kursiva",d:"Block quote",e:"bilda fenestraĵo",f:"Elektu ĉapon",g:"Ĉapo",h:"Paragrafo",i:"Ĉapo 1",j:"Ĉapo 2",k:"Ĉapo 3",l:"Bildo kun reala dimensio",m:"Flanka biildo",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Skribu klarigon pri la bildo",r:"Enmetu bildon",s:"Ligilo",t:"Upload failed",u:"Numerita Listo",v:"Bula Listo",w:"Ŝanĝu la alternativan tekston de la bildo",x:"Malligi",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Redaktilo de Riĉa Teksto, %0",ac:"Malfari",ad:"Refari",ae:"Konservi",af:"Nuligi",ag:"Alternativa teksto",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/es.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('es',{a:"No se pudo cargar el archivo:",b:"Negrita",c:"Cursiva",d:"Entrecomillado",e:"Widget de imagen",f:"Elegir Encabezado",g:"Encabezado",h:"Párrafo",i:"Encabezado 1",j:"Encabezado 2",k:"Encabezado 3",l:"Imagen a tamaño completo",m:"Imagen lateral",n:"Imagen alineada a la izquierda",o:"Imagen centrada",p:"Imagen alineada a la derecha",q:"Introducir título de la imagen",r:"Insertar imagen",s:"Enlace",t:"Fallo en la subida",u:"Lista numerada",v:"Lista de puntos",w:"Cambiar el texto alternativo de la imagen",x:"Quitar enlace",y:"Editar enlace",z:"Abrir enlace en una pestaña nueva",aa:"Este enlace no tiene URL",ab:"Editor de Texto Enriquecido, %0",ac:"Deshacer",ad:"Rehacer",ae:"Guardar",af:"Cancelar",ag:"Texto alternativo",ah:"URL del enlace"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/et.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('et',{a:"Faili ei suudeta üles laadida:",b:"Rasvane",c:"Kaldkiri",d:"Tsitaat",e:"pildi vidin",f:"Vali pealkiri",g:"Pealkiri",h:"Lõik",i:"Pealkiri 1",j:"Pealkiri 2",k:"Pealkiri 3",l:"Täissuuruses pilt",m:"Pilt küljel",n:"Vasakule joondatud pilt",o:"Keskele joondatud pilt",p:"Paremale joondatud pilt",q:"Sisesta pildi pealkiri",r:"Siseta pilt",s:"Link",t:"Üleslaadimine ebaõnnestus",u:"Nummerdatud loetelu",v:"Loetelu",w:"Muuda pildi tekstilist alternatiivi",x:"Eemalda link",y:"Muuda linki",z:"Ava link uuel vahekaardil",aa:"Sellel lingil puudub URL",ab:"Tekstiredaktor, %0",ac:"Samm tagasi",ad:"Samm edasi",ae:"Salvesta",af:"Loobu",ag:"Alternatiivne tekst",ah:"Lingi URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/eu.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('eu',{a:"Ezin da fitxategia kargatu:",b:"Lodia",c:"Etzana",d:"Aipua",e:"irudi widgeta",f:"Aukeratu izenburua",g:"Izenburua",h:"Paragrafoa",i:"Izenburua 1",j:"Izenburua 2",k:"Izenburua 3",l:"Tamaina osoko irudia",m:"Alboko irudia",n:"Ezkerrean lerrokatutako irudia",o:"Zentratutako irudia",p:"Eskuinean lerrokatutako irudia",q:"Sartu irudiaren epigrafea",r:"Txertatu irudia",s:"Esteka",t:"Kargatzeak huts egin du",u:"Zenbakidun zerrenda",v:"Buletdun zerrenda",w:"Aldatu irudiaren ordezko testua",x:"Desestekatu",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Testu aberastuaren editorea, %0",ac:"Desegin",ad:"Berregin",ae:"Gorde",af:"Utzi",ag:"Ordezko testua",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/fi.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('fi',{a:"Tiedostoa ei voitu ladata:",b:"Lihavointi",c:"Kursivointi",d:"Lainaus",e:"Kuvavimpain",f:"Valitse tyyli",g:"Otsikkotyyli",h:"Kappale",i:"Otsikko 1",j:"Otsikko 2",k:"Otsikko 3",l:"Täysikokoinen kuva",m:"Pieni kuva",n:"Vasemmalle tasattu kuva",o:"Keskitetty kuva",p:"Oikealle tasattu kuva",q:"Syötä kuvateksti",r:"Lisää kuva",s:"Linkki",t:"Lataus epäonnistui",u:"Numeroitu lista",v:"Lista",w:"Vaihda kuvan vaihtoehtoinen teksti",x:"Poista linkki",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rikas tekstieditori, %0",ac:"Peru",ad:"Tee uudelleen",ae:"Tallenna",af:"Peruuta",ag:"Vaihtoehtoinen teksti",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/fr.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('fr',{a:"Envoi du fichier échoué :",b:"Gras",c:"Italique",d:"Citation",e:"Objet image",f:"Choisir le titre",g:"En-tête",h:"Paragraphe",i:"Titre 1",j:"Titre 2",k:"Titre 3",l:"Image taille réelle",m:"Image sur le côté",n:"Image alignée à gauche",o:"Image centrée",p:"Image alignée a droite",q:"Saisissez la légende de l’image",r:"Insérer une image",s:"Lien",t:"Échec de l'envoi",u:"Liste numérotée",v:"Liste à puces",w:"Changer le texte alternatif à l’image",x:"Supprimer le lien",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Éditeur de texte enrichi, %0",ac:"Annuler",ad:"Restaurer",ae:"Enregistrer",af:"Annuler",ag:"Texte alternatif",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/gl.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('gl',{a:"Non é posíbel cargar o ficheiro:",b:"Negra",c:"Itálica",d:"Cita de bloque",e:"Trebello de imaxe",f:"Escolla o título",g:"Título",h:"Parágrafo",i:"Título 1",j:"Título 2",k:"Título 3",l:"Imaxe a tamaño completo",m:"Lado da imaxe",n:"Imaxe aliñada á esquerda",o:"Imaxe centrada horizontalmente",p:"Imaxe aliñada á dereita",q:"Introduza o título da imaxe",r:"Inserir imaxe",s:"Ligar",t:"Fallou o envío",u:"Lista numerada",v:"Lista viñeteada",w:"Cambiar o texto alternativo da imaxe",x:"Desligar",y:"Editar a ligazón",z:"Abrir a ligazón nunha nova lapela",aa:"Esta ligazón non ten URL",ab:"Editor de texto mellorado, %0",ac:"Desfacer",ad:"Refacer",ae:"Gardar",af:"Cancelar",ag:"Texto alternativo",ah:"URL de ligazón"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/gu.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('gu',{a:"ફાઇલ અપલોડ ન થઇ શકી",b:"ઘાટુ - બોલ્ડ્",c:"ત્રાંસુ - ઇટલિક્",d:" વિચાર ટાંકો",e:"image widget",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Link",t:"Upload failed",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Undo",ad:"Redo",ae:"Save",af:"Cancel",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/hr.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('hr',{a:"Datoteku nije moguće poslati:",b:"Podebljano",c:"Ukošeno",d:"Blok citat",e:"Slika widget",f:"Odaberite naslov",g:"Naslov",h:"Paragraf",i:"Naslov 1",j:"Naslov 2",k:"Naslov 3",l:"Slika pune veličine",m:"Slika sa strane",n:"Lijevo poravnata slika",o:"Centrirana slika",p:"Slika poravnata desno",q:"Unesite naslov slike",r:"Umetni sliku",s:"Veza",t:"Slanje nije uspjelo",u:"Brojčana lista",v:"Obična lista",w:"Promijeni alternativni tekst slike",x:"Ukloni vezu",y:"Uredi vezu",z:"Otvori vezu u novoj kartici",aa:"Ova veza nema URL",ab:"Rich Text Editor, %0",ac:"Poništi",ad:"Ponovi",ae:"Snimi",af:"Poništi",ag:"Alternativni tekst",ah:"URL veze"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/hu.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('hu',{a:"Nem sikerült a fájl feltöltése:",b:"Félkövér",c:"Dőlt",d:"Idézet",e:"képmodul",f:"Stílus megadása",g:"Stílusok",h:"Bekezdés",i:"Címsor 1",j:"Címsor 2",k:"Címsor 3",l:"Teljes méretű kép",m:"Oldalsó kép",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Képaláírás megadása",r:"Kép beszúrása",s:"Link",t:"A feltöltés nem sikerült",u:"Számozott lista",v:"Pontozott lista",w:"Helyettesítő szöveg módosítása",x:"Link eltávolítása",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Bővített szövegszerkesztő, %0",ac:"Visszavonás",ad:"Újra",ae:"Mentés",af:"Mégsem",ag:"Helyettesítő szöveg",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/it.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('it',{a:"Impossibile caricare il file:",b:"Grassetto",c:"Corsivo",d:"Blocco citazione",e:"Widget immagine",f:"Seleziona intestazione",g:"Intestazione",h:"Paragrafo",i:"Intestazione 1",j:"Intestazione 2",k:"Intestazione 3",l:"Immagine a dimensione intera",m:"Immagine laterale",n:"Immagine allineata a sinistra",o:"Immagine centrata",p:"Immagine allineata a destra",q:"inserire didascalia dell'immagine",r:"Inserisci immagine",s:"Collegamento",t:"Caricamento fallito",u:"Elenco numerato",v:"Elenco puntato",w:"Cambia testo alternativo dell'immagine",x:"Elimina collegamento",y:"Modifica collegamento",z:"Apri collegamento in nuova scheda",aa:"Questo collegamento non ha un URL",ab:"Editor di testo Rich Text, %0",ac:"Annulla",ad:"Ripristina",ae:"Salva",af:"Annulla",ag:"Testo alternativo",ah:"URL del collegamento"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ja.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ja',{a:"ファイルをアップロードできません:",b:"ボールド",c:"イタリック",d:"ブロッククオート(引用)",e:"画像ウィジェット",f:"見出しを選択",g:"見出し",h:"パラグラフ",i:"見出し1",j:"見出し2",k:"見出し3 ",l:"フルサイズ画像",m:"サイドイメージ",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"画像の注釈を入力",r:"画像挿入",s:"リンク",t:"アップロード失敗",u:"番号付きリスト",v:"箇条書きリスト",w:"画像の代替テキストを変更",x:"リンク解除",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"リッチテキストエディター, %0",ac:"元に戻す",ad:"やり直し",ae:"保存",af:"キャンセル",ag:"代替テキスト",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/km.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('km',{a:"មិនអាច​អាប់ឡូត​ឯកសារ៖",b:"ដិត",c:"ទ្រេត",d:"ប្លុក​ពាក្យ​សម្រង់",e:"វិដជិត​រូបភាព",f:"ជ្រើសរើស​ក្បាលអត្ថបទ",g:"ក្បាលអត្ថបទ",h:"កថាខណ្ឌ",i:"ក្បាលអត្ថបទ 1",j:"ក្បាលអត្ថបទ 2",k:"ក្បាលអត្ថបទ 3",l:"រូបភាព​ពេញ​ទំហំ",m:"រូបភាព​នៅ​ខាង",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"បញ្ចូល​ពាក្យ​ពណ៌នា​រូបភាព",r:"បញ្ចូល​រូបភាព",s:"តំណ",t:"អាប់ឡូត​មិនបាន",u:"បញ្ជី​ជា​លេខ",v:"បញ្ជី​ជា​ចំណុច",w:"Change image text alternative",x:"ផ្ដាច់​តំណ",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប, %0",ac:"លែង​ធ្វើ​វិញ",ad:"ធ្វើ​វិញ",ae:"រក្សាទុ",af:"បោះបង់",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/kn.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('kn',{a:"Cannot upload file:",b:"‍‍ದಪ್ಪ",c:"‍ಇಟಾಲಿಕ್",d:"‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ",e:"‍ಚಿತ್ರ ವಿಜೆಟ್",f:"ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು",g:"ಶೀರ್ಷಿಕೆ",h:"ಪ್ಯಾರಾಗ್ರಾಫ್",i:"ಶೀರ್ಷಿಕೆ 1",j:"ಶೀರ್ಷಿಕೆ 2",k:"ಶೀರ್ಷಿಕೆ 3",l:"‍ಪೂರ್ಣ ‍‍ಅಳತೆಯ ಚಿತ್ರ",m:"‍ಪಕ್ಕದ ಚಿತ್ರ",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"‍ಚಿತ್ರದ ಶೀರ್ಷಿಕೆ ಸೇರಿಸು",r:"Insert image",s:"‍ಕೊಂಡಿ",t:"Upload failed",u:"‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍",v:"‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ",w:"‍ಚಿತ್ರದ ಬದಲಿ ಪಠ್ಯ ಬದಲಾಯಿಸು",x:"‍ಕೊಂಡಿ ತೆಗೆ",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍, %0",ac:"‍‍ರದ್ದು",ad:"‍ಮತ್ತೆ ಮಾಡು",ae:"ಉಳಿಸು",af:"ರದ್ದುಮಾಡು",ag:"‍ಪಠ್ಯದ ಬದಲಿ",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ko.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ko',{a:"Cannot upload file:",b:"굵게",c:"기울임꼴",d:"인용 단락",e:"이미지 위젯",f:"제목 선택",g:"제목",h:"문단",i:"제목1",j:"제목2",k:"제목3",l:"문서 너비",m:"내부 우측 정렬",n:"왼쪽 정렬",o:"가운데 정렬",p:"오른쪽 정렬",q:"이미지 설명을 입력하세요",r:"Insert image",s:"링크",t:"Upload failed",u:"번호매기기",v:"글머리기호",w:"대체 텍스트 변경",x:"링크 삭제",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"실행 취소",ad:"다시 실행",ae:"저장",af:"취소",ag:"대체 텍스트",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ku.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ku',{a:"پەڕگەکە ناتوانرێت باربکرێت:",b:"قەڵەو",c:"لار",d:"وتەی وەرگیراو",e:"وێدجیتی وێنە",f:"سەرنووسە هەڵبژێرە",g:"سەرنووسە",h:"پەراگراف",i:"سەرنووسەی 1",j:"سەرنووسەی 2",k:"سەرنووسەی 3",l:"پڕ بەقەبارەی وێنە",m:"لای وێنە",n:"ڕیزکردنی وێنە بۆ لای چەپ",o:"ناوەڕاستکراوی وێنە",p:"ڕیزکردنی وێنە بۆ لای ڕاست",q:"سەردێڕی وێنە دابنێ",r:"وێنە دابنێ",s:"بەستەر",t:"بارکردنەکە سەرنەکەووت",u:"لیستەی ژمارەیی",v:"لیستەی خاڵەیی",w:"گۆڕینی جێگروەی تێکیسی وێنە",x:"لابردنی بەستەر",y:"دەسککاری بەستەر",z:"کردنەوەی بەستەرەکە لە پەڕەیەکی نوێ",aa:"ئەم بەستەررە ناونیشانی نیە",ab:"سەرنوسەری دەقی بەپیت, %0",ac:"وەک خۆی لێ بکەوە",ad:"هەلگەڕاندنەوە",ae:"پاشکەوتکردن",af:"هەڵوەشاندنەوە",ag:"جێگرەوەی تێکست",ah:"ناونیشانی بەستەر"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/nb.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('nb',{a:"Kan ikke laste opp fil:",b:"Fet",c:"Kursiv",d:"Blokksitat",e:"Bilde-widget",f:"Velg overskrift",g:"Overskrift",h:"Avsnitt",i:"Overskrift 1",j:"Overskrift 2",k:"Overskrift 3",l:"Bilde i full størrelse",m:"Sidebilde",n:"Venstrejustert bilde",o:"Midtstilt bilde",p:"Høyrejustert bilde",q:"Skriv inn bildetekst",r:"Sett inn bilde",s:"Lenke",t:"Opplasting feilet",u:"Nummerert liste",v:"Punktmerket liste",w:"Endre tekstalternativ for bilde",x:"Fjern lenke",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rikteksteditor, %0",ac:"Angre",ad:"Gjør om",ae:"Lagre",af:"Avbryt",ag:"Tekstalternativ for bilde",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ne.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ne',{a:"Cannot upload file:",b:"Bold",c:"Italic",d:"Block quote",e:"image widget",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"तस्वीर सम्मिलित गर्नुहोस्",s:"Link",t:"Upload failed",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Undo",ad:"Redo",ae:"सुरक्षित गर्नुहोस्",af:"रद्द गर्नुहोस्",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/nl.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('nl',{a:"Kan bestand niet opladen:",b:"Vet",c:"Cursief",d:"Blok citaat",e:"Afbeeldingswidget",f:"Kies kop",g:"Koppen",h:"Paragraaf",i:"Kop 1",j:"Kop 2",k:"Kop 3",l:"Afbeelding op volledige grootte",m:"Afbeelding naast tekst",n:"Links uitgelijnde afbeelding",o:"Gecentreerde afbeelding",p:"Rechts uitgelijnde afbeelding",q:"Typ een afbeeldingsbijschrift",r:"Afbeelding toevoegen",s:"Link",t:"Opladen afbeelding mislukt",u:"Genummerde lijst",v:"Ongenummerde lijst",w:"Verander alt-tekst van de afbeelding",x:"Verwijder link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Tekstbewerker, 0%",ac:"Ongedaan maken",ad:"Opnieuw",ae:"Opslaan",af:"Annuleren",ag:"Alt-tekst",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/oc.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('oc',{a:"Cannot upload file:",b:"Gras",c:"Italica",d:"Block quote",e:"image widget",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Link",t:"Upload failed",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Undo",ad:"Redo",ae:"Enregistrar",af:"Anullar",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/pl.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('pl',{a:"Nie można przesłać pliku:",b:"Pogrubienie",c:"Kursywa",d:"Cytat blokowy",e:"image widget",f:"Wybierz nagłówek",g:"Nagłówek",h:"Akapit",i:"Nagłówek 1",j:"Nagłówek 2",k:"Nagłówek 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Wstaw obraz",s:"Wstaw odnośnik",t:"Upload failed",u:"Lista numerowana",v:"Lista wypunktowana",w:"Change image text alternative",x:"Usuń odnośnik",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Cofnij",ad:"Ponów",ae:"Zapisz",af:"Anuluj",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/pt-br.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('pt-br',{a:"Cannot upload file:",b:"Negrito",c:"Itálico",d:"Bloco de citação",e:"Ferramenta de imagem",f:"Escolha o título",g:"Titulo",h:"Parágrafo",i:"Título 1",j:"Título 2",k:"Título 3",l:"Imagem completa",m:"Imagem lateral",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Inserir legenda da imagem",r:"Inserir imagem",s:"Link",t:"Falha ao subir arquivo",u:"Lista numerada",v:"Lista com marcadores",w:"Alterar texto alternativo da imagem",x:"Remover link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Editor de Formatação, %0",ac:"Desfazer",ad:"Refazer",ae:"Salvar",af:"Cancelar",ag:"Texto alternativo",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/pt.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('pt',{a:"Não foi possível carregar o ficheiro:",b:"Negrito",c:"Itálico",d:"Block quote",e:"módulo de imagem",f:"Choose heading",g:"Título",h:"Parágrafo",i:"Título 1",j:"Título 2",k:"Título 3",l:"Imagem em tamanho completo",m:"Imagem lateral",n:"Left aligned image",o:"Imagem centrada",p:"Right aligned image",q:"Indicar legenda da imagem",r:"Inserir imagem",s:"Hiperligação",t:"Falha ao carregar",u:"Lista ordenada",v:"Lista não ordenada",w:"Change image text alternative",x:"Desligar",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Editor de texto avançado, %0",ac:"Desfazer",ad:"Refazer",ae:"Guardar",af:"Cancelar",ag:"Texto alternativo",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ro.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ro',{a:"Nu pot încărca fișierul:",b:"Îngroșat",c:"Oblic",d:"Bloc citat",e:"widget imagine",f:"Alege titlu rubrică",g:"Titlu rubrică",h:"Paragraf",i:"Titlu rubrică 1",j:"Titlu rubrică 2",k:"Titlu rubrică 3",l:"Imagine mărime completă",m:"Imagine laterală",n:"Imagine aliniată stângă",o:"Imagine aliniată pe centru",p:"Imagine aliniată dreapta",q:"Introdu titlul descriptiv al imaginii",r:"Inserează imagine",s:"Link",t:"Încărcare eșuată",u:"Listă numerotată",v:"Listă cu puncte",w:"Schimbă textul alternativ al imaginii",x:"Șterge link",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Editor de text îmbunătățit, %0",ac:"Anulează",ad:"Revenire",ae:"Salvare",af:"Anulare",ag:"Text alternativ",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ru.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ru',{a:"Невозможно загрузить файл",b:"Жирный",c:"Курсив",d:"Цитата",e:"Виджет изображений",f:"Выбрать заголовок",g:"Заголовок",h:"Параграф",i:"Заголовок 1",j:"Заголовок 2",k:"Заголовок 3",l:"Оригинальный размер изображения",m:"Боковое изображение",n:"Выравнивание по левому краю",o:"Выравнивание по центру",p:"Выравнивание по правому краю",q:"Подпись к изображению",r:"Вставить изображение",s:"Ссылка",t:"Загрузка не выполнена",u:"Нумерованный список",v:"Маркированный список",w:"Редактировать альтернативный текст",x:"Убрать ссылку",y:"Редактировать ссылку",z:"Открыть ссылку в новой вкладке",aa:"Для этой ссылки не установлен адрес URL",ab:"Редактор, %0",ac:"Отменить",ad:"Повторить",ae:"Сохранить",af:"Отмена",ag:"Альтернативный текст",ah:"Ссылка URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/si.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('si',{a:"ගොනුව යාවත්කාලීන කළ නොහැක:",b:"තදකුරු",c:"ඇලකුරු",d:"Block quote",e:"image widget",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"පින්තූරය ඇතුල් කරන්න",s:"Link",t:"උඩුගත කිරීම අසාර්ථක විය",u:"අංකිත ලැයිස්තුව",v:"බුලටිත ලැයිස්තුව",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"අහෝසි කරන්න",ad:"නැවත කරන්න",ae:"Save",af:"Cancel",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/sk.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('sk',{a:"Nie je možné nahrať súbor:",b:"Tučné",c:"Kurzíva",d:"Citát",e:"widget obrázka",f:"Vyberte nadpis",g:"Nadpis",h:"Paragraf",i:"Nadpis 1",j:"Nadpis 2",k:"Nadpis 3",l:"Obrázok v plnej veľkosti",m:"Bočný obrázok",n:"Zarovnať vľavo",o:"Zarovnať na stred",p:"Zarovnať vpravo",q:"Vložte popis obrázka",r:"Vložiť obrázok",s:"Odkaz",t:"Nahrávanie zlyhalo",u:"Číslovaný zoznam",v:"Zoznam s odrážkami",w:"Zmeňte alternatívny text obrázka",x:"Zrušiť odkaz",y:"Upraviť odkaz",z:"Otvoriť odkaz v novom okne",aa:"Tento odkaz nemá nastavenú URL adresu",ab:"Editor s formátovaním, %0",ac:"Späť",ad:"Znova",ae:"Uložiť",af:"Zrušiť",ag:"Alternatívny text",ah:"URL adresa"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/sq.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('sq',{a:"Nuk mund të ngarkojë skedën:",b:"Trash",c:"Pjerrtë",d:"Thonjëzat",e:"Vegla e fotos",f:"Përzgjidh nëntitullin",g:"Nëntitulli",h:"Paragrafi",i:"Nëntitulli 1",j:"Nëntitulli 2",k:"Nëntitulli 3",l:"Foto me madhësi të plotë",m:"Foto anësore",n:"Foto e vendosur majtas",o:"Foto e vendosur në mes",p:"Foto e vendosur djathtas",q:"Shto përshkrimin e fotos",r:"Shto Foto",s:"Shto Nyjën",t:"Ngarkimi dishtoi",u:"Listë me Numra",v:"Listë me Pika",w:"Ndrysho tekstin alternativ të fotos",x:"Largo Nyjën",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Redaktues i Tekstit të Pasur, %0",ac:"Rikthe",ad:"Ribëje",ae:"Ruaje",af:"Anulo",ag:"Teksti alternativ",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/sv.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('sv',{a:"Kan inte ladda upp fil:",b:"Fet",c:"Kursiv",d:"Blockcitat",e:"image widget",f:"Välj rubrik",g:"Rubrik",h:"Paragraf",i:"Rubrik 1",j:"Rubrik 2",k:"Rubrik 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Infoga bild",s:"Länk",t:"Uppladdning misslyckades",u:"Numrerad lista",v:"Punktlista",w:"Change image text alternative",x:"Ta bort länk",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text-editor, %0",ac:"Ångra",ad:"Gör om",ae:"Spara",af:"Avbryt",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/tr.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('tr',{a:"Dosya yüklenemedi:",b:"Kalın",c:"İtalik",d:"Alıntı",e:"Görsel Bileşeni",f:"Başlık tipi seç",g:"Başlık",h:"Paragraf",i:"1. Seviye Başlık",j:"2. Seviye Başlık",k:"3. Seviye Başlık",l:"Tam Boyut Görsel",m:"Yan Görsel",n:"Sola hizalı görsel",o:"Ortalı görsel",p:"Sağa hizalı görsel",q:"Resim Açıklaması Gir",r:"Görsel Ekle",s:"Bağlantı",t:"Yükleme başarsız",u:"Numaralı Liste",v:"Simgeli Liste",w:"Görsel alternatif yazısını değiştir",x:"Bağlantıyı kaldır",y:"Bağlantıyı değiştir",z:"Yeni sekmede aç",aa:"Bağlantı adresi yok",ab:"Zengin İÇerik Editörü, %0",ac:"Geri al",ad:"İleri al",ae:"Kaydet",af:"İptal",ag:"Yazı alternatifi",ah:"Bağlantı Adresi"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/tt.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('tt',{a:"Cannot upload file:",b:"Калын",c:"Italic",d:"Block quote",e:"image widget",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Full size image",m:"Side image",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Link",t:"Upload failed",u:"Numbered List",v:"Bulleted List",w:"Change image text alternative",x:"Unlink",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Rich Text Editor, %0",ac:"Undo",ad:"Кабатла",ae:"Сакла",af:"Cancel",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/ug.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('ug',{a:"چىقىرىشقا بولمايدىغان ھۆججەت :",b:"توم",c:"يانتۇ",d:"قىسمەن قوللىنىش",e:"رەسىمچىك",f:"تېما تاللاش",g:"تېما",h:"بۆلەك",i:"تېما 1",j:"تېما 2",k:"تېما 3",l:"ئەسلى چوڭلۇقتىكى رەسىم",m:"يان رەسىم",n:"سولغا توغۇرلانغان رەسىم",o:"ئوتتۇردىكى رەسىم",p:"ئوڭغا توغۇرلانغان رەسىم",q:"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ",r:"رەسىم قىستۇرۇش",s:"ئۇلاش",t:"چىقىرىش مەغلۇپ بولدى",u:"نومۇر جەدىۋېلى",v:"بەلگە جەدىۋېلى",w:"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش",x:"ئۈزۈش",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"تېكىست تەھرىرلىگۈچ، 0%",ac:"قالدۇرۇش",ad:"قايتا قىلىش",ae:"ساقلاش",af:"قالدۇرۇش",ag:"تېكىست ئاملاشتۇرۇش",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/uk.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('uk',{a:"Cannot upload file:",b:"Жирний",c:"Курсив",d:"Block quote",e:"Віджет зображення",f:"Choose heading",g:"Heading",h:"Paragraph",i:"Heading 1",j:"Heading 2",k:"Heading 3",l:"Повний розмір зображення",m:"Бокове зображення",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"Enter image caption",r:"Insert image",s:"Посилання",t:"Upload failed",u:"Нумерований список",v:"Маркерний список",w:"Change image text alternative",x:"Видалити посилання",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"Розширений текстовий редактор, %0",ac:"Відміна",ad:"Повтор",ae:"Зберегти",af:"Відміна",ag:"Text alternative",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/zh-cn.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('zh-cn',{a:"无法上传文件:",b:"加粗",c:"倾斜",d:"块引用",e:"图像小部件",f:"标题类型",g:"标题",h:"段落",i:"标题 1",j:"标题 2",k:"标题 3",l:"图片通栏显示",m:"图片侧边显示",n:"图片左侧对齐",o:"图片居中",p:"图片右侧对齐",q:"输入图片标题",r:"插入图像",s:"超链接",t:"上传失败",u:"编号列表",v:"项目列表",w:"更改图片替换文本",x:"取消超链接",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"富文本编辑器, %0",ac:"撤销",ad:"重做",ae:"保存",af:"取消",ag:"替换文本",ah:"Link URL"})

+ 1 - 0
packages/ckeditor5-build-inline/build/translations/zh.js

@@ -0,0 +1 @@
+CKEDITOR_TRANSLATIONS.add('zh',{a:"無法上傳檔案:",b:"粗體",c:"斜體",d:"塊引用",e:"圖片小工具",f:"選取標題",g:"標題",h:"段落",i:"標題 1",j:"標題 2",k:"標題 3",l:"完整大小圖片",m:"側邊圖片",n:"Left aligned image",o:"Centered image",p:"Right aligned image",q:"輸入圖片說明",r:"插入圖片",s:"連結",t:"上傳失敗",u:"有編號的清單",v:"項目符號清單",w:"變更圖片的文字替代",x:"取消連結",y:"Edit link",z:"Open link in new tab",aa:"This link has no URL",ab:"豐富文字編輯器,%0",ac:"取消",ad:"重做",ae:"儲存",af:"取消",ag:"文字替代",ah:"Link URL"})

+ 21 - 22
packages/ckeditor5-build-inline/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@ckeditor/ckeditor5-build-inline",
   "name": "@ckeditor/ckeditor5-build-inline",
-  "version": "1.0.0-alpha.2",
+  "version": "1.0.0-beta.1",
   "description": "CKEditor 5 inline editor build.",
   "description": "CKEditor 5 inline editor build.",
   "keywords": [
   "keywords": [
     "ckeditor5",
     "ckeditor5",
@@ -14,28 +14,27 @@
     "build"
     "build"
   ],
   ],
   "devDependencies": {
   "devDependencies": {
-    "@ckeditor/ckeditor5-adapter-ckfinder": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-autoformat": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-basic-styles": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-block-quote": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-dev-utils": "^4.0.1",
-    "@ckeditor/ckeditor5-dev-webpack-plugin": "^2.0.18",
-    "@ckeditor/ckeditor5-easy-image": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-editor-inline": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-essentials": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-heading": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-image": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-link": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-list": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-upload": "^1.0.0-alpha.2",
-    "babel-minify-webpack-plugin": "^0.2.0",
-    "css-loader": "^0.28.7",
-    "node-sass": "^4.5.3",
+    "@ckeditor/ckeditor5-adapter-ckfinder": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-autoformat": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-basic-styles": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-block-quote": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-dev-utils": "^7.0.3",
+    "@ckeditor/ckeditor5-dev-webpack-plugin": "^3.0.4",
+    "@ckeditor/ckeditor5-easy-image": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-editor-inline": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-essentials": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-heading": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-image": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-link": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-list": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-paragraph": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-theme-lark": "^1.0.0-beta.1",
+    "@ckeditor/ckeditor5-upload": "^1.0.0-beta.1",
+    "babel-minify-webpack-plugin": "^0.3.0",
+    "postcss-loader": "^2.0.10",
     "raw-loader": "^0.5.1",
     "raw-loader": "^0.5.1",
-    "sass-loader": "^6.0.6",
-    "style-loader": "^0.18.2",
-    "webpack": "^3.6.0",
+    "style-loader": "^0.19.1",
+    "webpack": "^3.10.0",
     "webpack-sources": "1.0.1"
     "webpack-sources": "1.0.1"
   },
   },
   "engines": {
   "engines": {

+ 1 - 1
packages/ckeditor5-build-inline/sample/index.html

@@ -17,7 +17,7 @@
 <div id="editor">
 <div id="editor">
 	<h2>Sample</h2>
 	<h2>Sample</h2>
 
 
-	<p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#Inline-editor">inline editor build</a>.</p>
+	<p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#inline-editor">inline editor build</a>.</p>
 
 
 	<figure class="image">
 	<figure class="image">
 		<img src="../tests/manual/sample.jpg" alt="Autumn fields" />
 		<img src="../tests/manual/sample.jpg" alt="Autumn fields" />

+ 12 - 7
packages/ckeditor5-build-inline/src/ckeditor.js

@@ -1,5 +1,5 @@
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
@@ -16,10 +16,11 @@ import ImagePlugin from '@ckeditor/ckeditor5-image/src/image';
 import ImagecaptionPlugin from '@ckeditor/ckeditor5-image/src/imagecaption';
 import ImagecaptionPlugin from '@ckeditor/ckeditor5-image/src/imagecaption';
 import ImagestylePlugin from '@ckeditor/ckeditor5-image/src/imagestyle';
 import ImagestylePlugin from '@ckeditor/ckeditor5-image/src/imagestyle';
 import ImagetoolbarPlugin from '@ckeditor/ckeditor5-image/src/imagetoolbar';
 import ImagetoolbarPlugin from '@ckeditor/ckeditor5-image/src/imagetoolbar';
+import ImageuploadPlugin from '@ckeditor/ckeditor5-image/src/imageupload';
 import LinkPlugin from '@ckeditor/ckeditor5-link/src/link';
 import LinkPlugin from '@ckeditor/ckeditor5-link/src/link';
 import ListPlugin from '@ckeditor/ckeditor5-list/src/list';
 import ListPlugin from '@ckeditor/ckeditor5-list/src/list';
 import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import ParagraphPlugin from '@ckeditor/ckeditor5-paragraph/src/paragraph';
-import ImageuploadPlugin from '@ckeditor/ckeditor5-upload/src/imageupload';
+import Imageupload1Plugin from '@ckeditor/ckeditor5-image/src/imageupload';
 
 
 export default class InlineEditor extends InlineEditorBase {}
 export default class InlineEditor extends InlineEditorBase {}
 
 
@@ -37,20 +38,23 @@ InlineEditor.build = {
 		ImagecaptionPlugin,
 		ImagecaptionPlugin,
 		ImagestylePlugin,
 		ImagestylePlugin,
 		ImagetoolbarPlugin,
 		ImagetoolbarPlugin,
+		ImageuploadPlugin,
 		LinkPlugin,
 		LinkPlugin,
 		ListPlugin,
 		ListPlugin,
 		ParagraphPlugin,
 		ParagraphPlugin,
-		ImageuploadPlugin
+		Imageupload1Plugin
 	],
 	],
 	config: {
 	config: {
 		toolbar: {
 		toolbar: {
 			items: [
 			items: [
-				'headings',
+				'heading',
+				'|',
 				'bold',
 				'bold',
 				'italic',
 				'italic',
 				'link',
 				'link',
 				'bulletedList',
 				'bulletedList',
 				'numberedList',
 				'numberedList',
+				'imageUpload',
 				'blockQuote',
 				'blockQuote',
 				'undo',
 				'undo',
 				'redo'
 				'redo'
@@ -58,11 +62,12 @@ InlineEditor.build = {
 		},
 		},
 		image: {
 		image: {
 			toolbar: [
 			toolbar: [
-				'imageStyleFull',
-				'imageStyleSide',
+				'imageStyle:full',
+				'imageStyle:side',
 				'|',
 				'|',
 				'imageTextAlternative'
 				'imageTextAlternative'
 			]
 			]
-		}
+		},
+		language: 'en'
 	}
 	}
 };
 };

+ 12 - 1
packages/ckeditor5-build-inline/tests/ckeditor.js

@@ -1,5 +1,5 @@
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
@@ -73,6 +73,17 @@ describe( 'InlineEditor build', () => {
 	} );
 	} );
 
 
 	describe( 'plugins', () => {
 	describe( 'plugins', () => {
+		beforeEach( () => {
+			return InlineEditor.create( editorElement )
+				.then( newEditor => {
+					editor = newEditor;
+				} );
+		} );
+
+		afterEach( () => {
+			return editor.destroy();
+		} );
+
 		it( 'paragraph works', () => {
 		it( 'paragraph works', () => {
 			const data = '<p>Some text inside a paragraph.</p>';
 			const data = '<p>Some text inside a paragraph.</p>';
 
 

+ 1 - 1
packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js

@@ -1,5 +1,5 @@
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 

+ 1 - 1
packages/ckeditor5-build-inline/tests/manual/ckeditor.js

@@ -1,5 +1,5 @@
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 

+ 16 - 8
packages/ckeditor5-build-inline/webpack.config.js

@@ -1,5 +1,5 @@
 /**
 /**
- * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md.
  * For licensing, see LICENSE.md.
  */
  */
 
 
@@ -9,7 +9,7 @@
 
 
 const path = require( 'path' );
 const path = require( 'path' );
 const webpack = require( 'webpack' );
 const webpack = require( 'webpack' );
-const { bundler } = require( '@ckeditor/ckeditor5-dev-utils' );
+const { bundler, styles } = require( '@ckeditor/ckeditor5-dev-utils' );
 const CKEditorWebpackPlugin = require( '@ckeditor/ckeditor5-dev-webpack-plugin' );
 const CKEditorWebpackPlugin = require( '@ckeditor/ckeditor5-dev-webpack-plugin' );
 const BabiliPlugin = require( 'babel-minify-webpack-plugin' );
 const BabiliPlugin = require( 'babel-minify-webpack-plugin' );
 const buildConfig = require( './build-config' );
 const buildConfig = require( './build-config' );
@@ -29,7 +29,8 @@ module.exports = {
 
 
 	plugins: [
 	plugins: [
 		new CKEditorWebpackPlugin( {
 		new CKEditorWebpackPlugin( {
-			languages: [ buildConfig.language ]
+			language: buildConfig.config.language,
+			additionalLanguages: 'all'
 		} ),
 		} ),
 		new BabiliPlugin( null, {
 		new BabiliPlugin( null, {
 			comments: false
 			comments: false
@@ -48,16 +49,23 @@ module.exports = {
 				use: [ 'raw-loader' ]
 				use: [ 'raw-loader' ]
 			},
 			},
 			{
 			{
-				test: /\.scss$/,
+				test: /\.css$/,
 				use: [
 				use: [
-					'style-loader',
 					{
 					{
-						loader: 'css-loader',
+						loader: 'style-loader',
 						options: {
 						options: {
-							minimize: true
+							singleton: true
 						}
 						}
 					},
 					},
-					'sass-loader'
+					{
+						loader: 'postcss-loader',
+						options: styles.getPostCssConfig( {
+							themeImporter: {
+								themePath: require.resolve( '@ckeditor/ckeditor5-theme-lark' )
+							},
+							minify: true
+						} )
+					},
 				]
 				]
 			}
 			}
 		]
 		]

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff