mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 13908: Fix localization label
This commit is contained in:
parent
9d954fa815
commit
cc80211957
@ -1614,6 +1614,7 @@
|
||||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'label.total.of.ip': '<fmt:message key="label.total.of.ip"/>',
|
||||
'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"/>',
|
||||
|
||||
@ -522,7 +522,7 @@
|
||||
},
|
||||
|
||||
vmtotal: { label: 'label.total.of.vm' },
|
||||
iptotal: { label: 'label.totoal.of.ip' },
|
||||
iptotal: { label: 'label.total.of.ip' },
|
||||
receivedbytes: {
|
||||
label: 'label.bytes.received',
|
||||
converter: function(args) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user