公会钻石薪资账单 - 增加后台操作薪资类型
This commit is contained in:
@@ -159,6 +159,12 @@ function classificationType(type, item) {
|
||||
case 8:
|
||||
return langReplace(localLang.bill.text6)
|
||||
break;
|
||||
case 9:
|
||||
return langReplace(localLang.bill.OfficialIncrease)
|
||||
break;
|
||||
case 10:
|
||||
return langReplace(localLang.bill.OfficialDeduction)
|
||||
break;
|
||||
default:
|
||||
return langReplace(localLang.bill.text9)
|
||||
}
|
||||
|
@@ -327,7 +327,8 @@ langAr = {
|
||||
text11: `تم الإصدار`,
|
||||
text12: `مرفوض`,
|
||||
Salary_Withdrawal:'سحب الراتب',
|
||||
|
||||
OfficialIncrease:'زيادة الراتب الرسمية',
|
||||
OfficialDeduction:'خصم الراتب الرسمي'
|
||||
},
|
||||
success: {
|
||||
text1: `التسوية ناجحة`,
|
||||
|
@@ -326,7 +326,8 @@ langBr = {
|
||||
text12: `Rejeitado`,
|
||||
text13: ``,
|
||||
Salary_Withdrawal:'Saque de Salário',
|
||||
|
||||
OfficialIncrease:'Aumento salarial oficial',
|
||||
OfficialDeduction:'Dedução salarial oficial'
|
||||
},
|
||||
success: {
|
||||
text1: `Liquidação bem-sucedida`,
|
||||
|
@@ -329,6 +329,8 @@ text9_new:'Congratulations on creating your new agency! <br /> To help you grow
|
||||
text12: `Rejected`,
|
||||
text13: ``,
|
||||
Salary_Withdrawal:'Salary Withdrawal',
|
||||
OfficialIncrease:'Official salary increase',
|
||||
OfficialDeduction:'Official salary deduction'
|
||||
},
|
||||
success: {
|
||||
text1: `Settlement successful`,
|
||||
|
@@ -328,7 +328,8 @@ text9_new:'Yeni acentenizi kurduğunuz için tebrikler! <br /> Daha hızlı büy
|
||||
text12: `Reddedildi`,
|
||||
text13: ``,
|
||||
Salary_Withdrawal:'Maaş Çekimi',
|
||||
|
||||
OfficialIncrease:'Resmi maaş artışı',
|
||||
OfficialDeduction:'Resmi maaş kesintisi'
|
||||
},
|
||||
success: {
|
||||
text1: `Hesaplaşma Başarılı`,
|
||||
|
@@ -329,7 +329,8 @@ langZh = {
|
||||
text11: `已發放`,
|
||||
text12: `已拒絕`,
|
||||
Salary_Withdrawal:'工资提現',
|
||||
|
||||
OfficialIncrease:'官方加薪',
|
||||
OfficialDeduction:'官方減薪'
|
||||
},
|
||||
success: {
|
||||
text1: `結算成功`,
|
||||
|
Reference in New Issue
Block a user