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

Merge branch 'master' into i/3287

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
a4794f56cc
43 измененных файлов с 376 добавлено и 22 удалено
  1. 12 0
      packages/ckeditor5-table/CHANGELOG.md
  2. 4 0
      packages/ckeditor5-table/lang/translations/ar.po
  3. 4 0
      packages/ckeditor5-table/lang/translations/az.po
  4. 6 2
      packages/ckeditor5-table/lang/translations/cs.po
  5. 4 0
      packages/ckeditor5-table/lang/translations/da.po
  6. 4 0
      packages/ckeditor5-table/lang/translations/de-ch.po
  7. 4 0
      packages/ckeditor5-table/lang/translations/de.po
  8. 4 0
      packages/ckeditor5-table/lang/translations/en-au.po
  9. 4 0
      packages/ckeditor5-table/lang/translations/en-gb.po
  10. 4 0
      packages/ckeditor5-table/lang/translations/en.po
  11. 4 0
      packages/ckeditor5-table/lang/translations/es.po
  12. 4 0
      packages/ckeditor5-table/lang/translations/et.po
  13. 6 2
      packages/ckeditor5-table/lang/translations/fa.po
  14. 4 0
      packages/ckeditor5-table/lang/translations/fi.po
  15. 4 0
      packages/ckeditor5-table/lang/translations/fr.po
  16. 4 0
      packages/ckeditor5-table/lang/translations/gl.po
  17. 6 2
      packages/ckeditor5-table/lang/translations/hr.po
  18. 4 0
      packages/ckeditor5-table/lang/translations/hu.po
  19. 4 0
      packages/ckeditor5-table/lang/translations/id.po
  20. 4 0
      packages/ckeditor5-table/lang/translations/it.po
  21. 4 0
      packages/ckeditor5-table/lang/translations/ja.po
  22. 4 0
      packages/ckeditor5-table/lang/translations/ku.po
  23. 4 0
      packages/ckeditor5-table/lang/translations/lt.po
  24. 93 0
      packages/ckeditor5-table/lang/translations/lv.po
  25. 4 0
      packages/ckeditor5-table/lang/translations/nb.po
  26. 4 0
      packages/ckeditor5-table/lang/translations/ne.po
  27. 4 0
      packages/ckeditor5-table/lang/translations/nl.po
  28. 4 0
      packages/ckeditor5-table/lang/translations/no.po
  29. 4 0
      packages/ckeditor5-table/lang/translations/pl.po
  30. 4 0
      packages/ckeditor5-table/lang/translations/pt-br.po
  31. 93 0
      packages/ckeditor5-table/lang/translations/ro.po
  32. 4 0
      packages/ckeditor5-table/lang/translations/ru.po
  33. 4 0
      packages/ckeditor5-table/lang/translations/sk.po
  34. 4 0
      packages/ckeditor5-table/lang/translations/sq.po
  35. 4 0
      packages/ckeditor5-table/lang/translations/sr-latn.po
  36. 4 0
      packages/ckeditor5-table/lang/translations/sr.po
  37. 4 0
      packages/ckeditor5-table/lang/translations/sv.po
  38. 4 0
      packages/ckeditor5-table/lang/translations/tr.po
  39. 4 0
      packages/ckeditor5-table/lang/translations/uk.po
  40. 4 0
      packages/ckeditor5-table/lang/translations/vi.po
  41. 4 0
      packages/ckeditor5-table/lang/translations/zh-cn.po
  42. 4 0
      packages/ckeditor5-table/lang/translations/zh.po
  43. 16 16
      packages/ckeditor5-table/package.json

+ 12 - 0
packages/ckeditor5-table/CHANGELOG.md

@@ -1,6 +1,18 @@
 Changelog
 Changelog
 =========
 =========
 
 
+## [15.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v14.0.0...v15.0.0) (2019-10-23)
+
+### Bug fixes
+
+* Column insertion and cell merging buttons should work correctly when the editor content is right–to–left (RTL). Closes [#200](https://github.com/ckeditor/ckeditor5-table/issues/200). ([ac7be7b](https://github.com/ckeditor/ckeditor5-table/commit/ac7be7b))
+
+### Other changes
+
+* Added `pluginName` to editing plugin. ([1f76c1e](https://github.com/ckeditor/ckeditor5-table/commit/1f76c1e))
+* Updated translations. ([ba00c09](https://github.com/ckeditor/ckeditor5-table/commit/ba00c09)) ([b1ff792](https://github.com/ckeditor/ckeditor5-table/commit/b1ff792))
+
+
 ## [14.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.2...v14.0.0) (2019-08-26)
 ## [14.0.0](https://github.com/ckeditor/ckeditor5-table/compare/v13.0.2...v14.0.0) (2019-08-26)
 
 
 ### Features
 ### Features

+ 4 - 0
packages/ckeditor5-table/lang/translations/ar.po

@@ -87,3 +87,7 @@ msgstr "فصل الخلايا بشكل افقي"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "دمج الخلايا"
 msgstr "دمج الخلايا"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/az.po

@@ -87,3 +87,7 @@ msgstr "Xanaları üfüqi böl"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Xanaları birləşdir"
 msgstr "Xanaları birləşdir"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Cədvəl paneli"

+ 6 - 2
packages/ckeditor5-table/lang/translations/cs.po

@@ -26,11 +26,11 @@ msgstr "Sloupec záhlaví"
 
 
 msgctxt "Label for the insert table column to the left of the current one button."
 msgctxt "Label for the insert table column to the left of the current one button."
 msgid "Insert column left"
 msgid "Insert column left"
-msgstr ""
+msgstr "Vložit sloupec vlevo"
 
 
 msgctxt "Label for the insert table column to the right of the current one button."
 msgctxt "Label for the insert table column to the right of the current one button."
 msgid "Insert column right"
 msgid "Insert column right"
-msgstr ""
+msgstr "Vložit sloupec vpravo"
 
 
 msgctxt "Label for the delete table column button."
 msgctxt "Label for the delete table column button."
 msgid "Delete column"
 msgid "Delete column"
@@ -87,3 +87,7 @@ msgstr "Rozdělit buňky horizontálně"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Sloučit buňky"
 msgstr "Sloučit buňky"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Panel nástrojů tabulky"

+ 4 - 0
packages/ckeditor5-table/lang/translations/da.po

@@ -87,3 +87,7 @@ msgstr "Del celle horisontalt"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Flet celler"
 msgstr "Flet celler"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tabel værktøjslinje"

+ 4 - 0
packages/ckeditor5-table/lang/translations/de-ch.po

@@ -87,3 +87,7 @@ msgstr "Zelle horizontal teilen"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Zellen verbinden"
 msgstr "Zellen verbinden"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/de.po

@@ -87,3 +87,7 @@ msgstr "Zelle horizontal teilen"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Zellen verbinden"
 msgstr "Zellen verbinden"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tabelle Werkzeugleiste"

+ 4 - 0
packages/ckeditor5-table/lang/translations/en-au.po

@@ -87,3 +87,7 @@ msgstr "Split cell horizontally"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Merge cells"
 msgstr "Merge cells"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Table toolbar"

+ 4 - 0
packages/ckeditor5-table/lang/translations/en-gb.po

@@ -87,3 +87,7 @@ msgstr "Split cell horizontally"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Merge cells"
 msgstr "Merge cells"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/en.po

@@ -87,3 +87,7 @@ msgstr "Split cell horizontally"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Merge cells"
 msgstr "Merge cells"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Table toolbar"

+ 4 - 0
packages/ckeditor5-table/lang/translations/es.po

@@ -87,3 +87,7 @@ msgstr "Dividir celdas horizontalmente"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Combinar celdas"
 msgstr "Combinar celdas"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/et.po

@@ -87,3 +87,7 @@ msgstr "Jaga lahter horisontaalselt"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Liida lahtrid"
 msgstr "Liida lahtrid"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tabelite tööriistariba"

+ 6 - 2
packages/ckeditor5-table/lang/translations/fa.po

@@ -26,11 +26,11 @@ msgstr "ستون سربرگ"
 
 
 msgctxt "Label for the insert table column to the left of the current one button."
 msgctxt "Label for the insert table column to the left of the current one button."
 msgid "Insert column left"
 msgid "Insert column left"
-msgstr ""
+msgstr "درج ستون در سمت چپ"
 
 
 msgctxt "Label for the insert table column to the right of the current one button."
 msgctxt "Label for the insert table column to the right of the current one button."
 msgid "Insert column right"
 msgid "Insert column right"
-msgstr ""
+msgstr "درج ستون در سمت راست"
 
 
 msgctxt "Label for the delete table column button."
 msgctxt "Label for the delete table column button."
 msgid "Delete column"
 msgid "Delete column"
@@ -87,3 +87,7 @@ msgstr "تقسیم افقی سلول"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "ادغام سلول ها"
 msgstr "ادغام سلول ها"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "نوارابزار جدول"

+ 4 - 0
packages/ckeditor5-table/lang/translations/fi.po

@@ -87,3 +87,7 @@ msgstr "Jaa solu vaakasuunnassa"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Yhdistä tai jaa soluja"
 msgstr "Yhdistä tai jaa soluja"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/fr.po

@@ -87,3 +87,7 @@ msgstr "Scinder la cellule horizontalement"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Fusionner les cellules"
 msgstr "Fusionner les cellules"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Barre d'outils des tableaux"

+ 4 - 0
packages/ckeditor5-table/lang/translations/gl.po

@@ -87,3 +87,7 @@ msgstr "Dividir cela en horizontal"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Combinar celas"
 msgstr "Combinar celas"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Barra de ferramentas de táboas"

+ 6 - 2
packages/ckeditor5-table/lang/translations/hr.po

@@ -26,11 +26,11 @@ msgstr "Kolona zaglavlja"
 
 
 msgctxt "Label for the insert table column to the left of the current one button."
 msgctxt "Label for the insert table column to the left of the current one button."
 msgid "Insert column left"
 msgid "Insert column left"
-msgstr ""
+msgstr "Umetni stupac lijevo"
 
 
 msgctxt "Label for the insert table column to the right of the current one button."
 msgctxt "Label for the insert table column to the right of the current one button."
 msgid "Insert column right"
 msgid "Insert column right"
-msgstr ""
+msgstr "Umetni stupac desno"
 
 
 msgctxt "Label for the delete table column button."
 msgctxt "Label for the delete table column button."
 msgid "Delete column"
 msgid "Delete column"
@@ -87,3 +87,7 @@ msgstr "Razdvoji ćeliju vodoravno"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Spoji ćelije"
 msgstr "Spoji ćelije"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Traka za tablice"

+ 4 - 0
packages/ckeditor5-table/lang/translations/hu.po

@@ -87,3 +87,7 @@ msgstr "Cella felosztása vízszintesen"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Cellaegyesítés"
 msgstr "Cellaegyesítés"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Táblázat eszköztár"

+ 4 - 0
packages/ckeditor5-table/lang/translations/id.po

@@ -87,3 +87,7 @@ msgstr "Bagikan sel secara horizontal"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Gabungkan sel"
 msgstr "Gabungkan sel"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Alat tabel"

+ 4 - 0
packages/ckeditor5-table/lang/translations/it.po

@@ -87,3 +87,7 @@ msgstr "Dividi cella orizzontalmente"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Unisci celle"
 msgstr "Unisci celle"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Barra degli strumenti della tabella"

+ 4 - 0
packages/ckeditor5-table/lang/translations/ja.po

@@ -87,3 +87,7 @@ msgstr "縦にセルを分離"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "セルを結合"
 msgstr "セルを結合"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/ku.po

@@ -87,3 +87,7 @@ msgstr "بەشکردنی خانەکان بە ئاسۆیی"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "تێکەڵکردنی خانەکان"
 msgstr "تێکەڵکردنی خانەکان"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "تووڵامرازی خشتە"

+ 4 - 0
packages/ckeditor5-table/lang/translations/lt.po

@@ -87,3 +87,7 @@ msgstr "Padalinti langelį horizontaliai"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Sujungti langelius"
 msgstr "Sujungti langelius"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 93 - 0
packages/ckeditor5-table/lang/translations/lv.po

@@ -0,0 +1,93 @@
+# Copyright (c) 2003-2019, 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: Latvian (https://www.transifex.com/ckeditor/teams/11143/lv/)\n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+msgctxt "Label for the insert table toolbar button."
+msgid "Insert table"
+msgstr "Ievietot tabulu"
+
+msgctxt "Label for the set/unset table header column button."
+msgid "Header column"
+msgstr "Šī kolonna ir galvene"
+
+msgctxt "Label for the insert table column to the left of the current one button."
+msgid "Insert column left"
+msgstr "Ievietot kolonnu pa kreisi"
+
+msgctxt "Label for the insert table column to the right of the current one button."
+msgid "Insert column right"
+msgstr "Ievietot kolonnu pa labi"
+
+msgctxt "Label for the delete table column button."
+msgid "Delete column"
+msgstr "Dzēst kolonnu"
+
+msgctxt "Label for the table column dropdown button."
+msgid "Column"
+msgstr "Kolonna"
+
+msgctxt "Label for the set/unset table header row button."
+msgid "Header row"
+msgstr "Šī rinda ir galvene"
+
+msgctxt "Label for the insert row below button."
+msgid "Insert row below"
+msgstr "Ievietot rindu zem"
+
+msgctxt "Label for the insert row above button."
+msgid "Insert row above"
+msgstr "Ievietot rindu virs"
+
+msgctxt "Label for the delete table row button."
+msgid "Delete row"
+msgstr "Dzēst rindu"
+
+msgctxt "Label for the table row dropdown button."
+msgid "Row"
+msgstr "Rinda"
+
+msgctxt "Label for the merge table cell up button."
+msgid "Merge cell up"
+msgstr "Apvienot šūnas uz augšu"
+
+msgctxt "Label for the merge table cell right button."
+msgid "Merge cell right"
+msgstr "Apvienot šūnas pa labi"
+
+msgctxt "Label for the merge table cell down button."
+msgid "Merge cell down"
+msgstr "Apvienot šūnas uz leju"
+
+msgctxt "Label for the merge table cell left button."
+msgid "Merge cell left"
+msgstr "Apvienot šūnas pa kreisi"
+
+msgctxt "Label for the split table cell vertically button."
+msgid "Split cell vertically"
+msgstr "Atdalīt šūnu vertikāli"
+
+msgctxt "Label for the split table cell horizontally button."
+msgid "Split cell horizontally"
+msgstr "Atdalīt šūnu horizontāli"
+
+msgctxt "Label for the merge table cells button."
+msgid "Merge cells"
+msgstr "Apvienot šūnas"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tabulas rīkjosla"

+ 4 - 0
packages/ckeditor5-table/lang/translations/nb.po

@@ -87,3 +87,7 @@ msgstr "Del celle horisontalt"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Slå sammen celler"
 msgstr "Slå sammen celler"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/ne.po

@@ -87,3 +87,7 @@ msgstr "क्षैतिज कक्ष विभाजित गर्नु
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "कक्ष मर्ज गर्नुहोस्"
 msgstr "कक्ष मर्ज गर्नुहोस्"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/nl.po

@@ -87,3 +87,7 @@ msgstr "Splits cel horizontaal"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Cellen samenvoegen"
 msgstr "Cellen samenvoegen"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tabel werkbalk"

+ 4 - 0
packages/ckeditor5-table/lang/translations/no.po

@@ -87,3 +87,7 @@ msgstr "Del opp celle horisontalt"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Slå sammen celler"
 msgstr "Slå sammen celler"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/pl.po

@@ -87,3 +87,7 @@ msgstr "Podziel komórkę poziomo"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Scal komórki"
 msgstr "Scal komórki"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Pasek narzędzi tabel"

+ 4 - 0
packages/ckeditor5-table/lang/translations/pt-br.po

@@ -87,3 +87,7 @@ msgstr "Dividir horizontalmente"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Mesclar células"
 msgstr "Mesclar células"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Ferramentas de Tabela"

+ 93 - 0
packages/ckeditor5-table/lang/translations/ro.po

@@ -0,0 +1,93 @@
+# Copyright (c) 2003-2019, 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: Romanian (https://www.transifex.com/ckeditor/teams/11143/ro/)\n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+msgctxt "Label for the insert table toolbar button."
+msgid "Insert table"
+msgstr "Inserează tabel"
+
+msgctxt "Label for the set/unset table header column button."
+msgid "Header column"
+msgstr "Antet coloană"
+
+msgctxt "Label for the insert table column to the left of the current one button."
+msgid "Insert column left"
+msgstr "Inserează coloană la stânga"
+
+msgctxt "Label for the insert table column to the right of the current one button."
+msgid "Insert column right"
+msgstr "Inserează coloană la dreapta"
+
+msgctxt "Label for the delete table column button."
+msgid "Delete column"
+msgstr "Șterge coloană"
+
+msgctxt "Label for the table column dropdown button."
+msgid "Column"
+msgstr "Coloană"
+
+msgctxt "Label for the set/unset table header row button."
+msgid "Header row"
+msgstr "Rând antet"
+
+msgctxt "Label for the insert row below button."
+msgid "Insert row below"
+msgstr "Inserează rând dedesubt"
+
+msgctxt "Label for the insert row above button."
+msgid "Insert row above"
+msgstr "Inserează rând deasupra"
+
+msgctxt "Label for the delete table row button."
+msgid "Delete row"
+msgstr "Șterge rând"
+
+msgctxt "Label for the table row dropdown button."
+msgid "Row"
+msgstr "Rând"
+
+msgctxt "Label for the merge table cell up button."
+msgid "Merge cell up"
+msgstr "Îmbină celula în sus"
+
+msgctxt "Label for the merge table cell right button."
+msgid "Merge cell right"
+msgstr "Îmbină celula la dreapta"
+
+msgctxt "Label for the merge table cell down button."
+msgid "Merge cell down"
+msgstr "Îmbină celula în jos"
+
+msgctxt "Label for the merge table cell left button."
+msgid "Merge cell left"
+msgstr "Îmbină celula la stânga"
+
+msgctxt "Label for the split table cell vertically button."
+msgid "Split cell vertically"
+msgstr "Scindează celula pe verticală"
+
+msgctxt "Label for the split table cell horizontally button."
+msgid "Split cell horizontally"
+msgstr "Scindează celula pe orizontală"
+
+msgctxt "Label for the merge table cells button."
+msgid "Merge cells"
+msgstr "Îmbină celulele"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Bară tabel"

+ 4 - 0
packages/ckeditor5-table/lang/translations/ru.po

@@ -87,3 +87,7 @@ msgstr "Разделить ячейку горизонтально"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Объединить ячейки"
 msgstr "Объединить ячейки"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/sk.po

@@ -87,3 +87,7 @@ msgstr "Rozdeliť bunku vodorovne"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Zlúčiť bunky"
 msgstr "Zlúčiť bunky"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Panel nástrojov tabuľky"

+ 4 - 0
packages/ckeditor5-table/lang/translations/sq.po

@@ -87,3 +87,7 @@ msgstr "Ndaj kutizat horizontalisht"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Bashko kutizat"
 msgstr "Bashko kutizat"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/sr-latn.po

@@ -87,3 +87,7 @@ msgstr "Deli ćelije vodoravno"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Spoj ćelije"
 msgstr "Spoj ćelije"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tabela traka sa alatkama"

+ 4 - 0
packages/ckeditor5-table/lang/translations/sr.po

@@ -87,3 +87,7 @@ msgstr "Дели ћелије водоравно"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Спој ћелије"
 msgstr "Спој ћелије"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Табела трака са алаткама"

+ 4 - 0
packages/ckeditor5-table/lang/translations/sv.po

@@ -87,3 +87,7 @@ msgstr ""
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr ""
 msgstr ""
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/tr.po

@@ -87,3 +87,7 @@ msgstr "Hücreyi yatay böl"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Hücreleri birleştir"
 msgstr "Hücreleri birleştir"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "Tablo araç çubuğu"

+ 4 - 0
packages/ckeditor5-table/lang/translations/uk.po

@@ -87,3 +87,7 @@ msgstr "Розділити комірки горизонтально"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "Поєднати комірки"
 msgstr "Поєднати комірки"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/vi.po

@@ -87,3 +87,7 @@ msgstr ""
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr ""
 msgstr ""
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 4 - 0
packages/ckeditor5-table/lang/translations/zh-cn.po

@@ -87,3 +87,7 @@ msgstr "水平分割单元格"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "合并单元格"
 msgstr "合并单元格"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr "表格工具栏"

+ 4 - 0
packages/ckeditor5-table/lang/translations/zh.po

@@ -87,3 +87,7 @@ msgstr "水平分割儲存格"
 msgctxt "Label for the merge table cells button."
 msgctxt "Label for the merge table cells button."
 msgid "Merge cells"
 msgid "Merge cells"
 msgstr "合併儲存格"
 msgstr "合併儲存格"
+
+msgctxt "The label used by assistive technologies describing a table toolbar attached to a table widget."
+msgid "Table toolbar"
+msgstr ""

+ 16 - 16
packages/ckeditor5-table/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@ckeditor/ckeditor5-table",
   "name": "@ckeditor/ckeditor5-table",
-  "version": "14.0.0",
+  "version": "15.0.0",
   "description": "Table feature for CKEditor 5.",
   "description": "Table feature for CKEditor 5.",
   "keywords": [
   "keywords": [
     "ckeditor",
     "ckeditor",
@@ -10,23 +10,23 @@
     "ckeditor5-plugin"
     "ckeditor5-plugin"
   ],
   ],
   "dependencies": {
   "dependencies": {
-    "@ckeditor/ckeditor5-core": "^12.3.0",
-    "@ckeditor/ckeditor5-ui": "^14.0.0",
-    "@ckeditor/ckeditor5-widget": "^11.1.0"
+    "@ckeditor/ckeditor5-core": "^15.0.0",
+    "@ckeditor/ckeditor5-ui": "^15.0.0",
+    "@ckeditor/ckeditor5-widget": "^15.0.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@ckeditor/ckeditor5-alignment": "^11.2.0",
-    "@ckeditor/ckeditor5-block-quote": "^11.1.3",
-    "@ckeditor/ckeditor5-clipboard": "^12.0.2",
-    "@ckeditor/ckeditor5-editor-classic": "^12.1.4",
-    "@ckeditor/ckeditor5-engine": "^14.0.0",
-    "@ckeditor/ckeditor5-image": "^14.0.0",
-    "@ckeditor/ckeditor5-list": "^12.1.0",
-    "@ckeditor/ckeditor5-media-embed": "^11.1.4",
-    "@ckeditor/ckeditor5-paragraph": "^11.0.5",
-    "@ckeditor/ckeditor5-typing": "^12.2.0",
-    "@ckeditor/ckeditor5-undo": "^11.0.5",
-    "@ckeditor/ckeditor5-utils": "^14.0.0",
+    "@ckeditor/ckeditor5-alignment": "^15.0.0",
+    "@ckeditor/ckeditor5-block-quote": "^15.0.0",
+    "@ckeditor/ckeditor5-clipboard": "^15.0.0",
+    "@ckeditor/ckeditor5-editor-classic": "^15.0.0",
+    "@ckeditor/ckeditor5-engine": "^15.0.0",
+    "@ckeditor/ckeditor5-image": "^15.0.0",
+    "@ckeditor/ckeditor5-list": "^15.0.0",
+    "@ckeditor/ckeditor5-media-embed": "^15.0.0",
+    "@ckeditor/ckeditor5-paragraph": "^15.0.0",
+    "@ckeditor/ckeditor5-typing": "^15.0.0",
+    "@ckeditor/ckeditor5-undo": "^15.0.0",
+    "@ckeditor/ckeditor5-utils": "^15.0.0",
     "eslint": "^5.5.0",
     "eslint": "^5.5.0",
     "eslint-config-ckeditor5": "^2.0.0",
     "eslint-config-ckeditor5": "^2.0.0",
     "husky": "^1.3.1",
     "husky": "^1.3.1",