diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-07-31 09:27:54 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-18 20:02:47 +0000 |
commit | 0b0f4049a9e8f42b9a7800109904cdbffe2eb348 (patch) | |
tree | 6ae88fb0332837cfe0e34def142fce62e6d650ad /sonar-core | |
parent | 4c74112ad0b65d9f7d48354579fce0b5dd74869f (diff) | |
download | sonarqube-0b0f4049a9e8f42b9a7800109904cdbffe2eb348.tar.gz sonarqube-0b0f4049a9e8f42b9a7800109904cdbffe2eb348.zip |
SONAR-20023 New CCT facets for issues
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 21 |
1 files changed, 15 insertions, 6 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 5029b572e3a..19e0c8e146f 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -969,11 +969,16 @@ issue.software_quality.RELIABILITY=Reliability issue.software_quality.MAINTAINABILITY=Maintainability -issue.clean_code_attribute_category.CONSISTENCY=Consistency -issue.clean_code_attribute_category.INTENTIONALITY=Intentionality -issue.clean_code_attribute_category.ADAPTABILITY=Adaptability -issue.clean_code_attribute_category.RESPONSABILITY=Responsability -issue.clean_code_attribute_category.UNCLASSIFIED=Unclassified +issue.clean_code_attribute_category.CONSISTENT=Consistency +issue.clean_code_attribute_category.INTENTIONAL=Intentionality +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, code needs to be be structured to be easy to evolve with confidence. +issue.clean_code_attribute_category.ADAPTABLE.issue=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.issue=Responsability issue issue.clean_code_attribute.CLEAR=Clear issue.clean_code_attribute.COMPLETE=Complete @@ -989,7 +994,6 @@ issue.clean_code_attribute.MODULAR=Modular issue.clean_code_attribute.RESPECTFUL=Respectful issue.clean_code_attribute.TESTED=Tested issue.clean_code_attribute.TRUSTWORTHY=Trustworthy -issue.clean_code_attribute.UNCLASSIFIED=Unclassified issue.status.REOPENED=Reopened issue.status.RESOLVED=Resolved @@ -1107,6 +1111,8 @@ issues.facet.tags=Tag issues.facet.rules=Rule issues.facet.resolutions=Resolution issues.facet.languages=Language +issues.facet.cleanCodeAttributeCategory=Clean Code Attribute +issues.facet.impactSoftwareQuality=Software Quality issues.facet.codeVariants=Code Variant issues.facet.createdAt=Creation Date issues.facet.createdAt.all=All @@ -1115,6 +1121,9 @@ issues.facet.createdAt.last_month=Last month issues.facet.createdAt.last_year=Last year issues.facet.createdAt.bar_description={0} issues from {1} to {2} issues.facet.authors=Author +issues.facet.impactSeverity=Severity +issues.facet.impactSeverity.help.line1=Severities are now directly tied to the software quality impacted. This means that one software quality impacted has one severity. +issues.facet.impactSeverity.help.line2=There are three only 3 levels: high, medium, and low. issues.facet.issues=Issue Key issues.facet.mode=Display Mode issues.facet.mode.count=Issues |