Bug 1026621

Summary: [ja_JP] Translation of message "Disabled user" is grammatically incorrect
Product: Red Hat OpenStack Reporter: Yuko Katabami <ykatabam>
Component: python-django-horizonAssignee: RHOS Maint <rhos-maint>
Status: CLOSED DUPLICATE QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.0CC: aortega, hateya, jpichon, mrunge, qe-i18n-bugs, yeylon
Target Milestone: ---Keywords: Translation
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-11 07:40:28 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:
Attachments:
Description Flags
Disabled User message in ja-JP none

Description Yuko Katabami 2013-11-05 05:20:51 UTC
Created attachment 819517 [details]
Disabled User message in ja-JP

Description of problem:
Japanese translation of message "Disabled user" is grammatically incorrect.

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


How reproducible: 100%


Steps to Reproduce:
1. Log in to Dashboard with Admin account.
2. Click "Settings" menu and change the language to Japanese.
3. On the left side panel, click "Users".
4. Select an active user from the list and disable it by clicking "Disable User" under "More" dropdown menu.

Actual results:
The current translation for "Disabled user" is:
ユーザーの無効化しました

Expected results:
ユーザーを無効化しました

Additional info:
Screenshot attached.
Similar bugs:
1026597
1026594
1026592
1026284
1026160

Comment 1 Yuko Katabami 2013-11-05 05:23:33 UTC
This will be discussed with the upstream ja-JP user group.
I will report the progress here.

Comment 3 Yuko Katabami 2013-11-10 21:08:59 UTC
Reported to the upstream ja-JP user group on 8 Nov and is currently under discussion.

Comment 4 Yuko Katabami 2013-11-11 07:40:28 UTC
This bug is caused by the following string and is the same issue as BZ#1026284

#: tables/actions.py:560
#, python-format
msgid "%(action)s %(data_type)s"
msgstr "%(data_type)sの%(action)s"

*** This bug has been marked as a duplicate of bug 1026284 ***