core/homeassistant/components/sun/translations/en.json

19 lines
438 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2022-04-29 00:22:21 +00:00
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to start set up?"
}
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"above_horizon": "Above horizon",
"below_horizon": "Below horizon"
}
},
2020-04-16 20:00:10 +00:00
"title": "Sun"
}