From 2e079029999ac8fb1b25376aafdf4838e4929c71 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sat, 28 Dec 2019 00:32:22 +0000 Subject: [PATCH] [ci skip] Translation update --- .../huawei_lte/.translations/ca.json | 1 + .../huawei_lte/.translations/lb.json | 1 + .../components/tesla/.translations/ca.json | 30 +++++++++++++++++++ .../components/tesla/.translations/lb.json | 30 +++++++++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 homeassistant/components/tesla/.translations/ca.json create mode 100644 homeassistant/components/tesla/.translations/lb.json diff --git a/homeassistant/components/huawei_lte/.translations/ca.json b/homeassistant/components/huawei_lte/.translations/ca.json index b213da018d2..594c2e3b16d 100644 --- a/homeassistant/components/huawei_lte/.translations/ca.json +++ b/homeassistant/components/huawei_lte/.translations/ca.json @@ -33,6 +33,7 @@ "step": { "init": { "data": { + "name": "Nom del servei de notificacions", "recipient": "Destinataris de notificacions SMS", "track_new_devices": "Segueix dispositius nous" } diff --git a/homeassistant/components/huawei_lte/.translations/lb.json b/homeassistant/components/huawei_lte/.translations/lb.json index 3c8f0464a55..56d383edba3 100644 --- a/homeassistant/components/huawei_lte/.translations/lb.json +++ b/homeassistant/components/huawei_lte/.translations/lb.json @@ -33,6 +33,7 @@ "step": { "init": { "data": { + "name": "Numm vum Notifikatioun's Service", "recipient": "Empf\u00e4nger vun SMS Notifikatioune", "track_new_devices": "Nei Apparater verfollegen" } diff --git a/homeassistant/components/tesla/.translations/ca.json b/homeassistant/components/tesla/.translations/ca.json new file mode 100644 index 00000000000..cb4840dea7a --- /dev/null +++ b/homeassistant/components/tesla/.translations/ca.json @@ -0,0 +1,30 @@ +{ + "config": { + "error": { + "connection_error": "Error de connexi\u00f3; comprova la xarxa i torna-ho a intentar", + "identifier_exists": "Correu electr\u00f2nic ja registrat", + "invalid_credentials": "Credencials inv\u00e0lides", + "unknown_error": "Error desconegut, si us plau, envia la informaci\u00f3 del registre" + }, + "step": { + "user": { + "data": { + "password": "Contrasenya", + "username": "Correu electr\u00f2nic" + }, + "description": "Introdueix la teva informaci\u00f3.", + "title": "Configuraci\u00f3 de Tesla" + } + }, + "title": "Tesla" + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Segons entre escanejos" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tesla/.translations/lb.json b/homeassistant/components/tesla/.translations/lb.json new file mode 100644 index 00000000000..fa63c5a289a --- /dev/null +++ b/homeassistant/components/tesla/.translations/lb.json @@ -0,0 +1,30 @@ +{ + "config": { + "error": { + "connection_error": "Feeler beim verbannen, Iwwerpr\u00e9ift Netzwierk a prob\u00e9iert nach emol", + "identifier_exists": "E-Mail ass scho registr\u00e9iert", + "invalid_credentials": "Ong\u00eblteg Login Informatioune", + "unknown_error": "Onbekannte Feeler, mellt w.e.g. Logbuch Info" + }, + "step": { + "user": { + "data": { + "password": "Passwuert", + "username": "E-Mail Adress" + }, + "description": "F\u00ebllt \u00e4r Informatiounen aus.", + "title": "Tesla - Konfiguratioun" + } + }, + "title": "Tesla" + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Sekonnen t\u00ebscht Scannen" + } + } + } + } +} \ No newline at end of file