Add missing localization for LB UI

This commit is contained in:
Brian Federle 2012-02-17 13:54:23 -08:00
parent 380689be88
commit f223d8086c
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#new labels (begin) ********************************************************************************************** #new labels (begin) **********************************************************************************************
label.edit.lb.rule=Edit LB rule
message.migrate.instance.to.host=Please confirm that you want to migrate instance to another host. 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 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. message.migrate.instance.to.ps=Please confirm that you want to migrate instance to another primary storage.

View File

@ -1,4 +1,5 @@
#new labels (begin) ********************************************************************************************** #new labels (begin) **********************************************************************************************
label.edit.lb.rule=LBルールを編集する
message.migrate.instance.to.host=別のホストにインスタンスを移行することを確認してください。 message.migrate.instance.to.host=別のホストにインスタンスを移行することを確認してください。
label.migrate.instance.to.host=別のホストにインスタンスを移行する label.migrate.instance.to.host=別のホストにインスタンスを移行する
message.migrate.instance.to.ps=別のプライマリ·ストレージにインスタンスを移行することを確認してください。 message.migrate.instance.to.ps=別のプライマリ·ストレージにインスタンスを移行することを確認してください。

View File

@ -1614,6 +1614,7 @@
<script language="javascript"> <script language="javascript">
dictionary = { dictionary = {
'label.edit.lb.rule': '<fmt:message key="label.edit.lb.rule"/>',
'message.migrate.instance.to.host': '<fmt:message key="message.migrate.instance.to.host"/>', 'message.migrate.instance.to.host': '<fmt:message key="message.migrate.instance.to.host"/>',
'label.migrate.instance.to.host': '<fmt:message key="label.migrate.instance.to.host"/>', 'label.migrate.instance.to.host': '<fmt:message key="label.migrate.instance.to.host"/>',
'message.migrate.instance.to.ps': '<fmt:message key="message.migrate.instance.to.ps"/>', 'message.migrate.instance.to.ps': '<fmt:message key="message.migrate.instance.to.ps"/>',

View File

@ -1815,7 +1815,7 @@
jobId: jobID jobId: jobID
}, },
notification: { notification: {
label: 'Add load balancer rule', label: 'label.add.load.balancer',
poll: function(args) { poll: function(args) {
var complete = args.complete; var complete = args.complete;
var error = args.error; var error = args.error;
@ -1868,7 +1868,7 @@
args.response.success({ args.response.success({
_custom: { jobId: json.updateloadbalancerruleresponse.jobid }, _custom: { jobId: json.updateloadbalancerruleresponse.jobid },
notification: { notification: {
label: 'Edit LB rule', label: 'label.edit.lb.rule',
poll: pollAsyncJobResult poll: pollAsyncJobResult
} }
}); });
@ -1924,7 +1924,7 @@
_custom: { _custom: {
jobId: json.assigntoloadbalancerruleresponse.jobid jobId: json.assigntoloadbalancerruleresponse.jobid
}, },
desc: 'Add VM(s) to load balancer rule', desc: 'label.add.vms.to.lb',
poll: pollAsyncJobResult poll: pollAsyncJobResult
} }
}); });