We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4d238 commit 2d6907fCopy full SHA for 2d6907f
src/js/i18n/sk.js
@@ -57,6 +57,16 @@
57
invalidCsv: 'File was unable to be processed, is it valid CSV?',
58
invalidJson: 'File was unable to be processed, is it valid Json?',
59
jsonNotArray: 'Imported json file must contain an array, aborting.'
60
+ },
61
+ grouping: {
62
+ group: 'Group',
63
+ ungroup: 'Ungroup',
64
+ aggregate_count: 'Agg: Count',
65
+ aggregate_sum: 'Agg: Sum',
66
+ aggregate_max: 'Agg: Max',
67
+ aggregate_min: 'Agg: Min',
68
+ aggregate_avg: 'Agg: Avg',
69
+ aggregate_remove: 'Agg: Remove'
70
}
71
});
72
return $delegate;
0 commit comments