UNPKG

53.7 kBJavaScriptView Raw
1export var azAZ = {
2 props: {
3 MuiBreadcrumbs: {
4 expandText: 'Yolu göstər'
5 },
6 MuiTablePagination: {
7 backIconButtonText: 'Əvvəlki səhifə',
8 labelRowsPerPage: 'Səhifəyə düşən sətrlər:',
9 labelDisplayedRows: function labelDisplayedRows(_ref) {
10 var from = _ref.from,
11 to = _ref.to,
12 count = _ref.count;
13 return "".concat(from, "-").concat(to, " d\u0259n ").concat(count !== -1 ? count : "more than ".concat(to));
14 },
15 nextIconButtonText: 'Növbəti səhifə'
16 },
17 MuiRating: {
18 getLabelText: function getLabelText(value) {
19 var pluralForm = 'Ulduz';
20 var lastDigit = value % 10;
21
22 if (lastDigit > 1 && lastDigit < 5) {
23 pluralForm = 'Ulduzlar';
24 }
25
26 return "".concat(value, " ").concat(pluralForm);
27 },
28 emptyLabelText: 'Boş'
29 },
30 MuiAutocomplete: {
31 clearText: 'Silmək',
32 closeText: 'Bağlamaq',
33 loadingText: 'Yüklənir…',
34 noOptionsText: 'Seçimlər mövcud deyil',
35 openText: 'Открыть'
36 },
37 MuiAlert: {
38 closeText: 'Bağlamaq'
39 },
40 MuiPagination: {
41 'aria-label': 'Səhifənin naviqasiyası',
42 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
43 if (type === 'page') {
44 return "".concat(page, " ").concat(selected ? 'səhifə' : 'səhifəyə keç');
45 }
46
47 if (type === 'first') {
48 return 'Birinci səhifəyə keç';
49 }
50
51 if (type === 'last') {
52 return 'Sonuncu səhifəyə keç';
53 }
54
55 if (type === 'next') {
56 return 'Növbəti səhifəyə keç';
57 }
58
59 if (type === 'previous') {
60 return 'Əvvəlki səhifəyə keç';
61 }
62
63 return undefined;
64 }
65 }
66 }
67};
68export var bgBG = {
69 props: {
70 MuiBreadcrumbs: {
71 expandText: 'Показване на пътя'
72 },
73 MuiTablePagination: {
74 backIconButtonText: 'Предишна страница',
75 labelRowsPerPage: 'Редове на страница:',
76 labelDisplayedRows: function labelDisplayedRows(_ref2) {
77 var from = _ref2.from,
78 to = _ref2.to,
79 count = _ref2.count;
80 return "".concat(from, "-").concat(to, " \u043E\u0442 ").concat(count !== -1 ? count : "more than ".concat(to));
81 },
82 nextIconButtonText: 'Следваща страница'
83 },
84 MuiRating: {
85 getLabelText: function getLabelText(value) {
86 return "".concat(value, " \u0417\u0432\u0435\u0437\u0434").concat(value !== 1 ? 'и' : 'а');
87 },
88 emptyLabelText: 'Изчисти'
89 },
90 MuiAutocomplete: {
91 clearText: 'Изчисти',
92 closeText: 'Затвори',
93 loadingText: 'Зареждане…',
94 noOptionsText: 'Няма налични опции',
95 openText: 'Отвори'
96 },
97 MuiAlert: {
98 closeText: 'Затвори'
99 },
100 MuiPagination: {
101 'aria-label': 'Пагинация',
102 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
103 if (type === 'page') {
104 return "".concat(selected ? '' : 'Към ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
105 }
106
107 if (type === 'first') {
108 return 'Отиди на първата страница';
109 }
110
111 if (type === 'last') {
112 return 'Отиди на последната страница';
113 }
114
115 if (type === 'next') {
116 return 'Отиди на следващата страница';
117 }
118
119 if (type === 'previous') {
120 return 'Отиди на предишната страница';
121 }
122
123 return undefined;
124 }
125 }
126 }
127};
128export var caES = {
129 props: {
130 // MuiBreadcrumbs: {
131 // expandText: 'Show path',
132 // },
133 MuiTablePagination: {
134 backIconButtonText: 'Pàgina anterior',
135 labelRowsPerPage: 'Files per pàgina:',
136 labelDisplayedRows: function labelDisplayedRows(_ref3) {
137 var from = _ref3.from,
138 to = _ref3.to,
139 count = _ref3.count;
140 return "".concat(from, "-").concat(to, " de ").concat(count !== -1 ? count : "more than ".concat(to));
141 },
142 nextIconButtonText: 'Següent pàgina'
143 },
144 MuiRating: {
145 getLabelText: function getLabelText(value) {
146 return "".concat(value, " ").concat(value !== 1 ? 'Estrelles' : 'Estrella');
147 },
148 emptyLabelText: 'Buit'
149 },
150 MuiAutocomplete: {
151 clearText: 'Netejar',
152 closeText: 'Tancar',
153 loadingText: 'Carregant…',
154 noOptionsText: 'Sense opcions',
155 openText: 'Obert'
156 },
157 MuiAlert: {
158 closeText: 'Tancat'
159 } // MuiPagination: {
160 // 'aria-label': 'Pagination navigation',
161 // getItemAriaLabel: (type, page, selected) => {
162 // if (type === 'page') {
163 // return `${selected ? '' : 'Go to '}page ${page}`;
164 // }
165 // if (type === 'first') {
166 // return 'Go to first page';
167 // }
168 // if (type === 'last') {
169 // return 'Go to last page';
170 // }
171 // if (type === 'next') {
172 // return 'Go to next page';
173 // }
174 // if (type === 'previous') {
175 // return 'Go to previous page';
176 // }
177 // return undefined;
178 // },
179 // },
180
181 }
182};
183export var csCZ = {
184 props: {
185 MuiBreadcrumbs: {
186 expandText: 'Ukázat cestu'
187 },
188 MuiTablePagination: {
189 backIconButtonText: 'Předchozí stránka',
190 labelRowsPerPage: 'Řádků na stránce:',
191 labelDisplayedRows: function labelDisplayedRows(_ref4) {
192 var from = _ref4.from,
193 to = _ref4.to,
194 count = _ref4.count;
195 return "".concat(from, "-").concat(to, " z ").concat(count !== -1 ? count : "more than ".concat(to));
196 },
197 nextIconButtonText: 'Další stránka'
198 },
199 MuiRating: {
200 getLabelText: function getLabelText(value) {
201 if (value === 1) {
202 return "".concat(value, " hv\u011Bzdi\u010Dka");
203 }
204
205 if (value >= 2 && value <= 4) {
206 return "".concat(value, " hv\u011Bzdi\u010Dky");
207 }
208
209 return "".concat(value, " hv\u011Bzdi\u010Dek");
210 },
211 emptyLabelText: 'Prázdné'
212 },
213 MuiAutocomplete: {
214 clearText: 'Vymazat',
215 closeText: 'Zavřít',
216 loadingText: 'Načítání…',
217 noOptionsText: 'Žádné možnosti',
218 openText: 'Otevřít'
219 },
220 MuiAlert: {
221 closeText: 'Zavřít'
222 },
223 MuiPagination: {
224 'aria-label': 'Navigace stránkováním',
225 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
226 if (type === 'page') {
227 return "".concat(selected ? '' : 'Jít na ').concat(page, " str\xE1nku");
228 }
229
230 if (type === 'first') {
231 return 'Jít na první stránku';
232 }
233
234 if (type === 'last') {
235 return 'Jít na poslední stránku';
236 }
237
238 if (type === 'next') {
239 return 'Jít na další stránku';
240 }
241
242 if (type === 'previous') {
243 return 'Jít na předchozí stránku';
244 }
245
246 return undefined;
247 }
248 }
249 }
250};
251export var deDE = {
252 props: {
253 MuiBreadcrumbs: {
254 expandText: 'Pfad anzeigen'
255 },
256 MuiTablePagination: {
257 backIconButtonText: 'Nächste Seite',
258 labelRowsPerPage: 'Zeilen pro Seite:',
259 labelDisplayedRows: function labelDisplayedRows(_ref5) {
260 var from = _ref5.from,
261 to = _ref5.to,
262 count = _ref5.count;
263 return "".concat(from, "-").concat(to, " von ").concat(count !== -1 ? count : "more than ".concat(to));
264 },
265 nextIconButtonText: 'Nächste Seite'
266 },
267 MuiRating: {
268 getLabelText: function getLabelText(value) {
269 return "".concat(value, " ").concat(value !== 1 ? 'Sterne' : 'Stern');
270 },
271 emptyLabelText: 'Keine Wertung'
272 },
273 MuiAutocomplete: {
274 clearText: 'Leeren',
275 closeText: 'Schließen',
276 loadingText: 'Wird geladen…',
277 noOptionsText: 'Keine Optionen',
278 openText: 'Öffnen'
279 },
280 MuiAlert: {
281 closeText: 'Schließen'
282 },
283 MuiPagination: {
284 'aria-label': 'Navigation via Seitennummerierung',
285 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
286 if (type === 'page') {
287 return "".concat(selected ? '' : 'Gehe zu ', "Seite ").concat(page);
288 }
289
290 if (type === 'first') {
291 return 'Zur ersten Seite';
292 }
293
294 if (type === 'last') {
295 return 'Zur letzten Seite';
296 }
297
298 if (type === 'next') {
299 return 'Zur nächsten Seite';
300 }
301
302 if (type === 'previous') {
303 return 'Zur vorherigen Seite';
304 }
305
306 return undefined;
307 }
308 }
309 }
310}; // default
311
312export var enUS = {
313 /*
314 props: {
315 MuiBreadcrumbs: {
316 expandText: 'Show path',
317 },
318 MuiTablePagination: {
319 backIconButtonText: 'Previous page',
320 labelRowsPerPage: 'Rows per page:',
321 labelDisplayedRows: ({ from, to, count }) =>
322 `${from}-${to} of ${count !== -1 ? count : `more than ${to}`}`,
323 nextIconButtonText: 'Next page',
324 },
325 MuiRating: {
326 getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
327 emptyLabelText: 'Empty',
328 },
329 MuiAutocomplete: {
330 clearText: 'Clear',
331 closeText: 'Close',
332 loadingText: 'Loading…',
333 noOptionsText: 'No options',
334 openText: 'Open',
335 },
336 MuiAlert: {
337 closeText: 'Close',
338 },
339 MuiPagination: {
340 'aria-label': 'Pagination navigation',
341 getItemAriaLabel: (type, page, selected) => {
342 if (type === 'page') {
343 return `${selected ? '' : 'Go to '}page ${page}`;
344 }
345 if (type === 'first') {
346 return 'Go to first page';
347 }
348 if (type === 'last') {
349 return 'Go to last page';
350 }
351 if (type === 'next') {
352 return 'Go to next page';
353 }
354 if (type === 'previous') {
355 return 'Go to previous page';
356 }
357 return undefined;
358 },
359 },
360 },
361 */
362};
363export var esES = {
364 props: {
365 MuiBreadcrumbs: {
366 expandText: 'Mostrar ruta'
367 },
368 MuiTablePagination: {
369 backIconButtonText: 'Página anterior',
370 labelRowsPerPage: 'Filas por página:',
371 labelDisplayedRows: function labelDisplayedRows(_ref6) {
372 var from = _ref6.from,
373 to = _ref6.to,
374 count = _ref6.count;
375 return "".concat(from, "-").concat(to, " de ").concat(count !== -1 ? count : "more than ".concat(to));
376 },
377 nextIconButtonText: 'Siguiente página'
378 },
379 MuiRating: {
380 getLabelText: function getLabelText(value) {
381 return "".concat(value, " Estrella").concat(value !== 1 ? 's' : '');
382 },
383 emptyLabelText: 'Vacío'
384 },
385 MuiAutocomplete: {
386 clearText: 'Limpiar',
387 closeText: 'Cerrar',
388 loadingText: 'Cargando…',
389 noOptionsText: 'Sin opciones',
390 openText: 'Abierto'
391 },
392 MuiAlert: {
393 closeText: 'Cerrar'
394 },
395 MuiPagination: {
396 'aria-label': 'Paginador',
397 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
398 if (type === 'page') {
399 return "".concat(selected ? '' : 'Ir a la ', "p\xE1gina ").concat(page);
400 }
401
402 if (type === 'first') {
403 return 'Ir a la primera página';
404 }
405
406 if (type === 'last') {
407 return 'Ir a la última página';
408 }
409
410 if (type === 'next') {
411 return 'Ir a la página siguiente';
412 }
413
414 if (type === 'previous') {
415 return 'Ir a la página anterior';
416 }
417
418 return undefined;
419 }
420 }
421 }
422};
423export var etEE = {
424 props: {
425 MuiBreadcrumbs: {
426 expandText: 'Näita teed'
427 },
428 MuiTablePagination: {
429 backIconButtonText: 'Eelmine lehekülg',
430 labelRowsPerPage: 'Ridu leheküljel:',
431 labelDisplayedRows: function labelDisplayedRows(_ref7) {
432 var from = _ref7.from,
433 to = _ref7.to,
434 count = _ref7.count;
435 return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "more than ".concat(to));
436 },
437 nextIconButtonText: 'Järgmine lehekülg'
438 },
439 MuiRating: {
440 getLabelText: function getLabelText(value) {
441 return "".concat(value, " T\xE4rn").concat(value !== 1 ? 'i' : '');
442 },
443 emptyLabelText: 'Tühi'
444 },
445 MuiAutocomplete: {
446 clearText: 'Tühjenda',
447 closeText: 'Sulge',
448 loadingText: 'Laen…',
449 noOptionsText: 'Valikuid ei ole',
450 openText: 'Ava'
451 },
452 MuiAlert: {
453 closeText: 'Sulge'
454 },
455 MuiPagination: {
456 'aria-label': 'Lehekülgede valik',
457 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
458 if (type === 'page') {
459 return "".concat(selected ? '' : 'Vali ', "lehek\xFClg ").concat(page);
460 }
461
462 if (type === 'first') {
463 return 'Vali esimene lehekülg';
464 }
465
466 if (type === 'last') {
467 return 'Vali viimane lehekülg';
468 }
469
470 if (type === 'next') {
471 return 'Vali järgmine lehekülg';
472 }
473
474 if (type === 'previous') {
475 return 'Vali eelmine lehekülg';
476 }
477
478 return undefined;
479 }
480 }
481 }
482};
483export var faIR = {
484 props: {
485 // MuiBreadcrumbs: {
486 // expandText: 'Show path',
487 // },
488 MuiBreadcrumbs: {
489 expandText: 'نمایش مسیر'
490 },
491 MuiTablePagination: {
492 backIconButtonText: 'صفحهٔ قبل',
493 labelRowsPerPage: 'تعداد سطرهای هر صفحه:',
494 labelDisplayedRows: function labelDisplayedRows(_ref8) {
495 var from = _ref8.from,
496 to = _ref8.to,
497 count = _ref8.count;
498 return "".concat(from, "-").concat(to, " \u0627\u0632 ").concat(count !== -1 ? count : "more than ".concat(to));
499 },
500 nextIconButtonText: 'صفحهٔ بعد'
501 },
502 MuiRating: {
503 getLabelText: function getLabelText(value) {
504 return "".concat(value, " \u0633\u062A\u0627\u0631\u0647");
505 },
506 emptyLabelText: 'خالی'
507 },
508 MuiAutocomplete: {
509 clearText: 'پاک‌کردن',
510 closeText: 'بستن',
511 loadingText: 'در حال بارگذاری…',
512 noOptionsText: 'بی‌نتیجه',
513 openText: 'بازکردن'
514 },
515 MuiAlert: {
516 closeText: 'بستن'
517 },
518 MuiPagination: {
519 'aria-label': 'ناوبری صفحه',
520 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
521 if (type === 'page') {
522 return "".concat(selected ? '' : 'رفتن به ', "\u0635\u0641\u062D\u0647\u0654 ").concat(page);
523 }
524
525 if (type === 'first') {
526 return 'رفتن به اولین صفحه';
527 }
528
529 if (type === 'last') {
530 return 'رفتن به آخرین صفحه';
531 }
532
533 if (type === 'next') {
534 return 'رفتن به صفحه‌ی بعدی';
535 }
536
537 if (type === 'previous') {
538 return 'رفتن به صفحه‌ی قبلی';
539 }
540
541 return undefined;
542 }
543 }
544 }
545};
546export var fiFI = {
547 props: {
548 MuiBreadcrumbs: {
549 expandText: 'Näytä reitti'
550 },
551 MuiTablePagination: {
552 backIconButtonText: 'Edellinen sivu',
553 labelRowsPerPage: 'Rivejä per sivu:',
554 labelDisplayedRows: function labelDisplayedRows(_ref9) {
555 var from = _ref9.from,
556 to = _ref9.to,
557 count = _ref9.count;
558 return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "more than ".concat(to));
559 },
560 nextIconButtonText: 'Seuraava sivu'
561 },
562 MuiRating: {
563 getLabelText: function getLabelText(value) {
564 return "".concat(value, " T\xE4ht").concat(value !== 1 ? 'eä' : 'i');
565 },
566 emptyLabelText: 'Tyhjä'
567 },
568 MuiAutocomplete: {
569 clearText: 'Tyhjennä',
570 closeText: 'Sulje',
571 loadingText: 'Ladataan…',
572 noOptionsText: 'Ei valintoja',
573 openText: 'Avaa'
574 },
575 MuiAlert: {
576 closeText: 'Sulje'
577 },
578 MuiPagination: {
579 'aria-label': 'Sivutus navigaatio',
580 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
581 if (type === 'page') {
582 return "".concat(selected ? 'sivu' : 'Mene sivulle', " ").concat(page);
583 }
584
585 if (type === 'first') {
586 return 'Mene ensimmäiselle sivulle';
587 }
588
589 if (type === 'last') {
590 return 'Mene viimeiselle sivulle';
591 }
592
593 if (type === 'next') {
594 return 'Mene seuraavalle sivulle';
595 }
596
597 if (type === 'previous') {
598 return 'Mene edelliselle sivulle';
599 }
600
601 return undefined;
602 }
603 }
604 }
605};
606export var frFR = {
607 props: {
608 MuiBreadcrumbs: {
609 expandText: 'Montrer le chemin'
610 },
611 MuiTablePagination: {
612 backIconButtonText: 'Page précédente',
613 labelRowsPerPage: 'Lignes par page :',
614 labelDisplayedRows: function labelDisplayedRows(_ref10) {
615 var from = _ref10.from,
616 to = _ref10.to,
617 count = _ref10.count;
618 return "".concat(from, "-").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
619 },
620 nextIconButtonText: 'Page suivante'
621 },
622 MuiRating: {
623 getLabelText: function getLabelText(value) {
624 return "".concat(value, " Etoile").concat(value !== 1 ? 's' : '');
625 },
626 emptyLabelText: 'Vide'
627 },
628 MuiAutocomplete: {
629 clearText: 'Vider',
630 closeText: 'Fermer',
631 loadingText: 'Chargement…',
632 noOptionsText: 'Pas de résultats',
633 openText: 'Ouvrir'
634 },
635 MuiAlert: {
636 closeText: 'Fermer'
637 },
638 MuiPagination: {
639 'aria-label': 'navigation de pagination',
640 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
641 if (type === 'page') {
642 return "".concat(selected ? '' : 'Aller à la ', "page ").concat(page);
643 }
644
645 if (type === 'first') {
646 return 'Aller à la première page';
647 }
648
649 if (type === 'last') {
650 return 'Aller à la dernière page';
651 }
652
653 if (type === 'next') {
654 return 'Aller à la page suivante';
655 }
656
657 if (type === 'previous') {
658 return 'Aller à la page précédente';
659 }
660
661 return undefined;
662 }
663 }
664 }
665};
666export var heIL = {
667 props: {
668 // MuiBreadcrumbs: {
669 // expandText: 'Show path',
670 // },
671 MuiTablePagination: {
672 backIconButtonText: 'העמוד הקודם',
673 labelRowsPerPage: 'שורות בעמוד:',
674 labelDisplayedRows: function labelDisplayedRows(_ref11) {
675 var from = _ref11.from,
676 to = _ref11.to,
677 count = _ref11.count;
678 return "".concat(from, "-").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "more than ".concat(to));
679 },
680 nextIconButtonText: 'העמוד הבא'
681 },
682 MuiRating: {
683 getLabelText: function getLabelText(value) {
684 return "".concat(value, " \u05DB\u05D5\u05DB\u05D1").concat(value !== 1 ? 'ים' : '');
685 },
686 emptyLabelText: 'ריק'
687 },
688 MuiAutocomplete: {
689 clearText: 'נקה',
690 closeText: 'סגור',
691 loadingText: 'טוען…',
692 noOptionsText: 'אין אופציות',
693 openText: 'פתח'
694 },
695 MuiAlert: {
696 closeText: 'סגור'
697 } // MuiPagination: {
698 // 'aria-label': 'Pagination navigation',
699 // getItemAriaLabel: (type, page, selected) => {
700 // if (type === 'page') {
701 // return `${selected ? '' : 'Go to '}page ${page}`;
702 // }
703 // if (type === 'first') {
704 // return 'Go to first page';
705 // }
706 // if (type === 'last') {
707 // return 'Go to last page';
708 // }
709 // if (type === 'next') {
710 // return 'Go to next page';
711 // }
712 // if (type === 'previous') {
713 // return 'Go to previous page';
714 // }
715 // return undefined;
716 // },
717 // },
718
719 }
720};
721export var hiIN = {
722 props: {
723 MuiBreadcrumbs: {
724 expandText: 'रास्ता दिखायें'
725 },
726 MuiTablePagination: {
727 backIconButtonText: 'पिछला पृष्ठ',
728 labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
729 labelDisplayedRows: function labelDisplayedRows(_ref12) {
730 var from = _ref12.from,
731 to = _ref12.to,
732 count = _ref12.count;
733 return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
734 },
735 nextIconButtonText: 'अगला पृष्ठ'
736 },
737 MuiRating: {
738 getLabelText: function getLabelText(value) {
739 return "".concat(value, " \u0924\u093E\u0930").concat(value !== 1 ? 'े' : 'ा');
740 },
741 emptyLabelText: 'रिक्त'
742 },
743 MuiAutocomplete: {
744 clearText: 'हटायें',
745 closeText: 'बंद करें',
746 loadingText: 'लोड हो रहा है…',
747 noOptionsText: 'कोई विकल्प नहीं',
748 openText: 'खोलें'
749 },
750 MuiAlert: {
751 closeText: 'बंद करें'
752 },
753 MuiPagination: {
754 'aria-label': 'पृस्ठानुसार संचालन',
755 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
756 if (type === 'page') {
757 return "\u092A\u0943\u0937\u094D\u0920 ".concat(page, " ").concat(selected ? '' : ' पर जाएँ');
758 }
759
760 if (type === 'first') {
761 return 'पहले पृष्ठ पर जाएँ';
762 }
763
764 if (type === 'last') {
765 return 'अंतिम पृष्ठ पर जाएँ';
766 }
767
768 if (type === 'next') {
769 return 'अगले पृष्ठ पर जाएँ';
770 }
771
772 if (type === 'previous') {
773 return 'पिछले पृष्ठ पर जाएँ';
774 }
775
776 return undefined;
777 }
778 }
779 }
780};
781export var huHU = {
782 props: {
783 MuiBreadcrumbs: {
784 expandText: 'Útvonal'
785 },
786 MuiTablePagination: {
787 backIconButtonText: 'Előző oldal',
788 labelRowsPerPage: 'Sorok száma:',
789 labelDisplayedRows: function labelDisplayedRows(_ref13) {
790 var from = _ref13.from,
791 to = _ref13.to,
792 count = _ref13.count;
793 return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "more than ".concat(to));
794 },
795 nextIconButtonText: 'Következő oldal'
796 },
797 MuiRating: {
798 getLabelText: function getLabelText(value) {
799 return "".concat(value, " Csillag");
800 },
801 emptyLabelText: 'Üres'
802 },
803 MuiAutocomplete: {
804 clearText: 'Törlés',
805 closeText: 'Bezárás',
806 loadingText: 'Töltés…',
807 noOptionsText: 'Nincs találat',
808 openText: 'Megnyitás'
809 },
810 MuiAlert: {
811 closeText: 'Bezárás'
812 },
813 MuiPagination: {
814 'aria-label': 'Lapozás',
815 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
816 if (type === 'page') {
817 return "".concat(page, ". oldal").concat(selected ? '' : 'ra');
818 }
819
820 if (type === 'first') {
821 return 'Első oldalra';
822 }
823
824 if (type === 'last') {
825 return 'Utolsó oldalra';
826 }
827
828 if (type === 'next') {
829 return 'Következő oldalra';
830 }
831
832 if (type === 'previous') {
833 return 'Előző oldalra';
834 }
835
836 return undefined;
837 }
838 }
839 }
840};
841export var hyAM = {
842 props: {
843 // MuiBreadcrumbs: {
844 // expandText: 'Show path',
845 // },
846 MuiTablePagination: {
847 backIconButtonText: 'Նախորդը',
848 labelRowsPerPage: 'Տողեր մեկ էջում`',
849 labelDisplayedRows: function labelDisplayedRows(_ref14) {
850 var from = _ref14.from,
851 to = _ref14.to,
852 count = _ref14.count;
853 return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "more than ".concat(to));
854 },
855 nextIconButtonText: 'Հաջորդը'
856 },
857 MuiRating: {
858 getLabelText: function getLabelText(value) {
859 return "".concat(value, " \u0531\u057D\u057F\u0572");
860 },
861 emptyLabelText: 'Դատարկ'
862 },
863 MuiAutocomplete: {
864 clearText: 'Մաքրել',
865 closeText: 'Փակել',
866 loadingText: 'Բեռնում…',
867 noOptionsText: 'Տարբերակներ չկան',
868 openText: 'Բացել'
869 },
870 MuiAlert: {
871 closeText: 'Փակել'
872 } // MuiPagination: {
873 // 'aria-label': 'Pagination navigation',
874 // getItemAriaLabel: (type, page, selected) => {
875 // if (type === 'page') {
876 // return `${selected ? '' : 'Go to '}page ${page}`;
877 // }
878 // if (type === 'first') {
879 // return 'Go to first page';
880 // }
881 // if (type === 'last') {
882 // return 'Go to last page';
883 // }
884 // if (type === 'next') {
885 // return 'Go to next page';
886 // }
887 // if (type === 'previous') {
888 // return 'Go to previous page';
889 // }
890 // return undefined;
891 // },
892 // },
893
894 }
895};
896export var idID = {
897 props: {
898 // MuiBreadcrumbs: {
899 // expandText: 'Show path',
900 // },
901 MuiTablePagination: {
902 backIconButtonText: 'Halaman sebelumnya',
903 labelRowsPerPage: 'Baris per halaman:',
904 labelDisplayedRows: function labelDisplayedRows(_ref15) {
905 var from = _ref15.from,
906 to = _ref15.to,
907 count = _ref15.count;
908 return "".concat(from, "-").concat(to, " dari ").concat(count !== -1 ? count : "more than ".concat(to));
909 },
910 nextIconButtonText: 'Halaman selanjutnya'
911 },
912 MuiRating: {
913 getLabelText: function getLabelText(value) {
914 return "".concat(value, " Bintang");
915 } // emptyLabelText: 'Empty',
916
917 },
918 MuiAutocomplete: {
919 clearText: 'Hapus',
920 closeText: 'Tutup',
921 loadingText: 'Memuat…',
922 noOptionsText: 'Tidak ada opsi',
923 openText: 'Buka'
924 },
925 MuiAlert: {
926 closeText: 'Tutup'
927 } // MuiPagination: {
928 // 'aria-label': 'Pagination navigation',
929 // getItemAriaLabel: (type, page, selected) => {
930 // if (type === 'page') {
931 // return `${selected ? '' : 'Go to '}page ${page}`;
932 // }
933 // if (type === 'first') {
934 // return 'Go to first page';
935 // }
936 // if (type === 'last') {
937 // return 'Go to last page';
938 // }
939 // if (type === 'next') {
940 // return 'Go to next page';
941 // }
942 // if (type === 'previous') {
943 // return 'Go to previous page';
944 // }
945 // return undefined;
946 // },
947 // },
948
949 }
950};
951export var isIS = {
952 props: {
953 // MuiBreadcrumbs: {
954 // expandText: 'Show path',
955 // },
956 MuiTablePagination: {
957 backIconButtonText: 'Fyrri síða',
958 labelRowsPerPage: 'Raðir á síðu:',
959 labelDisplayedRows: function labelDisplayedRows(_ref16) {
960 var from = _ref16.from,
961 to = _ref16.to,
962 count = _ref16.count;
963 return "".concat(from, "-").concat(to, " af ").concat(count !== -1 ? count : "more than ".concat(to));
964 },
965 nextIconButtonText: 'Næsta síða'
966 },
967 MuiRating: {
968 getLabelText: function getLabelText(value) {
969 return "".concat(value, " ").concat(value === 1 ? 'Stjarna' : 'Stjörnur');
970 },
971 emptyLabelText: 'Tómt'
972 },
973 MuiAutocomplete: {
974 clearText: 'Hreinsa',
975 closeText: 'Loka',
976 loadingText: 'Hlaða…',
977 noOptionsText: 'Engar niðurstöður',
978 openText: 'Opna'
979 },
980 MuiAlert: {
981 closeText: 'Loka'
982 } // MuiPagination: {
983 // 'aria-label': 'Pagination navigation',
984 // getItemAriaLabel: (type, page, selected) => {
985 // if (type === 'page') {
986 // return `${selected ? '' : 'Go to '}page ${page}`;
987 // }
988 // if (type === 'first') {
989 // return 'Go to first page';
990 // }
991 // if (type === 'last') {
992 // return 'Go to last page';
993 // }
994 // if (type === 'next') {
995 // return 'Go to next page';
996 // }
997 // if (type === 'previous') {
998 // return 'Go to previous page';
999 // }
1000 // return undefined;
1001 // },
1002 // },
1003
1004 }
1005};
1006export var itIT = {
1007 props: {
1008 MuiBreadcrumbs: {
1009 expandText: 'Visualizza percorso'
1010 },
1011 MuiTablePagination: {
1012 backIconButtonText: 'Pagina precedente',
1013 labelRowsPerPage: 'Righe per pagina:',
1014 labelDisplayedRows: function labelDisplayedRows(_ref17) {
1015 var from = _ref17.from,
1016 to = _ref17.to,
1017 count = _ref17.count;
1018 return "".concat(from, "-").concat(to, " di ").concat(count !== -1 ? count : "more than ".concat(to));
1019 },
1020 nextIconButtonText: 'Pagina successiva'
1021 },
1022 MuiRating: {
1023 getLabelText: function getLabelText(value) {
1024 return "".concat(value, " Stell").concat(value !== 1 ? 'e' : 'a');
1025 },
1026 emptyLabelText: 'Vuoto'
1027 },
1028 MuiAutocomplete: {
1029 clearText: 'Svuota',
1030 closeText: 'Chiudi',
1031 loadingText: 'Caricamento in corso…',
1032 noOptionsText: 'Nessuna opzione',
1033 openText: 'Apri'
1034 },
1035 MuiAlert: {
1036 closeText: 'Chiudi'
1037 },
1038 MuiPagination: {
1039 'aria-label': 'Navigazione impaginata',
1040 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1041 if (type === 'page') {
1042 return "".concat(selected ? '' : 'Vai alla ', "pagina ").concat(page);
1043 }
1044
1045 if (type === 'first') {
1046 return 'Vai alla prima pagina';
1047 }
1048
1049 if (type === 'last') {
1050 return "Vai all'ultima pagina";
1051 }
1052
1053 if (type === 'next') {
1054 return 'Vai alla pagina successiva';
1055 }
1056
1057 if (type === 'previous') {
1058 return 'Vai alla pagina precedente';
1059 }
1060
1061 return undefined;
1062 }
1063 }
1064 }
1065};
1066export var jaJP = {
1067 props: {
1068 // MuiBreadcrumbs: {
1069 // expandText: 'Show path',
1070 // },
1071 MuiTablePagination: {
1072 backIconButtonText: '前のページ',
1073 labelRowsPerPage: 'ページごとの行:',
1074 labelDisplayedRows: function labelDisplayedRows(_ref18) {
1075 var from = _ref18.from,
1076 to = _ref18.to,
1077 count = _ref18.count;
1078 return "".concat(from, "-").concat(to, " of ").concat(count !== -1 ? count : "more than ".concat(to));
1079 },
1080 nextIconButtonText: '次のページ'
1081 },
1082 MuiRating: {
1083 getLabelText: function getLabelText(value) {
1084 return "".concat(value, " ").concat(value !== 1 ? '出演者' : '星');
1085 } // emptyLabelText: 'Empty',
1086
1087 },
1088 MuiAutocomplete: {
1089 clearText: 'クリア',
1090 closeText: '閉じる',
1091 loadingText: '積み込み…',
1092 noOptionsText: '結果がありません',
1093 openText: '開いた'
1094 },
1095 MuiAlert: {
1096 closeText: '閉じる'
1097 } // MuiPagination: {
1098 // 'aria-label': 'Pagination navigation',
1099 // getItemAriaLabel: (type, page, selected) => {
1100 // if (type === 'page') {
1101 // return `${selected ? '' : 'Go to '}page ${page}`;
1102 // }
1103 // if (type === 'first') {
1104 // return 'Go to first page';
1105 // }
1106 // if (type === 'last') {
1107 // return 'Go to last page';
1108 // }
1109 // if (type === 'next') {
1110 // return 'Go to next page';
1111 // }
1112 // if (type === 'previous') {
1113 // return 'Go to previous page';
1114 // }
1115 // return undefined;
1116 // },
1117 // },
1118
1119 }
1120};
1121export var koKR = {
1122 props: {
1123 // MuiBreadcrumbs: {
1124 // expandText: 'Show path',
1125 // },
1126 MuiTablePagination: {
1127 backIconButtonText: '이전 페이지',
1128 labelRowsPerPage: '페이지 당 행:',
1129 labelDisplayedRows: function labelDisplayedRows(_ref19) {
1130 var from = _ref19.from,
1131 to = _ref19.to,
1132 count = _ref19.count;
1133 return "".concat(from, "-").concat(to, " / ").concat(count !== -1 ? count : "more than ".concat(to));
1134 },
1135 nextIconButtonText: '다음 페이지'
1136 },
1137 MuiRating: {
1138 getLabelText: function getLabelText(value) {
1139 return "".concat(value, " \uC810");
1140 } // emptyLabelText: 'Empty',
1141
1142 },
1143 MuiAutocomplete: {
1144 clearText: '지우기',
1145 closeText: '닫기',
1146 loadingText: '불러오는 중…',
1147 noOptionsText: '옵션 없음',
1148 openText: '열기'
1149 }
1150 }
1151};
1152export var nlNL = {
1153 props: {
1154 // MuiBreadcrumbs: {
1155 // expandText: 'Show path',
1156 // },
1157 MuiTablePagination: {
1158 backIconButtonText: 'Vorige pagina',
1159 labelRowsPerPage: 'Regels per pagina :',
1160 labelDisplayedRows: function labelDisplayedRows(_ref20) {
1161 var from = _ref20.from,
1162 to = _ref20.to,
1163 count = _ref20.count;
1164 return "".concat(from, "-").concat(to, " van ").concat(count !== -1 ? count : "more than ".concat(to));
1165 },
1166 nextIconButtonText: 'Volgende pagina'
1167 },
1168 MuiRating: {
1169 getLabelText: function getLabelText(value) {
1170 return "".concat(value, " Ster").concat(value !== 1 ? 'ren' : '');
1171 } // emptyLabelText: 'Empty',
1172
1173 },
1174 MuiAutocomplete: {
1175 clearText: 'Wissen',
1176 closeText: 'Sluiten',
1177 loadingText: 'Laden…',
1178 noOptionsText: 'Geen opties',
1179 openText: 'Openen'
1180 },
1181 MuiAlert: {
1182 closeText: 'Sluiten'
1183 } // MuiPagination: {
1184 // 'aria-label': 'Pagination navigation',
1185 // getItemAriaLabel: (type, page, selected) => {
1186 // if (type === 'page') {
1187 // return `${selected ? '' : 'Go to '}page ${page}`;
1188 // }
1189 // if (type === 'first') {
1190 // return 'Go to first page';
1191 // }
1192 // if (type === 'last') {
1193 // return 'Go to last page';
1194 // }
1195 // if (type === 'next') {
1196 // return 'Go to next page';
1197 // }
1198 // if (type === 'previous') {
1199 // return 'Go to previous page';
1200 // }
1201 // return undefined;
1202 // },
1203 // },
1204
1205 }
1206};
1207export var plPL = {
1208 props: {
1209 MuiBreadcrumbs: {
1210 expandText: 'Pokaż ścieżkę'
1211 },
1212 MuiTablePagination: {
1213 backIconButtonText: 'Poprzednia strona',
1214 labelRowsPerPage: 'Wierszy na stronę:',
1215 labelDisplayedRows: function labelDisplayedRows(_ref21) {
1216 var from = _ref21.from,
1217 to = _ref21.to,
1218 count = _ref21.count;
1219 return "".concat(from, "-").concat(to, " z ").concat(count !== -1 ? count : "more than ".concat(to));
1220 },
1221 nextIconButtonText: 'Następna strona'
1222 },
1223 MuiRating: {
1224 getLabelText: function getLabelText(value) {
1225 var pluralForm = 'gwiazdek';
1226 var lastDigit = value % 10;
1227
1228 if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
1229 pluralForm = 'gwiazdki';
1230 } else if (value === 1) {
1231 pluralForm = 'gwiazdka';
1232 }
1233
1234 return "".concat(value, " ").concat(pluralForm);
1235 },
1236 emptyLabelText: 'Brak gwiazdek'
1237 },
1238 MuiAutocomplete: {
1239 clearText: 'Wyczyść',
1240 closeText: 'Zamknij',
1241 loadingText: 'Ładowanie…',
1242 noOptionsText: 'Brak opcji',
1243 openText: 'Otwórz'
1244 },
1245 MuiAlert: {
1246 closeText: 'Zamknij'
1247 },
1248 MuiPagination: {
1249 'aria-label': 'Nawigacja podziału na strony',
1250 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1251 if (type === 'page') {
1252 return selected ? "".concat(page, ". strona") : "Przejd\u017A do ".concat(page, ". strony");
1253 }
1254
1255 if (type === 'first') {
1256 return 'Przejdź do pierwszej strony';
1257 }
1258
1259 if (type === 'last') {
1260 return 'Przejdź do ostatniej strony';
1261 }
1262
1263 if (type === 'next') {
1264 return 'Przejdź do następnej strony';
1265 }
1266
1267 if (type === 'previous') {
1268 return 'Przejdź do poprzedniej strony';
1269 }
1270
1271 return undefined;
1272 }
1273 }
1274 }
1275};
1276export var ptBR = {
1277 props: {
1278 MuiBreadcrumbs: {
1279 expandText: 'Mostrar caminho'
1280 },
1281 MuiTablePagination: {
1282 backIconButtonText: 'Página anterior',
1283 labelRowsPerPage: 'Linhas por página:',
1284 labelDisplayedRows: function labelDisplayedRows(_ref22) {
1285 var from = _ref22.from,
1286 to = _ref22.to,
1287 count = _ref22.count;
1288 return "".concat(from, "-").concat(to, " de ").concat(count !== -1 ? count : "more than ".concat(to));
1289 },
1290 nextIconButtonText: 'Próxima página'
1291 },
1292 MuiRating: {
1293 getLabelText: function getLabelText(value) {
1294 return "".concat(value, " Estrela").concat(value !== 1 ? 's' : '');
1295 },
1296 emptyLabelText: 'Vazio'
1297 },
1298 MuiAutocomplete: {
1299 clearText: 'Limpar',
1300 closeText: 'Fechar',
1301 loadingText: 'Carregando…',
1302 noOptionsText: 'Sem opções',
1303 openText: 'Abrir'
1304 },
1305 MuiAlert: {
1306 closeText: 'Fechar'
1307 },
1308 MuiPagination: {
1309 'aria-label': 'Navegar pela paginação',
1310 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1311 if (type === 'page') {
1312 return "".concat(selected ? '' : 'Ir para a ', "p\xE1gina ").concat(page);
1313 }
1314
1315 if (type === 'first') {
1316 return 'Ir para a primeira página';
1317 }
1318
1319 if (type === 'last') {
1320 return 'Ir para a última página';
1321 }
1322
1323 if (type === 'next') {
1324 return 'Ir para a próxima página';
1325 }
1326
1327 if (type === 'previous') {
1328 return 'Ir para a página anterior';
1329 }
1330
1331 return undefined;
1332 }
1333 }
1334 }
1335};
1336export var ptPT = {
1337 props: {
1338 MuiBreadcrumbs: {
1339 expandText: 'Mostrar caminho'
1340 },
1341 MuiTablePagination: {
1342 backIconButtonText: 'Página anterior',
1343 labelRowsPerPage: 'Linhas por página:',
1344 labelDisplayedRows: function labelDisplayedRows(_ref23) {
1345 var from = _ref23.from,
1346 to = _ref23.to,
1347 count = _ref23.count;
1348 return "".concat(from, "-").concat(to, " de ").concat(count !== -1 ? count : "more than ".concat(to));
1349 },
1350 nextIconButtonText: 'Próxima página'
1351 },
1352 MuiRating: {
1353 getLabelText: function getLabelText(value) {
1354 return "".concat(value, " Estrela").concat(value !== 1 ? 's' : '');
1355 },
1356 emptyLabelText: 'Vazio'
1357 },
1358 MuiAutocomplete: {
1359 clearText: 'Limpar',
1360 closeText: 'Fechar',
1361 loadingText: 'A carregar…',
1362 noOptionsText: 'Sem opções',
1363 openText: 'Abrir'
1364 },
1365 MuiAlert: {
1366 closeText: 'Fechar'
1367 },
1368 MuiPagination: {
1369 'aria-label': 'Navegar por páginas',
1370 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1371 if (type === 'page') {
1372 return "".concat(selected ? '' : 'Ir para a ', "p\xE1gina ").concat(page);
1373 }
1374
1375 if (type === 'first') {
1376 return 'Primeira página';
1377 }
1378
1379 if (type === 'last') {
1380 return 'Última página';
1381 }
1382
1383 if (type === 'next') {
1384 return 'Próxima página';
1385 }
1386
1387 if (type === 'previous') {
1388 return 'Página anterior';
1389 }
1390
1391 return undefined;
1392 }
1393 }
1394 }
1395};
1396export var roRO = {
1397 props: {
1398 MuiBreadcrumbs: {
1399 expandText: 'Arată calea'
1400 },
1401 MuiTablePagination: {
1402 backIconButtonText: 'Pagina precedentă',
1403 labelRowsPerPage: 'Rânduri pe pagină:',
1404 labelDisplayedRows: function labelDisplayedRows(_ref24) {
1405 var from = _ref24.from,
1406 to = _ref24.to,
1407 count = _ref24.count;
1408 return "".concat(from, "-").concat(to, " din ").concat(count !== -1 ? count : "more than ".concat(to));
1409 },
1410 nextIconButtonText: 'Pagina următoare'
1411 },
1412 MuiRating: {
1413 getLabelText: function getLabelText(value) {
1414 return "".concat(value, " St").concat(value !== 1 ? 'ele' : 'ea');
1415 },
1416 emptyLabelText: 'Gol'
1417 },
1418 MuiAutocomplete: {
1419 clearText: 'Șterge',
1420 closeText: 'Închide',
1421 loadingText: 'Se încarcă…',
1422 noOptionsText: 'Nicio opțiune',
1423 openText: 'Deschide'
1424 },
1425 MuiAlert: {
1426 closeText: 'Închide'
1427 },
1428 MuiPagination: {
1429 'aria-label': 'Navigare prin paginare',
1430 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1431 if (type === 'page') {
1432 return "".concat(selected ? '' : 'Mergi la ', "pagina ").concat(page);
1433 }
1434
1435 if (type === 'first') {
1436 return 'Mergi la prima pagină';
1437 }
1438
1439 if (type === 'last') {
1440 return 'Mergi la ultima pagină';
1441 }
1442
1443 if (type === 'next') {
1444 return 'Mergi la pagina următoare';
1445 }
1446
1447 if (type === 'previous') {
1448 return 'Mergi la pagina precedentă';
1449 }
1450
1451 return undefined;
1452 }
1453 }
1454 }
1455};
1456export var ruRU = {
1457 props: {
1458 // MuiBreadcrumbs: {
1459 // expandText: 'Show path',
1460 // },
1461 MuiTablePagination: {
1462 backIconButtonText: 'Предыдущая страница',
1463 labelRowsPerPage: 'Строк на странице:',
1464 labelDisplayedRows: function labelDisplayedRows(_ref25) {
1465 var from = _ref25.from,
1466 to = _ref25.to,
1467 count = _ref25.count;
1468 return "".concat(from, "-").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
1469 },
1470 nextIconButtonText: 'Следующая страница'
1471 },
1472 MuiRating: {
1473 getLabelText: function getLabelText(value) {
1474 var pluralForm = 'Звёзд';
1475 var lastDigit = value % 10;
1476
1477 if (lastDigit > 1 && lastDigit < 5) {
1478 pluralForm = 'Звезды';
1479 } else if (lastDigit === 1) {
1480 pluralForm = 'Звезда';
1481 }
1482
1483 return "".concat(value, " ").concat(pluralForm);
1484 } // emptyLabelText: 'Empty',
1485
1486 },
1487 MuiAutocomplete: {
1488 clearText: 'Очистить',
1489 closeText: 'Закрыть',
1490 loadingText: 'Загрузка…',
1491 noOptionsText: 'Нет доступных вариантов',
1492 openText: 'Открыть'
1493 },
1494 MuiAlert: {
1495 closeText: 'Закрыть'
1496 } // MuiPagination: {
1497 // 'aria-label': 'Pagination navigation',
1498 // getItemAriaLabel: (type, page, selected) => {
1499 // if (type === 'page') {
1500 // return `${selected ? '' : 'Go to '}page ${page}`;
1501 // }
1502 // if (type === 'first') {
1503 // return 'Go to first page';
1504 // }
1505 // if (type === 'last') {
1506 // return 'Go to last page';
1507 // }
1508 // if (type === 'next') {
1509 // return 'Go to next page';
1510 // }
1511 // if (type === 'previous') {
1512 // return 'Go to previous page';
1513 // }
1514 // return undefined;
1515 // },
1516 // },
1517
1518 }
1519};
1520export var skSK = {
1521 props: {
1522 // MuiBreadcrumbs: {
1523 // expandText: 'Show path',
1524 // },
1525 MuiTablePagination: {
1526 backIconButtonText: 'Predchádzajúca stránka',
1527 labelRowsPerPage: 'Riadkov na stránke:',
1528 labelDisplayedRows: function labelDisplayedRows(_ref26) {
1529 var from = _ref26.from,
1530 to = _ref26.to,
1531 count = _ref26.count;
1532 return "".concat(from, "-").concat(to, " z ").concat(count !== -1 ? count : "more than ".concat(to));
1533 },
1534 nextIconButtonText: 'Ďalšia stránka'
1535 },
1536 MuiRating: {
1537 getLabelText: function getLabelText(value) {
1538 if (value === 1) {
1539 return "".concat(value, " hviezdi\u010Dka");
1540 }
1541
1542 if (value >= 2 && value <= 4) {
1543 return "".concat(value, " hviezdi\u010Dky");
1544 }
1545
1546 return "".concat(value, " hviezdi\u010Diek");
1547 } // emptyLabelText: 'Empty',
1548
1549 },
1550 MuiAutocomplete: {
1551 clearText: 'Vymazať',
1552 closeText: 'Zavrieť',
1553 loadingText: 'Načítanie…',
1554 noOptionsText: 'Žiadne možnosti',
1555 openText: 'Otvoriť'
1556 },
1557 MuiAlert: {
1558 closeText: 'Zavrieť'
1559 } // MuiPagination: {
1560 // 'aria-label': 'Pagination navigation',
1561 // getItemAriaLabel: (type, page, selected) => {
1562 // if (type === 'page') {
1563 // return `${selected ? '' : 'Go to '}page ${page}`;
1564 // }
1565 // if (type === 'first') {
1566 // return 'Go to first page';
1567 // }
1568 // if (type === 'last') {
1569 // return 'Go to last page';
1570 // }
1571 // if (type === 'next') {
1572 // return 'Go to next page';
1573 // }
1574 // if (type === 'previous') {
1575 // return 'Go to previous page';
1576 // }
1577 // return undefined;
1578 // },
1579 // },
1580
1581 }
1582};
1583export var svSE = {
1584 props: {
1585 // MuiBreadcrumbs: {
1586 // expandText: 'Show path',
1587 // },
1588 MuiTablePagination: {
1589 backIconButtonText: 'Föregående sida',
1590 labelRowsPerPage: 'Rader per sida:',
1591 labelDisplayedRows: function labelDisplayedRows(_ref27) {
1592 var from = _ref27.from,
1593 to = _ref27.to,
1594 count = _ref27.count;
1595 return "".concat(from, "-").concat(to, " av ").concat(count !== -1 ? count : "more than ".concat(to));
1596 },
1597 nextIconButtonText: 'Nästa sida'
1598 },
1599 MuiRating: {
1600 getLabelText: function getLabelText(value) {
1601 return "".concat(value, " ").concat(value !== 1 ? 'Stjärnor' : 'Stjärna');
1602 } // emptyLabelText: 'Empty',
1603
1604 },
1605 MuiAutocomplete: {
1606 clearText: 'Rensa',
1607 closeText: 'Stäng',
1608 loadingText: 'Laddar…',
1609 noOptionsText: 'Inga alternativ',
1610 openText: 'Öppen'
1611 },
1612 MuiAlert: {
1613 closeText: 'Stäng'
1614 } // MuiPagination: {
1615 // 'aria-label': 'Pagination navigation',
1616 // getItemAriaLabel: (type, page, selected) => {
1617 // if (type === 'page') {
1618 // return `${selected ? '' : 'Go to '}page ${page}`;
1619 // }
1620 // if (type === 'first') {
1621 // return 'Go to first page';
1622 // }
1623 // if (type === 'last') {
1624 // return 'Go to last page';
1625 // }
1626 // if (type === 'next') {
1627 // return 'Go to next page';
1628 // }
1629 // if (type === 'previous') {
1630 // return 'Go to previous page';
1631 // }
1632 // return undefined;
1633 // },
1634 // },
1635
1636 }
1637};
1638export var trTR = {
1639 props: {
1640 MuiBreadcrumbs: {
1641 expandText: 'Yolu göster'
1642 },
1643 MuiTablePagination: {
1644 backIconButtonText: 'Önceki sayfa',
1645 labelRowsPerPage: 'Sayfa başına satır:',
1646 labelDisplayedRows: function labelDisplayedRows(_ref28) {
1647 var from = _ref28.from,
1648 to = _ref28.to,
1649 count = _ref28.count;
1650 return "".concat(from, "-").concat(to, " tanesinden ").concat(count !== -1 ? count : "more than ".concat(to));
1651 },
1652 nextIconButtonText: 'Sonraki sayfa'
1653 },
1654 MuiRating: {
1655 getLabelText: function getLabelText(value) {
1656 return "".concat(value, " Y\u0131ld\u0131z");
1657 },
1658 emptyLabelText: 'Boş'
1659 },
1660 MuiAutocomplete: {
1661 clearText: 'Temizle',
1662 closeText: 'Kapat',
1663 loadingText: 'Yükleniyor…',
1664 noOptionsText: 'Seçenek yok',
1665 openText: 'Aç'
1666 },
1667 MuiAlert: {
1668 closeText: 'Kapat'
1669 },
1670 MuiPagination: {
1671 'aria-label': 'Sayfa navigasyonu',
1672 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1673 if (type === 'page') {
1674 return "".concat(page, ". ").concat(selected ? 'sayfa' : 'sayfaya git');
1675 }
1676
1677 if (type === 'first') {
1678 return 'İlk sayfaya git';
1679 }
1680
1681 if (type === 'last') {
1682 return 'Son sayfaya git';
1683 }
1684
1685 if (type === 'next') {
1686 return 'Sonraki sayfaya git';
1687 }
1688
1689 if (type === 'previous') {
1690 return 'Önceki sayfaya git';
1691 }
1692
1693 return undefined;
1694 }
1695 }
1696 }
1697};
1698export var ukUA = {
1699 props: {
1700 MuiBreadcrumbs: {
1701 expandText: 'Показати шлях сторінок'
1702 },
1703 MuiTablePagination: {
1704 backIconButtonText: 'Попередня сторінка',
1705 labelRowsPerPage: 'Рядків на сторінці:',
1706 labelDisplayedRows: function labelDisplayedRows(_ref29) {
1707 var from = _ref29.from,
1708 to = _ref29.to,
1709 count = _ref29.count;
1710 return "".concat(from, "-").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
1711 },
1712 nextIconButtonText: 'Наступна сторінка'
1713 },
1714 MuiRating: {
1715 getLabelText: function getLabelText(value) {
1716 var pluralForm = 'Зірок';
1717 var lastDigit = value % 10;
1718
1719 if (lastDigit > 1 && lastDigit < 5) {
1720 pluralForm = 'Зірки';
1721 } else if (lastDigit === 1) {
1722 pluralForm = 'Зірка';
1723 }
1724
1725 return "".concat(value, " ").concat(pluralForm);
1726 },
1727 emptyLabelText: 'Рейтинг відсутній'
1728 },
1729 MuiAutocomplete: {
1730 clearText: 'Очистити',
1731 closeText: 'Згорнути',
1732 loadingText: 'Завантаження…',
1733 noOptionsText: 'Немає варіантів',
1734 openText: 'Розгорнути'
1735 },
1736 MuiAlert: {
1737 closeText: 'Згорнути'
1738 },
1739 MuiPagination: {
1740 'aria-label': 'Навігація сторінками',
1741 getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
1742 if (type === 'page') {
1743 return "".concat(selected ? '' : 'Перейти на ', "\u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 ").concat(page);
1744 }
1745
1746 if (type === 'first') {
1747 return 'Перейти на першу сторінку';
1748 }
1749
1750 if (type === 'last') {
1751 return 'Перейти на останню сторінку';
1752 }
1753
1754 if (type === 'next') {
1755 return 'Перейти на наступну сторінку';
1756 }
1757
1758 if (type === 'previous') {
1759 return 'Перейти на попередню сторінку';
1760 }
1761
1762 return undefined;
1763 }
1764 }
1765 }
1766};
1767export var viVN = {
1768 props: {
1769 // MuiBreadcrumbs: {
1770 // expandText: 'Show path',
1771 // },
1772 MuiTablePagination: {
1773 backIconButtonText: 'Trang trước',
1774 labelRowsPerPage: 'Số hàng mỗi trang:',
1775 labelDisplayedRows: function labelDisplayedRows(_ref30) {
1776 var from = _ref30.from,
1777 to = _ref30.to,
1778 count = _ref30.count;
1779 return "".concat(from, "-").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
1780 },
1781 nextIconButtonText: 'Trang sau'
1782 },
1783 MuiRating: {
1784 getLabelText: function getLabelText(value) {
1785 return "".concat(value, " sao");
1786 },
1787 emptyLabelText: 'Trống'
1788 },
1789 MuiAutocomplete: {
1790 clearText: 'Xóa',
1791 closeText: 'Đóng',
1792 loadingText: 'Đang tải…',
1793 noOptionsText: 'Không có lựa chọn',
1794 openText: 'Mở'
1795 },
1796 MuiAlert: {
1797 closeText: 'Đóng'
1798 } // MuiPagination: {
1799 // 'aria-label': 'Pagination navigation',
1800 // getItemAriaLabel: (type, page, selected) => {
1801 // if (type === 'page') {
1802 // return `${selected ? '' : 'Go to '}page ${page}`;
1803 // }
1804 // if (type === 'first') {
1805 // return 'Go to first page';
1806 // }
1807 // if (type === 'last') {
1808 // return 'Go to last page';
1809 // }
1810 // if (type === 'next') {
1811 // return 'Go to next page';
1812 // }
1813 // if (type === 'previous') {
1814 // return 'Go to previous page';
1815 // }
1816 // return undefined;
1817 // },
1818 // },
1819
1820 }
1821};
1822export var zhCN = {
1823 props: {
1824 // MuiBreadcrumbs: {
1825 // expandText: 'Show path',
1826 // },
1827 MuiTablePagination: {
1828 backIconButtonText: '上一页',
1829 labelRowsPerPage: '每页行数:',
1830 labelDisplayedRows: function labelDisplayedRows(_ref31) {
1831 var from = _ref31.from,
1832 to = _ref31.to,
1833 count = _ref31.count;
1834 return "".concat(from, "-").concat(to, " \u7684 ").concat(count !== -1 ? count : "\u8D85\u8FC7 ".concat(to));
1835 },
1836 nextIconButtonText: '下一页'
1837 },
1838 MuiRating: {
1839 getLabelText: function getLabelText(value) {
1840 return "".concat(value, " \u661F").concat(value !== 1 ? '星' : '');
1841 } // emptyLabelText: 'Empty',
1842
1843 },
1844 MuiAutocomplete: {
1845 clearText: '明确',
1846 closeText: '关',
1847 loadingText: '载入中…',
1848 noOptionsText: '没有选择',
1849 openText: '打开'
1850 },
1851 MuiAlert: {
1852 closeText: '关'
1853 } // MuiPagination: {
1854 // 'aria-label': 'Pagination navigation',
1855 // getItemAriaLabel: (type, page, selected) => {
1856 // if (type === 'page') {
1857 // return `${selected ? '' : 'Go to '}page ${page}`;
1858 // }
1859 // if (type === 'first') {
1860 // return 'Go to first page';
1861 // }
1862 // if (type === 'last') {
1863 // return 'Go to last page';
1864 // }
1865 // if (type === 'next') {
1866 // return 'Go to next page';
1867 // }
1868 // if (type === 'previous') {
1869 // return 'Go to previous page';
1870 // }
1871 // return undefined;
1872 // },
1873 // },
1874
1875 }
1876};
\No newline at end of file