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

32 lines
911 B
JSON
Raw Normal View History

2020-11-04 00:13:14 +00:00
{
"config": {
2020-12-20 00:04:36 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich.",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
},
2020-11-08 00:04:05 +00:00
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
2021-02-03 10:46:49 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-11-08 00:04:05 +00:00
"invalid_zone": "Ung\u00fcltige Zone"
},
2021-02-03 10:46:49 +00:00
"flow_title": "Cloudflare: {name}",
2020-11-04 00:13:14 +00:00
"step": {
2020-11-08 00:04:05 +00:00
"records": {
"data": {
"records": "Datens\u00e4tze"
}
},
2020-11-04 00:13:14 +00:00
"user": {
"data": {
"api_token": "API Token"
2020-11-08 00:04:05 +00:00
},
"title": "Mit Cloudflare verbinden"
2021-02-03 10:46:49 +00:00
},
"zone": {
"data": {
"zone": "Zone"
}
2020-11-04 00:13:14 +00:00
}
}
}
}