diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2024-01-25 15:13:28 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-31 20:03:36 +0000 |
commit | 5f5d2fa963722569f6e44e5cead762cd4de28ab4 (patch) | |
tree | fee30b257967a18f605af8baaa4394c95657d87b /sonar-core | |
parent | 512c7e859f9279bab0dba9331919546cf20846de (diff) | |
download | sonarqube-5f5d2fa963722569f6e44e5cead762cd4de28ab4.tar.gz sonarqube-5f5d2fa963722569f6e44e5cead762cd4de28ab4.zip |
SONAR-21455 Implement a no-data state for missing software quality measures
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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 1548fd4e461..230e8e85d38 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3960,6 +3960,10 @@ overview.project.next_steps.set_up_pr_deco=To benefit from more of SonarQube's f overview.project.next_steps.set_up_ci=To benefit from more of SonarQube's features, {link}. overview.project.next_steps.links.project_settings=project settings overview.project.next_steps.links.set_up_ci=set up analysis in your favorite CI +overview.project.no_data=No data. +overview.run_analysis_to_compute.TRK=Run new analysis to compute. +overview.run_analysis_to_compute.APP=All projects need to be analysed. +overview.missing_project_data.APP=Some projects are missing data. All projects in the application need to be analysed. overview.coverage_on=Coverage on overview.coverage_on_X_lines=Coverage on {count} Lines to cover |