]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Add CCT issue characteristic localization
author7PH <benjamin.raymond@sonarsource.com>
Wed, 19 Apr 2023 09:19:39 +0000 (11:19 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 25 Apr 2023 20:03:00 +0000 (20:03 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index c98f82229cae18d889c94436e43c4be25d19fb10..ca3f7c541e920a14570c24b0a54ec34be86abf38 100644 (file)
@@ -916,6 +916,26 @@ issue.type.BUG.plural=Bugs
 issue.type.VULNERABILITY.plural=Vulnerabilities
 issue.type.SECURITY_HOTSPOT.plural=Security Hotspots
 
+issue.characteristic.CLEAR=Clarity
+issue.characteristic.description.CLEAR=Code that uses unambiguous forms when possible, has no unused statements, and is not cryptically terse.
+issue.characteristic.CONSISTENT=Consistency
+issue.characteristic.description.CONSISTENT=Code that enforces consistency in naming conventions, formatting and style, and sorting order.
+issue.characteristic.STRUCTURED=Structure
+issue.characteristic.description.STRUCTURED=Code that is organized into distinct, modular, and testable units with limited relationships, and avoids non-essential complexity.
+issue.characteristic.TESTED=Testing
+issue.characteristic.description.TESTED=Code that passed automated verification to regularly confirm the desired functionality.
+issue.characteristic.ROBUST=Robustness
+issue.characteristic.description.ROBUST=Code that is free of implementation defects, resource-efficient, fault-tolerant, and safe to use in critical contexts.
+issue.characteristic.SECURE=Security
+issue.characteristic.description.SECURE=Code that protects against unauthorized use, access, disclosure, disruption, modification, or destruction.
+issue.characteristic.PORTABLE=Portability
+issue.characteristic.description.PORTABLE=Code that supports the sustained evolution of the software environment and changing practices.
+issue.characteristic.COMPLIANT=Compliance
+issue.characteristic.description.COMPLIANT=Code that conforms to laws, regulations, and industry standards for its context.
+
+issue.characteristic.fit.DEVELOPMENT=Fit for Development
+issue.characteristic.fit.PRODUCTION=Fit for Operation
+
 issue.status.REOPENED=Reopened
 issue.status.RESOLVED=Resolved
 issue.status.OPEN=Open