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

25 lines
784 B
JSON
Raw Normal View History

2022-08-05 00:28:51 +00:00
{
"config": {
2022-09-29 00:36:54 +00:00
"error": {
"invalid_api_token": "Ogiltig API-nyckel",
"no_site": "Ingen plats har tillhandah\u00e5llits.",
"unknown_error": "Ov\u00e4ntat fel"
},
2022-08-05 00:28:51 +00:00
"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"
}
}
}
}