diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2024-11-25 17:40:30 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:07 +0000 |
commit | f86cc04663f914d952562845f6cba41cafefe2f0 (patch) | |
tree | c6fd287891f344a091aa028ed2cd001fefd083e9 /sonar-core/src | |
parent | 2c496d7199d58ce76f1ec513220bde1127c68358 (diff) | |
download | sonarqube-f86cc04663f914d952562845f6cba41cafefe2f0.tar.gz sonarqube-f86cc04663f914d952562845f6cba41cafefe2f0.zip |
SONAR-23619 Adjust the project info page to display AI code assurance status
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 5 insertions, 2 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 f9ba74d2495..3c3cc9891ee 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1465,7 +1465,9 @@ projects.awaiting_scan.title=Values will change after the next analysis projects.awaiting_scan.description.TRK=The way in which security, reliability, maintainability, and security review counts and ratings are calculated has changed. The values currently displayed will change after the next analysis. projects.awaiting_scan.description.APP=The way in which security, reliability, maintainability, and security review counts and ratings are calculated has changed. The values currently displayed will change after all projects in this application have been analyzed. projects.awaiting_scan.description.VW=The way in which security, reliability, maintainability, and security review counts and ratings are calculated has changed. The values currently displayed will change after all projects in this portfolio have been analyzed. -projects.ai_code.content=This project contains AI-generated code and benefits from Sonar’s AI Code Assurance. +projects.ai_code_assurance_on.content=This project contains AI-generated code and benefits from Sonar’s AI Code Assurance. +projects.ai_code_assurance_off.content=This project contains AI-generated code but the quality gate in use is not qualified for AI Code Assurance. +projects.ai_code_assurance.edit_quality_gate=Change Quality Gate #------------------------------------------------------------------------------ # @@ -2296,7 +2298,8 @@ project.info.make_home.tooltip=This means you'll be redirected to this project w application.info.make_home.tooltip=This means you'll be redirected to this application whenever you log in to {productName} or click on the top-left {productName} logo. overview.project_key.tooltip.TRK=Your project key is a unique identifier for your project. If you are using Maven, make sure the key matches the "groupId:artifactId" format. overview.project_key.tooltip.APP=Your application key is a unique identifier for your application. -project.info.ai_code_assurance.title=AI Code Assurance +project.info.ai_code_assurance_on.title=AI Code Assurance: On +project.info.ai_code_assurance_off.title=AI Code Assurance: Off project.info.quality_gate.ai_code_assurance.description=This project contains AI-generated code. It must use Sonar way Quality Gate to benefit from Sonar’s AI Code Assurance. project.info.ai_code_fix.title=AI CodeFix project.info.ai_code_fix.message=AI CodeFix is enabled for this project. |