Files
arcticnewone/i18n/locales/en.json
T
virtheart 500bdda0e5 feat(header): 重构头部组件并添加底部导航栏
将头部组件中的logo动画逻辑提取为独立组件
添加底部导航栏并实现滚动显示逻辑
更新国际化文件中的app名称
2026-04-27 16:47:38 +08:00

19 lines
383 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"
}
}