Fix translation
Some checks failed
Running Code Coverage / build (20.x) (push) Failing after 24s

This commit is contained in:
Alexander Burmatov 2024-11-14 19:56:41 +03:00 committed by Alexander Stepchenko
parent b1dae4a277
commit a665e1bee8

View File

@ -146,17 +146,18 @@
},
"vulnerabilityCountCard": {
"total": "Всего",
"critical": "Критических",
"critical": "Критическая",
"criticalShort": "К",
"high": "Серьезных",
"highShort": "С",
"medium": "Средних",
"mediumShort": "Ср",
"low": "Небольших",
"high": "Высокая",
"highShort": "В",
"medium": "Средняя",
"mediumShort": "С",
"low": "Низкая",
"lowShort": "Н",
"unknown": "Неизвестных",
"unknownShort": "Не",
"no": "Нет"
"unknown": "Неизвестная",
"unknownShort": "НИ",
"no": "Нет",
"none": "Отсутствует"
},
"vulnerabilityPackageSection": {
"packagePath": "Путь пакета",