aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2024-11-20 17:38:49 +0100
committersonartech <sonartech@sonarsource.com>2024-11-26 20:02:50 +0000
commite7cfc7f04f41fa7dde069844cc80d710913cb63e (patch)
tree7cacc1b36353f5661dac17f4fa7f0a628a8de088 /sonar-core
parent25d891639704eee3fe00653f5f00e1519e76545e (diff)
downloadsonarqube-e7cfc7f04f41fa7dde069844cc80d710913cb63e.tar.gz
sonarqube-e7cfc7f04f41fa7dde069844cc80d710913cb63e.zip
SONAR-23654 Mode Tour
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties24
1 files changed, 24 insertions, 0 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 9b12f727615..d36cc894036 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -120,11 +120,13 @@ issues=Issues
inheritance=Inheritance
internal=internal
key=Key
+later=Later
language=Language
last_analysis=Last Analysis
learn_more=Learn More
learn_more_x=Learn More: {link}
learn_more.clean_code=Learn more: Clean as You Code
+lets_go=Let's go
library=Library
line_number=Line Number
links=Links
@@ -253,6 +255,7 @@ title=Title
to=To
to_=to
total=Total
+tours=Tours
treemap=Treemap
true=True
type=Type
@@ -5899,3 +5902,24 @@ component_report.unsubscribe_success=Subscription successfully canceled. You won
#
#------------------------------------------------------------------------------
guiding.step_x_of_y={0} of {1}
+
+#------------------------------------------------------------------------------
+#
+# MODE TOUR
+#
+#------------------------------------------------------------------------------
+mode_tour.name=Standard Experience and MQR mode tour
+mode_tour.link=Learn more about the modes in documentation
+mode_tour.step1.title=Welcome to SonarQube Server {version}!
+mode_tour.step1.img_alt=Visual presentation of the difference of the issue in the two new modes
+mode_tour.step1.description=<p1>We have introduced two modes - <b>Standard Experience</b> and <b>Multi-Quality Rule (MQR) Mode</b> - to empower you and your team to either continue using familiar workflows or explore new concepts.</p1><p>Take this tour to see what is the difference is between them.</p>
+mode_tour.step2.title=Standard Experience
+mode_tour.step2.img_alt=Visual presentation of the new look of Standard Experience badges: Vulnerability, Bug and Code Smell
+mode_tour.step2.description=<p1>The Standard Experience encompasses the use of rule types such as <b>Vulnerabilities</b>, <b>Bugs</b>, and <b>Code Smells</b>. Each rule has a single type and severity level, which you can customize with appropriate permissions.</p1><p>This approach focuses on assigning severity to a rule based on the single software quality (e.g., Security, Reliability, or Maintainability) on which it has the most significant impact.</p>
+mode_tour.step3.title=Multi-Quality Rule Mode
+mode_tour.step3.img_alt=Visual presentation of the new Software Quality badges: Security, Reliability and Maintainability and their connection to the corresponding Standard Experience badges
+mode_tour.step3.description=<p1>The new Multi-Quality Rule Mode aims to more accurately represent an issue's impact on all software qualities. </p1><p>It does this by assigning a separate severity to a rule for each software quality (Security, Reliability, and Maintainability), which replaces the types (Vulnerabilities, Bugs, and Code Smells). You can customize the severity level with appropriate permissions.</p><p>This approach focuses on ensuring the impact on all software qualities is clear, not just the one most severely impacted.</p>
+mode_tour.step4.title=Switch modes
+mode_tour.step4.description=<p1>You are currently in <b>{mode}</b>.</p1><p>To change it, go to Administration > Configuration > General Settings > Mode.</p><p>Your instance will start in the mode that most closely resembles the software version you are upgrading from.</p>
+mode_tour.step5.title=You can replay the tour from the help section
+