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

27 lines
886 B
JSON
Raw Normal View History

2022-07-31 00:25:44 +00:00
{
"config": {
"abort": {
"already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
2022-08-05 00:28:51 +00:00
},
"step": {
"reauth_confirm": {
"data": {
"api_token": "API Token"
2022-08-06 00:24:46 +00:00
},
"description": "Se dokumentationen om hur du skaffar din Discord-botnyckel. \n\n {url}"
2022-08-05 00:28:51 +00:00
},
"user": {
"data": {
"api_token": "API Token"
2022-08-06 00:24:46 +00:00
},
"description": "Se dokumentationen om hur du skaffar din Discord-botnyckel. \n\n {url}"
2022-08-05 00:28:51 +00:00
}
2022-07-31 00:25:44 +00:00
}
}
}