官网开发中 0803

This commit is contained in:
eafonyang
2026-08-03 19:09:03 +08:00
parent eeccdb079c
commit f37b6451ef
36 changed files with 1906 additions and 78 deletions
+22 -2
View File
@@ -8,7 +8,8 @@
"products": "Products",
"news": "News",
"about": "About Us",
"contact": "Contact"
"contact": "Contact",
"support": "Support"
},
"footer": {
"copyright": "© {year} Luxsin. All rights reserved."
@@ -17,6 +18,25 @@
"learnMore": "Learn More",
"backHome": "Back to Home",
"notFound": "Page Not Found",
"notFoundDesc": "Sorry, the page you visited does not exist or has been removed."
"notFoundDesc": "Sorry, the page you visited does not exist or has been removed.",
"loading": "Loading…",
"empty": "No content yet",
"loadMore": "Load More",
"moreInSeries": "More in This Series",
"relatedNews": "Related News"
},
"support": {
"faq": "FAQ",
"downloads": "Downloads",
"contact": "Contact Us"
},
"form": {
"subtitle": "Fill in the form and we will get back to you soon",
"submit": "Submit",
"required": "This field is required",
"invalidEmail": "Please enter a valid email address",
"invalidPhone": "Please enter a valid phone number",
"success": "Submitted successfully. We will reply soon!",
"failed": "Submission failed. Please try again later."
}
}
+22 -2
View File
@@ -8,7 +8,8 @@
"products": "产品",
"news": "新闻",
"about": "关于我们",
"contact": "联系我们"
"contact": "联系我们",
"support": "技术支持"
},
"footer": {
"copyright": "© {year} 乐笙 Luxsin. 保留所有权利。"
@@ -17,6 +18,25 @@
"learnMore": "了解更多",
"backHome": "返回首页",
"notFound": "页面不存在",
"notFoundDesc": "抱歉,您访问的页面不存在或已被移除。"
"notFoundDesc": "抱歉,您访问的页面不存在或已被移除。",
"loading": "加载中…",
"empty": "暂无内容",
"loadMore": "加载更多",
"moreInSeries": "同系列产品",
"relatedNews": "相关新闻"
},
"support": {
"faq": "常见问题",
"downloads": "资料下载",
"contact": "联系方式"
},
"form": {
"subtitle": "请填写以下信息,我们将尽快与您联系",
"submit": "提交",
"required": "此项为必填项",
"invalidEmail": "请输入有效的邮箱地址",
"invalidPhone": "请输入有效的电话号码",
"success": "提交成功,我们会尽快回复!",
"failed": "提交失败,请稍后重试"
}
}