UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

248 lines (244 loc) 7.43 kB
export var deDE = { props: { MuiTablePagination: { backIconButtonText: 'Nächste Seite', labelRowsPerPage: 'Zeilen pro Seite:', labelDisplayedRows: function labelDisplayedRows(_ref) { var from = _ref.from, to = _ref.to, count = _ref.count; return "".concat(from, "-").concat(to === -1 ? count : to, " von ").concat(count); }, nextIconButtonText: 'Nächste Seite' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " ").concat(value !== 1 ? 'Sterne' : 'Star'); } }, MuiAutocomplete: { clearText: 'Leeren', closeText: 'Schließen', loadingText: 'Wird geladen…', noOptionsText: 'Keine Optionen', openText: 'Öffnen' } } }; // default export var enUS = {}; /** props: { MuiTablePagination: { backIconButtonText: 'Previous page', labelRowsPerPage: 'Rows per page:', labelDisplayedRows: ({ from, to, count }) => `${from}-${to === -1 ? count : to} of ${count}`, nextIconButtonText: 'Next page', }, MuiRating: { getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`, }, MuiAutocomplete: { clearText: 'Clear', closeText: 'Close', loadingText: 'Loading…', noOptionsText: 'No options', openText: 'Open', }, }, */ export var esES = { props: { MuiTablePagination: { backIconButtonText: 'Página anterior', labelRowsPerPage: 'Filas por página:', labelDisplayedRows: function labelDisplayedRows(_ref2) { var from = _ref2.from, to = _ref2.to, count = _ref2.count; return "".concat(from, "-").concat(to === -1 ? count : to, " de ").concat(count); }, nextIconButtonText: 'Siguiente página' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " Estrella").concat(value !== 1 ? 's' : ''); } }, MuiAutocomplete: { clearText: 'Limpiar', closeText: 'Cerrar', loadingText: 'Cargando…', noOptionsText: 'Sin opciones', openText: 'Abierto' } } }; export var frFR = { props: { MuiTablePagination: { backIconButtonText: 'Page précédente', labelRowsPerPage: 'Lignes par page :', labelDisplayedRows: function labelDisplayedRows(_ref3) { var from = _ref3.from, to = _ref3.to, count = _ref3.count; return "".concat(from, "-").concat(to === -1 ? count : to, " sur ").concat(count); }, nextIconButtonText: 'Page suivante' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " Etoile").concat(value !== 1 ? 's' : ''); } }, MuiAutocomplete: { clearText: 'Vider', closeText: 'Fermer', loadingText: 'Chargement…', noOptionsText: 'Pas de résultats', openText: 'Ouvrir' } } }; export var jaJP = { props: { MuiTablePagination: { backIconButtonText: '前のページ', labelRowsPerPage: 'ページごとの行:', labelDisplayedRows: function labelDisplayedRows(_ref4) { var from = _ref4.from, to = _ref4.to, count = _ref4.count; return "".concat(from, "-").concat(to === -1 ? count : to, " of ").concat(count); }, nextIconButtonText: '次のページ' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " ").concat(value !== 1 ? '出演者' : '星'); } }, MuiAutocomplete: { clearText: 'クリア', closeText: '閉じる', loadingText: '積み込み…', noOptionsText: '結果がありません', openText: '開いた' } } }; export var ptBR = { props: { MuiTablePagination: { backIconButtonText: 'Página anterior', labelRowsPerPage: 'Linhas por página:', labelDisplayedRows: function labelDisplayedRows(_ref5) { var from = _ref5.from, to = _ref5.to, count = _ref5.count; return "".concat(from, "-").concat(to === -1 ? count : to, " de ").concat(count); }, nextIconButtonText: 'Próxima página' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " Estrela").concat(value !== 1 ? 's' : ''); } }, MuiAutocomplete: { clearText: 'Limpar', closeText: 'Fechar', loadingText: 'Carregando…', noOptionsText: 'Sem opções', openText: 'Abrir' } } }; export var ruRU = { props: { MuiTablePagination: { backIconButtonText: 'Предыдущая страница', labelRowsPerPage: 'Строк на странице:', labelDisplayedRows: function labelDisplayedRows(_ref6) { var from = _ref6.from, to = _ref6.to, count = _ref6.count; return "".concat(from, "-").concat(to === -1 ? count : to, " \u0438\u0437 ").concat(count); }, nextIconButtonText: 'Следующая страница' }, MuiRating: { getLabelText: function getLabelText(value) { var pluralForm = 'Звёзд'; var lastDigit = value % 10; if (lastDigit > 1 && lastDigit < 5) { pluralForm = 'Звезды'; } else if (lastDigit === 1) { pluralForm = 'Звезда'; } return "".concat(value, " ").concat(pluralForm); } }, MuiAutocomplete: { clearText: 'Очистить', closeText: 'Закрыть', loadingText: 'Загрузка…', noOptionsText: 'Нет доступных вариантов', openText: 'Открыть' } } }; export var zhCN = { props: { MuiTablePagination: { backIconButtonText: '上一页', labelDisplayedRows: function labelDisplayedRows(_ref7) { var from = _ref7.from, to = _ref7.to, count = _ref7.count; return "".concat(from, "-").concat(to === -1 ? count : to, " \u7684 ").concat(count); }, labelRowsPerPage: '每页行数:', nextIconButtonText: '下一页' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " \u661F").concat(value !== 1 ? '星' : ''); } }, MuiAutocomplete: { clearText: '明确', closeText: '关', loadingText: '载入中…', noOptionsText: '没有选择', openText: '打开' } } }; export var faIR = { props: { MuiTablePagination: { backIconButtonText: 'صفحهٔ قبل', labelDisplayedRows: function labelDisplayedRows(_ref8) { var from = _ref8.from, to = _ref8.to, count = _ref8.count; return "".concat(from, "-").concat(to === -1 ? count : to, " \u0627\u0632 ").concat(count); }, labelRowsPerPage: 'تعداد سطرهای هر صفحه:', nextIconButtonText: 'صفحهٔ بعد' }, MuiRating: { getLabelText: function getLabelText(value) { return "".concat(value, " \u0633\u062A\u0627\u0631\u0647"); } }, MuiAutocomplete: { clearText: 'پاک‌کردن', closeText: 'بستن', loadingText: 'در حال بارگذاری…', noOptionsText: 'بی‌نتیجه', openText: 'بازکردن' } } };