feat: 氧化铝数字孪生系统监控大屏完成

This commit is contained in:
2026-04-08 21:44:08 +08:00
commit a48babc68d
67606 changed files with 3337335 additions and 0 deletions

84
node_modules/@mui/material/locale/faIR.js generated vendored Normal file
View File

@@ -0,0 +1,84 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.faIR = void 0;
const faIR = exports.faIR = {
components: {
// MuiBreadcrumbs: {
// defaultProps: {
// expandText: 'Show path',
// },
// },
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} ستاره`,
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 'رفتن به صفحه‌ی قبلی';
}
}
}
}
};