日任务中心-商城兑换积分不足提示语翻译

This commit is contained in:
chenruiye
2025-05-29 18:38:14 +08:00
parent 08f1fe90c6
commit f748e3cf70
5 changed files with 10 additions and 0 deletions

View File

@@ -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{

View File

@@ -48,5 +48,7 @@ langAr = {
pointsDetails:'تفاصيل النقاط',
Increase:'زيادة',
Consumption:'الاستهلاك',
Insufficient_points:'نقاط غير كافية',
Your_rewards:'نقاطك الحالية غير كافية، يُرجى استبدالها بنقاط أخرى'
}
}

View File

@@ -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~'
}
}

View File

@@ -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~'
}
}

View File

@@ -48,5 +48,7 @@ langZh = {
pointsDetails:'積分明細',
Increase:'增加',
Consumption:'消耗',
Insufficient_points:'積分不足',
Your_rewards:'你目前的積分不足,請兌換其他~'
}
}