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

23 lines
683 B
JSON
Raw Normal View History

2019-10-23 00:32:15 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
2019-10-23 00:32:15 +00:00
},
"error": {
2022-11-24 00:26:32 +00:00
"cannot_connect": "Verbindung fehlgeschlagen"
2019-10-23 00:32:15 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
2021-07-22 00:10:31 +00:00
"ssl": "Verwendet ein SSL-Zertifikat",
2020-01-06 00:32:11 +00:00
"username": "Benutzername",
2021-07-22 00:10:31 +00:00
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen",
2020-01-06 00:32:11 +00:00
"version": "Glances API-Version (2 oder 3)"
2022-11-24 00:26:32 +00:00
}
2019-10-23 00:32:15 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-23 00:32:15 +00:00
}