修改文案翻译

This commit is contained in:
dragon
2025-02-08 11:17:54 +08:00
parent 17a4511547
commit b591343614
5 changed files with 5 additions and 0 deletions

View File

@@ -134,4 +134,5 @@ $('.header .tab div').click(function () {
$(this).addClass('act').siblings().removeClass('act');
topRankType = i;
getConfig();
i == 1 ? $('.text').text(langReplace(localLang.demoModule.text23)) : $('.text').text(langReplace(localLang.demoModule.text24));
})

View File

@@ -28,6 +28,7 @@ langAr = {
text21: `أكثر وكالة <br>ثباتًا`,
text22: `أقوى وكالة <br>في التاريخ`,
text23: `وكالة وصلت إلى SS أو S لثلاثة أشهر متتالية`,
text24: `إحصائيات أقوى وكالة SS Top1 و S Top1 كل شهر`,
}
}

View File

@@ -26,5 +26,6 @@ langEn = {
text21: `Most Stable <br>Agency`,
text22: `Historically <br>Strongest Agency`,
text23: `Agency that have reached SS or S for three consecutive months`,
text24: `Statistics of the strongest SS Top1 and S Top1 agency every month`,
}
}

View File

@@ -28,6 +28,7 @@ langTr = {
text21: `En Kararlı <br>Ajans`,
text22: `Tarihteki <br>En Güçlü Ajans`,
text23: `Üst üste üç ay boyunca SS veya S seviyesine ulaşan ajanslar`,
text24: `Her ayın en güçlü SS Top1 ve S Top1 ajansının istatistikleri`,
}
}

View File

@@ -28,6 +28,7 @@ langZh = {
text21: `最穩定的<br>代理`,
text22: `歷史上最強的<br>代理`,
text23: `連續三個月達到SS或S的代理`,
text24: `每月最強SS Top1與S Top1機構的統計數據`,
}
}