diff options
author | Damien Urruty <damien.urruty@sonarsource.com> | 2024-11-21 11:04:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:06 +0000 |
commit | 0e670b6152c075f8ada586e5202ce8b89d59a0ab (patch) | |
tree | 126b6cbdc974dacec0cda64fef2e6d3b45d1993e /sonar-core | |
parent | 63b65fbfaacd481915707c79f40754f272739eb2 (diff) | |
download | sonarqube-0e670b6152c075f8ada586e5202ce8b89d59a0ab.tar.gz sonarqube-0e670b6152c075f8ada586e5202ce8b89d59a0ab.zip |
CODEFIX-209 Adapt the display based on the current subscription
Co-Authored-By: Dam <64742703+damien-urruty-sonarsource@users.noreply.github.com>
Co-Authored-By: Serhat Yenican <104850907+serhat-yenican-sonarsource@users.noreply.github.com>
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 43 |
1 files changed, 25 insertions, 18 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 c4f1ee47089..76efd8bddd1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1948,6 +1948,7 @@ property.category.housekeeping.auditLogs=Audit Logs 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.disabled=According to your company policy, access to AI CodeFix is not available for this SonarQube instance 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 @@ -1956,24 +1957,30 @@ property.aicodefix.admin.enable.all.projects.help=Enable AI CodeFix on all exist 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: +property.aicodefix.admin.early_access.title=Free - early access feature +property.aicodefix.admin.early_access.content1=This no cost trial is offered to you at Sonar’s discretion. Sonar can decide to stop this trial anytime. +property.aicodefix.admin.early_access.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.serviceInfo.learnMore=Read more about enabling AI CodeFix +property.aicodefix.admin.serviceInfo.spinner.label=Waiting for AI CodeFix service to respond... +property.aicodefix.admin.serviceInfo.unexpected.response.label=The AI CodeFix service returned an unexpected response. You might need to upgrade your instance. +property.aicodefix.admin.serviceInfo.empty.response.label=The AI CodeFix service returned an empty response. Please report the issue to the maintainers. +property.aicodefix.admin.serviceInfo.result.unresponsive.message=The AI CodeFix service does not respond or is not reachable. +property.aicodefix.admin.serviceInfo.result.unresponsive.causes.title=Here are some possible causes of this error: +property.aicodefix.admin.serviceInfo.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.serviceInfo.result.unresponsive.causes.2=The AI CodeFix service may be down. +property.aicodefix.admin.serviceInfo.result.requestError=Error checking the AI CodeFix service: +property.aicodefix.admin.serviceInfo.result.serviceError=The AI CodeFix service is reachable but returned an error. Check logs for more details. +property.aicodefix.admin.serviceInfo.result.unauthorized=This SonarQube instance is not allowed to use AI CodeFix. +property.aicodefix.admin.serviceInfo.result.unknown=The AI CodeFix service returned an unexpected message: +property.aicodefix.admin.serviceInfo.result.error.title=AI CodeFix Error +property.aicodefix.admin.serviceInfo.result.error.retry.message=If the issue persists, try again later or { link } +property.aicodefix.admin.serviceInfo.result.error.retry.get_help=get help +property.aicodefix.admin.serviceInfo.result.error.retry.action=Retry +property.aicodefix.admin.promotion.title=This is a paid feature +property.aicodefix.admin.promotion.subtitle=Unlock AI-generated fix suggestions +property.aicodefix.admin.promotion.content=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. To get access to AI CodeFix: +property.aicodefix.admin.promotion.contact=Contact us +property.aicodefix.admin.promotion.checkDocumentation=Check documentation #------------------------------------------------------------------------------ # |