mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* [v2] tags to doc, same as tags to blog - [IN PROGRESS] - Addition of plugin-content-docs - Addition of DocTagsListPage in `docusaurus-theme-classic` ! Error exists for this commit towards the theme aspect and help required. Commit towards #3434 * docs: make tags list page work * temp: disable onBrokenLinks * theme bootstrap: create DocTagsListPage * DocTagsPage added and functionality too - individual doc tag page added to show docs for that specific tag * Added all Docs Tags Link * add some shared tag utils * move tag tests to _dogfooding * fix type * fix some tests * fix blog test * refactor blog post tags handling * better yaml tag examples * better dogfood md files * refactor and factorize theme tag components * finish DocTagDocListPage * Extract DocItemFooter + add inline tag list * minor fix * better typings * fix versions.test.ts tests * add tests for doc tags * fix tests * test toTagDocListProp * move shared theme code to tagUtils * Add new theme translation keys * move common theme code to tagUtils + add tests * update-code-translations should handle theme-common * update french translation * revert add translation * fix pluralization problem in theme.docs.tagDocListPageTitle * add theme component configuration options * add more tags tests * add documentation for docs tagging Co-authored-by: slorber <lorber.sebastien@gmail.com>
59 lines
3.4 KiB
JSON
59 lines
3.4 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "關閉",
|
|
"theme.CodeBlock.copied": "複製成功",
|
|
"theme.CodeBlock.copy": "複製",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
|
|
"theme.NotFound.p1": "我們找不到您要找的頁面。",
|
|
"theme.NotFound.p2": "請聯絡原始連結來源網站的所有者,並通知他們連結已毀損。",
|
|
"theme.NotFound.title": "找不到頁面",
|
|
"theme.Playground.liveEditor": "即時編輯器",
|
|
"theme.Playground.result": "結果",
|
|
"theme.PwaReloadPopup.closeButtonAriaLabel": "關閉",
|
|
"theme.PwaReloadPopup.info": "有可用的新版本",
|
|
"theme.PwaReloadPopup.refreshButtonText": "刷新",
|
|
"theme.SearchBar.label": "搜尋",
|
|
"theme.SearchPage.algoliaLabel": "透過 Algolia 搜尋",
|
|
"theme.SearchPage.documentsFound.plurals": "找到 {count} 份文件",
|
|
"theme.SearchPage.emptyResultsTitle": "在文件中搜尋",
|
|
"theme.SearchPage.existingResultsTitle": "「{query}」的搜尋結果",
|
|
"theme.SearchPage.fetchingNewResults": "正在獲取新的搜尋結果...",
|
|
"theme.SearchPage.inputLabel": "搜尋",
|
|
"theme.SearchPage.inputPlaceholder": "在此輸入搜尋字詞",
|
|
"theme.SearchPage.noResultsText": "未找到任何結果",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "本頁導覽",
|
|
"theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
|
|
"theme.blog.paginator.newerEntries": "較新的文章",
|
|
"theme.blog.paginator.olderEntries": "較舊的文章",
|
|
"theme.blog.post.paginator.navAriaLabel": "部落格文章分頁導覽",
|
|
"theme.blog.post.paginator.newerPost": "較新一篇",
|
|
"theme.blog.post.paginator.olderPost": "較舊一篇",
|
|
"theme.blog.post.plurals": "{count} 篇文章",
|
|
"theme.blog.post.readMore": "閱讀更多",
|
|
"theme.blog.post.readingTime.plurals": "{readingTime} 分鐘閱讀",
|
|
"theme.blog.sidebar.navAriaLabel": "最近部落格文章導覽",
|
|
"theme.blog.tagTitle": "{nPosts} 含有標籤「{tagName}」",
|
|
"theme.common.editThisPage": "編輯此頁",
|
|
"theme.common.headingLinkTitle": "標題的直接連結",
|
|
"theme.common.skipToMainContent": "跳至主要内容",
|
|
"theme.docs.paginator.navAriaLabel": "文件分頁導覽",
|
|
"theme.docs.paginator.next": "下一頁",
|
|
"theme.docs.paginator.previous": "上一頁",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "收起側邊欄",
|
|
"theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
|
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"theme.docs.versions.latestVersionLinkLabel": "最新版本",
|
|
"theme.docs.versions.latestVersionSuggestionLabel": "最新的文件請參閱 {latestVersionLink} ({versionLabel})。",
|
|
"theme.docs.versions.unmaintainedVersionLabel": "此為 {siteTitle} {versionLabel} 版的文件,現已不再積極維護。",
|
|
"theme.docs.versions.unreleasedVersionLabel": "此為 {siteTitle} {versionLabel} 版尚未發行的文件。",
|
|
"theme.lastUpdated.atDate": "於 {date} ",
|
|
"theme.lastUpdated.byUser": "由 {user} ",
|
|
"theme.lastUpdated.lastUpdatedAtBy": "最後{byUser}{atDate}更新",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主菜單",
|
|
"theme.tags.tagsListLabel": "標籤:",
|
|
"theme.tags.tagsPageLink": "查看所有標籤",
|
|
"theme.tags.tagsPageTitle": "標籤"
|
|
}
|