替换ui
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 368 KiB |
@@ -84,7 +84,12 @@ function translateFun() {
|
||||
$('.text14').text(langReplace(localLang.demoModule.text14));
|
||||
$('.text15').text(langReplace(localLang.demoModule.text15));
|
||||
$('.text16').text(langReplace(localLang.demoModule.text16));
|
||||
$('.text17').text(langReplace(localLang.demoModule.text17));
|
||||
|
||||
if(browser.ios){
|
||||
$('.text17').text(langReplace(localLang.demoModule.text17));
|
||||
}else{
|
||||
$('.text17').text(langReplace(localLang.demoModule.text177));
|
||||
}
|
||||
}
|
||||
// 配置接口
|
||||
function ssAgencyRank() {
|
||||
|
@@ -63,11 +63,15 @@ $(function () {
|
||||
function translateFun() {
|
||||
var langReplace = window.lang.replace;
|
||||
var localLang = window.lang;
|
||||
$('.text17').html(langReplace(localLang.demoModule.text17));
|
||||
$('.text20').html(langReplace(localLang.demoModule.text20));
|
||||
$('.text21').html(langReplace(localLang.demoModule.text21));
|
||||
$('.text22').html(langReplace(localLang.demoModule.text22));
|
||||
$('.text23').html(langReplace(localLang.demoModule.text23));
|
||||
if(browser.ios){
|
||||
$('.text17').text(langReplace(localLang.demoModule.text17));
|
||||
}else{
|
||||
$('.text17').text(langReplace(localLang.demoModule.text177));
|
||||
}
|
||||
}
|
||||
// 配置接口
|
||||
function getConfig() {
|
||||
|
@@ -22,6 +22,7 @@ langAr = {
|
||||
text15: `الخريف`,
|
||||
text16: `الشتاء`,
|
||||
text17: `هذا النشاط لا علاقة له بـ Apple`,
|
||||
text177: `هذه الفعالية لا علاقة لها بـ Google.`,
|
||||
text18: `خلف`,
|
||||
text19: `شاغر`,
|
||||
text20: `سجل قمة الوكالة`,
|
||||
|
@@ -20,6 +20,7 @@ langEn = {
|
||||
text15: `Autumn`,
|
||||
text16: `Winter`,
|
||||
text17: `This activity has nothing to do with apple`,
|
||||
text177: `Event has nothing to do with Google.`,
|
||||
text18: `Behind`,
|
||||
text19: `Vacant`,
|
||||
text20: `Agency Peak Record`,
|
||||
|
@@ -22,6 +22,7 @@ langTr = {
|
||||
text15: `Sonbahar`,
|
||||
text16: `Kış`,
|
||||
text17: `Bu etkinliğin Apple ile ilgisi yoktur`,
|
||||
text177: `Bu etkinliğin Google ile hiçbir bağlantısı yoktur.`,
|
||||
text18: `Geride`,
|
||||
text19: `Boş`,
|
||||
text20: `Ajans Zirve Kaydı`,
|
||||
|
@@ -22,6 +22,7 @@ langZh = {
|
||||
text15: `秋季`,
|
||||
text16: `冬季`,
|
||||
text17: `此活動與Apple無關`,
|
||||
text177: `此活動與Google無關。`,
|
||||
text18: `落後`,
|
||||
text19: `空缺`,
|
||||
text20: `代理巔峰記錄`,
|
||||
|
Reference in New Issue
Block a user