mirror of https://github.com/apache/cloudstack.git
Localization for 'Allocated' state
This commit is contained in:
parent
53126cdf9d
commit
7479fd9b03
|
|
@ -1,3 +1,4 @@
|
|||
state.Allocated=Allocated
|
||||
changed.item.properties=Changed item properties
|
||||
label.apply=Apply
|
||||
label.default=Default
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#cloudstack 3.0 (begin) ********************************************************************************************
|
||||
state.Allocated=割り当てられた
|
||||
changed.item.properties=変更された項目のプロパティ
|
||||
label.apply=適用される
|
||||
label.default=デフォルト
|
||||
|
|
|
|||
|
|
@ -1599,6 +1599,7 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'state.Allocated': '<fmt:message key="state.Allocated"/>',
|
||||
'changed.item.properties': '<fmt:message key="changed.item.properties"/>',
|
||||
'label.apply': '<fmt:message key="label.apply"/>',
|
||||
'label.default': '<fmt:message key="label.default"/>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue