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

31 lines
826 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
2020-03-24 13:18:47 +00:00
"abort": {
"already_configured": "Denna RainMachine-enhet \u00e4r redan konfigurerad"
},
2022-08-06 00:24:46 +00:00
"error": {
"invalid_auth": "Ogiltig autentisering"
},
"flow_title": "{ip}",
2019-02-28 00:34:13 +00:00
"step": {
"user": {
"data": {
"ip_address": "V\u00e4rdnamn eller IP-adress",
"password": "L\u00f6senord",
"port": "Port"
},
"title": "Fyll i dina uppgifter"
}
2020-04-15 16:51:07 +00:00
}
2020-11-01 00:04:54 +00:00
},
"options": {
"step": {
"init": {
2022-08-02 00:27:42 +00:00
"data": {
"zone_run_time": "Standardzonens k\u00f6rtid (i sekunder)"
},
2020-11-01 00:04:54 +00:00
"title": "Konfigurera RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}