Skip to content

Commit

Permalink
Merge pull request #1388 from wachtda/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D authored Mar 24, 2023
2 parents 7751410 + 644b67c commit 26179a9
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions plugins/table/trumbowyg.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
tableVerticalAlignTop: 'Align text to top',
tableVerticalAlignMiddle: 'Center text vertically',
tableVerticalAlignBottom: 'Align text to bottom',
tableCellBackgroundColor: 'Cell background color'
tableCellBackgroundColor: 'Cell background color',
tableBorderColor: 'Table border color'
},
az: {
table: 'Cədvəl yerləşdir',
Expand Down Expand Up @@ -154,13 +155,25 @@
},
de: {
table: 'Tabelle einfügen',
tableAddRow: 'Zeile hinzufügen',
tableAddRowAbove: 'Zeile hinzufügen',
tableAddColumnLeft: 'Spalte hinzufügen',
tableAddColumn: 'Spalte hinzufügen',
tableRows: 'Zeilen',
tableColumns: 'Spalten',
tableVerticalAlign: 'Vertikal ausrichten',
tableOthers: 'Andere',
tableAddHeaderRow: 'Kopfzeile einfügen',
tableAddRowAbove: 'Zeile oberhalb einfügen',
tableAddRow: 'Zeile unterhalb einfügen',
tableAddColumnLeft: 'Spalte links einfügen',
tableAddColumn: 'Spalte rechts einfügen',
tableDeleteRow: 'Zeile löschen',
tableDeleteColumn: 'Spalte löschen',
tableDestroy: 'Tabelle löschen',
tableMergeCells: 'Zellen zusammenführen',
tableUnmergeCells: 'Zellen trennen',
tableVerticalAlignTop: 'Text nach oben ausrichten',
tableVerticalAlignMiddle: 'Text vertikal zentrieren',
tableVerticalAlignBottom: 'Text nach unten ausrichten',
tableCellBackgroundColor: 'Hintergrundfarbe der Zelle',
tableBorderColor: 'Farbe des Tabellenrahmens'
},
et: {
table: 'Sisesta tabel',
Expand Down

0 comments on commit 26179a9

Please sign in to comment.