diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 insertions, 2 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 1ed38b49f5f..aba765f0df2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -221,7 +221,7 @@ added_since_previous_version_detailed=Added since previous version ({0}) added_since_version=Added since version {0} all_violations=All violations all_issues=All issues -apply_template +and_worse=and worse are_you_sure=Are you sure? assigned_to=Assigned to bulk_change=Bulk Change @@ -878,6 +878,9 @@ projects.visualization.coverage.description=See missing test coverage's long-ter projects.visualization.duplications=Duplications projects.visualization.duplications.description=See duplications' long-term risks to your projects. Bubble size indicates the volume of duplicated blocks in the project, and each bubble's vertical position reflects the volume of lines in those blocks. Small bubbles on the bottom edge are best. projects.limited_set_of_projects=Displayed project set limited to the top {0} projects based on current sort: {1}. +projects.facets.quality_gate=Quality Gate +projects.facets.languages=Languages +projects.facets.tags=Tags projects.sort.name=by name projects.sort.reliability=by reliability (best first) projects.sort.-reliability=by reliability (worst first) @@ -2803,7 +2806,6 @@ component_measures.not_found=The requested measure was not found. # ABOUT PAGE # #------------------------------------------------------------------------------ -about_page.read_documentation. about_page.projects_analyzed=Projects Analyzed about_page.issues_found=Issues Found about_page.read_more=Read More |