@mui/material 7.3.1 → 7.3.3

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 (364) hide show
  1. package/Accordion/Accordion.d.ts +3 -3
  2. package/AccordionSummary/AccordionSummary.d.ts +3 -3
  3. package/Alert/Alert.d.ts +6 -6
  4. package/Avatar/Avatar.d.ts +3 -3
  5. package/Backdrop/Backdrop.d.ts +2 -2
  6. package/Badge/Badge.d.ts +2 -2
  7. package/BottomNavigationAction/BottomNavigationAction.d.ts +2 -2
  8. package/CHANGELOG.md +153 -4
  9. package/CardActionArea/CardActionArea.d.ts +2 -2
  10. package/CardHeader/CardHeader.d.ts +6 -6
  11. package/Checkbox/Checkbox.d.ts +2 -2
  12. package/Chip/Chip.d.ts +2 -2
  13. package/Chip/Chip.js +2 -2
  14. package/CircularProgress/CircularProgress.d.ts +6 -0
  15. package/CircularProgress/CircularProgress.js +31 -4
  16. package/CircularProgress/circularProgressClasses.d.ts +2 -0
  17. package/CircularProgress/circularProgressClasses.js +1 -1
  18. package/Dialog/Dialog.d.ts +5 -5
  19. package/Divider/Divider.js +1 -1
  20. package/Drawer/Drawer.d.ts +6 -6
  21. package/Drawer/Drawer.js +5 -1
  22. package/InputBase/InputBase.js +1 -1
  23. package/ListItem/ListItem.js +1 -1
  24. package/ListItemText/ListItemText.d.ts +2 -2
  25. package/Menu/Menu.d.ts +5 -5
  26. package/MenuItem/MenuItem.js +1 -1
  27. package/MobileStepper/MobileStepper.d.ts +4 -4
  28. package/OutlinedInput/OutlinedInput.js +1 -1
  29. package/PaginationItem/PaginationItem.d.ts +36 -4
  30. package/Popover/Popover.d.ts +5 -5
  31. package/Popover/Popover.js +2 -2
  32. package/Radio/Radio.d.ts +2 -2
  33. package/Rating/Rating.d.ts +5 -5
  34. package/Slider/Slider.js +1 -1
  35. package/Snackbar/Snackbar.d.ts +3 -3
  36. package/SnackbarContent/SnackbarContent.js +1 -1
  37. package/SpeedDial/SpeedDial.d.ts +2 -2
  38. package/SpeedDialAction/SpeedDialAction.d.ts +4 -4
  39. package/StepContent/StepContent.d.ts +1 -1
  40. package/StepLabel/StepLabel.d.ts +3 -3
  41. package/SwipeableDrawer/SwipeableDrawer.d.ts +1 -1
  42. package/Switch/Switch.d.ts +5 -5
  43. package/TablePagination/TablePagination.d.ts +10 -10
  44. package/TablePagination/TablePagination.js +3 -3
  45. package/TablePaginationActions/TablePaginationActions.d.ts +2 -2
  46. package/TablePaginationActions/TablePaginationActions.js +2 -2
  47. package/Tabs/Tabs.d.ts +8 -8
  48. package/Tabs/Tabs.js +5 -0
  49. package/TextField/TextField.d.ts +6 -6
  50. package/TextField/TextField.js +1 -1
  51. package/Tooltip/Tooltip.d.ts +4 -4
  52. package/esm/Accordion/Accordion.d.ts +3 -3
  53. package/esm/AccordionSummary/AccordionSummary.d.ts +3 -3
  54. package/esm/Alert/Alert.d.ts +6 -6
  55. package/esm/Avatar/Avatar.d.ts +3 -3
  56. package/esm/Backdrop/Backdrop.d.ts +2 -2
  57. package/esm/Badge/Badge.d.ts +2 -2
  58. package/esm/BottomNavigationAction/BottomNavigationAction.d.ts +2 -2
  59. package/esm/CardActionArea/CardActionArea.d.ts +2 -2
  60. package/esm/CardHeader/CardHeader.d.ts +6 -6
  61. package/esm/Checkbox/Checkbox.d.ts +2 -2
  62. package/esm/Chip/Chip.d.ts +2 -2
  63. package/esm/Chip/Chip.js +2 -2
  64. package/esm/CircularProgress/CircularProgress.d.ts +6 -0
  65. package/esm/CircularProgress/CircularProgress.js +32 -5
  66. package/esm/CircularProgress/circularProgressClasses.d.ts +2 -0
  67. package/esm/CircularProgress/circularProgressClasses.js +1 -1
  68. package/esm/Dialog/Dialog.d.ts +5 -5
  69. package/esm/Divider/Divider.js +1 -1
  70. package/esm/Drawer/Drawer.d.ts +6 -6
  71. package/esm/Drawer/Drawer.js +5 -1
  72. package/esm/InputBase/InputBase.js +1 -1
  73. package/esm/ListItem/ListItem.js +1 -1
  74. package/esm/ListItemText/ListItemText.d.ts +2 -2
  75. package/esm/Menu/Menu.d.ts +5 -5
  76. package/esm/MenuItem/MenuItem.js +1 -1
  77. package/esm/MobileStepper/MobileStepper.d.ts +4 -4
  78. package/esm/OutlinedInput/OutlinedInput.js +1 -1
  79. package/esm/PaginationItem/PaginationItem.d.ts +36 -4
  80. package/esm/Popover/Popover.d.ts +5 -5
  81. package/esm/Popover/Popover.js +2 -2
  82. package/esm/Radio/Radio.d.ts +2 -2
  83. package/esm/Rating/Rating.d.ts +5 -5
  84. package/esm/Slider/Slider.js +1 -1
  85. package/esm/Snackbar/Snackbar.d.ts +3 -3
  86. package/esm/SnackbarContent/SnackbarContent.js +1 -1
  87. package/esm/SpeedDial/SpeedDial.d.ts +2 -2
  88. package/esm/SpeedDialAction/SpeedDialAction.d.ts +4 -4
  89. package/esm/StepContent/StepContent.d.ts +1 -1
  90. package/esm/StepLabel/StepLabel.d.ts +3 -3
  91. package/esm/SwipeableDrawer/SwipeableDrawer.d.ts +1 -1
  92. package/esm/Switch/Switch.d.ts +5 -5
  93. package/esm/TablePagination/TablePagination.d.ts +10 -10
  94. package/esm/TablePagination/TablePagination.js +3 -3
  95. package/esm/TablePaginationActions/TablePaginationActions.d.ts +2 -2
  96. package/esm/TablePaginationActions/TablePaginationActions.js +2 -2
  97. package/esm/Tabs/Tabs.d.ts +8 -8
  98. package/esm/Tabs/Tabs.js +5 -0
  99. package/esm/TextField/TextField.d.ts +6 -6
  100. package/esm/TextField/TextField.js +1 -1
  101. package/esm/Tooltip/Tooltip.d.ts +4 -4
  102. package/esm/index.js +1 -1
  103. package/esm/internal/SwitchBase.d.ts +1 -1
  104. package/esm/locale/amET.d.ts +2 -0
  105. package/esm/locale/amET.js +73 -0
  106. package/esm/locale/arEG.d.ts +2 -0
  107. package/esm/locale/arEG.js +73 -0
  108. package/esm/locale/arSA.d.ts +2 -0
  109. package/esm/locale/arSA.js +73 -0
  110. package/esm/locale/arSD.d.ts +2 -0
  111. package/esm/locale/arSD.js +73 -0
  112. package/esm/locale/azAZ.d.ts +2 -0
  113. package/esm/locale/azAZ.js +77 -0
  114. package/esm/locale/beBY.d.ts +2 -0
  115. package/esm/locale/beBY.js +85 -0
  116. package/esm/locale/bgBG.d.ts +2 -0
  117. package/esm/locale/bgBG.js +70 -0
  118. package/esm/locale/bnBD.d.ts +2 -0
  119. package/esm/locale/bnBD.js +73 -0
  120. package/esm/locale/caES.d.ts +2 -0
  121. package/esm/locale/caES.js +70 -0
  122. package/esm/locale/csCZ.d.ts +2 -0
  123. package/esm/locale/csCZ.js +81 -0
  124. package/esm/locale/daDK.d.ts +2 -0
  125. package/esm/locale/daDK.js +73 -0
  126. package/esm/locale/deDE.d.ts +2 -0
  127. package/esm/locale/deDE.js +73 -0
  128. package/esm/locale/elGR.d.ts +2 -0
  129. package/esm/locale/elGR.js +75 -0
  130. package/esm/locale/enUS.d.ts +2 -0
  131. package/esm/locale/enUS.js +61 -0
  132. package/esm/locale/esES.d.ts +2 -0
  133. package/esm/locale/esES.js +73 -0
  134. package/esm/locale/etEE.d.ts +2 -0
  135. package/esm/locale/etEE.js +73 -0
  136. package/esm/locale/faIR.d.ts +2 -0
  137. package/esm/locale/faIR.js +78 -0
  138. package/esm/locale/fiFI.d.ts +2 -0
  139. package/esm/locale/fiFI.js +73 -0
  140. package/esm/locale/frFR.d.ts +2 -0
  141. package/esm/locale/frFR.js +73 -0
  142. package/esm/locale/heIL.d.ts +2 -0
  143. package/esm/locale/heIL.js +73 -0
  144. package/esm/locale/hiIN.d.ts +2 -0
  145. package/esm/locale/hiIN.js +73 -0
  146. package/esm/locale/hrHR.d.ts +2 -0
  147. package/esm/locale/hrHR.js +81 -0
  148. package/esm/locale/huHU.d.ts +2 -0
  149. package/esm/locale/huHU.js +70 -0
  150. package/esm/locale/hyAM.d.ts +2 -0
  151. package/esm/locale/hyAM.js +70 -0
  152. package/esm/locale/idID.d.ts +2 -0
  153. package/esm/locale/idID.js +70 -0
  154. package/esm/locale/index.d.ts +60 -82
  155. package/esm/locale/index.js +60 -4327
  156. package/esm/locale/isIS.d.ts +2 -0
  157. package/esm/locale/isIS.js +73 -0
  158. package/esm/locale/itIT.d.ts +2 -0
  159. package/esm/locale/itIT.js +73 -0
  160. package/esm/locale/jaJP.d.ts +2 -0
  161. package/esm/locale/jaJP.js +73 -0
  162. package/esm/locale/khKH.d.ts +2 -0
  163. package/esm/locale/khKH.js +73 -0
  164. package/esm/locale/kkKZ.d.ts +2 -0
  165. package/esm/locale/kkKZ.js +76 -0
  166. package/esm/locale/koKR.d.ts +2 -0
  167. package/esm/locale/koKR.js +73 -0
  168. package/esm/locale/kuCKB.d.ts +2 -0
  169. package/esm/locale/kuCKB.js +73 -0
  170. package/esm/locale/kuLatn.d.ts +2 -0
  171. package/esm/locale/kuLatn.js +73 -0
  172. package/esm/locale/mkMK.d.ts +2 -0
  173. package/esm/locale/mkMK.js +77 -0
  174. package/esm/locale/msMS.d.ts +2 -0
  175. package/esm/locale/msMS.js +77 -0
  176. package/esm/locale/myMY.d.ts +2 -0
  177. package/esm/locale/myMY.js +77 -0
  178. package/esm/locale/nbNO.d.ts +2 -0
  179. package/esm/locale/nbNO.js +73 -0
  180. package/esm/locale/neNP.d.ts +2 -0
  181. package/esm/locale/neNP.js +77 -0
  182. package/esm/locale/nlNL.d.ts +2 -0
  183. package/esm/locale/nlNL.js +73 -0
  184. package/esm/locale/nnNO.d.ts +2 -0
  185. package/esm/locale/nnNO.js +73 -0
  186. package/esm/locale/plPL.d.ts +2 -0
  187. package/esm/locale/plPL.js +82 -0
  188. package/esm/locale/psAF.d.ts +2 -0
  189. package/esm/locale/psAF.js +73 -0
  190. package/esm/locale/ptBR.d.ts +2 -0
  191. package/esm/locale/ptBR.js +73 -0
  192. package/esm/locale/ptPT.d.ts +2 -0
  193. package/esm/locale/ptPT.js +73 -0
  194. package/esm/locale/roRO.d.ts +2 -0
  195. package/esm/locale/roRO.js +73 -0
  196. package/esm/locale/ruRU.d.ts +2 -0
  197. package/esm/locale/ruRU.js +85 -0
  198. package/esm/locale/siLK.d.ts +2 -0
  199. package/esm/locale/siLK.js +73 -0
  200. package/esm/locale/skSK.d.ts +2 -0
  201. package/esm/locale/skSK.js +81 -0
  202. package/esm/locale/srRS.d.ts +2 -0
  203. package/esm/locale/srRS.js +81 -0
  204. package/esm/locale/svSE.d.ts +2 -0
  205. package/esm/locale/svSE.js +73 -0
  206. package/esm/locale/thTH.d.ts +2 -0
  207. package/esm/locale/thTH.js +73 -0
  208. package/esm/locale/tlTL.d.ts +2 -0
  209. package/esm/locale/tlTL.js +74 -0
  210. package/esm/locale/trTR.d.ts +2 -0
  211. package/esm/locale/trTR.js +73 -0
  212. package/esm/locale/ukUA.d.ts +2 -0
  213. package/esm/locale/ukUA.js +82 -0
  214. package/esm/locale/urPK.d.ts +2 -0
  215. package/esm/locale/urPK.js +73 -0
  216. package/esm/locale/utils/LocaleTextApi.d.ts +23 -0
  217. package/esm/locale/utils/LocaleTextApi.js +1 -0
  218. package/esm/locale/viVN.d.ts +2 -0
  219. package/esm/locale/viVN.js +73 -0
  220. package/esm/locale/zhCN.d.ts +2 -0
  221. package/esm/locale/zhCN.js +51 -0
  222. package/esm/locale/zhHK.d.ts +2 -0
  223. package/esm/locale/zhHK.js +51 -0
  224. package/esm/locale/zhTW.d.ts +2 -0
  225. package/esm/locale/zhTW.js +51 -0
  226. package/esm/styles/createColorScheme.js +2 -2
  227. package/esm/styles/createTheme.js +2 -2
  228. package/esm/useAutocomplete/useAutocomplete.js +2 -2
  229. package/esm/utils/shouldSpreadAdditionalProps.js +1 -1
  230. package/esm/version/index.js +2 -2
  231. package/index.js +1 -1
  232. package/internal/SwitchBase.d.ts +1 -1
  233. package/locale/amET.d.ts +2 -0
  234. package/locale/amET.js +79 -0
  235. package/locale/arEG.d.ts +2 -0
  236. package/locale/arEG.js +79 -0
  237. package/locale/arSA.d.ts +2 -0
  238. package/locale/arSA.js +79 -0
  239. package/locale/arSD.d.ts +2 -0
  240. package/locale/arSD.js +79 -0
  241. package/locale/azAZ.d.ts +2 -0
  242. package/locale/azAZ.js +83 -0
  243. package/locale/beBY.d.ts +2 -0
  244. package/locale/beBY.js +91 -0
  245. package/locale/bgBG.d.ts +2 -0
  246. package/locale/bgBG.js +76 -0
  247. package/locale/bnBD.d.ts +2 -0
  248. package/locale/bnBD.js +79 -0
  249. package/locale/caES.d.ts +2 -0
  250. package/locale/caES.js +76 -0
  251. package/locale/csCZ.d.ts +2 -0
  252. package/locale/csCZ.js +87 -0
  253. package/locale/daDK.d.ts +2 -0
  254. package/locale/daDK.js +79 -0
  255. package/locale/deDE.d.ts +2 -0
  256. package/locale/deDE.js +79 -0
  257. package/locale/elGR.d.ts +2 -0
  258. package/locale/elGR.js +81 -0
  259. package/locale/enUS.d.ts +2 -0
  260. package/locale/enUS.js +67 -0
  261. package/locale/esES.d.ts +2 -0
  262. package/locale/esES.js +79 -0
  263. package/locale/etEE.d.ts +2 -0
  264. package/locale/etEE.js +79 -0
  265. package/locale/faIR.d.ts +2 -0
  266. package/locale/faIR.js +84 -0
  267. package/locale/fiFI.d.ts +2 -0
  268. package/locale/fiFI.js +79 -0
  269. package/locale/frFR.d.ts +2 -0
  270. package/locale/frFR.js +79 -0
  271. package/locale/heIL.d.ts +2 -0
  272. package/locale/heIL.js +79 -0
  273. package/locale/hiIN.d.ts +2 -0
  274. package/locale/hiIN.js +79 -0
  275. package/locale/hrHR.d.ts +2 -0
  276. package/locale/hrHR.js +87 -0
  277. package/locale/huHU.d.ts +2 -0
  278. package/locale/huHU.js +76 -0
  279. package/locale/hyAM.d.ts +2 -0
  280. package/locale/hyAM.js +76 -0
  281. package/locale/idID.d.ts +2 -0
  282. package/locale/idID.js +76 -0
  283. package/locale/index.d.ts +60 -82
  284. package/locale/index.js +660 -4328
  285. package/locale/isIS.d.ts +2 -0
  286. package/locale/isIS.js +79 -0
  287. package/locale/itIT.d.ts +2 -0
  288. package/locale/itIT.js +79 -0
  289. package/locale/jaJP.d.ts +2 -0
  290. package/locale/jaJP.js +79 -0
  291. package/locale/khKH.d.ts +2 -0
  292. package/locale/khKH.js +79 -0
  293. package/locale/kkKZ.d.ts +2 -0
  294. package/locale/kkKZ.js +82 -0
  295. package/locale/koKR.d.ts +2 -0
  296. package/locale/koKR.js +79 -0
  297. package/locale/kuCKB.d.ts +2 -0
  298. package/locale/kuCKB.js +79 -0
  299. package/locale/kuLatn.d.ts +2 -0
  300. package/locale/kuLatn.js +79 -0
  301. package/locale/mkMK.d.ts +2 -0
  302. package/locale/mkMK.js +83 -0
  303. package/locale/msMS.d.ts +2 -0
  304. package/locale/msMS.js +83 -0
  305. package/locale/myMY.d.ts +2 -0
  306. package/locale/myMY.js +83 -0
  307. package/locale/nbNO.d.ts +2 -0
  308. package/locale/nbNO.js +79 -0
  309. package/locale/neNP.d.ts +2 -0
  310. package/locale/neNP.js +83 -0
  311. package/locale/nlNL.d.ts +2 -0
  312. package/locale/nlNL.js +79 -0
  313. package/locale/nnNO.d.ts +2 -0
  314. package/locale/nnNO.js +79 -0
  315. package/locale/plPL.d.ts +2 -0
  316. package/locale/plPL.js +88 -0
  317. package/locale/psAF.d.ts +2 -0
  318. package/locale/psAF.js +79 -0
  319. package/locale/ptBR.d.ts +2 -0
  320. package/locale/ptBR.js +79 -0
  321. package/locale/ptPT.d.ts +2 -0
  322. package/locale/ptPT.js +79 -0
  323. package/locale/roRO.d.ts +2 -0
  324. package/locale/roRO.js +79 -0
  325. package/locale/ruRU.d.ts +2 -0
  326. package/locale/ruRU.js +91 -0
  327. package/locale/siLK.d.ts +2 -0
  328. package/locale/siLK.js +79 -0
  329. package/locale/skSK.d.ts +2 -0
  330. package/locale/skSK.js +87 -0
  331. package/locale/srRS.d.ts +2 -0
  332. package/locale/srRS.js +87 -0
  333. package/locale/svSE.d.ts +2 -0
  334. package/locale/svSE.js +79 -0
  335. package/locale/thTH.d.ts +2 -0
  336. package/locale/thTH.js +79 -0
  337. package/locale/tlTL.d.ts +2 -0
  338. package/locale/tlTL.js +80 -0
  339. package/locale/trTR.d.ts +2 -0
  340. package/locale/trTR.js +79 -0
  341. package/locale/ukUA.d.ts +2 -0
  342. package/locale/ukUA.js +88 -0
  343. package/locale/urPK.d.ts +2 -0
  344. package/locale/urPK.js +79 -0
  345. package/locale/utils/LocaleTextApi.d.ts +23 -0
  346. package/locale/utils/LocaleTextApi.js +5 -0
  347. package/locale/viVN.d.ts +2 -0
  348. package/locale/viVN.js +79 -0
  349. package/locale/zhCN.d.ts +2 -0
  350. package/locale/zhCN.js +57 -0
  351. package/locale/zhHK.d.ts +2 -0
  352. package/locale/zhHK.js +57 -0
  353. package/locale/zhTW.d.ts +2 -0
  354. package/locale/zhTW.js +57 -0
  355. package/package.json +36 -37
  356. package/styles/createColorScheme.js +2 -2
  357. package/styles/createTheme.js +2 -2
  358. package/useAutocomplete/useAutocomplete.js +2 -2
  359. package/utils/shouldSpreadAdditionalProps.js +1 -1
  360. package/version/index.js +2 -2
  361. package/esm/utils/isHostComponent.d.ts +0 -6
  362. package/esm/utils/isHostComponent.js +0 -7
  363. package/utils/isHostComponent.d.ts +0 -6
  364. package/utils/isHostComponent.js +0 -13
@@ -0,0 +1,77 @@
1
+ // Macedonian - Македонски
2
+ export const mkMK = {
3
+ components: {
4
+ MuiBreadcrumbs: {
5
+ defaultProps: {
6
+ expandText: 'Прикажи патека'
7
+ }
8
+ },
9
+ MuiTablePagination: {
10
+ defaultProps: {
11
+ getItemAriaLabel: type => {
12
+ if (type === 'first') {
13
+ return 'Оди на прва страница';
14
+ }
15
+ if (type === 'last') {
16
+ return 'Оди на последна страница';
17
+ }
18
+ if (type === 'next') {
19
+ return 'Оди на следна страница';
20
+ }
21
+ // if (type === 'previous') {
22
+ return 'Оди на предходна страница';
23
+ },
24
+ labelRowsPerPage: 'Редови по страница:',
25
+ labelDisplayedRows: ({
26
+ from,
27
+ to,
28
+ count
29
+ }) => `${from}–${to} од ${count !== -1 ? count : `повеќе од ${to}`}`
30
+ }
31
+ },
32
+ MuiRating: {
33
+ defaultProps: {
34
+ getLabelText: value => {
35
+ const lastDigit = value % 10;
36
+ return `${value} Ѕвезд${lastDigit === 1 ? 'а' : 'и'}`;
37
+ },
38
+ emptyLabelText: 'Празно'
39
+ }
40
+ },
41
+ MuiAutocomplete: {
42
+ defaultProps: {
43
+ clearText: 'Избриши',
44
+ closeText: 'Затвори',
45
+ loadingText: 'Се презема',
46
+ noOptionsText: 'Нема опција',
47
+ openText: 'Отвори'
48
+ }
49
+ },
50
+ MuiAlert: {
51
+ defaultProps: {
52
+ closeText: 'Затвори'
53
+ }
54
+ },
55
+ MuiPagination: {
56
+ defaultProps: {
57
+ 'aria-label': 'Навигација низ страници',
58
+ getItemAriaLabel: (type, page, selected) => {
59
+ if (type === 'page') {
60
+ return `${selected ? '' : 'Оди на '}страница ${page}`;
61
+ }
62
+ if (type === 'first') {
63
+ return 'Оди на прва страница';
64
+ }
65
+ if (type === 'last') {
66
+ return 'Оди на последна страница';
67
+ }
68
+ if (type === 'next') {
69
+ return 'Оди на следна страница';
70
+ }
71
+ // if (type === 'previous') {
72
+ return 'Оди на предходна страница';
73
+ }
74
+ }
75
+ }
76
+ }
77
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const msMS: Localization;
@@ -0,0 +1,77 @@
1
+ // Malay-Melayu
2
+ export const msMS = {
3
+ components: {
4
+ MuiBreadcrumbs: {
5
+ defaultProps: {
6
+ expandText: 'Tunjukkan laluan'
7
+ }
8
+ },
9
+ MuiTablePagination: {
10
+ defaultProps: {
11
+ getItemAriaLabel: type => {
12
+ if (type === 'first') {
13
+ return 'Pergi ke halaman pertama';
14
+ }
15
+ if (type === 'last') {
16
+ return 'Pergi ke halaman terakhir';
17
+ }
18
+ if (type === 'next') {
19
+ return 'Pergi ke halaman seterusnya';
20
+ }
21
+ // if (type === 'previous') {
22
+ return 'Pergi ke halaman sebelumnya';
23
+ },
24
+ labelRowsPerPage: 'Baris setiap halaman:',
25
+ labelDisplayedRows: ({
26
+ from,
27
+ to,
28
+ count
29
+ }) => `${from}–${to} daripada ${count !== -1 ? count : `lebih daripada ${to}`}`
30
+ }
31
+ },
32
+ MuiRating: {
33
+ defaultProps: {
34
+ getLabelText: value => {
35
+ const lastDigit = value % 10;
36
+ return `${value} Bintang${lastDigit === 1 ? 's' : ''}`;
37
+ },
38
+ emptyLabelText: 'kosong'
39
+ }
40
+ },
41
+ MuiAutocomplete: {
42
+ defaultProps: {
43
+ clearText: 'Jelas',
44
+ closeText: 'tutup',
45
+ loadingText: 'Memuatkan…',
46
+ noOptionsText: 'Tiada pilihan',
47
+ openText: 'Buka'
48
+ }
49
+ },
50
+ MuiAlert: {
51
+ defaultProps: {
52
+ closeText: 'tutup'
53
+ }
54
+ },
55
+ MuiPagination: {
56
+ defaultProps: {
57
+ 'aria-label': 'Navigasi penomboran',
58
+ getItemAriaLabel: (type, page, selected) => {
59
+ if (type === 'page') {
60
+ return `${selected ? '' : 'Pergi ke '}muka surat ${page}`;
61
+ }
62
+ if (type === 'first') {
63
+ return 'Pergi ke halaman pertama';
64
+ }
65
+ if (type === 'last') {
66
+ return 'Pergi ke halaman terakhir';
67
+ }
68
+ if (type === 'next') {
69
+ return 'Pergi ke halaman seterusnya';
70
+ }
71
+ // if (type === 'previous') {
72
+ return 'Pergi ke halaman sebelumnya';
73
+ }
74
+ }
75
+ }
76
+ }
77
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const myMY: Localization;
@@ -0,0 +1,77 @@
1
+ // Myanmar - မြန်မာ
2
+ export const myMY = {
3
+ components: {
4
+ MuiBreadcrumbs: {
5
+ defaultProps: {
6
+ expandText: 'လမ်းကြောင်းပြပါ။'
7
+ }
8
+ },
9
+ MuiTablePagination: {
10
+ defaultProps: {
11
+ getItemAriaLabel: type => {
12
+ if (type === 'first') {
13
+ return 'ပထမစာမျက်နှာသို့သွားပါ။';
14
+ }
15
+ if (type === 'last') {
16
+ return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
17
+ }
18
+ if (type === 'next') {
19
+ return 'နောက်စာမျက်နှာသို့သွားပါ။';
20
+ }
21
+ // if (type === 'previous') {
22
+ return 'ယခင်စာမျက်နှာသို့သွားပါ။';
23
+ },
24
+ labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
25
+ labelDisplayedRows: ({
26
+ from,
27
+ to,
28
+ count
29
+ }) => `${from}–${to} ၏ ${count !== -1 ? count : `ထက်ပိုပြီး ${to}`}`
30
+ }
31
+ },
32
+ MuiRating: {
33
+ defaultProps: {
34
+ getLabelText: value => {
35
+ const lastDigit = value % 10;
36
+ return `${value} ကြယ်ပွင့်${lastDigit === 1 ? '၎' : ''}`;
37
+ },
38
+ emptyLabelText: 'ဗလာ'
39
+ }
40
+ },
41
+ MuiAutocomplete: {
42
+ defaultProps: {
43
+ clearText: 'ရှင်းလင်းသော',
44
+ closeText: 'ပိတ်လိုက်',
45
+ loadingText: 'ဖွင့်နေသည်…',
46
+ noOptionsText: 'ရွေးချယ်ခွင့်မရှိပါ။',
47
+ openText: 'ဖွင့်သည်။'
48
+ }
49
+ },
50
+ MuiAlert: {
51
+ defaultProps: {
52
+ closeText: 'ပိတ်လိုက်'
53
+ }
54
+ },
55
+ MuiPagination: {
56
+ defaultProps: {
57
+ 'aria-label': 'Pagination အညွှန်း',
58
+ getItemAriaLabel: (type, page, selected) => {
59
+ if (type === 'page') {
60
+ return `${selected ? '' : 'သွားပါ။ '}စာမျက်နှာ ${page}`;
61
+ }
62
+ if (type === 'first') {
63
+ return 'ပထမစာမျက်နှာသို့သွားပါ။';
64
+ }
65
+ if (type === 'last') {
66
+ return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
67
+ }
68
+ if (type === 'next') {
69
+ return 'နောက်စာမျက်နှာသို့သွားပါ။';
70
+ }
71
+ // if (type === 'previous') {
72
+ return 'ယခင်စာမျက်နှာသို့သွားပါ။';
73
+ }
74
+ }
75
+ }
76
+ }
77
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const nbNO: Localization;
@@ -0,0 +1,73 @@
1
+ export const nbNO = {
2
+ components: {
3
+ MuiBreadcrumbs: {
4
+ defaultProps: {
5
+ expandText: 'Vis sti'
6
+ }
7
+ },
8
+ MuiTablePagination: {
9
+ defaultProps: {
10
+ getItemAriaLabel: type => {
11
+ if (type === 'first') {
12
+ return 'Gå til første side';
13
+ }
14
+ if (type === 'last') {
15
+ return 'Gå til siste side';
16
+ }
17
+ if (type === 'next') {
18
+ return 'Gå til neste side';
19
+ }
20
+ // if (type === 'previous') {
21
+ return 'Gå til forrige side';
22
+ },
23
+ labelRowsPerPage: 'Rader per side:',
24
+ labelDisplayedRows: ({
25
+ from,
26
+ to,
27
+ count
28
+ }) => `${from}–${to} av ${count !== -1 ? count : `mer enn ${to}`}`
29
+ }
30
+ },
31
+ MuiRating: {
32
+ defaultProps: {
33
+ getLabelText: value => `${value} Stjerne${value !== 1 ? 'r' : ''}`,
34
+ emptyLabelText: 'Tom'
35
+ }
36
+ },
37
+ MuiAutocomplete: {
38
+ defaultProps: {
39
+ clearText: 'Tøm',
40
+ closeText: 'Lukk',
41
+ loadingText: 'Laster inn…',
42
+ noOptionsText: 'Ingen alternativer',
43
+ openText: 'Åpne'
44
+ }
45
+ },
46
+ MuiAlert: {
47
+ defaultProps: {
48
+ closeText: 'Lukk'
49
+ }
50
+ },
51
+ MuiPagination: {
52
+ defaultProps: {
53
+ 'aria-label': 'Paginering navigasjon',
54
+ getItemAriaLabel: (type, page, selected) => {
55
+ if (type === 'page') {
56
+ return `${selected ? '' : 'Gå til '}side ${page}`;
57
+ }
58
+ if (type === 'first') {
59
+ return 'Gå til første side';
60
+ }
61
+ if (type === 'last') {
62
+ return 'Gå til siste side';
63
+ }
64
+ if (type === 'next') {
65
+ return 'Gå til neste side';
66
+ }
67
+ // if (type === 'previous') {
68
+ return 'Gå til forrige side';
69
+ }
70
+ }
71
+ }
72
+ }
73
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const neNP: Localization;
@@ -0,0 +1,77 @@
1
+ // Nepali-नेपाली
2
+ export const neNP = {
3
+ components: {
4
+ MuiBreadcrumbs: {
5
+ defaultProps: {
6
+ expandText: 'बाटो देखाउनुहोस्'
7
+ }
8
+ },
9
+ MuiTablePagination: {
10
+ defaultProps: {
11
+ getItemAriaLabel: type => {
12
+ if (type === 'first') {
13
+ return 'पहिलो पृष्ठमा जानुहोस्';
14
+ }
15
+ if (type === 'last') {
16
+ return 'अन्तिम पृष्ठमा जानुहोस्';
17
+ }
18
+ if (type === 'next') {
19
+ return 'अर्को पृष्ठमा जानुहोस्';
20
+ }
21
+ // if (type === 'previous') {
22
+ return 'अघिल्लो पृष्ठमा जानुहोस्';
23
+ },
24
+ labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
25
+ labelDisplayedRows: ({
26
+ from,
27
+ to,
28
+ count
29
+ }) => `${from}–${to} को ${count !== -1 ? count : `धेरै ${to}`}`
30
+ }
31
+ },
32
+ MuiRating: {
33
+ defaultProps: {
34
+ getLabelText: value => {
35
+ const lastDigit = value % 10;
36
+ return `${value} तारा${lastDigit === 1 ? 'स' : ''}`;
37
+ },
38
+ emptyLabelText: 'खाली'
39
+ }
40
+ },
41
+ MuiAutocomplete: {
42
+ defaultProps: {
43
+ clearText: 'खाली गर्नुहोस्',
44
+ closeText: 'बन्द गर्नुहोस्',
45
+ loadingText: 'लोड हुँदै...',
46
+ noOptionsText: 'कुनै विकल्प छैन',
47
+ openText: 'खोल्नुहोस्'
48
+ }
49
+ },
50
+ MuiAlert: {
51
+ defaultProps: {
52
+ closeText: 'बन्द गर्नुहोस्'
53
+ }
54
+ },
55
+ MuiPagination: {
56
+ defaultProps: {
57
+ 'aria-label': 'पृष्ठांकन नेभिगेसन',
58
+ getItemAriaLabel: (type, page, selected) => {
59
+ if (type === 'page') {
60
+ return `${selected ? '' : 'जाऊ त्यहाँ '}पृष्ठ ${page}`;
61
+ }
62
+ if (type === 'first') {
63
+ return 'पहिलो पृष्ठमा जानुहोस्';
64
+ }
65
+ if (type === 'last') {
66
+ return 'अन्तिम पृष्ठमा जानुहोस्';
67
+ }
68
+ if (type === 'next') {
69
+ return 'अर्को पृष्ठमा जानुहोस्';
70
+ }
71
+ // if (type === 'previous') {
72
+ return 'अघिल्लो पृष्ठमा जानुहोस्';
73
+ }
74
+ }
75
+ }
76
+ }
77
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const nlNL: Localization;
@@ -0,0 +1,73 @@
1
+ export const nlNL = {
2
+ components: {
3
+ MuiBreadcrumbs: {
4
+ defaultProps: {
5
+ expandText: 'Pad tonen'
6
+ }
7
+ },
8
+ MuiTablePagination: {
9
+ defaultProps: {
10
+ getItemAriaLabel: type => {
11
+ if (type === 'first') {
12
+ return 'Ga naar eerste pagina';
13
+ }
14
+ if (type === 'last') {
15
+ return 'Ga naar laatste pagina';
16
+ }
17
+ if (type === 'next') {
18
+ return 'Ga naar volgende pagina';
19
+ }
20
+ // if (type === 'previous') {
21
+ return 'Ga naar vorige pagina';
22
+ },
23
+ labelRowsPerPage: 'Regels per pagina:',
24
+ labelDisplayedRows: ({
25
+ from,
26
+ to,
27
+ count
28
+ }) => `${from}–${to} van ${count !== -1 ? count : `meer dan ${to}`}`
29
+ }
30
+ },
31
+ MuiRating: {
32
+ defaultProps: {
33
+ getLabelText: value => `${value} Ster${value !== 1 ? 'ren' : ''}`,
34
+ emptyLabelText: 'Leeg'
35
+ }
36
+ },
37
+ MuiAutocomplete: {
38
+ defaultProps: {
39
+ clearText: 'Wissen',
40
+ closeText: 'Sluiten',
41
+ loadingText: 'Laden…',
42
+ noOptionsText: 'Geen opties',
43
+ openText: 'Openen'
44
+ }
45
+ },
46
+ MuiAlert: {
47
+ defaultProps: {
48
+ closeText: 'Sluiten'
49
+ }
50
+ },
51
+ MuiPagination: {
52
+ defaultProps: {
53
+ 'aria-label': 'Navigatie via paginering',
54
+ getItemAriaLabel: (type, page, selected) => {
55
+ if (type === 'page') {
56
+ return `${selected ? '' : 'Ga naar '}pagina ${page}`;
57
+ }
58
+ if (type === 'first') {
59
+ return 'Ga naar eerste pagina';
60
+ }
61
+ if (type === 'last') {
62
+ return 'Ga naar laatste pagina';
63
+ }
64
+ if (type === 'next') {
65
+ return 'Ga naar volgende pagina';
66
+ }
67
+ // if (type === 'previous') {
68
+ return 'Ga naar vorige pagina';
69
+ }
70
+ }
71
+ }
72
+ }
73
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const nnNO: Localization;
@@ -0,0 +1,73 @@
1
+ export const nnNO = {
2
+ components: {
3
+ MuiBreadcrumbs: {
4
+ defaultProps: {
5
+ expandText: 'Vis sti'
6
+ }
7
+ },
8
+ MuiTablePagination: {
9
+ defaultProps: {
10
+ getItemAriaLabel: type => {
11
+ if (type === 'first') {
12
+ return 'Gå til første side';
13
+ }
14
+ if (type === 'last') {
15
+ return 'Gå til siste side';
16
+ }
17
+ if (type === 'next') {
18
+ return 'Gå til neste side';
19
+ }
20
+ // if (type === 'previous') {
21
+ return 'Gå til førre side';
22
+ },
23
+ labelRowsPerPage: 'Rader per side:',
24
+ labelDisplayedRows: ({
25
+ from,
26
+ to,
27
+ count
28
+ }) => `${from}–${to} av ${count !== -1 ? count : `fleire enn ${to}`}`
29
+ }
30
+ },
31
+ MuiRating: {
32
+ defaultProps: {
33
+ getLabelText: value => `${value} stjerne${value !== 1 ? 'r' : ''}`,
34
+ emptyLabelText: 'Tom'
35
+ }
36
+ },
37
+ MuiAutocomplete: {
38
+ defaultProps: {
39
+ clearText: 'Tøm',
40
+ closeText: 'Lukk',
41
+ loadingText: 'Lastar inn…',
42
+ noOptionsText: 'Ingen alternativ',
43
+ openText: 'Opna'
44
+ }
45
+ },
46
+ MuiAlert: {
47
+ defaultProps: {
48
+ closeText: 'Lukk'
49
+ }
50
+ },
51
+ MuiPagination: {
52
+ defaultProps: {
53
+ 'aria-label': 'Navigasjon for paginering',
54
+ getItemAriaLabel: (type, page, selected) => {
55
+ if (type === 'page') {
56
+ return `${selected ? '' : 'Gå til '}side ${page}`;
57
+ }
58
+ if (type === 'first') {
59
+ return 'Gå til første side';
60
+ }
61
+ if (type === 'last') {
62
+ return 'Gå til siste side';
63
+ }
64
+ if (type === 'next') {
65
+ return 'Gå til neste side';
66
+ }
67
+ // if (type === 'previous') {
68
+ return 'Gå til førre side';
69
+ }
70
+ }
71
+ }
72
+ }
73
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const plPL: Localization;
@@ -0,0 +1,82 @@
1
+ export const plPL = {
2
+ components: {
3
+ MuiBreadcrumbs: {
4
+ defaultProps: {
5
+ expandText: 'Pokaż ścieżkę'
6
+ }
7
+ },
8
+ MuiTablePagination: {
9
+ defaultProps: {
10
+ getItemAriaLabel: type => {
11
+ if (type === 'first') {
12
+ return 'Przejdź do pierwszej strony';
13
+ }
14
+ if (type === 'last') {
15
+ return 'Przejdź do ostatniej strony';
16
+ }
17
+ if (type === 'next') {
18
+ return 'Przejdź do następnej strony';
19
+ }
20
+ // if (type === 'previous') {
21
+ return 'Przejdź do poprzedniej strony';
22
+ },
23
+ labelRowsPerPage: 'Wierszy na stronę:',
24
+ labelDisplayedRows: ({
25
+ from,
26
+ to,
27
+ count
28
+ }) => `${from}–${to} z ${count !== -1 ? count : `ponad ${to}`}`
29
+ }
30
+ },
31
+ MuiRating: {
32
+ defaultProps: {
33
+ getLabelText: value => {
34
+ let pluralForm = 'gwiazdek';
35
+ const lastDigit = value % 10;
36
+ if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
37
+ pluralForm = 'gwiazdki';
38
+ } else if (value === 1) {
39
+ pluralForm = 'gwiazdka';
40
+ }
41
+ return `${value} ${pluralForm}`;
42
+ },
43
+ emptyLabelText: 'Brak gwiazdek'
44
+ }
45
+ },
46
+ MuiAutocomplete: {
47
+ defaultProps: {
48
+ clearText: 'Wyczyść',
49
+ closeText: 'Zamknij',
50
+ loadingText: 'Ładowanie…',
51
+ noOptionsText: 'Brak opcji',
52
+ openText: 'Otwórz'
53
+ }
54
+ },
55
+ MuiAlert: {
56
+ defaultProps: {
57
+ closeText: 'Zamknij'
58
+ }
59
+ },
60
+ MuiPagination: {
61
+ defaultProps: {
62
+ 'aria-label': 'Nawigacja podziału na strony',
63
+ getItemAriaLabel: (type, page, selected) => {
64
+ if (type === 'page') {
65
+ return selected ? `${page}. strona` : `Przejdź do ${page}. strony`;
66
+ }
67
+ if (type === 'first') {
68
+ return 'Przejdź do pierwszej strony';
69
+ }
70
+ if (type === 'last') {
71
+ return 'Przejdź do ostatniej strony';
72
+ }
73
+ if (type === 'next') {
74
+ return 'Przejdź do następnej strony';
75
+ }
76
+ // if (type === 'previous') {
77
+ return 'Przejdź do poprzedniej strony';
78
+ }
79
+ }
80
+ }
81
+ }
82
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const psAF: Localization;