From f9ce3f3bc42987b66b0c6c778a09c99dbd48666f Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sun, 12 Jul 2020 00:04:30 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/poolsense/translations/ca.json | 1 + .../components/poolsense/translations/en.json | 22 +++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/homeassistant/components/poolsense/translations/ca.json b/homeassistant/components/poolsense/translations/ca.json index 23efc0be17a..e72d841efe8 100644 --- a/homeassistant/components/poolsense/translations/ca.json +++ b/homeassistant/components/poolsense/translations/ca.json @@ -14,6 +14,7 @@ "email": "Correu electr\u00f2nic", "password": "Contrasenya" }, + "description": "[%key:common::config_flow::description%]", "title": "PoolSense" } } diff --git a/homeassistant/components/poolsense/translations/en.json b/homeassistant/components/poolsense/translations/en.json index 9104c9a6268..a38fca9ed48 100644 --- a/homeassistant/components/poolsense/translations/en.json +++ b/homeassistant/components/poolsense/translations/en.json @@ -1,22 +1,22 @@ { "config": { + "abort": { + "already_configured": "Device is already configured" + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, "step": { "user": { - "title": "PoolSense", - "description": "Set up PoolSense integration. Register on the dedicated app to get your username and password. Serial is optional.", "data": { "email": "Email", "password": "Password" - } + }, + "description": "[%key:common::config_flow::description%]", + "title": "PoolSense" } - }, - "error": { - "cannot_connect": "Can't connect to PoolSense.", - "invalid_auth": "Invalid authorisation details.", - "unknown": "Unknown Error." - }, - "abort": { - "already_configured": "Device already configured." } } } \ No newline at end of file