Merge pull request #2392 from proddy/dev

translations in version webUI page
This commit is contained in:
Proddy
2025-02-03 20:47:21 +01:00
committed by GitHub
18 changed files with 252 additions and 216 deletions

View File

@@ -44,7 +44,7 @@
"@babel/core": "^7.26.7",
"@eslint/js": "^9.19.0",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.10.0",
"@preact/preset-vite": "^2.10.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/formidable": "^3",
"@types/node": "^22.13.0",
@@ -57,7 +57,7 @@
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.37.0",
"typescript-eslint": "8.22.0",
"typescript-eslint": "8.23.0",
"vite": "^6.0.11",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.1.4"

View File

@@ -210,7 +210,7 @@ const Version = () => {
size="small"
onClick={() => showFirmwareDialog()}
>
{upgradeAvailable ? LL.UPGRADE() : 'Re-install'}…
{upgradeAvailable ? LL.UPGRADE() : LL.REINSTALL()}…
</Button>
);
};
@@ -224,7 +224,7 @@ const Version = () => {
<>
<Box p={2} border="1px solid grey" borderRadius={2}>
<Typography mb={2} variant="h6" color="primary">
Firmware&nbsp;{LL.VERSION()}
{LL.FIRMWARE_VERSION()}
</Typography>
<Grid
@@ -251,7 +251,7 @@ const Version = () => {
</Grid>
<Grid size={{ xs: 4, md: 2 }}>
<Typography color="secondary">Platform</Typography>
<Typography color="secondary">{LL.PLATFORM()}</Typography>
</Grid>
<Grid size={{ xs: 8, md: 10 }}>
<Typography>
@@ -263,7 +263,7 @@ const Version = () => {
</Grid>
<Grid size={{ xs: 4, md: 2 }}>
<Typography color="secondary">Release Type</Typography>
<Typography color="secondary">{LL.RELEASE_TYPE()}</Typography>
</Grid>
<Grid size={{ xs: 8, md: 10 }}>
<Typography>

View File

@@ -346,7 +346,11 @@ const cz: Translation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default cz;

View File

@@ -346,7 +346,11 @@ const de: Translation = {
DASHBOARD_1: 'Alle EMS-Entitäten, die aktiv und als Favorit markiert sind, sowie alle benutzerdefinierten Entitäten, Zeitpläne und externen Sensordaten werden unten angezeigt.',
NO_DATA_1: 'Keine favorisierten EMS-Entitäten gefunden! Verwenden Sie das Modul',
NO_DATA_2: ', um sie zu markieren.',
NO_DATA_3: 'Um alle verfügbaren Entitäten anzuzeigen, gehen Sie zu'
NO_DATA_3: 'Um alle verfügbaren Entitäten anzuzeigen, gehen Sie zu',
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Neu installieren'
};
export default de;

View File

@@ -346,7 +346,11 @@ const en: Translation = {
UPGRADE: 'Upgrade',
NO_DATA_1: 'No favourite EMS entities found yet. Use the',
NO_DATA_2: 'module to mark them.',
NO_DATA_3: 'To see all available entities go to'
NO_DATA_3: 'To see all available entities go to',
FIRMWARE_VERSION: 'Firmware Version',
PLATFORM: 'Platform',
RELEASE_TYPE: 'Release Type',
REINSTALL: 'Re-install'
};
export default en;

View File

@@ -346,7 +346,11 @@ const fr: Translation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmaware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default fr;

View File

@@ -346,7 +346,11 @@ const it: Translation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default it;

View File

@@ -343,10 +343,14 @@ const nl: Translation = {
DEVELOPER_MODE: 'Ontwikkelaarsmodus',
DUPLICATE: 'Duplicaat',
UPGRADE: 'Upgraden',
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
DASHBOARD_1: 'Alle EMS-entiteiten die actief zijn en als favoriet zijn gemarkeerd, plus alle aangepaste entiteiten en externe sensorgegevens worden hieronder weergegeven.',
NO_DATA_1: 'Er zijn nog geen favoriete EMS-entiteiten gevonden. Gebruik de',
NO_DATA_2: 'module om ze te markeren.',
NO_DATA_3: 'Om alle beschikbare entiteiten te zien, ga naar',
FIRMWARE_VERSION: 'Firmware Versie',
PLATFORM: 'Platform',
RELEASE_TYPE: 'Release Typ',
REINSTALL: 'Opnieuw Installeren'
};
export default nl;

View File

@@ -346,7 +346,11 @@ const no: Translation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default no;

View File

@@ -346,7 +346,11 @@ const pl: BaseTranslation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default pl;

View File

@@ -346,7 +346,11 @@ const sk: Translation = {
DASHBOARD_1: 'Všetky entity EMS, ktoré sú aktívne a označené ako obľúbené, plus všetky vlastné entity, plány a údaje externých senzorov sú zobrazené nižšie.',
NO_DATA_1: 'Nenašli sa žiadne obľúbené entity EMS. Použite',
NO_DATA_2: 'modul na ich označenie.',
NO_DATA_3: 'Ak chcete zobraziť všetky dostupné entity, prejdite na'
NO_DATA_3: 'Ak chcete zobraziť všetky dostupné entity, prejdite na',
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default sk;

View File

@@ -346,7 +346,11 @@ const sv: Translation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default sv;

View File

@@ -346,7 +346,11 @@ const tr: Translation = {
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.', // TODO translate
NO_DATA_1: 'No favourite EMS entities found yet. Use the', // TODO translate
NO_DATA_2: 'module to mark them.', // TODO translate
NO_DATA_3: 'To see all available entities go to' // TODO translate
NO_DATA_3: 'To see all available entities go to', // TODO translate
FIRMWARE_VERSION: 'Firmware Version', // TODO translate
PLATFORM: 'Platform', // TODO translate
RELEASE_TYPE: 'Release Type', // TODO translate
REINSTALL: 'Re-install' // TODO translate
};
export default tr;

View File

@@ -610,13 +610,13 @@ __metadata:
linkType: hard
"@eslint/config-array@npm:^0.19.0":
version: 0.19.1
resolution: "@eslint/config-array@npm:0.19.1"
version: 0.19.2
resolution: "@eslint/config-array@npm:0.19.2"
dependencies:
"@eslint/object-schema": "npm:^2.1.5"
"@eslint/object-schema": "npm:^2.1.6"
debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2"
checksum: 10c0/43b01f596ddad404473beae5cf95c013d29301c72778d0f5bf8a6699939c8a9a5663dbd723b53c5f476b88b0c694f76ea145d1aa9652230d140fe1161e4a4b49
checksum: 10c0/dd68da9abb32d336233ac4fe0db1e15a0a8d794b6e69abb9e57545d746a97f6f542496ff9db0d7e27fab1438546250d810d90b1904ac67677215b8d8e7573f3d
languageName: node
linkType: hard
@@ -653,10 +653,10 @@ __metadata:
languageName: node
linkType: hard
"@eslint/object-schema@npm:^2.1.5":
version: 2.1.5
resolution: "@eslint/object-schema@npm:2.1.5"
checksum: 10c0/5320691ed41ecd09a55aff40ce8e56596b4eb81f3d4d6fe530c50fdd6552d88102d1c1a29d970ae798ce30849752a708772de38ded07a6f25b3da32ebea081d8
"@eslint/object-schema@npm:^2.1.6":
version: 2.1.6
resolution: "@eslint/object-schema@npm:2.1.6"
checksum: 10c0/b8cdb7edea5bc5f6a96173f8d768d3554a628327af536da2fc6967a93b040f2557114d98dbcdbf389d5a7b290985ad6a9ce5babc547f36fc1fde42e674d11a56
languageName: node
linkType: hard
@@ -911,14 +911,14 @@ __metadata:
linkType: hard
"@mui/types@npm:^7.2.21":
version: 7.2.21
resolution: "@mui/types@npm:7.2.21"
version: 7.2.22
resolution: "@mui/types@npm:7.2.22"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/c0038ae402a3cfb2805a19167362fb5ac2ca1403f0ef3dad688d1e2276afe757b69d5fb1e3af4cd0e985b9221d287fd863c5b00f29fd07a276c7de9e3423a0f3
checksum: 10c0/99811e972ac19e256af05ed4047f53f72282c4e239748ebbc9ef4f074f54e0f5d2d99e23210f9faa93fce49ed426ea80021db21d31fc18cd1e878ca1081e1472
languageName: node
linkType: hard
@@ -1014,9 +1014,9 @@ __metadata:
languageName: node
linkType: hard
"@preact/preset-vite@npm:^2.10.0":
version: 2.10.0
resolution: "@preact/preset-vite@npm:2.10.0"
"@preact/preset-vite@npm:^2.10.1":
version: 2.10.1
resolution: "@preact/preset-vite@npm:2.10.1"
dependencies:
"@babel/plugin-transform-react-jsx": "npm:^7.22.15"
"@babel/plugin-transform-react-jsx-development": "npm:^7.22.5"
@@ -1029,7 +1029,7 @@ __metadata:
peerDependencies:
"@babel/core": 7.x
vite: 2.x || 3.x || 4.x || 5.x || 6.x
checksum: 10c0/bb8ab0577fb3e91baab151b9682514a18d244efb97b5f26c3aed3878335603aa7f22696050e96c7eb7261456382f966b27594960a2251d5b5ee354796407023f
checksum: 10c0/29ee1414acd920a961b9590de9800478155282fc16db05be5e427300bd29979607ba80b3f4a5f30c52d86d924de433529f63aa96c1a966685e73a43fc4a9974c
languageName: node
linkType: hard
@@ -1057,8 +1057,8 @@ __metadata:
linkType: hard
"@prefresh/vite@npm:^2.4.1":
version: 2.4.6
resolution: "@prefresh/vite@npm:2.4.6"
version: 2.4.7
resolution: "@prefresh/vite@npm:2.4.7"
dependencies:
"@babel/core": "npm:^7.22.1"
"@prefresh/babel-plugin": "npm:0.5.1"
@@ -1068,7 +1068,7 @@ __metadata:
peerDependencies:
preact: ^10.4.0
vite: ">=2.0.0"
checksum: 10c0/d37bbe9297ae977fb039dc3092cecc6f18716f6c1ef834bfc2a317c87469aae955a3f81a342056adb7260db7e54e6d08b2d3d552dde3603b851916329908f75a
checksum: 10c0/50ff4dae837ca1484d7cdeac692a1656d7e3bf5eac61ffd872a06af61108466aae45a636245d1fd6374f087c1d53cc9b60d92a8d5f250d71c6d9d009a153e157
languageName: node
linkType: hard
@@ -1082,135 +1082,135 @@ __metadata:
languageName: node
linkType: hard
"@rollup/rollup-android-arm-eabi@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-android-arm-eabi@npm:4.32.0"
"@rollup/rollup-android-arm-eabi@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.1"
conditions: os=android & cpu=arm
languageName: node
linkType: hard
"@rollup/rollup-android-arm64@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-android-arm64@npm:4.32.0"
"@rollup/rollup-android-arm64@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-android-arm64@npm:4.34.1"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
"@rollup/rollup-darwin-arm64@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-darwin-arm64@npm:4.32.0"
"@rollup/rollup-darwin-arm64@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
"@rollup/rollup-darwin-x64@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-darwin-x64@npm:4.32.0"
"@rollup/rollup-darwin-x64@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-darwin-x64@npm:4.34.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
"@rollup/rollup-freebsd-arm64@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-freebsd-arm64@npm:4.32.0"
"@rollup/rollup-freebsd-arm64@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.1"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard
"@rollup/rollup-freebsd-x64@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-freebsd-x64@npm:4.32.0"
"@rollup/rollup-freebsd-x64@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.1"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard
"@rollup/rollup-linux-arm-gnueabihf@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.32.0"
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.1"
conditions: os=linux & cpu=arm & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-arm-musleabihf@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.32.0"
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.1"
conditions: os=linux & cpu=arm & libc=musl
languageName: node
linkType: hard
"@rollup/rollup-linux-arm64-gnu@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.32.0"
"@rollup/rollup-linux-arm64-gnu@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.1"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-arm64-musl@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.32.0"
"@rollup/rollup-linux-arm64-musl@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.1"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
"@rollup/rollup-linux-loongarch64-gnu@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.32.0"
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.1"
conditions: os=linux & cpu=loong64 & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.32.0"
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.1"
conditions: os=linux & cpu=ppc64 & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-riscv64-gnu@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.32.0"
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.1"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-s390x-gnu@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.32.0"
"@rollup/rollup-linux-s390x-gnu@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.1"
conditions: os=linux & cpu=s390x & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-x64-gnu@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.32.0"
"@rollup/rollup-linux-x64-gnu@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.1"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
"@rollup/rollup-linux-x64-musl@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-linux-x64-musl@npm:4.32.0"
"@rollup/rollup-linux-x64-musl@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.1"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
"@rollup/rollup-win32-arm64-msvc@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.32.0"
"@rollup/rollup-win32-arm64-msvc@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard
"@rollup/rollup-win32-ia32-msvc@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.32.0"
"@rollup/rollup-win32-ia32-msvc@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.1"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard
"@rollup/rollup-win32-x64-msvc@npm:4.32.0":
version: 4.32.0
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.32.0"
"@rollup/rollup-win32-x64-msvc@npm:4.34.1":
version: 4.34.1
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
@@ -1399,16 +1399,7 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:*":
version: 22.10.10
resolution: "@types/node@npm:22.10.10"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/3425772d4513cd5dbdd87c00acda088113c03a97445f84f6a89744c60a66990b56c9d3a7213d09d57b6b944ae8ff45f985565e0c1846726112588e33a22dd12b
languageName: node
linkType: hard
"@types/node@npm:^22.13.0":
"@types/node@npm:*, @types/node@npm:^22.13.0":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
dependencies:
@@ -1476,115 +1467,115 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
"@typescript-eslint/eslint-plugin@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.23.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.22.0"
"@typescript-eslint/type-utils": "npm:8.22.0"
"@typescript-eslint/utils": "npm:8.22.0"
"@typescript-eslint/visitor-keys": "npm:8.22.0"
"@typescript-eslint/scope-manager": "npm:8.23.0"
"@typescript-eslint/type-utils": "npm:8.23.0"
"@typescript-eslint/utils": "npm:8.23.0"
"@typescript-eslint/visitor-keys": "npm:8.23.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^2.0.0"
ts-api-utils: "npm:^2.0.1"
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca
checksum: 10c0/6c760a5f90748774f79a1b701f85fe6d99e89f289bc33993009987b0ffe2d13b3960ce595d452a937f3413af3918c76830659317242c05e49db40ceaca593033
languageName: node
linkType: hard
"@typescript-eslint/parser@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/parser@npm:8.22.0"
"@typescript-eslint/parser@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/parser@npm:8.23.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.22.0"
"@typescript-eslint/types": "npm:8.22.0"
"@typescript-eslint/typescript-estree": "npm:8.22.0"
"@typescript-eslint/visitor-keys": "npm:8.22.0"
"@typescript-eslint/scope-manager": "npm:8.23.0"
"@typescript-eslint/types": "npm:8.23.0"
"@typescript-eslint/typescript-estree": "npm:8.23.0"
"@typescript-eslint/visitor-keys": "npm:8.23.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/6575684d4724aa908b0d6a29db5d5054b9277804844ee4179c77371f8b8b84534b9b7e4df0e282c5f39729ae6f0019208a6b83f0ca5d0f06f9da5a06d8ddb4fd
checksum: 10c0/f9e0f83a6dd97a9049d4ce23d660a1d4d5f3c57be8efc68e2258e6b2d5b823086d188b534f791a3412ef10d211fe4916b378254728150094c4f8b0ab44aae2a7
languageName: node
linkType: hard
"@typescript-eslint/scope-manager@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
"@typescript-eslint/scope-manager@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/scope-manager@npm:8.23.0"
dependencies:
"@typescript-eslint/types": "npm:8.22.0"
"@typescript-eslint/visitor-keys": "npm:8.22.0"
checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64
"@typescript-eslint/types": "npm:8.23.0"
"@typescript-eslint/visitor-keys": "npm:8.23.0"
checksum: 10c0/625b524a4fc25667b20f3541da84674af9c2abfac6596e30f7a40085513172bf1aac125488b32885894e3ef6596a0d06dec9a65ed4562884e0bca87a758600fa
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
"@typescript-eslint/type-utils@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/type-utils@npm:8.23.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.22.0"
"@typescript-eslint/utils": "npm:8.22.0"
"@typescript-eslint/typescript-estree": "npm:8.23.0"
"@typescript-eslint/utils": "npm:8.23.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^2.0.0"
ts-api-utils: "npm:^2.0.1"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7
checksum: 10c0/a98dc2f2f75ec2132176428011ba620ad5b641a04e9e18471a7b9f979f6966a76aeaf6e51072c5364de68f83832a3a77b04518ec65c3092dadbd033d03fb5e35
languageName: node
linkType: hard
"@typescript-eslint/types@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/types@npm:8.22.0"
checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18
"@typescript-eslint/types@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/types@npm:8.23.0"
checksum: 10c0/78737a14e8469e33212d9bbc26d6880bca3f8e47764273eb4c662f5ed38d0b35c626d646d4a8e9a6ee64a0e352b18dd36422e59ce217362b5af473b79d058b35
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
"@typescript-eslint/typescript-estree@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/typescript-estree@npm:8.23.0"
dependencies:
"@typescript-eslint/types": "npm:8.22.0"
"@typescript-eslint/visitor-keys": "npm:8.22.0"
"@typescript-eslint/types": "npm:8.23.0"
"@typescript-eslint/visitor-keys": "npm:8.23.0"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^2.0.0"
ts-api-utils: "npm:^2.0.1"
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d
checksum: 10c0/2cc8defb3d9b25b899a62c6b6ca26c442433bf95f626f6275935e2754d9a74abb0015c737de27038b0f378273e67e61120d9cf2941c44848e4bffbbc297fdf74
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/utils@npm:8.22.0"
"@typescript-eslint/utils@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/utils@npm:8.23.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.22.0"
"@typescript-eslint/types": "npm:8.22.0"
"@typescript-eslint/typescript-estree": "npm:8.22.0"
"@typescript-eslint/scope-manager": "npm:8.23.0"
"@typescript-eslint/types": "npm:8.23.0"
"@typescript-eslint/typescript-estree": "npm:8.23.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398
checksum: 10c0/8967cf6543b1df2fb8d29086a0d35f5f7623e935706ad7c5bfcc6123e6fb08a767be1770601d481d815022bec43422730c6c8035892f23cd11cdadb16176b418
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:8.22.0":
version: 8.22.0
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
"@typescript-eslint/visitor-keys@npm:8.23.0":
version: 8.23.0
resolution: "@typescript-eslint/visitor-keys@npm:8.23.0"
dependencies:
"@typescript-eslint/types": "npm:8.22.0"
"@typescript-eslint/types": "npm:8.23.0"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557
checksum: 10c0/a406f78aa18b4efb2adf26e3a6ca48c9a6f2cc9545e083b50efaaf90f0a80d2bea79ceda51da1f109706d4138756b0978a323b9176c9a6a519e87168851e7e16
languageName: node
linkType: hard
@@ -1600,7 +1591,7 @@ __metadata:
"@mui/icons-material": "npm:^6.4.2"
"@mui/material": "npm:^6.4.2"
"@preact/compat": "npm:^18.3.1"
"@preact/preset-vite": "npm:^2.10.0"
"@preact/preset-vite": "npm:^2.10.1"
"@table-library/react-table-library": "npm:4.1.7"
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
"@types/formidable": "npm:^3"
@@ -1626,7 +1617,7 @@ __metadata:
terser: "npm:^5.37.0"
typesafe-i18n: "npm:^5.26.2"
typescript: "npm:^5.7.3"
typescript-eslint: "npm:8.22.0"
typescript-eslint: "npm:8.23.0"
vite: "npm:^6.0.11"
vite-plugin-imagemin: "npm:^0.6.1"
vite-tsconfig-paths: "npm:^5.1.4"
@@ -2041,9 +2032,9 @@ __metadata:
linkType: hard
"caniuse-lite@npm:^1.0.30001688":
version: 1.0.30001695
resolution: "caniuse-lite@npm:1.0.30001695"
checksum: 10c0/acf90a767051fdd8083711b3ff9f07a28149c55e394115d8f874f149aa4f130e6bc50cea1dd94fe03035b9ebbe13b64f446518a6d2e19f72650962bdff44b2c5
version: 1.0.30001696
resolution: "caniuse-lite@npm:1.0.30001696"
checksum: 10c0/8060584c612b2bc232995a6e31153432de7946b5417d3b3505a3ab76e632e5568ccc7bae38f1a977f21d4fc214f9e64be829213f810694172c9109e258cb5be8
languageName: node
linkType: hard
@@ -2624,9 +2615,9 @@ __metadata:
linkType: hard
"electron-to-chromium@npm:^1.5.73":
version: 1.5.88
resolution: "electron-to-chromium@npm:1.5.88"
checksum: 10c0/25946ef310f8e14c763fcf0e62094e7eae2273d9ffe908969ddd97492c3df0198739295ba76388dc210c4503ab6b540130779cd83036f80520cb8efee53be8e4
version: 1.5.90
resolution: "electron-to-chromium@npm:1.5.90"
checksum: 10c0/864715adfebb5932a78f776c99f28a50942884302b42ee6de0ab64ca135891a5a43af3a7c719a7335687c0ee201561011e37d4994558a795f67b9e44f20fc6ee
languageName: node
linkType: hard
@@ -3312,11 +3303,11 @@ __metadata:
linkType: hard
"fastq@npm:^1.6.0":
version: 1.18.0
resolution: "fastq@npm:1.18.0"
version: 1.19.0
resolution: "fastq@npm:1.19.0"
dependencies:
reusify: "npm:^1.0.4"
checksum: 10c0/7be87ecc41762adbddf558d24182f50a4b1a3ef3ee807d33b7623da7aee5faecdcc94fce5aa13fe91df93e269f383232bbcdb2dc5338cd1826503d6063221f36
checksum: 10c0/d6a001638f1574a696660fcbba5300d017760432372c801632c325ca7c16819604841c92fd3ccadcdacec0966ca336363a5ff57bc5f0be335d8ea7ac6087b98f
languageName: node
linkType: hard
@@ -4051,12 +4042,12 @@ __metadata:
linkType: hard
"import-fresh@npm:^3.2.1":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
version: 3.3.1
resolution: "import-fresh@npm:3.3.1"
dependencies:
parent-module: "npm:^1.0.0"
resolve-from: "npm:^4.0.0"
checksum: 10c0/7f882953aa6b740d1f0e384d0547158bc86efbf2eea0f1483b8900a6f65c5a5123c2cf09b0d542cc419d0b98a759ecaeb394237e97ea427f2da221dc3cd80cc3
checksum: 10c0/bf8cc494872fef783249709385ae883b447e3eb09db0ebd15dcead7d9afe7224dad7bd7591c6b73b0b19b3c0f9640eb8ee884f01cfaf2887ab995b0b36a0cbec
languageName: node
linkType: hard
@@ -5864,28 +5855,28 @@ __metadata:
linkType: hard
"rollup@npm:^4.23.0":
version: 4.32.0
resolution: "rollup@npm:4.32.0"
version: 4.34.1
resolution: "rollup@npm:4.34.1"
dependencies:
"@rollup/rollup-android-arm-eabi": "npm:4.32.0"
"@rollup/rollup-android-arm64": "npm:4.32.0"
"@rollup/rollup-darwin-arm64": "npm:4.32.0"
"@rollup/rollup-darwin-x64": "npm:4.32.0"
"@rollup/rollup-freebsd-arm64": "npm:4.32.0"
"@rollup/rollup-freebsd-x64": "npm:4.32.0"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.32.0"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.32.0"
"@rollup/rollup-linux-arm64-gnu": "npm:4.32.0"
"@rollup/rollup-linux-arm64-musl": "npm:4.32.0"
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.32.0"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.32.0"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.32.0"
"@rollup/rollup-linux-s390x-gnu": "npm:4.32.0"
"@rollup/rollup-linux-x64-gnu": "npm:4.32.0"
"@rollup/rollup-linux-x64-musl": "npm:4.32.0"
"@rollup/rollup-win32-arm64-msvc": "npm:4.32.0"
"@rollup/rollup-win32-ia32-msvc": "npm:4.32.0"
"@rollup/rollup-win32-x64-msvc": "npm:4.32.0"
"@rollup/rollup-android-arm-eabi": "npm:4.34.1"
"@rollup/rollup-android-arm64": "npm:4.34.1"
"@rollup/rollup-darwin-arm64": "npm:4.34.1"
"@rollup/rollup-darwin-x64": "npm:4.34.1"
"@rollup/rollup-freebsd-arm64": "npm:4.34.1"
"@rollup/rollup-freebsd-x64": "npm:4.34.1"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.1"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.1"
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.1"
"@rollup/rollup-linux-arm64-musl": "npm:4.34.1"
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.1"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.1"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.1"
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.1"
"@rollup/rollup-linux-x64-gnu": "npm:4.34.1"
"@rollup/rollup-linux-x64-musl": "npm:4.34.1"
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.1"
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.1"
"@rollup/rollup-win32-x64-msvc": "npm:4.34.1"
"@types/estree": "npm:1.0.6"
fsevents: "npm:~2.3.2"
dependenciesMeta:
@@ -5931,7 +5922,7 @@ __metadata:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 10c0/3e365a57a366fec5af8ef68b366ddffbff7ecaf426a9ffe3e20bbc1d848cbbb0f384556097efd8e70dec4155d7b56d5808df7f95c75751974aeeac825604b58a
checksum: 10c0/163c3e8488328ec415a78370e53ae35be0f260760032f57745aa030db4714d37b8930364f6fadf334e637c815ae0f898b45551ca3c955f665a3cd2c549617aba
languageName: node
linkType: hard
@@ -6028,11 +6019,11 @@ __metadata:
linkType: hard
"semver@npm:^7.3.5, semver@npm:^7.6.0":
version: 7.6.3
resolution: "semver@npm:7.6.3"
version: 7.7.0
resolution: "semver@npm:7.7.0"
bin:
semver: bin/semver.js
checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
checksum: 10c0/bcd1c03209b4be7d8ca86c976a0410beba7d4ec1d49d846a4be154b958db1ff5eaee50760c1d4f4070b19dee3236b8672d3e09642c53ea23740398bba2538a2d
languageName: node
linkType: hard
@@ -6582,12 +6573,12 @@ __metadata:
languageName: node
linkType: hard
"ts-api-utils@npm:^2.0.0":
version: 2.0.0
resolution: "ts-api-utils@npm:2.0.0"
"ts-api-utils@npm:^2.0.1":
version: 2.0.1
resolution: "ts-api-utils@npm:2.0.1"
peerDependencies:
typescript: ">=4.8.4"
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
languageName: node
linkType: hard
@@ -6655,17 +6646,17 @@ __metadata:
languageName: node
linkType: hard
"typescript-eslint@npm:8.22.0":
version: 8.22.0
resolution: "typescript-eslint@npm:8.22.0"
"typescript-eslint@npm:8.23.0":
version: 8.23.0
resolution: "typescript-eslint@npm:8.23.0"
dependencies:
"@typescript-eslint/eslint-plugin": "npm:8.22.0"
"@typescript-eslint/parser": "npm:8.22.0"
"@typescript-eslint/utils": "npm:8.22.0"
"@typescript-eslint/eslint-plugin": "npm:8.23.0"
"@typescript-eslint/parser": "npm:8.23.0"
"@typescript-eslint/utils": "npm:8.23.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/d7a5ec4a08d0eb0a7cc0bf81919f0305a9fbb091b187cef6d3fa220c1673414dcb46e6cd5c9325050d3df2bbb283756399c1b2720eb4eadaab0bdc3cc8302405
checksum: 10c0/e8d8b1f4212fc300dd709c1809320945c05ea54b80d0f017cbb0c24f210c4a970a9aeefdf0dd1ba633d270c172193a17d27a675806ad3a299f17a88d2b3c3f8f
languageName: node
linkType: hard

View File

@@ -1411,3 +1411,4 @@ elgendhw
solarinfl
currsolarinfl
temprature
bblanchon