@cbnventures/docusaurus-preset-nova 0.19.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/bin/theme-nova.mjs +16 -0
- package/build/package.json +160 -0
- package/build/src/blocks/app-market-download/index.d.ts.map +1 -1
- package/build/src/blocks/app-market-download/index.js.map +1 -1
- package/build/src/blocks/blog-preview/index.d.ts.map +1 -1
- package/build/src/blocks/blog-preview/index.js.map +1 -1
- package/build/src/blocks/features/index.d.ts.map +1 -1
- package/build/src/blocks/features/index.js.map +1 -1
- package/build/src/blocks/frame/index.d.ts.map +1 -1
- package/build/src/blocks/frame/index.js.map +1 -1
- package/build/src/blocks/hero/index.d.ts.map +1 -1
- package/build/src/blocks/hero/index.js.map +1 -1
- package/build/src/blocks/install-strip/index.d.ts.map +1 -1
- package/build/src/blocks/install-strip/index.js.map +1 -1
- package/build/src/blocks/spotlight/index.d.ts.map +1 -1
- package/build/src/blocks/spotlight/index.js.map +1 -1
- package/build/src/blocks/stats/index.d.ts.map +1 -1
- package/build/src/blocks/stats/index.js.map +1 -1
- package/build/src/blocks/terminology/index.d.ts.map +1 -1
- package/build/src/blocks/terminology/index.js.map +1 -1
- package/build/src/blocks/typewriter/index.d.ts.map +1 -1
- package/build/src/blocks/typewriter/index.js.map +1 -1
- package/build/src/cli/i18n/check.d.ts +5 -0
- package/build/src/cli/i18n/check.d.ts.map +1 -0
- package/build/src/cli/i18n/check.js +35 -0
- package/build/src/cli/i18n/check.js.map +1 -0
- package/build/src/cli/i18n/coverage.d.ts +8 -0
- package/build/src/cli/i18n/coverage.d.ts.map +1 -0
- package/build/src/cli/i18n/coverage.js +178 -0
- package/build/src/cli/i18n/coverage.js.map +1 -0
- package/build/src/cli/i18n/sync.d.ts +5 -0
- package/build/src/cli/i18n/sync.d.ts.map +1 -0
- package/build/src/cli/i18n/sync.js +53 -0
- package/build/src/cli/i18n/sync.js.map +1 -0
- package/build/src/cli/index.d.ts +3 -0
- package/build/src/cli/index.d.ts.map +1 -0
- package/build/src/cli/index.js +113 -0
- package/build/src/cli/index.js.map +1 -0
- package/build/src/icons.d.ts +3 -0
- package/build/src/icons.d.ts.map +1 -0
- package/build/src/icons.js +8 -0
- package/build/src/icons.js.map +1 -0
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +30 -28
- package/build/src/index.js.map +1 -1
- package/build/src/lib/color.d.ts.map +1 -1
- package/build/src/lib/color.js.map +1 -1
- package/build/src/lib/google-fonts-url.d.ts.map +1 -1
- package/build/src/lib/google-fonts-url.js.map +1 -1
- package/build/src/lib/i18n/apply-plan.d.ts +10 -0
- package/build/src/lib/i18n/apply-plan.d.ts.map +1 -0
- package/build/src/lib/i18n/apply-plan.js +174 -0
- package/build/src/lib/i18n/apply-plan.js.map +1 -0
- package/build/src/lib/i18n/content-scan.d.ts +8 -0
- package/build/src/lib/i18n/content-scan.d.ts.map +1 -0
- package/build/src/lib/i18n/content-scan.js +180 -0
- package/build/src/lib/i18n/content-scan.js.map +1 -0
- package/build/src/lib/i18n/coverage.d.ts +8 -0
- package/build/src/lib/i18n/coverage.d.ts.map +1 -0
- package/build/src/lib/i18n/coverage.js +113 -0
- package/build/src/lib/i18n/coverage.js.map +1 -0
- package/build/src/lib/i18n/prompt.d.ts +6 -0
- package/build/src/lib/i18n/prompt.d.ts.map +1 -0
- package/build/src/lib/i18n/prompt.js +30 -0
- package/build/src/lib/i18n/prompt.js.map +1 -0
- package/build/src/lib/i18n/reconcile.d.ts +7 -0
- package/build/src/lib/i18n/reconcile.d.ts.map +1 -0
- package/build/src/lib/i18n/reconcile.js +201 -0
- package/build/src/lib/i18n/reconcile.js.map +1 -0
- package/build/src/lib/i18n/report.d.ts +5 -0
- package/build/src/lib/i18n/report.d.ts.map +1 -0
- package/build/src/lib/i18n/report.js +33 -0
- package/build/src/lib/i18n/report.js.map +1 -0
- package/build/src/lib/i18n/site-context.d.ts +9 -0
- package/build/src/lib/i18n/site-context.d.ts.map +1 -0
- package/build/src/lib/i18n/site-context.js +141 -0
- package/build/src/lib/i18n/site-context.js.map +1 -0
- package/build/src/lib/mermaid.js +8 -8
- package/build/src/lib/mermaid.js.map +1 -1
- package/build/src/lib/regex.d.ts +3 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +42 -42
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/rehype-shiki.d.ts.map +1 -1
- package/build/src/lib/rehype-shiki.js.map +1 -1
- package/build/src/lib/search/indexer.d.ts.map +1 -1
- package/build/src/lib/search/indexer.js.map +1 -1
- package/build/src/lib/search/perform-search.d.ts.map +1 -1
- package/build/src/lib/search/perform-search.js +15 -10
- package/build/src/lib/search/perform-search.js.map +1 -1
- package/build/src/lib/search/worker.js +24 -16
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
- package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
- package/build/src/lib/sidebar-mobile-store.js +26 -0
- package/build/src/lib/sidebar-mobile-store.js.map +1 -0
- package/build/src/lib/toc-collapsible-store.d.ts +7 -0
- package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
- package/build/src/lib/toc-collapsible-store.js +40 -0
- package/build/src/lib/toc-collapsible-store.js.map +1 -0
- package/build/src/lib/translations.d.ts.map +1 -1
- package/build/src/lib/translations.js +10 -5
- package/build/src/lib/translations.js.map +1 -1
- package/build/src/lib/use-details-dismiss.d.ts.map +1 -1
- package/build/src/lib/use-details-dismiss.js.map +1 -1
- package/build/src/lib/use-navbar-overflow.d.ts.map +1 -1
- package/build/src/lib/use-navbar-overflow.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.d.ts.map +1 -1
- package/build/src/plugins/bundle-guard/index.js.map +1 -1
- package/build/src/plugins/icons/generate.d.ts.map +1 -1
- package/build/src/plugins/icons/generate.js +4 -2
- package/build/src/plugins/icons/generate.js.map +1 -1
- package/build/src/plugins/icons/index.d.ts.map +1 -1
- package/build/src/plugins/icons/index.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.js.map +1 -1
- package/build/src/scripts/data-attribute-query.d.ts.map +1 -1
- package/build/src/scripts/data-attribute-query.js.map +1 -1
- package/build/src/styles/embed.css +132 -0
- package/build/src/tests/cascade-defensive.test.js +6 -3
- package/build/src/tests/cascade-defensive.test.js.map +1 -1
- package/build/src/tests/class-name-style-passthrough.test.js +4 -2
- package/build/src/tests/class-name-style-passthrough.test.js.map +1 -1
- package/build/src/tests/cli/i18n/check.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/check.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/check.test.js +79 -0
- package/build/src/tests/cli/i18n/check.test.js.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.js +150 -0
- package/build/src/tests/cli/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.js +164 -0
- package/build/src/tests/cli/i18n/sync.test.js.map +1 -0
- package/build/src/tests/config-drift.test.js +18 -9
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/exports-module-format.test.d.ts +2 -0
- package/build/src/tests/exports-module-format.test.d.ts.map +1 -0
- package/build/src/tests/exports-module-format.test.js +106 -0
- package/build/src/tests/exports-module-format.test.js.map +1 -0
- package/build/src/tests/icons.test.js +16 -14
- package/build/src/tests/icons.test.js.map +1 -1
- package/build/src/tests/lib/color.test.js.map +1 -1
- package/build/src/tests/lib/css-generator.test.js +216 -108
- package/build/src/tests/lib/css-generator.test.js.map +1 -1
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js +361 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.js +236 -0
- package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.js +304 -0
- package/build/src/tests/lib/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.js +648 -0
- package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.js +48 -0
- package/build/src/tests/lib/i18n/site-context.test.js.map +1 -0
- package/build/src/tests/lib/search/indexer.test.js +2 -1
- package/build/src/tests/lib/search/indexer.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +11 -0
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts +2 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js +69 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts +2 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js +64 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js.map +1 -0
- package/build/src/tests/lib/translations.test.js +94 -47
- package/build/src/tests/lib/translations.test.js.map +1 -1
- package/build/src/tests/options.test.js +6 -3
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/presets/envoy/preset.test.js +8 -4
- package/build/src/tests/presets/envoy/preset.test.js.map +1 -1
- package/build/src/tests/presets/foundry/preset.test.js +8 -4
- package/build/src/tests/presets/foundry/preset.test.js.map +1 -1
- package/build/src/tests/presets/lantern/preset.test.js +8 -4
- package/build/src/tests/presets/lantern/preset.test.js.map +1 -1
- package/build/src/tests/presets/marshal/preset.test.js +8 -4
- package/build/src/tests/presets/marshal/preset.test.js.map +1 -1
- package/build/src/tests/presets/sample/preset.test.js +8 -4
- package/build/src/tests/presets/sample/preset.test.js.map +1 -1
- package/build/src/tests/presets/sentinel/preset.test.js +8 -4
- package/build/src/tests/presets/sentinel/preset.test.js.map +1 -1
- package/build/src/tests/presets/signal/preset.test.js +8 -4
- package/build/src/tests/presets/signal/preset.test.js.map +1 -1
- package/build/src/tests/since-version.test.d.ts +2 -0
- package/build/src/tests/since-version.test.d.ts.map +1 -0
- package/build/src/tests/since-version.test.js +135 -0
- package/build/src/tests/since-version.test.js.map +1 -0
- package/build/src/tests/theme/CodeBlock/live-editor.test.js +13 -1
- package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -1
- package/build/src/tests/type-declarations.test.d.ts +1 -30
- package/build/src/tests/type-declarations.test.d.ts.map +1 -1
- package/build/src/tests/type-declarations.test.js +7 -3583
- package/build/src/tests/type-declarations.test.js.map +1 -1
- package/build/src/theme/Admonition/index.d.ts.map +1 -1
- package/build/src/theme/Admonition/index.js.map +1 -1
- package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -1
- package/build/src/theme/AnnouncementBar/index.js +2 -1
- package/build/src/theme/AnnouncementBar/index.js.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.js +28 -14
- package/build/src/theme/Blog/Components/Author/Socials/index.js.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.js.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -1
- package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -1
- package/build/src/theme/BlogArchivePage/index.js.map +1 -1
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
- package/build/src/theme/BlogLayout/index.js.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.js.map +1 -1
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/index.js.map +1 -1
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPaginator/index.js.map +1 -1
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItem/index.js +14 -7
- package/build/src/theme/BlogPostItem/index.js.map +1 -1
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItems/index.js.map +1 -1
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/index.js +2 -1
- package/build/src/theme/BlogPostPage/index.js.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.js.map +1 -1
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebar/index.js.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.js.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.js.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -1
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/index.js.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.js +2 -2
- package/build/src/theme/CodeBlock/live-editor.js.map +1 -1
- package/build/src/theme/CodeInline/index.d.ts.map +1 -1
- package/build/src/theme/CodeInline/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.js.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.js +3 -0
- package/build/src/theme/ContentFooter/ShareButton/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.js.map +1 -1
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/index.js.map +1 -1
- package/build/src/theme/Details/index.d.ts.map +1 -1
- package/build/src/theme/Details/index.js.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.js.map +1 -1
- package/build/src/theme/DocCard/index.d.ts.map +1 -1
- package/build/src/theme/DocCard/index.js.map +1 -1
- package/build/src/theme/DocCardList/index.d.ts.map +1 -1
- package/build/src/theme/DocCardList/index.js.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -1
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Content/index.js.map +1 -1
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Footer/index.js +11 -6
- package/build/src/theme/DocItem/Footer/index.js.map +1 -1
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Layout/index.js.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.js.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -1
- package/build/src/theme/DocItem/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/index.js +2 -1
- package/build/src/theme/DocItem/index.js.map +1 -1
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
- package/build/src/theme/DocPaginator/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.js +5 -2
- package/build/src/theme/DocRoot/Layout/index.js.map +1 -1
- package/build/src/theme/DocRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/index.js.map +1 -1
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebar/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/index.js.map +1 -1
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItems/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.js +8 -92
- package/build/src/theme/DocSidebarMobile/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/panel.d.ts +3 -0
- package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -0
- package/build/src/theme/DocSidebarMobile/panel.js +88 -0
- package/build/src/theme/DocSidebarMobile/panel.js.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagDocListPage/index.js.map +1 -1
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagsListPage/index.js.map +1 -1
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocVersionRoot/index.js.map +1 -1
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocsRoot/index.js.map +1 -1
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
- package/build/src/theme/EditMetaRow/index.js.map +1 -1
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
- package/build/src/theme/EditThisPage/index.js.map +1 -1
- package/build/src/theme/Error/index.d.ts.map +1 -1
- package/build/src/theme/Error/index.js.map +1 -1
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
- package/build/src/theme/ErrorPageContent/index.js.map +1 -1
- package/build/src/theme/Footer/Commons/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Commons/index.js.map +1 -1
- package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Embassy/index.js.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.js.map +1 -1
- package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Ledger/index.js.map +1 -1
- package/build/src/theme/Footer/cta.d.ts.map +1 -1
- package/build/src/theme/Footer/cta.js.map +1 -1
- package/build/src/theme/Footer/index.d.ts.map +1 -1
- package/build/src/theme/Footer/index.js.map +1 -1
- package/build/src/theme/Heading/index.d.ts.map +1 -1
- package/build/src/theme/Heading/index.js.map +1 -1
- package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
- package/build/src/theme/IconExternalLink/index.js.map +1 -1
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
- package/build/src/theme/LastUpdated/index.js.map +1 -1
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
- package/build/src/theme/Layout/Provider/index.js.map +1 -1
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.js +2 -1
- package/build/src/theme/Layout/index.js.map +1 -1
- package/build/src/theme/Loading/index.d.ts.map +1 -1
- package/build/src/theme/Loading/index.js.map +1 -1
- package/build/src/theme/Logo/index.d.ts.map +1 -1
- package/build/src/theme/Logo/index.js.map +1 -1
- package/build/src/theme/MDXContent/index.d.ts.map +1 -1
- package/build/src/theme/MDXContent/index.js.map +1 -1
- package/build/src/theme/MDXPage/index.d.ts.map +1 -1
- package/build/src/theme/MDXPage/index.js +9 -5
- package/build/src/theme/MDXPage/index.js.map +1 -1
- package/build/src/theme/Mermaid/index.d.ts.map +1 -1
- package/build/src/theme/Mermaid/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/index.js.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/More/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/More/index.js.map +1 -1
- package/build/src/theme/Navbar/index.js +0 -1
- package/build/src/theme/Navbar/index.js.map +1 -1
- package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/component-types.js +2 -0
- package/build/src/theme/NavbarItem/component-types.js.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/index.js.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -1
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/Content/index.js.map +1 -1
- package/build/src/theme/NotFound/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/index.js.map +1 -1
- package/build/src/theme/Root/index.d.ts.map +1 -1
- package/build/src/theme/Root/index.js.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.js.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.js +4 -1
- package/build/src/theme/SearchBar/search-provider.js.map +1 -1
- package/build/src/theme/SearchBar/search-results.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-results.js.map +1 -1
- package/build/src/theme/SearchMetadata/index.d.ts.map +1 -1
- package/build/src/theme/SearchMetadata/index.js.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.js +4 -1
- package/build/src/theme/SearchPage/index.js.map +1 -1
- package/build/src/theme/Showcase/index.d.ts.map +1 -1
- package/build/src/theme/Showcase/index.js.map +1 -1
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
- package/build/src/theme/SkipToContent/index.js.map +1 -1
- package/build/src/theme/TOC/index.d.ts.map +1 -1
- package/build/src/theme/TOC/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/index.js +13 -88
- package/build/src/theme/TOCCollapsible/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/panel.d.ts +3 -0
- package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -0
- package/build/src/theme/TOCCollapsible/panel.js +90 -0
- package/build/src/theme/TOCCollapsible/panel.js.map +1 -0
- package/build/src/theme/TabItem/index.d.ts.map +1 -1
- package/build/src/theme/TabItem/index.js.map +1 -1
- package/build/src/theme/Tabs/index.d.ts.map +1 -1
- package/build/src/theme/Tabs/index.js.map +1 -1
- package/build/src/theme/Tag/index.d.ts.map +1 -1
- package/build/src/theme/Tag/index.js.map +1 -1
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
- package/build/src/theme/TagsListByLetter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/index.js.map +1 -1
- package/build/src/theme/ThemedImage/index.d.ts.map +1 -1
- package/build/src/theme/ThemedImage/index.js.map +1 -1
- package/build/src/types/cli/i18n/check.d.ts +29 -0
- package/build/src/types/cli/i18n/coverage.d.ts +120 -0
- package/build/src/types/cli/i18n/sync.d.ts +42 -0
- package/build/src/types/cli/index.d.ts +55 -0
- package/build/src/types/icons.d.ts +21 -0
- package/build/src/types/index.d.ts +12 -10
- package/build/src/types/lib/bundle-size.d.ts +4 -2
- package/build/src/types/lib/color.d.ts +6 -6
- package/build/src/types/lib/css-generator.d.ts +5 -4
- package/build/src/types/lib/i18n/apply-plan.d.ts +134 -0
- package/build/src/types/lib/i18n/content-scan.d.ts +193 -0
- package/build/src/types/lib/i18n/coverage.d.ts +105 -0
- package/build/src/types/lib/i18n/prompt.d.ts +30 -0
- package/build/src/types/lib/i18n/reconcile.d.ts +147 -0
- package/build/src/types/lib/i18n/report.d.ts +16 -0
- package/build/src/types/lib/i18n/site-context.d.ts +147 -0
- package/build/src/types/lib/mermaid.d.ts +5 -3
- package/build/src/types/lib/search/indexer.d.ts +4 -4
- package/build/src/types/lib/search/perform-search.d.ts +27 -27
- package/build/src/types/lib/search/worker.d.ts +24 -24
- package/build/src/types/lib/sidebar-mobile-store.d.ts +38 -0
- package/build/src/types/lib/toc-collapsible-store.d.ts +67 -0
- package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
- package/build/src/types/plugins/bundle-guard/index.d.ts +2 -2
- package/build/src/types/plugins/icons/base-set.d.ts +1 -1
- package/build/src/types/plugins/icons/generate.d.ts +18 -14
- package/build/src/types/plugins/icons/index.d.ts +6 -6
- package/build/src/types/shared.d.ts +416 -8
- package/build/src/types/tests/bundle-size.test.d.ts +1 -1
- package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
- package/build/src/types/tests/config-drift.test.d.ts +4 -4
- package/build/src/types/tests/exports-module-format.test.d.ts +143 -0
- package/build/src/types/tests/folder-axis.test.d.ts +4 -2
- package/build/src/types/tests/icons.test.d.ts +9 -7
- package/build/src/types/tests/layered-scope.test.d.ts +70 -20
- package/build/src/types/tests/lib/color.test.d.ts +2 -2
- package/build/src/types/tests/lib/i18n/apply-plan.test.d.ts +132 -0
- package/build/src/types/tests/lib/i18n/content-scan.test.d.ts +87 -0
- package/build/src/types/tests/lib/i18n/reconcile.test.d.ts +173 -0
- package/build/src/types/tests/lib/i18n/site-context.test.d.ts +30 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +8 -1
- package/build/src/types/tests/lib/sidebar-mobile-store.test.d.ts +51 -0
- package/build/src/types/tests/lib/toc-collapsible-store.test.d.ts +52 -0
- package/build/src/types/tests/nova-version-drift.test.d.ts +3 -3
- package/build/src/types/tests/preset.test.d.ts +96 -8
- package/build/src/types/tests/since-version.test.d.ts +158 -0
- package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +7 -0
- package/build/src/types/theme/BlogPostItem/index.d.ts +17 -2
- package/build/src/types/theme/DocItem/Footer/index.d.ts +2 -0
- package/build/src/types/theme/DocItem/index.d.ts +2 -0
- package/build/src/types/theme/DocSidebarMobile/index.d.ts +1 -55
- package/build/src/types/theme/DocSidebarMobile/panel.d.ts +54 -0
- package/build/src/types/theme/Error/index.d.ts +2 -1
- package/build/src/types/theme/ErrorPageContent/index.d.ts +2 -1
- package/build/src/types/theme/Layout/index.d.ts +2 -0
- package/build/src/types/theme/MDXPage/index.d.ts +3 -1
- package/build/src/types/theme/Navbar/index.d.ts +2 -1
- package/build/src/types/theme/SearchBar/search-input.d.ts +9 -6
- package/build/src/types/theme/SearchBar/search-provider.d.ts +7 -3
- package/build/src/types/theme/SearchBar/search-results.d.ts +4 -3
- package/build/src/types/theme/SearchPage/index.d.ts +4 -2
- package/build/src/types/theme/SiteMetadata/index.d.ts +3 -1
- package/build/src/types/theme/TOCCollapsible/index.d.ts +14 -67
- package/build/src/types/theme/TOCCollapsible/panel.d.ts +69 -0
- package/nova-theme.d.ts +2 -1
- package/package.json +23 -10
- package/translations/locales/ar/theme-nova.json +35 -35
- package/translations/locales/bg/theme-nova.json +170 -0
- package/translations/locales/bn/theme-nova.json +170 -0
- package/translations/locales/cs/theme-nova.json +170 -0
- package/translations/locales/da/theme-nova.json +170 -0
- package/translations/locales/de/theme-nova.json +170 -0
- package/translations/locales/es/theme-nova.json +170 -0
- package/translations/locales/et/theme-nova.json +170 -0
- package/translations/locales/fa/theme-nova.json +170 -0
- package/translations/locales/fil/theme-nova.json +170 -0
- package/translations/locales/fr/theme-nova.json +170 -0
- package/translations/locales/he/theme-nova.json +170 -0
- package/translations/locales/hi/theme-nova.json +170 -0
- package/translations/locales/hu/theme-nova.json +170 -0
- package/translations/locales/id/theme-nova.json +170 -0
- package/translations/locales/is/theme-nova.json +170 -0
- package/translations/locales/it/theme-nova.json +170 -0
- package/translations/locales/ja/theme-nova.json +170 -0
- package/translations/locales/ko/theme-nova.json +170 -0
- package/translations/locales/nb/theme-nova.json +170 -0
- package/translations/locales/nl/theme-nova.json +170 -0
- package/translations/locales/pl/theme-nova.json +170 -0
- package/translations/locales/pt-BR/theme-nova.json +170 -0
- package/translations/locales/pt-PT/theme-nova.json +170 -0
- package/translations/locales/ru/theme-nova.json +170 -0
- package/translations/locales/sl/theme-nova.json +170 -0
- package/translations/locales/sr/theme-nova.json +170 -0
- package/translations/locales/sv/theme-nova.json +170 -0
- package/translations/locales/tk/theme-nova.json +170 -0
- package/translations/locales/tr/theme-nova.json +170 -0
- package/translations/locales/uk/theme-nova.json +170 -0
- package/translations/locales/ur/theme-nova.json +170 -0
- package/translations/locales/vi/theme-nova.json +170 -0
- package/translations/locales/zh-Hans/theme-nova.json +24 -24
- package/translations/locales/zh-Hant/theme-nova.json +170 -0
- package/build/src/types/tests/type-declarations.test.d.ts +0 -4947
- package/build/src/types/worker-globals.d.ts +0 -103
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Đóng thông báo",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Tải về trên App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Tải về trên",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Tải trên Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "TẢI TRÊN",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Trở lại đầu trang",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Chưa có bài viết nào",
|
|
11
|
+
"theme.BlogPreview.readMore": "Đọc tiếp",
|
|
12
|
+
"theme.CodeBlock.copied": "Đã sao chép",
|
|
13
|
+
"theme.CodeBlock.copy": "Sao chép",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Sao chép mã vào bộ nhớ tạm",
|
|
15
|
+
"theme.CodeBlock.showLess": "Thu gọn",
|
|
16
|
+
"theme.CodeBlock.showMore": "Xem thêm",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Chuyển đổi văn bản xuống dòng",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Xuống dòng",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Thu gọn danh mục '{label}' trong thanh bên",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Mở rộng danh mục '{label}' trong thanh bên",
|
|
21
|
+
"theme.Error.tryAgain": "Thử lại",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Có gì đó không ổn rồi.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Trang này không tải được đúng cách.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Chúng tôi gặp trục trặc khi hiển thị trang này.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Trang đã gặp lỗi trong lúc tải.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Có gì đó đã khiến trang này vấp phải lỗi.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Thử lại",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(mở trong tab mới)",
|
|
29
|
+
"theme.InstallStrip.copied": "ĐÃ SAO CHÉP",
|
|
30
|
+
"theme.InstallStrip.copy": "SAO CHÉP",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Sao chép vào bộ nhớ tạm",
|
|
32
|
+
"theme.Loading.errorPrefix": "Lỗi: ",
|
|
33
|
+
"theme.Loading.loading": "Đang tải...",
|
|
34
|
+
"theme.Loading.retry": "Thử lại",
|
|
35
|
+
"theme.Loading.timeout": "Đang mất nhiều thời gian hơn bình thường...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Trở lại đúng hướng",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Để chúng tôi đưa bạn trở lại đúng đường.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Trang này đã rẽ nhầm đường.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Quay về vùng đất quen thuộc",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Có thể nó đã được chuyển đi, hoặc có lẽ nó chưa từng tồn tại.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "URL này không có trên bản đồ của chúng tôi.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Quay về trại",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Hãy thử quay về trại hoặc dùng chức năng tìm kiếm để tìm đường.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Có vẻ như chúng ta đã mất dấu đường mòn.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Quay về sảnh chính",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Nếu có gì đó đưa bạn đến đây, liên kết đó có lẽ đã lỗi thời.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Không có gì ở địa chỉ này.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Quay về trang chủ",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Hãy kiểm tra lại URL xem có gõ nhầm không, hoặc quay về để bắt đầu lại.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Chúng tôi không thể tìm thấy nội dung bạn đang tìm kiếm.",
|
|
51
|
+
"theme.NotFound.title": "Không tìm thấy trang",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Tìm kiếm",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Xóa nội dung tìm kiếm",
|
|
54
|
+
"theme.SearchBar.loading": "Đang tải chỉ mục tìm kiếm…",
|
|
55
|
+
"theme.SearchBar.noResults": "Không tìm thấy kết quả nào.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Tìm kiếm",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Đã tìm thấy {count} kết quả",
|
|
58
|
+
"theme.SearchPage.loading": "Đang tải chỉ mục tìm kiếm...",
|
|
59
|
+
"theme.SearchPage.noResults": "Không tìm thấy kết quả nào.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Đã tìm thấy {count} kết quả",
|
|
61
|
+
"theme.SearchPage.title": "Tìm kiếm",
|
|
62
|
+
"theme.TOC.ariaLabel": "Mục lục",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Đóng mục lục",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Mục lục",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Mở mục lục",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Mục lục",
|
|
67
|
+
"theme.admonition.caution": "cẩn thận",
|
|
68
|
+
"theme.admonition.danger": "nguy hiểm",
|
|
69
|
+
"theme.admonition.info": "thông tin",
|
|
70
|
+
"theme.admonition.note": "ghi chú",
|
|
71
|
+
"theme.admonition.tip": "mẹo",
|
|
72
|
+
"theme.admonition.warning": "cảnh báo",
|
|
73
|
+
"theme.blog.archive.description": "Lưu trữ",
|
|
74
|
+
"theme.blog.archive.title": "Lưu trữ",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Tác giả",
|
|
76
|
+
"theme.blog.paginator.first": "Đầu tiên",
|
|
77
|
+
"theme.blog.paginator.last": "Cuối cùng",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Thanh điều hướng của trang danh sách bài viết",
|
|
79
|
+
"theme.blog.paginator.next": "Kế tiếp",
|
|
80
|
+
"theme.blog.paginator.previous": "Trước",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Đọc tiếp: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Đọc tiếp",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Quay lại: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Quay lại",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Tiếp tục đọc",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Thanh điều hướng của trang bài viết",
|
|
87
|
+
"theme.blog.post.readMore": "Đọc tiếp",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Đọc thêm về {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "{readingTime} phút để đọc",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Thanh bên blog",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Tác giả",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Đóng thanh bên blog",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Thanh bên",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Mở thanh bên blog",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Thanh bên blog",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Thanh bên",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Đăng ký",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Thẻ",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Xem tất cả thẻ",
|
|
100
|
+
"theme.colorMode.dark": "Tối",
|
|
101
|
+
"theme.colorMode.light": "Sáng",
|
|
102
|
+
"theme.colorMode.system": "Hệ thống",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Chuyển đổi chế độ màu",
|
|
104
|
+
"theme.common.editThisPage": "Sửa trang này",
|
|
105
|
+
"theme.common.headingLinkTitle": "Đường dẫn trực tiếp đến tiêu đề",
|
|
106
|
+
"theme.contentFooter.editLabel": "Đóng góp",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Đã sao chép!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Sao chép liên kết",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Đã sao chép liên kết",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Chia sẻ trên {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Chia sẻ trang này",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Thẻ",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Trang này là bản nháp. Nó chỉ hiển thị trong môi trường phát triển và bị loại khỏi bản sản xuất.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Trang nháp",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Trang này không công khai. Công cụ tìm kiếm sẽ không đánh chỉ mục trang này và chỉ những ai có liên kết mới có thể truy cập trang.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Trang không công khai",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "{count} mục",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Trang chủ",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Liên kết điều hướng",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Đọc tiếp: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Đọc tiếp",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Quay lại: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Quay lại",
|
|
124
|
+
"theme.docs.paginator.heading": "Tiếp tục đọc",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Trang tài liệu",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Thu gọn thanh bên",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Mở rộng thanh bên",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Thanh bên tài liệu",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Đóng thanh điều hướng",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Điều hướng",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Mở điều hướng tài liệu",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Điều hướng tài liệu",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} / {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Đọc bài viết",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Xem tất cả thẻ",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} được gắn thẻ \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} tài liệu",
|
|
138
|
+
"theme.docs.versionBanner.message": "Đây là tài liệu cho phiên bản {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Lắp ráp",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Pha chế",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Phù phép",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Chế tác",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Rèn đúc",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Thắp lên",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Điêu khắc",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Khơi nguồn",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Triệu hồi",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Dệt nên",
|
|
151
|
+
"theme.footer.creditSuffix": " bằng ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Liên kết chân trang",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Liên kết mạng xã hội",
|
|
154
|
+
"theme.lastUpdated.atDate": " vào {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " bởi {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Đóng menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Menu điều hướng",
|
|
160
|
+
"theme.navbar.moreLabel": "Thêm",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Điều hướng chính",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Mở menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "Chỉ mục tìm kiếm chưa được khởi tạo",
|
|
164
|
+
"theme.search.manifestFetchError": "Không thể tải tệp kê khai tìm kiếm",
|
|
165
|
+
"theme.search.productionOnly": "Tìm kiếm chỉ khả dụng trong bản sản xuất",
|
|
166
|
+
"theme.search.unknownInitError": "Lỗi không xác định khi khởi tạo",
|
|
167
|
+
"theme.showcase.collapseAll": "Thu gọn tất cả",
|
|
168
|
+
"theme.showcase.expandAll": "Mở rộng tất cả",
|
|
169
|
+
"theme.showcase.title": "Trưng bày khối giao diện"
|
|
170
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.AnnouncementBar.closeButtonAriaLabel": "关闭公告",
|
|
3
3
|
"theme.AppMarketDownload.appStoreAriaLabel": "在 App Store 上下载",
|
|
4
|
-
"theme.AppMarketDownload.appStoreSubtitle": "
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "立即下载",
|
|
5
5
|
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
6
|
"theme.AppMarketDownload.googlePlayAriaLabel": "在 Google Play 上获取",
|
|
7
|
-
"theme.AppMarketDownload.googlePlaySubtitle": "
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "立即获取",
|
|
8
8
|
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
9
|
"theme.BackToTopButton.buttonAriaLabel": "回到顶部",
|
|
10
10
|
"theme.BlogPreview.noPosts": "暂无博文",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"theme.DocSidebarItem.collapseCategoryAriaLabel": "折叠侧边栏分类「{label}」",
|
|
20
20
|
"theme.DocSidebarItem.expandCategoryAriaLabel": "展开侧边栏分类「{label}」",
|
|
21
21
|
"theme.Error.tryAgain": "重试",
|
|
22
|
-
"theme.ErrorPageContent.titlePool.0": "
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "出了点状况。",
|
|
23
23
|
"theme.ErrorPageContent.titlePool.1": "此页面未能正常加载。",
|
|
24
|
-
"theme.ErrorPageContent.titlePool.2": "
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "显示此页面时遇到了问题。",
|
|
25
25
|
"theme.ErrorPageContent.titlePool.3": "页面在加载过程中出错了。",
|
|
26
26
|
"theme.ErrorPageContent.titlePool.4": "页面出现错误,无法显示。",
|
|
27
27
|
"theme.ErrorPageContent.tryAgain": "重试",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"theme.Loading.retry": "重试",
|
|
35
35
|
"theme.Loading.timeout": "加载时间较长…",
|
|
36
36
|
"theme.NotFound.bundles.0.backHomeLabel": "回到正轨",
|
|
37
|
-
"theme.NotFound.bundles.0.description": "
|
|
37
|
+
"theme.NotFound.bundles.0.description": "让我们带您回到正确的路上。",
|
|
38
38
|
"theme.NotFound.bundles.0.title": "此页面走错了路。",
|
|
39
|
-
"theme.NotFound.bundles.1.backHomeLabel": "
|
|
40
|
-
"theme.NotFound.bundles.1.description": "
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "返回已知区域",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "它可能已经搬了家,也可能从未存在过。",
|
|
41
41
|
"theme.NotFound.bundles.1.title": "此 URL 不在我们的地图上。",
|
|
42
42
|
"theme.NotFound.bundles.2.backHomeLabel": "返回营地",
|
|
43
43
|
"theme.NotFound.bundles.2.description": "试着回到营地,或使用搜索来寻找方向。",
|
|
44
44
|
"theme.NotFound.bundles.2.title": "看来我们偏离了路线。",
|
|
45
45
|
"theme.NotFound.bundles.3.backHomeLabel": "返回大厅",
|
|
46
|
-
"theme.NotFound.bundles.3.description": "
|
|
46
|
+
"theme.NotFound.bundles.3.description": "如果是某个链接把您带到这里,它可能已经失效了。",
|
|
47
47
|
"theme.NotFound.bundles.3.title": "此地址下空无一物。",
|
|
48
48
|
"theme.NotFound.bundles.4.backHomeLabel": "返回首页",
|
|
49
|
-
"theme.NotFound.bundles.4.description": "请检查 URL
|
|
49
|
+
"theme.NotFound.bundles.4.description": "请检查 URL 是否有拼写错误,或返回首页重新开始。",
|
|
50
50
|
"theme.NotFound.bundles.4.title": "我们没有找到您要查找的内容。",
|
|
51
51
|
"theme.NotFound.title": "找不到页面",
|
|
52
52
|
"theme.SearchBar.ariaLabel": "搜索",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"theme.TOCCollapsible.dialogAriaLabel": "本页目录",
|
|
65
65
|
"theme.TOCCollapsible.openAriaLabel": "打开本页目录",
|
|
66
66
|
"theme.TOCCollapsible.toggleButtonLabel": "本页目录",
|
|
67
|
-
"theme.admonition.caution": "
|
|
67
|
+
"theme.admonition.caution": "警告",
|
|
68
68
|
"theme.admonition.danger": "危险",
|
|
69
69
|
"theme.admonition.info": "信息",
|
|
70
70
|
"theme.admonition.note": "备注",
|
|
71
71
|
"theme.admonition.tip": "提示",
|
|
72
|
-
"theme.admonition.warning": "
|
|
72
|
+
"theme.admonition.warning": "注意",
|
|
73
73
|
"theme.blog.archive.description": "历史博文",
|
|
74
74
|
"theme.blog.archive.title": "历史博文",
|
|
75
75
|
"theme.blog.authorsList.pageTitle": "作者",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"theme.docs.paginator.goBackAriaLabel": "返回:{title}",
|
|
123
123
|
"theme.docs.paginator.goBackLabel": "返回上一篇",
|
|
124
124
|
"theme.docs.paginator.heading": "继续阅读",
|
|
125
|
-
"theme.docs.paginator.navAriaLabel": "
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "文档页面",
|
|
126
126
|
"theme.docs.sidebar.collapseButtonAriaLabel": "收起侧边栏",
|
|
127
127
|
"theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
|
|
128
128
|
"theme.docs.sidebar.navAriaLabel": "文档侧边栏",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"theme.docs.sidebarMobile.headerTitle": "导航",
|
|
131
131
|
"theme.docs.sidebarMobile.openAriaLabel": "打开文档导航",
|
|
132
132
|
"theme.docs.sidebarMobile.panelAriaLabel": "文档导航",
|
|
133
|
-
"theme.docs.tagDocListPage.docPosition": "{position}
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "第 {position} 篇,共 {total} 篇",
|
|
134
134
|
"theme.docs.tagDocListPage.readDoc": "阅读文章",
|
|
135
135
|
"theme.docs.tagDocListPage.viewAllTags": "查看所有标签",
|
|
136
136
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
@@ -138,17 +138,17 @@
|
|
|
138
138
|
"theme.docs.versionBanner.message": "这是版本 {versionLabel} 的文档。",
|
|
139
139
|
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
140
|
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
-
"theme.footer.creditPhrases.assembled": "
|
|
142
|
-
"theme.footer.creditPhrases.brewed": "
|
|
143
|
-
"theme.footer.creditPhrases.conjured": "
|
|
144
|
-
"theme.footer.creditPhrases.crafted": "
|
|
145
|
-
"theme.footer.creditPhrases.forged": "
|
|
146
|
-
"theme.footer.creditPhrases.kindled": "
|
|
147
|
-
"theme.footer.creditPhrases.sculpted": "
|
|
148
|
-
"theme.footer.creditPhrases.sparked": "
|
|
149
|
-
"theme.footer.creditPhrases.summoned": "
|
|
150
|
-
"theme.footer.creditPhrases.woven": "
|
|
151
|
-
"theme.footer.creditSuffix": "
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "整合而成",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "酿造而成",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "幻化而成",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "精心打造",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "锻造而成",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "点燃而成",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "雕琢而成",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "迸发而成",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "召唤而成",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "编织而成",
|
|
151
|
+
"theme.footer.creditSuffix": ",采用 ",
|
|
152
152
|
"theme.footer.footerLinksAriaLabel": "页脚链接",
|
|
153
153
|
"theme.footer.socialLinksAriaLabel": "社交媒体链接",
|
|
154
154
|
"theme.lastUpdated.atDate": "于 {date} ",
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "關閉公告",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "在 App Store 下載",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "立即下載",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "在 Google Play 取得",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "立即取得",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "回到頂部",
|
|
10
|
+
"theme.BlogPreview.noPosts": "尚無文章",
|
|
11
|
+
"theme.BlogPreview.readMore": "閱讀更多",
|
|
12
|
+
"theme.CodeBlock.copied": "複製成功",
|
|
13
|
+
"theme.CodeBlock.copy": "複製",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "複製程式碼至剪貼簿",
|
|
15
|
+
"theme.CodeBlock.showLess": "顯示較少",
|
|
16
|
+
"theme.CodeBlock.showMore": "顯示更多",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "切換自動換行",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "換行",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "收起側邊欄分類 '{label}'",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "展開側邊欄分類 '{label}'",
|
|
21
|
+
"theme.Error.tryAgain": "重試",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "出了點狀況。",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "此頁面未能順利載入。",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "我們在顯示此頁面時遇到了問題。",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "頁面在載入途中發生錯誤。",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "有東西絆住了這個頁面。",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "重試",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(在新分頁開啟)",
|
|
29
|
+
"theme.InstallStrip.copied": "已複製",
|
|
30
|
+
"theme.InstallStrip.copy": "複製",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "複製至剪貼簿",
|
|
32
|
+
"theme.Loading.errorPrefix": "錯誤:",
|
|
33
|
+
"theme.Loading.loading": "載入中…",
|
|
34
|
+
"theme.Loading.retry": "重試",
|
|
35
|
+
"theme.Loading.timeout": "載入時間比平常久…",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "回到正軌",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "讓我們帶您回到正確的路上。",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "這個頁面轉錯了彎。",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "回到熟悉的領域",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "它可能已經搬家,也可能從未存在過。",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "這個網址不在我們的地圖上。",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "回到營地",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "試著回到營地,或使用搜尋找到方向。",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "看來我們迷路了。",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "回到大廳",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "如果是某個連結把您帶到這裡,它可能已經過期了。",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "這個地址上什麼也沒有。",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "回到首頁",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "請檢查網址是否輸入正確,或返回首頁重新開始。",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "我們找不到您要找的內容。",
|
|
51
|
+
"theme.NotFound.title": "找不到頁面",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "搜尋",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "清除搜尋",
|
|
54
|
+
"theme.SearchBar.loading": "正在載入搜尋索引…",
|
|
55
|
+
"theme.SearchBar.noResults": "找不到相關結果。",
|
|
56
|
+
"theme.SearchBar.placeholder": "搜尋",
|
|
57
|
+
"theme.SearchBar.resultsFound": "找到 {count} 筆結果",
|
|
58
|
+
"theme.SearchPage.loading": "正在載入搜尋索引…",
|
|
59
|
+
"theme.SearchPage.noResults": "找不到相關結果。",
|
|
60
|
+
"theme.SearchPage.resultsFound": "找到 {count} 筆結果",
|
|
61
|
+
"theme.SearchPage.title": "搜尋",
|
|
62
|
+
"theme.TOC.ariaLabel": "本頁導覽",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "關閉本頁導覽",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "本頁導覽",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "開啟本頁導覽",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "本頁導覽",
|
|
67
|
+
"theme.admonition.caution": "警告",
|
|
68
|
+
"theme.admonition.danger": "危險",
|
|
69
|
+
"theme.admonition.info": "資訊",
|
|
70
|
+
"theme.admonition.note": "備註",
|
|
71
|
+
"theme.admonition.tip": "提示",
|
|
72
|
+
"theme.admonition.warning": "注意",
|
|
73
|
+
"theme.blog.archive.description": "歷史文章",
|
|
74
|
+
"theme.blog.archive.title": "歷史文章",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "作者列表",
|
|
76
|
+
"theme.blog.paginator.first": "第一頁",
|
|
77
|
+
"theme.blog.paginator.last": "最後一頁",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
|
|
79
|
+
"theme.blog.paginator.next": "下一頁",
|
|
80
|
+
"theme.blog.paginator.previous": "上一頁",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "繼續閱讀:{title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "閱讀下一篇",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "返回:{title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "回到上一篇",
|
|
85
|
+
"theme.blog.post.paginator.heading": "繼續閱讀",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "部落格文章分頁導覽",
|
|
87
|
+
"theme.blog.post.readMore": "閱讀更多",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "閱讀 {title} 全文",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "閱讀時間約 {readingTime} 分鐘",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "部落格側邊欄",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "作者",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "關閉部落格側邊欄",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "側邊欄",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "開啟部落格側邊欄",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "部落格側邊欄",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "側邊欄",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "訂閱",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "標籤",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "檢視所有標籤",
|
|
100
|
+
"theme.colorMode.dark": "深色",
|
|
101
|
+
"theme.colorMode.light": "淺色",
|
|
102
|
+
"theme.colorMode.system": "系統",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "切換色彩模式",
|
|
104
|
+
"theme.common.editThisPage": "編輯此頁",
|
|
105
|
+
"theme.common.headingLinkTitle": "標題的直接連結",
|
|
106
|
+
"theme.contentFooter.editLabel": "參與貢獻",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "複製成功",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "複製連結",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "連結已複製",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "分享到 {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "分享本頁",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "標籤",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "此頁面為草稿,僅在開發環境中可見,不會包含於正式版本中。",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "草稿頁",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "此頁面未列出。搜尋引擎不會為其建立索引,只有擁有直接連結的使用者才能存取。",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "未列出頁",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "{count} 個項目",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "主頁面",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "頁面路徑",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "繼續閱讀:{title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "閱讀下一頁",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "返回:{title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "回到上一頁",
|
|
124
|
+
"theme.docs.paginator.heading": "繼續閱讀",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "文件頁面",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "收起側邊欄",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "文件側邊欄",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "關閉導覽",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "導覽",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "開啟文件導覽",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "文件導覽",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "第 {position} 篇,共 {total} 篇",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "閱讀文章",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "檢視所有標籤",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
|
|
138
|
+
"theme.docs.versionBanner.message": "此為 {versionLabel} 版的文件。",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "組裝而成",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "釀造而成",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "幻化而成",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "精心打造",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "鍛造而成",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "點燃而成",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "雕琢而成",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "迸發而成",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "召喚而成",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "編織而成",
|
|
151
|
+
"theme.footer.creditSuffix": ",採用 ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "頁尾連結",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "社群媒體連結",
|
|
154
|
+
"theme.lastUpdated.atDate": "於 {date} ",
|
|
155
|
+
"theme.lastUpdated.byUser": "由 {user} ",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "最後{byUser}{atDate}更新",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "關閉選單",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "選單",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "導覽選單",
|
|
160
|
+
"theme.navbar.moreLabel": "更多",
|
|
161
|
+
"theme.navbar.navAriaLabel": "主導覽",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "開啟選單",
|
|
163
|
+
"theme.search.indexNotInitialized": "搜尋索引尚未初始化",
|
|
164
|
+
"theme.search.manifestFetchError": "無法取得搜尋資訊清單",
|
|
165
|
+
"theme.search.productionOnly": "搜尋功能僅在正式版本中提供",
|
|
166
|
+
"theme.search.unknownInitError": "初始化期間發生未知錯誤",
|
|
167
|
+
"theme.showcase.collapseAll": "全部收起",
|
|
168
|
+
"theme.showcase.expandAll": "全部展開",
|
|
169
|
+
"theme.showcase.title": "區塊展示"
|
|
170
|
+
}
|