diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2024-11-22 17:57:34 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:07 +0000 |
commit | 1553847b42c26843c1503fdd8716fe3d9dbee726 (patch) | |
tree | 4850a2fa90da66bcb611c2e2dd2c1d4f7fc46605 /sonar-core | |
parent | dfe8c0a21bd4b817b18a212ee4f59ed4ad0e05a7 (diff) | |
download | sonarqube-1553847b42c26843c1503fdd8716fe3d9dbee726.tar.gz sonarqube-1553847b42c26843c1503fdd8716fe3d9dbee726.zip |
SONAR-23619 Change AI code assurance setting
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 20 |
1 files changed, 0 insertions, 20 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 787f05c92d9..f9ba74d2495 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2123,26 +2123,6 @@ custom_measures.metric=Metric #------------------------------------------------------------------------------ # -# AI GENERATED CODE -# -#------------------------------------------------------------------------------ -ai_generated_code.page=AI-Generated Code -ai_generated_code.contains_code=Contains AI-Generated Code -ai_generated_code.description=Select this option if your project contains AI-generated code. This will enforce the use of {sonarWayQualityGateLink} and will give your project Sonar’s {aiAssuranceLink}. -ai_generated_code.sonar_way_quality_gate.link=Sonar way Quality Gate -ai_generated_code.ai_code_assurance.link=AI Code Assurance -ai_generated_code.sonar_way_quality_gate.already_selected.warning=This setting will lock the project’s Quality Gate -ai_generated_code.sonar_way_quality_gate.already_selected.description=Projects containing AI-generated code must use Sonar way Quality Gate. As long as this setting is set to {true}, you will not be able to change this project’s Quality Gate. -ai_generated_code.sonar_way_quality_gate.already_selected.save=Lock Quality Gate and Save -ai_generated_code.sonar_way_quality_gate.not_selected.warning=️This setting will change the project’s quality gate -ai_generated_code.sonar_way_quality_gate.not_selected.description=Projects containing AI-generated code must use Sonar way Quality Gate as the project-level Quality Gate. Setting this value to True will enforce the use of Sonar way. -ai_generated_code.sonar_way_quality_gate.not_selected.save=Change Quality Gate and Save -ai_generated_code.old_quality_gate=Old Quality Gate: {name} -ai_generated_code.new_quality_gate=New Quality Gate: {name} -ai_generated_code.success_message=AI-generated Code setting has been successfully updated. - -#------------------------------------------------------------------------------ -# # PROJECT NAVIGATION # #------------------------------------------------------------------------------ |