@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": "Zavřít oznámení",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Stáhnout v App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Stáhnout v",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Nyní na Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "NYNÍ NA",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Zpět na začátek stránky",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Zatím žádné články",
|
|
11
|
+
"theme.BlogPreview.readMore": "Celý článek",
|
|
12
|
+
"theme.CodeBlock.copied": "Zkopírováno",
|
|
13
|
+
"theme.CodeBlock.copy": "Zkopírovat",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Zkopírovat kód do schránky",
|
|
15
|
+
"theme.CodeBlock.showLess": "Zobrazit méně",
|
|
16
|
+
"theme.CodeBlock.showMore": "Zobrazit více",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Přepnout zalamování řádků",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Zalamovat",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Sbalit kategorii '{label}' v postranní liště",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Rozbalit kategorii '{label}' v postranní liště",
|
|
21
|
+
"theme.Error.tryAgain": "Zkusit znovu",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Něco se pokazilo.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Tato stránka se nenačetla správně.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Při vykreslování stránky jsme narazili na zádrhel.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Při načítání stránky došlo k chybě.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Stránka o něco zakopla.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Zkusit znovu",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(otevře se na nové kartě)",
|
|
29
|
+
"theme.InstallStrip.copied": "ZKOPÍROVÁNO",
|
|
30
|
+
"theme.InstallStrip.copy": "ZKOPÍROVAT",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Zkopírovat do schránky",
|
|
32
|
+
"theme.Loading.errorPrefix": "Chyba: ",
|
|
33
|
+
"theme.Loading.loading": "Načítání…",
|
|
34
|
+
"theme.Loading.retry": "Zkusit znovu",
|
|
35
|
+
"theme.Loading.timeout": "Trvá to déle než obvykle…",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Zpět do správných kolejí",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Vrátíme vás zpátky na správnou cestu.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Tato stránka někde špatně odbočila.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Zpět na známé území",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Možná se přesunula, nebo možná nikdy neexistovala.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Tato adresa není na naší mapě.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Zpět do tábora",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Zkuste se vrátit do tábora, nebo najděte cestu pomocí vyhledávání.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Vypadá to, že jsme ztratili stopu.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Zpět do vstupní haly",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Pokud vás sem něco přivedlo, odkaz je nejspíš zastaralý.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Na této adrese nic nebydlí.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Zpět na domovskou stránku",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Zkontrolujte, jestli v adrese není překlep, nebo se vraťte a začněte znovu.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Nepodařilo se nám najít, co jste hledali.",
|
|
51
|
+
"theme.NotFound.title": "Stránka nenalezena",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Hledat",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Vymazat vyhledávání",
|
|
54
|
+
"theme.SearchBar.loading": "Načítání vyhledávacího indexu…",
|
|
55
|
+
"theme.SearchBar.noResults": "Nebyly nalezeny žádné výsledky.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Hledat",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Nalezeno výsledků: {count}",
|
|
58
|
+
"theme.SearchPage.loading": "Načítání vyhledávacího indexu…",
|
|
59
|
+
"theme.SearchPage.noResults": "Nebyly nalezeny žádné výsledky.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Nalezeno výsledků: {count}",
|
|
61
|
+
"theme.SearchPage.title": "Vyhledávání",
|
|
62
|
+
"theme.TOC.ariaLabel": "Obsah stránky",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Zavřít obsah stránky",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Obsah stránky",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Otevřít obsah stránky",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Obsah stránky",
|
|
67
|
+
"theme.admonition.caution": "pozor",
|
|
68
|
+
"theme.admonition.danger": "nebezpečí",
|
|
69
|
+
"theme.admonition.info": "informace",
|
|
70
|
+
"theme.admonition.note": "poznámka",
|
|
71
|
+
"theme.admonition.tip": "tip",
|
|
72
|
+
"theme.admonition.warning": "varování",
|
|
73
|
+
"theme.blog.archive.description": "Archiv",
|
|
74
|
+
"theme.blog.archive.title": "Archiv",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Autoři",
|
|
76
|
+
"theme.blog.paginator.first": "První",
|
|
77
|
+
"theme.blog.paginator.last": "Poslední",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Stránkování seznamu článků na blogu",
|
|
79
|
+
"theme.blog.paginator.next": "Další",
|
|
80
|
+
"theme.blog.paginator.previous": "Předchozí",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Pokračovat ve čtení: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Pokračovat ve čtení",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Přejít zpět: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Zpět",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Pokračujte ve čtení",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Stránkování článků na blogu",
|
|
87
|
+
"theme.blog.post.readMore": "Celý článek",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Přečíst celý článek: {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "1 min čtení|{readingTime} min čtení|{readingTime} min čtení|{readingTime} min čtení",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Postranní lišta blogu",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Autoři",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Zavřít postranní lištu blogu",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Postranní lišta",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Otevřít postranní lištu blogu",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Postranní lišta blogu",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Postranní lišta",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Odebírat",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tagy",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Zobrazit všechny tagy",
|
|
100
|
+
"theme.colorMode.dark": "Tmavý",
|
|
101
|
+
"theme.colorMode.light": "Světlý",
|
|
102
|
+
"theme.colorMode.system": "Systémový",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Přepnout barevný režim",
|
|
104
|
+
"theme.common.editThisPage": "Upravit tuto stránku",
|
|
105
|
+
"theme.common.headingLinkTitle": "Přímý odkaz na tento nadpis",
|
|
106
|
+
"theme.contentFooter.editLabel": "Přispět",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Zkopírováno!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Zkopírovat odkaz",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Odkaz zkopírován",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Sdílet přes {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Sdílet",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tagy",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Tato stránka je koncept. Zobrazí se pouze ve vývojovém režimu a do produkčního sestavení nebude zahrnuta.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Koncept",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Tato stránka je neveřejná. Vyhledávače ji nebudou indexovat a přístup k ní mají pouze uživatelé s přímým odkazem.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Neveřejná stránka",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 položka|{count} položky|{count} položky|{count} položek",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Domů",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Drobečková navigace",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Pokračovat ve čtení: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Pokračovat ve čtení",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Přejít zpět: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Zpět",
|
|
124
|
+
"theme.docs.paginator.heading": "Pokračujte ve čtení",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Stránkování dokumentace",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Zavřít postranní lištu",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Otevřít postranní lištu",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Postranní lišta dokumentace",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Zavřít navigaci",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigace",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Otevřít navigaci dokumentace",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navigace dokumentace",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} z {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Přečíst článek",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Zobrazit všechny tagy",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} s tagem \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Jeden dokument|{count} dokumenty|{count} dokumentu|{count} dokumentů",
|
|
138
|
+
"theme.docs.versionBanner.message": "Toto je dokumentace pro verzi {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Sestaveno",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Uvařeno",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Vyčarováno",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Zhotoveno",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Ukováno",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Zažehnuto",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Vytesáno",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Vykřesáno",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Přivoláno",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Utkáno",
|
|
151
|
+
"theme.footer.creditSuffix": " pomocí ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Odkazy v zápatí",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Odkazy na sociální sítě",
|
|
154
|
+
"theme.lastUpdated.atDate": " dne {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " uživatelem {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Naposledy aktualizováno{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Zavřít menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Navigační menu",
|
|
160
|
+
"theme.navbar.moreLabel": "Více",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Hlavní navigace",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Otevřít menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "Vyhledávací index nebyl inicializován",
|
|
164
|
+
"theme.search.manifestFetchError": "Nepodařilo se načíst manifest vyhledávání",
|
|
165
|
+
"theme.search.productionOnly": "Vyhledávání je dostupné pouze v produkčním sestavení",
|
|
166
|
+
"theme.search.unknownInitError": "Neznámá chyba při inicializaci",
|
|
167
|
+
"theme.showcase.collapseAll": "Sbalit vše",
|
|
168
|
+
"theme.showcase.expandAll": "Rozbalit vše",
|
|
169
|
+
"theme.showcase.title": "Ukázka bloků"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Luk meddelelsen",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Hent i App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Hent i",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Nu på Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "NU PÅ",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Rul tilbage til toppen",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Ingen indlæg endnu",
|
|
11
|
+
"theme.BlogPreview.readMore": "Læs mere",
|
|
12
|
+
"theme.CodeBlock.copied": "Kopieret!",
|
|
13
|
+
"theme.CodeBlock.copy": "Kopier",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kopier kode til udklipsholder",
|
|
15
|
+
"theme.CodeBlock.showLess": "Vis mindre",
|
|
16
|
+
"theme.CodeBlock.showMore": "Vis mere",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Slå tekstombrydning til eller fra",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Ombryd",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Fold kategorien '{label}' sammen i sidepanelet",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Fold kategorien '{label}' ud i sidepanelet",
|
|
21
|
+
"theme.Error.tryAgain": "Prøv igen",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Noget gik skævt.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Denne side blev ikke indlæst ordentligt.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Vi stødte på et problem, da siden skulle vises.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Siden fik en fejl på vej ind.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Noget spændte ben for siden.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Prøv igen",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(åbner i en ny fane)",
|
|
29
|
+
"theme.InstallStrip.copied": "KOPIERET",
|
|
30
|
+
"theme.InstallStrip.copy": "KOPIER",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Kopier til udklipsholder",
|
|
32
|
+
"theme.Loading.errorPrefix": "Fejl: ",
|
|
33
|
+
"theme.Loading.loading": "Indlæser...",
|
|
34
|
+
"theme.Loading.retry": "Prøv igen",
|
|
35
|
+
"theme.Loading.timeout": "Det tager længere tid end forventet...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Tilbage på sporet",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Lad os få dig tilbage på rette vej.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Denne side tog en forkert afkørsel.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Tilbage på kendt grund",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Den er måske flyttet, eller måske har den aldrig eksisteret.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Denne URL er ikke på vores kort.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Tilbage til lejren",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Prøv at vende tilbage til lejren, eller brug søgningen til at finde vej.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Det ser ud til, at vi har tabt sporet.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Tilbage til lobbyen",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Hvis noget førte dig hertil, er linket sandsynligvis forældet.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Der bor intet på denne adresse.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Tilbage til forsiden",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Tjek URL'en for tastefejl, eller gå tilbage og start forfra.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Vi kunne ikke finde det, du søgte.",
|
|
51
|
+
"theme.NotFound.title": "Siden blev ikke fundet",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Søg",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Ryd søgning",
|
|
54
|
+
"theme.SearchBar.loading": "Indlæser søgeindeks…",
|
|
55
|
+
"theme.SearchBar.noResults": "Ingen resultater fundet.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Søg",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} resultater fundet",
|
|
58
|
+
"theme.SearchPage.loading": "Indlæser søgeindeks...",
|
|
59
|
+
"theme.SearchPage.noResults": "Ingen resultater fundet.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} resultater fundet",
|
|
61
|
+
"theme.SearchPage.title": "Søg",
|
|
62
|
+
"theme.TOC.ariaLabel": "Indholdsfortegnelse",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Luk indholdsfortegnelsen",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Indholdsfortegnelse",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Åbn indholdsfortegnelsen",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Indholdsfortegnelse",
|
|
67
|
+
"theme.admonition.caution": "forsigtig",
|
|
68
|
+
"theme.admonition.danger": "fare",
|
|
69
|
+
"theme.admonition.info": "info",
|
|
70
|
+
"theme.admonition.note": "bemærk",
|
|
71
|
+
"theme.admonition.tip": "tip",
|
|
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": "Sidste",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Navigation for blogoversigten",
|
|
79
|
+
"theme.blog.paginator.next": "Næste",
|
|
80
|
+
"theme.blog.paginator.previous": "Forrige",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Læs videre: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Læs videre",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Gå tilbage: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Gå tilbage",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Fortsæt læsningen",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigation for blogindlæg",
|
|
87
|
+
"theme.blog.post.readMore": "Læs mere",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Læs mere om {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "Ét minuts læsetid|{readingTime} minutters læsetid",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Bloggens sidepanel",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Forfattere",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Luk bloggens sidepanel",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Sidepanel",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Åbn bloggens sidepanel",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Bloggens sidepanel",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Sidepanel",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Abonnér",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tags",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Se alle tags",
|
|
100
|
+
"theme.colorMode.dark": "Mørk",
|
|
101
|
+
"theme.colorMode.light": "Lys",
|
|
102
|
+
"theme.colorMode.system": "System",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Skift farvetilstand",
|
|
104
|
+
"theme.common.editThisPage": "Rediger denne side",
|
|
105
|
+
"theme.common.headingLinkTitle": "Direkte link til overskriften",
|
|
106
|
+
"theme.contentFooter.editLabel": "Bidrag",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Kopieret!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Kopier link",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Link kopieret",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Del på {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Del denne side",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tags",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Denne side er en kladde. Den er kun synlig under udvikling og bliver udeladt fra produktionsbuildet.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Kladdeside",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Denne side er ikke listet. Søgemaskiner indekserer den ikke, og kun brugere med et direkte link kan tilgå den.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Ikke-listet side",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 element|{count} elementer",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Forside",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Brødkrummesti",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Læs videre: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Læs videre",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Gå tilbage: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Gå tilbage",
|
|
124
|
+
"theme.docs.paginator.heading": "Fortsæt læsningen",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Dokumentationssider",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Fold sidepanelet sammen",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Fold sidepanelet ud",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Dokumentationens sidepanel",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Luk navigationen",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigation",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Åbn dokumentationsnavigationen",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Dokumentationsnavigation",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} af {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Læs artiklen",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Se alle tags",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ét dokument tagget|{count} dokumenter tagget",
|
|
138
|
+
"theme.docs.versionBanner.message": "Dette er dokumentationen for version {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Samlet",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Brygget",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Fremtryllet",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Håndlavet",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Smedet",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Tændt",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Mejslet",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Antændt",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Fremmanet",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Vævet",
|
|
151
|
+
"theme.footer.creditSuffix": " med ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Links i sidefoden",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Links til sociale medier",
|
|
154
|
+
"theme.lastUpdated.atDate": " den {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " af {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Senest opdateret{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Luk menuen",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Navigationsmenu",
|
|
160
|
+
"theme.navbar.moreLabel": "Mere",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Hovednavigation",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Åbn menuen",
|
|
163
|
+
"theme.search.indexNotInitialized": "Søgeindekset er ikke initialiseret",
|
|
164
|
+
"theme.search.manifestFetchError": "Kunne ikke hente søgemanifestet",
|
|
165
|
+
"theme.search.productionOnly": "Søgning er kun tilgængelig i produktionsbuilds",
|
|
166
|
+
"theme.search.unknownInitError": "Ukendt fejl under initialisering",
|
|
167
|
+
"theme.showcase.collapseAll": "Fold alle sammen",
|
|
168
|
+
"theme.showcase.expandAll": "Fold alle ud",
|
|
169
|
+
"theme.showcase.title": "Blokgalleri"
|
|
170
|
+
}
|