芯片产品文字中英文翻译
This commit is contained in:
parent
602ee741e0
commit
69980bb413
|
@ -131,6 +131,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
detail_info_textGSEC82:"技术亮点:支持国密算法,具备 CC EAL5+ 认证与 TRNG。",
|
detail_info_textGSEC82:"技术亮点:支持国密算法,具备 CC EAL5+ 认证与 TRNG。",
|
||||||
emailLeftTitle:"我们准备好了",
|
emailLeftTitle:"我们准备好了",
|
||||||
emailLeftText:"如果您有更多的需求,请联系我们",
|
emailLeftText:"如果您有更多的需求,请联系我们",
|
||||||
|
chipProducts:"芯片产品",
|
||||||
|
|
||||||
},
|
},
|
||||||
en: {
|
en: {
|
||||||
|
|
||||||
|
@ -162,6 +164,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
detail_info_textGSEC82:"Technical Highlights: Supports state secret algorithms with CC EAL5+ certification and TRNG.",
|
detail_info_textGSEC82:"Technical Highlights: Supports state secret algorithms with CC EAL5+ certification and TRNG.",
|
||||||
emailLeftTitle:"We're ready.",
|
emailLeftTitle:"We're ready.",
|
||||||
emailLeftText:"If you have more needs, please contact us!",
|
emailLeftText:"If you have more needs, please contact us!",
|
||||||
|
chipProducts:"Chip products",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -229,6 +232,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
if (el) el.textContent = data.product_item_titleVV10;
|
if (el) el.textContent = data.product_item_titleVV10;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
document.querySelectorAll('.category-header-title').forEach(el => {
|
||||||
|
if (el) el.textContent = data.chipProducts;
|
||||||
|
});
|
||||||
|
|
||||||
const otherProducts = document.querySelector(".OtherProducts");
|
const otherProducts = document.querySelector(".OtherProducts");
|
||||||
if (otherProducts) otherProducts.textContent = data.OtherProducts;
|
if (otherProducts) otherProducts.textContent = data.OtherProducts;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue