@mui/x-data-grid 7.22.3 → 8.0.0-alpha.1
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 +348 -12
- package/README.md +4 -4
- package/components/GridLoadingOverlay.d.ts +2 -2
- package/components/GridLoadingOverlay.js +4 -4
- package/components/GridRow.js +2 -27
- package/components/base/GridOverlays.js +5 -2
- package/components/cell/GridActionsCell.js +1 -2
- package/components/cell/GridActionsCellItem.js +1 -2
- package/components/cell/GridCell.js +3 -0
- package/components/containers/GridRootStyles.js +1 -0
- package/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +1 -2
- package/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +3 -4
- package/components/toolbar/GridToolbarColumnsButton.js +1 -1
- package/components/toolbar/GridToolbarDensitySelector.js +2 -4
- package/components/toolbar/GridToolbarExport.js +5 -3
- package/components/toolbar/GridToolbarExportContainer.js +1 -2
- package/constants/gridClasses.d.ts +20 -0
- package/constants/gridClasses.js +1 -1
- package/constants/localeTextConstants.js +11 -0
- package/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -1
- package/hooks/features/columnResize/useGridColumnResize.js +4 -2
- package/index.js +1 -1
- package/internals/index.d.ts +1 -0
- package/internals/index.js +1 -0
- package/joy/joySlots.js +7 -2
- package/locales/arSD.js +12 -0
- package/locales/beBY.js +12 -0
- package/locales/bgBG.js +12 -0
- package/locales/csCZ.js +12 -0
- package/locales/daDK.js +12 -0
- package/locales/deDE.js +12 -0
- package/locales/elGR.js +12 -0
- package/locales/esES.js +12 -0
- package/locales/faIR.js +12 -0
- package/locales/fiFI.js +12 -0
- package/locales/frFR.js +12 -0
- package/locales/heIL.js +12 -0
- package/locales/hrHR.js +12 -0
- package/locales/huHU.js +12 -0
- package/locales/isIS.js +12 -0
- package/locales/itIT.js +12 -0
- package/locales/jaJP.js +12 -0
- package/locales/koKR.js +12 -0
- package/locales/nbNO.js +12 -0
- package/locales/nlNL.js +12 -0
- package/locales/nnNO.js +12 -0
- package/locales/plPL.js +37 -27
- package/locales/ptBR.js +12 -0
- package/locales/ptPT.js +12 -0
- package/locales/roRO.js +12 -0
- package/locales/ruRU.js +12 -0
- package/locales/skSK.js +12 -0
- package/locales/svSE.js +12 -0
- package/locales/trTR.js +12 -0
- package/locales/ukUA.js +12 -0
- package/locales/urPK.js +12 -0
- package/locales/viVN.js +12 -0
- package/locales/zhCN.js +12 -0
- package/locales/zhHK.js +12 -0
- package/locales/zhTW.js +12 -0
- package/material/index.js +4 -0
- package/models/api/gridLocaleTextApi.d.ts +10 -0
- package/models/colDef/gridColDef.d.ts +4 -0
- package/models/gridDataSource.d.ts +12 -12
- package/models/gridSlotsComponent.d.ts +10 -0
- package/models/gridSlotsComponentsProps.d.ts +8 -0
- package/modern/components/GridLoadingOverlay.js +4 -4
- package/modern/components/GridRow.js +2 -27
- package/modern/components/base/GridOverlays.js +5 -2
- package/modern/components/cell/GridActionsCell.js +1 -2
- package/modern/components/cell/GridActionsCellItem.js +1 -2
- package/modern/components/cell/GridCell.js +3 -0
- package/modern/components/containers/GridRootStyles.js +1 -0
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +1 -2
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +1 -2
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +1 -2
- package/modern/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +3 -4
- package/modern/components/toolbar/GridToolbarColumnsButton.js +1 -1
- package/modern/components/toolbar/GridToolbarDensitySelector.js +2 -4
- package/modern/components/toolbar/GridToolbarExport.js +5 -3
- package/modern/components/toolbar/GridToolbarExportContainer.js +1 -2
- package/modern/constants/gridClasses.js +1 -1
- package/modern/constants/localeTextConstants.js +11 -0
- package/modern/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -1
- package/modern/hooks/features/columnResize/useGridColumnResize.js +4 -2
- package/modern/index.js +1 -1
- package/modern/internals/index.js +1 -0
- package/modern/joy/joySlots.js +7 -2
- package/modern/locales/arSD.js +12 -0
- package/modern/locales/beBY.js +12 -0
- package/modern/locales/bgBG.js +12 -0
- package/modern/locales/csCZ.js +12 -0
- package/modern/locales/daDK.js +12 -0
- package/modern/locales/deDE.js +12 -0
- package/modern/locales/elGR.js +12 -0
- package/modern/locales/esES.js +12 -0
- package/modern/locales/faIR.js +12 -0
- package/modern/locales/fiFI.js +12 -0
- package/modern/locales/frFR.js +12 -0
- package/modern/locales/heIL.js +12 -0
- package/modern/locales/hrHR.js +12 -0
- package/modern/locales/huHU.js +12 -0
- package/modern/locales/isIS.js +12 -0
- package/modern/locales/itIT.js +12 -0
- package/modern/locales/jaJP.js +12 -0
- package/modern/locales/koKR.js +12 -0
- package/modern/locales/nbNO.js +12 -0
- package/modern/locales/nlNL.js +12 -0
- package/modern/locales/nnNO.js +12 -0
- package/modern/locales/plPL.js +37 -27
- package/modern/locales/ptBR.js +12 -0
- package/modern/locales/ptPT.js +12 -0
- package/modern/locales/roRO.js +12 -0
- package/modern/locales/ruRU.js +12 -0
- package/modern/locales/skSK.js +12 -0
- package/modern/locales/svSE.js +12 -0
- package/modern/locales/trTR.js +12 -0
- package/modern/locales/ukUA.js +12 -0
- package/modern/locales/urPK.js +12 -0
- package/modern/locales/viVN.js +12 -0
- package/modern/locales/zhCN.js +12 -0
- package/modern/locales/zhHK.js +12 -0
- package/modern/locales/zhTW.js +12 -0
- package/modern/material/index.js +4 -0
- package/node/components/GridLoadingOverlay.js +4 -4
- package/node/components/GridRow.js +2 -27
- package/node/components/base/GridOverlays.js +5 -2
- package/node/components/cell/GridActionsCell.js +1 -2
- package/node/components/cell/GridActionsCellItem.js +1 -2
- package/node/components/cell/GridCell.js +3 -0
- package/node/components/containers/GridRootStyles.js +1 -0
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuFilterItem.js +1 -2
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuHideItem.js +1 -2
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuManageItem.js +1 -2
- package/node/components/menu/columnMenu/menuItems/GridColumnMenuSortItem.js +3 -4
- package/node/components/toolbar/GridToolbarColumnsButton.js +3 -3
- package/node/components/toolbar/GridToolbarDensitySelector.js +2 -4
- package/node/components/toolbar/GridToolbarExport.js +5 -3
- package/node/components/toolbar/GridToolbarExportContainer.js +1 -2
- package/node/constants/gridClasses.js +1 -1
- package/node/constants/localeTextConstants.js +11 -0
- package/node/hooks/features/columnHeaders/useGridColumnHeaders.js +1 -1
- package/node/hooks/features/columnResize/useGridColumnResize.js +4 -2
- package/node/index.js +1 -1
- package/node/internals/index.js +9 -2
- package/node/joy/joySlots.js +7 -2
- package/node/locales/arSD.js +12 -0
- package/node/locales/beBY.js +12 -0
- package/node/locales/bgBG.js +12 -0
- package/node/locales/csCZ.js +12 -0
- package/node/locales/daDK.js +12 -0
- package/node/locales/deDE.js +12 -0
- package/node/locales/elGR.js +12 -0
- package/node/locales/esES.js +12 -0
- package/node/locales/faIR.js +12 -0
- package/node/locales/fiFI.js +12 -0
- package/node/locales/frFR.js +12 -0
- package/node/locales/heIL.js +12 -0
- package/node/locales/hrHR.js +12 -0
- package/node/locales/huHU.js +12 -0
- package/node/locales/isIS.js +12 -0
- package/node/locales/itIT.js +12 -0
- package/node/locales/jaJP.js +12 -0
- package/node/locales/koKR.js +12 -0
- package/node/locales/nbNO.js +12 -0
- package/node/locales/nlNL.js +12 -0
- package/node/locales/nnNO.js +12 -0
- package/node/locales/plPL.js +37 -27
- package/node/locales/ptBR.js +12 -0
- package/node/locales/ptPT.js +12 -0
- package/node/locales/roRO.js +12 -0
- package/node/locales/ruRU.js +12 -0
- package/node/locales/skSK.js +12 -0
- package/node/locales/svSE.js +12 -0
- package/node/locales/trTR.js +12 -0
- package/node/locales/ukUA.js +12 -0
- package/node/locales/urPK.js +12 -0
- package/node/locales/viVN.js +12 -0
- package/node/locales/zhCN.js +12 -0
- package/node/locales/zhHK.js +12 -0
- package/node/locales/zhTW.js +12 -0
- package/node/material/index.js +4 -0
- package/package.json +5 -5
package/modern/locales/elGR.js
CHANGED
|
@@ -23,6 +23,18 @@ const elGRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Αναζήτηση…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Αναζήτηση',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Καθαρισμός',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Εξαγωγή',
|
|
28
40
|
toolbarExportLabel: 'Εξαγωγή',
|
package/modern/locales/esES.js
CHANGED
|
@@ -23,6 +23,18 @@ const esESGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Buscar…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Buscar',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Limpiar',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportar',
|
|
28
40
|
toolbarExportLabel: 'Exportar',
|
package/modern/locales/faIR.js
CHANGED
|
@@ -23,6 +23,18 @@ const faIRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'جستجو...',
|
|
24
24
|
toolbarQuickFilterLabel: 'جستجو',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'حذف',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'خروجی',
|
|
28
40
|
toolbarExportLabel: 'خروجی',
|
package/modern/locales/fiFI.js
CHANGED
|
@@ -23,6 +23,18 @@ const fiFIGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Hae…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Hae',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Tyhjennä',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Vie',
|
|
28
40
|
toolbarExportLabel: 'Vie',
|
package/modern/locales/frFR.js
CHANGED
|
@@ -23,6 +23,18 @@ const frFRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Rechercher…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Recherche',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Supprimer',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exporter',
|
|
28
40
|
toolbarExportLabel: 'Exporter',
|
package/modern/locales/heIL.js
CHANGED
|
@@ -23,6 +23,18 @@ const heILGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'חיפוש…',
|
|
24
24
|
toolbarQuickFilterLabel: 'חיפוש',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'ניקוי',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'ייצוא',
|
|
28
40
|
toolbarExportLabel: 'ייצוא',
|
package/modern/locales/hrHR.js
CHANGED
|
@@ -31,6 +31,18 @@ const hrHRGrid = {
|
|
|
31
31
|
toolbarQuickFilterPlaceholder: 'Traži…',
|
|
32
32
|
toolbarQuickFilterLabel: 'traži',
|
|
33
33
|
toolbarQuickFilterDeleteIconLabel: 'Obriši',
|
|
34
|
+
// Prompt toolbar field
|
|
35
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
36
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
37
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
38
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
39
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
40
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
41
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
42
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
43
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
44
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
45
|
+
|
|
34
46
|
// Export selector toolbar button text
|
|
35
47
|
toolbarExport: 'Izvoz',
|
|
36
48
|
toolbarExportLabel: 'Izvoz',
|
package/modern/locales/huHU.js
CHANGED
|
@@ -23,6 +23,18 @@ const huHUGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Keresés…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Keresés',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Törlés',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportálás',
|
|
28
40
|
toolbarExportLabel: 'Exportálás',
|
package/modern/locales/isIS.js
CHANGED
|
@@ -23,6 +23,18 @@ const isISGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Leita…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Leita',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Eyða',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Flytja út',
|
|
28
40
|
toolbarExportLabel: 'Flytja út',
|
package/modern/locales/itIT.js
CHANGED
|
@@ -23,6 +23,18 @@ const itITGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Cerca…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Cerca',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Resetta',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Esporta',
|
|
28
40
|
toolbarExportLabel: 'Esporta',
|
package/modern/locales/jaJP.js
CHANGED
|
@@ -23,6 +23,18 @@ const jaJPGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '検索…',
|
|
24
24
|
toolbarQuickFilterLabel: '検索',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'クリア',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'エクスポート',
|
|
28
40
|
toolbarExportLabel: 'エクスポート',
|
package/modern/locales/koKR.js
CHANGED
|
@@ -23,6 +23,18 @@ const koKRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '검색…',
|
|
24
24
|
toolbarQuickFilterLabel: '검색',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: '초기화',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: '내보내기',
|
|
28
40
|
toolbarExportLabel: '내보내기',
|
package/modern/locales/nbNO.js
CHANGED
|
@@ -23,6 +23,18 @@ const nbNOGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Søk',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Eksporter',
|
|
28
40
|
toolbarExportLabel: 'Eksporter',
|
package/modern/locales/nlNL.js
CHANGED
|
@@ -23,6 +23,18 @@ const nlNLGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Zoeken…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Zoeken',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Wissen',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exporteren',
|
|
28
40
|
toolbarExportLabel: 'Exporteren',
|
package/modern/locales/nnNO.js
CHANGED
|
@@ -23,6 +23,18 @@ const nnNOGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Søk',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Eksporter',
|
|
28
40
|
toolbarExportLabel: 'Eksporter',
|
package/modern/locales/plPL.js
CHANGED
|
@@ -23,6 +23,18 @@ const plPLGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Wyszukaj…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Szukaj',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Wyczyść',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Eksportuj',
|
|
28
40
|
toolbarExportLabel: 'Eksportuj',
|
|
@@ -30,10 +42,10 @@ const plPLGrid = {
|
|
|
30
42
|
toolbarExportPrint: 'Drukuj',
|
|
31
43
|
toolbarExportExcel: 'Pobierz jako plik Excel',
|
|
32
44
|
// Columns management text
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
45
|
+
columnsManagementSearchTitle: 'Szukaj',
|
|
46
|
+
columnsManagementNoColumns: 'Brak kolumn',
|
|
47
|
+
columnsManagementShowHideAllText: 'Wyświetl/Ukryj wszystkie',
|
|
48
|
+
columnsManagementReset: 'Resetuj',
|
|
37
49
|
// columnsManagementDeleteIconLabel: 'Clear',
|
|
38
50
|
|
|
39
51
|
// Filter panel text
|
|
@@ -49,9 +61,9 @@ const plPLGrid = {
|
|
|
49
61
|
filterPanelInputPlaceholder: 'Filtrowana wartość',
|
|
50
62
|
// Filter operators text
|
|
51
63
|
filterOperatorContains: 'zawiera',
|
|
52
|
-
|
|
64
|
+
filterOperatorDoesNotContain: 'nie zawiera',
|
|
53
65
|
filterOperatorEquals: 'równa się',
|
|
54
|
-
|
|
66
|
+
filterOperatorDoesNotEqual: 'nie równa się',
|
|
55
67
|
filterOperatorStartsWith: 'zaczyna się od',
|
|
56
68
|
filterOperatorEndsWith: 'kończy się na',
|
|
57
69
|
filterOperatorIs: 'równa się',
|
|
@@ -72,27 +84,26 @@ const plPLGrid = {
|
|
|
72
84
|
|
|
73
85
|
// Header filter operators text
|
|
74
86
|
headerFilterOperatorContains: 'Zawiera',
|
|
75
|
-
|
|
87
|
+
headerFilterOperatorDoesNotContain: 'Nie zawiera',
|
|
76
88
|
headerFilterOperatorEquals: 'Równa się',
|
|
77
|
-
|
|
89
|
+
headerFilterOperatorDoesNotEqual: 'Nie równa się',
|
|
78
90
|
headerFilterOperatorStartsWith: 'Zaczyna się od',
|
|
79
91
|
headerFilterOperatorEndsWith: 'Kończy się na',
|
|
80
|
-
|
|
92
|
+
headerFilterOperatorIs: 'Jest',
|
|
81
93
|
headerFilterOperatorNot: 'Niepuste',
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
headerFilterOperatorAfter: 'Jest po',
|
|
95
|
+
headerFilterOperatorOnOrAfter: 'Jest w lub po',
|
|
96
|
+
headerFilterOperatorBefore: 'Jest przed',
|
|
97
|
+
headerFilterOperatorOnOrBefore: 'Jest w lub przed',
|
|
98
|
+
headerFilterOperatorIsEmpty: 'Jest pusty',
|
|
99
|
+
headerFilterOperatorIsNotEmpty: 'Nie jest pusty',
|
|
100
|
+
headerFilterOperatorIsAnyOf: 'Is any of',
|
|
101
|
+
'headerFilterOperator=': 'Równa się',
|
|
102
|
+
'headerFilterOperator!=': 'Nie równa się',
|
|
103
|
+
'headerFilterOperator>': 'Większy niż',
|
|
104
|
+
'headerFilterOperator>=': 'Większy lub równy',
|
|
105
|
+
'headerFilterOperator<': 'Mniejszy niż',
|
|
106
|
+
'headerFilterOperator<=': 'Mniejszy lub równe',
|
|
96
107
|
// Filter values text
|
|
97
108
|
filterValueAny: 'dowolny',
|
|
98
109
|
filterValueTrue: 'prawda',
|
|
@@ -140,14 +151,13 @@ const plPLGrid = {
|
|
|
140
151
|
groupColumn: name => `Grupuj według ${name}`,
|
|
141
152
|
unGroupColumn: name => `Rozgrupuj ${name}`,
|
|
142
153
|
// Master/detail
|
|
143
|
-
|
|
154
|
+
detailPanelToggle: 'Szczegóły',
|
|
144
155
|
expandDetailPanel: 'Rozwiń',
|
|
145
156
|
collapseDetailPanel: 'Zwiń',
|
|
146
157
|
// Row reordering text
|
|
147
|
-
rowReorderingHeaderName: 'Porządkowanie wierszy'
|
|
148
|
-
|
|
158
|
+
rowReorderingHeaderName: 'Porządkowanie wierszy',
|
|
149
159
|
// Aggregation
|
|
150
|
-
|
|
160
|
+
aggregationMenuItemHeader: 'Agregacja'
|
|
151
161
|
// aggregationFunctionLabelSum: 'sum',
|
|
152
162
|
// aggregationFunctionLabelAvg: 'avg',
|
|
153
163
|
// aggregationFunctionLabelMin: 'min',
|
package/modern/locales/ptBR.js
CHANGED
|
@@ -23,6 +23,18 @@ const ptBRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Procurar…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Procurar',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Limpar',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportar',
|
|
28
40
|
toolbarExportLabel: 'Exportar',
|
package/modern/locales/ptPT.js
CHANGED
|
@@ -23,6 +23,18 @@ const ptPTGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Procurar…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Procurar',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Claro',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportar',
|
|
28
40
|
toolbarExportLabel: 'Exportar',
|
package/modern/locales/roRO.js
CHANGED
|
@@ -23,6 +23,18 @@ const roROGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Căutare…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Căutare',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Ștergere',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Export',
|
|
28
40
|
toolbarExportLabel: 'Export',
|
package/modern/locales/ruRU.js
CHANGED
|
@@ -38,6 +38,18 @@ const ruRUGrid = {
|
|
|
38
38
|
toolbarQuickFilterPlaceholder: 'Поиск…',
|
|
39
39
|
toolbarQuickFilterLabel: 'Поиск',
|
|
40
40
|
toolbarQuickFilterDeleteIconLabel: 'Очистить',
|
|
41
|
+
// Prompt toolbar field
|
|
42
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
43
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
44
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
45
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
46
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
47
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
48
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
49
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
50
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
51
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
52
|
+
|
|
41
53
|
// Export selector toolbar button text
|
|
42
54
|
toolbarExport: 'Экспорт',
|
|
43
55
|
toolbarExportLabel: 'Экспорт',
|
package/modern/locales/skSK.js
CHANGED
|
@@ -31,6 +31,18 @@ const skSKGrid = {
|
|
|
31
31
|
toolbarQuickFilterPlaceholder: 'Vyhľadať…',
|
|
32
32
|
toolbarQuickFilterLabel: 'Vyhľadať',
|
|
33
33
|
toolbarQuickFilterDeleteIconLabel: 'Vymazať',
|
|
34
|
+
// Prompt toolbar field
|
|
35
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
36
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
37
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
38
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
39
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
40
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
41
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
42
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
43
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
44
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
45
|
+
|
|
34
46
|
// Export selector toolbar button text
|
|
35
47
|
toolbarExport: 'Export',
|
|
36
48
|
toolbarExportLabel: 'Export',
|
package/modern/locales/svSE.js
CHANGED
|
@@ -23,6 +23,18 @@ const svSEGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Sök…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Sök',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Rensa',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Exportera',
|
|
28
40
|
toolbarExportLabel: 'Exportera',
|
package/modern/locales/trTR.js
CHANGED
|
@@ -23,6 +23,18 @@ const trTRGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Ara…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Ara',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Temizle',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Dışa aktar',
|
|
28
40
|
toolbarExportLabel: 'Dışa aktar',
|
package/modern/locales/ukUA.js
CHANGED
|
@@ -38,6 +38,18 @@ const ukUAGrid = {
|
|
|
38
38
|
toolbarQuickFilterPlaceholder: 'Пошук…',
|
|
39
39
|
toolbarQuickFilterLabel: 'Пошук',
|
|
40
40
|
toolbarQuickFilterDeleteIconLabel: 'Очистити',
|
|
41
|
+
// Prompt toolbar field
|
|
42
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
43
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
44
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
45
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
46
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
47
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
48
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
49
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
50
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
51
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
52
|
+
|
|
41
53
|
// Export selector toolbar button text
|
|
42
54
|
toolbarExport: 'Експорт',
|
|
43
55
|
toolbarExportLabel: 'Експорт',
|
package/modern/locales/urPK.js
CHANGED
|
@@ -23,6 +23,18 @@ const urPKGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'تلاش کریں۔۔۔',
|
|
24
24
|
toolbarQuickFilterLabel: 'تلاش کریں',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'کلئیر کریں',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'ایکسپورٹ',
|
|
28
40
|
toolbarExportLabel: 'ایکسپورٹ',
|
package/modern/locales/viVN.js
CHANGED
|
@@ -23,6 +23,18 @@ const viVNGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: 'Tìm kiếm…',
|
|
24
24
|
toolbarQuickFilterLabel: 'Tìm kiếm',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: 'Xóa tìm kiếm',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: 'Xuất',
|
|
28
40
|
toolbarExportLabel: 'Xuất',
|
package/modern/locales/zhCN.js
CHANGED
|
@@ -23,6 +23,18 @@ const zhCNGrid = {
|
|
|
23
23
|
toolbarQuickFilterPlaceholder: '搜索…',
|
|
24
24
|
toolbarQuickFilterLabel: '搜索',
|
|
25
25
|
toolbarQuickFilterDeleteIconLabel: '清除',
|
|
26
|
+
// Prompt toolbar field
|
|
27
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
28
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
29
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
30
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
31
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
32
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
33
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
34
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
35
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
36
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
37
|
+
|
|
26
38
|
// Export selector toolbar button text
|
|
27
39
|
toolbarExport: '导出',
|
|
28
40
|
toolbarExportLabel: '导出',
|