add zh-Hans basic localization for homepage
This commit is contained in:
parent
45c4463131
commit
809310f8dd
6 changed files with 491 additions and 1 deletions
26
www/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
Normal file
26
www/i18n/zh-Hans/docusaurus-theme-classic/navbar.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue