@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/node/locales/bgBG.js
CHANGED
|
@@ -29,6 +29,18 @@ const bgBGGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Търси…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Търсене',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Изчисти',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Изтегли',
|
|
34
46
|
toolbarExportLabel: 'Изтегли',
|
package/node/locales/csCZ.js
CHANGED
|
@@ -37,6 +37,18 @@ const csCZGrid = {
|
|
|
37
37
|
toolbarQuickFilterPlaceholder: 'Hledat…',
|
|
38
38
|
toolbarQuickFilterLabel: 'Hledat',
|
|
39
39
|
toolbarQuickFilterDeleteIconLabel: 'Vymazat',
|
|
40
|
+
// Prompt toolbar field
|
|
41
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
42
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
43
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
44
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
45
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
46
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
47
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
48
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
49
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
50
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
51
|
+
|
|
40
52
|
// Export selector toolbar button text
|
|
41
53
|
toolbarExport: 'Export',
|
|
42
54
|
toolbarExportLabel: 'Export',
|
package/node/locales/daDK.js
CHANGED
|
@@ -29,6 +29,18 @@ const daDKGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Søg…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Søg',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Ryd',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Eksport',
|
|
34
46
|
toolbarExportLabel: 'Eksporter',
|
package/node/locales/deDE.js
CHANGED
|
@@ -29,6 +29,18 @@ const deDEGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Suchen…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Suchen',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Löschen',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exportieren',
|
|
34
46
|
toolbarExportLabel: 'Exportieren',
|
package/node/locales/elGR.js
CHANGED
|
@@ -29,6 +29,18 @@ const elGRGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Αναζήτηση…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Αναζήτηση',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Καθαρισμός',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Εξαγωγή',
|
|
34
46
|
toolbarExportLabel: 'Εξαγωγή',
|
package/node/locales/esES.js
CHANGED
|
@@ -29,6 +29,18 @@ const esESGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Buscar…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Buscar',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Limpiar',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exportar',
|
|
34
46
|
toolbarExportLabel: 'Exportar',
|
package/node/locales/faIR.js
CHANGED
|
@@ -29,6 +29,18 @@ const faIRGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'جستجو...',
|
|
30
30
|
toolbarQuickFilterLabel: 'جستجو',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'حذف',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'خروجی',
|
|
34
46
|
toolbarExportLabel: 'خروجی',
|
package/node/locales/fiFI.js
CHANGED
|
@@ -29,6 +29,18 @@ const fiFIGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Hae…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Hae',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Tyhjennä',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Vie',
|
|
34
46
|
toolbarExportLabel: 'Vie',
|
package/node/locales/frFR.js
CHANGED
|
@@ -29,6 +29,18 @@ const frFRGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Rechercher…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Recherche',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Supprimer',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exporter',
|
|
34
46
|
toolbarExportLabel: 'Exporter',
|
package/node/locales/heIL.js
CHANGED
|
@@ -29,6 +29,18 @@ const heILGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'חיפוש…',
|
|
30
30
|
toolbarQuickFilterLabel: 'חיפוש',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'ניקוי',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'ייצוא',
|
|
34
46
|
toolbarExportLabel: 'ייצוא',
|
package/node/locales/hrHR.js
CHANGED
|
@@ -37,6 +37,18 @@ const hrHRGrid = {
|
|
|
37
37
|
toolbarQuickFilterPlaceholder: 'Traži…',
|
|
38
38
|
toolbarQuickFilterLabel: 'traži',
|
|
39
39
|
toolbarQuickFilterDeleteIconLabel: 'Obriši',
|
|
40
|
+
// Prompt toolbar field
|
|
41
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
42
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
43
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
44
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
45
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
46
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
47
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
48
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
49
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
50
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
51
|
+
|
|
40
52
|
// Export selector toolbar button text
|
|
41
53
|
toolbarExport: 'Izvoz',
|
|
42
54
|
toolbarExportLabel: 'Izvoz',
|
package/node/locales/huHU.js
CHANGED
|
@@ -29,6 +29,18 @@ const huHUGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Keresés…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Keresés',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Törlés',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exportálás',
|
|
34
46
|
toolbarExportLabel: 'Exportálás',
|
package/node/locales/isIS.js
CHANGED
|
@@ -29,6 +29,18 @@ const isISGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Leita…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Leita',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Eyða',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Flytja út',
|
|
34
46
|
toolbarExportLabel: 'Flytja út',
|
package/node/locales/itIT.js
CHANGED
|
@@ -29,6 +29,18 @@ const itITGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Cerca…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Cerca',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Resetta',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Esporta',
|
|
34
46
|
toolbarExportLabel: 'Esporta',
|
package/node/locales/jaJP.js
CHANGED
|
@@ -29,6 +29,18 @@ const jaJPGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: '検索…',
|
|
30
30
|
toolbarQuickFilterLabel: '検索',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'クリア',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'エクスポート',
|
|
34
46
|
toolbarExportLabel: 'エクスポート',
|
package/node/locales/koKR.js
CHANGED
|
@@ -29,6 +29,18 @@ const koKRGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: '검색…',
|
|
30
30
|
toolbarQuickFilterLabel: '검색',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: '초기화',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: '내보내기',
|
|
34
46
|
toolbarExportLabel: '내보내기',
|
package/node/locales/nbNO.js
CHANGED
|
@@ -29,6 +29,18 @@ const nbNOGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Søk',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Eksporter',
|
|
34
46
|
toolbarExportLabel: 'Eksporter',
|
package/node/locales/nlNL.js
CHANGED
|
@@ -29,6 +29,18 @@ const nlNLGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Zoeken…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Zoeken',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Wissen',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exporteren',
|
|
34
46
|
toolbarExportLabel: 'Exporteren',
|
package/node/locales/nnNO.js
CHANGED
|
@@ -29,6 +29,18 @@ const nnNOGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Søk…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Søk',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Slett',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Eksporter',
|
|
34
46
|
toolbarExportLabel: 'Eksporter',
|
package/node/locales/plPL.js
CHANGED
|
@@ -29,6 +29,18 @@ const plPLGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Wyszukaj…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Szukaj',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Wyczyść',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Eksportuj',
|
|
34
46
|
toolbarExportLabel: 'Eksportuj',
|
|
@@ -36,10 +48,10 @@ const plPLGrid = {
|
|
|
36
48
|
toolbarExportPrint: 'Drukuj',
|
|
37
49
|
toolbarExportExcel: 'Pobierz jako plik Excel',
|
|
38
50
|
// Columns management text
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
51
|
+
columnsManagementSearchTitle: 'Szukaj',
|
|
52
|
+
columnsManagementNoColumns: 'Brak kolumn',
|
|
53
|
+
columnsManagementShowHideAllText: 'Wyświetl/Ukryj wszystkie',
|
|
54
|
+
columnsManagementReset: 'Resetuj',
|
|
43
55
|
// columnsManagementDeleteIconLabel: 'Clear',
|
|
44
56
|
|
|
45
57
|
// Filter panel text
|
|
@@ -55,9 +67,9 @@ const plPLGrid = {
|
|
|
55
67
|
filterPanelInputPlaceholder: 'Filtrowana wartość',
|
|
56
68
|
// Filter operators text
|
|
57
69
|
filterOperatorContains: 'zawiera',
|
|
58
|
-
|
|
70
|
+
filterOperatorDoesNotContain: 'nie zawiera',
|
|
59
71
|
filterOperatorEquals: 'równa się',
|
|
60
|
-
|
|
72
|
+
filterOperatorDoesNotEqual: 'nie równa się',
|
|
61
73
|
filterOperatorStartsWith: 'zaczyna się od',
|
|
62
74
|
filterOperatorEndsWith: 'kończy się na',
|
|
63
75
|
filterOperatorIs: 'równa się',
|
|
@@ -78,27 +90,26 @@ const plPLGrid = {
|
|
|
78
90
|
|
|
79
91
|
// Header filter operators text
|
|
80
92
|
headerFilterOperatorContains: 'Zawiera',
|
|
81
|
-
|
|
93
|
+
headerFilterOperatorDoesNotContain: 'Nie zawiera',
|
|
82
94
|
headerFilterOperatorEquals: 'Równa się',
|
|
83
|
-
|
|
95
|
+
headerFilterOperatorDoesNotEqual: 'Nie równa się',
|
|
84
96
|
headerFilterOperatorStartsWith: 'Zaczyna się od',
|
|
85
97
|
headerFilterOperatorEndsWith: 'Kończy się na',
|
|
86
|
-
|
|
98
|
+
headerFilterOperatorIs: 'Jest',
|
|
87
99
|
headerFilterOperatorNot: 'Niepuste',
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
headerFilterOperatorAfter: 'Jest po',
|
|
101
|
+
headerFilterOperatorOnOrAfter: 'Jest w lub po',
|
|
102
|
+
headerFilterOperatorBefore: 'Jest przed',
|
|
103
|
+
headerFilterOperatorOnOrBefore: 'Jest w lub przed',
|
|
104
|
+
headerFilterOperatorIsEmpty: 'Jest pusty',
|
|
105
|
+
headerFilterOperatorIsNotEmpty: 'Nie jest pusty',
|
|
106
|
+
headerFilterOperatorIsAnyOf: 'Is any of',
|
|
107
|
+
'headerFilterOperator=': 'Równa się',
|
|
108
|
+
'headerFilterOperator!=': 'Nie równa się',
|
|
109
|
+
'headerFilterOperator>': 'Większy niż',
|
|
110
|
+
'headerFilterOperator>=': 'Większy lub równy',
|
|
111
|
+
'headerFilterOperator<': 'Mniejszy niż',
|
|
112
|
+
'headerFilterOperator<=': 'Mniejszy lub równe',
|
|
102
113
|
// Filter values text
|
|
103
114
|
filterValueAny: 'dowolny',
|
|
104
115
|
filterValueTrue: 'prawda',
|
|
@@ -146,14 +157,13 @@ const plPLGrid = {
|
|
|
146
157
|
groupColumn: name => `Grupuj według ${name}`,
|
|
147
158
|
unGroupColumn: name => `Rozgrupuj ${name}`,
|
|
148
159
|
// Master/detail
|
|
149
|
-
|
|
160
|
+
detailPanelToggle: 'Szczegóły',
|
|
150
161
|
expandDetailPanel: 'Rozwiń',
|
|
151
162
|
collapseDetailPanel: 'Zwiń',
|
|
152
163
|
// Row reordering text
|
|
153
|
-
rowReorderingHeaderName: 'Porządkowanie wierszy'
|
|
154
|
-
|
|
164
|
+
rowReorderingHeaderName: 'Porządkowanie wierszy',
|
|
155
165
|
// Aggregation
|
|
156
|
-
|
|
166
|
+
aggregationMenuItemHeader: 'Agregacja'
|
|
157
167
|
// aggregationFunctionLabelSum: 'sum',
|
|
158
168
|
// aggregationFunctionLabelAvg: 'avg',
|
|
159
169
|
// aggregationFunctionLabelMin: 'min',
|
package/node/locales/ptBR.js
CHANGED
|
@@ -29,6 +29,18 @@ const ptBRGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Procurar…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Procurar',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Limpar',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exportar',
|
|
34
46
|
toolbarExportLabel: 'Exportar',
|
package/node/locales/ptPT.js
CHANGED
|
@@ -29,6 +29,18 @@ const ptPTGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Procurar…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Procurar',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Claro',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exportar',
|
|
34
46
|
toolbarExportLabel: 'Exportar',
|
package/node/locales/roRO.js
CHANGED
|
@@ -29,6 +29,18 @@ const roROGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Căutare…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Căutare',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Ștergere',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Export',
|
|
34
46
|
toolbarExportLabel: 'Export',
|
package/node/locales/ruRU.js
CHANGED
|
@@ -44,6 +44,18 @@ const ruRUGrid = {
|
|
|
44
44
|
toolbarQuickFilterPlaceholder: 'Поиск…',
|
|
45
45
|
toolbarQuickFilterLabel: 'Поиск',
|
|
46
46
|
toolbarQuickFilterDeleteIconLabel: 'Очистить',
|
|
47
|
+
// Prompt toolbar field
|
|
48
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
49
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
50
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
51
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
52
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
53
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
54
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
55
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
56
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
57
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
58
|
+
|
|
47
59
|
// Export selector toolbar button text
|
|
48
60
|
toolbarExport: 'Экспорт',
|
|
49
61
|
toolbarExportLabel: 'Экспорт',
|
package/node/locales/skSK.js
CHANGED
|
@@ -37,6 +37,18 @@ const skSKGrid = {
|
|
|
37
37
|
toolbarQuickFilterPlaceholder: 'Vyhľadať…',
|
|
38
38
|
toolbarQuickFilterLabel: 'Vyhľadať',
|
|
39
39
|
toolbarQuickFilterDeleteIconLabel: 'Vymazať',
|
|
40
|
+
// Prompt toolbar field
|
|
41
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
42
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
43
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
44
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
45
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
46
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
47
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
48
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
49
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
50
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
51
|
+
|
|
40
52
|
// Export selector toolbar button text
|
|
41
53
|
toolbarExport: 'Export',
|
|
42
54
|
toolbarExportLabel: 'Export',
|
package/node/locales/svSE.js
CHANGED
|
@@ -29,6 +29,18 @@ const svSEGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Sök…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Sök',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Rensa',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Exportera',
|
|
34
46
|
toolbarExportLabel: 'Exportera',
|
package/node/locales/trTR.js
CHANGED
|
@@ -29,6 +29,18 @@ const trTRGrid = {
|
|
|
29
29
|
toolbarQuickFilterPlaceholder: 'Ara…',
|
|
30
30
|
toolbarQuickFilterLabel: 'Ara',
|
|
31
31
|
toolbarQuickFilterDeleteIconLabel: 'Temizle',
|
|
32
|
+
// Prompt toolbar field
|
|
33
|
+
// toolbarPromptControlPlaceholder: 'Type a prompt…',
|
|
34
|
+
// toolbarPromptControlWithRecordingPlaceholder: 'Type or record a prompt…',
|
|
35
|
+
// toolbarPromptControlRecordingPlaceholder: 'Listening for prompt…',
|
|
36
|
+
// toolbarPromptControlLabel: 'Prompt input',
|
|
37
|
+
// toolbarPromptControlDeleteIconLabel: 'Clear',
|
|
38
|
+
// toolbarPromptControlRecordButtonDefaultLabel: 'Record',
|
|
39
|
+
// toolbarPromptControlRecordButtonActiveLabel: 'Stop recording',
|
|
40
|
+
// toolbarPromptControlSendActionLabel: 'Send',
|
|
41
|
+
// toolbarPromptControlSendActionAriaLabel: 'Send prompt',
|
|
42
|
+
// toolbarPromptControlErrorMessage: 'An error occurred while processing the request. Please try again with a different prompt.',
|
|
43
|
+
|
|
32
44
|
// Export selector toolbar button text
|
|
33
45
|
toolbarExport: 'Dışa aktar',
|
|
34
46
|
toolbarExportLabel: 'Dışa aktar',
|