diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-03-21 17:13:04 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-27 20:03:03 +0000 |
commit | b211e45ffe83cbf8eaa98c3539b2ee3a952162e2 (patch) | |
tree | 700099740e34c64a82bc4ed02041d7f2c5e51406 /sonar-core/src | |
parent | 54686faf91547cd918e84c8e081a722ce974c89d (diff) | |
download | sonarqube-b211e45ffe83cbf8eaa98c3539b2ee3a952162e2.tar.gz sonarqube-b211e45ffe83cbf8eaa98c3539b2ee3a952162e2.zip |
SONAR-18776 Migrating breadcrumb and branch selector to MIUI
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 insertions, 2 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 7d1f9f70f6a..1f3384f16a8 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3332,6 +3332,7 @@ overview.1_condition_failed=1 condition failed overview.X_conditions_failed={0} conditions failed overview.fix_failed_conditions_with_sonarlint=Fix issues before they fail your Quality Gate with {link} in your IDE. Power up with connected mode! overview.quality_gate=Quality Gate Status +overview.quality_gate_x=Quality Gate: {0} overview.quality_gate.help=A Quality Gate is a set of measure-based Boolean conditions. It helps you know immediately whether your project is production-ready. If your current status is not Passed, you'll see which measures caused the problem and the values required to pass. overview.quality_gate_failed_with_x=with {0} errors overview.quality_gate_code_clean=Your code is clean! @@ -4260,6 +4261,7 @@ branches.branch=Branch branches.main_branch=Main Branch branches.pr=PR branches.see_the_pr=See the PR +branches.see_the_pr_on_x=See the PR on {0} #------------------------------------------------------------------------------ # @@ -4516,8 +4518,8 @@ favorite.action.TRK.add=Add this project to favorites favorite.action.TRK.remove=Remove this project from favorites favorite.action.VW.add=Add this portfolio to favorites favorite.action.VW.remove=Remove this portfolio from favorites -favorite.action.SVW.add=Add sub-this portfolio to favorites -favorite.action.SVW.remove=Remove sub-this portfolio from favorites +favorite.action.SVW.add=Add this sub-portfolio to favorites +favorite.action.SVW.remove=Remove this sub-portfolio from favorites favorite.action.APP.add=Add this application to favorites favorite.action.APP.remove=Remove this application from favorites favorite.action.TRK.add_x=Add project {0} to favorites |