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

19 lines
595 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"could_not_register": "Could not register integration with GitHub"
},
"progress": {
"wait_for_device": "1. Open {url} \n2.Paste the following key to authorize the integration: \n```\n{code}\n```\n"
},
"step": {
"repositories": {
"data": {
"repositories": "Select repositories to track."
},
"title": "Configure repositories"
}
}
}
}