@cbnventures/docusaurus-preset-nova 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/bin/theme-nova.mjs +16 -0
- package/build/package.json +160 -0
- package/build/src/blocks/app-market-download/index.d.ts.map +1 -1
- package/build/src/blocks/app-market-download/index.js.map +1 -1
- package/build/src/blocks/blog-preview/index.d.ts.map +1 -1
- package/build/src/blocks/blog-preview/index.js.map +1 -1
- package/build/src/blocks/features/index.d.ts.map +1 -1
- package/build/src/blocks/features/index.js.map +1 -1
- package/build/src/blocks/frame/index.d.ts.map +1 -1
- package/build/src/blocks/frame/index.js.map +1 -1
- package/build/src/blocks/hero/index.d.ts.map +1 -1
- package/build/src/blocks/hero/index.js.map +1 -1
- package/build/src/blocks/install-strip/index.d.ts.map +1 -1
- package/build/src/blocks/install-strip/index.js.map +1 -1
- package/build/src/blocks/spotlight/index.d.ts.map +1 -1
- package/build/src/blocks/spotlight/index.js.map +1 -1
- package/build/src/blocks/stats/index.d.ts.map +1 -1
- package/build/src/blocks/stats/index.js.map +1 -1
- package/build/src/blocks/terminology/index.d.ts.map +1 -1
- package/build/src/blocks/terminology/index.js.map +1 -1
- package/build/src/blocks/typewriter/index.d.ts.map +1 -1
- package/build/src/blocks/typewriter/index.js.map +1 -1
- package/build/src/cli/i18n/check.d.ts +5 -0
- package/build/src/cli/i18n/check.d.ts.map +1 -0
- package/build/src/cli/i18n/check.js +35 -0
- package/build/src/cli/i18n/check.js.map +1 -0
- package/build/src/cli/i18n/coverage.d.ts +8 -0
- package/build/src/cli/i18n/coverage.d.ts.map +1 -0
- package/build/src/cli/i18n/coverage.js +178 -0
- package/build/src/cli/i18n/coverage.js.map +1 -0
- package/build/src/cli/i18n/sync.d.ts +5 -0
- package/build/src/cli/i18n/sync.d.ts.map +1 -0
- package/build/src/cli/i18n/sync.js +53 -0
- package/build/src/cli/i18n/sync.js.map +1 -0
- package/build/src/cli/index.d.ts +3 -0
- package/build/src/cli/index.d.ts.map +1 -0
- package/build/src/cli/index.js +113 -0
- package/build/src/cli/index.js.map +1 -0
- package/build/src/icons.d.ts +3 -0
- package/build/src/icons.d.ts.map +1 -0
- package/build/src/icons.js +8 -0
- package/build/src/icons.js.map +1 -0
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +30 -28
- package/build/src/index.js.map +1 -1
- package/build/src/lib/color.d.ts.map +1 -1
- package/build/src/lib/color.js.map +1 -1
- package/build/src/lib/google-fonts-url.d.ts.map +1 -1
- package/build/src/lib/google-fonts-url.js.map +1 -1
- package/build/src/lib/i18n/apply-plan.d.ts +10 -0
- package/build/src/lib/i18n/apply-plan.d.ts.map +1 -0
- package/build/src/lib/i18n/apply-plan.js +174 -0
- package/build/src/lib/i18n/apply-plan.js.map +1 -0
- package/build/src/lib/i18n/content-scan.d.ts +8 -0
- package/build/src/lib/i18n/content-scan.d.ts.map +1 -0
- package/build/src/lib/i18n/content-scan.js +180 -0
- package/build/src/lib/i18n/content-scan.js.map +1 -0
- package/build/src/lib/i18n/coverage.d.ts +8 -0
- package/build/src/lib/i18n/coverage.d.ts.map +1 -0
- package/build/src/lib/i18n/coverage.js +113 -0
- package/build/src/lib/i18n/coverage.js.map +1 -0
- package/build/src/lib/i18n/prompt.d.ts +6 -0
- package/build/src/lib/i18n/prompt.d.ts.map +1 -0
- package/build/src/lib/i18n/prompt.js +30 -0
- package/build/src/lib/i18n/prompt.js.map +1 -0
- package/build/src/lib/i18n/reconcile.d.ts +7 -0
- package/build/src/lib/i18n/reconcile.d.ts.map +1 -0
- package/build/src/lib/i18n/reconcile.js +201 -0
- package/build/src/lib/i18n/reconcile.js.map +1 -0
- package/build/src/lib/i18n/report.d.ts +5 -0
- package/build/src/lib/i18n/report.d.ts.map +1 -0
- package/build/src/lib/i18n/report.js +33 -0
- package/build/src/lib/i18n/report.js.map +1 -0
- package/build/src/lib/i18n/site-context.d.ts +9 -0
- package/build/src/lib/i18n/site-context.d.ts.map +1 -0
- package/build/src/lib/i18n/site-context.js +141 -0
- package/build/src/lib/i18n/site-context.js.map +1 -0
- package/build/src/lib/mermaid.js +8 -8
- package/build/src/lib/mermaid.js.map +1 -1
- package/build/src/lib/rehype-shiki.d.ts.map +1 -1
- package/build/src/lib/rehype-shiki.js.map +1 -1
- package/build/src/lib/search/indexer.d.ts.map +1 -1
- package/build/src/lib/search/indexer.js.map +1 -1
- package/build/src/lib/search/perform-search.d.ts.map +1 -1
- package/build/src/lib/search/perform-search.js +15 -10
- package/build/src/lib/search/perform-search.js.map +1 -1
- package/build/src/lib/search/worker.js +21 -13
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
- package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
- package/build/src/lib/sidebar-mobile-store.js +26 -0
- package/build/src/lib/sidebar-mobile-store.js.map +1 -0
- package/build/src/lib/toc-collapsible-store.d.ts +7 -0
- package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
- package/build/src/lib/toc-collapsible-store.js +40 -0
- package/build/src/lib/toc-collapsible-store.js.map +1 -0
- package/build/src/lib/translations.d.ts.map +1 -1
- package/build/src/lib/translations.js +10 -5
- package/build/src/lib/translations.js.map +1 -1
- package/build/src/lib/use-details-dismiss.d.ts.map +1 -1
- package/build/src/lib/use-details-dismiss.js.map +1 -1
- package/build/src/lib/use-navbar-overflow.d.ts.map +1 -1
- package/build/src/lib/use-navbar-overflow.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.d.ts.map +1 -1
- package/build/src/plugins/bundle-guard/index.js.map +1 -1
- package/build/src/plugins/icons/generate.d.ts.map +1 -1
- package/build/src/plugins/icons/generate.js +4 -2
- package/build/src/plugins/icons/generate.js.map +1 -1
- package/build/src/plugins/icons/index.d.ts.map +1 -1
- package/build/src/plugins/icons/index.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.js.map +1 -1
- package/build/src/scripts/data-attribute-query.d.ts.map +1 -1
- package/build/src/scripts/data-attribute-query.js.map +1 -1
- package/build/src/styles/embed.css +132 -0
- package/build/src/tests/cascade-defensive.test.js +6 -3
- package/build/src/tests/cascade-defensive.test.js.map +1 -1
- package/build/src/tests/class-name-style-passthrough.test.js +4 -2
- package/build/src/tests/class-name-style-passthrough.test.js.map +1 -1
- package/build/src/tests/cli/i18n/check.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/check.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/check.test.js +79 -0
- package/build/src/tests/cli/i18n/check.test.js.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.js +150 -0
- package/build/src/tests/cli/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.js +164 -0
- package/build/src/tests/cli/i18n/sync.test.js.map +1 -0
- package/build/src/tests/config-drift.test.js +18 -9
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/exports-module-format.test.d.ts +2 -0
- package/build/src/tests/exports-module-format.test.d.ts.map +1 -0
- package/build/src/tests/exports-module-format.test.js +106 -0
- package/build/src/tests/exports-module-format.test.js.map +1 -0
- package/build/src/tests/icons.test.js +16 -14
- package/build/src/tests/icons.test.js.map +1 -1
- package/build/src/tests/lib/color.test.js.map +1 -1
- package/build/src/tests/lib/css-generator.test.js +216 -108
- package/build/src/tests/lib/css-generator.test.js.map +1 -1
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js +361 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.js +236 -0
- package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.js +304 -0
- package/build/src/tests/lib/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.js +648 -0
- package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.js +48 -0
- package/build/src/tests/lib/i18n/site-context.test.js.map +1 -0
- package/build/src/tests/lib/search/indexer.test.js +2 -1
- package/build/src/tests/lib/search/indexer.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +11 -0
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts +2 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js +69 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts +2 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js +64 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js.map +1 -0
- package/build/src/tests/lib/translations.test.js +94 -47
- package/build/src/tests/lib/translations.test.js.map +1 -1
- package/build/src/tests/options.test.js +6 -3
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/presets/envoy/preset.test.js +8 -4
- package/build/src/tests/presets/envoy/preset.test.js.map +1 -1
- package/build/src/tests/presets/foundry/preset.test.js +8 -4
- package/build/src/tests/presets/foundry/preset.test.js.map +1 -1
- package/build/src/tests/presets/lantern/preset.test.js +8 -4
- package/build/src/tests/presets/lantern/preset.test.js.map +1 -1
- package/build/src/tests/presets/marshal/preset.test.js +8 -4
- package/build/src/tests/presets/marshal/preset.test.js.map +1 -1
- package/build/src/tests/presets/sample/preset.test.js +8 -4
- package/build/src/tests/presets/sample/preset.test.js.map +1 -1
- package/build/src/tests/presets/sentinel/preset.test.js +8 -4
- package/build/src/tests/presets/sentinel/preset.test.js.map +1 -1
- package/build/src/tests/presets/signal/preset.test.js +8 -4
- package/build/src/tests/presets/signal/preset.test.js.map +1 -1
- package/build/src/tests/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.map +1 -1
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
- package/build/src/theme/BlogLayout/index.js.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.js.map +1 -1
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/index.js.map +1 -1
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPaginator/index.js.map +1 -1
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItem/index.js +14 -7
- package/build/src/theme/BlogPostItem/index.js.map +1 -1
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItems/index.js.map +1 -1
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/index.js +2 -1
- package/build/src/theme/BlogPostPage/index.js.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.js.map +1 -1
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebar/index.js.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.js.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.js.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -1
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/index.js.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.js +2 -2
- package/build/src/theme/CodeBlock/live-editor.js.map +1 -1
- package/build/src/theme/CodeInline/index.d.ts.map +1 -1
- package/build/src/theme/CodeInline/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.js.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.js +3 -0
- package/build/src/theme/ContentFooter/ShareButton/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.js.map +1 -1
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/index.js.map +1 -1
- package/build/src/theme/Details/index.d.ts.map +1 -1
- package/build/src/theme/Details/index.js.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.js.map +1 -1
- package/build/src/theme/DocCard/index.d.ts.map +1 -1
- package/build/src/theme/DocCard/index.js.map +1 -1
- package/build/src/theme/DocCardList/index.d.ts.map +1 -1
- package/build/src/theme/DocCardList/index.js.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -1
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Content/index.js.map +1 -1
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Footer/index.js +11 -6
- package/build/src/theme/DocItem/Footer/index.js.map +1 -1
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Layout/index.js.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.js.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -1
- package/build/src/theme/DocItem/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/index.js +2 -1
- package/build/src/theme/DocItem/index.js.map +1 -1
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
- package/build/src/theme/DocPaginator/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.js +5 -2
- package/build/src/theme/DocRoot/Layout/index.js.map +1 -1
- package/build/src/theme/DocRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/index.js.map +1 -1
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebar/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/index.js.map +1 -1
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItems/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.js +8 -92
- package/build/src/theme/DocSidebarMobile/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/panel.d.ts +3 -0
- package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -0
- package/build/src/theme/DocSidebarMobile/panel.js +88 -0
- package/build/src/theme/DocSidebarMobile/panel.js.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagDocListPage/index.js.map +1 -1
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagsListPage/index.js.map +1 -1
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocVersionRoot/index.js.map +1 -1
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocsRoot/index.js.map +1 -1
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
- package/build/src/theme/EditMetaRow/index.js.map +1 -1
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
- package/build/src/theme/EditThisPage/index.js.map +1 -1
- package/build/src/theme/Error/index.d.ts.map +1 -1
- package/build/src/theme/Error/index.js.map +1 -1
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
- package/build/src/theme/ErrorPageContent/index.js.map +1 -1
- package/build/src/theme/Footer/Commons/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Commons/index.js.map +1 -1
- package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Embassy/index.js.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.js.map +1 -1
- package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Ledger/index.js.map +1 -1
- package/build/src/theme/Footer/cta.d.ts.map +1 -1
- package/build/src/theme/Footer/cta.js.map +1 -1
- package/build/src/theme/Footer/index.d.ts.map +1 -1
- package/build/src/theme/Footer/index.js.map +1 -1
- package/build/src/theme/Heading/index.d.ts.map +1 -1
- package/build/src/theme/Heading/index.js.map +1 -1
- package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
- package/build/src/theme/IconExternalLink/index.js.map +1 -1
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
- package/build/src/theme/LastUpdated/index.js.map +1 -1
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
- package/build/src/theme/Layout/Provider/index.js.map +1 -1
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.js +2 -1
- package/build/src/theme/Layout/index.js.map +1 -1
- package/build/src/theme/Loading/index.d.ts.map +1 -1
- package/build/src/theme/Loading/index.js.map +1 -1
- package/build/src/theme/Logo/index.d.ts.map +1 -1
- package/build/src/theme/Logo/index.js.map +1 -1
- package/build/src/theme/MDXContent/index.d.ts.map +1 -1
- package/build/src/theme/MDXContent/index.js.map +1 -1
- package/build/src/theme/MDXPage/index.d.ts.map +1 -1
- package/build/src/theme/MDXPage/index.js +9 -5
- package/build/src/theme/MDXPage/index.js.map +1 -1
- package/build/src/theme/Mermaid/index.d.ts.map +1 -1
- package/build/src/theme/Mermaid/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/index.js.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/More/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/More/index.js.map +1 -1
- package/build/src/theme/Navbar/index.js +0 -1
- package/build/src/theme/Navbar/index.js.map +1 -1
- package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/component-types.js +2 -0
- package/build/src/theme/NavbarItem/component-types.js.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/index.js.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -1
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/Content/index.js.map +1 -1
- package/build/src/theme/NotFound/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/index.js.map +1 -1
- package/build/src/theme/Root/index.d.ts.map +1 -1
- package/build/src/theme/Root/index.js.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.js.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.js +4 -1
- package/build/src/theme/SearchBar/search-provider.js.map +1 -1
- package/build/src/theme/SearchBar/search-results.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-results.js.map +1 -1
- package/build/src/theme/SearchMetadata/index.d.ts.map +1 -1
- package/build/src/theme/SearchMetadata/index.js.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.js +4 -1
- package/build/src/theme/SearchPage/index.js.map +1 -1
- package/build/src/theme/Showcase/index.d.ts.map +1 -1
- package/build/src/theme/Showcase/index.js.map +1 -1
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
- package/build/src/theme/SkipToContent/index.js.map +1 -1
- package/build/src/theme/TOC/index.d.ts.map +1 -1
- package/build/src/theme/TOC/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/index.js +13 -88
- package/build/src/theme/TOCCollapsible/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/panel.d.ts +3 -0
- package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -0
- package/build/src/theme/TOCCollapsible/panel.js +90 -0
- package/build/src/theme/TOCCollapsible/panel.js.map +1 -0
- package/build/src/theme/TabItem/index.d.ts.map +1 -1
- package/build/src/theme/TabItem/index.js.map +1 -1
- package/build/src/theme/Tabs/index.d.ts.map +1 -1
- package/build/src/theme/Tabs/index.js.map +1 -1
- package/build/src/theme/Tag/index.d.ts.map +1 -1
- package/build/src/theme/Tag/index.js.map +1 -1
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
- package/build/src/theme/TagsListByLetter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/index.js.map +1 -1
- package/build/src/theme/ThemedImage/index.d.ts.map +1 -1
- package/build/src/theme/ThemedImage/index.js.map +1 -1
- package/build/src/types/cli/i18n/check.d.ts +29 -0
- package/build/src/types/cli/i18n/coverage.d.ts +120 -0
- package/build/src/types/cli/i18n/sync.d.ts +42 -0
- package/build/src/types/cli/index.d.ts +55 -0
- package/build/src/types/icons.d.ts +21 -0
- package/build/src/types/index.d.ts +12 -10
- package/build/src/types/lib/bundle-size.d.ts +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 +4 -4
- package/build/src/types/lib/search/perform-search.d.ts +27 -27
- package/build/src/types/lib/search/worker.d.ts +24 -24
- package/build/src/types/lib/sidebar-mobile-store.d.ts +38 -0
- package/build/src/types/lib/toc-collapsible-store.d.ts +67 -0
- package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
- package/build/src/types/plugins/icons/generate.d.ts +5 -1
- package/build/src/types/shared.d.ts +408 -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 +7 -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/index.d.ts +2 -1
- 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-theme.d.ts +2 -1
- package/package.json +23 -10
- package/translations/locales/ar/theme-nova.json +35 -35
- package/translations/locales/bg/theme-nova.json +170 -0
- package/translations/locales/bn/theme-nova.json +170 -0
- package/translations/locales/cs/theme-nova.json +170 -0
- package/translations/locales/da/theme-nova.json +170 -0
- package/translations/locales/de/theme-nova.json +170 -0
- package/translations/locales/es/theme-nova.json +170 -0
- package/translations/locales/et/theme-nova.json +170 -0
- package/translations/locales/fa/theme-nova.json +170 -0
- package/translations/locales/fil/theme-nova.json +170 -0
- package/translations/locales/fr/theme-nova.json +170 -0
- package/translations/locales/he/theme-nova.json +170 -0
- package/translations/locales/hi/theme-nova.json +170 -0
- package/translations/locales/hu/theme-nova.json +170 -0
- package/translations/locales/id/theme-nova.json +170 -0
- package/translations/locales/is/theme-nova.json +170 -0
- package/translations/locales/it/theme-nova.json +170 -0
- package/translations/locales/ja/theme-nova.json +170 -0
- package/translations/locales/ko/theme-nova.json +170 -0
- package/translations/locales/nb/theme-nova.json +170 -0
- package/translations/locales/nl/theme-nova.json +170 -0
- package/translations/locales/pl/theme-nova.json +170 -0
- package/translations/locales/pt-BR/theme-nova.json +170 -0
- package/translations/locales/pt-PT/theme-nova.json +170 -0
- package/translations/locales/ru/theme-nova.json +170 -0
- package/translations/locales/sl/theme-nova.json +170 -0
- package/translations/locales/sr/theme-nova.json +170 -0
- package/translations/locales/sv/theme-nova.json +170 -0
- package/translations/locales/tk/theme-nova.json +170 -0
- package/translations/locales/tr/theme-nova.json +170 -0
- package/translations/locales/uk/theme-nova.json +170 -0
- package/translations/locales/ur/theme-nova.json +170 -0
- package/translations/locales/vi/theme-nova.json +170 -0
- package/translations/locales/zh-Hans/theme-nova.json +24 -24
- package/translations/locales/zh-Hant/theme-nova.json +170 -0
- package/build/src/types/worker-globals.d.ts +0 -103
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Fechar anúncio",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Baixar na App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Baixar na",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Disponível no Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "DISPONÍVEL NO",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Voltar para o topo",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Ainda não há publicações",
|
|
11
|
+
"theme.BlogPreview.readMore": "Ler mais",
|
|
12
|
+
"theme.CodeBlock.copied": "Copiado",
|
|
13
|
+
"theme.CodeBlock.copy": "Copiar",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência",
|
|
15
|
+
"theme.CodeBlock.showLess": "Mostrar menos",
|
|
16
|
+
"theme.CodeBlock.showMore": "Mostrar mais",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Alternar quebra de linha",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Quebra de linha",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Recolher a categoria '{label}' do painel lateral",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expandir a categoria '{label}' do painel lateral",
|
|
21
|
+
"theme.Error.tryAgain": "Tentar novamente",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Algo saiu dos trilhos.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Esta página não carregou direito.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Encontramos um problema ao exibir esta página.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "A página deu erro ao carregar.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Algo atrapalhou a página.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Tentar novamente",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(abre em nova aba)",
|
|
29
|
+
"theme.InstallStrip.copied": "COPIADO",
|
|
30
|
+
"theme.InstallStrip.copy": "COPIAR",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Copiar para a área de transferência",
|
|
32
|
+
"theme.Loading.errorPrefix": "Erro: ",
|
|
33
|
+
"theme.Loading.loading": "Carregando...",
|
|
34
|
+
"theme.Loading.retry": "Tentar novamente",
|
|
35
|
+
"theme.Loading.timeout": "Está demorando mais que o normal...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "De volta aos trilhos",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Vamos colocar você de volta no caminho certo.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Esta página pegou o caminho errado.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "De volta ao mapa",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Ela pode ter mudado de lugar, ou talvez nunca tenha existido.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Esta URL não está no nosso mapa.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "De volta ao acampamento",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Tente voltar ao acampamento ou use a busca para encontrar o caminho.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Parece que perdemos a trilha.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "De volta ao saguão",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Se algo trouxe você até aqui, o link provavelmente está desatualizado.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Nada mora neste endereço.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "De volta ao início",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Verifique se a URL tem erros de digitação ou volte para começar do zero.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Não encontramos o que você estava procurando.",
|
|
51
|
+
"theme.NotFound.title": "Página não encontrada",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Buscar",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Limpar busca",
|
|
54
|
+
"theme.SearchBar.loading": "Carregando índice de busca…",
|
|
55
|
+
"theme.SearchBar.noResults": "Nenhum resultado encontrado.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Buscar",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} resultados encontrados",
|
|
58
|
+
"theme.SearchPage.loading": "Carregando índice de busca...",
|
|
59
|
+
"theme.SearchPage.noResults": "Nenhum resultado encontrado.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} resultados encontrados",
|
|
61
|
+
"theme.SearchPage.title": "Busca",
|
|
62
|
+
"theme.TOC.ariaLabel": "Sumário",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Fechar sumário",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Sumário",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Abrir sumário",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Sumário",
|
|
67
|
+
"theme.admonition.caution": "cuidado",
|
|
68
|
+
"theme.admonition.danger": "perigo",
|
|
69
|
+
"theme.admonition.info": "informação",
|
|
70
|
+
"theme.admonition.note": "observação",
|
|
71
|
+
"theme.admonition.tip": "dica",
|
|
72
|
+
"theme.admonition.warning": "aviso",
|
|
73
|
+
"theme.blog.archive.description": "Arquivo",
|
|
74
|
+
"theme.blog.archive.title": "Arquivo",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Autores",
|
|
76
|
+
"theme.blog.paginator.first": "Primeira",
|
|
77
|
+
"theme.blog.paginator.last": "Última",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
|
79
|
+
"theme.blog.paginator.next": "Próxima",
|
|
80
|
+
"theme.blog.paginator.previous": "Anterior",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Continuar lendo: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Continuar lendo",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Voltar: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Voltar",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Continue lendo",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Navegação da página de publicação do blog",
|
|
87
|
+
"theme.blog.post.readMore": "Ler mais",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Ler mais sobre {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "Um minuto de leitura|{readingTime} min de leitura|{readingTime} min de leitura",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Painel lateral do blog",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Autores",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Fechar painel lateral do blog",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Painel lateral",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Abrir painel lateral do blog",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Painel lateral do blog",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Painel lateral",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Assinar",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tags",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Ver todas as tags",
|
|
100
|
+
"theme.colorMode.dark": "Escuro",
|
|
101
|
+
"theme.colorMode.light": "Claro",
|
|
102
|
+
"theme.colorMode.system": "Sistema",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Alternar modo de cor",
|
|
104
|
+
"theme.common.editThisPage": "Editar esta página",
|
|
105
|
+
"theme.common.headingLinkTitle": "Link direto para o título",
|
|
106
|
+
"theme.contentFooter.editLabel": "Contribuir",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Copiado!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Copiar link",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Link copiado",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Compartilhar no {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Compartilhe",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tags",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Esta página é um rascunho. Ela estará visível apenas no desenvolvimento e será excluída da compilação de produção.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Página de rascunho",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Esta página não está listada. Mecanismos de busca não irão indexá-la, e somente usuários que possuam o link direto poderão acessá-la.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Página não listada",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} de itens|{count} itens",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Página Inicial",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Trilha de navegação",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Continuar lendo: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Continuar lendo",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Voltar: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Voltar",
|
|
124
|
+
"theme.docs.paginator.heading": "Continue lendo",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Páginas da documentação",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Recolher painel lateral",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir painel lateral",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Painel lateral de documentos",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Fechar navegação",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navegação",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Abrir navegação da documentação",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navegação da documentação",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} de {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Ler artigo",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Ver todas as tags",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} com \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Um documento marcado|{count} de documentos marcados|{count} documentos marcados",
|
|
138
|
+
"theme.docs.versionBanner.message": "Esta é a documentação da versão {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Montado",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Coado",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Conjurado",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Criado",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Forjado",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Aceso",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Esculpido",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Faiscado",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Invocado",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Tecido",
|
|
151
|
+
"theme.footer.creditSuffix": " com ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Links do rodapé",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Links de redes sociais",
|
|
154
|
+
"theme.lastUpdated.atDate": " em {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " por {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Fechar menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Menu de navegação",
|
|
160
|
+
"theme.navbar.moreLabel": "Mais",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Principal",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Abrir menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "Índice de busca não inicializado",
|
|
164
|
+
"theme.search.manifestFetchError": "Falha ao obter o manifesto de busca",
|
|
165
|
+
"theme.search.productionOnly": "A busca está disponível apenas em compilações de produção",
|
|
166
|
+
"theme.search.unknownInitError": "Erro desconhecido durante a inicialização",
|
|
167
|
+
"theme.showcase.collapseAll": "Recolher tudo",
|
|
168
|
+
"theme.showcase.expandAll": "Expandir tudo",
|
|
169
|
+
"theme.showcase.title": "Vitrine de blocos"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Fechar anúncio",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Transferir na App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Transferir na",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Disponível no Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "DISPONÍVEL NO",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Voltar ao topo",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Ainda não há publicações",
|
|
11
|
+
"theme.BlogPreview.readMore": "Ler mais",
|
|
12
|
+
"theme.CodeBlock.copied": "Copiado",
|
|
13
|
+
"theme.CodeBlock.copy": "Copiar",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código para a área de transferência",
|
|
15
|
+
"theme.CodeBlock.showLess": "Mostrar menos",
|
|
16
|
+
"theme.CodeBlock.showMore": "Mostrar mais",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Alternar quebra de linha",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Quebra de linha",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Recolher a categoria '{label}' da barra lateral",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expandir a categoria '{label}' da barra lateral",
|
|
21
|
+
"theme.Error.tryAgain": "Tentar novamente",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Algo correu mal.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Esta página não carregou como devia.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Encontrámos um percalço ao apresentar esta página.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "A página deu erro pelo caminho.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Algo fez a página tropeçar.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Tentar novamente",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(abre num novo separador)",
|
|
29
|
+
"theme.InstallStrip.copied": "COPIADO",
|
|
30
|
+
"theme.InstallStrip.copy": "COPIAR",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Copiar para a área de transferência",
|
|
32
|
+
"theme.Loading.errorPrefix": "Erro: ",
|
|
33
|
+
"theme.Loading.loading": "A carregar...",
|
|
34
|
+
"theme.Loading.retry": "Tentar novamente",
|
|
35
|
+
"theme.Loading.timeout": "Isto está a demorar...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Voltar ao caminho certo",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Vamos ajudá-lo a voltar ao caminho certo.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Esta página enganou-se no caminho.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Voltar a terreno conhecido",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Pode ter mudado de sítio, ou talvez nunca tenha existido.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Este URL não está no nosso mapa.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Voltar ao acampamento",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Tente voltar ao acampamento ou use a pesquisa para encontrar o caminho.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Parece que perdemos o trilho.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Voltar ao átrio",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Se algo o trouxe até aqui, o link está provavelmente desatualizado.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Nada mora neste endereço.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Voltar ao início",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Verifique se o URL tem gralhas ou volte ao início para recomeçar.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Não foi possível encontrar o que procura.",
|
|
51
|
+
"theme.NotFound.title": "Página não encontrada",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Pesquisar",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Limpar pesquisa",
|
|
54
|
+
"theme.SearchBar.loading": "A carregar o índice de pesquisa…",
|
|
55
|
+
"theme.SearchBar.noResults": "Não foram encontrados resultados.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Pesquisar",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} resultados encontrados",
|
|
58
|
+
"theme.SearchPage.loading": "A carregar o índice de pesquisa...",
|
|
59
|
+
"theme.SearchPage.noResults": "Não foram encontrados resultados.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} resultados encontrados",
|
|
61
|
+
"theme.SearchPage.title": "Pesquisa",
|
|
62
|
+
"theme.TOC.ariaLabel": "Índice",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Fechar índice",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Índice",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Abrir índice",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Índice",
|
|
67
|
+
"theme.admonition.caution": "cuidado",
|
|
68
|
+
"theme.admonition.danger": "perigo",
|
|
69
|
+
"theme.admonition.info": "informação",
|
|
70
|
+
"theme.admonition.note": "nota",
|
|
71
|
+
"theme.admonition.tip": "dica",
|
|
72
|
+
"theme.admonition.warning": "aviso",
|
|
73
|
+
"theme.blog.archive.description": "Arquivo",
|
|
74
|
+
"theme.blog.archive.title": "Arquivo",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Autores",
|
|
76
|
+
"theme.blog.paginator.first": "Primeira",
|
|
77
|
+
"theme.blog.paginator.last": "Última",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
|
79
|
+
"theme.blog.paginator.next": "Próxima",
|
|
80
|
+
"theme.blog.paginator.previous": "Anterior",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Continuar a ler: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Continuar a ler",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Voltar: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Voltar",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Continue a ler",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Navegação da página de publicações do blog",
|
|
87
|
+
"theme.blog.post.readMore": "Ler mais",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Ler mais sobre {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "Leitura de um minuto|Leitura de {readingTime} de minutos|Leitura de {readingTime} minutos",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Barra lateral do blog",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Autores",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Fechar a barra lateral do blog",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Barra lateral",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Abrir a barra lateral do blog",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Barra lateral do blog",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Barra lateral",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Subscrever",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tags",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Ver todas as tags",
|
|
100
|
+
"theme.colorMode.dark": "Escuro",
|
|
101
|
+
"theme.colorMode.light": "Claro",
|
|
102
|
+
"theme.colorMode.system": "Sistema",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Alternar modo de cor",
|
|
104
|
+
"theme.common.editThisPage": "Editar esta página",
|
|
105
|
+
"theme.common.headingLinkTitle": "Link direto para o título",
|
|
106
|
+
"theme.contentFooter.editLabel": "Contribuir",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Copiado!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Copiar link",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Link copiado",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Partilhar em {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Partilhar esta página",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tags",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Esta página é um rascunho. Só ficará visível em modo de desenvolvimento e será excluída da compilação de produção.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Página de rascunho",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Esta página não está listada. Os motores de pesquisa não a irão indexar e só os utilizadores com um link direto lhe podem aceder.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Página não listada",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} de itens|{count} itens",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Início",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Navegação estrutural",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Continuar a ler: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Continuar a ler",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Voltar: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Voltar",
|
|
124
|
+
"theme.docs.paginator.heading": "Continue a ler",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Páginas de documentação",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Recolher barra lateral",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Barra lateral da documentação",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Fechar a navegação",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navegação",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Abrir a navegação da documentação",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navegação da documentação",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} de {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Ler artigo",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Ver todas as tags",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} com \"{tagName}\"",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Um documento marcado|{count} de documentos marcados|{count} documentos marcados",
|
|
138
|
+
"theme.docs.versionBanner.message": "Esta é a documentação da versão {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Montado",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Preparado",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Conjurado",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Criado",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Forjado",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Aceso",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Esculpido",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Despoletado",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Invocado",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Tecido",
|
|
151
|
+
"theme.footer.creditSuffix": " com ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Links do rodapé",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Links das redes sociais",
|
|
154
|
+
"theme.lastUpdated.atDate": " a {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " por {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Fechar menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Menu de navegação",
|
|
160
|
+
"theme.navbar.moreLabel": "Mais",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Principal",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Abrir menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "O índice de pesquisa não foi inicializado",
|
|
164
|
+
"theme.search.manifestFetchError": "Falha ao obter o manifesto de pesquisa",
|
|
165
|
+
"theme.search.productionOnly": "A pesquisa só está disponível em compilações de produção",
|
|
166
|
+
"theme.search.unknownInitError": "Erro desconhecido durante a inicialização",
|
|
167
|
+
"theme.showcase.collapseAll": "Recolher tudo",
|
|
168
|
+
"theme.showcase.expandAll": "Expandir tudo",
|
|
169
|
+
"theme.showcase.title": "Montra de blocos"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Закрыть объявление",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Загрузите в App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Загрузите в",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Доступно в Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "ДОСТУПНО В",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Прокрутка к началу",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Записей пока нет",
|
|
11
|
+
"theme.BlogPreview.readMore": "Читать дальше",
|
|
12
|
+
"theme.CodeBlock.copied": "Скопировано",
|
|
13
|
+
"theme.CodeBlock.copy": "Скопировать",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать код в буфер обмена",
|
|
15
|
+
"theme.CodeBlock.showLess": "Свернуть",
|
|
16
|
+
"theme.CodeBlock.showMore": "Развернуть",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Переключить перенос по строкам",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Перенос",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Свернуть категорию боковой панели '{label}'",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Развернуть категорию боковой панели '{label}'",
|
|
21
|
+
"theme.Error.tryAgain": "Попробуйте ещё раз",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Что-то пошло не так.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Эта страница загрузилась не совсем гладко.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "При отображении этой страницы возникла заминка.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "По пути сюда страница столкнулась с ошибкой.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Что-то сбило эту страницу с толку.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Попробуйте ещё раз",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(откроется в новой вкладке)",
|
|
29
|
+
"theme.InstallStrip.copied": "СКОПИРОВАНО",
|
|
30
|
+
"theme.InstallStrip.copy": "СКОПИРОВАТЬ",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Скопировать в буфер обмена",
|
|
32
|
+
"theme.Loading.errorPrefix": "Ошибка: ",
|
|
33
|
+
"theme.Loading.loading": "Загрузка...",
|
|
34
|
+
"theme.Loading.retry": "Повторить",
|
|
35
|
+
"theme.Loading.timeout": "Загрузка занимает больше времени, чем обычно...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Вернуться на маршрут",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Давайте вернём вас на верный путь.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Эта страница свернула не туда.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Вернуться на изведанную территорию",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Возможно, страница переехала, а может, её никогда и не существовало.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Этого адреса нет на нашей карте.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Вернуться в лагерь",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Вернитесь в лагерь или воспользуйтесь поиском, чтобы найти дорогу.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Похоже, мы сбились с тропы.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Вернуться в холл",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Если вас сюда что-то привело, скорее всего, ссылка устарела.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "По этому адресу никто не живёт.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Вернуться на главную",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Проверьте адрес на опечатки или вернитесь на главную и начните заново.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Мы не смогли найти то, что вы искали.",
|
|
51
|
+
"theme.NotFound.title": "Страница не найдена",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Поиск",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Очистить поиск",
|
|
54
|
+
"theme.SearchBar.loading": "Загрузка поискового индекса…",
|
|
55
|
+
"theme.SearchBar.noResults": "Ничего не найдено.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Поиск",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Найдено результатов: {count}",
|
|
58
|
+
"theme.SearchPage.loading": "Загрузка поискового индекса...",
|
|
59
|
+
"theme.SearchPage.noResults": "Ничего не найдено.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Найдено результатов: {count}",
|
|
61
|
+
"theme.SearchPage.title": "Поиск",
|
|
62
|
+
"theme.TOC.ariaLabel": "Содержание этой страницы",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Закрыть содержание страницы",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Содержание этой страницы",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Открыть содержание страницы",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Содержание этой страницы",
|
|
67
|
+
"theme.admonition.caution": "предупреждение",
|
|
68
|
+
"theme.admonition.danger": "осторожно",
|
|
69
|
+
"theme.admonition.info": "к сведению",
|
|
70
|
+
"theme.admonition.note": "примечание",
|
|
71
|
+
"theme.admonition.tip": "подсказка",
|
|
72
|
+
"theme.admonition.warning": "внимание",
|
|
73
|
+
"theme.blog.archive.description": "Архив",
|
|
74
|
+
"theme.blog.archive.title": "Архив",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Авторы",
|
|
76
|
+
"theme.blog.paginator.first": "Первая",
|
|
77
|
+
"theme.blog.paginator.last": "Последняя",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Навигация по списку записей блога",
|
|
79
|
+
"theme.blog.paginator.next": "Следующая",
|
|
80
|
+
"theme.blog.paginator.previous": "Предыдущая",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Продолжить чтение: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Продолжить чтение",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Вернуться: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Вернуться назад",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Читайте дальше",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Навигация по странице поста блога",
|
|
87
|
+
"theme.blog.post.readMore": "Читать дальше",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "Подробнее о {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "{readingTime} мин. чтения|{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} элементов|{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} документов|{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
|
+
}
|