diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-11-17 16:17:38 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-11-18 20:03:33 +0000 |
commit | b99383b16be91ad2d2dbbcf3a75b6924fdc512cb (patch) | |
tree | 230c6b9210dfb69486e7ddf99ac393ee2823c8f8 /sonar-core/src | |
parent | 2cc3673f24b3d745f5c7fefe9051ebd557f211bd (diff) | |
download | sonarqube-b99383b16be91ad2d2dbbcf3a75b6924fdc512cb.tar.gz sonarqube-b99383b16be91ad2d2dbbcf3a75b6924fdc512cb.zip |
SONAR-15614 Drop the About page
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 40 |
1 files changed, 0 insertions, 40 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 b0bbf1a5d66..0755a72533a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3274,45 +3274,6 @@ component_measures.bubble_chart.zoom_level=Current zoom level. Scroll on the cha #------------------------------------------------------------------------------ # -# ABOUT PAGE -# -#------------------------------------------------------------------------------ -about_page.projects_analyzed=Projects -about_page.read_more=Read More -about_page.read_documentation=Read documentation - -about_page.languages=Multi-Language -about_page.languages.text=20+ programming languages are supported by SonarQube, 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 can be exploited 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.quality_model.security_hotspots=are raised on security-sensitive code that requires manual review to assess whether or not a vulnerability exists. - -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.fix_the_leak=Clean as You Code -about_page.fix_the_leak_on_new_code.text=The Clean as You Code approach and the default Quality Gate are based on the new code 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=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=Follow Standards -about_page.standards.text=SonarQube offers rules that support industry standards. Configure your Quality Profile with standard-related rules to ensure adherence. - -about_page.scanners=Run Analysis With A SonarQube Scanner -about_page.scanners.text=For a good user experience, choose the scanner that matches your environment best. If you don't know which one suits you best, SonarQube Scanner CLI is the way to go. -about_page.scanners.sonarqube=SonarQube Scanner -about_page.scanners.msbuild=SonarQube Scanner for MSBuild -about_page.scanners.maven=SonarQube Scanner for Maven -about_page.scanners.gradle=SonarQube Scanner for Gradle -about_page.scanners.jenkins=SonarQube Scanner for Jenkins -about_page.scanners.ant=SonarQube Scanner for Ant - -#------------------------------------------------------------------------------ -# # EMBEDED DOCS # #------------------------------------------------------------------------------ @@ -3330,7 +3291,6 @@ embed_docs.whats_new=What's new on SonarCloud? # GLOBAL FOOTER # #------------------------------------------------------------------------------ -footer.about=About footer.community=Community footer.contact_us=Contact us footer.documentation=Documentation |