Bug 887078

Summary: [ALL_LANG][SAM CLI] Unlocalized strings for architecture module
Product: Red Hat Satellite Reporter: Noriko Mizumoto <noriko>
Component: Content ManagementAssignee: Katello Bug Bin <katello-bugs>
Status: CLOSED WONTFIX QA Contact: SAM QE List <sam-qe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: NightlyCC: agarcia, eng-l10n-bugs, eukim, hpeters, lijli, msuchy, sfriedma
Target Milestone: UnspecifiedKeywords: i18n, Translation, Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-08 19:45:36 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:

Description Noriko Mizumoto 2012-12-14 01:52:16 UTC
Description of problem:
Unlocalized strings for domain module

Version-Release number of selected component (if applicable):
Subscription Asset Manager Version: 1.2.-6h.el6_3

How reproducible:
100%

Steps to Reproduce:

[root@i18nsamtest ~]# headpin architecture -h
Usage:  headpin <options> architecture <command>
Supported Commands:
	create         create an architecture
	delete         delete an architecture
	info           show details about an architecture
	list           list all known architectures
	update         update an architecture

Options:
  -h, --help  show this help message and exit

[root@i18nsamtest ~]# headpin architecture create -h
Usage:  headpin <options> architecture create <options>

Options:
  -h, --help    show this help message and exit
  --name=NAME   architecture name (required)
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。

# headpin architecture delete -h
# headpin architecture info -h
# headpin architecture list -h
# headpin architecture update -h



Actual results:
Unlocalized strings for architecture module.

Expected results:
All the strings should be localized.

Additional info:

Comment 1 Eunju, Kim 2012-12-14 05:00:45 UTC
confirmed for ko-KR.

Comment 2 Hedda Peters 2012-12-14 05:22:52 UTC
*** Bug 887125 has been marked as a duplicate of this bug. ***

Comment 3 Hedda Peters 2012-12-14 05:23:25 UTC
confirmed for de-DE

Comment 4 Sam Friedmann 2012-12-14 05:46:39 UTC
Confirmed for fr-FR.

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

Comment 7 Lijun Li 2012-12-19 03:10:21 UTC
Build: SAM-1.2-RHEL-6-20121211.n.0

katello-headpin-all.noarch 0:1.2.6-6h.el6_3 

[root@i18nsamtest ~]# headpin architecture -h
Usage:  headpin <options> architecture <command>
Supported Commands:
	create         create an architecture
	delete         delete an architecture
	info           show details about an architecture
	list           list all known architectures
	update         update an architecture

Options:
  -h, --help  show this help message and exit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
[root@i18nsamtest ~]# headpin architecture create -h
Usage:  headpin <options> architecture create <options>

Options:
  -h, --help    show this help message and exit
  --name=NAME   architecture name (required)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin architecture delete -h
Usage:  headpin <options> architecture delete <options>

Options:
  -h, --help    show this help message and exit
  --name=NAME   architecture name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin architecture info -h
Usage:  headpin <options> architecture info <options>

Options:
  -h, --help    show this help message and exit
  --name=NAME   architecture name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin architecture list -h
Usage:  headpin <options> architecture list

Options:
  -h, --help    show this help message and exit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin architecture update -h
Usage:  headpin <options> architecture update <options>

Options:
  -h, --help       show this help message and exit
  --name=OLD_NAME  architecture name (required)
  --new_name=NAME  new name for the architecture (required)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g               grep が使いやすい出力
  -v               詳細な構造化された出力
  -d DELIMITER     grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading      ヘッディングの出力を表示しません。出力を grep する場合に便利です。

Comment 8 Lijun Li 2012-12-19 03:12:14 UTC
*** Bug 887100 has been marked as a duplicate of this bug. ***

Comment 9 Miroslav Suchý 2013-02-12 09:37:17 UTC
This will have to wait translation team just before next release of CFSE, which is not yet scheduled.
If you want this change in upstream sooner, you can help translate it here:
https://www.transifex.com/projects/p/katello/

Comment 10 Bryan Kearney 2014-01-08 19:45:36 UTC
Closing all L10N bugs until we can do a full translation path through the code.