From 8add6c5f2e968b6fea2814bd5fecb1f496a67f0d Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Tue, 24 Dec 2019 00:32:12 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/tesla/.translations/en.json | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/homeassistant/components/tesla/.translations/en.json b/homeassistant/components/tesla/.translations/en.json index 831406a0d63..8c43f28e04e 100644 --- a/homeassistant/components/tesla/.translations/en.json +++ b/homeassistant/components/tesla/.translations/en.json @@ -1,30 +1,30 @@ { - "config": { - "error": { - "connection_error": "Error connecting; check network and retry", - "identifier_exists": "Email already registered", - "invalid_credentials": "Invalid credentials", - "unknown_error": "Unknown error, please report log info" - }, - "step": { - "user": { - "data": { - "username": "Email Address", - "password": "Password" + "config": { + "error": { + "connection_error": "Error connecting; check network and retry", + "identifier_exists": "Email already registered", + "invalid_credentials": "Invalid credentials", + "unknown_error": "Unknown error, please report log info" }, - "description": "Please enter your information.", - "title": "Tesla - Configuration" - } + "step": { + "user": { + "data": { + "password": "Password", + "username": "Email Address" + }, + "description": "Please enter your information.", + "title": "Tesla - Configuration" + } + }, + "title": "Tesla" }, - "title": "Tesla" - }, - "options": { - "step": { - "init": { - "data": { - "scan_interval": "Seconds between scans" + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Seconds between scans" + } + } } - } } - } -} +} \ No newline at end of file