@cbnventures/docusaurus-preset-nova 0.19.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/regex.d.ts +3 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +42 -42
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/rehype-shiki.d.ts.map +1 -1
- package/build/src/lib/rehype-shiki.js.map +1 -1
- package/build/src/lib/search/indexer.d.ts.map +1 -1
- package/build/src/lib/search/indexer.js.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 +24 -16
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
- package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
- package/build/src/lib/sidebar-mobile-store.js +26 -0
- package/build/src/lib/sidebar-mobile-store.js.map +1 -0
- package/build/src/lib/toc-collapsible-store.d.ts +7 -0
- package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
- package/build/src/lib/toc-collapsible-store.js +40 -0
- package/build/src/lib/toc-collapsible-store.js.map +1 -0
- package/build/src/lib/translations.d.ts.map +1 -1
- package/build/src/lib/translations.js +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/since-version.test.d.ts +2 -0
- package/build/src/tests/since-version.test.d.ts.map +1 -0
- package/build/src/tests/since-version.test.js +135 -0
- package/build/src/tests/since-version.test.js.map +1 -0
- 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.d.ts +1 -30
- package/build/src/tests/type-declarations.test.d.ts.map +1 -1
- package/build/src/tests/type-declarations.test.js +7 -3583
- 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 +4 -2
- 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/bundle-guard/index.d.ts +2 -2
- package/build/src/types/plugins/icons/base-set.d.ts +1 -1
- package/build/src/types/plugins/icons/generate.d.ts +18 -14
- package/build/src/types/plugins/icons/index.d.ts +6 -6
- package/build/src/types/shared.d.ts +416 -8
- package/build/src/types/tests/bundle-size.test.d.ts +1 -1
- package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
- package/build/src/types/tests/config-drift.test.d.ts +4 -4
- 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 +9 -7
- 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 +8 -1
- 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/nova-version-drift.test.d.ts +3 -3
- package/build/src/types/tests/preset.test.d.ts +96 -8
- package/build/src/types/tests/since-version.test.d.ts +158 -0
- 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 +9 -6
- 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/tests/type-declarations.test.d.ts +0 -4947
- package/build/src/types/worker-globals.d.ts +0 -103
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Duyuruyu kapat",
|
|
3
|
+
"theme.AppMarketDownload.appStoreAriaLabel": "App Store'dan indirin",
|
|
4
|
+
"theme.AppMarketDownload.appStoreSubtitle": "Şimdi indirin",
|
|
5
|
+
"theme.AppMarketDownload.appStoreTitle": "App Store",
|
|
6
|
+
"theme.AppMarketDownload.googlePlayAriaLabel": "Google Play'den alın",
|
|
7
|
+
"theme.AppMarketDownload.googlePlaySubtitle": "ŞİMDİ ALIN",
|
|
8
|
+
"theme.AppMarketDownload.googlePlayTitle": "Google Play",
|
|
9
|
+
"theme.BackToTopButton.buttonAriaLabel": "Sayfa başına dön",
|
|
10
|
+
"theme.BlogPreview.noPosts": "Henüz gönderi yok",
|
|
11
|
+
"theme.BlogPreview.readMore": "Devamını oku",
|
|
12
|
+
"theme.CodeBlock.copied": "Kopyalandı",
|
|
13
|
+
"theme.CodeBlock.copy": "Kopyala",
|
|
14
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
|
|
15
|
+
"theme.CodeBlock.showLess": "Daha az göster",
|
|
16
|
+
"theme.CodeBlock.showMore": "Daha fazla göster",
|
|
17
|
+
"theme.CodeBlock.wordWrapToggle": "Kelime kaydırmayı aç/kapat",
|
|
18
|
+
"theme.CodeBlock.wrapLabel": "Kaydır",
|
|
19
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "'{label}' kenar çubuğu kategorisini daralt",
|
|
20
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}' kenar çubuğu kategorisini genişlet",
|
|
21
|
+
"theme.Error.tryAgain": "Tekrar deneyin",
|
|
22
|
+
"theme.ErrorPageContent.titlePool.0": "Bir şeyler ters gitti.",
|
|
23
|
+
"theme.ErrorPageContent.titlePool.1": "Bu sayfa düzgün yüklenmedi.",
|
|
24
|
+
"theme.ErrorPageContent.titlePool.2": "Bu sayfayı görüntülerken bir aksilikle karşılaştık.",
|
|
25
|
+
"theme.ErrorPageContent.titlePool.3": "Sayfa yüklenirken hata verdi.",
|
|
26
|
+
"theme.ErrorPageContent.titlePool.4": "Bir şeyler sayfaya çelme taktı.",
|
|
27
|
+
"theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
|
|
28
|
+
"theme.IconExternalLink.ariaLabel": "(yeni sekmede açılır)",
|
|
29
|
+
"theme.InstallStrip.copied": "KOPYALANDI",
|
|
30
|
+
"theme.InstallStrip.copy": "KOPYALA",
|
|
31
|
+
"theme.InstallStrip.copyAriaLabel": "Panoya kopyala",
|
|
32
|
+
"theme.Loading.errorPrefix": "Hata: ",
|
|
33
|
+
"theme.Loading.loading": "Yükleniyor...",
|
|
34
|
+
"theme.Loading.retry": "Yeniden dene",
|
|
35
|
+
"theme.Loading.timeout": "Biraz uzun sürüyor...",
|
|
36
|
+
"theme.NotFound.bundles.0.backHomeLabel": "Rotaya geri dön",
|
|
37
|
+
"theme.NotFound.bundles.0.description": "Sizi yeniden doğru yola çıkaralım.",
|
|
38
|
+
"theme.NotFound.bundles.0.title": "Bu sayfa yanlış yola saptı.",
|
|
39
|
+
"theme.NotFound.bundles.1.backHomeLabel": "Bilinen topraklara dön",
|
|
40
|
+
"theme.NotFound.bundles.1.description": "Taşınmış olabilir ya da belki de hiç var olmadı.",
|
|
41
|
+
"theme.NotFound.bundles.1.title": "Bu URL haritamızda yok.",
|
|
42
|
+
"theme.NotFound.bundles.2.backHomeLabel": "Kampa dön",
|
|
43
|
+
"theme.NotFound.bundles.2.description": "Kampa geri dönmeyi deneyin ya da yolunuzu bulmak için aramayı kullanın.",
|
|
44
|
+
"theme.NotFound.bundles.2.title": "Görünüşe göre izi kaybettik.",
|
|
45
|
+
"theme.NotFound.bundles.3.backHomeLabel": "Lobiye dön",
|
|
46
|
+
"theme.NotFound.bundles.3.description": "Sizi buraya bir şey getirdiyse, bağlantı muhtemelen güncelliğini yitirmiştir.",
|
|
47
|
+
"theme.NotFound.bundles.3.title": "Bu adreste kimse oturmuyor.",
|
|
48
|
+
"theme.NotFound.bundles.4.backHomeLabel": "Ana sayfaya dön",
|
|
49
|
+
"theme.NotFound.bundles.4.description": "URL'de yazım hatası olup olmadığını kontrol edin ya da baştan başlamak için geri dönün.",
|
|
50
|
+
"theme.NotFound.bundles.4.title": "Aradığınızı bulamadık.",
|
|
51
|
+
"theme.NotFound.title": "Sayfa Bulunamadı",
|
|
52
|
+
"theme.SearchBar.ariaLabel": "Ara",
|
|
53
|
+
"theme.SearchBar.clearSearchAriaLabel": "Aramayı temizle",
|
|
54
|
+
"theme.SearchBar.loading": "Arama dizini yükleniyor…",
|
|
55
|
+
"theme.SearchBar.noResults": "Sonuç bulunamadı.",
|
|
56
|
+
"theme.SearchBar.placeholder": "Ara",
|
|
57
|
+
"theme.SearchBar.resultsFound": "{count} sonuç bulundu",
|
|
58
|
+
"theme.SearchPage.loading": "Arama dizini yükleniyor...",
|
|
59
|
+
"theme.SearchPage.noResults": "Sonuç bulunamadı.",
|
|
60
|
+
"theme.SearchPage.resultsFound": "{count} sonuç bulundu",
|
|
61
|
+
"theme.SearchPage.title": "Arama",
|
|
62
|
+
"theme.TOC.ariaLabel": "İçindekiler",
|
|
63
|
+
"theme.TOCCollapsible.closeAriaLabel": "İçindekileri kapat",
|
|
64
|
+
"theme.TOCCollapsible.dialogAriaLabel": "İçindekiler",
|
|
65
|
+
"theme.TOCCollapsible.openAriaLabel": "İçindekileri aç",
|
|
66
|
+
"theme.TOCCollapsible.toggleButtonLabel": "İçindekiler",
|
|
67
|
+
"theme.admonition.caution": "dikkat",
|
|
68
|
+
"theme.admonition.danger": "tehlike",
|
|
69
|
+
"theme.admonition.info": "bilgi",
|
|
70
|
+
"theme.admonition.note": "not",
|
|
71
|
+
"theme.admonition.tip": "ipucu",
|
|
72
|
+
"theme.admonition.warning": "uyarı",
|
|
73
|
+
"theme.blog.archive.description": "Arşiv",
|
|
74
|
+
"theme.blog.archive.title": "Arşiv",
|
|
75
|
+
"theme.blog.authorsList.pageTitle": "Yazarlar",
|
|
76
|
+
"theme.blog.paginator.first": "İlk",
|
|
77
|
+
"theme.blog.paginator.last": "Son",
|
|
78
|
+
"theme.blog.paginator.navAriaLabel": "Blog listesi sayfası navigasyonu",
|
|
79
|
+
"theme.blog.paginator.next": "Sonraki",
|
|
80
|
+
"theme.blog.paginator.previous": "Önceki",
|
|
81
|
+
"theme.blog.post.paginator.continueReadingAriaLabel": "Okumaya devam et: {title}",
|
|
82
|
+
"theme.blog.post.paginator.continueReadingLabel": "Okumaya devam et",
|
|
83
|
+
"theme.blog.post.paginator.goBackAriaLabel": "Geri dön: {title}",
|
|
84
|
+
"theme.blog.post.paginator.goBackLabel": "Geri dön",
|
|
85
|
+
"theme.blog.post.paginator.heading": "Okumaya devam edin",
|
|
86
|
+
"theme.blog.post.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
|
|
87
|
+
"theme.blog.post.readMore": "Devamını oku",
|
|
88
|
+
"theme.blog.post.readMoreLabel": "{title} hakkında daha fazlasını okuyun",
|
|
89
|
+
"theme.blog.post.readingTime.plurals": "Bir dakikalık okuma|{readingTime} dakikalık okuma",
|
|
90
|
+
"theme.blog.sidebar.ariaLabel": "Blog kenar çubuğu",
|
|
91
|
+
"theme.blog.sidebar.authorsLabel": "Yazarlar",
|
|
92
|
+
"theme.blog.sidebar.mobileCloseAriaLabel": "Blog kenar çubuğunu kapat",
|
|
93
|
+
"theme.blog.sidebar.mobileHeaderTitle": "Kenar çubuğu",
|
|
94
|
+
"theme.blog.sidebar.mobileOpenAriaLabel": "Blog kenar çubuğunu aç",
|
|
95
|
+
"theme.blog.sidebar.mobilePanelAriaLabel": "Blog kenar çubuğu",
|
|
96
|
+
"theme.blog.sidebar.mobileTriggerLabel": "Kenar çubuğu",
|
|
97
|
+
"theme.blog.sidebar.subscribeLabel": "Abone ol",
|
|
98
|
+
"theme.blog.tagsListPage.heading": "Etiketler",
|
|
99
|
+
"theme.blog.tagsPostsPage.viewAllTags": "Tüm Etiketleri Görüntüle",
|
|
100
|
+
"theme.colorMode.dark": "Koyu",
|
|
101
|
+
"theme.colorMode.light": "Açık",
|
|
102
|
+
"theme.colorMode.system": "Sistem",
|
|
103
|
+
"theme.colorMode.toggleAriaLabel": "Renk modunu değiştir",
|
|
104
|
+
"theme.common.editThisPage": "Bu sayfayı düzenle",
|
|
105
|
+
"theme.common.headingLinkTitle": "Başlığa doğrudan bağlantı",
|
|
106
|
+
"theme.contentFooter.editLabel": "Katkıda bulun",
|
|
107
|
+
"theme.contentFooter.share.copiedText": "Kopyalandı!",
|
|
108
|
+
"theme.contentFooter.share.copyLink": "Bağlantıyı kopyala",
|
|
109
|
+
"theme.contentFooter.share.linkCopied": "Bağlantı kopyalandı",
|
|
110
|
+
"theme.contentFooter.share.shareOnPlatform": "{platformLabel} üzerinde paylaş",
|
|
111
|
+
"theme.contentFooter.shareLabel": "Bu sayfayı paylaş",
|
|
112
|
+
"theme.contentFooter.tagsLabel": "Etiketler",
|
|
113
|
+
"theme.contentVisibility.draftBanner.message": "Bu sayfa bir taslaktır. Yalnızca geliştirme ortamında görünür ve üretim derlemesine dahil edilmez.",
|
|
114
|
+
"theme.contentVisibility.draftBanner.title": "Taslak sayfa",
|
|
115
|
+
"theme.contentVisibility.unlistedBanner.message": "Bu sayfa listelenmemiştir. Arama motorları bu sayfayı dizine eklemez ve sayfaya yalnızca doğrudan bağlantısı olan kullanıcılar erişebilir.",
|
|
116
|
+
"theme.contentVisibility.unlistedBanner.title": "Listelenmeyen sayfa",
|
|
117
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 öğe|{count} öğe",
|
|
118
|
+
"theme.docs.breadcrumbs.home": "Ana sayfa",
|
|
119
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Gezinti yolu",
|
|
120
|
+
"theme.docs.paginator.continueReadingAriaLabel": "Okumaya devam et: {title}",
|
|
121
|
+
"theme.docs.paginator.continueReadingLabel": "Okumaya devam et",
|
|
122
|
+
"theme.docs.paginator.goBackAriaLabel": "Geri dön: {title}",
|
|
123
|
+
"theme.docs.paginator.goBackLabel": "Geri dön",
|
|
124
|
+
"theme.docs.paginator.heading": "Okumaya devam edin",
|
|
125
|
+
"theme.docs.paginator.navAriaLabel": "Doküman sayfaları",
|
|
126
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Kenar çubuğunu daralt",
|
|
127
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet",
|
|
128
|
+
"theme.docs.sidebar.navAriaLabel": "Belgeler kenar çubuğu",
|
|
129
|
+
"theme.docs.sidebarMobile.closeAriaLabel": "Gezinmeyi kapat",
|
|
130
|
+
"theme.docs.sidebarMobile.headerTitle": "Gezinme",
|
|
131
|
+
"theme.docs.sidebarMobile.openAriaLabel": "Doküman gezinmesini aç",
|
|
132
|
+
"theme.docs.sidebarMobile.panelAriaLabel": "Doküman gezinmesi",
|
|
133
|
+
"theme.docs.tagDocListPage.docPosition": "{position} / {total}",
|
|
134
|
+
"theme.docs.tagDocListPage.readDoc": "Makaleyi oku",
|
|
135
|
+
"theme.docs.tagDocListPage.viewAllTags": "Tüm etiketleri görüntüle",
|
|
136
|
+
"theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
|
|
137
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "bir doküman|{count} doküman",
|
|
138
|
+
"theme.docs.versionBanner.message": "Bu, {versionLabel} sürümünün dokümantasyonudur.",
|
|
139
|
+
"theme.footer.creditDocusaurusLabel": "Docusaurus",
|
|
140
|
+
"theme.footer.creditNovaLabel": "Nova",
|
|
141
|
+
"theme.footer.creditPhrases.assembled": "Bir araya getirildi",
|
|
142
|
+
"theme.footer.creditPhrases.brewed": "Demlendi",
|
|
143
|
+
"theme.footer.creditPhrases.conjured": "Büyüyle var edildi",
|
|
144
|
+
"theme.footer.creditPhrases.crafted": "Özenle işlendi",
|
|
145
|
+
"theme.footer.creditPhrases.forged": "Ateşte dövüldü",
|
|
146
|
+
"theme.footer.creditPhrases.kindled": "Tutuşturuldu",
|
|
147
|
+
"theme.footer.creditPhrases.sculpted": "Yontuldu",
|
|
148
|
+
"theme.footer.creditPhrases.sparked": "Bir kıvılcımla doğdu",
|
|
149
|
+
"theme.footer.creditPhrases.summoned": "Çağrıldı",
|
|
150
|
+
"theme.footer.creditPhrases.woven": "İlmek ilmek dokundu",
|
|
151
|
+
"theme.footer.creditSuffix": " – ",
|
|
152
|
+
"theme.footer.footerLinksAriaLabel": "Alt bilgi bağlantıları",
|
|
153
|
+
"theme.footer.socialLinksAriaLabel": "Sosyal medya bağlantıları",
|
|
154
|
+
"theme.lastUpdated.atDate": " {date} tarihinde",
|
|
155
|
+
"theme.lastUpdated.byUser": " {user} tarafından",
|
|
156
|
+
"theme.lastUpdated.lastUpdatedAtBy": "En son{atDate}{byUser} güncellendi",
|
|
157
|
+
"theme.navbar.closeMenuAriaLabel": "Menüyü kapat",
|
|
158
|
+
"theme.navbar.menuButtonLabel": "Menü",
|
|
159
|
+
"theme.navbar.mobileMenuAriaLabel": "Gezinme menüsü",
|
|
160
|
+
"theme.navbar.moreLabel": "Daha fazla",
|
|
161
|
+
"theme.navbar.navAriaLabel": "Ana menü",
|
|
162
|
+
"theme.navbar.openMenuAriaLabel": "Menüyü aç",
|
|
163
|
+
"theme.search.indexNotInitialized": "Arama dizini başlatılmadı",
|
|
164
|
+
"theme.search.manifestFetchError": "Arama manifesti alınamadı",
|
|
165
|
+
"theme.search.productionOnly": "Arama yalnızca üretim derlemelerinde kullanılabilir",
|
|
166
|
+
"theme.search.unknownInitError": "Başlatma sırasında bilinmeyen hata",
|
|
167
|
+
"theme.showcase.collapseAll": "Tümünü Daralt",
|
|
168
|
+
"theme.showcase.expandAll": "Tümünü Genişlet",
|
|
169
|
+
"theme.showcase.title": "Blok Vitrini"
|
|
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
|
+
}
|
|
@@ -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
|
+
}
|