core/homeassistant/components/glances/translations/de.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2019-10-23 00:32:15 +00:00
{
"config": {
"abort": {
"already_configured": "Host ist bereits konfiguriert."
},
"error": {
"cannot_connect": "Verbindung zum Host nicht m\u00f6glich",
"wrong_version": "Version nicht unterst\u00fctzt (nur 2 oder 3)"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Passwort",
"port": "Port",
2020-01-13 00:31:54 +00:00
"ssl": "Verwende SSL / TLS, um eine Verbindung zum Glances-System herzustellen",
2020-01-06 00:32:11 +00:00
"username": "Benutzername",
2020-01-13 00:31:54 +00:00
"verify_ssl": "\u00dcberpr\u00fcfe die Zertifizierung des Systems",
2020-01-06 00:32:11 +00:00
"version": "Glances API-Version (2 oder 3)"
},
"title": "Glances einrichten"
2019-10-23 00:32:15 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-10-23 00:32:15 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsfrequenz"
2020-01-06 00:32:11 +00:00
},
2020-01-13 00:31:54 +00:00
"description": "Konfiguriere die Optionen f\u00fcr Glances"
2019-10-23 00:32:15 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-23 00:32:15 +00:00
}