aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2023-08-18 12:52:22 +0200
committersonartech <sonartech@sonarsource.com>2023-08-22 20:03:05 +0000
commit1c5b183ed53ebe484b245880b56f888150f7b44c (patch)
treed6be083d008205161253fb11436e4f5f80a3fb75 /sonar-core
parentfbc661e37ed3abdf52a8e2d9a79a1cef7c955db2 (diff)
downloadsonarqube-1c5b183ed53ebe484b245880b56f888150f7b44c.tar.gz
sonarqube-1c5b183ed53ebe484b245880b56f888150f7b44c.zip
SONAR-20197 Add CCT to rule list view
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties55
1 files changed, 51 insertions, 4 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 3a0609d4860..3ebfa7140a0 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -986,19 +986,19 @@ 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.issue=Consistency issue
+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.issue=Intentionality issue
+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, code needs to be structured to be easy to evolve with confidence.
-issue.clean_code_attribute_category.ADAPTABLE.issue=Adaptability issue
+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.issue=Responsibility issue
+issue.clean_code_attribute_category.RESPONSIBLE.title_short=Responsibility issue
issue.clean_code_attribute=Clean Code Attribute
issue.clean_code_attribute.CLEAR=Not clear
@@ -2365,6 +2365,53 @@ coding_rules.more_info.resources.title=Resources
coding_rules.more_info.notification_message=We've added new information about Clean Code principles below to help you improve your code quality and security. Take a moment to read through them.
coding_rules.more_info.scroll_message=Scroll down to Code Quality principles
+
+rule.impact.severity.tooltip=Issues found for this rule will have a {severity} impact on the {quality} of your software.
+
+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 is not clear enough.
+rule.clean_code_attribute.COMPLETE=Complete
+rule.clean_code_attribute.COMPLETE.title=This is a intentionality rule, the code is not complete enough.
+rule.clean_code_attribute.CONVENTIONAL=Conventional
+rule.clean_code_attribute.CONVENTIONAL.title=This is a consistency rule, the code is not conventional enough.
+rule.clean_code_attribute.DISTINCT=Distinct
+rule.clean_code_attribute.DISTINCT.title=This is an adaptability rule, the code is not distinct enough.
+rule.clean_code_attribute.EFFICIENT=Efficient
+rule.clean_code_attribute.EFFICIENT.title=This is an intentionality rule, the code is not efficient enough.
+rule.clean_code_attribute.FOCUSED=Focused
+rule.clean_code_attribute.FOCUSED.title=This is an adaptability rule, the code is not focused enough.
+rule.clean_code_attribute.FORMATTED=Formatted
+rule.clean_code_attribute.FORMATTED.title=This is a consistency rule, the code is not formatted enough.
+rule.clean_code_attribute.IDENTIFIABLE=Identifiable
+rule.clean_code_attribute.IDENTIFIABLE.title=This is a consistency rule, the code is not identifiable enough.
+rule.clean_code_attribute.LAWFUL=Lawful
+rule.clean_code_attribute.LAWFUL.title=This is a responsibility rule, the code is not lawful enough.
+rule.clean_code_attribute.LOGICAL=Logical
+rule.clean_code_attribute.LOGICAL.title=This is an intentionality rule, the code is not logical enough.
+rule.clean_code_attribute.MODULAR=Modular
+rule.clean_code_attribute.MODULAR.title=This is an adaptability rule, the code is not modular enough.
+rule.clean_code_attribute.RESPECTFUL=Respectful
+rule.clean_code_attribute.RESPECTFUL.title=This is a responsibility rule, the code is not respectful enough.
+rule.clean_code_attribute.TESTED=Tested
+rule.clean_code_attribute.TESTED.title=This is an adaptability rule, the code is not tested enough.
+rule.clean_code_attribute.TRUSTWORTHY=Trustworthy
+rule.clean_code_attribute.TRUSTWORTHY.title=This is a responsibility rule, the code is not trustworthy enough.
+
+
+
#------------------------------------------------------------------------------
#
# EMAIL CONFIGURATION