From b2512b819b10d516c6ee71aa761c00eeb1768845 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Wed, 6 Aug 2025 14:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AC=E8=B4=A6=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=20-=20=E5=85=91=E6=8D=A2=E9=87=91=E5=B8=81=E5=92=8C?= =?UTF-8?q?=E5=85=85=E5=80=BC=E4=BB=A3=E7=90=86=E6=A1=A3=E4=BD=8D=E6=96=87?= =?UTF-8?q?=E6=A1=88=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/eparty/modules/guild-ar/js/salary.js | 2 +- view/eparty/modules/guild-ar/js/salary_game_account.js | 2 +- view/eparty/modules/guild-ar/local/ar.js | 2 +- view/eparty/modules/guild-ar/local/br.js | 2 +- view/eparty/modules/guild-ar/local/en.js | 2 +- view/eparty/modules/guild-ar/local/tr.js | 2 +- view/eparty/modules/guild-ar/local/zh.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/view/eparty/modules/guild-ar/js/salary.js b/view/eparty/modules/guild-ar/js/salary.js index 6428f52e..f8742f03 100644 --- a/view/eparty/modules/guild-ar/js/salary.js +++ b/view/eparty/modules/guild-ar/js/salary.js @@ -93,7 +93,6 @@ $(function () { $('.text15').text(langReplace(localLang.salary.text15)); $('.text16').text(langReplace(localLang.salary.text16)); $('.text17').html(langReplace(localLang.salary.text17)); - $('.text18').html(langReplace(localLang.salary.text18)); $('.textnew1').html(langReplace(localLang.salary.textnew1)); $('.textnew2').html(langReplace(localLang.salary.textnew2)); $('.textnew3').html(langReplace(localLang.salary.textnew3)); @@ -468,6 +467,7 @@ $('.transfer_dollars').on('click', 'li', function () { if (custom_amount) { $('.confirm').hide(); $('.custom_pop').show(); + $('.text18').html(langReplace(localLang.salary.text18(ratio))); var type = $('.custom_pop .sure').attr('type'); if (type == 3) { $('.custom_pop .custom_pop_in h2').hide() diff --git a/view/eparty/modules/guild-ar/js/salary_game_account.js b/view/eparty/modules/guild-ar/js/salary_game_account.js index bf7f59e5..e7d5b387 100644 --- a/view/eparty/modules/guild-ar/js/salary_game_account.js +++ b/view/eparty/modules/guild-ar/js/salary_game_account.js @@ -93,7 +93,6 @@ $(function () { $('.text15').text(langReplace(localLang.salary.text15)); $('.text16').text(langReplace(localLang.salary.text16)); $('.text17').html(langReplace(localLang.salary.text17)); - $('.text18').html(langReplace(localLang.salary.text18)); $('.textnew1').html(langReplace(localLang.salary.textnew1)); $('.textnew2').html(langReplace(localLang.salary.textnew2)); $('.textnew3').html(langReplace(localLang.salary.textnew3)); @@ -468,6 +467,7 @@ $('.transfer_dollars').on('click', 'li', function () { if (custom_amount) { $('.confirm').hide(); $('.custom_pop').show(); + $('.text18').html(langReplace(localLang.salary.text18(ratio))); var type = $('.custom_pop .sure').attr('type'); if (type == 3) { $('.custom_pop .custom_pop_in h2').hide() diff --git a/view/eparty/modules/guild-ar/local/ar.js b/view/eparty/modules/guild-ar/local/ar.js index eb46d92c..88cf7cfa 100644 --- a/view/eparty/modules/guild-ar/local/ar.js +++ b/view/eparty/modules/guild-ar/local/ar.js @@ -277,7 +277,7 @@ langAr = { text15: `المبلغ المخصص`, text16: `الكل`, text17: `يمكن تبادله مقابل 0 عملة ذهبية`, - text18: `(نسبة التبادل 1:7000)`, + text18:function(num){return `(نسبة التبادل 1:${num})`}, text19: `تبادل العملات`, text20: `السحب الرسمي`, text21: `تفتح قناة السحب في اليومين الأول والثاني من كل شهر.`, diff --git a/view/eparty/modules/guild-ar/local/br.js b/view/eparty/modules/guild-ar/local/br.js index e1600599..0c9d110f 100644 --- a/view/eparty/modules/guild-ar/local/br.js +++ b/view/eparty/modules/guild-ar/local/br.js @@ -274,7 +274,7 @@ langBr = { text15: `Valor personalizado`, text16: `Tudo`, text17: `Pode ser trocado por 0 moedas de ouro`, - text18: `(Taxa de câmbio de 1:7000)`, + text18:function(num){return `(Taxa de câmbio de 1:${num})`}, text19: `Trocar moedas`, text20: `Sacar`, text21: `O canal de saque abre nos dias 1 e 2 de cada mês.`, diff --git a/view/eparty/modules/guild-ar/local/en.js b/view/eparty/modules/guild-ar/local/en.js index 1bd012a5..c876f85a 100644 --- a/view/eparty/modules/guild-ar/local/en.js +++ b/view/eparty/modules/guild-ar/local/en.js @@ -277,7 +277,7 @@ text9_new:'Congratulations on creating your new agency!
To help you grow text15: `Custom amount`, text16: `All`, text17: `Can be exchanged for 0 gold coin`, - text18: `(Exchange at a ratio of 1:7000)`, + text18:function(num){return `(Exchange at a ratio of 1:${num})`}, text19: `Exchange coins`, text20: `Withdraw`, text21: `The withdrawal channel opens on the 1st and 2nd of every month.`, diff --git a/view/eparty/modules/guild-ar/local/tr.js b/view/eparty/modules/guild-ar/local/tr.js index 38ee3d42..87a0792f 100644 --- a/view/eparty/modules/guild-ar/local/tr.js +++ b/view/eparty/modules/guild-ar/local/tr.js @@ -277,7 +277,7 @@ text9_new:'Yeni acentenizi kurduğunuz için tebrikler!
Daha hızlı büy text15: `Özel Tutar`, text16: `Hepsi`, text17: `0 altın madeni paraya dönüştürülebilir`, - text18: `(1:7000 oranında değişim)`, + text18:function(num){return `(1:${num} oranında değişim)`}, text19: `Jeton Dönüştür`, text20: `Çekim`, text21: `Çekim kanalı her ayın 1. ve 2. günü açılır.`, diff --git a/view/eparty/modules/guild-ar/local/zh.js b/view/eparty/modules/guild-ar/local/zh.js index 34d0ace0..17c610ed 100644 --- a/view/eparty/modules/guild-ar/local/zh.js +++ b/view/eparty/modules/guild-ar/local/zh.js @@ -279,7 +279,7 @@ langZh = { text15: `自定義金額`, text16: `全部`, text17: `可兌換 0 金幣`, - text18: `(兌換比例為 1:7000)`, + text18:function(num){return `(兌換比例為 1:${num})`}, text19: `兌換硬幣`, text20: `官方提現`, text21: `提款通道每月1日和2日開放。`,