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

23 lines
651 B
JSON

{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"reauth": {
"title": "Erneute Authentifizierung"
},
"user": {
"data": {
"organization": "Organisation",
"project": "Projekt"
}
}
}
}
}