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

27 lines
782 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"invalid_url": "Ung\u00fcltige URL",
"syncthru_not_supported": "Ger\u00e4t unterst\u00fctzt kein SyncThru",
"unknown_state": "Druckerstatus unbekannt, \u00fcberpr\u00fcfe URL und Netzwerkverbindung"
},
"flow_title": "{name}",
"step": {
"confirm": {
"data": {
"name": "Name",
"url": "Web-Interface-URL"
}
},
"user": {
"data": {
"name": "Name",
"url": "Web-Interface-URL"
}
}
}
}
}