Ver código fonte

Implemented the balloon block build.

Aleksander Nowodzinski 7 anos atrás
pai
commit
7d1e52395a
64 arquivos alterados com 619 adições e 0 exclusões
  1. 80 0
      packages/ckeditor5-build-balloon-block/README.md
  2. 4 0
      packages/ckeditor5-build-balloon-block/build/ckeditor.js
  3. 0 0
      packages/ckeditor5-build-balloon-block/build/ckeditor.js.map
  4. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ar.js
  5. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ast.js
  6. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/bg.js
  7. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ca.js
  8. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/cs.js
  9. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/da.js
  10. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/de-ch.js
  11. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/de.js
  12. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/el.js
  13. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/en-au.js
  14. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/eo.js
  15. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/es.js
  16. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/et.js
  17. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/eu.js
  18. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/fa.js
  19. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/fi.js
  20. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/fr.js
  21. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/gl.js
  22. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/gu.js
  23. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/he.js
  24. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/hr.js
  25. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/hu.js
  26. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/it.js
  27. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ja.js
  28. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/km.js
  29. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/kn.js
  30. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ko.js
  31. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/ku.js
  32. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/lv.js
  33. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/nb.js
  34. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/ne.js
  35. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/nl.js
  36. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/no.js
  37. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/oc.js
  38. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/pl.js
  39. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/pt-br.js
  40. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/pt.js
  41. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ro.js
  42. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/ru.js
  43. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/si.js
  44. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/sk.js
  45. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/sq.js
  46. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/sv.js
  47. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/tr.js
  48. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/tt.js
  49. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/ug.js
  50. 0 0
      packages/ckeditor5-build-balloon-block/build/translations/uk.js
  51. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/vi.js
  52. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/zh-cn.js
  53. 1 0
      packages/ckeditor5-build-balloon-block/build/translations/zh.js
  54. 41 0
      packages/ckeditor5-build-balloon-block/sample/index.html
  55. 98 0
      packages/ckeditor5-build-balloon-block/src/ckeditor.js
  56. 166 0
      packages/ckeditor5-build-balloon-block/tests/ckeditor.js
  57. 27 0
      packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.html
  58. 14 0
      packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.js
  59. 9 0
      packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.md
  60. 27 0
      packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.html
  61. 14 0
      packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.js
  62. 9 0
      packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.md
  63. BIN
      packages/ckeditor5-build-balloon-block/tests/manual/sample.jpg
  64. 87 0
      packages/ckeditor5-build-balloon-block/webpack.config.js

+ 80 - 0
packages/ckeditor5-build-balloon-block/README.md

@@ -1,2 +1,82 @@
 CKEditor 5 balloon block editor build
 CKEditor 5 balloon block editor build
 ==============================================
 ==============================================
+
+[![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-build-balloon-block.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-balloon-block)
+[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-balloon-block/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-balloon-block)
+[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-balloon-block/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-balloon-block?type=dev)
+
+The balloon editor build for CKEditor 5. Read more about the [balloon editor build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#balloon-block-editor) and see the [demo](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/balloon-block-editor.html).
+
+![CKEditor 5 balloon editor build screenshot](https://c.cksource.com/a/1/img/npm/ckeditor5-build-balloon-block.png)
+
+## Documentation
+
+See:
+
+* [Installation](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installation.html) for how to install this package and what it contains.
+* [Basic API](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/basic-api.html) for how to create an editor and interact with it.
+* [Configuration](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/configuration.html) for how to configure the editor.
+* [Creating custom builds](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html) for how to customize the build (configure and rebuild the editor bundle).
+
+## Quick start
+
+First, install the build from npm:
+
+```bash
+npm install --save @ckeditor/ckeditor5-build-balloon-block
+```
+
+And use it in your website:
+
+```html
+<div id="editor">
+	<p>This is the editor content.</p>
+</div>
+<script src="./node_modules/@ckeditor/ckeditor5-build-balloon-block/build/ckeditor.js"></script>
+<script>
+	BalloonBlockEditor
+		.create( document.querySelector( '#editor' ) )
+		.then( editor => {
+			window.editor = editor;
+		} )
+		.catch( err => {
+			console.error( err.stack );
+		} );
+</script>
+```
+
+Or in your JavaScript application:
+
+```js
+import BalloonEditor from '@ckeditor/ckeditor5-build-balloon-block';
+
+// Or using the CommonJS version:
+// const BalloonBlockEditor = require( '@ckeditor/ckeditor5-build-balloon-block' );
+
+BalloonBlockEditor
+	.create( document.querySelector( '#editor' ) )
+	.then( editor => {
+		window.editor = editor;
+	} )
+	.catch( err => {
+		console.error( err.stack );
+	} );
+```
+
+**Note:** If you are planning to integrate CKEditor 5 deep into your application, it is actually more convenient and recommended to install and import the source modules directly (like it happens in `ckeditor.js`). Read more in the [Advanced setup guide](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html).
+
+**Note:** We recommend to adjust the position of the block toolbar button using CSS (see the example below) to your liking. By default, the block toolbar button will be attached directly to the boundary of the editable content area.
+
+```html
+<style>
+	/* Give the block toolbar button some space, moving it a few pixels away from the editable area. */
+	.ck.ck-block-toolbar-button {
+		transform: translateX( -10px );
+	}
+</style>
+```
+
+## License
+
+Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file.

Diferenças do arquivo suprimidas por serem muito extensas
+ 4 - 0
packages/ckeditor5-build-balloon-block/build/ckeditor.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/ckeditor.js.map


+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/ar.js

@@ -0,0 +1 @@
+(function(d){d['ar']=Object.assign(d['ar']||{},{a:"Edit block",b:"لا يمكن رفع الملف:",c:"مائل",d:"عريض",e:"Insert image or file",f:"اقتباس",g:"ادخل عنوان الصورة",h:"عنصر الصورة",i:"اختر عنوان",j:"عنوان",k:"ادراج صورة",l:"فشل الرفع",m:"صورة بحجم كامل",n:"صورة جانبية",o:"صورة بمحاذاة لليسار",p:"صورة بالوسط",q:"صورة بمحاذاة لليمين",r:"رابط",s:"قائمة رقمية",t:"قائمة نقطية",u:"media widget",v:"إدراج جدول",w:"عمود عنوان",x:"Insert column left",y:"Insert column right",z:"حذف العمود",aa:"عمود",ab:"صف عنوان",ac:"ادراج صف بعد",ad:"ادراج صف قبل",ae:"حذف الصف",af:"صف",ag:"دمج الخلايا للأعلى",ah:"دمج الخلايا لليمين",ai:"دمج الخلايا للأسفل",aj:"دمج الخلايا لليسار",ak:"فصل الخلايا بشكل عمودي",al:"فصل الخلايا بشكل افقي",am:"دمج الخلايا",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"جاري الرفع",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"غير النص البديل للصورة",aw:"حفظ",ax:"إلغاء",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"معالج نصوص، 0%",bb:"النص البديل",bc:"تراجع",bd:"إعادة",be:"إلغاء الرابط",bf:"تحرير الرابط",bg:"فتح الرابط في تبويب جديد",bh:"لا يحتوي هذا الرابط على عنوان",bi:"رابط عنوان",bj:"فقرة",bk:"عنوان 1",bl:"عنوان 2",bm:"عنوان 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['ast']=Object.assign(d['ast']||{},{a:"Edit block",b:"Cannot upload file:",c:"Cursiva",d:"Negrina",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"complementu d'imaxen",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Imaxen a tamañu completu",n:"Imaxen llateral",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Enllazar",s:"Llista numberada",t:"Llista con viñetes",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Guardar",ax:"Encaboxar",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Editor de testu arriquecíu, %0",bb:"Text alternative",bc:"Desfacer",bd:"Refacer",be:"Desenllazar",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"URL del enllaz",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['bg']=Object.assign(d['bg']||{},{a:"Edit block",b:"Cannot upload file:",c:"Курсив",d:"Удебелен",e:"Insert image or file",f:"Цитат",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Запазване",ax:"Отказ",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Параграф",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/ca.js

@@ -0,0 +1 @@
+(function(d){d['ca']=Object.assign(d['ca']||{},{a:"Edit block",b:"No es pot pujar l'arxiu:",c:"Cursiva",d:"Negreta",e:"Insert image or file",f:"Cita de bloc",g:"Enter image caption",h:"image widget",i:"Escull capçalera",j:"Capçalera",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Desar",ax:"Cancel·lar",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Pàrraf",bk:"Capçalera 1",bl:"Capçalera 2",bm:"Capçalera 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/cs.js

@@ -0,0 +1 @@
+(function(d){d['cs']=Object.assign(d['cs']||{},{a:"Edit block",b:"Soubor nelze nahrát:",c:"Kurzíva",d:"Tučné",e:"Insert image or file",f:"Citace",g:"Zadejte popis obrázku",h:"ovládací prvek obrázku",i:"Zvolte nadpis",j:"Nadpis",k:"Vložit obrázek",l:"Nahrání selhalo",m:"Obrázek v plné velikosti",n:"Postranní obrázek",o:"Obrázek zarovnaný vlevo",p:"Obrázek zarovnaný na střed",q:"Obrázek zarovnaný vpravo",r:"Odkaz",s:"Číslování",t:"Odrážky",u:"ovládací prvek médií",v:"Vložit tabulku",w:"Sloupec záhlaví",x:"Insert column left",y:"Insert column right",z:"Smazat sloupec",aa:"Sloupec",ab:"Řádek záhlaví",ac:"Vložit řádek pod",ad:"Vložit řádek před",ae:"Smazat řádek",af:"Řádek",ag:"Sloučit s buňkou nad",ah:"Sloučit s buňkou vpravo",ai:"Sloučit s buňkou pod",aj:"Sloučit s buňkou vlevo",ak:"Rozdělit buňky vertikálně",al:"Rozdělit buňky horizontálně",am:"Sloučit buňky",an:"Vložit média",ao:"URL adresa musí být vyplněna.",ap:"Tato adresa bohužel není podporována.",aq:"Probíhá nahrávání",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Změnit alternativní text obrázku",aw:"Uložit",ax:"Zrušit",ay:"URL adresa",az:"Paste the URL into the content to embed faster.",ba:"Textový editor, %0",bb:"Alternativní text",bc:"Zpět",bd:"Znovu",be:"Odstranit odkaz",bf:"Upravit odkaz",bg:"Otevřít odkaz v nové kartě",bh:"Tento odkaz nemá žádnou URL",bi:"URL odkazu",bj:"Odstavec",bk:"Nadpis 1",bl:"Nadpis 2",bm:"Nadpis 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['da']=Object.assign(d['da']||{},{a:"Edit block",b:"Kan ikke uploade fil:",c:"Kursiv",d:"Fed",e:"Insert image or file",f:"Blot citat",g:"Indtast billedoverskrift",h:"billed widget",i:"Vælg overskrift",j:"Overskrift",k:"Indsæt billede",l:"Upload fejlede",m:"Fuld billedstørrelse",n:"Sidebillede",o:"Venstrestillet billede",p:"Centreret billede",q:"Højrestillet billede",r:"Link",s:"Opstilling med tal",t:"Punktopstilling",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Skift alternativ billedtekst",aw:"Gem",ax:"Annullér",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Wysiwyg editor, %0",bb:"Alternativ tekst",bc:"Fortryd",bd:"Gentag",be:"Fjern link",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Formattering",bk:"Overskrift 1",bl:"Overskrift 2",bm:"Overskrift 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/de-ch.js

@@ -0,0 +1 @@
+(function(d){d['de-ch']=Object.assign(d['de-ch']||{},{a:"Edit block",b:"Datei kann nicht hochgeladen werden:",c:"Italic",d:"Bold",e:"Insert image or file",f:"Blockzitat",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Tabelle einfügen",w:"Kopfspalte",x:"Insert column left",y:"Insert column right",z:"Spalte löschen",aa:"Spalte",ab:"Kopfspalte",ac:"Zeile unten einfügen",ad:"Zeile oben einfügen",ae:"Zeile löschen",af:"Zeile",ag:"Zelle oben verbinden",ah:"Zele rechts verbinden",ai:"Zelle unten verbinden",aj:"Zelle links verbinden",ak:"Zelle vertikal teilen",al:"Zelle horizontal teilen",am:"Zellen verbinden",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload läuft",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Save",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich-Text-Editor, %0",bb:"Text alternative",bc:"Rückgängig",bd:"Wiederherstellen",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['de']=Object.assign(d['de']||{},{a:"Absatz bearbeiten",b:"Datei kann nicht hochgeladen werden:",c:"Kursiv",d:"Fett",e:"Insert image or file",f:"Blockzitat",g:"Bildunterschrift eingeben",h:"Bild-Steuerelement",i:"Überschrift auswählen",j:"Überschrift",k:"Bild einfügen",l:"Hochladen fehlgeschlagen",m:"Bild in voller Größe",n:"Seitenbild",o:"linksbündiges Bild",p:"zentriertes Bild",q:"rechtsbündiges Bild",r:"Link",s:"Nummerierte Liste",t:"Aufzählungsliste",u:"Medien-Widget",v:"Tabelle einfügen",w:"Kopfspalte",x:"Insert column left",y:"Insert column right",z:"Spalte löschen",aa:"Spalte",ab:"Kopfzeile",ac:"Zeile unten einfügen",ad:"Zeile oben einfügen",ae:"Zeile löschen",af:"Zeile",ag:"Zelle verbinden",ah:"Zelle rechts verbinden",ai:"Zelle unten verbinden",aj:"Zelle links verbinden",ak:"Zelle vertikal teilen",al:"Zelle horizontal teilen",am:"Zellen verbinden",an:"Medium einfügen",ao:"Die Url darf nicht leer sein",ap:"Diese Medien-Url wird nicht unterstützt",aq:"Upload läuft",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Alternativ Text ändern",aw:"Speichern",ax:"Abbrechen",ay:"Medien-Url",az:"Paste the URL into the content to embed faster.",ba:"Rich-Text-Editor, %0",bb:"Textalternative",bc:"Rückgängig",bd:"Wiederherstellen",be:"Link entfernen",bf:"Link bearbeiten",bg:"Link im neuen Tab öffnen",bh:"Dieser Link hat keine Adresse",bi:"Link Adresse",bj:"Absatz",bk:"Überschrift 1",bl:"Überschrift 2",bm:"Überschrift 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['el']=Object.assign(d['el']||{},{a:"Edit block",b:"Cannot upload file:",c:"Πλάγια",d:"Έντονη",e:"Insert image or file",f:"Περιοχή παράθεσης",g:"Λεζάντα",h:"image widget",i:"Επιλέξτε κεφαλίδα",j:"Κεφαλίδα",k:"Εισαγωγή εικόνας",l:"Upload failed",m:"Εικόνα πλήρης μεγέθους",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Σύνδεσμος",s:"Αριθμημένη λίστα",t:"Λίστα κουκκίδων",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Αλλαγή εναλλακτικού κείμενου",aw:"Αποθήκευση",ax:"Ακύρωση",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Επεξεργαστής Πλούσιου Κειμένου, 0%",bb:"Εναλλακτικό κείμενο",bc:"Αναίρεση",bd:"Επανάληψη",be:"Αφαίρεση συνδέσμου",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Διεύθυνση συνδέσμου",bj:"Παράγραφος",bk:"Κεφαλίδα 1",bl:"Κεφαλίδα 2",bm:"Κεφαλίδα 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['en-au']=Object.assign(d['en-au']||{},{a:"Edit block",b:"Cannot upload file:",c:"Italic",d:"Bold",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centred image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Save",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['eo']=Object.assign(d['eo']||{},{a:"Edit block",b:"Cannot upload file:",c:"kursiva",d:"grasa",e:"Insert image or file",f:"Block quote",g:"Skribu klarigon pri la bildo",h:"bilda fenestraĵo",i:"Elektu ĉapon",j:"Ĉapo",k:"Enmetu bildon",l:"Upload failed",m:"Bildo kun reala dimensio",n:"Flanka biildo",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Ligilo",s:"Numerita Listo",t:"Bula Listo",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Ŝanĝu la alternativan tekston de la bildo",aw:"Konservi",ax:"Nuligi",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Redaktilo de Riĉa Teksto, %0",bb:"Alternativa teksto",bc:"Malfari",bd:"Refari",be:"Malligi",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"URL de la ligilo",bj:"Paragrafo",bk:"Ĉapo 1",bl:"Ĉapo 2",bm:"Ĉapo 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['es']=Object.assign(d['es']||{},{a:"Edit block",b:"No se pudo cargar el archivo:",c:"Cursiva",d:"Negrita",e:"Insert image or file",f:"Entrecomillado",g:"Introducir título de la imagen",h:"Widget de imagen",i:"Elegir Encabezado",j:"Encabezado",k:"Insertar imagen",l:"Fallo en la subida",m:"Imagen a tamaño completo",n:"Imagen lateral",o:"Imagen alineada a la izquierda",p:"Imagen centrada",q:"Imagen alineada a la derecha",r:"Enlace",s:"Lista numerada",t:"Lista de puntos",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Cambiar el texto alternativo de la imagen",aw:"Guardar",ax:"Cancelar",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Editor de Texto Enriquecido, %0",bb:"Texto alternativo",bc:"Deshacer",bd:"Rehacer",be:"Quitar enlace",bf:"Editar enlace",bg:"Abrir enlace en una pestaña nueva",bh:"Este enlace no tiene URL",bi:"URL del enlace",bj:"Párrafo",bk:"Encabezado 1",bl:"Encabezado 2",bm:"Encabezado 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['et']=Object.assign(d['et']||{},{a:"Muuda plokki",b:"Faili ei suudeta üles laadida:",c:"Kaldkiri",d:"Rasvane",e:"Insert image or file",f:"Tsitaat",g:"Sisesta pildi pealkiri",h:"pildi vidin",i:"Vali pealkiri",j:"Pealkiri",k:"Siseta pilt",l:"Üleslaadimine ebaõnnestus",m:"Täissuuruses pilt",n:"Pilt küljel",o:"Vasakule joondatud pilt",p:"Keskele joondatud pilt",q:"Paremale joondatud pilt",r:"Link",s:"Nummerdatud loetelu",t:"Loetelu",u:"meedia vidin",v:"Sisesta tabel",w:"Päise veerg",x:"Insert column left",y:"Insert column right",z:"Kustuta veerg",aa:"Veerg",ab:"Päise rida",ac:"Sisesta rida allapoole",ad:"Sisesta rida ülespoole",ae:"Kustuta rida",af:"Rido",ag:"Liida ülemise lahtriga",ah:"Liida paremal oleva lahtriga",ai:"Liida alumise lahtriga",aj:"Liida vasakul oleva lahtriga",ak:"Jaga lahter vertikaalselt",al:"Jaga lahter horisontaalselt",am:"Liida lahtrid",an:"Sisesta meedia",ao:"URL-i lahter ei tohi olla tühi.",ap:"See meedia URL pole toetatud.",aq:"Käimas on üleslaadimine",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Muuda pildi tekstilist alternatiivi",aw:"Salvesta",ax:"Loobu",ay:"Meedia URL",az:"Paste the URL into the content to embed faster.",ba:"Tekstiredaktor, %0",bb:"Alternatiivne tekst",bc:"Samm tagasi",bd:"Samm edasi",be:"Eemalda link",bf:"Muuda linki",bg:"Ava link uuel vahekaardil",bh:"Sellel lingil puudub URL",bi:"Lingi URL",bj:"Lõik",bk:"Pealkiri 1",bl:"Pealkiri 2",bm:"Pealkiri 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['eu']=Object.assign(d['eu']||{},{a:"Edit block",b:"Ezin da fitxategia kargatu:",c:"Etzana",d:"Lodia",e:"Insert image or file",f:"Aipua",g:"Sartu irudiaren epigrafea",h:"irudi widgeta",i:"Aukeratu izenburua",j:"Izenburua",k:"Txertatu irudia",l:"Kargatzeak huts egin du",m:"Tamaina osoko irudia",n:"Alboko irudia",o:"Ezkerrean lerrokatutako irudia",p:"Zentratutako irudia",q:"Eskuinean lerrokatutako irudia",r:"Esteka",s:"Zenbakidun zerrenda",t:"Buletdun zerrenda",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Aldatu irudiaren ordezko testua",aw:"Gorde",ax:"Utzi",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Testu aberastuaren editorea, %0",bb:"Ordezko testua",bc:"Desegin",bd:"Berregin",be:"Desestekatu",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Estekaren URLa",bj:"Paragrafoa",bk:"Izenburua 1",bl:"Izenburua 2",bm:"Izenburua 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/fa.js


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

@@ -0,0 +1 @@
+(function(d){d['fi']=Object.assign(d['fi']||{},{a:"Edit block",b:"Tiedostoa ei voitu ladata:",c:"Kursivointi",d:"Lihavointi",e:"Insert image or file",f:"Lainaus",g:"Syötä kuvateksti",h:"Kuvavimpain",i:"Valitse otsikko",j:"Otsikkotyyli",k:"Lisää kuva",l:"Lataus epäonnistui",m:"Täysikokoinen kuva",n:"Pieni kuva",o:"Vasemmalle tasattu kuva",p:"Keskitetty kuva",q:"Oikealle tasattu kuva",r:"Linkki",s:"Numeroitu lista",t:"Lista",u:"media widget",v:"Lisää taulukko",w:"Otsikkosarake",x:"Insert column left",y:"Insert column right",z:"Poista sarake",aa:"Sarake",ab:"Otsikkorivi",ac:"Lisää rivi alle",ad:"Lisää rivi ylle",ae:"Poista rivi",af:"Rivi",ag:"Yhdistä solu ylös",ah:"Yhdistä solu oikealle",ai:"Yhdistä solu alas",aj:"Yhdistä solu vasemmalle",ak:"Jaa solu pystysuunnassa",al:"Jaa solu vaakasuunnassa",am:"Yhdistä tai jaa soluja",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Vaihda kuvan vaihtoehtoinen teksti",aw:"Tallenna",ax:"Peruuta",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rikas tekstieditori, %0",bb:"Vaihtoehtoinen teksti",bc:"Peru",bd:"Tee uudelleen",be:"Poista linkki",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Linkin osoite",bj:"Kappale",bk:"Otsikko 1",bl:"Otsikko 2",bm:"Otsikko 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['fr']=Object.assign(d['fr']||{},{a:"Modifier le bloc",b:"Envoi du fichier échoué :",c:"Italique",d:"Gras",e:"Insert image or file",f:"Citation",g:"Saisir la légende de l’image",h:"Objet image",i:"Choisir le titre",j:"Titre",k:"Insérer une image",l:"Échec de l'envoi",m:"Image taille réelle",n:"Image latérale",o:"Image alignée à gauche",p:"Image centrée",q:"Image alignée à droite",r:"Lien",s:"Liste numérotée",t:"Liste à puces",u:"widget média",v:"Insérer un tableau",w:"Colonne d'entête",x:"Insérer une colonne à gauche",y:"Insérer une colonne à droite",z:"Supprimer la colonne",aa:"Colonne",ab:"Ligne d'entête",ac:"Insérer une ligne en-dessous",ad:"Insérer une ligne au-dessus",ae:"Supprimer la rangée",af:"Ligne",ag:"Fusionner la cellule au-dessus",ah:"Fusionner la cellule à droite",ai:"Fusionner la cellule en-dessous",aj:"Fusionner la cellule à gauche",ak:"Scinder la cellule verticalement",al:"Scinder la cellule horizontalement",am:"Fusionner les cellules",an:"Insérez le média",ao:"L'URL ne peut être vide.",ap:"Cette URL média n'est pas supportée.",aq:"Téléchargement en cours",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Changer le texte alternatif à l’image",aw:"Enregistrer",ax:"Annuler",ay:"URL média",az:"Coller l'URL dans le contenu pour l'insérer plus rapidement",ba:"Éditeur de texte enrichi, %0",bb:"Texte alternatif",bc:"Annuler",bd:"Restaurer",be:"Supprimer le lien",bf:"Modifier le lien",bg:"Ouvrir le lien dans un nouvel onglet",bh:"Ce lien n'a pas d'URL",bi:"URL du lien",bj:"Paragraphe",bk:"Titre 1",bl:"Titre 2",bm:"Titre 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['gl']=Object.assign(d['gl']||{},{a:"Editar bloque",b:"Non é posíbel cargar o ficheiro:",c:"Itálica",d:"Negra",e:"Inserir imaxe ou ficheiro",f:"Cita de bloque",g:"Introduza o título da imaxe",h:"Trebello de imaxe",i:"Escolla o título",j:"Título",k:"Inserir imaxe",l:"Fallou o envío",m:"Imaxe a tamaño completo",n:"Lado da imaxe",o:"Imaxe aliñada á esquerda",p:"Imaxe centrada horizontalmente",q:"Imaxe aliñada á dereita",r:"Ligar",s:"Lista numerada",t:"Lista viñeteada",u:"trebello multimedia",v:"Inserir táboa",w:"Cabeceira de columna",x:"Inserir columna á esquerda",y:"Inserir columna á dereita",z:"Eliminar columna",aa:"Columna",ab:"Cabeceira de fila",ac:"Inserir fila embaixo",ad:"Inserir fila enriba",ae:"Eliminar fila",af:"Fila",ag:"Combinar cela cara arriba",ah:"Combinar cela cara a dereita",ai:"Combinar cela cara  abaixo",aj:"Combinar cela cara a esquerda",ak:"Dividir cela en vertical",al:"Dividir cela en horizontal",am:"Combinar celas",an:"Inserir elemento multimedia",ao:"O URL non debe estar baleiro.",ap:"Este URL multimedia non é compatible.",aq:"Envío en proceso",ar:"Non foi posíbel obter o URL da imaxe redimensionada.",as:"Non foi posíbel seleccionar a imaxe redimensionada",at:"Non foi posíbel inserir a imaxe na posición actual.",au:"Fallou a inserción da imaxe",av:"Cambiar o texto alternativo da imaxe",aw:"Gardar",ax:"Cancelar",ay:"URL multimedia",az:"Pegue o URL no contido para incorporalo máis rápido.",ba:"Editor de texto mellorado, %0",bb:"Texto alternativo",bc:"Desfacer",bd:"Refacer",be:"Desligar",bf:"Editar a ligazón",bg:"Abrir a ligazón nunha nova lapela",bh:"Esta ligazón non ten URL",bi:"URL de ligazón",bj:"Parágrafo",bk:"Título 1",bl:"Título 2",bm:"Título 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['gu']=Object.assign(d['gu']||{},{a:"Edit block",b:"ફાઇલ અપલોડ ન થઇ શકી",c:"ત્રાંસુ - ઇટલિક્",d:"ઘાટુ - બોલ્ડ્",e:"Insert image or file",f:" વિચાર ટાંકો",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Save",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/he.js

@@ -0,0 +1 @@
+(function(d){d['he']=Object.assign(d['he']||{},{a:"Edit block",b:"לא יכול להעלות קובץ",c:"Italic",d:"Bold",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"רשימה ממוספרת",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"שמירה",ax:"ביטול",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"עורך טקסט עשיר",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"פיסקה",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['hr']=Object.assign(d['hr']||{},{a:"Edit block",b:"Datoteku nije moguće poslati:",c:"Ukošeno",d:"Podebljano",e:"Umetni sliku ili datoteku",f:"Blok citat",g:"Unesite naslov slike",h:"Slika widget",i:"Odaberite naslov",j:"Naslov",k:"Umetni sliku",l:"Slanje nije uspjelo",m:"Slika pune veličine",n:"Slika sa strane",o:"Lijevo poravnata slika",p:"Centrirana slika",q:"Slika poravnata desno",r:"Veza",s:"Brojčana lista",t:"Obična lista",u:"dodatak za medije",v:"Ubaci tablicu",w:"Kolona zaglavlja",x:"Insert column left",y:"Insert column right",z:"Obriši kolonu",aa:"Kolona",ab:"Red zaglavlja",ac:"Ubaci red ispod",ad:"Ubaci red iznad",ae:"Obriši red",af:"Red",ag:"Spoji ćelije prema gore",ah:"Spoji ćelije prema desno",ai:"Spoji ćelije prema dolje",aj:"Spoji ćelije prema lijevo",ak:"Razdvoji ćeliju okomito",al:"Razdvoji ćeliju vodoravno",am:"Spoji ćelije",an:"Ubaci medij",ao:"URL ne smije biti prazan.",ap:"URL nije podržan.",aq:"Slanje u tijeku",ar:"Nije moguće dohvatiti URL slike s promijenjenom veličinom",as:"Odabir slike s promijenjenom veličinom nije uspjelo",at:"Nije moguće umetnuti sliku na trenutnu poziciju",au:"Umetanje slike nije uspjelo",av:"Promijeni alternativni tekst slike",aw:"Snimi",ax:"Poništi",ay:"URL medija",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Alternativni tekst",bc:"Poništi",bd:"Ponovi",be:"Ukloni vezu",bf:"Uredi vezu",bg:"Otvori vezu u novoj kartici",bh:"Ova veza nema URL",bi:"URL veze",bj:"Paragraf",bk:"Naslov 1",bl:"Naslov 2",bm:"Naslov 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['hu']=Object.assign(d['hu']||{},{a:"Blokk szerkesztése",b:"Nem sikerült a fájl feltöltése:",c:"Dőlt",d:"Félkövér",e:"Kép, vagy fájl beszúrása",f:"Idézet",g:"Képaláírás megadása",h:"képmodul",i:"Stílus megadása",j:"Stílusok",k:"Kép beszúrása",l:"A feltöltés nem sikerült",m:"Teljes méretű kép",n:"Oldalsó kép",o:"Balra igazított kép",p:"Középre igazított kép",q:"Jobbra igazított kép",r:"Link",s:"Számozott lista",t:"Pontozott lista",u:"Média widget",v:"Táblázat beszúrása",w:"Oszlop fejléc",x:"Oszlop beszúrása balra",y:"Oszlop beszúrása jobbra",z:"Oszlop törlése",aa:"Oszlop",ab:"Sor fejléc",ac:"Sor beszúrása alá",ad:"Sor beszúrása fölé",ae:"Sor törlése",af:"Sor",ag:"Cellák egyesítése felfelé",ah:"Cellák egyesítése jobbra",ai:"Cellák egyesítése lefelé",aj:"Cellák egyesítése balra",ak:"Cella felosztása függőlegesen",al:"Cella felosztása vízszintesen",am:"Cellaegyesítés",an:"Média beszúrása",ao:"Az URL nem lehet üres.",ap:"Ez a média URL típus nem támogatott.",aq:"A feltöltés folyamatban",ar:"Az átméretezett kép URL-je nem érhető el.",as:"Az átméretezett kép kiválasztása sikertelen",at:"A jelenlegi helyen nem szúrható be a kép.",au:"A kép beszúrása sikertelen",av:"Helyettesítő szöveg módosítása",aw:"Mentés",ax:"Mégsem",ay:"Média URL",az:"A gyorsabb beágyazás érdekében illessze be az URL-t.",ba:"Bővített szövegszerkesztő, %0",bb:"Helyettesítő szöveg",bc:"Visszavonás",bd:"Újra",be:"Link eltávolítása",bf:"Link szerkesztése",bg:"Link megnyitása új ablakban",bh:"A link nem tartalmaz URL-t",bi:"URL link",bj:"Bekezdés",bk:"Címsor 1",bl:"Címsor 2",bm:"Címsor 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['it']=Object.assign(d['it']||{},{a:"Modifica blocco",b:"Impossibile caricare il file:",c:"Corsivo",d:"Grassetto",e:"Inserisci immagine o file",f:"Blocco citazione",g:"inserire didascalia dell'immagine",h:"Widget immagine",i:"Seleziona intestazione",j:"Intestazione",k:"Inserisci immagine",l:"Caricamento fallito",m:"Immagine a dimensione intera",n:"Immagine laterale",o:"Immagine allineata a sinistra",p:"Immagine centrata",q:"Immagine allineata a destra",r:"Collegamento",s:"Elenco numerato",t:"Elenco puntato",u:"widget media",v:"Inserisci tabella",w:"Intestazione colonna",x:"Insert column left",y:"Insert column right",z:"Elimina colonna",aa:"Colonna",ab:"Riga d'intestazione",ac:"Inserisci riga sotto",ad:"Inserisci riga sopra",ae:"Elimina riga",af:"Riga",ag:"Unisci cella sopra",ah:"Unisci cella a destra",ai:"Unisci cella sotto",aj:"Unisci cella a sinistra",ak:"Dividi cella verticalmente",al:"Dividi cella orizzontalmente",am:"Unisci celle",an:"Inserisci media",ao:"L'URL non può essere vuoto.",ap:"Questo URL di file multimediali non è supportato.",aq:"Caricamento in corso",ar:"Non è stato possibile ottenere l'URL dell'immagine ridimensionata.",as:"La selezione dell'immagine ridimensionata è fallita",at:"Non è stato possibile inserire l'immagine nella posizione corrente.",au:"L'inserimento dell'immagine è fallito",av:"Cambia testo alternativo dell'immagine",aw:"Salva",ax:"Annulla",ay:"URL media",az:"Paste the URL into the content to embed faster.",ba:"Editor di testo formattato, %0",bb:"Testo alternativo",bc:"Annulla",bd:"Ripristina",be:"Elimina collegamento",bf:"Modifica collegamento",bg:"Apri collegamento in nuova scheda",bh:"Questo collegamento non ha un URL",bi:"URL del collegamento",bj:"Paragrafo",bk:"Intestazione 1",bl:"Intestazione 2",bm:"Intestazione 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['ja']=Object.assign(d['ja']||{},{a:"Edit block",b:"ファイルをアップロードできません:",c:"イタリック",d:"ボールド",e:"Insert image or file",f:"ブロッククオート(引用)",g:"画像の注釈を入力",h:"画像ウィジェット",i:"見出しを選択",j:"見出し",k:"画像挿入",l:"アップロード失敗",m:"フルサイズ画像",n:"サイドイメージ",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"リンク",s:"番号付きリスト",t:"箇条書きリスト",u:"media widget",v:"表の挿入",w:"見出し列",x:"Insert column left",y:"Insert column right",z:"列を削除",aa:"列",ab:"見出し行",ac:"下に行を挿入",ad:"上に行を挿入",ae:"行を削除",af:"行",ag:"上のセルと結合",ah:"右のセルと結合",ai:"下のセルと結合",aj:"左のセルと結合",ak:"横にセルを分離",al:"縦にセルを分離",am:"セルを結合",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"アップロード中",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"画像の代替テキストを変更",aw:"保存",ax:"キャンセル",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"リッチテキストエディター, %0",bb:"代替テキスト",bc:"元に戻す",bd:"やり直し",be:"リンク解除",bf:"リンクを編集",bg:"新しいタブでリンクを開く",bh:"リンクにURLが設定されていません",bi:"リンクURL",bj:"パラグラフ",bk:"見出し1",bl:"見出し2",bm:"見出し3 "})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/km.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/kn.js


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

@@ -0,0 +1 @@
+(function(d){d['ko']=Object.assign(d['ko']||{},{a:"Edit block",b:"Cannot upload file:",c:"기울임꼴",d:"굵게",e:"Insert image or file",f:"인용 단락",g:"이미지 설명을 입력하세요",h:"이미지 위젯",i:"제목 선택",j:"제목",k:"Insert image",l:"Upload failed",m:"문서 너비",n:"내부 우측 정렬",o:"왼쪽 정렬",p:"가운데 정렬",q:"오른쪽 정렬",r:"링크",s:"번호매기기",t:"글머리기호",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"대체 텍스트 변경",aw:"저장",ax:"취소",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"대체 텍스트",bc:"실행 취소",bd:"다시 실행",be:"링크 삭제",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"링크 주소",bj:"문단",bk:"제목1",bl:"제목2",bm:"제목3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/ku.js


+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/lv.js

@@ -0,0 +1 @@
+(function(d){d['lv']=Object.assign(d['lv']||{},{a:"Edit block",b:"Cannot upload file:",c:"Italic",d:"Bold",e:"Ievietot attēlu vai failu",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Nevarēja iegūt mērogotā attēla adresi.",as:"Nevarēja izvēlēties mērogoto attēlu.",at:"Pašreizējā pozīcijā attēlu nevarēja ievietot.",au:"Nevarēja ievietot attēlu",av:"Change image text alternative",aw:"Save",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['nb']=Object.assign(d['nb']||{},{a:"Edit block",b:"Kan ikke laste opp fil:",c:"Kursiv",d:"Fet",e:"Insert image or file",f:"Blokksitat",g:"Skriv inn bildetekst",h:"Bilde-widget",i:"Velg overskrift",j:"Overskrift",k:"Sett inn bilde",l:"Opplasting feilet",m:"Bilde i full størrelse",n:"Sidebilde",o:"Venstrejustert bilde",p:"Midtstilt bilde",q:"Høyrejustert bilde",r:"Lenke",s:"Nummerert liste",t:"Punktmerket liste",u:"media widget",v:"Sett inn tabell",w:"Overskriftkolonne",x:"Insert column left",y:"Insert column right",z:"Slett kolonne",aa:"Kolonne",ab:"Overskriftrad",ac:"Sett inn rad under",ad:"Sett inn rad over",ae:"Slett rad",af:"Rad",ag:"Slå sammen celle opp",ah:"Slå sammen celle til høyre",ai:"Slå sammen celle ned",aj:"Slå sammen celle til venstre",ak:"Del celle vertikalt",al:"Del celle horisontalt",am:"Slå sammen celler",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Opplasting pågår",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Endre tekstalternativ for bilde",aw:"Lagre",ax:"Avbryt",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rikteksteditor, %0",bb:"Tekstalternativ for bilde",bc:"Angre",bd:"Gjør om",be:"Fjern lenke",bf:"Rediger lenke",bg:"Åpne lenke i ny fane",bh:"Denne lenken har ingen URL",bi:"URL for lenke",bj:"Avsnitt",bk:"Overskrift 1",bl:"Overskrift 2",bm:"Overskrift 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/ne.js


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

@@ -0,0 +1 @@
+(function(d){d['nl']=Object.assign(d['nl']||{},{a:"Edit block",b:"Kan bestand niet opladen:",c:"Cursief",d:"Vet",e:"Insert image or file",f:"Blok citaat",g:"Typ een afbeeldingsbijschrift",h:"Afbeeldingswidget",i:"Kies kop",j:"Koppen",k:"Afbeelding toevoegen",l:"Opladen afbeelding mislukt",m:"Afbeelding op volledige grootte",n:"Afbeelding naast tekst",o:"Links uitgelijnde afbeelding",p:"Gecentreerde afbeelding",q:"Rechts uitgelijnde afbeelding",r:"Link",s:"Genummerde lijst",t:"Ongenummerde lijst",u:"media widget",v:"Tabel invoegen",w:"Titel kolom",x:"Insert column left",y:"Insert column right",z:"Verwijder kolom",aa:"Kolom",ab:"Titel rij",ac:"Rij hieronder invoegen",ad:"Rij hierboven invoegen",ae:"Verwijder rij",af:"Rij",ag:"Cel hierboven samenvoegen",ah:"Cel hierna samenvoegen",ai:"Cel hieronder samenvoegen",aj:"Cel hiervoor samenvoegen",ak:"Splits cel verticaal",al:"Splits cel horizontaal",am:"Cellen samenvoegen",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Bezig met uploaden",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Verander alt-tekst van de afbeelding",aw:"Opslaan",ax:"Annuleren",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Tekstbewerker, 0%",bb:"Alt-tekst",bc:"Ongedaan maken",bd:"Opnieuw",be:"Verwijder link",bf:"Bewerk link",bg:"Open link in nieuw tabblad",bh:"Deze link heeft geen URL",bi:"Link URL",bj:"Paragraaf",bk:"Kop 1",bl:"Kop 2",bm:"Kop 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/no.js

@@ -0,0 +1 @@
+(function(d){d['no']=Object.assign(d['no']||{},{a:"Rediger blokk",b:"Kan ikke laste opp fil:",c:"Kursiv",d:"Fet",e:"Sett inn bilde eller fil",f:"Blokksitat",g:"Skriv inn bildetekst",h:"Bilde-widget",i:"Velg overskrift",j:"Overskrift",k:"Sett inn bilde",l:"Kunne ikke laste opp",m:"Bilde i full størrelse",n:"Sidestilt bilde",o:"Venstrejustert bilde",p:"Midtstilt bilde",q:"Høyrejustert bilde",r:"Lenke",s:"Nummerert liste",t:"Punktliste",u:"media-widget",v:"Sett inn tabell",w:"Overskriftkolonne",x:"Sett inn kolonne til venstre",y:"Sett inn kolonne til høyre",z:"Slett kolonne",aa:"Kolonne",ab:"Overskriftrad",ac:"Sett inn rad under",ad:"Sett inn rad over",ae:"Slett rad",af:"Rad",ag:"Slå sammen celle over",ah:"Slå sammen celle til høyre",ai:"Slå sammen celle under",aj:"Slå sammen celle til venstre",ak:"Del opp celle vertikalt",al:"Del opp celle horisontalt",am:"Slå sammen celler",an:"Sett inn media",ao:"URL-en kan ikke være tom.",ap:"Denne media-URL-en er ikke støttet.",aq:"Laster opp fil",ar:"Kunne ikke finne URL for bilde med endret størrelse.",as:"Kunne ikke velge bilde med endret størrelse",at:"Kunne ikke sette inn bilde på gjeldende posisjon.",au:"Innsetting av bilde mislyktes",av:"Endre tekstalternativ til bildet",aw:"Lagre",ax:"Avbryt",ay:"Media-URL",az:"Lim inn URL-en direkte i innholdet for å legge inn media raskere.",ba:"Tekstredigeringsverktøy for rik tekst, %0",bb:"Tekstalternativ",bc:"Angre",bd:"Gjør om",be:"Fjern lenke",bf:"Rediger lenke",bg:"Åpne lenke i ny fane",bh:"Denne lenken mangler en URL",bi:"Lenke-URL",bj:"Avsnitt",bk:"Overskrift 1",bl:"Overskrift 2",bm:"Overskrift 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['oc']=Object.assign(d['oc']||{},{a:"Edit block",b:"Cannot upload file:",c:"Italica",d:"Gras",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Enregistrar",ax:"Anullar",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Redo",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['pl']=Object.assign(d['pl']||{},{a:"Edytuj block",b:"Nie można przesłać pliku:",c:"Kursywa",d:"Pogrubienie",e:"Wstaw obraz lub plik",f:"Cytat blokowy",g:"Wstaw tytuł obrazka",h:"Obraz",i:"Wybierz nagłówek",j:"Nagłówek",k:"Wstaw obraz",l:"Przesyłanie obrazu nie powiodło się",m:"Obraz w pełnym rozmiarze",n:"Obraz dosunięty do brzegu, oblewany tekstem",o:"Obraz wyrównany do lewej",p:"Obraz wyrównany do środka",q:"Obraz wyrównany do prawej",r:"Wstaw odnośnik",s:"Lista numerowana",t:"Lista wypunktowana",u:"widget osadzenie mediów",v:"Wstaw tabelę",w:"Kolumna nagłówka",x:"Wstaw kolumnę z lewej",y:"Wstaw kolumnę z prawej",z:"Usuń kolumnę",aa:"Kolumna",ab:"Wiersz nagłówka",ac:"Wstaw wiersz poniżej",ad:"Wstaw wiersz ponad",ae:"Usuń wiersz",af:"Wiersz",ag:"Scal komórkę w górę",ah:"Scal komórkę w prawo",ai:"Scal komórkę w dół",aj:"Scal komórkę w lewo",ak:"Podziel komórkę pionowo",al:"Podziel komórkę poziomo",am:"Scal komórki",an:"Wstaw media",ao:"Adres URL nie może być pusty.",ap:"Ten rodzaj adresu URL nie jest obsługiwany.",aq:"Trwa przesyłanie",ar:"Nie można pobrać adresu URL obrazu po przeskalowaniu.",as:"Nie powiodło się wybranie obrazu po przeskalowaniu",at:"Nie można wstawić obrazu w bieżącej lokalizacji.",au:"Nie powiodło się wstawienie obrazu.",av:"Zmień tekst zastępczy obrazka",aw:"Zapisz",ax:"Anuluj",ay:"Adres URL",az:"Wklej URL wprost do treści edytora by wstawić go szybciej.",ba:"Edytor tekstu RTF, %0",bb:"Tekst zastępczy obrazka",bc:"Cofnij",bd:"Ponów",be:"Usuń odnośnik",bf:"Edytuj łącze",bg:"Otwórz łącze w nowym oknie",bh:"Nie podano adresu URL łącza",bi:"Adres URL",bj:"Akapit",bk:"Nagłówek 1",bl:"Nagłówek 2",bm:"Nagłówek 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['pt-br']=Object.assign(d['pt-br']||{},{a:"Editor de bloco",b:"Não foi possível enviar o arquivo:",c:"Itálico",d:"Negrito",e:"Insert image or file",f:"Bloco de citação",g:"Inserir legenda da imagem",h:"Ferramenta de imagem",i:"Escolha o título",j:"Titulo",k:"Inserir imagem",l:"Falha ao subir arquivo",m:"Imagem completa",n:"Imagem lateral",o:"Imagem alinhada à esquerda",p:"Imagem centralizada",q:"Imagem alinhada à direita",r:"Link",s:"Lista numerada",t:"Lista com marcadores",u:"Ferramenta de mídia",v:"Inserir tabela",w:"Coluna de cabeçalho",x:"Insert column left",y:"Insert column right",z:"Excluir coluna",aa:"Coluna",ab:"Linha de cabeçalho",ac:"Inserir linha abaixo",ad:"Inserir linha acima",ae:"Excluir linha",af:"Linha",ag:"Mesclar acima",ah:"Mesclar à direita",ai:"Mesclar abaixo",aj:"Mesclar à esquerda",ak:"Dividir verticalmente",al:"Dividir horizontalmente",am:"Mesclar células",an:"Inserir mídia",ao:"A URL não pode ficar em branco.",ap:"A URL desta mídia não é suportada.",aq:"Enviando dados",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Alterar texto alternativo da imagem",aw:"Salvar",ax:"Cancelar",ay:"URL da mídia",az:"Paste the URL into the content to embed faster.",ba:"Editor de Formatação, %0",bb:"Texto alternativo",bc:"Desfazer",bd:"Refazer",be:"Remover link",bf:"Editar link",bg:"Abrir link em nova aba",bh:"Este link não possui uma URL",bi:"URL",bj:"Parágrafo",bk:"Título 1",bl:"Título 2",bm:"Título 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['pt']=Object.assign(d['pt']||{},{a:"Edit block",b:"Não foi possível carregar o ficheiro:",c:"Itálico",d:"Negrito",e:"Insert image or file",f:"Block quote",g:"Indicar legenda da imagem",h:"módulo de imagem",i:"Choose heading",j:"Cabeçalho",k:"Inserir imagem",l:"Falha ao carregar",m:"Imagem em tamanho completo",n:"Imagem lateral",o:"Left aligned image",p:"Imagem centrada",q:"Right aligned image",r:"Hiperligação",s:"Lista ordenada",t:"Lista não ordenada",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Guardar",ax:"Cancelar",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Editor de texto avançado, %0",bb:"Texto alternativo",bc:"Desfazer",bd:"Refazer",be:"Desligar",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"URL da ligação",bj:"Parágrafo",bk:"Cabeçalho 1",bl:"Cabeçalho 2",bm:"Cabeçalho 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['ro']=Object.assign(d['ro']||{},{a:"Edit block",b:"Nu pot încărca fișierul:",c:"Oblic",d:"Îngroșat",e:"Insert image or file",f:"Bloc citat",g:"Introdu titlul descriptiv al imaginii",h:"widget imagine",i:"Alege titlu rubrică",j:"Titlu rubrică",k:"Inserează imagine",l:"Încărcare eșuată",m:"Imagine mărime completă",n:"Imagine laterală",o:"Imagine aliniată stângă",p:"Imagine aliniată pe centru",q:"Imagine aliniată dreapta",r:"Link",s:"Listă numerotată",t:"Listă cu puncte",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Schimbă textul alternativ al imaginii",aw:"Salvare",ax:"Anulare",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Editor de text îmbunătățit, %0",bb:"Text alternativ",bc:"Anulează",bd:"Revenire",be:"Șterge link",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraf",bk:"Titlu rubrică 1",bl:"Titlu rubrică 2",bm:"Titlu rubrică 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/ru.js


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

@@ -0,0 +1 @@
+(function(d){d['si']=Object.assign(d['si']||{},{a:"Edit block",b:"ගොනුව යාවත්කාලීන කළ නොහැක:",c:"ඇලකුරු",d:"තදකුරු",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"පින්තූරය ඇතුල් කරන්න",l:"උඩුගත කිරීම අසාර්ථක විය",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"අංකිත ලැයිස්තුව",t:"බුලටිත ලැයිස්තුව",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Save",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"අහෝසි කරන්න",bd:"නැවත කරන්න",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['sk']=Object.assign(d['sk']||{},{a:"Edit block",b:"Nie je možné nahrať súbor:",c:"Kurzíva",d:"Tučné",e:"Insert image or file",f:"Citát",g:"Vložte popis obrázka",h:"widget obrázka",i:"Vyberte nadpis",j:"Nadpis",k:"Vložiť obrázok",l:"Nahrávanie zlyhalo",m:"Obrázok v plnej veľkosti",n:"Bočný obrázok",o:"Zarovnať vľavo",p:"Zarovnať na stred",q:"Zarovnať vpravo",r:"Odkaz",s:"Číslovaný zoznam",t:"Zoznam s odrážkami",u:"media widget",v:"Vložiť tabuľku",w:"Stĺpec hlavičky",x:"Insert column left",y:"Insert column right",z:"Odstrániť stĺpec",aa:"Stĺpec",ab:"Riadok hlavičky",ac:"Vložiť riadok pod",ad:"Vložiť riadok nad",ae:"Odstrániť riadok",af:"Riadok",ag:"Zlúčiť bunku hore",ah:"Zlúčiť bunku vpravo",ai:"Zlúčiť bunku dole",aj:"Zlúčiť bunku vľavo",ak:"Rozdeliť bunku zvislo",al:"Rozdeliť bunku vodorovne",am:"Zlúčiť bunky",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Prebieha nahrávanie",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Zmeňte alternatívny text obrázka",aw:"Uložiť",ax:"Zrušiť",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Editor s formátovaním, %0",bb:"Alternatívny text",bc:"Späť",bd:"Znova",be:"Zrušiť odkaz",bf:"Upraviť odkaz",bg:"Otvoriť odkaz v novom okne",bh:"Tento odkaz nemá nastavenú URL adresu",bi:"URL adresa",bj:"Paragraf",bk:"Nadpis 1",bl:"Nadpis 2",bm:"Nadpis 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['sq']=Object.assign(d['sq']||{},{a:"Edit block",b:"Nuk mund të ngarkojë skedën:",c:"Pjerrtë",d:"Trash",e:"Insert image or file",f:"Thonjëzat",g:"Shto përshkrimin e fotos",h:"Vegla e fotos",i:"Përzgjidh nëntitullin",j:"Nëntitulli",k:"Shto Foto",l:"Ngarkimi dështoi",m:"Foto me madhësi të plotë",n:"Foto anësore",o:"Foto e vendosur majtas",p:"Foto e vendosur në mes",q:"Foto e vendosur djathtas",r:"Shto nyjën",s:"Listë me Numra",t:"Listë me Pika",u:"Vegla e medies",v:"Shto tabelë",w:"Kolona e kokës",x:"Insert column left",y:"Insert column right",z:"Gris kolonën",aa:"Kolona",ab:"Rreshti i kokës",ac:"Shto rresht poshtë",ad:"Shto rresht sipër",ae:"Grish rreshtin",af:"Rreshti",ag:"Bashko kutizat sipër",ah:"Bashko kutizat djathtas",ai:"Bashko kutizat poshtë",aj:"Bashko kutizat majtas",ak:"Ndajë kutizat vertikalisht",al:"Ndaj kutizat horizontalisht",am:"Bashko kutizat",an:"Shto Medie",ao:"URL nuk duhet të jetë e zbrazët.",ap:"URL e medies nuk mbështetet.",aq:"Duke ngarkuar",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Ndrysho tekstin zgjedhor të fotos",aw:"Ruaj",ax:"Anulo",ay:"URL e Medies",az:"Paste the URL into the content to embed faster.",ba:"Redaktues i Tekstit të Pasur, %0",bb:"Teksti zgjedhor",bc:"Rikthe",bd:"Ribëj",be:"Largo nyjën",bf:"Redakto nyjën",bg:"Hap nyjën në faqe të re",bh:"Kjo nyje nuk ka URL",bi:"Nyja e URL-së",bj:"Paragrafi",bk:"Nëntitulli 1",bl:"Nëntitulli 2",bm:"Nëntitulli 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['sv']=Object.assign(d['sv']||{},{a:"Edit block",b:"Kan inte ladda upp fil:",c:"Kursiv",d:"Fet",e:"Insert image or file",f:"Blockcitat",g:"Fyll i bildtext",h:"image widget",i:"Välj rubrik",j:"Rubrik",k:"Infoga bild",l:"Uppladdning misslyckades",m:"Bild i full storlek",n:"Kantbild",o:"Vänsterjusterad bild",p:"Centrerad bild",q:"Högerjusterad bild",r:"Länk",s:"Numrerad lista",t:"Punktlista",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Ändra bildens alternativa text",aw:"Spara",ax:"Avbryt",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text-editor, %0",bb:"Alternativ text",bc:"Ångra",bd:"Gör om",be:"Ta bort länk",bf:"Redigera länk",bg:"Öppna länk i ny flik",bh:"Denna länk saknar URL",bi:"Länkens URL",bj:"Paragraf",bk:"Rubrik 1",bl:"Rubrik 2",bm:"Rubrik 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['tr']=Object.assign(d['tr']||{},{a:"Bloğu Düzenle",b:"Dosya yüklenemedi:",c:"İtalik",d:"Kalın",e:"Resim veya dosya ekleyin",f:"Alıntı",g:"Resim açıklaması gir",h:"Görsel Bileşeni",i:"Başlık tipi seç",j:"Başlık",k:"Görsel Ekle",l:"Yükleme başarsız",m:"Tam Boyut Görsel",n:"Yan Görsel",o:"Sola hizalı görsel",p:"Ortalanmış görsel",q:"Sağa hizalı görsel",r:"Bağlantı",s:"Numaralı Liste",t:"Simgeli Liste",u:"Medya Aracı",v:"Tablo Ekle",w:"Başlık kolonu",x:"Sola kolon ekle",y:"Sağa kolon ekle",z:"Kolonu sil",aa:"Kolon",ab:"Başlık satırı",ac:"Alta satır ekle",ad:"Üste satır ekle",ae:"Satırı sil",af:"Satır",ag:"Yukarı doğru birleştir",ah:"Sağa doğru birleştir",ai:"Aşağıya doğru birleştir",aj:"Sola doğru birleştir",ak:"Hücreyi dikey böl",al:"Hücreyi yatay böl",am:"Hücreleri birleştir",an:"Medya Ekle",ao:"URL boş olamaz.",ap:"Desteklenmeyen Medya URL'si.",aq:"Yükleme işlemi devam ediyor",ar:"Yeniden boyutlandırılan resmin URL'i alınamadı",as:"Yeniden boyutlandırılan resim seçilemedi",at:"Geçerli konuma resim eklenemedi.",au:"Resim ekleme gerçekleşirilemedi.",av:"Görsel alternatif yazısını değiştir",aw:"Kaydet",ax:"İptal",ay:"Medya URL'si",az:"Daha hızlı gömülü görünüm için URL'yi içeriğe yapıştırınız.",ba:"Zengin İçerik Editörü, %0",bb:"Yazı alternatifi",bc:"Geri al",bd:"Tekrar yap",be:"Bağlantıyı kaldır",bf:"Bağlantıyı değiştir",bg:"Yeni sekmede aç",bh:"Bağlantı adresi yok",bi:"Bağlantı Adresi",bj:"Paragraf",bk:"1. Seviye Başlık",bl:"2. Seviye Başlık",bm:"3. Seviye Başlık"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['tt']=Object.assign(d['tt']||{},{a:"Edit block",b:"Cannot upload file:",c:"Italic",d:"Калын",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Link",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Сакла",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Undo",bd:"Кабатла",be:"Unlink",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"Link URL",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['ug']=Object.assign(d['ug']||{},{a:"Edit block",b:"چىقىرىشقا بولمايدىغان ھۆججەت :",c:"يانتۇ",d:"توم",e:"Insert image or file",f:"قىسمەن قوللىنىش",g:"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ",h:"رەسىمچىك",i:"تېما تاللاش",j:"تېما",k:"رەسىم قىستۇرۇش",l:"چىقىرىش مەغلۇپ بولدى",m:"ئەسلى چوڭلۇقتىكى رەسىم",n:"يان رەسىم",o:"سولغا توغۇرلانغان رەسىم",p:"ئوتتۇردىكى رەسىم",q:"ئوڭغا توغۇرلانغان رەسىم",r:"ئۇلاش",s:"نومۇر جەدىۋېلى",t:"بەلگە جەدىۋېلى",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش",aw:"ساقلاش",ax:"قالدۇرۇش",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"تېكىست تەھرىرلىگۈچ، 0%",bb:"تېكىست ئاملاشتۇرۇش",bc:"قالدۇرۇش",bd:"قايتا قىلىش",be:"ئۈزۈش",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"ئۇلاش ئادىرسى",bj:"بۆلەك",bk:"تېما 1",bl:"تېما 2",bm:"تېما 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
packages/ckeditor5-build-balloon-block/build/translations/uk.js


+ 1 - 0
packages/ckeditor5-build-balloon-block/build/translations/vi.js

@@ -0,0 +1 @@
+(function(d){d['vi']=Object.assign(d['vi']||{},{a:"Edit block",b:"Cannot upload file:",c:"Italic",d:"Bold",e:"Insert image or file",f:"Block quote",g:"Enter image caption",h:"image widget",i:"Choose heading",j:"Heading",k:"Insert image",l:"Upload failed",m:"Full size image",n:"Side image",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"Chèn liên kết",s:"Numbered List",t:"Bulleted List",u:"media widget",v:"Tạo bảng",w:"Tiêu đề cột",x:"Thêm cột vào bên trái",y:"Thêm cột vào bên phải",z:"Xoá cột",aa:"Cột",ab:"Tiêu đề hàng",ac:"Thêm hàng ở dưới",ad:"Thêm hàng phía trên",ae:"Xoá hàng",af:"Hàng",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Đang tải lên",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"Change image text alternative",aw:"Save",ax:"Cancel",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"Rich Text Editor, %0",bb:"Text alternative",bc:"Hoàn tác",bd:"Tiếp tục",be:"Bỏ liên kết",bf:"Sửa liên kết",bg:"Mở liên kết",bh:"Liên kết không có đường dẫn",bi:"Đường dẫn liên kết",bj:"Paragraph",bk:"Heading 1",bl:"Heading 2",bm:"Heading 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['zh-cn']=Object.assign(d['zh-cn']||{},{a:"编辑框",b:"无法上传的文件:",c:"倾斜",d:"加粗",e:"Insert image or file",f:"块引用",g:"输入图片标题",h:"图像小部件",i:"标题类型",j:"标题",k:"插入图像",l:"上传失败",m:"图片通栏显示",n:"图片侧边显示",o:"图片左侧对齐",p:"图片居中",q:"图片右侧对齐",r:"超链接",s:"编号列表",t:"项目列表",u:"媒体小部件",v:"插入表格",w:"标题列",x:"Insert column left",y:"Insert column right",z:"删除本列",aa:"列",ab:"标题行",ac:"在下面插入一行",ad:"在上面插入一行",ae:"删除本行",af:"行",ag:"向上合并单元格",ah:"向右合并单元格",ai:"向下合并单元格",aj:"向左合并单元格",ak:"垂直拆分单元格",al:"水平分割单元格",am:"合并单元格",an:"插入媒体",ao:"URL不可以为空。",ap:"不支持此媒体URL。",aq:"正在上传",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"更改图片替换文本",aw:"保存",ax:"取消",ay:"媒体URL",az:"Paste the URL into the content to embed faster.",ba:"富文本编辑器, %0",bb:"替换文本",bc:"撤销",bd:"重做",be:"取消超链接",bf:"修改链接",bg:"在新标签页中打开链接",bh:"此链接没有设置网址",bi:"链接网址",bj:"段落",bk:"标题 1",bl:"标题 2",bm:"标题 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

@@ -0,0 +1 @@
+(function(d){d['zh']=Object.assign(d['zh']||{},{a:"Edit block",b:"無法上傳檔案:",c:"斜體",d:"粗體",e:"Insert image or file",f:"塊引用",g:"輸入圖片說明",h:"圖片小工具",i:"選取標題",j:"標題",k:"插入圖片",l:"上傳失敗",m:"完整大小圖片",n:"側邊圖片",o:"Left aligned image",p:"Centered image",q:"Right aligned image",r:"連結",s:"有編號的清單",t:"項目符號清單",u:"media widget",v:"Insert table",w:"Header column",x:"Insert column left",y:"Insert column right",z:"Delete column",aa:"Column",ab:"Header row",ac:"Insert row below",ad:"Insert row above",ae:"Delete row",af:"Row",ag:"Merge cell up",ah:"Merge cell right",ai:"Merge cell down",aj:"Merge cell left",ak:"Split cell vertically",al:"Split cell horizontally",am:"Merge cells",an:"Insert media",ao:"The URL must not be empty.",ap:"This media URL is not supported.",aq:"Upload in progress",ar:"Could not obtain resized image URL.",as:"Selecting resized image failed",at:"Could not insert image at the current position.",au:"Inserting image failed",av:"變更圖片的文字替代",aw:"儲存",ax:"取消",ay:"Media URL",az:"Paste the URL into the content to embed faster.",ba:"豐富文字編輯器,%0",bb:"文字替代",bc:"取消",bd:"重做",be:"取消連結",bf:"Edit link",bg:"Open link in new tab",bh:"This link has no URL",bi:"連結˙ URL",bj:"段落",bk:"標題 1",bl:"標題 2",bm:"標題 3"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

+ 41 - 0
packages/ckeditor5-build-balloon-block/sample/index.html

@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="utf-8">
+	<title>CKEditor 5 – balloon block editor build – development sample</title>
+	<style>
+		body {
+			max-width: 800px;
+			margin: 20px auto;
+		}
+	</style>
+</head>
+<body>
+
+<h1>CKEditor 5 – balloon block editor build – development sample</h1>
+
+<div id="editor">
+	<h2>Sample</h2>
+
+	<p>This is an instance of the <a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#balloon-editor">balloon block editor build</a>.</p>
+
+	<figure class="image">
+		<img src="../tests/manual/sample.jpg" alt="Autumn fields" />
+	</figure>
+
+	<p>You can use this sample to validate whether your <a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html">custom build</a> works fine.</p>
+</div>
+
+<script src="../build/ckeditor.js"></script>
+<script>
+	BalloonBlockEditor.create( document.querySelector( '#editor' ) )
+		.then( editor => {
+			window.editor = editor;
+		} )
+		.catch( err => {
+			console.error( err.stack );
+		} );
+</script>
+
+</body>
+</html>

+ 98 - 0
packages/ckeditor5-build-balloon-block/src/ckeditor.js

@@ -0,0 +1,98 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+// The editor creator to use.
+import BalloonEditorBase from '@ckeditor/ckeditor5-editor-balloon/src/ballooneditor';
+
+import Essentials from '@ckeditor/ckeditor5-essentials/src/essentials';
+import UploadAdapter from '@ckeditor/ckeditor5-adapter-ckfinder/src/uploadadapter';
+import Autoformat from '@ckeditor/ckeditor5-autoformat/src/autoformat';
+import BlockToolbar from '@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js';
+import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
+import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
+import BlockQuote from '@ckeditor/ckeditor5-block-quote/src/blockquote';
+import CKFinder from '@ckeditor/ckeditor5-ckfinder/src/ckfinder';
+import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage';
+import Heading from '@ckeditor/ckeditor5-heading/src/heading';
+import Image from '@ckeditor/ckeditor5-image/src/image';
+import ImageCaption from '@ckeditor/ckeditor5-image/src/imagecaption';
+import ImageStyle from '@ckeditor/ckeditor5-image/src/imagestyle';
+import ImageToolbar from '@ckeditor/ckeditor5-image/src/imagetoolbar';
+import ImageUpload from '@ckeditor/ckeditor5-image/src/imageupload';
+import Link from '@ckeditor/ckeditor5-link/src/link';
+import List from '@ckeditor/ckeditor5-list/src/list';
+import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
+import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
+import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice';
+import Table from '@ckeditor/ckeditor5-table/src/table';
+import TableToolbar from '@ckeditor/ckeditor5-table/src/tabletoolbar';
+
+export default class BalloonBlockEditor extends BalloonEditorBase {}
+
+// Plugins to include in the build.
+BalloonBlockEditor.builtinPlugins = [
+	Essentials,
+	UploadAdapter,
+	Autoformat,
+	BlockToolbar,
+	Bold,
+	Italic,
+	BlockQuote,
+	CKFinder,
+	EasyImage,
+	Heading,
+	Image,
+	ImageCaption,
+	ImageStyle,
+	ImageToolbar,
+	ImageUpload,
+	Link,
+	List,
+	MediaEmbed,
+	Paragraph,
+	PasteFromOffice,
+	Table,
+	TableToolbar
+];
+
+// Editor configuration.
+BalloonBlockEditor.defaultConfig = {
+	blockToolbar: [
+		'heading',
+		'|',
+		'bulletedList',
+		'numberedList',
+		'imageUpload',
+		'blockQuote',
+		'insertTable',
+		'mediaEmbed'
+	],
+	toolbar: {
+		items: [
+			'bold',
+			'italic',
+			'link',
+			'undo',
+			'redo'
+		]
+	},
+	image: {
+		toolbar: [
+			'imageStyle:full',
+			'imageStyle:side',
+			'|',
+			'imageTextAlternative'
+		]
+	},
+	table: {
+		contentToolbar: [
+			'tableColumn',
+			'tableRow',
+			'mergeTableCells'
+		]
+	},
+	// This value must be kept in sync with the language defined in webpack.config.js.
+	language: 'en'
+};

+ 166 - 0
packages/ckeditor5-build-balloon-block/tests/ckeditor.js

@@ -0,0 +1,166 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/* globals document */
+
+import BalloonBlockEditor from '../src/ckeditor';
+import BaseBalloonEditor from '@ckeditor/ckeditor5-editor-balloon/src/ballooneditor';
+
+describe( 'BalloonBlockEditor build', () => {
+	let editor, editorElement;
+
+	beforeEach( () => {
+		editorElement = document.createElement( 'div' );
+		editorElement.innerHTML = '<p><strong>foo</strong> bar</p>';
+
+		document.body.appendChild( editorElement );
+	} );
+
+	afterEach( () => {
+		editorElement.remove();
+	} );
+
+	describe( 'buid', () => {
+		it( 'contains plugins', () => {
+			expect( BalloonBlockEditor.builtinPlugins ).to.not.be.empty;
+		} );
+
+		it( 'contains config', () => {
+			expect( BalloonBlockEditor.defaultConfig.toolbar ).to.not.be.empty;
+		} );
+
+		it( 'contains block toolbar config', () => {
+			expect( BalloonBlockEditor.defaultConfig.blockToolbar ).to.not.be.empty;
+		} );
+	} );
+
+	describe( 'create()', () => {
+		beforeEach( () => {
+			return BalloonBlockEditor.create( editorElement )
+				.then( newEditor => {
+					editor = newEditor;
+				} );
+		} );
+
+		afterEach( () => {
+			return editor.destroy();
+		} );
+
+		it( 'creates an instance which inherits from the BalloonBlockEditor', () => {
+			expect( editor ).to.be.instanceof( BalloonBlockEditor );
+			expect( editor ).to.be.instanceof( BaseBalloonEditor );
+		} );
+
+		it( 'loads data from the editor element', () => {
+			expect( editor.getData() ).to.equal( '<p><strong>foo</strong> bar</p>' );
+		} );
+	} );
+
+	describe( 'destroy()', () => {
+		beforeEach( () => {
+			return BalloonBlockEditor.create( editorElement )
+				.then( newEditor => {
+					editor = newEditor;
+				} );
+		} );
+
+		it( 'sets the data back to the editor element', () => {
+			editor.setData( '<p>foo</p>' );
+
+			return editor.destroy()
+				.then( () => {
+					expect( editorElement.innerHTML ).to.equal( '<p>foo</p>' );
+				} );
+		} );
+	} );
+
+	describe( 'plugins', () => {
+		beforeEach( () => {
+			return BalloonBlockEditor.create( editorElement )
+				.then( newEditor => {
+					editor = newEditor;
+				} );
+		} );
+
+		afterEach( () => {
+			return editor.destroy();
+		} );
+
+		it( 'block toolbar works', () => {
+			expect( editor.plugins.get( 'BlockToolbar' ) ).to.be.an( 'object' );
+		} );
+
+		it( 'paragraph works', () => {
+			const data = '<p>Some text inside a paragraph.</p>';
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+
+		it( 'basic-styles work', () => {
+			const data = [
+				'<p>',
+				'<strong>Test:strong</strong>',
+				'<i>Test:i</i>',
+				'</p>'
+			].join( '' );
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+
+		it( 'block-quote works', () => {
+			const data = '<blockquote><p>Quote</p></blockquote>';
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+
+		it( 'heading works', () => {
+			const data = [
+				'<h2>Heading 1.</h2>',
+				'<h3>Heading 1.1</h3>',
+				'<h4>Heading 1.1.1</h4>',
+				'<h4>Heading 1.1.2</h4>',
+				'<h3>Heading 1.2</h3>',
+				'<h4>Heading 1.2.1</h4>',
+				'<h2>Heading 2</h2>'
+			].join( '' );
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+
+		it( 'image works', () => {
+			const data = '<figure class="image"><img src="./manual/sample.jpg"></figure>';
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+
+		it( 'list works', () => {
+			const data = [
+				'<ul>',
+				'<li>Item 1.</li>',
+				'<li>Item 2.</li>',
+				'</ul>',
+				'<ol>',
+				'<li>Item 1.</li>',
+				'<li>Item 2.</li>',
+				'</ol>'
+			].join( '' );
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+
+		it( 'link works', () => {
+			const data = '<p><a href="//ckeditor.com">CKEditor.com</a></p>';
+
+			editor.setData( data );
+			expect( editor.getData() ).to.equal( data );
+		} );
+	} );
+} );

+ 27 - 0
packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.html

@@ -0,0 +1,27 @@
+<div id="editor">
+	<h2>About CKEditor&nbsp;5</h2>
+
+	<p>This is <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
+
+	<figure class="image">
+		<img src="./sample.jpg" alt="Autumn fields" />
+	</figure>
+
+	<p>After more than 2 years of building the next generation editor from scratch and closing over 980 tickets, we created a highly <strong>extensible and flexible architecture</strong> which consists of an <strong>amazing editing framework</strong> and <strong>editing solutions</strong> that will be built on top of it.</p>
+
+	<p>We explained this design choice in <a href="https://medium.com/content-uneditable/ckeditor-5-the-future-of-rich-text-editing-2b9300f9df2c">&ldquo;CKEditor 5: The future of rich text editing&ldquo;</a>:</p>
+
+	<blockquote><p>(…) we are changing our approach with CKEditor 5. We will no longer have only two solutions available, instead CKEditor will be seen as a framework for editing solutions. At the same time, we will be developing several out-of-the-box solutions based on it, which will be available to use in many different contexts. It will be a real “one size fits all” approach, from little requirements, to super advanced full featured applications.</p></blockquote>
+
+	<h3>Notes</h3>
+
+	<p><a href="https://ckeditor.com">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo is not production-ready software. For example:</p>
+
+	<ul>
+		<li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>
+		<li>Firefox requires enabling the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">&ldquo;dom.select_events.enabled&rdquo;</a> option.</li>
+		<li><a href="https://github.com/ckeditor/ckeditor5/issues/342">Support for pasting</a> is under development (content filtering is unstable).</li>
+	</ul>
+
+	<p>It has <em>bugs</em> that we are aware of &mdash; and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
+</div>

+ 14 - 0
packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.js

@@ -0,0 +1,14 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+const BalloonBlockEditor = require( '../../build/ckeditor' );
+
+BalloonBlockEditor.create( document.querySelector( '#editor' ) )
+	.then( editor => {
+		window.editor = editor;
+	} )
+	.catch( err => {
+		console.error( err.stack );
+	} );

+ 9 - 0
packages/ckeditor5-build-balloon-block/tests/manual/ckeditor-cjs-version.md

@@ -0,0 +1,9 @@
+# CKEditor 5 balloon block editor build – standard version (CommonJS `require()`)
+
+Just play with it.
+
+**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
+
+```
+./node_modules/.bin/webpack -w
+```

+ 27 - 0
packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.html

@@ -0,0 +1,27 @@
+<div id="editor">
+	<h2>About CKEditor&nbsp;5</h2>
+
+	<p>This is <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
+
+	<figure class="image">
+		<img src="./sample.jpg" alt="Autumn fields" />
+	</figure>
+
+	<p>After more than 2 years of building the next generation editor from scratch and closing over 980 tickets, we created a highly <strong>extensible and flexible architecture</strong> which consists of an <strong>amazing editing framework</strong> and <strong>editing solutions</strong> that will be built on top of it.</p>
+
+	<p>We explained this design choice in <a href="https://medium.com/content-uneditable/ckeditor-5-the-future-of-rich-text-editing-2b9300f9df2c">&ldquo;CKEditor 5: The future of rich text editing&ldquo;</a>:</p>
+
+	<blockquote><p>(…) we are changing our approach with CKEditor 5. We will no longer have only two solutions available, instead CKEditor will be seen as a framework for editing solutions. At the same time, we will be developing several out-of-the-box solutions based on it, which will be available to use in many different contexts. It will be a real “one size fits all” approach, from little requirements, to super advanced full featured applications.</p></blockquote>
+
+	<h3>Notes</h3>
+
+	<p><a href="https://ckeditor.com">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo is not production-ready software. For example:</p>
+
+	<ul>
+		<li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>
+		<li>Firefox requires enabling the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">&ldquo;dom.select_events.enabled&rdquo;</a> option.</li>
+		<li><a href="https://github.com/ckeditor/ckeditor5/issues/342">Support for pasting</a> is under development (content filtering is unstable).</li>
+	</ul>
+
+	<p>It has <em>bugs</em> that we are aware of &mdash; and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
+</div>

+ 14 - 0
packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.js

@@ -0,0 +1,14 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+import BalloonBlockEditor from '../../build/ckeditor';
+
+BalloonBlockEditor.create( document.querySelector( '#editor' ) )
+	.then( editor => {
+		window.editor = editor;
+	} )
+	.catch( err => {
+		console.error( err.stack );
+	} );

+ 9 - 0
packages/ckeditor5-build-balloon-block/tests/manual/ckeditor.md

@@ -0,0 +1,9 @@
+# CKEditor 5 balloon block editor build – standard version
+
+Just play with it.
+
+**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
+
+```
+./node_modules/.bin/webpack -w
+```

BIN
packages/ckeditor5-build-balloon-block/tests/manual/sample.jpg


+ 87 - 0
packages/ckeditor5-build-balloon-block/webpack.config.js

@@ -0,0 +1,87 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+'use strict';
+
+/* eslint-env node */
+
+const path = require( 'path' );
+const webpack = require( 'webpack' );
+const { bundler, styles } = require( '@ckeditor/ckeditor5-dev-utils' );
+const CKEditorWebpackPlugin = require( '@ckeditor/ckeditor5-dev-webpack-plugin' );
+const UglifyJsWebpackPlugin = require( 'uglifyjs-webpack-plugin' );
+
+module.exports = {
+	devtool: 'source-map',
+	performance: { hints: false },
+
+	entry: path.resolve( __dirname, 'src', 'ckeditor.js' ),
+
+	output: {
+		// The name under which the editor will be exported.
+		library: 'BalloonBlockEditor',
+
+		path: path.resolve( __dirname, 'build' ),
+		filename: 'ckeditor.js',
+		libraryTarget: 'umd',
+		libraryExport: 'default'
+	},
+
+	optimization: {
+		minimizer: [
+			new UglifyJsWebpackPlugin( {
+				sourceMap: true,
+				uglifyOptions: {
+					output: {
+						// Preserve CKEditor 5 license comments.
+						comments: /^!/
+					}
+				}
+			} )
+		]
+	},
+
+	plugins: [
+		new CKEditorWebpackPlugin( {
+			// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
+			// When changing the built-in language, remember to also change it in the editor's configuration (src/ckeditor.js).
+			language: 'en',
+			additionalLanguages: 'all'
+		} ),
+		new webpack.BannerPlugin( {
+			banner: bundler.getLicenseBanner(),
+			raw: true
+		} )
+	],
+
+	module: {
+		rules: [
+			{
+				test: /\.svg$/,
+				use: [ 'raw-loader' ]
+			},
+			{
+				test: /\.css$/,
+				use: [
+					{
+						loader: 'style-loader',
+						options: {
+							singleton: true
+						}
+					},
+					{
+						loader: 'postcss-loader',
+						options: styles.getPostCssConfig( {
+							themeImporter: {
+								themePath: require.resolve( '@ckeditor/ckeditor5-theme-lark' )
+							},
+							minify: true
+						} )
+					},
+				]
+			}
+		]
+	}
+};

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff