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

16 lines
944 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-02 00:05:51 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"create_entry": {
2020-06-10 00:05:07 +00:00
"default": "\n\nOn Android, open [the OwnTracks app]({android_url}), go to preferences -> connection. Change the following settings:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification:\n - Username: `'<Your name>'`\n - Device ID: `'<Your device name>'`\n\nOn iOS, open [the OwnTracks app]({ios_url}), tap (i) icon in top left -> settings. Change the following settings:\n - Mode: HTTP\n - URL: {webhook_url}\n - Turn on authentication\n - UserID: `'<Your name>'`\n\n{secret}\n\nSee [the documentation]({docs_url}) for more information."
},
"step": {
"user": {
"description": "Are you sure you want to set up OwnTracks?",
"title": "Set up OwnTracks"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}