@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/locales/fiFI.js
CHANGED
|
@@ -35,6 +35,9 @@ const fiFIGrid = {
|
|
|
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 fiFIGrid = {
|
|
|
117
120
|
columnMenuSortAsc: 'Järjestä nousevasti',
|
|
118
121
|
columnMenuSortDesc: 'Järjestä laskevasti',
|
|
119
122
|
// columnMenuManagePivot: 'Manage pivot',
|
|
123
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
120
124
|
|
|
121
125
|
// Column header text
|
|
122
126
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} aktiivista suodatinta` : `${count} aktiivinen suodatin`,
|
|
@@ -186,6 +190,7 @@ const fiFIGrid = {
|
|
|
186
190
|
rowReorderingHeaderName: 'Rivien uudelleenjärjestely',
|
|
187
191
|
// Aggregation
|
|
188
192
|
aggregationMenuItemHeader: 'Koostaminen',
|
|
193
|
+
// aggregationFunctionLabelNone: 'none',
|
|
189
194
|
aggregationFunctionLabelSum: 'summa',
|
|
190
195
|
aggregationFunctionLabelAvg: 'ka.',
|
|
191
196
|
aggregationFunctionLabelMin: 'min.',
|
|
@@ -221,6 +226,32 @@ const fiFIGrid = {
|
|
|
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/frFR.js
CHANGED
|
@@ -35,6 +35,9 @@ const frFRGrid = {
|
|
|
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: 'Assistant IA',
|
|
40
43
|
// Columns management text
|
|
@@ -114,6 +117,7 @@ const frFRGrid = {
|
|
|
114
117
|
columnMenuSortAsc: 'Tri ascendant',
|
|
115
118
|
columnMenuSortDesc: 'Tri descendant',
|
|
116
119
|
// columnMenuManagePivot: 'Manage pivot',
|
|
120
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
117
121
|
|
|
118
122
|
// Column header text
|
|
119
123
|
columnHeaderFiltersTooltipActive: count => count > 1 ? `${count} filtres actifs` : `${count} filtre actif`,
|
|
@@ -183,12 +187,12 @@ const frFRGrid = {
|
|
|
183
187
|
rowReorderingHeaderName: 'Positionnement des lignes',
|
|
184
188
|
// Aggregation
|
|
185
189
|
aggregationMenuItemHeader: 'Agrégation',
|
|
190
|
+
// aggregationFunctionLabelNone: 'none',
|
|
186
191
|
aggregationFunctionLabelSum: 'Somme',
|
|
187
192
|
aggregationFunctionLabelAvg: 'Moyenne',
|
|
188
193
|
aggregationFunctionLabelMin: 'Minimum',
|
|
189
194
|
aggregationFunctionLabelMax: 'Maximum',
|
|
190
|
-
aggregationFunctionLabelSize: "Nombre d'éléments"
|
|
191
|
-
|
|
195
|
+
aggregationFunctionLabelSize: "Nombre d'éléments",
|
|
192
196
|
// Pivot panel
|
|
193
197
|
// pivotToggleLabel: 'Pivot',
|
|
194
198
|
// pivotRows: 'Rows',
|
|
@@ -218,6 +222,32 @@ const frFRGrid = {
|
|
|
218
222
|
// pivotYearColumnHeaderName: '(Year)',
|
|
219
223
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
220
224
|
|
|
225
|
+
// Charts configuration panel
|
|
226
|
+
chartsNoCharts: 'Aucun graphique disponible',
|
|
227
|
+
chartsChartNotSelected: 'Sélectionnez un type de graphique pour configurer ses options',
|
|
228
|
+
chartsTabChart: 'Graphique',
|
|
229
|
+
chartsTabFields: 'Champs',
|
|
230
|
+
chartsTabCustomize: 'Personnaliser',
|
|
231
|
+
chartsCloseButton: 'Fermer la configuration des graphiques',
|
|
232
|
+
chartsSyncButtonLabel: 'Synchroniser le graphique',
|
|
233
|
+
chartsSearchPlaceholder: 'Rechercher des champs',
|
|
234
|
+
chartsSearchLabel: 'Rechercher des champs',
|
|
235
|
+
chartsSearchClear: 'Effacer la recherche',
|
|
236
|
+
chartsNoFields: 'Aucun champ',
|
|
237
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
238
|
+
chartsCategories: 'Catégories',
|
|
239
|
+
chartsSeries: 'Séries',
|
|
240
|
+
chartsMenuAddToDimensions: dimensionLabel => `Ajouter aux ${dimensionLabel}`,
|
|
241
|
+
chartsMenuAddToValues: valuesLabel => `Ajouter aux ${valuesLabel}`,
|
|
242
|
+
chartsMenuMoveUp: 'Déplacer vers le haut',
|
|
243
|
+
chartsMenuMoveDown: 'Déplacer vers le bas',
|
|
244
|
+
chartsMenuMoveToTop: 'Déplacer en haut',
|
|
245
|
+
chartsMenuMoveToBottom: 'Déplacer en bas',
|
|
246
|
+
chartsMenuOptions: 'Options du champ',
|
|
247
|
+
chartsMenuRemove: 'Supprimer',
|
|
248
|
+
chartsDragToDimensions: dimensionLabel => `Faites glisser ici pour utiliser la colonne comme ${dimensionLabel}`,
|
|
249
|
+
chartsDragToValues: valuesLabel => `Faites glisser ici pour utiliser la colonne comme ${valuesLabel}`
|
|
250
|
+
|
|
221
251
|
// AI Assistant panel
|
|
222
252
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
223
253
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/heIL.js
CHANGED
|
@@ -35,6 +35,9 @@ const heILGrid = {
|
|
|
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 heILGrid = {
|
|
|
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 heILGrid = {
|
|
|
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 heILGrid = {
|
|
|
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/hrHR.js
CHANGED
|
@@ -43,6 +43,9 @@ const hrHRGrid = {
|
|
|
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 Asistent',
|
|
48
51
|
// Columns management text
|
|
@@ -122,6 +125,7 @@ const hrHRGrid = {
|
|
|
122
125
|
columnMenuSortAsc: 'Poredaj uzlazno',
|
|
123
126
|
columnMenuSortDesc: 'Poredaj silazno',
|
|
124
127
|
// columnMenuManagePivot: 'Manage pivot',
|
|
128
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
125
129
|
|
|
126
130
|
// Column header text
|
|
127
131
|
columnHeaderFiltersTooltipActive: count => {
|
|
@@ -207,6 +211,7 @@ const hrHRGrid = {
|
|
|
207
211
|
rowReorderingHeaderName: 'Promjena redoslijeda',
|
|
208
212
|
// Aggregation
|
|
209
213
|
aggregationMenuItemHeader: 'Agregacija',
|
|
214
|
+
// aggregationFunctionLabelNone: 'none',
|
|
210
215
|
aggregationFunctionLabelSum: 'iznos',
|
|
211
216
|
aggregationFunctionLabelAvg: 'prosj',
|
|
212
217
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -241,6 +246,32 @@ const hrHRGrid = {
|
|
|
241
246
|
// pivotYearColumnHeaderName: '(Year)',
|
|
242
247
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
243
248
|
|
|
249
|
+
// Charts configuration panel
|
|
250
|
+
// chartsNoCharts: 'There are no charts available',
|
|
251
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
252
|
+
// chartsTabChart: 'Chart',
|
|
253
|
+
// chartsTabFields: 'Fields',
|
|
254
|
+
// chartsTabCustomize: 'Customize',
|
|
255
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
256
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
257
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
258
|
+
// chartsSearchLabel: 'Search fields',
|
|
259
|
+
// chartsSearchClear: 'Clear search',
|
|
260
|
+
// chartsNoFields: 'No fields',
|
|
261
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
262
|
+
// chartsCategories: 'Categories',
|
|
263
|
+
// chartsSeries: 'Series',
|
|
264
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
265
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
266
|
+
// chartsMenuMoveUp: 'Move up',
|
|
267
|
+
// chartsMenuMoveDown: 'Move down',
|
|
268
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
269
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
270
|
+
// chartsMenuOptions: 'Field options',
|
|
271
|
+
// chartsMenuRemove: 'Remove',
|
|
272
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
273
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
274
|
+
|
|
244
275
|
// AI Assistant panel
|
|
245
276
|
aiAssistantPanelTitle: 'AI Asistent',
|
|
246
277
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/huHU.js
CHANGED
|
@@ -35,6 +35,9 @@ const huHUGrid = {
|
|
|
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 huHUGrid = {
|
|
|
115
118
|
columnMenuSortAsc: 'Növekvő sorrendbe',
|
|
116
119
|
columnMenuSortDesc: 'Csökkenő sorrendbe',
|
|
117
120
|
// columnMenuManagePivot: 'Manage pivot',
|
|
121
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
118
122
|
|
|
119
123
|
// Column header text
|
|
120
124
|
columnHeaderFiltersTooltipActive: count => `${count} aktív szűrő`,
|
|
@@ -184,6 +188,7 @@ const huHUGrid = {
|
|
|
184
188
|
rowReorderingHeaderName: 'Sorok újrarendezése',
|
|
185
189
|
// Aggregation
|
|
186
190
|
aggregationMenuItemHeader: 'Összesítés',
|
|
191
|
+
// aggregationFunctionLabelNone: 'none',
|
|
187
192
|
aggregationFunctionLabelSum: 'Összeg',
|
|
188
193
|
aggregationFunctionLabelAvg: 'Átlag',
|
|
189
194
|
aggregationFunctionLabelMin: 'Minimum',
|
|
@@ -219,6 +224,32 @@ const huHUGrid = {
|
|
|
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/hyAM.js
CHANGED
|
@@ -43,6 +43,9 @@ const hyAMGrid = {
|
|
|
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
|
|
|
@@ -124,6 +127,7 @@ const hyAMGrid = {
|
|
|
124
127
|
columnMenuSortAsc: 'Աճման կարգով դասավորել',
|
|
125
128
|
columnMenuSortDesc: 'Նվազման կարգով դասավորել',
|
|
126
129
|
// columnMenuManagePivot: 'Manage pivot',
|
|
130
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
127
131
|
|
|
128
132
|
// Column header text
|
|
129
133
|
columnHeaderFiltersTooltipActive: count => {
|
|
@@ -210,6 +214,7 @@ const hyAMGrid = {
|
|
|
210
214
|
rowReorderingHeaderName: 'Տողերի վերադասավորում',
|
|
211
215
|
// Aggregation
|
|
212
216
|
aggregationMenuItemHeader: 'Ագրեգացում',
|
|
217
|
+
// aggregationFunctionLabelNone: 'none',
|
|
213
218
|
aggregationFunctionLabelSum: 'գումար',
|
|
214
219
|
aggregationFunctionLabelAvg: 'միջին',
|
|
215
220
|
aggregationFunctionLabelMin: 'մինիմում',
|
|
@@ -245,6 +250,32 @@ const hyAMGrid = {
|
|
|
245
250
|
// pivotYearColumnHeaderName: '(Year)',
|
|
246
251
|
// pivotQuarterColumnHeaderName: '(Quarter)',
|
|
247
252
|
|
|
253
|
+
// Charts configuration panel
|
|
254
|
+
// chartsNoCharts: 'There are no charts available',
|
|
255
|
+
// chartsChartNotSelected: 'Select a chart type to configure its options',
|
|
256
|
+
// chartsTabChart: 'Chart',
|
|
257
|
+
// chartsTabFields: 'Fields',
|
|
258
|
+
// chartsTabCustomize: 'Customize',
|
|
259
|
+
// chartsCloseButton: 'Close charts configuration',
|
|
260
|
+
// chartsSyncButtonLabel: 'Sync chart',
|
|
261
|
+
// chartsSearchPlaceholder: 'Search fields',
|
|
262
|
+
// chartsSearchLabel: 'Search fields',
|
|
263
|
+
// chartsSearchClear: 'Clear search',
|
|
264
|
+
// chartsNoFields: 'No fields',
|
|
265
|
+
// chartsFieldBlocked: 'This field cannot be added to any section',
|
|
266
|
+
// chartsCategories: 'Categories',
|
|
267
|
+
// chartsSeries: 'Series',
|
|
268
|
+
// chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
|
|
269
|
+
// chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
|
|
270
|
+
// chartsMenuMoveUp: 'Move up',
|
|
271
|
+
// chartsMenuMoveDown: 'Move down',
|
|
272
|
+
// chartsMenuMoveToTop: 'Move to top',
|
|
273
|
+
// chartsMenuMoveToBottom: 'Move to bottom',
|
|
274
|
+
// chartsMenuOptions: 'Field options',
|
|
275
|
+
// chartsMenuRemove: 'Remove',
|
|
276
|
+
// chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
|
|
277
|
+
// chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
|
|
278
|
+
|
|
248
279
|
// AI Assistant panel
|
|
249
280
|
// aiAssistantPanelTitle: 'AI Assistant',
|
|
250
281
|
// aiAssistantPanelClose: 'Close AI Assistant',
|
package/esm/locales/idID.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { GridLocaleText } from "../models/api/gridLocaleTextApi.js";
|
|
2
2
|
import { Localization } from "../utils/getGridLocalization.js";
|
|
3
|
-
export declare const idIDGrid: GridLocaleText
|
|
3
|
+
export declare const idIDGrid: Partial<GridLocaleText>;
|
|
4
4
|
export declare const idID: Localization;
|
package/esm/locales/idID.js
CHANGED
|
@@ -33,6 +33,9 @@ export const idIDGrid = {
|
|
|
33
33
|
toolbarExportExcel: 'Unduh sebagai 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: 'Asisten AI',
|
|
38
41
|
// Columns management text
|
|
@@ -112,6 +115,8 @@ export const idIDGrid = {
|
|
|
112
115
|
columnMenuSortAsc: 'Urutkan menaik',
|
|
113
116
|
columnMenuSortDesc: 'Urutkan menurun',
|
|
114
117
|
columnMenuManagePivot: 'Kelola pivot',
|
|
118
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
119
|
+
|
|
115
120
|
// Column header text
|
|
116
121
|
columnHeaderFiltersTooltipActive: count => `${count} filter aktif`,
|
|
117
122
|
columnHeaderFiltersLabel: 'Tampilkan filter',
|
|
@@ -180,6 +185,7 @@ export const idIDGrid = {
|
|
|
180
185
|
rowReorderingHeaderName: 'Pengurutan ulang baris',
|
|
181
186
|
// Aggregation
|
|
182
187
|
aggregationMenuItemHeader: 'Agregasi',
|
|
188
|
+
// aggregationFunctionLabelNone: 'none',
|
|
183
189
|
aggregationFunctionLabelSum: 'jumlah',
|
|
184
190
|
aggregationFunctionLabelAvg: 'rata-rata',
|
|
185
191
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -213,6 +219,32 @@ export const idIDGrid = {
|
|
|
213
219
|
pivotDragToValues: 'Seret ke sini untuk membuat nilai',
|
|
214
220
|
pivotYearColumnHeaderName: '(Tahun)',
|
|
215
221
|
pivotQuarterColumnHeaderName: '(Kuartal)',
|
|
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: 'Asisten AI',
|
|
218
250
|
aiAssistantPanelClose: 'Tutup Asisten AI',
|
package/esm/locales/isIS.js
CHANGED
|
@@ -35,6 +35,9 @@ const isISGrid = {
|
|
|
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 isISGrid = {
|
|
|
117
120
|
columnMenuSortAsc: 'Raða hækkandi',
|
|
118
121
|
columnMenuSortDesc: 'Raða lækkandi',
|
|
119
122
|
// columnMenuManagePivot: 'Manage pivot',
|
|
123
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
120
124
|
|
|
121
125
|
// Column header text
|
|
122
126
|
columnHeaderFiltersTooltipActive: count => count !== 1 ? `${count} virkar síur` : `Ein virk sía`,
|
|
@@ -186,6 +190,7 @@ const isISGrid = {
|
|
|
186
190
|
rowReorderingHeaderName: 'Endurröðun raða',
|
|
187
191
|
// Aggregation
|
|
188
192
|
aggregationMenuItemHeader: 'Samsafn',
|
|
193
|
+
// aggregationFunctionLabelNone: 'none',
|
|
189
194
|
aggregationFunctionLabelSum: 'sum',
|
|
190
195
|
aggregationFunctionLabelAvg: 'avg',
|
|
191
196
|
aggregationFunctionLabelMin: 'min',
|
|
@@ -221,6 +226,32 @@ const isISGrid = {
|
|
|
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/itIT.js
CHANGED
|
@@ -35,6 +35,9 @@ const itITGrid = {
|
|
|
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 itITGrid = {
|
|
|
117
120
|
columnMenuSortAsc: 'Ordinamento crescente',
|
|
118
121
|
columnMenuSortDesc: 'Ordinamento decrescente',
|
|
119
122
|
// columnMenuManagePivot: 'Manage pivot',
|
|
123
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
120
124
|
|
|
121
125
|
// Column header text
|
|
122
126
|
columnHeaderFiltersTooltipActive: count => count > 1 ? `${count} filtri attivi` : `${count} filtro attivo`,
|
|
@@ -186,6 +190,7 @@ const itITGrid = {
|
|
|
186
190
|
rowReorderingHeaderName: 'Riordinamento righe',
|
|
187
191
|
// Aggregation
|
|
188
192
|
aggregationMenuItemHeader: 'aggregazione',
|
|
193
|
+
// aggregationFunctionLabelNone: 'none',
|
|
189
194
|
aggregationFunctionLabelSum: 'somma',
|
|
190
195
|
aggregationFunctionLabelAvg: 'media',
|
|
191
196
|
aggregationFunctionLabelMin: 'minimo',
|
|
@@ -221,6 +226,32 @@ const itITGrid = {
|
|
|
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/jaJP.js
CHANGED
|
@@ -35,6 +35,9 @@ const jaJPGrid = {
|
|
|
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 jaJPGrid = {
|
|
|
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 jaJPGrid = {
|
|
|
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 jaJPGrid = {
|
|
|
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/koKR.js
CHANGED
|
@@ -33,6 +33,9 @@ const koKRGrid = {
|
|
|
33
33
|
toolbarExportExcel: 'Excel로 내보내기',
|
|
34
34
|
// Toolbar pivot button
|
|
35
35
|
toolbarPivot: '피벗',
|
|
36
|
+
// Toolbar charts button
|
|
37
|
+
// toolbarCharts: 'Charts',
|
|
38
|
+
|
|
36
39
|
// Toolbar AI Assistant button
|
|
37
40
|
toolbarAssistant: 'AI 어시스턴트',
|
|
38
41
|
// Columns management text
|
|
@@ -112,6 +115,7 @@ const koKRGrid = {
|
|
|
112
115
|
columnMenuSortAsc: '오름차순 정렬',
|
|
113
116
|
columnMenuSortDesc: '내림차순 정렬',
|
|
114
117
|
// columnMenuManagePivot: 'Manage pivot',
|
|
118
|
+
// columnMenuManageCharts: 'Manage charts',
|
|
115
119
|
|
|
116
120
|
// Column header text
|
|
117
121
|
columnHeaderFiltersTooltipActive: count => `${count}건의 필터를 적용중`,
|
|
@@ -181,6 +185,7 @@ const koKRGrid = {
|
|
|
181
185
|
rowReorderingHeaderName: '행 재배치',
|
|
182
186
|
// Aggregation
|
|
183
187
|
aggregationMenuItemHeader: '집계',
|
|
188
|
+
// aggregationFunctionLabelNone: 'none',
|
|
184
189
|
aggregationFunctionLabelSum: '합',
|
|
185
190
|
aggregationFunctionLabelAvg: '평균',
|
|
186
191
|
aggregationFunctionLabelMin: '최소값',
|
|
@@ -214,6 +219,32 @@ const koKRGrid = {
|
|
|
214
219
|
pivotDragToValues: '값 생성',
|
|
215
220
|
pivotYearColumnHeaderName: '(년)',
|
|
216
221
|
pivotQuarterColumnHeaderName: '(분기)',
|
|
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
|
+
|
|
217
248
|
// AI Assistant panel
|
|
218
249
|
aiAssistantPanelTitle: 'AI 어시스턴트',
|
|
219
250
|
aiAssistantPanelClose: 'AI 어시스턴트 닫기',
|