mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-22 03:55:52 -07:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b6926108e | |||
| c391c91517 | |||
| 941db5706c | |||
| 643ebe8c02 | |||
| 1021027b5a | |||
| 0e131aa0d4 | |||
| 3598869ef0 | |||
| c764d05a0c | |||
| fcd9a715d9 | |||
| eacc205249 | |||
| 4249a3fb95 | |||
| 0b98428ab5 | |||
| bbe52519bb |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@e4a6c1338b4063c77d46a81875265f9e8bd76f95 # v3.0.0
|
uses: crowdin/github-action@71fdb8814261dd703be4ca7c6450d21b1868da4b # v3.0.1
|
||||||
with:
|
with:
|
||||||
upload_translations: false
|
upload_translations: false
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
|
||||||
|
|
||||||
- name: Setup Docker buildx
|
- name: Setup Docker buildx
|
||||||
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
|
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
|
||||||
|
|||||||
@@ -52,5 +52,5 @@ jobs:
|
|||||||
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
|
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
|
||||||
with:
|
with:
|
||||||
path: site
|
path: site
|
||||||
- uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
|
- uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1
|
||||||
id: deployment
|
id: deployment
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Nginx Proxy Manager Widget Configuration
|
|||||||
|
|
||||||
Learn more about [Nginx Proxy Manager](https://nginxproxymanager.com/).
|
Learn more about [Nginx Proxy Manager](https://nginxproxymanager.com/).
|
||||||
|
|
||||||
Login with the same admin username and password used to access the web UI.
|
Use a "view-only" user for the username and password.
|
||||||
|
|
||||||
Allowed fields: `["enabled", "disabled", "total"]`.
|
Allowed fields: `["enabled", "disabled", "total"]`.
|
||||||
|
|
||||||
@@ -13,6 +13,6 @@ Allowed fields: `["enabled", "disabled", "total"]`.
|
|||||||
widget:
|
widget:
|
||||||
type: npm
|
type: npm
|
||||||
url: http://npm.host.or.ip
|
url: http://npm.host.or.ip
|
||||||
username: admin_username
|
username: view_only_username
|
||||||
password: admin_password
|
password: view_only_password
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ widget:
|
|||||||
url: http://whatsupdocker:port
|
url: http://whatsupdocker:port
|
||||||
username: username # optional
|
username: username # optional
|
||||||
password: password # optional
|
password: password # optional
|
||||||
|
key: bearer-token # optional, takes precedence over username/password
|
||||||
```
|
```
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "homepage",
|
"name": "homepage",
|
||||||
"version": "2.3.0",
|
"version": "2.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"gamedig": "^5.3.3",
|
"gamedig": "^5.3.3",
|
||||||
"i18next": "^26.3.6",
|
"i18next": "^26.3.6",
|
||||||
"ical.js": "^2.2.1",
|
"ical.js": "^2.2.1",
|
||||||
"js-yaml": "^5.4.0",
|
"js-yaml": "^5.4.2",
|
||||||
"json-rpc-2.0": "^1.7.1",
|
"json-rpc-2.0": "^1.7.1",
|
||||||
"luxon": "^3.7.2",
|
"luxon": "^3.7.2",
|
||||||
"memory-cache": "^0.2.0",
|
"memory-cache": "^0.2.0",
|
||||||
|
|||||||
Generated
+125
-125
@@ -36,8 +36,8 @@ importers:
|
|||||||
specifier: ^2.2.1
|
specifier: ^2.2.1
|
||||||
version: 2.2.1
|
version: 2.2.1
|
||||||
js-yaml:
|
js-yaml:
|
||||||
specifier: ^5.4.0
|
specifier: ^5.4.2
|
||||||
version: 5.4.0
|
version: 5.4.2
|
||||||
json-rpc-2.0:
|
json-rpc-2.0:
|
||||||
specifier: ^1.7.1
|
specifier: ^1.7.1
|
||||||
version: 1.7.1
|
version: 1.7.1
|
||||||
@@ -431,160 +431,160 @@ packages:
|
|||||||
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
'@img/sharp-darwin-arm64@0.35.3':
|
'@img/sharp-darwin-arm64@0.35.4':
|
||||||
resolution: {integrity: sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==}
|
resolution: {integrity: sha512-Uhfl4V4lhP2nbUVF9+hyH1+luj86f1gUFeo8ALYxFoULoU+G87D43BfeMP8XHsk9boxAnCY/bf2EHwhA7MuGsA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@img/sharp-darwin-x64@0.35.3':
|
'@img/sharp-darwin-x64@0.35.4':
|
||||||
resolution: {integrity: sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==}
|
resolution: {integrity: sha512-hWniXY3bG5qKpkKrAwPe4y+VTPmf086YQAnkxWh7uA1YrlRouWGa0M0Mxj3ZjnXFkv7/TD1bTy9lGUK26vRvWw==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@img/sharp-freebsd-wasm32@0.35.3':
|
'@img/sharp-freebsd-wasm32@0.35.4':
|
||||||
resolution: {integrity: sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==}
|
resolution: {integrity: sha512-lIsKw/BU+kjB4eZjxrYrZmwOJYi3Ajrv66iAlBmUPyKc3HpnloevB1g3wxGD9P/5BbQ1brBGl65VRRrCvQDEqA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
os: [freebsd]
|
os: [freebsd]
|
||||||
|
|
||||||
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
'@img/sharp-libvips-darwin-arm64@1.3.3':
|
||||||
resolution: {integrity: sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==}
|
resolution: {integrity: sha512-suTBPTDGrI9WodccaDdwZItTSaBYASlBk1NSfElSHrUfzu3szG6lvIF58+WiFvnfzuK8ZBFS5zE00PxqxnRiPg==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@img/sharp-libvips-darwin-x64@1.3.2':
|
'@img/sharp-libvips-darwin-x64@1.3.3':
|
||||||
resolution: {integrity: sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==}
|
resolution: {integrity: sha512-FVJZ5mITMobmXIz/hPDTw0EintTW5H3WfrxwLqEqjiIihlu+hVRyGrFQ60xl0Lxn7Bt3zdpevPaQi0HEzqz9fw==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-arm64@1.3.2':
|
'@img/sharp-libvips-linux-arm64@1.3.3':
|
||||||
resolution: {integrity: sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==}
|
resolution: {integrity: sha512-0DaL0A6Xu6sQSQFwe4iVCrKWU2cCTItnRsYsCdxAMm9NF6twAA9BKnoqy4hqz4+azQ0JHuA26qiUKsf1XJ/v5A==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-arm@1.3.2':
|
'@img/sharp-libvips-linux-arm@1.3.3':
|
||||||
resolution: {integrity: sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==}
|
resolution: {integrity: sha512-3rbU4vqXXc3hY/OiXdl52xZvT0F1yEngWfvqudtPJg/KkyiaQw2DRsFrNzpmLvfavbwOq3qXn36GP8obHRULQA==}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
'@img/sharp-libvips-linux-ppc64@1.3.3':
|
||||||
resolution: {integrity: sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==}
|
resolution: {integrity: sha512-cdn1OvUBwsXhbC0zSzJnNzf5MZ/mTrobawDvNXBTxe8VtqKAm0sRuEY2Evzovb/w9JMk4TvRxqt1mekSuJz64w==}
|
||||||
cpu: [ppc64]
|
cpu: [ppc64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
'@img/sharp-libvips-linux-riscv64@1.3.3':
|
||||||
resolution: {integrity: sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==}
|
resolution: {integrity: sha512-HjPVx7yKz+0lqdhDlTw1tt90wamBoxhiXpvl1XZpJLiHH4RCJ5yDTqH+VlYPv2fwFs89JFw4c1IexYOcQUi4IQ==}
|
||||||
cpu: [riscv64]
|
cpu: [riscv64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-s390x@1.3.2':
|
'@img/sharp-libvips-linux-s390x@1.3.3':
|
||||||
resolution: {integrity: sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==}
|
resolution: {integrity: sha512-neWLh+3yCNThxnfy3c4BbVBeGgt9aftno+XbT56iK28RgeDs3UOFWviLWlUu0bArYVYJaFDK+RRohbicUNCm8Q==}
|
||||||
cpu: [s390x]
|
cpu: [s390x]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-x64@1.3.2':
|
'@img/sharp-libvips-linux-x64@1.3.3':
|
||||||
resolution: {integrity: sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==}
|
resolution: {integrity: sha512-4vKmvAst9nrowcqquKFAyZJUDolUaIp8uRiN0mWFguJ1IplC9/pitXtlnnlU4aa/eJw3J7i67V+pwUL+wZGdsA==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
'@img/sharp-libvips-linuxmusl-arm64@1.3.3':
|
||||||
resolution: {integrity: sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==}
|
resolution: {integrity: sha512-Y9kQaLMuNoB0bPYOOdcZMaseNrFpPodIWWMrx+CZyydf2xn68j9WYc6sWWRrDwNkzCQjKYfc68L7jKjGlHMibw==}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
libc: [musl]
|
||||||
|
|
||||||
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
'@img/sharp-libvips-linuxmusl-x64@1.3.3':
|
||||||
resolution: {integrity: sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==}
|
resolution: {integrity: sha512-fj8Mv0HHfD1Rr+4I68+3agJynxDWtBFgicTbSOb9Bke6pIwzGcJ+RX/yHjmiEGFMCavY/dxvem7MyNaJF+wDiw==}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
libc: [musl]
|
||||||
|
|
||||||
'@img/sharp-linux-arm64@0.35.3':
|
'@img/sharp-linux-arm64@0.35.4':
|
||||||
resolution: {integrity: sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==}
|
resolution: {integrity: sha512-De4jpEnAU8Hd5oT0j1G3uL4ZvTuipVMn7YC6vPaJhy6/7EwEae0SVAoBrUMYQbkLGDm85taVWwuPc1a44LTzCQ==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-linux-arm@0.35.3':
|
'@img/sharp-linux-arm@0.35.4':
|
||||||
resolution: {integrity: sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==}
|
resolution: {integrity: sha512-7OAS8gI0EReKGVN2HssHlM6umJgxF5VI3xN0p9FA91p/YO+ou5hiNghLdZ5BEHztwaaK5+bLKRf8x/o2L2nk9A==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-linux-ppc64@0.35.3':
|
'@img/sharp-linux-ppc64@0.35.4':
|
||||||
resolution: {integrity: sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==}
|
resolution: {integrity: sha512-2oYZJeIl4kCcMGk4ouZVjnkCtFrpQFlNEtJ6GbxzhHQchwH0NH/qEb9ykmOl29dqwMq+JhFdZn+1ak2FKhI9fQ==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [ppc64]
|
cpu: [ppc64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-linux-riscv64@0.35.3':
|
'@img/sharp-linux-riscv64@0.35.4':
|
||||||
resolution: {integrity: sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==}
|
resolution: {integrity: sha512-cPbNChoRURAWdebDIHSenxRpgEdy7JkPydSnUxRm9VvKD7m0/xVaR/8Fzlu81pk5nHEvHH87UZUA7cTtwnbJSA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [riscv64]
|
cpu: [riscv64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-linux-s390x@0.35.3':
|
'@img/sharp-linux-s390x@0.35.4':
|
||||||
resolution: {integrity: sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==}
|
resolution: {integrity: sha512-RY0JFY8Fd6RonCBtHz+DvadaPkXDSI1AUn6yWL9TipqkZ1vY8w8evqdgyDFnkm4/K1ve1TvZiaePP5oSd4+WVQ==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [s390x]
|
cpu: [s390x]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-linux-x64@0.35.3':
|
'@img/sharp-linux-x64@0.35.4':
|
||||||
resolution: {integrity: sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==}
|
resolution: {integrity: sha512-9qvvEAuk8k89TfWUoX2htWjbAMX8p+NxCppjpcg5k6xMsjhBQPTsoIh36h9Qde4WRuGpJeYnOjdosDn/cnv+OA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [glibc]
|
libc: [glibc]
|
||||||
|
|
||||||
'@img/sharp-linuxmusl-arm64@0.35.3':
|
'@img/sharp-linuxmusl-arm64@0.35.4':
|
||||||
resolution: {integrity: sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==}
|
resolution: {integrity: sha512-KB5jxpfWQTr0nc3xdHtWChdbifHrBGsd2SM62Eyxrl8afikm+f5qGBU75SJIZBT/S1MC8XyacdlXBMSWq6OURA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
libc: [musl]
|
||||||
|
|
||||||
'@img/sharp-linuxmusl-x64@0.35.3':
|
'@img/sharp-linuxmusl-x64@0.35.4':
|
||||||
resolution: {integrity: sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==}
|
resolution: {integrity: sha512-f+eZJZIQNEEd26RPSW+76chwOf1XtA2Y/O+5ocVyLliHkeih3e+jhLVBdNTd2rS3IbNXK8+ug93Vf5ZXtF5Lxg==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
libc: [musl]
|
libc: [musl]
|
||||||
|
|
||||||
'@img/sharp-wasm32@0.35.3':
|
'@img/sharp-wasm32@0.35.4':
|
||||||
resolution: {integrity: sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==}
|
resolution: {integrity: sha512-zQnl4Kwp7Q6NHsENtU2T/00Zi+w3AQNwz3+UaTyVBy2FpXrzXzGjndpK61onhZjRtRpQXxCTeqw19bVyXOh7jA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
|
|
||||||
'@img/sharp-webcontainers-wasm32@0.35.3':
|
'@img/sharp-webcontainers-wasm32@0.35.4':
|
||||||
resolution: {integrity: sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==}
|
resolution: {integrity: sha512-ESfNkywmCfPNyaZjxooddJQiQ+l/nTpGEOGthxiLnIHXC/CmcBixnfwUleX9mCz9ovrUUvKMap/pm8RYbzfwaA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [wasm32]
|
cpu: [wasm32]
|
||||||
|
|
||||||
'@img/sharp-win32-arm64@0.35.3':
|
'@img/sharp-win32-arm64@0.35.4':
|
||||||
resolution: {integrity: sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==}
|
resolution: {integrity: sha512-iNdlBX9gLVvqe2I3uIJSIKTq6wckP/DYxZtcqxm09x5Gi24DnFBmPAWZmr60ZyYMG0xlzo6goG3670ar+RXvRw==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@img/sharp-win32-ia32@0.35.3':
|
'@img/sharp-win32-ia32@0.35.4':
|
||||||
resolution: {integrity: sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==}
|
resolution: {integrity: sha512-kqRsbaa5CS6KHlpxnN7WhE6vAAugXyZButpRdvDWetlv6Qv4N9WTcrWzF7tXfB9T7MsoadqdI8hmwLq6UlLvtw==}
|
||||||
engines: {node: ^20.9.0}
|
engines: {node: ^20.9.0}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@img/sharp-win32-x64@0.35.3':
|
'@img/sharp-win32-x64@0.35.4':
|
||||||
resolution: {integrity: sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==}
|
resolution: {integrity: sha512-XtmnYhBcrORsJ4XJngyzr/EWP0hRZLAZRFaApdKuviyqF78+ylxh2y06ZmtULAMOnObJ3ucpN0AcwSWnMowTRg==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@@ -2481,8 +2481,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==}
|
resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
js-yaml@5.4.0:
|
js-yaml@5.4.2:
|
||||||
resolution: {integrity: sha512-jE7vUJIebKzYQI5xu4co5CRBDlDEYnHrdzsxs4O2giCz4v2SbVMYKpmt1D9L38OKQAeCWmrOTRiCV93u0UkaJA==}
|
resolution: {integrity: sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
jsdom@30.0.1:
|
jsdom@30.0.1:
|
||||||
@@ -3318,8 +3318,8 @@ packages:
|
|||||||
setprototypeof@1.2.0:
|
setprototypeof@1.2.0:
|
||||||
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
||||||
|
|
||||||
sharp@0.35.3:
|
sharp@0.35.4:
|
||||||
resolution: {integrity: sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==}
|
resolution: {integrity: sha512-n++8XWcj+jCOr2IOl7h8LbKnGBDY4aPbmprMONBNFdn0ImXqpGVv5zliDs0V9HbmbCQLpbuo2ej9rAoOQTvMDA==}
|
||||||
engines: {node: '>=20.9.0'}
|
engines: {node: '>=20.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@types/node': '*'
|
'@types/node': '*'
|
||||||
@@ -4206,108 +4206,108 @@ snapshots:
|
|||||||
'@img/colour@1.1.0':
|
'@img/colour@1.1.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-darwin-arm64@0.35.3':
|
'@img/sharp-darwin-arm64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
'@img/sharp-libvips-darwin-arm64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-darwin-x64@0.35.3':
|
'@img/sharp-darwin-x64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-darwin-x64': 1.3.2
|
'@img/sharp-libvips-darwin-x64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-freebsd-wasm32@0.35.3':
|
'@img/sharp-freebsd-wasm32@0.35.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@img/sharp-wasm32': 0.35.3
|
'@img/sharp-wasm32': 0.35.4
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
'@img/sharp-libvips-darwin-arm64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-darwin-x64@1.3.2':
|
'@img/sharp-libvips-darwin-x64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-arm64@1.3.2':
|
'@img/sharp-libvips-linux-arm64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-arm@1.3.2':
|
'@img/sharp-libvips-linux-arm@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
'@img/sharp-libvips-linux-ppc64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
'@img/sharp-libvips-linux-riscv64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-s390x@1.3.2':
|
'@img/sharp-libvips-linux-s390x@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linux-x64@1.3.2':
|
'@img/sharp-libvips-linux-x64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
'@img/sharp-libvips-linuxmusl-arm64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
'@img/sharp-libvips-linuxmusl-x64@1.3.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linux-arm64@0.35.3':
|
'@img/sharp-linux-arm64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linux-arm64': 1.3.2
|
'@img/sharp-libvips-linux-arm64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linux-arm@0.35.3':
|
'@img/sharp-linux-arm@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linux-arm': 1.3.2
|
'@img/sharp-libvips-linux-arm': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linux-ppc64@0.35.3':
|
'@img/sharp-linux-ppc64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
'@img/sharp-libvips-linux-ppc64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linux-riscv64@0.35.3':
|
'@img/sharp-linux-riscv64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
'@img/sharp-libvips-linux-riscv64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linux-s390x@0.35.3':
|
'@img/sharp-linux-s390x@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linux-s390x': 1.3.2
|
'@img/sharp-libvips-linux-s390x': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linux-x64@0.35.3':
|
'@img/sharp-linux-x64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linux-x64': 1.3.2
|
'@img/sharp-libvips-linux-x64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linuxmusl-arm64@0.35.3':
|
'@img/sharp-linuxmusl-arm64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
'@img/sharp-libvips-linuxmusl-arm64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-linuxmusl-x64@0.35.3':
|
'@img/sharp-linuxmusl-x64@0.35.4':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
'@img/sharp-libvips-linuxmusl-x64': 1.3.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-wasm32@0.35.3':
|
'@img/sharp-wasm32@0.35.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@emnapi/runtime': 1.11.3
|
'@emnapi/runtime': 1.11.3
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-webcontainers-wasm32@0.35.3':
|
'@img/sharp-webcontainers-wasm32@0.35.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@img/sharp-wasm32': 0.35.3
|
'@img/sharp-wasm32': 0.35.4
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-win32-arm64@0.35.3':
|
'@img/sharp-win32-arm64@0.35.4':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-win32-ia32@0.35.3':
|
'@img/sharp-win32-ia32@0.35.4':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@img/sharp-win32-x64@0.35.3':
|
'@img/sharp-win32-x64@0.35.4':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@internationalized/date@3.12.3':
|
'@internationalized/date@3.12.3':
|
||||||
@@ -4359,7 +4359,7 @@ snapshots:
|
|||||||
form-data: 4.0.6
|
form-data: 4.0.6
|
||||||
hpagent: 1.2.0
|
hpagent: 1.2.0
|
||||||
isomorphic-ws: 5.0.0(ws@8.21.2)
|
isomorphic-ws: 5.0.0(ws@8.21.2)
|
||||||
js-yaml: 5.4.0
|
js-yaml: 5.4.2
|
||||||
jsonpath-plus: 10.4.0
|
jsonpath-plus: 10.4.0
|
||||||
openid-client: 6.8.5
|
openid-client: 6.8.5
|
||||||
rfc4648: 1.5.4
|
rfc4648: 1.5.4
|
||||||
@@ -6263,7 +6263,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
argparse: 2.0.1
|
argparse: 2.0.1
|
||||||
|
|
||||||
js-yaml@5.4.0:
|
js-yaml@5.4.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
argparse: 2.0.1
|
argparse: 2.0.1
|
||||||
|
|
||||||
@@ -6594,7 +6594,7 @@ snapshots:
|
|||||||
'@next/swc-linux-x64-musl': 16.3.3
|
'@next/swc-linux-x64-musl': 16.3.3
|
||||||
'@next/swc-win32-arm64-msvc': 16.3.3
|
'@next/swc-win32-arm64-msvc': 16.3.3
|
||||||
'@next/swc-win32-x64-msvc': 16.3.3
|
'@next/swc-win32-x64-msvc': 16.3.3
|
||||||
sharp: 0.35.3(@types/node@26.2.0)
|
sharp: 0.35.4(@types/node@26.2.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@babel/core'
|
- '@babel/core'
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
@@ -7079,37 +7079,37 @@ snapshots:
|
|||||||
|
|
||||||
setprototypeof@1.2.0: {}
|
setprototypeof@1.2.0: {}
|
||||||
|
|
||||||
sharp@0.35.3(@types/node@26.2.0):
|
sharp@0.35.4(@types/node@26.2.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@img/colour': 1.1.0
|
'@img/colour': 1.1.0
|
||||||
detect-libc: 2.1.2
|
detect-libc: 2.1.2
|
||||||
semver: 7.8.5
|
semver: 7.8.5
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@img/sharp-darwin-arm64': 0.35.3
|
'@img/sharp-darwin-arm64': 0.35.4
|
||||||
'@img/sharp-darwin-x64': 0.35.3
|
'@img/sharp-darwin-x64': 0.35.4
|
||||||
'@img/sharp-freebsd-wasm32': 0.35.3
|
'@img/sharp-freebsd-wasm32': 0.35.4
|
||||||
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
'@img/sharp-libvips-darwin-arm64': 1.3.3
|
||||||
'@img/sharp-libvips-darwin-x64': 1.3.2
|
'@img/sharp-libvips-darwin-x64': 1.3.3
|
||||||
'@img/sharp-libvips-linux-arm': 1.3.2
|
'@img/sharp-libvips-linux-arm': 1.3.3
|
||||||
'@img/sharp-libvips-linux-arm64': 1.3.2
|
'@img/sharp-libvips-linux-arm64': 1.3.3
|
||||||
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
'@img/sharp-libvips-linux-ppc64': 1.3.3
|
||||||
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
'@img/sharp-libvips-linux-riscv64': 1.3.3
|
||||||
'@img/sharp-libvips-linux-s390x': 1.3.2
|
'@img/sharp-libvips-linux-s390x': 1.3.3
|
||||||
'@img/sharp-libvips-linux-x64': 1.3.2
|
'@img/sharp-libvips-linux-x64': 1.3.3
|
||||||
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
'@img/sharp-libvips-linuxmusl-arm64': 1.3.3
|
||||||
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
'@img/sharp-libvips-linuxmusl-x64': 1.3.3
|
||||||
'@img/sharp-linux-arm': 0.35.3
|
'@img/sharp-linux-arm': 0.35.4
|
||||||
'@img/sharp-linux-arm64': 0.35.3
|
'@img/sharp-linux-arm64': 0.35.4
|
||||||
'@img/sharp-linux-ppc64': 0.35.3
|
'@img/sharp-linux-ppc64': 0.35.4
|
||||||
'@img/sharp-linux-riscv64': 0.35.3
|
'@img/sharp-linux-riscv64': 0.35.4
|
||||||
'@img/sharp-linux-s390x': 0.35.3
|
'@img/sharp-linux-s390x': 0.35.4
|
||||||
'@img/sharp-linux-x64': 0.35.3
|
'@img/sharp-linux-x64': 0.35.4
|
||||||
'@img/sharp-linuxmusl-arm64': 0.35.3
|
'@img/sharp-linuxmusl-arm64': 0.35.4
|
||||||
'@img/sharp-linuxmusl-x64': 0.35.3
|
'@img/sharp-linuxmusl-x64': 0.35.4
|
||||||
'@img/sharp-webcontainers-wasm32': 0.35.3
|
'@img/sharp-webcontainers-wasm32': 0.35.4
|
||||||
'@img/sharp-win32-arm64': 0.35.3
|
'@img/sharp-win32-arm64': 0.35.4
|
||||||
'@img/sharp-win32-ia32': 0.35.3
|
'@img/sharp-win32-ia32': 0.35.4
|
||||||
'@img/sharp-win32-x64': 0.35.3
|
'@img/sharp-win32-x64': 0.35.4
|
||||||
'@types/node': 26.2.0
|
'@types/node': 26.2.0
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
|||||||
@@ -100,11 +100,11 @@
|
|||||||
"not_found": "Nie Gevind Nie",
|
"not_found": "Nie Gevind Nie",
|
||||||
"exited": "Verlaat",
|
"exited": "Verlaat",
|
||||||
"partial": "Gedeeltelik",
|
"partial": "Gedeeltelik",
|
||||||
"created": "Created",
|
"created": "Geskep",
|
||||||
"paused": "Paused",
|
"paused": "Onderbreek",
|
||||||
"restarting": "Restarting",
|
"restarting": "Herlaai",
|
||||||
"removing": "Removing",
|
"removing": "Verwydering",
|
||||||
"dead": "Dead"
|
"dead": "Dood"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Fout",
|
"error": "Fout",
|
||||||
|
|||||||
@@ -281,28 +281,28 @@
|
|||||||
"seed": "Sembrat"
|
"seed": "Sembrat"
|
||||||
},
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Volgut",
|
"wanted": "Pendents",
|
||||||
"queued": "En cua",
|
"queued": "En cua",
|
||||||
"series": "Sèries",
|
"series": "Sèries",
|
||||||
"queue": "Cua",
|
"queue": "Cua",
|
||||||
"unknown": "Desconegut"
|
"unknown": "Desconegut"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Volguts",
|
"wanted": "Pendents",
|
||||||
"missing": "Falten",
|
"missing": "Falten",
|
||||||
"queued": "Encuat",
|
"queued": "En cua",
|
||||||
"movies": "Pel·lícules",
|
"movies": "Pel·lícules",
|
||||||
"queue": "Cua",
|
"queue": "Cua",
|
||||||
"unknown": "Desconegut"
|
"unknown": "Desconegut"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Volguts",
|
"wanted": "Pendents",
|
||||||
"queued": "Encuat",
|
"queued": "En cua",
|
||||||
"artists": "Artistes"
|
"artists": "Artistes"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Volguts",
|
"wanted": "Pendents",
|
||||||
"queued": "Encuat",
|
"queued": "En cua",
|
||||||
"books": "Llibres"
|
"books": "Llibres"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -320,7 +320,7 @@
|
|||||||
"available": "Disponible",
|
"available": "Disponible",
|
||||||
"completed": "Completat",
|
"completed": "Completat",
|
||||||
"processing": "Processant",
|
"processing": "Processant",
|
||||||
"issues": "Temes oberts"
|
"issues": "Incidències"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
@@ -460,8 +460,8 @@
|
|||||||
"domain_count": "Dominis"
|
"domain_count": "Dominis"
|
||||||
},
|
},
|
||||||
"medusa": {
|
"medusa": {
|
||||||
"wanted": "Volguts",
|
"wanted": "Pendents",
|
||||||
"queued": "Encuat",
|
"queued": "En cua",
|
||||||
"series": "Sèries"
|
"series": "Sèries"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
@@ -767,8 +767,8 @@
|
|||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Sèries",
|
"series": "Sèries",
|
||||||
"issues": "Problemes",
|
"issues": "Números",
|
||||||
"wanted": "Volguts"
|
"wanted": "Pendents"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Àlbums",
|
"albums": "Àlbums",
|
||||||
@@ -994,7 +994,7 @@
|
|||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notificacions",
|
"notifications": "Notificacions",
|
||||||
"issues": "Problemes",
|
"issues": "Incidències",
|
||||||
"pulls": "Sol·licitud de Canvis",
|
"pulls": "Sol·licitud de Canvis",
|
||||||
"repositories": "Repositoris"
|
"repositories": "Repositoris"
|
||||||
},
|
},
|
||||||
@@ -1124,7 +1124,7 @@
|
|||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Grups",
|
"groups": "Grups",
|
||||||
"issues": "Problemes",
|
"issues": "Incidències",
|
||||||
"merges": "Merge Requests",
|
"merges": "Merge Requests",
|
||||||
"projects": "Projectes"
|
"projects": "Projectes"
|
||||||
},
|
},
|
||||||
@@ -1161,7 +1161,7 @@
|
|||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Errors de servei",
|
"serviceErrors": "Errors de servei",
|
||||||
"hostErrors": "Problemes de l'hoste"
|
"hostErrors": "Errors de l'hoste"
|
||||||
},
|
},
|
||||||
"komodo": {
|
"komodo": {
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
@@ -1255,8 +1255,8 @@
|
|||||||
"storage": "Emmagatzematge"
|
"storage": "Emmagatzematge"
|
||||||
},
|
},
|
||||||
"sportarr": {
|
"sportarr": {
|
||||||
"wanted": "Volgut",
|
"wanted": "Pendents",
|
||||||
"queued": "Encuat",
|
"queued": "En cua",
|
||||||
"leagues": "Lligues"
|
"leagues": "Lligues"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"signout": "Sign out"
|
"signout": "Abmelden"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Fehlender Widget-Typ: {{type}}",
|
"missing_type": "Fehlender Widget-Typ: {{type}}",
|
||||||
@@ -40,8 +40,8 @@
|
|||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "Suche…",
|
"placeholder": "Suche…",
|
||||||
"provider": "Search engine: {{name}}",
|
"provider": "Suchmaschine: {{name}}",
|
||||||
"select_provider": "Select search engine"
|
"select_provider": "Suchmaschine auswählen"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
@@ -77,13 +77,13 @@
|
|||||||
"no_data": "Keine Speicherdaten verfügbar"
|
"no_data": "Keine Speicherdaten verfügbar"
|
||||||
},
|
},
|
||||||
"duplicati": {
|
"duplicati": {
|
||||||
"jobs": "Jobs",
|
"jobs": "Aufgaben",
|
||||||
"stored": "Stored",
|
"stored": "Gespeichert",
|
||||||
"lastBackup": "Last Run",
|
"lastBackup": "Zuletzt ausgeführt",
|
||||||
"nextRun": "Next Run",
|
"nextRun": "Nächste Ausführung",
|
||||||
"running": "Running",
|
"running": "Wird ausgeführt",
|
||||||
"warnings": "Warnings",
|
"warnings": "Warnungen",
|
||||||
"errors": "Errors"
|
"errors": "Fehler"
|
||||||
},
|
},
|
||||||
"docker": {
|
"docker": {
|
||||||
"rx": "RX",
|
"rx": "RX",
|
||||||
@@ -100,11 +100,11 @@
|
|||||||
"not_found": "Nicht gefunden",
|
"not_found": "Nicht gefunden",
|
||||||
"exited": "Beendet",
|
"exited": "Beendet",
|
||||||
"partial": "Teilweise",
|
"partial": "Teilweise",
|
||||||
"created": "Created",
|
"created": "Erstellt am",
|
||||||
"paused": "Paused",
|
"paused": "Pausiert",
|
||||||
"restarting": "Restarting",
|
"restarting": "Wird neu gestartet",
|
||||||
"removing": "Removing",
|
"removing": "Wird entfernt",
|
||||||
"dead": "Dead"
|
"dead": "Tot"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Fehler",
|
"error": "Fehler",
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
"series": "Serien",
|
"series": "Serien",
|
||||||
"episodes": "Episoden",
|
"episodes": "Episoden",
|
||||||
"songs": "Titel",
|
"songs": "Titel",
|
||||||
"albums": "Albums"
|
"albums": "Alben"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
@@ -364,15 +364,15 @@
|
|||||||
"address": "Adresse",
|
"address": "Adresse",
|
||||||
"expires": "Läuft ab",
|
"expires": "Läuft ab",
|
||||||
"never": "Nie",
|
"never": "Nie",
|
||||||
"user": "User",
|
"user": "Benutzer",
|
||||||
"hostname": "Hostname",
|
"hostname": "Hostname",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"client_version": "Client Version",
|
"client_version": "Client-Version",
|
||||||
"os": "OS",
|
"os": "Betriebssystem",
|
||||||
"created": "Created",
|
"created": "Erstellt am",
|
||||||
"authorized": "Authorized",
|
"authorized": "Autorisiert",
|
||||||
"is_external": "Is External",
|
"is_external": "Ist extern",
|
||||||
"update_available": "Update Available",
|
"update_available": "Aktualisierung verfügbar",
|
||||||
"tags": "Tags",
|
"tags": "Tags",
|
||||||
"last_seen": "Zuletzt gesehen",
|
"last_seen": "Zuletzt gesehen",
|
||||||
"now": "Jetzt",
|
"now": "Jetzt",
|
||||||
@@ -383,8 +383,8 @@
|
|||||||
"minutes": "{{number}}min",
|
"minutes": "{{number}}min",
|
||||||
"seconds": "{{number}}s",
|
"seconds": "{{number}}s",
|
||||||
"ago": "Vor {{value}}",
|
"ago": "Vor {{value}}",
|
||||||
"true": "Yes",
|
"true": "Ja",
|
||||||
"false": "No"
|
"false": "Nein"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Anfragen",
|
"totalQueries": "Anfragen",
|
||||||
@@ -479,7 +479,7 @@
|
|||||||
"users": "Benutzer",
|
"users": "Benutzer",
|
||||||
"loginsLast24H": "Anmeldungen (24 h)",
|
"loginsLast24H": "Anmeldungen (24 h)",
|
||||||
"failedLoginsLast24H": "Fehlversuche (24 h)",
|
"failedLoginsLast24H": "Fehlversuche (24 h)",
|
||||||
"authorizationsLast24H": "Auths (24h)"
|
"authorizationsLast24H": "Autorisierungen (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "RAM",
|
"mem": "RAM",
|
||||||
@@ -488,7 +488,7 @@
|
|||||||
"vms": "VMs"
|
"vms": "VMs"
|
||||||
},
|
},
|
||||||
"pulse": {
|
"pulse": {
|
||||||
"nodes": "Nodes",
|
"nodes": "Knoten",
|
||||||
"vms": "VMs",
|
"vms": "VMs",
|
||||||
"lxcs": "LXCs"
|
"lxcs": "LXCs"
|
||||||
},
|
},
|
||||||
@@ -657,13 +657,13 @@
|
|||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"pangolin": {
|
"pangolin": {
|
||||||
"orgs": "Orgs",
|
"orgs": "Organisationen",
|
||||||
"sites": "Seiten",
|
"sites": "Seiten",
|
||||||
"resources": "Ressourcen",
|
"resources": "Ressourcen",
|
||||||
"targets": "Ziele",
|
"targets": "Ziele",
|
||||||
"traffic": "Traffic",
|
"traffic": "Traffic",
|
||||||
"in": "In",
|
"in": "Eingehend",
|
||||||
"out": "Out"
|
"out": "Ausgehend"
|
||||||
},
|
},
|
||||||
"peanut": {
|
"peanut": {
|
||||||
"battery_charge": "Akkuladung",
|
"battery_charge": "Akkuladung",
|
||||||
@@ -959,27 +959,27 @@
|
|||||||
"storage": "Speicher"
|
"storage": "Speicher"
|
||||||
},
|
},
|
||||||
"maintainerr": {
|
"maintainerr": {
|
||||||
"itemsHandled": "Items Handled",
|
"itemsHandled": "Items bearbeitet",
|
||||||
"episodesHandled": "Episodes Handled",
|
"episodesHandled": "Episoden behandelt",
|
||||||
"moviesHandled": "Movies Handled",
|
"moviesHandled": "Filme behandelt",
|
||||||
"showsHandled": "Shows Handled",
|
"showsHandled": "Serien behandelt",
|
||||||
"seasonsHandled": "Seasons Handled",
|
"seasonsHandled": "Staffeln bearbeitet",
|
||||||
"reclaimable": "Reclaimable",
|
"reclaimable": "Zurückforderbar",
|
||||||
"movieReclaimable": "Movie Reclaimable",
|
"movieReclaimable": "Film zurückforderbar",
|
||||||
"showReclaimable": "Show Reclaimable",
|
"showReclaimable": "Serie zurückforderbar",
|
||||||
"totalCapacity": "Total Capacity"
|
"totalCapacity": "Gesamte Kapazität"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnungen",
|
"warnings": "Warnungen",
|
||||||
"criticals": "Kritisch"
|
"criticals": "Kritisch"
|
||||||
},
|
},
|
||||||
"ntfy": {
|
"ntfy": {
|
||||||
"title": "Title",
|
"title": "Titel",
|
||||||
"priority": "Priority",
|
"priority": "Priorität",
|
||||||
"lastReceived": "Last Received",
|
"lastReceived": "Zuletzt erhalten",
|
||||||
"message": "Message",
|
"message": "Nachricht",
|
||||||
"tags": "Tags",
|
"tags": "Schlagwörter",
|
||||||
"none": "None",
|
"none": "Keine",
|
||||||
"min": "Min",
|
"min": "Min",
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
|
|||||||
+265
-265
@@ -14,11 +14,11 @@
|
|||||||
"date": "{{value, date}}",
|
"date": "{{value, date}}",
|
||||||
"relativeDate": "{{value, relativeDate}}",
|
"relativeDate": "{{value, relativeDate}}",
|
||||||
"duration": "{{value, duration}}",
|
"duration": "{{value, duration}}",
|
||||||
"months": "mo",
|
"months": "Μ",
|
||||||
"days": "d",
|
"days": "μ",
|
||||||
"hours": "h",
|
"hours": "ω",
|
||||||
"minutes": "m",
|
"minutes": "λ",
|
||||||
"seconds": "s"
|
"seconds": "δ"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"signout": "Αποσύνδεση"
|
"signout": "Αποσύνδεση"
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "Αναζήτηση…",
|
"placeholder": "Αναζήτηση…",
|
||||||
"provider": "Search engine: {{name}}",
|
"provider": "Μηχανή αναζήτησης: {{name}}",
|
||||||
"select_provider": "Επιλέξτε τις μηχανές αναζήτησης"
|
"select_provider": "Επιλέξτε τις μηχανές αναζήτησης"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
"unifi_drive": {
|
"unifi_drive": {
|
||||||
"healthy": "Υγειές",
|
"healthy": "Υγειές",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"no_data": "No storage data available"
|
"no_data": "Δεν υπάρχουν διαθέσιμα δεδομένα χώρου αποθήκευσης"
|
||||||
},
|
},
|
||||||
"duplicati": {
|
"duplicati": {
|
||||||
"jobs": "Εργασίες",
|
"jobs": "Εργασίες",
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
"paused": "Σε παύση",
|
"paused": "Σε παύση",
|
||||||
"restarting": "Γίνεται επανεκκίνηση",
|
"restarting": "Γίνεται επανεκκίνηση",
|
||||||
"removing": "Αφαιρείται",
|
"removing": "Αφαιρείται",
|
||||||
"dead": "Dead"
|
"dead": "Νεκρό"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Σφάλμα",
|
"error": "Σφάλμα",
|
||||||
@@ -117,8 +117,8 @@
|
|||||||
"http_status": "Κατάσταση HTTP",
|
"http_status": "Κατάσταση HTTP",
|
||||||
"error": "Σφάλμα",
|
"error": "Σφάλμα",
|
||||||
"response": "Απόκριση",
|
"response": "Απόκριση",
|
||||||
"down": "Down",
|
"down": "Κάτω",
|
||||||
"up": "Up",
|
"up": "Πάνω",
|
||||||
"not_available": "Μη Διαθέσιμο"
|
"not_available": "Μη Διαθέσιμο"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
@@ -133,21 +133,21 @@
|
|||||||
},
|
},
|
||||||
"jellyfin": {
|
"jellyfin": {
|
||||||
"playing": "Γίνεται αναπαραγωγή",
|
"playing": "Γίνεται αναπαραγωγή",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Επανακωδικοποίηση",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Ρυθμός μετάδοσης",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Δεν Υπάρχουν Ενεργές Ροές",
|
||||||
"movies": "Movies",
|
"movies": "Ταινίες",
|
||||||
"series": "Series",
|
"series": "Σειρές",
|
||||||
"episodes": "Episodes",
|
"episodes": "Επεισόδια",
|
||||||
"songs": "Songs",
|
"songs": "Τραγούδια",
|
||||||
"albums": "Albums"
|
"albums": "Άλμπουμ"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Εκτός σύνδεσης",
|
||||||
"offline_alt": "Offline",
|
"offline_alt": "Χωρίς Σύνδεση",
|
||||||
"online": "Συνδεδεμένοι",
|
"online": "Συνδεδεμένοι",
|
||||||
"total": "Total",
|
"total": "Σύνολο",
|
||||||
"unknown": "Unknown"
|
"unknown": "Άγνωστο"
|
||||||
},
|
},
|
||||||
"evcc": {
|
"evcc": {
|
||||||
"pv_power": "Παραγωγή",
|
"pv_power": "Παραγωγή",
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
"unread": "Μη Διαβασμένο"
|
"unread": "Μη Διαβασμένο"
|
||||||
},
|
},
|
||||||
"fritzbox": {
|
"fritzbox": {
|
||||||
"connectionStatus": "Status",
|
"connectionStatus": "Κατάσταση",
|
||||||
"connectionStatusUnconfigured": "Μη Ρυθμισμένο",
|
"connectionStatusUnconfigured": "Μη Ρυθμισμένο",
|
||||||
"connectionStatusConnecting": "Κατάσταση Σύνδεσης",
|
"connectionStatusConnecting": "Κατάσταση Σύνδεσης",
|
||||||
"connectionStatusAuthenticating": "Ταυτοποίηση",
|
"connectionStatusAuthenticating": "Ταυτοποίηση",
|
||||||
@@ -176,16 +176,16 @@
|
|||||||
"connectionStatusDisconnecting": "Αποσύνδεση",
|
"connectionStatusDisconnecting": "Αποσύνδεση",
|
||||||
"connectionStatusDisconnected": "Αποσυνδέθηκε",
|
"connectionStatusDisconnected": "Αποσυνδέθηκε",
|
||||||
"connectionStatusConnected": "Συνδέθηκε",
|
"connectionStatusConnected": "Συνδέθηκε",
|
||||||
"uptime": "Uptime",
|
"uptime": "Συνεχής λειτουργία",
|
||||||
"maxDown": "Μέγιστο Download",
|
"maxDown": "Μέγιστο Download",
|
||||||
"maxUp": "Μέγιστο Upload",
|
"maxUp": "Μέγιστο Upload",
|
||||||
"down": "Down",
|
"down": "Κάτω",
|
||||||
"up": "Up",
|
"up": "Πάνω",
|
||||||
"received": "Ληφθέντα",
|
"received": "Ληφθέντα",
|
||||||
"sent": "Απεσταλμένα",
|
"sent": "Απεσταλμένα",
|
||||||
"externalIPAddress": "Εξωτερική IP",
|
"externalIPAddress": "Εξωτερική IP",
|
||||||
"externalIPv6Address": "Ext. IPv6",
|
"externalIPv6Address": "Εξωτ. IPv6",
|
||||||
"externalIPv6Prefix": "Ext. IPv6-Prefix"
|
"externalIPv6Prefix": "Εξωτ. IPv6-Prefix"
|
||||||
},
|
},
|
||||||
"caddy": {
|
"caddy": {
|
||||||
"upstreams": "Upstreams",
|
"upstreams": "Upstreams",
|
||||||
@@ -203,10 +203,10 @@
|
|||||||
"passes": "Περάσματα"
|
"passes": "Περάσματα"
|
||||||
},
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Γίνεται αναπαραγωγή",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Γίνεται επανακωδικοποίηση",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "Ρυθμός μετάδοσης",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "Δεν Υπάρχουν Ενεργές Ροές",
|
||||||
"plex_connection_error": "Έλεγχος Σύνδεσης με Plex"
|
"plex_connection_error": "Έλεγχος Σύνδεσης με Plex"
|
||||||
},
|
},
|
||||||
"tracearr": {
|
"tracearr": {
|
||||||
@@ -293,16 +293,16 @@
|
|||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "Άγνωστο"
|
||||||
},
|
},
|
||||||
"lidarr": {
|
"lidarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Επιθυμητό",
|
||||||
"queued": "Queued",
|
"queued": "Σε αναμονή",
|
||||||
"artists": "Καλλιτέχνες"
|
"artists": "Καλλιτέχνες"
|
||||||
},
|
},
|
||||||
"readarr": {
|
"readarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Επιθυμητό",
|
||||||
"queued": "Queued",
|
"queued": "Σε αναμονή",
|
||||||
"books": "Βιβλία"
|
"books": "Βιβλία"
|
||||||
},
|
},
|
||||||
"bazarr": {
|
"bazarr": {
|
||||||
@@ -315,16 +315,16 @@
|
|||||||
"available": "Διαθέσιμο"
|
"available": "Διαθέσιμο"
|
||||||
},
|
},
|
||||||
"seerr": {
|
"seerr": {
|
||||||
"pending": "Pending",
|
"pending": "Σε εκκρεμότητα",
|
||||||
"approved": "Approved",
|
"approved": "Εγκρίθηκε",
|
||||||
"available": "Available",
|
"available": "Διαθέσιμα",
|
||||||
"completed": "Completed",
|
"completed": "Ολοκληρώθηκε",
|
||||||
"processing": "Processing",
|
"processing": "Σε επεξεργασία",
|
||||||
"issues": "Open Issues"
|
"issues": "Ανοιχτά θέματα"
|
||||||
},
|
},
|
||||||
"netalertx": {
|
"netalertx": {
|
||||||
"total": "Total",
|
"total": "Σύνολο",
|
||||||
"connected": "Connected",
|
"connected": "Σε σύνδεση",
|
||||||
"new_devices": "Νέες συσκευές",
|
"new_devices": "Νέες συσκευές",
|
||||||
"down_alerts": "Ειδοποιήσεις offline"
|
"down_alerts": "Ειδοποιήσεις offline"
|
||||||
},
|
},
|
||||||
@@ -335,45 +335,45 @@
|
|||||||
"gravity": "Gravity"
|
"gravity": "Gravity"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Ερωτήματα",
|
||||||
"blocked": "Blocked",
|
"blocked": "Αποκλεισμένα",
|
||||||
"filtered": "Φιλτραρισμένα",
|
"filtered": "Φιλτραρισμένα",
|
||||||
"latency": "Καθυστέρηση"
|
"latency": "Καθυστέρηση"
|
||||||
},
|
},
|
||||||
"speedtest": {
|
"speedtest": {
|
||||||
"upload": "Upload",
|
"upload": "Αποστολή",
|
||||||
"download": "Download",
|
"download": "Λήψη",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
},
|
},
|
||||||
"portainer": {
|
"portainer": {
|
||||||
"running": "Running",
|
"running": "Εκτελείται",
|
||||||
"stopped": "Σταματημένο",
|
"stopped": "Σταματημένο",
|
||||||
"total": "Total"
|
"total": "Σύνολο"
|
||||||
},
|
},
|
||||||
"suwayomi": {
|
"suwayomi": {
|
||||||
"download": "Downloaded",
|
"download": "Ελήφθησαν",
|
||||||
"nondownload": "Non-Downloaded",
|
"nondownload": "Δεν Ελήφθησαν",
|
||||||
"read": "Read",
|
"read": "Διαβάστηκε",
|
||||||
"unread": "Unread",
|
"unread": "Μη αναγνωσμένα",
|
||||||
"downloadedread": "Downloaded & Read",
|
"downloadedread": "Ληφθέν & Αναγνωσμένο",
|
||||||
"downloadedunread": "Downloaded & Unread",
|
"downloadedunread": "Ληφθέν & Μη Αναγνωσμένο",
|
||||||
"nondownloadedread": "Non-Downloaded & Read",
|
"nondownloadedread": "Μη Ληφθέν & Αναγνωσμένο",
|
||||||
"nondownloadedunread": "Non-Downloaded & Unread"
|
"nondownloadedunread": "Μη Ληφθέν & Μη Αναγνωσμένο"
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"tailscale": {
|
||||||
"address": "Διεύθυνση",
|
"address": "Διεύθυνση",
|
||||||
"expires": "Λήγει",
|
"expires": "Λήγει",
|
||||||
"never": "Ποτέ",
|
"never": "Ποτέ",
|
||||||
"user": "User",
|
"user": "Χρήστης",
|
||||||
"hostname": "Hostname",
|
"hostname": "Όνομα υπολογιστή",
|
||||||
"name": "Name",
|
"name": "Όνομα",
|
||||||
"client_version": "Client Version",
|
"client_version": "Έκδοση Πελάτη",
|
||||||
"os": "OS",
|
"os": "Λειτουργικό",
|
||||||
"created": "Created",
|
"created": "Δημιουργήθηκε",
|
||||||
"authorized": "Authorized",
|
"authorized": "Εξουσιοδοτημένο",
|
||||||
"is_external": "Is External",
|
"is_external": "Είναι Εξωτερική",
|
||||||
"update_available": "Update Available",
|
"update_available": "Διαθέσιμη ενημέρωση",
|
||||||
"tags": "Tags",
|
"tags": "Ετικέτες",
|
||||||
"last_seen": "Τελευταία Σύνδεση",
|
"last_seen": "Τελευταία Σύνδεση",
|
||||||
"now": "Τώρα",
|
"now": "Τώρα",
|
||||||
"years": "{{number}}χρόνια",
|
"years": "{{number}}χρόνια",
|
||||||
@@ -383,20 +383,20 @@
|
|||||||
"minutes": "{{number}}λεπτά",
|
"minutes": "{{number}}λεπτά",
|
||||||
"seconds": "{{number}}δευτερόλεπτα",
|
"seconds": "{{number}}δευτερόλεπτα",
|
||||||
"ago": "{{value}} πρίν",
|
"ago": "{{value}} πρίν",
|
||||||
"true": "Yes",
|
"true": "Ναι",
|
||||||
"false": "No"
|
"false": "Όχι"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "Ερωτήματα",
|
||||||
"totalNoError": "Success",
|
"totalNoError": "Επιτυχία",
|
||||||
"totalServerFailure": "Failures",
|
"totalServerFailure": "Σφάλματα",
|
||||||
"totalNxDomain": "NX Domains",
|
"totalNxDomain": "Τομείς NX",
|
||||||
"totalRefused": "Refused",
|
"totalRefused": "Απορρίφθηκαν",
|
||||||
"totalAuthoritative": "Authoritative",
|
"totalAuthoritative": "Εξουσιοδοτημένο",
|
||||||
"totalRecursive": "Recursive",
|
"totalRecursive": "Recursive",
|
||||||
"totalCached": "Cached",
|
"totalCached": "Cached",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "Αποκλεισμένα",
|
||||||
"totalDropped": "Dropped",
|
"totalDropped": "Απορρίφθηκαν",
|
||||||
"totalClients": "Πελάτες"
|
"totalClients": "Πελάτες"
|
||||||
},
|
},
|
||||||
"tdarr": {
|
"tdarr": {
|
||||||
@@ -529,75 +529,75 @@
|
|||||||
"2-day": "Αραιές Νεφώσεις",
|
"2-day": "Αραιές Νεφώσεις",
|
||||||
"2-night": "Partly Cloudy",
|
"2-night": "Partly Cloudy",
|
||||||
"3-day": "Συννεφιές",
|
"3-day": "Συννεφιές",
|
||||||
"3-night": "Cloudy",
|
"3-night": "Συννεφιά",
|
||||||
"45-day": "Ομίχλη",
|
"45-day": "Ομίχλη",
|
||||||
"45-night": "Foggy",
|
"45-night": "Ομίχλη",
|
||||||
"48-day": "Foggy",
|
"48-day": "Ομίχλη",
|
||||||
"48-night": "Foggy",
|
"48-night": "Ομίχλη",
|
||||||
"51-day": "Ψιλόβροχο",
|
"51-day": "Ψιλόβροχο",
|
||||||
"51-night": "Light Drizzle",
|
"51-night": "Ελαφρύ Ψιλόβροχο",
|
||||||
"53-day": "Ψιλόβροχο",
|
"53-day": "Ψιλόβροχο",
|
||||||
"53-night": "Drizzle",
|
"53-night": "Ψιλόβροχο",
|
||||||
"55-day": "Heavy Drizzle",
|
"55-day": "Βαρύ Ψιλόβροχο",
|
||||||
"55-night": "Heavy Drizzle",
|
"55-night": "Βαρύ Ψιλόβροχο",
|
||||||
"56-day": "Light Freezing Drizzle",
|
"56-day": "Ελαφρύ Παγωμένο Ψιλόβροχο",
|
||||||
"56-night": "Light Freezing Drizzle",
|
"56-night": "Ελαφρύ Παγωμένο Ψιλόβροχο",
|
||||||
"57-day": "Παγωμένο ψιχάλισμα",
|
"57-day": "Παγωμένο ψιχάλισμα",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Παγωμένο ψιλόβροχο",
|
||||||
"61-day": "Ψιλόβροχο",
|
"61-day": "Ψιλόβροχο",
|
||||||
"61-night": "Light Rain",
|
"61-night": "Ελαφριά Βροχή",
|
||||||
"63-day": "Βροχή",
|
"63-day": "Βροχή",
|
||||||
"63-night": "Rain",
|
"63-night": "Βροχή",
|
||||||
"65-day": "Δυνατή βροχή",
|
"65-day": "Δυνατή βροχή",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "Δυνατή βροχή",
|
||||||
"66-day": "Παγωμένη βροχή",
|
"66-day": "Παγωμένη βροχή",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "Παγωμένη βροχή",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "Παγωμένη βροχή",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "Παγωμένη βροχή",
|
||||||
"71-day": "Ελαφριά Χιονόπτωση",
|
"71-day": "Ελαφριά Χιονόπτωση",
|
||||||
"71-night": "Light Snow",
|
"71-night": "Ελαφρά Χιονόπτωση",
|
||||||
"73-day": "Χιόνι",
|
"73-day": "Χιόνι",
|
||||||
"73-night": "Snow",
|
"73-night": "Χιόνι",
|
||||||
"75-day": "Ισχυρή χιονόπτωση",
|
"75-day": "Ισχυρή χιονόπτωση",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Ισχυρή χιονόπτωση",
|
||||||
"77-day": "Κόκκοι Χιονιού",
|
"77-day": "Κόκκοι Χιονιού",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Χιονάκι",
|
||||||
"80-day": "Ασθενείς βροχές",
|
"80-day": "Ασθενείς βροχές",
|
||||||
"80-night": "Light Showers",
|
"80-night": "Ασθενείς βροχές",
|
||||||
"81-day": "Βροχοπτώσεις",
|
"81-day": "Βροχοπτώσεις",
|
||||||
"81-night": "Showers",
|
"81-night": "Βροχοπτώσεις",
|
||||||
"82-day": "Ισχυρές βροχοπτώσεις",
|
"82-day": "Ισχυρές βροχοπτώσεις",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "Ισχυρές βροχοπτώσεις",
|
||||||
"85-day": "Χιονοπτώσεις",
|
"85-day": "Χιονοπτώσεις",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "Χιονοπτώσεις",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "Χιονοπτώσεις",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "Χιονοπτώσεις",
|
||||||
"95-day": "Καταιγίδα",
|
"95-day": "Καταιγίδα",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "Καταιγίδα",
|
||||||
"96-day": "Καταιγίδα Με Χαλάζι",
|
"96-day": "Καταιγίδα Με Χαλάζι",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "Καταιγίδα Με Χαλάζι",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "Καταιγίδα Με Χαλάζι",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "Καταιγίδα Με Χαλάζι"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "Σύστημα",
|
"available_update": "Σύστημα",
|
||||||
"updates": "Ενημερώσεις",
|
"updates": "Ενημερώσεις",
|
||||||
"update_available": "Διαθέσιμη ενημέρωση",
|
"update_available": "Διαθέσιμη ενημέρωση",
|
||||||
"up_to_date": "Ενημερωμένο",
|
"up_to_date": "Ενημερωμένο",
|
||||||
"child_bridges": "Child Bridges",
|
"child_bridges": "Θυγατρικές Γέφυρες",
|
||||||
"child_bridges_status": "{{ok}}/{{total}}",
|
"child_bridges_status": "{{ok}}/{{total}}",
|
||||||
"up": "Up",
|
"up": "Πάνω",
|
||||||
"pending": "Pending",
|
"pending": "Σε εκκρεμότητα",
|
||||||
"down": "Down",
|
"down": "Κάτω",
|
||||||
"ok": "Ok"
|
"ok": "Οκ"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
"healthchecks": {
|
||||||
"new": "New",
|
"new": "Νέο",
|
||||||
"up": "Up",
|
"up": "Πάνω",
|
||||||
"grace": "In Grace Period",
|
"grace": "Σε Περίοδο Χάριτος",
|
||||||
"down": "Down",
|
"down": "Κάτω",
|
||||||
"paused": "Paused",
|
"paused": "Σε παύση",
|
||||||
"status": "Status",
|
"status": "Κατάσταση",
|
||||||
"last_ping": "Τελευταίο Ping",
|
"last_ping": "Τελευταίο Ping",
|
||||||
"never": "Δεν υπάρχουν ping ακόμα"
|
"never": "Δεν υπάρχουν ping ακόμα"
|
||||||
},
|
},
|
||||||
@@ -607,26 +607,26 @@
|
|||||||
"containers_failed": "Απέτυχε"
|
"containers_failed": "Απέτυχε"
|
||||||
},
|
},
|
||||||
"autobrr": {
|
"autobrr": {
|
||||||
"approvedPushes": "Approved",
|
"approvedPushes": "Εγκρίθηκε",
|
||||||
"rejectedPushes": "Απορρίφθηκε",
|
"rejectedPushes": "Απορρίφθηκε",
|
||||||
"filters": "Φίλτρα",
|
"filters": "Φίλτρα",
|
||||||
"indexers": "Indexers"
|
"indexers": "Ευρετήρια"
|
||||||
},
|
},
|
||||||
"tubearchivist": {
|
"tubearchivist": {
|
||||||
"downloads": "Queue",
|
"downloads": "Αναμονή",
|
||||||
"videos": "Βίντεο",
|
"videos": "Βίντεο",
|
||||||
"channels": "Κανάλια",
|
"channels": "Κανάλια",
|
||||||
"playlists": "Λίστες αναπαραγωγής"
|
"playlists": "Λίστες αναπαραγωγής"
|
||||||
},
|
},
|
||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "Φόρτος Συστήματος",
|
"load": "Φόρτος Συστήματος",
|
||||||
"uptime": "Uptime",
|
"uptime": "Συνεχής λειτουργία",
|
||||||
"alerts": "Alerts"
|
"alerts": "Ειδοποιήσεις"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Ταχύτητα",
|
"speed": "Ταχύτητα",
|
||||||
"active": "Active",
|
"active": "Ενεργό",
|
||||||
"queue": "Queue",
|
"queue": "Αναμονή",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"gluetun": {
|
"gluetun": {
|
||||||
@@ -735,56 +735,56 @@
|
|||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
"photos": "Φωτογραφίες",
|
"photos": "Φωτογραφίες",
|
||||||
"videos": "Videos",
|
"videos": "Βίντεο",
|
||||||
"storage": "Αποθηκευτικός χώρος"
|
"storage": "Αποθηκευτικός χώρος"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "Online τοποθεσίες",
|
"up": "Online τοποθεσίες",
|
||||||
"down": "Offline τοποθεσίες",
|
"down": "Offline τοποθεσίες",
|
||||||
"uptime": "Uptime",
|
"uptime": "Συνεχής λειτουργία",
|
||||||
"incident": "Περιστατικό",
|
"incident": "Περιστατικό",
|
||||||
"m": "m"
|
"m": "λ"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Σειρές",
|
||||||
"archives": "Archives",
|
"archives": "Αρχεία",
|
||||||
"chapters": "Chapters",
|
"chapters": "Κεφάλαια",
|
||||||
"categories": "Κατηγορίες"
|
"categories": "Κατηγορίες"
|
||||||
},
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Βιβλιοθήκες",
|
||||||
"series": "Series",
|
"series": "Σειρές",
|
||||||
"books": "Books"
|
"books": "Βιβλία"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
"diskstation": {
|
||||||
"days": "Days",
|
"days": "Ημέρες",
|
||||||
"uptime": "Uptime",
|
"uptime": "Συνεχής λειτουργία",
|
||||||
"volumeAvailable": "Available"
|
"volumeAvailable": "Διαθέσιμα"
|
||||||
},
|
},
|
||||||
"dispatcharr": {
|
"dispatcharr": {
|
||||||
"channels": "Channels",
|
"channels": "Κανάλια",
|
||||||
"streams": "Streams"
|
"streams": "Ροές"
|
||||||
},
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Σειρές",
|
||||||
"issues": "Issues",
|
"issues": "Προβλήματα",
|
||||||
"wanted": "Wanted"
|
"wanted": "Επιθυμητά"
|
||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Άλμπουμ",
|
||||||
"photos": "Photos",
|
"photos": "Φωτογραφίες",
|
||||||
"videos": "Videos",
|
"videos": "Βίντεο",
|
||||||
"people": "Άνθρωποι"
|
"people": "Άνθρωποι"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Αναμονή",
|
||||||
"processing": "Processing",
|
"processing": "Σε επεξεργασία",
|
||||||
"processed": "Processed",
|
"processed": "Επεξεργασμένα",
|
||||||
"time": "Ώρα"
|
"time": "Ώρα"
|
||||||
},
|
},
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"networth": "Net Worth",
|
"networth": "Καθαρή αξία",
|
||||||
"budget": "Budget"
|
"budget": "Προϋπολογισμός"
|
||||||
},
|
},
|
||||||
"grafana": {
|
"grafana": {
|
||||||
"dashboards": "Πίνακας Ελέγχου",
|
"dashboards": "Πίνακας Ελέγχου",
|
||||||
@@ -801,15 +801,15 @@
|
|||||||
"numshares": "Κοινόχρηστα στοιχεία"
|
"numshares": "Κοινόχρηστα στοιχεία"
|
||||||
},
|
},
|
||||||
"kopia": {
|
"kopia": {
|
||||||
"status": "Status",
|
"status": "Κατάσταση",
|
||||||
"size": "Μέγεθος",
|
"size": "Μέγεθος",
|
||||||
"lastrun": "Τελευταία εκτέλεση",
|
"lastrun": "Τελευταία εκτέλεση",
|
||||||
"nextrun": "Επόμενη εκτέλεση",
|
"nextrun": "Επόμενη εκτέλεση",
|
||||||
"failed": "Failed"
|
"failed": "Απέτυχε"
|
||||||
},
|
},
|
||||||
"unmanic": {
|
"unmanic": {
|
||||||
"active_workers": "Ενεργοί χρήστες",
|
"active_workers": "Ενεργοί χρήστες",
|
||||||
"total_workers": "Total Workers",
|
"total_workers": "Σύνολο Εργατών",
|
||||||
"records_total": "Μήκος Ουράς"
|
"records_total": "Μήκος Ουράς"
|
||||||
},
|
},
|
||||||
"pterodactyl": {
|
"pterodactyl": {
|
||||||
@@ -822,21 +822,21 @@
|
|||||||
"targets_total": "Συνολικοί Στόχοι"
|
"targets_total": "Συνολικοί Στόχοι"
|
||||||
},
|
},
|
||||||
"gatus": {
|
"gatus": {
|
||||||
"up": "Sites Up",
|
"up": "Ιστοσελίδες Πάνω",
|
||||||
"down": "Sites Down",
|
"down": "Ιστοσελίδες Κάτω",
|
||||||
"uptime": "Uptime"
|
"uptime": "Συνεχής λειτουργία"
|
||||||
},
|
},
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Σήμερα",
|
||||||
"gross_percent_1y": "Ένας χρόνος",
|
"gross_percent_1y": "Ένας χρόνος",
|
||||||
"gross_percent_max": "Διαχρονικά",
|
"gross_percent_max": "Διαχρονικά",
|
||||||
"net_worth": "Net Worth"
|
"net_worth": "Καθαρή αξία"
|
||||||
},
|
},
|
||||||
"audiobookshelf": {
|
"audiobookshelf": {
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"books": "Books",
|
"books": "Βιβλία",
|
||||||
"podcastsDuration": "Διάρκεια",
|
"podcastsDuration": "Διάρκεια",
|
||||||
"booksDuration": "Duration"
|
"booksDuration": "Διάρκεια"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"people_home": "Σύνολο ανθρώπων στο σπίτι",
|
"people_home": "Σύνολο ανθρώπων στο σπίτι",
|
||||||
@@ -845,33 +845,33 @@
|
|||||||
},
|
},
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Παρακολούθηση",
|
"monitoring": "Παρακολούθηση",
|
||||||
"updates": "Updates"
|
"updates": "Ενημερώσεις"
|
||||||
},
|
},
|
||||||
"calibreweb": {
|
"calibreweb": {
|
||||||
"books": "Books",
|
"books": "Βιβλία",
|
||||||
"authors": "Συντάκτες",
|
"authors": "Συντάκτες",
|
||||||
"categories": "Categories",
|
"categories": "Κατηγορίες",
|
||||||
"series": "Series"
|
"series": "Σειρές"
|
||||||
},
|
},
|
||||||
"booklore": {
|
"booklore": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Βιβλιοθήκες",
|
||||||
"books": "Books",
|
"books": "Βιβλία",
|
||||||
"reading": "Reading",
|
"reading": "Ανάγνωση",
|
||||||
"finished": "Finished"
|
"finished": "Ολοκληρώθηκε"
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue",
|
"downloadCount": "Αναμονή",
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Απομένουν",
|
||||||
"downloadTotalBytes": "Size",
|
"downloadTotalBytes": "Μέγεθος",
|
||||||
"downloadSpeed": "Speed"
|
"downloadSpeed": "Ταχύτητα"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Σειρές",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Αρχεία"
|
||||||
},
|
},
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"result": "Αποτέλεσμα",
|
"result": "Αποτέλεσμα",
|
||||||
"status": "Status",
|
"status": "Κατάσταση",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
"succeeded": "Πέτυχε",
|
"succeeded": "Πέτυχε",
|
||||||
"notStarted": "Δεν ξεκίνησε",
|
"notStarted": "Δεν ξεκίνησε",
|
||||||
@@ -956,7 +956,7 @@
|
|||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "Mailboxes",
|
||||||
"mails": "Mails",
|
"mails": "Mails",
|
||||||
"storage": "Storage"
|
"storage": "Αποθηκευτικός χώρος"
|
||||||
},
|
},
|
||||||
"maintainerr": {
|
"maintainerr": {
|
||||||
"itemsHandled": "Items Handled",
|
"itemsHandled": "Items Handled",
|
||||||
@@ -967,61 +967,61 @@
|
|||||||
"reclaimable": "Reclaimable",
|
"reclaimable": "Reclaimable",
|
||||||
"movieReclaimable": "Movie Reclaimable",
|
"movieReclaimable": "Movie Reclaimable",
|
||||||
"showReclaimable": "Show Reclaimable",
|
"showReclaimable": "Show Reclaimable",
|
||||||
"totalCapacity": "Total Capacity"
|
"totalCapacity": "Συνολική χωρητικότητα"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Warnings",
|
"warnings": "Προειδοποιήσεις",
|
||||||
"criticals": "Criticals"
|
"criticals": "Κρίσιμα"
|
||||||
},
|
},
|
||||||
"ntfy": {
|
"ntfy": {
|
||||||
"title": "Title",
|
"title": "Τίτλος",
|
||||||
"priority": "Priority",
|
"priority": "Προτεραιότητα",
|
||||||
"lastReceived": "Last Received",
|
"lastReceived": "Τελευταία Ληφθέντα",
|
||||||
"message": "Message",
|
"message": "Μήνυμα",
|
||||||
"tags": "Tags",
|
"tags": "Ετικέτες",
|
||||||
"none": "None",
|
"none": "Κανένα",
|
||||||
"min": "Min",
|
"min": "Ελάχιστο",
|
||||||
"low": "Low",
|
"low": "Χαμηλό",
|
||||||
"default": "Default",
|
"default": "Προεπιλογή",
|
||||||
"high": "High",
|
"high": "Υψηλό",
|
||||||
"urgent": "Urgent"
|
"urgent": "Επείγον"
|
||||||
},
|
},
|
||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "Events",
|
"events": "Συμβάντα",
|
||||||
"plants": "Plants",
|
"plants": "Φυτά",
|
||||||
"photos": "Photos",
|
"photos": "Φωτογραφίες",
|
||||||
"species": "Species"
|
"species": "Είδη"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"notifications": "Notifications",
|
"notifications": "Ειδοποιήσεις",
|
||||||
"issues": "Issues",
|
"issues": "Προβλήματα",
|
||||||
"pulls": "Pull Requests",
|
"pulls": "Pull Requests",
|
||||||
"repositories": "Repositories"
|
"repositories": "Αποθετήρια"
|
||||||
},
|
},
|
||||||
"stash": {
|
"stash": {
|
||||||
"scenes": "Scenes",
|
"scenes": "Σκηνές",
|
||||||
"scenesPlayed": "Scenes Played",
|
"scenesPlayed": "Σκηνές Που Παίχτηκαν",
|
||||||
"playCount": "Total Plays",
|
"playCount": "Συνολικές Αναπαραγωγές",
|
||||||
"playDuration": "Time Watched",
|
"playDuration": "Ώρα Παρακολούθησης",
|
||||||
"sceneSize": "Scenes Size",
|
"sceneSize": "Μέγεθος Σκηνών",
|
||||||
"sceneDuration": "Scenes Duration",
|
"sceneDuration": "Διάρκεια Σκηνών",
|
||||||
"images": "Images",
|
"images": "Εικόνες",
|
||||||
"imageSize": "Images Size",
|
"imageSize": "Μέγεθος Εικόνων",
|
||||||
"galleries": "Galleries",
|
"galleries": "Συλλογές",
|
||||||
"performers": "Performers",
|
"performers": "Καλλιτέχνες",
|
||||||
"studios": "Studios",
|
"studios": "Στούντιο",
|
||||||
"movies": "Movies",
|
"movies": "Ταινίες",
|
||||||
"tags": "Tags",
|
"tags": "Ετικέτες",
|
||||||
"oCount": "O Count"
|
"oCount": "Μετρητής O"
|
||||||
},
|
},
|
||||||
"tandoor": {
|
"tandoor": {
|
||||||
"users": "Users",
|
"users": "Χρήστες",
|
||||||
"recipes": "Recipes",
|
"recipes": "Συνταγές",
|
||||||
"keywords": "Keywords"
|
"keywords": "Λέξεις-κλειδιά"
|
||||||
},
|
},
|
||||||
"homebox": {
|
"homebox": {
|
||||||
"items": "Items",
|
"items": "Στοιχεία",
|
||||||
"totalWithWarranty": "With Warranty",
|
"totalWithWarranty": "Με Εγγύηση",
|
||||||
"locations": "Locations",
|
"locations": "Locations",
|
||||||
"labels": "Labels",
|
"labels": "Labels",
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
@@ -1084,72 +1084,72 @@
|
|||||||
"vikunja": {
|
"vikunja": {
|
||||||
"projects": "Active Projects",
|
"projects": "Active Projects",
|
||||||
"tasks7d": "Tasks Due This Week",
|
"tasks7d": "Tasks Due This Week",
|
||||||
"tasksOverdue": "Overdue Tasks",
|
"tasksOverdue": "Εκπρόθεσμες Εργασίες",
|
||||||
"tasksInProgress": "Tasks In Progress"
|
"tasksInProgress": "Εργασίες Σε Εξέλιξη"
|
||||||
},
|
},
|
||||||
"headscale": {
|
"headscale": {
|
||||||
"name": "Name",
|
"name": "Όνομα",
|
||||||
"address": "Address",
|
"address": "Διεύθυνση",
|
||||||
"last_seen": "Last Seen",
|
"last_seen": "Τελευταία Σύνδεση",
|
||||||
"status": "Status",
|
"status": "Κατάσταση",
|
||||||
"online": "Online",
|
"online": "Σε Σύνδεση",
|
||||||
"offline": "Offline"
|
"offline": "Χωρίς Σύνδεση"
|
||||||
},
|
},
|
||||||
"beszel": {
|
"beszel": {
|
||||||
"name": "Name",
|
"name": "Όνομα",
|
||||||
"systems": "Systems",
|
"systems": "Συστήματα",
|
||||||
"up": "Up",
|
"up": "Πάνω",
|
||||||
"down": "Down",
|
"down": "Κάτω",
|
||||||
"paused": "Paused",
|
"paused": "Σε παύση",
|
||||||
"pending": "Pending",
|
"pending": "Σε εκκρεμότητα",
|
||||||
"status": "Status",
|
"status": "Κατάσταση",
|
||||||
"updated": "Updated",
|
"updated": "Ενημερώθηκε",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "MEM",
|
"memory": "MEM",
|
||||||
"disk": "Disk",
|
"disk": "Δίσκος",
|
||||||
"network": "NET"
|
"network": "Δίκτυο"
|
||||||
},
|
},
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"apps": "Apps",
|
"apps": "Εφαρμογές",
|
||||||
"synced": "Synced",
|
"synced": "Συγχρονισμένα",
|
||||||
"outOfSync": "Out Of Sync",
|
"outOfSync": "Εκτός Συγχρονισμού",
|
||||||
"healthy": "Healthy",
|
"healthy": "Υγιή",
|
||||||
"degraded": "Degraded",
|
"degraded": "Degraded",
|
||||||
"progressing": "Progressing",
|
"progressing": "Σε εξέλιξη",
|
||||||
"missing": "Missing",
|
"missing": "Λείπουν",
|
||||||
"suspended": "Suspended"
|
"suspended": "Σε αναστολή"
|
||||||
},
|
},
|
||||||
"spoolman": {
|
"spoolman": {
|
||||||
"loading": "Loading"
|
"loading": "Γίνεται φόρτωση"
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"groups": "Groups",
|
"groups": "Ομάδες",
|
||||||
"issues": "Issues",
|
"issues": "Προβλήματα",
|
||||||
"merges": "Merge Requests",
|
"merges": "Αιτήματα Συγχώνευσης",
|
||||||
"projects": "Projects"
|
"projects": "Projects"
|
||||||
},
|
},
|
||||||
"apcups": {
|
"apcups": {
|
||||||
"status": "Status",
|
"status": "Κατάσταση",
|
||||||
"load": "Load",
|
"load": "Φόρτωση",
|
||||||
"bcharge": "Battery Charge",
|
"bcharge": "Φόρτιση Μπαταρίας",
|
||||||
"timeleft": "Time Left"
|
"timeleft": "Χρόνος που απομένει"
|
||||||
},
|
},
|
||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Σελιδοδείκτες",
|
||||||
"favorites": "Favorites",
|
"favorites": "Αγαπημένα",
|
||||||
"archived": "Archived",
|
"archived": "Αρχειοθετημένα",
|
||||||
"highlights": "Highlights",
|
"highlights": "Επισημάνσεις",
|
||||||
"lists": "Lists",
|
"lists": "Λίστες",
|
||||||
"tags": "Tags"
|
"tags": "Ετικέτες"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "Δίκτυο",
|
||||||
"connected": "Connected",
|
"connected": "Σε σύνδεση",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Αποσυνδέθηκε",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "Ενημέρωση",
|
||||||
"update_yes": "Available",
|
"update_yes": "Διαθέσιμα",
|
||||||
"update_no": "Up to Date",
|
"update_no": "Ενημερωμένο",
|
||||||
"downloads": "Downloads",
|
"downloads": "Λήψεις",
|
||||||
"uploads": "Uploads",
|
"uploads": "Uploads",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "Files"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -100,11 +100,11 @@
|
|||||||
"not_found": "No encontrado",
|
"not_found": "No encontrado",
|
||||||
"exited": "Terminado",
|
"exited": "Terminado",
|
||||||
"partial": "Parcial",
|
"partial": "Parcial",
|
||||||
"created": "Created",
|
"created": "Creado",
|
||||||
"paused": "Paused",
|
"paused": "Pausado",
|
||||||
"restarting": "Restarting",
|
"restarting": "Reiniciando",
|
||||||
"removing": "Removing",
|
"removing": "Eliminando",
|
||||||
"dead": "Dead"
|
"dead": "Muerto"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
|
|||||||
+146
-146
@@ -39,9 +39,9 @@
|
|||||||
"wait": "お待ちください"
|
"wait": "お待ちください"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "検索…",
|
"placeholder": "検索 ...",
|
||||||
"provider": "Search engine: {{name}}",
|
"provider": "Search engine: {{name}}",
|
||||||
"select_provider": "Select search engine"
|
"select_provider": "検索エンジンを選択"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
@@ -132,18 +132,18 @@
|
|||||||
"songs": "曲"
|
"songs": "曲"
|
||||||
},
|
},
|
||||||
"jellyfin": {
|
"jellyfin": {
|
||||||
"playing": "Playing",
|
"playing": "再生中",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "変換中",
|
||||||
"bitrate": "Bitrate",
|
"bitrate": "ビットレート",
|
||||||
"no_active": "No Active Streams",
|
"no_active": "アクティブ・ストリーム無し",
|
||||||
"movies": "Movies",
|
"movies": "映画",
|
||||||
"series": "Series",
|
"series": "シリーズ",
|
||||||
"episodes": "Episodes",
|
"episodes": "エピソード",
|
||||||
"songs": "Songs",
|
"songs": "曲",
|
||||||
"albums": "Albums"
|
"albums": "アルバム"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "",
|
"offline": "オフライン ",
|
||||||
"offline_alt": "オフライン",
|
"offline_alt": "オフライン",
|
||||||
"online": "オンライン",
|
"online": "オンライン",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
@@ -241,18 +241,18 @@
|
|||||||
},
|
},
|
||||||
"rutorrent": {
|
"rutorrent": {
|
||||||
"active": "アクティブ",
|
"active": "アクティブ",
|
||||||
"upload": "Upload",
|
"upload": "アップロード",
|
||||||
"download": "Download"
|
"download": "ダウンロード"
|
||||||
},
|
},
|
||||||
"transmission": {
|
"transmission": {
|
||||||
"download": "Download",
|
"download": "ダウンロード",
|
||||||
"upload": "Upload",
|
"upload": "アップロード",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
"qbittorrent": {
|
"qbittorrent": {
|
||||||
"download": "Download",
|
"download": "ダウンロード",
|
||||||
"upload": "Upload",
|
"upload": "アップロード",
|
||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
@@ -285,7 +285,7 @@
|
|||||||
"queued": "待機中",
|
"queued": "待機中",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"unknown": "Unknown"
|
"unknown": "不明"
|
||||||
},
|
},
|
||||||
"radarr": {
|
"radarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
@@ -365,15 +365,15 @@
|
|||||||
"expires": "失効",
|
"expires": "失効",
|
||||||
"never": "なし",
|
"never": "なし",
|
||||||
"user": "User",
|
"user": "User",
|
||||||
"hostname": "Hostname",
|
"hostname": "ホスト名",
|
||||||
"name": "Name",
|
"name": "名前",
|
||||||
"client_version": "Client Version",
|
"client_version": "クライアントバージョン",
|
||||||
"os": "OS",
|
"os": "OS",
|
||||||
"created": "Created",
|
"created": "作成済み",
|
||||||
"authorized": "Authorized",
|
"authorized": "承認済み",
|
||||||
"is_external": "Is External",
|
"is_external": "Is External",
|
||||||
"update_available": "Update Available",
|
"update_available": "アップデートが利用できます",
|
||||||
"tags": "Tags",
|
"tags": "タグ",
|
||||||
"last_seen": "最終日時",
|
"last_seen": "最終日時",
|
||||||
"now": "現在",
|
"now": "現在",
|
||||||
"years": "{{number}}年",
|
"years": "{{number}}年",
|
||||||
@@ -383,11 +383,11 @@
|
|||||||
"minutes": "{{number}}分",
|
"minutes": "{{number}}分",
|
||||||
"seconds": "{{number}}秒",
|
"seconds": "{{number}}秒",
|
||||||
"ago": "{{value}} 前",
|
"ago": "{{value}} 前",
|
||||||
"true": "Yes",
|
"true": "はい",
|
||||||
"false": "No"
|
"false": "いいえ"
|
||||||
},
|
},
|
||||||
"technitium": {
|
"technitium": {
|
||||||
"totalQueries": "Queries",
|
"totalQueries": "クエリ",
|
||||||
"totalNoError": "成功",
|
"totalNoError": "成功",
|
||||||
"totalServerFailure": "失敗",
|
"totalServerFailure": "失敗",
|
||||||
"totalNxDomain": "NXドメイン",
|
"totalNxDomain": "NXドメイン",
|
||||||
@@ -395,7 +395,7 @@
|
|||||||
"totalAuthoritative": "正式",
|
"totalAuthoritative": "正式",
|
||||||
"totalRecursive": "再帰的",
|
"totalRecursive": "再帰的",
|
||||||
"totalCached": "キャッシュ済み",
|
"totalCached": "キャッシュ済み",
|
||||||
"totalBlocked": "Blocked",
|
"totalBlocked": "ブロック中",
|
||||||
"totalDropped": "ドロップ済み",
|
"totalDropped": "ドロップ済み",
|
||||||
"totalClients": "クライアント"
|
"totalClients": "クライアント"
|
||||||
},
|
},
|
||||||
@@ -411,13 +411,13 @@
|
|||||||
"middleware": "ミドルウェア"
|
"middleware": "ミドルウェア"
|
||||||
},
|
},
|
||||||
"trilium": {
|
"trilium": {
|
||||||
"version": "Version",
|
"version": "バージョン",
|
||||||
"notesCount": "Notes",
|
"notesCount": "メモ",
|
||||||
"dbSize": "Database Size",
|
"dbSize": "データベースサイズ",
|
||||||
"unknown": "Unknown"
|
"unknown": "不明"
|
||||||
},
|
},
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "アクティブストリーム無し",
|
||||||
"please_wait": "お待ちください"
|
"please_wait": "お待ちください"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
@@ -482,7 +482,7 @@
|
|||||||
"authorizationsLast24H": "Auths (24h)"
|
"authorizationsLast24H": "Auths (24h)"
|
||||||
},
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "メモリ",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"vms": "VM"
|
"vms": "VM"
|
||||||
@@ -494,17 +494,17 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"load": "Load",
|
"load": "負荷",
|
||||||
"wait": "Please wait",
|
"wait": "お待ちください",
|
||||||
"temp": "TEMP",
|
"temp": "温度",
|
||||||
"_temp": "温度",
|
"_temp": "温度",
|
||||||
"warn": "警告",
|
"warn": "警告",
|
||||||
"uptime": "UP",
|
"uptime": "稼働時間",
|
||||||
"total": "Total",
|
"total": "合計",
|
||||||
"free": "Free",
|
"free": "空き容量",
|
||||||
"used": "Used",
|
"used": "使用済み",
|
||||||
"days": "d",
|
"days": "日",
|
||||||
"hours": "h",
|
"hours": "時",
|
||||||
"crit": "クリティカル",
|
"crit": "クリティカル",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"write": "書き込み",
|
"write": "書き込み",
|
||||||
@@ -545,39 +545,39 @@
|
|||||||
"57-day": "着氷性の小雨",
|
"57-day": "着氷性の小雨",
|
||||||
"57-night": "Freezing Drizzle",
|
"57-night": "Freezing Drizzle",
|
||||||
"61-day": "小雨",
|
"61-day": "小雨",
|
||||||
"61-night": "Light Rain",
|
"61-night": "小雨",
|
||||||
"63-day": "雨",
|
"63-day": "雨",
|
||||||
"63-night": "Rain",
|
"63-night": "雨",
|
||||||
"65-day": "大雨",
|
"65-day": "大雨",
|
||||||
"65-night": "Heavy Rain",
|
"65-night": "大雨",
|
||||||
"66-day": "着氷性の雨",
|
"66-day": "着氷性の雨",
|
||||||
"66-night": "Freezing Rain",
|
"66-night": "着氷性の雨",
|
||||||
"67-day": "Freezing Rain",
|
"67-day": "着氷性の雨",
|
||||||
"67-night": "Freezing Rain",
|
"67-night": "着氷性の雨",
|
||||||
"71-day": "小雪",
|
"71-day": "小雪",
|
||||||
"71-night": "Light Snow",
|
"71-night": "小雪",
|
||||||
"73-day": "雪",
|
"73-day": "雪",
|
||||||
"73-night": "Snow",
|
"73-night": "雪",
|
||||||
"75-day": "大雪",
|
"75-day": "大雪",
|
||||||
"75-night": "Heavy Snow",
|
"75-night": "Heavy Snow",
|
||||||
"77-day": "霧雪",
|
"77-day": "霧雪",
|
||||||
"77-night": "Snow Grains",
|
"77-night": "Snow Grains",
|
||||||
"80-day": "弱いにわか雨",
|
"80-day": "弱いにわか雨",
|
||||||
"80-night": "Light Showers",
|
"80-night": "弱いにわか雨",
|
||||||
"81-day": "にわか雨",
|
"81-day": "にわか雨",
|
||||||
"81-night": "Showers",
|
"81-night": "にわか雨",
|
||||||
"82-day": "強いにわか雨",
|
"82-day": "強いにわか雨",
|
||||||
"82-night": "Heavy Showers",
|
"82-night": "強いにわか雨",
|
||||||
"85-day": "にわか雪",
|
"85-day": "にわか雪",
|
||||||
"85-night": "Snow Showers",
|
"85-night": "にわか雪",
|
||||||
"86-day": "Snow Showers",
|
"86-day": "にわか雪",
|
||||||
"86-night": "Snow Showers",
|
"86-night": "にわか雪",
|
||||||
"95-day": "雷雨",
|
"95-day": "雷雨",
|
||||||
"95-night": "Thunderstorm",
|
"95-night": "雷雨",
|
||||||
"96-day": "雷雨・ひょう",
|
"96-day": "雷雨・ひょう",
|
||||||
"96-night": "Thunderstorm With Hail",
|
"96-night": "雹を伴う雷雨",
|
||||||
"99-day": "Thunderstorm With Hail",
|
"99-day": "雹を伴う雷雨",
|
||||||
"99-night": "Thunderstorm With Hail"
|
"99-night": "雹を伴う雷雨"
|
||||||
},
|
},
|
||||||
"homebridge": {
|
"homebridge": {
|
||||||
"available_update": "システム",
|
"available_update": "システム",
|
||||||
@@ -645,7 +645,7 @@
|
|||||||
"signalQuality": "クオリティ",
|
"signalQuality": "クオリティ",
|
||||||
"symbolQuality": "Quality",
|
"symbolQuality": "Quality",
|
||||||
"networkRate": "Bitrate",
|
"networkRate": "Bitrate",
|
||||||
"clientIP": "クライアント IP"
|
"clientIP": "クライアントIP"
|
||||||
},
|
},
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "合格",
|
"passed": "合格",
|
||||||
@@ -661,7 +661,7 @@
|
|||||||
"sites": "Sites",
|
"sites": "Sites",
|
||||||
"resources": "Resources",
|
"resources": "Resources",
|
||||||
"targets": "Targets",
|
"targets": "Targets",
|
||||||
"traffic": "Traffic",
|
"traffic": "トラフィック",
|
||||||
"in": "In",
|
"in": "In",
|
||||||
"out": "Out"
|
"out": "Out"
|
||||||
},
|
},
|
||||||
@@ -674,7 +674,7 @@
|
|||||||
"low_battery": "バッテリー残量低下"
|
"low_battery": "バッテリー残量低下"
|
||||||
},
|
},
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "お待ちください",
|
||||||
"no_devices": "デバイス データを受信していません"
|
"no_devices": "デバイス データを受信していません"
|
||||||
},
|
},
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
@@ -695,7 +695,7 @@
|
|||||||
"limit": "リミット"
|
"limit": "リミット"
|
||||||
},
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "CPU負荷",
|
||||||
"memory": "アクティブ・メモリ",
|
"memory": "アクティブ・メモリ",
|
||||||
"wanUpload": "WANアップロード",
|
"wanUpload": "WANアップロード",
|
||||||
"wanDownload": "WANダウンロード"
|
"wanDownload": "WANダウンロード"
|
||||||
@@ -707,14 +707,14 @@
|
|||||||
"layers": "レイヤー"
|
"layers": "レイヤー"
|
||||||
},
|
},
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "ステータス",
|
||||||
"temp_tool": "ツール温度",
|
"temp_tool": "ツール温度",
|
||||||
"temp_bed": "ベッド温度",
|
"temp_bed": "ベッド温度",
|
||||||
"job_completion": "完了"
|
"job_completion": "完了"
|
||||||
},
|
},
|
||||||
"cloudflared": {
|
"cloudflared": {
|
||||||
"origin_ip": "オリジンIP",
|
"origin_ip": "オリジンIP",
|
||||||
"status": "Status"
|
"status": "ステータス"
|
||||||
},
|
},
|
||||||
"pfsense": {
|
"pfsense": {
|
||||||
"load": "読み込み平均",
|
"load": "読み込み平均",
|
||||||
@@ -733,17 +733,17 @@
|
|||||||
"memory_usage": "メモリ"
|
"memory_usage": "メモリ"
|
||||||
},
|
},
|
||||||
"immich": {
|
"immich": {
|
||||||
"users": "Users",
|
"users": "ユーザ",
|
||||||
"photos": "写真",
|
"photos": "写真",
|
||||||
"videos": "Videos",
|
"videos": "ビデオ",
|
||||||
"storage": "ストレージ"
|
"storage": "ストレージ"
|
||||||
},
|
},
|
||||||
"uptimekuma": {
|
"uptimekuma": {
|
||||||
"up": "サイトUp",
|
"up": "サイトUp",
|
||||||
"down": "サイトDown",
|
"down": "サイトDown",
|
||||||
"uptime": "Uptime",
|
"uptime": "稼働時間",
|
||||||
"incident": "事件",
|
"incident": "事件",
|
||||||
"m": "m"
|
"m": "分"
|
||||||
},
|
},
|
||||||
"atsumeru": {
|
"atsumeru": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
@@ -772,8 +772,8 @@
|
|||||||
},
|
},
|
||||||
"photoprism": {
|
"photoprism": {
|
||||||
"albums": "Albums",
|
"albums": "Albums",
|
||||||
"photos": "Photos",
|
"photos": "写真",
|
||||||
"videos": "Videos",
|
"videos": "動画",
|
||||||
"people": "人"
|
"people": "人"
|
||||||
},
|
},
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
@@ -884,12 +884,12 @@
|
|||||||
},
|
},
|
||||||
"gamedig": {
|
"gamedig": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"online": "Online",
|
"online": "オンライン",
|
||||||
"offline": "Offline",
|
"offline": "オフライン ",
|
||||||
"name": "名前",
|
"name": "名前",
|
||||||
"map": "マップ",
|
"map": "マップ",
|
||||||
"currentPlayers": "現在のプレーヤー",
|
"currentPlayers": "現在のプレーヤー",
|
||||||
"players": "Players",
|
"players": "プレイヤー",
|
||||||
"maxPlayers": "最大プレイヤー数",
|
"maxPlayers": "最大プレイヤー数",
|
||||||
"bots": "ボット",
|
"bots": "ボット",
|
||||||
"ping": "Ping"
|
"ping": "Ping"
|
||||||
@@ -902,21 +902,21 @@
|
|||||||
},
|
},
|
||||||
"mealie": {
|
"mealie": {
|
||||||
"recipes": "レシピ",
|
"recipes": "レシピ",
|
||||||
"users": "Users",
|
"users": "ユーザ",
|
||||||
"categories": "Categories",
|
"categories": "カテゴリ",
|
||||||
"tags": "タグ"
|
"tags": "タグ"
|
||||||
},
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "ダウンロード中",
|
"downloading": "ダウンロード中",
|
||||||
"total": "Total",
|
"total": "合計",
|
||||||
"running": "Running",
|
"running": "実行中",
|
||||||
"stopped": "Stopped",
|
"stopped": "停止中",
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
"openwrt": {
|
"openwrt": {
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"cpuLoad": "CPU 平均負荷(5 分)",
|
"cpuLoad": "CPU 平均負荷(5分)",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"bytesTx": "送信済み",
|
"bytesTx": "送信済み",
|
||||||
@@ -924,7 +924,7 @@
|
|||||||
},
|
},
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "稼働時間",
|
||||||
"lastDown": "最後のダウンタイム",
|
"lastDown": "最後のダウンタイム",
|
||||||
"downDuration": "ダウンタイム時間",
|
"downDuration": "ダウンタイム時間",
|
||||||
"sitesUp": "Sites Up",
|
"sitesUp": "Sites Up",
|
||||||
@@ -954,9 +954,9 @@
|
|||||||
},
|
},
|
||||||
"mailcow": {
|
"mailcow": {
|
||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
"mailboxes": "Mailboxes",
|
"mailboxes": "受信箱",
|
||||||
"mails": "Mails",
|
"mails": "メール",
|
||||||
"storage": "Storage"
|
"storage": "ストレージ"
|
||||||
},
|
},
|
||||||
"maintainerr": {
|
"maintainerr": {
|
||||||
"itemsHandled": "Items Handled",
|
"itemsHandled": "Items Handled",
|
||||||
@@ -974,7 +974,7 @@
|
|||||||
"criticals": "重大"
|
"criticals": "重大"
|
||||||
},
|
},
|
||||||
"ntfy": {
|
"ntfy": {
|
||||||
"title": "Title",
|
"title": "タイトル",
|
||||||
"priority": "Priority",
|
"priority": "Priority",
|
||||||
"lastReceived": "Last Received",
|
"lastReceived": "Last Received",
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
@@ -989,7 +989,7 @@
|
|||||||
"plantit": {
|
"plantit": {
|
||||||
"events": "イベント",
|
"events": "イベント",
|
||||||
"plants": "植物",
|
"plants": "植物",
|
||||||
"photos": "Photos",
|
"photos": "写真",
|
||||||
"species": "種"
|
"species": "種"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
@@ -1137,27 +1137,27 @@
|
|||||||
"karakeep": {
|
"karakeep": {
|
||||||
"bookmarks": "Bookmarks",
|
"bookmarks": "Bookmarks",
|
||||||
"favorites": "Favorites",
|
"favorites": "Favorites",
|
||||||
"archived": "Archived",
|
"archived": "アーカイブ済み",
|
||||||
"highlights": "Highlights",
|
"highlights": "ハイライト",
|
||||||
"lists": "Lists",
|
"lists": "リスト",
|
||||||
"tags": "Tags"
|
"tags": "タグ"
|
||||||
},
|
},
|
||||||
"slskd": {
|
"slskd": {
|
||||||
"slskStatus": "Network",
|
"slskStatus": "ネットワーク",
|
||||||
"connected": "Connected",
|
"connected": "接続されています",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "切断されています",
|
||||||
"updateStatus": "Update",
|
"updateStatus": "更新",
|
||||||
"update_yes": "Available",
|
"update_yes": "利用可能",
|
||||||
"update_no": "Up to Date",
|
"update_no": "最新",
|
||||||
"downloads": "Downloads",
|
"downloads": "ダウンロード",
|
||||||
"uploads": "Uploads",
|
"uploads": "アップロード",
|
||||||
"sharedFiles": "Files"
|
"sharedFiles": "ファイル"
|
||||||
},
|
},
|
||||||
"jellystat": {
|
"jellystat": {
|
||||||
"songs": "Songs",
|
"songs": "曲",
|
||||||
"movies": "Movies",
|
"movies": "映画",
|
||||||
"episodes": "Episodes",
|
"episodes": "エピソード",
|
||||||
"other": "Other"
|
"other": "その他"
|
||||||
},
|
},
|
||||||
"checkmk": {
|
"checkmk": {
|
||||||
"serviceErrors": "Service issues",
|
"serviceErrors": "Service issues",
|
||||||
@@ -1198,11 +1198,11 @@
|
|||||||
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
"TOO_MANY_MISSING_DISKS": "Too Many Missing Disks",
|
||||||
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
"NEW_DISK_TOO_SMALL": "New Disk Too Small",
|
||||||
"NO_DATA_DISKS": "No Data Disks",
|
"NO_DATA_DISKS": "No Data Disks",
|
||||||
"notifications": "Notifications",
|
"notifications": "通知",
|
||||||
"status": "Status",
|
"status": "ステータス",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memoryUsed": "Memory Used",
|
"memoryUsed": "メモリ使用量",
|
||||||
"memoryAvailable": "Memory Available",
|
"memoryAvailable": "使用可能なメモリ",
|
||||||
"arrayUsed": "Array Used",
|
"arrayUsed": "Array Used",
|
||||||
"arrayFree": "Array Free",
|
"arrayFree": "Array Free",
|
||||||
"poolUsed": "{{pool}} Used",
|
"poolUsed": "{{pool}} Used",
|
||||||
@@ -1210,53 +1210,53 @@
|
|||||||
},
|
},
|
||||||
"backrest": {
|
"backrest": {
|
||||||
"num_plans": "Plans",
|
"num_plans": "Plans",
|
||||||
"num_success_30": "Successes",
|
"num_success_30": "成功",
|
||||||
"num_failure_30": "Failures",
|
"num_failure_30": "失敗",
|
||||||
"num_success_latest": "Succeeding",
|
"num_success_latest": "成功",
|
||||||
"num_failure_latest": "Failing",
|
"num_failure_latest": "失敗",
|
||||||
"bytes_added_30": "Bytes Added"
|
"bytes_added_30": "バイトが追加されました"
|
||||||
},
|
},
|
||||||
"yourspotify": {
|
"yourspotify": {
|
||||||
"songs": "Songs",
|
"songs": "曲",
|
||||||
"time": "Time",
|
"time": "時間",
|
||||||
"artists": "Artists"
|
"artists": "アーティスト"
|
||||||
},
|
},
|
||||||
"arcane": {
|
"arcane": {
|
||||||
"containers": "Containers",
|
"containers": "コンテナ",
|
||||||
"images": "Images",
|
"images": "イメージ",
|
||||||
"image_updates": "Image Updates",
|
"image_updates": "イメージの更新",
|
||||||
"images_unused": "Unused",
|
"images_unused": "未使用",
|
||||||
"environment_required": "Environment ID Required"
|
"environment_required": "Enviroment ID が必要です"
|
||||||
},
|
},
|
||||||
"dockhand": {
|
"dockhand": {
|
||||||
"running": "Running",
|
"running": "実行中",
|
||||||
"stopped": "Stopped",
|
"stopped": "停止中",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
"memory": "Memory",
|
"memory": "メモリ",
|
||||||
"images": "Images",
|
"images": "イメージ",
|
||||||
"volumes": "Volumes",
|
"volumes": "ボリューム",
|
||||||
"events_today": "Events Today",
|
"events_today": "今日のイベント",
|
||||||
"pending_updates": "Pending Updates",
|
"pending_updates": "保留中の更新",
|
||||||
"stacks": "Stacks",
|
"stacks": "スタック数",
|
||||||
"paused": "Paused",
|
"paused": "一時停止中",
|
||||||
"total": "Total",
|
"total": "合計",
|
||||||
"environment_not_found": "Environment Not Found"
|
"environment_not_found": "環境が見つかりません"
|
||||||
},
|
},
|
||||||
"sparkyfitness": {
|
"sparkyfitness": {
|
||||||
"eaten": "Eaten",
|
"eaten": "摂取カロリー",
|
||||||
"burned": "Burned",
|
"burned": "消費カロリー",
|
||||||
"remaining": "Remaining",
|
"remaining": "残り",
|
||||||
"steps": "Steps"
|
"steps": "ステップ"
|
||||||
},
|
},
|
||||||
"syncthing": {
|
"syncthing": {
|
||||||
"connected": "Connected",
|
"connected": "接続されています",
|
||||||
"synced": "Synced",
|
"synced": "同期しました",
|
||||||
"errors": "Errors",
|
"errors": "エラー",
|
||||||
"storage": "Storage"
|
"storage": "ストレージ"
|
||||||
},
|
},
|
||||||
"sportarr": {
|
"sportarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "募集中",
|
||||||
"queued": "Queued",
|
"queued": "処理待ち",
|
||||||
"leagues": "Leagues"
|
"leagues": "リーグ"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"seconds": "s"
|
"seconds": "s"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"signout": "Sign out"
|
"signout": "Encerrar Sessão"
|
||||||
},
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Tipo de Widget ausente: {{type}}",
|
"missing_type": "Tipo de Widget ausente: {{type}}",
|
||||||
@@ -40,8 +40,8 @@
|
|||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "Pesquisar…",
|
"placeholder": "Pesquisar…",
|
||||||
"provider": "Search engine: {{name}}",
|
"provider": "Motor de pesquisa: {{name}}",
|
||||||
"select_provider": "Select search engine"
|
"select_provider": "Selecionar motor de busca"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
@@ -100,11 +100,11 @@
|
|||||||
"not_found": "Não Encontrado",
|
"not_found": "Não Encontrado",
|
||||||
"exited": "Encerrado",
|
"exited": "Encerrado",
|
||||||
"partial": "Parcial",
|
"partial": "Parcial",
|
||||||
"created": "Created",
|
"created": "Criado",
|
||||||
"paused": "Paused",
|
"paused": "Pausado",
|
||||||
"restarting": "Restarting",
|
"restarting": "Reiniciando",
|
||||||
"removing": "Removing",
|
"removing": "Removendo",
|
||||||
"dead": "Dead"
|
"dead": "Inativo"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Erro",
|
"error": "Erro",
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
"series": "Séries",
|
"series": "Séries",
|
||||||
"episodes": "Episódios",
|
"episodes": "Episódios",
|
||||||
"songs": "Músicas",
|
"songs": "Músicas",
|
||||||
"albums": "Albums"
|
"albums": "Álbuns"
|
||||||
},
|
},
|
||||||
"esphome": {
|
"esphome": {
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
@@ -959,15 +959,15 @@
|
|||||||
"storage": "Armazenamento"
|
"storage": "Armazenamento"
|
||||||
},
|
},
|
||||||
"maintainerr": {
|
"maintainerr": {
|
||||||
"itemsHandled": "Items Handled",
|
"itemsHandled": "Itens manuseados",
|
||||||
"episodesHandled": "Episodes Handled",
|
"episodesHandled": "Episódios tratados",
|
||||||
"moviesHandled": "Movies Handled",
|
"moviesHandled": "Filmes tratados",
|
||||||
"showsHandled": "Shows Handled",
|
"showsHandled": "Séries tratados",
|
||||||
"seasonsHandled": "Seasons Handled",
|
"seasonsHandled": "Temporadas tratadas",
|
||||||
"reclaimable": "Reclaimable",
|
"reclaimable": "Reclamável",
|
||||||
"movieReclaimable": "Movie Reclaimable",
|
"movieReclaimable": "Filme Reclamável",
|
||||||
"showReclaimable": "Show Reclaimable",
|
"showReclaimable": "Show Reclamável",
|
||||||
"totalCapacity": "Total Capacity"
|
"totalCapacity": "Capacidade total"
|
||||||
},
|
},
|
||||||
"netdata": {
|
"netdata": {
|
||||||
"warnings": "Alertas",
|
"warnings": "Alertas",
|
||||||
@@ -1255,8 +1255,8 @@
|
|||||||
"storage": "Armazenagem"
|
"storage": "Armazenagem"
|
||||||
},
|
},
|
||||||
"sportarr": {
|
"sportarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Desejado",
|
||||||
"queued": "Queued",
|
"queued": "Na fila",
|
||||||
"leagues": "Leagues"
|
"leagues": "Ligas"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,11 +100,11 @@
|
|||||||
"not_found": "Nenájdené",
|
"not_found": "Nenájdené",
|
||||||
"exited": "Ukončené",
|
"exited": "Ukončené",
|
||||||
"partial": "Čiastočný",
|
"partial": "Čiastočný",
|
||||||
"created": "Created",
|
"created": "Vytvorené",
|
||||||
"paused": "Paused",
|
"paused": "Pozastavené",
|
||||||
"restarting": "Restarting",
|
"restarting": "Reštartuje sa",
|
||||||
"removing": "Removing",
|
"removing": "Odstraňuje sa",
|
||||||
"dead": "Dead"
|
"dead": "Mŕtve"
|
||||||
},
|
},
|
||||||
"ping": {
|
"ping": {
|
||||||
"error": "Chyba",
|
"error": "Chyba",
|
||||||
|
|||||||
@@ -118,9 +118,19 @@ function readConfig(file) {
|
|||||||
return existsSync(path) ? readFileSync(path, "utf8") : "";
|
return existsSync(path) ? readFileSync(path, "utf8") : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const PLACEHOLDER_PATTERN = /(["']?)\{\{([^{}]*)\}\}\1/g;
|
||||||
|
const HOMEPAGE_KEY_PATTERN = /HOMEPAGE_(?:VAR|FILE)_/;
|
||||||
|
const PLACEHOLDER_TOKEN_PATTERN = /__HOMEPAGE_MCP_PLACEHOLDER_(\d+)__/g;
|
||||||
|
|
||||||
|
// mask {{HOMEPAGE_*}} placeholders so they survive a parse/dump round-trip
|
||||||
function parseYamlConfig(file) {
|
function parseYamlConfig(file) {
|
||||||
const parsed = loadYaml(readConfig(file) || "");
|
const placeholders = [];
|
||||||
return parsed ?? [];
|
const masked = readConfig(file).replace(PLACEHOLDER_PATTERN, (match, quote, key) => {
|
||||||
|
if (!HOMEPAGE_KEY_PATTERN.test(key)) return match;
|
||||||
|
placeholders.push(match);
|
||||||
|
return `__HOMEPAGE_MCP_PLACEHOLDER_${placeholders.length - 1}__`;
|
||||||
|
});
|
||||||
|
return { data: loadYaml(masked) ?? [], placeholders };
|
||||||
}
|
}
|
||||||
|
|
||||||
function validateYaml(file, content) {
|
function validateYaml(file, content) {
|
||||||
@@ -166,8 +176,10 @@ function ensureWriteEnabled() {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function dumpYamlConfig(file, content) {
|
function dumpYamlConfig(file, content, placeholders) {
|
||||||
const dumped = yaml.dump(content, { lineWidth: -1, noRefs: true });
|
const dumped = yaml
|
||||||
|
.dump(content, { lineWidth: -1, noRefs: true })
|
||||||
|
.replace(PLACEHOLDER_TOKEN_PATTERN, (match, index) => placeholders[index] ?? match);
|
||||||
mkdirSync(CONF_DIR, { recursive: true });
|
mkdirSync(CONF_DIR, { recursive: true });
|
||||||
writeFileSync(configPath(file), dumped, "utf8");
|
writeFileSync(configPath(file), dumped, "utf8");
|
||||||
return dumped;
|
return dumped;
|
||||||
@@ -192,7 +204,7 @@ function addService(args) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const services = parseYamlConfig("services.yaml");
|
const { data: services, placeholders } = parseYamlConfig("services.yaml");
|
||||||
if (!Array.isArray(services)) {
|
if (!Array.isArray(services)) {
|
||||||
throw new Error("services.yaml must contain a top-level array");
|
throw new Error("services.yaml must contain a top-level array");
|
||||||
}
|
}
|
||||||
@@ -220,7 +232,7 @@ function addService(args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group[groupName].push({ [serviceName]: serviceConfig });
|
group[groupName].push({ [serviceName]: serviceConfig });
|
||||||
const content = dumpYamlConfig("services.yaml", services);
|
const content = dumpYamlConfig("services.yaml", services, placeholders);
|
||||||
return textContent(
|
return textContent(
|
||||||
JSON.stringify({ written: "services.yaml", added: { group: groupName, service: serviceName }, content }, null, 2),
|
JSON.stringify({ written: "services.yaml", added: { group: groupName, service: serviceName }, content }, null, 2),
|
||||||
);
|
);
|
||||||
@@ -242,7 +254,7 @@ function addInfoWidget(args) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const widgets = parseYamlConfig("widgets.yaml");
|
const { data: widgets, placeholders } = parseYamlConfig("widgets.yaml");
|
||||||
if (!Array.isArray(widgets)) {
|
if (!Array.isArray(widgets)) {
|
||||||
throw new Error("widgets.yaml must contain a top-level array");
|
throw new Error("widgets.yaml must contain a top-level array");
|
||||||
}
|
}
|
||||||
@@ -252,7 +264,7 @@ function addInfoWidget(args) {
|
|||||||
assertPlainObject(options, "options");
|
assertPlainObject(options, "options");
|
||||||
|
|
||||||
widgets.push({ [type]: options });
|
widgets.push({ [type]: options });
|
||||||
const content = dumpYamlConfig("widgets.yaml", widgets);
|
const content = dumpYamlConfig("widgets.yaml", widgets, placeholders);
|
||||||
return textContent(JSON.stringify({ written: "widgets.yaml", added: { type }, content }, null, 2));
|
return textContent(JSON.stringify({ written: "widgets.yaml", added: { type }, content }, null, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -184,6 +184,42 @@ describe("utils/mcp/homepage-mcp", () => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("preserves env placeholders when adding a service", async () => {
|
||||||
|
process.env.HOMEPAGE_MCP_ALLOW_WRITE = "true";
|
||||||
|
const configDir = mkdtempSync(path.join(tmpdir(), "homepage-mcp-test-"));
|
||||||
|
writeFileSync(
|
||||||
|
path.join(configDir, "services.yaml"),
|
||||||
|
"- Media:\n" +
|
||||||
|
" - Jellyfin:\n" +
|
||||||
|
" href: http://{{HOMEPAGE_VAR_HOST}}:8096\n" +
|
||||||
|
" widget:\n" +
|
||||||
|
" type: jellyfin\n" +
|
||||||
|
" key: {{HOMEPAGE_VAR_JELLYFIN_KEY}}\n" +
|
||||||
|
' password: "{{HOMEPAGE_FILE_PASSWORD}}"\n',
|
||||||
|
);
|
||||||
|
const mod = await loadMcpWithConfigDir(configDir);
|
||||||
|
|
||||||
|
const response = mod.handleMcpRequest({
|
||||||
|
jsonrpc: "2.0",
|
||||||
|
id: 11,
|
||||||
|
method: "tools/call",
|
||||||
|
params: { name: "add_service", arguments: { group: "Tools", name: "Grafana" } },
|
||||||
|
});
|
||||||
|
|
||||||
|
expect(response.result.isError).toBeUndefined();
|
||||||
|
expect(readFileSync(path.join(configDir, "services.yaml"), "utf8")).toBe(
|
||||||
|
"- Media:\n" +
|
||||||
|
" - Jellyfin:\n" +
|
||||||
|
" href: http://{{HOMEPAGE_VAR_HOST}}:8096\n" +
|
||||||
|
" widget:\n" +
|
||||||
|
" type: jellyfin\n" +
|
||||||
|
" key: {{HOMEPAGE_VAR_JELLYFIN_KEY}}\n" +
|
||||||
|
' password: "{{HOMEPAGE_FILE_PASSWORD}}"\n' +
|
||||||
|
"- Tools:\n" +
|
||||||
|
" - Grafana: {}\n",
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
it("does not add a duplicate service in the same group", async () => {
|
it("does not add a duplicate service in the same group", async () => {
|
||||||
process.env.HOMEPAGE_MCP_ALLOW_WRITE = "true";
|
process.env.HOMEPAGE_MCP_ALLOW_WRITE = "true";
|
||||||
const configDir = mkdtempSync(path.join(tmpdir(), "homepage-mcp-test-"));
|
const configDir = mkdtempSync(path.join(tmpdir(), "homepage-mcp-test-"));
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export default async function credentialedProxyHandler(req, res, map) {
|
|||||||
} else {
|
} else {
|
||||||
headers.Authorization = basicAuthHeader(widget);
|
headers.Authorization = basicAuthHeader(widget);
|
||||||
}
|
}
|
||||||
} else if (widget.type === "ntfy") {
|
} else if (["ntfy", "whatsupdocker"].includes(widget.type)) {
|
||||||
if (widget.key) {
|
if (widget.key) {
|
||||||
headers.Authorization = `Bearer ${widget.key}`;
|
headers.Authorization = `Bearer ${widget.key}`;
|
||||||
} else if (widget.username && widget.password) {
|
} else if (widget.username && widget.password) {
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ vi.mock("widgets/widgets", () => ({
|
|||||||
proxmox: { api: "{url}/api2/json/{endpoint}" },
|
proxmox: { api: "{url}/api2/json/{endpoint}" },
|
||||||
truenas: { api: "{url}/api/v2.0/{endpoint}" },
|
truenas: { api: "{url}/api/v2.0/{endpoint}" },
|
||||||
ntfy: { api: "{url}/{endpoint}" },
|
ntfy: { api: "{url}/{endpoint}" },
|
||||||
|
whatsupdocker: { api: "{url}/{endpoint}" },
|
||||||
proxmoxbackupserver: { api: "{url}/api2/json/{endpoint}" },
|
proxmoxbackupserver: { api: "{url}/api2/json/{endpoint}" },
|
||||||
checkmk: { api: "{url}/{endpoint}" },
|
checkmk: { api: "{url}/{endpoint}" },
|
||||||
stocks: { api: "{url}/{endpoint}" },
|
stocks: { api: "{url}/{endpoint}" },
|
||||||
@@ -186,6 +187,24 @@ describe("utils/proxy/handlers/credentialed", () => {
|
|||||||
expect(params.headers.Authorization).toBe("Bearer k");
|
expect(params.headers.Authorization).toBe("Bearer k");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it.each([
|
||||||
|
["Bearer", { key: "token" }, "Bearer token"],
|
||||||
|
["Basic", { username: "u", password: "p" }, `Basic ${Buffer.from("u:p").toString("base64")}`],
|
||||||
|
["no", {}, undefined],
|
||||||
|
["Bearer over Basic", { key: "token", username: "u", password: "p" }, "Bearer token"],
|
||||||
|
])("uses %s auth for whatsupdocker", async (_mode, credentials, authorization) => {
|
||||||
|
getServiceWidget.mockResolvedValue({ type: "whatsupdocker", url: "http://whatsupdocker", ...credentials });
|
||||||
|
httpProxy.mockResolvedValue([200, "application/json", []]);
|
||||||
|
|
||||||
|
const req = { method: "GET", query: { group: "g", service: "s", endpoint: "api/containers", index: 0 } };
|
||||||
|
const res = createMockRes();
|
||||||
|
|
||||||
|
await credentialedProxyHandler(req, res);
|
||||||
|
|
||||||
|
const [, params] = httpProxy.mock.calls.at(-1);
|
||||||
|
expect(params.headers.Authorization).toBe(authorization);
|
||||||
|
});
|
||||||
|
|
||||||
it("uses Bearer auth for ntfy when key is provided", async () => {
|
it("uses Bearer auth for ntfy when key is provided", async () => {
|
||||||
getServiceWidget.mockResolvedValue({ type: "ntfy", url: "http://ntfy", topic: "alerts", key: "tk_test" });
|
getServiceWidget.mockResolvedValue({ type: "ntfy", url: "http://ntfy", topic: "alerts", key: "tk_test" });
|
||||||
httpProxy.mockResolvedValue([200, "application/json", { ok: true }]);
|
httpProxy.mockResolvedValue([200, "application/json", { ok: true }]);
|
||||||
|
|||||||
@@ -41,17 +41,15 @@ export default function Component({ service }) {
|
|||||||
status = t("peanut.low_battery");
|
status = t("peanut.low_battery");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
status = upsStatus;
|
status = typeof upsStatus === "string" && upsStatus ? upsStatus : "-";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const percent = (value) => (value === undefined || value === null ? "-" : t("common.percent", { value }));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block
|
<Block label="peanut.battery_charge" value={percent(batteryCharge)} highlightValue={batteryCharge} />
|
||||||
label="peanut.battery_charge"
|
<Block label="peanut.ups_load" value={percent(upsLoad)} highlightValue={upsLoad} />
|
||||||
value={t("common.percent", { value: batteryCharge })}
|
|
||||||
highlightValue={batteryCharge}
|
|
||||||
/>
|
|
||||||
<Block label="peanut.ups_load" value={t("common.percent", { value: upsLoad })} highlightValue={upsLoad} />
|
|
||||||
<Block label="peanut.ups_status" value={status} />
|
<Block label="peanut.ups_status" value={status} />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -51,4 +51,15 @@ describe("widgets/peanut/component", () => {
|
|||||||
expect(screen.getByText("peanut.online")).toBeInTheDocument();
|
expect(screen.getByText("peanut.online")).toBeInTheDocument();
|
||||||
expect(data).toEqual({ "battery.charge": 55, "ups.load": 12, "ups.status": "OL" });
|
expect(data).toEqual({ "battery.charge": 55, "ups.load": 12, "ups.status": "OL" });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("renders dashes when readings are missing", () => {
|
||||||
|
useWidgetAPI.mockReturnValue({
|
||||||
|
data: { "device.model": "OR500LCDRM1Ua", "ups.status": 0 },
|
||||||
|
error: undefined,
|
||||||
|
});
|
||||||
|
|
||||||
|
renderWithProviders(<Component service={{ widget: { type: "peanut" } }} />, { settings: { hideErrors: false } });
|
||||||
|
|
||||||
|
expect(screen.getAllByText("-")).toHaveLength(3);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
import genericProxyHandler from "utils/proxy/handlers/generic";
|
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||||||
|
|
||||||
const widget = {
|
const widget = {
|
||||||
api: "{url}/{endpoint}",
|
api: "{url}/{endpoint}",
|
||||||
proxyHandler: genericProxyHandler,
|
proxyHandler: credentialedProxyHandler,
|
||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
containers: {
|
containers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user