aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
author7PH <benjamin.raymond@sonarsource.com>2023-12-06 12:20:26 +0100
committersonartech <sonartech@sonarsource.com>2023-12-07 20:02:52 +0000
commit58af6f56c90ead32581539b109e767186aea9e83 (patch)
treedeb443ff3f82ac6e7787e080f280d0d52d8d8100 /sonar-core
parent3cf94b646a3129609544f81b3aebb9b9cc512746 (diff)
downloadsonarqube-58af6f56c90ead32581539b109e767186aea9e83.tar.gz
sonarqube-58af6f56c90ead32581539b109e767186aea9e83.zip
SONAR-21172 Rework rule detail layout and styling
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties17
1 files changed, 14 insertions, 3 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 d47606dfb64..c68ef607cc0 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2354,7 +2354,7 @@ coding_rules.return_to_list=Return to list
coding_rules.see_all=See all rules
coding_rules.remove_extended_description=Remove Extended Description
coding_rules.remove_extended_description.confirm=Are you sure you want to remove the extended description?
-coding_rules.repository_language=Rule repository (language)
+coding_rules.repository=Rule repo:
coding_rules.revert_to_parent_definition=Revert to Parent Definition
coding_rules.revert_to_parent_definition.confirm=This rule will be reverted to the parameters defined in profile {0}. Are you sure?
coding_rules.rule_template=Rule Template
@@ -2363,7 +2363,8 @@ coding_rules.rule_template.title=This rule can be used as a template to create c
coding_rules._rules=rules
coding_rules.show_template=Show Template
coding_rules.skip_to_filters=Skip to rules filters
-coding_rules.software_qualities.label=Software qualities impacted:
+coding_rules.software_qualities.label=Software qualities impacted
+coding_rules.cct_attribute.label=Clean Code attribute
coding_rules.to_select_rules=Select rules
coding_rules.to_navigate=Navigate to rule
coding_rules.type.deprecation.title=Types of detection rules are deprecated.
@@ -2433,6 +2434,15 @@ coding_rules.facets.tags=Tags
coding_rules.facets.repositories=Repositories
coding_rules.facets.top=Top {0}
+coding_rules.rule_id=Rule ID:
+
+coding_rules.analysis_scope=Analysis scope:
+
+coding_rules.scope.MAIN=main sources
+coding_rules.scope.TEST=test sources
+coding_rules.scope.ALL=all sources
+
+coding_rules.remediation_effort=Effort:
coding_rules.remediation_function=Remediation function
coding_rules.remediation_function.LINEAR=Linear
coding_rules.remediation_function.LINEAR_OFFSET=Linear with offset
@@ -2441,7 +2451,8 @@ coding_rules.remediation_function.coeff=Coeff
coding_rules.remediation_function.offset=Offset
coding_rules.remediation_function.constant=Constant
-coding_rules.external_rule.engine=Rule provided by an external rule engine: {0}
+coding_rules.external_rule.engine_tooltip=Rule provided by an external rule engine: {0}
+coding_rules.external_rule.engine=Engine:
coding_rules.description_section.title.introduction=Introduction
coding_rules.description_section.title.root_cause=Why is this an issue?