@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} минут читања|{readingTime} минута читања|{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} ставка|{count} ставке|{count} ставки",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Почетна",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Навигациона путања",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Настави са читањем: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Настави са читањем",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Врати се назад: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Врати се назад",
|
|
124
|
+
"theme.docs.paginator.heading": "Наставите са читањем",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Странице документације",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Сакриј бочну листу",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Прошири бочну листу",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Бочна листа документације",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Затвори навигацију",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Навигација",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Отвори навигацију документације",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Навигација документације",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} од {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Прочитај чланак",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Погледај све ознаке",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} са ознаком \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} означен документ|{count} означена документа|{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": "Stäng meddelandet",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Hämta i App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Hämta i",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Ladda ned på Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "LADDA NED PÅ",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Scrolla till toppen",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Inga inlägg ännu",
|
|
11
|
+
"theme.BlogPreview.readMore": "Läs mer",
|
|
12
|
+
"theme.CodeBlock.copied": "Kopierad",
|
|
13
|
+
"theme.CodeBlock.copy": "Kopiera",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kopiera kod till urklipp",
|
|
15
|
+
"theme.CodeBlock.showLess": "Visa mindre",
|
|
16
|
+
"theme.CodeBlock.showMore": "Visa mer",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Växla radbrytning",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Radbryt",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Fäll ihop sidofältskategorin '{label}'",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Fäll ut sidofältskategorin '{label}'",
|
|
21
|
+
"theme.Error.tryAgain": "Försök igen",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Något gick snett.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Den här sidan lästes inte in som den skulle.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Vi stötte på ett problem när sidan skulle visas.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Ett fel uppstod när sidan var på väg in.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Något satte krokben för sidan.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Försök igen",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(öppnas i ny flik)",
|
|
29
|
+
"theme.InstallStrip.copied": "KOPIERAT",
|
|
30
|
+
"theme.InstallStrip.copy": "KOPIERA",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Kopiera till urklipp",
|
|
32
|
+
"theme.Loading.errorPrefix": "Fel: ",
|
|
33
|
+
"theme.Loading.loading": "Läser in...",
|
|
34
|
+
"theme.Loading.retry": "Försök igen",
|
|
35
|
+
"theme.Loading.timeout": "Det här tar längre tid än väntat...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Tillbaka på rätt spår",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Vi hjälper dig tillbaka till rätt väg.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Den här sidan svängde fel.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Tillbaka till kartlagd mark",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Den kan ha flyttats, eller så har den aldrig funnits.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Den här webbadressen finns inte på vår karta.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Tillbaka till lägret",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Gå tillbaka till lägret eller använd sökningen för att hitta rätt.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Det verkar som att vi tappade bort stigen.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Tillbaka till lobbyn",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Om något ledde dig hit är länken förmodligen inaktuell.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Ingenting bor på den här adressen.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Tillbaka till startsidan",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Dubbelkolla webbadressen efter stavfel, eller gå tillbaka och börja om.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Vi kunde inte hitta det du letade efter.",
|
|
51
|
+
"theme.NotFound.title": "Sidan hittades inte",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Sök",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Rensa sökningen",
|
|
54
|
+
"theme.SearchBar.loading": "Läser in sökindex…",
|
|
55
|
+
"theme.SearchBar.noResults": "Inga resultat hittades.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Sök",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} resultat hittades",
|
|
58
|
+
"theme.SearchPage.loading": "Läser in sökindex...",
|
|
59
|
+
"theme.SearchPage.noResults": "Inga resultat hittades.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} resultat hittades",
|
|
61
|
+
"theme.SearchPage.title": "Sök",
|
|
62
|
+
"theme.TOC.ariaLabel": "Innehållsförteckning",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Stäng innehållsförteckningen",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Innehållsförteckning",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Öppna innehållsförteckningen",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Innehållsförteckning",
|
|
67
|
+
"theme.admonition.caution": "varning",
|
|
68
|
+
"theme.admonition.danger": "fara",
|
|
69
|
+
"theme.admonition.info": "info",
|
|
70
|
+
"theme.admonition.note": "anteckning",
|
|
71
|
+
"theme.admonition.tip": "tips",
|
|
72
|
+
"theme.admonition.warning": "varning",
|
|
73
|
+
"theme.blog.archive.description": "Arkiv",
|
|
74
|
+
"theme.blog.archive.title": "Arkiv",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Författare",
|
|
76
|
+
"theme.blog.paginator.first": "Första",
|
|
77
|
+
"theme.blog.paginator.last": "Sista",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Sidnavigering för blogglistan",
|
|
79
|
+
"theme.blog.paginator.next": "Nästa",
|
|
80
|
+
"theme.blog.paginator.previous": "Föregående",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Fortsätt läsa: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Fortsätt läsa",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Gå tillbaka: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Gå tillbaka",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Läs vidare",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Sidnavigering för blogginlägg",
|
|
87
|
+
"theme.blog.post.readMore": "Läs mer",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Läs mer om {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "En minut att läsa|{readingTime} min att läsa",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Bloggens sidofält",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Författare",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Stäng bloggens sidofält",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Sidofält",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Öppna bloggens sidofält",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Bloggens sidofält",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Sidofält",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Prenumerera",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Taggar",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Visa alla taggar",
|
|
100
|
+
"theme.colorMode.dark": "Mörkt",
|
|
101
|
+
"theme.colorMode.light": "Ljust",
|
|
102
|
+
"theme.colorMode.system": "System",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Växla färgläge",
|
|
104
|
+
"theme.common.editThisPage": "Redigera denna sida",
|
|
105
|
+
"theme.common.headingLinkTitle": "Direktlänk till rubriken",
|
|
106
|
+
"theme.contentFooter.editLabel": "Bidra",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Kopierat!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Kopiera länk",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Länk kopierad",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Dela på {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Dela detta",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Taggar",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Denna sida är ett utkast. Den är bara synlig i utvecklingsläget och utesluts från produktionsbygget.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Utkastsida",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Denna sida är olistad. Sökmotorer kommer inte att indexera den, och endast användare med en direktlänk kan nå den.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Olistad sida",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artiklar",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Hemsida",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Sökväg",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Fortsätt läsa: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Fortsätt läsa",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Gå tillbaka: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Gå tillbaka",
|
|
124
|
+
"theme.docs.paginator.heading": "Läs vidare",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Dokumentsidor",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Stäng sidofältet",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Expandera sidofältet",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Dokumentationens sidofält",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Stäng navigeringen",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigering",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Öppna dokumentationens navigering",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Dokumentationens navigering",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} av {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Läs artikeln",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Visa alla taggar",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument taggat|{count} dokument taggade",
|
|
138
|
+
"theme.docs.versionBanner.message": "Detta är dokumentationen för version {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Hopsatt",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Bryggd",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Framtrollad",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Skapad",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Smidd",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Tänd",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Skulpterad",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Antänd",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Frammanad",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Vävd",
|
|
151
|
+
"theme.footer.creditSuffix": " med ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Sidfotslänkar",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Länkar till sociala medier",
|
|
154
|
+
"theme.lastUpdated.atDate": " den {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " av {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Senast uppdaterad{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Stäng menyn",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Meny",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Navigeringsmeny",
|
|
160
|
+
"theme.navbar.moreLabel": "Mer",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Huvudnavigering",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Öppna menyn",
|
|
163
|
+
"theme.search.indexNotInitialized": "Sökindexet har inte initierats",
|
|
164
|
+
"theme.search.manifestFetchError": "Det gick inte att hämta sökmanifestet",
|
|
165
|
+
"theme.search.productionOnly": "Sökningen är endast tillgänglig i produktionsbyggen",
|
|
166
|
+
"theme.search.unknownInitError": "Okänt fel vid initiering",
|
|
167
|
+
"theme.showcase.collapseAll": "Fäll ihop alla",
|
|
168
|
+
"theme.showcase.expandAll": "Fäll ut alla",
|
|
169
|
+
"theme.showcase.title": "Blockgalleri"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Bildirişi ýapmak",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "App Store-dan ýükläp alyň",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Ýükläp alyň",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Google Play-den alyň",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "ŞU ÝERDEN ALYŇ",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Başyna süýşmek",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Häzirlikçe ýazgy ýok",
|
|
11
|
+
"theme.BlogPreview.readMore": "Dowamyny okamak",
|
|
12
|
+
"theme.CodeBlock.copied": "Göçürildi",
|
|
13
|
+
"theme.CodeBlock.copy": "Göçürmek",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kody bufere göçürmek",
|
|
15
|
+
"theme.CodeBlock.showLess": "Azrak görkezmek",
|
|
16
|
+
"theme.CodeBlock.showMore": "Köpräk görkezmek",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Setir boýy geçir",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Setir geçirme",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Gapdal paneliň '{label}' kategoriýasyny ýygnamak",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Gapdal paneliň '{label}' kategoriýasyny giňeltmek",
|
|
21
|
+
"theme.Error.tryAgain": "Gaýtadan synanyşyň",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Bir zat ters gitdi.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Bu sahypa dogry ýüklenmedi.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Bu sahypany görkezmekde kynçylyga duş geldik.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Sahypa ýüklenýärkä näsazlyga uçrady.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Bir zat sahypany büdretdi.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Gaýtadan synanyşyň",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(täze tabda açylýar)",
|
|
29
|
+
"theme.InstallStrip.copied": "GÖÇÜRILDI",
|
|
30
|
+
"theme.InstallStrip.copy": "GÖÇÜRMEK",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Bufere göçürmek",
|
|
32
|
+
"theme.Loading.errorPrefix": "Näsazlyk: ",
|
|
33
|
+
"theme.Loading.loading": "Ýüklenýär...",
|
|
34
|
+
"theme.Loading.retry": "Gaýtadan synanyşyň",
|
|
35
|
+
"theme.Loading.timeout": "Uzaga çekýär...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Ýola dolanmak",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Geliň, sizi dogry ýola gaýtaralyň.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Bu sahypa nädogry öwrüm etdi.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Belli ýerlere dolanmak",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Ol başga ýere göçen bolmagy mümkin ýa-da asla bolmadyk bolmagy-da ähtimal.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Bu URL biziň kartamyzda ýok.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Düşelgä dolanmak",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Düşelgä dolanyp görüň ýa-da ýoluňyzy tapmak üçin gözlegi ulanyň.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Görnüşinden, biz yzy ýitiripdiris.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Girelgä dolanmak",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Sizi bu ýere bir zat getiren bolsa, ol baglanyşyk köne bolsa gerek.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Bu salgyda hiç zat ýaşamaýar.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Baş sahypa dolanmak",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "URL-de ýazuw ýalňyşlyklarynyň bardygyny barlaň ýa-da täzeden başlamak üçin baş sahypa dolanyň.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Gözleýän zadyňyzy tapyp bilmedik.",
|
|
51
|
+
"theme.NotFound.title": "Sahypa tapylmady",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Gözleg",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Gözlegi arassalamak",
|
|
54
|
+
"theme.SearchBar.loading": "Gözleg indeksi ýüklenýär…",
|
|
55
|
+
"theme.SearchBar.noResults": "Hiç hili netije tapylmady.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Gözleg",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} netije tapyldy",
|
|
58
|
+
"theme.SearchPage.loading": "Gözleg indeksi ýüklenýär...",
|
|
59
|
+
"theme.SearchPage.noResults": "Hiç hili netije tapylmady.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} netije tapyldy",
|
|
61
|
+
"theme.SearchPage.title": "Gözleg",
|
|
62
|
+
"theme.TOC.ariaLabel": "Bu sahypanyň mazmuny",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Bu sahypanyň mazmunyny ýapmak",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Bu sahypanyň mazmuny",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Bu sahypanyň mazmunyny açmak",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Bu sahypanyň mazmuny",
|
|
67
|
+
"theme.admonition.caution": "seresaplylyk",
|
|
68
|
+
"theme.admonition.danger": "howp",
|
|
69
|
+
"theme.admonition.info": "maglumat",
|
|
70
|
+
"theme.admonition.note": "bellik",
|
|
71
|
+
"theme.admonition.tip": "maslahat",
|
|
72
|
+
"theme.admonition.warning": "duýduryş",
|
|
73
|
+
"theme.blog.archive.description": "Arhiw",
|
|
74
|
+
"theme.blog.archive.title": "Arhiw",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Awtorlar",
|
|
76
|
+
"theme.blog.paginator.first": "Ilkinji",
|
|
77
|
+
"theme.blog.paginator.last": "Soňky",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Blog sahypasynda nawigasiýa",
|
|
79
|
+
"theme.blog.paginator.next": "Indiki",
|
|
80
|
+
"theme.blog.paginator.previous": "Öňki",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Okamagy dowam etmek: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Okamagy dowam etmek",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Yza gaýtmak: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Yza gaýtmak",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Okamagy dowam ediň",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Blog ýazgysynyň sahypasyndaky nawigasiýa",
|
|
87
|
+
"theme.blog.post.readMore": "Dowamyny okamak",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "{title} hakda doly okamak",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "1 min okamak|{readingTime} min okamak",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Blogyň gapdal paneli",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Awtorlar",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Blogyň gapdal panelini ýapmak",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Gapdal panel",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Blogyň gapdal panelini açmak",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Blogyň gapdal paneli",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Gapdal panel",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Abuna ýazylmak",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tegler",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Ähli tegleri görüň",
|
|
100
|
+
"theme.colorMode.dark": "Gijeki",
|
|
101
|
+
"theme.colorMode.light": "Gündizki",
|
|
102
|
+
"theme.colorMode.system": "Ulgam",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Reňk režimini çalyşmak",
|
|
104
|
+
"theme.common.editThisPage": "Bu sahypany üýtgetmek",
|
|
105
|
+
"theme.common.headingLinkTitle": "Sözbaşyna göni baglanyşyk",
|
|
106
|
+
"theme.contentFooter.editLabel": "Goşant goşmak",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Göçürildi!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Baglanyşygy göçürmek",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Baglanyşyk göçürildi",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "{platformLabel} arkaly paýlaşmak",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Muny paýlaşyň",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tegler",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Bu sahypa garalamadyr. Ol diňe işläp düzüş tertibinde görüner we önümçilik wersiýasyna goşulmaz.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Garalama sahypa",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Bu sahypa sanawda ýok. Gözleg ulgamlary ony indekslemez, oňa diňe göni baglanyşygy bolan ulanyjylar girip biler.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Sanawda ýok sahypa",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 element|{count} element",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Baş sahypa",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Häzirki sahypa üçin nawigasiýa",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Okamagy dowam etmek: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Okamagy dowam etmek",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Yza gaýtmak: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Yza gaýtmak",
|
|
124
|
+
"theme.docs.paginator.heading": "Okamagy dowam ediň",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Dokument sahypalary",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Gapdal paneli ýygnamak",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Gapdal paneli giňeltmek",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Dokumentleriň gapdal paneli",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Nawigasiýany ýapmak",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Nawigasiýa",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Dokument nawigasiýasyny açmak",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Dokument nawigasiýasy",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} / {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Makalany okamak",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Ähli tegleri görüň",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "\"{tagName}\" tegi bilen {nDocsTagged}",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "1 dokument|{count} dokument",
|
|
138
|
+
"theme.docs.versionBanner.message": "Bu {versionLabel} wersiýasynyň dokumentasiýasydyr.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Ýygnaldy",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Demlendi",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Jadylanyp döredildi",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Ýasaldy",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Taplandy",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Tutaşdyryldy",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Ýonuldy",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Uçgunlandy",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Çagyryldy",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Dokaldy",
|
|
151
|
+
"theme.footer.creditSuffix": ": ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Aşaky bölümiň baglanyşyklary",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Sosial ulgam baglanyşyklary",
|
|
154
|
+
"theme.lastUpdated.atDate": " {date} senesinde",
|
|
155
|
+
"theme.lastUpdated.byUser": " {user} tarapyndan",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Soňky täzelenme{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Menýuny ýapmak",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menýu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Nawigasiýa menýusy",
|
|
160
|
+
"theme.navbar.moreLabel": "Has köp",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Esasy",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Menýuny açmak",
|
|
163
|
+
"theme.search.indexNotInitialized": "Gözleg indeksi işe girizilmedi",
|
|
164
|
+
"theme.search.manifestFetchError": "Gözleg manifestini ýükläp bolmady",
|
|
165
|
+
"theme.search.productionOnly": "Gözleg diňe önümçilik wersiýalarynda elýeterlidir",
|
|
166
|
+
"theme.search.unknownInitError": "Işe girizilende näbelli näsazlyk ýüze çykdy",
|
|
167
|
+
"theme.showcase.collapseAll": "Ählisini ýygnamak",
|
|
168
|
+
"theme.showcase.expandAll": "Ählisini giňeltmek",
|
|
169
|
+
"theme.showcase.title": "Blok sergisi"
|
|
170
|
+
}
|