feat(i18n): add zh/en locale switching
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"site": {
|
||||
"name": "DAL Code",
|
||||
"brand": "DAL Code by DeepAILab",
|
||||
"tagline": "AI-Guided Intent-to-Code Platform",
|
||||
"description": "Turn vague product ideas into code, tests, documentation, and reviewable engineering output."
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"about": "Positioning",
|
||||
"blog": "Insights",
|
||||
"contact": "Contact",
|
||||
"explore": "Explore",
|
||||
"toggleMenu": "Toggle menu",
|
||||
"applyTrial": "Apply for trial",
|
||||
"groups": {
|
||||
"product": "Product",
|
||||
"content": "Content"
|
||||
},
|
||||
"groupLinks": {
|
||||
"home": "Home",
|
||||
"whyDalCode": "Why DAL Code",
|
||||
"applyTrial": "Apply for trial",
|
||||
"insights": "Product insights",
|
||||
"buildingRoles": "Build areas"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"applyTrial": "Apply for trial",
|
||||
"learnPositioning": "Learn positioning",
|
||||
"copyright": "Copyright © 2026 DAL Code by DeepAILab. This website continues to evolve on the existing Next.js foundation.",
|
||||
"groups": {
|
||||
"product": "Product",
|
||||
"resources": "Resources"
|
||||
},
|
||||
"groupLinks": {
|
||||
"home": "Home",
|
||||
"positioning": "Positioning and capabilities",
|
||||
"contactTeam": "Contact team",
|
||||
"articles": "Product articles",
|
||||
"roleDirections": "Build areas",
|
||||
"roadmap": "Roadmap"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user