소스 검색

Merge branch 'master' into i/6319

Aleksander Nowodzinski 5 년 전
부모
커밋
79e2f57900
56개의 변경된 파일3267개의 추가작업 그리고 24개의 파일을 삭제
  1. 17 0
      packages/ckeditor5-ui/CHANGELOG.md
  2. 1 1
      packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js
  3. 1 1
      packages/ckeditor5-ui/docs/framework/guides/external-ui.md
  4. 60 0
      packages/ckeditor5-ui/lang/translations/ar.po
  5. 60 0
      packages/ckeditor5-ui/lang/translations/ast.po
  6. 61 1
      packages/ckeditor5-ui/lang/translations/az.po
  7. 60 0
      packages/ckeditor5-ui/lang/translations/cs.po
  8. 60 0
      packages/ckeditor5-ui/lang/translations/da.po
  9. 60 0
      packages/ckeditor5-ui/lang/translations/de-ch.po
  10. 60 0
      packages/ckeditor5-ui/lang/translations/de.po
  11. 60 0
      packages/ckeditor5-ui/lang/translations/el.po
  12. 60 0
      packages/ckeditor5-ui/lang/translations/en-au.po
  13. 60 0
      packages/ckeditor5-ui/lang/translations/en-gb.po
  14. 60 0
      packages/ckeditor5-ui/lang/translations/en.po
  15. 60 0
      packages/ckeditor5-ui/lang/translations/eo.po
  16. 60 0
      packages/ckeditor5-ui/lang/translations/es.po
  17. 60 0
      packages/ckeditor5-ui/lang/translations/et.po
  18. 60 0
      packages/ckeditor5-ui/lang/translations/eu.po
  19. 60 0
      packages/ckeditor5-ui/lang/translations/fa.po
  20. 60 0
      packages/ckeditor5-ui/lang/translations/fi.po
  21. 60 0
      packages/ckeditor5-ui/lang/translations/fr.po
  22. 60 0
      packages/ckeditor5-ui/lang/translations/gl.po
  23. 60 0
      packages/ckeditor5-ui/lang/translations/he.po
  24. 60 0
      packages/ckeditor5-ui/lang/translations/hr.po
  25. 60 0
      packages/ckeditor5-ui/lang/translations/hu.po
  26. 60 0
      packages/ckeditor5-ui/lang/translations/id.po
  27. 60 0
      packages/ckeditor5-ui/lang/translations/it.po
  28. 60 0
      packages/ckeditor5-ui/lang/translations/ja.po
  29. 60 0
      packages/ckeditor5-ui/lang/translations/km.po
  30. 60 0
      packages/ckeditor5-ui/lang/translations/kn.po
  31. 60 0
      packages/ckeditor5-ui/lang/translations/ku.po
  32. 60 0
      packages/ckeditor5-ui/lang/translations/lt.po
  33. 60 0
      packages/ckeditor5-ui/lang/translations/lv.po
  34. 60 0
      packages/ckeditor5-ui/lang/translations/nb.po
  35. 60 0
      packages/ckeditor5-ui/lang/translations/ne.po
  36. 60 0
      packages/ckeditor5-ui/lang/translations/nl.po
  37. 63 3
      packages/ckeditor5-ui/lang/translations/no.po
  38. 60 0
      packages/ckeditor5-ui/lang/translations/pl.po
  39. 60 0
      packages/ckeditor5-ui/lang/translations/pt-br.po
  40. 60 0
      packages/ckeditor5-ui/lang/translations/pt.po
  41. 60 0
      packages/ckeditor5-ui/lang/translations/ro.po
  42. 60 0
      packages/ckeditor5-ui/lang/translations/ru.po
  43. 60 0
      packages/ckeditor5-ui/lang/translations/sk.po
  44. 113 0
      packages/ckeditor5-ui/lang/translations/sl.po
  45. 60 0
      packages/ckeditor5-ui/lang/translations/sq.po
  46. 60 0
      packages/ckeditor5-ui/lang/translations/sr-latn.po
  47. 60 0
      packages/ckeditor5-ui/lang/translations/sr.po
  48. 60 0
      packages/ckeditor5-ui/lang/translations/sv.po
  49. 113 0
      packages/ckeditor5-ui/lang/translations/th.po
  50. 60 0
      packages/ckeditor5-ui/lang/translations/tr.po
  51. 60 0
      packages/ckeditor5-ui/lang/translations/ug.po
  52. 61 1
      packages/ckeditor5-ui/lang/translations/uk.po
  53. 60 0
      packages/ckeditor5-ui/lang/translations/vi.po
  54. 60 0
      packages/ckeditor5-ui/lang/translations/zh-cn.po
  55. 60 0
      packages/ckeditor5-ui/lang/translations/zh.po
  56. 17 17
      packages/ckeditor5-ui/package.json

+ 17 - 0
packages/ckeditor5-ui/CHANGELOG.md

@@ -1,6 +1,23 @@
 Changelog
 =========
 
+## [18.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v17.0.0...v18.0.0) (2020-03-19)
+
+### MAJOR BREAKING CHANGES
+
+* The `BalloonToolbar` plugin now groups the overflowing items by default. This can be disabled by setting [`config.balloonToolbar.shouldNotGroupWhenFull`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_toolbar_toolbarview-ToolbarOptions.html#member-shouldGroupWhenFull) configuration to `true`.
+
+### Features
+
+* The `BalloonToolbar` plugin should group items when its width is close to related editable's width. Closes [ckeditor/ckeditor5#5597](https://github.com/ckeditor/ckeditor5/issues/5597). Closes [ckeditor/ckeditor5#5501](https://github.com/ckeditor/ckeditor5/issues/5501). ([d36fd23](https://github.com/ckeditor/ckeditor5-ui/commit/d36fd23))
+
+  [`BalloonPanelView.defaultPositions`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_panel_balloon_balloonpanelview-BalloonPanelView.html#static-member-defaultPositions) has been extended with additional positions. Please refer to the documentation to learn more.
+
+### Other changes
+
+* Updated translations. ([ace38eb](https://github.com/ckeditor/ckeditor5-ui/commit/ace38eb))
+
+
 ## [17.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v16.0.0...v17.0.0) (2020-02-19)
 
 ### Features

+ 1 - 1
packages/ckeditor5-ui/docs/_snippets/examples/bootstrap-ui-inner.js

@@ -52,7 +52,7 @@ export default class BootstrapEditor extends Editor {
 		this.sourceElement = element;
 
 		// Use the HTML data processor in this editor.
-		this.data.processor = new HtmlDataProcessor( this.editing.view.document );
+		this.data.processor = new HtmlDataProcessor( this.data.viewDocument );
 
 		// Create the ("main") root element of the model tree.
 		this.model.document.createRoot();

+ 1 - 1
packages/ckeditor5-ui/docs/framework/guides/external-ui.md

@@ -71,7 +71,7 @@ export default class BootstrapEditor extends Editor {
 		this.sourceElement = element;
 
 		// Use the HTML data processor in this editor.
-		this.data.processor = new HtmlDataProcessor( this.editing.view.document );
+		this.data.processor = new HtmlDataProcessor( this.data.viewDocument );
 
 		// Create the ("main") root element of the model tree.
 		this.model.document.createRoot();

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ar.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ast.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 61 - 1
packages/ckeditor5-ui/lang/translations/az.po

@@ -50,4 +50,64 @@ msgstr "Açılan paneli"
 
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
-msgstr ""
+msgstr "Daha çox əşyanı göstərin"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Qara"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Tünd boz"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Boz"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Açıq boz"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Ağ"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Qırmızı"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Narıncı"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Sarı"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Açıq yaşıl"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Yaşıl"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarin"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Firuzəyi"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Açıq mavi"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Mavi"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Bənövşəyi"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/cs.po

@@ -51,3 +51,63 @@ msgstr "Rozbalovací panel nástrojů"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Zobrazit další položky"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Černá"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Tmavě šedá"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Šedá"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Světle šedá"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Bílá"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Červená"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranžová"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Žlutá"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Světle zelená"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zelená"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarínová"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Tyrkysová"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Světle modrá"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Modrá"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Fialová"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/da.po

@@ -51,3 +51,63 @@ msgstr "Dropdown værktøjslinje"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Vis flere emner"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Sort"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Dunkel grå"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grå"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Lys grå"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Hvid"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rød"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Orange"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Gyl"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Lys grøn"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Grøn"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Marineblå"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkis"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Lys blå"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blå"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Lilla"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/de-ch.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/de.po

@@ -51,3 +51,63 @@ msgstr "Dropdown-Liste Werkzeugleiste"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Mehr anzeigen"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Schwarz"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Dunkelgrau"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grau"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Hellgrau"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Weiß"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rot"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Orange"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Gelb"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Hellgrün"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Grün"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarinblau"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Türkis"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Hellblau"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blau"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Violett"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/el.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/en-au.po

@@ -51,3 +51,63 @@ msgstr "Dropdown toolbar"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Show more items"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Black"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Dim grey"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grey"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Light grey"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "White"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Red"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Orange"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Yellow"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Light green"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Green"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarine"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquoise"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Light blue"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blue"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Purple"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/en-gb.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Black"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Dim grey"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grey"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Light grey"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "White"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Red"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Orange"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Yellow"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Light green"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Green"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarine"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquoise"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Light blue"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blue"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Purple"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/en.po

@@ -51,3 +51,63 @@ msgstr "Dropdown toolbar"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Show more items"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Black"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Dim grey"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grey"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Light grey"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "White"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Red"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Orange"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Yellow"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Light green"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Green"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarine"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquoise"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Light blue"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blue"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Purple"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/eo.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/es.po

@@ -51,3 +51,63 @@ msgstr "Barra de herramientas desplegable"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Mostrar más elementos"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Negro"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Gris Oscuro"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Gris"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Gris Claro"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Blanco"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rojo"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Anaranjado"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Amarillo"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Verde Claro"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Verde"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aguamarina"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquesa"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Azul Claro"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Azul"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Morado"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/et.po

@@ -51,3 +51,63 @@ msgstr "Avatav tööriistariba"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Näita veel"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Must"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Tumehall"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Hall"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Helehall"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Valge"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Punane"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranž"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Kollane"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Heleroheline"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Roheline"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamariin"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Türkiis"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Helesinine"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Sinine"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Lilla"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/eu.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/fa.po

@@ -51,3 +51,63 @@ msgstr "نوارابزار کشویی"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "سیاه"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "خاکستری تیره"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "خاکستری"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "خاکستری روشن"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "سفید"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "قرمز"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "نارنجی"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "زرد"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "سبز روشن"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "سبز"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "زمرد کبود"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "فیروزه ای"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "آبی روشن"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "آبی"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "بنفش"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/fi.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Musta"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Harmaa"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Vaaleanharmaa"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Valkoinen"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Punainen"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranssi"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Keltainen"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Vaaleanvihreä"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Vihreä"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamariini"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkoosi"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Vaaleansininen"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Sininen"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Purppura"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/fr.po

@@ -51,3 +51,63 @@ msgstr "Barre d'outils dans un menu déroulant"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Montrer plus d'éléments"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Noir"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Gris pâle"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Gris"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Gris clair"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Blanc"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rouge"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Orange"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Jaune"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Vert clair"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Vert"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Bleu vert"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquoise"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Bleu clair"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Bleu"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Violet"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/gl.po

@@ -51,3 +51,63 @@ msgstr "Barra de ferramentas despregábel"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Amosar máis elementos"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Negro"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Gris fume"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Gris"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Gris claro"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Branco"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Vermello"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Laranxa"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Amarelo"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Verde claro"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Verde"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Augamariña"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquesa"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Azul claro"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Azul"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Púrpura"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/he.po

@@ -51,3 +51,63 @@ msgstr "סרגל כלים נפתח"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "הצד פריטים נוספים"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/hr.po

@@ -51,3 +51,63 @@ msgstr "Traka padajućeg izbornika"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Prikaži više stavaka"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Crna"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Tamnosiva"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Siva"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Svijetlosiva"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Bijela"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Crvena"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Narančasta"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Žuta"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Svijetlozelena"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zelena"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarin"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Tirkizna"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Svijetloplava"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Plava"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Ljubičasta"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/hu.po

@@ -51,3 +51,63 @@ msgstr "Lenyíló eszköztár"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "További elemek"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Fekete"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Halvány szürke"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Szürke"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Világosszürke"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Fehér"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Piros"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Narancs"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Sárga"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Világoszöld"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zöld"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Kékeszöld"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Türkiz"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Világoskék"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Kék"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Lila"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/id.po

@@ -51,3 +51,63 @@ msgstr "Alat dropdown"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Hitam"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Kelabu gelap"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Kelabu"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Kelabu terang"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Putih"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Merah"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Jingga"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Kuning"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Hijau terang"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Hijau"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Biru laut"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkish"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Biru terang"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Biru"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Ungu"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/it.po

@@ -51,3 +51,63 @@ msgstr "Barra degli strumenti del menu a discesa"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Mostra più elementi"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Nero"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Grigio tenue"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grigio"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Grigio chiaro"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Bianco"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rosso"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Arancio"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Giallo"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Verde chiaro"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Verde"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarina"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turchese"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Azzurro"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blu"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Porpora"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ja.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/km.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/kn.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ku.po

@@ -51,3 +51,63 @@ msgstr "تووڵامرازی لیستەیی"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "بڕگەی زیاتر نیشانبدە"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "ڕەش"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "ڕەساسی تاریک"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "ڕەساسی"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "ڕەساسی ڕووناک"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "سپی"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "سور"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "پرتەقاڵی"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "زەرد"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "سەوزی ڕووناک"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "سەوز"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "شینی دەریایی"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "شینی ئاسمانی"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "شینی ڕووناک"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "شین"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "مۆر"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/lt.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Juoda"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Pilkšva"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Pilka"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Šviesiai pilka"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Balta"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Raudona"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranžinė"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Geltona"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Šviesiai žalia"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Žalia"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarine"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkio"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Šviesiai mėlyna"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Mėlyna"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Violetinė"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/lv.po

@@ -51,3 +51,63 @@ msgstr "Papildus izvēlnes rīkjosla"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Parādīt vairāk vienumus"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Melns"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Blāvi pelēks"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Pelēks"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Gaiši pelēks"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Balts"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Sarkans"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranžs"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Dzeltens"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Gaiši zaļš"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zaļš"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarīns"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Tirkīza"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Gaiši zils"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Zils"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Violets"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/nb.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ne.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "कालो"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "धमिलो खैरो"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "खैरो"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "हल्का खैरो"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "सेतो"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "रातो"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "सुन्तला रंग"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "पहेंलो"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "हल्का हरियो"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "हरियो"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "अव्कवामरिन"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "त्रकोइस"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "हल्का निलो"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "निलो"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "बैंगनी रंग"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/nl.po

@@ -51,3 +51,63 @@ msgstr "Drop-down werkbalk"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Meer items weergeven"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Zwart"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Gedimd grijs"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grijs"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Lichtgrijs"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Wit"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rood"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranje"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Geel"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Lichtgroen"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Groen"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Aquamarijn"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquoise"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Lichtblauw"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blauw"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Paars"

+ 63 - 3
packages/ckeditor5-ui/lang/translations/no.po

@@ -42,12 +42,72 @@ msgstr "%0 av %1"
 
 msgctxt "Label used by assistive technologies describing a generic editor toolbar."
 msgid "Editor toolbar"
-msgstr ""
+msgstr "Verktøylinje for redigeringsverktøy"
 
 msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
 msgid "Dropdown toolbar"
-msgstr ""
+msgstr "Verktøylinje for nedtrekksliste"
 
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
-msgstr ""
+msgstr "Vis flere elementer"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Svart"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Svak grå"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Grå"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Lysegrå"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Hvit"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rød"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oransje"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Gul"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Lysegrønn"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Grønn"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarin"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkis"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Lyseblå"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Blå"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Lilla"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/pl.po

@@ -51,3 +51,63 @@ msgstr "Rozwijany pasek narzędzi"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Pokaż więcej"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Czarny"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Ciemnoszary"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Szary"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Jasnoszary"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Biały"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Czerwony"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Pomarańczowy"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Żółty"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Jasnozielony"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zielony"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akwamaryna"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkusowy"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Jasnoniebieski"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Niebieski"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Purpurowy"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/pt-br.po

@@ -51,3 +51,63 @@ msgstr "Barra de Ferramentas da Lista Suspensa"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Exibir mais itens"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Preto"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Cinza escuro"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Cinza"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Cinza claro"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Branco"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Vermelho"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Laranja"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Amarelo"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Verde claro"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Verde"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Água-marinha"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turquesa"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Azul claro"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Azul"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Púrpura"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/pt.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ro.po

@@ -51,3 +51,63 @@ msgstr "Bară listă opțiuni"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Negru"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Gri slab"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Gri"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Gri deschis"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Alb"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Roșu"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Portocaliu"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Galben"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Verde deschis"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Verde"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Acvamarin"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turcoaz"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Albastru deschis"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Albastru"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Violet"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ru.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Другие инструменты"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Чёрный"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Тёмно-серый"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Серый"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Светло-серый"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Белый"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Красный"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Оранжевый"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Жёлтый"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Салатовый"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Зелёный"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Аквамариновый"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Бирюзовый"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Голубой"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Синий"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Фиолетовый"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/sk.po

@@ -51,3 +51,63 @@ msgstr "Panel nástrojov roletového menu"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Čierna"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Tmavosivá"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Sivá"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Bledosivá"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Biela"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Červená"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranžová"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Žltá"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Bledozelená"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zelená"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarínová"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Tyrkysová"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Bledomodrá"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Modrá"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Fialová"

+ 113 - 0
packages/ckeditor5-ui/lang/translations/sl.po

@@ -0,0 +1,113 @@
+# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+#
+#                                     !!! IMPORTANT !!!
+#
+#         Before you edit this file, please keep in mind that contributing to the project
+#                translations is possible ONLY via the Transifex online service.
+#
+#         To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
+#
+#                   To learn more, check out the official contributor's guide:
+#     https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
+#
+msgid ""
+msgstr ""
+"Language-Team: Slovenian (https://www.transifex.com/ckeditor/teams/11143/sl/)\n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+msgctxt "Title of the CKEditor5 editor."
+msgid "Rich Text Editor, %0"
+msgstr ""
+
+msgctxt "Title of the CKEditor5 editor."
+msgid "Rich Text Editor"
+msgstr ""
+
+msgctxt "Label of the block toolbar icon (a block toolbar is displayed next to each paragraph, heading, list item, etc. and contains e.g. block formatting options)"
+msgid "Edit block"
+msgstr ""
+
+msgctxt "Label for a button showing the next thing (tab, page, etc.)."
+msgid "Next"
+msgstr ""
+
+msgctxt "Label for a button showing the previous thing (tab, page, etc.)."
+msgid "Previous"
+msgstr ""
+
+msgctxt "Label for a 'page X of Y' status of a typical next/previous page navigation."
+msgid "%0 of %1"
+msgstr ""
+
+msgctxt "Label used by assistive technologies describing a generic editor toolbar."
+msgid "Editor toolbar"
+msgstr ""
+
+msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
+msgid "Dropdown toolbar"
+msgstr ""
+
+msgctxt "Label of a toolbar button which reveals more toolbar items."
+msgid "Show more items"
+msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Črna"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Temno siva"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Siva"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Svetlo siva"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Bela"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Rdeča"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Oranžna"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Rumena"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Svetlo zelena"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zelena"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Akvamarin"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkizna"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Svetlo modra"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Modra"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Vijolična"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/sq.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 60 - 0
packages/ckeditor5-ui/lang/translations/sr-latn.po

@@ -51,3 +51,63 @@ msgstr "Padajuća traka sa alatkama"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Prikaži još stavki"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Crna"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Bledo siva"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Siva"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Svetlo siva"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Bela"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Crvena"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Narandžasta"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Žuta"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Svetlo zelena"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Zelena"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Zelenkastoplava"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Tirkizna"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Svetloplava"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Plava"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Ljubičasta"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/sr.po

@@ -51,3 +51,63 @@ msgstr "Падајућа трака са алаткама"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Прикажи још ставки"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Црна"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Бледо сива"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Сива"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Светло сива"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Бела"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Црвена"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Нараџаста"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Жута"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Светлозелена"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Зелена"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Зеленкастоплава"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Тиркизна"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Светлоплава"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Плава"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Љубичаста"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/sv.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 113 - 0
packages/ckeditor5-ui/lang/translations/th.po

@@ -0,0 +1,113 @@
+# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+#
+#                                     !!! IMPORTANT !!!
+#
+#         Before you edit this file, please keep in mind that contributing to the project
+#                translations is possible ONLY via the Transifex online service.
+#
+#         To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
+#
+#                   To learn more, check out the official contributor's guide:
+#     https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
+#
+msgid ""
+msgstr ""
+"Language-Team: Thai (https://www.transifex.com/ckeditor/teams/11143/th/)\n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgctxt "Title of the CKEditor5 editor."
+msgid "Rich Text Editor, %0"
+msgstr ""
+
+msgctxt "Title of the CKEditor5 editor."
+msgid "Rich Text Editor"
+msgstr ""
+
+msgctxt "Label of the block toolbar icon (a block toolbar is displayed next to each paragraph, heading, list item, etc. and contains e.g. block formatting options)"
+msgid "Edit block"
+msgstr ""
+
+msgctxt "Label for a button showing the next thing (tab, page, etc.)."
+msgid "Next"
+msgstr ""
+
+msgctxt "Label for a button showing the previous thing (tab, page, etc.)."
+msgid "Previous"
+msgstr ""
+
+msgctxt "Label for a 'page X of Y' status of a typical next/previous page navigation."
+msgid "%0 of %1"
+msgstr ""
+
+msgctxt "Label used by assistive technologies describing a generic editor toolbar."
+msgid "Editor toolbar"
+msgstr ""
+
+msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
+msgid "Dropdown toolbar"
+msgstr ""
+
+msgctxt "Label of a toolbar button which reveals more toolbar items."
+msgid "Show more items"
+msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "สีดำ"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "สีเทาเข้ม"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "สีเทา"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "สีเทาอ่อน"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "สีขาว"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "สีแดง"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "สีส้ม"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "สีเหลือง"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "สีเขียวอ่อน"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "สีเขียว"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "พลอยสีฟ้า"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "สีเขียวขุ่น"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "สีฟ้า"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "สีน้ำเงิน"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "สีม่วง"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/tr.po

@@ -51,3 +51,63 @@ msgstr "Açılır araç çubuğu"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Daha fazla öğe göster"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Siyah"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Koyu Gri"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Gri"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Açık Gri"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Beyaz"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Kırmızı"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Turuncu"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Sarı"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Açık Yeşil"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Yeşil"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Su Yeşili"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Turkuaz"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Açık Mavi"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Mavi"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Mor"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/ug.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr ""
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr ""
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr ""
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr ""
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr ""
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr ""
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr ""
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr ""
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr ""
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr ""
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr ""
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr ""

+ 61 - 1
packages/ckeditor5-ui/lang/translations/uk.po

@@ -46,8 +46,68 @@ msgstr "Панель інструментів редактора"
 
 msgctxt "Label used by assistive technologies describing a toolbar displayed inside a dropdown."
 msgid "Dropdown toolbar"
-msgstr ""
+msgstr "Випадаюча панель інструментів"
 
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Показати більше"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Чорний"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Темно-сірий"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Сірий"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Світло-сірий"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Білий"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Червоний"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Помаранчевий"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Жовтий"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Світло-зелений"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Зелений"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Аквамариновий"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Бірюзовий"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Світло-синій"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Синій"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Фіолетовий"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/vi.po

@@ -51,3 +51,63 @@ msgstr "Thanh công cụ danh mục"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "Xem thêm"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "Đen"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "Xám mờ"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "Xám"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "Xám nhạt"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "Trắng"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "Đỏ"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "Cam"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "Vàng"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "Xanh lá nhạt"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "Xanh lá"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "Xanh ngọc biển"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "Xanh ngọc bích"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "Xanh dương"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "Xanh biển"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "Tím"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/zh-cn.po

@@ -51,3 +51,63 @@ msgstr "下拉工具栏"
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr "显示更多"
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "黑色"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "暗灰色"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "灰色"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "浅灰色"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "白色"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "红色"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "橙色"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "黄色"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "浅绿色"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "绿色"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "海蓝色"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "青色"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "浅蓝色"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "蓝色"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "紫色"

+ 60 - 0
packages/ckeditor5-ui/lang/translations/zh.po

@@ -51,3 +51,63 @@ msgstr ""
 msgctxt "Label of a toolbar button which reveals more toolbar items."
 msgid "Show more items"
 msgstr ""
+
+msgctxt "Label of a button that applies a black color in color pickers."
+msgid "Black"
+msgstr "黑色"
+
+msgctxt "Label of a button that applies a dim grey color in color pickers."
+msgid "Dim grey"
+msgstr "淡灰色"
+
+msgctxt "Label of a button that applies a grey color in color pickers."
+msgid "Grey"
+msgstr "灰色"
+
+msgctxt "Label of a button that applies a light grey color in color pickers."
+msgid "Light grey"
+msgstr "亮灰色"
+
+msgctxt "Label of a button that applies a white color in color pickers."
+msgid "White"
+msgstr "白色"
+
+msgctxt "Label of a button that applies a red color in color pickers."
+msgid "Red"
+msgstr "紅色"
+
+msgctxt "Label of a button that applies a orange color in color pickers."
+msgid "Orange"
+msgstr "橘色"
+
+msgctxt "Label of a button that applies a yellow color in color pickers."
+msgid "Yellow"
+msgstr "黃色"
+
+msgctxt "Label of a button that applies a light green color in color pickers."
+msgid "Light green"
+msgstr "亮綠色"
+
+msgctxt "Label of a button that applies a green color in color pickers."
+msgid "Green"
+msgstr "綠色"
+
+msgctxt "Label of a button that applies a aquamarine color in color pickers."
+msgid "Aquamarine"
+msgstr "淺綠色"
+
+msgctxt "Label of a button that applies a turquoise color in color pickers."
+msgid "Turquoise"
+msgstr "藍綠色"
+
+msgctxt "Label of a button that applies a light blue color in color pickers."
+msgid "Light blue"
+msgstr "亮藍色"
+
+msgctxt "Label of a button that applies a blue color in color pickers."
+msgid "Blue"
+msgstr "藍色"
+
+msgctxt "Label of a button that applies a purple color in color pickers."
+msgid "Purple"
+msgstr "紫色"

+ 17 - 17
packages/ckeditor5-ui/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ckeditor/ckeditor5-ui",
-  "version": "17.0.0",
+  "version": "18.0.0",
   "description": "The UI framework and standard UI library of CKEditor 5.",
   "keywords": [
     "ckeditor",
@@ -9,25 +9,25 @@
     "ckeditor5-lib"
   ],
   "dependencies": {
-    "@ckeditor/ckeditor5-core": "^17.0.0",
-    "@ckeditor/ckeditor5-utils": "^17.0.0",
+    "@ckeditor/ckeditor5-core": "^18.0.0",
+    "@ckeditor/ckeditor5-utils": "^18.0.0",
     "lodash-es": "^4.17.10"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-basic-styles": "^17.0.0",
-    "@ckeditor/ckeditor5-block-quote": "^17.0.0",
-    "@ckeditor/ckeditor5-editor-balloon": "^17.0.0",
-    "@ckeditor/ckeditor5-editor-classic": "^17.0.0",
-    "@ckeditor/ckeditor5-engine": "^17.0.0",
-    "@ckeditor/ckeditor5-enter": "^17.0.0",
-    "@ckeditor/ckeditor5-essentials": "^17.0.0",
-    "@ckeditor/ckeditor5-heading": "^17.0.0",
-    "@ckeditor/ckeditor5-image": "^17.0.0",
-    "@ckeditor/ckeditor5-link": "^17.0.0",
-    "@ckeditor/ckeditor5-list": "^17.0.0",
-    "@ckeditor/ckeditor5-mention": "^17.0.0",
-    "@ckeditor/ckeditor5-paragraph": "^17.0.0",
-    "@ckeditor/ckeditor5-typing": "^17.0.0",
+    "@ckeditor/ckeditor5-basic-styles": "^18.0.0",
+    "@ckeditor/ckeditor5-block-quote": "^18.0.0",
+    "@ckeditor/ckeditor5-editor-balloon": "^18.0.0",
+    "@ckeditor/ckeditor5-editor-classic": "^18.0.0",
+    "@ckeditor/ckeditor5-engine": "^18.0.0",
+    "@ckeditor/ckeditor5-enter": "^18.0.0",
+    "@ckeditor/ckeditor5-essentials": "^18.0.0",
+    "@ckeditor/ckeditor5-heading": "^18.0.0",
+    "@ckeditor/ckeditor5-image": "^18.0.0",
+    "@ckeditor/ckeditor5-link": "^18.0.0",
+    "@ckeditor/ckeditor5-list": "^18.0.0",
+    "@ckeditor/ckeditor5-mention": "^18.0.0",
+    "@ckeditor/ckeditor5-paragraph": "^18.0.0",
+    "@ckeditor/ckeditor5-typing": "^18.0.0",
     "eslint": "^5.5.0",
     "eslint-config-ckeditor5": "^2.0.0",
     "husky": "^1.3.1",