修改翻译

This commit is contained in:
dragon
2024-12-02 17:29:40 +08:00
parent 92041337ca
commit 1b7046d18d
4 changed files with 68 additions and 37 deletions

View File

@@ -330,6 +330,7 @@ $('.rewardBox2 .rule_in .close').click(function () {
// 奖励tab切换
$('.rewardBox2 .rule_in .stabBox div').click(function () {
var i = $(this).index() + 1;
$('.text23').text(langReplace(localLang.demoModule[`texts${i}`]));
$(this).addClass('act').siblings().removeClass();
$('.rewardBox2 .rule_in .box img').hide();
$('.rewardBox2 .rule_in .box .boxs').hide();

View File

@@ -33,6 +33,12 @@ langAr = {
text21: `المكافأة 3: عندما تكون الهدايا المخصصة ضمن المراكز الثلاثة الأولى لهذا الأسبوع، سيكون هناك منطقة مخصصة في صفحة الحدث لعرض الهدايا المقابلة.`,
text22: `المكافأة 4: عندما تكون الهدايا المخصصة ضمن المراكز الثلاثة الأولى لهذا الأسبوع، ستحظى هذه الهدايا الثلاثة بظهور خاص على لوحة الهدايا المخصصة.`,
text23: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 7000، يمكنك الحصول على المكافآت التالية!`,
texts6: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 7000 مرة، يمكنك الحصول على المكافآت التالية!`,
texts5: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 5600 مرة، يمكنك الحصول على المكافآت التالية!`,
texts4: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 4900 مرة، يمكنك الحصول على المكافآت التالية!`,
texts3: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 3500 مرة، يمكنك الحصول على المكافآت التالية!`,
texts2: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 2100 مرة، يمكنك الحصول على المكافآت التالية!`,
texts1: `خلال الحدث، إذا وصل عدد الهدايا المخصصة المرسلة إلى 700 مرة، يمكنك الحصول على المكافآت التالية!`,
text24: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 5 ثوانٍ، وتخصيص سيارتك الخاصة.`,
text244: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 8 ثوانٍ، وتخصيص سيارتك الخاصة.`,
text2444: `يرجى الاتصال بخدمة العملاء لدينا، وتحميل فيديو سيارة مدته 10 ثوانٍ، وتخصيص سيارتك الخاصة.`,

View File

@@ -43,6 +43,24 @@ langEn = {
text23: `During the event, if the number of customized gifts sent
in the gift
times reaches 7000, you can get the following rewards!`,
texts6: `During the event, if the number of customized gifts sent
in the gift
times reaches 7000, you can get the following rewards!`,
texts5: `During the event, if the number of customized gifts sent
in the gift
times reaches 5600, you can get the following rewards!`,
texts4: `During the event, if the number of customized gifts sent
in the gift
times reaches 4900, you can get the following rewards!`,
texts3: `During the event, if the number of customized gifts sent
in the gift
times reaches 3500, you can get the following rewards!`,
texts2: `During the event, if the number of customized gifts sent
in the gift
times reaches 2100, you can get the following rewards!`,
texts1: `During the event, if the number of customized gifts sent
in the gift
times reaches 700, you can get the following rewards!`,
text24: `Please contact our customer service, upload a 5-second car video, and
customize your own
car.`,

View File

@@ -33,6 +33,12 @@ langZh = {
text21: `獎勵3當客製禮物進入本週前三名時活動頁面上將有專屬區域展示相應禮物。`,
text22: `獎勵4當客製禮物為本週前三名時這三份禮物將在客製禮物面板上有特別展示。`,
text23: `活動期間如果客製禮物的送出次數達到7000次您將獲得以下獎勵`,
texts6: `在活動期間,如果送出的定制禮物次數達到 7000 次,您可以獲得以下獎勵!`,
texts5: `在活動期間,如果送出的定制禮物次數達到 5600 次,您可以獲得以下獎勵!`,
texts4: `在活動期間,如果送出的定制禮物次數達到 4900 次,您可以獲得以下獎勵!`,
texts3: `在活動期間,如果送出的定制禮物次數達到 3500 次,您可以獲得以下獎勵!`,
texts2: `在活動期間,如果送出的定制禮物次數達到 2100 次,您可以獲得以下獎勵!`,
texts1: `在活動期間,如果送出的定制禮物次數達到 700 次,您可以獲得以下獎勵!`,
text24: `請聯繫我們的客服並上傳一段5秒的汽車影片客製化您的專屬汽車。`,
text244: `請聯繫我們的客服並上傳一段8秒的汽車影片客製化您的專屬汽車。`,
text2444: `請聯繫我們的客服並上傳一段10秒的汽車影片客製化您的專屬汽車。`,