Skip to content

Commit

Permalink
Please add German Translation (#97)
Browse files Browse the repository at this point in the history
* German Translation created

* Create select.de.json
  • Loading branch information
JbbDE authored Oct 28, 2022
1 parent 5b7e4bc commit 784431d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/nest_protect/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"config": {
"abort": {
"already_configured": "Account wurde bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ungültige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"account_type": "Account Type"
}
},
"account_link": {
"description": "Um Deinen Google Account zu verknüpfen, [authorisiere Deinen Account]({url}).\n\nNach der Authorisierung, copy-paste den bereitgestellten Auth Token code unten.",
"data": {
"token": "Zugangstoken"
}
}
}
}
}
9 changes: 9 additions & 0 deletions custom_components/nest_protect/translations/select.de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"state": {
"nest_protect__night_light_brightness": {
"low": "Gering",
"medium": "Medium",
"high": "Hoch"
}
}
}

0 comments on commit 784431d

Please sign in to comment.