diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2024-08-28 16:40:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-04 20:03:11 +0000 |
commit | 0996c6186cfeb8e2c763d2f174b26ab276b232f7 (patch) | |
tree | 6a56285befb26ce1b41d9065ab86379cb91d31ac /sonar-core | |
parent | bed8af05f0c3f2b4c6018634d3d7aaba5b45a83c (diff) | |
download | sonarqube-0996c6186cfeb8e2c763d2f174b26ab276b232f7.tar.gz sonarqube-0996c6186cfeb8e2c763d2f174b26ab276b232f7.zip |
CODEFIX-12 Show new suggestion feature in issues page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 12 insertions, 0 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 b9b11af3068..2701872489e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1163,6 +1163,17 @@ issue.flow.x_steps={0} steps issue.unnamed_location=Other location issue.show_full_execution_flow=See the whole {0} step execution flow + +# Issues code fix +issues.code_fix.get_fix_suggestion= Generate AI Fix +issues.code_fix.see_fix_suggestion= See AI Fix +issues.code_fix.get_a_fix_suggestion= Generate Fix +issues.code_fix.let_us_suggest_fix= Let us suggest a fix for this issue +issues.code_fix.fix_is_being_generated= A fix is being generated... +issues.code_fix.something_went_wrong= Something went wrong. +issues.code_fix.not_able_to_generate_fix= We are not able to generate a fix for this issue. +issues.code_fix.check_how_to_fix= Try again later, or visit the other sections above to learn how to fix this issue. + #------------------------------------------------------------------------------ # # ISSUE CHANGELOG @@ -2614,6 +2625,7 @@ coding_rules.description_section.title.root_cause=Why is this an issue? coding_rules.description_section.title.root_cause.SECURITY_HOTSPOT=What is the risk? coding_rules.description_section.title.assess_the_problem=Assess the risk coding_rules.description_section.title.how_to_fix=How can I fix it? +coding_rules.description_section.title.code_fix=AI CodeFix coding_rules.description_section.title.more_info=More info coding_rules.description_section.title.activity=Activity |