From 3498882fe1221a4a25649622b60f277d1a3e223c Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Thu, 2 Jul 2020 00:03:30 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/poolsense/translations/ca.json | 21 ++++++++++++++++ .../components/poolsense/translations/en.json | 24 +++++++++---------- .../components/poolsense/translations/ru.json | 22 +++++++++++++++++ 3 files changed, 55 insertions(+), 12 deletions(-) create mode 100644 homeassistant/components/poolsense/translations/ca.json create mode 100644 homeassistant/components/poolsense/translations/ru.json diff --git a/homeassistant/components/poolsense/translations/ca.json b/homeassistant/components/poolsense/translations/ca.json new file mode 100644 index 00000000000..23efc0be17a --- /dev/null +++ b/homeassistant/components/poolsense/translations/ca.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositiu ja est\u00e0 configurat" + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", + "unknown": "Error inesperat" + }, + "step": { + "user": { + "data": { + "email": "Correu electr\u00f2nic", + "password": "Contrasenya" + }, + "title": "PoolSense" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/poolsense/translations/en.json b/homeassistant/components/poolsense/translations/en.json index 92588cbfd3a..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 diff --git a/homeassistant/components/poolsense/translations/ru.json b/homeassistant/components/poolsense/translations/ru.json new file mode 100644 index 00000000000..5117e9c59aa --- /dev/null +++ b/homeassistant/components/poolsense/translations/ru.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430." + }, + "error": { + "cannot_connect": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f.", + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + }, + "step": { + "user": { + "data": { + "email": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c" + }, + "description": "[%key:common::config_flow::description%]", + "title": "PoolSense" + } + } + } +} \ No newline at end of file