From 0a3592b66996630eafd2cf2ab5a1ace8a0c08fd4 Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Tue, 1 Apr 2025 14:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E8=8B=B1=E8=AF=AD?= =?UTF-8?q?=E5=8C=BA=E4=B8=BB=E6=92=AD=E5=91=A8=E5=A5=96=E5=8A=B1=E8=A7=84?= =?UTF-8?q?=E5=88=99=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/guild-ar/js/weeklyRewardsRule.js | 8 +++++++- view/molistar/modules/guild-ar/local/ar.js | 3 +++ view/molistar/modules/guild-ar/local/en.js | 4 ++++ view/molistar/modules/guild-ar/local/tr.js | 3 +++ view/molistar/modules/guild-ar/local/zh.js | 3 +++ 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/view/molistar/modules/guild-ar/js/weeklyRewardsRule.js b/view/molistar/modules/guild-ar/js/weeklyRewardsRule.js index b084fc4..8c776b2 100644 --- a/view/molistar/modules/guild-ar/js/weeklyRewardsRule.js +++ b/view/molistar/modules/guild-ar/js/weeklyRewardsRule.js @@ -60,11 +60,17 @@ function translateFun() { var langReplace = window.lang.replace; var localLang = window.lang; $('.text1').text(langReplace(localLang.weeklyRewardsRule.text1)); - $('.text2').html(langReplace(localLang.weeklyRewardsRule.text2)); + if(window.localStorage.getItem('partitionId') == 16){ + $('.text2').html(langReplace(localLang.weeklyRewardsRule.text22)); + $('.text3').attr('src', langReplace(localLang.weeklyRewardsRule.text3)); + }else{ + $('.text2').html(langReplace(localLang.weeklyRewardsRule.text2)); if (window.localStorage.getItem('partitionId') == 2) { $('.text3').attr('src', langReplace(localLang.weeklyRewardsRule.text3)); } else if (window.localStorage.getItem('partitionId') == 8) { $('.text3').attr('src', langReplace(localLang.weeklyRewardsRule.text33)); } + } + } \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/local/ar.js b/view/molistar/modules/guild-ar/local/ar.js index 6f8a82b..dfa140e 100644 --- a/view/molistar/modules/guild-ar/local/ar.js +++ b/view/molistar/modules/guild-ar/local/ar.js @@ -377,6 +377,9 @@ langAr = {

3 تدرج مكافآت العملات

`, text3: `./images/weeklyRewardsRule2-ar.png`, text33: `./images/weeklyRewardsRule2-trar.png`, + text22: `

1 وقت النشاط: 0:00-23:59 (GMT+8) كل أسبوع.

+

2 مكافآت العملات: يتم حساب دخل المستخدم من الألماس أسبوعيًا، ويمكنك الحصول على العملات عند الوصول إلى مستوى معين.

+

3 تدرج مكافآت العملات

`, }, agencyDiamondIncome: { text1: `إيرادات الألماس للوكالة`, // 阿拉伯文 diff --git a/view/molistar/modules/guild-ar/local/en.js b/view/molistar/modules/guild-ar/local/en.js index 96a0469..ba6d8e3 100644 --- a/view/molistar/modules/guild-ar/local/en.js +++ b/view/molistar/modules/guild-ar/local/en.js @@ -379,6 +379,10 @@ langEn = {

3 Coin reward gradient

`, text3: `./images/weeklyRewardsRule2.png`, text33: `./images/weeklyRewardsRule2-tren.png`, + text22: `

1 Activity time: 0:00-23:59 (GMT+8) every week.

+

2 Coin rewards: Calculate the user's diamond income every week, and you can get corresponding coins when you + reach a certain level.

+

3 Coin reward gradient

`, }, agencyDiamondIncome: { text1: `Agency Diamond Income`, diff --git a/view/molistar/modules/guild-ar/local/tr.js b/view/molistar/modules/guild-ar/local/tr.js index 94521da..23bf700 100644 --- a/view/molistar/modules/guild-ar/local/tr.js +++ b/view/molistar/modules/guild-ar/local/tr.js @@ -378,6 +378,9 @@ langTr = {

3 jeton Ödül Gradyanı

`, text3: `./images/weeklyRewardsRule2.png`, text33: `./images/weeklyRewardsRule2-trtr.png`, + text22: `

1 Aktivite Zamanı: Her hafta 0:00-23:59 (GMT+8)

+

2 jeton Ödülleri: Kullanıcının elmas gelirleri her hafta hesaplanır, belirli bir seviyeye ulaştığında karşılık gelen madeni paralar verilir.

+

3 jeton Ödül Gradyanı

`, }, agencyDiamondIncome: { text1: `Ajans Elmas Geliri`, diff --git a/view/molistar/modules/guild-ar/local/zh.js b/view/molistar/modules/guild-ar/local/zh.js index 3da5960..9ed1a14 100644 --- a/view/molistar/modules/guild-ar/local/zh.js +++ b/view/molistar/modules/guild-ar/local/zh.js @@ -379,6 +379,9 @@ langZh = {

3 金幣獎勵梯度

`, text3: `./images/weeklyRewardsRule2.png`, text33: `./images/weeklyRewardsRule2-trtr.png`, + text22: `

1 活動時間:每週 0:00-23:59(GMT+8)。

+

2 金幣獎勵:每週計算用戶的鑽石收入,達到特定級別時可以獲得相應的金幣獎勵。

+

3 金幣獎勵梯度

`, }, agencyDiamondIncome: { text1: `公會鑽石收入`, // 繁體中文