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

20 lines
586 B
JSON
Raw Normal View History

2022-08-05 00:28:51 +00:00
{
"config": {
"step": {
2022-08-06 00:24:46 +00:00
"site": {
"data": {
"site_name": "Namn p\u00e5 platsen",
"site_nmi": "Plats NMI"
},
"description": "V\u00e4lj NMI f\u00f6r den plats du vill l\u00e4gga till."
},
2022-08-05 00:28:51 +00:00
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"api_token": "API Token",
2022-08-05 00:28:51 +00:00
"site_id": "Plats-ID"
},
"description": "G\u00e5 till {api_url} f\u00f6r att skapa en API-nyckel"
}
}
}
}