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

16 lines
975 B
JSON
Raw Normal View History

2019-01-09 23:29:31 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
2019-01-09 23:29:31 +00:00
},
"create_entry": {
"default": "\n\nOp Android, open [the OwnTracks app]({android_url}), ga naar 'preferences' -> 'connection'. Verander de volgende instellingen:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification:\n - Username: `<Your name>`\n - Device ID: `<Your device name>`\n\nOp iOS, open [the OwnTracks app]({ios_url}), tik op het (i) icoon links boven -> 'settings'. Verander de volgende instellingen:\n - Mode: HTTP\n - URL: {webhook_url}\n - zet 'authentication' aan\n - UserID: `<Your name>`\n\n{secret}\n\nZie [the documentation]({docs_url}) voor meer informatie."
},
"step": {
"user": {
"description": "Weet je zeker dat je OwnTracks wilt instellen?",
"title": "Stel OwnTracks in"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-01-09 23:29:31 +00:00
}