60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"repositories": {
|
|
"title": "Configure repositories",
|
|
"data": {
|
|
"repositories": "Select repositories to track."
|
|
}
|
|
}
|
|
},
|
|
"progress": {
|
|
"wait_for_device": "1. Open {url} \n2.Paste the following key to authorize the integration: \n```\n{code}\n```\n"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"could_not_register": "Could not register integration with GitHub"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"discussions_count": {
|
|
"name": "Discussions"
|
|
},
|
|
"stargazers_count": {
|
|
"name": "Stars"
|
|
},
|
|
"subscribers_count": {
|
|
"name": "Watchers"
|
|
},
|
|
"forks_count": {
|
|
"name": "Forks"
|
|
},
|
|
"issues_count": {
|
|
"name": "Issues"
|
|
},
|
|
"pulls_count": {
|
|
"name": "Pull requests"
|
|
},
|
|
"latest_commit": {
|
|
"name": "Latest commit"
|
|
},
|
|
"latest_discussion": {
|
|
"name": "Latest discussion"
|
|
},
|
|
"latest_release": {
|
|
"name": "Latest release"
|
|
},
|
|
"latest_issue": {
|
|
"name": "Latest issue"
|
|
},
|
|
"latest_pull_request": {
|
|
"name": "Latest pull request"
|
|
},
|
|
"latest_tag": {
|
|
"name": "Latest tag"
|
|
}
|
|
}
|
|
}
|
|
}
|