@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": "Tutup pengumuman",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Unduh di App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Unduh di",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Dapatkan di Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "DAPATKAN DI",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Gulir kembali ke atas",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Belum ada pos",
|
|
11
|
+
"theme.BlogPreview.readMore": "Baca selengkapnya",
|
|
12
|
+
"theme.CodeBlock.copied": "Disalin!",
|
|
13
|
+
"theme.CodeBlock.copy": "Salin",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Salin kode ke papan klip",
|
|
15
|
+
"theme.CodeBlock.showLess": "Tampilkan lebih sedikit",
|
|
16
|
+
"theme.CodeBlock.showMore": "Tampilkan lebih banyak",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Alihkan bungkus kata",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Bungkus",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Ciutkan kategori bilah sisi '{label}'",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Perluas kategori bilah sisi '{label}'",
|
|
21
|
+
"theme.Error.tryAgain": "Coba lagi",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Ada yang tidak beres.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Halaman ini tidak termuat dengan baik.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Kami menemui kendala saat menampilkan halaman ini.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Terjadi kesalahan saat halaman ini dimuat.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Ada sesuatu yang membuat halaman ini tersandung.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Coba lagi",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(membuka di tab baru)",
|
|
29
|
+
"theme.InstallStrip.copied": "DISALIN",
|
|
30
|
+
"theme.InstallStrip.copy": "SALIN",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Salin ke papan klip",
|
|
32
|
+
"theme.Loading.errorPrefix": "Kesalahan: ",
|
|
33
|
+
"theme.Loading.loading": "Memuat...",
|
|
34
|
+
"theme.Loading.retry": "Coba lagi",
|
|
35
|
+
"theme.Loading.timeout": "Memakan waktu cukup lama...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Kembali ke jalur",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Biar kami antar Anda kembali ke jalur yang benar.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Halaman ini salah belok.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Kembali ke wilayah yang dikenal",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Mungkin sudah dipindahkan, atau mungkin memang tidak pernah ada.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "URL ini tidak ada di peta kami.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Kembali ke perkemahan",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Coba kembali ke perkemahan atau gunakan pencarian untuk menemukan jalan Anda.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Sepertinya kita kehilangan jejak.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Kembali ke lobi",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Jika ada yang mengarahkan Anda ke sini, tautannya mungkin sudah usang.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Tidak ada yang tinggal di alamat ini.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Kembali ke beranda",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Periksa kembali URL untuk memastikan tidak ada salah ketik, atau kembali untuk memulai dari awal.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Kami tidak dapat menemukan apa yang Anda cari.",
|
|
51
|
+
"theme.NotFound.title": "Halaman Tak Ditemukan",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Cari",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Hapus pencarian",
|
|
54
|
+
"theme.SearchBar.loading": "Memuat indeks pencarian…",
|
|
55
|
+
"theme.SearchBar.noResults": "Tidak ada hasil yang ditemukan.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Cari",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} hasil ditemukan",
|
|
58
|
+
"theme.SearchPage.loading": "Memuat indeks pencarian...",
|
|
59
|
+
"theme.SearchPage.noResults": "Tidak ada hasil yang ditemukan.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} hasil ditemukan",
|
|
61
|
+
"theme.SearchPage.title": "Pencarian",
|
|
62
|
+
"theme.TOC.ariaLabel": "Daftar isi",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Tutup daftar isi",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Daftar isi",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Buka daftar isi",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Daftar Isi",
|
|
67
|
+
"theme.admonition.caution": "waspada",
|
|
68
|
+
"theme.admonition.danger": "bahaya",
|
|
69
|
+
"theme.admonition.info": "info",
|
|
70
|
+
"theme.admonition.note": "catatan",
|
|
71
|
+
"theme.admonition.tip": "tip",
|
|
72
|
+
"theme.admonition.warning": "peringatan",
|
|
73
|
+
"theme.blog.archive.description": "Arsip",
|
|
74
|
+
"theme.blog.archive.title": "Arsip",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Penulis",
|
|
76
|
+
"theme.blog.paginator.first": "Pertama",
|
|
77
|
+
"theme.blog.paginator.last": "Terakhir",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Navigasi halaman daftar blog",
|
|
79
|
+
"theme.blog.paginator.next": "Berikutnya",
|
|
80
|
+
"theme.blog.paginator.previous": "Sebelumnya",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Lanjutkan membaca: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Lanjutkan membaca",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Kembali: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Kembali",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Terus membaca",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigasi halaman pos blog",
|
|
87
|
+
"theme.blog.post.readMore": "Baca selengkapnya",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Baca selengkapnya mengenai {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "{readingTime} menit membaca",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Bilah sisi blog",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Penulis",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Tutup bilah sisi blog",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Bilah sisi",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Buka bilah sisi blog",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Bilah sisi blog",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Bilah sisi",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Berlangganan",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tag",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Lihat Semua Tag",
|
|
100
|
+
"theme.colorMode.dark": "Gelap",
|
|
101
|
+
"theme.colorMode.light": "Terang",
|
|
102
|
+
"theme.colorMode.system": "Sistem",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Alihkan mode warna",
|
|
104
|
+
"theme.common.editThisPage": "Sunting halaman ini",
|
|
105
|
+
"theme.common.headingLinkTitle": "Tautan langsung ke judul",
|
|
106
|
+
"theme.contentFooter.editLabel": "Berkontribusi",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Disalin!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Salin tautan",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Tautan disalin",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Bagikan di {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Bagikan",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tag",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Halaman ini masih berupa draf, hanya akan terlihat dalam mode pengembangan, dan tidak akan disertakan dalam build produksi.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Halaman draf",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Halaman ini tidak terdaftar. Mesin pencari tidak akan mengindeksnya, dan hanya pengguna yang memiliki tautan langsung yang dapat mengaksesnya.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Halaman tak terdaftar",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "{count} item",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Beranda",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Jejak navigasi",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Lanjutkan membaca: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Lanjutkan membaca",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Kembali: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Kembali",
|
|
124
|
+
"theme.docs.paginator.heading": "Terus membaca",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Halaman dokumentasi",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Ciutkan bilah sisi",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Perluas bilah sisi",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Bilah sisi dokumentasi",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Tutup navigasi",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigasi",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Buka navigasi dokumentasi",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navigasi dokumentasi",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} dari {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Baca artikel",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Lihat semua tag",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} dengan tag \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} dokumen",
|
|
138
|
+
"theme.docs.versionBanner.message": "Ini adalah dokumentasi untuk versi {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Dirakit",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Diseduh",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Disulap",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Dibuat",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Ditempa",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Disulut",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Dipahat",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Dipantik",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Dipanggil",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Ditenun",
|
|
151
|
+
"theme.footer.creditSuffix": " dengan ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Tautan kaki halaman",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Tautan media sosial",
|
|
154
|
+
"theme.lastUpdated.atDate": " pada {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " oleh {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Terakhir diperbarui{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Tutup menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Menu navigasi",
|
|
160
|
+
"theme.navbar.moreLabel": "Lainnya",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Utama",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Buka menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "Indeks pencarian belum diinisialisasi",
|
|
164
|
+
"theme.search.manifestFetchError": "Gagal mengambil manifes pencarian",
|
|
165
|
+
"theme.search.productionOnly": "Pencarian hanya tersedia pada build produksi",
|
|
166
|
+
"theme.search.unknownInitError": "Terjadi kesalahan yang tidak diketahui saat inisialisasi",
|
|
167
|
+
"theme.showcase.collapseAll": "Ciutkan Semua",
|
|
168
|
+
"theme.showcase.expandAll": "Perluas Semua",
|
|
169
|
+
"theme.showcase.title": "Etalase Blok"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Loka tilkynningu",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Sækja í App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Sækja í",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Fáðu það á Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "FÁÐU ÞAÐ Á",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Skruna efst",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Engar færslur enn",
|
|
11
|
+
"theme.BlogPreview.readMore": "Lesa meira",
|
|
12
|
+
"theme.CodeBlock.copied": "Afritað",
|
|
13
|
+
"theme.CodeBlock.copy": "Afrita",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Afrita kóða á klemmuspjald",
|
|
15
|
+
"theme.CodeBlock.showLess": "Sýna minna",
|
|
16
|
+
"theme.CodeBlock.showMore": "Sýna meira",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Kveikja eða slökkva á línuskiptingu",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Línuskipting",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Fella saman flokkinn '{label}' í hliðarstikunni",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Opna flokkinn '{label}' í hliðarstikunni",
|
|
21
|
+
"theme.Error.tryAgain": "Reyndu aftur",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Eitthvað fór úrskeiðis.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Þessi síða hlóðst ekki almennilega.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Við lentum í vandræðum við að birta þessa síðu.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Villa kom upp þegar síðan var að hlaðast.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Eitthvað setti síðuna úr skorðum.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Reyndu aftur",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(opnast í nýjum flipa)",
|
|
29
|
+
"theme.InstallStrip.copied": "AFRITAÐ",
|
|
30
|
+
"theme.InstallStrip.copy": "AFRITA",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Afrita á klemmuspjald",
|
|
32
|
+
"theme.Loading.errorPrefix": "Villa: ",
|
|
33
|
+
"theme.Loading.loading": "Hleður...",
|
|
34
|
+
"theme.Loading.retry": "Reyna aftur",
|
|
35
|
+
"theme.Loading.timeout": "Þetta er að taka langan tíma...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Aftur á rétta braut",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Við skulum koma þér aftur á rétta leið.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Þessi síða tók ranga beygju.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Aftur á kortlagðar slóðir",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Hún gæti hafa verið færð, eða kannski var hún aldrei til.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Þessi slóð er ekki á kortinu okkar.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Aftur í tjaldbúðirnar",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Reyndu að halda aftur í tjaldbúðirnar eða notaðu leitina til að finna leiðina.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Svo virðist sem við höfum villst af leið.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Aftur í anddyrið",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Ef eitthvað vísaði þér hingað er hlekkurinn líklega úreltur.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Ekkert býr á þessu heimilisfangi.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Aftur heim",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Athugaðu hvort innsláttarvilla sé í slóðinni eða farðu til baka og byrjaðu upp á nýtt.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Við fundum ekki það sem þú leitaðir að.",
|
|
51
|
+
"theme.NotFound.title": "Síða fannst ekki",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Leita",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Hreinsa leit",
|
|
54
|
+
"theme.SearchBar.loading": "Hleður leitarvísi…",
|
|
55
|
+
"theme.SearchBar.noResults": "Engar niðurstöður fundust.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Leita",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Fjöldi niðurstaðna: {count}",
|
|
58
|
+
"theme.SearchPage.loading": "Hleður leitarvísi...",
|
|
59
|
+
"theme.SearchPage.noResults": "Engar niðurstöður fundust.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Fjöldi niðurstaðna: {count}",
|
|
61
|
+
"theme.SearchPage.title": "Leit",
|
|
62
|
+
"theme.TOC.ariaLabel": "Efnisyfirlit",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Loka efnisyfirliti",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Efnisyfirlit",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Opna efnisyfirlit",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Efnisyfirlit",
|
|
67
|
+
"theme.admonition.caution": "varúð",
|
|
68
|
+
"theme.admonition.danger": "hætta",
|
|
69
|
+
"theme.admonition.info": "upplýsingar",
|
|
70
|
+
"theme.admonition.note": "athugasemd",
|
|
71
|
+
"theme.admonition.tip": "ábending",
|
|
72
|
+
"theme.admonition.warning": "aðvörun",
|
|
73
|
+
"theme.blog.archive.description": "Færslusafn",
|
|
74
|
+
"theme.blog.archive.title": "Færslusafn",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Höfundar",
|
|
76
|
+
"theme.blog.paginator.first": "Fyrsta",
|
|
77
|
+
"theme.blog.paginator.last": "Síðasta",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Síðuflakk blogglista",
|
|
79
|
+
"theme.blog.paginator.next": "Næsta",
|
|
80
|
+
"theme.blog.paginator.previous": "Fyrri",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Halda áfram að lesa: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Lesa áfram",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Fara til baka: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Fara til baka",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Haltu áfram að lesa",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Síðuflakk bloggfærslu",
|
|
87
|
+
"theme.blog.post.readMore": "Lesa meira",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Lesa meira um {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "{readingTime} mínútu lestur|{readingTime} mínútna lestur",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Hliðarstika bloggsins",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Höfundar",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Loka hliðarstiku bloggsins",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Hliðarstika",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Opna hliðarstiku bloggsins",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Hliðarstika bloggsins",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Hliðarstika",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Gerast áskrifandi",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Merki",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Skoða öll merki",
|
|
100
|
+
"theme.colorMode.dark": "Dökkt",
|
|
101
|
+
"theme.colorMode.light": "Bjart",
|
|
102
|
+
"theme.colorMode.system": "Kerfi",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Skipta um litastillingu",
|
|
104
|
+
"theme.common.editThisPage": "Breyttu þessari síðu",
|
|
105
|
+
"theme.common.headingLinkTitle": "Beinn hlekkur að fyrirsögn",
|
|
106
|
+
"theme.contentFooter.editLabel": "Leggja til efni",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Afritað!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Afrita hlekk",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Hlekkur afritaður",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Deila á {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Deila þessu",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Merki",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Þessi síða er enn í drögum. Hún er aðeins sýnileg í þróunarumhverfi og verður ekki hluti af framleiðsluútgáfunni.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Síða í drögum",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Þessi síða er ólistuð. Leitarvélar munu ekki skrá hana, eingöngu notendur með beinan hlekk geta opnað hana.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Óskráð síða",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "{count} atriði|{count} atriði",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Heimasíða",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Brauðmolaslóð",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Halda áfram að lesa: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Lesa áfram",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Fara til baka: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Fara til baka",
|
|
124
|
+
"theme.docs.paginator.heading": "Haltu áfram að lesa",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Skjalasíður",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Loka hliðarstiku",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Opna hliðarstiku",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Hliðarstika skjala",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Loka yfirliti",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Yfirlit",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Opna skjalayfirlit",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Skjalayfirlit",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} af {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Lesa grein",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Skoða öll merki",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} með \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} skjal merkt|{count} skjöl merkt",
|
|
138
|
+
"theme.docs.versionBanner.message": "Þetta er skjölun fyrir útgáfu {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Sett saman",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Bruggað",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Galdrað fram",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Smíðað",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Eldsmíðað",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Tendrað",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Mótað",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Kveikt",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Kallað fram",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Ofið",
|
|
151
|
+
"theme.footer.creditSuffix": " með ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Hlekkir í síðufæti",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Hlekkir á samfélagsmiðla",
|
|
154
|
+
"theme.lastUpdated.atDate": " þann {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " af {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Seinast uppfært{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Loka valmynd",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Valmynd",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Leiðsagnarvalmynd",
|
|
160
|
+
"theme.navbar.moreLabel": "Meira",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Aðalvalmynd",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Opna valmynd",
|
|
163
|
+
"theme.search.indexNotInitialized": "Leitarvísir hefur ekki verið frumstilltur",
|
|
164
|
+
"theme.search.manifestFetchError": "Ekki tókst að sækja leitarskrána",
|
|
165
|
+
"theme.search.productionOnly": "Leit er aðeins í boði í framleiðsluútgáfum",
|
|
166
|
+
"theme.search.unknownInitError": "Óþekkt villa við frumstillingu",
|
|
167
|
+
"theme.showcase.collapseAll": "Fella allt saman",
|
|
168
|
+
"theme.showcase.expandAll": "Opna allt",
|
|
169
|
+
"theme.showcase.title": "Sýning á einingum"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Chiudi l'annuncio",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Scarica su App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Scarica su",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Disponibile su Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "DISPONIBILE SU",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Torna all'inizio della pagina",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Ancora nessun post",
|
|
11
|
+
"theme.BlogPreview.readMore": "Leggi di più",
|
|
12
|
+
"theme.CodeBlock.copied": "Copiato!",
|
|
13
|
+
"theme.CodeBlock.copy": "Copia",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Copia il codice negli appunti",
|
|
15
|
+
"theme.CodeBlock.showLess": "Mostra meno",
|
|
16
|
+
"theme.CodeBlock.showMore": "Mostra di più",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Attiva/disattiva a capo automatico",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "A capo",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Comprimi la categoria '{label}' della barra laterale",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Espandi la categoria '{label}' della barra laterale",
|
|
21
|
+
"theme.Error.tryAgain": "Prova di nuovo",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Qualcosa è andato storto.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Questa pagina non si è caricata correttamente.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "C'è stato un intoppo nel visualizzare questa pagina.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "La pagina è andata in errore durante il caricamento.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Qualcosa ha mandato la pagina in tilt.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Prova di nuovo",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(si apre in una nuova scheda)",
|
|
29
|
+
"theme.InstallStrip.copied": "COPIATO",
|
|
30
|
+
"theme.InstallStrip.copy": "COPIA",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Copia negli appunti",
|
|
32
|
+
"theme.Loading.errorPrefix": "Errore: ",
|
|
33
|
+
"theme.Loading.loading": "Caricamento...",
|
|
34
|
+
"theme.Loading.retry": "Riprova",
|
|
35
|
+
"theme.Loading.timeout": "Ci sta mettendo più del previsto...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Torna in carreggiata",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Ti riportiamo sulla strada giusta.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Questa pagina ha sbagliato strada.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Torna in territorio conosciuto",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Forse è stato spostato, o forse non è mai esistito affatto.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Questo URL non è sulla nostra mappa.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Torna al campo base",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Prova a tornare al campo base o usa la ricerca per orientarti.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Sembra che abbiamo perso il sentiero.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Torna all'ingresso",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Se qualcosa ti ha portato qui, probabilmente il link non è più valido.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "A questo indirizzo non abita nessuno.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Torna alla pagina principale",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Controlla che l'URL non contenga errori di battitura, oppure torna indietro e ricomincia da capo.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Non siamo riusciti a trovare quello che stavi cercando.",
|
|
51
|
+
"theme.NotFound.title": "Pagina non trovata",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Cerca",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Cancella la ricerca",
|
|
54
|
+
"theme.SearchBar.loading": "Caricamento dell'indice di ricerca…",
|
|
55
|
+
"theme.SearchBar.noResults": "Nessun risultato trovato.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Cerca",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Risultati trovati: {count}",
|
|
58
|
+
"theme.SearchPage.loading": "Caricamento dell'indice di ricerca...",
|
|
59
|
+
"theme.SearchPage.noResults": "Nessun risultato trovato.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Risultati trovati: {count}",
|
|
61
|
+
"theme.SearchPage.title": "Ricerca",
|
|
62
|
+
"theme.TOC.ariaLabel": "Indice dei contenuti",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Chiudi l'indice dei contenuti",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Indice dei contenuti",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Apri l'indice dei contenuti",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Indice dei contenuti",
|
|
67
|
+
"theme.admonition.caution": "attenzione",
|
|
68
|
+
"theme.admonition.danger": "pericolo",
|
|
69
|
+
"theme.admonition.info": "informazioni",
|
|
70
|
+
"theme.admonition.note": "nota",
|
|
71
|
+
"theme.admonition.tip": "suggerimento",
|
|
72
|
+
"theme.admonition.warning": "avviso",
|
|
73
|
+
"theme.blog.archive.description": "Archivio",
|
|
74
|
+
"theme.blog.archive.title": "Archivio",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Autori",
|
|
76
|
+
"theme.blog.paginator.first": "Prima",
|
|
77
|
+
"theme.blog.paginator.last": "Ultima",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Navigazione tra le pagine dell'elenco del blog",
|
|
79
|
+
"theme.blog.paginator.next": "Successiva",
|
|
80
|
+
"theme.blog.paginator.previous": "Precedente",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Continua a leggere: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Continua a leggere",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Torna indietro: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Torna indietro",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Continua la lettura",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigazione tra i post del blog",
|
|
87
|
+
"theme.blog.post.readMore": "Leggi di più",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Leggi di più su {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "1 min di lettura|{readingTime} min di lettura|{readingTime} min di lettura",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Barra laterale del blog",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Autori",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Chiudi la barra laterale del blog",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Barra laterale",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Apri la barra laterale del blog",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Barra laterale del blog",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Barra laterale",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Iscriviti",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Etichette",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Visualizza tutte le etichette",
|
|
100
|
+
"theme.colorMode.dark": "Scuro",
|
|
101
|
+
"theme.colorMode.light": "Chiaro",
|
|
102
|
+
"theme.colorMode.system": "Sistema",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Cambia modalità colore",
|
|
104
|
+
"theme.common.editThisPage": "Modifica questa pagina",
|
|
105
|
+
"theme.common.headingLinkTitle": "Link diretto all'intestazione",
|
|
106
|
+
"theme.contentFooter.editLabel": "Contribuisci",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Copiato!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Copia il link",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Link copiato",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Condividi su {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Condividi questa pagina",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Etichette",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Questa pagina è una bozza. Sarà visibile solo in fase di sviluppo e verrà esclusa dalla build di produzione.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Pagina in bozza",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Questa pagina non è in elenco. I motori di ricerca non la indicizzeranno e solo gli utenti con un link diretto potranno accedervi.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Pagina non in elenco",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 elemento|{count} elementi|{count} elementi",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Pagina principale",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Percorso di navigazione",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Continua a leggere: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Continua a leggere",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Torna indietro: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Torna indietro",
|
|
124
|
+
"theme.docs.paginator.heading": "Continua la lettura",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Pagine della documentazione",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Comprimi la barra laterale",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Espandi la barra laterale",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Barra laterale dei documenti",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Chiudi la navigazione",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigazione",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Apri la navigazione dei documenti",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navigazione dei documenti",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} di {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Leggi l'articolo",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Visualizza tutte le etichette",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etichettato|{count} documenti etichettati|{count} documenti etichettati",
|
|
138
|
+
"theme.docs.versionBanner.message": "Questa è la documentazione per la versione {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Assemblato",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Distillato",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Evocato",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Realizzato",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Forgiato",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Acceso",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Scolpito",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Innescato",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Invocato",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Tessuto",
|
|
151
|
+
"theme.footer.creditSuffix": " con ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Link del piè di pagina",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Link ai social media",
|
|
154
|
+
"theme.lastUpdated.atDate": " il {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " da {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Ultimo aggiornamento{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Chiudi il menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Menu di navigazione",
|
|
160
|
+
"theme.navbar.moreLabel": "Altro",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Principale",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Apri il menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "Indice di ricerca non inizializzato",
|
|
164
|
+
"theme.search.manifestFetchError": "Impossibile recuperare il manifest di ricerca",
|
|
165
|
+
"theme.search.productionOnly": "La ricerca è disponibile solo nelle build di produzione",
|
|
166
|
+
"theme.search.unknownInitError": "Errore sconosciuto durante l'inizializzazione",
|
|
167
|
+
"theme.showcase.collapseAll": "Comprimi tutto",
|
|
168
|
+
"theme.showcase.expandAll": "Espandi tutto",
|
|
169
|
+
"theme.showcase.title": "Vetrina dei blocchi"
|
|
170
|
+
}
|