Ver código fonte

Internal: Added contexts.json.

Piotrek Koszuliński 7 anos atrás
pai
commit
24c6eece3b
1 arquivos alterados com 20 adições e 0 exclusões
  1. 20 0
      packages/ckeditor5-table/lang/contexts.json

+ 20 - 0
packages/ckeditor5-table/lang/contexts.json

@@ -0,0 +1,20 @@
+{
+	"Insert table": "Label for the insert table toolbar button.",
+	"Header column": "Label for the set/unset table header column button.",
+	"Insert column before": "Label for the insert table column before the current one button.",
+	"Insert column after": "Label for the insert table column after the current one button.",
+	"Delete column": "Label for the delete table column button.",
+	"Column": "Label for the table column dropdown button.",
+	"Header row": "Label for the set/unset table header row button.",
+	"Insert row below": "Label for the insert row below button.",
+	"Insert row above": "Label for the insert row above button.",
+	"Delete row": "Label for the delete table row button.",
+	"Row": "Label for the table row dropdown button.",
+	"Merge cell up": "Label for the merge table cell up button.",
+	"Merge cell right": "Label for the merge table cell right button.",
+	"Merge cell down": "Label for the merge table cell down button.",
+	"Merge cell left": "Label for the merge table cell left button.",
+	"Split cell vertically": "Label for the split table cell vertically button.",
+	"Split cell horizontally": "Label for the split table cell horizontally button.",
+	"Merge cells": "Label for the merge table cells button."
+}