From 8e27849dea63c06bf1b7d57c89fffb37550fc522 Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Tue, 30 Sep 2025 14:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E8=81=94=E4=BD=93=20-=20=E5=85=AC?= =?UTF-8?q?=E4=BC=9A=E8=96=AA=E8=B5=84=E8=B4=A6=E6=88=B7=20-=20=20?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=87=AA=E5=AE=9A=E4=B9=89=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/moliparty/modules/guild-ar/js/salary.js | 5 +++-- view/moliparty/modules/guild-ar/local/ar.js | 4 +++- view/moliparty/modules/guild-ar/local/br.js | 2 +- view/moliparty/modules/guild-ar/local/en.js | 2 +- view/moliparty/modules/guild-ar/local/es.js | 2 +- view/moliparty/modules/guild-ar/local/ru.js | 2 +- view/moliparty/modules/guild-ar/local/tr.js | 2 +- view/moliparty/modules/guild-ar/local/uz.js | 2 +- view/moliparty/modules/guild-ar/local/zh.js | 2 +- 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/view/moliparty/modules/guild-ar/js/salary.js b/view/moliparty/modules/guild-ar/js/salary.js index 8fd1a0f..fb91f55 100644 --- a/view/moliparty/modules/guild-ar/js/salary.js +++ b/view/moliparty/modules/guild-ar/js/salary.js @@ -93,7 +93,7 @@ $(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)); + // $('.text18').html(langReplace(localLang.salary.text18)); $('.textnew1').html(langReplace(localLang.salary.textnew1)); $('.textnew2').html(langReplace(localLang.salary.textnew2)); $('.textnew3').html(langReplace(localLang.salary.textnew3)); @@ -322,7 +322,7 @@ function dollarsFun(type) { var str2 = ''; if (transfer_dollars_Arr[type].canCustom) { str2 += ` -
${langReplace(localLang.salary.text15)}
@@ -470,6 +470,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/moliparty/modules/guild-ar/local/ar.js b/view/moliparty/modules/guild-ar/local/ar.js
index 66f0036..29e521f 100644
--- a/view/moliparty/modules/guild-ar/local/ar.js
+++ b/view/moliparty/modules/guild-ar/local/ar.js
@@ -317,7 +317,9 @@ langAr = {
text15: `المبلغ المخصص`,
text16: `الكل`,
text17: `يمكن تبادله مقابل 0 عملة ذهبية`,
- text18: `(نسبة التبادل 1:7000)`,
+ text18:function(num){
+ return `(نسبة التبادل 1:${num})`
+ },
text19: `تبادل العملات`,
text20: `السحب الرسمي`,
text21: `تفتح قناة السحب في اليومين الأول والثاني من كل شهر.`,
diff --git a/view/moliparty/modules/guild-ar/local/br.js b/view/moliparty/modules/guild-ar/local/br.js
index dce949e..e81d49f 100644
--- a/view/moliparty/modules/guild-ar/local/br.js
+++ b/view/moliparty/modules/guild-ar/local/br.js
@@ -313,7 +313,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/moliparty/modules/guild-ar/local/en.js b/view/moliparty/modules/guild-ar/local/en.js
index ffe32ff..eaa42b6 100644
--- a/view/moliparty/modules/guild-ar/local/en.js
+++ b/view/moliparty/modules/guild-ar/local/en.js
@@ -317,7 +317,7 @@ langEn = {
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: `Transfer to official`,
text21: `The withdrawal channel opens on the 1st and 2nd of every month.`,
diff --git a/view/moliparty/modules/guild-ar/local/es.js b/view/moliparty/modules/guild-ar/local/es.js
index 06d5cfc..7cae394 100644
--- a/view/moliparty/modules/guild-ar/local/es.js
+++ b/view/moliparty/modules/guild-ar/local/es.js
@@ -416,7 +416,7 @@ langEs = {
text15: `Cantidad personalizada`,
text16: `Todo`,
text17: `Se puede intercambiar por 0 monedas de oro`,
- text18: `(Intercambio a una proporción de 1:7000)`,
+ text18:function(num){return `(Intercambio a una proporción de 1:${num})`},
text19: `Intercambiar monedas`,
text20: `Transferir a oficial`,
text21: `El canal de retiro se abre el 1 y 2 de cada mes.`,
diff --git a/view/moliparty/modules/guild-ar/local/ru.js b/view/moliparty/modules/guild-ar/local/ru.js
index 8762b82..7ad7c23 100644
--- a/view/moliparty/modules/guild-ar/local/ru.js
+++ b/view/moliparty/modules/guild-ar/local/ru.js
@@ -317,7 +317,7 @@ langRu = {
text15: `Пользовательское количество`,
text16: `Все`,
text17: `Можно обменять на 0 золотых монет`,
- text18: `(Обмен по курсу 1:7000)`,
+ text18:function(num){return `(Обмен по курсу 1:${num})`},
text19: `Обменять монеты`,
text20: `Офиц. вывод`,
text21: `Канал вывода открывается 1 и 2 числа каждого месяца.`,
diff --git a/view/moliparty/modules/guild-ar/local/tr.js b/view/moliparty/modules/guild-ar/local/tr.js
index 9c81b29..1e926b4 100644
--- a/view/moliparty/modules/guild-ar/local/tr.js
+++ b/view/moliparty/modules/guild-ar/local/tr.js
@@ -317,7 +317,7 @@ langTr = {
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/moliparty/modules/guild-ar/local/uz.js b/view/moliparty/modules/guild-ar/local/uz.js
index 7d8161e..459f9b1 100644
--- a/view/moliparty/modules/guild-ar/local/uz.js
+++ b/view/moliparty/modules/guild-ar/local/uz.js
@@ -620,7 +620,7 @@ langUz = {
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: `Transfer to official`,
text21: `The withdrawal channel opens on the 1st and 2nd of every month.`,
diff --git a/view/moliparty/modules/guild-ar/local/zh.js b/view/moliparty/modules/guild-ar/local/zh.js
index b165353..85d179d 100644
--- a/view/moliparty/modules/guild-ar/local/zh.js
+++ b/view/moliparty/modules/guild-ar/local/zh.js
@@ -317,7 +317,7 @@ langZh = {
text15: `自定義金額`,
text16: `全部`,
text17: `可兌換 0 金幣`,
- text18: `(兌換比例為 1:7000)`,
+ text18:function(num){return `(兌換比例為 1:${num})`},
text19: `兌換硬幣`,
text20: `官方提現`,
text21: `提款通道每月1日和2日開放。`,