Files
IronSteelNon-ferrousMetallu…/node_modules/@mui/material/locale/kuCKB.js

79 lines
2.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.kuCKB = void 0;
const kuCKB = exports.kuCKB = {
components: {
MuiBreadcrumbs: {
defaultProps: {
expandText: 'ڕێچکە پیشان بدە'
}
},
MuiTablePagination: {
defaultProps: {
getItemAriaLabel: type => {
if (type === 'first') {
return 'چوونە یەکەم پەڕە';
}
if (type === 'last') {
return 'چوونە کۆتا پەڕە';
}
if (type === 'next') {
return 'چوونە پەڕەی دواتر';
}
// if (type === 'previous') {
return 'گەڕانەوە بۆ پەڕەی پێشوو';
},
labelRowsPerPage: 'ژمارەی ڕیزەکان لە هەر پەڕەیەک:',
labelDisplayedRows: ({
from,
to,
count
}) => `${from}${to} لە ${count !== -1 ? count : ` زیاترە لە${to}`}`
}
},
MuiRating: {
defaultProps: {
getLabelText: value => `${value} ${value !== 1 ? 'ئەستێرەکان' : 'ئەستێرە'}`,
emptyLabelText: 'خاڵیە'
}
},
MuiAutocomplete: {
defaultProps: {
clearText: 'سڕینەوە',
closeText: 'داخستن',
loadingText: 'لە بارکردندایە...',
noOptionsText: 'هیچ بژاردەیەک نیە',
openText: 'کردنەوە'
}
},
MuiAlert: {
defaultProps: {
closeText: 'داخستن'
}
},
MuiPagination: {
defaultProps: {
'aria-label': 'گەڕان لە پەڕەکان',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${selected ? '' : 'چوون بۆ '} پەڕەی ${page}`;
}
if (type === 'first') {
return 'چوونە یەکەم پەڕە';
}
if (type === 'last') {
return 'چوونە کۆتا پەڕە';
}
if (type === 'next') {
return 'چوونە پەڕەی دواتر';
}
// if (type === 'previous') {
return 'گەڕانەوە بۆ پەڕەی پێشوو';
}
}
}
}
};