mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 13702
Fix missing labels for instance state/actions
This commit is contained in:
parent
86ce1b0675
commit
f58cec83c6
@ -1,4 +1,5 @@
|
||||
#new labels (begin) **********************************************************************************************
|
||||
state.Stopping=Stopping
|
||||
message.add.load.balancer.under.ip=The load balancer rule has been added under IP:
|
||||
message.select.instance=Please select an instance.
|
||||
label.select=Select
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#new labels (begin) **********************************************************************************************
|
||||
state.Stopping=停止
|
||||
message.add.load.balancer.under.ip=ロードバランサのルールは、IPの下に追加されました。
|
||||
message.select.instance=インスタンスを選択してください。
|
||||
label.select=選択する
|
||||
|
||||
@ -1614,6 +1614,7 @@
|
||||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'state.Stopping': '<fmt:message key="state.Stopping"/>',
|
||||
'message.add.load.balancer.under.ip': '<fmt:message key="message.add.load.balancer.under.ip"/>',
|
||||
'message.select.instance': '<fmt:message key="message.select.instance"/>',
|
||||
'label.select': '<fmt:message key="label.select"/>',
|
||||
|
||||
@ -560,7 +560,7 @@
|
||||
return 'message.action.start.instance';
|
||||
},
|
||||
notification: function(args) {
|
||||
return 'message.notification.start.instance';
|
||||
return 'label.action.start.instance';
|
||||
}
|
||||
},
|
||||
notification: {
|
||||
@ -611,7 +611,7 @@
|
||||
},
|
||||
|
||||
notification: function(args) {
|
||||
return 'message.notification.stop.instance';
|
||||
return 'label.action.stop.instance';
|
||||
}
|
||||
},
|
||||
notification: {
|
||||
@ -647,7 +647,7 @@
|
||||
return 'message.action.reboot.instance';
|
||||
},
|
||||
notification: function(args) {
|
||||
return 'message.notification.reboot.instance';
|
||||
return 'instances.actions.reboot.label';
|
||||
}
|
||||
},
|
||||
notification: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user