公会土耳其修改翻译

This commit is contained in:
dragon
2024-11-29 12:01:11 +08:00
parent 7a6ae994df
commit a465ef6820
6 changed files with 21 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
</div>
<!-- 我的钻石 -->
<div class="myDiamond">
<i>My diamond: </i>
<i class="text9">My diamond: </i>
<b>0</b>
<img src="./images/diamond.png" alt="">
</div>

View File

@@ -61,7 +61,7 @@ $(function () {
}, 100)
})
function translateFun() {
var langReplace = window.lang.replace;
var langReplace = window.lang.replace;
var localLang = window.lang;
$('.text1').text(langReplace(localLang.diamondWithdraw.text1));
$('.text2').text(langReplace(localLang.diamondWithdraw.text2));
@@ -69,6 +69,7 @@ function translateFun() {
$('.text4').text(langReplace(localLang.diamondWithdraw.text4));
$('.text5').text(langReplace(localLang.diamondWithdraw.text5));
$('.text7').html(langReplace(localLang.diamondWithdraw.text7));
$('.text9').html(langReplace(localLang.diamondWithdraw.text9));
}
// 进入薪资页面弹窗按钮

View File

@@ -211,7 +211,8 @@ langAr = {
text4: `انتقل إلى حساب الراتب`,
text5: `إلغاء`,
text6: `الماس`,
text7: `تم سحب <b>0</b>ÜS بنجاح إلى حساب الراتب`
text7: `تم سحب <b>0</b>ÜS بنجاح إلى حساب الراتب`,
text9: ':بلدي الماس',
},
salary: {
text1: `حساب الراتب`,

View File

@@ -210,6 +210,7 @@ langEn = {
text5: `Cancel`,
text6: `Diamonds`,
text7: `Successfully withdrawn <b>0</b>ÜS to salary account`,
text9: `My diamond:`
},
salary: {
text1: `Salary account`,
@@ -336,13 +337,13 @@ langEn = {
<p>3 Coin reward gradient</p>`,
text3: `./images/weeklyRewardsRule2.png`,
},
agencyDiamondIncome:{
text1:`Agency Diamond Income`,
text2:`Building a guild, you can search for diamond income at any time.`,
text3:`User exit agency may result in data changes.`,
text4:`To`,
text5:`Date selection`,
text6:`Confirm`,
text7:`Search`,
agencyDiamondIncome: {
text1: `Agency Diamond Income`,
text2: `Building a guild, you can search for diamond income at any time.`,
text3: `User exit agency may result in data changes.`,
text4: `To`,
text5: `Date selection`,
text6: `Confirm`,
text7: `Search`,
}
}

View File

@@ -208,9 +208,10 @@ langTr = {
text3: `Başarıyla Çekildi`,
text4: `Maaş Hesabına Gir`,
text5: `İptal`,
text6: `jetonların Güncellenmesi`,
text6: `Elmas`,
text7: `Kaydedildi`,
text8: 'Başarıyla Çekildi',
text9: 'Benim Elmasım:',
},
salary: {
text1: `Maaş Hesabı`,
@@ -234,8 +235,8 @@ langTr = {
text19: `Jeton Dönüştür`,
text20: `Çekim`,
text21: `Çekim kanalı her ayın 1. ve 2. günü açılır.`,
text22: `Ajans Hesaplaşması`,
text23: `Ajans Yükleme Hesaplaşması`,
text22: `Ajanstan Nakit Çekme`,
text23: `Acenteden Nakit Çekme`,
text24: `Lütfen bozdurulacak miktarı girin`,
text25: `Jeton`,
textnew1: `Çekim Hesabı`,

View File

@@ -212,7 +212,8 @@ langZh = {
text4: `進入薪資賬戶`,
text5: `取消`,
text6: `鉆石`,
text7: `成功將 <b>0</b>ÜS 提取到薪資賬戶`
text7: `成功將 <b>0</b>ÜS 提取到薪資賬戶`,
text9: `我的鉆石:`
},
salary: {
text1: `薪資賬戶`,
@@ -344,6 +345,6 @@ langZh = {
text4: ``, // 繁體中文
text5: `日期選擇`, // 繁體中文
text6: `確認`, // 繁體中文
text7:`查詢`,
text7: `查詢`,
}
}