>> 1. Navigate to Compute - Services - Catalogs - Orchestration Templates. Appeared page has 'テンプレートタイプ' for 'Template Type' and 'ドラフト' for 'Draft' which need to be placed in one line. Issue is fixed. >> 2. Navigate to Compute - Services - Workloads - Templates & Images. Some item in the chart on the page after clicking "All Templates & Images" remains in English. "Group", Tenant My Company access" Still reproducible. If possible please mark the strings for translation. >> 3. Navigate to Compute - Services - Requests. All items at "Approval State" and the items in "Type" drop-down and "Request Date" drop-down menu remain in English. "Type" drop-down has English entries. If possible please mark the entries for translation.
Pull request for part 2: https://github.com/ManageIQ/manageiq/pull/12478
Pull request for part 3: https://github.com/ManageIQ/manageiq/pull/12480
+ additional translation cycle will be needed here.
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b13ca484a45236fafb5e821dfd7de4894178159f commit b13ca484a45236fafb5e821dfd7de4894178159f Author: Milan Zazrivec <mzazrivec> AuthorDate: Mon Nov 7 17:30:05 2016 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Mon Nov 7 17:46:34 2016 +0100 Translated request types in request filter https://bugzilla.redhat.com/show_bug.cgi?id=1391760 app/controllers/miq_request_controller.rb | 2 +- app/models/miq_request.rb | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/feb0f94e2071291bcf15653f80ac34e895e726b6 commit feb0f94e2071291bcf15653f80ac34e895e726b6 Author: Milan Zazrivec <mzazrivec> AuthorDate: Mon Nov 7 17:18:53 2016 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Mon Nov 7 17:18:53 2016 +0100 Translated 'Group' string in VM summary https://bugzilla.redhat.com/show_bug.cgi?id=1391760 app/helpers/vm_helper/textual_summary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/ManageIQ/manageiq/pull/12530
New translations have been added into 5.7.
> >> 2. Navigate to Compute - Services - Workloads - Templates & Images. > Some item in the chart on the page after clicking "All Templates & > Images" > remains in English. > "Group", Tenant My Company access" > > Still reproducible. If possible please mark the strings for translation. > Still reproducible. > > >> 3. Navigate to Compute - Services - Requests. > All items at "Approval State" and the items in "Type" drop-down and > "Request Date" drop-down menu remain in English. > > "Type" drop-down has English entries. If possible please mark the > entries for translation. "Type" drop-down has still English entries. Tested on 5.7.0.13-rc3.20161129142908_1d51fd2
Moving to ON_DEV, since the PR https://github.com/ManageIQ/manageiq/pull/12480 addressing the problem above hasn't been cherry-picked into euwe yet.
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/c7283dca9f550e7b17557bedf04093913dd0aa58 commit c7283dca9f550e7b17557bedf04093913dd0aa58 Author: Martin Povolny <mpovolny> AuthorDate: Tue Nov 8 21:20:59 2016 +0100 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 5 13:21:07 2017 -0500 Merge pull request #12480 from mzazrivec/translated_request_types Translated request types in request filter (cherry picked from commit 3571b93f62257a2323f36ccf251ce4d690fa77ce) https://bugzilla.redhat.com/show_bug.cgi?id=1391760 app/controllers/miq_request_controller.rb | 2 +- app/models/miq_request.rb | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-)
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/6c6ee159cfda281d706eba764c17a5ef22401004 commit 6c6ee159cfda281d706eba764c17a5ef22401004 Author: Martin Povolny <mpovolny> AuthorDate: Tue Nov 8 21:21:17 2016 +0100 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jan 5 13:23:49 2017 -0500 Merge pull request #12478 from mzazrivec/translated_group_string_in_vm_summary Translated 'Group' string in VM summary (cherry picked from commit 243412972d586f35081f9f48bf736bdf0ea3e5dd) https://bugzilla.redhat.com/show_bug.cgi?id=1391760 app/helpers/vm_helper/textual_summary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
> >> 3. Navigate to Compute - Services - Requests. > All items at "Approval State" and the items in "Type" drop-down and > "Request Date" drop-down menu remain in English. > > "Type" drop-down has English entries. If possible please mark the > entries for translation. "Type" drop-down has still English entries. Verified on 5.7.1.0.20170124142149_8a5f4d5
https://github.com/ManageIQ/manageiq/pull/14421