Move content into root
- the repository content matches hacs.json - is installalbe via git checkout
This commit is contained in:
29
translations/de.json
Normal file
29
translations/de.json
Normal 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
28
translations/en.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user