1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/rainmachine/translations/sv.json
2022-08-06 00:24:46 +00:00

31 lines
826 B
JSON

{
"config": {
"abort": {
"already_configured": "Denna RainMachine-enhet \u00e4r redan konfigurerad"
},
"error": {
"invalid_auth": "Ogiltig autentisering"
},
"flow_title": "{ip}",
"step": {
"user": {
"data": {
"ip_address": "V\u00e4rdnamn eller IP-adress",
"password": "L\u00f6senord",
"port": "Port"
},
"title": "Fyll i dina uppgifter"
}
}
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Standardzonens k\u00f6rtid (i sekunder)"
},
"title": "Konfigurera RainMachine"
}
}
}
}