[ci skip] Translation update

pull/53534/head
GitHub Action 2021-07-27 00:12:20 +00:00
parent 20b66faa6d
commit 2b3148296c
6 changed files with 47 additions and 3 deletions

View File

@ -0,0 +1,3 @@
{
"title": "Energia"
}

View File

@ -0,0 +1,3 @@
{
"title": "Energia"
}

View File

@ -15,5 +15,15 @@
"title": "Verbinde zu LiteJet"
}
}
},
"options": {
"step": {
"init": {
"data": {
"default_transition": "Standard\u00fcbergang (Sekunden)"
},
"title": "LiteJet konfigurieren"
}
}
}
}

View File

@ -30,4 +30,4 @@
}
}
}
}
}

View File

@ -12,9 +12,9 @@
"step": {
"user": {
"data": {
"mfa": "MFA Code (Optional)",
"password": "Password",
"username": "Email",
"mfa": "MFA Code (Optional)"
"username": "Email"
},
"description": "Please enter your information.",
"title": "Tesla - Configuration"

View File

@ -0,0 +1,28 @@
{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"reauth_confirm": {
"data": {
"area_id": "Bereichs-ID",
"name": "Name",
"password": "Passwort",
"username": "Benutzername"
}
},
"user": {
"data": {
"area_id": "Bereichs-ID",
"name": "Name",
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}