some translations

This commit is contained in:
2021-11-11 12:02:31 -05:00
parent fbdfa5a67f
commit ade6133d19
3 changed files with 338 additions and 335 deletions

View File

@@ -274,9 +274,12 @@
<!-- 右上角按钮 -->
<Panel id="RightTopButtons">
<!-- removing donate button -->
<!--
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')" >
<Label text="#donate" />
</Button>
-->
</Panel>
<!-- 赞助 -->

View File

@@ -625,7 +625,7 @@ function InitCardGroup() {
panel.SetPanelEvent("onactivate", "SelectCardGroup(" + i + ")");
if (i === 0) {
panel.FindChildTraverse("GroupName").text = $.Localize("#td_random_group");
panel.SetAttributeString("groupname", "请点击下一步继续");
panel.SetAttributeString("groupname", "Please hit continue");
continue;
}
var key = "cardgroup" + i;

File diff suppressed because it is too large Load Diff