@mui/material 6.0.0-alpha.1 → 6.0.0-alpha.10

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.
Files changed (1116) hide show
  1. package/Accordion/Accordion.d.ts +2 -2
  2. package/Accordion/Accordion.js +35 -35
  3. package/AccordionActions/AccordionActions.d.ts +1 -1
  4. package/AccordionActions/AccordionActions.js +11 -12
  5. package/AccordionDetails/AccordionDetails.d.ts +1 -1
  6. package/AccordionDetails/AccordionDetails.js +7 -9
  7. package/AccordionSummary/AccordionSummary.js +14 -16
  8. package/AccordionSummary/accordionSummaryClasses.d.ts +1 -1
  9. package/Alert/Alert.d.ts +3 -3
  10. package/Alert/Alert.js +58 -53
  11. package/Alert/alertClasses.d.ts +12 -12
  12. package/AlertTitle/AlertTitle.d.ts +3 -3
  13. package/AlertTitle/AlertTitle.js +7 -9
  14. package/AppBar/AppBar.js +34 -33
  15. package/Autocomplete/Autocomplete.d.ts +79 -13
  16. package/Autocomplete/Autocomplete.js +251 -162
  17. package/Avatar/Avatar.d.ts +1 -1
  18. package/Avatar/Avatar.js +46 -38
  19. package/AvatarGroup/AvatarGroup.d.ts +51 -18
  20. package/AvatarGroup/AvatarGroup.js +60 -41
  21. package/Backdrop/Backdrop.d.ts +3 -5
  22. package/Backdrop/Backdrop.js +36 -35
  23. package/Badge/Badge.d.ts +2 -2
  24. package/Badge/Badge.js +33 -32
  25. package/BottomNavigation/BottomNavigation.js +15 -17
  26. package/BottomNavigationAction/BottomNavigationAction.js +15 -18
  27. package/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
  28. package/Breadcrumbs/Breadcrumbs.js +19 -21
  29. package/Button/Button.d.ts +1 -1
  30. package/Button/Button.js +33 -30
  31. package/Button/buttonClasses.d.ts +33 -33
  32. package/ButtonBase/ButtonBase.d.ts +1 -1
  33. package/ButtonBase/ButtonBase.js +44 -50
  34. package/ButtonBase/TouchRipple.js +9 -12
  35. package/ButtonGroup/ButtonGroup.js +23 -25
  36. package/ButtonGroup/buttonGroupClasses.d.ts +17 -17
  37. package/CHANGELOG.md +462 -4
  38. package/Card/Card.js +11 -12
  39. package/CardActionArea/CardActionArea.js +9 -12
  40. package/CardActions/CardActions.d.ts +1 -1
  41. package/CardActions/CardActions.js +11 -12
  42. package/CardContent/CardContent.js +11 -12
  43. package/CardHeader/CardHeader.d.ts +1 -1
  44. package/CardHeader/CardHeader.js +30 -31
  45. package/CardMedia/CardMedia.js +19 -21
  46. package/Checkbox/Checkbox.d.ts +1 -1
  47. package/Checkbox/Checkbox.js +79 -43
  48. package/Chip/Chip.d.ts +3 -3
  49. package/Chip/Chip.js +38 -37
  50. package/Chip/chipClasses.d.ts +28 -26
  51. package/Chip/chipClasses.js +1 -1
  52. package/CircularProgress/CircularProgress.d.ts +1 -1
  53. package/CircularProgress/CircularProgress.js +88 -51
  54. package/CircularProgress/circularProgressClasses.d.ts +6 -2
  55. package/Collapse/Collapse.d.ts +1 -1
  56. package/Collapse/Collapse.js +109 -76
  57. package/CssBaseline/CssBaseline.d.ts +1 -1
  58. package/CssBaseline/CssBaseline.js +17 -14
  59. package/Dialog/Dialog.d.ts +1 -1
  60. package/Dialog/Dialog.js +152 -103
  61. package/DialogActions/DialogActions.d.ts +1 -1
  62. package/DialogActions/DialogActions.js +26 -23
  63. package/DialogContent/DialogContent.d.ts +1 -1
  64. package/DialogContent/DialogContent.js +35 -26
  65. package/DialogContentText/DialogContentText.js +16 -13
  66. package/DialogTitle/DialogTitle.js +10 -12
  67. package/Divider/Divider.d.ts +1 -1
  68. package/Divider/Divider.js +20 -22
  69. package/Drawer/Drawer.d.ts +1 -1
  70. package/Drawer/Drawer.js +122 -80
  71. package/Fab/Fab.js +108 -65
  72. package/Fade/Fade.d.ts +1 -1
  73. package/Fade/Fade.js +31 -30
  74. package/FilledInput/FilledInput.d.ts +2 -1
  75. package/FilledInput/FilledInput.js +223 -134
  76. package/FilledInput/filledInputClasses.d.ts +1 -13
  77. package/FilledInput/filledInputClasses.js +4 -2
  78. package/FormControl/FormControl.js +27 -25
  79. package/FormControlLabel/FormControlLabel.d.ts +22 -15
  80. package/FormControlLabel/FormControlLabel.js +50 -26
  81. package/FormGroup/FormGroup.d.ts +1 -1
  82. package/FormGroup/FormGroup.js +11 -12
  83. package/FormHelperText/FormHelperText.js +46 -28
  84. package/FormLabel/FormLabel.js +49 -31
  85. package/GlobalStyles/GlobalStyles.d.ts +1 -1
  86. package/GlobalStyles/GlobalStyles.js +3 -3
  87. package/Grid/Grid.d.ts +1 -0
  88. package/Grid/Grid.js +50 -41
  89. package/Grow/Grow.d.ts +1 -1
  90. package/Grow/Grow.js +34 -31
  91. package/Hidden/Hidden.d.ts +2 -0
  92. package/Hidden/Hidden.js +23 -22
  93. package/Hidden/HiddenCss.js +29 -29
  94. package/Hidden/withWidth.js +19 -19
  95. package/Icon/Icon.js +77 -38
  96. package/IconButton/IconButton.js +112 -59
  97. package/ImageList/ImageList.js +41 -47
  98. package/ImageListItem/ImageListItem.js +57 -43
  99. package/ImageListItemBar/ImageListItemBar.d.ts +1 -1
  100. package/ImageListItemBar/ImageListItemBar.js +81 -50
  101. package/Input/Input.d.ts +2 -1
  102. package/Input/Input.js +103 -83
  103. package/Input/inputClasses.js +4 -2
  104. package/InputAdornment/InputAdornment.js +52 -40
  105. package/InputBase/InputBase.d.ts +3 -5
  106. package/InputBase/InputBase.js +151 -119
  107. package/InputLabel/InputLabel.js +140 -74
  108. package/LinearProgress/LinearProgress.d.ts +1 -1
  109. package/LinearProgress/LinearProgress.js +195 -92
  110. package/Link/Link.js +115 -69
  111. package/Link/getTextDecoration.d.ts +2 -8
  112. package/Link/getTextDecoration.js +16 -8
  113. package/List/List.js +36 -29
  114. package/ListItem/ListItem.d.ts +4 -12
  115. package/ListItem/ListItem.js +159 -114
  116. package/ListItemAvatar/ListItemAvatar.d.ts +1 -1
  117. package/ListItemAvatar/ListItemAvatar.js +23 -20
  118. package/ListItemButton/ListItemButton.js +61 -39
  119. package/ListItemIcon/ListItemIcon.d.ts +1 -1
  120. package/ListItemIcon/ListItemIcon.js +23 -19
  121. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +5 -1
  122. package/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
  123. package/ListItemText/ListItemText.d.ts +3 -1
  124. package/ListItemText/ListItemText.js +46 -39
  125. package/ListSubheader/ListSubheader.js +63 -37
  126. package/Menu/Menu.d.ts +1 -1
  127. package/Menu/Menu.js +38 -42
  128. package/MenuItem/MenuItem.js +71 -49
  129. package/MenuList/MenuList.js +17 -20
  130. package/MobileStepper/MobileStepper.d.ts +1 -1
  131. package/MobileStepper/MobileStepper.js +21 -22
  132. package/Modal/Modal.d.ts +3 -5
  133. package/Modal/Modal.js +49 -42
  134. package/NativeSelect/NativeSelect.d.ts +1 -1
  135. package/NativeSelect/NativeSelect.js +26 -22
  136. package/NativeSelect/NativeSelectInput.js +91 -67
  137. package/OutlinedInput/NotchedOutline.js +73 -56
  138. package/OutlinedInput/OutlinedInput.d.ts +3 -1
  139. package/OutlinedInput/OutlinedInput.js +142 -81
  140. package/OutlinedInput/outlinedInputClasses.js +4 -2
  141. package/OverridableComponent.d.ts +2 -2
  142. package/Pagination/Pagination.d.ts +1 -1
  143. package/Pagination/Pagination.js +38 -34
  144. package/PaginationItem/PaginationItem.d.ts +26 -14
  145. package/PaginationItem/PaginationItem.js +225 -119
  146. package/PaginationItem/paginationItemClasses.d.ts +4 -4
  147. package/Paper/Paper.js +60 -34
  148. package/Popover/Popover.d.ts +17 -22
  149. package/Popover/Popover.js +86 -85
  150. package/Popper/Popper.d.ts +4 -0
  151. package/Popper/Popper.js +29 -27
  152. package/Radio/Radio.d.ts +1 -1
  153. package/Radio/Radio.js +73 -39
  154. package/Radio/RadioButtonIcon.js +21 -15
  155. package/RadioGroup/RadioGroup.d.ts +1 -1
  156. package/RadioGroup/RadioGroup.js +15 -18
  157. package/Rating/Rating.d.ts +1 -1
  158. package/Rating/Rating.js +127 -85
  159. package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  160. package/Select/Select.d.ts +9 -6
  161. package/Select/Select.js +65 -58
  162. package/Select/SelectInput.js +72 -65
  163. package/Skeleton/Skeleton.js +128 -81
  164. package/Slide/Slide.d.ts +1 -1
  165. package/Slide/Slide.js +37 -33
  166. package/Slider/Slider.d.ts +3 -3
  167. package/Slider/Slider.js +157 -108
  168. package/Slider/SliderValueLabel.types.d.ts +1 -1
  169. package/Snackbar/Snackbar.d.ts +1 -1
  170. package/Snackbar/Snackbar.js +117 -84
  171. package/SnackbarContent/SnackbarContent.d.ts +1 -1
  172. package/SnackbarContent/SnackbarContent.js +15 -17
  173. package/SpeedDial/SpeedDial.d.ts +29 -2
  174. package/SpeedDial/SpeedDial.js +151 -94
  175. package/SpeedDialAction/SpeedDialAction.d.ts +1 -1
  176. package/SpeedDialAction/SpeedDialAction.js +84 -57
  177. package/SpeedDialIcon/SpeedDialIcon.d.ts +3 -1
  178. package/SpeedDialIcon/SpeedDialIcon.js +46 -27
  179. package/Step/Step.js +18 -20
  180. package/StepButton/StepButton.js +16 -17
  181. package/StepConnector/StepConnector.d.ts +2 -2
  182. package/StepConnector/StepConnector.js +10 -12
  183. package/StepConnector/stepConnectorClasses.d.ts +6 -2
  184. package/StepContent/StepContent.d.ts +1 -1
  185. package/StepContent/StepContent.js +18 -20
  186. package/StepIcon/StepIcon.d.ts +1 -1
  187. package/StepIcon/StepIcon.js +22 -22
  188. package/StepLabel/StepLabel.d.ts +9 -2
  189. package/StepLabel/StepLabel.js +46 -34
  190. package/Stepper/Stepper.js +21 -22
  191. package/SvgIcon/SvgIcon.js +93 -41
  192. package/SwipeableDrawer/SwipeArea.js +53 -33
  193. package/SwipeableDrawer/SwipeableDrawer.js +49 -43
  194. package/Switch/Switch.d.ts +1 -1
  195. package/Switch/Switch.js +23 -20
  196. package/Tab/Tab.d.ts +1 -1
  197. package/Tab/Tab.js +159 -88
  198. package/TabScrollButton/TabScrollButton.d.ts +1 -1
  199. package/TabScrollButton/TabScrollButton.js +48 -30
  200. package/Table/Table.js +29 -24
  201. package/TableBody/TableBody.js +13 -14
  202. package/TableCell/TableCell.d.ts +1 -1
  203. package/TableCell/TableCell.js +117 -62
  204. package/TableContainer/TableContainer.js +13 -14
  205. package/TableFooter/TableFooter.js +13 -14
  206. package/TableHead/TableHead.js +13 -14
  207. package/TablePagination/TablePagination.js +58 -54
  208. package/TablePagination/TablePaginationActions.js +51 -38
  209. package/TableRow/TableRow.js +15 -16
  210. package/TableSortLabel/TableSortLabel.js +35 -27
  211. package/Tabs/ScrollbarSize.js +7 -9
  212. package/Tabs/Tabs.js +160 -112
  213. package/TextField/TextField.d.ts +59 -4
  214. package/TextField/TextField.js +139 -69
  215. package/ToggleButton/ToggleButton.js +102 -75
  216. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  217. package/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
  218. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +10 -2
  219. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  220. package/Toolbar/Toolbar.js +44 -33
  221. package/Tooltip/Tooltip.d.ts +3 -5
  222. package/Tooltip/Tooltip.js +262 -153
  223. package/Typography/Typography.js +104 -49
  224. package/Zoom/Zoom.d.ts +1 -1
  225. package/Zoom/Zoom.js +31 -30
  226. package/index.js +1 -1
  227. package/internal/SwitchBase.js +75 -47
  228. package/locale/index.d.ts +1 -0
  229. package/locale/index.js +75 -2
  230. package/modern/Accordion/Accordion.js +35 -35
  231. package/modern/AccordionActions/AccordionActions.js +11 -12
  232. package/modern/AccordionDetails/AccordionDetails.js +7 -9
  233. package/modern/AccordionSummary/AccordionSummary.js +14 -16
  234. package/modern/Alert/Alert.js +58 -53
  235. package/modern/AlertTitle/AlertTitle.js +7 -9
  236. package/modern/AppBar/AppBar.js +34 -33
  237. package/modern/Autocomplete/Autocomplete.js +251 -162
  238. package/modern/Avatar/Avatar.js +46 -38
  239. package/modern/AvatarGroup/AvatarGroup.js +60 -41
  240. package/modern/Backdrop/Backdrop.js +36 -35
  241. package/modern/Badge/Badge.js +33 -32
  242. package/modern/BottomNavigation/BottomNavigation.js +15 -17
  243. package/modern/BottomNavigationAction/BottomNavigationAction.js +15 -18
  244. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
  245. package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
  246. package/modern/Button/Button.js +33 -30
  247. package/modern/ButtonBase/ButtonBase.js +44 -50
  248. package/modern/ButtonBase/TouchRipple.js +9 -12
  249. package/modern/ButtonGroup/ButtonGroup.js +23 -25
  250. package/modern/Card/Card.js +11 -12
  251. package/modern/CardActionArea/CardActionArea.js +9 -12
  252. package/modern/CardActions/CardActions.js +11 -12
  253. package/modern/CardContent/CardContent.js +11 -12
  254. package/modern/CardHeader/CardHeader.js +30 -31
  255. package/modern/CardMedia/CardMedia.js +19 -21
  256. package/modern/Checkbox/Checkbox.js +79 -43
  257. package/modern/Chip/Chip.js +38 -37
  258. package/modern/Chip/chipClasses.js +1 -1
  259. package/modern/CircularProgress/CircularProgress.js +88 -51
  260. package/modern/Collapse/Collapse.js +109 -76
  261. package/modern/CssBaseline/CssBaseline.js +17 -14
  262. package/modern/Dialog/Dialog.js +152 -103
  263. package/modern/DialogActions/DialogActions.js +26 -23
  264. package/modern/DialogContent/DialogContent.js +35 -26
  265. package/modern/DialogContentText/DialogContentText.js +16 -13
  266. package/modern/DialogTitle/DialogTitle.js +10 -12
  267. package/modern/Divider/Divider.js +20 -22
  268. package/modern/Drawer/Drawer.js +122 -80
  269. package/modern/Fab/Fab.js +108 -65
  270. package/modern/Fade/Fade.js +31 -30
  271. package/modern/FilledInput/FilledInput.js +223 -134
  272. package/modern/FilledInput/filledInputClasses.js +4 -2
  273. package/modern/FormControl/FormControl.js +27 -25
  274. package/modern/FormControlLabel/FormControlLabel.js +50 -26
  275. package/modern/FormGroup/FormGroup.js +11 -12
  276. package/modern/FormHelperText/FormHelperText.js +46 -28
  277. package/modern/FormLabel/FormLabel.js +49 -31
  278. package/modern/GlobalStyles/GlobalStyles.js +3 -3
  279. package/modern/Grid/Grid.js +50 -41
  280. package/modern/Grow/Grow.js +34 -31
  281. package/modern/Hidden/Hidden.js +23 -22
  282. package/modern/Hidden/HiddenCss.js +29 -29
  283. package/modern/Hidden/withWidth.js +19 -19
  284. package/modern/Icon/Icon.js +77 -38
  285. package/modern/IconButton/IconButton.js +112 -59
  286. package/modern/ImageList/ImageList.js +41 -47
  287. package/modern/ImageListItem/ImageListItem.js +57 -43
  288. package/modern/ImageListItemBar/ImageListItemBar.js +81 -50
  289. package/modern/Input/Input.js +103 -83
  290. package/modern/Input/inputClasses.js +4 -2
  291. package/modern/InputAdornment/InputAdornment.js +52 -40
  292. package/modern/InputBase/InputBase.js +151 -119
  293. package/modern/InputLabel/InputLabel.js +140 -74
  294. package/modern/LinearProgress/LinearProgress.js +195 -92
  295. package/modern/Link/Link.js +115 -69
  296. package/modern/Link/getTextDecoration.js +16 -8
  297. package/modern/List/List.js +36 -29
  298. package/modern/ListItem/ListItem.js +159 -114
  299. package/modern/ListItemAvatar/ListItemAvatar.js +23 -20
  300. package/modern/ListItemButton/ListItemButton.js +61 -39
  301. package/modern/ListItemIcon/ListItemIcon.js +23 -19
  302. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
  303. package/modern/ListItemText/ListItemText.js +46 -39
  304. package/modern/ListSubheader/ListSubheader.js +63 -37
  305. package/modern/Menu/Menu.js +38 -42
  306. package/modern/MenuItem/MenuItem.js +71 -49
  307. package/modern/MenuList/MenuList.js +17 -20
  308. package/modern/MobileStepper/MobileStepper.js +21 -22
  309. package/modern/Modal/Modal.js +49 -42
  310. package/modern/NativeSelect/NativeSelect.js +26 -22
  311. package/modern/NativeSelect/NativeSelectInput.js +91 -67
  312. package/modern/OutlinedInput/NotchedOutline.js +73 -56
  313. package/modern/OutlinedInput/OutlinedInput.js +142 -81
  314. package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
  315. package/modern/Pagination/Pagination.js +38 -34
  316. package/modern/PaginationItem/PaginationItem.js +225 -119
  317. package/modern/Paper/Paper.js +60 -34
  318. package/modern/Popover/Popover.js +86 -85
  319. package/modern/Popper/Popper.js +29 -27
  320. package/modern/Radio/Radio.js +73 -39
  321. package/modern/Radio/RadioButtonIcon.js +21 -15
  322. package/modern/RadioGroup/RadioGroup.js +15 -18
  323. package/modern/Rating/Rating.js +127 -85
  324. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  325. package/modern/Select/Select.js +65 -58
  326. package/modern/Select/SelectInput.js +72 -65
  327. package/modern/Skeleton/Skeleton.js +128 -81
  328. package/modern/Slide/Slide.js +37 -33
  329. package/modern/Slider/Slider.js +157 -108
  330. package/modern/Snackbar/Snackbar.js +117 -84
  331. package/modern/SnackbarContent/SnackbarContent.js +15 -17
  332. package/modern/SpeedDial/SpeedDial.js +151 -94
  333. package/modern/SpeedDialAction/SpeedDialAction.js +84 -57
  334. package/modern/SpeedDialIcon/SpeedDialIcon.js +46 -27
  335. package/modern/Step/Step.js +18 -20
  336. package/modern/StepButton/StepButton.js +16 -17
  337. package/modern/StepConnector/StepConnector.js +10 -12
  338. package/modern/StepContent/StepContent.js +18 -20
  339. package/modern/StepIcon/StepIcon.js +22 -22
  340. package/modern/StepLabel/StepLabel.js +46 -34
  341. package/modern/Stepper/Stepper.js +21 -22
  342. package/modern/SvgIcon/SvgIcon.js +93 -41
  343. package/modern/SwipeableDrawer/SwipeArea.js +53 -33
  344. package/modern/SwipeableDrawer/SwipeableDrawer.js +49 -43
  345. package/modern/Switch/Switch.js +23 -20
  346. package/modern/Tab/Tab.js +159 -88
  347. package/modern/TabScrollButton/TabScrollButton.js +48 -30
  348. package/modern/Table/Table.js +29 -24
  349. package/modern/TableBody/TableBody.js +13 -14
  350. package/modern/TableCell/TableCell.js +117 -62
  351. package/modern/TableContainer/TableContainer.js +13 -14
  352. package/modern/TableFooter/TableFooter.js +13 -14
  353. package/modern/TableHead/TableHead.js +13 -14
  354. package/modern/TablePagination/TablePagination.js +58 -54
  355. package/modern/TablePagination/TablePaginationActions.js +51 -38
  356. package/modern/TableRow/TableRow.js +15 -16
  357. package/modern/TableSortLabel/TableSortLabel.js +35 -27
  358. package/modern/Tabs/ScrollbarSize.js +7 -9
  359. package/modern/Tabs/Tabs.js +160 -112
  360. package/modern/TextField/TextField.js +139 -69
  361. package/modern/ToggleButton/ToggleButton.js +102 -75
  362. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
  363. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  364. package/modern/Toolbar/Toolbar.js +44 -33
  365. package/modern/Tooltip/Tooltip.js +262 -153
  366. package/modern/Typography/Typography.js +104 -49
  367. package/modern/Zoom/Zoom.js +31 -30
  368. package/modern/index.js +1 -1
  369. package/modern/internal/SwitchBase.js +75 -47
  370. package/modern/locale/index.js +75 -2
  371. package/modern/styles/CssVarsProvider.js +20 -9
  372. package/modern/styles/ThemeProvider.js +7 -10
  373. package/modern/styles/adaptV4Theme.js +31 -31
  374. package/modern/styles/createMixins.js +4 -4
  375. package/modern/styles/createPalette.js +16 -13
  376. package/modern/styles/createTheme.js +16 -11
  377. package/modern/styles/createTransitions.js +20 -19
  378. package/modern/styles/createTypography.js +31 -29
  379. package/modern/styles/experimental_extendTheme.js +8 -343
  380. package/{legacy/styles/experimental_extendTheme.js → modern/styles/extendTheme.js} +103 -125
  381. package/modern/styles/getOverlayAlpha.js +3 -4
  382. package/modern/styles/index.js +2 -1
  383. package/modern/styles/responsiveFontSizes.js +20 -11
  384. package/modern/usePagination/usePagination.js +18 -20
  385. package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
  386. package/modern/utils/createSvgIcon.js +4 -5
  387. package/modern/utils/useSlot.js +41 -40
  388. package/modern/zero-styled/index.js +1 -1
  389. package/node/Accordion/Accordion.js +35 -35
  390. package/node/AccordionActions/AccordionActions.js +11 -12
  391. package/node/AccordionDetails/AccordionDetails.js +7 -9
  392. package/node/AccordionSummary/AccordionSummary.js +14 -16
  393. package/node/Alert/Alert.js +58 -53
  394. package/node/AlertTitle/AlertTitle.js +7 -9
  395. package/node/AppBar/AppBar.js +125 -130
  396. package/node/Autocomplete/Autocomplete.js +252 -164
  397. package/node/Avatar/Avatar.js +46 -38
  398. package/node/AvatarGroup/AvatarGroup.js +60 -41
  399. package/node/Backdrop/Backdrop.js +36 -35
  400. package/node/Badge/Badge.js +181 -186
  401. package/node/BottomNavigation/BottomNavigation.js +15 -17
  402. package/node/BottomNavigationAction/BottomNavigationAction.js +15 -18
  403. package/node/Breadcrumbs/BreadcrumbCollapsed.js +38 -37
  404. package/node/Breadcrumbs/Breadcrumbs.js +19 -21
  405. package/node/Button/Button.js +34 -31
  406. package/node/ButtonBase/ButtonBase.js +44 -50
  407. package/node/ButtonBase/TouchRipple.js +9 -12
  408. package/node/ButtonGroup/ButtonGroup.js +23 -25
  409. package/node/Card/Card.js +11 -12
  410. package/node/CardActionArea/CardActionArea.js +9 -12
  411. package/node/CardActions/CardActions.js +11 -12
  412. package/node/CardContent/CardContent.js +11 -12
  413. package/node/CardHeader/CardHeader.js +30 -31
  414. package/node/CardMedia/CardMedia.js +19 -21
  415. package/node/Checkbox/Checkbox.js +82 -46
  416. package/node/Chip/Chip.js +38 -37
  417. package/node/Chip/chipClasses.js +1 -1
  418. package/node/CircularProgress/CircularProgress.js +94 -57
  419. package/node/Collapse/Collapse.js +113 -80
  420. package/node/CssBaseline/CssBaseline.js +17 -14
  421. package/node/Dialog/Dialog.js +157 -108
  422. package/node/DialogActions/DialogActions.js +28 -25
  423. package/node/DialogContent/DialogContent.js +37 -28
  424. package/node/DialogContentText/DialogContentText.js +19 -16
  425. package/node/DialogTitle/DialogTitle.js +12 -14
  426. package/node/Divider/Divider.js +20 -22
  427. package/node/Drawer/Drawer.js +127 -85
  428. package/node/Fab/Fab.js +112 -69
  429. package/node/Fade/Fade.js +31 -30
  430. package/node/FilledInput/FilledInput.js +229 -138
  431. package/node/FilledInput/filledInputClasses.js +4 -2
  432. package/node/FormControl/FormControl.js +27 -25
  433. package/node/FormControlLabel/FormControlLabel.js +51 -27
  434. package/node/FormGroup/FormGroup.js +11 -12
  435. package/node/FormHelperText/FormHelperText.js +48 -30
  436. package/node/FormLabel/FormLabel.js +52 -34
  437. package/node/GlobalStyles/GlobalStyles.js +3 -3
  438. package/node/Grid/Grid.js +50 -41
  439. package/node/Grow/Grow.js +34 -31
  440. package/node/Hidden/Hidden.js +26 -26
  441. package/node/Hidden/HiddenCss.js +29 -29
  442. package/node/Hidden/withWidth.js +19 -19
  443. package/node/Icon/Icon.js +79 -40
  444. package/node/IconButton/IconButton.js +114 -62
  445. package/node/ImageList/ImageList.js +43 -49
  446. package/node/ImageListItem/ImageListItem.js +59 -45
  447. package/node/ImageListItemBar/ImageListItemBar.js +87 -56
  448. package/node/Input/Input.js +106 -86
  449. package/node/Input/inputClasses.js +4 -2
  450. package/node/InputAdornment/InputAdornment.js +54 -42
  451. package/node/InputBase/InputBase.js +154 -122
  452. package/node/InputLabel/InputLabel.js +143 -77
  453. package/node/LinearProgress/LinearProgress.js +203 -100
  454. package/node/Link/Link.js +117 -71
  455. package/node/Link/getTextDecoration.js +18 -10
  456. package/node/List/List.js +38 -31
  457. package/node/ListItem/ListItem.js +162 -117
  458. package/node/ListItemAvatar/ListItemAvatar.js +25 -22
  459. package/node/ListItemButton/ListItemButton.js +64 -42
  460. package/node/ListItemIcon/ListItemIcon.js +25 -21
  461. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +27 -22
  462. package/node/ListItemText/ListItemText.js +48 -41
  463. package/node/ListSubheader/ListSubheader.js +65 -39
  464. package/node/Menu/Menu.js +43 -47
  465. package/node/MenuItem/MenuItem.js +74 -52
  466. package/node/MenuList/MenuList.js +17 -20
  467. package/node/MobileStepper/MobileStepper.js +21 -22
  468. package/node/Modal/Modal.js +49 -42
  469. package/node/NativeSelect/NativeSelect.js +26 -22
  470. package/node/NativeSelect/NativeSelectInput.js +93 -71
  471. package/node/OutlinedInput/NotchedOutline.js +77 -60
  472. package/node/OutlinedInput/OutlinedInput.js +146 -85
  473. package/node/OutlinedInput/outlinedInputClasses.js +4 -2
  474. package/node/Pagination/Pagination.js +41 -37
  475. package/node/PaginationItem/PaginationItem.js +230 -123
  476. package/node/Paper/Paper.js +65 -41
  477. package/node/Popover/Popover.js +86 -85
  478. package/node/Popper/Popper.js +29 -27
  479. package/node/Radio/Radio.js +76 -42
  480. package/node/Radio/RadioButtonIcon.js +25 -19
  481. package/node/RadioGroup/RadioGroup.js +15 -18
  482. package/node/Rating/Rating.js +133 -91
  483. package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  484. package/node/Select/Select.js +69 -62
  485. package/node/Select/SelectInput.js +73 -66
  486. package/node/Skeleton/Skeleton.js +132 -85
  487. package/node/Slide/Slide.js +39 -34
  488. package/node/Slider/Slider.js +301 -268
  489. package/node/Snackbar/Snackbar.js +119 -86
  490. package/node/SnackbarContent/SnackbarContent.js +19 -21
  491. package/node/SpeedDial/SpeedDial.js +155 -98
  492. package/node/SpeedDialAction/SpeedDialAction.js +88 -61
  493. package/node/SpeedDialIcon/SpeedDialIcon.js +48 -29
  494. package/node/Step/Step.js +18 -20
  495. package/node/StepButton/StepButton.js +16 -17
  496. package/node/StepConnector/StepConnector.js +10 -12
  497. package/node/StepContent/StepContent.js +18 -20
  498. package/node/StepIcon/StepIcon.js +22 -22
  499. package/node/StepLabel/StepLabel.js +46 -34
  500. package/node/Stepper/Stepper.js +21 -22
  501. package/node/SvgIcon/SvgIcon.js +99 -44
  502. package/node/SwipeableDrawer/SwipeArea.js +55 -35
  503. package/node/SwipeableDrawer/SwipeableDrawer.js +51 -44
  504. package/node/Switch/Switch.js +23 -20
  505. package/node/Tab/Tab.js +161 -90
  506. package/node/TabScrollButton/TabScrollButton.js +50 -32
  507. package/node/Table/Table.js +31 -26
  508. package/node/TableBody/TableBody.js +15 -16
  509. package/node/TableCell/TableCell.js +119 -64
  510. package/node/TableContainer/TableContainer.js +15 -16
  511. package/node/TableFooter/TableFooter.js +15 -16
  512. package/node/TableHead/TableHead.js +15 -16
  513. package/node/TablePagination/TablePagination.js +66 -62
  514. package/node/TablePagination/TablePaginationActions.js +54 -42
  515. package/node/TableRow/TableRow.js +17 -18
  516. package/node/TableSortLabel/TableSortLabel.js +38 -30
  517. package/node/Tabs/ScrollbarSize.js +7 -9
  518. package/node/Tabs/Tabs.js +166 -118
  519. package/node/TextField/TextField.js +141 -71
  520. package/node/ToggleButton/ToggleButton.js +104 -77
  521. package/node/ToggleButtonGroup/ToggleButtonGroup.js +83 -73
  522. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  523. package/node/Toolbar/Toolbar.js +46 -35
  524. package/node/Tooltip/Tooltip.js +266 -157
  525. package/node/Typography/Typography.js +105 -50
  526. package/node/Zoom/Zoom.js +31 -30
  527. package/node/index.js +1 -1
  528. package/node/internal/SwitchBase.js +77 -49
  529. package/node/locale/index.js +76 -3
  530. package/node/styles/CssVarsProvider.js +25 -10
  531. package/node/styles/ThemeProvider.js +7 -10
  532. package/node/styles/adaptV4Theme.js +31 -32
  533. package/node/styles/createMixins.js +4 -5
  534. package/node/styles/createPalette.js +16 -13
  535. package/node/styles/createTheme.js +16 -11
  536. package/node/styles/createTransitions.js +20 -20
  537. package/node/styles/createTypography.js +31 -29
  538. package/node/styles/experimental_extendTheme.js +9 -349
  539. package/node/styles/extendTheme.js +367 -0
  540. package/node/styles/getOverlayAlpha.js +4 -5
  541. package/node/styles/index.js +10 -0
  542. package/node/styles/responsiveFontSizes.js +20 -11
  543. package/node/usePagination/usePagination.js +18 -20
  544. package/node/useScrollTrigger/useScrollTrigger.js +8 -11
  545. package/node/utils/createSvgIcon.js +4 -5
  546. package/node/utils/useSlot.js +41 -40
  547. package/node/zero-styled/index.js +6 -0
  548. package/package.json +8 -8
  549. package/styles/CssVarsProvider.d.ts +3 -2
  550. package/styles/CssVarsProvider.js +20 -9
  551. package/styles/ThemeProvider.js +7 -10
  552. package/styles/adaptV4Theme.js +31 -31
  553. package/styles/createMixins.js +4 -4
  554. package/styles/createPalette.js +16 -13
  555. package/styles/createTheme.js +16 -11
  556. package/styles/createTransitions.js +20 -19
  557. package/styles/createTypography.js +31 -29
  558. package/styles/experimental_extendTheme.js +8 -343
  559. package/styles/{experimental_extendTheme.d.ts → extendTheme.d.ts} +3 -2
  560. package/styles/extendTheme.js +355 -0
  561. package/styles/getOverlayAlpha.d.ts +1 -2
  562. package/styles/getOverlayAlpha.js +3 -4
  563. package/styles/index.d.ts +2 -2
  564. package/styles/index.js +2 -1
  565. package/styles/responsiveFontSizes.js +20 -11
  566. package/themeCssVarsAugmentation/index.d.ts +1 -1
  567. package/types/OverridableComponentAugmentation.d.ts +2 -2
  568. package/usePagination/usePagination.d.ts +1 -1
  569. package/usePagination/usePagination.js +18 -20
  570. package/useScrollTrigger/useScrollTrigger.js +8 -10
  571. package/utils/createSvgIcon.js +4 -5
  572. package/utils/useSlot.js +41 -40
  573. package/zero-styled/index.d.ts +1 -1
  574. package/zero-styled/index.js +1 -1
  575. package/legacy/Accordion/Accordion.js +0 -306
  576. package/legacy/Accordion/AccordionContext.js +0 -13
  577. package/legacy/Accordion/accordionClasses.js +0 -7
  578. package/legacy/Accordion/index.js +0 -3
  579. package/legacy/AccordionActions/AccordionActions.js +0 -90
  580. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  581. package/legacy/AccordionActions/index.js +0 -3
  582. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  583. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  584. package/legacy/AccordionDetails/index.js +0 -3
  585. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  586. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  587. package/legacy/AccordionSummary/index.js +0 -3
  588. package/legacy/Alert/Alert.js +0 -385
  589. package/legacy/Alert/alertClasses.js +0 -7
  590. package/legacy/Alert/index.js +0 -5
  591. package/legacy/AlertTitle/AlertTitle.js +0 -73
  592. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  593. package/legacy/AlertTitle/index.js +0 -5
  594. package/legacy/AppBar/AppBar.js +0 -235
  595. package/legacy/AppBar/appBarClasses.js +0 -7
  596. package/legacy/AppBar/index.js +0 -5
  597. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  598. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  599. package/legacy/Autocomplete/index.js +0 -5
  600. package/legacy/Avatar/Avatar.js +0 -296
  601. package/legacy/Avatar/avatarClasses.js +0 -7
  602. package/legacy/Avatar/index.js +0 -5
  603. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  604. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  605. package/legacy/AvatarGroup/index.js +0 -5
  606. package/legacy/Backdrop/Backdrop.js +0 -211
  607. package/legacy/Backdrop/backdropClasses.js +0 -7
  608. package/legacy/Backdrop/index.js +0 -5
  609. package/legacy/Badge/Badge.js +0 -439
  610. package/legacy/Badge/badgeClasses.js +0 -9
  611. package/legacy/Badge/index.js +0 -5
  612. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  613. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  614. package/legacy/BottomNavigation/index.js +0 -5
  615. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  616. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  617. package/legacy/BottomNavigationAction/index.js +0 -5
  618. package/legacy/Box/Box.js +0 -35
  619. package/legacy/Box/boxClasses.js +0 -3
  620. package/legacy/Box/index.js +0 -5
  621. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  622. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  623. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  624. package/legacy/Breadcrumbs/index.js +0 -5
  625. package/legacy/Button/Button.js +0 -472
  626. package/legacy/Button/buttonClasses.js +0 -7
  627. package/legacy/Button/index.js +0 -5
  628. package/legacy/ButtonBase/ButtonBase.js +0 -487
  629. package/legacy/ButtonBase/Ripple.js +0 -89
  630. package/legacy/ButtonBase/TouchRipple.js +0 -267
  631. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  632. package/legacy/ButtonBase/index.js +0 -7
  633. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  634. package/legacy/ButtonGroup/ButtonGroup.js +0 -371
  635. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  636. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  637. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  638. package/legacy/ButtonGroup/index.js +0 -7
  639. package/legacy/Card/Card.js +0 -83
  640. package/legacy/Card/cardClasses.js +0 -7
  641. package/legacy/Card/index.js +0 -5
  642. package/legacy/CardActionArea/CardActionArea.js +0 -119
  643. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  644. package/legacy/CardActionArea/index.js +0 -5
  645. package/legacy/CardActions/CardActions.js +0 -89
  646. package/legacy/CardActions/cardActionsClasses.js +0 -7
  647. package/legacy/CardActions/index.js +0 -5
  648. package/legacy/CardContent/CardContent.js +0 -79
  649. package/legacy/CardContent/cardContentClasses.js +0 -7
  650. package/legacy/CardContent/index.js +0 -5
  651. package/legacy/CardHeader/CardHeader.js +0 -198
  652. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  653. package/legacy/CardHeader/index.js +0 -5
  654. package/legacy/CardMedia/CardMedia.js +0 -139
  655. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  656. package/legacy/CardMedia/index.js +0 -5
  657. package/legacy/Checkbox/Checkbox.js +0 -212
  658. package/legacy/Checkbox/checkboxClasses.js +0 -7
  659. package/legacy/Checkbox/index.js +0 -5
  660. package/legacy/Chip/Chip.js +0 -547
  661. package/legacy/Chip/chipClasses.js +0 -7
  662. package/legacy/Chip/index.js +0 -5
  663. package/legacy/CircularProgress/CircularProgress.js +0 -224
  664. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  665. package/legacy/CircularProgress/index.js +0 -5
  666. package/legacy/ClickAwayListener/index.js +0 -1
  667. package/legacy/Collapse/Collapse.js +0 -383
  668. package/legacy/Collapse/collapseClasses.js +0 -7
  669. package/legacy/Collapse/index.js +0 -5
  670. package/legacy/Container/Container.js +0 -67
  671. package/legacy/Container/containerClasses.js +0 -7
  672. package/legacy/Container/index.js +0 -5
  673. package/legacy/CssBaseline/CssBaseline.js +0 -113
  674. package/legacy/CssBaseline/index.js +0 -3
  675. package/legacy/Dialog/Dialog.js +0 -392
  676. package/legacy/Dialog/DialogContext.js +0 -6
  677. package/legacy/Dialog/dialogClasses.js +0 -7
  678. package/legacy/Dialog/index.js +0 -5
  679. package/legacy/DialogActions/DialogActions.js +0 -88
  680. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  681. package/legacy/DialogActions/index.js +0 -5
  682. package/legacy/DialogContent/DialogContent.js +0 -93
  683. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  684. package/legacy/DialogContent/index.js +0 -5
  685. package/legacy/DialogContentText/DialogContentText.js +0 -74
  686. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  687. package/legacy/DialogContentText/index.js +0 -5
  688. package/legacy/DialogTitle/DialogTitle.js +0 -80
  689. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  690. package/legacy/DialogTitle/index.js +0 -5
  691. package/legacy/Divider/Divider.js +0 -316
  692. package/legacy/Divider/dividerClasses.js +0 -7
  693. package/legacy/Divider/index.js +0 -5
  694. package/legacy/Drawer/Drawer.js +0 -316
  695. package/legacy/Drawer/drawerClasses.js +0 -7
  696. package/legacy/Drawer/index.js +0 -5
  697. package/legacy/Fab/Fab.js +0 -229
  698. package/legacy/Fab/fabClasses.js +0 -7
  699. package/legacy/Fab/index.js +0 -5
  700. package/legacy/Fade/Fade.js +0 -206
  701. package/legacy/Fade/index.js +0 -3
  702. package/legacy/FilledInput/FilledInput.js +0 -425
  703. package/legacy/FilledInput/filledInputClasses.js +0 -9
  704. package/legacy/FilledInput/index.js +0 -5
  705. package/legacy/FormControl/FormControl.js +0 -315
  706. package/legacy/FormControl/FormControlContext.js +0 -9
  707. package/legacy/FormControl/formControlClasses.js +0 -7
  708. package/legacy/FormControl/formControlState.js +0 -14
  709. package/legacy/FormControl/index.js +0 -6
  710. package/legacy/FormControl/useFormControl.js +0 -7
  711. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  712. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  713. package/legacy/FormControlLabel/index.js +0 -5
  714. package/legacy/FormGroup/FormGroup.js +0 -103
  715. package/legacy/FormGroup/formGroupClasses.js +0 -7
  716. package/legacy/FormGroup/index.js +0 -5
  717. package/legacy/FormHelperText/FormHelperText.js +0 -167
  718. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  719. package/legacy/FormHelperText/index.js +0 -5
  720. package/legacy/FormLabel/FormLabel.js +0 -166
  721. package/legacy/FormLabel/formLabelClasses.js +0 -7
  722. package/legacy/FormLabel/index.js +0 -6
  723. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  724. package/legacy/GlobalStyles/index.js +0 -1
  725. package/legacy/Grid/Grid.js +0 -561
  726. package/legacy/Grid/GridContext.js +0 -12
  727. package/legacy/Grid/gridClasses.js +0 -28
  728. package/legacy/Grid/index.js +0 -5
  729. package/legacy/Grow/Grow.js +0 -253
  730. package/legacy/Grow/index.js +0 -3
  731. package/legacy/Hidden/Hidden.js +0 -147
  732. package/legacy/Hidden/HiddenCss.js +0 -168
  733. package/legacy/Hidden/HiddenJs.js +0 -123
  734. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  735. package/legacy/Hidden/index.js +0 -3
  736. package/legacy/Hidden/withWidth.js +0 -110
  737. package/legacy/Icon/Icon.js +0 -144
  738. package/legacy/Icon/iconClasses.js +0 -7
  739. package/legacy/Icon/index.js +0 -5
  740. package/legacy/IconButton/IconButton.js +0 -204
  741. package/legacy/IconButton/iconButtonClasses.js +0 -7
  742. package/legacy/IconButton/index.js +0 -5
  743. package/legacy/ImageList/ImageList.js +0 -155
  744. package/legacy/ImageList/ImageListContext.js +0 -13
  745. package/legacy/ImageList/imageListClasses.js +0 -7
  746. package/legacy/ImageList/index.js +0 -5
  747. package/legacy/ImageListItem/ImageListItem.js +0 -168
  748. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  749. package/legacy/ImageListItem/index.js +0 -5
  750. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  751. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  752. package/legacy/ImageListItemBar/index.js +0 -5
  753. package/legacy/Input/Input.js +0 -339
  754. package/legacy/Input/index.js +0 -5
  755. package/legacy/Input/inputClasses.js +0 -9
  756. package/legacy/InputAdornment/InputAdornment.js +0 -167
  757. package/legacy/InputAdornment/index.js +0 -5
  758. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  759. package/legacy/InputBase/InputBase.js +0 -713
  760. package/legacy/InputBase/index.js +0 -5
  761. package/legacy/InputBase/inputBaseClasses.js +0 -7
  762. package/legacy/InputBase/utils.js +0 -31
  763. package/legacy/InputLabel/InputLabel.js +0 -214
  764. package/legacy/InputLabel/index.js +0 -5
  765. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  766. package/legacy/LinearProgress/LinearProgress.js +0 -285
  767. package/legacy/LinearProgress/index.js +0 -5
  768. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  769. package/legacy/Link/Link.js +0 -209
  770. package/legacy/Link/getTextDecoration.js +0 -24
  771. package/legacy/Link/index.js +0 -5
  772. package/legacy/Link/linkClasses.js +0 -7
  773. package/legacy/List/List.js +0 -126
  774. package/legacy/List/ListContext.js +0 -12
  775. package/legacy/List/index.js +0 -5
  776. package/legacy/List/listClasses.js +0 -7
  777. package/legacy/ListItem/ListItem.js +0 -425
  778. package/legacy/ListItem/index.js +0 -5
  779. package/legacy/ListItem/listItemClasses.js +0 -7
  780. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  781. package/legacy/ListItemAvatar/index.js +0 -5
  782. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  783. package/legacy/ListItemButton/ListItemButton.js +0 -242
  784. package/legacy/ListItemButton/index.js +0 -5
  785. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  786. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  787. package/legacy/ListItemIcon/index.js +0 -5
  788. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  789. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  790. package/legacy/ListItemSecondaryAction/index.js +0 -5
  791. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  792. package/legacy/ListItemText/ListItemText.js +0 -160
  793. package/legacy/ListItemText/index.js +0 -5
  794. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  795. package/legacy/ListSubheader/ListSubheader.js +0 -139
  796. package/legacy/ListSubheader/index.js +0 -5
  797. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  798. package/legacy/Menu/Menu.js +0 -317
  799. package/legacy/Menu/index.js +0 -5
  800. package/legacy/Menu/menuClasses.js +0 -7
  801. package/legacy/MenuItem/MenuItem.js +0 -251
  802. package/legacy/MenuItem/index.js +0 -5
  803. package/legacy/MenuItem/menuItemClasses.js +0 -7
  804. package/legacy/MenuList/MenuList.js +0 -285
  805. package/legacy/MenuList/index.js +0 -3
  806. package/legacy/MobileStepper/MobileStepper.js +0 -254
  807. package/legacy/MobileStepper/index.js +0 -5
  808. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  809. package/legacy/Modal/Modal.js +0 -398
  810. package/legacy/Modal/index.js +0 -6
  811. package/legacy/Modal/modalClasses.js +0 -7
  812. package/legacy/NativeSelect/NativeSelect.js +0 -128
  813. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  814. package/legacy/NativeSelect/index.js +0 -5
  815. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  816. package/legacy/NoSsr/index.js +0 -1
  817. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  818. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  819. package/legacy/OutlinedInput/index.js +0 -5
  820. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  821. package/legacy/Pagination/Pagination.js +0 -256
  822. package/legacy/Pagination/index.js +0 -5
  823. package/legacy/Pagination/paginationClasses.js +0 -7
  824. package/legacy/PaginationItem/PaginationItem.js +0 -356
  825. package/legacy/PaginationItem/index.js +0 -5
  826. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  827. package/legacy/Paper/Paper.js +0 -141
  828. package/legacy/Paper/index.js +0 -5
  829. package/legacy/Paper/paperClasses.js +0 -7
  830. package/legacy/Popover/Popover.js +0 -548
  831. package/legacy/Popover/index.js +0 -6
  832. package/legacy/Popover/popoverClasses.js +0 -7
  833. package/legacy/Popper/Popper.js +0 -207
  834. package/legacy/Popper/index.js +0 -3
  835. package/legacy/Portal/index.js +0 -1
  836. package/legacy/Radio/Radio.js +0 -212
  837. package/legacy/Radio/RadioButtonIcon.js +0 -81
  838. package/legacy/Radio/index.js +0 -5
  839. package/legacy/Radio/radioClasses.js +0 -7
  840. package/legacy/RadioGroup/RadioGroup.js +0 -118
  841. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  842. package/legacy/RadioGroup/index.js +0 -6
  843. package/legacy/RadioGroup/radioGroupClasses.js +0 -7
  844. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  845. package/legacy/Rating/Rating.js +0 -657
  846. package/legacy/Rating/index.js +0 -3
  847. package/legacy/Rating/ratingClasses.js +0 -7
  848. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  849. package/legacy/ScopedCssBaseline/index.js +0 -5
  850. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  851. package/legacy/Select/Select.js +0 -290
  852. package/legacy/Select/SelectInput.js +0 -667
  853. package/legacy/Select/index.js +0 -5
  854. package/legacy/Select/selectClasses.js +0 -7
  855. package/legacy/Skeleton/Skeleton.js +0 -166
  856. package/legacy/Skeleton/index.js +0 -5
  857. package/legacy/Skeleton/skeletonClasses.js +0 -7
  858. package/legacy/Slide/Slide.js +0 -333
  859. package/legacy/Slide/index.js +0 -3
  860. package/legacy/Slider/Slider.js +0 -1063
  861. package/legacy/Slider/SliderValueLabel.js +0 -49
  862. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  863. package/legacy/Slider/index.js +0 -6
  864. package/legacy/Slider/sliderClasses.js +0 -7
  865. package/legacy/Snackbar/Snackbar.js +0 -312
  866. package/legacy/Snackbar/index.js +0 -5
  867. package/legacy/Snackbar/snackbarClasses.js +0 -7
  868. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  869. package/legacy/SnackbarContent/index.js +0 -5
  870. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  871. package/legacy/SpeedDial/SpeedDial.js +0 -491
  872. package/legacy/SpeedDial/index.js +0 -5
  873. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  874. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  875. package/legacy/SpeedDialAction/index.js +0 -5
  876. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  877. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  878. package/legacy/SpeedDialIcon/index.js +0 -5
  879. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  880. package/legacy/Stack/Stack.js +0 -66
  881. package/legacy/Stack/index.js +0 -4
  882. package/legacy/Stack/stackClasses.js +0 -7
  883. package/legacy/Step/Step.js +0 -179
  884. package/legacy/Step/StepContext.js +0 -17
  885. package/legacy/Step/index.js +0 -7
  886. package/legacy/Step/stepClasses.js +0 -7
  887. package/legacy/StepButton/StepButton.js +0 -122
  888. package/legacy/StepButton/index.js +0 -5
  889. package/legacy/StepButton/stepButtonClasses.js +0 -7
  890. package/legacy/StepConnector/StepConnector.js +0 -142
  891. package/legacy/StepConnector/index.js +0 -5
  892. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  893. package/legacy/StepContent/StepContent.js +0 -152
  894. package/legacy/StepContent/index.js +0 -5
  895. package/legacy/StepContent/stepContentClasses.js +0 -7
  896. package/legacy/StepIcon/StepIcon.js +0 -162
  897. package/legacy/StepIcon/index.js +0 -5
  898. package/legacy/StepIcon/stepIconClasses.js +0 -7
  899. package/legacy/StepLabel/StepLabel.js +0 -258
  900. package/legacy/StepLabel/index.js +0 -5
  901. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  902. package/legacy/Stepper/Stepper.js +0 -167
  903. package/legacy/Stepper/StepperContext.js +0 -17
  904. package/legacy/Stepper/index.js +0 -7
  905. package/legacy/Stepper/stepperClasses.js +0 -7
  906. package/legacy/StyledEngineProvider/index.js +0 -1
  907. package/legacy/SvgIcon/SvgIcon.js +0 -183
  908. package/legacy/SvgIcon/index.js +0 -5
  909. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  910. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  911. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  912. package/legacy/SwipeableDrawer/index.js +0 -3
  913. package/legacy/Switch/Switch.js +0 -337
  914. package/legacy/Switch/index.js +0 -5
  915. package/legacy/Switch/switchClasses.js +0 -7
  916. package/legacy/Tab/Tab.js +0 -249
  917. package/legacy/Tab/index.js +0 -5
  918. package/legacy/Tab/tabClasses.js +0 -7
  919. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  920. package/legacy/TabScrollButton/index.js +0 -5
  921. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  922. package/legacy/Table/Table.js +0 -130
  923. package/legacy/Table/TableContext.js +0 -12
  924. package/legacy/Table/Tablelvl2Context.js +0 -10
  925. package/legacy/Table/index.js +0 -5
  926. package/legacy/Table/tableClasses.js +0 -7
  927. package/legacy/TableBody/TableBody.js +0 -85
  928. package/legacy/TableBody/index.js +0 -5
  929. package/legacy/TableBody/tableBodyClasses.js +0 -7
  930. package/legacy/TableCell/TableCell.js +0 -208
  931. package/legacy/TableCell/index.js +0 -5
  932. package/legacy/TableCell/tableCellClasses.js +0 -7
  933. package/legacy/TableContainer/TableContainer.js +0 -77
  934. package/legacy/TableContainer/index.js +0 -5
  935. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  936. package/legacy/TableFooter/TableFooter.js +0 -85
  937. package/legacy/TableFooter/index.js +0 -5
  938. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  939. package/legacy/TableHead/TableHead.js +0 -85
  940. package/legacy/TableHead/index.js +0 -5
  941. package/legacy/TableHead/tableHeadClasses.js +0 -7
  942. package/legacy/TablePagination/TablePagination.js +0 -461
  943. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  944. package/legacy/TablePagination/index.js +0 -5
  945. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  946. package/legacy/TableRow/TableRow.js +0 -123
  947. package/legacy/TableRow/index.js +0 -5
  948. package/legacy/TableRow/tableRowClasses.js +0 -7
  949. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  950. package/legacy/TableSortLabel/index.js +0 -5
  951. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  952. package/legacy/Tabs/ScrollbarSize.js +0 -57
  953. package/legacy/Tabs/Tabs.js +0 -849
  954. package/legacy/Tabs/index.js +0 -5
  955. package/legacy/Tabs/tabsClasses.js +0 -7
  956. package/legacy/TextField/TextField.js +0 -381
  957. package/legacy/TextField/index.js +0 -5
  958. package/legacy/TextField/textFieldClasses.js +0 -7
  959. package/legacy/TextareaAutosize/index.js +0 -1
  960. package/legacy/ToggleButton/ToggleButton.js +0 -230
  961. package/legacy/ToggleButton/index.js +0 -5
  962. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  963. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  964. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  965. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  966. package/legacy/ToggleButtonGroup/index.js +0 -5
  967. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  968. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  969. package/legacy/Toolbar/Toolbar.js +0 -115
  970. package/legacy/Toolbar/index.js +0 -3
  971. package/legacy/Toolbar/toolbarClasses.js +0 -7
  972. package/legacy/Tooltip/Tooltip.js +0 -788
  973. package/legacy/Tooltip/index.js +0 -5
  974. package/legacy/Tooltip/tooltipClasses.js +0 -7
  975. package/legacy/Typography/Typography.js +0 -198
  976. package/legacy/Typography/index.js +0 -5
  977. package/legacy/Typography/typographyClasses.js +0 -7
  978. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  979. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  980. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  981. package/legacy/Unstable_Grid2/index.js +0 -6
  982. package/legacy/Unstable_TrapFocus/index.js +0 -1
  983. package/legacy/Zoom/Zoom.js +0 -206
  984. package/legacy/Zoom/index.js +0 -3
  985. package/legacy/className/index.js +0 -2
  986. package/legacy/colors/amber.js +0 -17
  987. package/legacy/colors/blue.js +0 -17
  988. package/legacy/colors/blueGrey.js +0 -17
  989. package/legacy/colors/brown.js +0 -17
  990. package/legacy/colors/common.js +0 -5
  991. package/legacy/colors/cyan.js +0 -17
  992. package/legacy/colors/deepOrange.js +0 -17
  993. package/legacy/colors/deepPurple.js +0 -17
  994. package/legacy/colors/green.js +0 -17
  995. package/legacy/colors/grey.js +0 -17
  996. package/legacy/colors/index.js +0 -20
  997. package/legacy/colors/indigo.js +0 -17
  998. package/legacy/colors/lightBlue.js +0 -17
  999. package/legacy/colors/lightGreen.js +0 -17
  1000. package/legacy/colors/lime.js +0 -17
  1001. package/legacy/colors/orange.js +0 -17
  1002. package/legacy/colors/pink.js +0 -17
  1003. package/legacy/colors/purple.js +0 -17
  1004. package/legacy/colors/red.js +0 -17
  1005. package/legacy/colors/teal.js +0 -17
  1006. package/legacy/colors/yellow.js +0 -17
  1007. package/legacy/darkScrollbar/index.js +0 -33
  1008. package/legacy/generateUtilityClass/index.js +0 -1
  1009. package/legacy/generateUtilityClasses/index.js +0 -1
  1010. package/legacy/index.js +0 -288
  1011. package/legacy/internal/SwitchBase.js +0 -275
  1012. package/legacy/internal/animate.js +0 -41
  1013. package/legacy/internal/svg-icons/Add.js +0 -12
  1014. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  1015. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  1016. package/legacy/internal/svg-icons/Cancel.js +0 -12
  1017. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  1018. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  1019. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  1020. package/legacy/internal/svg-icons/Close.js +0 -14
  1021. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  1022. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  1023. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  1024. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  1025. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  1026. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  1027. package/legacy/internal/svg-icons/LastPage.js +0 -12
  1028. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  1029. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  1030. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  1031. package/legacy/internal/svg-icons/Person.js +0 -12
  1032. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  1033. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  1034. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  1035. package/legacy/internal/svg-icons/Star.js +0 -12
  1036. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  1037. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  1038. package/legacy/internal/svg-icons/Warning.js +0 -12
  1039. package/legacy/internal/switchBaseClasses.js +0 -7
  1040. package/legacy/locale/index.js +0 -4389
  1041. package/legacy/styles/CssVarsProvider.js +0 -39
  1042. package/legacy/styles/ThemeProvider.js +0 -28
  1043. package/legacy/styles/adaptV4Theme.js +0 -81
  1044. package/legacy/styles/createGetSelector.js +0 -21
  1045. package/legacy/styles/createMixins.js +0 -15
  1046. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  1047. package/legacy/styles/createPalette.js +0 -299
  1048. package/legacy/styles/createStyles.js +0 -10
  1049. package/legacy/styles/createTheme.js +0 -97
  1050. package/legacy/styles/createTransitions.js +0 -97
  1051. package/legacy/styles/createTypography.js +0 -93
  1052. package/legacy/styles/cssUtils.js +0 -122
  1053. package/legacy/styles/defaultTheme.js +0 -5
  1054. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  1055. package/legacy/styles/getOverlayAlpha.js +0 -11
  1056. package/legacy/styles/identifier.js +0 -1
  1057. package/legacy/styles/index.js +0 -37
  1058. package/legacy/styles/makeStyles.js +0 -4
  1059. package/legacy/styles/responsiveFontSizes.js +0 -63
  1060. package/legacy/styles/rootShouldForwardProp.js +0 -5
  1061. package/legacy/styles/shadows.js +0 -10
  1062. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  1063. package/legacy/styles/slotShouldForwardProp.js +0 -5
  1064. package/legacy/styles/styled.js +0 -14
  1065. package/legacy/styles/useTheme.js +0 -14
  1066. package/legacy/styles/useThemeProps.js +0 -15
  1067. package/legacy/styles/withStyles.js +0 -4
  1068. package/legacy/styles/withTheme.js +0 -4
  1069. package/legacy/styles/zIndex.js +0 -13
  1070. package/legacy/transitions/index.js +0 -1
  1071. package/legacy/transitions/transition.js +0 -1
  1072. package/legacy/transitions/utils.js +0 -16
  1073. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  1074. package/legacy/useAutocomplete/index.js +0 -3
  1075. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  1076. package/legacy/useMediaQuery/index.js +0 -1
  1077. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  1078. package/legacy/usePagination/index.js +0 -3
  1079. package/legacy/usePagination/usePagination.js +0 -122
  1080. package/legacy/useScrollTrigger/index.js +0 -3
  1081. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  1082. package/legacy/useTouchRipple/index.js +0 -3
  1083. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  1084. package/legacy/utils/capitalize.js +0 -2
  1085. package/legacy/utils/createChainedFunction.js +0 -2
  1086. package/legacy/utils/createSvgIcon.js +0 -27
  1087. package/legacy/utils/debounce.js +0 -2
  1088. package/legacy/utils/deprecatedPropType.js +0 -2
  1089. package/legacy/utils/getScrollbarSize.js +0 -2
  1090. package/legacy/utils/index.js +0 -30
  1091. package/legacy/utils/isMuiElement.js +0 -2
  1092. package/legacy/utils/ownerDocument.js +0 -2
  1093. package/legacy/utils/ownerWindow.js +0 -2
  1094. package/legacy/utils/requirePropFactory.js +0 -2
  1095. package/legacy/utils/scrollLeft.js +0 -1
  1096. package/legacy/utils/setRef.js +0 -2
  1097. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  1098. package/legacy/utils/types.js +0 -1
  1099. package/legacy/utils/unsupportedProp.js +0 -2
  1100. package/legacy/utils/useControlled.js +0 -4
  1101. package/legacy/utils/useEnhancedEffect.js +0 -4
  1102. package/legacy/utils/useEventCallback.js +0 -4
  1103. package/legacy/utils/useForkRef.js +0 -4
  1104. package/legacy/utils/useId.js +0 -4
  1105. package/legacy/utils/useIsFocusVisible.js +0 -4
  1106. package/legacy/utils/useSlot.js +0 -71
  1107. package/legacy/zero-styled/index.js +0 -8
  1108. package/modern/useMediaQuery/useMediaQueryTheme.js +0 -8
  1109. package/modern/utils/scrollLeft.js +0 -1
  1110. package/node/useMediaQuery/useMediaQueryTheme.js +0 -13
  1111. package/node/utils/scrollLeft.js +0 -18
  1112. package/umd/material-ui.development.js +0 -51770
  1113. package/umd/material-ui.production.min.js +0 -25
  1114. package/useMediaQuery/useMediaQueryTheme.d.ts +0 -3
  1115. package/useMediaQuery/useMediaQueryTheme.js +0 -8
  1116. package/utils/scrollLeft.js +0 -1
@@ -1,4389 +0,0 @@
1
- export var amET = {
2
- components: {
3
- MuiBreadcrumbs: {
4
- defaultProps: {
5
- expandText: 'መንገድ አሳይ'
6
- }
7
- },
8
- MuiTablePagination: {
9
- defaultProps: {
10
- getItemAriaLabel: function getItemAriaLabel(type) {
11
- if (type === 'first') {
12
- return 'ወደ መጀመሪያው ገጽ ይሂዱ';
13
- }
14
- if (type === 'last') {
15
- return 'ወደ መጨረሻው ገጽ ይሂዱ';
16
- }
17
- if (type === 'next') {
18
- return 'ወደ ቀጣዩ ገጽ ይሂዱ';
19
- }
20
- // if (type === 'previous') {
21
- return 'ወደ ቀዳሚው ገጽ ይሂዱ';
22
- },
23
- labelRowsPerPage: 'ረድፎች በአንድ ገጽ:',
24
- labelDisplayedRows: function labelDisplayedRows(_ref) {
25
- var from = _ref.from,
26
- to = _ref.to,
27
- count = _ref.count;
28
- return "".concat(from, "-").concat(to, " \u12A8 ").concat(count !== -1 ? count : "".concat(to, " \u1260\u120B\u12ED"));
29
- }
30
- }
31
- },
32
- MuiRating: {
33
- defaultProps: {
34
- getLabelText: function getLabelText(value) {
35
- return "".concat(value, " \u12AE\u12A8").concat(value !== 1 ? 'ቦች' : 'ብ');
36
- },
37
- emptyLabelText: 'ባዶ'
38
- }
39
- },
40
- MuiAutocomplete: {
41
- defaultProps: {
42
- clearText: 'አጽዳ',
43
- closeText: 'ዝጋ',
44
- loadingText: 'በመጫን ላይ…',
45
- noOptionsText: 'አማራጮች የሉም',
46
- openText: 'ክፈት'
47
- }
48
- },
49
- MuiAlert: {
50
- defaultProps: {
51
- closeText: 'ዝጋ'
52
- }
53
- },
54
- MuiPagination: {
55
- defaultProps: {
56
- 'aria-label': 'የገጽ አሰሳ',
57
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
58
- if (type === 'page') {
59
- return "".concat(selected ? '' : 'ወደ ', "\u1308\u133D ").concat(page).concat(selected ? '' : ' ሂድ');
60
- }
61
- if (type === 'first') {
62
- return 'ወደ መጀመሪያው ገጽ ይሂዱ';
63
- }
64
- if (type === 'last') {
65
- return 'ወደ መጨረሻው ገጽ ይሂዱ';
66
- }
67
- if (type === 'next') {
68
- return 'ወደ ቀጣዩ ገጽ ይሂዱ';
69
- }
70
- // if (type === 'previous') {
71
- return 'ወደ ቀዳሚው ገጽ ይሂዱ';
72
- }
73
- }
74
- }
75
- }
76
- };
77
- export var arEG = {
78
- components: {
79
- MuiBreadcrumbs: {
80
- defaultProps: {
81
- expandText: 'إظهار المسار'
82
- }
83
- },
84
- MuiTablePagination: {
85
- defaultProps: {
86
- getItemAriaLabel: function getItemAriaLabel(type) {
87
- if (type === 'first') {
88
- return 'انتقل إلى الصفحة الأولى';
89
- }
90
- if (type === 'last') {
91
- return 'انتقل إلى الصفحة الأخيرة';
92
- }
93
- if (type === 'next') {
94
- return 'انتقل إلى الصفحة التالية';
95
- }
96
- // if (type === 'previous') {
97
- return 'انتقل إلى الصفحة السابقة';
98
- },
99
- labelRowsPerPage: 'عدد الصفوف في الصفحة:',
100
- labelDisplayedRows: function labelDisplayedRows(_ref2) {
101
- var from = _ref2.from,
102
- to = _ref2.to,
103
- count = _ref2.count;
104
- return "".concat(from, "\u2013").concat(to, " \u0645\u0646 ").concat(count !== -1 ? count : " \u0623\u0643\u062B\u0631 \u0645\u0646".concat(to));
105
- }
106
- }
107
- },
108
- MuiRating: {
109
- defaultProps: {
110
- getLabelText: function getLabelText(value) {
111
- return "".concat(value, " ").concat(value !== 1 ? 'نجوم' : 'نجمة');
112
- },
113
- emptyLabelText: 'فارغ'
114
- }
115
- },
116
- MuiAutocomplete: {
117
- defaultProps: {
118
- clearText: 'مسح',
119
- closeText: 'إغلاق',
120
- loadingText: 'جار التحميل...',
121
- noOptionsText: 'لا يوجد خيارات',
122
- openText: 'فتح'
123
- }
124
- },
125
- MuiAlert: {
126
- defaultProps: {
127
- closeText: 'إغلاق'
128
- }
129
- },
130
- MuiPagination: {
131
- defaultProps: {
132
- 'aria-label': 'التنقل عبر الصفحات',
133
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
134
- if (type === 'page') {
135
- return "".concat(selected ? '' : 'انتقل إلى ', " \u0635\u0641\u062D\u0629 ").concat(page);
136
- }
137
- if (type === 'first') {
138
- return 'انتقل إلى الصفحة الأولى';
139
- }
140
- if (type === 'last') {
141
- return 'انتقل إلى الصفحة الأخيرة';
142
- }
143
- if (type === 'next') {
144
- return 'انتقل إلى الصفحة التالية';
145
- }
146
- // if (type === 'previous') {
147
- return 'انتقل إلى الصفحة السابقة';
148
- }
149
- }
150
- }
151
- }
152
- };
153
- export var arSA = {
154
- components: {
155
- MuiBreadcrumbs: {
156
- defaultProps: {
157
- expandText: 'إظهار المسار'
158
- }
159
- },
160
- MuiTablePagination: {
161
- defaultProps: {
162
- getItemAriaLabel: function getItemAriaLabel(type) {
163
- if (type === 'first') {
164
- return 'الانتقال إلى الصفحة الأولى';
165
- }
166
- if (type === 'last') {
167
- return 'الانتقال إلى الصفحة الأخيرة';
168
- }
169
- if (type === 'next') {
170
- return 'الانتقال إلى الصفحة التالية';
171
- }
172
- // if (type === 'previous') {
173
- return 'الانتقال إلى الصفحة السابقة';
174
- },
175
- labelRowsPerPage: 'عدد الصفوف في الصفحة:',
176
- labelDisplayedRows: function labelDisplayedRows(_ref3) {
177
- var from = _ref3.from,
178
- to = _ref3.to,
179
- count = _ref3.count;
180
- return "".concat(from, "\u2013").concat(to, " \u0645\u0646 ").concat(count !== -1 ? count : " \u0623\u0643\u062B\u0631 \u0645\u0646".concat(to));
181
- }
182
- }
183
- },
184
- MuiRating: {
185
- defaultProps: {
186
- getLabelText: function getLabelText(value) {
187
- return "".concat(value, " ").concat(value !== 1 ? 'نجوم' : 'نجمة');
188
- },
189
- emptyLabelText: 'فارغ'
190
- }
191
- },
192
- MuiAutocomplete: {
193
- defaultProps: {
194
- clearText: 'مسح',
195
- closeText: 'إغلاق',
196
- loadingText: 'جار التحميل...',
197
- noOptionsText: 'لا توجد خيارات',
198
- openText: 'فتح'
199
- }
200
- },
201
- MuiAlert: {
202
- defaultProps: {
203
- closeText: 'إغلاق'
204
- }
205
- },
206
- MuiPagination: {
207
- defaultProps: {
208
- 'aria-label': 'التنقل عبر الصفحات',
209
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
210
- if (type === 'page') {
211
- return "".concat(selected ? '' : 'الانتقال إلى ', " \u0635\u0641\u062D\u0629 ").concat(page);
212
- }
213
- if (type === 'first') {
214
- return 'الانتقال إلى الصفحة الأولى';
215
- }
216
- if (type === 'last') {
217
- return 'الانتقال الي الصفحة الأخيرة';
218
- }
219
- if (type === 'next') {
220
- return 'الانتقال إلى الصفحة التالية';
221
- }
222
- // if (type === 'previous') {
223
- return 'الانتقال إلى الصفحة السابقة';
224
- }
225
- }
226
- }
227
- }
228
- };
229
- export var arSD = {
230
- components: {
231
- MuiBreadcrumbs: {
232
- defaultProps: {
233
- expandText: 'إظهار المسار'
234
- }
235
- },
236
- MuiTablePagination: {
237
- defaultProps: {
238
- getItemAriaLabel: function getItemAriaLabel(type) {
239
- if (type === 'first') {
240
- return 'انتقل إلى الصفحة الأولى';
241
- }
242
- if (type === 'last') {
243
- return 'انتقل إلى الصفحة الأخيرة';
244
- }
245
- if (type === 'next') {
246
- return 'انتقل إلى الصفحة التالية';
247
- }
248
- // if (type === 'previous') {
249
- return 'انتقل إلى الصفحة السابقة';
250
- },
251
- labelRowsPerPage: 'عدد الصفوف في الصفحة:',
252
- labelDisplayedRows: function labelDisplayedRows(_ref4) {
253
- var from = _ref4.from,
254
- to = _ref4.to,
255
- count = _ref4.count;
256
- return "".concat(from, "\u2013").concat(to, " \u0645\u0646 ").concat(count !== -1 ? count : " \u0623\u0643\u062B\u0631 \u0645\u0646".concat(to));
257
- }
258
- }
259
- },
260
- MuiRating: {
261
- defaultProps: {
262
- getLabelText: function getLabelText(value) {
263
- return "".concat(value, " ").concat(value !== 1 ? 'نجوم' : 'نجمة');
264
- },
265
- emptyLabelText: 'فارغ'
266
- }
267
- },
268
- MuiAutocomplete: {
269
- defaultProps: {
270
- clearText: 'مسح',
271
- closeText: 'إغلاق',
272
- loadingText: 'جار التحميل...',
273
- noOptionsText: 'لا يوجد خيارات',
274
- openText: 'فتح'
275
- }
276
- },
277
- MuiAlert: {
278
- defaultProps: {
279
- closeText: 'إغلاق'
280
- }
281
- },
282
- MuiPagination: {
283
- defaultProps: {
284
- 'aria-label': 'التنقل عبر الصفحات',
285
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
286
- if (type === 'page') {
287
- return "".concat(selected ? '' : 'انتقل إلى ', " \u0635\u0641\u062D\u0629 ").concat(page);
288
- }
289
- if (type === 'first') {
290
- return 'انتقل إلى الصفحة الأولى';
291
- }
292
- if (type === 'last') {
293
- return 'انتقل الي الصفحة الأخيرة';
294
- }
295
- if (type === 'next') {
296
- return 'انتقل إلى الصفحة التالية';
297
- }
298
- // if (type === 'previous') {
299
- return 'انتقل إلى الصفحة السابقة';
300
- }
301
- }
302
- }
303
- }
304
- };
305
- export var azAZ = {
306
- components: {
307
- MuiBreadcrumbs: {
308
- defaultProps: {
309
- expandText: 'Yolu göstər'
310
- }
311
- },
312
- MuiTablePagination: {
313
- defaultProps: {
314
- getItemAriaLabel: function getItemAriaLabel(type) {
315
- if (type === 'first') {
316
- return 'Birinci səhifəyə keç';
317
- }
318
- if (type === 'last') {
319
- return 'Sonuncu səhifəyə keç';
320
- }
321
- if (type === 'next') {
322
- return 'Növbəti səhifəyə keç';
323
- }
324
- // if (type === 'previous') {
325
- return 'Əvvəlki səhifəyə keç';
326
- },
327
- labelRowsPerPage: 'Səhifəyə düşən sətrlər:'
328
- // labelDisplayedRows: ({ from, to, count }) =>
329
- // `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
330
- }
331
- },
332
- MuiRating: {
333
- defaultProps: {
334
- getLabelText: function getLabelText(value) {
335
- var pluralForm = 'Ulduz';
336
- var lastDigit = value % 10;
337
- if (lastDigit > 1 && lastDigit < 5) {
338
- pluralForm = 'Ulduzlar';
339
- }
340
- return "".concat(value, " ").concat(pluralForm);
341
- },
342
- emptyLabelText: 'Boş'
343
- }
344
- },
345
- MuiAutocomplete: {
346
- defaultProps: {
347
- clearText: 'Silmək',
348
- closeText: 'Bağlamaq',
349
- loadingText: 'Yüklənir…',
350
- noOptionsText: 'Seçimlər mövcud deyil',
351
- openText: 'Открыть'
352
- }
353
- },
354
- MuiAlert: {
355
- defaultProps: {
356
- closeText: 'Bağlamaq'
357
- }
358
- },
359
- MuiPagination: {
360
- defaultProps: {
361
- 'aria-label': 'Səhifənin naviqasiyası',
362
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
363
- if (type === 'page') {
364
- return "".concat(page, " ").concat(selected ? 'səhifə' : 'səhifəyə keç');
365
- }
366
- if (type === 'first') {
367
- return 'Birinci səhifəyə keç';
368
- }
369
- if (type === 'last') {
370
- return 'Sonuncu səhifəyə keç';
371
- }
372
- if (type === 'next') {
373
- return 'Növbəti səhifəyə keç';
374
- }
375
- // if (type === 'previous') {
376
- return 'Əvvəlki səhifəyə keç';
377
- }
378
- }
379
- }
380
- }
381
- };
382
- export var bnBD = {
383
- components: {
384
- MuiBreadcrumbs: {
385
- defaultProps: {
386
- expandText: 'পথ দেখান'
387
- }
388
- },
389
- MuiTablePagination: {
390
- defaultProps: {
391
- getItemAriaLabel: function getItemAriaLabel(type) {
392
- if (type === 'first') {
393
- return 'প্রথম পৃষ্ঠায় যান';
394
- }
395
- if (type === 'last') {
396
- return 'শেষ পৃষ্ঠায় যান';
397
- }
398
- if (type === 'next') {
399
- return 'পরবর্তী পৃষ্ঠায় যান';
400
- }
401
- // if (type === 'previous') {
402
- return 'আগের পৃষ্ঠায় যান';
403
- },
404
- labelRowsPerPage: 'প্রতি পৃষ্ঠায় সারি:',
405
- labelDisplayedRows: function labelDisplayedRows(_ref5) {
406
- var from = _ref5.from,
407
- to = _ref5.to,
408
- count = _ref5.count;
409
- return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, " \u09A5\u09C7\u0995\u09C7 \u09AC\u09C7\u09B6\u09BF"));
410
- }
411
- }
412
- },
413
- MuiRating: {
414
- defaultProps: {
415
- getLabelText: function getLabelText(value) {
416
- return "".concat(value, " \u09B8\u09CD\u099F\u09BE\u09B0");
417
- },
418
- emptyLabelText: 'খালি'
419
- }
420
- },
421
- MuiAutocomplete: {
422
- defaultProps: {
423
- clearText: 'পরিষ্কার করুন',
424
- closeText: 'বন্ধ করুন',
425
- loadingText: 'লোড হচ্ছে…',
426
- noOptionsText: 'কোন অপশন নেই',
427
- openText: 'ওপেন করুন'
428
- }
429
- },
430
- MuiAlert: {
431
- defaultProps: {
432
- closeText: 'বন্ধ করুন'
433
- }
434
- },
435
- MuiPagination: {
436
- defaultProps: {
437
- 'aria-label': 'পেজিনেশন নেভিগেশন',
438
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
439
- if (type === 'page') {
440
- return "".concat(selected ? '' : 'যান ', "\u09AA\u09C3\u09B7\u09CD\u09A0\u09BE ").concat(page, "-\u098F");
441
- }
442
- if (type === 'first') {
443
- return 'প্রথম পৃষ্ঠায় যান';
444
- }
445
- if (type === 'last') {
446
- return 'শেষ পৃষ্ঠায় যান';
447
- }
448
- if (type === 'next') {
449
- return 'পরবর্তী পৃষ্ঠায় যান';
450
- }
451
- // if (type === 'previous') {
452
- return 'আগের পৃষ্ঠায় যান';
453
- }
454
- }
455
- }
456
- }
457
- };
458
- export var beBY = {
459
- components: {
460
- MuiBreadcrumbs: {
461
- defaultProps: {
462
- expandText: 'Паказаць шлях'
463
- }
464
- },
465
- MuiTablePagination: {
466
- defaultProps: {
467
- getItemAriaLabel: function getItemAriaLabel(type) {
468
- if (type === 'first') {
469
- return 'Перайсці на першую старонку';
470
- }
471
- if (type === 'last') {
472
- return 'Перайсці на апошнюю старонку';
473
- }
474
- if (type === 'next') {
475
- return 'Перайсці на наступную старонку';
476
- }
477
- // if (type === 'previous') {
478
- return 'Перайсці на папярэднюю старонку';
479
- },
480
- labelRowsPerPage: 'Радкоў на старонцы:',
481
- labelDisplayedRows: function labelDisplayedRows(_ref6) {
482
- var from = _ref6.from,
483
- to = _ref6.to,
484
- count = _ref6.count;
485
- return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u044C\u0448 \u0447\u044B\u043C ".concat(to));
486
- }
487
- }
488
- },
489
- MuiRating: {
490
- defaultProps: {
491
- getLabelText: function getLabelText(value) {
492
- var pluralForm = 'Зорак';
493
- var lastDigit = value % 10;
494
- if (lastDigit > 1 && lastDigit < 5 && (value < 10 || value > 20)) {
495
- pluralForm = 'Зоркі';
496
- } else if (lastDigit === 1 && value % 100 !== 11) {
497
- pluralForm = 'Зорка';
498
- }
499
- return "".concat(value, " ").concat(pluralForm);
500
- },
501
- emptyLabelText: 'Рэйтынг адсутнічае'
502
- }
503
- },
504
- MuiAutocomplete: {
505
- defaultProps: {
506
- clearText: 'Ачысціць',
507
- closeText: 'Закрыць',
508
- loadingText: 'Загрузка…',
509
- noOptionsText: 'Няма варыянтаў',
510
- openText: 'Адкрыць'
511
- }
512
- },
513
- MuiAlert: {
514
- defaultProps: {
515
- closeText: 'Закрыць'
516
- }
517
- },
518
- MuiPagination: {
519
- defaultProps: {
520
- 'aria-label': 'Навігацыя па старонкам',
521
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
522
- if (type === 'page') {
523
- if (selected) {
524
- return "".concat(page, " \u0441\u0442\u0430\u0440\u043E\u043D\u043A\u0430");
525
- }
526
- return "\u041F\u0435\u0440\u0430\u0439\u0441\u0446\u0456 \u043D\u0430 ".concat(page, " \u0441\u0442\u0430\u0440\u043E\u043D\u043A\u0443");
527
- }
528
- if (type === 'first') {
529
- return 'Перайсці на першую старонку';
530
- }
531
- if (type === 'last') {
532
- return 'Перайсці на апошнюю старонку';
533
- }
534
- if (type === 'next') {
535
- return 'Перайсці на наступную старонку';
536
- }
537
- // if (type === 'previous') {
538
- return 'Перайсці на папярэднюю старонку';
539
- }
540
- }
541
- }
542
- }
543
- };
544
- export var bgBG = {
545
- components: {
546
- MuiBreadcrumbs: {
547
- defaultProps: {
548
- expandText: 'Показване на пътя'
549
- }
550
- },
551
- MuiTablePagination: {
552
- defaultProps: {
553
- getItemAriaLabel: function getItemAriaLabel(type) {
554
- if (type === 'first') {
555
- return 'Отиди на първата страница';
556
- }
557
- if (type === 'last') {
558
- return 'Отиди на последната страница';
559
- }
560
- if (type === 'next') {
561
- return 'Отиди на следващата страница';
562
- }
563
- // if (type === 'previous') {
564
- return 'Отиди на предишната страница';
565
- },
566
- labelRowsPerPage: 'Редове на страница:'
567
- // labelDisplayedRows: ({ from, to, count }) =>
568
- // `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
569
- }
570
- },
571
- MuiRating: {
572
- defaultProps: {
573
- getLabelText: function getLabelText(value) {
574
- return "".concat(value, " \u0417\u0432\u0435\u0437\u0434").concat(value !== 1 ? 'и' : 'а');
575
- },
576
- emptyLabelText: 'Изчисти'
577
- }
578
- },
579
- MuiAutocomplete: {
580
- defaultProps: {
581
- clearText: 'Изчисти',
582
- closeText: 'Затвори',
583
- loadingText: 'Зареждане…',
584
- noOptionsText: 'Няма налични опции',
585
- openText: 'Отвори'
586
- }
587
- },
588
- MuiAlert: {
589
- defaultProps: {
590
- closeText: 'Затвори'
591
- }
592
- },
593
- MuiPagination: {
594
- defaultProps: {
595
- 'aria-label': 'Пагинация',
596
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
597
- if (type === 'page') {
598
- return "".concat(selected ? '' : 'Към ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
599
- }
600
- if (type === 'first') {
601
- return 'Отиди на първата страница';
602
- }
603
- if (type === 'last') {
604
- return 'Отиди на последната страница';
605
- }
606
- if (type === 'next') {
607
- return 'Отиди на следващата страница';
608
- }
609
- // if (type === 'previous') {
610
- return 'Отиди на предишната страница';
611
- }
612
- }
613
- }
614
- }
615
- };
616
- export var caES = {
617
- components: {
618
- // MuiBreadcrumbs: {
619
- // defaultProps: {
620
- // expandText: 'Show path',
621
- // },
622
- // },
623
- MuiTablePagination: {
624
- defaultProps: {
625
- // getItemAriaLabel: (type) => {
626
- // if (type === 'first') {
627
- // return 'Go to first page';
628
- // }
629
- // if (type === 'last') {
630
- // return 'Go to last page';
631
- // }
632
- // if (type === 'next') {
633
- // return 'Go to next page';
634
- // }
635
- // // if (type === 'previous') {
636
- // return 'Go to previous page';
637
- // },
638
- labelRowsPerPage: 'Files per pàgina:'
639
- // labelDisplayedRows: ({ from, to, count }) =>
640
- // `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
641
- }
642
- },
643
- MuiRating: {
644
- defaultProps: {
645
- getLabelText: function getLabelText(value) {
646
- return "".concat(value, " ").concat(value !== 1 ? 'Estrelles' : 'Estrella');
647
- },
648
- emptyLabelText: 'Buit'
649
- }
650
- },
651
- MuiAutocomplete: {
652
- defaultProps: {
653
- clearText: 'Netejar',
654
- closeText: 'Tancar',
655
- loadingText: 'Carregant…',
656
- noOptionsText: 'Sense opcions',
657
- openText: 'Obert'
658
- }
659
- },
660
- MuiAlert: {
661
- defaultProps: {
662
- closeText: 'Tancat'
663
- }
664
- }
665
- // MuiPagination: {
666
- // defaultProps: {
667
- // 'aria-label': 'Pagination navigation',
668
- // getItemAriaLabel: (type, page, selected) => {
669
- // if (type === 'page') {
670
- // return `${selected ? '' : 'Go to '}page ${page}`;
671
- // }
672
- // if (type === 'first') {
673
- // return 'Go to first page';
674
- // }
675
- // if (type === 'last') {
676
- // return 'Go to last page';
677
- // }
678
- // if (type === 'next') {
679
- // return 'Go to next page';
680
- // }
681
- // // if (type === 'previous') {
682
- // return 'Go to previous page';
683
- // },
684
- // },
685
- // },
686
- }
687
- };
688
- export var csCZ = {
689
- components: {
690
- MuiBreadcrumbs: {
691
- defaultProps: {
692
- expandText: 'Ukázat cestu'
693
- }
694
- },
695
- MuiTablePagination: {
696
- defaultProps: {
697
- getItemAriaLabel: function getItemAriaLabel(type) {
698
- if (type === 'first') {
699
- return 'Jít na první stránku';
700
- }
701
- if (type === 'last') {
702
- return 'Jít na poslední stránku';
703
- }
704
- if (type === 'next') {
705
- return 'Jít na další stránku';
706
- }
707
- // if (type === 'previous') {
708
- return 'Jít na předchozí stránku';
709
- },
710
- labelRowsPerPage: 'Řádků na stránce:',
711
- labelDisplayedRows: function labelDisplayedRows(_ref7) {
712
- var from = _ref7.from,
713
- to = _ref7.to,
714
- count = _ref7.count;
715
- return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "v\xEDce ne\u017E ".concat(to));
716
- }
717
- }
718
- },
719
- MuiRating: {
720
- defaultProps: {
721
- getLabelText: function getLabelText(value) {
722
- if (value === 1) {
723
- return "".concat(value, " hv\u011Bzdi\u010Dka");
724
- }
725
- if (value >= 2 && value <= 4) {
726
- return "".concat(value, " hv\u011Bzdi\u010Dky");
727
- }
728
- return "".concat(value, " hv\u011Bzdi\u010Dek");
729
- },
730
- emptyLabelText: 'Prázdné'
731
- }
732
- },
733
- MuiAutocomplete: {
734
- defaultProps: {
735
- clearText: 'Vymazat',
736
- closeText: 'Zavřít',
737
- loadingText: 'Načítání…',
738
- noOptionsText: 'Žádné možnosti',
739
- openText: 'Otevřít'
740
- }
741
- },
742
- MuiAlert: {
743
- defaultProps: {
744
- closeText: 'Zavřít'
745
- }
746
- },
747
- MuiPagination: {
748
- defaultProps: {
749
- 'aria-label': 'Navigace stránkováním',
750
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
751
- if (type === 'page') {
752
- return "".concat(selected ? '' : 'Jít na ').concat(page, ". str\xE1nku");
753
- }
754
- if (type === 'first') {
755
- return 'Jít na první stránku';
756
- }
757
- if (type === 'last') {
758
- return 'Jít na poslední stránku';
759
- }
760
- if (type === 'next') {
761
- return 'Jít na další stránku';
762
- }
763
- // if (type === 'previous') {
764
- return 'Jít na předchozí stránku';
765
- }
766
- }
767
- }
768
- }
769
- };
770
- export var daDK = {
771
- components: {
772
- MuiBreadcrumbs: {
773
- defaultProps: {
774
- expandText: 'Vis sti'
775
- }
776
- },
777
- MuiTablePagination: {
778
- defaultProps: {
779
- getItemAriaLabel: function getItemAriaLabel(type) {
780
- if (type === 'first') {
781
- return 'Gå til den første side';
782
- }
783
- if (type === 'last') {
784
- return 'Gå til den sidste side';
785
- }
786
- if (type === 'next') {
787
- return 'Gå til den næste side';
788
- }
789
- // if (type === 'previous') {
790
- return 'Gå til den forrige side';
791
- },
792
- labelRowsPerPage: 'Rækker pr side:',
793
- labelDisplayedRows: function labelDisplayedRows(_ref8) {
794
- var from = _ref8.from,
795
- to = _ref8.to,
796
- count = _ref8.count;
797
- return "".concat(from, "-").concat(to, " af ").concat(count !== -1 ? count : "mere end ".concat(to));
798
- }
799
- }
800
- },
801
- MuiRating: {
802
- defaultProps: {
803
- getLabelText: function getLabelText(value) {
804
- return "".concat(value, " Stjern").concat(value !== 1 ? 'er' : '');
805
- },
806
- emptyLabelText: 'Tom'
807
- }
808
- },
809
- MuiAutocomplete: {
810
- defaultProps: {
811
- clearText: 'Slet',
812
- closeText: 'Luk',
813
- loadingText: 'Indlæser…',
814
- noOptionsText: 'Ingen muligheder',
815
- openText: 'Åben'
816
- }
817
- },
818
- MuiAlert: {
819
- defaultProps: {
820
- closeText: 'Luk'
821
- }
822
- },
823
- MuiPagination: {
824
- defaultProps: {
825
- 'aria-label': 'Sideinddelings navigation',
826
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
827
- if (type === 'page') {
828
- return "".concat(selected ? '' : 'Go to ', "page ").concat(page);
829
- }
830
- if (type === 'first') {
831
- return 'Gå til den første side';
832
- }
833
- if (type === 'last') {
834
- return 'Gå til den sidste side';
835
- }
836
- if (type === 'next') {
837
- return 'Gå til den næste side';
838
- }
839
- // if (type === 'previous') {
840
- return 'Gå til den forrige side';
841
- }
842
- }
843
- }
844
- }
845
- };
846
- export var deDE = {
847
- components: {
848
- MuiBreadcrumbs: {
849
- defaultProps: {
850
- expandText: 'Pfad anzeigen'
851
- }
852
- },
853
- MuiTablePagination: {
854
- defaultProps: {
855
- getItemAriaLabel: function getItemAriaLabel(type) {
856
- if (type === 'first') {
857
- return 'Zur ersten Seite';
858
- }
859
- if (type === 'last') {
860
- return 'Zur letzten Seite';
861
- }
862
- if (type === 'next') {
863
- return 'Zur nächsten Seite';
864
- }
865
- // if (type === 'previous') {
866
- return 'Zur vorherigen Seite';
867
- },
868
- labelRowsPerPage: 'Zeilen pro Seite:',
869
- labelDisplayedRows: function labelDisplayedRows(_ref9) {
870
- var from = _ref9.from,
871
- to = _ref9.to,
872
- count = _ref9.count;
873
- return "".concat(from, "\u2013").concat(to, " von ").concat(count !== -1 ? count : "mehr als ".concat(to));
874
- }
875
- }
876
- },
877
- MuiRating: {
878
- defaultProps: {
879
- getLabelText: function getLabelText(value) {
880
- return "".concat(value, " ").concat(value !== 1 ? 'Sterne' : 'Stern');
881
- },
882
- emptyLabelText: 'Keine Wertung'
883
- }
884
- },
885
- MuiAutocomplete: {
886
- defaultProps: {
887
- clearText: 'Leeren',
888
- closeText: 'Schließen',
889
- loadingText: 'Wird geladen…',
890
- noOptionsText: 'Keine Optionen',
891
- openText: 'Öffnen'
892
- }
893
- },
894
- MuiAlert: {
895
- defaultProps: {
896
- closeText: 'Schließen'
897
- }
898
- },
899
- MuiPagination: {
900
- defaultProps: {
901
- 'aria-label': 'Navigation via Seitennummerierung',
902
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
903
- if (type === 'page') {
904
- return "".concat(selected ? '' : 'Gehe zu ', "Seite ").concat(page);
905
- }
906
- if (type === 'first') {
907
- return 'Zur ersten Seite';
908
- }
909
- if (type === 'last') {
910
- return 'Zur letzten Seite';
911
- }
912
- if (type === 'next') {
913
- return 'Zur nächsten Seite';
914
- }
915
- // if (type === 'previous') {
916
- return 'Zur vorherigen Seite';
917
- }
918
- }
919
- }
920
- }
921
- };
922
- export var elGR = {
923
- components: {
924
- MuiBreadcrumbs: {
925
- defaultProps: {
926
- expandText: 'Εμφάνιση διαδρομής'
927
- }
928
- },
929
- MuiTablePagination: {
930
- defaultProps: {
931
- getItemAriaLabel: function getItemAriaLabel(type) {
932
- if (type === 'first') {
933
- return 'Πρώτη σελίδα';
934
- }
935
- if (type === 'last') {
936
- return 'Τελευταία σελίδα';
937
- }
938
- if (type === 'next') {
939
- return 'Επόμενη σελίδα';
940
- }
941
-
942
- // if (type === "previous") {
943
- return 'Προηγούμενη σελίδα';
944
- },
945
- labelRowsPerPage: 'Γραμμές ανα σελίδα:',
946
- labelDisplayedRows: function labelDisplayedRows(_ref10) {
947
- var from = _ref10.from,
948
- to = _ref10.to,
949
- count = _ref10.count;
950
- return "".concat(from, "\u2013").concat(to, " \u03B1\u03C0\u03CC ").concat(count !== -1 ? count : "\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC ".concat(to));
951
- }
952
- }
953
- },
954
- MuiRating: {
955
- defaultProps: {
956
- getLabelText: function getLabelText(value) {
957
- return "".concat(value, " \u0391\u03C3\u03C4\u03AD\u03C1\u03B9").concat(value !== 1 ? 'α' : '');
958
- },
959
- emptyLabelText: 'Χωρίς βαθμολόγηση'
960
- }
961
- },
962
- MuiAutocomplete: {
963
- defaultProps: {
964
- clearText: 'Καθαρισμός',
965
- closeText: 'Κλείσιμο',
966
- loadingText: 'Φόρτωση…',
967
- noOptionsText: 'Δεν υπάρχουν επιλογές',
968
- openText: 'Άνοιγμα'
969
- }
970
- },
971
- MuiAlert: {
972
- defaultProps: {
973
- closeText: 'Κλείσιμο'
974
- }
975
- },
976
- MuiPagination: {
977
- defaultProps: {
978
- 'aria-label': 'Πλοήγηση σε σελίδες',
979
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
980
- if (type === 'page') {
981
- return "".concat(selected ? '' : 'Μετάβαση ', "\u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 ").concat(page);
982
- }
983
- if (type === 'first') {
984
- return 'Πρώτη σελίδα';
985
- }
986
- if (type === 'last') {
987
- return 'Τελευταία σελίδα';
988
- }
989
- if (type === 'next') {
990
- return 'Επόμενη σελίδα';
991
- }
992
-
993
- // if (type === "previous") {
994
- return 'Προηγούμενη σελίδα';
995
- }
996
- }
997
- }
998
- }
999
- };
1000
-
1001
- // default
1002
- export var enUS = {
1003
- /*
1004
- components: {
1005
- MuiBreadcrumbs: { defaultProps: {
1006
- expandText: 'Show path',
1007
- }},
1008
- MuiTablePagination: { defaultProps: {
1009
- getItemAriaLabel: (type) => {
1010
- if (type === 'first') {
1011
- return 'Go to first page';
1012
- }
1013
- if (type === 'last') {
1014
- return 'Go to last page';
1015
- }
1016
- if (type === 'next') {
1017
- return 'Go to next page';
1018
- }
1019
- // if (type === 'previous') {
1020
- return 'Go to previous page';
1021
- },
1022
- labelRowsPerPage: 'Rows per page:',
1023
- labelDisplayedRows: ({ from, to, count }) =>
1024
- `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
1025
- }},
1026
- MuiRating: { defaultProps: {
1027
- getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
1028
- emptyLabelText: 'Empty',
1029
- }},
1030
- MuiAutocomplete: { defaultProps: {
1031
- clearText: 'Clear',
1032
- closeText: 'Close',
1033
- loadingText: 'Loading…',
1034
- noOptionsText: 'No options',
1035
- openText: 'Open',
1036
- }},
1037
- MuiAlert: { defaultProps: {
1038
- closeText: 'Close',
1039
- }},
1040
- MuiPagination: { defaultProps: {
1041
- 'aria-label': 'Pagination navigation',
1042
- getItemAriaLabel: (type, page, selected) => {
1043
- if (type === 'page') {
1044
- return `${selected ? '' : 'Go to '}page ${page}`;
1045
- }
1046
- if (type === 'first') {
1047
- return 'Go to first page';
1048
- }
1049
- if (type === 'last') {
1050
- return 'Go to last page';
1051
- }
1052
- if (type === 'next') {
1053
- return 'Go to next page';
1054
- }
1055
- // if (type === 'previous') {
1056
- return 'Go to previous page';
1057
- },
1058
- }},
1059
- },
1060
- */
1061
- };
1062
- export var esES = {
1063
- components: {
1064
- MuiBreadcrumbs: {
1065
- defaultProps: {
1066
- expandText: 'Mostrar ruta'
1067
- }
1068
- },
1069
- MuiTablePagination: {
1070
- defaultProps: {
1071
- getItemAriaLabel: function getItemAriaLabel(type) {
1072
- if (type === 'first') {
1073
- return 'Ir a la primera página';
1074
- }
1075
- if (type === 'last') {
1076
- return 'Ir a la última página';
1077
- }
1078
- if (type === 'next') {
1079
- return 'Ir a la página siguiente';
1080
- }
1081
- // if (type === 'previous') {
1082
- return 'Ir a la página anterior';
1083
- },
1084
- labelRowsPerPage: 'Filas por página:',
1085
- labelDisplayedRows: function labelDisplayedRows(_ref11) {
1086
- var from = _ref11.from,
1087
- to = _ref11.to,
1088
- count = _ref11.count;
1089
- return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "m\xE1s de ".concat(to));
1090
- }
1091
- }
1092
- },
1093
- MuiRating: {
1094
- defaultProps: {
1095
- getLabelText: function getLabelText(value) {
1096
- return "".concat(value, " Estrella").concat(value !== 1 ? 's' : '');
1097
- },
1098
- emptyLabelText: 'Vacío'
1099
- }
1100
- },
1101
- MuiAutocomplete: {
1102
- defaultProps: {
1103
- clearText: 'Limpiar',
1104
- closeText: 'Cerrar',
1105
- loadingText: 'Cargando…',
1106
- noOptionsText: 'Sin opciones',
1107
- openText: 'Abierto'
1108
- }
1109
- },
1110
- MuiAlert: {
1111
- defaultProps: {
1112
- closeText: 'Cerrar'
1113
- }
1114
- },
1115
- MuiPagination: {
1116
- defaultProps: {
1117
- 'aria-label': 'Paginador',
1118
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1119
- if (type === 'page') {
1120
- return "".concat(selected ? '' : 'Ir a la ', "p\xE1gina ").concat(page);
1121
- }
1122
- if (type === 'first') {
1123
- return 'Ir a la primera página';
1124
- }
1125
- if (type === 'last') {
1126
- return 'Ir a la última página';
1127
- }
1128
- if (type === 'next') {
1129
- return 'Ir a la página siguiente';
1130
- }
1131
- // if (type === 'previous') {
1132
- return 'Ir a la página anterior';
1133
- }
1134
- }
1135
- }
1136
- }
1137
- };
1138
- export var etEE = {
1139
- components: {
1140
- MuiBreadcrumbs: {
1141
- defaultProps: {
1142
- expandText: 'Näita teed'
1143
- }
1144
- },
1145
- MuiTablePagination: {
1146
- defaultProps: {
1147
- getItemAriaLabel: function getItemAriaLabel(type) {
1148
- if (type === 'first') {
1149
- return 'Vali esimene lehekülg';
1150
- }
1151
- if (type === 'last') {
1152
- return 'Vali viimane lehekülg';
1153
- }
1154
- if (type === 'next') {
1155
- return 'Vali järgmine lehekülg';
1156
- }
1157
- // if (type === 'previous') {
1158
- return 'Vali eelmine lehekülg';
1159
- },
1160
- labelRowsPerPage: 'Ridu leheküljel:',
1161
- labelDisplayedRows: function labelDisplayedRows(_ref12) {
1162
- var from = _ref12.from,
1163
- to = _ref12.to,
1164
- count = _ref12.count;
1165
- return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "rohkem kui ".concat(to));
1166
- }
1167
- }
1168
- },
1169
- MuiRating: {
1170
- defaultProps: {
1171
- getLabelText: function getLabelText(value) {
1172
- return "".concat(value, " T\xE4rn").concat(value !== 1 ? 'i' : '');
1173
- },
1174
- emptyLabelText: 'Tühi'
1175
- }
1176
- },
1177
- MuiAutocomplete: {
1178
- defaultProps: {
1179
- clearText: 'Tühjenda',
1180
- closeText: 'Sulge',
1181
- loadingText: 'Laen…',
1182
- noOptionsText: 'Valikuid ei ole',
1183
- openText: 'Ava'
1184
- }
1185
- },
1186
- MuiAlert: {
1187
- defaultProps: {
1188
- closeText: 'Sulge'
1189
- }
1190
- },
1191
- MuiPagination: {
1192
- defaultProps: {
1193
- 'aria-label': 'Lehekülgede valik',
1194
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1195
- if (type === 'page') {
1196
- return "".concat(selected ? '' : 'Vali ', "lehek\xFClg ").concat(page);
1197
- }
1198
- if (type === 'first') {
1199
- return 'Vali esimene lehekülg';
1200
- }
1201
- if (type === 'last') {
1202
- return 'Vali viimane lehekülg';
1203
- }
1204
- if (type === 'next') {
1205
- return 'Vali järgmine lehekülg';
1206
- }
1207
- // if (type === 'previous') {
1208
- return 'Vali eelmine lehekülg';
1209
- }
1210
- }
1211
- }
1212
- }
1213
- };
1214
- export var faIR = {
1215
- components: {
1216
- // MuiBreadcrumbs: {
1217
- // defaultProps: {
1218
- // expandText: 'Show path',
1219
- // },
1220
- // },
1221
- MuiBreadcrumbs: {
1222
- defaultProps: {
1223
- expandText: 'نمایش مسیر'
1224
- }
1225
- },
1226
- MuiTablePagination: {
1227
- defaultProps: {
1228
- getItemAriaLabel: function getItemAriaLabel(type) {
1229
- if (type === 'first') {
1230
- return 'رفتن به اولین صفحه';
1231
- }
1232
- if (type === 'last') {
1233
- return 'رفتن به آخرین صفحه';
1234
- }
1235
- if (type === 'next') {
1236
- return 'رفتن به صفحه‌ی بعدی';
1237
- }
1238
- // if (type === 'previous') {
1239
- return 'رفتن به صفحه‌ی قبلی';
1240
- },
1241
- labelRowsPerPage: 'تعداد سطرهای هر صفحه:',
1242
- labelDisplayedRows: function labelDisplayedRows(_ref13) {
1243
- var from = _ref13.from,
1244
- to = _ref13.to,
1245
- count = _ref13.count;
1246
- return "".concat(from, "\u2013").concat(to, " \u0627\u0632 ").concat(count !== -1 ? count : "\u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 ".concat(to));
1247
- }
1248
- }
1249
- },
1250
- MuiRating: {
1251
- defaultProps: {
1252
- getLabelText: function getLabelText(value) {
1253
- return "".concat(value, " \u0633\u062A\u0627\u0631\u0647");
1254
- },
1255
- emptyLabelText: 'خالی'
1256
- }
1257
- },
1258
- MuiAutocomplete: {
1259
- defaultProps: {
1260
- clearText: 'پاک‌کردن',
1261
- closeText: 'بستن',
1262
- loadingText: 'در حال بارگذاری…',
1263
- noOptionsText: 'بی‌نتیجه',
1264
- openText: 'بازکردن'
1265
- }
1266
- },
1267
- MuiAlert: {
1268
- defaultProps: {
1269
- closeText: 'بستن'
1270
- }
1271
- },
1272
- MuiPagination: {
1273
- defaultProps: {
1274
- 'aria-label': 'ناوبری صفحه',
1275
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1276
- if (type === 'page') {
1277
- return "".concat(selected ? '' : 'رفتن به ', "\u0635\u0641\u062D\u0647\u0654 ").concat(page);
1278
- }
1279
- if (type === 'first') {
1280
- return 'رفتن به اولین صفحه';
1281
- }
1282
- if (type === 'last') {
1283
- return 'رفتن به آخرین صفحه';
1284
- }
1285
- if (type === 'next') {
1286
- return 'رفتن به صفحه‌ی بعدی';
1287
- }
1288
- // if (type === 'previous') {
1289
- return 'رفتن به صفحه‌ی قبلی';
1290
- }
1291
- }
1292
- }
1293
- }
1294
- };
1295
- export var fiFI = {
1296
- components: {
1297
- MuiBreadcrumbs: {
1298
- defaultProps: {
1299
- expandText: 'Näytä reitti'
1300
- }
1301
- },
1302
- MuiTablePagination: {
1303
- defaultProps: {
1304
- getItemAriaLabel: function getItemAriaLabel(type) {
1305
- if (type === 'first') {
1306
- return 'Mene ensimmäiselle sivulle';
1307
- }
1308
- if (type === 'last') {
1309
- return 'Mene viimeiselle sivulle';
1310
- }
1311
- if (type === 'next') {
1312
- return 'Mene seuraavalle sivulle';
1313
- }
1314
- // if (type === 'previous') {
1315
- return 'Mene edelliselle sivulle';
1316
- },
1317
- labelRowsPerPage: 'Rivejä per sivu:',
1318
- labelDisplayedRows: function labelDisplayedRows(_ref14) {
1319
- var from = _ref14.from,
1320
- to = _ref14.to,
1321
- count = _ref14.count;
1322
- return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "enemm\xE4n kuin ".concat(to));
1323
- }
1324
- }
1325
- },
1326
- MuiRating: {
1327
- defaultProps: {
1328
- getLabelText: function getLabelText(value) {
1329
- return "".concat(value, " T\xE4ht").concat(value !== 1 ? 'eä' : 'i');
1330
- },
1331
- emptyLabelText: 'Tyhjä'
1332
- }
1333
- },
1334
- MuiAutocomplete: {
1335
- defaultProps: {
1336
- clearText: 'Tyhjennä',
1337
- closeText: 'Sulje',
1338
- loadingText: 'Ladataan…',
1339
- noOptionsText: 'Ei valintoja',
1340
- openText: 'Avaa'
1341
- }
1342
- },
1343
- MuiAlert: {
1344
- defaultProps: {
1345
- closeText: 'Sulje'
1346
- }
1347
- },
1348
- MuiPagination: {
1349
- defaultProps: {
1350
- 'aria-label': 'Sivutus navigaatio',
1351
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1352
- if (type === 'page') {
1353
- return "".concat(selected ? 'sivu' : 'Mene sivulle', " ").concat(page);
1354
- }
1355
- if (type === 'first') {
1356
- return 'Mene ensimmäiselle sivulle';
1357
- }
1358
- if (type === 'last') {
1359
- return 'Mene viimeiselle sivulle';
1360
- }
1361
- if (type === 'next') {
1362
- return 'Mene seuraavalle sivulle';
1363
- }
1364
- // if (type === 'previous') {
1365
- return 'Mene edelliselle sivulle';
1366
- }
1367
- }
1368
- }
1369
- }
1370
- };
1371
- export var frFR = {
1372
- components: {
1373
- MuiBreadcrumbs: {
1374
- defaultProps: {
1375
- expandText: 'Montrer le chemin'
1376
- }
1377
- },
1378
- MuiTablePagination: {
1379
- defaultProps: {
1380
- getItemAriaLabel: function getItemAriaLabel(type) {
1381
- if (type === 'first') {
1382
- return 'Aller à la première page';
1383
- }
1384
- if (type === 'last') {
1385
- return 'Aller à la dernière page';
1386
- }
1387
- if (type === 'next') {
1388
- return 'Aller à la page suivante';
1389
- }
1390
- // if (type === 'previous') {
1391
- return 'Aller à la page précédente';
1392
- },
1393
- labelRowsPerPage: 'Lignes par page :',
1394
- labelDisplayedRows: function labelDisplayedRows(_ref15) {
1395
- var from = _ref15.from,
1396
- to = _ref15.to,
1397
- count = _ref15.count;
1398
- return "".concat(from, "\u2013").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
1399
- }
1400
- }
1401
- },
1402
- MuiRating: {
1403
- defaultProps: {
1404
- getLabelText: function getLabelText(value) {
1405
- return "".concat(value, " Etoile").concat(value !== 1 ? 's' : '');
1406
- },
1407
- emptyLabelText: 'Vide'
1408
- }
1409
- },
1410
- MuiAutocomplete: {
1411
- defaultProps: {
1412
- clearText: 'Vider',
1413
- closeText: 'Fermer',
1414
- loadingText: 'Chargement…',
1415
- noOptionsText: 'Pas de résultats',
1416
- openText: 'Ouvrir'
1417
- }
1418
- },
1419
- MuiAlert: {
1420
- defaultProps: {
1421
- closeText: 'Fermer'
1422
- }
1423
- },
1424
- MuiPagination: {
1425
- defaultProps: {
1426
- 'aria-label': 'navigation de pagination',
1427
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1428
- if (type === 'page') {
1429
- return "".concat(selected ? '' : 'Aller à la ', "page ").concat(page);
1430
- }
1431
- if (type === 'first') {
1432
- return 'Aller à la première page';
1433
- }
1434
- if (type === 'last') {
1435
- return 'Aller à la dernière page';
1436
- }
1437
- if (type === 'next') {
1438
- return 'Aller à la page suivante';
1439
- }
1440
- // if (type === 'previous') {
1441
- return 'Aller à la page précédente';
1442
- }
1443
- }
1444
- }
1445
- }
1446
- };
1447
- export var heIL = {
1448
- components: {
1449
- MuiBreadcrumbs: {
1450
- defaultProps: {
1451
- expandText: 'הצג נתיב'
1452
- }
1453
- },
1454
- MuiTablePagination: {
1455
- defaultProps: {
1456
- getItemAriaLabel: function getItemAriaLabel(type) {
1457
- if (type === 'first') {
1458
- return 'לעמוד הראשון';
1459
- }
1460
- if (type === 'last') {
1461
- return 'לעמוד האחרון';
1462
- }
1463
- if (type === 'next') {
1464
- return 'לעמוד הבא';
1465
- }
1466
- // if (type === 'previous') {
1467
- return 'לעמוד הקודם';
1468
- },
1469
- labelRowsPerPage: 'שורות בעמוד:',
1470
- labelDisplayedRows: function labelDisplayedRows(_ref16) {
1471
- var from = _ref16.from,
1472
- to = _ref16.to,
1473
- count = _ref16.count;
1474
- return "".concat(from, "\u2013").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "\u05D9\u05D5\u05EA\u05E8 \u05DE ".concat(to));
1475
- }
1476
- }
1477
- },
1478
- MuiRating: {
1479
- defaultProps: {
1480
- getLabelText: function getLabelText(value) {
1481
- return "".concat(value, " \u05DB\u05D5\u05DB\u05D1").concat(value !== 1 ? 'ים' : '');
1482
- },
1483
- emptyLabelText: 'ריק'
1484
- }
1485
- },
1486
- MuiAutocomplete: {
1487
- defaultProps: {
1488
- clearText: 'נקה',
1489
- closeText: 'סגור',
1490
- loadingText: 'טוען…',
1491
- noOptionsText: 'אין אופציות',
1492
- openText: 'פתח'
1493
- }
1494
- },
1495
- MuiAlert: {
1496
- defaultProps: {
1497
- closeText: 'סגור'
1498
- }
1499
- },
1500
- MuiPagination: {
1501
- defaultProps: {
1502
- 'aria-label': 'ניווט בעמודים',
1503
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1504
- if (type === 'page') {
1505
- return "".concat(selected ? '' : 'ל ', "\u05E2\u05DE\u05D5\u05D3 ").concat(page);
1506
- }
1507
- if (type === 'first') {
1508
- return 'לעמוד הראשון';
1509
- }
1510
- if (type === 'last') {
1511
- return 'לעמוד האחרון';
1512
- }
1513
- if (type === 'next') {
1514
- return 'לעמוד הבא';
1515
- }
1516
- // if (type === 'previous') {
1517
- return 'לעמוד הקודם';
1518
- }
1519
- }
1520
- }
1521
- }
1522
- };
1523
- export var hiIN = {
1524
- components: {
1525
- MuiBreadcrumbs: {
1526
- defaultProps: {
1527
- expandText: 'रास्ता दिखायें'
1528
- }
1529
- },
1530
- MuiTablePagination: {
1531
- defaultProps: {
1532
- getItemAriaLabel: function getItemAriaLabel(type) {
1533
- if (type === 'first') {
1534
- return 'पहले पृष्ठ पर जाएँ';
1535
- }
1536
- if (type === 'last') {
1537
- return 'अंतिम पृष्ठ पर जाएँ';
1538
- }
1539
- if (type === 'next') {
1540
- return 'अगले पृष्ठ पर जाएँ';
1541
- }
1542
- // if (type === 'previous') {
1543
- return 'पिछले पृष्ठ पर जाएँ';
1544
- },
1545
- labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
1546
- labelDisplayedRows: function labelDisplayedRows(_ref17) {
1547
- var from = _ref17.from,
1548
- to = _ref17.to,
1549
- count = _ref17.count;
1550
- return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
1551
- }
1552
- }
1553
- },
1554
- MuiRating: {
1555
- defaultProps: {
1556
- getLabelText: function getLabelText(value) {
1557
- return "".concat(value, " \u0924\u093E\u0930").concat(value !== 1 ? 'े' : 'ा');
1558
- },
1559
- emptyLabelText: 'रिक्त'
1560
- }
1561
- },
1562
- MuiAutocomplete: {
1563
- defaultProps: {
1564
- clearText: 'हटायें',
1565
- closeText: 'बंद करें',
1566
- loadingText: 'लोड हो रहा है…',
1567
- noOptionsText: 'कोई विकल्प नहीं',
1568
- openText: 'खोलें'
1569
- }
1570
- },
1571
- MuiAlert: {
1572
- defaultProps: {
1573
- closeText: 'बंद करें'
1574
- }
1575
- },
1576
- MuiPagination: {
1577
- defaultProps: {
1578
- 'aria-label': 'पृस्ठानुसार संचालन',
1579
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1580
- if (type === 'page') {
1581
- return "\u092A\u0943\u0937\u094D\u0920 ".concat(page, " ").concat(selected ? '' : ' पर जाएँ');
1582
- }
1583
- if (type === 'first') {
1584
- return 'पहले पृष्ठ पर जाएँ';
1585
- }
1586
- if (type === 'last') {
1587
- return 'अंतिम पृष्ठ पर जाएँ';
1588
- }
1589
- if (type === 'next') {
1590
- return 'अगले पृष्ठ पर जाएँ';
1591
- }
1592
- // if (type === 'previous') {
1593
- return 'पिछले पृष्ठ पर जाएँ';
1594
- }
1595
- }
1596
- }
1597
- }
1598
- };
1599
-
1600
- // Croatian - Hrvatski
1601
- export var hrHR = {
1602
- components: {
1603
- MuiBreadcrumbs: {
1604
- defaultProps: {
1605
- expandText: 'Pokaži putanju'
1606
- }
1607
- },
1608
- MuiTablePagination: {
1609
- defaultProps: {
1610
- getItemAriaLabel: function getItemAriaLabel(type) {
1611
- if (type === 'first') {
1612
- return 'Idi na prvu stranicu';
1613
- }
1614
- if (type === 'last') {
1615
- return 'Idi na posljednju stranicu';
1616
- }
1617
- if (type === 'next') {
1618
- return 'Idi na sljedeću stranicu';
1619
- }
1620
- // if (type === 'previous') {
1621
- return 'Idi na prethodnu stranicu';
1622
- },
1623
- labelRowsPerPage: 'Redova po stranici:',
1624
- labelDisplayedRows: function labelDisplayedRows(_ref18) {
1625
- var from = _ref18.from,
1626
- to = _ref18.to,
1627
- count = _ref18.count;
1628
- return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
1629
- }
1630
- }
1631
- },
1632
- MuiRating: {
1633
- defaultProps: {
1634
- getLabelText: function getLabelText(value) {
1635
- var lastDigit = value % 10;
1636
- var lastTwoDigits = value % 100;
1637
- if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
1638
- return 'Zvijezde';
1639
- }
1640
- return 'Zvijezda';
1641
- },
1642
- emptyLabelText: 'Prazno'
1643
- }
1644
- },
1645
- MuiAutocomplete: {
1646
- defaultProps: {
1647
- clearText: 'Briši',
1648
- closeText: 'Zatvori',
1649
- loadingText: 'Učitavanje…',
1650
- noOptionsText: 'Nema opcija',
1651
- openText: 'Otvori'
1652
- }
1653
- },
1654
- MuiAlert: {
1655
- defaultProps: {
1656
- closeText: 'Zatvori'
1657
- }
1658
- },
1659
- MuiPagination: {
1660
- defaultProps: {
1661
- 'aria-label': 'Navigacija po stranicama',
1662
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1663
- if (type === 'page') {
1664
- return "".concat(selected ? '' : 'Idi na ', "stranicu ").concat(page);
1665
- }
1666
- if (type === 'first') {
1667
- return 'Idi na prvu stranicu';
1668
- }
1669
- if (type === 'last') {
1670
- return 'Idi na zadnju stranicu';
1671
- }
1672
- if (type === 'next') {
1673
- return 'Idi na sljedeću stranicu';
1674
- }
1675
- // if (type === 'previous') {
1676
- return 'Idi na prethodnu stranicu';
1677
- }
1678
- }
1679
- }
1680
- }
1681
- };
1682
- export var huHU = {
1683
- components: {
1684
- MuiBreadcrumbs: {
1685
- defaultProps: {
1686
- expandText: 'Útvonal'
1687
- }
1688
- },
1689
- MuiTablePagination: {
1690
- defaultProps: {
1691
- getItemAriaLabel: function getItemAriaLabel(type) {
1692
- if (type === 'first') {
1693
- return 'Első oldalra';
1694
- }
1695
- if (type === 'last') {
1696
- return 'Utolsó oldalra';
1697
- }
1698
- if (type === 'next') {
1699
- return 'Következő oldalra';
1700
- }
1701
- // if (type === 'previous') {
1702
- return 'Előző oldalra';
1703
- },
1704
- labelRowsPerPage: 'Sorok száma:'
1705
- // labelDisplayedRows: ({ from, to, count }) =>
1706
- // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1707
- }
1708
- },
1709
- MuiRating: {
1710
- defaultProps: {
1711
- getLabelText: function getLabelText(value) {
1712
- return "".concat(value, " Csillag");
1713
- },
1714
- emptyLabelText: 'Üres'
1715
- }
1716
- },
1717
- MuiAutocomplete: {
1718
- defaultProps: {
1719
- clearText: 'Törlés',
1720
- closeText: 'Bezárás',
1721
- loadingText: 'Töltés…',
1722
- noOptionsText: 'Nincs találat',
1723
- openText: 'Megnyitás'
1724
- }
1725
- },
1726
- MuiAlert: {
1727
- defaultProps: {
1728
- closeText: 'Bezárás'
1729
- }
1730
- },
1731
- MuiPagination: {
1732
- defaultProps: {
1733
- 'aria-label': 'Lapozás',
1734
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1735
- if (type === 'page') {
1736
- return "".concat(page, ". oldal").concat(selected ? '' : 'ra');
1737
- }
1738
- if (type === 'first') {
1739
- return 'Első oldalra';
1740
- }
1741
- if (type === 'last') {
1742
- return 'Utolsó oldalra';
1743
- }
1744
- if (type === 'next') {
1745
- return 'Következő oldalra';
1746
- }
1747
- // if (type === 'previous') {
1748
- return 'Előző oldalra';
1749
- }
1750
- }
1751
- }
1752
- }
1753
- };
1754
- export var hyAM = {
1755
- components: {
1756
- // MuiBreadcrumbs: {
1757
- // defaultProps: {
1758
- // expandText: 'Show path',
1759
- // },
1760
- // },
1761
- MuiTablePagination: {
1762
- defaultProps: {
1763
- // getItemAriaLabel: (type) => {
1764
- // if (type === 'first') {
1765
- // return 'Go to first page';
1766
- // }
1767
- // if (type === 'last') {
1768
- // return 'Go to last page';
1769
- // }
1770
- // if (type === 'next') {
1771
- // return 'Go to next page';
1772
- // }
1773
- // // if (type === 'previous') {
1774
- // return 'Go to previous page';
1775
- // },
1776
- labelRowsPerPage: 'Տողեր մեկ էջում`'
1777
- // labelDisplayedRows: ({ from, to, count }) =>
1778
- // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1779
- }
1780
- },
1781
- MuiRating: {
1782
- defaultProps: {
1783
- getLabelText: function getLabelText(value) {
1784
- return "".concat(value, " \u0531\u057D\u057F\u0572");
1785
- },
1786
- emptyLabelText: 'Դատարկ'
1787
- }
1788
- },
1789
- MuiAutocomplete: {
1790
- defaultProps: {
1791
- clearText: 'Մաքրել',
1792
- closeText: 'Փակել',
1793
- loadingText: 'Բեռնում…',
1794
- noOptionsText: 'Տարբերակներ չկան',
1795
- openText: 'Բացել'
1796
- }
1797
- },
1798
- MuiAlert: {
1799
- defaultProps: {
1800
- closeText: 'Փակել'
1801
- }
1802
- }
1803
- // MuiPagination: {
1804
- // defaultProps: {
1805
- // 'aria-label': 'Pagination navigation',
1806
- // getItemAriaLabel: (type, page, selected) => {
1807
- // if (type === 'page') {
1808
- // return `${selected ? '' : 'Go to '}page ${page}`;
1809
- // }
1810
- // if (type === 'first') {
1811
- // return 'Go to first page';
1812
- // }
1813
- // if (type === 'last') {
1814
- // return 'Go to last page';
1815
- // }
1816
- // if (type === 'next') {
1817
- // return 'Go to next page';
1818
- // }
1819
- // // if (type === 'previous') {
1820
- // return 'Go to previous page';
1821
- // },
1822
- // },
1823
- // },
1824
- }
1825
- };
1826
- export var idID = {
1827
- components: {
1828
- // MuiBreadcrumbs: {
1829
- // defaultProps: {
1830
- // expandText: 'Show path',
1831
- // },
1832
- // },
1833
- MuiTablePagination: {
1834
- defaultProps: {
1835
- // getItemAriaLabel: (type) => {
1836
- // if (type === 'first') {
1837
- // return 'Go to first page';
1838
- // }
1839
- // if (type === 'last') {
1840
- // return 'Go to last page';
1841
- // }
1842
- // if (type === 'next') {
1843
- // return 'Go to next page';
1844
- // }
1845
- // // if (type === 'previous') {
1846
- // return 'Go to previous page';
1847
- // },
1848
- labelRowsPerPage: 'Baris per halaman:'
1849
- // labelDisplayedRows: ({ from, to, count }) =>
1850
- // `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
1851
- }
1852
- },
1853
- MuiRating: {
1854
- defaultProps: {
1855
- getLabelText: function getLabelText(value) {
1856
- return "".concat(value, " Bintang");
1857
- }
1858
- // emptyLabelText: 'Empty',
1859
- }
1860
- },
1861
- MuiAutocomplete: {
1862
- defaultProps: {
1863
- clearText: 'Hapus',
1864
- closeText: 'Tutup',
1865
- loadingText: 'Memuat…',
1866
- noOptionsText: 'Tidak ada opsi',
1867
- openText: 'Buka'
1868
- }
1869
- },
1870
- MuiAlert: {
1871
- defaultProps: {
1872
- closeText: 'Tutup'
1873
- }
1874
- }
1875
- // MuiPagination: {
1876
- // defaultProps: {
1877
- // 'aria-label': 'Pagination navigation',
1878
- // getItemAriaLabel: (type, page, selected) => {
1879
- // if (type === 'page') {
1880
- // return `${selected ? '' : 'Go to '}page ${page}`;
1881
- // }
1882
- // if (type === 'first') {
1883
- // return 'Go to first page';
1884
- // }
1885
- // if (type === 'last') {
1886
- // return 'Go to last page';
1887
- // }
1888
- // if (type === 'next') {
1889
- // return 'Go to next page';
1890
- // }
1891
- // // if (type === 'previous') {
1892
- // return 'Go to previous page';
1893
- // },
1894
- // },
1895
- // },
1896
- }
1897
- };
1898
- export var isIS = {
1899
- components: {
1900
- MuiBreadcrumbs: {
1901
- defaultProps: {
1902
- expandText: 'Sýna slóð'
1903
- }
1904
- },
1905
- MuiTablePagination: {
1906
- defaultProps: {
1907
- getItemAriaLabel: function getItemAriaLabel(type) {
1908
- if (type === 'first') {
1909
- return 'Fara á fyrstu síðu';
1910
- }
1911
- if (type === 'last') {
1912
- return 'Fara á síðustu síðu';
1913
- }
1914
- if (type === 'next') {
1915
- return 'Fara á næstu síðu';
1916
- }
1917
- // if (type === 'previous') {
1918
- return 'Fara á fyrri síðu';
1919
- },
1920
- labelRowsPerPage: 'Raðir á síðu:',
1921
- labelDisplayedRows: function labelDisplayedRows(_ref19) {
1922
- var from = _ref19.from,
1923
- to = _ref19.to,
1924
- count = _ref19.count;
1925
- return "".concat(from, "\u2013").concat(to, " af ").concat(count !== -1 ? count : "fleiri enn ".concat(to));
1926
- }
1927
- }
1928
- },
1929
- MuiRating: {
1930
- defaultProps: {
1931
- getLabelText: function getLabelText(value) {
1932
- return "".concat(value, " ").concat(value === 1 ? 'stjarna' : 'stjörnur');
1933
- },
1934
- emptyLabelText: 'Tómt'
1935
- }
1936
- },
1937
- MuiAutocomplete: {
1938
- defaultProps: {
1939
- clearText: 'Hreinsa',
1940
- closeText: 'Loka',
1941
- loadingText: 'Hlaða…',
1942
- noOptionsText: 'Engar niðurstöður',
1943
- openText: 'Opna'
1944
- }
1945
- },
1946
- MuiAlert: {
1947
- defaultProps: {
1948
- closeText: 'Loka'
1949
- }
1950
- },
1951
- MuiPagination: {
1952
- defaultProps: {
1953
- 'aria-label': 'Síðuflakk',
1954
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1955
- if (type === 'page') {
1956
- return "".concat(selected ? 'Síða' : 'Fara á síðu', " ").concat(page);
1957
- }
1958
- if (type === 'first') {
1959
- return 'Fara á fyrstu síðu';
1960
- }
1961
- if (type === 'last') {
1962
- return 'Fara á síðustu síðu';
1963
- }
1964
- if (type === 'next') {
1965
- return 'Fara á næstu síðu';
1966
- }
1967
- // if (type === 'previous') {
1968
- return 'Fara á fyrri síðu';
1969
- }
1970
- }
1971
- }
1972
- }
1973
- };
1974
- export var itIT = {
1975
- components: {
1976
- MuiBreadcrumbs: {
1977
- defaultProps: {
1978
- expandText: 'Visualizza percorso'
1979
- }
1980
- },
1981
- MuiTablePagination: {
1982
- defaultProps: {
1983
- getItemAriaLabel: function getItemAriaLabel(type) {
1984
- if (type === 'first') {
1985
- return 'Vai alla prima pagina';
1986
- }
1987
- if (type === 'last') {
1988
- return "Vai all'ultima pagina";
1989
- }
1990
- if (type === 'next') {
1991
- return 'Vai alla pagina successiva';
1992
- }
1993
- // if (type === 'previous') {
1994
- return 'Vai alla pagina precedente';
1995
- },
1996
- labelRowsPerPage: 'Righe per pagina:',
1997
- labelDisplayedRows: function labelDisplayedRows(_ref20) {
1998
- var from = _ref20.from,
1999
- to = _ref20.to,
2000
- count = _ref20.count;
2001
- return "".concat(from, "\u2013").concat(to, " di ").concat(count !== -1 ? count : "pi\xF9 di ".concat(to));
2002
- }
2003
- }
2004
- },
2005
- MuiRating: {
2006
- defaultProps: {
2007
- getLabelText: function getLabelText(value) {
2008
- return "".concat(value, " Stell").concat(value !== 1 ? 'e' : 'a');
2009
- },
2010
- emptyLabelText: 'Vuoto'
2011
- }
2012
- },
2013
- MuiAutocomplete: {
2014
- defaultProps: {
2015
- clearText: 'Svuota',
2016
- closeText: 'Chiudi',
2017
- loadingText: 'Caricamento in corso…',
2018
- noOptionsText: 'Nessuna opzione',
2019
- openText: 'Apri'
2020
- }
2021
- },
2022
- MuiAlert: {
2023
- defaultProps: {
2024
- closeText: 'Chiudi'
2025
- }
2026
- },
2027
- MuiPagination: {
2028
- defaultProps: {
2029
- 'aria-label': 'Navigazione impaginata',
2030
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2031
- if (type === 'page') {
2032
- return "".concat(selected ? '' : 'Vai alla ', "pagina ").concat(page);
2033
- }
2034
- if (type === 'first') {
2035
- return 'Vai alla prima pagina';
2036
- }
2037
- if (type === 'last') {
2038
- return "Vai all'ultima pagina";
2039
- }
2040
- if (type === 'next') {
2041
- return 'Vai alla pagina successiva';
2042
- }
2043
- // if (type === 'previous') {
2044
- return 'Vai alla pagina precedente';
2045
- }
2046
- }
2047
- }
2048
- }
2049
- };
2050
- export var jaJP = {
2051
- components: {
2052
- MuiBreadcrumbs: {
2053
- defaultProps: {
2054
- expandText: 'すべて表示'
2055
- }
2056
- },
2057
- MuiTablePagination: {
2058
- defaultProps: {
2059
- getItemAriaLabel: function getItemAriaLabel(type) {
2060
- if (type === 'first') {
2061
- return '最初のページへ';
2062
- }
2063
- if (type === 'last') {
2064
- return '最後のページへ';
2065
- }
2066
- if (type === 'next') {
2067
- return '次のページへ';
2068
- }
2069
- // if (type === 'previous') {
2070
- return '前のページへ';
2071
- },
2072
- labelRowsPerPage: 'ページあたりの行数:',
2073
- labelDisplayedRows: function labelDisplayedRows(_ref21) {
2074
- var from = _ref21.from,
2075
- to = _ref21.to,
2076
- count = _ref21.count;
2077
- return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
2078
- }
2079
- }
2080
- },
2081
- MuiRating: {
2082
- defaultProps: {
2083
- getLabelText: function getLabelText(value) {
2084
- return "\u661F".concat(value);
2085
- },
2086
- emptyLabelText: '星なし'
2087
- }
2088
- },
2089
- MuiAutocomplete: {
2090
- defaultProps: {
2091
- clearText: 'クリア',
2092
- closeText: '閉じる',
2093
- loadingText: '読み込み中…',
2094
- noOptionsText: 'データがありません',
2095
- openText: '開く'
2096
- }
2097
- },
2098
- MuiAlert: {
2099
- defaultProps: {
2100
- closeText: '閉じる'
2101
- }
2102
- },
2103
- MuiPagination: {
2104
- defaultProps: {
2105
- 'aria-label': 'ページ選択',
2106
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2107
- if (type === 'page') {
2108
- return "\u30DA\u30FC\u30B8".concat(page).concat(selected ? '' : 'へ');
2109
- }
2110
- if (type === 'first') {
2111
- return '最初のページへ';
2112
- }
2113
- if (type === 'last') {
2114
- return '最後のページへ';
2115
- }
2116
- if (type === 'next') {
2117
- return '次のページへ';
2118
- }
2119
- // if (type === 'previous') {
2120
- return '前のページへ';
2121
- }
2122
- }
2123
- }
2124
- }
2125
- };
2126
- export var khKH = {
2127
- components: {
2128
- MuiBreadcrumbs: {
2129
- defaultProps: {
2130
- expandText: 'បង្ហាញផ្លូវ'
2131
- }
2132
- },
2133
- MuiTablePagination: {
2134
- defaultProps: {
2135
- getItemAriaLabel: function getItemAriaLabel(type) {
2136
- if (type === 'first') {
2137
- return 'ទៅទំព័រដំបូង';
2138
- }
2139
- if (type === 'last') {
2140
- return 'ទៅទំព័រចុងក្រោយ';
2141
- }
2142
- if (type === 'next') {
2143
- return 'ទៅទំព័របន្ទាប់';
2144
- }
2145
- // if (type === 'previous') {
2146
- return 'ទៅទំព័រមុន';
2147
- },
2148
- labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
2149
- labelDisplayedRows: function labelDisplayedRows(_ref22) {
2150
- var from = _ref22.from,
2151
- to = _ref22.to,
2152
- count = _ref22.count;
2153
- return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
2154
- }
2155
- }
2156
- },
2157
- MuiRating: {
2158
- defaultProps: {
2159
- getLabelText: function getLabelText(value) {
2160
- return "".concat(value, " \u1795\u17D2\u1780\u17B6\u1799").concat(value !== 1 ? '' : '');
2161
- },
2162
- emptyLabelText: 'ទទេ'
2163
- }
2164
- },
2165
- MuiAutocomplete: {
2166
- defaultProps: {
2167
- clearText: 'លុបចោល',
2168
- closeText: 'បិទ',
2169
- loadingText: 'កំពុងលោត…',
2170
- noOptionsText: 'គ្មានជម្រើស',
2171
- openText: 'បើក'
2172
- }
2173
- },
2174
- MuiAlert: {
2175
- defaultProps: {
2176
- closeText: 'បិទ'
2177
- }
2178
- },
2179
- MuiPagination: {
2180
- defaultProps: {
2181
- 'aria-label': 'រុករកទំព័រ',
2182
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2183
- if (type === 'page') {
2184
- return "".concat(selected ? '' : 'ទៅ ', "\u1791\u17C6\u1796\u17D0\u179A ").concat(page);
2185
- }
2186
- if (type === 'first') {
2187
- return 'ទៅទំព័រដំបូង';
2188
- }
2189
- if (type === 'last') {
2190
- return 'ទៅទំព័រចុងក្រោយ';
2191
- }
2192
- if (type === 'next') {
2193
- return 'ទៅទំព័របន្ទាប់';
2194
- }
2195
- // if (type === 'previous') {
2196
- return 'ទៅទំព័រមុន';
2197
- }
2198
- }
2199
- }
2200
- }
2201
- };
2202
- export var koKR = {
2203
- components: {
2204
- MuiBreadcrumbs: {
2205
- defaultProps: {
2206
- expandText: '경로 보기'
2207
- }
2208
- },
2209
- MuiTablePagination: {
2210
- defaultProps: {
2211
- getItemAriaLabel: function getItemAriaLabel(type) {
2212
- if (type === 'first') {
2213
- return '첫 번째 페이지로 이동';
2214
- }
2215
- if (type === 'last') {
2216
- return '마지막 페이지로 이동';
2217
- }
2218
- if (type === 'next') {
2219
- return '다음 페이지로 이동';
2220
- }
2221
- // if (type === 'previous') {
2222
- return '이전 페이지로 이동';
2223
- },
2224
- labelRowsPerPage: '페이지 당 행:',
2225
- labelDisplayedRows: function labelDisplayedRows(_ref23) {
2226
- var from = _ref23.from,
2227
- to = _ref23.to,
2228
- count = _ref23.count;
2229
- return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
2230
- }
2231
- }
2232
- },
2233
- MuiRating: {
2234
- defaultProps: {
2235
- getLabelText: function getLabelText(value) {
2236
- return "".concat(value, " \uC810");
2237
- },
2238
- emptyLabelText: '빈 텍스트'
2239
- }
2240
- },
2241
- MuiAutocomplete: {
2242
- defaultProps: {
2243
- clearText: '지우기',
2244
- closeText: '닫기',
2245
- loadingText: '불러오는 중…',
2246
- noOptionsText: '옵션 없음',
2247
- openText: '열기'
2248
- }
2249
- },
2250
- MuiAlert: {
2251
- defaultProps: {
2252
- closeText: '닫기'
2253
- }
2254
- },
2255
- MuiPagination: {
2256
- defaultProps: {
2257
- 'aria-label': '페이지네이션 네비게이션',
2258
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2259
- if (type === 'page') {
2260
- return "".concat(page, " \uBC88\uC9F8 \uD398\uC774\uC9C0").concat(selected ? '' : '로 이동');
2261
- }
2262
- if (type === 'first') {
2263
- return '첫 번째 페이지로 이동';
2264
- }
2265
- if (type === 'last') {
2266
- return '마지막 페이지로 이동';
2267
- }
2268
- if (type === 'next') {
2269
- return '다음 페이지로 이동';
2270
- }
2271
- // if (type === 'previous') {
2272
- return '이전 페이지로 이동';
2273
- }
2274
- }
2275
- }
2276
- }
2277
- };
2278
- export var kuCKB = {
2279
- components: {
2280
- MuiBreadcrumbs: {
2281
- defaultProps: {
2282
- expandText: 'ڕێچکە پیشان بدە'
2283
- }
2284
- },
2285
- MuiTablePagination: {
2286
- defaultProps: {
2287
- getItemAriaLabel: function getItemAriaLabel(type) {
2288
- if (type === 'first') {
2289
- return 'چوونە یەکەم پەڕە';
2290
- }
2291
- if (type === 'last') {
2292
- return 'چوونە کۆتا پەڕە';
2293
- }
2294
- if (type === 'next') {
2295
- return 'چوونە پەڕەی دواتر';
2296
- }
2297
- // if (type === 'previous') {
2298
- return 'گەڕانەوە بۆ پەڕەی پێشوو';
2299
- },
2300
- labelRowsPerPage: 'ژمارەی ڕیزەکان لە هەر پەڕەیەک:',
2301
- labelDisplayedRows: function labelDisplayedRows(_ref24) {
2302
- var from = _ref24.from,
2303
- to = _ref24.to,
2304
- count = _ref24.count;
2305
- return "".concat(from, "\u2013").concat(to, " \u0644\u06D5 ").concat(count !== -1 ? count : " \u0632\u06CC\u0627\u062A\u0631\u06D5 \u0644\u06D5".concat(to));
2306
- }
2307
- }
2308
- },
2309
- MuiRating: {
2310
- defaultProps: {
2311
- getLabelText: function getLabelText(value) {
2312
- return "".concat(value, " ").concat(value !== 1 ? 'ئەستێرەکان' : 'ئەستێرە');
2313
- },
2314
- emptyLabelText: 'خاڵیە'
2315
- }
2316
- },
2317
- MuiAutocomplete: {
2318
- defaultProps: {
2319
- clearText: 'سڕینەوە',
2320
- closeText: 'داخستن',
2321
- loadingText: 'لە بارکردندایە...',
2322
- noOptionsText: 'هیچ بژاردەیەک نیە',
2323
- openText: 'کردنەوە'
2324
- }
2325
- },
2326
- MuiAlert: {
2327
- defaultProps: {
2328
- closeText: 'داخستن'
2329
- }
2330
- },
2331
- MuiPagination: {
2332
- defaultProps: {
2333
- 'aria-label': 'گەڕان لە پەڕەکان',
2334
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2335
- if (type === 'page') {
2336
- return "".concat(selected ? '' : 'چوون بۆ ', " \u067E\u06D5\u0695\u06D5\u06CC ").concat(page);
2337
- }
2338
- if (type === 'first') {
2339
- return 'چوونە یەکەم پەڕە';
2340
- }
2341
- if (type === 'last') {
2342
- return 'چوونە کۆتا پەڕە';
2343
- }
2344
- if (type === 'next') {
2345
- return 'چوونە پەڕەی دواتر';
2346
- }
2347
- // if (type === 'previous') {
2348
- return 'گەڕانەوە بۆ پەڕەی پێشوو';
2349
- }
2350
- }
2351
- }
2352
- }
2353
- };
2354
- export var kuLatn = {
2355
- components: {
2356
- MuiBreadcrumbs: {
2357
- defaultProps: {
2358
- expandText: 'Rê nîşan bide'
2359
- }
2360
- },
2361
- MuiTablePagination: {
2362
- defaultProps: {
2363
- getItemAriaLabel: function getItemAriaLabel(type) {
2364
- if (type === 'first') {
2365
- return 'Biçe rûpela yekem';
2366
- }
2367
- if (type === 'last') {
2368
- return 'Biçe rûpela dawî';
2369
- }
2370
- if (type === 'next') {
2371
- return 'Biçe rûpela din';
2372
- }
2373
- // if (type === 'previous') {
2374
- return 'Biçe rûpela berê';
2375
- },
2376
- labelRowsPerPage: 'Rêz li ser rûpelê:',
2377
- labelDisplayedRows: function labelDisplayedRows(_ref25) {
2378
- var from = _ref25.from,
2379
- to = _ref25.to,
2380
- count = _ref25.count;
2381
- return "".concat(from, "\u2013").concat(to, " of ").concat(count !== -1 ? count : "z\xEAdetir ji ".concat(to));
2382
- }
2383
- }
2384
- },
2385
- MuiRating: {
2386
- defaultProps: {
2387
- getLabelText: function getLabelText(value) {
2388
- return "".concat(value, " St\xEArk");
2389
- },
2390
- emptyLabelText: 'Vala'
2391
- }
2392
- },
2393
- MuiAutocomplete: {
2394
- defaultProps: {
2395
- clearText: 'Paqij bike',
2396
- closeText: 'Bigre',
2397
- loadingText: 'Tê barkirin…',
2398
- noOptionsText: 'Vebijêrk tune',
2399
- openText: 'Veke'
2400
- }
2401
- },
2402
- MuiAlert: {
2403
- defaultProps: {
2404
- closeText: 'Bigre'
2405
- }
2406
- },
2407
- MuiPagination: {
2408
- defaultProps: {
2409
- 'aria-label': 'Navîgasyona rûpelan',
2410
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2411
- if (type === 'page') {
2412
- return "".concat(selected ? '' : 'Biçe ', "r\xFBpel ").concat(page);
2413
- }
2414
- if (type === 'first') {
2415
- return 'Biçe rûpela yekem';
2416
- }
2417
- if (type === 'last') {
2418
- return 'Biçe rûpela dawî';
2419
- }
2420
- if (type === 'next') {
2421
- return 'Biçe rûpela din';
2422
- }
2423
- // if (type === 'previous') {
2424
- return 'Biçe rûpela berê';
2425
- }
2426
- }
2427
- }
2428
- }
2429
- };
2430
- export var kkKZ = {
2431
- components: {
2432
- MuiBreadcrumbs: {
2433
- defaultProps: {
2434
- expandText: 'Толық жолды көрсету'
2435
- }
2436
- },
2437
- MuiTablePagination: {
2438
- defaultProps: {
2439
- getItemAriaLabel: function getItemAriaLabel(type) {
2440
- if (type === 'first') {
2441
- return 'Бірінші бетке өту';
2442
- }
2443
- if (type === 'last') {
2444
- return 'Соңғы бетке өту';
2445
- }
2446
- if (type === 'next') {
2447
- return 'Келесі бетке өту';
2448
- }
2449
- // if (type === 'previous') {
2450
- return 'Алдыңғы бетке өту';
2451
- },
2452
- labelRowsPerPage: 'Беттегі қатарлар:',
2453
- labelDisplayedRows: function labelDisplayedRows(_ref26) {
2454
- var from = _ref26.from,
2455
- to = _ref26.to,
2456
- count = _ref26.count;
2457
- 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);
2458
- }
2459
- }
2460
- },
2461
- MuiRating: {
2462
- defaultProps: {
2463
- getLabelText: function getLabelText(value) {
2464
- return "".concat(value, " \u0436\u04B1\u043B\u0434\u044B\u0437");
2465
- },
2466
- emptyLabelText: 'Рейтинг жоқ'
2467
- }
2468
- },
2469
- MuiAutocomplete: {
2470
- defaultProps: {
2471
- clearText: 'Тазарту',
2472
- closeText: 'Жабу',
2473
- loadingText: 'Жүктелуде…',
2474
- noOptionsText: 'Қол жетімді нұсқалар жоқ',
2475
- openText: 'Ашу'
2476
- }
2477
- },
2478
- MuiAlert: {
2479
- defaultProps: {
2480
- closeText: 'Жабу'
2481
- }
2482
- },
2483
- MuiPagination: {
2484
- defaultProps: {
2485
- 'aria-label': 'Беттерді шарлау',
2486
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2487
- if (type === 'page') {
2488
- if (selected) {
2489
- return "".concat(page, " \u2014 \u0431\u0435\u0442");
2490
- }
2491
- return "".concat(page, " \u2014 \u0431\u0435\u0442\u043A\u0435 \u04E9\u0442\u0443");
2492
- }
2493
- if (type === 'first') {
2494
- return 'Бірінші бетке өту';
2495
- }
2496
- if (type === 'last') {
2497
- return 'Соңғы бетке өту';
2498
- }
2499
- if (type === 'next') {
2500
- return 'Келесі бетке өту';
2501
- }
2502
- // if (type === 'previous') {
2503
- return 'Алдыңғы бетке өту';
2504
- }
2505
- }
2506
- }
2507
- }
2508
- };
2509
-
2510
- // Macedonian - Македонски
2511
- export var mkMK = {
2512
- components: {
2513
- MuiBreadcrumbs: {
2514
- defaultProps: {
2515
- expandText: 'Прикажи патека'
2516
- }
2517
- },
2518
- MuiTablePagination: {
2519
- defaultProps: {
2520
- getItemAriaLabel: function getItemAriaLabel(type) {
2521
- if (type === 'first') {
2522
- return 'Оди на прва страница';
2523
- }
2524
- if (type === 'last') {
2525
- return 'Оди на последна страница';
2526
- }
2527
- if (type === 'next') {
2528
- return 'Оди на следна страница';
2529
- }
2530
- // if (type === 'previous') {
2531
- return 'Оди на предходна страница';
2532
- },
2533
- labelRowsPerPage: 'Редови по страница:',
2534
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
2535
- var from = _ref27.from,
2536
- to = _ref27.to,
2537
- count = _ref27.count;
2538
- return "".concat(from, "\u2013").concat(to, " \u043E\u0434 ").concat(count !== -1 ? count : "\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 ".concat(to));
2539
- }
2540
- }
2541
- },
2542
- MuiRating: {
2543
- defaultProps: {
2544
- getLabelText: function getLabelText(value) {
2545
- var lastDigit = value % 10;
2546
- return "".concat(value, " \u0405\u0432\u0435\u0437\u0434").concat(lastDigit === 1 ? 'а' : 'и');
2547
- },
2548
- emptyLabelText: 'Празно'
2549
- }
2550
- },
2551
- MuiAutocomplete: {
2552
- defaultProps: {
2553
- clearText: 'Избриши',
2554
- closeText: 'Затвори',
2555
- loadingText: 'Се презема',
2556
- noOptionsText: 'Нема опција',
2557
- openText: 'Отвори'
2558
- }
2559
- },
2560
- MuiAlert: {
2561
- defaultProps: {
2562
- closeText: 'Затвори'
2563
- }
2564
- },
2565
- MuiPagination: {
2566
- defaultProps: {
2567
- 'aria-label': 'Навигација низ страници',
2568
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2569
- if (type === 'page') {
2570
- return "".concat(selected ? '' : 'Оди на ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
2571
- }
2572
- if (type === 'first') {
2573
- return 'Оди на прва страница';
2574
- }
2575
- if (type === 'last') {
2576
- return 'Оди на последна страница';
2577
- }
2578
- if (type === 'next') {
2579
- return 'Оди на следна страница';
2580
- }
2581
- // if (type === 'previous') {
2582
- return 'Оди на предходна страница';
2583
- }
2584
- }
2585
- }
2586
- }
2587
- };
2588
-
2589
- // Myanmar - မြန်မာ
2590
- export var myMY = {
2591
- components: {
2592
- MuiBreadcrumbs: {
2593
- defaultProps: {
2594
- expandText: 'လမ်းကြောင်းပြပါ။'
2595
- }
2596
- },
2597
- MuiTablePagination: {
2598
- defaultProps: {
2599
- getItemAriaLabel: function getItemAriaLabel(type) {
2600
- if (type === 'first') {
2601
- return 'ပထမစာမျက်နှာသို့သွားပါ။';
2602
- }
2603
- if (type === 'last') {
2604
- return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2605
- }
2606
- if (type === 'next') {
2607
- return 'နောက်စာမျက်နှာသို့သွားပါ။';
2608
- }
2609
- // if (type === 'previous') {
2610
- return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2611
- },
2612
- labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
2613
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
2614
- var from = _ref28.from,
2615
- to = _ref28.to,
2616
- count = _ref28.count;
2617
- return "".concat(from, "\u2013").concat(to, " \u104F ").concat(count !== -1 ? count : "\u1011\u1000\u103A\u1015\u102D\u102F\u1015\u103C\u102E\u1038 ".concat(to));
2618
- }
2619
- }
2620
- },
2621
- MuiRating: {
2622
- defaultProps: {
2623
- getLabelText: function getLabelText(value) {
2624
- var lastDigit = value % 10;
2625
- return "".concat(value, " \u1000\u103C\u101A\u103A\u1015\u103D\u1004\u1037\u103A").concat(lastDigit === 1 ? '၎' : '');
2626
- },
2627
- emptyLabelText: 'ဗလာ'
2628
- }
2629
- },
2630
- MuiAutocomplete: {
2631
- defaultProps: {
2632
- clearText: 'ရှင်းလင်းသော',
2633
- closeText: 'ပိတ်လိုက်',
2634
- loadingText: 'ဖွင့်နေသည်…',
2635
- noOptionsText: 'ရွေးချယ်ခွင့်မရှိပါ။',
2636
- openText: 'ဖွင့်သည်။'
2637
- }
2638
- },
2639
- MuiAlert: {
2640
- defaultProps: {
2641
- closeText: 'ပိတ်လိုက်'
2642
- }
2643
- },
2644
- MuiPagination: {
2645
- defaultProps: {
2646
- 'aria-label': 'Pagination အညွှန်း',
2647
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2648
- if (type === 'page') {
2649
- return "".concat(selected ? '' : 'သွားပါ။ ', "\u1005\u102C\u1019\u103B\u1000\u103A\u1014\u103E\u102C ").concat(page);
2650
- }
2651
- if (type === 'first') {
2652
- return 'ပထမစာမျက်နှာသို့သွားပါ။';
2653
- }
2654
- if (type === 'last') {
2655
- return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2656
- }
2657
- if (type === 'next') {
2658
- return 'နောက်စာမျက်နှာသို့သွားပါ။';
2659
- }
2660
- // if (type === 'previous') {
2661
- return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2662
- }
2663
- }
2664
- }
2665
- }
2666
- };
2667
-
2668
- // Malay-Melayu
2669
- export var msMS = {
2670
- components: {
2671
- MuiBreadcrumbs: {
2672
- defaultProps: {
2673
- expandText: 'Tunjukkan laluan'
2674
- }
2675
- },
2676
- MuiTablePagination: {
2677
- defaultProps: {
2678
- getItemAriaLabel: function getItemAriaLabel(type) {
2679
- if (type === 'first') {
2680
- return 'Pergi ke halaman pertama';
2681
- }
2682
- if (type === 'last') {
2683
- return 'Pergi ke halaman terakhir';
2684
- }
2685
- if (type === 'next') {
2686
- return 'Pergi ke halaman seterusnya';
2687
- }
2688
- // if (type === 'previous') {
2689
- return 'Pergi ke halaman sebelumnya';
2690
- },
2691
- labelRowsPerPage: 'Baris setiap halaman:',
2692
- labelDisplayedRows: function labelDisplayedRows(_ref29) {
2693
- var from = _ref29.from,
2694
- to = _ref29.to,
2695
- count = _ref29.count;
2696
- return "".concat(from, "\u2013").concat(to, " daripada ").concat(count !== -1 ? count : "lebih daripada ".concat(to));
2697
- }
2698
- }
2699
- },
2700
- MuiRating: {
2701
- defaultProps: {
2702
- getLabelText: function getLabelText(value) {
2703
- var lastDigit = value % 10;
2704
- return "".concat(value, " Bintang").concat(lastDigit === 1 ? 's' : '');
2705
- },
2706
- emptyLabelText: 'kosong'
2707
- }
2708
- },
2709
- MuiAutocomplete: {
2710
- defaultProps: {
2711
- clearText: 'Jelas',
2712
- closeText: 'tutup',
2713
- loadingText: 'Memuatkan…',
2714
- noOptionsText: 'Tiada pilihan',
2715
- openText: 'Buka'
2716
- }
2717
- },
2718
- MuiAlert: {
2719
- defaultProps: {
2720
- closeText: 'tutup'
2721
- }
2722
- },
2723
- MuiPagination: {
2724
- defaultProps: {
2725
- 'aria-label': 'Navigasi penomboran',
2726
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2727
- if (type === 'page') {
2728
- return "".concat(selected ? '' : 'Pergi ke ', "muka surat ").concat(page);
2729
- }
2730
- if (type === 'first') {
2731
- return 'Pergi ke halaman pertama';
2732
- }
2733
- if (type === 'last') {
2734
- return 'Pergi ke halaman terakhir';
2735
- }
2736
- if (type === 'next') {
2737
- return 'Pergi ke halaman seterusnya';
2738
- }
2739
- // if (type === 'previous') {
2740
- return 'Pergi ke halaman sebelumnya';
2741
- }
2742
- }
2743
- }
2744
- }
2745
- };
2746
-
2747
- // Nepali-नेपाली
2748
- export var neNP = {
2749
- components: {
2750
- MuiBreadcrumbs: {
2751
- defaultProps: {
2752
- expandText: 'बाटो देखाउनुहोस्'
2753
- }
2754
- },
2755
- MuiTablePagination: {
2756
- defaultProps: {
2757
- getItemAriaLabel: function getItemAriaLabel(type) {
2758
- if (type === 'first') {
2759
- return 'पहिलो पृष्ठमा जानुहोस्';
2760
- }
2761
- if (type === 'last') {
2762
- return 'अन्तिम पृष्ठमा जानुहोस्';
2763
- }
2764
- if (type === 'next') {
2765
- return 'अर्को पृष्ठमा जानुहोस्';
2766
- }
2767
- // if (type === 'previous') {
2768
- return 'अघिल्लो पृष्ठमा जानुहोस्';
2769
- },
2770
- labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
2771
- labelDisplayedRows: function labelDisplayedRows(_ref30) {
2772
- var from = _ref30.from,
2773
- to = _ref30.to,
2774
- count = _ref30.count;
2775
- return "".concat(from, "\u2013").concat(to, " \u0915\u094B ").concat(count !== -1 ? count : "\u0927\u0947\u0930\u0948 ".concat(to));
2776
- }
2777
- }
2778
- },
2779
- MuiRating: {
2780
- defaultProps: {
2781
- getLabelText: function getLabelText(value) {
2782
- var lastDigit = value % 10;
2783
- return "".concat(value, " \u0924\u093E\u0930\u093E").concat(lastDigit === 1 ? 'स' : '');
2784
- },
2785
- emptyLabelText: 'खाली'
2786
- }
2787
- },
2788
- MuiAutocomplete: {
2789
- defaultProps: {
2790
- clearText: 'खाली गर्नुहोस्',
2791
- closeText: 'बन्द गर्नुहोस्',
2792
- loadingText: 'लोड हुँदै...',
2793
- noOptionsText: 'कुनै विकल्प छैन',
2794
- openText: 'खोल्नुहोस्'
2795
- }
2796
- },
2797
- MuiAlert: {
2798
- defaultProps: {
2799
- closeText: 'बन्द गर्नुहोस्'
2800
- }
2801
- },
2802
- MuiPagination: {
2803
- defaultProps: {
2804
- 'aria-label': 'पृष्ठांकन नेभिगेसन',
2805
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2806
- if (type === 'page') {
2807
- return "".concat(selected ? '' : 'जाऊ त्यहाँ ', "\u092A\u0943\u0937\u094D\u0920 ").concat(page);
2808
- }
2809
- if (type === 'first') {
2810
- return 'पहिलो पृष्ठमा जानुहोस्';
2811
- }
2812
- if (type === 'last') {
2813
- return 'अन्तिम पृष्ठमा जानुहोस्';
2814
- }
2815
- if (type === 'next') {
2816
- return 'अर्को पृष्ठमा जानुहोस्';
2817
- }
2818
- // if (type === 'previous') {
2819
- return 'अघिल्लो पृष्ठमा जानुहोस्';
2820
- }
2821
- }
2822
- }
2823
- }
2824
- };
2825
- export var nbNO = {
2826
- components: {
2827
- MuiBreadcrumbs: {
2828
- defaultProps: {
2829
- expandText: 'Vis sti'
2830
- }
2831
- },
2832
- MuiTablePagination: {
2833
- defaultProps: {
2834
- getItemAriaLabel: function getItemAriaLabel(type) {
2835
- if (type === 'first') {
2836
- return 'Gå til første side';
2837
- }
2838
- if (type === 'last') {
2839
- return 'Gå til siste side';
2840
- }
2841
- if (type === 'next') {
2842
- return 'Gå til neste side';
2843
- }
2844
- // if (type === 'previous') {
2845
- return 'Gå til forrige side';
2846
- },
2847
- labelRowsPerPage: 'Rader per side:',
2848
- labelDisplayedRows: function labelDisplayedRows(_ref31) {
2849
- var from = _ref31.from,
2850
- to = _ref31.to,
2851
- count = _ref31.count;
2852
- return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
2853
- }
2854
- }
2855
- },
2856
- MuiRating: {
2857
- defaultProps: {
2858
- getLabelText: function getLabelText(value) {
2859
- return "".concat(value, " Stjerne").concat(value !== 1 ? 'r' : '');
2860
- },
2861
- emptyLabelText: 'Tom'
2862
- }
2863
- },
2864
- MuiAutocomplete: {
2865
- defaultProps: {
2866
- clearText: 'Tøm',
2867
- closeText: 'Lukk',
2868
- loadingText: 'Laster inn…',
2869
- noOptionsText: 'Ingen alternativer',
2870
- openText: 'Åpne'
2871
- }
2872
- },
2873
- MuiAlert: {
2874
- defaultProps: {
2875
- closeText: 'Lukk'
2876
- }
2877
- },
2878
- MuiPagination: {
2879
- defaultProps: {
2880
- 'aria-label': 'Paginering navigasjon',
2881
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2882
- if (type === 'page') {
2883
- return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
2884
- }
2885
- if (type === 'first') {
2886
- return 'Gå til første side';
2887
- }
2888
- if (type === 'last') {
2889
- return 'Gå til siste side';
2890
- }
2891
- if (type === 'next') {
2892
- return 'Gå til neste side';
2893
- }
2894
- // if (type === 'previous') {
2895
- return 'Gå til forrige side';
2896
- }
2897
- }
2898
- }
2899
- }
2900
- };
2901
- export var nnNO = {
2902
- components: {
2903
- MuiBreadcrumbs: {
2904
- defaultProps: {
2905
- expandText: 'Vis sti'
2906
- }
2907
- },
2908
- MuiTablePagination: {
2909
- defaultProps: {
2910
- getItemAriaLabel: function getItemAriaLabel(type) {
2911
- if (type === 'first') {
2912
- return 'Gå til første side';
2913
- }
2914
- if (type === 'last') {
2915
- return 'Gå til siste side';
2916
- }
2917
- if (type === 'next') {
2918
- return 'Gå til neste side';
2919
- }
2920
- // if (type === 'previous') {
2921
- return 'Gå til førre side';
2922
- },
2923
- labelRowsPerPage: 'Rader per side:',
2924
- labelDisplayedRows: function labelDisplayedRows(_ref32) {
2925
- var from = _ref32.from,
2926
- to = _ref32.to,
2927
- count = _ref32.count;
2928
- return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fleire enn ".concat(to));
2929
- }
2930
- }
2931
- },
2932
- MuiRating: {
2933
- defaultProps: {
2934
- getLabelText: function getLabelText(value) {
2935
- return "".concat(value, " stjerne").concat(value !== 1 ? 'r' : '');
2936
- },
2937
- emptyLabelText: 'Tom'
2938
- }
2939
- },
2940
- MuiAutocomplete: {
2941
- defaultProps: {
2942
- clearText: 'Tøm',
2943
- closeText: 'Lukk',
2944
- loadingText: 'Lastar inn…',
2945
- noOptionsText: 'Ingen alternativ',
2946
- openText: 'Opna'
2947
- }
2948
- },
2949
- MuiAlert: {
2950
- defaultProps: {
2951
- closeText: 'Lukk'
2952
- }
2953
- },
2954
- MuiPagination: {
2955
- defaultProps: {
2956
- 'aria-label': 'Navigasjon for paginering',
2957
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2958
- if (type === 'page') {
2959
- return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
2960
- }
2961
- if (type === 'first') {
2962
- return 'Gå til første side';
2963
- }
2964
- if (type === 'last') {
2965
- return 'Gå til siste side';
2966
- }
2967
- if (type === 'next') {
2968
- return 'Gå til neste side';
2969
- }
2970
- // if (type === 'previous') {
2971
- return 'Gå til førre side';
2972
- }
2973
- }
2974
- }
2975
- }
2976
- };
2977
- export var nlNL = {
2978
- components: {
2979
- MuiBreadcrumbs: {
2980
- defaultProps: {
2981
- expandText: 'Pad tonen'
2982
- }
2983
- },
2984
- MuiTablePagination: {
2985
- defaultProps: {
2986
- getItemAriaLabel: function getItemAriaLabel(type) {
2987
- if (type === 'first') {
2988
- return 'Ga naar eerste pagina';
2989
- }
2990
- if (type === 'last') {
2991
- return 'Ga naar laatste pagina';
2992
- }
2993
- if (type === 'next') {
2994
- return 'Ga naar volgende pagina';
2995
- }
2996
- // if (type === 'previous') {
2997
- return 'Ga naar vorige pagina';
2998
- },
2999
- labelRowsPerPage: 'Regels per pagina:',
3000
- labelDisplayedRows: function labelDisplayedRows(_ref33) {
3001
- var from = _ref33.from,
3002
- to = _ref33.to,
3003
- count = _ref33.count;
3004
- return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
3005
- }
3006
- }
3007
- },
3008
- MuiRating: {
3009
- defaultProps: {
3010
- getLabelText: function getLabelText(value) {
3011
- return "".concat(value, " Ster").concat(value !== 1 ? 'ren' : '');
3012
- },
3013
- emptyLabelText: 'Leeg'
3014
- }
3015
- },
3016
- MuiAutocomplete: {
3017
- defaultProps: {
3018
- clearText: 'Wissen',
3019
- closeText: 'Sluiten',
3020
- loadingText: 'Laden…',
3021
- noOptionsText: 'Geen opties',
3022
- openText: 'Openen'
3023
- }
3024
- },
3025
- MuiAlert: {
3026
- defaultProps: {
3027
- closeText: 'Sluiten'
3028
- }
3029
- },
3030
- MuiPagination: {
3031
- defaultProps: {
3032
- 'aria-label': 'Navigatie via paginering',
3033
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3034
- if (type === 'page') {
3035
- return "".concat(selected ? '' : 'Ga naar ', "pagina ").concat(page);
3036
- }
3037
- if (type === 'first') {
3038
- return 'Ga naar eerste pagina';
3039
- }
3040
- if (type === 'last') {
3041
- return 'Ga naar laatste pagina';
3042
- }
3043
- if (type === 'next') {
3044
- return 'Ga naar volgende pagina';
3045
- }
3046
- // if (type === 'previous') {
3047
- return 'Ga naar vorige pagina';
3048
- }
3049
- }
3050
- }
3051
- }
3052
- };
3053
- export var plPL = {
3054
- components: {
3055
- MuiBreadcrumbs: {
3056
- defaultProps: {
3057
- expandText: 'Pokaż ścieżkę'
3058
- }
3059
- },
3060
- MuiTablePagination: {
3061
- defaultProps: {
3062
- getItemAriaLabel: function getItemAriaLabel(type) {
3063
- if (type === 'first') {
3064
- return 'Przejdź do pierwszej strony';
3065
- }
3066
- if (type === 'last') {
3067
- return 'Przejdź do ostatniej strony';
3068
- }
3069
- if (type === 'next') {
3070
- return 'Przejdź do następnej strony';
3071
- }
3072
- // if (type === 'previous') {
3073
- return 'Przejdź do poprzedniej strony';
3074
- },
3075
- labelRowsPerPage: 'Wierszy na stronę:',
3076
- labelDisplayedRows: function labelDisplayedRows(_ref34) {
3077
- var from = _ref34.from,
3078
- to = _ref34.to,
3079
- count = _ref34.count;
3080
- return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
3081
- }
3082
- }
3083
- },
3084
- MuiRating: {
3085
- defaultProps: {
3086
- getLabelText: function getLabelText(value) {
3087
- var pluralForm = 'gwiazdek';
3088
- var lastDigit = value % 10;
3089
- if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
3090
- pluralForm = 'gwiazdki';
3091
- } else if (value === 1) {
3092
- pluralForm = 'gwiazdka';
3093
- }
3094
- return "".concat(value, " ").concat(pluralForm);
3095
- },
3096
- emptyLabelText: 'Brak gwiazdek'
3097
- }
3098
- },
3099
- MuiAutocomplete: {
3100
- defaultProps: {
3101
- clearText: 'Wyczyść',
3102
- closeText: 'Zamknij',
3103
- loadingText: 'Ładowanie…',
3104
- noOptionsText: 'Brak opcji',
3105
- openText: 'Otwórz'
3106
- }
3107
- },
3108
- MuiAlert: {
3109
- defaultProps: {
3110
- closeText: 'Zamknij'
3111
- }
3112
- },
3113
- MuiPagination: {
3114
- defaultProps: {
3115
- 'aria-label': 'Nawigacja podziału na strony',
3116
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3117
- if (type === 'page') {
3118
- return selected ? "".concat(page, ". strona") : "Przejd\u017A do ".concat(page, ". strony");
3119
- }
3120
- if (type === 'first') {
3121
- return 'Przejdź do pierwszej strony';
3122
- }
3123
- if (type === 'last') {
3124
- return 'Przejdź do ostatniej strony';
3125
- }
3126
- if (type === 'next') {
3127
- return 'Przejdź do następnej strony';
3128
- }
3129
- // if (type === 'previous') {
3130
- return 'Przejdź do poprzedniej strony';
3131
- }
3132
- }
3133
- }
3134
- }
3135
- };
3136
- export var ptBR = {
3137
- components: {
3138
- MuiBreadcrumbs: {
3139
- defaultProps: {
3140
- expandText: 'Mostrar caminho'
3141
- }
3142
- },
3143
- MuiTablePagination: {
3144
- defaultProps: {
3145
- getItemAriaLabel: function getItemAriaLabel(type) {
3146
- if (type === 'first') {
3147
- return 'Ir para a primeira página';
3148
- }
3149
- if (type === 'last') {
3150
- return 'Ir para a última página';
3151
- }
3152
- if (type === 'next') {
3153
- return 'Ir para a próxima página';
3154
- }
3155
- // if (type === 'previous') {
3156
- return 'Ir para a página anterior';
3157
- },
3158
- labelRowsPerPage: 'Linhas por página:',
3159
- labelDisplayedRows: function labelDisplayedRows(_ref35) {
3160
- var from = _ref35.from,
3161
- to = _ref35.to,
3162
- count = _ref35.count;
3163
- return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
3164
- }
3165
- }
3166
- },
3167
- MuiRating: {
3168
- defaultProps: {
3169
- getLabelText: function getLabelText(value) {
3170
- return "".concat(value, " Estrela").concat(value !== 1 ? 's' : '');
3171
- },
3172
- emptyLabelText: 'Vazio'
3173
- }
3174
- },
3175
- MuiAutocomplete: {
3176
- defaultProps: {
3177
- clearText: 'Limpar',
3178
- closeText: 'Fechar',
3179
- loadingText: 'Carregando…',
3180
- noOptionsText: 'Sem opções',
3181
- openText: 'Abrir'
3182
- }
3183
- },
3184
- MuiAlert: {
3185
- defaultProps: {
3186
- closeText: 'Fechar'
3187
- }
3188
- },
3189
- MuiPagination: {
3190
- defaultProps: {
3191
- 'aria-label': 'Navegar pela paginação',
3192
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3193
- if (type === 'page') {
3194
- return "".concat(selected ? '' : 'Ir para a ', "p\xE1gina ").concat(page);
3195
- }
3196
- if (type === 'first') {
3197
- return 'Ir para a primeira página';
3198
- }
3199
- if (type === 'last') {
3200
- return 'Ir para a última página';
3201
- }
3202
- if (type === 'next') {
3203
- return 'Ir para a próxima página';
3204
- }
3205
- // if (type === 'previous') {
3206
- return 'Ir para a página anterior';
3207
- }
3208
- }
3209
- }
3210
- }
3211
- };
3212
- export var ptPT = {
3213
- components: {
3214
- MuiBreadcrumbs: {
3215
- defaultProps: {
3216
- expandText: 'Mostrar caminho'
3217
- }
3218
- },
3219
- MuiTablePagination: {
3220
- defaultProps: {
3221
- getItemAriaLabel: function getItemAriaLabel(type) {
3222
- if (type === 'first') {
3223
- return 'Primeira página';
3224
- }
3225
- if (type === 'last') {
3226
- return 'Última página';
3227
- }
3228
- if (type === 'next') {
3229
- return 'Próxima página';
3230
- }
3231
- // if (type === 'previous') {
3232
- return 'Página anterior';
3233
- },
3234
- labelRowsPerPage: 'Linhas por página:',
3235
- labelDisplayedRows: function labelDisplayedRows(_ref36) {
3236
- var from = _ref36.from,
3237
- to = _ref36.to,
3238
- count = _ref36.count;
3239
- return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
3240
- }
3241
- }
3242
- },
3243
- MuiRating: {
3244
- defaultProps: {
3245
- getLabelText: function getLabelText(value) {
3246
- return "".concat(value, " Estrela").concat(value !== 1 ? 's' : '');
3247
- },
3248
- emptyLabelText: 'Vazio'
3249
- }
3250
- },
3251
- MuiAutocomplete: {
3252
- defaultProps: {
3253
- clearText: 'Limpar',
3254
- closeText: 'Fechar',
3255
- loadingText: 'A carregar…',
3256
- noOptionsText: 'Sem opções',
3257
- openText: 'Abrir'
3258
- }
3259
- },
3260
- MuiAlert: {
3261
- defaultProps: {
3262
- closeText: 'Fechar'
3263
- }
3264
- },
3265
- MuiPagination: {
3266
- defaultProps: {
3267
- 'aria-label': 'Navegar por páginas',
3268
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3269
- if (type === 'page') {
3270
- return "".concat(selected ? '' : 'Ir para a ', "p\xE1gina ").concat(page);
3271
- }
3272
- if (type === 'first') {
3273
- return 'Primeira página';
3274
- }
3275
- if (type === 'last') {
3276
- return 'Última página';
3277
- }
3278
- if (type === 'next') {
3279
- return 'Próxima página';
3280
- }
3281
- // if (type === 'previous') {
3282
- return 'Página anterior';
3283
- }
3284
- }
3285
- }
3286
- }
3287
- };
3288
- export var roRO = {
3289
- components: {
3290
- MuiBreadcrumbs: {
3291
- defaultProps: {
3292
- expandText: 'Arată calea'
3293
- }
3294
- },
3295
- MuiTablePagination: {
3296
- defaultProps: {
3297
- getItemAriaLabel: function getItemAriaLabel(type) {
3298
- if (type === 'first') {
3299
- return 'Mergi la prima pagină';
3300
- }
3301
- if (type === 'last') {
3302
- return 'Mergi la ultima pagină';
3303
- }
3304
- if (type === 'next') {
3305
- return 'Mergi la pagina următoare';
3306
- }
3307
- // if (type === 'previous') {
3308
- return 'Mergi la pagina precedentă';
3309
- },
3310
- labelRowsPerPage: 'Rânduri pe pagină:'
3311
- // labelDisplayedRows: ({ from, to, count }) =>
3312
- // `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
3313
- }
3314
- },
3315
- MuiRating: {
3316
- defaultProps: {
3317
- getLabelText: function getLabelText(value) {
3318
- return "".concat(value, " St").concat(value !== 1 ? 'ele' : 'ea');
3319
- },
3320
- emptyLabelText: 'Gol'
3321
- }
3322
- },
3323
- MuiAutocomplete: {
3324
- defaultProps: {
3325
- clearText: 'Șterge',
3326
- closeText: 'Închide',
3327
- loadingText: 'Se încarcă…',
3328
- noOptionsText: 'Nicio opțiune',
3329
- openText: 'Deschide'
3330
- }
3331
- },
3332
- MuiAlert: {
3333
- defaultProps: {
3334
- closeText: 'Închide'
3335
- }
3336
- },
3337
- MuiPagination: {
3338
- defaultProps: {
3339
- 'aria-label': 'Navigare prin paginare',
3340
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3341
- if (type === 'page') {
3342
- return "".concat(selected ? '' : 'Mergi la ', "pagina ").concat(page);
3343
- }
3344
- if (type === 'first') {
3345
- return 'Mergi la prima pagină';
3346
- }
3347
- if (type === 'last') {
3348
- return 'Mergi la ultima pagină';
3349
- }
3350
- if (type === 'next') {
3351
- return 'Mergi la pagina următoare';
3352
- }
3353
- // if (type === 'previous') {
3354
- return 'Mergi la pagina precedentă';
3355
- }
3356
- }
3357
- }
3358
- }
3359
- };
3360
-
3361
- // Serbian - Srpski
3362
- export var srRS = {
3363
- components: {
3364
- MuiBreadcrumbs: {
3365
- defaultProps: {
3366
- expandText: 'Pokaži putanju'
3367
- }
3368
- },
3369
- MuiTablePagination: {
3370
- defaultProps: {
3371
- getItemAriaLabel: function getItemAriaLabel(type) {
3372
- if (type === 'first') {
3373
- return 'Idi na prvu stranicu';
3374
- }
3375
- if (type === 'last') {
3376
- return 'Idi na poslednju stranicu';
3377
- }
3378
- if (type === 'next') {
3379
- return 'Idi na sledeću stranicu';
3380
- }
3381
- // if (type === 'previous') {
3382
- return 'Idi na prethodnu stranicu';
3383
- },
3384
- labelRowsPerPage: 'Redova po stranici:',
3385
- labelDisplayedRows: function labelDisplayedRows(_ref37) {
3386
- var from = _ref37.from,
3387
- to = _ref37.to,
3388
- count = _ref37.count;
3389
- return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
3390
- }
3391
- }
3392
- },
3393
- MuiRating: {
3394
- defaultProps: {
3395
- getLabelText: function getLabelText(value) {
3396
- var lastDigit = value % 10;
3397
- var lastTwoDigits = value % 100;
3398
- if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
3399
- return 'Zvezde';
3400
- }
3401
- return 'Zvezda';
3402
- },
3403
- emptyLabelText: 'Prazno'
3404
- }
3405
- },
3406
- MuiAutocomplete: {
3407
- defaultProps: {
3408
- clearText: 'Briši',
3409
- closeText: 'Zatvori',
3410
- loadingText: 'Učitavanje…',
3411
- noOptionsText: 'Nema opcija',
3412
- openText: 'Otvori'
3413
- }
3414
- },
3415
- MuiAlert: {
3416
- defaultProps: {
3417
- closeText: 'Zatvori'
3418
- }
3419
- },
3420
- MuiPagination: {
3421
- defaultProps: {
3422
- 'aria-label': 'Navigacija po stranicama',
3423
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3424
- if (type === 'page') {
3425
- return "".concat(selected ? '' : 'Idi na ', "stranicu ").concat(page);
3426
- }
3427
- if (type === 'first') {
3428
- return 'Idi na prvu stranicu';
3429
- }
3430
- if (type === 'last') {
3431
- return 'Idi na zadnju stranicu';
3432
- }
3433
- if (type === 'next') {
3434
- return 'Idi na sledeću stranicu';
3435
- }
3436
- // if (type === 'previous') {
3437
- return 'Idi na prethodnu stranicu';
3438
- }
3439
- }
3440
- }
3441
- }
3442
- };
3443
- export var ruRU = {
3444
- components: {
3445
- MuiBreadcrumbs: {
3446
- defaultProps: {
3447
- expandText: 'Показать полный путь'
3448
- }
3449
- },
3450
- MuiTablePagination: {
3451
- defaultProps: {
3452
- getItemAriaLabel: function getItemAriaLabel(type) {
3453
- if (type === 'first') {
3454
- return 'Перейти на первую страницу';
3455
- }
3456
- if (type === 'last') {
3457
- return 'Перейти на последнюю страницу';
3458
- }
3459
- if (type === 'next') {
3460
- return 'Перейти на следующую страницу';
3461
- }
3462
- // if (type === 'previous') {
3463
- return 'Перейти на предыдущую страницу';
3464
- },
3465
- labelRowsPerPage: 'Строк на странице:',
3466
- labelDisplayedRows: function labelDisplayedRows(_ref38) {
3467
- var from = _ref38.from,
3468
- to = _ref38.to,
3469
- count = _ref38.count;
3470
- return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
3471
- }
3472
- }
3473
- },
3474
- MuiRating: {
3475
- defaultProps: {
3476
- getLabelText: function getLabelText(value) {
3477
- var pluralForm = 'Звёзд';
3478
- var lastDigit = value % 10;
3479
- if (lastDigit > 1 && lastDigit < 5) {
3480
- pluralForm = 'Звезды';
3481
- } else if (lastDigit === 1) {
3482
- pluralForm = 'Звезда';
3483
- }
3484
- return "".concat(value, " ").concat(pluralForm);
3485
- },
3486
- emptyLabelText: 'Рейтинг отсутствует'
3487
- }
3488
- },
3489
- MuiAutocomplete: {
3490
- defaultProps: {
3491
- clearText: 'Очистить',
3492
- closeText: 'Закрыть',
3493
- loadingText: 'Загрузка…',
3494
- noOptionsText: 'Нет доступных вариантов',
3495
- openText: 'Открыть'
3496
- }
3497
- },
3498
- MuiAlert: {
3499
- defaultProps: {
3500
- closeText: 'Закрыть'
3501
- }
3502
- },
3503
- MuiPagination: {
3504
- defaultProps: {
3505
- 'aria-label': 'Навигация по страницам',
3506
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3507
- if (type === 'page') {
3508
- if (selected) {
3509
- return "".concat(page, " \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430");
3510
- }
3511
- return "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 ".concat(page, " \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443");
3512
- }
3513
- if (type === 'first') {
3514
- return 'Перейти на первую страницу';
3515
- }
3516
- if (type === 'last') {
3517
- return 'Перейти на последнюю страницу';
3518
- }
3519
- if (type === 'next') {
3520
- return 'Перейти на следующую страницу';
3521
- }
3522
- // if (type === 'previous') {
3523
- return 'Перейти на предыдущую страницу';
3524
- }
3525
- }
3526
- }
3527
- }
3528
- };
3529
- export var siLK = {
3530
- components: {
3531
- MuiBreadcrumbs: {
3532
- defaultProps: {
3533
- expandText: 'ගමන් මඟ පෙන්වන්න'
3534
- }
3535
- },
3536
- MuiTablePagination: {
3537
- defaultProps: {
3538
- getItemAriaLabel: function getItemAriaLabel(type) {
3539
- if (type === 'first') {
3540
- return 'පළමු පිටුවට යන්න';
3541
- }
3542
- if (type === 'last') {
3543
- return 'අවසාන පිටුවට යන්න';
3544
- }
3545
- if (type === 'next') {
3546
- return 'මීළඟ පිටුවට යන්න';
3547
- }
3548
- // if (type === 'previous') {
3549
- return 'පෙර පිටුවට යන්න';
3550
- },
3551
- labelRowsPerPage: 'පිටුවක පේළි:',
3552
- labelDisplayedRows: function labelDisplayedRows(_ref39) {
3553
- var from = _ref39.from,
3554
- to = _ref39.to,
3555
- count = _ref39.count;
3556
- 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"));
3557
- }
3558
- }
3559
- },
3560
- MuiRating: {
3561
- defaultProps: {
3562
- getLabelText: function getLabelText(value) {
3563
- return "\u0DAD\u0DBB\u0DD4 ".concat(value);
3564
- },
3565
- emptyLabelText: 'හිස්'
3566
- }
3567
- },
3568
- MuiAutocomplete: {
3569
- defaultProps: {
3570
- clearText: 'මකන්න',
3571
- closeText: 'වසන්න',
3572
- loadingText: 'නැංවෙමින්…',
3573
- noOptionsText: 'විකල්ප නැත',
3574
- openText: 'විවෘත කරන්න'
3575
- }
3576
- },
3577
- MuiAlert: {
3578
- defaultProps: {
3579
- closeText: 'වසන්න'
3580
- }
3581
- },
3582
- MuiPagination: {
3583
- defaultProps: {
3584
- 'aria-label': 'පිටු අතර සංචරණය',
3585
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3586
- if (type === 'page') {
3587
- return "\u0DB4\u0DD2\u0DA7\u0DD4\u0DC0 ".concat(page, " ").concat(selected ? '' : 'ට යන්න');
3588
- }
3589
- if (type === 'first') {
3590
- return 'පළමු පිටුවට යන්න';
3591
- }
3592
- if (type === 'last') {
3593
- return 'අවසාන පිටුවට යන්න';
3594
- }
3595
- if (type === 'next') {
3596
- return 'මීළඟ පිටුවට යන්න';
3597
- }
3598
- // if (type === 'previous') {
3599
- return 'පෙර පිටුවට යන්න';
3600
- }
3601
- }
3602
- }
3603
- }
3604
- };
3605
- export var skSK = {
3606
- components: {
3607
- MuiBreadcrumbs: {
3608
- defaultProps: {
3609
- expandText: 'Ukázať cestu '
3610
- }
3611
- },
3612
- MuiTablePagination: {
3613
- defaultProps: {
3614
- getItemAriaLabel: function getItemAriaLabel(type) {
3615
- if (type === 'first') {
3616
- return 'Ísť na prvú stránku';
3617
- }
3618
- if (type === 'last') {
3619
- return 'Ísť na poslednú stránku';
3620
- }
3621
- if (type === 'next') {
3622
- return 'Ísť na ďaľšiu stránku';
3623
- }
3624
- // if (type === 'previous') {
3625
- return 'Ísť na predchádzajúcu stránku';
3626
- },
3627
- labelRowsPerPage: 'Riadkov na stránke:',
3628
- labelDisplayedRows: function labelDisplayedRows(_ref40) {
3629
- var from = _ref40.from,
3630
- to = _ref40.to,
3631
- count = _ref40.count;
3632
- return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
3633
- }
3634
- }
3635
- },
3636
- MuiRating: {
3637
- defaultProps: {
3638
- getLabelText: function getLabelText(value) {
3639
- if (value === 1) {
3640
- return "".concat(value, " hviezdi\u010Dka");
3641
- }
3642
- if (value >= 2 && value <= 4) {
3643
- return "".concat(value, " hviezdi\u010Dky");
3644
- }
3645
- return "".concat(value, " hviezdi\u010Diek");
3646
- },
3647
- emptyLabelText: 'Prázdne'
3648
- }
3649
- },
3650
- MuiAutocomplete: {
3651
- defaultProps: {
3652
- clearText: 'Vymazať',
3653
- closeText: 'Zavrieť',
3654
- loadingText: 'Načítanie…',
3655
- noOptionsText: 'Žiadne možnosti',
3656
- openText: 'Otvoriť'
3657
- }
3658
- },
3659
- MuiAlert: {
3660
- defaultProps: {
3661
- closeText: 'Zavrieť'
3662
- }
3663
- },
3664
- MuiPagination: {
3665
- defaultProps: {
3666
- 'aria-label': 'Navigácia stránkovanim',
3667
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3668
- if (type === 'page') {
3669
- return "".concat(selected ? '' : 'Ísť na ', "str\xE1nku ").concat(page);
3670
- }
3671
- if (type === 'first') {
3672
- return 'Ísť na prvú stránku';
3673
- }
3674
- if (type === 'last') {
3675
- return 'Ísť na poslednú stránku';
3676
- }
3677
- if (type === 'next') {
3678
- return 'Ísť na ďaľšiu stránku';
3679
- }
3680
- // if (type === 'previous') {
3681
- return 'Ísť na predchádzajúcu stránku';
3682
- }
3683
- }
3684
- }
3685
- }
3686
- };
3687
- export var svSE = {
3688
- components: {
3689
- MuiBreadcrumbs: {
3690
- defaultProps: {
3691
- expandText: 'Visa sökväg'
3692
- }
3693
- },
3694
- MuiTablePagination: {
3695
- defaultProps: {
3696
- getItemAriaLabel: function getItemAriaLabel(type) {
3697
- if (type === 'first') {
3698
- return 'Gå till första sidan';
3699
- }
3700
- if (type === 'last') {
3701
- return 'Gå till sista sidan';
3702
- }
3703
- if (type === 'next') {
3704
- return 'Gå till nästa sida';
3705
- }
3706
- // if (type === 'previous') {
3707
- return 'Gå till föregående sida';
3708
- },
3709
- labelRowsPerPage: 'Rader per sida:',
3710
- labelDisplayedRows: function labelDisplayedRows(_ref41) {
3711
- var from = _ref41.from,
3712
- to = _ref41.to,
3713
- count = _ref41.count;
3714
- return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
3715
- }
3716
- }
3717
- },
3718
- MuiRating: {
3719
- defaultProps: {
3720
- getLabelText: function getLabelText(value) {
3721
- return "".concat(value, " ").concat(value !== 1 ? 'Stjärnor' : 'Stjärna');
3722
- },
3723
- emptyLabelText: 'Tom'
3724
- }
3725
- },
3726
- MuiAutocomplete: {
3727
- defaultProps: {
3728
- clearText: 'Rensa',
3729
- closeText: 'Stäng',
3730
- loadingText: 'Laddar…',
3731
- noOptionsText: 'Inga alternativ',
3732
- openText: 'Öppna'
3733
- }
3734
- },
3735
- MuiAlert: {
3736
- defaultProps: {
3737
- closeText: 'Stäng'
3738
- }
3739
- },
3740
- MuiPagination: {
3741
- defaultProps: {
3742
- 'aria-label': 'Sidnavigering',
3743
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3744
- if (type === 'page') {
3745
- return "".concat(selected ? '' : 'Gå till ', "sida ").concat(page);
3746
- }
3747
- if (type === 'first') {
3748
- return 'Gå till första sidan';
3749
- }
3750
- if (type === 'last') {
3751
- return 'Gå till sista sidan';
3752
- }
3753
- if (type === 'next') {
3754
- return 'Gå till nästa sida';
3755
- }
3756
- // if (type === 'previous') {
3757
- return 'Gå till föregående sida';
3758
- }
3759
- }
3760
- }
3761
- }
3762
- };
3763
- export var thTH = {
3764
- components: {
3765
- MuiBreadcrumbs: {
3766
- defaultProps: {
3767
- expandText: 'แสดงเส้นทาง'
3768
- }
3769
- },
3770
- MuiTablePagination: {
3771
- defaultProps: {
3772
- getItemAriaLabel: function getItemAriaLabel(type) {
3773
- if (type === 'first') {
3774
- return 'ไปที่หน้าแรก';
3775
- }
3776
- if (type === 'last') {
3777
- return 'ไปที่หน้าสุดท้าย';
3778
- }
3779
- if (type === 'next') {
3780
- return 'ไปที่หน้าถัดไป';
3781
- }
3782
- // if (type === 'previous') {
3783
- return 'ไปที่หน้าก่อน';
3784
- },
3785
- labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3786
- labelDisplayedRows: function labelDisplayedRows(_ref42) {
3787
- var from = _ref42.from,
3788
- to = _ref42.to,
3789
- count = _ref42.count;
3790
- return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
3791
- }
3792
- }
3793
- },
3794
- MuiRating: {
3795
- defaultProps: {
3796
- getLabelText: function getLabelText(value) {
3797
- return "".concat(value, " \u0E14\u0E32\u0E27");
3798
- },
3799
- emptyLabelText: 'ว่างเปล่า'
3800
- }
3801
- },
3802
- MuiAutocomplete: {
3803
- defaultProps: {
3804
- clearText: 'เคลียร์',
3805
- closeText: 'ปิด',
3806
- loadingText: 'กำลังโหลด…',
3807
- noOptionsText: 'ไม่มีตัวเลือก',
3808
- openText: 'เปิด'
3809
- }
3810
- },
3811
- MuiAlert: {
3812
- defaultProps: {
3813
- closeText: 'ปิด'
3814
- }
3815
- },
3816
- MuiPagination: {
3817
- defaultProps: {
3818
- 'aria-label': '',
3819
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3820
- if (type === 'page') {
3821
- return "".concat(selected ? '' : 'ไปที่', "\u0E2B\u0E19\u0E49\u0E32 ").concat(page);
3822
- }
3823
- if (type === 'first') {
3824
- return 'ไปที่หน้าแรก';
3825
- }
3826
- if (type === 'last') {
3827
- return 'ไปที่หน้าสุดท้าย';
3828
- }
3829
- if (type === 'next') {
3830
- return 'ไปที่หน้าถัดไป';
3831
- }
3832
- // if (type === 'previous') {
3833
- return 'ไปที่หน้าก่อน';
3834
- }
3835
- }
3836
- }
3837
- }
3838
- };
3839
- export var trTR = {
3840
- components: {
3841
- MuiBreadcrumbs: {
3842
- defaultProps: {
3843
- expandText: 'Yolu göster'
3844
- }
3845
- },
3846
- MuiTablePagination: {
3847
- defaultProps: {
3848
- getItemAriaLabel: function getItemAriaLabel(type) {
3849
- if (type === 'first') {
3850
- return 'İlk sayfaya git';
3851
- }
3852
- if (type === 'last') {
3853
- return 'Son sayfaya git';
3854
- }
3855
- if (type === 'next') {
3856
- return 'Sonraki sayfaya git';
3857
- }
3858
- // if (type === 'previous') {
3859
- return 'Önceki sayfaya git';
3860
- },
3861
- labelRowsPerPage: 'Sayfa başına satır:',
3862
- labelDisplayedRows: function labelDisplayedRows(_ref43) {
3863
- var from = _ref43.from,
3864
- to = _ref43.to,
3865
- count = _ref43.count;
3866
- return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "'den fazla"));
3867
- }
3868
- }
3869
- },
3870
- MuiRating: {
3871
- defaultProps: {
3872
- getLabelText: function getLabelText(value) {
3873
- return "".concat(value, " Y\u0131ld\u0131z");
3874
- },
3875
- emptyLabelText: 'Boş'
3876
- }
3877
- },
3878
- MuiAutocomplete: {
3879
- defaultProps: {
3880
- clearText: 'Temizle',
3881
- closeText: 'Kapat',
3882
- loadingText: 'Yükleniyor…',
3883
- noOptionsText: 'Seçenek yok',
3884
- openText: 'Aç'
3885
- }
3886
- },
3887
- MuiAlert: {
3888
- defaultProps: {
3889
- closeText: 'Kapat'
3890
- }
3891
- },
3892
- MuiPagination: {
3893
- defaultProps: {
3894
- 'aria-label': 'Sayfa navigasyonu',
3895
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3896
- if (type === 'page') {
3897
- return "".concat(page, ". ").concat(selected ? 'sayfa' : 'sayfaya git');
3898
- }
3899
- if (type === 'first') {
3900
- return 'İlk sayfaya git';
3901
- }
3902
- if (type === 'last') {
3903
- return 'Son sayfaya git';
3904
- }
3905
- if (type === 'next') {
3906
- return 'Sonraki sayfaya git';
3907
- }
3908
- // if (type === 'previous') {
3909
- return 'Önceki sayfaya git';
3910
- }
3911
- }
3912
- }
3913
- }
3914
- };
3915
-
3916
- // Tagalog-Tagalog
3917
- export var tlTL = {
3918
- components: {
3919
- MuiBreadcrumbs: {
3920
- defaultProps: {
3921
- expandText: 'Ipakita ang landas'
3922
- }
3923
- },
3924
- MuiTablePagination: {
3925
- defaultProps: {
3926
- getItemAriaLabel: function getItemAriaLabel(type) {
3927
- if (type === 'first') {
3928
- return 'Pumunta sa unang pahina';
3929
- }
3930
- if (type === 'last') {
3931
- return 'Pumunta sa huling pahina';
3932
- }
3933
- if (type === 'next') {
3934
- return 'Pumunta sa susunod na pahina';
3935
- }
3936
- // if (type === 'previous') {
3937
- return 'Pumunta sa nakaraang pahina';
3938
- },
3939
- labelRowsPerPage: 'Mga hilera bawat pahina:',
3940
- labelDisplayedRows: function labelDisplayedRows(_ref44) {
3941
- var from = _ref44.from,
3942
- to = _ref44.to,
3943
- count = _ref44.count;
3944
- return "".concat(from, "\u2013").concat(to, " ng ").concat(count !== -1 ? count : "higit sa ".concat(to));
3945
- }
3946
- }
3947
- },
3948
- MuiRating: {
3949
- defaultProps: {
3950
- getLabelText: function getLabelText(value) {
3951
- return "".concat(value, " Bituin").concat(value !== 1 ? 's' : '');
3952
- },
3953
- emptyLabelText: 'Walang laman'
3954
- }
3955
- },
3956
- MuiAutocomplete: {
3957
- defaultProps: {
3958
- clearText: 'Maaliwalas',
3959
- closeText: 'Isara',
3960
- loadingText: 'Naglo-load…',
3961
- noOptionsText: 'Walang mga pagpipilian',
3962
- openText: 'Bukas'
3963
- }
3964
- },
3965
- MuiAlert: {
3966
- defaultProps: {
3967
- closeText: 'Isara'
3968
- }
3969
- },
3970
- MuiPagination: {
3971
- defaultProps: {
3972
- 'aria-label': 'Sayfa navigasyonu',
3973
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3974
- if (type === 'page') {
3975
- return "".concat(selected ? '' : 'Pumunta sa', "pahina ").concat(page);
3976
- }
3977
- if (type === 'first') {
3978
- return 'Pumunta sa unang pahina';
3979
- }
3980
- if (type === 'last') {
3981
- return 'Pumunta sa huling pahina';
3982
- }
3983
- if (type === 'next') {
3984
- return 'Pumunta sa susunod na pahina';
3985
- }
3986
- // if (type === 'previous') {
3987
- return 'Pumunta sa nakaraang pahina';
3988
- }
3989
- }
3990
- }
3991
- }
3992
- };
3993
- export var ukUA = {
3994
- components: {
3995
- MuiBreadcrumbs: {
3996
- defaultProps: {
3997
- expandText: 'Показати шлях сторінок'
3998
- }
3999
- },
4000
- MuiTablePagination: {
4001
- defaultProps: {
4002
- getItemAriaLabel: function getItemAriaLabel(type) {
4003
- if (type === 'first') {
4004
- return 'Перейти на першу сторінку';
4005
- }
4006
- if (type === 'last') {
4007
- return 'Перейти на останню сторінку';
4008
- }
4009
- if (type === 'next') {
4010
- return 'Перейти на наступну сторінку';
4011
- }
4012
- // if (type === 'previous') {
4013
- return 'Перейти на попередню сторінку';
4014
- },
4015
- labelRowsPerPage: 'Рядків на сторінці:',
4016
- labelDisplayedRows: function labelDisplayedRows(_ref45) {
4017
- var from = _ref45.from,
4018
- to = _ref45.to,
4019
- count = _ref45.count;
4020
- return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
4021
- }
4022
- }
4023
- },
4024
- MuiRating: {
4025
- defaultProps: {
4026
- getLabelText: function getLabelText(value) {
4027
- var pluralForm = 'Зірок';
4028
- var lastDigit = value % 10;
4029
- if (lastDigit > 1 && lastDigit < 5) {
4030
- pluralForm = 'Зірки';
4031
- } else if (lastDigit === 1) {
4032
- pluralForm = 'Зірка';
4033
- }
4034
- return "".concat(value, " ").concat(pluralForm);
4035
- },
4036
- emptyLabelText: 'Рейтинг відсутній'
4037
- }
4038
- },
4039
- MuiAutocomplete: {
4040
- defaultProps: {
4041
- clearText: 'Очистити',
4042
- closeText: 'Згорнути',
4043
- loadingText: 'Завантаження…',
4044
- noOptionsText: 'Немає варіантів',
4045
- openText: 'Розгорнути'
4046
- }
4047
- },
4048
- MuiAlert: {
4049
- defaultProps: {
4050
- closeText: 'Згорнути'
4051
- }
4052
- },
4053
- MuiPagination: {
4054
- defaultProps: {
4055
- 'aria-label': 'Навігація сторінками',
4056
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
4057
- if (type === 'page') {
4058
- return "".concat(selected ? '' : 'Перейти на ', "\u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 ").concat(page);
4059
- }
4060
- if (type === 'first') {
4061
- return 'Перейти на першу сторінку';
4062
- }
4063
- if (type === 'last') {
4064
- return 'Перейти на останню сторінку';
4065
- }
4066
- if (type === 'next') {
4067
- return 'Перейти на наступну сторінку';
4068
- }
4069
- // if (type === 'previous') {
4070
- return 'Перейти на попередню сторінку';
4071
- }
4072
- }
4073
- }
4074
- }
4075
- };
4076
- export var urPK = {
4077
- components: {
4078
- MuiBreadcrumbs: {
4079
- defaultProps: {
4080
- expandText: 'راستہ دکھائیں'
4081
- }
4082
- },
4083
- MuiTablePagination: {
4084
- defaultProps: {
4085
- getItemAriaLabel: function getItemAriaLabel(type) {
4086
- if (type === 'first') {
4087
- return 'پہلے صفحے پر جائیں';
4088
- }
4089
- if (type === 'last') {
4090
- return 'آخری صفحے پر جائیں';
4091
- }
4092
- if (type === 'next') {
4093
- return 'اگلے صفحے پر جائیں';
4094
- }
4095
- // if (type === 'previous') {
4096
- return 'پچھلے صفحے پر جائیں';
4097
- },
4098
- labelRowsPerPage: 'ایک صفحے پر قطاریں:',
4099
- labelDisplayedRows: function labelDisplayedRows(_ref46) {
4100
- var from = _ref46.from,
4101
- to = _ref46.to,
4102
- count = _ref46.count;
4103
- 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");
4104
- }
4105
- }
4106
- },
4107
- MuiRating: {
4108
- defaultProps: {
4109
- getLabelText: function getLabelText(value) {
4110
- return "".concat(value, " \u0633\u062A\u0627\u0631").concat(value !== 1 ? 'ے' : 'ہ');
4111
- },
4112
- emptyLabelText: 'خالی'
4113
- }
4114
- },
4115
- MuiAutocomplete: {
4116
- defaultProps: {
4117
- clearText: 'کلئیر',
4118
- closeText: 'بند کریں',
4119
- loadingText: 'لوڈ ہو رہا ہے۔۔۔',
4120
- noOptionsText: 'کوئی آپشن نہیں',
4121
- openText: 'کھولیں'
4122
- }
4123
- },
4124
- MuiAlert: {
4125
- defaultProps: {
4126
- closeText: 'بند کریں'
4127
- }
4128
- },
4129
- MuiPagination: {
4130
- defaultProps: {
4131
- 'aria-label': 'صفحات کی ترتیب',
4132
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
4133
- if (type === 'page') {
4134
- return "\u0635\u0641\u062D\u06C1 \u0646\u0645\u0628\u0631 ".concat(page).concat(selected ? '' : ' پر جائیں');
4135
- }
4136
- if (type === 'first') {
4137
- return 'پہلے صفحے پر جائیں';
4138
- }
4139
- if (type === 'last') {
4140
- return 'آخری صفحے پر جائیں';
4141
- }
4142
- if (type === 'next') {
4143
- return 'اگلے صفحے پر جائیں';
4144
- }
4145
- // if (type === 'previous') {
4146
- return 'پچھلے صفحے پر جائیں';
4147
- }
4148
- }
4149
- }
4150
- }
4151
- };
4152
- export var viVN = {
4153
- components: {
4154
- MuiBreadcrumbs: {
4155
- defaultProps: {
4156
- expandText: 'Mở ra'
4157
- }
4158
- },
4159
- MuiTablePagination: {
4160
- defaultProps: {
4161
- getItemAriaLabel: function getItemAriaLabel(type) {
4162
- if (type === 'first') {
4163
- return 'Tới trang đầu tiên';
4164
- }
4165
- if (type === 'last') {
4166
- return 'Tới trang cuối cùng';
4167
- }
4168
- if (type === 'next') {
4169
- return 'Tới trang tiếp theo';
4170
- }
4171
- // if (type === 'previous') {
4172
- return 'Về trang trước đó';
4173
- },
4174
- labelRowsPerPage: 'Số hàng mỗi trang:',
4175
- labelDisplayedRows: function labelDisplayedRows(_ref47) {
4176
- var from = _ref47.from,
4177
- to = _ref47.to,
4178
- count = _ref47.count;
4179
- return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
4180
- }
4181
- }
4182
- },
4183
- MuiRating: {
4184
- defaultProps: {
4185
- getLabelText: function getLabelText(value) {
4186
- return "".concat(value, " sao");
4187
- },
4188
- emptyLabelText: 'Không có dữ liệu'
4189
- }
4190
- },
4191
- MuiAutocomplete: {
4192
- defaultProps: {
4193
- clearText: 'Xóa',
4194
- closeText: 'Đóng',
4195
- loadingText: 'Đang tải…',
4196
- noOptionsText: 'Không có lựa chọn nào',
4197
- openText: 'Mở'
4198
- }
4199
- },
4200
- MuiAlert: {
4201
- defaultProps: {
4202
- closeText: 'Đóng'
4203
- }
4204
- },
4205
- MuiPagination: {
4206
- defaultProps: {
4207
- 'aria-label': 'Thanh điều khiển trang',
4208
- getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
4209
- if (type === 'page') {
4210
- return "".concat(selected ? '' : 'Tới ', "trang ").concat(page);
4211
- }
4212
- if (type === 'first') {
4213
- return 'Tới trang đầu tiên';
4214
- }
4215
- if (type === 'last') {
4216
- return 'Tới trang cuối cùng';
4217
- }
4218
- if (type === 'next') {
4219
- return 'Tới trang tiếp theo';
4220
- }
4221
- // if (type === 'previous') {
4222
- return 'Về trang trước đó';
4223
- }
4224
- }
4225
- }
4226
- }
4227
- };
4228
- export var zhCN = {
4229
- components: {
4230
- MuiBreadcrumbs: {
4231
- defaultProps: {
4232
- expandText: '展开'
4233
- }
4234
- },
4235
- MuiTablePagination: {
4236
- defaultProps: {
4237
- getItemAriaLabel: function getItemAriaLabel(type) {
4238
- if (type === 'first') {
4239
- return '第一页';
4240
- }
4241
- if (type === 'last') {
4242
- return '最后一页';
4243
- }
4244
- if (type === 'next') {
4245
- return '下一页';
4246
- }
4247
- return '上一页';
4248
- },
4249
- labelRowsPerPage: '每页行数:',
4250
- labelDisplayedRows: function labelDisplayedRows(_ref48) {
4251
- var from = _ref48.from,
4252
- to = _ref48.to,
4253
- count = _ref48.count;
4254
- return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
4255
- }
4256
- }
4257
- },
4258
- MuiRating: {
4259
- defaultProps: {
4260
- getLabelText: function getLabelText(value) {
4261
- return "".concat(value, " \u9897\u661F");
4262
- },
4263
- emptyLabelText: '无标签'
4264
- }
4265
- },
4266
- MuiAutocomplete: {
4267
- defaultProps: {
4268
- clearText: '清空',
4269
- closeText: '关闭',
4270
- loadingText: '加载中……',
4271
- noOptionsText: '没有可用选项',
4272
- openText: '打开'
4273
- }
4274
- },
4275
- MuiAlert: {
4276
- defaultProps: {
4277
- closeText: '关闭'
4278
- }
4279
- }
4280
- }
4281
- };
4282
- export var zhHK = {
4283
- components: {
4284
- MuiBreadcrumbs: {
4285
- defaultProps: {
4286
- expandText: '展開'
4287
- }
4288
- },
4289
- MuiTablePagination: {
4290
- defaultProps: {
4291
- getItemAriaLabel: function getItemAriaLabel(type) {
4292
- if (type === 'first') {
4293
- return '第一頁';
4294
- }
4295
- if (type === 'last') {
4296
- return '最後一頁';
4297
- }
4298
- if (type === 'next') {
4299
- return '下一頁';
4300
- }
4301
- return '上一頁';
4302
- },
4303
- labelRowsPerPage: '每頁行數:',
4304
- labelDisplayedRows: function labelDisplayedRows(_ref49) {
4305
- var from = _ref49.from,
4306
- to = _ref49.to,
4307
- count = _ref49.count;
4308
- return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
4309
- }
4310
- }
4311
- },
4312
- MuiRating: {
4313
- defaultProps: {
4314
- getLabelText: function getLabelText(value) {
4315
- return "".concat(value, " \u7C92\u661F");
4316
- },
4317
- emptyLabelText: '無標籤'
4318
- }
4319
- },
4320
- MuiAutocomplete: {
4321
- defaultProps: {
4322
- clearText: '清除',
4323
- closeText: '關閉',
4324
- loadingText: '載入中……',
4325
- noOptionsText: '沒有可用選項',
4326
- openText: '開啟'
4327
- }
4328
- },
4329
- MuiAlert: {
4330
- defaultProps: {
4331
- closeText: '關閉'
4332
- }
4333
- }
4334
- }
4335
- };
4336
- export var zhTW = {
4337
- components: {
4338
- MuiBreadcrumbs: {
4339
- defaultProps: {
4340
- expandText: '展開'
4341
- }
4342
- },
4343
- MuiTablePagination: {
4344
- defaultProps: {
4345
- getItemAriaLabel: function getItemAriaLabel(type) {
4346
- if (type === 'first') {
4347
- return '第一頁';
4348
- }
4349
- if (type === 'last') {
4350
- return '最後一頁';
4351
- }
4352
- if (type === 'next') {
4353
- return '下一頁';
4354
- }
4355
- return '上一頁';
4356
- },
4357
- labelRowsPerPage: '每頁數量:',
4358
- labelDisplayedRows: function labelDisplayedRows(_ref50) {
4359
- var from = _ref50.from,
4360
- to = _ref50.to,
4361
- count = _ref50.count;
4362
- return "".concat(from, " ~ ").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, " \u4EE5\u4E0A"));
4363
- }
4364
- }
4365
- },
4366
- MuiRating: {
4367
- defaultProps: {
4368
- getLabelText: function getLabelText(value) {
4369
- return "".concat(value, " \u9846\u661F");
4370
- },
4371
- emptyLabelText: '無標籤'
4372
- }
4373
- },
4374
- MuiAutocomplete: {
4375
- defaultProps: {
4376
- clearText: '清空',
4377
- closeText: '關閉',
4378
- loadingText: '載入中…',
4379
- noOptionsText: '沒有可用選項',
4380
- openText: '打開'
4381
- }
4382
- },
4383
- MuiAlert: {
4384
- defaultProps: {
4385
- closeText: '關閉'
4386
- }
4387
- }
4388
- }
4389
- };