@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": "Fermer l'annonce",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "Télécharger dans l'App Store",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Télécharger dans",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Disponible sur Google Play",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "DISPONIBLE SUR",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Retour au début de la page",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Aucun article pour le moment",
|
|
11
|
+
"theme.BlogPreview.readMore": "Lire la suite",
|
|
12
|
+
"theme.CodeBlock.copied": "Copié !",
|
|
13
|
+
"theme.CodeBlock.copy": "Copier",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Copier le code dans le presse-papiers",
|
|
15
|
+
"theme.CodeBlock.showLess": "Voir moins",
|
|
16
|
+
"theme.CodeBlock.showMore": "Voir plus",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Activer/désactiver le retour à la ligne",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Retour à la ligne",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Réduire la catégorie « {label} » de la barre latérale",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Développer la catégorie « {label} » de la barre latérale",
|
|
21
|
+
"theme.Error.tryAgain": "Réessayer",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Quelque chose a déraillé.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Cette page ne s'est pas chargée correctement.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Nous avons rencontré un pépin en affichant cette page.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "La page a rencontré une erreur en chemin.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Quelque chose a fait trébucher la page.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Réessayer",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(s'ouvre dans un nouvel onglet)",
|
|
29
|
+
"theme.InstallStrip.copied": "COPIÉ",
|
|
30
|
+
"theme.InstallStrip.copy": "COPIER",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Copier dans le presse-papiers",
|
|
32
|
+
"theme.Loading.errorPrefix": "Erreur : ",
|
|
33
|
+
"theme.Loading.loading": "Chargement…",
|
|
34
|
+
"theme.Loading.retry": "Réessayer",
|
|
35
|
+
"theme.Loading.timeout": "Le chargement prend plus de temps que prévu…",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Reprendre la route",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Laissez-nous vous remettre sur la bonne voie.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Cette page a pris un mauvais virage.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Retour en terrain connu",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Elle a peut-être été déplacée, ou n'a tout simplement jamais existé.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Cette URL ne figure pas sur notre carte.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Retour au camp",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Essayez de revenir au camp ou utilisez la recherche pour retrouver votre chemin.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "On dirait que nous avons perdu la piste.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Retour au hall d'accueil",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Si un lien vous a amené ici, il est probablement obsolète.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Personne n'habite à cette adresse.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Retour à l'accueil",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "Vérifiez que l'URL ne contient pas de faute de frappe, ou revenez à l'accueil pour repartir de zéro.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Nous n'avons pas trouvé ce que vous cherchiez.",
|
|
51
|
+
"theme.NotFound.title": "Page introuvable",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Rechercher",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Effacer la recherche",
|
|
54
|
+
"theme.SearchBar.loading": "Chargement de l'index de recherche…",
|
|
55
|
+
"theme.SearchBar.noResults": "Aucun résultat trouvé.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Rechercher",
|
|
57
|
+
"theme.SearchBar.resultsFound": "Résultats trouvés : {count}",
|
|
58
|
+
"theme.SearchPage.loading": "Chargement de l'index de recherche…",
|
|
59
|
+
"theme.SearchPage.noResults": "Aucun résultat trouvé.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "Résultats trouvés : {count}",
|
|
61
|
+
"theme.SearchPage.title": "Recherche",
|
|
62
|
+
"theme.TOC.ariaLabel": "Table des matières",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "Fermer la table des matières",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "Table des matières",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "Ouvrir la table des matières",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Table des matières",
|
|
67
|
+
"theme.admonition.caution": "attention",
|
|
68
|
+
"theme.admonition.danger": "danger",
|
|
69
|
+
"theme.admonition.info": "info",
|
|
70
|
+
"theme.admonition.note": "remarque",
|
|
71
|
+
"theme.admonition.tip": "astuce",
|
|
72
|
+
"theme.admonition.warning": "avertissement",
|
|
73
|
+
"theme.blog.archive.description": "Archives",
|
|
74
|
+
"theme.blog.archive.title": "Archives",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Auteurs",
|
|
76
|
+
"theme.blog.paginator.first": "Première",
|
|
77
|
+
"theme.blog.paginator.last": "Dernière",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Pagination de la liste des articles du blog",
|
|
79
|
+
"theme.blog.paginator.next": "Suivante",
|
|
80
|
+
"theme.blog.paginator.previous": "Précédente",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Continuer la lecture : {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Continuer la lecture",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Revenir en arrière : {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Revenir en arrière",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Poursuivre la lecture",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Pagination des articles du blog",
|
|
87
|
+
"theme.blog.post.readMore": "Lire la suite",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "En savoir plus sur {title}",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "Une minute de lecture|{readingTime} minutes de lecture|{readingTime} minutes de lecture",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Barre latérale du blog",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Auteurs",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Fermer la barre latérale du blog",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Barre latérale",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Ouvrir la barre latérale du blog",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Barre latérale du blog",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Barre latérale",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "S'abonner",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Tags",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Voir tous les tags",
|
|
100
|
+
"theme.colorMode.dark": "Sombre",
|
|
101
|
+
"theme.colorMode.light": "Clair",
|
|
102
|
+
"theme.colorMode.system": "Système",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Changer de mode de couleur",
|
|
104
|
+
"theme.common.editThisPage": "Modifier cette page",
|
|
105
|
+
"theme.common.headingLinkTitle": "Lien direct vers ce titre",
|
|
106
|
+
"theme.contentFooter.editLabel": "Contribuer",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Copié !",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Copier le lien",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Lien copié",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "Partager sur {platformLabel}",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Partager cette page",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Tags",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Cette page est un brouillon. Elle ne sera visible qu'en développement et sera exclue du build de production.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Page brouillon",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Cette page n'est pas répertoriée. Les moteurs de recherche ne l'indexeront pas, et seuls les utilisateurs ayant un lien direct peuvent y accéder.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Page non répertoriée",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 élément|{count} éléments|{count} éléments",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Accueil",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Fil d'Ariane",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Continuer la lecture : {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Continuer la lecture",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Revenir en arrière : {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Revenir en arrière",
|
|
124
|
+
"theme.docs.paginator.heading": "Poursuivre la lecture",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Pages de documentation",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Réduire la barre latérale",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Développer la barre latérale",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Barre latérale de la documentation",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Fermer la navigation",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Navigation",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Ouvrir la navigation de la documentation",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Navigation de la documentation",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} sur {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Lire l'article",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Voir tous les tags",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} avec « {tagName} »",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un document tagué|{count} documents tagués|{count} documents tagués",
|
|
138
|
+
"theme.docs.versionBanner.message": "Vous consultez la documentation de la version {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Assemblé",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Brassé",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Concocté",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Façonné",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Forgé",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Embrasé",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Sculpté",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Allumé",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Invoqué",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "Tissé",
|
|
151
|
+
"theme.footer.creditSuffix": " avec ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Liens du pied de page",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Liens vers les réseaux sociaux",
|
|
154
|
+
"theme.lastUpdated.atDate": " le {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " par {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Fermer le menu",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menu",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Menu de navigation",
|
|
160
|
+
"theme.navbar.moreLabel": "Plus",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Principale",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Ouvrir le menu",
|
|
163
|
+
"theme.search.indexNotInitialized": "L'index de recherche n'est pas initialisé",
|
|
164
|
+
"theme.search.manifestFetchError": "Échec de la récupération du manifeste de recherche",
|
|
165
|
+
"theme.search.productionOnly": "La recherche n'est disponible que dans les builds de production",
|
|
166
|
+
"theme.search.unknownInitError": "Erreur inconnue lors de l'initialisation",
|
|
167
|
+
"theme.showcase.collapseAll": "Tout réduire",
|
|
168
|
+
"theme.showcase.expandAll": "Tout développer",
|
|
169
|
+
"theme.showcase.title": "Vitrine des blocs"
|
|
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} דקות קריאה",
|
|
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} פריטים",
|
|
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} מסמכים",
|
|
138
|
+
"theme.docs.versionBanner.message": "זהו התיעוד של גרסה {versionLabel}.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "הורכב",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "נרקח",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "נוצר בקסם",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "נבנה",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "חושל",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "הודלק",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "גולף",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "ניצת",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "זומן",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "נארג",
|
|
151
|
+
"theme.footer.creditSuffix": " עם ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "קישורים בתחתית הדף",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "קישורים לרשתות החברתיות",
|
|
154
|
+
"theme.lastUpdated.atDate": " בתאריך {date}",
|
|
155
|
+
"theme.lastUpdated.byUser": " על ידי {user}",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "עודכן לאחרונה{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "סגור את התפריט",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "תפריט",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "תפריט ניווט",
|
|
160
|
+
"theme.navbar.moreLabel": "עוד",
|
|
161
|
+
"theme.navbar.navAriaLabel": "ראשי",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "פתח את התפריט",
|
|
163
|
+
"theme.search.indexNotInitialized": "אינדקס החיפוש לא אותחל",
|
|
164
|
+
"theme.search.manifestFetchError": "טעינת מניפסט החיפוש נכשלה",
|
|
165
|
+
"theme.search.productionOnly": "החיפוש זמין רק בגרסת הייצור",
|
|
166
|
+
"theme.search.unknownInitError": "שגיאה לא ידועה במהלך האתחול",
|
|
167
|
+
"theme.showcase.collapseAll": "כווץ הכול",
|
|
168
|
+
"theme.showcase.expandAll": "הרחב הכול",
|
|
169
|
+
"theme.showcase.title": "תצוגת בלוקים"
|
|
170
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "घोषणा बंद करें",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "App Store से डाउनलोड करें",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "डाउनलोड करें",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Google Play पर पाएं",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "अभी पाएं",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "वापस ऊपर स्क्रॉल करें",
|
|
10
|
+
"theme.BlogPreview.noPosts": "अभी तक कोई पोस्ट नहीं",
|
|
11
|
+
"theme.BlogPreview.readMore": "और पढ़ें",
|
|
12
|
+
"theme.CodeBlock.copied": "कॉपी हो गया!",
|
|
13
|
+
"theme.CodeBlock.copy": "कॉपी",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "क्लिपबोर्ड पर कोड कॉपी करें",
|
|
15
|
+
"theme.CodeBlock.showLess": "कम दिखाएं",
|
|
16
|
+
"theme.CodeBlock.showMore": "और दिखाएं",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "वर्ड रैप टॉगल करें",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "रैप",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "साइडबार श्रेणी '{label}' बंद करें",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "साइडबार श्रेणी '{label}' खोलें",
|
|
21
|
+
"theme.Error.tryAgain": "फिर से कोशिश करें",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "कुछ गड़बड़ हो गई।",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "यह पेज ठीक से लोड नहीं हुआ।",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "इस पेज को दिखाते समय हमें एक अड़चन आई।",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "पेज लोड होते समय एक त्रुटि आ गई।",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "किसी चीज़ ने इस पेज को अटका दिया।",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "फिर से कोशिश करें",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(नए टैब में खुलता है)",
|
|
29
|
+
"theme.InstallStrip.copied": "कॉपी हो गया",
|
|
30
|
+
"theme.InstallStrip.copy": "कॉपी",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "क्लिपबोर्ड पर कॉपी करें",
|
|
32
|
+
"theme.Loading.errorPrefix": "त्रुटि: ",
|
|
33
|
+
"theme.Loading.loading": "लोड हो रहा है...",
|
|
34
|
+
"theme.Loading.retry": "फिर से कोशिश करें",
|
|
35
|
+
"theme.Loading.timeout": "इसमें काफ़ी समय लग रहा है...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "वापस सही राह पर",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "चलिए, हम आपको सही रास्ते पर वापस ले चलते हैं।",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "इस पेज ने गलत मोड़ ले लिया।",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "वापस जानी-पहचानी ज़मीन पर",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "हो सकता है यह कहीं और चला गया हो, या शायद यह कभी था ही नहीं।",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "यह URL हमारे नक्शे पर नहीं है।",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "वापस कैंप की ओर",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "कैंप की ओर वापस लौटें, या रास्ता खोजने के लिए खोज का इस्तेमाल करें।",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "लगता है हम रास्ता भटक गए।",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "वापस लॉबी में",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "अगर कोई लिंक आपको यहां लाया है, तो वह शायद पुराना हो चुका है।",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "इस पते पर कुछ नहीं रहता।",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "वापस होम पर",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "URL में टाइपिंग की गलती जांच लें, या वापस जाकर नई शुरुआत करें।",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "हमें वह नहीं मिला, जिसकी आपको तलाश थी।",
|
|
51
|
+
"theme.NotFound.title": "पेज नहीं मिला",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "खोजें",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "खोज साफ़ करें",
|
|
54
|
+
"theme.SearchBar.loading": "खोज इंडेक्स लोड हो रहा है…",
|
|
55
|
+
"theme.SearchBar.noResults": "कोई परिणाम नहीं मिला।",
|
|
56
|
+
"theme.SearchBar.placeholder": "खोजें",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} परिणाम मिले",
|
|
58
|
+
"theme.SearchPage.loading": "खोज इंडेक्स लोड हो रहा है...",
|
|
59
|
+
"theme.SearchPage.noResults": "कोई परिणाम नहीं मिला।",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} परिणाम मिले",
|
|
61
|
+
"theme.SearchPage.title": "खोज",
|
|
62
|
+
"theme.TOC.ariaLabel": "विषय-सूची",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "विषय-सूची बंद करें",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "विषय-सूची",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "विषय-सूची खोलें",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "विषय-सूची",
|
|
67
|
+
"theme.admonition.caution": "सावधानी",
|
|
68
|
+
"theme.admonition.danger": "खतरा",
|
|
69
|
+
"theme.admonition.info": "जानकारी",
|
|
70
|
+
"theme.admonition.note": "नोट",
|
|
71
|
+
"theme.admonition.tip": "सुझाव",
|
|
72
|
+
"theme.admonition.warning": "चेतावनी",
|
|
73
|
+
"theme.blog.archive.description": "आर्काइव",
|
|
74
|
+
"theme.blog.archive.title": "आर्काइव",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "लेखक",
|
|
76
|
+
"theme.blog.paginator.first": "पहला",
|
|
77
|
+
"theme.blog.paginator.last": "आखिरी",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "ब्लॉग सूची पेज नेविगेशन",
|
|
79
|
+
"theme.blog.paginator.next": "अगला",
|
|
80
|
+
"theme.blog.paginator.previous": "पिछला",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "आगे पढ़ें: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "आगे पढ़ें",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "वापस जाएं: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "वापस जाएं",
|
|
85
|
+
"theme.blog.post.paginator.heading": "पढ़ते रहें",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "ब्लॉग पोस्ट पेज नेविगेशन",
|
|
87
|
+
"theme.blog.post.readMore": "और पढ़ें",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "{title} के बारे में और पढ़ें",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "एक मिनट में पढ़ें|{readingTime} मिनट में पढ़ें",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "ब्लॉग साइडबार",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "लेखक",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "ब्लॉग साइडबार बंद करें",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "साइडबार",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "ब्लॉग साइडबार खोलें",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "ब्लॉग साइडबार",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "साइडबार",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "सब्सक्राइब करें",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "टैग",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "सारे टैग देखें",
|
|
100
|
+
"theme.colorMode.dark": "डार्क",
|
|
101
|
+
"theme.colorMode.light": "लाइट",
|
|
102
|
+
"theme.colorMode.system": "सिस्टम",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "कलर मोड बदलें",
|
|
104
|
+
"theme.common.editThisPage": "इस पेज को संपादित करें",
|
|
105
|
+
"theme.common.headingLinkTitle": "शीर्षक का सीधा लिंक",
|
|
106
|
+
"theme.contentFooter.editLabel": "योगदान करें",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "कॉपी हो गया!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "लिंक कॉपी करें",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "लिंक कॉपी हो गया",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "{platformLabel} पर शेयर करें",
|
|
111
|
+
"theme.contentFooter.shareLabel": "इसे शेयर करें",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "टैग",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "यह पेज एक ड्राफ़्ट है। यह केवल डेव मोड में दिखेगा और प्रोडक्शन बिल्ड में शामिल नहीं होगा।",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "ड्राफ़्ट पेज",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "यह पेज असूचीबद्ध है। सर्च इंजन इसे इंडेक्स नहीं करेंगे, और केवल सीधे लिंक वाले उपयोगकर्ता ही इसे देख सकते हैं।",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "असूचीबद्ध पेज",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 आइटम|{count} आइटम",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "होम",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "ब्रेडक्रम्ब्स",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "आगे पढ़ें: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "आगे पढ़ें",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "वापस जाएं: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "वापस जाएं",
|
|
124
|
+
"theme.docs.paginator.heading": "पढ़ते रहें",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "डॉक्स पेज",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "साइडबार बंद करें",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "साइडबार खोलें",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "डॉक्स साइडबार",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "नेविगेशन बंद करें",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "नेविगेशन",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "डॉक्स नेविगेशन खोलें",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "डॉक्स नेविगेशन",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{total} में से {position}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "लेख पढ़ें",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "सारे टैग देखें",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "\"{tagName}\" टैग के साथ {nDocsTagged}",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "एक डॉक|{count} डॉक्स",
|
|
138
|
+
"theme.docs.versionBanner.message": "यह वर्जन {versionLabel} का डॉक्यूमेंटेशन है।",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "जोड़कर बनाया गया",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "पकाया गया",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "जादू से रचा गया",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "गढ़ा गया",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "ढाला गया",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "सुलगाया गया",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "तराशा गया",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "चिंगारी से जगाया गया",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "आह्वान किया गया",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "बुना गया",
|
|
151
|
+
"theme.footer.creditSuffix": " — ज़रिया: ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "फ़ुटर लिंक",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "सोशल मीडिया लिंक",
|
|
154
|
+
"theme.lastUpdated.atDate": " {date} पर",
|
|
155
|
+
"theme.lastUpdated.byUser": " {user} द्वारा",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "आखिरी अपडेट{atDate}{byUser}",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "मेनू बंद करें",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "मेनू",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "नेविगेशन मेनू",
|
|
160
|
+
"theme.navbar.moreLabel": "अधिक",
|
|
161
|
+
"theme.navbar.navAriaLabel": "मुख्य नेविगेशन",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "मेनू खोलें",
|
|
163
|
+
"theme.search.indexNotInitialized": "खोज इंडेक्स इनिशियलाइज़ नहीं हुआ",
|
|
164
|
+
"theme.search.manifestFetchError": "खोज मैनिफ़ेस्ट लोड नहीं हो सका",
|
|
165
|
+
"theme.search.productionOnly": "खोज केवल प्रोडक्शन बिल्ड में ही उपलब्ध है",
|
|
166
|
+
"theme.search.unknownInitError": "इनिशियलाइज़ेशन के दौरान अज्ञात त्रुटि",
|
|
167
|
+
"theme.showcase.collapseAll": "सभी बंद करें",
|
|
168
|
+
"theme.showcase.expandAll": "सभी खोलें",
|
|
169
|
+
"theme.showcase.title": "ब्लॉक शोकेस"
|
|
170
|
+
}
|