mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-22 10:58:56 +00:00
fix: translations (#346)
This commit is contained in:
@@ -41,6 +41,18 @@
|
|||||||
"message": "警告",
|
"message": "警告",
|
||||||
"description": "The default label used for the Caution admonition (:::caution)"
|
"description": "The default label used for the Caution admonition (:::caution)"
|
||||||
},
|
},
|
||||||
|
"theme.BackToTopButton.buttonAriaLabel": {
|
||||||
|
"message": "回到顶部",
|
||||||
|
"description": "The ARIA label for the back to top button"
|
||||||
|
},
|
||||||
|
"theme.blog.archive.title": {
|
||||||
|
"message": "历史博文",
|
||||||
|
"description": "The page & hero title of the blog archive page"
|
||||||
|
},
|
||||||
|
"theme.blog.archive.description": {
|
||||||
|
"message": "历史博文",
|
||||||
|
"description": "The page & hero description of the blog archive page"
|
||||||
|
},
|
||||||
"theme.blog.paginator.navAriaLabel": {
|
"theme.blog.paginator.navAriaLabel": {
|
||||||
"message": "博文列表分页导航",
|
"message": "博文列表分页导航",
|
||||||
"description": "The ARIA label for the blog pagination"
|
"description": "The ARIA label for the blog pagination"
|
||||||
@@ -53,18 +65,6 @@
|
|||||||
"message": "较旧的博文",
|
"message": "较旧的博文",
|
||||||
"description": "The label used to navigate to the older blog posts page (next page)"
|
"description": "The label used to navigate to the older blog posts page (next page)"
|
||||||
},
|
},
|
||||||
"theme.blog.archive.title": {
|
|
||||||
"message": "历史博文",
|
|
||||||
"description": "The page & hero title of the blog archive page"
|
|
||||||
},
|
|
||||||
"theme.blog.archive.description": {
|
|
||||||
"message": "历史博文",
|
|
||||||
"description": "The page & hero description of the blog archive page"
|
|
||||||
},
|
|
||||||
"theme.BackToTopButton.buttonAriaLabel": {
|
|
||||||
"message": "回到顶部",
|
|
||||||
"description": "The ARIA label for the back to top button"
|
|
||||||
},
|
|
||||||
"theme.blog.post.paginator.navAriaLabel": {
|
"theme.blog.post.paginator.navAriaLabel": {
|
||||||
"message": "博文分页导航",
|
"message": "博文分页导航",
|
||||||
"description": "The ARIA label for the blog posts pagination"
|
"description": "The ARIA label for the blog posts pagination"
|
||||||
@@ -232,10 +232,6 @@
|
|||||||
"message": "主页面",
|
"message": "主页面",
|
||||||
"description": "The ARIA label for the home page in the breadcrumbs"
|
"description": "The ARIA label for the home page in the breadcrumbs"
|
||||||
},
|
},
|
||||||
"theme.docs.sidebar.navAriaLabel": {
|
|
||||||
"message": "文档侧边栏",
|
|
||||||
"description": "The ARIA label for the sidebar navigation"
|
|
||||||
},
|
|
||||||
"theme.docs.sidebar.collapseButtonTitle": {
|
"theme.docs.sidebar.collapseButtonTitle": {
|
||||||
"message": "收起侧边栏",
|
"message": "收起侧边栏",
|
||||||
"description": "The title attribute for collapse button of doc sidebar"
|
"description": "The title attribute for collapse button of doc sidebar"
|
||||||
@@ -244,14 +240,22 @@
|
|||||||
"message": "收起侧边栏",
|
"message": "收起侧边栏",
|
||||||
"description": "The title attribute for collapse button of doc sidebar"
|
"description": "The title attribute for collapse button of doc sidebar"
|
||||||
},
|
},
|
||||||
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
"theme.docs.sidebar.navAriaLabel": {
|
||||||
"message": "切换导航栏",
|
"message": "文档侧边栏",
|
||||||
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
"description": "The ARIA label for the sidebar navigation"
|
||||||
},
|
},
|
||||||
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
|
||||||
"message": "关闭导航栏",
|
"message": "关闭导航栏",
|
||||||
"description": "The ARIA label for close button of mobile sidebar"
|
"description": "The ARIA label for close button of mobile sidebar"
|
||||||
},
|
},
|
||||||
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
|
||||||
|
"message": "← 回到主菜单",
|
||||||
|
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
|
||||||
|
},
|
||||||
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
|
||||||
|
"message": "切换导航栏",
|
||||||
|
"description": "The ARIA label for hamburger menu button of mobile navigation"
|
||||||
|
},
|
||||||
"theme.docs.sidebar.expandButtonTitle": {
|
"theme.docs.sidebar.expandButtonTitle": {
|
||||||
"message": "展开侧边栏",
|
"message": "展开侧边栏",
|
||||||
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
||||||
@@ -260,9 +264,40 @@
|
|||||||
"message": "展开侧边栏",
|
"message": "展开侧边栏",
|
||||||
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
||||||
},
|
},
|
||||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
|
"theme.SearchBar.seeAll": {
|
||||||
"message": "← 回到主菜单",
|
"message": "查看全部 {count} 个结果"
|
||||||
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
|
},
|
||||||
|
"theme.SearchPage.documentsFound.plurals": {
|
||||||
|
"message": "找到 {count} 份文件",
|
||||||
|
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.existingResultsTitle": {
|
||||||
|
"message": "「{query}」的搜索结果",
|
||||||
|
"description": "The search page title for non-empty query"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.emptyResultsTitle": {
|
||||||
|
"message": "在文档中搜索",
|
||||||
|
"description": "The search page title for empty query"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.inputPlaceholder": {
|
||||||
|
"message": "在此输入搜索字词",
|
||||||
|
"description": "The placeholder for search page input"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.inputLabel": {
|
||||||
|
"message": "搜索",
|
||||||
|
"description": "The ARIA label for search page input"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.algoliaLabel": {
|
||||||
|
"message": "通过 Algolia 搜索",
|
||||||
|
"description": "The ARIA label for Algolia mention"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.noResultsText": {
|
||||||
|
"message": "未找到任何结果",
|
||||||
|
"description": "The paragraph for empty search result"
|
||||||
|
},
|
||||||
|
"theme.SearchPage.fetchingNewResults": {
|
||||||
|
"message": "正在获取新的搜索结果...",
|
||||||
|
"description": "The paragraph for fetching new search results"
|
||||||
},
|
},
|
||||||
"theme.SearchBar.label": {
|
"theme.SearchBar.label": {
|
||||||
"message": "搜索",
|
"message": "搜索",
|
||||||
@@ -360,41 +395,6 @@
|
|||||||
"message": "搜索文档",
|
"message": "搜索文档",
|
||||||
"description": "The placeholder of the input of the DocSearch pop-up modal"
|
"description": "The placeholder of the input of the DocSearch pop-up modal"
|
||||||
},
|
},
|
||||||
"theme.SearchBar.seeAll": {
|
|
||||||
"message": "查看全部 {count} 个结果"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.documentsFound.plurals": {
|
|
||||||
"message": "找到 {count} 份文件",
|
|
||||||
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.existingResultsTitle": {
|
|
||||||
"message": "「{query}」的搜索结果",
|
|
||||||
"description": "The search page title for non-empty query"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.emptyResultsTitle": {
|
|
||||||
"message": "在文档中搜索",
|
|
||||||
"description": "The search page title for empty query"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.inputPlaceholder": {
|
|
||||||
"message": "在此输入搜索字词",
|
|
||||||
"description": "The placeholder for search page input"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.inputLabel": {
|
|
||||||
"message": "搜索",
|
|
||||||
"description": "The ARIA label for search page input"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.algoliaLabel": {
|
|
||||||
"message": "通过 Algolia 搜索",
|
|
||||||
"description": "The ARIA label for Algolia mention"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.noResultsText": {
|
|
||||||
"message": "未找到任何结果",
|
|
||||||
"description": "The paragraph for empty search result"
|
|
||||||
},
|
|
||||||
"theme.SearchPage.fetchingNewResults": {
|
|
||||||
"message": "正在获取新的搜索结果...",
|
|
||||||
"description": "The paragraph for fetching new search results"
|
|
||||||
},
|
|
||||||
"theme.ErrorPageContent.tryAgain": {
|
"theme.ErrorPageContent.tryAgain": {
|
||||||
"message": "重试",
|
"message": "重试",
|
||||||
"description": "The label of the button to try again rendering when the React error boundary captures an error"
|
"description": "The label of the button to try again rendering when the React error boundary captures an error"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version.label": {
|
"version.label": {
|
||||||
"message": "2.15.0-SNAPSHOT",
|
"message": "2.16.0-SNAPSHOT",
|
||||||
"description": "The label for version current"
|
"description": "The label for version current"
|
||||||
},
|
},
|
||||||
"sidebar.tutorial.category.入门": {
|
"sidebar.tutorial.category.入门": {
|
||||||
|
Reference in New Issue
Block a user