【本地化】部分界面文字错误修复
parent
e4144075ef
commit
ea06cd97e6
|
@ -2286,4 +2286,7 @@
|
||||||
[12285] = GetLanguageStrById("红点Debug"),
|
[12285] = GetLanguageStrById("红点Debug"),
|
||||||
[12286] = GetLanguageStrById("<color=#95523B>解锁秘宝,可以领取额外专属奖励, 并直接获得200积分,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>"),
|
[12286] = GetLanguageStrById("<color=#95523B>解锁秘宝,可以领取额外专属奖励, 并直接获得200积分,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>"),
|
||||||
[12287] = GetLanguageStrById("<color=#60A22C>解锁秘宝,激活进阶</color><color=#95523B>专属奖励+ 直升15级,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>"),
|
[12287] = GetLanguageStrById("<color=#60A22C>解锁秘宝,激活进阶</color><color=#95523B>专属奖励+ 直升15级,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>"),
|
||||||
|
[12288] = GetLanguageStrById("暂无可领取的奖励"),
|
||||||
|
[12289] = GetLanguageStrById("车迟斗法将于次日0点重置。"),
|
||||||
|
[12290] = GetLanguageStrById("请在以下道具中选择一种"),
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ function FifteenDayGift:BindEvent()
|
||||||
end)
|
end)
|
||||||
Util.AddClick(self.btnGet,function ()
|
Util.AddClick(self.btnGet,function ()
|
||||||
if #frontList == 0 then
|
if #frontList == 0 then
|
||||||
PopupTipPanel.ShowTip(Language[12285])
|
PopupTipPanel.ShowTip(Language[12288])
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
NetManager.GetActivityRewardRequest(-1,Data.activityId,function (drop)
|
NetManager.GetActivityRewardRequest(-1,Data.activityId,function (drop)
|
||||||
|
|
|
@ -204,7 +204,7 @@ function this.ShowTitleAllData()
|
||||||
this.timer = nil
|
this.timer = nil
|
||||||
end
|
end
|
||||||
this.timeTextGo:SetActive(true)
|
this.timeTextGo:SetActive(true)
|
||||||
this.timeText2.text = Language[12286]
|
this.timeText2.text = Language[12289]
|
||||||
--else
|
--else
|
||||||
elseif curProgress == -1 then
|
elseif curProgress == -1 then
|
||||||
timeText = Language[11016]
|
timeText = Language[11016]
|
||||||
|
|
|
@ -134,7 +134,7 @@ end
|
||||||
|
|
||||||
function RewardBoxPanel:RefreshData()
|
function RewardBoxPanel:RefreshData()
|
||||||
this.selectBar:SetActive(#this.rewardGroup ~= 1)--设置顶部属性条
|
this.selectBar:SetActive(#this.rewardGroup ~= 1)--设置顶部属性条
|
||||||
this.tip.text = BagManager.isBagPanel and GetLanguageStrById(Language[12287]) or GetLanguageStrById(Language[12287])
|
this.tip.text = Language[12290]
|
||||||
RewardBoxPanel:SetGiftData()
|
RewardBoxPanel:SetGiftData()
|
||||||
RewardBoxPanel:SetBottom()
|
RewardBoxPanel:SetBottom()
|
||||||
end
|
end
|
||||||
|
|
|
@ -2285,3 +2285,6 @@
|
||||||
12285,红点Debug
|
12285,红点Debug
|
||||||
12286,<color=#95523B>解锁秘宝,可以领取额外专属奖励, 并直接获得200积分,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>
|
12286,<color=#95523B>解锁秘宝,可以领取额外专属奖励, 并直接获得200积分,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>
|
||||||
12287,<color=#60A22C>解锁秘宝,激活进阶</color><color=#95523B>专属奖励+ 直升15级,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>
|
12287,<color=#60A22C>解锁秘宝,激活进阶</color><color=#95523B>专属奖励+ 直升15级,<color=#CC4325>可获取1980妖晶,邮件领取</color></color>
|
||||||
|
12288,暂无可领取的奖励
|
||||||
|
12289,车迟斗法将于次日0点重置。
|
||||||
|
12290,请在以下道具中选择一种
|
||||||
|
|
|
Loading…
Reference in New Issue