Move content into root

- the repository content matches hacs.json
- is installalbe via git checkout
This commit is contained in:
Michael Graf
2021-04-25 15:53:46 +02:00
parent 7503b8d597
commit bba9a3c1eb
12 changed files with 0 additions and 0 deletions

29
translations/de.json Normal file
View File

@@ -0,0 +1,29 @@
{
"config": {
"step": {
"user": {
"title": "Vorwerk-Kontoinformationen",
"data": {
"email": "E-Mailaddresse"
},
"description": "Um einen Authentifizierungscode per E-Mail zu erhalten, gib die E-Mailadresse deines Vorwerk-Accounts ein.\n\nSiehe [Vorwerk-Dokumentation]({docs_url})."
},
"code": {
"title": "Vorwerk Account Info",
"data": {
"code": "Code"
},
"description": "Gib den per E-Mail erhaltenen Code ein.\n\nSee [Vorwerk documentation]({docs_url})."
}
},
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"abort": {
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"already_configured": "Bereits konfiguriert"
}
},
"title": "Vorwerk Kobold"
}

28
translations/en.json Normal file
View File

@@ -0,0 +1,28 @@
{
"config": {
"step": {
"user": {
"title": "Vorwerk Account Info",
"data": {
"email": "Email"
},
"description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})."
},
"code": {
"title": "Vorwerk Account Info",
"data": {
"code": "Code"
},
"description": "Enter the code you received by email.\n\nSee [Vorwerk documentation]({docs_url})."
}
},
"error": {
"invalid_auth": "Invalid authentication"
},
"abort": {
"already_configured": "Account is already configured",
"invalid_auth": "Invalid authentication"
}
},
"title": "Vorwerk Kobold"
}