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

17 lines
402 B
JSON
Raw Normal View History

2022-05-06 00:22:16 +00:00
{
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta",
"invalid_api_key": "Ogiltig API-nyckel"
},
"step": {
"user": {
"data": {
"api_key": "API Nyckel",
"name": "Namn",
"path": "S\u00f6kv\u00e4g"
}
}
}
}
}