Bug 879161
| Summary: | [ALL_LANG][SAM CLI] Unlocalized strings for client module | ||
|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Lijun Li <lijli> |
| Component: | katello | Assignee: | Adam Price <adprice> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | SAM QE List <sam-qe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.3 | CC: | adprice, agarcia, eng-l10n-bugs, eukim, hpeters, noriko, qe-i18n-bugs, sfriedma, tomckay |
| Target Milestone: | rc | Keywords: | Translation, Triaged |
| Target Release: | 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-07 18:27:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 833466 | ||
Most column names are not localized. I will add them to localization, but it depends on if the translators get to them in time. Most error messages that were coming from the server were being sent as English, so the CLI has no control over that. We are actively working on getting the error messages and validation error messages translated. Pretty much the same outcome for de-DE. Currently all languages are at least 95% translated on Zanata, and the remaining untranslated strings are not the unlocalized ones mentioned above. Some of the unlocalized strings mentioned above are translated on Zanata, others are not in our translation files on Zanata yet. confirmed for ja-JP. *** Bug 886765 has been marked as a duplicate of this bug. *** confirmed for ko-KR. Confirmed for fr-FR. Mass moving i18n BZs to CFSE where they are also present Moving all POST bugs to ON_QA since we have delivered a puddle with the bugs. We will be doing a new round of translations for the 1.3 drop. Closing out these bugs so that the beta starts with a clean slate. |
Description of problem: Unlocalized strings for client module Version-Release number of selected component (if applicable): Subscription Asset Manager Version: 1.2.5-1h.el6_3 How reproducible: 100% Steps to Reproduce: [root@i18nsamtest ~]# headpin client -h Usage: headpin <options> client <command> Supported Commands: forget クライアント設定からオプションを削除 remember クライアント設定にオプションを保存 saved_options クライアント設定に保存されたオプションを一覧表示 Options: -h, --help show this help message and exit ^^^^^^^^^^^Unlocalized [root@i18nsamtest ~]# headpin client forget -h Usage: headpin <options> client forget <options> Options: -h, --help show this help message and exit ^^^^^^^^^^^Unlocalized --option=OPTION 削除されるオプションの名前 (必須) -g grep が使いやすい出力 -v 詳細な構造化された出力 -d DELIMITER grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します --noheading ヘッディングの出力を表示しません。出力を grep する場合に便利です。 [root@i18nsamtest ~]# headpin client forget --option=test -g -v -d DELIMITER --noheading error: No section: 'options' (more in the log file /var/log/katello/client.log) ^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized [root@i18nsamtest ~]# headpin client remember -h Usage: headpin <options> client remember <options> Options: -h, --help show this help message and exit ^^^^^^^^^^^^^Unlocalized [root@i18nsamtest ~]# headpin client remember --option=test --value=test Successfully remembered option [ test ] ^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized [root@i18nsamtest ~]# headpin client remember --option=test --value=test -g -v -d DELIMITER --noheading Successfully overwrote option [ test ] ^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized [root@i18nsamtest ~]# headpin client saved_options -h Usage: headpin <options> client saved_options <options> Options: -h, --help show this help message and exit ^^^^^^^^^^^^^Unlocalized [root@i18nsamtest ~]# headpin client saved_options -g ---------------------------------------------------------------------------------------------------------------------------- オプションが保存されました Option Value ^^^^^^^^^^^^Unlocalized ---------------------------------------------------------------------------------------------------------------------------- test test Actual results: Expected results: Additional info: