diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-03-27 09:14:32 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-29 20:20:48 +0200 |
commit | 875989e8d4b6853efbfcfd2d4e8b8dfccde8c0b4 (patch) | |
tree | 99a792aa50dce469316de19076aab433f3eb8784 /sonar-core | |
parent | 7b15de3a21d82c63dd253629823b66d1d12be136 (diff) | |
download | sonarqube-875989e8d4b6853efbfcfd2d4e8b8dfccde8c0b4.tar.gz sonarqube-875989e8d4b6853efbfcfd2d4e8b8dfccde8c0b4.zip |
SONAR-10486 Display badges for applications
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 11 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 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 |