core/homeassistant/components/discord/translations/en.json

27 lines
862 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"api_token": "API Token"
},
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}"
},
"user": {
"data": {
"api_token": "API Token"
},
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}"
}
}
}
}