diff --git a/view/molistar/modules/guild-ar/js/createGuild.js b/view/molistar/modules/guild-ar/js/createGuild.js index 6bd1fd19..da252305 100644 --- a/view/molistar/modules/guild-ar/js/createGuild.js +++ b/view/molistar/modules/guild-ar/js/createGuild.js @@ -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) } }) \ No newline at end of file diff --git a/view/molistar/modules/guild-ar/local/ar.js b/view/molistar/modules/guild-ar/local/ar.js index 6f7eba21..b4c126fc 100644 --- a/view/molistar/modules/guild-ar/local/ar.js +++ b/view/molistar/modules/guild-ar/local/ar.js @@ -95,7 +95,7 @@ langAr = { text9: `شكرًا لتقديم طلبك لإنشاء نقابة. سنقوم بمراجعة الطلب خلال 3 أيام عمل. يرجى الانتظار بصبر، وسنوافيك بالرد في أقرب وقت ممكن.`, text10: `تأكيد`, placeholder: `يرجى الإدخال`, - + null: `لا يمكن ترك الحقول الإلزامية فارغة`, }, guildInfoSet: { text1: `إعدادات معلومات الوكالة `, diff --git a/view/molistar/modules/guild-ar/local/en.js b/view/molistar/modules/guild-ar/local/en.js index 6046dd8a..35c79ccb 100644 --- a/view/molistar/modules/guild-ar/local/en.js +++ b/view/molistar/modules/guild-ar/local/en.js @@ -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`, diff --git a/view/molistar/modules/guild-ar/local/tr.js b/view/molistar/modules/guild-ar/local/tr.js index ad47f355..b05fd569 100644 --- a/view/molistar/modules/guild-ar/local/tr.js +++ b/view/molistar/modules/guild-ar/local/tr.js @@ -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ı`, diff --git a/view/molistar/modules/guild-ar/local/zh.js b/view/molistar/modules/guild-ar/local/zh.js index c3a612e2..c71f42f1 100644 --- a/view/molistar/modules/guild-ar/local/zh.js +++ b/view/molistar/modules/guild-ar/local/zh.js @@ -95,7 +95,7 @@ langZh = { text9: `感謝您提交創建公會的申請。我們將在3個工作日內審核您的申請。請耐心等待,我們將盡快給您回覆。`, text10: `確認`, placeholder: `請輸入`, - + null: `必填項不能為空`, }, guildInfoSet: { text1: `公會信息設置`,