some translations
This commit is contained in:
@@ -274,9 +274,12 @@
|
|||||||
|
|
||||||
<!-- 右上角按钮 -->
|
<!-- 右上角按钮 -->
|
||||||
<Panel id="RightTopButtons">
|
<Panel id="RightTopButtons">
|
||||||
|
<!-- removing donate button -->
|
||||||
|
<!--
|
||||||
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')" >
|
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')" >
|
||||||
<Label text="#donate" />
|
<Label text="#donate" />
|
||||||
</Button>
|
</Button>
|
||||||
|
-->
|
||||||
</Panel>
|
</Panel>
|
||||||
|
|
||||||
<!-- 赞助 -->
|
<!-- 赞助 -->
|
||||||
|
|||||||
@@ -625,7 +625,7 @@ function InitCardGroup() {
|
|||||||
panel.SetPanelEvent("onactivate", "SelectCardGroup(" + i + ")");
|
panel.SetPanelEvent("onactivate", "SelectCardGroup(" + i + ")");
|
||||||
if (i === 0) {
|
if (i === 0) {
|
||||||
panel.FindChildTraverse("GroupName").text = $.Localize("#td_random_group");
|
panel.FindChildTraverse("GroupName").text = $.Localize("#td_random_group");
|
||||||
panel.SetAttributeString("groupname", "请点击下一步继续");
|
panel.SetAttributeString("groupname", "Please hit continue");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
var key = "cardgroup" + i;
|
var key = "cardgroup" + i;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user