diff options
author | Damien Urruty <damien.urruty@sonarsource.com> | 2024-11-08 19:59:25 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-19 20:02:54 +0000 |
commit | e0c824f58666eee38fa0239bce07aa81c1d30f44 (patch) | |
tree | 61271e48937d41fdd532dba159e9a2ad4634ace7 /sonar-core | |
parent | 12d6a58bf18b8996a52be8c30af3fc03c31a0a57 (diff) | |
download | sonarqube-e0c824f58666eee38fa0239bce07aa81c1d30f44.tar.gz sonarqube-e0c824f58666eee38fa0239bce07aa81c1d30f44.zip |
CODEFIX-189 Allow admin to enable AI CodeFix at the project level
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 54 |
1 files changed, 30 insertions, 24 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index fbe809bd8df..e19834083c2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1883,7 +1883,7 @@ property.category.localization=Localization property.category.exclusions=Analysis Scope property.category.webhooks=Webhooks property.category.languages=Languages -property.category.codefix=AI CodeFix +property.category.aicodefix=AI CodeFix property.sonar.inclusions.name=Source File Inclusions property.sonar.inclusions.description=Patterns used to include some source files and only these ones in analysis. property.sonar.test.inclusions.name=Test File Inclusions @@ -1922,29 +1922,35 @@ property.category.housekeeping.general=General property.category.housekeeping.branchesAndPullRequests=Branches and Pull Requests property.category.housekeeping.auditLogs=Audit Logs -property.codefix.admin.title=Enable AI-generated fix suggestions -property.codefix.admin.description=Activate this option to enable any user in your organization to generate an AI-suggested code fix for an issue using the Sonar AI CodeFix service. -property.codefix.admin.checkbox.label=Enable AI CodeFix -property.codefix.admin.acceptTerm.label=By activating this option, you agree to the {terms} -property.codefix.admin.acceptTerm.terms=AI CodeFix Terms -property.codefix.admin.promoted_section.title=Free - early access feature -property.codefix.admin.promoted_section.content1=This no cost trial is offered to you at Sonar’s discretion. Sonar can decide to stop this trial anytime. -property.codefix.admin.promoted_section.content2=At the end of the trial, this feature will be deactivated and your choice to “enable AI CodeFix” below will be ignored. Your organisation will not be charged. -property.codefix.admin.serviceCheck.title=Test the AI CodeFix service -property.codefix.admin.serviceCheck.description1=Make sure this {productName} instance can communicate with the AI CodeFix service, which requires network connectivity to function. -property.codefix.admin.serviceCheck.description2=This test is free and should only take a few seconds. -property.codefix.admin.serviceCheck.learnMore=Read more about enabling AI CodeFix -property.codefix.admin.serviceCheck.action=Test AI CodeFix service -property.codefix.admin.serviceCheck.spinner.label=Waiting for AI CodeFix service to respond... -property.codefix.admin.serviceCheck.result.success=The AI CodeFix service responded successfully. -property.codefix.admin.serviceCheck.result.unresponsive.message=The AI CodeFix service does not respond or is not reachable. -property.codefix.admin.serviceCheck.result.unresponsive.causes.title=Here are some possible causes of this error: -property.codefix.admin.serviceCheck.result.unresponsive.causes.1=The network may not be properly configured on this {productName} instance. Please check the firewall and connectivity settings. -property.codefix.admin.serviceCheck.result.unresponsive.causes.2=The AI CodeFix service may be down. -property.codefix.admin.serviceCheck.result.requestError=Error checking the AI CodeFix service: -property.codefix.admin.serviceCheck.result.serviceError=The AI CodeFix service is reachable but returned an error. Check logs for more details. -property.codefix.admin.serviceCheck.result.unauthorized=This {productName} instance is not allowed to use AI CodeFix. -property.codefix.admin.serviceCheck.result.unknown=The AI CodeFix service returned an unexpected message: +property.aicodefix.admin.title=Enable AI-generated fix suggestions +property.aicodefix.admin.description=Activate this option to enable users of all or part of the projects to generate an AI-suggested code fix for an issue using the Sonar AI CodeFix service. +property.aicodefix.admin.checkbox.label=Enable AI CodeFix +property.aicodefix.admin.acceptTerm.label=By activating this option, you agree to the {terms} +property.aicodefix.admin.acceptTerm.terms=AI CodeFix Terms +property.aicodefix.admin.enable.title=Choose which projects should have AI CodeFix enabled +property.aicodefix.admin.enable.all.projects.label=All projects +property.aicodefix.admin.enable.all.projects.help=Enable AI CodeFix on all existing and future projects +property.aicodefix.admin.enable.some.projects.label=Only selected projects +property.aicodefix.admin.enable.some.projects.help=Enable AI CodeFix on selected projects only +property.aicodefix.admin.enable.some.projects.note=AI CodeFix will not be automatically enabled on new projects. +property.aicodefix.admin.promoted_section.title=Free - early access feature +property.aicodefix.admin.promoted_section.content1=This no cost trial is offered to you at Sonar’s discretion. Sonar can decide to stop this trial anytime. +property.aicodefix.admin.promoted_section.content2=At the end of the trial, this feature will be deactivated and your choice to “enable AI CodeFix” below will be ignored. Your organisation will not be charged. +property.aicodefix.admin.serviceCheck.title=Test the AI CodeFix service +property.aicodefix.admin.serviceCheck.description1=Make sure this SonarQube instance can communicate with the AI CodeFix service, which requires network connectivity to function. +property.aicodefix.admin.serviceCheck.description2=This test is free and should only take a few seconds. +property.aicodefix.admin.serviceCheck.learnMore=Read more about enabling AI CodeFix +property.aicodefix.admin.serviceCheck.action=Test AI CodeFix service +property.aicodefix.admin.serviceCheck.spinner.label=Waiting for AI CodeFix service to respond... +property.aicodefix.admin.serviceCheck.result.success=The AI CodeFix service responded successfully. +property.aicodefix.admin.serviceCheck.result.unresponsive.message=The AI CodeFix service does not respond or is not reachable. +property.aicodefix.admin.serviceCheck.result.unresponsive.causes.title=Here are some possible causes of this error: +property.aicodefix.admin.serviceCheck.result.unresponsive.causes.1=The network may not be properly configured on this SonarQube instance. Please check the firewall and connectivity settings. +property.aicodefix.admin.serviceCheck.result.unresponsive.causes.2=The AI CodeFix service may be down. +property.aicodefix.admin.serviceCheck.result.requestError=Error checking the AI CodeFix service: +property.aicodefix.admin.serviceCheck.result.serviceError=The AI CodeFix service is reachable but returned an error. Check logs for more details. +property.aicodefix.admin.serviceCheck.result.unauthorized=This SonarQube instance is not allowed to use AI CodeFix. +property.aicodefix.admin.serviceCheck.result.unknown=The AI CodeFix service returned an unexpected message: #------------------------------------------------------------------------------ # |