mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - add more localization labels.
This commit is contained in:
parent
9f86abccbd
commit
c05a040c56
|
|
@ -318,7 +318,7 @@ label.action.unmanage.cluster=Unmanage Cluster
|
|||
message.action.unmanage.cluster=Please confirm that you want to unmanage the cluster.
|
||||
label.action.unmanage.cluster.processing=Unmanaging Cluster....
|
||||
|
||||
allocation.state=Allocation State
|
||||
label.allocation.state=Allocation State
|
||||
managed.state=Managed State
|
||||
|
||||
label.default.use=Default Use
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ label.action.unmanage.cluster=非管理対象クラスタ
|
|||
message.action.unmanage.cluster=クラスタを非管理対象にしてもよろしいですか?
|
||||
label.action.unmanage.cluster.processing=クラスタを非管理対象にしています....
|
||||
|
||||
allocation.state=アロケーション状態
|
||||
label.allocation.state=アロケーション状態
|
||||
managed.state=管理された状態
|
||||
|
||||
label.default.use=デフォルト使用
|
||||
|
|
|
|||
|
|
@ -1915,7 +1915,7 @@ dictionary = {
|
|||
'label.action.unmanage.cluster': '<fmt:message key="label.action.unmanage.cluster" />',
|
||||
'message.action.unmanage.cluster': '<fmt:message key="message.action.unmanage.cluster" />',
|
||||
'label.action.unmanage.cluster.processing': '<fmt:message key="label.action.unmanage.cluster.processing" />',
|
||||
'allocation.state': '<fmt:message key="allocation.state" />',
|
||||
'label.allocation.state': '<fmt:message key="label.allocation.state" />',
|
||||
'managed.state': '<fmt:message key="managed.state" />',
|
||||
'label.default.use': '<fmt:message key="label.default.use" />',
|
||||
'label.host.tags': '<fmt:message key="label.host.tags" />',
|
||||
|
|
|
|||
|
|
@ -3043,7 +3043,7 @@
|
|||
}
|
||||
},
|
||||
allocationstate: {
|
||||
label: 'allocation.state',
|
||||
label: 'label.allocation.state',
|
||||
converter: function(str) {
|
||||
// For localization
|
||||
return str;
|
||||
|
|
@ -3301,7 +3301,7 @@
|
|||
},
|
||||
{
|
||||
id: { label: 'label.id' },
|
||||
allocationstate: { label: 'allocation.state' },
|
||||
allocationstate: { label: 'label.allocation.state' },
|
||||
dns1: { label: 'label.dns.1', isEditable: true },
|
||||
dns2: { label: 'label.dns.2', isEditable: true },
|
||||
internaldns1: { label: 'label.internal.dns.1', isEditable: true },
|
||||
|
|
@ -4291,7 +4291,7 @@
|
|||
// For localization
|
||||
return str;
|
||||
},
|
||||
label: 'allocation.state'
|
||||
label: 'label.allocation.state'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -4542,7 +4542,7 @@
|
|||
// For localization
|
||||
return str;
|
||||
},
|
||||
label: 'allocation.state'
|
||||
label: 'label.allocation.state'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
@ -4591,7 +4591,7 @@
|
|||
name: { label: 'label.name' },
|
||||
podname: { label: 'label.pod' },
|
||||
hypervisortype: { label: 'label.hypervisor' },
|
||||
//allocationstate: { label: 'allocation.state' },
|
||||
//allocationstate: { label: 'label.allocation.state' },
|
||||
//managedstate: { label: 'Managed State' },
|
||||
state: {
|
||||
converter: function(str) {
|
||||
|
|
@ -4969,7 +4969,7 @@
|
|||
podname: { label: 'label.pod' },
|
||||
hypervisortype: { label: 'label.hypervisor' },
|
||||
clustertype: { label: 'label.cluster.type' },
|
||||
//allocationstate: { label: 'allocation.state' },
|
||||
//allocationstate: { label: 'label.allocation.state' },
|
||||
//managedstate: { label: 'Managed State' },
|
||||
state: { label: 'label.state' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue