浏览代码

Merge branch 'master' into t/ckeditor5/1655

Kamil Piechaczek 6 年之前
父节点
当前提交
7ca96febc4
共有 65 个文件被更改,包括 115 次插入76 次删除
  1. 1 1
      packages/ckeditor5-build-inline/.eslintrc.js
  2. 1 5
      packages/ckeditor5-build-inline/.travis.yml
  3. 43 0
      packages/ckeditor5-build-inline/CHANGELOG.md
  4. 0 0
      packages/ckeditor5-build-inline/build/ckeditor.js
  5. 0 0
      packages/ckeditor5-build-inline/build/ckeditor.js.map
  6. 1 1
      packages/ckeditor5-build-inline/build/translations/ar.js
  7. 1 1
      packages/ckeditor5-build-inline/build/translations/ast.js
  8. 1 1
      packages/ckeditor5-build-inline/build/translations/az.js
  9. 1 1
      packages/ckeditor5-build-inline/build/translations/bg.js
  10. 1 1
      packages/ckeditor5-build-inline/build/translations/ca.js
  11. 1 1
      packages/ckeditor5-build-inline/build/translations/cs.js
  12. 1 1
      packages/ckeditor5-build-inline/build/translations/da.js
  13. 1 1
      packages/ckeditor5-build-inline/build/translations/de-ch.js
  14. 1 1
      packages/ckeditor5-build-inline/build/translations/de.js
  15. 1 1
      packages/ckeditor5-build-inline/build/translations/el.js
  16. 1 1
      packages/ckeditor5-build-inline/build/translations/en-au.js
  17. 1 1
      packages/ckeditor5-build-inline/build/translations/eo.js
  18. 1 1
      packages/ckeditor5-build-inline/build/translations/es.js
  19. 1 1
      packages/ckeditor5-build-inline/build/translations/et.js
  20. 1 1
      packages/ckeditor5-build-inline/build/translations/eu.js
  21. 0 0
      packages/ckeditor5-build-inline/build/translations/fa.js
  22. 1 1
      packages/ckeditor5-build-inline/build/translations/fi.js
  23. 1 1
      packages/ckeditor5-build-inline/build/translations/fr.js
  24. 1 1
      packages/ckeditor5-build-inline/build/translations/gl.js
  25. 1 1
      packages/ckeditor5-build-inline/build/translations/gu.js
  26. 1 1
      packages/ckeditor5-build-inline/build/translations/he.js
  27. 1 1
      packages/ckeditor5-build-inline/build/translations/hr.js
  28. 1 1
      packages/ckeditor5-build-inline/build/translations/hu.js
  29. 1 1
      packages/ckeditor5-build-inline/build/translations/id.js
  30. 1 1
      packages/ckeditor5-build-inline/build/translations/it.js
  31. 1 1
      packages/ckeditor5-build-inline/build/translations/ja.js
  32. 0 0
      packages/ckeditor5-build-inline/build/translations/km.js
  33. 0 0
      packages/ckeditor5-build-inline/build/translations/kn.js
  34. 1 1
      packages/ckeditor5-build-inline/build/translations/ko.js
  35. 0 0
      packages/ckeditor5-build-inline/build/translations/ku.js
  36. 1 1
      packages/ckeditor5-build-inline/build/translations/lv.js
  37. 1 1
      packages/ckeditor5-build-inline/build/translations/nb.js
  38. 0 0
      packages/ckeditor5-build-inline/build/translations/ne.js
  39. 1 1
      packages/ckeditor5-build-inline/build/translations/nl.js
  40. 1 1
      packages/ckeditor5-build-inline/build/translations/no.js
  41. 1 1
      packages/ckeditor5-build-inline/build/translations/oc.js
  42. 1 1
      packages/ckeditor5-build-inline/build/translations/pl.js
  43. 1 1
      packages/ckeditor5-build-inline/build/translations/pt-br.js
  44. 1 1
      packages/ckeditor5-build-inline/build/translations/pt.js
  45. 1 1
      packages/ckeditor5-build-inline/build/translations/ro.js
  46. 0 0
      packages/ckeditor5-build-inline/build/translations/ru.js
  47. 1 1
      packages/ckeditor5-build-inline/build/translations/si.js
  48. 1 1
      packages/ckeditor5-build-inline/build/translations/sk.js
  49. 1 1
      packages/ckeditor5-build-inline/build/translations/sq.js
  50. 1 1
      packages/ckeditor5-build-inline/build/translations/sr-latn.js
  51. 0 0
      packages/ckeditor5-build-inline/build/translations/sr.js
  52. 1 1
      packages/ckeditor5-build-inline/build/translations/sv.js
  53. 1 1
      packages/ckeditor5-build-inline/build/translations/tr.js
  54. 1 1
      packages/ckeditor5-build-inline/build/translations/tt.js
  55. 1 1
      packages/ckeditor5-build-inline/build/translations/ug.js
  56. 0 0
      packages/ckeditor5-build-inline/build/translations/uk.js
  57. 1 1
      packages/ckeditor5-build-inline/build/translations/vi.js
  58. 1 1
      packages/ckeditor5-build-inline/build/translations/zh-cn.js
  59. 1 1
      packages/ckeditor5-build-inline/build/translations/zh.js
  60. 19 19
      packages/ckeditor5-build-inline/package.json
  61. 1 1
      packages/ckeditor5-build-inline/src/ckeditor.js
  62. 1 1
      packages/ckeditor5-build-inline/tests/ckeditor.js
  63. 1 1
      packages/ckeditor5-build-inline/tests/manual/ckeditor-cjs-version.js
  64. 1 1
      packages/ckeditor5-build-inline/tests/manual/ckeditor.js
  65. 1 1
      packages/ckeditor5-build-inline/webpack.config.js

+ 1 - 1
packages/ckeditor5-build-inline/.eslintrc.js

@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* eslint-env node */

+ 1 - 5
packages/ckeditor5-build-inline/.travis.yml

@@ -1,12 +1,8 @@
 sudo: required
 dist: trusty
 addons:
+  chrome: stable
   firefox: latest
-  apt:
-    sources:
-    - google-chrome
-    packages:
-    - google-chrome-stable
 language: node_js
 node_js:
 - '8'

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

@@ -1,6 +1,49 @@
 Changelog
 =========
 
+## [12.1.0](https://github.com/ckeditor/ckeditor5-build-inline/compare/v12.0.0...v12.1.0) (2019-04-10)
+
+We are happy to report the release of CKEditor 5 v12.1.0. This release introduces 3 new features ([mentions](https://ckeditor.com/docs/ckeditor5/latest/features/mentions.html), [font color and background color](https://ckeditor.com/docs/ckeditor5/latest/features/font.html) and [remove format](https://ckeditor.com/docs/ckeditor5/latest/features/remove-format.html)).
+
+Check out the linked guides for information how to install and configure those features in your editor.
+
+### Dependencies
+
+Minor releases:
+
+* [@ckeditor/ckeditor5-basic-styles](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles): v11.0.0 => [v11.1.0](https://github.com/ckeditor/ckeditor5-basic-styles/releases/tag/v11.1.0)
+* [@ckeditor/ckeditor5-core](https://www.npmjs.com/package/@ckeditor/ckeditor5-core): v12.0.0 => [v12.1.0](https://github.com/ckeditor/ckeditor5-core/releases/tag/v12.1.0)
+* [@ckeditor/ckeditor5-editor-inline](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-inline): v12.0.0 => [v12.1.0](https://github.com/ckeditor/ckeditor5-editor-inline/releases/tag/v12.1.0)
+* [@ckeditor/ckeditor5-engine](https://www.npmjs.com/package/@ckeditor/ckeditor5-engine): v13.0.0 => [v13.1.0](https://github.com/ckeditor/ckeditor5-engine/releases/tag/v13.1.0)
+* [@ckeditor/ckeditor5-media-embed](https://www.npmjs.com/package/@ckeditor/ckeditor5-media-embed): v11.0.0 => [v11.1.0](https://github.com/ckeditor/ckeditor5-media-embed/releases/tag/v11.1.0)
+* [@ckeditor/ckeditor5-ui](https://www.npmjs.com/package/@ckeditor/ckeditor5-ui): v12.0.0 => [v12.1.0](https://github.com/ckeditor/ckeditor5-ui/releases/tag/v12.1.0)
+* [@ckeditor/ckeditor5-utils](https://www.npmjs.com/package/@ckeditor/ckeditor5-utils): v12.0.0 => [v12.1.0](https://github.com/ckeditor/ckeditor5-utils/releases/tag/v12.1.0)
+
+Patch releases (bug fixes, internal changes):
+
+* [@ckeditor/ckeditor5-adapter-ckfinder](https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-ckfinder): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-adapter-ckfinder/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-autoformat](https://www.npmjs.com/package/@ckeditor/ckeditor5-autoformat): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-autoformat/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-block-quote](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-block-quote/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-ckfinder](https://www.npmjs.com/package/@ckeditor/ckeditor5-ckfinder): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-ckfinder/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-clipboard](https://www.npmjs.com/package/@ckeditor/ckeditor5-clipboard): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-clipboard/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-cloud-services](https://www.npmjs.com/package/@ckeditor/ckeditor5-cloud-services): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-cloud-services/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-easy-image](https://www.npmjs.com/package/@ckeditor/ckeditor5-easy-image): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-easy-image/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-enter](https://www.npmjs.com/package/@ckeditor/ckeditor5-enter): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-enter/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-essentials](https://www.npmjs.com/package/@ckeditor/ckeditor5-essentials): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-essentials/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-heading](https://www.npmjs.com/package/@ckeditor/ckeditor5-heading): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-heading/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-image](https://www.npmjs.com/package/@ckeditor/ckeditor5-image): v13.0.0 => [v13.0.1](https://github.com/ckeditor/ckeditor5-image/releases/tag/v13.0.1)
+* [@ckeditor/ckeditor5-link](https://www.npmjs.com/package/@ckeditor/ckeditor5-link): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-link/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-list](https://www.npmjs.com/package/@ckeditor/ckeditor5-list): v12.0.0 => [v12.0.1](https://github.com/ckeditor/ckeditor5-list/releases/tag/v12.0.1)
+* [@ckeditor/ckeditor5-paragraph](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-paragraph/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-paste-from-office](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-paste-from-office/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-table](https://www.npmjs.com/package/@ckeditor/ckeditor5-table): v12.0.0 => [v12.0.1](https://github.com/ckeditor/ckeditor5-table/releases/tag/v12.0.1)
+* [@ckeditor/ckeditor5-theme-lark](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark): v13.0.0 => [v13.0.1](https://github.com/ckeditor/ckeditor5-theme-lark/releases/tag/v13.0.1)
+* [@ckeditor/ckeditor5-typing](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing): v12.0.0 => [v12.0.1](https://github.com/ckeditor/ckeditor5-typing/releases/tag/v12.0.1)
+* [@ckeditor/ckeditor5-undo](https://www.npmjs.com/package/@ckeditor/ckeditor5-undo): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-undo/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-upload](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-upload/releases/tag/v11.0.1)
+* [@ckeditor/ckeditor5-widget](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget): v11.0.0 => [v11.0.1](https://github.com/ckeditor/ckeditor5-widget/releases/tag/v11.0.1)
+
+
 ## [12.0.0](https://github.com/ckeditor/ckeditor5-build-inline/compare/v11.2.0...v12.0.0) (2019-02-28)
 
 We are happy to report the release of CKEditor 5 v12.0.0. This release introduces a new editor (called "[Balloon block editor](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/balloon-block-editor.html)"), the [editor content placeholder](https://ckeditor.com/docs/ckeditor5/latest/features/editor-placeholder.html) and support for inline widgets (watch [this PR](https://github.com/ckeditor/ckeditor5/pull/1587) for updates). In addition to that we enabled media embeds and images in tables and resolved the issue where `editor.getData()` returned `<p>&nbsp;</p>` for empty content (now it returns an empty string in this case).

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/ckeditor.js


文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/ckeditor.js.map


+ 1 - 1
packages/ckeditor5-build-inline/build/translations/ar.js

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

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

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/az.js

@@ -1 +1 @@
-(function(d){d['az']=Object.assign(d['az']||{},{a:"Fayl yüklənə bilmir",b:"Yarıqalın",c:"Kursiv",d:"Sitat bloku",e:"Şəkil və ya fayl əlavə ed",f:"Şəkil vidgetı",g:"Başlıqı seç",h:"Başlıq",i:"Tam ölçülü şəkili",j:"Yan şəkil",k:"Soldan düzləndir",l:"Mərkəzə düzləndir",m:"Sağdan düzləndir",n:"Şəkili əlavə et",o:"Nömrələnmiş siyahısı",p:"Markerlənmiş siyahısı",q:"Cədvəli əlavə et",r:"Başlıqlı sütun",s:"Sola sütun əlavə et",t:"Sağa sütun əlavə et",u:"Sütunları sil",v:"Sütun",w:"Başlıqlı sətir",x:"Yuxarıya sətir əlavə et",y:"Aşağıya sətir əlavə et",z:"Sətirləri sil",aa:"Sətir",ab:"Xanaları yuxarı birləşdir",ac:"Xanaları sağa birləşdir",ad:"Xanaları aşağı birləşdir",ae:"Xanaları sola birləşdir",af:"Xanaları şaquli böl",ag:"Xanaları üfüqi böl",ah:"Xanaları birləşdir",ai:"Şəkil başlığı daxil edin",aj:"Şəkili serverə yüklə",ak:"Media əlavə ed",al:"URL boş olmamalıdır.",am:"Bu media URL dəstəklənmir.",an:"media vidgeti",ao:"Link",ap:"Yüklənir",aq:"Yadda saxla",ar:"İmtina et",as:"Linkin URL",at:"Linki sil",au:"Linki redaktə et",av:"Linki yeni pəncərədə aç",aw:"Bu linkdə URL yoxdur",ax:"Paste the media URL in the input.",ay:"Tip: Paste the URL into the content to embed faster.",az:"Media URL",ba:"İmtina et",bb:"Təkrar et",bc:"Rich Text Redaktoru, %0",bd:"Abzas",be:"Başlıq 1",bf:"Başlıq 2",bg:"Başlıq 3",bh:"Heading 4",bi:"Heading 5",bj:"Heading 6",bk:"Alternativ mətni redaktə et",bl:"Could not obtain resized image URL.",bm:"Selecting resized image failed",bn:"Şəkili əlavə etmək mümkün deyil",bo:"Şəkili əlavə edilmədi",bp:"Alternativ mətn"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
+(function(d){d['az']=Object.assign(d['az']||{},{a:"Fayl yüklənə bilmir",b:"Sitat bloku",c:"Şəkil və ya fayl əlavə ed",d:"Kursiv",e:"Yarıqalın",f:"Başlıqı seç",g:"Başlıq",h:"Şəkil vidgetı",i:"Tam ölçülü şəkili",j:"Yan şəkil",k:"Soldan düzləndir",l:"Mərkəzə düzləndir",m:"Sağdan düzləndir",n:"Şəkili əlavə et",o:"Nömrələnmiş siyahısı",p:"Markerlənmiş siyahısı",q:"Şəkil başlığı daxil edin",r:"Cədvəli əlavə et",s:"Başlıqlı sütun",t:"Sola sütun əlavə et",u:"Sağa sütun əlavə et",v:"Sütunları sil",w:"Sütun",x:"Başlıqlı sətir",y:"Yuxarıya sətir əlavə et",z:"Aşağıya sətir əlavə et",aa:"Sətirləri sil",ab:"Sətir",ac:"Xanaları yuxarı birləşdir",ad:"Xanaları sağa birləşdir",ae:"Xanaları aşağı birləşdir",af:"Xanaları sola birləşdir",ag:"Xanaları şaquli böl",ah:"Xanaları üfüqi böl",ai:"Xanaları birləşdir",aj:"Şəkili serverə yüklə",ak:"media vidgeti",al:"Media əlavə ed",am:"URL boş olmamalıdır.",an:"Bu media URL dəstəklənmir.",ao:"Link",ap:"Could not obtain resized image URL.",aq:"Selecting resized image failed",ar:"Şəkili əlavə etmək mümkün deyil",as:"Şəkili əlavə edilmədi",at:"Yüklənir",au:"Yadda saxla",av:"İmtina et",aw:"Linkin URL",ax:"Linki sil",ay:"Linki redaktə et",az:"Linki yeni pəncərədə aç",ba:"Bu linkdə URL yoxdur",bb:"Paste the media URL in the input.",bc:"Tip: Paste the URL into the content to embed faster.",bd:"Media URL",be:"Rich Text Redaktoru, %0",bf:"İmtina et",bg:"Təkrar et",bh:"Alternativ mətni redaktə et",bi:"Abzas",bj:"Başlıq 1",bk:"Başlıq 2",bl:"Başlıq 3",bm:"Heading 4",bn:"Heading 5",bo:"Heading 6",bp:"Alternativ mətn"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/ca.js

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/cs.js

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -1 +1 @@
-(function(d){d['es']=Object.assign(d['es']||{},{a:"No se pudo cargar el archivo:",b:"Negrita",c:"Cursiva",d:"Entrecomillado",e:"Insert image or file",f:"Widget de imagen",g:"Elegir Encabezado",h:"Encabezado",i:"Imagen a tamaño completo",j:"Imagen lateral",k:"Imagen alineada a la izquierda",l:"Imagen centrada",m:"Imagen alineada a la derecha",n:"Insertar imagen",o:"Lista numerada",p:"Lista de puntos",q:"Insert table",r:"Header column",s:"Insert column left",t:"Insert column right",u:"Delete column",v:"Column",w:"Header row",x:"Insert row below",y:"Insert row above",z:"Delete row",aa:"Row",ab:"Merge cell up",ac:"Merge cell right",ad:"Merge cell down",ae:"Merge cell left",af:"Split cell vertically",ag:"Split cell horizontally",ah:"Merge cells",ai:"Introducir título de la imagen",aj:"Fallo en la subida",ak:"Insert media",al:"The URL must not be empty.",am:"This media URL is not supported.",an:"media widget",ao:"Enlace",ap:"Upload in progress",aq:"Guardar",ar:"Cancelar",as:"URL del enlace",at:"Quitar enlace",au:"Editar enlace",av:"Abrir enlace en una pestaña nueva",aw:"Este enlace no tiene URL",ax:"Paste the media URL in the input.",ay:"Tip: Paste the URL into the content to embed faster.",az:"Media URL",ba:"Deshacer",bb:"Rehacer",bc:"Editor de Texto Enriquecido, %0",bd:"Párrafo",be:"Encabezado 1",bf:"Encabezado 2",bg:"Encabezado 3",bh:"Heading 4",bi:"Heading 5",bj:"Heading 6",bk:"Cambiar el texto alternativo de la imagen",bl:"Could not obtain resized image URL.",bm:"Selecting resized image failed",bn:"Could not insert image at the current position.",bo:"Inserting image failed",bp:"Texto alternativo"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
+(function(d){d['es']=Object.assign(d['es']||{},{a:"No se pudo cargar el archivo:",b:"Entrecomillado",c:"Insertar imagen o archivo",d:"Cursiva",e:"Negrita",f:"Elegir Encabezado",g:"Encabezado",h:"Widget de imagen",i:"Imagen a tamaño completo",j:"Imagen lateral",k:"Imagen alineada a la izquierda",l:"Imagen centrada",m:"Imagen alineada a la derecha",n:"Insertar imagen",o:"Lista numerada",p:"Lista de puntos",q:"Introducir título de la imagen",r:"Insertar tabla",s:"Columna de encabezado",t:"Insertar columna izquierda",u:"Insertar columna derecha",v:"Eliminar columna",w:"Columna",x:"Fila de encabezado",y:"Insertar fila debajo",z:"Insertar fila encima",aa:"Eliminar fila",ab:"Fila",ac:"Combinar celda superior",ad:"Combinar celda derecha",ae:"Combinar celda inferior",af:"Combinar celda izquierda",ag:"Dividir celdas verticalmente",ah:"Dividir celdas horizontalmente",ai:"Combinar celdas",aj:"Fallo en la subida",ak:"media widget",al:"Insertar multimedia",am:"La URL no debe estar vacía",an:"La URL de multimedia no está soportada",ao:"Enlace",ap:"No se puede acceder a la URL de la imagen redimensionada",aq:"Fallo eligiendo imagen redimensionada",ar:"No se puede insertar una imagen en la posición actual",as:"Error insertando imagen",at:"Subida en progreso",au:"Guardar",av:"Cancelar",aw:"URL del enlace",ax:"Quitar enlace",ay:"Editar enlace",az:"Abrir enlace en una pestaña nueva",ba:"Este enlace no tiene URL",bb:"Paste the media URL in the input.",bc:"Tip: pega la URL dentro del contenido para embeber más rápido",bd:"URL multimedia",be:"Editor de Texto Enriquecido, %0",bf:"Deshacer",bg:"Rehacer",bh:"Cambiar el texto alternativo de la imagen",bi:"Párrafo",bj:"Encabezado 1",bk:"Encabezado 2",bl:"Encabezado 3",bm:"Encabezado 4",bn:"Encabezado 5",bo:"Encabezado 6",bp:"Texto alternativo"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

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

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

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

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/fa.js


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

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

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

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

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

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

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

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/he.js

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

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

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

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

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/id.js

@@ -1 +1 @@
-(function(d){d['id']=Object.assign(d['id']||{},{a:"Tidak dapat mengunggah berkas:",b:"Tebal",c:"Miring",d:"Kutipan",e:"Sisipkan gambar atau berkas",f:"widget gambar",g:"Pilih tajuk",h:"Tajuk",i:"Gambar ukuran penuh",j:"Gambar sisi",k:"Gambar rata kiri",l:"Gambar rata tengah",m:"Gambar rata kanan",n:"Sisipkan gambar",o:"Daftar Berangka",p:"Daftar Tak Berangka",q:"Insert table",r:"Header column",s:"Insert column left",t:"Insert column right",u:"Delete column",v:"Column",w:"Header row",x:"Insert row below",y:"Insert row above",z:"Delete row",aa:"Row",ab:"Merge cell up",ac:"Merge cell right",ad:"Merge cell down",ae:"Merge cell left",af:"Split cell vertically",ag:"Split cell horizontally",ah:"Merge cells",ai:"Tambahkan deskripsi gambar",aj:"Gagal mengunggah",ak:"Insert media",al:"The URL must not be empty.",am:"This media URL is not supported.",an:"media widget",ao:"Tautan",ap:"Sedang mengunggah",aq:"Simpan",ar:"Batal",as:"URL tautan",at:"Hapus tautan",au:"Sunting tautan",av:"Buka tautan di tab baru",aw:"Tautan ini tidak memiliki URL",ax:"Paste the media URL in the input.",ay:"Tip: Paste the URL into the content to embed faster.",az:"Media URL",ba:"Batal",bb:"Lakukan lagi",bc:"Rich Text Editor, %0",bd:"Paragraf",be:"Tajuk 1",bf:"Tajuk 2",bg:"Tajuk 3",bh:"Heading 4",bi:"Heading 5",bj:"Heading 6",bk:"Ganti alternatif teks gambar",bl:"Gagal mendapatkan URL gambar terukur",bm:"Gagal memilih gambar terukur",bn:"Tidak dapat menyisipkan gambar pada posisi ini.",bo:"Gagal menyisipkan gambar",bp:"Alternatif teks"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
+(function(d){d['id']=Object.assign(d['id']||{},{a:"Tidak dapat mengunggah berkas:",b:"Kutipan",c:"Sisipkan gambar atau berkas",d:"Miring",e:"Tebal",f:"Pilih tajuk",g:"Tajuk",h:"widget gambar",i:"Gambar ukuran penuh",j:"Gambar sisi",k:"Gambar rata kiri",l:"Gambar rata tengah",m:"Gambar rata kanan",n:"Sisipkan gambar",o:"Daftar Berangka",p:"Daftar Tak Berangka",q:"Tambahkan deskripsi gambar",r:"Sisipkan tabel",s:"Kolom tajuk",t:"Sisipkan kolom ke kiri",u:"Sisipkan kolom ke kanan",v:"Hapus kolom",w:"Kolom",x:"Baris tajuk",y:"Sisipkan baris ke bawah",z:"Sisipkan baris ke atas",aa:"Hapus baris",ab:"Baris",ac:"Gabungkan sel ke atas",ad:"Gabungkan sel ke kanan",ae:"Gabungkan sel ke bawah",af:"Gabungkan sel ke kiri",ag:"Bagikan sel secara vertikal",ah:"Bagikan sel secara horizontal",ai:"Gabungkan sel",aj:"Gagal mengunggah",ak:"widget media",al:"Sisipkan media",am:"URL tidak boleh kosong.",an:"URL media ini tidak didukung.",ao:"Tautan",ap:"Gagal mendapatkan URL gambar terukur",aq:"Gagal memilih gambar terukur",ar:"Tidak dapat menyisipkan gambar pada posisi ini.",as:"Gagal menyisipkan gambar",at:"Sedang mengunggah",au:"Simpan",av:"Batal",aw:"URL tautan",ax:"Hapus tautan",ay:"Sunting tautan",az:"Buka tautan di tab baru",ba:"Tautan ini tidak memiliki URL",bb:"Tempelkan URL ke dalam bidang masukan.",bc:"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.",bd:"URL Media",be:"Editor Teks Kaya, %0",bf:"Batal",bg:"Lakukan lagi",bh:"Ganti alternatif teks gambar",bi:"Paragraf",bj:"Tajuk 1",bk:"Tajuk 2",bl:"Tajuk 3",bm:"Tajuk 4",bn:"Tajuk 5",bo:"Tajuk 6",bp:"Alternatif teks"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

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

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

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

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/km.js


文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/kn.js


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

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

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/ku.js


+ 1 - 1
packages/ckeditor5-build-inline/build/translations/lv.js

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

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

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

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/ne.js


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

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/no.js

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

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

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

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

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

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

@@ -1 +1 @@
-(function(d){d['pt-br']=Object.assign(d['pt-br']||{},{a:"Não foi possível enviar o arquivo:",b:"Negrito",c:"Itálico",d:"Bloco de citação",e:"Inserir imagem ou arquivo",f:"Ferramenta de imagem",g:"Escolha o título",h:"Titulo",i:"Imagem completa",j:"Imagem lateral",k:"Imagem alinhada à esquerda",l:"Imagem centralizada",m:"Imagem alinhada à direita",n:"Inserir imagem",o:"Lista numerada",p:"Lista com marcadores",q:"Inserir tabela",r:"Coluna de cabeçalho",s:"Inserir coluna à esquerda",t:"Inserir coluna à direita",u:"Excluir coluna",v:"Coluna",w:"Linha de cabeçalho",x:"Inserir linha abaixo",y:"Inserir linha acima",z:"Excluir linha",aa:"Linha",ab:"Mesclar acima",ac:"Mesclar à direita",ad:"Mesclar abaixo",ae:"Mesclar à esquerda",af:"Dividir verticalmente",ag:"Dividir horizontalmente",ah:"Mesclar células",ai:"Inserir legenda da imagem",aj:"Falha ao subir arquivo",ak:"Inserir mídia",al:"A URL não pode ficar em branco.",am:"A URL desta mídia não é suportada.",an:"Ferramenta de mídia",ao:"Link",ap:"Enviando dados",aq:"Salvar",ar:"Cancelar",as:"URL",at:"Remover link",au:"Editar link",av:"Abrir link em nova aba",aw:"Este link não possui uma URL",ax:"Cole o endereço da mídia no campo.",ay:"Cole o endereço dentro do conteúdo para embutir mais rapidamente.",az:"URL da mídia",ba:"Desfazer",bb:"Refazer",bc:"Editor de Formatação, %0",bd:"Parágrafo",be:"Título 1",bf:"Título 2",bg:"Título 3",bh:"Título 4",bi:"Título 5",bj:"Título 6",bk:"Alterar texto alternativo da imagem",bl:"Não foi possível obter o endereço da imagem redimensionada",bm:"Seleção da imagem redimensionada falhou",bn:"Não foi possível inserir a imagem na posição atual",bo:"Falha ao inserir imagem",bp:"Texto alternativo"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
+(function(d){d['pt-br']=Object.assign(d['pt-br']||{},{a:"Não foi possível enviar o arquivo:",b:"Bloco de citação",c:"Inserir imagem ou arquivo",d:"Itálico",e:"Negrito",f:"Escolha o título",g:"Titulo",h:"Ferramenta de imagem",i:"Imagem completa",j:"Imagem lateral",k:"Imagem alinhada à esquerda",l:"Imagem centralizada",m:"Imagem alinhada à direita",n:"Inserir imagem",o:"Lista numerada",p:"Lista com marcadores",q:"Inserir legenda da imagem",r:"Inserir tabela",s:"Coluna de cabeçalho",t:"Inserir coluna à esquerda",u:"Inserir coluna à direita",v:"Excluir coluna",w:"Coluna",x:"Linha de cabeçalho",y:"Inserir linha abaixo",z:"Inserir linha acima",aa:"Excluir linha",ab:"Linha",ac:"Mesclar acima",ad:"Mesclar à direita",ae:"Mesclar abaixo",af:"Mesclar à esquerda",ag:"Dividir verticalmente",ah:"Dividir horizontalmente",ai:"Mesclar células",aj:"Falha ao subir arquivo",ak:"Ferramenta de mídia",al:"Inserir mídia",am:"A URL não pode ficar em branco.",an:"A URL desta mídia não é suportada.",ao:"Link",ap:"Não foi possível obter o endereço da imagem redimensionada",aq:"Seleção da imagem redimensionada falhou",ar:"Não foi possível inserir a imagem na posição atual",as:"Falha ao inserir imagem",at:"Enviando dados",au:"Salvar",av:"Cancelar",aw:"URL",ax:"Remover link",ay:"Editar link",az:"Abrir link em nova aba",ba:"Este link não possui uma URL",bb:"Cole o endereço da mídia no campo.",bc:"Cole o endereço dentro do conteúdo para embutir mais rapidamente.",bd:"URL da mídia",be:"Editor de Formatação, %0",bf:"Desfazer",bg:"Refazer",bh:"Alterar texto alternativo da imagem",bi:"Parágrafo",bj:"Título 1",bk:"Título 2",bl:"Título 3",bm:"Título 4",bn:"Título 5",bo:"Título 6",bp:"Texto alternativo"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

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

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

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

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

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/ru.js


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

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

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

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

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

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

+ 1 - 1
packages/ckeditor5-build-inline/build/translations/sr-latn.js

@@ -1 +1 @@
-(function(d){d['sr-latn']=Object.assign(d['sr-latn']||{},{a:"Postavljanje fajla je neuspešno:",b:"Bold",c:"Italic",d:"Citat",e:"Dodaj sliku ili fajl",f:"modul sa slikom",g:"Odredi stil",h:"Stilovi",i:"Slika u punoj veličini",j:"Bočna slika",k:"Leva slika",l:"Slika u sredini",m:"Desna slika",n:"Dodaj sliku",o:"Lista sa brojevima",p:"Bulleted List",q:"Dodaj tabelu",r:"Kolona za zaglavlje",s:"Dodaj kolonu levo",t:"Dodaj kolonu desno",u:"Briši kolonu",v:"Kolona",w:"Red za zaglavlje",x:"Dodaj red ispod",y:"Dodaj red iznad",z:"Briši red",aa:"Red",ab:"Spoj ćelije na gore",ac:"Spoj ćelije na desno",ad:"Spoj ćelije na dole",ae:"Spoj ćelije na levo",af:"Deli ćelije uspravno",ag:"Deli ćelije vodoravno",ah:"Spoj ćelije",ai:"Odredi tekst ispod slike",aj:"Postavljanje neuspešno",ak:"Dodaj media",al:"URL ne sme biti prazan.",am:"Ovaj media URL tip nije podržan.",an:"Media widget",ao:"Link",ap:"Postavljanje u toku",aq:"Sačuvaj",ar:"Odustani",as:"URL link",at:"Оtkloni link",au:"Ispravi link",av:"Otvori link u novom prozoru",aw:"Link ne sadrži URL",ax:"Paste the media URL in the input.",ay:"Savet: Zalepite URL u sadržaj da bi ste ga brže ugradili.",az:"Media URL",ba:"Povlačenje",bb:"Ponovo",bc:"Prošireni uređivač teksta, %0",bd:"Pasus",be:"Naslov 1",bf:"Naslov 2",bg:"Naslov 3",bh:"Naslov 4",bi:"Naslov 5",bj:"Naslov 6",bk:"Izmena alternativnog teksta",bl:"URL slikа promenjeniih dimenzija nije dostupna.",bm:"Odabir slike promenjenih dimenzija nije uspešnо",bn:"Nemoguće je dodati sliku na ovo mesto.",bo:"Dodavanje slike je neuspešno",bp:"Alternativni tekst"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
+(function(d){d['sr-latn']=Object.assign(d['sr-latn']||{},{a:"Postavljanje fajla je neuspešno:",b:"Citat",c:"Dodaj sliku ili fajl",d:"Kurziv",e:"Podebljano",f:"Odredi stil",g:"Stilovi",h:"modul sa slikom",i:"Slika u punoj veličini",j:"Bočna slika",k:"Leva slika",l:"Slika u sredini",m:"Desna slika",n:"Dodaj sliku",o:"Lista sa brojevima",p:"Lista sa tačkama",q:"Odredi tekst ispod slike",r:"Dodaj tabelu",s:"Kolona za zaglavlje",t:"Dodaj kolonu levo",u:"Dodaj kolonu desno",v:"Briši kolonu",w:"Kolona",x:"Red za zaglavlje",y:"Dodaj red ispod",z:"Dodaj red iznad",aa:"Briši red",ab:"Red",ac:"Spoj ćelije na gore",ad:"Spoj ćelije na desno",ae:"Spoj ćelije na dole",af:"Spoj ćelije na levo",ag:"Deli ćelije uspravno",ah:"Deli ćelije vodoravno",ai:"Spoj ćelije",aj:"Postavljanje neuspešno",ak:"Media widget",al:"Dodaj media",am:"URL ne sme biti prazan.",an:"Ovaj media URL tip nije podržan.",ao:"Link",ap:"URL slikа promenjeniih dimenzija nije dostupna.",aq:"Odabir slike promenjenih dimenzija nije uspešnо",ar:"Nemoguće je dodati sliku na ovo mesto.",as:"Dodavanje slike je neuspešno",at:"Postavljanje u toku",au:"Sačuvaj",av:"Odustani",aw:"URL link",ax:"Оtkloni link",ay:"Ispravi link",az:"Otvori link u novom prozoru",ba:"Link ne sadrži URL",bb:" Nalepi medijski URL u polje za unos.",bc:"Savet: Zalepite URL u sadržaj da bi ste ga brže ugradili.",bd:"Media URL",be:"Prošireni uređivač teksta, %0",bf:"Povlačenje",bg:"Ponovo",bh:"Izmena alternativnog teksta",bi:"Pasus",bj:"Naslov 1",bk:"Naslov 2",bl:"Naslov 3",bm:"Naslov 4",bn:"Naslov 5",bo:"Naslov 6",bp:"Alternativni tekst"})})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/sr.js


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

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

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

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

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

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

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

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

文件差异内容过多而无法显示
+ 0 - 0
packages/ckeditor5-build-inline/build/translations/uk.js


+ 1 - 1
packages/ckeditor5-build-inline/build/translations/vi.js

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

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

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

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

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

+ 19 - 19
packages/ckeditor5-build-inline/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ckeditor/ckeditor5-build-inline",
-  "version": "12.0.0",
+  "version": "12.1.0",
   "description": "The inline editor build of CKEditor 5 – the best browser-based rich text editor.",
   "keywords": [
     "ckeditor5-build",
@@ -25,26 +25,26 @@
     "build"
   ],
   "devDependencies": {
-    "@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.0",
-    "@ckeditor/ckeditor5-autoformat": "^11.0.0",
-    "@ckeditor/ckeditor5-basic-styles": "^11.0.0",
-    "@ckeditor/ckeditor5-block-quote": "^11.0.0",
-    "@ckeditor/ckeditor5-ckfinder": "^11.0.0",
-    "@ckeditor/ckeditor5-core": "^12.0.0",
+    "@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.1",
+    "@ckeditor/ckeditor5-autoformat": "^11.0.1",
+    "@ckeditor/ckeditor5-basic-styles": "^11.1.0",
+    "@ckeditor/ckeditor5-block-quote": "^11.0.1",
+    "@ckeditor/ckeditor5-ckfinder": "^11.0.1",
+    "@ckeditor/ckeditor5-core": "^12.1.0",
     "@ckeditor/ckeditor5-dev-utils": "^12.0.0",
     "@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.0",
-    "@ckeditor/ckeditor5-easy-image": "^11.0.0",
-    "@ckeditor/ckeditor5-editor-inline": "^12.0.0",
-    "@ckeditor/ckeditor5-essentials": "^11.0.0",
-    "@ckeditor/ckeditor5-heading": "^11.0.0",
-    "@ckeditor/ckeditor5-image": "^13.0.0",
-    "@ckeditor/ckeditor5-link": "^11.0.0",
-    "@ckeditor/ckeditor5-list": "^12.0.0",
-    "@ckeditor/ckeditor5-media-embed": "^11.0.0",
-    "@ckeditor/ckeditor5-paragraph": "^11.0.0",
-    "@ckeditor/ckeditor5-paste-from-office": "^11.0.0",
-    "@ckeditor/ckeditor5-table": "^12.0.0",
-    "@ckeditor/ckeditor5-theme-lark": "^13.0.0",
+    "@ckeditor/ckeditor5-easy-image": "^11.0.1",
+    "@ckeditor/ckeditor5-editor-inline": "^12.1.0",
+    "@ckeditor/ckeditor5-essentials": "^11.0.1",
+    "@ckeditor/ckeditor5-heading": "^11.0.1",
+    "@ckeditor/ckeditor5-image": "^13.0.1",
+    "@ckeditor/ckeditor5-link": "^11.0.1",
+    "@ckeditor/ckeditor5-list": "^12.0.1",
+    "@ckeditor/ckeditor5-media-embed": "^11.1.0",
+    "@ckeditor/ckeditor5-paragraph": "^11.0.1",
+    "@ckeditor/ckeditor5-paste-from-office": "^11.0.1",
+    "@ckeditor/ckeditor5-table": "^12.0.1",
+    "@ckeditor/ckeditor5-theme-lark": "^13.0.1",
     "eslint": "^5.5.0",
     "eslint-config-ckeditor5": "^1.0.11",
     "husky": "^1.3.1",

+ 1 - 1
packages/ckeditor5-build-inline/src/ckeditor.js

@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 // The editor creator to use.

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

@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* globals document */

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

@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* eslint-env commonjs */

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

@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 /* globals window, document, console */

+ 1 - 1
packages/ckeditor5-build-inline/webpack.config.js

@@ -1,6 +1,6 @@
 /**
  * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
 'use strict';

部分文件因为文件数量过多而无法显示