Bug 1000209 - In zh_CN language env, service start output info translate error.
Summary: In zh_CN language env, service start output info translate error.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: initscripts
Version: 6.4
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: initscripts Maintenance Team
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks: 1000859
TreeView+ depends on / blocked
 
Reported: 2013-08-23 00:38 UTC by JianHong Yin
Modified: 2016-11-25 13:04 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1000859 (view as bug list)
Environment:
Last Closed: 2016-11-09 16:40:55 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description JianHong Yin 2013-08-23 00:38:28 UTC
Description of problem:
In zh_CN language env, service start output info translate error.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. install RHEL6.4 with Chinese Simplified language set
2. and see the follow section Actual results
3.

Actual results:
[root@dhcp-13-188 ~]# service nfs start
启动 NFS 服务:                                            [确定]
关掉 NFS 配额:                                            [确定]
  `----> translate Error. should be "启动"(starting) not "关掉"(shutting sown)
启动 NFS mountd:                                          [确定]
启动 NFS 守护进程:                                        [确定]
正在启动 RPC idmapd:                                      [确定]
[root@dhcp-13-188 ~]# service nfs stop
关闭 NFS 守护进程:                                        [确定]
关闭 NFS mountd:                                          [确定]
关闭 NFS quotas:                                          [确定]
Shutting down RPC idmapd:                                  [确定]
  `-----> here should use chinese also, this should be nfs-utils problem.
[root@dhcp-13-188 ~]# /etc/init.d/nfs  start
Starting NFS services:                                     [  OK  ]
Starting NFS quotas:                                       [  OK  ]
Starting NFS mountd:                                       [  OK  ]
Starting NFS daemon:                                       [  OK  ]
正在启动 RPC idmapd:                                      [确定]
  `----> here should be english also. shuold be nfs-utils, not use the union output method
[root@dhcp-13-188 ~]# /etc/init.d/nfs  stop
Shutting down NFS daemon:                                  [  OK  ]
Shutting down NFS mountd:                                  [  OK  ]
Shutting down NFS quotas:                                  [  OK  ]
Shutting down RPC idmapd:                                  [确定]
                                                    `-->here should use OK
[root@dhcp-13-188 ~]# 


Additional info:

Comment 2 JianHong Yin 2013-08-23 00:54:49 UTC
test language env:
[root@dhcp-13-188 ~]# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Comment 3 Lukáš Nykrýn 2013-08-23 14:46:51 UTC
Translation for initscripts is handled on transifex https://fedora.transifex.com/projects/p/fedora-initscripts/resource/rhel6-branch/
so if there are some translation error, they should be fixed there.

Comment 4 JianHong Yin 2013-08-26 01:36:08 UTC
(In reply to Lukáš Nykrýn from comment #3)
> Translation for initscripts is handled on transifex
> https://fedora.transifex.com/projects/p/fedora-initscripts/resource/rhel6-
> branch/
> so if there are some translation error, they should be fixed there.

I see.   and there is another issue:

[root@dhcp-13-188 ~]# /etc/init.d/nfs  start
Starting NFS services:                                     [  OK  ]
Starting NFS quotas:                                       [  OK  ]
Starting NFS mountd:                                       [  OK  ]
Starting NFS daemon:                                       [  OK  ]
正在启动 RPC idmapd:                                      [确定]
  `----> here should be english also. shuold be nfs-utils, not use the union output method
[root@dhcp-13-188 ~]# /etc/init.d/nfs  stop
Shutting down NFS daemon:                                  [  OK  ]
Shutting down NFS mountd:                                  [  OK  ]
Shutting down NFS quotas:                                  [  OK  ]
Shutting down RPC idmapd:                                  [确定]
                                                 `-->here should use OK

Comment 5 Christopher Meng 2013-08-26 01:43:08 UTC
You should ask us to fix that.

Create this bug is useless.

Comment 7 RHEL Program Management 2013-10-14 02:36:00 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 8 Christopher Meng 2014-01-21 02:19:38 UTC
Hi,

Not sure if it is fixed?

Thanks.

Comment 9 David Kaspar // Dee'Kej 2016-11-09 16:40:55 UTC
(In reply to Lukáš Nykrýn from comment #3)
> Translation for initscripts is handled on transifex
> https://fedora.transifex.com/projects/p/fedora-initscripts/resource/rhel6-
> branch/
> so if there are some translation error, they should be fixed there.

As per comment, there's nothing we can do in initscripts.


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