mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Add missing localization for LB UI
This commit is contained in:
parent
380689be88
commit
f223d8086c
@ -1,4 +1,5 @@
|
||||
#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.
|
||||
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.
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#new labels (begin) **********************************************************************************************
|
||||
label.edit.lb.rule=LBルールを編集する
|
||||
message.migrate.instance.to.host=別のホストにインスタンスを移行することを確認してください。
|
||||
label.migrate.instance.to.host=別のホストにインスタンスを移行する
|
||||
message.migrate.instance.to.ps=別のプライマリ·ストレージにインスタンスを移行することを確認してください。
|
||||
|
||||
@ -1614,6 +1614,7 @@
|
||||
|
||||
<script language="javascript">
|
||||
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"/>',
|
||||
'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"/>',
|
||||
|
||||
@ -1815,7 +1815,7 @@
|
||||
jobId: jobID
|
||||
},
|
||||
notification: {
|
||||
label: 'Add load balancer rule',
|
||||
label: 'label.add.load.balancer',
|
||||
poll: function(args) {
|
||||
var complete = args.complete;
|
||||
var error = args.error;
|
||||
@ -1868,7 +1868,7 @@
|
||||
args.response.success({
|
||||
_custom: { jobId: json.updateloadbalancerruleresponse.jobid },
|
||||
notification: {
|
||||
label: 'Edit LB rule',
|
||||
label: 'label.edit.lb.rule',
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
});
|
||||
@ -1924,7 +1924,7 @@
|
||||
_custom: {
|
||||
jobId: json.assigntoloadbalancerruleresponse.jobid
|
||||
},
|
||||
desc: 'Add VM(s) to load balancer rule',
|
||||
desc: 'label.add.vms.to.lb',
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user