Files
arcticnewone/i18n/locales/en.json
T
virtheart be0bf01845 feat(i18n): 添加首页英雄区域的多语言支持
为首页英雄区域添加中英文翻译内容,包括服务列表、描述文本和按钮文字
同时优化AppLogo组件的动画安全检查和HomeHero组件的布局与动画效果
2026-04-27 17:51:00 +08:00

30 lines
765 B
JSON

{
"app": {
"name": "北极新一",
"brand": "ArcticNewOne",
"description": "Explore infinite possibilities and modern experiences. Welcome to ArcticNewOne."
},
"nav": {
"home": "Home",
"studio": "Studio",
"work": "Work",
"news": "News",
"contact": "Contact"
},
"home": {
"title": "Home",
"welcome": "Welcome to Arctic New One"
},
"hero": {
"services": {
"webDesign": "Web Design",
"socialMedia": "Social Media",
"marketing": "Marketing",
"development": "Development",
"seo": "SEO Optimization"
},
"description": "No cookie cutter sites. No empty claims. Only practical tools and smart strategies that drive growth and build brands.",
"letsTalk": "Let's talk"
}
}