Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 2d4f6bb

Browse files
author
Peter Brüning
authored
Update de.json (#166)
added German translations
1 parent abd3099 commit 2d4f6bb

File tree

1 file changed

+11
-11
lines changed
  • custom_components/multimatic/translations

1 file changed

+11
-11
lines changed

custom_components/multimatic/translations/de.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33
"step": {
44
"user": {
55
"data": {
6-
"password": "Password",
7-
"username": "Username",
8-
"application": "Application",
9-
"serial_number": "Serial number"
6+
"password": "Passwort",
7+
"username": "Benutzername",
8+
"application": "Applikation",
9+
"serial_number": "Seriennummer"
1010
},
11-
"title": "Connection information (same as multiMATIC application)"
11+
"title": "Verbindungsinformationen (wie in der mutliMATIC / sensoAPP"
1212
}
1313
},
1414
"error": {
15-
"cannot_connect": "Failed to connect, please try again",
16-
"invalid_auth": "Invalid authentication",
17-
"unknown": "Unexpected error"
15+
"cannot_connect": "Verbindung fehlgeschlagen, bitte erneut versuchen",
16+
"invalid_auth": "Benutzer oder Passwort falsch",
17+
"unknown": "Unbekannter Fehler"
1818
},
1919
"abort": {
20-
"already_configured": "Only one configuration is allowed"
20+
"already_configured": "Nur eine Verbindung erlaubt"
2121
}
2222
},
2323
"options": {
2424
"step": {
2525
"init": {
2626
"data": {
27-
"scan_interval": "Minutes between scans"
27+
"scan_interval": "Minuten zwischen Scans"
2828
}
2929
}
3030
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)