-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.15
-
None
-
Low
-
No
-
False
-
Description of problem:
After install operator "VerticalPodAutoscaler" from OperatorHub page. There is "VerticalPodAutoscalers" field with"No VerticalPodAutoscalers" value. The translation for "No VerticalPodAutoscalers" in ja/ko/zh files are not correct.
Version-Release number of selected component (if applicable):
4.15.0-0.nightly-2024-02-22-193834
How reproducible:
Always
Steps to Reproduce:
1.Install operator "VerticalPodAutoscaler" from OperatorHub page. 2.Check on any one deployment details page. 3.Check translations files for VerticalPodAutoscaler field.
Actual results:
2. There is "VerticalPodAutoscalers" field with"No VerticalPodAutoscalers" value. 3. In ja/ko/zh translation files, they are "No VerticalPodAutoscaler". \# git checkout release-4.15 \# grep -nr "No VerticalPodAutoscaler" frontend/packages/* frontend/packages/console-app/locales/en/console-app.json:577: "No VerticalPodAutoscalers": "No VerticalPodAutoscalers", frontend/packages/console-app/locales/ja/console-app.json:557: "No VerticalPodAutoscaler": "No VerticalPodAutoscaler", frontend/packages/console-app/locales/ko/console-app.json:557: "No VerticalPodAutoscaler": "No VerticalPodAutoscaler", frontend/packages/console-app/locales/zh/console-app.json:557: "No VerticalPodAutoscaler": "没有 VerticalPodAutoscaler", frontend/packages/console-app/src/components/vpa/VerticalPodAutoscalerRecommendations.tsx:66: : t('console-app~No VerticalPodAutoscalers')}
Expected results:
3. The translation in ja/ko/zh files should be the same with in master branch(currently 4.16). \# git checkout master Switched to branch 'master' \# grep -nr "No VerticalPodAutoscaler" frontend/packages/* frontend/packages/console-app/locales/en/console-app.json:585: "No VerticalPodAutoscalers": "No VerticalPodAutoscalers", frontend/packages/console-app/locales/ja/console-app.json:567: "No VerticalPodAutoscalers": "VerticalPodAutoscalers がありません", frontend/packages/console-app/locales/ko/console-app.json:567: "No VerticalPodAutoscalers": "VerticalPodAutoscalers 없음", frontend/packages/console-app/locales/zh/console-app.json:567: "No VerticalPodAutoscalers": "没有 VerticalPodAutoscalers", frontend/packages/console-app/src/components/vpa/VerticalPodAutoscalerRecommendations.tsx:66: : t('console-app~No VerticalPodAutoscalers')}
Additional info:
Screenshot: https://drive.google.com/file/d/1I91oMV09CdBGabBpcm0TVSPH0NAkgdxl/view?usp=drive_link
- depends on
-
OCPBUGS-23925 VPAs from different projects are shown under one deployment "Resources" tab
- Closed
- links to
-
RHBA-2024:1449 OpenShift Container Platform 4.15.z bug fix update