@mui/x-data-grid 8.11.2 → 8.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +231 -0
- package/DataGrid/DataGrid.js +3 -1
- package/DataGrid/useDataGridComponent.js +2 -2
- package/colDef/gridActionsColDef.js +1 -0
- package/colDef/gridBooleanColDef.js +1 -0
- package/colDef/gridCheckboxSelectionColDef.js +1 -0
- package/colDef/gridStringColDef.js +1 -0
- package/components/GridShadowScrollArea.js +2 -2
- package/components/GridSkeletonLoadingOverlay.js +2 -2
- package/components/cell/GridCell.js +7 -5
- package/components/panel/filterPanel/GridFilterInputBoolean.js +2 -2
- package/components/panel/filterPanel/GridFilterInputSingleSelect.js +2 -2
- package/components/panel/filterPanel/GridFilterInputValue.js +2 -2
- package/components/quickFilter/QuickFilterControl.js +1 -1
- package/constants/localeTextConstants.js +29 -0
- package/esm/DataGrid/DataGrid.js +3 -1
- package/esm/DataGrid/useDataGridComponent.js +2 -2
- package/esm/colDef/gridActionsColDef.js +1 -0
- package/esm/colDef/gridBooleanColDef.js +1 -0
- package/esm/colDef/gridCheckboxSelectionColDef.js +1 -0
- package/esm/colDef/gridStringColDef.js +1 -0
- package/esm/components/GridShadowScrollArea.js +2 -2
- package/esm/components/GridSkeletonLoadingOverlay.js +2 -2
- package/esm/components/cell/GridCell.js +7 -5
- package/esm/components/panel/filterPanel/GridFilterInputBoolean.js +2 -2
- package/esm/components/panel/filterPanel/GridFilterInputSingleSelect.js +2 -2
- package/esm/components/panel/filterPanel/GridFilterInputValue.js +2 -2
- package/esm/components/quickFilter/QuickFilterControl.js +1 -1
- package/esm/constants/localeTextConstants.js +29 -0
- package/esm/hooks/features/columnResize/useGridColumnResize.js +2 -2
- package/esm/hooks/features/columns/useGridColumns.js +21 -4
- package/esm/hooks/features/filter/gridFilterSelector.d.ts +12 -4
- package/esm/hooks/features/filter/gridFilterSelector.js +21 -4
- package/esm/hooks/features/filter/gridFilterState.d.ts +3 -1
- package/esm/hooks/features/filter/gridFilterUtils.d.ts +3 -3
- package/esm/hooks/features/filter/gridFilterUtils.js +23 -13
- package/esm/hooks/features/filter/useGridFilter.d.ts +2 -1
- package/esm/hooks/features/filter/useGridFilter.js +7 -5
- package/esm/hooks/features/rows/gridRowsSelector.d.ts +9 -0
- package/esm/hooks/features/rows/gridRowsSelector.js +12 -0
- package/esm/hooks/features/rows/index.d.ts +1 -1
- package/esm/hooks/features/rows/index.js +1 -1
- package/esm/hooks/features/rows/useGridParamsApi.js +16 -7
- package/esm/hooks/features/sorting/gridSortingUtils.d.ts +3 -1
- package/esm/hooks/features/sorting/gridSortingUtils.js +10 -4
- package/esm/hooks/features/sorting/useGridSorting.d.ts +2 -1
- package/esm/hooks/features/sorting/useGridSorting.js +4 -3
- package/esm/index.js +1 -1
- package/esm/internals/index.d.ts +1 -1
- package/esm/internals/index.js +1 -1
- package/esm/locales/arSD.js +31 -0
- package/esm/locales/beBY.js +31 -0
- package/esm/locales/bgBG.js +31 -0
- package/esm/locales/bnBD.js +31 -0
- package/esm/locales/csCZ.js +31 -0
- package/esm/locales/daDK.js +31 -0
- package/esm/locales/deDE.js +32 -0
- package/esm/locales/elGR.js +31 -0
- package/esm/locales/esES.js +31 -0
- package/esm/locales/faIR.js +31 -0
- package/esm/locales/fiFI.js +31 -0
- package/esm/locales/frFR.js +32 -2
- package/esm/locales/heIL.js +31 -0
- package/esm/locales/hrHR.js +31 -0
- package/esm/locales/huHU.js +31 -0
- package/esm/locales/hyAM.js +31 -0
- package/esm/locales/idID.d.ts +1 -1
- package/esm/locales/idID.js +32 -0
- package/esm/locales/isIS.js +31 -0
- package/esm/locales/itIT.js +31 -0
- package/esm/locales/jaJP.js +31 -0
- package/esm/locales/koKR.js +31 -0
- package/esm/locales/nbNO.js +31 -0
- package/esm/locales/nlNL.js +31 -0
- package/esm/locales/nnNO.js +32 -0
- package/esm/locales/plPL.js +31 -0
- package/esm/locales/ptBR.js +31 -0
- package/esm/locales/ptPT.js +31 -0
- package/esm/locales/roRO.js +31 -0
- package/esm/locales/ruRU.js +31 -0
- package/esm/locales/skSK.js +31 -0
- package/esm/locales/svSE.js +31 -0
- package/esm/locales/trTR.js +31 -0
- package/esm/locales/ukUA.js +31 -0
- package/esm/locales/urPK.js +31 -0
- package/esm/locales/viVN.js +31 -0
- package/esm/locales/zhCN.js +31 -0
- package/esm/locales/zhHK.js +31 -0
- package/esm/locales/zhTW.js +31 -0
- package/esm/material/augmentation.d.ts +8 -0
- package/esm/material/index.js +147 -49
- package/esm/material/variables.js +2 -1
- package/esm/models/api/gridLocaleTextApi.d.ts +27 -0
- package/esm/models/api/gridParamsApi.d.ts +5 -1
- package/esm/models/configuration/gridAggregationConfiguration.d.ts +25 -0
- package/esm/models/configuration/gridAggregationConfiguration.js +1 -0
- package/esm/models/configuration/gridConfiguration.d.ts +6 -9
- package/esm/models/gridBaseSlots.d.ts +15 -0
- package/esm/models/gridFilterItem.d.ts +4 -2
- package/esm/models/gridFilterOperator.d.ts +1 -1
- package/esm/models/gridSlotsComponent.d.ts +10 -0
- package/esm/models/gridSlotsComponentsProps.d.ts +5 -1
- package/hooks/features/columnResize/useGridColumnResize.js +2 -2
- package/hooks/features/columns/useGridColumns.js +23 -6
- package/hooks/features/filter/gridFilterSelector.d.ts +12 -4
- package/hooks/features/filter/gridFilterSelector.js +22 -5
- package/hooks/features/filter/gridFilterState.d.ts +3 -1
- package/hooks/features/filter/gridFilterUtils.d.ts +3 -3
- package/hooks/features/filter/gridFilterUtils.js +23 -13
- package/hooks/features/filter/useGridFilter.d.ts +2 -1
- package/hooks/features/filter/useGridFilter.js +7 -5
- package/hooks/features/rows/gridRowsSelector.d.ts +9 -0
- package/hooks/features/rows/gridRowsSelector.js +12 -0
- package/hooks/features/rows/index.d.ts +1 -1
- package/hooks/features/rows/index.js +7 -0
- package/hooks/features/rows/useGridParamsApi.js +16 -7
- package/hooks/features/sorting/gridSortingUtils.d.ts +3 -1
- package/hooks/features/sorting/gridSortingUtils.js +10 -4
- package/hooks/features/sorting/useGridSorting.d.ts +2 -1
- package/hooks/features/sorting/useGridSorting.js +4 -3
- package/index.js +1 -1
- package/internals/index.d.ts +1 -1
- package/internals/index.js +7 -0
- package/locales/arSD.js +31 -0
- package/locales/beBY.js +31 -0
- package/locales/bgBG.js +31 -0
- package/locales/bnBD.js +31 -0
- package/locales/csCZ.js +31 -0
- package/locales/daDK.js +31 -0
- package/locales/deDE.js +32 -0
- package/locales/elGR.js +31 -0
- package/locales/esES.js +31 -0
- package/locales/faIR.js +31 -0
- package/locales/fiFI.js +31 -0
- package/locales/frFR.js +32 -2
- package/locales/heIL.js +31 -0
- package/locales/hrHR.js +31 -0
- package/locales/huHU.js +31 -0
- package/locales/hyAM.js +31 -0
- package/locales/idID.d.ts +1 -1
- package/locales/idID.js +32 -0
- package/locales/isIS.js +31 -0
- package/locales/itIT.js +31 -0
- package/locales/jaJP.js +31 -0
- package/locales/koKR.js +31 -0
- package/locales/nbNO.js +31 -0
- package/locales/nlNL.js +31 -0
- package/locales/nnNO.js +32 -0
- package/locales/plPL.js +31 -0
- package/locales/ptBR.js +31 -0
- package/locales/ptPT.js +31 -0
- package/locales/roRO.js +31 -0
- package/locales/ruRU.js +31 -0
- package/locales/skSK.js +31 -0
- package/locales/svSE.js +31 -0
- package/locales/trTR.js +31 -0
- package/locales/ukUA.js +31 -0
- package/locales/urPK.js +31 -0
- package/locales/viVN.js +31 -0
- package/locales/zhCN.js +31 -0
- package/locales/zhHK.js +31 -0
- package/locales/zhTW.js +31 -0
- package/material/augmentation.d.ts +8 -0
- package/material/index.js +147 -49
- package/material/variables.js +2 -1
- package/models/api/gridLocaleTextApi.d.ts +27 -0
- package/models/api/gridParamsApi.d.ts +5 -1
- package/models/configuration/gridAggregationConfiguration.d.ts +25 -0
- package/models/configuration/gridAggregationConfiguration.js +5 -0
- package/models/configuration/gridConfiguration.d.ts +6 -9
- package/models/gridBaseSlots.d.ts +15 -0
- package/models/gridFilterItem.d.ts +4 -2
- package/models/gridFilterOperator.d.ts +1 -1
- package/models/gridSlotsComponent.d.ts +10 -0
- package/models/gridSlotsComponentsProps.d.ts +5 -1
- package/package.json +3 -3
package/internals/index.js
CHANGED
|
@@ -47,6 +47,7 @@ var _exportNames = {
|
|
|
47
47
|
gridFilteredChildrenCountLookupSelector: true,
|
|
48
48
|
gridExpandedSortedRowTreeLevelPositionLookupSelector: true,
|
|
49
49
|
gridExpandedSortedRowIndexLookupSelector: true,
|
|
50
|
+
gridFilteredSortedDepthRowEntriesSelector: true,
|
|
50
51
|
useGridFocus: true,
|
|
51
52
|
focusStateInitializer: true,
|
|
52
53
|
useGridKeyboardNavigation: true,
|
|
@@ -411,6 +412,12 @@ Object.defineProperty(exports, "gridFilteredChildrenCountLookupSelector", {
|
|
|
411
412
|
return _gridFilterSelector.gridFilteredChildrenCountLookupSelector;
|
|
412
413
|
}
|
|
413
414
|
});
|
|
415
|
+
Object.defineProperty(exports, "gridFilteredSortedDepthRowEntriesSelector", {
|
|
416
|
+
enumerable: true,
|
|
417
|
+
get: function () {
|
|
418
|
+
return _gridFilterSelector.gridFilteredSortedDepthRowEntriesSelector;
|
|
419
|
+
}
|
|
420
|
+
});
|
|
414
421
|
Object.defineProperty(exports, "gridGetRowsParamsSelector", {
|
|
415
422
|
enumerable: true,
|
|
416
423
|
get: function () {
|
package/locales/arSD.js
CHANGED
|
@@ -41,6 +41,9 @@ const arSDGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -122,6 +125,7 @@ const arSDGrid = {
|
|
|
122
125
|
columnMenuSortAsc: 'الفرز تصاعدياً',
|
|
123
126
|
columnMenuSortDesc: 'الفرز تنازلياً',
|
|
124
127
|
// columnMenuManagePivot: 'Manage pivot',
|
|
128
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
125
129
|
|
|
126
130
|
// Column header text
|
|
127
131
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} من المرشِحات النشطة` : `مرشِح نشط`,
|
|
@@ -191,6 +195,7 @@ const arSDGrid = {
|
|
|
191
195
|
rowReorderingHeaderName: 'أعادة ترتيب الصفوف',
|
|
192
196
|
// Aggregation
|
|
193
197
|
aggregationMenuItemHeader: 'الدلالات الحسابية',
|
|
198
|
+
// aggregationFunctionLabelNone: 'none',
|
|
194
199
|
aggregationFunctionLabelSum: 'مجموع',
|
|
195
200
|
aggregationFunctionLabelAvg: 'معدل',
|
|
196
201
|
aggregationFunctionLabelMin: 'الحد الادنى',
|
|
@@ -226,6 +231,32 @@ const arSDGrid = {
|
|
|
226
231
|
// pivotYearColumnHeaderName: '(Year)',
|
|
227
232
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
228
233
|
|
|
234
|
+
// Charts configuration panel
|
|
235
|
+
// chartsNoCharts: 'There are no charts available',
|
|
236
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
237
|
+
// chartsTabChart: 'Chart',
|
|
238
|
+
// chartsTabFields: 'Fields',
|
|
239
|
+
// chartsTabCustomize: 'Customize',
|
|
240
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
241
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
242
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
243
|
+
// chartsSearchLabel: 'Search fields',
|
|
244
|
+
// chartsSearchClear: 'Clear search',
|
|
245
|
+
// chartsNoFields: 'No fields',
|
|
246
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
247
|
+
// chartsCategories: 'Categories',
|
|
248
|
+
// chartsSeries: 'Series',
|
|
249
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
250
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
251
|
+
// chartsMenuMoveUp: 'Move up',
|
|
252
|
+
// chartsMenuMoveDown: 'Move down',
|
|
253
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
254
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
255
|
+
// chartsMenuOptions: 'Field options',
|
|
256
|
+
// chartsMenuRemove: 'Remove',
|
|
257
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
258
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
259
|
+
|
|
229
260
|
// AI Assistant panel
|
|
230
261
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
231
262
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/beBY.js
CHANGED
|
@@ -55,6 +55,9 @@ const beBYGrid = {
|
|
|
55
55
|
// Toolbar pivot button
|
|
56
56
|
// toolbarPivot: 'Pivot',
|
|
57
57
|
|
|
58
|
+
// Toolbar charts button
|
|
59
|
+
// toolbarCharts: 'Charts',
|
|
60
|
+
|
|
58
61
|
// Toolbar AI Assistant button
|
|
59
62
|
// toolbarAssistant: 'AI Assistant',
|
|
60
63
|
|
|
@@ -138,6 +141,7 @@ const beBYGrid = {
|
|
|
138
141
|
columnMenuSortAsc: 'Сартыраваць па нарастанню',
|
|
139
142
|
columnMenuSortDesc: 'Сартыраваць па спаданню',
|
|
140
143
|
// columnMenuManagePivot: 'Manage pivot',
|
|
144
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
141
145
|
|
|
142
146
|
// Column header text
|
|
143
147
|
columnHeaderFiltersTooltipActive: count => getPluralForm(count, {
|
|
@@ -215,6 +219,7 @@ const beBYGrid = {
|
|
|
215
219
|
rowReorderingHeaderName: 'Змяненне чарговасці радкоў',
|
|
216
220
|
// Aggregation
|
|
217
221
|
aggregationMenuItemHeader: "Аб'яднанне дадзеных",
|
|
222
|
+
// aggregationFunctionLabelNone: 'none',
|
|
218
223
|
aggregationFunctionLabelSum: 'сума',
|
|
219
224
|
aggregationFunctionLabelAvg: 'сярэдняе',
|
|
220
225
|
aggregationFunctionLabelMin: 'мінімум',
|
|
@@ -250,6 +255,32 @@ const beBYGrid = {
|
|
|
250
255
|
// pivotYearColumnHeaderName: '(Year)',
|
|
251
256
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
252
257
|
|
|
258
|
+
// Charts configuration panel
|
|
259
|
+
// chartsNoCharts: 'There are no charts available',
|
|
260
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
261
|
+
// chartsTabChart: 'Chart',
|
|
262
|
+
// chartsTabFields: 'Fields',
|
|
263
|
+
// chartsTabCustomize: 'Customize',
|
|
264
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
265
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
266
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
267
|
+
// chartsSearchLabel: 'Search fields',
|
|
268
|
+
// chartsSearchClear: 'Clear search',
|
|
269
|
+
// chartsNoFields: 'No fields',
|
|
270
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
271
|
+
// chartsCategories: 'Categories',
|
|
272
|
+
// chartsSeries: 'Series',
|
|
273
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
274
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
275
|
+
// chartsMenuMoveUp: 'Move up',
|
|
276
|
+
// chartsMenuMoveDown: 'Move down',
|
|
277
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
278
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
279
|
+
// chartsMenuOptions: 'Field options',
|
|
280
|
+
// chartsMenuRemove: 'Remove',
|
|
281
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
282
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
283
|
+
|
|
253
284
|
// AI Assistant panel
|
|
254
285
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
255
286
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/bgBG.js
CHANGED
|
@@ -41,6 +41,9 @@ const bgBGGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -123,6 +126,7 @@ const bgBGGrid = {
|
|
|
123
126
|
columnMenuSortAsc: 'Сортирай по възходящ ред',
|
|
124
127
|
columnMenuSortDesc: 'Сортирай по низходящ ред',
|
|
125
128
|
// columnMenuManagePivot: 'Manage pivot',
|
|
129
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
126
130
|
|
|
127
131
|
// Column header text
|
|
128
132
|
columnHeaderFiltersTooltipActive: count => `${count} активни филтри`,
|
|
@@ -192,6 +196,7 @@ const bgBGGrid = {
|
|
|
192
196
|
rowReorderingHeaderName: 'Подредба на редове',
|
|
193
197
|
// Aggregation
|
|
194
198
|
aggregationMenuItemHeader: 'Агрегиране',
|
|
199
|
+
// aggregationFunctionLabelNone: 'none',
|
|
195
200
|
aggregationFunctionLabelSum: 'сума',
|
|
196
201
|
aggregationFunctionLabelAvg: 'срст',
|
|
197
202
|
aggregationFunctionLabelMin: 'мин',
|
|
@@ -227,6 +232,32 @@ const bgBGGrid = {
|
|
|
227
232
|
// pivotYearColumnHeaderName: '(Year)',
|
|
228
233
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
229
234
|
|
|
235
|
+
// Charts configuration panel
|
|
236
|
+
// chartsNoCharts: 'There are no charts available',
|
|
237
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
238
|
+
// chartsTabChart: 'Chart',
|
|
239
|
+
// chartsTabFields: 'Fields',
|
|
240
|
+
// chartsTabCustomize: 'Customize',
|
|
241
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
242
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
243
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
244
|
+
// chartsSearchLabel: 'Search fields',
|
|
245
|
+
// chartsSearchClear: 'Clear search',
|
|
246
|
+
// chartsNoFields: 'No fields',
|
|
247
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
248
|
+
// chartsCategories: 'Categories',
|
|
249
|
+
// chartsSeries: 'Series',
|
|
250
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
251
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
252
|
+
// chartsMenuMoveUp: 'Move up',
|
|
253
|
+
// chartsMenuMoveDown: 'Move down',
|
|
254
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
255
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
256
|
+
// chartsMenuOptions: 'Field options',
|
|
257
|
+
// chartsMenuRemove: 'Remove',
|
|
258
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
259
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
260
|
+
|
|
230
261
|
// AI Assistant panel
|
|
231
262
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
232
263
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/bnBD.js
CHANGED
|
@@ -41,6 +41,9 @@ const bnBDGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -121,6 +124,7 @@ const bnBDGrid = {
|
|
|
121
124
|
columnMenuSortAsc: 'ASC অনুযায়ী সাজান',
|
|
122
125
|
columnMenuSortDesc: 'DESC অনুযায়ী সাজান',
|
|
123
126
|
// columnMenuManagePivot: 'Manage pivot',
|
|
127
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
124
128
|
|
|
125
129
|
// Column header text
|
|
126
130
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} টি সক্রিয় ফিল্টার` : `${count} টি সক্রিয় ফিল্টার`,
|
|
@@ -191,6 +195,7 @@ const bnBDGrid = {
|
|
|
191
195
|
rowReorderingHeaderName: 'সারি পুনর্বিন্যাস',
|
|
192
196
|
// Aggregation
|
|
193
197
|
aggregationMenuItemHeader: 'সংকলন',
|
|
198
|
+
// aggregationFunctionLabelNone: 'none',
|
|
194
199
|
aggregationFunctionLabelSum: 'যোগফল',
|
|
195
200
|
aggregationFunctionLabelAvg: 'গড়',
|
|
196
201
|
aggregationFunctionLabelMin: 'সর্বনিম্ন',
|
|
@@ -225,6 +230,32 @@ const bnBDGrid = {
|
|
|
225
230
|
// pivotYearColumnHeaderName: '(Year)',
|
|
226
231
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
227
232
|
|
|
233
|
+
// Charts configuration panel
|
|
234
|
+
// chartsNoCharts: 'There are no charts available',
|
|
235
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
236
|
+
// chartsTabChart: 'Chart',
|
|
237
|
+
// chartsTabFields: 'Fields',
|
|
238
|
+
// chartsTabCustomize: 'Customize',
|
|
239
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
240
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
241
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
242
|
+
// chartsSearchLabel: 'Search fields',
|
|
243
|
+
// chartsSearchClear: 'Clear search',
|
|
244
|
+
// chartsNoFields: 'No fields',
|
|
245
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
246
|
+
// chartsCategories: 'Categories',
|
|
247
|
+
// chartsSeries: 'Series',
|
|
248
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
249
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
250
|
+
// chartsMenuMoveUp: 'Move up',
|
|
251
|
+
// chartsMenuMoveDown: 'Move down',
|
|
252
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
253
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
254
|
+
// chartsMenuOptions: 'Field options',
|
|
255
|
+
// chartsMenuRemove: 'Remove',
|
|
256
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
257
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
258
|
+
|
|
228
259
|
// AI Assistant panel
|
|
229
260
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
230
261
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/csCZ.js
CHANGED
|
@@ -49,6 +49,9 @@ const csCZGrid = {
|
|
|
49
49
|
// Toolbar pivot button
|
|
50
50
|
// toolbarPivot: 'Pivot',
|
|
51
51
|
|
|
52
|
+
// Toolbar charts button
|
|
53
|
+
// toolbarCharts: 'Charts',
|
|
54
|
+
|
|
52
55
|
// Toolbar AI Assistant button
|
|
53
56
|
// toolbarAssistant: 'AI Assistant',
|
|
54
57
|
|
|
@@ -129,6 +132,7 @@ const csCZGrid = {
|
|
|
129
132
|
columnMenuSortAsc: 'Seřadit vzestupně',
|
|
130
133
|
columnMenuSortDesc: 'Seřadit sestupně',
|
|
131
134
|
// columnMenuManagePivot: 'Manage pivot',
|
|
135
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
132
136
|
|
|
133
137
|
// Column header text
|
|
134
138
|
columnHeaderFiltersTooltipActive: count => {
|
|
@@ -219,6 +223,7 @@ const csCZGrid = {
|
|
|
219
223
|
rowReorderingHeaderName: 'Přeuspořádávání řádků',
|
|
220
224
|
// Aggregation
|
|
221
225
|
aggregationMenuItemHeader: 'Seskupování',
|
|
226
|
+
// aggregationFunctionLabelNone: 'none',
|
|
222
227
|
aggregationFunctionLabelSum: 'součet',
|
|
223
228
|
aggregationFunctionLabelAvg: 'průměr',
|
|
224
229
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -253,6 +258,32 @@ const csCZGrid = {
|
|
|
253
258
|
// pivotYearColumnHeaderName: '(Year)',
|
|
254
259
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
255
260
|
|
|
261
|
+
// Charts configuration panel
|
|
262
|
+
// chartsNoCharts: 'There are no charts available',
|
|
263
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
264
|
+
// chartsTabChart: 'Chart',
|
|
265
|
+
// chartsTabFields: 'Fields',
|
|
266
|
+
// chartsTabCustomize: 'Customize',
|
|
267
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
268
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
269
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
270
|
+
// chartsSearchLabel: 'Search fields',
|
|
271
|
+
// chartsSearchClear: 'Clear search',
|
|
272
|
+
// chartsNoFields: 'No fields',
|
|
273
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
274
|
+
// chartsCategories: 'Categories',
|
|
275
|
+
// chartsSeries: 'Series',
|
|
276
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
277
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
278
|
+
// chartsMenuMoveUp: 'Move up',
|
|
279
|
+
// chartsMenuMoveDown: 'Move down',
|
|
280
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
281
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
282
|
+
// chartsMenuOptions: 'Field options',
|
|
283
|
+
// chartsMenuRemove: 'Remove',
|
|
284
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
285
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
286
|
+
|
|
256
287
|
// AI Assistant panel
|
|
257
288
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
258
289
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/daDK.js
CHANGED
|
@@ -41,6 +41,9 @@ const daDKGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -123,6 +126,7 @@ const daDKGrid = {
|
|
|
123
126
|
columnMenuSortAsc: 'Sortér stigende',
|
|
124
127
|
columnMenuSortDesc: 'Sortér faldende',
|
|
125
128
|
// columnMenuManagePivot: 'Manage pivot',
|
|
129
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
126
130
|
|
|
127
131
|
// Column header text
|
|
128
132
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} aktive filtre` : `Ét aktivt filter`,
|
|
@@ -192,6 +196,7 @@ const daDKGrid = {
|
|
|
192
196
|
rowReorderingHeaderName: 'Omarrangering af rækker',
|
|
193
197
|
// Aggregation
|
|
194
198
|
aggregationMenuItemHeader: 'Aggregering',
|
|
199
|
+
// aggregationFunctionLabelNone: 'none',
|
|
195
200
|
aggregationFunctionLabelSum: 'sum',
|
|
196
201
|
aggregationFunctionLabelAvg: 'gns',
|
|
197
202
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -227,6 +232,32 @@ const daDKGrid = {
|
|
|
227
232
|
// pivotYearColumnHeaderName: '(Year)',
|
|
228
233
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
229
234
|
|
|
235
|
+
// Charts configuration panel
|
|
236
|
+
// chartsNoCharts: 'There are no charts available',
|
|
237
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
238
|
+
// chartsTabChart: 'Chart',
|
|
239
|
+
// chartsTabFields: 'Fields',
|
|
240
|
+
// chartsTabCustomize: 'Customize',
|
|
241
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
242
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
243
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
244
|
+
// chartsSearchLabel: 'Search fields',
|
|
245
|
+
// chartsSearchClear: 'Clear search',
|
|
246
|
+
// chartsNoFields: 'No fields',
|
|
247
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
248
|
+
// chartsCategories: 'Categories',
|
|
249
|
+
// chartsSeries: 'Series',
|
|
250
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
251
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
252
|
+
// chartsMenuMoveUp: 'Move up',
|
|
253
|
+
// chartsMenuMoveDown: 'Move down',
|
|
254
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
255
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
256
|
+
// chartsMenuOptions: 'Field options',
|
|
257
|
+
// chartsMenuRemove: 'Remove',
|
|
258
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
259
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
260
|
+
|
|
230
261
|
// AI Assistant panel
|
|
231
262
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
232
263
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/deDE.js
CHANGED
|
@@ -39,6 +39,9 @@ const deDEGrid = {
|
|
|
39
39
|
toolbarExportExcel: 'Download als Excel',
|
|
40
40
|
// Toolbar pivot button
|
|
41
41
|
toolbarPivot: 'Pivot',
|
|
42
|
+
// Toolbar charts button
|
|
43
|
+
// toolbarCharts: 'Charts',
|
|
44
|
+
|
|
42
45
|
// Toolbar AI Assistant button
|
|
43
46
|
toolbarAssistant: 'KI-Assistent',
|
|
44
47
|
// Columns management text
|
|
@@ -118,6 +121,8 @@ const deDEGrid = {
|
|
|
118
121
|
columnMenuSortAsc: 'Sortiere aufsteigend',
|
|
119
122
|
columnMenuSortDesc: 'Sortiere absteigend',
|
|
120
123
|
columnMenuManagePivot: 'Pivot verwalten',
|
|
124
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
125
|
+
|
|
121
126
|
// Column header text
|
|
122
127
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} aktive Filter` : `${count} aktiver Filter`,
|
|
123
128
|
columnHeaderFiltersLabel: 'Zeige Filter',
|
|
@@ -186,6 +191,7 @@ const deDEGrid = {
|
|
|
186
191
|
rowReorderingHeaderName: 'Reihen neu ordnen',
|
|
187
192
|
// Aggregation
|
|
188
193
|
aggregationMenuItemHeader: 'Aggregation',
|
|
194
|
+
// aggregationFunctionLabelNone: 'none',
|
|
189
195
|
aggregationFunctionLabelSum: 'Summe',
|
|
190
196
|
aggregationFunctionLabelAvg: 'Mittelwert',
|
|
191
197
|
aggregationFunctionLabelMin: 'Minimum',
|
|
@@ -219,6 +225,32 @@ const deDEGrid = {
|
|
|
219
225
|
pivotDragToValues: 'Hier hinziehen, um Werte zu erstellen',
|
|
220
226
|
pivotYearColumnHeaderName: '(Jahr)',
|
|
221
227
|
pivotQuarterColumnHeaderName: '(Quartal)',
|
|
228
|
+
// Charts configuration panel
|
|
229
|
+
// chartsNoCharts: 'There are no charts available',
|
|
230
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
231
|
+
// chartsTabChart: 'Chart',
|
|
232
|
+
// chartsTabFields: 'Fields',
|
|
233
|
+
// chartsTabCustomize: 'Customize',
|
|
234
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
235
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
236
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
237
|
+
// chartsSearchLabel: 'Search fields',
|
|
238
|
+
// chartsSearchClear: 'Clear search',
|
|
239
|
+
// chartsNoFields: 'No fields',
|
|
240
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
241
|
+
// chartsCategories: 'Categories',
|
|
242
|
+
// chartsSeries: 'Series',
|
|
243
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
244
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
245
|
+
// chartsMenuMoveUp: 'Move up',
|
|
246
|
+
// chartsMenuMoveDown: 'Move down',
|
|
247
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
248
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
249
|
+
// chartsMenuOptions: 'Field options',
|
|
250
|
+
// chartsMenuRemove: 'Remove',
|
|
251
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
252
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
253
|
+
|
|
222
254
|
// AI Assistant panel
|
|
223
255
|
aiAssistantPanelTitle: 'KI-Assistent',
|
|
224
256
|
aiAssistantPanelClose: 'KI-Assistent schließen',
|
package/locales/elGR.js
CHANGED
|
@@ -41,6 +41,9 @@ const elGRGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -123,6 +126,7 @@ const elGRGrid = {
|
|
|
123
126
|
columnMenuSortAsc: 'Ταξινόμηση σε αύξουσα σειρά',
|
|
124
127
|
columnMenuSortDesc: 'Ταξινόμηση σε φθίνουσα σειρά',
|
|
125
128
|
// columnMenuManagePivot: 'Manage pivot',
|
|
129
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
126
130
|
|
|
127
131
|
// Column header text
|
|
128
132
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} ενεργά φίλτρα` : `${count} ενεργό φίλτρο`,
|
|
@@ -193,6 +197,7 @@ const elGRGrid = {
|
|
|
193
197
|
rowReorderingHeaderName: 'Αναδιάταξη γραμμών',
|
|
194
198
|
// Aggregation
|
|
195
199
|
aggregationMenuItemHeader: 'Συσσωμάτωση',
|
|
200
|
+
// aggregationFunctionLabelNone: 'none',
|
|
196
201
|
aggregationFunctionLabelSum: 'άθροισμα',
|
|
197
202
|
aggregationFunctionLabelAvg: 'μέση τιμή',
|
|
198
203
|
aggregationFunctionLabelMin: 'ελάχιστο',
|
|
@@ -228,6 +233,32 @@ const elGRGrid = {
|
|
|
228
233
|
// pivotYearColumnHeaderName: '(Year)',
|
|
229
234
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
230
235
|
|
|
236
|
+
// Charts configuration panel
|
|
237
|
+
// chartsNoCharts: 'There are no charts available',
|
|
238
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
239
|
+
// chartsTabChart: 'Chart',
|
|
240
|
+
// chartsTabFields: 'Fields',
|
|
241
|
+
// chartsTabCustomize: 'Customize',
|
|
242
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
243
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
244
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
245
|
+
// chartsSearchLabel: 'Search fields',
|
|
246
|
+
// chartsSearchClear: 'Clear search',
|
|
247
|
+
// chartsNoFields: 'No fields',
|
|
248
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
249
|
+
// chartsCategories: 'Categories',
|
|
250
|
+
// chartsSeries: 'Series',
|
|
251
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
252
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
253
|
+
// chartsMenuMoveUp: 'Move up',
|
|
254
|
+
// chartsMenuMoveDown: 'Move down',
|
|
255
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
256
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
257
|
+
// chartsMenuOptions: 'Field options',
|
|
258
|
+
// chartsMenuRemove: 'Remove',
|
|
259
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
260
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
261
|
+
|
|
231
262
|
// AI Assistant panel
|
|
232
263
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
233
264
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/esES.js
CHANGED
|
@@ -41,6 +41,9 @@ const esESGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -122,6 +125,7 @@ const esESGrid = {
|
|
|
122
125
|
columnMenuSortAsc: 'Ordenar ASC',
|
|
123
126
|
columnMenuSortDesc: 'Ordenar DESC',
|
|
124
127
|
// columnMenuManagePivot: 'Manage pivot',
|
|
128
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
125
129
|
|
|
126
130
|
// Column header text
|
|
127
131
|
columnHeaderFiltersTooltipActive: count => count > 1 ? `${count} filtros activos` : `${count} filtro activo`,
|
|
@@ -191,6 +195,7 @@ const esESGrid = {
|
|
|
191
195
|
rowReorderingHeaderName: 'Reordenar filas',
|
|
192
196
|
// Aggregation
|
|
193
197
|
aggregationMenuItemHeader: 'Agregación',
|
|
198
|
+
// aggregationFunctionLabelNone: 'none',
|
|
194
199
|
aggregationFunctionLabelSum: 'suma',
|
|
195
200
|
aggregationFunctionLabelAvg: 'promedio',
|
|
196
201
|
aggregationFunctionLabelMin: 'mínimo',
|
|
@@ -225,6 +230,32 @@ const esESGrid = {
|
|
|
225
230
|
// pivotYearColumnHeaderName: '(Year)',
|
|
226
231
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
227
232
|
|
|
233
|
+
// Charts configuration panel
|
|
234
|
+
// chartsNoCharts: 'There are no charts available',
|
|
235
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
236
|
+
// chartsTabChart: 'Chart',
|
|
237
|
+
// chartsTabFields: 'Fields',
|
|
238
|
+
// chartsTabCustomize: 'Customize',
|
|
239
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
240
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
241
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
242
|
+
// chartsSearchLabel: 'Search fields',
|
|
243
|
+
// chartsSearchClear: 'Clear search',
|
|
244
|
+
// chartsNoFields: 'No fields',
|
|
245
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
246
|
+
// chartsCategories: 'Categories',
|
|
247
|
+
// chartsSeries: 'Series',
|
|
248
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
249
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
250
|
+
// chartsMenuMoveUp: 'Move up',
|
|
251
|
+
// chartsMenuMoveDown: 'Move down',
|
|
252
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
253
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
254
|
+
// chartsMenuOptions: 'Field options',
|
|
255
|
+
// chartsMenuRemove: 'Remove',
|
|
256
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
257
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
258
|
+
|
|
228
259
|
// AI Assistant panel
|
|
229
260
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
230
261
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/locales/faIR.js
CHANGED
|
@@ -41,6 +41,9 @@ const faIRGrid = {
|
|
|
41
41
|
// Toolbar pivot button
|
|
42
42
|
// toolbarPivot: 'Pivot',
|
|
43
43
|
|
|
44
|
+
// Toolbar charts button
|
|
45
|
+
// toolbarCharts: 'Charts',
|
|
46
|
+
|
|
44
47
|
// Toolbar AI Assistant button
|
|
45
48
|
// toolbarAssistant: 'AI Assistant',
|
|
46
49
|
|
|
@@ -122,6 +125,7 @@ const faIRGrid = {
|
|
|
122
125
|
columnMenuSortAsc: 'مرتبسازی صعودی',
|
|
123
126
|
columnMenuSortDesc: 'مرتبسازی نزولی',
|
|
124
127
|
// columnMenuManagePivot: 'Manage pivot',
|
|
128
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
125
129
|
|
|
126
130
|
// Column header text
|
|
127
131
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} فیلترهای فعال` : `${count} فیلتر فعال`,
|
|
@@ -191,6 +195,7 @@ const faIRGrid = {
|
|
|
191
195
|
rowReorderingHeaderName: 'ترتیب مجدد سطر',
|
|
192
196
|
// Aggregation
|
|
193
197
|
aggregationMenuItemHeader: 'تجمیع',
|
|
198
|
+
// aggregationFunctionLabelNone: 'none',
|
|
194
199
|
aggregationFunctionLabelSum: 'جمع',
|
|
195
200
|
aggregationFunctionLabelAvg: 'میانگین',
|
|
196
201
|
aggregationFunctionLabelMin: 'حداقل',
|
|
@@ -226,6 +231,32 @@ const faIRGrid = {
|
|
|
226
231
|
// pivotYearColumnHeaderName: '(Year)',
|
|
227
232
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
228
233
|
|
|
234
|
+
// Charts configuration panel
|
|
235
|
+
// chartsNoCharts: 'There are no charts available',
|
|
236
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
237
|
+
// chartsTabChart: 'Chart',
|
|
238
|
+
// chartsTabFields: 'Fields',
|
|
239
|
+
// chartsTabCustomize: 'Customize',
|
|
240
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
241
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
242
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
243
|
+
// chartsSearchLabel: 'Search fields',
|
|
244
|
+
// chartsSearchClear: 'Clear search',
|
|
245
|
+
// chartsNoFields: 'No fields',
|
|
246
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
247
|
+
// chartsCategories: 'Categories',
|
|
248
|
+
// chartsSeries: 'Series',
|
|
249
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
250
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
251
|
+
// chartsMenuMoveUp: 'Move up',
|
|
252
|
+
// chartsMenuMoveDown: 'Move down',
|
|
253
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
254
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
255
|
+
// chartsMenuOptions: 'Field options',
|
|
256
|
+
// chartsMenuRemove: 'Remove',
|
|
257
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
258
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
259
|
+
|
|
229
260
|
// AI Assistant panel
|
|
230
261
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
231
262
|
// aiAssistantPanelClose: 'Close AI Assistant',
|