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

18 lines
497 B
JSON
Raw Normal View History

{
2019-03-21 19:57:20 +00:00
"config": {
"abort": {
"install_app": "Open the mobile app to set up the integration with Home Assistant. See [the docs]({apps_url}) for a list of compatible apps."
},
"step": {
"confirm": {
2020-05-29 00:04:16 +00:00
"description": "Do you want to set up the Mobile App component?"
2019-03-21 19:57:20 +00:00
}
2020-04-15 16:51:07 +00:00
}
},
"device_automation": {
"action_type": {
"notify": "Send a notification"
}
2021-03-16 00:04:36 +00:00
},
"title": "Mobile App"
2019-03-21 19:57:20 +00:00
}