add zh-Hans basic localization for homepage

This commit is contained in:
n8fr8 2026-04-23 21:48:44 -04:00
parent 45c4463131
commit 809310f8dd
6 changed files with 491 additions and 1 deletions

View file

@ -0,0 +1,26 @@
{
"title": {
"message": "Butter",
"description": "The title in the navbar"
},
"logo.alt": {
"message": "Butter 应用标志",
"description": "The alt text of navbar logo"
},
"item.label.Get Started": {
"message": "开始使用",
"description": "Navbar item with label Get Started"
},
"item.label.Get In Touch": {
"message": "联系我们",
"description": "Navbar item with label Get In Touch"
},
"item.label.Latest News": {
"message": "最新消息",
"description": "Navbar item with label Latest News"
},
"item.label.Content Packs": {
"message": "内容包",
"description": "Navbar item with label Content Packs"
}
}