feat: Most settings implemented
Some checks failed
/ build (push) Failing after 1m26s
/ check-changes (push) Successful in 8s

This commit is contained in:
Djuri 2025-05-04 02:12:17 +02:00
parent f8c2f4f228
commit 98ad7d1432
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
41 changed files with 1976 additions and 421 deletions

View file

@ -118,6 +118,12 @@
"viewRelease": "Veröffentlichung anzeigen",
"autoUpdate": "Update installieren (experimentell)",
"autoUpdateInProgress": "Automatische Aktualisierung läuft, bitte warten..."
},
"system": {
"firmwareOutdated": "WebUI und Firmware sind nicht synchronisiert. Dies kann zu unerwartetem Verhalten führen."
},
"home": {
"title": "Start"
}
},
"colors": {

View file

@ -92,7 +92,8 @@
"dndStartHour": "Start hour",
"dndStartMinute": "Start minute",
"dndEndHour": "End hour",
"dndEndMinute": "End minute"
"dndEndMinute": "End minute",
"localPoolEndpoint": "Local Pool Endpoint"
},
"control": {
"systemInfo": "System info",
@ -138,6 +139,12 @@
"viewRelease": "View Release",
"autoUpdate": "Install update (experimental)",
"autoUpdateInProgress": "Auto-update in progress, please wait..."
},
"system": {
"firmwareOutdated": "WebUI and firmware are out of sync. This might cause unexpected behavior."
},
"home": {
"title": "Home"
}
},
"colors": {

View file

@ -118,6 +118,12 @@
"viewRelease": "Ver lanzamiento",
"autoUpdate": "Instalar actualización (experimental)",
"autoUpdateInProgress": "Actualización automática en progreso, espere..."
},
"system": {
"firmwareOutdated": "La interfaz web y el firmware no están sincronizados. Esto podría causar un comportamiento inesperado."
},
"home": {
"title": "Inicio"
}
},
"button": {

View file

@ -108,6 +108,12 @@
"viewRelease": "Bekijk publicatie",
"autoUpdate": "Update installeren (experimenteel)",
"autoUpdateInProgress": "Automatische update wordt uitgevoerd. Even geduld a.u.b...."
},
"system": {
"firmwareOutdated": "WebUI en firmware zijn niet gesynchroniseerd. Dit kan onverwacht gedrag veroorzaken."
},
"home": {
"title": "Overzicht"
}
},
"colors": {