@cbnventures/docusaurus-preset-nova 0.20.0 → 0.22.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 +163 -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 +2 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +47 -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 +3 -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 +25 -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 +30 -19
- 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-active-item.d.ts.map +1 -1
- package/build/src/lib/use-navbar-active-item.js +12 -1
- package/build/src/lib/use-navbar-active-item.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/styles/presets/envoy/theme/Navbar/Bridge/style.css +39 -10
- package/build/src/styles/presets/envoy/theme/Navbar/Canopy/style.css +50 -11
- package/build/src/styles/presets/envoy/theme/Navbar/Compass/style.css +41 -11
- package/build/src/styles/presets/envoy/theme/Navbar/Monolith/style.css +20 -5
- package/build/src/styles/presets/envoy/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/envoy/theme/Navbar/style.css +13 -5
- package/build/src/styles/presets/foundry/theme/Navbar/Bridge/style.css +41 -11
- package/build/src/styles/presets/foundry/theme/Navbar/Canopy/style.css +40 -11
- package/build/src/styles/presets/foundry/theme/Navbar/Compass/style.css +41 -11
- package/build/src/styles/presets/foundry/theme/Navbar/Monolith/style.css +20 -5
- package/build/src/styles/presets/foundry/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/foundry/theme/Navbar/style.css +13 -5
- package/build/src/styles/presets/lantern/theme/Navbar/Bridge/style.css +37 -10
- package/build/src/styles/presets/lantern/theme/Navbar/Canopy/style.css +45 -12
- package/build/src/styles/presets/lantern/theme/Navbar/Compass/style.css +37 -11
- package/build/src/styles/presets/lantern/theme/Navbar/Monolith/style.css +23 -5
- package/build/src/styles/presets/lantern/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/lantern/theme/Navbar/style.css +13 -4
- package/build/src/styles/presets/marshal/theme/Navbar/Bridge/style.css +50 -10
- package/build/src/styles/presets/marshal/theme/Navbar/Canopy/style.css +41 -12
- package/build/src/styles/presets/marshal/theme/Navbar/Compass/style.css +41 -10
- package/build/src/styles/presets/marshal/theme/Navbar/Monolith/style.css +34 -3
- package/build/src/styles/presets/marshal/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/marshal/theme/Navbar/style.css +16 -5
- package/build/src/styles/presets/sample/theme/Navbar/Canopy/style.css +16 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Bridge/style.css +41 -11
- package/build/src/styles/presets/sentinel/theme/Navbar/Canopy/style.css +40 -11
- package/build/src/styles/presets/sentinel/theme/Navbar/Compass/style.css +41 -11
- package/build/src/styles/presets/sentinel/theme/Navbar/Monolith/style.css +20 -5
- package/build/src/styles/presets/sentinel/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/sentinel/theme/Navbar/style.css +14 -4
- package/build/src/styles/presets/signal/theme/Navbar/Bridge/style.css +36 -13
- package/build/src/styles/presets/signal/theme/Navbar/Canopy/style.css +28 -11
- package/build/src/styles/presets/signal/theme/Navbar/Compass/style.css +41 -12
- package/build/src/styles/presets/signal/theme/Navbar/Monolith/style.css +22 -5
- package/build/src/styles/presets/signal/theme/Navbar/style.css +19 -5
- package/build/src/styles/theme/Navbar/Bridge/style.css +33 -0
- package/build/src/styles/theme/Navbar/Canopy/style.css +33 -0
- package/build/src/styles/theme/Navbar/Compass/style.css +33 -0
- package/build/src/styles/theme/Navbar/Monolith/style.css +33 -0
- package/build/src/styles/theme/NavbarItem/style.css +68 -0
- package/build/src/tests/bin-git-tracked.test.d.ts +2 -0
- package/build/src/tests/bin-git-tracked.test.d.ts.map +1 -0
- package/build/src/tests/bin-git-tracked.test.js +43 -0
- package/build/src/tests/bin-git-tracked.test.js.map +1 -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 +26 -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 +107 -60
- 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.js +2 -1
- package/build/src/tests/since-version.test.js.map +1 -1
- 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.js +4 -8
- 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 +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 +29 -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 +29 -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 +29 -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 +29 -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 +14 -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 +3 -1
- 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 +8 -4
- package/build/src/types/lib/search/perform-search.d.ts +27 -27
- package/build/src/types/lib/search/worker.d.ts +31 -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/translations.d.ts +4 -0
- package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
- package/build/src/types/lib/use-navbar-active-item.d.ts +6 -0
- package/build/src/types/plugins/icons/generate.d.ts +5 -1
- package/build/src/types/shared.d.ts +408 -0
- package/build/src/types/tests/bin-git-tracked.test.d.ts +52 -0
- package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
- 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 +4 -2
- 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 +20 -0
- 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/preset.test.d.ts +96 -8
- 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/Bridge/mobile-menu.d.ts +21 -5
- package/build/src/types/theme/Navbar/Canopy/mobile-menu.d.ts +21 -5
- package/build/src/types/theme/Navbar/Compass/mobile-menu.d.ts +23 -7
- package/build/src/types/theme/Navbar/Monolith/mobile-menu.d.ts +21 -5
- package/build/src/types/theme/Navbar/index.d.ts +2 -1
- package/build/src/types/theme/NavbarItem/index.d.ts +12 -0
- package/build/src/types/theme/SearchBar/search-input.d.ts +8 -5
- 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-config.d.ts +14 -2
- package/nova-sidebars.d.ts +1 -0
- package/nova-theme.d.ts +2 -1
- package/package.json +29 -13
- 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/tests/demo-coverage.test.d.ts +0 -2
- package/build/src/tests/demo-coverage.test.d.ts.map +0 -1
- package/build/src/tests/demo-coverage.test.js +0 -178
- package/build/src/tests/demo-coverage.test.js.map +0 -1
- package/build/src/tests/demo-logo-override.test.d.ts +0 -2
- package/build/src/tests/demo-logo-override.test.d.ts.map +0 -1
- package/build/src/tests/demo-logo-override.test.js +0 -42
- package/build/src/tests/demo-logo-override.test.js.map +0 -1
- package/build/src/types/tests/demo-coverage.test.d.ts +0 -176
- package/build/src/types/tests/demo-logo-override.test.d.ts +0 -45
- package/build/src/types/worker-globals.d.ts +0 -103
|
@@ -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": "このURLは私たちの地図に載っていません。",
|
|
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": "URLに入力ミスがないか確認するか、ホームへ戻ってやり直してください。",
|
|
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": "{total}件中{position}件目",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "記事を読む",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "すべてのタグを見る",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}",
|
|
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": "{atDate}{byUser}最終更新",
|
|
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
|
+
}
|
|
@@ -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": "이 URL은 저희 지도에 없습니다.",
|
|
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": "URL에 오타가 없는지 확인하거나, 처음으로 돌아가 다시 시작해 보세요.",
|
|
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": "{total}개 중 {position}번째",
|
|
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": "최종 수정: {atDate}{byUser}",
|
|
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
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Lukk kunngjøringen",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Last ned fra App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Last ned fra",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Last ned på Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "LAST NED PÅ",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Rull tilbake til toppen",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Ingen innlegg ennå",
|
|
11
|
+
"theme.BlogPreview.readMore": "Les mer",
|
|
12
|
+
"theme.CodeBlock.copied": "Kopiert!",
|
|
13
|
+
"theme.CodeBlock.copy": "Kopier",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kopier koden til utklippstavlen",
|
|
15
|
+
"theme.CodeBlock.showLess": "Vis mindre",
|
|
16
|
+
"theme.CodeBlock.showMore": "Vis mer",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Slå tekstbryting av/på",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Tekstbryting",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Skjul sidefeltkategorien '{label}'",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Utvid sidefeltkategorien '{label}'",
|
|
21
|
+
"theme.Error.tryAgain": "Prøv på nytt",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Noe gikk skeis.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Denne siden ble ikke lastet inn som den skulle.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Vi støtte på et problem da siden skulle vises.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Siden feilet på vei inn.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Noe fikk siden til å snuble.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Prøv på nytt",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(åpnes i ny fane)",
|
|
29
|
+
"theme.InstallStrip.copied": "KOPIERT",
|
|
30
|
+
"theme.InstallStrip.copy": "KOPIER",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Kopier til utklippstavlen",
|
|
32
|
+
"theme.Loading.errorPrefix": "Feil: ",
|
|
33
|
+
"theme.Loading.loading": "Laster inn...",
|
|
34
|
+
"theme.Loading.retry": "Prøv igjen",
|
|
35
|
+
"theme.Loading.timeout": "Dette tar lang tid...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Tilbake på sporet",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "La oss få deg tilbake på rett vei.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Denne siden tok feil avkjørsel.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Tilbake til kartlagt terreng",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Den kan ha blitt flyttet, eller kanskje den aldri har eksistert.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Denne nettadressen finnes ikke på kartet vårt.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Tilbake til leiren",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Prøv å gå tilbake til leiren, eller bruk søket for å finne veien.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Det ser ut til at vi har kommet bort fra stien.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Tilbake til lobbyen",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Hvis noe førte deg hit, er lenken sannsynligvis utdatert.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Det bor ingenting på denne adressen.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Tilbake til forsiden",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Dobbeltsjekk nettadressen for skrivefeil, eller gå tilbake og start på nytt.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Vi kunne ikke finne det du lette etter.",
|
|
51
|
+
"theme.NotFound.title": "Siden ble ikke funnet",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Søk",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Tøm søket",
|
|
54
|
+
"theme.SearchBar.loading": "Laster inn søkeindeksen…",
|
|
55
|
+
"theme.SearchBar.noResults": "Fant ingen resultater.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Søk",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Fant {count} resultater",
|
|
58
|
+
"theme.SearchPage.loading": "Laster inn søkeindeksen...",
|
|
59
|
+
"theme.SearchPage.noResults": "Fant ingen resultater.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Fant {count} resultater",
|
|
61
|
+
"theme.SearchPage.title": "Søk",
|
|
62
|
+
"theme.TOC.ariaLabel": "Innholdsfortegnelse",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Lukk innholdsfortegnelsen",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Innholdsfortegnelse",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Åpne innholdsfortegnelsen",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Innholdsfortegnelse",
|
|
67
|
+
"theme.admonition.caution": "forsiktig",
|
|
68
|
+
"theme.admonition.danger": "fare",
|
|
69
|
+
"theme.admonition.info": "info",
|
|
70
|
+
"theme.admonition.note": "merknad",
|
|
71
|
+
"theme.admonition.tip": "tips",
|
|
72
|
+
"theme.admonition.warning": "advarsel",
|
|
73
|
+
"theme.blog.archive.description": "Arkiv",
|
|
74
|
+
"theme.blog.archive.title": "Arkiv",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Forfattere",
|
|
76
|
+
"theme.blog.paginator.first": "Første",
|
|
77
|
+
"theme.blog.paginator.last": "Siste",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Navigering av bloggliste",
|
|
79
|
+
"theme.blog.paginator.next": "Neste",
|
|
80
|
+
"theme.blog.paginator.previous": "Forrige",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Les videre: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Les videre",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Gå tilbake: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Gå tilbake",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Fortsett å lese",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigering på blogginnlegg",
|
|
87
|
+
"theme.blog.post.readMore": "Les mer",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Les mer om {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "Ett min lesetid|{readingTime} min lesetid",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Sidefelt for bloggen",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Forfattere",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Lukk sidefeltet for bloggen",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Sidefelt",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Åpne sidefeltet for bloggen",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Sidefelt for bloggen",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Sidefelt",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Abonner",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tagger",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Vis alle tagger",
|
|
100
|
+
"theme.colorMode.dark": "Mørk",
|
|
101
|
+
"theme.colorMode.light": "Lys",
|
|
102
|
+
"theme.colorMode.system": "System",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Bytt fargemodus",
|
|
104
|
+
"theme.common.editThisPage": "Rediger denne siden",
|
|
105
|
+
"theme.common.headingLinkTitle": "Direkte lenke til overskriften",
|
|
106
|
+
"theme.contentFooter.editLabel": "Bidra",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Kopiert!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Kopier lenke",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Lenke kopiert",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Del på {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Del dette",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tagger",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Denne siden er et utkast. Den vil bare være synlig under utvikling og bli utelatt fra produksjonsbygget.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Utkastside",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Denne siden er ikke oppført. Søkemotorer vil ikke indeksere den, og bare brukere som har en direkte lenke kan få tilgang til den.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Uoppført side",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 element|{count} elementer",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Hjemmeside",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Brødsmulesti",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Les videre: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Les videre",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Gå tilbake: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Gå tilbake",
|
|
124
|
+
"theme.docs.paginator.heading": "Fortsett å lese",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Dokumentasjonssider",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Skjul sidefeltet",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Utvid sidefeltet",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Sidefelt for dokumentasjon",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Lukk navigasjonen",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigasjon",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Åpne navigasjonen for dokumentasjonen",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navigasjon for dokumentasjon",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} av {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Les artikkelen",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Vis alle tagger",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument merket|{count} dokumenter merket",
|
|
138
|
+
"theme.docs.versionBanner.message": "Dette er dokumentasjon for versjon {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Satt sammen",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Brygget",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Tryllet frem",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Håndlaget",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Smidd",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Nøret",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Skulptert",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Tent",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Manet frem",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Vevd",
|
|
151
|
+
"theme.footer.creditSuffix": " med ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Lenker i bunnteksten",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Lenker til sosiale medier",
|
|
154
|
+
"theme.lastUpdated.atDate": " den {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " av {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Sist oppdatert{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Lukk menyen",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Meny",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Navigasjonsmeny",
|
|
160
|
+
"theme.navbar.moreLabel": "Mer",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Hovednavigasjon",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Åpne menyen",
|
|
163
|
+
"theme.search.indexNotInitialized": "Søkeindeksen er ikke initialisert",
|
|
164
|
+
"theme.search.manifestFetchError": "Kunne ikke hente søkemanifestet",
|
|
165
|
+
"theme.search.productionOnly": "Søk er bare tilgjengelig i produksjonsbygg",
|
|
166
|
+
"theme.search.unknownInitError": "Ukjent feil under initialisering",
|
|
167
|
+
"theme.showcase.collapseAll": "Skjul alle",
|
|
168
|
+
"theme.showcase.expandAll": "Utvid alle",
|
|
169
|
+
"theme.showcase.title": "Blokkgalleri"
|
|
170
|
+
}
|