diff options
author | Lucas <97296331+lucas-paulger-sonarsource@users.noreply.github.com> | 2024-10-15 10:36:28 +0300 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-21 20:04:00 +0000 |
commit | b838452eb06ec6318e23d34cc1ee23e84aa489cd (patch) | |
tree | a791bab39cfa509c26b935dbe1596ff823adf420 /sonar-core/src/main | |
parent | 596b193a1a2d64c50c728ff8051721f61cd79d0c (diff) | |
download | sonarqube-b838452eb06ec6318e23d34cc1ee23e84aa489cd.tar.gz sonarqube-b838452eb06ec6318e23d34cc1ee23e84aa489cd.zip |
SONAR-23098 Introduce Project Dependencies tab
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 22 |
1 files changed, 22 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 9c8e346cb22..b0e96baa0be 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -598,6 +598,7 @@ layout.logout=Log out layout.measures=Measures layout.settings=Administration layout.security_hotspots=Security Hotspots +layout.dependencies=Dependencies layout.settings.TRK=Project Settings layout.settings.APP=Application Settings layout.settings.VW=Portfolio Settings @@ -773,6 +774,7 @@ quality_gates.page=Quality Gates issues.page=Issues issues.skip_to_filters=Skip to issue filters issues.skip_to_list=Skip to issues list +dependencies.page=Dependencies view_projects.page=Projects portfolios.page=Portfolios portfolio_breakdown.page=Portfolio Breakdown @@ -1278,6 +1280,25 @@ issue_bulk_change.resolution_comment=Resolution comment #------------------------------------------------------------------------------ # +# DEPENDENCIES PAGE +# +#------------------------------------------------------------------------------ + +dependencies.list.title={count} {count, plural, one {dependency} other {dependencies}} +dependencies.list.name_search.title={count} matching {count, plural, one {dependency} other {dependencies}} +dependencies.empty_state.title=There are no dependencies on this project +dependencies.empty_state.body=When you analyze 3rd party code dependencies you will see them be displayed here along with any vulnerabilities they may raise +dependencies.empty_state.link_text=Learn more about dependency analysis +dependencies.transitive.label=Transitive +dependencies.direct.label=Direct +dependencies.dependency.findings.label={0} findings +dependencies.dependency.exploitable_findings.label={count} exploitable {count, plural, one {finding} other {findings}} +dependencies.dependency.no_findings.label=No findings +dependencies.dependency.version.label=version +dependencies.dependency.fix_version.label=fix with + +#------------------------------------------------------------------------------ +# # PROJECTS PAGE # #------------------------------------------------------------------------------ @@ -1909,6 +1930,7 @@ search.shortcut_hint=Hint: Press {shortcut} from anywhere to open this search ba search.show_more.hint=Press {key} to display search.placeholder=Search for projects... search.search_for_projects=Search for projects... +search.search_for_dependencies=Search for dependencies... search.search_for_members=Search for members... search.search_for_users=Search for users... search.search_for_users_or_groups=Search for users or groups... |