From 875989e8d4b6853efbfcfd2d4e8b8dfccde8c0b4 Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Tue, 27 Mar 2018 09:14:32 +0200 Subject: SONAR-10486 Display badges for applications --- .../src/main/resources/org/sonar/l10n/core.properties | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sonar-core') 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 b7bc5c0ac53..67f4acdf5a4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2297,6 +2297,7 @@ overview.last_analysis_x=last analysis {0} overview.started_on_x=Started on {0} overview.last_analysis_on_x=Last analysis on {0} overview.on_new_code=On New Code +overview.about_this_portfolio=About This Portfolio overview.about_this_project.APP=About This Application overview.about_this_project.TRK=About This Project overview.about_this_project.BRC=About This Sub-Project @@ -2356,15 +2357,22 @@ overview.complexity_tooltip.file={0} files have complexity around {1} overview.deprecated_profile=This quality profile uses {0} deprecated rules and should be updated. -overview.badges.get_badge=Get project badges + +overview.badges.get_badge.TRK=Get project badges +overview.badges.get_badge.VW=Get portfolio badges +overview.badges.get_badge.APP=Get application badges overview.badges.title=Badges -overview.badges.description=Show the status of your project metrics on your README or website. Pick your style: +overview.badges.description.TRK=Show the status of your project metrics on your README or website. Pick your style: +overview.badges.description.VW=Show the status of your portfolio metrics on your README or website. Pick your style: +overview.badges.description.APP=Show the status of your application metrics on your README or website. Pick your style: overview.badges.metric=Metric overview.badges.options.colors.white=White overview.badges.options.colors.black=Black overview.badges.options.colors.orange=Orange overview.badges.measure.alt=Standard badge -overview.badges.measure.description=This badge dynamically displays the current status of one metric of your project. +overview.badges.measure.description.TRK=This badge dynamically displays the current status of one metric of your project. +overview.badges.measure.description.VW=This badge dynamically displays the current status of one metric of your portfolio. +overview.badges.measure.description.APP=This badge dynamically displays the current status of one metric of your application. overview.badges.marketing.alt=Scanned on SonarCloud badge overview.badges.marketing.description=This badge lets you advertise that you're using SonarCloud for code quality. overview.badges.quality_gate.alt=SonarCloud Quality Gate badge -- cgit v1.2.3