补齐遗留翻译

This commit is contained in:
dragon
2024-09-10 16:03:26 +08:00
parent 8c4245d153
commit 2799036ad5
4 changed files with 26 additions and 11 deletions

View File

@@ -95,16 +95,16 @@ function getConfig() {
if (res.data.hasPrettyNum) {// 是否有靓号
$('.my .sid b').text(`${res.data.erbanNo}`);
// $('.my .sid b').css('color', '#20DF5F');
$('.my .text').text(`You can change your SID right now.`);
$('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
if (!res.data.applySign) {// 30天内有申请
$('.my .text').hide();
$('.sidBox').hide()
clickStatus = false;
if (res.data.examimeStatus == 1) {//审核成功
$('.my .text').text(`You can pick your SID right now.`);
$('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
$('.sidBox').show()
} else if (res.data.examimeStatus == 2) {//审核失败0
$('.my .text').text(`You can pick your SID right now.`);
$('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
clickStatus = true;
}
else if (res.data.examimeStatus == 0) {//审核中
@@ -114,9 +114,9 @@ function getConfig() {
}
} else {
// if (res.data.examimeStatus == 1) {//审核成功
// $('.my .text').text(`You can pick your SID right now.`);
// $('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
// } else if (res.data.examimeStatus == 2) {//审核失败0
// $('.my .text').text(`You can pick your SID right now.`);
// $('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
// }
// else if (res.data.examimeStatus == 0) {//审核中
// $('.my .sid b').text(`In Review`);
@@ -133,16 +133,16 @@ function getConfig() {
} else {
if (res.data.examimeStatus == 1) {//审核成功
if (!res.data.applySign) {// 30天内有申请
$('.my .text').text(`Sorry, You cannot change Your SID now`);
$('.my .text').text(`${langReplace(localLang.demoModule.text10)}`);
clickStatus = false;
} else {
$('.my .text').text(`You can pick your SID right now.`);
$('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
}
} else if (res.data.examimeStatus == 2) {//审核失败0
$('.my .text').text(`You can pick your SID right now.`);
$('.my .text').text(`${langReplace(localLang.demoModule.text9)}`);
}
else if (res.data.examimeStatus == 0) {//审核中
$('.my .sid b').text(`In Review`);
$('.my .sid b').text(`${langReplace(localLang.demoModule.text11)}`);
$('.my .sid b').css('color', '#FF5262');
$('.my .text').text(``);
clickStatus = false;
@@ -152,9 +152,9 @@ function getConfig() {
}
} else {
// 非20级
$('.my .sid b').text(`Unavailable`);
$('.my .sid b').text(`${langReplace(localLang.demoModule.text12)}`);
$('.my .sid b').css('color', '#FF5262');
$('.my .text').text(`Sorry, you haven't reached the wealth level 20 to exchange Supe`);
$('.my .text').text(`${langReplace(localLang.demoModule.text13)}`);
$('.sidBox').hide();
}

View File

@@ -13,6 +13,11 @@ langAr = {
text6: `استلم هوية SID الخاصة بك`,
text7: `يرجى اختيار 1~3 أرقام`,
text8: `بحث عن SID`,
text9: `يمكنك تغيير SID الخاص بك الآن.`,
text10: `عذرًا، لا يمكنك تغيير SID الخاص بك الآن.`,
text11: `قيد المراجعة`,
text12: `غير متوفر`,
text13: `عذرًا، لم تصل إلى مستوى الثروة 20 لتبادل معرف سوبر.`
},
rule: {
text1: 'القاعدة',

View File

@@ -11,6 +11,11 @@ langEn = {
text6: `Pick up your SID `,
text7: `Please choose 1~3 number`,
text8: `Search SID`,
text9: `You can change your SID right now.`,
text10: `Sorry, You cannot change Your SID now`,
text11: `In Review`,
text12: `Unavailable`,
text13: `Sorry, you haven't reached the wealth level 20 to exchange Super ID.`,
},
rule: {
text1: 'Rule',

View File

@@ -13,6 +13,11 @@ langZh = {
text6: `领取你的SID`,
text7: `请选择1~3个数字`,
text8: `搜索SID`,
text9: `您现在可以更改您的SID。`,
text10: `对不起您现在不能更改您的SID。`,
text11: `审核中`,
text12: `不可用`,
text13: `对不起您还没有达到财富等级20无法兑换超级ID`
},
rule: {
text1: '规则',