公会信息 - 薪资账户 - 修改 绑定字段的翻译

This commit is contained in:
2025-10-10 15:08:10 +08:00
parent ad9274a09c
commit aef389e431
9 changed files with 15 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ function getTab() {
accountListStr += `
<div class="account">
<img style="display:${res.hasBound ? 'block' : 'none'}" src="./images/not.png" alt="" class="sel" name=${res.name} type=${res.type} obj='${JSON.stringify(res)}'>
<b>${res.name}</b><span>${res.hasBound ? '' : '(Unbound)'}</span>
<b>${res.name}</b><span>${res.hasBound ? '' : `(${langReplace(localLang.salary.Unbound)})`}</span>
<img src="./images/eidIcon.png" alt="" class="eid" type=${res.type} name=${res.name}>
</div>
`

View File

@@ -350,6 +350,8 @@ langAr = {
return `هل أنت متأكد من رغبتك في تحويل الراتب (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) إلى هذا المستخدم؟`
},
tip_txt2:'لا يمكن التراجع عن العملية، يُرجى توخي الحذر!',
Unbound:'غير مرتبط',
},
newENsalary:{
textnew16:'تم الإرسال بنجاح! لقد قبل النظام طلبك وسيُعالجه في أقرب وقت ممكن.',

View File

@@ -345,6 +345,7 @@ langBr = {
return `Tem certeza que deseja transferir o salário (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) para este usuário?`
},
tip_txt2:'A operação não pode ser desfeita, por favor, proceda com cautela!',
Unbound:'Não Vinculado',
},
newENsalary:{
textnew16:'Submissão bem-sucedida! O sistema aceitou sua aplicação e a processará o mais rápido possível.',

View File

@@ -349,6 +349,8 @@ langEn = {
return `Are you sure you want to transfer the salary (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) to this user?`
},
tip_txt2:'The operation cannot be undone, please operate with caution!',
Unbound:'Unbound',
},
newENsalary:{
textnew16:'Submission successful! The system has accepted your application and will process it as soon as possible.',

View File

@@ -448,6 +448,8 @@ langEs = {
return `¿Estás seguro de que quieres transferir el salario (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) a este usuario?`
},
tip_txt2:'¡La operación no se puede deshacer, por favor opere con precaución!',
Unbound:'Boglanmagan',
},
newENsalary:{
textnew16:'¡Envío exitoso! El sistema ha aceptado su solicitud y la procesará lo antes posible.',

View File

@@ -349,6 +349,8 @@ langRu = {
return `Вы уверены, что хотите перевести зарплату (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) этому пользователю?`
},
tip_txt2: 'Операцию нельзя отменить, пожалуйста, будьте осторожны!',
Unbound:'Не привязан',
},
newENsalary: {
textnew16: 'Заявка успешно отправлена! Система приняла вашу заявку и обработает ее как можно скорее.',

View File

@@ -348,6 +348,8 @@ langTr = {
return `Maaşı (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) bu kullanıcıya aktarmak istediğinizden emin misiniz?`
},
tip_txt2:'İşlem geri alınamaz, lütfen dikkatli çalışın!',
Unbound:'Bağlı Değil',
},
newENsalary:{
textnew16:'Gönderim başarılı! Sistem başvurunuzu kabul etti ve en kısa sürede işleme koyacak.',

View File

@@ -652,6 +652,8 @@ langUz = {
return `Are you sure you want to transfer the salary (<span style="color:#313131;font-weight:500">ÜS:${num}</span>) to this user?`
},
tip_txt2:'The operation cannot be undone, please operate with caution!',
Unbound:'No Vinculado',
},
newENsalary:{
textnew16:'Submission successful! The system has accepted your application and will process it as soon as possible.',

View File

@@ -348,6 +348,7 @@ langZh = {
return`您确定要将工资(<span style="color:#313131;font-weight:500">ÜS:${num}</span>)转给此用户吗?`
},
tip_txt2:'此操作无法撤消,请谨慎操作!',
Unbound:'未绑定',
},
newENsalary:{
textnew16:'提交成功!系統已受理您的申請,將盡快為您處理。',