Translate severity count limit
What does this MR do and why?
The '1000+' string isn't localized, so it won't work well for East Asian languages (which uses a monospace + character) and RTL languages (which shows '+1000').
This MR translates those strings in the vulnerability reports.
Changelog: changed EE: true
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Nothing changes visually for English websites.
How to set up and validate locally
- Import https://gitlab.com/gitlab-examples/security/security-reports/
- Run a pipeline against the default branch
- Check Secure > Vulnerability Reports
- Change the
SEVERITY_COUNT_LIMITto a number smaller than total vulnerabilities inee/app/assets/javascripts/vulnerabilities/constants.js - Check the translated string in the UI
Related to #480685 (closed)