mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02: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) **********************************************************************************************
|
#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.
|
||||||
|
|||||||
@ -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=別のプライマリ·ストレージにインスタンスを移行することを確認してください。
|
||||||
|
|||||||
@ -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"/>',
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user