mirror of https://github.com/apache/cloudstack.git
WIP: Install wizard localization
This commit is contained in:
parent
ce653cc782
commit
fb7575f8a6
File diff suppressed because it is too large
Load Diff
|
|
@ -1,5 +1,12 @@
|
|||
<<<<<<< HEAD
|
||||
#new labels (begin) **********************************************************************************************
|
||||
#cloudstack 3.0 (begin) ********************************************************************************************
|
||||
=======
|
||||
label.installWizard.title=こんにちは、CloudStack™ へようこそ。
|
||||
label.agree=同意する
|
||||
label.license.agreement=ライセンス契約
|
||||
label.license.agreement.subtitle=インストールする前に、CloudStack™ ライセンスに同意してください。
|
||||
>>>>>>> 18bfc40... WIP: Install wizard localization
|
||||
label.manage.resources=リソースを管理する
|
||||
label.port.forwarding.policies=ポートフォワーディングのポリシー
|
||||
label.load.balancing.policies=バランサポリシーをロードする
|
||||
|
|
|
|||
|
|
@ -1671,6 +1671,7 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
<<<<<<< HEAD
|
||||
'message.setup.physical.network.during.zone.creation.basic': '<fmt:message key="message.setup.physical.network.during.zone.creation.basic"/>',
|
||||
'label.traffic.label': '<fmt:message key="label.traffic.label"/>',
|
||||
'label.management.ips': '<fmt:message key="label.management.ips"/>',
|
||||
|
|
@ -1790,6 +1791,8 @@ dictionary = {
|
|||
'label.introduction.to.cloudstack': '<fmt:message key="label.introduction.to.cloudstack"/>',
|
||||
'label.what.is.cloudstack': '<fmt:message key="label.what.is.cloudstack"/>',
|
||||
'label.installWizard.subtitle': '<fmt:message key="label.installWizard.subtitle"/>',
|
||||
=======
|
||||
>>>>>>> 18bfc40... WIP: Install wizard localization
|
||||
'label.installWizard.title': '<fmt:message key="label.installWizard.title"/>',
|
||||
'label.agree': '<fmt:message key="label.agree"/>',
|
||||
'label.license.agreement.subtitle': '<fmt:message key="label.license.agreement.subtitle"/>',
|
||||
|
|
|
|||
|
|
@ -215,7 +215,11 @@
|
|||
.append(
|
||||
$.merge(
|
||||
$('<h2></h2>').html(_l('label.installWizard.title')),
|
||||
<<<<<<< HEAD
|
||||
$('<h3></h3>').html(_l('label.installWizard.subtitle'))
|
||||
=======
|
||||
$('<h3></h3>').html('This tour will aid you in setting up your CloudStack installation')
|
||||
>>>>>>> 18bfc40... WIP: Install wizard localization
|
||||
)
|
||||
);
|
||||
},
|
||||
|
|
@ -299,7 +303,11 @@
|
|||
var $intro = $('<div></div>').addClass('intro eula');
|
||||
var $title = $('<div></div>').addClass('title').html(_l('label.license.agreement'));
|
||||
var $subtitle = $('<div></div>').addClass('subtitle').html(_l('label.license.agreement.subtitle'));
|
||||
<<<<<<< HEAD
|
||||
var $copy = $('<div></div>').addClass('eula-copy').html(eulaHTML);
|
||||
=======
|
||||
var $copy = getCopy('eula', $('<div></div>').addClass('eula-copy'));
|
||||
>>>>>>> 18bfc40... WIP: Install wizard localization
|
||||
var $continue = elems.nextButton(_l('label.agree'));
|
||||
|
||||
$continue.click(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue