@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/esm/index.js
CHANGED
package/esm/internals/index.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export { useGridPrintExport } from "../hooks/features/export/useGridPrintExport.
|
|
|
41
41
|
export { useGridFilter, filterStateInitializer } from "../hooks/features/filter/useGridFilter.js";
|
|
42
42
|
export { defaultGridFilterLookup } from "../hooks/features/filter/gridFilterState.js";
|
|
43
43
|
export { passFilterLogic } from "../hooks/features/filter/gridFilterUtils.js";
|
|
44
|
-
export { gridFilteredChildrenCountLookupSelector, gridExpandedSortedRowTreeLevelPositionLookupSelector, gridExpandedSortedRowIndexLookupSelector } from "../hooks/features/filter/gridFilterSelector.js";
|
|
44
|
+
export { gridFilteredChildrenCountLookupSelector, gridExpandedSortedRowTreeLevelPositionLookupSelector, gridExpandedSortedRowIndexLookupSelector, gridFilteredSortedDepthRowEntriesSelector } from "../hooks/features/filter/gridFilterSelector.js";
|
|
45
45
|
export { isSingleSelectColDef } from "../components/panel/filterPanel/filterPanelUtils.js";
|
|
46
46
|
export type { GridAggregatedFilterItemApplier, GridAggregatedFilterItemApplierResult } from "../hooks/features/filter/gridFilterState.js";
|
|
47
47
|
export { useGridFocus, focusStateInitializer } from "../hooks/features/focus/useGridFocus.js";
|
package/esm/internals/index.js
CHANGED
|
@@ -31,7 +31,7 @@ export { useGridPrintExport } from "../hooks/features/export/useGridPrintExport.
|
|
|
31
31
|
export { useGridFilter, filterStateInitializer } from "../hooks/features/filter/useGridFilter.js";
|
|
32
32
|
export { defaultGridFilterLookup } from "../hooks/features/filter/gridFilterState.js";
|
|
33
33
|
export { passFilterLogic } from "../hooks/features/filter/gridFilterUtils.js";
|
|
34
|
-
export { gridFilteredChildrenCountLookupSelector, gridExpandedSortedRowTreeLevelPositionLookupSelector, gridExpandedSortedRowIndexLookupSelector } from "../hooks/features/filter/gridFilterSelector.js";
|
|
34
|
+
export { gridFilteredChildrenCountLookupSelector, gridExpandedSortedRowTreeLevelPositionLookupSelector, gridExpandedSortedRowIndexLookupSelector, gridFilteredSortedDepthRowEntriesSelector } from "../hooks/features/filter/gridFilterSelector.js";
|
|
35
35
|
export { isSingleSelectColDef } from "../components/panel/filterPanel/filterPanelUtils.js";
|
|
36
36
|
export { useGridFocus, focusStateInitializer } from "../hooks/features/focus/useGridFocus.js";
|
|
37
37
|
export { useGridKeyboardNavigation } from "../hooks/features/keyboardNavigation/useGridKeyboardNavigation.js";
|
package/esm/locales/arSD.js
CHANGED
|
@@ -35,6 +35,9 @@ const arSDGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -116,6 +119,7 @@ const arSDGrid = {
|
|
|
116
119
|
columnMenuSortAsc: 'الفرز تصاعدياً',
|
|
117
120
|
columnMenuSortDesc: 'الفرز تنازلياً',
|
|
118
121
|
// columnMenuManagePivot: 'Manage pivot',
|
|
122
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
119
123
|
|
|
120
124
|
// Column header text
|
|
121
125
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} من المرشِحات النشطة` : `مرشِح نشط`,
|
|
@@ -185,6 +189,7 @@ const arSDGrid = {
|
|
|
185
189
|
rowReorderingHeaderName: 'أعادة ترتيب الصفوف',
|
|
186
190
|
// Aggregation
|
|
187
191
|
aggregationMenuItemHeader: 'الدلالات الحسابية',
|
|
192
|
+
// aggregationFunctionLabelNone: 'none',
|
|
188
193
|
aggregationFunctionLabelSum: 'مجموع',
|
|
189
194
|
aggregationFunctionLabelAvg: 'معدل',
|
|
190
195
|
aggregationFunctionLabelMin: 'الحد الادنى',
|
|
@@ -220,6 +225,32 @@ const arSDGrid = {
|
|
|
220
225
|
// pivotYearColumnHeaderName: '(Year)',
|
|
221
226
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
222
227
|
|
|
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
|
+
|
|
223
254
|
// AI Assistant panel
|
|
224
255
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
225
256
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/beBY.js
CHANGED
|
@@ -49,6 +49,9 @@ const beBYGrid = {
|
|
|
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
|
|
|
@@ -132,6 +135,7 @@ const beBYGrid = {
|
|
|
132
135
|
columnMenuSortAsc: 'Сартыраваць па нарастанню',
|
|
133
136
|
columnMenuSortDesc: 'Сартыраваць па спаданню',
|
|
134
137
|
// columnMenuManagePivot: 'Manage pivot',
|
|
138
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
135
139
|
|
|
136
140
|
// Column header text
|
|
137
141
|
columnHeaderFiltersTooltipActive: count => getPluralForm(count, {
|
|
@@ -209,6 +213,7 @@ const beBYGrid = {
|
|
|
209
213
|
rowReorderingHeaderName: 'Змяненне чарговасці радкоў',
|
|
210
214
|
// Aggregation
|
|
211
215
|
aggregationMenuItemHeader: "Аб'яднанне дадзеных",
|
|
216
|
+
// aggregationFunctionLabelNone: 'none',
|
|
212
217
|
aggregationFunctionLabelSum: 'сума',
|
|
213
218
|
aggregationFunctionLabelAvg: 'сярэдняе',
|
|
214
219
|
aggregationFunctionLabelMin: 'мінімум',
|
|
@@ -244,6 +249,32 @@ const beBYGrid = {
|
|
|
244
249
|
// pivotYearColumnHeaderName: '(Year)',
|
|
245
250
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
246
251
|
|
|
252
|
+
// Charts configuration panel
|
|
253
|
+
// chartsNoCharts: 'There are no charts available',
|
|
254
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
255
|
+
// chartsTabChart: 'Chart',
|
|
256
|
+
// chartsTabFields: 'Fields',
|
|
257
|
+
// chartsTabCustomize: 'Customize',
|
|
258
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
259
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
260
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
261
|
+
// chartsSearchLabel: 'Search fields',
|
|
262
|
+
// chartsSearchClear: 'Clear search',
|
|
263
|
+
// chartsNoFields: 'No fields',
|
|
264
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
265
|
+
// chartsCategories: 'Categories',
|
|
266
|
+
// chartsSeries: 'Series',
|
|
267
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
268
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
269
|
+
// chartsMenuMoveUp: 'Move up',
|
|
270
|
+
// chartsMenuMoveDown: 'Move down',
|
|
271
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
272
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
273
|
+
// chartsMenuOptions: 'Field options',
|
|
274
|
+
// chartsMenuRemove: 'Remove',
|
|
275
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
276
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
277
|
+
|
|
247
278
|
// AI Assistant panel
|
|
248
279
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
249
280
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/bgBG.js
CHANGED
|
@@ -35,6 +35,9 @@ const bgBGGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -117,6 +120,7 @@ const bgBGGrid = {
|
|
|
117
120
|
columnMenuSortAsc: 'Сортирай по възходящ ред',
|
|
118
121
|
columnMenuSortDesc: 'Сортирай по низходящ ред',
|
|
119
122
|
// columnMenuManagePivot: 'Manage pivot',
|
|
123
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
120
124
|
|
|
121
125
|
// Column header text
|
|
122
126
|
columnHeaderFiltersTooltipActive: count => `${count} активни филтри`,
|
|
@@ -186,6 +190,7 @@ const bgBGGrid = {
|
|
|
186
190
|
rowReorderingHeaderName: 'Подредба на редове',
|
|
187
191
|
// Aggregation
|
|
188
192
|
aggregationMenuItemHeader: 'Агрегиране',
|
|
193
|
+
// aggregationFunctionLabelNone: 'none',
|
|
189
194
|
aggregationFunctionLabelSum: 'сума',
|
|
190
195
|
aggregationFunctionLabelAvg: 'срст',
|
|
191
196
|
aggregationFunctionLabelMin: 'мин',
|
|
@@ -221,6 +226,32 @@ const bgBGGrid = {
|
|
|
221
226
|
// pivotYearColumnHeaderName: '(Year)',
|
|
222
227
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
223
228
|
|
|
229
|
+
// Charts configuration panel
|
|
230
|
+
// chartsNoCharts: 'There are no charts available',
|
|
231
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
232
|
+
// chartsTabChart: 'Chart',
|
|
233
|
+
// chartsTabFields: 'Fields',
|
|
234
|
+
// chartsTabCustomize: 'Customize',
|
|
235
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
236
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
237
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
238
|
+
// chartsSearchLabel: 'Search fields',
|
|
239
|
+
// chartsSearchClear: 'Clear search',
|
|
240
|
+
// chartsNoFields: 'No fields',
|
|
241
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
242
|
+
// chartsCategories: 'Categories',
|
|
243
|
+
// chartsSeries: 'Series',
|
|
244
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
245
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
246
|
+
// chartsMenuMoveUp: 'Move up',
|
|
247
|
+
// chartsMenuMoveDown: 'Move down',
|
|
248
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
249
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
250
|
+
// chartsMenuOptions: 'Field options',
|
|
251
|
+
// chartsMenuRemove: 'Remove',
|
|
252
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
253
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
254
|
+
|
|
224
255
|
// AI Assistant panel
|
|
225
256
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
226
257
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/bnBD.js
CHANGED
|
@@ -35,6 +35,9 @@ const bnBDGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -115,6 +118,7 @@ const bnBDGrid = {
|
|
|
115
118
|
columnMenuSortAsc: 'ASC অনুযায়ী সাজান',
|
|
116
119
|
columnMenuSortDesc: 'DESC অনুযায়ী সাজান',
|
|
117
120
|
// columnMenuManagePivot: 'Manage pivot',
|
|
121
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
118
122
|
|
|
119
123
|
// Column header text
|
|
120
124
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} টি সক্রিয় ফিল্টার` : `${count} টি সক্রিয় ফিল্টার`,
|
|
@@ -185,6 +189,7 @@ const bnBDGrid = {
|
|
|
185
189
|
rowReorderingHeaderName: 'সারি পুনর্বিন্যাস',
|
|
186
190
|
// Aggregation
|
|
187
191
|
aggregationMenuItemHeader: 'সংকলন',
|
|
192
|
+
// aggregationFunctionLabelNone: 'none',
|
|
188
193
|
aggregationFunctionLabelSum: 'যোগফল',
|
|
189
194
|
aggregationFunctionLabelAvg: 'গড়',
|
|
190
195
|
aggregationFunctionLabelMin: 'সর্বনিম্ন',
|
|
@@ -219,6 +224,32 @@ const bnBDGrid = {
|
|
|
219
224
|
// pivotYearColumnHeaderName: '(Year)',
|
|
220
225
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
221
226
|
|
|
227
|
+
// Charts configuration panel
|
|
228
|
+
// chartsNoCharts: 'There are no charts available',
|
|
229
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
230
|
+
// chartsTabChart: 'Chart',
|
|
231
|
+
// chartsTabFields: 'Fields',
|
|
232
|
+
// chartsTabCustomize: 'Customize',
|
|
233
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
234
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
235
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
236
|
+
// chartsSearchLabel: 'Search fields',
|
|
237
|
+
// chartsSearchClear: 'Clear search',
|
|
238
|
+
// chartsNoFields: 'No fields',
|
|
239
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
240
|
+
// chartsCategories: 'Categories',
|
|
241
|
+
// chartsSeries: 'Series',
|
|
242
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
243
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
244
|
+
// chartsMenuMoveUp: 'Move up',
|
|
245
|
+
// chartsMenuMoveDown: 'Move down',
|
|
246
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
247
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
248
|
+
// chartsMenuOptions: 'Field options',
|
|
249
|
+
// chartsMenuRemove: 'Remove',
|
|
250
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
251
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
252
|
+
|
|
222
253
|
// AI Assistant panel
|
|
223
254
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
224
255
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/csCZ.js
CHANGED
|
@@ -43,6 +43,9 @@ const csCZGrid = {
|
|
|
43
43
|
// Toolbar pivot button
|
|
44
44
|
// toolbarPivot: 'Pivot',
|
|
45
45
|
|
|
46
|
+
// Toolbar charts button
|
|
47
|
+
// toolbarCharts: 'Charts',
|
|
48
|
+
|
|
46
49
|
// Toolbar AI Assistant button
|
|
47
50
|
// toolbarAssistant: 'AI Assistant',
|
|
48
51
|
|
|
@@ -123,6 +126,7 @@ const csCZGrid = {
|
|
|
123
126
|
columnMenuSortAsc: 'Seřadit vzestupně',
|
|
124
127
|
columnMenuSortDesc: 'Seřadit sestupně',
|
|
125
128
|
// columnMenuManagePivot: 'Manage pivot',
|
|
129
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
126
130
|
|
|
127
131
|
// Column header text
|
|
128
132
|
columnHeaderFiltersTooltipActive: count => {
|
|
@@ -213,6 +217,7 @@ const csCZGrid = {
|
|
|
213
217
|
rowReorderingHeaderName: 'Přeuspořádávání řádků',
|
|
214
218
|
// Aggregation
|
|
215
219
|
aggregationMenuItemHeader: 'Seskupování',
|
|
220
|
+
// aggregationFunctionLabelNone: 'none',
|
|
216
221
|
aggregationFunctionLabelSum: 'součet',
|
|
217
222
|
aggregationFunctionLabelAvg: 'průměr',
|
|
218
223
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -247,6 +252,32 @@ const csCZGrid = {
|
|
|
247
252
|
// pivotYearColumnHeaderName: '(Year)',
|
|
248
253
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
249
254
|
|
|
255
|
+
// Charts configuration panel
|
|
256
|
+
// chartsNoCharts: 'There are no charts available',
|
|
257
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
258
|
+
// chartsTabChart: 'Chart',
|
|
259
|
+
// chartsTabFields: 'Fields',
|
|
260
|
+
// chartsTabCustomize: 'Customize',
|
|
261
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
262
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
263
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
264
|
+
// chartsSearchLabel: 'Search fields',
|
|
265
|
+
// chartsSearchClear: 'Clear search',
|
|
266
|
+
// chartsNoFields: 'No fields',
|
|
267
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
268
|
+
// chartsCategories: 'Categories',
|
|
269
|
+
// chartsSeries: 'Series',
|
|
270
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
271
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
272
|
+
// chartsMenuMoveUp: 'Move up',
|
|
273
|
+
// chartsMenuMoveDown: 'Move down',
|
|
274
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
275
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
276
|
+
// chartsMenuOptions: 'Field options',
|
|
277
|
+
// chartsMenuRemove: 'Remove',
|
|
278
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
279
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
280
|
+
|
|
250
281
|
// AI Assistant panel
|
|
251
282
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
252
283
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/daDK.js
CHANGED
|
@@ -35,6 +35,9 @@ const daDKGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -117,6 +120,7 @@ const daDKGrid = {
|
|
|
117
120
|
columnMenuSortAsc: 'Sortér stigende',
|
|
118
121
|
columnMenuSortDesc: 'Sortér faldende',
|
|
119
122
|
// columnMenuManagePivot: 'Manage pivot',
|
|
123
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
120
124
|
|
|
121
125
|
// Column header text
|
|
122
126
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} aktive filtre` : `Ét aktivt filter`,
|
|
@@ -186,6 +190,7 @@ const daDKGrid = {
|
|
|
186
190
|
rowReorderingHeaderName: 'Omarrangering af rækker',
|
|
187
191
|
// Aggregation
|
|
188
192
|
aggregationMenuItemHeader: 'Aggregering',
|
|
193
|
+
// aggregationFunctionLabelNone: 'none',
|
|
189
194
|
aggregationFunctionLabelSum: 'sum',
|
|
190
195
|
aggregationFunctionLabelAvg: 'gns',
|
|
191
196
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -221,6 +226,32 @@ const daDKGrid = {
|
|
|
221
226
|
// pivotYearColumnHeaderName: '(Year)',
|
|
222
227
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
223
228
|
|
|
229
|
+
// Charts configuration panel
|
|
230
|
+
// chartsNoCharts: 'There are no charts available',
|
|
231
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
232
|
+
// chartsTabChart: 'Chart',
|
|
233
|
+
// chartsTabFields: 'Fields',
|
|
234
|
+
// chartsTabCustomize: 'Customize',
|
|
235
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
236
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
237
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
238
|
+
// chartsSearchLabel: 'Search fields',
|
|
239
|
+
// chartsSearchClear: 'Clear search',
|
|
240
|
+
// chartsNoFields: 'No fields',
|
|
241
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
242
|
+
// chartsCategories: 'Categories',
|
|
243
|
+
// chartsSeries: 'Series',
|
|
244
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
245
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
246
|
+
// chartsMenuMoveUp: 'Move up',
|
|
247
|
+
// chartsMenuMoveDown: 'Move down',
|
|
248
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
249
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
250
|
+
// chartsMenuOptions: 'Field options',
|
|
251
|
+
// chartsMenuRemove: 'Remove',
|
|
252
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
253
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
254
|
+
|
|
224
255
|
// AI Assistant panel
|
|
225
256
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
226
257
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/deDE.js
CHANGED
|
@@ -33,6 +33,9 @@ const deDEGrid = {
|
|
|
33
33
|
toolbarExportExcel: 'Download als Excel',
|
|
34
34
|
// Toolbar pivot button
|
|
35
35
|
toolbarPivot: 'Pivot',
|
|
36
|
+
// Toolbar charts button
|
|
37
|
+
// toolbarCharts: 'Charts',
|
|
38
|
+
|
|
36
39
|
// Toolbar AI Assistant button
|
|
37
40
|
toolbarAssistant: 'KI-Assistent',
|
|
38
41
|
// Columns management text
|
|
@@ -112,6 +115,8 @@ const deDEGrid = {
|
|
|
112
115
|
columnMenuSortAsc: 'Sortiere aufsteigend',
|
|
113
116
|
columnMenuSortDesc: 'Sortiere absteigend',
|
|
114
117
|
columnMenuManagePivot: 'Pivot verwalten',
|
|
118
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
119
|
+
|
|
115
120
|
// Column header text
|
|
116
121
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} aktive Filter` : `${count} aktiver Filter`,
|
|
117
122
|
columnHeaderFiltersLabel: 'Zeige Filter',
|
|
@@ -180,6 +185,7 @@ const deDEGrid = {
|
|
|
180
185
|
rowReorderingHeaderName: 'Reihen neu ordnen',
|
|
181
186
|
// Aggregation
|
|
182
187
|
aggregationMenuItemHeader: 'Aggregation',
|
|
188
|
+
// aggregationFunctionLabelNone: 'none',
|
|
183
189
|
aggregationFunctionLabelSum: 'Summe',
|
|
184
190
|
aggregationFunctionLabelAvg: 'Mittelwert',
|
|
185
191
|
aggregationFunctionLabelMin: 'Minimum',
|
|
@@ -213,6 +219,32 @@ const deDEGrid = {
|
|
|
213
219
|
pivotDragToValues: 'Hier hinziehen, um Werte zu erstellen',
|
|
214
220
|
pivotYearColumnHeaderName: '(Jahr)',
|
|
215
221
|
pivotQuarterColumnHeaderName: '(Quartal)',
|
|
222
|
+
// Charts configuration panel
|
|
223
|
+
// chartsNoCharts: 'There are no charts available',
|
|
224
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
225
|
+
// chartsTabChart: 'Chart',
|
|
226
|
+
// chartsTabFields: 'Fields',
|
|
227
|
+
// chartsTabCustomize: 'Customize',
|
|
228
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
229
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
230
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
231
|
+
// chartsSearchLabel: 'Search fields',
|
|
232
|
+
// chartsSearchClear: 'Clear search',
|
|
233
|
+
// chartsNoFields: 'No fields',
|
|
234
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
235
|
+
// chartsCategories: 'Categories',
|
|
236
|
+
// chartsSeries: 'Series',
|
|
237
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
238
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
239
|
+
// chartsMenuMoveUp: 'Move up',
|
|
240
|
+
// chartsMenuMoveDown: 'Move down',
|
|
241
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
242
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
243
|
+
// chartsMenuOptions: 'Field options',
|
|
244
|
+
// chartsMenuRemove: 'Remove',
|
|
245
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
246
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
247
|
+
|
|
216
248
|
// AI Assistant panel
|
|
217
249
|
aiAssistantPanelTitle: 'KI-Assistent',
|
|
218
250
|
aiAssistantPanelClose: 'KI-Assistent schließen',
|
package/esm/locales/elGR.js
CHANGED
|
@@ -35,6 +35,9 @@ const elGRGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -117,6 +120,7 @@ const elGRGrid = {
|
|
|
117
120
|
columnMenuSortAsc: 'Ταξινόμηση σε αύξουσα σειρά',
|
|
118
121
|
columnMenuSortDesc: 'Ταξινόμηση σε φθίνουσα σειρά',
|
|
119
122
|
// columnMenuManagePivot: 'Manage pivot',
|
|
123
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
120
124
|
|
|
121
125
|
// Column header text
|
|
122
126
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} ενεργά φίλτρα` : `${count} ενεργό φίλτρο`,
|
|
@@ -187,6 +191,7 @@ const elGRGrid = {
|
|
|
187
191
|
rowReorderingHeaderName: 'Αναδιάταξη γραμμών',
|
|
188
192
|
// Aggregation
|
|
189
193
|
aggregationMenuItemHeader: 'Συσσωμάτωση',
|
|
194
|
+
// aggregationFunctionLabelNone: 'none',
|
|
190
195
|
aggregationFunctionLabelSum: 'άθροισμα',
|
|
191
196
|
aggregationFunctionLabelAvg: 'μέση τιμή',
|
|
192
197
|
aggregationFunctionLabelMin: 'ελάχιστο',
|
|
@@ -222,6 +227,32 @@ const elGRGrid = {
|
|
|
222
227
|
// pivotYearColumnHeaderName: '(Year)',
|
|
223
228
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
224
229
|
|
|
230
|
+
// Charts configuration panel
|
|
231
|
+
// chartsNoCharts: 'There are no charts available',
|
|
232
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
233
|
+
// chartsTabChart: 'Chart',
|
|
234
|
+
// chartsTabFields: 'Fields',
|
|
235
|
+
// chartsTabCustomize: 'Customize',
|
|
236
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
237
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
238
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
239
|
+
// chartsSearchLabel: 'Search fields',
|
|
240
|
+
// chartsSearchClear: 'Clear search',
|
|
241
|
+
// chartsNoFields: 'No fields',
|
|
242
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
243
|
+
// chartsCategories: 'Categories',
|
|
244
|
+
// chartsSeries: 'Series',
|
|
245
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
246
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
247
|
+
// chartsMenuMoveUp: 'Move up',
|
|
248
|
+
// chartsMenuMoveDown: 'Move down',
|
|
249
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
250
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
251
|
+
// chartsMenuOptions: 'Field options',
|
|
252
|
+
// chartsMenuRemove: 'Remove',
|
|
253
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
254
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
255
|
+
|
|
225
256
|
// AI Assistant panel
|
|
226
257
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
227
258
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/esES.js
CHANGED
|
@@ -35,6 +35,9 @@ const esESGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -116,6 +119,7 @@ const esESGrid = {
|
|
|
116
119
|
columnMenuSortAsc: 'Ordenar ASC',
|
|
117
120
|
columnMenuSortDesc: 'Ordenar DESC',
|
|
118
121
|
// columnMenuManagePivot: 'Manage pivot',
|
|
122
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
119
123
|
|
|
120
124
|
// Column header text
|
|
121
125
|
columnHeaderFiltersTooltipActive: count => count > 1 ? `${count} filtros activos` : `${count} filtro activo`,
|
|
@@ -185,6 +189,7 @@ const esESGrid = {
|
|
|
185
189
|
rowReorderingHeaderName: 'Reordenar filas',
|
|
186
190
|
// Aggregation
|
|
187
191
|
aggregationMenuItemHeader: 'Agregación',
|
|
192
|
+
// aggregationFunctionLabelNone: 'none',
|
|
188
193
|
aggregationFunctionLabelSum: 'suma',
|
|
189
194
|
aggregationFunctionLabelAvg: 'promedio',
|
|
190
195
|
aggregationFunctionLabelMin: 'mínimo',
|
|
@@ -219,6 +224,32 @@ const esESGrid = {
|
|
|
219
224
|
// pivotYearColumnHeaderName: '(Year)',
|
|
220
225
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
221
226
|
|
|
227
|
+
// Charts configuration panel
|
|
228
|
+
// chartsNoCharts: 'There are no charts available',
|
|
229
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
230
|
+
// chartsTabChart: 'Chart',
|
|
231
|
+
// chartsTabFields: 'Fields',
|
|
232
|
+
// chartsTabCustomize: 'Customize',
|
|
233
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
234
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
235
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
236
|
+
// chartsSearchLabel: 'Search fields',
|
|
237
|
+
// chartsSearchClear: 'Clear search',
|
|
238
|
+
// chartsNoFields: 'No fields',
|
|
239
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
240
|
+
// chartsCategories: 'Categories',
|
|
241
|
+
// chartsSeries: 'Series',
|
|
242
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
243
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
244
|
+
// chartsMenuMoveUp: 'Move up',
|
|
245
|
+
// chartsMenuMoveDown: 'Move down',
|
|
246
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
247
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
248
|
+
// chartsMenuOptions: 'Field options',
|
|
249
|
+
// chartsMenuRemove: 'Remove',
|
|
250
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
251
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
252
|
+
|
|
222
253
|
// AI Assistant panel
|
|
223
254
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
224
255
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/faIR.js
CHANGED
|
@@ -35,6 +35,9 @@ const faIRGrid = {
|
|
|
35
35
|
// Toolbar pivot button
|
|
36
36
|
// toolbarPivot: 'Pivot',
|
|
37
37
|
|
|
38
|
+
// Toolbar charts button
|
|
39
|
+
// toolbarCharts: 'Charts',
|
|
40
|
+
|
|
38
41
|
// Toolbar AI Assistant button
|
|
39
42
|
// toolbarAssistant: 'AI Assistant',
|
|
40
43
|
|
|
@@ -116,6 +119,7 @@ const faIRGrid = {
|
|
|
116
119
|
columnMenuSortAsc: 'مرتبسازی صعودی',
|
|
117
120
|
columnMenuSortDesc: 'مرتبسازی نزولی',
|
|
118
121
|
// columnMenuManagePivot: 'Manage pivot',
|
|
122
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
119
123
|
|
|
120
124
|
// Column header text
|
|
121
125
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} فیلترهای فعال` : `${count} فیلتر فعال`,
|
|
@@ -185,6 +189,7 @@ const faIRGrid = {
|
|
|
185
189
|
rowReorderingHeaderName: 'ترتیب مجدد سطر',
|
|
186
190
|
// Aggregation
|
|
187
191
|
aggregationMenuItemHeader: 'تجمیع',
|
|
192
|
+
// aggregationFunctionLabelNone: 'none',
|
|
188
193
|
aggregationFunctionLabelSum: 'جمع',
|
|
189
194
|
aggregationFunctionLabelAvg: 'میانگین',
|
|
190
195
|
aggregationFunctionLabelMin: 'حداقل',
|
|
@@ -220,6 +225,32 @@ const faIRGrid = {
|
|
|
220
225
|
// pivotYearColumnHeaderName: '(Year)',
|
|
221
226
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
222
227
|
|
|
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
|
+
|
|
223
254
|
// AI Assistant panel
|
|
224
255
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
225
256
|
// aiAssistantPanelClose: 'Close AI Assistant',
|