Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-29963

[release-4.15] Translations for "No VerticalPodAutoscalers" in ja/ko/zh langualges are not correct.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Undefined Undefined
    • 4.15.z
    • 4.15
    • Management Console
    • None
    • Low
    • No
    • False
    • Hide

      None

      Show
      None

      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

            cajieh Cyril Ajieh
            rhn-support-yanpzhan Yanping Zhang
            YaDan Pei YaDan Pei
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: