This commit is contained in:
morgan
2026-03-13 19:23:37 +03:00
parent 8917f1631f
commit cc7403191a
5113 changed files with 168404 additions and 0 deletions

91
node_modules/@mui/material/locale/beBY.js generated vendored Normal file
View File

@@ -0,0 +1,91 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.beBY = void 0;
const beBY = exports.beBY = {
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 => {
let pluralForm = 'Зорак';
const lastDigit = value % 10;
if (lastDigit > 1 && lastDigit < 5 && (value < 10 || value > 20)) {
pluralForm = 'Зоркі';
} else if (lastDigit === 1 && value % 100 !== 11) {
pluralForm = 'Зорка';
}
return `${value} ${pluralForm}`;
},
emptyLabelText: 'Рэйтынг адсутнічае'
}
},
MuiAutocomplete: {
defaultProps: {
clearText: 'Ачысціць',
closeText: 'Закрыць',
loadingText: 'Загрузка…',
noOptionsText: 'Няма варыянтаў',
openText: 'Адкрыць'
}
},
MuiAlert: {
defaultProps: {
closeText: 'Закрыць'
}
},
MuiPagination: {
defaultProps: {
'aria-label': 'Навігацыя па старонкам',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
if (selected) {
return `${page} старонка`;
}
return `Перайсці на ${page} старонку`;
}
if (type === 'first') {
return 'Перайсці на першую старонку';
}
if (type === 'last') {
return 'Перайсці на апошнюю старонку';
}
if (type === 'next') {
return 'Перайсці на наступную старонку';
}
// if (type === 'previous') {
return 'Перайсці на папярэднюю старонку';
}
}
}
}
};

2
node_modules/@mui/material/locale/bnBD.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const bnBD: Localization;

2
node_modules/@mui/material/locale/caES.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const caES: Localization;

79
node_modules/@mui/material/locale/fiFI.js generated vendored Normal file
View File

@@ -0,0 +1,79 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.fiFI = void 0;
const fiFI = exports.fiFI = {
components: {
MuiBreadcrumbs: {
defaultProps: {
expandText: 'Näytä reitti'
}
},
MuiTablePagination: {
defaultProps: {
getItemAriaLabel: type => {
if (type === 'first') {
return 'Mene ensimmäiselle sivulle';
}
if (type === 'last') {
return 'Mene viimeiselle sivulle';
}
if (type === 'next') {
return 'Mene seuraavalle sivulle';
}
// if (type === 'previous') {
return 'Mene edelliselle sivulle';
},
labelRowsPerPage: 'Rivejä per sivu:',
labelDisplayedRows: ({
from,
to,
count
}) => `${from}${to} / ${count !== -1 ? count : `enemmän kuin ${to}`}`
}
},
MuiRating: {
defaultProps: {
getLabelText: value => `${value} Täht${value !== 1 ? 'eä' : 'i'}`,
emptyLabelText: 'Tyhjä'
}
},
MuiAutocomplete: {
defaultProps: {
clearText: 'Tyhjennä',
closeText: 'Sulje',
loadingText: 'Ladataan…',
noOptionsText: 'Ei valintoja',
openText: 'Avaa'
}
},
MuiAlert: {
defaultProps: {
closeText: 'Sulje'
}
},
MuiPagination: {
defaultProps: {
'aria-label': 'Sivutus navigaatio',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${selected ? 'sivu' : 'Mene sivulle'} ${page}`;
}
if (type === 'first') {
return 'Mene ensimmäiselle sivulle';
}
if (type === 'last') {
return 'Mene viimeiselle sivulle';
}
if (type === 'next') {
return 'Mene seuraavalle sivulle';
}
// if (type === 'previous') {
return 'Mene edelliselle sivulle';
}
}
}
}
};

79
node_modules/@mui/material/locale/koKR.js generated vendored Normal file
View File

@@ -0,0 +1,79 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.koKR = void 0;
const koKR = exports.koKR = {
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}`,
emptyLabelText: '빈 텍스트'
}
},
MuiAutocomplete: {
defaultProps: {
clearText: '지우기',
closeText: '닫기',
loadingText: '불러오는 중…',
noOptionsText: '옵션 없음',
openText: '열기'
}
},
MuiAlert: {
defaultProps: {
closeText: '닫기'
}
},
MuiPagination: {
defaultProps: {
'aria-label': '페이지네이션 네비게이션',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${page} 번째 페이지${selected ? '' : '로 이동'}`;
}
if (type === 'first') {
return '첫 번째 페이지로 이동';
}
if (type === 'last') {
return '마지막 페이지로 이동';
}
if (type === 'next') {
return '다음 페이지로 이동';
}
// if (type === 'previous') {
return '이전 페이지로 이동';
}
}
}
}
};

2
node_modules/@mui/material/locale/nbNO.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const nbNO: Localization;

2
node_modules/@mui/material/locale/ptPT.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const ptPT: Localization;

79
node_modules/@mui/material/locale/roRO.js generated vendored Normal file
View File

@@ -0,0 +1,79 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.roRO = void 0;
const roRO = exports.roRO = {
components: {
MuiBreadcrumbs: {
defaultProps: {
expandText: 'Arată calea'
}
},
MuiTablePagination: {
defaultProps: {
getItemAriaLabel: type => {
if (type === 'first') {
return 'Mergi la prima pagină';
}
if (type === 'last') {
return 'Mergi la ultima pagină';
}
if (type === 'next') {
return 'Mergi la pagina următoare';
}
// if (type === 'previous') {
return 'Mergi la pagina precedentă';
},
labelRowsPerPage: 'Rânduri pe pagină:',
labelDisplayedRows: ({
from,
to,
count
}) => `${from}${to} din ${count !== -1 ? count : `mai mult de ${to}`}`
}
},
MuiRating: {
defaultProps: {
getLabelText: value => `${value} St${value !== 1 ? 'ele' : 'ea'}`,
emptyLabelText: 'Gol'
}
},
MuiAutocomplete: {
defaultProps: {
clearText: 'Șterge',
closeText: 'Închide',
loadingText: 'Se încarcă…',
noOptionsText: 'Nicio opțiune',
openText: 'Deschide'
}
},
MuiAlert: {
defaultProps: {
closeText: 'Închide'
}
},
MuiPagination: {
defaultProps: {
'aria-label': 'Navigare prin paginare',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${selected ? '' : 'Mergi la '}pagina ${page}`;
}
if (type === 'first') {
return 'Mergi la prima pagină';
}
if (type === 'last') {
return 'Mergi la ultima pagină';
}
if (type === 'next') {
return 'Mergi la pagina următoare';
}
// if (type === 'previous') {
return 'Mergi la pagina precedentă';
}
}
}
}
};

2
node_modules/@mui/material/locale/skSK.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const skSK: Localization;

2
node_modules/@mui/material/locale/svSE.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const svSE: Localization;

2
node_modules/@mui/material/locale/tlTL.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import type { Localization } from "./utils/LocaleTextApi.js";
export declare const tlTL: Localization;