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

19 lines
438 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to start set up?"
}
}
},
"state": {
"_": {
"above_horizon": "Above horizon",
"below_horizon": "Below horizon"
}
},
"title": "Sun"
}