mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 23:52:02 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Granting full access to repositories is needed if you want to use this integration with private repositories.",
|
|
"data": {
|
|
"repo_scope": "Grant full access to repositories"
|
|
}
|
|
},
|
|
"repositories": {
|
|
"title": "Configure repositories",
|
|
"data": {
|
|
"repositories": "Select repositories to track."
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The GitHub integration needs to re-authenticate your account to match the selected scopes."
|
|
}
|
|
},
|
|
"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",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"repositories": "[%key:component::github::config::step::repositories::data::repositories%]",
|
|
"repo_scope": "[%key:component::github::config::step::user::data::repo_scope%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |