From b5a2826da794a9590b33cb9b863e862b2de12103 Mon Sep 17 00:00:00 2001 From: Ron Date: Sun, 7 Jan 2024 12:50:26 +0100 Subject: [PATCH] Update en.json --- .../shell_recharge_ev/translations/en.json | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/custom_components/shell_recharge_ev/translations/en.json b/custom_components/shell_recharge_ev/translations/en.json index 049f7a4..0f09293 100644 --- a/custom_components/shell_recharge_ev/translations/en.json +++ b/custom_components/shell_recharge_ev/translations/en.json @@ -1,18 +1,20 @@ { "config": { + "abort": { + "already_configured": "Device is already configured" + }, + "error": { + "cannot_connect": "Failed to connect", + "malformed_location_id": "Malformed LOCATION-ID", + "empty_response": "Empty reponse from shellrecharge.com. Either invalid LOCATION-ID or no data for it.", + "unknown": "Unexpected error" + }, "step": { "user": { - "description": "If you need help with the configuration have a look here: https://github.com/ludeeus/integration_blueprint", "data": { - "username": "Username", - "password": "Password" + "location_id": "LOCATION-ID (e.g. 3357677)" } } - }, - "error": { - "auth": "Username/Password is wrong.", - "connection": "Unable to connect to the server.", - "unknown": "Unknown error occurred." } } -} \ No newline at end of file +}