diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2023-11-28 17:39:03 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-01 20:02:43 +0000 |
commit | 77ec19255b9b42f10450e7e99277cd73861f13c8 (patch) | |
tree | 521f227f1c7f508db94b5426313be5a608a4b64c /sonar-core | |
parent | 42dfd5eb6df45e8bc3f7ddeae0f40bd03addbe9a (diff) | |
download | sonarqube-77ec19255b9b42f10450e7e99277cd73861f13c8.tar.gz sonarqube-77ec19255b9b42f10450e7e99277cd73861f13c8.zip |
SONAR-21112 Drop 'issue' and 'rule' word repetition in CCT badges
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 0 insertions, 8 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 8a2ae88b08b..b3d5b50819f 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -995,19 +995,15 @@ issue.impact.severity.tooltip=This issue has a {severity} impact on the {quality issue.clean_code_attribute_category.CONSISTENT=Consistency issue.clean_code_attribute_category.CONSISTENT.title=This is a consistency issue. issue.clean_code_attribute_category.CONSISTENT.advice=To be consistent, the code needs to be written in a uniform and conventional way. -issue.clean_code_attribute_category.CONSISTENT.title_short=Consistency issue issue.clean_code_attribute_category.INTENTIONAL=Intentionality issue.clean_code_attribute_category.INTENTIONAL.title=This is an intentionality issue. issue.clean_code_attribute_category.INTENTIONAL.advice=To be intentional, the code content needs to be precise and purposeful. -issue.clean_code_attribute_category.INTENTIONAL.title_short=Intentionality issue issue.clean_code_attribute_category.ADAPTABLE=Adaptability issue.clean_code_attribute_category.ADAPTABLE.title=This is an adaptability issue. issue.clean_code_attribute_category.ADAPTABLE.advice=To be adaptable, the code needs to be structured to be easy to evolve and develop with confidence. -issue.clean_code_attribute_category.ADAPTABLE.title_short=Adaptability issue issue.clean_code_attribute_category.RESPONSIBLE=Responsibility issue.clean_code_attribute_category.RESPONSIBLE.title=This is a responsibility issue. issue.clean_code_attribute_category.RESPONSIBLE.advice=To be responsible, the code must take into account its ethical obligations on data and potential impact of societal norms. -issue.clean_code_attribute_category.RESPONSIBLE.title_short=Responsibility issue issue.clean_code_attribute=Clean Code Attribute issue.clean_code_attribute.CLEAR=Not clear @@ -2475,16 +2471,12 @@ rule.impact.severity.tooltip=Issues found for this rule will have a {severity} i rule.clean_code_attribute_category.CONSISTENT=Consistency rule.clean_code_attribute_category.CONSISTENT.title=This is a consistency rule. -rule.clean_code_attribute_category.CONSISTENT.title_short=Consistency rule rule.clean_code_attribute_category.INTENTIONAL=Intentionality rule.clean_code_attribute_category.INTENTIONAL.title=This is an intentionality rule. -rule.clean_code_attribute_category.INTENTIONAL.title_short=Intentionality rule rule.clean_code_attribute_category.ADAPTABLE=Adaptability rule.clean_code_attribute_category.ADAPTABLE.title=This is an adaptability rule. -rule.clean_code_attribute_category.ADAPTABLE.title_short=Adaptability rule rule.clean_code_attribute_category.RESPONSIBLE=Responsibility rule.clean_code_attribute_category.RESPONSIBLE.title=This is a responsibility rule. -rule.clean_code_attribute_category.RESPONSIBLE.title_short=Responsibility rule rule.clean_code_attribute.CLEAR=Clear rule.clean_code_attribute.CLEAR.title=This is an intentionality rule, the code should be clear. |