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

26 lines
949 B
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering"
},
2022-06-23 00:20:13 +00:00
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
2022-08-06 00:24:46 +00:00
},
"description": "F\u00f6r att autentisera p\u00e5 nytt med PVOutput m\u00e5ste du h\u00e4mta API-nyckeln p\u00e5 {account_url} ."
2022-06-23 00:20:13 +00:00
},
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"api_key": "API-nyckel",
"system_id": "System-ID"
},
"description": "F\u00f6r att autentisera med PVOutput m\u00e5ste du h\u00e4mta API-nyckeln p\u00e5 {account_url} . \n\n System-ID:n f\u00f6r registrerade system listas p\u00e5 samma sida."
2022-06-23 00:20:13 +00:00
}
}
}
}