修改多语言

This commit is contained in:
dragon
2025-02-25 17:10:11 +08:00
parent ca5571cf76
commit d62839a9af
5 changed files with 5 additions and 1 deletions

View File

@@ -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();

View File

@@ -60,6 +60,7 @@ langAr = {
text67: `في كل مرة ترسل فيها تهنئة، سيتم خصم 77 عملة`,
text68: `شاغر`,
text69: `غير`,
text70: `المحتوى لا يمكن أن يكون فارغًا ولا يمكن أن يتجاوز 20 حرفًا`,
}
}

View File

@@ -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`,
}
}

View File

@@ -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`,
}
}

View File

@@ -60,6 +60,7 @@ langZh = {
text67: `每次發送祝福都會消耗77枚硬幣`,
text68: `空缺`,
text69: `未上榜`,
text70: `內容不能為空,且不能超過 20 個字`,
}