1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
2022-01-24 12:02:11 +00:00

40 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"could_not_register": "Could not register integration with GitHub",
"reauth_successful": "Re-authentication was successful"
},
"progress": {
"wait_for_device": "1. Open {url} \n2.Paste the following key to authorize the integration: \n```\n{code}\n```\n"
},
"step": {
"reauth_confirm": {
"description": "The GitHub integration needs to re-authenticate your account to match the selected scopes.",
"title": "Reauthenticate Integration"
},
"repositories": {
"data": {
"repositories": "Select repositories to track."
},
"title": "Configure repositories"
},
"user": {
"data": {
"repo_scope": "Grant full access to repositories"
},
"description": "Granting full access to repositories is needed if you want to use this integration with private repositories."
}
}
},
"options": {
"step": {
"init": {
"data": {
"repo_scope": "Grant full access to repositories",
"repositories": "Select repositories to track."
}
}
}
}
}