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

27 lines
782 B
JSON
Raw Normal View History

2020-07-14 00:03:03 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
2020-07-14 00:03:03 +00:00
},
"error": {
"invalid_url": "Ung\u00fcltige URL",
"syncthru_not_supported": "Ger\u00e4t unterst\u00fctzt kein SyncThru",
"unknown_state": "Druckerstatus unbekannt, \u00fcberpr\u00fcfe URL und Netzwerkverbindung"
},
2021-06-09 00:10:10 +00:00
"flow_title": "{name}",
2020-07-14 00:03:03 +00:00
"step": {
"confirm": {
"data": {
2021-04-14 00:03:17 +00:00
"name": "Name",
"url": "Web-Interface-URL"
2020-07-14 00:03:03 +00:00
}
},
"user": {
"data": {
2021-04-14 00:03:17 +00:00
"name": "Name",
"url": "Web-Interface-URL"
2020-07-14 00:03:03 +00:00
}
}
}
}
}