| Summary: | [ja_JP] Translation of description text in "Allocate Floating IP" window can be improved for better readability | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yuko Katabami <ykatabam> | ||||
| Component: | python-django-horizon | Assignee: | Yuko Katabami <ykatabam> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Lijun Li <lijli> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.0 | CC: | aortega, jpichon, mrunge, yeylon | ||||
| Target Milestone: | z1 | Keywords: | Translation, Triaged, ZStream | ||||
| Target Release: | 4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-django-horizon-2013.2.1-1.el6ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-01-23 14:23:08 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: | |||||
| Attachments: |
|
||||||
This will be discussed with the upstream ja-JP user group. I will report the progress here. Reported to the upstream ja-JP user group on 8 Nov and is currently under discussion. This translation fix has been merged into the upstream Havana Stable Update. Moving the status to POST. Created attachment 850737 [details]
Japanese translation for Allocate Floating IP is fixed
Verified on the latest RHOS 4.0.z puddle. Screenshot attached. (Note: Japanese translation for the verb "allocate" remains the same as we came to agreement in the upstream user group, however the sentence order / structure has been improved according to my suggestion) Moving the status to VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2014-0046.html |
Description of problem: Japanese translation of description in "Allocate Floating IP" window can be improved for better readability. 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" and change the language to Japanese 3. Select "Project" tab on the left panel and click "Access & Security" under "Manage Compute" 4. Select "Floading IP" tab on the main panel and click "Allocate IP To Porject" 5. In "Allocate Floating IP" window, check text shown under "Description" ("Allocate a floating IP from a given floating IP pool.") Actual results: Floating IP を指定した Floating IP プールから割り当てます。 (because of the order of clauses, this can be interpreted in two different ways, and incorrect interpretation is: "Allocate from Floating IP pool which you have given Floating IP) Expected results: Change the order of clauses to: 指定した Floating IP プールから Floating IP を割り当てます。 Additional info: #: dashboards/project/access_and_security/templates/access_and_security/floating_ips/_allocate.html:19 msgid "Allocate a floating IP from a given floating IP pool." msgstr "Floating IP を指定した Floating IP プールから割り当てます。" Screenshot attached