You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sonar-core/src/main/resources/org/sonar/l10n/core.properties
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1838,7 +1838,6 @@ quality_gates.permissions.remove.user.confirmation=Are you sure you want to remo
1838
1838
quality_gates.permissions.remove.group=Remove permission from group
1839
1839
quality_gates.permissions.remove.group.confirmation=Are you sure you want to remove permission on this quality gate from group {user}?
1840
1840
quality_gates.cayc=Clean as You Code
1841
-
quality_gates.cayc.new_code=New Code
1842
1841
quality_gates.cayc_missing.banner.title=This quality gate does not comply with Clean as You Code
1843
1842
quality_gates.cayc_missing.banner.description={cayc_link} is the most efficient approach to delivering Clean Code. This quality gate does not comply with this methodology. We highly recommend that you update this quality gate.
1844
1843
quality_gates.cayc_condition.review_update=Review and Fix Quality Gate
quality_gates.cayc_over_compliant.tooltip.message=You added extra conditions to the "Clean as You Code" quality gate, which is something we do not recommend.
quality_gates.cayc.banner.title=This quality gate complies with Clean as You Code
1859
-
quality_gates.cayc.banner.description=This quality gate complies with the {cayc_link} methodology, so that you benefit from the most efficient approach to delivering Clean Code. The quality gate ensures that the {new_code_link} you’re working on has:
quality_gates.cayc.banner.description1=This quality gate complies with the {cayc_link} methodology, so that you benefit from the most efficient approach to delivering Clean Code.
quality_gates.cayc.banner.list_item1=No new bugs are introduced
1861
+
quality_gates.cayc.banner.list_item2=No new vulnerabilities are introduced
1862
+
quality_gates.cayc.banner.list_item3=All new security hotspots are reviewed
1863
+
quality_gates.cayc.banner.list_item4=New code has limited technical debt
1864
+
quality_gates.cayc.banner.list_item5=New code has limited duplication
1865
+
quality_gates.cayc.banner.list_item6=New code is properly covered by tests
1866
+
quality_gates.cayc_over_compliant.banner.title=Extra conditions are not recommended
1867
+
quality_gates.cayc_over_compliant.banner.description=You added extra conditions to the "Clean as You Code" quality gate, which is something we do not recommend. Learn {link}
1868
+
quality_gates.cayc_over_compliant.banner.link=why
1869
1869
quality_gates.cayc_unfollow.description=You may click unlock to edit this quality gate. Adding extra conditions to a compliant quality gate can result in drawbacks. Are you reconsidering {cayc_link}? We strongly recommend this methodology to achieve a Clean Code status.
1870
1870
quality_gates.cayc.review_update_modal.add_condition.header= {0} condition(s) on New Code will be added
1871
1871
quality_gates.cayc.review_update_modal.modify_condition.header= {0} condition(s) on New Code will be modified
@@ -3272,13 +3272,13 @@ overview.quality_gate.conditions.cayc.warning=The quality gate used by this proj
3272
3272
overview.quality_gate.conditions.cayc.details=Fixing this quality gate will help you achieve a Clean Code state.
3273
3273
overview.quality_gate.conditions.cayc.details_with_link=Fixing {link} will help you achieve a Clean Code state.
overview.quality_gate.conditions.cayc_over_compliant.details=This quality gate is Clean as You Code compliant, but it includes additional conditions that may have drawbacks.
3277
-
overview.quality_gate.conditions.cayc_over_compliant.details_with_link={link} is Clean as You Code compliant, but it includes additional conditions that may have drawbacks.
3278
-
overview.quality_gate.conditions.cayc.link=Learn more: Clean as You Code
overview.quality_gate.conditions.cayc_over_compliant.details=You added extra conditions to the "Clean as You Code" quality gate, which is something we do not recommend.
3277
+
overview.quality_gate.conditions.cayc_over_compliant.details_with_link=You added extra conditions to the "Clean as You Code" quality gate, which is something we do not recommend. Review your {link}.
overview.quality_gate.application.non_cayc.projects_x={0} project(s) in this application use a Quality Gate that does not comply with Clean as You Code
3281
-
overview.quality_gate.application.cayc_over_compliant.projects_x={0} project(s) in this application use a Clean as You Code compliant quality gate with extra conditions. This may result in drawbacks.
3281
+
overview.quality_gate.application.cayc_over_compliant.projects_x=You added extra conditions to the "Clean as You Code" quality gate for {0} project(s) in this application, which is something we do not recommend.
3282
3282
overview.quality_gate.show_project_conditions_x=Show failed conditions for project {0}
3283
3283
overview.quality_gate.hide_project_conditions_x=Hide failed conditions for project {0}
0 commit comments