diff options
author | 7PH <b.raymond@protonmail.com> | 2024-07-17 18:40:18 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-13 20:02:46 +0000 |
commit | 9dcda2987391f2cf2d5370e96202e9f6b07879b6 (patch) | |
tree | e0d2f6335fb496961a9dc855ed59998487ad277d /sonar-core | |
parent | fe9c1ab62eec9e15f806c884f274c6d32a6c8f92 (diff) | |
download | sonarqube-9dcda2987391f2cf2d5370e96202e9f6b07879b6.tar.gz sonarqube-9dcda2987391f2cf2d5370e96202e9f6b07879b6.zip |
SONAR-22495 Render the Jupyter Notebook cells where the issue is & Add preview tab
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 23de63d4da5..ee1e16a539c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -175,6 +175,7 @@ password=Password path=Path permalink=Permanent Link plugin=Plugin +preview=Preview previous=Previous previous_=previous previous_month_x=previous month {month} @@ -1099,6 +1100,8 @@ issue.resolution.REMOVED=Removed issue.resolution.REMOVED.description=Either the rule or the resource was changed (removed, relocated, parameters changed, etc.) so that analysis no longer finds these issues. issue.unresolved.description=Unresolved issues have not been addressed in any way. +issue.preview.jupyter_notebook.error=Error while loading the Jupyter notebook. Use the Code tab to see issue details. + issue.action.permalink=Get permalink issue.line_affected=Line affected: issue.introduced=Introduced: |