Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"link.title.Docs": {
"message": "Docs",
"message": "文档",
"description": "The title of the footer links column with title=Docs in the footer"
},
"link.title.Community": {
"message": "Community",
"message": "社区",
"description": "The title of the footer links column with title=Community in the footer"
},
"link.item.label.Develop": {
"message": "Develop",
"message": "发展",
"description": "The label of footer link with label=Develop linking to /develop/overview"
},
"link.item.label.Embed": {
"message": "Embed",
"message": "嵌入",
"description": "The label of footer link with label=Embed linking to /embed/overview"
},
"link.item.label.Extend": {
"message": "Extend",
"message": "延长",
"description": "The label of footer link with label=Extend linking to /contribute/overview"
},
"link.item.label.Discord": {
Expand All @@ -28,7 +28,7 @@
"description": "The label of footer link with label=Twitter linking to https://twitter.com/realwasmedge"
},
"copyright": {
"message": "Copyright © 2023 WasmEdge. Built with Docusaurus.",
"message": "版权所有 © 2023 WasmEdge。使用 Docusaurus 构建。",
"description": "The footer copyright"
}
}
6 changes: 3 additions & 3 deletions i18n/zh/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "The title in the navbar"
},
"item.label.Develop": {
"message": "Develop",
"message": "发展",
"description": "Navbar item with label Develop"
},
"item.label.Embed": {
"message": "Embed",
"message": "嵌入",
"description": "Navbar item with label Embed"
},
"item.label.Extend": {
"message": "Extend",
"message": "延长",
"description": "Navbar item with label Extend"
},
"item.label.GitHub": {
Expand Down