diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-02-07 16:19:54 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-02-08 16:25:16 +0100 |
commit | 6d40de520d8927f6d2b9da67b427e8b589075fe4 (patch) | |
tree | 064fd6e81877fe17efa31c05b1f516e0e9c6bdb0 /sonar-core | |
parent | 21a188aad134c69739b5f9dce43f0981580721ac (diff) | |
download | sonarqube-6d40de520d8927f6d2b9da67b427e8b589075fe4.tar.gz sonarqube-6d40de520d8927f6d2b9da67b427e8b589075fe4.zip |
SONAR-8749 Update landing page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 42 |
1 files changed, 21 insertions, 21 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 473cb702d36..317f5048d52 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -460,7 +460,7 @@ layout.measures=Measures layout.settings=Administration layout.print=Print layout.permalink=Permalink -layout.sonar.slogan=Continuous Code Quality Management +layout.sonar.slogan=Continuous Code Quality layout.dashboards=Dashboards layout.configuration=Project Configuration layout.projects=Projects @@ -2719,40 +2719,40 @@ 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 +about_page.read_documentation=Read documentation -about_page.clean_code=Keep your code clean by fixing the leak -about_page.clean_code.text=By fixing new issues as they appear in code, you create and maintain a clean code base. Even on legacy projects, focusing on keeping new code clean will eventually yield a code base you can be proud of. +about_page.languages=Multi-Language +about_page.languages.text=20+ programming languages are supported by SonarQube thanks to our in-house code analyzers, including: + +about_page.quality_model=Quality Model +about_page.quality_model.bugs=track code that is demonstrably wrong or highly likely to yield unexpected behavior. +about_page.quality_model.vulnerabilities=are raised on code that is potentially vulnerable to exploitation by hackers. +about_page.quality_model.code_smells=will confuse maintainers or give them pause. They are measured primarily in terms of the time they will take to fix. -about_page.leak_period=Understanding the Leak Period -about_page.leak_period.text=The leak metaphor and the default Quality Gate are based on the leak period - the recent period against which you're tracking issues. For some previous_version makes the most sense, for others the last 30 days is a good option. +about_page.clean_code=Write Clean Code +about_page.clean_code.text=By fixing new issues as they appear in code, you create and maintain a clean code base. Even on legacy projects, focusing on keeping new code clean will eventually yield a code base you can be proud of. -about_page.quality_model=SonarQube Quality Model -about_page.quality_model.bugs=Bugs track code that is demonstrably wrong or highly likely to yield unexpected behavior. -about_page.quality_model.vulnerabilities=Vulnerabilities are raised on code that is potentially vulnerable to exploitation by hackers. -about_page.quality_model.code_smells=Code Smells will confuse maintainers or give them pause. They are measured primarily in terms of the time they will take to fix. +about_page.fix_the_leak=Fix The Leak +about_page.fix_the_leak.text=The water leak paradigm and the default Quality Gate are based on the leak period - the recent period against which you're tracking issues. For some previous_version makes the most sense, for others the last 30 days is a good option. -about_page.quality_gates=Understanding Quality Gates -about_page.quality_gates.text=Your project's quality gate is the set of conditions the project must meet before it can be released into production. The quality gate is designed to ensure that the next version's quality will be better than the last. +about_page.quality_gates=Enforce Quality Gate +about_page.quality_gates.text=Your project's Quality Gate is the set of conditions the project must meet before it can be released into production. The Quality Gate is designed to ensure that the next version's quality will be better than the last. -about_page.standards=Conform to recognized standards -about_page.standards.text=SonarAnalyzers offer rules that support industry standards. Configure your Quality Profile with standard-related rules to ensure adherence. +about_page.standards=Follow Standards +about_page.standards.text=Code analyzers offer rules that support industry standards. Configure your Quality Profile with standard-related rules to ensure adherence. -about_page.scanners=Start analyzing your projects with a SonarQube Scanner +about_page.scanners=Run Analysis With A SonarQube Scanner +about_page.scanners.text=For a good user experience, choose the scanner that match best your environment. If you don't know which one suites you best, SonarQube Scanner CLI is the way to go. about_page.scanners.sonarqube=SonarQube Scanner -about_page.scanners.sonarqube.text=The SonarQube Scanner is a Java-based command-line tool that can analyze any language SonarQube supports. about_page.scanners.msbuild=SonarQube Scanner for MSBuild -about_page.scanners.msbuild.text=Built in collaboration with Microsoft, the SonarQube Scanner for MSBuild is the recommended way to launch a SonarQube analysis on MSBuild projects and solutions. about_page.scanners.maven=SonarQube Scanner for Maven -about_page.scanners.maven.text=Using the SonarQube Scanner for Maven is as simple as running mvn sonar:sonar on your Maven project. about_page.scanners.gradle=SonarQube Scanner for Gradle -about_page.scanners.gradle.text=The SonarQube Scanner for Gradle provides an easy way to start analysis of a Gradle project. about_page.scanners.jenkins=SonarQube Scanner for Jenkins -about_page.scanners.jenkins.text=The SonarQube Scanner for Jenkins lets you integrate analysis seamlessly into a job or a pipeline. -about_page.scanners.ant=SonarQube Scanner for Ant" -about_page.scanners.ant.text=The SonarQube Scanner for Ant lets you start an analysis directly from an Apache Ant script. +about_page.scanners.ant=SonarQube Scanner for Ant #------------------------------------------------------------------------------ |