diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-08-03 16:12:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-05 20:03:27 +0000 |
commit | c92a1586c459a2e351cec20cdf40b474f56a94c3 (patch) | |
tree | 3f6ded6b29ac9bfbe3c3a2f7101f4d0ed3f45545 /sonar-core/src | |
parent | aaacc791345ceefcf458bb4b368280df864dba5b (diff) | |
download | sonarqube-c92a1586c459a2e351cec20cdf40b474f56a94c3.tar.gz sonarqube-c92a1586c459a2e351cec20cdf40b474f56a94c3.zip |
SONAR-16731 [891608] Purpose of link is not clear in context
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 25 |
1 files changed, 25 insertions, 0 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 95aef3ccd94..de3dc9b4373 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1064,6 +1064,31 @@ projects.facets.languages=Languages projects.facets.new_lines=New Lines projects.facets.tags=Tags projects.facets.qualifier=Type +projects.facets.qualitygate_label_x=Click to filter projects with a {0} quality gate. +projects.facets.rating_label_single_x=Click to filter projects with a {0} rating of {1}. +projects.facets.rating_label_multi_x=Click to filter projects with a {0} rating of {1} or worse. +projects.facets.label_no_data_x=Click to filter projects with no {0} data. +projects.facets.label_text_x=Click to filter projects by {0}: {1} +projects.facets.size.label.1=Click to filter projects with fewer than 1k lines of code +projects.facets.size.label.2=Click to filter projects with 1k lines of code or more +projects.facets.size.label.3=Click to filter projects with 10k lines of code or more +projects.facets.size.label.4=Click to filter projects with 100k lines of code or more +projects.facets.size.label.5=Click to filter projects with more than 500k lines of code +projects.facets.new_lines.label.1=Click to filter projects with fewer than 1k new lines +projects.facets.new_lines.label.2=Click to filter projects with 1k new lines or more +projects.facets.new_lines.label.3=Click to filter projects with 10k new lines or more +projects.facets.new_lines.label.4=Click to filter projects with 100k new lines or more +projects.facets.new_lines.label.5=Click to filter projects with more than 500k new lines +projects.facets.coverage.label.1=Click to filter projects with more than 80% coverage +projects.facets.coverage.label.2=Click to filter projects with less than 80% coverage +projects.facets.coverage.label.3=Click to filter projects with less than 70% coverage +projects.facets.coverage.label.4=Click to filter projects with less than 50% coverage +projects.facets.coverage.label.5=Click to filter projects with less than 30% coverage +projects.facets.duplication.label.1=Click to filter projects with less than 3% duplication +projects.facets.duplication.label.2=Click to filter projects with more than 3% duplication +projects.facets.duplication.label.3=Click to filter projects with more than 5% duplication +projects.facets.duplication.label.4=Click to filter projects with more than 10% duplication +projects.facets.duplication.label.5=Click to filter projects with more than 20% duplication projects.sort.disabled=Disabled because sorting cannot affect the displayed result with the current project selection. projects.sort.analysis_date=by last analysis date (oldest first) projects.sort.-analysis_date=by last analysis date (latest first) |