修改翻译文案

This commit is contained in:
dragon
2024-12-02 15:47:18 +08:00
parent 1b34ca7af5
commit 92041337ca
5 changed files with 18 additions and 6 deletions

View File

@@ -230,12 +230,12 @@
</div>
<div style="display: none;" class="img5 boxs">
<div class="why">
<span class="text24"></span>
<span class="text244"></span>
</div>
</div>
<div class="img6 boxs">
<div class="why">
<span class="text24"></span>
<span class="text2444"></span>
</div>
</div>
</div>

View File

@@ -86,6 +86,8 @@ function translateFun() {
$('.text22').html(langReplace(localLang.demoModule.text22));
$('.text23').html(langReplace(localLang.demoModule.text23));
$('.text24').html(langReplace(localLang.demoModule.text24));
$('.text244').html(langReplace(localLang.demoModule.text244));
$('.text2444').html(langReplace(localLang.demoModule.text2444));
$('.text25').html(langReplace(localLang.demoModule.text25));
$('.rewardBox .rule_in .box .img1').attr('src', langReplace(localLang.demoModule.img1));
$('.rewardBox2 .rule_in .box .img1').attr('src', langReplace(localLang.demoModule.img2));
@@ -176,7 +178,7 @@ function giftRank() {
$('.page2 .myList .top .my .tx').attr('src', res.data.myRank.avatar);
$('.page2 .myList .top .my p').text(res.data.myRank.name);
$('.page2 .myList .top .my b').text(langReplace(localLang.demoModule.text5) + unitProcessingAr(res.data.myRank.totalNum, 1));
$('.page2 .myList .top .my span').text(langReplace(localLang.demoModule.text6) + unitProcessingAr(res.data.myRank.totalGoldNum, 1));
$('.page2 .myList .top .my span').text(langReplace(localLang.demoModule.text25) + unitProcessingAr(res.data.myRank.totalGoldNum, 1));
// 处理列表
$('.page2 .myList .content ul li').remove();
var str = '';

View File

@@ -33,7 +33,9 @@ langAr = {
text21: `المكافأة 3: عندما تكون الهدايا المخصصة ضمن المراكز الثلاثة الأولى لهذا الأسبوع، سيكون هناك منطقة مخصصة في صفحة الحدث لعرض الهدايا المقابلة.`,
text22: `المكافأة 4: عندما تكون الهدايا المخصصة ضمن المراكز الثلاثة الأولى لهذا الأسبوع، ستحظى هذه الهدايا الثلاثة بظهور خاص على لوحة الهدايا المخصصة.`,
text23: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 7000، يمكنك الحصول على المكافآت التالية!`,
text24: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 10 ثوانٍ، وتخصيص سيارتك الخاصة.`,
text24: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 5 ثوانٍ، وتخصيص سيارتك الخاصة.`,
text244: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 8 ثوانٍ، وتخصيص سيارتك الخاصة.`,
text2444: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 10 ثوانٍ، وتخصيص سيارتك الخاصة.`,
text25: `عدد عملات الهدايا:`,
img1: `./images/reward1-ar.png`,
img2: `./images/1-ar.png`,

View File

@@ -43,7 +43,13 @@ langEn = {
text23: `During the event, if the number of customized gifts sent
in the gift
times reaches 7000, you can get the following rewards!`,
text24: `Please contact our customer service, upload a 10-second car video, and
text24: `Please contact our customer service, upload a 5-second car video, and
customize your own
car.`,
text244: `Please contact our customer service, upload a 8-second car video, and
customize your own
car.`,
text2444: `Please contact our customer service, upload a 10-second car video, and
customize your own
car.`,
text25: `Coins of Gifted:`,

View File

@@ -33,7 +33,9 @@ langZh = {
text21: `獎勵3當客製禮物進入本週前三名時活動頁面上將有專屬區域展示相應禮物。`,
text22: `獎勵4當客製禮物為本週前三名時這三份禮物將在客製禮物面板上有特別展示。`,
text23: `活動期間如果客製禮物的送出次數達到7000次您將獲得以下獎勵`,
text24: `請聯繫我們的客服,並上傳一段10秒的汽車影片,客製化您的專屬汽車。`,
text24: `請聯繫我們的客服,並上傳一段5秒的汽車影片,客製化您的專屬汽車。`,
text244: `請聯繫我們的客服並上傳一段8秒的汽車影片客製化您的專屬汽車。`,
text2444: `請聯繫我們的客服並上傳一段10秒的汽車影片客製化您的專屬汽車。`,
text25: `禮物的硬幣數:`,
img1: `./images/reward1.png`,
img2: `./images/1.png`,