8
0
Просмотр исходного кода

Merge branch 'master' into i/6109

Maciej Gołaszewski 5 лет назад
Родитель
Сommit
8629989b60
61 измененных файлов с 3583 добавлено и 340 удалено
  1. 17 0
      packages/ckeditor5-ui/CHANGELOG.md
  2. 60 0
      packages/ckeditor5-ui/lang/translations/ar.po
  3. 60 0
      packages/ckeditor5-ui/lang/translations/ast.po
  4. 61 1
      packages/ckeditor5-ui/lang/translations/az.po
  5. 60 0
      packages/ckeditor5-ui/lang/translations/cs.po
  6. 60 0
      packages/ckeditor5-ui/lang/translations/da.po
  7. 60 0
      packages/ckeditor5-ui/lang/translations/de-ch.po
  8. 60 0
      packages/ckeditor5-ui/lang/translations/de.po
  9. 60 0
      packages/ckeditor5-ui/lang/translations/el.po
  10. 60 0
      packages/ckeditor5-ui/lang/translations/en-au.po
  11. 60 0
      packages/ckeditor5-ui/lang/translations/en-gb.po
  12. 60 0
      packages/ckeditor5-ui/lang/translations/en.po
  13. 60 0
      packages/ckeditor5-ui/lang/translations/eo.po
  14. 60 0
      packages/ckeditor5-ui/lang/translations/es.po
  15. 60 0
      packages/ckeditor5-ui/lang/translations/et.po
  16. 60 0
      packages/ckeditor5-ui/lang/translations/eu.po
  17. 60 0
      packages/ckeditor5-ui/lang/translations/fa.po
  18. 60 0
      packages/ckeditor5-ui/lang/translations/fi.po
  19. 60 0
      packages/ckeditor5-ui/lang/translations/fr.po
  20. 60 0
      packages/ckeditor5-ui/lang/translations/gl.po
  21. 60 0
      packages/ckeditor5-ui/lang/translations/he.po
  22. 60 0
      packages/ckeditor5-ui/lang/translations/hr.po
  23. 60 0
      packages/ckeditor5-ui/lang/translations/hu.po
  24. 60 0
      packages/ckeditor5-ui/lang/translations/id.po
  25. 60 0
      packages/ckeditor5-ui/lang/translations/it.po
  26. 60 0
      packages/ckeditor5-ui/lang/translations/ja.po
  27. 60 0
      packages/ckeditor5-ui/lang/translations/km.po
  28. 60 0
      packages/ckeditor5-ui/lang/translations/kn.po
  29. 60 0
      packages/ckeditor5-ui/lang/translations/ku.po
  30. 60 0
      packages/ckeditor5-ui/lang/translations/lt.po
  31. 60 0
      packages/ckeditor5-ui/lang/translations/lv.po
  32. 60 0
      packages/ckeditor5-ui/lang/translations/nb.po
  33. 60 0
      packages/ckeditor5-ui/lang/translations/ne.po
  34. 60 0
      packages/ckeditor5-ui/lang/translations/nl.po
  35. 63 3
      packages/ckeditor5-ui/lang/translations/no.po
  36. 60 0
      packages/ckeditor5-ui/lang/translations/pl.po
  37. 60 0
      packages/ckeditor5-ui/lang/translations/pt-br.po
  38. 60 0
      packages/ckeditor5-ui/lang/translations/pt.po
  39. 60 0
      packages/ckeditor5-ui/lang/translations/ro.po
  40. 60 0
      packages/ckeditor5-ui/lang/translations/ru.po
  41. 60 0
      packages/ckeditor5-ui/lang/translations/sk.po
  42. 113 0
      packages/ckeditor5-ui/lang/translations/sl.po
  43. 60 0
      packages/ckeditor5-ui/lang/translations/sq.po
  44. 60 0
      packages/ckeditor5-ui/lang/translations/sr-latn.po
  45. 60 0
      packages/ckeditor5-ui/lang/translations/sr.po
  46. 60 0
      packages/ckeditor5-ui/lang/translations/sv.po
  47. 113 0
      packages/ckeditor5-ui/lang/translations/th.po
  48. 60 0
      packages/ckeditor5-ui/lang/translations/tr.po
  49. 60 0
      packages/ckeditor5-ui/lang/translations/ug.po
  50. 61 1
      packages/ckeditor5-ui/lang/translations/uk.po
  51. 60 0
      packages/ckeditor5-ui/lang/translations/vi.po
  52. 60 0
      packages/ckeditor5-ui/lang/translations/zh-cn.po
  53. 60 0
      packages/ckeditor5-ui/lang/translations/zh.po
  54. 17 17
      packages/ckeditor5-ui/package.json
  55. 25 25
      packages/ckeditor5-ui/src/labeledfield/labeledfieldview.js
  56. 19 19
      packages/ckeditor5-ui/src/labeledfield/utils.js
  57. 166 0
      packages/ckeditor5-ui/tests/labeledfield/labeledfieldview.js
  58. 108 0
      packages/ckeditor5-ui/tests/labeledfield/utils.js
  59. 0 166
      packages/ckeditor5-ui/tests/labeledview/labeledview.js
  60. 0 108
      packages/ckeditor5-ui/tests/labeledview/utils.js
  61. 0 0
      packages/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css

+ 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

+ 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",

+ 25 - 25
packages/ckeditor5-ui/src/labeledview/labeledview.js → packages/ckeditor5-ui/src/labeledfield/labeledfieldview.js

@@ -4,16 +4,16 @@
  */
 
 /**
- * @module ui/labeledview/labeledview
+ * @module ui/labeledfield/labeledfieldview
  */
 
 import View from '../view';
 import uid from '@ckeditor/ckeditor5-utils/src/uid';
 import LabelView from '../label/labelview';
-import '../../theme/components/labeledview/labeledview.css';
+import '../../theme/components/labeledfield/labeledfieldview.css';
 
 /**
- * The labeled view class. It can be used to enhance any view with the following features:
+ * The labeled field view class. It can be used to enhance any view with the following features:
  *
  * * a label,
  * * (optional) an error message,
@@ -25,16 +25,16 @@ import '../../theme/components/labeledview/labeledview.css';
  * The constructor of this class requires a callback that returns a view to be labeled. The callback
  * is called with unique ids that allow binding of DOM properties:
  *
- *		const labeledInputView = new LabeledView( locale, ( labeledView, viewUid, statusUid ) => {
- *			const inputView = new InputTextView( labeledView.locale );
+ *		const labeledInputView = new LabeledFieldView( locale, ( labeledFieldView, viewUid, statusUid ) => {
+ *			const inputView = new InputTextView( labeledFieldView.locale );
  *
  *			inputView.set( {
  *				id: viewUid,
  *				ariaDescribedById: statusUid
  *			} );
  *
- *			inputView.bind( 'isReadOnly' ).to( labeledView, 'isEnabled', value => !value );
- *			inputView.bind( 'hasError' ).to( labeledView, 'errorText', value => !!value );
+ *			inputView.bind( 'isReadOnly' ).to( labeledFieldView, 'isEnabled', value => !value );
+ *			inputView.bind( 'hasError' ).to( labeledFieldView, 'errorText', value => !!value );
  *
  *			return inputView;
  *		} );
@@ -45,23 +45,23 @@ import '../../theme/components/labeledview/labeledview.css';
  *
  *		document.body.append( labeledInputView.element );
  *
- * See {@link module:ui/labeledview/utils} to discover ready–to–use labeled input helpers for common
+ * See {@link module:ui/labeledfield/utils} to discover ready–to–use labeled input helpers for common
  * UI components.
  *
  * @extends module:ui/view~View
  */
-export default class LabeledView extends View {
+export default class LabeledFieldView extends View {
 	/**
-	 * Creates an instance of the labeled view class using a provided creator function
+	 * Creates an instance of the labeled field view class using a provided creator function
 	 * that provides the view to be labeled.
 	 *
 	 * @param {module:utils/locale~Locale} locale The locale instance.
 	 * @param {Function} viewCreator A function that returns a {@link module:ui/view~View}
 	 * that will be labeled. The following arguments are passed to the creator function:
 	 *
-	 * * an instance of the `LabeledView` to allow binding observable properties,
-	 * * an UID string that connects the {@link #labelView label} and the labeled view in DOM,
-	 * * an UID string that connects the {@link #statusView status} and the labeled view in DOM.
+	 * * an instance of the `LabeledFieldView` to allow binding observable properties,
+	 * * an UID string that connects the {@link #labelView label} and the labeled field view in DOM,
+	 * * an UID string that connects the {@link #statusView status} and the labeled field view in DOM.
 	 */
 	constructor( locale, viewCreator ) {
 		super( locale );
@@ -70,11 +70,11 @@ export default class LabeledView extends View {
 		const statusUid = `ck-labeled-view-status-${ uid() }`;
 
 		/**
-		 * The view that gets labeled.
+		 * The field view that gets labeled.
 		 *
-		 * @member {module:ui/view~View} #view
+		 * @member {module:ui/view~View} #fieldView
 		 */
-		this.view = viewCreator( this, viewUid, statusUid );
+		this.fieldView = viewCreator( this, viewUid, statusUid );
 
 		/**
 		 * The text of the label.
@@ -94,11 +94,11 @@ export default class LabeledView extends View {
 
 		/**
 		 * The validation error text. When set, it will be displayed
-		 * next to the {@link #view} as a typical validation error message.
+		 * next to the {@link #fieldView} as a typical validation error message.
 		 * Set it to `null` to hide the message.
 		 *
 		 * **Note:** Setting this property to anything but `null` will automatically
-		 * make the `hasError` of the {@link #view} `true`.
+		 * make the `hasError` of the {@link #fieldView} `true`.
 		 *
 		 * @observable
 		 * @member {String|null} #errorText
@@ -106,7 +106,7 @@ export default class LabeledView extends View {
 		this.set( 'errorText', null );
 
 		/**
-		 * The additional information text displayed next to the {@link #view} which can
+		 * The additional information text displayed next to the {@link #fieldView} which can
 		 * be used to inform the user about its purpose, provide help or hints.
 		 *
 		 * Set it to `null` to hide the message.
@@ -136,7 +136,7 @@ export default class LabeledView extends View {
 		this.labelView = this._createLabelView( viewUid );
 
 		/**
-		 * The status view for the {@link #view}. It displays {@link #errorText} and
+		 * The status view for the {@link #fieldView}. It displays {@link #errorText} and
 		 * {@link #infoText}.
 		 *
 		 * @member {module:ui/view~View} #statusView
@@ -175,7 +175,7 @@ export default class LabeledView extends View {
 			},
 			children: [
 				this.labelView,
-				this.view,
+				this.fieldView,
 				this.statusView
 			]
 		} );
@@ -199,10 +199,10 @@ export default class LabeledView extends View {
 
 	/**
 	 * Creates the status view instance. It displays {@link #errorText} and {@link #infoText}
-	 * next to the {@link #view}. See {@link #_statusText}.
+	 * next to the {@link #fieldView}. See {@link #_statusText}.
 	 *
 	 * @private
-	 * @param {String} statusUid Unique id of the status, shared with the {@link #view view's}
+	 * @param {String} statusUid Unique id of the status, shared with the {@link #fieldView view's}
 	 * `aria-describedby` attribute.
 	 * @returns {module:ui/view~View}
 	 */
@@ -233,9 +233,9 @@ export default class LabeledView extends View {
 	}
 
 	/**
-	 * Focuses the {@link #view}.
+	 * Focuses the {@link #fieldView}.
 	 */
 	focus() {
-		this.view.focus();
+		this.fieldView.focus();
 	}
 }

+ 19 - 19
packages/ckeditor5-ui/src/labeledview/utils.js → packages/ckeditor5-ui/src/labeledfield/utils.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module ui/labeledview/utils
+ * @module ui/labeledfield/utils
  */
 
 import InputTextView from '../inputtext/inputtextview';
@@ -14,7 +14,7 @@ import { createDropdown } from '../dropdown/utils';
  * A helper for creating labeled inputs.
  *
  * It creates an instance of a {@link module:ui/inputtext/inputtextview~InputTextView input text} that is
- * logically related to a {@link module:ui/labeledview/labeledview~LabeledView labeled view} in DOM.
+ * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
  *
  * The helper does the following:
  *
@@ -25,31 +25,31 @@ import { createDropdown } from '../dropdown/utils';
  *
  * Usage:
  *
- *		const labeledInputView = new LabeledView( locale, createLabeledDropdown );
+ *		const labeledInputView = new LabeledFieldView( locale, createLabeledDropdown );
  *		console.log( labeledInputView.view ); // An input instance.
  *
- * @param {module:ui/labeledview/labeledview~LabeledView} labeledView The instance of the labeled view.
+ * @param {module:ui/labeledfield/labeledfieldview~LabeledFieldView} labeledFieldView The instance of the labeled field view.
  * @param {String} viewUid An UID string that allows DOM logical connection between the
- * {@link module:ui/labeledview/labeledview~LabeledView#labelView labeled view's label} and the input.
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the input.
  * @param {String} statusUid An UID string that allows DOM logical connection between the
- * {@link module:ui/labeledview/labeledview~LabeledView#statusView labeled view's status} and the input.
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the input.
  * @returns {module:ui/inputtext/inputtextview~InputTextView} The input text view instance.
  */
-export function createLabeledInputText( labeledView, viewUid, statusUid ) {
-	const inputView = new InputTextView( labeledView.locale );
+export function createLabeledInputText( labeledFieldView, viewUid, statusUid ) {
+	const inputView = new InputTextView( labeledFieldView.locale );
 
 	inputView.set( {
 		id: viewUid,
 		ariaDescribedById: statusUid
 	} );
 
-	inputView.bind( 'isReadOnly' ).to( labeledView, 'isEnabled', value => !value );
-	inputView.bind( 'hasError' ).to( labeledView, 'errorText', value => !!value );
+	inputView.bind( 'isReadOnly' ).to( labeledFieldView, 'isEnabled', value => !value );
+	inputView.bind( 'hasError' ).to( labeledFieldView, 'errorText', value => !!value );
 
 	inputView.on( 'input', () => {
 		// UX: Make the error text disappear and disable the error indicator as the user
 		// starts fixing the errors.
-		labeledView.errorText = null;
+		labeledFieldView.errorText = null;
 	} );
 
 	return inputView;
@@ -59,7 +59,7 @@ export function createLabeledInputText( labeledView, viewUid, statusUid ) {
  * A helper for creating labeled dropdowns.
  *
  * It creates an instance of a {@link module:ui/dropdown/dropdownview~DropdownView dropdown} that is
- * logically related to a {@link module:ui/labeledview/labeledview~LabeledView labeled view}.
+ * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled field view}.
  *
  * The helper does the following:
  *
@@ -68,25 +68,25 @@ export function createLabeledInputText( labeledView, viewUid, statusUid ) {
  *
  * Usage:
  *
- *		const labeledInputView = new LabeledView( locale, createLabeledDropdown );
+ *		const labeledInputView = new LabeledFieldView( locale, createLabeledDropdown );
  *		console.log( labeledInputView.view ); // A dropdown instance.
  *
- * @param {module:ui/labeledview/labeledview~LabeledView} labeledView The instance of the labeled view.
+ * @param {module:ui/labeledfield/labeledfieldview~LabeledFieldView} labeledFieldView The instance of the labeled field view.
  * @param {String} viewUid An UID string that allows DOM logical connection between the
- * {@link module:ui/labeledview/labeledview~LabeledView#labelView labeled view label} and the dropdown.
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view label} and the dropdown.
  * @param {String} statusUid An UID string that allows DOM logical connection between the
- * {@link module:ui/labeledview/labeledview~LabeledView#statusView labeled view status} and the dropdown.
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view status} and the dropdown.
  * @returns {module:ui/dropdown/dropdownview~DropdownView} The dropdown view instance.
  */
-export function createLabeledDropdown( labeledView, viewUid, statusUid ) {
-	const dropdownView = createDropdown( labeledView.locale );
+export function createLabeledDropdown( labeledFieldView, viewUid, statusUid ) {
+	const dropdownView = createDropdown( labeledFieldView.locale );
 
 	dropdownView.set( {
 		id: viewUid,
 		ariaDescribedById: statusUid
 	} );
 
-	dropdownView.bind( 'isEnabled' ).to( labeledView );
+	dropdownView.bind( 'isEnabled' ).to( labeledFieldView );
 
 	return dropdownView;
 }

+ 166 - 0
packages/ckeditor5-ui/tests/labeledfield/labeledfieldview.js

@@ -0,0 +1,166 @@
+/**
+ * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+import View from '../../src/view';
+import LabeledFieldView from '../../src/labeledfield/labeledfieldview';
+import LabelView from '../../src/label/labelview';
+
+describe( 'LabeledFieldView', () => {
+	const locale = {};
+
+	let labeledInput, view;
+
+	beforeEach( () => {
+		labeledInput = new LabeledFieldView( locale, ( labeledInput, viewUid, statusUid ) => {
+			view = new View( locale );
+			view.setTemplate( { tag: 'div' } );
+			view.focus = () => {};
+			view.viewUid = viewUid;
+			view.statusUid = statusUid;
+
+			return view;
+		} );
+
+		labeledInput.render();
+	} );
+
+	afterEach( () => {
+		labeledInput.destroy();
+	} );
+
+	describe( 'constructor()', () => {
+		it( 'should set labeledInput#locale', () => {
+			expect( labeledInput.locale ).to.deep.equal( locale );
+		} );
+
+		it( 'should set labeledInput#fieldView', () => {
+			expect( labeledInput.fieldView ).to.equal( view );
+		} );
+
+		it( 'should set labeledInput#label', () => {
+			expect( labeledInput.label ).to.be.undefined;
+		} );
+
+		it( 'should set labeledInput#isEnabled', () => {
+			expect( labeledInput.isEnabled ).to.be.true;
+		} );
+
+		it( 'should set labeledInput#errorText', () => {
+			expect( labeledInput.errorText ).to.be.null;
+		} );
+
+		it( 'should set labeledInput#infoText', () => {
+			expect( labeledInput.infoText ).to.be.null;
+		} );
+
+		it( 'should set labeledInput#class', () => {
+			expect( labeledInput.class ).to.be.undefined;
+		} );
+
+		it( 'should create labeledInput#labelView', () => {
+			expect( labeledInput.labelView ).to.instanceOf( LabelView );
+		} );
+
+		it( 'should create labeledInput#statusView', () => {
+			expect( labeledInput.statusView ).to.instanceOf( View );
+
+			expect( labeledInput.statusView.element.tagName ).to.equal( 'DIV' );
+			expect( labeledInput.statusView.element.classList.contains( 'ck' ) ).to.be.true;
+			expect( labeledInput.statusView.element.classList.contains( 'ck-labeled-view__status' ) ).to.be.true;
+		} );
+
+		it( 'should allow pairing #view and #labelView by unique id', () => {
+			expect( labeledInput.labelView.for ).to.equal( view.viewUid );
+		} );
+
+		it( 'should allow pairing #view and #statusView by unique id', () => {
+			expect( view.statusUid ).to.equal( labeledInput.statusView.element.id );
+		} );
+	} );
+
+	describe( 'template', () => {
+		it( 'should have the CSS class', () => {
+			expect( labeledInput.element.classList.contains( 'ck' ) ).to.be.true;
+			expect( labeledInput.element.classList.contains( 'ck-labeled-view' ) ).to.be.true;
+		} );
+
+		it( 'should have #labeledInput', () => {
+			expect( labeledInput.template.children[ 0 ] ).to.equal( labeledInput.labelView );
+		} );
+
+		it( 'should have #view', () => {
+			expect( labeledInput.template.children[ 1 ] ).to.equal( view );
+		} );
+
+		it( 'should have the #statusView container', () => {
+			expect( labeledInput.template.children[ 2 ] ).to.equal( labeledInput.statusView );
+		} );
+
+		describe( 'DOM bindings', () => {
+			describe( 'class', () => {
+				it( 'should react on labeledInput#class', () => {
+					labeledInput.class = 'foo';
+					expect( labeledInput.element.classList.contains( 'foo' ) ).to.be.true;
+
+					labeledInput.class = 'bar';
+					expect( labeledInput.element.classList.contains( 'foo' ) ).to.be.false;
+					expect( labeledInput.element.classList.contains( 'bar' ) ).to.be.true;
+				} );
+			} );
+
+			describe( 'status container', () => {
+				it( 'should react on labeledInput#errorText', () => {
+					const statusElement = labeledInput.statusView.element;
+
+					labeledInput.errorText = '';
+					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.true;
+					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.false;
+					expect( statusElement.hasAttribute( 'role' ) ).to.be.false;
+					expect( statusElement.innerHTML ).to.equal( '' );
+
+					labeledInput.errorText = 'foo';
+					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.false;
+					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.true;
+					expect( statusElement.getAttribute( 'role' ) ).to.equal( 'alert' );
+					expect( statusElement.innerHTML ).to.equal( 'foo' );
+				} );
+
+				it( 'should react on labeledInput#infoText', () => {
+					const statusElement = labeledInput.statusView.element;
+
+					labeledInput.infoText = '';
+					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.true;
+					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.false;
+					expect( statusElement.hasAttribute( 'role' ) ).to.be.false;
+					expect( statusElement.innerHTML ).to.equal( '' );
+
+					labeledInput.infoText = 'foo';
+					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.false;
+					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.false;
+					expect( statusElement.hasAttribute( 'role' ) ).to.be.false;
+					expect( statusElement.innerHTML ).to.equal( 'foo' );
+				} );
+			} );
+		} );
+	} );
+
+	describe( 'binding', () => {
+		it( 'should bind labeledInput#label to labeledInput.labelView#label', () => {
+			labeledInput.label = 'Foo bar';
+
+			expect( labeledInput.labelView.text ).to.equal( 'Foo bar' );
+		} );
+	} );
+
+	describe( 'focus()', () => {
+		it( 'should focus the #view in DOM', () => {
+			const spy = sinon.spy( view, 'focus' );
+
+			labeledInput.focus();
+
+			sinon.assert.calledOnce( spy );
+		} );
+	} );
+} );

+ 108 - 0
packages/ckeditor5-ui/tests/labeledfield/utils.js

@@ -0,0 +1,108 @@
+/**
+ * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+import {
+	createLabeledInputText,
+	createLabeledDropdown
+} from '../../src/labeledfield/utils';
+
+import LabeledFieldView from '../../src/labeledfield/labeledfieldview';
+import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
+import InputTextView from '../../src/inputtext/inputtextview';
+import DropdownView from '../../src/dropdown/dropdownview';
+
+describe( 'LabeledFieldView utils', () => {
+	let locale;
+
+	testUtils.createSinonSandbox();
+
+	beforeEach( () => {
+		locale = { t: val => val };
+	} );
+
+	describe( 'createLabeledInputText()', () => {
+		let labeledInput;
+
+		beforeEach( () => {
+			labeledInput = new LabeledFieldView( locale, createLabeledInputText );
+		} );
+
+		afterEach( () => {
+			labeledInput.destroy();
+		} );
+
+		it( 'should create an InputTextView instance', () => {
+			expect( labeledInput.fieldView ).to.be.instanceOf( InputTextView );
+		} );
+
+		it( 'should pass the Locale to the input', () => {
+			expect( labeledInput.fieldView.locale ).to.equal( locale );
+		} );
+
+		it( 'should set input #id and #ariaDescribedById', () => {
+			labeledInput.render();
+
+			expect( labeledInput.fieldView.id ).to.equal( labeledInput.labelView.for );
+			expect( labeledInput.fieldView.ariaDescribedById ).to.equal( labeledInput.statusView.element.id );
+		} );
+
+		it( 'should bind input\'s #isReadOnly to labeledInput#isEnabled', () => {
+			labeledInput.isEnabled = true;
+			expect( labeledInput.fieldView.isReadOnly ).to.be.false;
+
+			labeledInput.isEnabled = false;
+			expect( labeledInput.fieldView.isReadOnly ).to.be.true;
+		} );
+
+		it( 'should bind input\'s #hasError to labeledInput#errorText', () => {
+			labeledInput.errorText = 'some error';
+			expect( labeledInput.fieldView.hasError ).to.be.true;
+
+			labeledInput.errorText = null;
+			expect( labeledInput.fieldView.hasError ).to.be.false;
+		} );
+
+		it( 'should clean labeledInput#errorText upon input\'s DOM "update" event', () => {
+			labeledInput.errorText = 'some error';
+			labeledInput.fieldView.fire( 'input' );
+			expect( labeledInput.errorText ).to.be.null;
+		} );
+	} );
+
+	describe( 'createLabeledDropdown', () => {
+		let labeledDropdown;
+
+		beforeEach( () => {
+			labeledDropdown = new LabeledFieldView( locale, createLabeledDropdown );
+		} );
+
+		afterEach( () => {
+			labeledDropdown.destroy();
+		} );
+
+		it( 'should create a DropdownView', () => {
+			expect( labeledDropdown.fieldView ).to.be.instanceOf( DropdownView );
+		} );
+
+		it( 'should pass the Locale to the dropdown', () => {
+			expect( labeledDropdown.fieldView.locale ).to.equal( locale );
+		} );
+
+		it( 'should set dropdown\'s #id and #ariaDescribedById', () => {
+			labeledDropdown.render();
+
+			expect( labeledDropdown.fieldView.id ).to.equal( labeledDropdown.labelView.for );
+			expect( labeledDropdown.fieldView.ariaDescribedById ).to.equal( labeledDropdown.statusView.element.id );
+		} );
+
+		it( 'should bind dropdown\'s #isEnabled to the labeled view', () => {
+			labeledDropdown.isEnabled = true;
+			expect( labeledDropdown.fieldView.isEnabled ).to.be.true;
+
+			labeledDropdown.isEnabled = false;
+			expect( labeledDropdown.fieldView.isEnabled ).to.be.false;
+		} );
+	} );
+} );

+ 0 - 166
packages/ckeditor5-ui/tests/labeledview/labeledview.js

@@ -1,166 +0,0 @@
-/**
- * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
-
-import View from '../../src/view';
-import LabeledView from '../../src/labeledview/labeledview';
-import LabelView from '../../src/label/labelview';
-
-describe( 'LabeledView', () => {
-	const locale = {};
-
-	let labeledView, view;
-
-	beforeEach( () => {
-		labeledView = new LabeledView( locale, ( labeledView, viewUid, statusUid ) => {
-			view = new View( locale );
-			view.setTemplate( { tag: 'div' } );
-			view.focus = () => {};
-			view.viewUid = viewUid;
-			view.statusUid = statusUid;
-
-			return view;
-		} );
-
-		labeledView.render();
-	} );
-
-	afterEach( () => {
-		labeledView.destroy();
-	} );
-
-	describe( 'constructor()', () => {
-		it( 'should set labeledView#locale', () => {
-			expect( labeledView.locale ).to.deep.equal( locale );
-		} );
-
-		it( 'should set labeledView#view', () => {
-			expect( labeledView.view ).to.equal( view );
-		} );
-
-		it( 'should set labeledView#label', () => {
-			expect( labeledView.label ).to.be.undefined;
-		} );
-
-		it( 'should set labeledView#isEnabled', () => {
-			expect( labeledView.isEnabled ).to.be.true;
-		} );
-
-		it( 'should set labeledView#errorText', () => {
-			expect( labeledView.errorText ).to.be.null;
-		} );
-
-		it( 'should set labeledView#infoText', () => {
-			expect( labeledView.infoText ).to.be.null;
-		} );
-
-		it( 'should set labeledView#class', () => {
-			expect( labeledView.class ).to.be.undefined;
-		} );
-
-		it( 'should create labeledView#labelView', () => {
-			expect( labeledView.labelView ).to.instanceOf( LabelView );
-		} );
-
-		it( 'should create labeledView#statusView', () => {
-			expect( labeledView.statusView ).to.instanceOf( View );
-
-			expect( labeledView.statusView.element.tagName ).to.equal( 'DIV' );
-			expect( labeledView.statusView.element.classList.contains( 'ck' ) ).to.be.true;
-			expect( labeledView.statusView.element.classList.contains( 'ck-labeled-view__status' ) ).to.be.true;
-		} );
-
-		it( 'should allow pairing #view and #labelView by unique id', () => {
-			expect( labeledView.labelView.for ).to.equal( view.viewUid );
-		} );
-
-		it( 'should allow pairing #view and #statusView by unique id', () => {
-			expect( view.statusUid ).to.equal( labeledView.statusView.element.id );
-		} );
-	} );
-
-	describe( 'template', () => {
-		it( 'should have the CSS class', () => {
-			expect( labeledView.element.classList.contains( 'ck' ) ).to.be.true;
-			expect( labeledView.element.classList.contains( 'ck-labeled-view' ) ).to.be.true;
-		} );
-
-		it( 'should have #labeledView', () => {
-			expect( labeledView.template.children[ 0 ] ).to.equal( labeledView.labelView );
-		} );
-
-		it( 'should have #view', () => {
-			expect( labeledView.template.children[ 1 ] ).to.equal( view );
-		} );
-
-		it( 'should have the #statusView container', () => {
-			expect( labeledView.template.children[ 2 ] ).to.equal( labeledView.statusView );
-		} );
-
-		describe( 'DOM bindings', () => {
-			describe( 'class', () => {
-				it( 'should react on labeledView#class', () => {
-					labeledView.class = 'foo';
-					expect( labeledView.element.classList.contains( 'foo' ) ).to.be.true;
-
-					labeledView.class = 'bar';
-					expect( labeledView.element.classList.contains( 'foo' ) ).to.be.false;
-					expect( labeledView.element.classList.contains( 'bar' ) ).to.be.true;
-				} );
-			} );
-
-			describe( 'status container', () => {
-				it( 'should react on labeledView#errorText', () => {
-					const statusElement = labeledView.statusView.element;
-
-					labeledView.errorText = '';
-					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.true;
-					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.false;
-					expect( statusElement.hasAttribute( 'role' ) ).to.be.false;
-					expect( statusElement.innerHTML ).to.equal( '' );
-
-					labeledView.errorText = 'foo';
-					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.false;
-					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.true;
-					expect( statusElement.getAttribute( 'role' ) ).to.equal( 'alert' );
-					expect( statusElement.innerHTML ).to.equal( 'foo' );
-				} );
-
-				it( 'should react on labeledView#infoText', () => {
-					const statusElement = labeledView.statusView.element;
-
-					labeledView.infoText = '';
-					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.true;
-					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.false;
-					expect( statusElement.hasAttribute( 'role' ) ).to.be.false;
-					expect( statusElement.innerHTML ).to.equal( '' );
-
-					labeledView.infoText = 'foo';
-					expect( statusElement.classList.contains( 'ck-hidden' ) ).to.be.false;
-					expect( statusElement.classList.contains( 'ck-labeled-view__status_error' ) ).to.be.false;
-					expect( statusElement.hasAttribute( 'role' ) ).to.be.false;
-					expect( statusElement.innerHTML ).to.equal( 'foo' );
-				} );
-			} );
-		} );
-	} );
-
-	describe( 'binding', () => {
-		it( 'should bind labeledView#label to labeledView.labelView#label', () => {
-			labeledView.label = 'Foo bar';
-
-			expect( labeledView.labelView.text ).to.equal( 'Foo bar' );
-		} );
-	} );
-
-	describe( 'focus()', () => {
-		it( 'should focus the #view in DOM', () => {
-			const spy = sinon.spy( view, 'focus' );
-
-			labeledView.focus();
-
-			sinon.assert.calledOnce( spy );
-		} );
-	} );
-} );

+ 0 - 108
packages/ckeditor5-ui/tests/labeledview/utils.js

@@ -1,108 +0,0 @@
-/**
- * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
-
-import {
-	createLabeledInputText,
-	createLabeledDropdown
-} from '../../src/labeledview/utils';
-
-import LabeledView from '../../src/labeledview/labeledview';
-import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
-import InputTextView from '../../src/inputtext/inputtextview';
-import DropdownView from '../../src/dropdown/dropdownview';
-
-describe( 'LabeledView utils', () => {
-	let locale;
-
-	testUtils.createSinonSandbox();
-
-	beforeEach( () => {
-		locale = { t: val => val };
-	} );
-
-	describe( 'createLabeledInputText()', () => {
-		let labeledView;
-
-		beforeEach( () => {
-			labeledView = new LabeledView( locale, createLabeledInputText );
-		} );
-
-		afterEach( () => {
-			labeledView.destroy();
-		} );
-
-		it( 'should create an InputTextView instance', () => {
-			expect( labeledView.view ).to.be.instanceOf( InputTextView );
-		} );
-
-		it( 'should pass the Locale to the input', () => {
-			expect( labeledView.view.locale ).to.equal( locale );
-		} );
-
-		it( 'should set input #id and #ariaDescribedById', () => {
-			labeledView.render();
-
-			expect( labeledView.view.id ).to.equal( labeledView.labelView.for );
-			expect( labeledView.view.ariaDescribedById ).to.equal( labeledView.statusView.element.id );
-		} );
-
-		it( 'should bind input\'s #isReadOnly to LabeledView#isEnabled', () => {
-			labeledView.isEnabled = true;
-			expect( labeledView.view.isReadOnly ).to.be.false;
-
-			labeledView.isEnabled = false;
-			expect( labeledView.view.isReadOnly ).to.be.true;
-		} );
-
-		it( 'should bind input\'s #hasError to LabeledView#errorText', () => {
-			labeledView.errorText = 'some error';
-			expect( labeledView.view.hasError ).to.be.true;
-
-			labeledView.errorText = null;
-			expect( labeledView.view.hasError ).to.be.false;
-		} );
-
-		it( 'should clean LabeledView#errorText upon input\'s DOM "update" event', () => {
-			labeledView.errorText = 'some error';
-			labeledView.view.fire( 'input' );
-			expect( labeledView.errorText ).to.be.null;
-		} );
-	} );
-
-	describe( 'createLabeledDropdown', () => {
-		let labeledView;
-
-		beforeEach( () => {
-			labeledView = new LabeledView( locale, createLabeledDropdown );
-		} );
-
-		afterEach( () => {
-			labeledView.destroy();
-		} );
-
-		it( 'should create a DropdownView', () => {
-			expect( labeledView.view ).to.be.instanceOf( DropdownView );
-		} );
-
-		it( 'should pass the Locale to the dropdown', () => {
-			expect( labeledView.view.locale ).to.equal( locale );
-		} );
-
-		it( 'should set dropdown\'s #id and #ariaDescribedById', () => {
-			labeledView.render();
-
-			expect( labeledView.view.id ).to.equal( labeledView.labelView.for );
-			expect( labeledView.view.ariaDescribedById ).to.equal( labeledView.statusView.element.id );
-		} );
-
-		it( 'should bind dropdown\'s #isEnabled to the labeled view', () => {
-			labeledView.isEnabled = true;
-			expect( labeledView.view.isEnabled ).to.be.true;
-
-			labeledView.isEnabled = false;
-			expect( labeledView.view.isEnabled ).to.be.false;
-		} );
-	} );
-} );

+ 0 - 0
packages/ckeditor5-ui/theme/components/labeledview/labeledview.css → packages/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css