core/homeassistant/components/iss/strings.json

22 lines
404 B
JSON
Raw Normal View History

{
2022-03-30 08:35:30 +00:00
"config": {
"step": {
"user": {
"description": "Do you want to configure International Space Station (ISS)?"
}
},
2022-03-30 08:35:30 +00:00
"abort": {
"latitude_longitude_not_defined": "Latitude and longitude are not defined in Home Assistant."
}
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Show on map"
}
}
}
2022-01-30 17:54:19 +00:00
}
2022-03-30 08:35:30 +00:00
}