Skip to content

Commit 084231a

Browse files
committed
Added missed grouping translations
1 parent 43f63ac commit 084231a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/js/i18n/de.js

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565
pagination: {
6666
sizes: 'Einträge pro Seite',
6767
totalItems: 'Einträge'
68+
},
69+
grouping: {
70+
group: 'Gruppieren',
71+
ungroup: 'Gruppierung aufheben',
72+
aggregate_count: 'Agg: Anzahl',
73+
aggregate_sum: 'Agg: Summe',
74+
aggregate_max: 'Agg: Maximum',
75+
aggregate_min: 'Agg: Minimum',
76+
aggregate_avg: 'Agg: Mittelwert',
77+
aggregate_remove: 'Aggregation entfernen'
6878
}
6979
});
7080
return $delegate;

0 commit comments

Comments
 (0)