diff --git a/Web App/web/src/i18n/da.json b/Web App/web/src/i18n/da.json index 02a09a5..6df93ed 100644 --- a/Web App/web/src/i18n/da.json +++ b/Web App/web/src/i18n/da.json @@ -78,6 +78,7 @@ }, "control": { + "connectionTitle": "Laderforbindelse", "title": "Laderstyring", "connected": "Forbundet", "disconnected": "Offline", diff --git a/Web App/web/src/i18n/en.json b/Web App/web/src/i18n/en.json index ed5d965..4e39f50 100644 --- a/Web App/web/src/i18n/en.json +++ b/Web App/web/src/i18n/en.json @@ -64,6 +64,7 @@ "idleHint": "Plug in at a station to start a session." }, "control": { + "connectionTitle": "Charger connection", "title": "Charger control", "connected": "Connected", "disconnected": "Offline", diff --git a/Web App/web/src/i18n/pl.json b/Web App/web/src/i18n/pl.json index 8755bfa..06c6263 100644 --- a/Web App/web/src/i18n/pl.json +++ b/Web App/web/src/i18n/pl.json @@ -80,6 +80,7 @@ }, "control": { + "connectionTitle": "Połączenie z ładowarką", "title": "Sterowanie ładowarką", "connected": "Połączono", "disconnected": "Offline", diff --git a/Web App/web/src/views/Charging.vue b/Web App/web/src/views/Charging.vue index 6277d80..2dd9811 100644 --- a/Web App/web/src/views/Charging.vue +++ b/Web App/web/src/views/Charging.vue @@ -729,7 +729,7 @@ onMounted(async () => {
{{ t("charging.control.title") }}
+{{ t("charging.control.connectionTitle") }}
{{ ctlConnected ? t("charging.control.connected") : t("charging.control.disconnected") }} @@ -802,96 +802,102 @@ onMounted(async () => {{{ t("charging.control.resetConfirm") }}
- -+ +
{{ ctl?.detail || t(ctlIsModbus ? "charging.control.modbusHint" : "charging.control.connectHint") }}
{{ ctlError }}
{{ t("charging.control.title") }}
+ +{{ t("charging.control.resetConfirm") }}
+ +