diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2023-08-18 14:09:49 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-22 20:03:05 +0000 |
commit | 522fa260117430bc04d259f74dba57a1deb3f14b (patch) | |
tree | 3c0638ff137e1b57c59e7af26609778d279984ae /sonar-core/src | |
parent | 1c5b183ed53ebe484b245880b56f888150f7b44c (diff) | |
download | sonarqube-522fa260117430bc04d259f74dba57a1deb3f14b.tar.gz sonarqube-522fa260117430bc04d259f74dba57a1deb3f14b.zip |
SONAR-20197 Add CCT to rule details view
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 28 |
1 files changed, 14 insertions, 14 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 3ebfa7140a0..50d43f925e0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2382,33 +2382,33 @@ rule.clean_code_attribute_category.RESPONSIBLE.title=This is a responsibility ru 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.CLEAR.title=This is an intentionality rule, the code should be clear. 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.COMPLETE.title=This is a intentionality rule, the code should be complete. 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.CONVENTIONAL.title=This is a consistency rule, the code should be conventional. 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.DISTINCT.title=This is an adaptability rule, the code should be distinct. 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.EFFICIENT.title=This is an intentionality rule, the code should be efficient. 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.FOCUSED.title=This is an adaptability rule, the code should be focused. 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.FORMATTED.title=This is a consistency rule, the code should be formatted. 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.IDENTIFIABLE.title=This is a consistency rule, the code should be identifiable. 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.LAWFUL.title=This is a responsibility rule, the code should be lawful. 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.LOGICAL.title=This is an intentionality rule, the code should be logical. 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.MODULAR.title=This is an adaptability rule, the code should be modular. 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.RESPECTFUL.title=This is a responsibility rule, the code should be respectful. 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.TESTED.title=This is an adaptability rule, the code should be tested. rule.clean_code_attribute.TRUSTWORTHY=Trustworthy -rule.clean_code_attribute.TRUSTWORTHY.title=This is a responsibility rule, the code is not trustworthy enough. +rule.clean_code_attribute.TRUSTWORTHY.title=This is a responsibility rule, the code should be trustworthy. |