feat: Most settings implemented
This commit is contained in:
parent
f8c2f4f228
commit
98ad7d1432
41 changed files with 1976 additions and 421 deletions
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue