Browse Source

[dooc] fixed the sidebar itemm key (#2672)

pull/2674/head
Frank Lee 2 years ago committed by GitHub
parent
commit
0966008839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      docs/source/en/sidebar_category_translation.json
  2. 12
      docs/source/zh-Hans/sidebar_category_translation.json

24
docs/source/en/sidebar_category_translation.json

@ -1,26 +1,26 @@
{
"sidebar.docs.category.Get started": {
"sidebar.tutorialSidebar.category.Get started": {
"message": "Get started",
"description": "The label for category Get started in sidebar docs"
"description": "The label for category Get started in sidebar tutorialSidebar"
},
"sidebar.docs.category.Concepts": {
"sidebar.tutorialSidebar.category.Concepts": {
"message": "Concepts",
"description": "The label for category Concepts in sidebar docs"
"description": "The label for category Concepts in sidebar tutorialSidebar"
},
"sidebar.docs.category.Basics": {
"sidebar.tutorialSidebar.category.Basics": {
"message": "Basics",
"description": "The label for category Basics in sidebar docs"
"description": "The label for category Basics in sidebar tutorialSidebar"
},
"sidebar.docs.category.Features": {
"sidebar.tutorialSidebar.category.Features": {
"message": "Features",
"description": "The label for category Features in sidebar docs"
"description": "The label for category Features in sidebar tutorialSidebar"
},
"sidebar.docs.category.Tensor Parallel": {
"sidebar.tutorialSidebar.category.Tensor Parallel": {
"message": "Tensor Parallel",
"description": "The label for category Tensor Parallel in sidebar docs"
"description": "The label for category Tensor Parallel in sidebar tutorialSidebar"
},
"sidebar.docs.category.Advanced Tutorials": {
"sidebar.tutorialSidebar.category.Advanced Tutorials": {
"message": "Advanced Tutorials",
"description": "The label for category Advanced Tutorials in sidebar docs"
"description": "The label for category Advanced Tutorials in sidebar tutorialSidebar"
}
}

12
docs/source/zh-Hans/sidebar_category_translation.json

@ -1,25 +1,25 @@
{
"sidebar.docs.category.Get started": {
"sidebar.tutorialSidebar.category.Get started": {
"message": "快速开始",
"description": "The label for category Get started in sidebar docs"
},
"sidebar.docs.category.Concepts": {
"sidebar.tutorialSidebar.category.Concepts": {
"message": "概念",
"description": "The label for category Concepts in sidebar docs"
},
"sidebar.docs.category.Basics": {
"sidebar.tutorialSidebar.category.Basics": {
"message": "基础",
"description": "The label for category Basics in sidebar docs"
},
"sidebar.docs.category.Features": {
"sidebar.dotutorialSidebarcs.category.Features": {
"message": "功能",
"description": "The label for category Features in sidebar docs"
},
"sidebar.docs.category.Tensor Parallel": {
"sidebar.dtutorialSidebarocs.category.Tensor Parallel": {
"message": "张量并行",
"description": "The label for category Tensor Parallel in sidebar docs"
},
"sidebar.docs.category.Advanced Tutorials": {
"sidebar.tutorialSidebar.category.Advanced Tutorials": {
"message": "高级教程",
"description": "The label for category Advanced Tutorials in sidebar docs"
}

Loading…
Cancel
Save