@mui/material 7.3.2 → 7.3.4

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