generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathde.json
93 lines (93 loc) · 2.11 KB
/
de.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"config": {
"abort": {
"already_configured": "Gerät ist bereits konfiguriert",
"update_success": "Update Erfolgreich",
"false_discovery": "Falsch positive Entdeckung",
"discovery_finished": "{count} Gerät(e) entdeckt"
},
"error": {
"auth_failed": "Authentifizierung fehlgeschlagen",
"cannot_connect": "Verbindung Fehlgeschlagen",
"invalid_host": "Ungültiger Host"
},
"step": {
"user": {
"menu_options": {
"manual": "Manuell",
"start_discovery": "Automatische Suche"
}
},
"manual": {
"data": {
"host": "Host"
},
"data_description": {
"host": "Die IP-Adresse, der Host oder die Basis-URL des Geräts"
}
},
"auth": {
"title": "Authentifizierung",
"description": "Dein Gerät ist passwortgeschützt. Bitte gib die Anmeldedaten ein.",
"data": {
"username": "Nutzername",
"password": "Passwort"
}
},
"confirm": {
"title": "Konfiguration Bestätigen"
}
}
},
"entity": {
"button": {
"check_update": {
"name": "Nach Updates Suchen"
}
},
"sensor": {
"energy_program": {
"name": "Energie Programm"
},
"energy_average": {
"name": "Energie Durchschnitt"
},
"energy_total": {
"name": "Energie Gesamt"
},
"water_program": {
"name": "Wasser Programm"
},
"water_average": {
"name": "Wasser Durchschnitt"
},
"water_total": {
"name": "Wasser Gesamt"
},
"last_notification": {
"name": "Letzte Benachrichtigung"
},
"program": {
"name": "Programm",
"state": {
"standby": "Standby",
"active": "Aktiv"
}
},
"program_end": {
"name": "Programm Ende"
},
"program_end_raw": {
"name": "Program Ende Rohwert"
},
"status": {
"name": "Zustand"
}
},
"update": {
"update": {
"name": "Update"
}
}
}
}