mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix CLOUDSTACK-8187 and CLOUDSTACK-8232: missing UI labels
This commit is contained in:
parent
070813a106
commit
34c75f296b
@ -312,6 +312,7 @@ label.add.egress.rule=Add egress rule
|
||||
label.add.F5.device=Add F5 device
|
||||
label.add.firewall=Add firewall rule
|
||||
label.add.guest.network=Add guest network
|
||||
label.add.isolated.guest.network=Add Isolated Guest Network
|
||||
label.add.host=Add Host
|
||||
label.add.ingress.rule=Add Ingress Rule
|
||||
label.add.intermediate.certificate=Add intermediate certificate
|
||||
@ -845,6 +846,7 @@ label.move.up.row=Move up one row
|
||||
label.my.account=My Account
|
||||
label.my.network=My network
|
||||
label.my.templates=My templates
|
||||
label.na=N/A
|
||||
label.name.optional=Name (Optional)
|
||||
label.name=Name
|
||||
label.nat.port.range=NAT Port Range
|
||||
|
||||
@ -975,7 +975,8 @@ label.move.up.row=Monter d\\'un cran
|
||||
label.my.account=Mon compte
|
||||
label.my.network=Mon r\u00e9seau
|
||||
label.my.templates=Mes mod\u00e8les
|
||||
label.name.lower=name
|
||||
label.na=N/D
|
||||
label.name.lower=nom
|
||||
label.name=Nom
|
||||
label.name.optional=Nom (optionnel)
|
||||
label.nat.port.range=Plage de port NAT
|
||||
|
||||
@ -822,6 +822,7 @@ $.extend(dictionary, {
|
||||
'label.health.check': '<fmt:message key="label.health.check" />',
|
||||
'label.public.load.balancer.provider': '<fmt:message key="label.public.load.balancer.provider" />',
|
||||
'label.add.isolated.network': '<fmt:message key="label.add.isolated.network" />',
|
||||
'label.add.isolated.guest.network': '<fmt:message key="label.add.isolated.guest.network" />',
|
||||
'label.secondary.isolated.vlan.id': '<fmt:message key="label.secondary.isolated.vlan.id" />',
|
||||
'label.ipv4.netmask': '<fmt:message key="label.ipv4.netmask" />',
|
||||
'label.custom': '<fmt:message key="label.custom" />',
|
||||
|
||||
@ -1252,7 +1252,7 @@
|
||||
if (args != null)
|
||||
return args;
|
||||
else
|
||||
return 'label.na';
|
||||
return _l('label.na');
|
||||
}
|
||||
},
|
||||
|
||||
@ -1862,7 +1862,7 @@
|
||||
},
|
||||
messages: {
|
||||
notification: function(args) {
|
||||
return 'label.acquire.new.secondary.ip';
|
||||
return _l('label.acquire.new.secondary.ip');
|
||||
}
|
||||
},
|
||||
action: function(args) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user