Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update missing labels for english and german #1388

Merged
merged 1 commit into from
Mar 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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