新增翻译
This commit is contained in:
@@ -232,6 +232,6 @@ $('.butBox').click(function () {
|
||||
if (guildName != '' && guildContact != '' && guildAvatar != './images/createGuildNull.png' && idCard != './images/createGuildNull.png') {
|
||||
apply(JSON.stringify(obj))
|
||||
} else {
|
||||
toastMsg('必填项不能为空')
|
||||
toastMsg(localLang.createGuild.null)
|
||||
}
|
||||
})
|
@@ -95,7 +95,7 @@ langAr = {
|
||||
text9: `شكرًا لتقديم طلبك لإنشاء نقابة. سنقوم بمراجعة الطلب خلال 3 أيام عمل. يرجى الانتظار بصبر، وسنوافيك بالرد في أقرب وقت ممكن.`,
|
||||
text10: `تأكيد`,
|
||||
placeholder: `يرجى الإدخال`,
|
||||
|
||||
null: `لا يمكن ترك الحقول الإلزامية فارغة`,
|
||||
},
|
||||
guildInfoSet: {
|
||||
text1: `إعدادات معلومات الوكالة `,
|
||||
|
@@ -80,20 +80,21 @@ langEn = {
|
||||
newText4: 'Join',
|
||||
placeholder: 'Please enter the Agency ID/Agent ID to search',
|
||||
},
|
||||
createGuild:{
|
||||
text1:`Agency Registration Application`,
|
||||
text2:`Agency Avatar`,
|
||||
text3:`Agency Name`,
|
||||
text4:`Agent Contact Info`,
|
||||
text5:`Agent ID Card`,
|
||||
text6:`Inviter ID`,
|
||||
text7:`Inviter Pic.`,
|
||||
text8:`Submit Successfully`,
|
||||
text9:`Thank you for submitting your application to create a guild. We will review it within 3 working days.
|
||||
createGuild: {
|
||||
text1: `Agency Registration Application`,
|
||||
text2: `Agency Avatar`,
|
||||
text3: `Agency Name`,
|
||||
text4: `Agent Contact Info`,
|
||||
text5: `Agent ID Card`,
|
||||
text6: `Inviter ID`,
|
||||
text7: `Inviter Pic.`,
|
||||
text8: `Submit Successfully`,
|
||||
text9: `Thank you for submitting your application to create a guild. We will review it within 3 working days.
|
||||
Please
|
||||
wait patiently and we will give you a reply as soon as possible.`,
|
||||
text10:`Confirm`,
|
||||
placeholder:`Please enter`,
|
||||
text10: `Confirm`,
|
||||
placeholder: `Please enter`,
|
||||
null: `Mandatory fields cannot be blank`,
|
||||
},
|
||||
guildInfoSet: {
|
||||
text1: `Agency Settings`,
|
||||
|
@@ -93,7 +93,7 @@ langTr = {
|
||||
text9: `Bir lonca oluşturmak için başvurunuzu gönderdiğiniz için teşekkür ederiz. Başvurunuzu 3 iş günü içinde inceleyeceğiz. Lütfen sabırlı olun, mümkün olan en kısa sürede size bir yanıt vereceğiz.`,
|
||||
text10: `Onayla`,
|
||||
placeholder: `Lütfen girin`,
|
||||
|
||||
null: `Zorunlu alanlar boş bırakılamaz`,
|
||||
},
|
||||
guildInfoSet: {
|
||||
text1: `Ajans Ayarları`,
|
||||
|
@@ -95,7 +95,7 @@ langZh = {
|
||||
text9: `感謝您提交創建公會的申請。我們將在3個工作日內審核您的申請。請耐心等待,我們將盡快給您回覆。`,
|
||||
text10: `確認`,
|
||||
placeholder: `請輸入`,
|
||||
|
||||
null: `必填項不能為空`,
|
||||
},
|
||||
guildInfoSet: {
|
||||
text1: `公會信息設置`,
|
||||
|
Reference in New Issue
Block a user