Bug 879161 - [ALL_LANG][SAM CLI] Unlocalized strings for client module
Summary: [ALL_LANG][SAM CLI] Unlocalized strings for client module
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Subscription Asset Manager
Classification: Retired
Component: katello
Version: 1.3
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: 2.0
Assignee: Adam Price
QA Contact: SAM QE List
URL:
Whiteboard:
: 886765 (view as bug list)
Depends On:
Blocks: sam13-tracker
TreeView+ depends on / blocked
 
Reported: 2012-11-22 09:00 UTC by Lijun Li
Modified: 2013-06-07 18:27 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-07 18:27:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Lijun Li 2012-11-22 09:00:23 UTC
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:

Comment 1 Adam Price 2012-12-11 19:44:43 UTC
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.

Comment 2 Hedda Peters 2012-12-13 06:10:03 UTC
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.

Comment 3 Noriko Mizumoto 2012-12-13 06:33:10 UTC
confirmed for ja-JP.

Comment 4 Lijun Li 2012-12-13 10:30:06 UTC
*** Bug 886765 has been marked as a duplicate of this bug. ***

Comment 5 Eunju, Kim 2012-12-13 22:46:24 UTC
confirmed for ko-KR.

Comment 6 Sam Friedmann 2012-12-14 01:18:22 UTC
Confirmed for fr-FR.

Comment 7 Tom McKay 2012-12-18 14:11:51 UTC
Mass moving i18n BZs to CFSE where they are also present

Comment 9 Bryan Kearney 2013-06-07 18:19:22 UTC
Moving all POST bugs to ON_QA since we have delivered a puddle with the bugs.

Comment 10 Bryan Kearney 2013-06-07 18:27:43 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.