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