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:
- Templates - OS images that can be used to boot VMs and can include additional configuration information, such as installed applications
- ISO images - OS images that can be bootable or non-bootable
- Disk volume snapshots - saved copies of VM data which can be used for data recovery or to create new templates
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=セカンダリストレージは、ゾーンに関連付けられており、それは次のように格納されてい:- テンプレート - OSイメージのVMを起動すると、インストール済みのアプリケーションなどの追加の構成情報を含めることができます使用することができます
- ISOイメージ - ブートまたは非ブートできるOSイメージ
- ディスクボリュームのスナップショット - データ復旧のために使用することができ、VMデータのコピーを保存したり、新しいテンプレートを作成する
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 @@