@mui/material 5.14.14 → 5.14.16
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 +134 -0
- package/Checkbox/Checkbox.js +1 -1
- package/GlobalStyles/index.js +0 -2
- package/InputLabel/InputLabel.js +4 -3
- package/OutlinedInput/NotchedOutline.js +7 -3
- package/Radio/Radio.js +1 -1
- package/Radio/RadioButtonIcon.js +4 -2
- package/SwipeableDrawer/SwipeArea.js +4 -2
- package/ToggleButton/toggleButtonClasses.d.ts +2 -0
- package/ToggleButton/toggleButtonClasses.js +1 -1
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +2 -0
- package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/index.js +3 -2
- package/internal/SwitchBase.js +4 -2
- package/legacy/Checkbox/Checkbox.js +1 -1
- package/legacy/GlobalStyles/index.js +0 -2
- package/legacy/InputLabel/InputLabel.js +4 -3
- package/legacy/OutlinedInput/NotchedOutline.js +7 -3
- package/legacy/Radio/Radio.js +1 -1
- package/legacy/Radio/RadioButtonIcon.js +4 -2
- package/legacy/SwipeableDrawer/SwipeArea.js +4 -2
- package/legacy/ToggleButton/toggleButtonClasses.js +1 -1
- package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/legacy/index.js +3 -2
- package/legacy/internal/SwitchBase.js +4 -2
- package/legacy/locale/index.js +244 -166
- package/locale/index.d.ts +1 -0
- package/locale/index.js +120 -46
- package/modern/Checkbox/Checkbox.js +1 -1
- package/modern/GlobalStyles/index.js +0 -2
- package/modern/InputLabel/InputLabel.js +4 -3
- package/modern/OutlinedInput/NotchedOutline.js +7 -3
- package/modern/Radio/Radio.js +1 -1
- package/modern/Radio/RadioButtonIcon.js +4 -2
- package/modern/SwipeableDrawer/SwipeArea.js +4 -2
- package/modern/ToggleButton/toggleButtonClasses.js +1 -1
- package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/modern/index.js +3 -2
- package/modern/internal/SwitchBase.js +4 -2
- package/modern/locale/index.js +120 -46
- package/node/Accordion/Accordion.js +2 -2
- package/node/Accordion/AccordionContext.js +2 -2
- package/node/Accordion/index.js +2 -2
- package/node/AccordionActions/AccordionActions.js +2 -2
- package/node/AccordionActions/index.js +2 -2
- package/node/AccordionDetails/AccordionDetails.js +2 -2
- package/node/AccordionDetails/index.js +2 -2
- package/node/AccordionSummary/AccordionSummary.js +2 -2
- package/node/AccordionSummary/index.js +2 -2
- package/node/Alert/Alert.js +2 -2
- package/node/Alert/index.js +2 -2
- package/node/AlertTitle/AlertTitle.js +2 -2
- package/node/AlertTitle/index.js +2 -2
- package/node/AppBar/AppBar.js +2 -2
- package/node/AppBar/index.js +2 -2
- package/node/Autocomplete/Autocomplete.js +2 -2
- package/node/Autocomplete/index.js +2 -2
- package/node/Avatar/Avatar.js +2 -2
- package/node/Avatar/index.js +2 -2
- package/node/AvatarGroup/AvatarGroup.js +2 -2
- package/node/AvatarGroup/index.js +2 -2
- package/node/Backdrop/Backdrop.js +2 -2
- package/node/Backdrop/index.js +2 -2
- package/node/Badge/Badge.js +2 -2
- package/node/Badge/index.js +2 -2
- package/node/BottomNavigation/BottomNavigation.js +2 -2
- package/node/BottomNavigation/index.js +2 -2
- package/node/BottomNavigationAction/BottomNavigationAction.js +2 -2
- package/node/BottomNavigationAction/index.js +2 -2
- package/node/Breadcrumbs/BreadcrumbCollapsed.js +2 -2
- package/node/Breadcrumbs/Breadcrumbs.js +2 -2
- package/node/Breadcrumbs/index.js +2 -2
- package/node/Button/Button.js +2 -2
- package/node/Button/index.js +2 -2
- package/node/ButtonBase/ButtonBase.js +2 -2
- package/node/ButtonBase/Ripple.js +2 -2
- package/node/ButtonBase/TouchRipple.js +2 -2
- package/node/ButtonBase/index.js +2 -2
- package/node/ButtonGroup/ButtonGroup.js +2 -2
- package/node/ButtonGroup/ButtonGroupButtonContext.js +2 -2
- package/node/ButtonGroup/ButtonGroupContext.js +2 -2
- package/node/ButtonGroup/index.js +2 -2
- package/node/Card/Card.js +2 -2
- package/node/Card/index.js +2 -2
- package/node/CardActionArea/CardActionArea.js +2 -2
- package/node/CardActionArea/index.js +2 -2
- package/node/CardActions/CardActions.js +2 -2
- package/node/CardActions/index.js +2 -2
- package/node/CardContent/CardContent.js +2 -2
- package/node/CardContent/index.js +2 -2
- package/node/CardHeader/CardHeader.js +2 -2
- package/node/CardHeader/index.js +2 -2
- package/node/CardMedia/CardMedia.js +2 -2
- package/node/CardMedia/index.js +2 -2
- package/node/Checkbox/Checkbox.js +3 -3
- package/node/Checkbox/index.js +2 -2
- package/node/Chip/Chip.js +2 -2
- package/node/Chip/index.js +2 -2
- package/node/CircularProgress/CircularProgress.js +2 -2
- package/node/CircularProgress/index.js +2 -2
- package/node/Collapse/Collapse.js +2 -2
- package/node/Collapse/index.js +2 -2
- package/node/Container/index.js +2 -2
- package/node/CssBaseline/CssBaseline.js +2 -2
- package/node/Dialog/Dialog.js +2 -2
- package/node/Dialog/DialogContext.js +2 -2
- package/node/Dialog/index.js +2 -2
- package/node/DialogActions/DialogActions.js +2 -2
- package/node/DialogActions/index.js +2 -2
- package/node/DialogContent/DialogContent.js +2 -2
- package/node/DialogContent/index.js +2 -2
- package/node/DialogContentText/DialogContentText.js +2 -2
- package/node/DialogContentText/index.js +2 -2
- package/node/DialogTitle/DialogTitle.js +2 -2
- package/node/DialogTitle/index.js +2 -2
- package/node/Divider/Divider.js +2 -2
- package/node/Divider/index.js +2 -2
- package/node/Drawer/Drawer.js +2 -2
- package/node/Drawer/index.js +2 -2
- package/node/Fab/Fab.js +2 -2
- package/node/Fab/index.js +2 -2
- package/node/Fade/Fade.js +2 -2
- package/node/FilledInput/FilledInput.js +2 -2
- package/node/FilledInput/index.js +2 -2
- package/node/FormControl/FormControl.js +2 -2
- package/node/FormControl/FormControlContext.js +2 -2
- package/node/FormControl/index.js +2 -2
- package/node/FormControl/useFormControl.js +2 -2
- package/node/FormControlLabel/FormControlLabel.js +2 -2
- package/node/FormControlLabel/index.js +2 -2
- package/node/FormGroup/FormGroup.js +2 -2
- package/node/FormGroup/index.js +2 -2
- package/node/FormHelperText/FormHelperText.js +2 -2
- package/node/FormHelperText/index.js +2 -2
- package/node/FormLabel/FormLabel.js +2 -2
- package/node/FormLabel/index.js +2 -2
- package/node/GlobalStyles/GlobalStyles.js +2 -2
- package/node/GlobalStyles/index.js +0 -1
- package/node/Grid/Grid.js +2 -2
- package/node/Grid/GridContext.js +2 -2
- package/node/Grid/index.js +2 -2
- package/node/Grow/Grow.js +2 -2
- package/node/Hidden/Hidden.js +2 -2
- package/node/Hidden/HiddenCss.js +2 -2
- package/node/Hidden/HiddenJs.js +2 -2
- package/node/Hidden/withWidth.js +2 -2
- package/node/Icon/Icon.js +2 -2
- package/node/Icon/index.js +2 -2
- package/node/IconButton/IconButton.js +2 -2
- package/node/IconButton/index.js +2 -2
- package/node/ImageList/ImageList.js +2 -2
- package/node/ImageList/ImageListContext.js +2 -2
- package/node/ImageList/index.js +2 -2
- package/node/ImageListItem/ImageListItem.js +2 -2
- package/node/ImageListItem/index.js +2 -2
- package/node/ImageListItemBar/ImageListItemBar.js +2 -2
- package/node/ImageListItemBar/index.js +2 -2
- package/node/Input/Input.js +2 -2
- package/node/Input/index.js +2 -2
- package/node/InputAdornment/InputAdornment.js +2 -2
- package/node/InputAdornment/index.js +2 -2
- package/node/InputBase/InputBase.js +2 -2
- package/node/InputBase/index.js +2 -2
- package/node/InputLabel/InputLabel.js +6 -5
- package/node/InputLabel/index.js +2 -2
- package/node/LinearProgress/LinearProgress.js +2 -2
- package/node/LinearProgress/index.js +2 -2
- package/node/Link/Link.js +2 -2
- package/node/Link/index.js +2 -2
- package/node/List/List.js +2 -2
- package/node/List/ListContext.js +2 -2
- package/node/List/index.js +2 -2
- package/node/ListItem/ListItem.js +2 -2
- package/node/ListItem/index.js +2 -2
- package/node/ListItemAvatar/ListItemAvatar.js +2 -2
- package/node/ListItemAvatar/index.js +2 -2
- package/node/ListItemButton/ListItemButton.js +2 -2
- package/node/ListItemButton/index.js +2 -2
- package/node/ListItemIcon/ListItemIcon.js +2 -2
- package/node/ListItemIcon/index.js +2 -2
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +2 -2
- package/node/ListItemSecondaryAction/index.js +2 -2
- package/node/ListItemText/ListItemText.js +2 -2
- package/node/ListItemText/index.js +2 -2
- package/node/ListSubheader/ListSubheader.js +2 -2
- package/node/ListSubheader/index.js +2 -2
- package/node/Menu/Menu.js +2 -2
- package/node/Menu/index.js +2 -2
- package/node/MenuItem/MenuItem.js +2 -2
- package/node/MenuItem/index.js +2 -2
- package/node/MenuList/MenuList.js +2 -2
- package/node/MobileStepper/MobileStepper.js +2 -2
- package/node/MobileStepper/index.js +2 -2
- package/node/Modal/Modal.js +2 -2
- package/node/Modal/index.js +2 -2
- package/node/NativeSelect/NativeSelect.js +2 -2
- package/node/NativeSelect/NativeSelectInput.js +2 -2
- package/node/NativeSelect/index.js +2 -2
- package/node/OutlinedInput/NotchedOutline.js +9 -5
- package/node/OutlinedInput/OutlinedInput.js +2 -2
- package/node/OutlinedInput/index.js +2 -2
- package/node/Pagination/Pagination.js +2 -2
- package/node/Pagination/index.js +2 -2
- package/node/PaginationItem/PaginationItem.js +2 -2
- package/node/PaginationItem/index.js +2 -2
- package/node/Paper/Paper.js +2 -2
- package/node/Paper/index.js +2 -2
- package/node/Popover/Popover.js +2 -2
- package/node/Popover/index.js +2 -2
- package/node/Popper/Popper.js +2 -2
- package/node/Radio/Radio.js +3 -3
- package/node/Radio/RadioButtonIcon.js +6 -4
- package/node/Radio/index.js +2 -2
- package/node/RadioGroup/RadioGroup.js +2 -2
- package/node/RadioGroup/RadioGroupContext.js +2 -2
- package/node/RadioGroup/useRadioGroup.js +2 -2
- package/node/Rating/Rating.js +2 -2
- package/node/Rating/index.js +2 -2
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +2 -2
- package/node/ScopedCssBaseline/index.js +2 -2
- package/node/Select/Select.js +2 -2
- package/node/Select/SelectInput.js +2 -2
- package/node/Select/index.js +2 -2
- package/node/Skeleton/Skeleton.js +2 -2
- package/node/Skeleton/index.js +2 -2
- package/node/Slide/Slide.js +2 -2
- package/node/Slider/Slider.js +2 -2
- package/node/Slider/SliderValueLabel.js +2 -2
- package/node/Slider/index.js +2 -2
- package/node/Snackbar/Snackbar.js +2 -2
- package/node/Snackbar/index.js +2 -2
- package/node/SnackbarContent/SnackbarContent.js +2 -2
- package/node/SnackbarContent/index.js +2 -2
- package/node/SpeedDial/SpeedDial.js +2 -2
- package/node/SpeedDial/index.js +2 -2
- package/node/SpeedDialAction/SpeedDialAction.js +2 -2
- package/node/SpeedDialAction/index.js +2 -2
- package/node/SpeedDialIcon/SpeedDialIcon.js +2 -2
- package/node/SpeedDialIcon/index.js +2 -2
- package/node/Step/Step.js +2 -2
- package/node/Step/StepContext.js +2 -2
- package/node/Step/index.js +2 -2
- package/node/StepButton/StepButton.js +2 -2
- package/node/StepButton/index.js +2 -2
- package/node/StepConnector/StepConnector.js +2 -2
- package/node/StepConnector/index.js +2 -2
- package/node/StepContent/StepContent.js +2 -2
- package/node/StepContent/index.js +2 -2
- package/node/StepIcon/StepIcon.js +2 -2
- package/node/StepIcon/index.js +2 -2
- package/node/StepLabel/StepLabel.js +2 -2
- package/node/StepLabel/index.js +2 -2
- package/node/Stepper/Stepper.js +2 -2
- package/node/Stepper/StepperContext.js +2 -2
- package/node/Stepper/index.js +2 -2
- package/node/SvgIcon/SvgIcon.js +2 -2
- package/node/SvgIcon/index.js +2 -2
- package/node/SwipeableDrawer/SwipeArea.js +6 -4
- package/node/SwipeableDrawer/SwipeableDrawer.js +2 -2
- package/node/Switch/Switch.js +2 -2
- package/node/Switch/index.js +2 -2
- package/node/Tab/Tab.js +2 -2
- package/node/Tab/index.js +2 -2
- package/node/TabScrollButton/TabScrollButton.js +2 -2
- package/node/TabScrollButton/index.js +2 -2
- package/node/Table/Table.js +2 -2
- package/node/Table/TableContext.js +2 -2
- package/node/Table/Tablelvl2Context.js +2 -2
- package/node/Table/index.js +2 -2
- package/node/TableBody/TableBody.js +2 -2
- package/node/TableBody/index.js +2 -2
- package/node/TableCell/TableCell.js +2 -2
- package/node/TableCell/index.js +2 -2
- package/node/TableContainer/TableContainer.js +2 -2
- package/node/TableContainer/index.js +2 -2
- package/node/TableFooter/TableFooter.js +2 -2
- package/node/TableFooter/index.js +2 -2
- package/node/TableHead/TableHead.js +2 -2
- package/node/TableHead/index.js +2 -2
- package/node/TablePagination/TablePagination.js +2 -2
- package/node/TablePagination/TablePaginationActions.js +2 -2
- package/node/TablePagination/index.js +2 -2
- package/node/TableRow/TableRow.js +2 -2
- package/node/TableRow/index.js +2 -2
- package/node/TableSortLabel/TableSortLabel.js +2 -2
- package/node/TableSortLabel/index.js +2 -2
- package/node/Tabs/ScrollbarSize.js +2 -2
- package/node/Tabs/Tabs.js +2 -2
- package/node/Tabs/index.js +2 -2
- package/node/TextField/TextField.js +2 -2
- package/node/TextField/index.js +2 -2
- package/node/ToggleButton/ToggleButton.js +2 -2
- package/node/ToggleButton/index.js +2 -2
- package/node/ToggleButton/toggleButtonClasses.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
- package/node/ToggleButtonGroup/index.js +2 -2
- package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/node/Toolbar/Toolbar.js +2 -2
- package/node/Toolbar/index.js +2 -2
- package/node/Tooltip/Tooltip.js +2 -2
- package/node/Tooltip/index.js +2 -2
- package/node/Typography/Typography.js +2 -2
- package/node/Typography/index.js +2 -2
- package/node/Unstable_Grid2/index.js +2 -2
- package/node/Zoom/Zoom.js +2 -2
- package/node/index.js +3 -10
- package/node/internal/SwitchBase.js +6 -4
- package/node/internal/svg-icons/Add.js +2 -2
- package/node/internal/svg-icons/ArrowDownward.js +2 -2
- package/node/internal/svg-icons/ArrowDropDown.js +2 -2
- package/node/internal/svg-icons/Cancel.js +2 -2
- package/node/internal/svg-icons/CheckBox.js +2 -2
- package/node/internal/svg-icons/CheckBoxOutlineBlank.js +2 -2
- package/node/internal/svg-icons/CheckCircle.js +2 -2
- package/node/internal/svg-icons/Close.js +2 -2
- package/node/internal/svg-icons/ErrorOutline.js +2 -2
- package/node/internal/svg-icons/FirstPage.js +2 -2
- package/node/internal/svg-icons/IndeterminateCheckBox.js +2 -2
- package/node/internal/svg-icons/InfoOutlined.js +2 -2
- package/node/internal/svg-icons/KeyboardArrowLeft.js +2 -2
- package/node/internal/svg-icons/KeyboardArrowRight.js +2 -2
- package/node/internal/svg-icons/LastPage.js +2 -2
- package/node/internal/svg-icons/MoreHoriz.js +2 -2
- package/node/internal/svg-icons/NavigateBefore.js +2 -2
- package/node/internal/svg-icons/NavigateNext.js +2 -2
- package/node/internal/svg-icons/Person.js +2 -2
- package/node/internal/svg-icons/RadioButtonChecked.js +2 -2
- package/node/internal/svg-icons/RadioButtonUnchecked.js +2 -2
- package/node/internal/svg-icons/ReportProblemOutlined.js +2 -2
- package/node/internal/svg-icons/Star.js +2 -2
- package/node/internal/svg-icons/StarBorder.js +2 -2
- package/node/internal/svg-icons/SuccessOutlined.js +2 -2
- package/node/internal/svg-icons/Warning.js +2 -2
- package/node/locale/index.js +121 -47
- package/node/styles/ThemeProvider.js +2 -2
- package/node/styles/index.js +2 -2
- package/node/styles/useTheme.js +2 -2
- package/node/useAutocomplete/index.js +2 -2
- package/node/useMediaQuery/useMediaQuery.js +2 -2
- package/node/useScrollTrigger/useScrollTrigger.js +2 -2
- package/node/useTouchRipple/useTouchRipple.js +2 -2
- package/node/utils/createSvgIcon.js +2 -2
- package/package.json +8 -8
- package/umd/material-ui.development.js +44 -25
- package/umd/material-ui.production.min.js +6 -6
package/legacy/locale/index.js
CHANGED
|
@@ -144,7 +144,7 @@ export var arEG = {
|
|
|
144
144
|
return 'انتقل إلى الصفحة التالية';
|
|
145
145
|
}
|
|
146
146
|
// if (type === 'previous') {
|
|
147
|
-
return 'انتقل
|
|
147
|
+
return 'انتقل إلى الصفحة السابقة';
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -1907,36 +1907,39 @@ export var idID = {
|
|
|
1907
1907
|
|
|
1908
1908
|
export var isIS = {
|
|
1909
1909
|
components: {
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1910
|
+
MuiBreadcrumbs: {
|
|
1911
|
+
defaultProps: {
|
|
1912
|
+
expandText: 'Sýna slóð'
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
1915
|
MuiTablePagination: {
|
|
1916
1916
|
defaultProps: {
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
labelRowsPerPage: 'Raðir á síðu:'
|
|
1931
|
-
|
|
1932
|
-
|
|
1917
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
1918
|
+
if (type === 'first') {
|
|
1919
|
+
return 'Fara á fyrstu síðu';
|
|
1920
|
+
}
|
|
1921
|
+
if (type === 'last') {
|
|
1922
|
+
return 'Fara á síðustu síðu';
|
|
1923
|
+
}
|
|
1924
|
+
if (type === 'next') {
|
|
1925
|
+
return 'Fara á næstu síðu';
|
|
1926
|
+
}
|
|
1927
|
+
// if (type === 'previous') {
|
|
1928
|
+
return 'Fara á fyrri síðu';
|
|
1929
|
+
},
|
|
1930
|
+
labelRowsPerPage: 'Raðir á síðu:',
|
|
1931
|
+
labelDisplayedRows: function labelDisplayedRows(_ref19) {
|
|
1932
|
+
var from = _ref19.from,
|
|
1933
|
+
to = _ref19.to,
|
|
1934
|
+
count = _ref19.count;
|
|
1935
|
+
return "".concat(from, "\u2013").concat(to, " af ").concat(count !== -1 ? count : "fleiri enn ".concat(to));
|
|
1936
|
+
}
|
|
1933
1937
|
}
|
|
1934
1938
|
},
|
|
1935
|
-
|
|
1936
1939
|
MuiRating: {
|
|
1937
1940
|
defaultProps: {
|
|
1938
1941
|
getLabelText: function getLabelText(value) {
|
|
1939
|
-
return "".concat(value, " ").concat(value === 1 ? '
|
|
1942
|
+
return "".concat(value, " ").concat(value === 1 ? 'stjarna' : 'stjörnur');
|
|
1940
1943
|
},
|
|
1941
1944
|
emptyLabelText: 'Tómt'
|
|
1942
1945
|
}
|
|
@@ -1954,31 +1957,30 @@ export var isIS = {
|
|
|
1954
1957
|
defaultProps: {
|
|
1955
1958
|
closeText: 'Loka'
|
|
1956
1959
|
}
|
|
1960
|
+
},
|
|
1961
|
+
MuiPagination: {
|
|
1962
|
+
defaultProps: {
|
|
1963
|
+
'aria-label': 'Síðuflakk',
|
|
1964
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
1965
|
+
if (type === 'page') {
|
|
1966
|
+
return "".concat(selected ? 'Síða' : 'Fara á síðu', " ").concat(page);
|
|
1967
|
+
}
|
|
1968
|
+
if (type === 'first') {
|
|
1969
|
+
return 'Fara á fyrstu síðu';
|
|
1970
|
+
}
|
|
1971
|
+
if (type === 'last') {
|
|
1972
|
+
return 'Fara á síðustu síðu';
|
|
1973
|
+
}
|
|
1974
|
+
if (type === 'next') {
|
|
1975
|
+
return 'Fara á næstu síðu';
|
|
1976
|
+
}
|
|
1977
|
+
// if (type === 'previous') {
|
|
1978
|
+
return 'Fara á fyrri síðu';
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1957
1981
|
}
|
|
1958
|
-
// MuiPagination: {
|
|
1959
|
-
// defaultProps: {
|
|
1960
|
-
// 'aria-label': 'Pagination navigation',
|
|
1961
|
-
// getItemAriaLabel: (type, page, selected) => {
|
|
1962
|
-
// if (type === 'page') {
|
|
1963
|
-
// return `${selected ? '' : 'Go to '}page ${page}`;
|
|
1964
|
-
// }
|
|
1965
|
-
// if (type === 'first') {
|
|
1966
|
-
// return 'Go to first page';
|
|
1967
|
-
// }
|
|
1968
|
-
// if (type === 'last') {
|
|
1969
|
-
// return 'Go to last page';
|
|
1970
|
-
// }
|
|
1971
|
-
// if (type === 'next') {
|
|
1972
|
-
// return 'Go to next page';
|
|
1973
|
-
// }
|
|
1974
|
-
// // if (type === 'previous') {
|
|
1975
|
-
// return 'Go to previous page';
|
|
1976
|
-
// },
|
|
1977
|
-
// },
|
|
1978
|
-
// },
|
|
1979
1982
|
}
|
|
1980
1983
|
};
|
|
1981
|
-
|
|
1982
1984
|
export var itIT = {
|
|
1983
1985
|
components: {
|
|
1984
1986
|
MuiBreadcrumbs: {
|
|
@@ -2002,10 +2004,10 @@ export var itIT = {
|
|
|
2002
2004
|
return 'Vai alla pagina precedente';
|
|
2003
2005
|
},
|
|
2004
2006
|
labelRowsPerPage: 'Righe per pagina:',
|
|
2005
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2006
|
-
var from =
|
|
2007
|
-
to =
|
|
2008
|
-
count =
|
|
2007
|
+
labelDisplayedRows: function labelDisplayedRows(_ref20) {
|
|
2008
|
+
var from = _ref20.from,
|
|
2009
|
+
to = _ref20.to,
|
|
2010
|
+
count = _ref20.count;
|
|
2009
2011
|
return "".concat(from, "\u2013").concat(to, " di ").concat(count !== -1 ? count : "pi\xF9 di ".concat(to));
|
|
2010
2012
|
}
|
|
2011
2013
|
}
|
|
@@ -2078,10 +2080,10 @@ export var jaJP = {
|
|
|
2078
2080
|
return '前のページへ';
|
|
2079
2081
|
},
|
|
2080
2082
|
labelRowsPerPage: 'ページあたりの行数:',
|
|
2081
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2082
|
-
var from =
|
|
2083
|
-
to =
|
|
2084
|
-
count =
|
|
2083
|
+
labelDisplayedRows: function labelDisplayedRows(_ref21) {
|
|
2084
|
+
var from = _ref21.from,
|
|
2085
|
+
to = _ref21.to,
|
|
2086
|
+
count = _ref21.count;
|
|
2085
2087
|
return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
|
|
2086
2088
|
}
|
|
2087
2089
|
}
|
|
@@ -2154,10 +2156,10 @@ export var khKH = {
|
|
|
2154
2156
|
return 'ទៅទំព័រមុន';
|
|
2155
2157
|
},
|
|
2156
2158
|
labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
|
|
2157
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2158
|
-
var from =
|
|
2159
|
-
to =
|
|
2160
|
-
count =
|
|
2159
|
+
labelDisplayedRows: function labelDisplayedRows(_ref22) {
|
|
2160
|
+
var from = _ref22.from,
|
|
2161
|
+
to = _ref22.to,
|
|
2162
|
+
count = _ref22.count;
|
|
2161
2163
|
return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
|
|
2162
2164
|
}
|
|
2163
2165
|
}
|
|
@@ -2230,10 +2232,10 @@ export var koKR = {
|
|
|
2230
2232
|
return '이전 페이지로 이동';
|
|
2231
2233
|
},
|
|
2232
2234
|
labelRowsPerPage: '페이지 당 행:',
|
|
2233
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2234
|
-
var from =
|
|
2235
|
-
to =
|
|
2236
|
-
count =
|
|
2235
|
+
labelDisplayedRows: function labelDisplayedRows(_ref23) {
|
|
2236
|
+
var from = _ref23.from,
|
|
2237
|
+
to = _ref23.to,
|
|
2238
|
+
count = _ref23.count;
|
|
2237
2239
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
|
|
2238
2240
|
}
|
|
2239
2241
|
}
|
|
@@ -2306,10 +2308,10 @@ export var kuCKB = {
|
|
|
2306
2308
|
return 'گەڕانەوە بۆ پەڕەی پێشوو';
|
|
2307
2309
|
},
|
|
2308
2310
|
labelRowsPerPage: 'ژمارەی ڕیزەکان لە هەر پەڕەیەک:',
|
|
2309
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2310
|
-
var from =
|
|
2311
|
-
to =
|
|
2312
|
-
count =
|
|
2311
|
+
labelDisplayedRows: function labelDisplayedRows(_ref24) {
|
|
2312
|
+
var from = _ref24.from,
|
|
2313
|
+
to = _ref24.to,
|
|
2314
|
+
count = _ref24.count;
|
|
2313
2315
|
return "".concat(from, "\u2013").concat(to, " \u0644\u06D5 ").concat(count !== -1 ? count : " \u0632\u06CC\u0627\u062A\u0631\u06D5 \u0644\u06D5".concat(to));
|
|
2314
2316
|
}
|
|
2315
2317
|
}
|
|
@@ -2382,10 +2384,10 @@ export var kuLatn = {
|
|
|
2382
2384
|
return 'Biçe rûpela berê';
|
|
2383
2385
|
},
|
|
2384
2386
|
labelRowsPerPage: 'Rêz li ser rûpelê:',
|
|
2385
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2386
|
-
var from =
|
|
2387
|
-
to =
|
|
2388
|
-
count =
|
|
2387
|
+
labelDisplayedRows: function labelDisplayedRows(_ref25) {
|
|
2388
|
+
var from = _ref25.from,
|
|
2389
|
+
to = _ref25.to,
|
|
2390
|
+
count = _ref25.count;
|
|
2389
2391
|
return "".concat(from, "\u2013").concat(to, " of ").concat(count !== -1 ? count : "z\xEAdetir ji ".concat(to));
|
|
2390
2392
|
}
|
|
2391
2393
|
}
|
|
@@ -2458,10 +2460,10 @@ export var kkKZ = {
|
|
|
2458
2460
|
return 'Алдыңғы бетке өту';
|
|
2459
2461
|
},
|
|
2460
2462
|
labelRowsPerPage: 'Беттегі қатарлар:',
|
|
2461
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2462
|
-
var from =
|
|
2463
|
-
to =
|
|
2464
|
-
count =
|
|
2463
|
+
labelDisplayedRows: function labelDisplayedRows(_ref26) {
|
|
2464
|
+
var from = _ref26.from,
|
|
2465
|
+
to = _ref26.to,
|
|
2466
|
+
count = _ref26.count;
|
|
2465
2467
|
return "".concat(count !== -1 ? count : "+".concat(to), " \u049B\u0430\u0442\u0430\u0440\u0434\u044B\u04A3 \u0456\u0448\u0456\u043D\u0435\u043D ").concat(from, "\u2013").concat(to);
|
|
2466
2468
|
}
|
|
2467
2469
|
}
|
|
@@ -2539,10 +2541,10 @@ export var mkMK = {
|
|
|
2539
2541
|
return 'Оди на предходна страница';
|
|
2540
2542
|
},
|
|
2541
2543
|
labelRowsPerPage: 'Редови по страница:',
|
|
2542
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2543
|
-
var from =
|
|
2544
|
-
to =
|
|
2545
|
-
count =
|
|
2544
|
+
labelDisplayedRows: function labelDisplayedRows(_ref27) {
|
|
2545
|
+
var from = _ref27.from,
|
|
2546
|
+
to = _ref27.to,
|
|
2547
|
+
count = _ref27.count;
|
|
2546
2548
|
return "".concat(from, "\u2013").concat(to, " \u043E\u0434 ").concat(count !== -1 ? count : "\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 ".concat(to));
|
|
2547
2549
|
}
|
|
2548
2550
|
}
|
|
@@ -2618,10 +2620,10 @@ export var myMY = {
|
|
|
2618
2620
|
return 'ယခင်စာမျက်နှာသို့သွားပါ။';
|
|
2619
2621
|
},
|
|
2620
2622
|
labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
|
|
2621
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2622
|
-
var from =
|
|
2623
|
-
to =
|
|
2624
|
-
count =
|
|
2623
|
+
labelDisplayedRows: function labelDisplayedRows(_ref28) {
|
|
2624
|
+
var from = _ref28.from,
|
|
2625
|
+
to = _ref28.to,
|
|
2626
|
+
count = _ref28.count;
|
|
2625
2627
|
return "".concat(from, "\u2013").concat(to, " \u104F ").concat(count !== -1 ? count : "\u1011\u1000\u103A\u1015\u102D\u102F\u1015\u103C\u102E\u1038 ".concat(to));
|
|
2626
2628
|
}
|
|
2627
2629
|
}
|
|
@@ -2697,10 +2699,10 @@ export var msMS = {
|
|
|
2697
2699
|
return 'Pergi ke halaman sebelumnya';
|
|
2698
2700
|
},
|
|
2699
2701
|
labelRowsPerPage: 'Baris setiap halaman:',
|
|
2700
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2701
|
-
var from =
|
|
2702
|
-
to =
|
|
2703
|
-
count =
|
|
2702
|
+
labelDisplayedRows: function labelDisplayedRows(_ref29) {
|
|
2703
|
+
var from = _ref29.from,
|
|
2704
|
+
to = _ref29.to,
|
|
2705
|
+
count = _ref29.count;
|
|
2704
2706
|
return "".concat(from, "\u2013").concat(to, " daripada ").concat(count !== -1 ? count : "lebih daripada ".concat(to));
|
|
2705
2707
|
}
|
|
2706
2708
|
}
|
|
@@ -2776,10 +2778,10 @@ export var neNP = {
|
|
|
2776
2778
|
return 'अघिल्लो पृष्ठमा जानुहोस्';
|
|
2777
2779
|
},
|
|
2778
2780
|
labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
|
|
2779
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2780
|
-
var from =
|
|
2781
|
-
to =
|
|
2782
|
-
count =
|
|
2781
|
+
labelDisplayedRows: function labelDisplayedRows(_ref30) {
|
|
2782
|
+
var from = _ref30.from,
|
|
2783
|
+
to = _ref30.to,
|
|
2784
|
+
count = _ref30.count;
|
|
2783
2785
|
return "".concat(from, "\u2013").concat(to, " \u0915\u094B ").concat(count !== -1 ? count : "\u0927\u0947\u0930\u0948 ".concat(to));
|
|
2784
2786
|
}
|
|
2785
2787
|
}
|
|
@@ -2853,10 +2855,10 @@ export var nbNO = {
|
|
|
2853
2855
|
return 'Gå til forrige side';
|
|
2854
2856
|
},
|
|
2855
2857
|
labelRowsPerPage: 'Rader per side:',
|
|
2856
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2857
|
-
var from =
|
|
2858
|
-
to =
|
|
2859
|
-
count =
|
|
2858
|
+
labelDisplayedRows: function labelDisplayedRows(_ref31) {
|
|
2859
|
+
var from = _ref31.from,
|
|
2860
|
+
to = _ref31.to,
|
|
2861
|
+
count = _ref31.count;
|
|
2860
2862
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
|
|
2861
2863
|
}
|
|
2862
2864
|
}
|
|
@@ -2906,6 +2908,82 @@ export var nbNO = {
|
|
|
2906
2908
|
}
|
|
2907
2909
|
}
|
|
2908
2910
|
};
|
|
2911
|
+
export var nnNO = {
|
|
2912
|
+
components: {
|
|
2913
|
+
MuiBreadcrumbs: {
|
|
2914
|
+
defaultProps: {
|
|
2915
|
+
expandText: 'Vis sti'
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
MuiTablePagination: {
|
|
2919
|
+
defaultProps: {
|
|
2920
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
2921
|
+
if (type === 'first') {
|
|
2922
|
+
return 'Gå til første side';
|
|
2923
|
+
}
|
|
2924
|
+
if (type === 'last') {
|
|
2925
|
+
return 'Gå til siste side';
|
|
2926
|
+
}
|
|
2927
|
+
if (type === 'next') {
|
|
2928
|
+
return 'Gå til neste side';
|
|
2929
|
+
}
|
|
2930
|
+
// if (type === 'previous') {
|
|
2931
|
+
return 'Gå til førre side';
|
|
2932
|
+
},
|
|
2933
|
+
labelRowsPerPage: 'Rader per side:',
|
|
2934
|
+
labelDisplayedRows: function labelDisplayedRows(_ref32) {
|
|
2935
|
+
var from = _ref32.from,
|
|
2936
|
+
to = _ref32.to,
|
|
2937
|
+
count = _ref32.count;
|
|
2938
|
+
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fleire enn ".concat(to));
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
},
|
|
2942
|
+
MuiRating: {
|
|
2943
|
+
defaultProps: {
|
|
2944
|
+
getLabelText: function getLabelText(value) {
|
|
2945
|
+
return "".concat(value, " stjerne").concat(value !== 1 ? 'r' : '');
|
|
2946
|
+
},
|
|
2947
|
+
emptyLabelText: 'Tom'
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
MuiAutocomplete: {
|
|
2951
|
+
defaultProps: {
|
|
2952
|
+
clearText: 'Tøm',
|
|
2953
|
+
closeText: 'Lukk',
|
|
2954
|
+
loadingText: 'Lastar inn…',
|
|
2955
|
+
noOptionsText: 'Ingen alternativ',
|
|
2956
|
+
openText: 'Opna'
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
MuiAlert: {
|
|
2960
|
+
defaultProps: {
|
|
2961
|
+
closeText: 'Lukk'
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
MuiPagination: {
|
|
2965
|
+
defaultProps: {
|
|
2966
|
+
'aria-label': 'Navigasjon for paginering',
|
|
2967
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
2968
|
+
if (type === 'page') {
|
|
2969
|
+
return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
|
|
2970
|
+
}
|
|
2971
|
+
if (type === 'first') {
|
|
2972
|
+
return 'Gå til første side';
|
|
2973
|
+
}
|
|
2974
|
+
if (type === 'last') {
|
|
2975
|
+
return 'Gå til siste side';
|
|
2976
|
+
}
|
|
2977
|
+
if (type === 'next') {
|
|
2978
|
+
return 'Gå til neste side';
|
|
2979
|
+
}
|
|
2980
|
+
// if (type === 'previous') {
|
|
2981
|
+
return 'Gå til førre side';
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
};
|
|
2909
2987
|
export var nlNL = {
|
|
2910
2988
|
components: {
|
|
2911
2989
|
MuiBreadcrumbs: {
|
|
@@ -2929,10 +3007,10 @@ export var nlNL = {
|
|
|
2929
3007
|
return 'Ga naar vorige pagina';
|
|
2930
3008
|
},
|
|
2931
3009
|
labelRowsPerPage: 'Regels per pagina:',
|
|
2932
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2933
|
-
var from =
|
|
2934
|
-
to =
|
|
2935
|
-
count =
|
|
3010
|
+
labelDisplayedRows: function labelDisplayedRows(_ref33) {
|
|
3011
|
+
var from = _ref33.from,
|
|
3012
|
+
to = _ref33.to,
|
|
3013
|
+
count = _ref33.count;
|
|
2936
3014
|
return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
|
|
2937
3015
|
}
|
|
2938
3016
|
}
|
|
@@ -3005,10 +3083,10 @@ export var plPL = {
|
|
|
3005
3083
|
return 'Przejdź do poprzedniej strony';
|
|
3006
3084
|
},
|
|
3007
3085
|
labelRowsPerPage: 'Wierszy na stronę:',
|
|
3008
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3009
|
-
var from =
|
|
3010
|
-
to =
|
|
3011
|
-
count =
|
|
3086
|
+
labelDisplayedRows: function labelDisplayedRows(_ref34) {
|
|
3087
|
+
var from = _ref34.from,
|
|
3088
|
+
to = _ref34.to,
|
|
3089
|
+
count = _ref34.count;
|
|
3012
3090
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
|
|
3013
3091
|
}
|
|
3014
3092
|
}
|
|
@@ -3088,10 +3166,10 @@ export var ptBR = {
|
|
|
3088
3166
|
return 'Ir para a página anterior';
|
|
3089
3167
|
},
|
|
3090
3168
|
labelRowsPerPage: 'Linhas por página:',
|
|
3091
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3092
|
-
var from =
|
|
3093
|
-
to =
|
|
3094
|
-
count =
|
|
3169
|
+
labelDisplayedRows: function labelDisplayedRows(_ref35) {
|
|
3170
|
+
var from = _ref35.from,
|
|
3171
|
+
to = _ref35.to,
|
|
3172
|
+
count = _ref35.count;
|
|
3095
3173
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
3096
3174
|
}
|
|
3097
3175
|
}
|
|
@@ -3164,10 +3242,10 @@ export var ptPT = {
|
|
|
3164
3242
|
return 'Página anterior';
|
|
3165
3243
|
},
|
|
3166
3244
|
labelRowsPerPage: 'Linhas por página:',
|
|
3167
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3168
|
-
var from =
|
|
3169
|
-
to =
|
|
3170
|
-
count =
|
|
3245
|
+
labelDisplayedRows: function labelDisplayedRows(_ref36) {
|
|
3246
|
+
var from = _ref36.from,
|
|
3247
|
+
to = _ref36.to,
|
|
3248
|
+
count = _ref36.count;
|
|
3171
3249
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
3172
3250
|
}
|
|
3173
3251
|
}
|
|
@@ -3315,10 +3393,10 @@ export var srRS = {
|
|
|
3315
3393
|
return 'Idi na prethodnu stranicu';
|
|
3316
3394
|
},
|
|
3317
3395
|
labelRowsPerPage: 'Redova po stranici:',
|
|
3318
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3319
|
-
var from =
|
|
3320
|
-
to =
|
|
3321
|
-
count =
|
|
3396
|
+
labelDisplayedRows: function labelDisplayedRows(_ref37) {
|
|
3397
|
+
var from = _ref37.from,
|
|
3398
|
+
to = _ref37.to,
|
|
3399
|
+
count = _ref37.count;
|
|
3322
3400
|
return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
|
|
3323
3401
|
}
|
|
3324
3402
|
}
|
|
@@ -3396,10 +3474,10 @@ export var ruRU = {
|
|
|
3396
3474
|
return 'Перейти на предыдущую страницу';
|
|
3397
3475
|
},
|
|
3398
3476
|
labelRowsPerPage: 'Строк на странице:',
|
|
3399
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3400
|
-
var from =
|
|
3401
|
-
to =
|
|
3402
|
-
count =
|
|
3477
|
+
labelDisplayedRows: function labelDisplayedRows(_ref38) {
|
|
3478
|
+
var from = _ref38.from,
|
|
3479
|
+
to = _ref38.to,
|
|
3480
|
+
count = _ref38.count;
|
|
3403
3481
|
return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
|
|
3404
3482
|
}
|
|
3405
3483
|
}
|
|
@@ -3482,10 +3560,10 @@ export var siLK = {
|
|
|
3482
3560
|
return 'පෙර පිටුවට යන්න';
|
|
3483
3561
|
},
|
|
3484
3562
|
labelRowsPerPage: 'පිටුවක පේළි:',
|
|
3485
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3486
|
-
var from =
|
|
3487
|
-
to =
|
|
3488
|
-
count =
|
|
3563
|
+
labelDisplayedRows: function labelDisplayedRows(_ref39) {
|
|
3564
|
+
var from = _ref39.from,
|
|
3565
|
+
to = _ref39.to,
|
|
3566
|
+
count = _ref39.count;
|
|
3489
3567
|
return "".concat(from, "\u2013").concat(to, " \u0DAF\u0D9A\u0DCA\u0DC0\u0DCF ").concat(count !== -1 ? count : "".concat(to, " \u0DA7 \u0DC0\u0DD0\u0DA9\u0DD2 \u0DB4\u0DCA\u200D\u0DBB\u0DB8\u0DCF\u0DAB\u0DBA\u0D9A\u0DD2\u0DB1\u0DCA"));
|
|
3490
3568
|
}
|
|
3491
3569
|
}
|
|
@@ -3558,10 +3636,10 @@ export var skSK = {
|
|
|
3558
3636
|
return 'Ísť na predchádzajúcu stránku';
|
|
3559
3637
|
},
|
|
3560
3638
|
labelRowsPerPage: 'Riadkov na stránke:',
|
|
3561
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3562
|
-
var from =
|
|
3563
|
-
to =
|
|
3564
|
-
count =
|
|
3639
|
+
labelDisplayedRows: function labelDisplayedRows(_ref40) {
|
|
3640
|
+
var from = _ref40.from,
|
|
3641
|
+
to = _ref40.to,
|
|
3642
|
+
count = _ref40.count;
|
|
3565
3643
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
|
|
3566
3644
|
}
|
|
3567
3645
|
}
|
|
@@ -3640,10 +3718,10 @@ export var svSE = {
|
|
|
3640
3718
|
return 'Gå till föregående sida';
|
|
3641
3719
|
},
|
|
3642
3720
|
labelRowsPerPage: 'Rader per sida:',
|
|
3643
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3644
|
-
var from =
|
|
3645
|
-
to =
|
|
3646
|
-
count =
|
|
3721
|
+
labelDisplayedRows: function labelDisplayedRows(_ref41) {
|
|
3722
|
+
var from = _ref41.from,
|
|
3723
|
+
to = _ref41.to,
|
|
3724
|
+
count = _ref41.count;
|
|
3647
3725
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
|
|
3648
3726
|
}
|
|
3649
3727
|
}
|
|
@@ -3716,10 +3794,10 @@ export var thTH = {
|
|
|
3716
3794
|
return 'ไปที่หน้าก่อน';
|
|
3717
3795
|
},
|
|
3718
3796
|
labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
|
|
3719
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3720
|
-
var from =
|
|
3721
|
-
to =
|
|
3722
|
-
count =
|
|
3797
|
+
labelDisplayedRows: function labelDisplayedRows(_ref42) {
|
|
3798
|
+
var from = _ref42.from,
|
|
3799
|
+
to = _ref42.to,
|
|
3800
|
+
count = _ref42.count;
|
|
3723
3801
|
return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
|
|
3724
3802
|
}
|
|
3725
3803
|
}
|
|
@@ -3792,10 +3870,10 @@ export var trTR = {
|
|
|
3792
3870
|
return 'Önceki sayfaya git';
|
|
3793
3871
|
},
|
|
3794
3872
|
labelRowsPerPage: 'Sayfa başına satır:',
|
|
3795
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3796
|
-
var from =
|
|
3797
|
-
to =
|
|
3798
|
-
count =
|
|
3873
|
+
labelDisplayedRows: function labelDisplayedRows(_ref43) {
|
|
3874
|
+
var from = _ref43.from,
|
|
3875
|
+
to = _ref43.to,
|
|
3876
|
+
count = _ref43.count;
|
|
3799
3877
|
return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "'den fazla"));
|
|
3800
3878
|
}
|
|
3801
3879
|
}
|
|
@@ -3870,10 +3948,10 @@ export var tlTL = {
|
|
|
3870
3948
|
return 'Pumunta sa nakaraang pahina';
|
|
3871
3949
|
},
|
|
3872
3950
|
labelRowsPerPage: 'Mga hilera bawat pahina:',
|
|
3873
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3874
|
-
var from =
|
|
3875
|
-
to =
|
|
3876
|
-
count =
|
|
3951
|
+
labelDisplayedRows: function labelDisplayedRows(_ref44) {
|
|
3952
|
+
var from = _ref44.from,
|
|
3953
|
+
to = _ref44.to,
|
|
3954
|
+
count = _ref44.count;
|
|
3877
3955
|
return "".concat(from, "\u2013").concat(to, " ng ").concat(count !== -1 ? count : "higit sa ".concat(to));
|
|
3878
3956
|
}
|
|
3879
3957
|
}
|
|
@@ -3946,10 +4024,10 @@ export var ukUA = {
|
|
|
3946
4024
|
return 'Перейти на попередню сторінку';
|
|
3947
4025
|
},
|
|
3948
4026
|
labelRowsPerPage: 'Рядків на сторінці:',
|
|
3949
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3950
|
-
var from =
|
|
3951
|
-
to =
|
|
3952
|
-
count =
|
|
4027
|
+
labelDisplayedRows: function labelDisplayedRows(_ref45) {
|
|
4028
|
+
var from = _ref45.from,
|
|
4029
|
+
to = _ref45.to,
|
|
4030
|
+
count = _ref45.count;
|
|
3953
4031
|
return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
|
|
3954
4032
|
}
|
|
3955
4033
|
}
|
|
@@ -4029,10 +4107,10 @@ export var urPK = {
|
|
|
4029
4107
|
return 'پچھلے صفحے پر جائیں';
|
|
4030
4108
|
},
|
|
4031
4109
|
labelRowsPerPage: 'ایک صفحے پر قطاریں:',
|
|
4032
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
4033
|
-
var from =
|
|
4034
|
-
to =
|
|
4035
|
-
count =
|
|
4110
|
+
labelDisplayedRows: function labelDisplayedRows(_ref46) {
|
|
4111
|
+
var from = _ref46.from,
|
|
4112
|
+
to = _ref46.to,
|
|
4113
|
+
count = _ref46.count;
|
|
4036
4114
|
return "".concat(count !== -1 ? "".concat(count, " \u0645\u06CC\u06BA \u0633\u06D2") : "".concat(to, " \u0633\u06D2 \u0630\u06CC\u0627\u062F\u06C1 \u0645\u06CC\u06BA \u0633\u06D2"), " ").concat(from, " \u0633\u06D2 ").concat(to, " \u0642\u0637\u0627\u0631\u06CC\u06BA");
|
|
4037
4115
|
}
|
|
4038
4116
|
}
|
|
@@ -4105,10 +4183,10 @@ export var viVN = {
|
|
|
4105
4183
|
return 'Về trang trước đó';
|
|
4106
4184
|
},
|
|
4107
4185
|
labelRowsPerPage: 'Số hàng mỗi trang:',
|
|
4108
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
4109
|
-
var from =
|
|
4110
|
-
to =
|
|
4111
|
-
count =
|
|
4186
|
+
labelDisplayedRows: function labelDisplayedRows(_ref47) {
|
|
4187
|
+
var from = _ref47.from,
|
|
4188
|
+
to = _ref47.to,
|
|
4189
|
+
count = _ref47.count;
|
|
4112
4190
|
return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
|
|
4113
4191
|
}
|
|
4114
4192
|
}
|
|
@@ -4180,10 +4258,10 @@ export var zhCN = {
|
|
|
4180
4258
|
return '上一页';
|
|
4181
4259
|
},
|
|
4182
4260
|
labelRowsPerPage: '每页行数:',
|
|
4183
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
4184
|
-
var from =
|
|
4185
|
-
to =
|
|
4186
|
-
count =
|
|
4261
|
+
labelDisplayedRows: function labelDisplayedRows(_ref48) {
|
|
4262
|
+
var from = _ref48.from,
|
|
4263
|
+
to = _ref48.to,
|
|
4264
|
+
count = _ref48.count;
|
|
4187
4265
|
return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
|
|
4188
4266
|
}
|
|
4189
4267
|
}
|
|
@@ -4234,10 +4312,10 @@ export var zhHK = {
|
|
|
4234
4312
|
return '上一頁';
|
|
4235
4313
|
},
|
|
4236
4314
|
labelRowsPerPage: '每頁行數:',
|
|
4237
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
4238
|
-
var from =
|
|
4239
|
-
to =
|
|
4240
|
-
count =
|
|
4315
|
+
labelDisplayedRows: function labelDisplayedRows(_ref49) {
|
|
4316
|
+
var from = _ref49.from,
|
|
4317
|
+
to = _ref49.to,
|
|
4318
|
+
count = _ref49.count;
|
|
4241
4319
|
return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
|
|
4242
4320
|
}
|
|
4243
4321
|
}
|
|
@@ -4288,10 +4366,10 @@ export var zhTW = {
|
|
|
4288
4366
|
return '上一頁';
|
|
4289
4367
|
},
|
|
4290
4368
|
labelRowsPerPage: '每頁數量:',
|
|
4291
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
4292
|
-
var from =
|
|
4293
|
-
to =
|
|
4294
|
-
count =
|
|
4369
|
+
labelDisplayedRows: function labelDisplayedRows(_ref50) {
|
|
4370
|
+
var from = _ref50.from,
|
|
4371
|
+
to = _ref50.to,
|
|
4372
|
+
count = _ref50.count;
|
|
4295
4373
|
return "".concat(from, " ~ ").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, " \u4EE5\u4E0A"));
|
|
4296
4374
|
}
|
|
4297
4375
|
}
|
package/locale/index.d.ts
CHANGED
|
@@ -59,6 +59,7 @@ export declare const myMY: Localization;
|
|
|
59
59
|
export declare const msMS: Localization;
|
|
60
60
|
export declare const neNP: Localization;
|
|
61
61
|
export declare const nbNO: Localization;
|
|
62
|
+
export declare const nnNO: Localization;
|
|
62
63
|
export declare const nlNL: Localization;
|
|
63
64
|
export declare const plPL: Localization;
|
|
64
65
|
export declare const ptBR: Localization;
|