修改薪资账户-绑定账户页面翻译
This commit is contained in:
@@ -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() {
|
||||
|
@@ -376,6 +376,8 @@ langAr = {
|
||||
EVP:'EVP:الرمز',
|
||||
p71: `حساب المستلم (رقم الهاتف)`,
|
||||
p72:'الصيغة: 11 رقمًا تبدأ بـ 09',
|
||||
AccountNo:'رقم الحساب',
|
||||
|
||||
},
|
||||
weeklyRewards: {
|
||||
text1: `مكافآت المضيف الأسبوعية`,
|
||||
|
@@ -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`,
|
||||
|
@@ -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`,
|
||||
|
@@ -375,8 +375,10 @@ langZh = {
|
||||
Phone:'P:電話',
|
||||
CPFCNPJ:'C:CPF/CNPJ',
|
||||
EVP:'B:EVP',
|
||||
p7: `收款人賬號(電話號碼格式)`,
|
||||
p71: `收款人賬號(電話號碼格式)`,
|
||||
p72:'格式:以09開頭的11位數字',
|
||||
AccountNo:'帳號',
|
||||
|
||||
},
|
||||
weeklyRewards: {
|
||||
text1: `主播每週獎勵`,
|
||||
|
Reference in New Issue
Block a user