修改薪资账户-绑定账户页面翻译

This commit is contained in:
chenruiye
2025-05-23 18:55:41 +08:00
parent 385355773e
commit 7580521f07
5 changed files with 16 additions and 4 deletions

View File

@@ -82,12 +82,17 @@ function translateFun() {
$('.AccountType_input').attr('placeholder', langReplace(localLang.pTitle.AccountType));
if (typeName == 'pix') {
$('.p7').text(langReplace(localLang.pTitle.p71));
$('.text8').attr('placeholder', langReplace(localLang.pTitle.p72));
$('.p7').text(langReplace(localLang.pTitle.AccountNo));
$('.text8').attr('placeholder', langReplace(localLang.pTitle.AccountNo));
}else{
$('.pix_box').hide()
}
if(typeName == 'gcash'){
$('.p7').text(langReplace(localLang.pTitle.p71));
$('.text8').attr('placeholder', langReplace(localLang.pTitle.p72));
}
}
// 获取
function get() {

View File

@@ -376,6 +376,8 @@ langAr = {
EVP:'EVPالرمز',
p71: `حساب المستلم (رقم الهاتف)`,
p72:'الصيغة: 11 رقمًا تبدأ بـ 09',
AccountNo:'رقم الحساب',
},
weeklyRewards: {
text1: `مكافآت المضيف الأسبوعية`,

View File

@@ -377,7 +377,8 @@ langEn = {
CPFCNPJ:'C:CPF/CNPJ',
EVP:'B:EVP',
p71: `payeeAccount(Phone number)`,
p72:'Format: 11 digits starting with 09'
p72:'Format: 11 digits starting with 09',
AccountNo:'Account No',
},
weeklyRewards: {
text1: `Host weekly rewards`,

View File

@@ -377,6 +377,8 @@ langTr = {
EVP:'B:EVP',
p71: `alıcıHesap (Telefon numarası)`,
p72:'Biçim: 09 ile başlayan 11 hane',
AccountNo:'Hesap No',
},
weeklyRewards: {
text1: `Yayıncıya Haftalık Ödüller`,

View File

@@ -375,8 +375,10 @@ langZh = {
Phone:'P:電話',
CPFCNPJ:'C:CPF/CNPJ',
EVP:'B:EVP',
p7: `收款人賬號(電話號碼格式)`,
p71: `收款人賬號(電話號碼格式)`,
p72:'格式以09開頭的11位數字',
AccountNo:'帳號',
},
weeklyRewards: {
text1: `主播每週獎勵`,