diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-09-13 17:10:26 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-09-16 20:03:14 +0000 |
commit | 227f5d3bfc797c8ecc7ebe7e283af3b68522c1ad (patch) | |
tree | 4034b980dd5be42cbd58ea8a3a7c508f0c60d953 /sonar-core | |
parent | 6f2881c71996715ba3a9a7b2451f008c2239d7eb (diff) | |
download | sonarqube-227f5d3bfc797c8ecc7ebe7e283af3b68522c1ad.tar.gz sonarqube-227f5d3bfc797c8ecc7ebe7e283af3b68522c1ad.zip |
SONAR-17285 Display new data and execution type flows for issues
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 6 insertions, 1 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 75584c852e3..95279591fd2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -73,6 +73,7 @@ download_verb=Download duplications=Duplications end_date=End Date edit=Edit +error=Error events=Events example=Example expand_all=Expand all @@ -177,6 +178,7 @@ rules=Rules save=Save search_results=Search results search_verb=Search +secondary=Secondary see_all=See all see_x=See {0} select_verb=Select @@ -191,12 +193,12 @@ start_date=Start Date x_show={0} shown x_selected={0} selected x_of_y_shown={0} of {1} shown -secondary=Secondary size=Size skip=Skip skip_to_content=Skip to main content status=Status support=Support +success=Success table=Table tags=Tags tags_list_x=Tags list: {0} @@ -867,6 +869,8 @@ issue.transition.resolveasreviewed.description=There is no Vulnerability in the issue.transition.resetastoreview=Reset as To Review issue.transition.resetastoreview.description=The Security Hotspot should be analyzed again issue.tabs.code=Where is the issue? +issue.x_data_flows={0} data flow(s) +issue.execution_flow=Full execution flow issues.action_select=Select issue issues.action_select.label=Select issue {0} @@ -911,6 +915,7 @@ issue.effort=Effort: issue.x_effort={0} effort issue.filter_similar_issues=Filter Similar Issues issue.this_issue_involves_x_code_locations=This issue involves {0} code location(s) +issue.this_flow_involves_x_code_locations=This flow involves {0} code location(s) issue.from_external_rule_engine=Issue detected by an external rule engine: {0} issue.external_issue_description=This is external rule {0}. No details are available. issues.cannot_open_issue_max_initial_X_fetched=Cannot open selected issue, as it's not part of the initial {0} loaded issues. |