From 4b2709ceffb3a149fd9e3eaeef7ce6b2fe106649 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 16 Feb 2012 15:10:01 -0800 Subject: [PATCH] Add missing localization for instances.js --- .../classes/resources/messages.properties | 4 ++ .../classes/resources/messages_ja.properties | 4 ++ ui/index.jsp | 4 ++ ui/scripts/instances.js | 54 ++++++++----------- 4 files changed, 35 insertions(+), 31 deletions(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 52b4f4f2196..66372b3f126 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1,3 +1,7 @@ +message.migrate.instance.to.host=Please confirm that you want to migrate instance to another host. +label.migrate.instance.to.host=Migrate instance to another host +message.migrate.instance.to.ps=Please confirm that you want to migrate instance to another primary storage. +label.migrate.instance.to.ps=Migrate instance to another primary storage label.corrections.saved=Corrections saved message.installWizard.copy.whatIsSecondaryStorage=Secondary storage is associated with a zone, and it stores the following: message.installWizard.copy.whatIsPrimaryStorage=A CloudStack™ cloud infrastructure makes use of two types of storage: primary storage and secondary storage. Both of these can be iSCSI or NFS servers, or localdisk.

Primary storage is associated with a cluster, and it stores the disk volumes of each guest VM for all the VMs running on hosts in that cluster. The primary storage server is typically located close to the hosts. diff --git a/client/WEB-INF/classes/resources/messages_ja.properties b/client/WEB-INF/classes/resources/messages_ja.properties index 7be615649bb..c1e5e41d395 100644 --- a/client/WEB-INF/classes/resources/messages_ja.properties +++ b/client/WEB-INF/classes/resources/messages_ja.properties @@ -1,3 +1,7 @@ +message.migrate.instance.to.host=別のホストにインスタンスを移行することを確認してください。 +label.migrate.instance.to.host=別のホストにインスタンスを移行する +message.migrate.instance.to.ps=別のプライマリ·ストレージにインスタンスを移行することを確認してください。 +label.migrate.instance.to.ps=別のプライマリストレージにインスタンスを移行する label.corrections.saved=修正が保存され message.installWizard.copy.whatIsSecondaryStorage=セカンダリストレージは、ゾーンに関連付けられており、それは次のように格納されてい: message.installWizard.copy.whatIsPrimaryStorage=プライマリストレージとセカンダリストレージ:CloudStack™クラウド·インフラストラクチャは、ストレージの2つのタイプを使用しています。これらの両方は、iSCSIまたはNFSサーバー、またはlocaldiskすることができます。

プライマリ·ストレージは、クラスタに関連付けられており、そのクラスタ内のホスト上で実行されているすべてのVMの各ゲストVMのディスクボリュームに格納されています。プライマリ·ストレージ·サーバーは通常、ホストの近くに位置しています。 diff --git a/ui/index.jsp b/ui/index.jsp index cfa90e626eb..b3bc7fb1f99 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1614,6 +1614,10 @@