Przeglądaj źródła

Added missing entries in contexts.json.

Aleksander Nowodzinski 6 lat temu
rodzic
commit
9fc7f76d43
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7 1
      packages/ckeditor5-table/lang/contexts.json

+ 7 - 1
packages/ckeditor5-table/lang/contexts.json

@@ -25,9 +25,12 @@
 	"Color": "The label for the input that allows configuring the border color of a table or a table cell.",
 	"Background": "The label for the input that allows configuring the background color of a table or a table cell.",
 	"Padding": "The label for the input that allows configuring the padding of a table cell.",
+	"Dimensions": "The label describing a group of form fields that allows setting dimensions of a table or a table cell.",
 	"Text alignment": "The label for the group of toolbars that allows configuring the text alignment in a table cell.",
+	"Alignment": "The label for the toolbar that allows configuring the alignment of a table.",
 	"Horizontal text alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the horizontal text alignment in a table cell.",
 	"Vertical text alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the vertical text alignment in a table cell.",
+	"Table alignment toolbar": "The label used by assistive technologies describing a toolbar that allows configuring the alignment of a table.",
 	"Save": "The label for the button that saves the changes made to the table or table cell properties.",
 	"Cancel": "The label for the button that rejects the changes made to the table or table cell properties.",
 	"None": "The label for the border style dropdown when no style is applied to a table or a table cell.",
@@ -45,5 +48,8 @@
 	"Justify cell text": "The label used by assistive technologies describing a button that justifies the table cell text.",
 	"Align cell text to the top": "The label used by assistive technologies describing a button that aligns the table cell text to the top.",
 	"Align cell text to the middle": "The label used by assistive technologies describing a button that aligns the table cell text to the middle.",
-	"Align cell text to the bottom": "The label used by assistive technologies describing a button that aligns the table cell text to the bottom."
+	"Align cell text to the bottom": "The label used by assistive technologies describing a button that aligns the table cell text to the bottom.",
+	"Align table to the left": "The label used by assistive technologies describing a button that aligns the table to the left.",
+	"Center table": "The label used by assistive technologies describing a button that centers the table.",
+	"Align table to the right": "The label used by assistive technologies describing a button that aligns the table to the right."
 }