日任务中心-商城兑换积分不足提示语翻译
This commit is contained in:
@@ -126,6 +126,8 @@ let goldBean = $(this).attr('goldBean')
|
||||
let awardId = $(this).attr('awardid')
|
||||
let shopName = $(this).attr('shopName')
|
||||
if(Number(exchangegoldbean)>Number(goldBean)){
|
||||
$('.popup_content .title').text(langReplace(localLang.demoModule.Insufficient_points))
|
||||
$('.popup_content .content').text(langReplace(localLang.demoModule.Your_rewards))
|
||||
$('.popup_tip').show()
|
||||
}else{
|
||||
|
||||
|
@@ -48,5 +48,7 @@ langAr = {
|
||||
pointsDetails:'تفاصيل النقاط',
|
||||
Increase:'زيادة',
|
||||
Consumption:'الاستهلاك',
|
||||
Insufficient_points:'نقاط غير كافية',
|
||||
Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى'
|
||||
}
|
||||
}
|
@@ -48,5 +48,7 @@ langEn = {
|
||||
pointsDetails:'Points Details',
|
||||
Increase:'Increase',
|
||||
Consumption:'Consumption',
|
||||
Insufficient_points:'Insufficient points',
|
||||
Your_rewards:'Your current points are insufficient, please exchange for other rewards~'
|
||||
}
|
||||
}
|
@@ -48,5 +48,7 @@ langTr = {
|
||||
pointsDetails:'Puan ayrıntıları',
|
||||
Increase:'Artır',
|
||||
Consumption:'Tüketim',
|
||||
Insufficient_points:'Yetersiz puan',
|
||||
Your_rewards:'Mevcut puanlarınız yetersiz, lütfen diğer puanlarla değiştirin~'
|
||||
}
|
||||
}
|
@@ -48,5 +48,7 @@ langZh = {
|
||||
pointsDetails:'積分明細',
|
||||
Increase:'增加',
|
||||
Consumption:'消耗',
|
||||
Insufficient_points:'積分不足',
|
||||
Your_rewards:'你目前的積分不足,請兌換其他~'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user