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

27 lines
862 B
JSON
Raw Normal View History

2022-03-30 11:18:48 +00:00
{
"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": {
2022-04-29 00:22:21 +00:00
"reauth_confirm": {
2022-03-30 11:18:48 +00:00
"data": {
"api_token": "API Token"
},
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}"
},
2022-04-29 00:22:21 +00:00
"user": {
2022-03-30 11:18:48 +00:00
"data": {
"api_token": "API Token"
},
"description": "Refer to the documentation on getting your Discord bot key.\n\n{url}"
}
}
}
}