官网开发中 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."
}
}