修改多语言
This commit is contained in:
@@ -425,7 +425,7 @@ function bless(bless) {
|
||||
$('.ramadanBlessings .send').click(function () {
|
||||
var text = $('.ramadanBlessings input').val();
|
||||
if (text.length > 20 || text.length == 0) {
|
||||
toastMsg('内容不能为空,并且不能超过20个字符');
|
||||
toastMsg(langReplace(localLang.demoModule.text70));
|
||||
return;
|
||||
}
|
||||
$('.tip').show();
|
||||
|
@@ -60,6 +60,7 @@ langAr = {
|
||||
text67: `في كل مرة ترسل فيها تهنئة، سيتم خصم 77 عملة`,
|
||||
text68: `شاغر`,
|
||||
text69: `غير`,
|
||||
text70: `المحتوى لا يمكن أن يكون فارغًا ولا يمكن أن يتجاوز 20 حرفًا`,
|
||||
}
|
||||
|
||||
}
|
@@ -65,5 +65,6 @@ langEn = {
|
||||
text67: `Each time you send a blessing, it will consume 77 coins`,
|
||||
text68: `Vacant`,
|
||||
text69: `Unranked`,
|
||||
text70: `Content cannot be empty and cannot exceed 20 characters`,
|
||||
}
|
||||
}
|
@@ -60,6 +60,7 @@ langTr = {
|
||||
text67: `Her kutlama gönderdiğinizde 77 jeton harcanacaktır`,
|
||||
text68: `Boş`,
|
||||
text69: `Sırasız`,
|
||||
text70: `İçerik boş olamaz ve 20 karakteri geçemez`,
|
||||
}
|
||||
|
||||
}
|
@@ -60,6 +60,7 @@ langZh = {
|
||||
text67: `每次發送祝福都會消耗77枚硬幣`,
|
||||
text68: `空缺`,
|
||||
text69: `未上榜`,
|
||||
text70: `內容不能為空,且不能超過 20 個字`,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user