@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.
Files changed (557) hide show
  1. package/README.md +10 -0
  2. package/bin/theme-nova.mjs +16 -0
  3. package/build/package.json +160 -0
  4. package/build/src/blocks/app-market-download/index.d.ts.map +1 -1
  5. package/build/src/blocks/app-market-download/index.js.map +1 -1
  6. package/build/src/blocks/blog-preview/index.d.ts.map +1 -1
  7. package/build/src/blocks/blog-preview/index.js.map +1 -1
  8. package/build/src/blocks/features/index.d.ts.map +1 -1
  9. package/build/src/blocks/features/index.js.map +1 -1
  10. package/build/src/blocks/frame/index.d.ts.map +1 -1
  11. package/build/src/blocks/frame/index.js.map +1 -1
  12. package/build/src/blocks/hero/index.d.ts.map +1 -1
  13. package/build/src/blocks/hero/index.js.map +1 -1
  14. package/build/src/blocks/install-strip/index.d.ts.map +1 -1
  15. package/build/src/blocks/install-strip/index.js.map +1 -1
  16. package/build/src/blocks/spotlight/index.d.ts.map +1 -1
  17. package/build/src/blocks/spotlight/index.js.map +1 -1
  18. package/build/src/blocks/stats/index.d.ts.map +1 -1
  19. package/build/src/blocks/stats/index.js.map +1 -1
  20. package/build/src/blocks/terminology/index.d.ts.map +1 -1
  21. package/build/src/blocks/terminology/index.js.map +1 -1
  22. package/build/src/blocks/typewriter/index.d.ts.map +1 -1
  23. package/build/src/blocks/typewriter/index.js.map +1 -1
  24. package/build/src/cli/i18n/check.d.ts +5 -0
  25. package/build/src/cli/i18n/check.d.ts.map +1 -0
  26. package/build/src/cli/i18n/check.js +35 -0
  27. package/build/src/cli/i18n/check.js.map +1 -0
  28. package/build/src/cli/i18n/coverage.d.ts +8 -0
  29. package/build/src/cli/i18n/coverage.d.ts.map +1 -0
  30. package/build/src/cli/i18n/coverage.js +178 -0
  31. package/build/src/cli/i18n/coverage.js.map +1 -0
  32. package/build/src/cli/i18n/sync.d.ts +5 -0
  33. package/build/src/cli/i18n/sync.d.ts.map +1 -0
  34. package/build/src/cli/i18n/sync.js +53 -0
  35. package/build/src/cli/i18n/sync.js.map +1 -0
  36. package/build/src/cli/index.d.ts +3 -0
  37. package/build/src/cli/index.d.ts.map +1 -0
  38. package/build/src/cli/index.js +113 -0
  39. package/build/src/cli/index.js.map +1 -0
  40. package/build/src/icons.d.ts +3 -0
  41. package/build/src/icons.d.ts.map +1 -0
  42. package/build/src/icons.js +8 -0
  43. package/build/src/icons.js.map +1 -0
  44. package/build/src/index.d.ts.map +1 -1
  45. package/build/src/index.js +30 -28
  46. package/build/src/index.js.map +1 -1
  47. package/build/src/lib/color.d.ts.map +1 -1
  48. package/build/src/lib/color.js.map +1 -1
  49. package/build/src/lib/google-fonts-url.d.ts.map +1 -1
  50. package/build/src/lib/google-fonts-url.js.map +1 -1
  51. package/build/src/lib/i18n/apply-plan.d.ts +10 -0
  52. package/build/src/lib/i18n/apply-plan.d.ts.map +1 -0
  53. package/build/src/lib/i18n/apply-plan.js +174 -0
  54. package/build/src/lib/i18n/apply-plan.js.map +1 -0
  55. package/build/src/lib/i18n/content-scan.d.ts +8 -0
  56. package/build/src/lib/i18n/content-scan.d.ts.map +1 -0
  57. package/build/src/lib/i18n/content-scan.js +180 -0
  58. package/build/src/lib/i18n/content-scan.js.map +1 -0
  59. package/build/src/lib/i18n/coverage.d.ts +8 -0
  60. package/build/src/lib/i18n/coverage.d.ts.map +1 -0
  61. package/build/src/lib/i18n/coverage.js +113 -0
  62. package/build/src/lib/i18n/coverage.js.map +1 -0
  63. package/build/src/lib/i18n/prompt.d.ts +6 -0
  64. package/build/src/lib/i18n/prompt.d.ts.map +1 -0
  65. package/build/src/lib/i18n/prompt.js +30 -0
  66. package/build/src/lib/i18n/prompt.js.map +1 -0
  67. package/build/src/lib/i18n/reconcile.d.ts +7 -0
  68. package/build/src/lib/i18n/reconcile.d.ts.map +1 -0
  69. package/build/src/lib/i18n/reconcile.js +201 -0
  70. package/build/src/lib/i18n/reconcile.js.map +1 -0
  71. package/build/src/lib/i18n/report.d.ts +5 -0
  72. package/build/src/lib/i18n/report.d.ts.map +1 -0
  73. package/build/src/lib/i18n/report.js +33 -0
  74. package/build/src/lib/i18n/report.js.map +1 -0
  75. package/build/src/lib/i18n/site-context.d.ts +9 -0
  76. package/build/src/lib/i18n/site-context.d.ts.map +1 -0
  77. package/build/src/lib/i18n/site-context.js +141 -0
  78. package/build/src/lib/i18n/site-context.js.map +1 -0
  79. package/build/src/lib/mermaid.js +8 -8
  80. package/build/src/lib/mermaid.js.map +1 -1
  81. package/build/src/lib/rehype-shiki.d.ts.map +1 -1
  82. package/build/src/lib/rehype-shiki.js.map +1 -1
  83. package/build/src/lib/search/indexer.d.ts.map +1 -1
  84. package/build/src/lib/search/indexer.js.map +1 -1
  85. package/build/src/lib/search/perform-search.d.ts.map +1 -1
  86. package/build/src/lib/search/perform-search.js +15 -10
  87. package/build/src/lib/search/perform-search.js.map +1 -1
  88. package/build/src/lib/search/worker.js +21 -13
  89. package/build/src/lib/search/worker.js.map +1 -1
  90. package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
  91. package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
  92. package/build/src/lib/sidebar-mobile-store.js +26 -0
  93. package/build/src/lib/sidebar-mobile-store.js.map +1 -0
  94. package/build/src/lib/toc-collapsible-store.d.ts +7 -0
  95. package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
  96. package/build/src/lib/toc-collapsible-store.js +40 -0
  97. package/build/src/lib/toc-collapsible-store.js.map +1 -0
  98. package/build/src/lib/translations.d.ts.map +1 -1
  99. package/build/src/lib/translations.js +10 -5
  100. package/build/src/lib/translations.js.map +1 -1
  101. package/build/src/lib/use-details-dismiss.d.ts.map +1 -1
  102. package/build/src/lib/use-details-dismiss.js.map +1 -1
  103. package/build/src/lib/use-navbar-overflow.d.ts.map +1 -1
  104. package/build/src/lib/use-navbar-overflow.js.map +1 -1
  105. package/build/src/plugins/bundle-guard/index.d.ts.map +1 -1
  106. package/build/src/plugins/bundle-guard/index.js.map +1 -1
  107. package/build/src/plugins/icons/generate.d.ts.map +1 -1
  108. package/build/src/plugins/icons/generate.js +4 -2
  109. package/build/src/plugins/icons/generate.js.map +1 -1
  110. package/build/src/plugins/icons/index.d.ts.map +1 -1
  111. package/build/src/plugins/icons/index.js.map +1 -1
  112. package/build/src/plugins/mermaid-tooltip/client.d.ts.map +1 -1
  113. package/build/src/plugins/mermaid-tooltip/client.js.map +1 -1
  114. package/build/src/plugins/mermaid-tooltip/index.d.ts.map +1 -1
  115. package/build/src/plugins/mermaid-tooltip/index.js.map +1 -1
  116. package/build/src/scripts/data-attribute-query.d.ts.map +1 -1
  117. package/build/src/scripts/data-attribute-query.js.map +1 -1
  118. package/build/src/styles/embed.css +132 -0
  119. package/build/src/tests/cascade-defensive.test.js +6 -3
  120. package/build/src/tests/cascade-defensive.test.js.map +1 -1
  121. package/build/src/tests/class-name-style-passthrough.test.js +4 -2
  122. package/build/src/tests/class-name-style-passthrough.test.js.map +1 -1
  123. package/build/src/tests/cli/i18n/check.test.d.ts +2 -0
  124. package/build/src/tests/cli/i18n/check.test.d.ts.map +1 -0
  125. package/build/src/tests/cli/i18n/check.test.js +79 -0
  126. package/build/src/tests/cli/i18n/check.test.js.map +1 -0
  127. package/build/src/tests/cli/i18n/coverage.test.d.ts +2 -0
  128. package/build/src/tests/cli/i18n/coverage.test.d.ts.map +1 -0
  129. package/build/src/tests/cli/i18n/coverage.test.js +150 -0
  130. package/build/src/tests/cli/i18n/coverage.test.js.map +1 -0
  131. package/build/src/tests/cli/i18n/sync.test.d.ts +2 -0
  132. package/build/src/tests/cli/i18n/sync.test.d.ts.map +1 -0
  133. package/build/src/tests/cli/i18n/sync.test.js +164 -0
  134. package/build/src/tests/cli/i18n/sync.test.js.map +1 -0
  135. package/build/src/tests/config-drift.test.js +18 -9
  136. package/build/src/tests/config-drift.test.js.map +1 -1
  137. package/build/src/tests/exports-module-format.test.d.ts +2 -0
  138. package/build/src/tests/exports-module-format.test.d.ts.map +1 -0
  139. package/build/src/tests/exports-module-format.test.js +106 -0
  140. package/build/src/tests/exports-module-format.test.js.map +1 -0
  141. package/build/src/tests/icons.test.js +16 -14
  142. package/build/src/tests/icons.test.js.map +1 -1
  143. package/build/src/tests/lib/color.test.js.map +1 -1
  144. package/build/src/tests/lib/css-generator.test.js +216 -108
  145. package/build/src/tests/lib/css-generator.test.js.map +1 -1
  146. package/build/src/tests/lib/i18n/apply-plan.test.d.ts +2 -0
  147. package/build/src/tests/lib/i18n/apply-plan.test.d.ts.map +1 -0
  148. package/build/src/tests/lib/i18n/apply-plan.test.js +361 -0
  149. package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -0
  150. package/build/src/tests/lib/i18n/content-scan.test.d.ts +2 -0
  151. package/build/src/tests/lib/i18n/content-scan.test.d.ts.map +1 -0
  152. package/build/src/tests/lib/i18n/content-scan.test.js +236 -0
  153. package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -0
  154. package/build/src/tests/lib/i18n/coverage.test.d.ts +2 -0
  155. package/build/src/tests/lib/i18n/coverage.test.d.ts.map +1 -0
  156. package/build/src/tests/lib/i18n/coverage.test.js +304 -0
  157. package/build/src/tests/lib/i18n/coverage.test.js.map +1 -0
  158. package/build/src/tests/lib/i18n/reconcile.test.d.ts +2 -0
  159. package/build/src/tests/lib/i18n/reconcile.test.d.ts.map +1 -0
  160. package/build/src/tests/lib/i18n/reconcile.test.js +648 -0
  161. package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -0
  162. package/build/src/tests/lib/i18n/site-context.test.d.ts +2 -0
  163. package/build/src/tests/lib/i18n/site-context.test.d.ts.map +1 -0
  164. package/build/src/tests/lib/i18n/site-context.test.js +48 -0
  165. package/build/src/tests/lib/i18n/site-context.test.js.map +1 -0
  166. package/build/src/tests/lib/search/indexer.test.js +2 -1
  167. package/build/src/tests/lib/search/indexer.test.js.map +1 -1
  168. package/build/src/tests/lib/search/worker.test.js +11 -0
  169. package/build/src/tests/lib/search/worker.test.js.map +1 -1
  170. package/build/src/tests/lib/sidebar-mobile-store.test.d.ts +2 -0
  171. package/build/src/tests/lib/sidebar-mobile-store.test.d.ts.map +1 -0
  172. package/build/src/tests/lib/sidebar-mobile-store.test.js +69 -0
  173. package/build/src/tests/lib/sidebar-mobile-store.test.js.map +1 -0
  174. package/build/src/tests/lib/toc-collapsible-store.test.d.ts +2 -0
  175. package/build/src/tests/lib/toc-collapsible-store.test.d.ts.map +1 -0
  176. package/build/src/tests/lib/toc-collapsible-store.test.js +64 -0
  177. package/build/src/tests/lib/toc-collapsible-store.test.js.map +1 -0
  178. package/build/src/tests/lib/translations.test.js +94 -47
  179. package/build/src/tests/lib/translations.test.js.map +1 -1
  180. package/build/src/tests/options.test.js +6 -3
  181. package/build/src/tests/options.test.js.map +1 -1
  182. package/build/src/tests/presets/envoy/preset.test.js +8 -4
  183. package/build/src/tests/presets/envoy/preset.test.js.map +1 -1
  184. package/build/src/tests/presets/foundry/preset.test.js +8 -4
  185. package/build/src/tests/presets/foundry/preset.test.js.map +1 -1
  186. package/build/src/tests/presets/lantern/preset.test.js +8 -4
  187. package/build/src/tests/presets/lantern/preset.test.js.map +1 -1
  188. package/build/src/tests/presets/marshal/preset.test.js +8 -4
  189. package/build/src/tests/presets/marshal/preset.test.js.map +1 -1
  190. package/build/src/tests/presets/sample/preset.test.js +8 -4
  191. package/build/src/tests/presets/sample/preset.test.js.map +1 -1
  192. package/build/src/tests/presets/sentinel/preset.test.js +8 -4
  193. package/build/src/tests/presets/sentinel/preset.test.js.map +1 -1
  194. package/build/src/tests/presets/signal/preset.test.js +8 -4
  195. package/build/src/tests/presets/signal/preset.test.js.map +1 -1
  196. package/build/src/tests/theme/CodeBlock/live-editor.test.js +13 -1
  197. package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -1
  198. package/build/src/tests/type-declarations.test.js +4 -8
  199. package/build/src/tests/type-declarations.test.js.map +1 -1
  200. package/build/src/theme/Admonition/index.d.ts.map +1 -1
  201. package/build/src/theme/Admonition/index.js.map +1 -1
  202. package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -1
  203. package/build/src/theme/AnnouncementBar/index.js +2 -1
  204. package/build/src/theme/AnnouncementBar/index.js.map +1 -1
  205. package/build/src/theme/Blog/Components/Author/Socials/index.d.ts.map +1 -1
  206. package/build/src/theme/Blog/Components/Author/Socials/index.js +28 -14
  207. package/build/src/theme/Blog/Components/Author/Socials/index.js.map +1 -1
  208. package/build/src/theme/Blog/Components/Author/index.d.ts.map +1 -1
  209. package/build/src/theme/Blog/Components/Author/index.js.map +1 -1
  210. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -1
  211. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -1
  212. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -1
  213. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -1
  214. package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -1
  215. package/build/src/theme/BlogArchivePage/index.js.map +1 -1
  216. package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
  217. package/build/src/theme/BlogLayout/index.js.map +1 -1
  218. package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
  219. package/build/src/theme/BlogListPage/StructuredData/index.js.map +1 -1
  220. package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
  221. package/build/src/theme/BlogListPage/index.js.map +1 -1
  222. package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
  223. package/build/src/theme/BlogListPaginator/index.js.map +1 -1
  224. package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
  225. package/build/src/theme/BlogPostItem/index.js +14 -7
  226. package/build/src/theme/BlogPostItem/index.js.map +1 -1
  227. package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
  228. package/build/src/theme/BlogPostItems/index.js.map +1 -1
  229. package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
  230. package/build/src/theme/BlogPostPage/index.js +2 -1
  231. package/build/src/theme/BlogPostPage/index.js.map +1 -1
  232. package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
  233. package/build/src/theme/BlogPostPaginator/index.js.map +1 -1
  234. package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
  235. package/build/src/theme/BlogSidebar/index.js.map +1 -1
  236. package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
  237. package/build/src/theme/BlogSidebarMobile/index.js.map +1 -1
  238. package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
  239. package/build/src/theme/BlogTagsListPage/index.js.map +1 -1
  240. package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
  241. package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -1
  242. package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
  243. package/build/src/theme/CodeBlock/index.js.map +1 -1
  244. package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
  245. package/build/src/theme/CodeBlock/live-editor.js +2 -2
  246. package/build/src/theme/CodeBlock/live-editor.js.map +1 -1
  247. package/build/src/theme/CodeInline/index.d.ts.map +1 -1
  248. package/build/src/theme/CodeInline/index.js.map +1 -1
  249. package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
  250. package/build/src/theme/ContentFooter/Edit/index.js.map +1 -1
  251. package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
  252. package/build/src/theme/ContentFooter/Share/index.js.map +1 -1
  253. package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
  254. package/build/src/theme/ContentFooter/ShareButton/index.js +3 -0
  255. package/build/src/theme/ContentFooter/ShareButton/index.js.map +1 -1
  256. package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
  257. package/build/src/theme/ContentFooter/Tags/index.js.map +1 -1
  258. package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
  259. package/build/src/theme/ContentFooter/index.js.map +1 -1
  260. package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -1
  261. package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -1
  262. package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -1
  263. package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -1
  264. package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
  265. package/build/src/theme/ContentVisibility/index.js.map +1 -1
  266. package/build/src/theme/Details/index.d.ts.map +1 -1
  267. package/build/src/theme/Details/index.js.map +1 -1
  268. package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
  269. package/build/src/theme/DocBreadcrumbs/StructuredData/index.js.map +1 -1
  270. package/build/src/theme/DocCard/index.d.ts.map +1 -1
  271. package/build/src/theme/DocCard/index.js.map +1 -1
  272. package/build/src/theme/DocCardList/index.d.ts.map +1 -1
  273. package/build/src/theme/DocCardList/index.js.map +1 -1
  274. package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
  275. package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -1
  276. package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
  277. package/build/src/theme/DocItem/Content/index.js.map +1 -1
  278. package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
  279. package/build/src/theme/DocItem/Footer/index.js +11 -6
  280. package/build/src/theme/DocItem/Footer/index.js.map +1 -1
  281. package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
  282. package/build/src/theme/DocItem/Layout/index.js.map +1 -1
  283. package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
  284. package/build/src/theme/DocItem/Metadata/index.js.map +1 -1
  285. package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
  286. package/build/src/theme/DocItem/Paginator/index.js.map +1 -1
  287. package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
  288. package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -1
  289. package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
  290. package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -1
  291. package/build/src/theme/DocItem/index.d.ts.map +1 -1
  292. package/build/src/theme/DocItem/index.js +2 -1
  293. package/build/src/theme/DocItem/index.js.map +1 -1
  294. package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
  295. package/build/src/theme/DocPaginator/index.js.map +1 -1
  296. package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
  297. package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -1
  298. package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
  299. package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -1
  300. package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
  301. package/build/src/theme/DocRoot/Layout/index.js +5 -2
  302. package/build/src/theme/DocRoot/Layout/index.js.map +1 -1
  303. package/build/src/theme/DocRoot/index.d.ts.map +1 -1
  304. package/build/src/theme/DocRoot/index.js.map +1 -1
  305. package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
  306. package/build/src/theme/DocSidebar/index.js.map +1 -1
  307. package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
  308. package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -1
  309. package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
  310. package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -1
  311. package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
  312. package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -1
  313. package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
  314. package/build/src/theme/DocSidebarItem/index.js.map +1 -1
  315. package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
  316. package/build/src/theme/DocSidebarItems/index.js.map +1 -1
  317. package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
  318. package/build/src/theme/DocSidebarMobile/index.js +8 -92
  319. package/build/src/theme/DocSidebarMobile/index.js.map +1 -1
  320. package/build/src/theme/DocSidebarMobile/panel.d.ts +3 -0
  321. package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -0
  322. package/build/src/theme/DocSidebarMobile/panel.js +88 -0
  323. package/build/src/theme/DocSidebarMobile/panel.js.map +1 -0
  324. package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
  325. package/build/src/theme/DocTagDocListPage/index.js.map +1 -1
  326. package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
  327. package/build/src/theme/DocTagsListPage/index.js.map +1 -1
  328. package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
  329. package/build/src/theme/DocVersionRoot/index.js.map +1 -1
  330. package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
  331. package/build/src/theme/DocsRoot/index.js.map +1 -1
  332. package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
  333. package/build/src/theme/EditMetaRow/index.js.map +1 -1
  334. package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
  335. package/build/src/theme/EditThisPage/index.js.map +1 -1
  336. package/build/src/theme/Error/index.d.ts.map +1 -1
  337. package/build/src/theme/Error/index.js.map +1 -1
  338. package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
  339. package/build/src/theme/ErrorPageContent/index.js.map +1 -1
  340. package/build/src/theme/Footer/Commons/index.d.ts.map +1 -1
  341. package/build/src/theme/Footer/Commons/index.js.map +1 -1
  342. package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -1
  343. package/build/src/theme/Footer/Embassy/index.js.map +1 -1
  344. package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -1
  345. package/build/src/theme/Footer/Launchpad/index.js.map +1 -1
  346. package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -1
  347. package/build/src/theme/Footer/Ledger/index.js.map +1 -1
  348. package/build/src/theme/Footer/cta.d.ts.map +1 -1
  349. package/build/src/theme/Footer/cta.js.map +1 -1
  350. package/build/src/theme/Footer/index.d.ts.map +1 -1
  351. package/build/src/theme/Footer/index.js.map +1 -1
  352. package/build/src/theme/Heading/index.d.ts.map +1 -1
  353. package/build/src/theme/Heading/index.js.map +1 -1
  354. package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
  355. package/build/src/theme/IconExternalLink/index.js.map +1 -1
  356. package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
  357. package/build/src/theme/LastUpdated/index.js.map +1 -1
  358. package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
  359. package/build/src/theme/Layout/Provider/index.js.map +1 -1
  360. package/build/src/theme/Layout/index.d.ts.map +1 -1
  361. package/build/src/theme/Layout/index.js +2 -1
  362. package/build/src/theme/Layout/index.js.map +1 -1
  363. package/build/src/theme/Loading/index.d.ts.map +1 -1
  364. package/build/src/theme/Loading/index.js.map +1 -1
  365. package/build/src/theme/Logo/index.d.ts.map +1 -1
  366. package/build/src/theme/Logo/index.js.map +1 -1
  367. package/build/src/theme/MDXContent/index.d.ts.map +1 -1
  368. package/build/src/theme/MDXContent/index.js.map +1 -1
  369. package/build/src/theme/MDXPage/index.d.ts.map +1 -1
  370. package/build/src/theme/MDXPage/index.js +9 -5
  371. package/build/src/theme/MDXPage/index.js.map +1 -1
  372. package/build/src/theme/Mermaid/index.d.ts.map +1 -1
  373. package/build/src/theme/Mermaid/index.js.map +1 -1
  374. package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
  375. package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
  376. package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -1
  377. package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -1
  378. package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
  379. package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
  380. package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -1
  381. package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -1
  382. package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
  383. package/build/src/theme/Navbar/Compass/index.js.map +1 -1
  384. package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -1
  385. package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -1
  386. package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -1
  387. package/build/src/theme/Navbar/Monolith/index.js.map +1 -1
  388. package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -1
  389. package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -1
  390. package/build/src/theme/Navbar/More/index.d.ts.map +1 -1
  391. package/build/src/theme/Navbar/More/index.js.map +1 -1
  392. package/build/src/theme/Navbar/index.js +0 -1
  393. package/build/src/theme/Navbar/index.js.map +1 -1
  394. package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -1
  395. package/build/src/theme/NavbarItem/component-types.js +2 -0
  396. package/build/src/theme/NavbarItem/component-types.js.map +1 -1
  397. package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
  398. package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -1
  399. package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
  400. package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -1
  401. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
  402. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -1
  403. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
  404. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -1
  405. package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
  406. package/build/src/theme/NavbarItem/docs-version-navbar-item.js +1 -1
  407. package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -1
  408. package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
  409. package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -1
  410. package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
  411. package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -1
  412. package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
  413. package/build/src/theme/NavbarItem/index.js.map +1 -1
  414. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
  415. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -1
  416. package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
  417. package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -1
  418. package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
  419. package/build/src/theme/NotFound/Content/index.js.map +1 -1
  420. package/build/src/theme/NotFound/index.d.ts.map +1 -1
  421. package/build/src/theme/NotFound/index.js.map +1 -1
  422. package/build/src/theme/Root/index.d.ts.map +1 -1
  423. package/build/src/theme/Root/index.js.map +1 -1
  424. package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
  425. package/build/src/theme/SearchBar/search-input.js.map +1 -1
  426. package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
  427. package/build/src/theme/SearchBar/search-provider.js +4 -1
  428. package/build/src/theme/SearchBar/search-provider.js.map +1 -1
  429. package/build/src/theme/SearchBar/search-results.d.ts.map +1 -1
  430. package/build/src/theme/SearchBar/search-results.js.map +1 -1
  431. package/build/src/theme/SearchMetadata/index.d.ts.map +1 -1
  432. package/build/src/theme/SearchMetadata/index.js.map +1 -1
  433. package/build/src/theme/SearchPage/index.d.ts.map +1 -1
  434. package/build/src/theme/SearchPage/index.js +4 -1
  435. package/build/src/theme/SearchPage/index.js.map +1 -1
  436. package/build/src/theme/Showcase/index.d.ts.map +1 -1
  437. package/build/src/theme/Showcase/index.js.map +1 -1
  438. package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
  439. package/build/src/theme/SkipToContent/index.js.map +1 -1
  440. package/build/src/theme/TOC/index.d.ts.map +1 -1
  441. package/build/src/theme/TOC/index.js.map +1 -1
  442. package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
  443. package/build/src/theme/TOCCollapsible/index.js +13 -88
  444. package/build/src/theme/TOCCollapsible/index.js.map +1 -1
  445. package/build/src/theme/TOCCollapsible/panel.d.ts +3 -0
  446. package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -0
  447. package/build/src/theme/TOCCollapsible/panel.js +90 -0
  448. package/build/src/theme/TOCCollapsible/panel.js.map +1 -0
  449. package/build/src/theme/TabItem/index.d.ts.map +1 -1
  450. package/build/src/theme/TabItem/index.js.map +1 -1
  451. package/build/src/theme/Tabs/index.d.ts.map +1 -1
  452. package/build/src/theme/Tabs/index.js.map +1 -1
  453. package/build/src/theme/Tag/index.d.ts.map +1 -1
  454. package/build/src/theme/Tag/index.js.map +1 -1
  455. package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
  456. package/build/src/theme/TagsListByLetter/index.js.map +1 -1
  457. package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
  458. package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -1
  459. package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
  460. package/build/src/theme/ThemeProvider/index.js.map +1 -1
  461. package/build/src/theme/ThemedImage/index.d.ts.map +1 -1
  462. package/build/src/theme/ThemedImage/index.js.map +1 -1
  463. package/build/src/types/cli/i18n/check.d.ts +29 -0
  464. package/build/src/types/cli/i18n/coverage.d.ts +120 -0
  465. package/build/src/types/cli/i18n/sync.d.ts +42 -0
  466. package/build/src/types/cli/index.d.ts +55 -0
  467. package/build/src/types/icons.d.ts +21 -0
  468. package/build/src/types/index.d.ts +12 -10
  469. package/build/src/types/lib/bundle-size.d.ts +3 -1
  470. package/build/src/types/lib/color.d.ts +6 -6
  471. package/build/src/types/lib/css-generator.d.ts +5 -4
  472. package/build/src/types/lib/i18n/apply-plan.d.ts +134 -0
  473. package/build/src/types/lib/i18n/content-scan.d.ts +193 -0
  474. package/build/src/types/lib/i18n/coverage.d.ts +105 -0
  475. package/build/src/types/lib/i18n/prompt.d.ts +30 -0
  476. package/build/src/types/lib/i18n/reconcile.d.ts +147 -0
  477. package/build/src/types/lib/i18n/report.d.ts +16 -0
  478. package/build/src/types/lib/i18n/site-context.d.ts +147 -0
  479. package/build/src/types/lib/mermaid.d.ts +5 -3
  480. package/build/src/types/lib/search/indexer.d.ts +4 -4
  481. package/build/src/types/lib/search/perform-search.d.ts +27 -27
  482. package/build/src/types/lib/search/worker.d.ts +24 -24
  483. package/build/src/types/lib/sidebar-mobile-store.d.ts +38 -0
  484. package/build/src/types/lib/toc-collapsible-store.d.ts +67 -0
  485. package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
  486. package/build/src/types/plugins/icons/generate.d.ts +5 -1
  487. package/build/src/types/shared.d.ts +408 -0
  488. package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
  489. package/build/src/types/tests/exports-module-format.test.d.ts +143 -0
  490. package/build/src/types/tests/folder-axis.test.d.ts +4 -2
  491. package/build/src/types/tests/icons.test.d.ts +4 -2
  492. package/build/src/types/tests/layered-scope.test.d.ts +70 -20
  493. package/build/src/types/tests/lib/color.test.d.ts +2 -2
  494. package/build/src/types/tests/lib/i18n/apply-plan.test.d.ts +132 -0
  495. package/build/src/types/tests/lib/i18n/content-scan.test.d.ts +87 -0
  496. package/build/src/types/tests/lib/i18n/reconcile.test.d.ts +173 -0
  497. package/build/src/types/tests/lib/i18n/site-context.test.d.ts +30 -0
  498. package/build/src/types/tests/lib/search/worker.test.d.ts +7 -0
  499. package/build/src/types/tests/lib/sidebar-mobile-store.test.d.ts +51 -0
  500. package/build/src/types/tests/lib/toc-collapsible-store.test.d.ts +52 -0
  501. package/build/src/types/tests/preset.test.d.ts +96 -8
  502. package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +7 -0
  503. package/build/src/types/theme/BlogPostItem/index.d.ts +17 -2
  504. package/build/src/types/theme/DocItem/Footer/index.d.ts +2 -0
  505. package/build/src/types/theme/DocItem/index.d.ts +2 -0
  506. package/build/src/types/theme/DocSidebarMobile/index.d.ts +1 -55
  507. package/build/src/types/theme/DocSidebarMobile/panel.d.ts +54 -0
  508. package/build/src/types/theme/Error/index.d.ts +2 -1
  509. package/build/src/types/theme/ErrorPageContent/index.d.ts +2 -1
  510. package/build/src/types/theme/Layout/index.d.ts +2 -0
  511. package/build/src/types/theme/MDXPage/index.d.ts +3 -1
  512. package/build/src/types/theme/Navbar/index.d.ts +2 -1
  513. package/build/src/types/theme/SearchBar/search-input.d.ts +8 -5
  514. package/build/src/types/theme/SearchBar/search-provider.d.ts +7 -3
  515. package/build/src/types/theme/SearchBar/search-results.d.ts +4 -3
  516. package/build/src/types/theme/SearchPage/index.d.ts +4 -2
  517. package/build/src/types/theme/SiteMetadata/index.d.ts +3 -1
  518. package/build/src/types/theme/TOCCollapsible/index.d.ts +14 -67
  519. package/build/src/types/theme/TOCCollapsible/panel.d.ts +69 -0
  520. package/nova-theme.d.ts +2 -1
  521. package/package.json +23 -10
  522. package/translations/locales/ar/theme-nova.json +35 -35
  523. package/translations/locales/bg/theme-nova.json +170 -0
  524. package/translations/locales/bn/theme-nova.json +170 -0
  525. package/translations/locales/cs/theme-nova.json +170 -0
  526. package/translations/locales/da/theme-nova.json +170 -0
  527. package/translations/locales/de/theme-nova.json +170 -0
  528. package/translations/locales/es/theme-nova.json +170 -0
  529. package/translations/locales/et/theme-nova.json +170 -0
  530. package/translations/locales/fa/theme-nova.json +170 -0
  531. package/translations/locales/fil/theme-nova.json +170 -0
  532. package/translations/locales/fr/theme-nova.json +170 -0
  533. package/translations/locales/he/theme-nova.json +170 -0
  534. package/translations/locales/hi/theme-nova.json +170 -0
  535. package/translations/locales/hu/theme-nova.json +170 -0
  536. package/translations/locales/id/theme-nova.json +170 -0
  537. package/translations/locales/is/theme-nova.json +170 -0
  538. package/translations/locales/it/theme-nova.json +170 -0
  539. package/translations/locales/ja/theme-nova.json +170 -0
  540. package/translations/locales/ko/theme-nova.json +170 -0
  541. package/translations/locales/nb/theme-nova.json +170 -0
  542. package/translations/locales/nl/theme-nova.json +170 -0
  543. package/translations/locales/pl/theme-nova.json +170 -0
  544. package/translations/locales/pt-BR/theme-nova.json +170 -0
  545. package/translations/locales/pt-PT/theme-nova.json +170 -0
  546. package/translations/locales/ru/theme-nova.json +170 -0
  547. package/translations/locales/sl/theme-nova.json +170 -0
  548. package/translations/locales/sr/theme-nova.json +170 -0
  549. package/translations/locales/sv/theme-nova.json +170 -0
  550. package/translations/locales/tk/theme-nova.json +170 -0
  551. package/translations/locales/tr/theme-nova.json +170 -0
  552. package/translations/locales/uk/theme-nova.json +170 -0
  553. package/translations/locales/ur/theme-nova.json +170 -0
  554. package/translations/locales/vi/theme-nova.json +170 -0
  555. package/translations/locales/zh-Hans/theme-nova.json +24 -24
  556. package/translations/locales/zh-Hant/theme-nova.json +170 -0
  557. package/build/src/types/worker-globals.d.ts +0 -103
@@ -0,0 +1,170 @@
1
+ {
2
+ "theme.AnnouncementBar.closeButtonAriaLabel": "Bildirişi ýapmak",
3
+ "theme.AppMarketDownload.appStoreAriaLabel": "App Store-dan ýükläp alyň",
4
+ "theme.AppMarketDownload.appStoreSubtitle": "Ýükläp alyň",
5
+ "theme.AppMarketDownload.appStoreTitle": "App Store",
6
+ "theme.AppMarketDownload.googlePlayAriaLabel": "Google Play-den alyň",
7
+ "theme.AppMarketDownload.googlePlaySubtitle": "ŞU ÝERDEN ALYŇ",
8
+ "theme.AppMarketDownload.googlePlayTitle": "Google Play",
9
+ "theme.BackToTopButton.buttonAriaLabel": "Başyna süýşmek",
10
+ "theme.BlogPreview.noPosts": "Häzirlikçe ýazgy ýok",
11
+ "theme.BlogPreview.readMore": "Dowamyny okamak",
12
+ "theme.CodeBlock.copied": "Göçürildi",
13
+ "theme.CodeBlock.copy": "Göçürmek",
14
+ "theme.CodeBlock.copyButtonAriaLabel": "Kody bufere göçürmek",
15
+ "theme.CodeBlock.showLess": "Azrak görkezmek",
16
+ "theme.CodeBlock.showMore": "Köpräk görkezmek",
17
+ "theme.CodeBlock.wordWrapToggle": "Setir boýy geçir",
18
+ "theme.CodeBlock.wrapLabel": "Setir geçirme",
19
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": "Gapdal paneliň '{label}' kategoriýasyny ýygnamak",
20
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "Gapdal paneliň '{label}' kategoriýasyny giňeltmek",
21
+ "theme.Error.tryAgain": "Gaýtadan synanyşyň",
22
+ "theme.ErrorPageContent.titlePool.0": "Bir zat ters gitdi.",
23
+ "theme.ErrorPageContent.titlePool.1": "Bu sahypa dogry ýüklenmedi.",
24
+ "theme.ErrorPageContent.titlePool.2": "Bu sahypany görkezmekde kynçylyga duş geldik.",
25
+ "theme.ErrorPageContent.titlePool.3": "Sahypa ýüklenýärkä näsazlyga uçrady.",
26
+ "theme.ErrorPageContent.titlePool.4": "Bir zat sahypany büdretdi.",
27
+ "theme.ErrorPageContent.tryAgain": "Gaýtadan synanyşyň",
28
+ "theme.IconExternalLink.ariaLabel": "(täze tabda açylýar)",
29
+ "theme.InstallStrip.copied": "GÖÇÜRILDI",
30
+ "theme.InstallStrip.copy": "GÖÇÜRMEK",
31
+ "theme.InstallStrip.copyAriaLabel": "Bufere göçürmek",
32
+ "theme.Loading.errorPrefix": "Näsazlyk: ",
33
+ "theme.Loading.loading": "Ýüklenýär...",
34
+ "theme.Loading.retry": "Gaýtadan synanyşyň",
35
+ "theme.Loading.timeout": "Uzaga çekýär...",
36
+ "theme.NotFound.bundles.0.backHomeLabel": "Ýola dolanmak",
37
+ "theme.NotFound.bundles.0.description": "Geliň, sizi dogry ýola gaýtaralyň.",
38
+ "theme.NotFound.bundles.0.title": "Bu sahypa nädogry öwrüm etdi.",
39
+ "theme.NotFound.bundles.1.backHomeLabel": "Belli ýerlere dolanmak",
40
+ "theme.NotFound.bundles.1.description": "Ol başga ýere göçen bolmagy mümkin ýa-da asla bolmadyk bolmagy-da ähtimal.",
41
+ "theme.NotFound.bundles.1.title": "Bu URL biziň kartamyzda ýok.",
42
+ "theme.NotFound.bundles.2.backHomeLabel": "Düşelgä dolanmak",
43
+ "theme.NotFound.bundles.2.description": "Düşelgä dolanyp görüň ýa-da ýoluňyzy tapmak üçin gözlegi ulanyň.",
44
+ "theme.NotFound.bundles.2.title": "Görnüşinden, biz yzy ýitiripdiris.",
45
+ "theme.NotFound.bundles.3.backHomeLabel": "Girelgä dolanmak",
46
+ "theme.NotFound.bundles.3.description": "Sizi bu ýere bir zat getiren bolsa, ol baglanyşyk köne bolsa gerek.",
47
+ "theme.NotFound.bundles.3.title": "Bu salgyda hiç zat ýaşamaýar.",
48
+ "theme.NotFound.bundles.4.backHomeLabel": "Baş sahypa dolanmak",
49
+ "theme.NotFound.bundles.4.description": "URL-de ýazuw ýalňyşlyklarynyň bardygyny barlaň ýa-da täzeden başlamak üçin baş sahypa dolanyň.",
50
+ "theme.NotFound.bundles.4.title": "Gözleýän zadyňyzy tapyp bilmedik.",
51
+ "theme.NotFound.title": "Sahypa tapylmady",
52
+ "theme.SearchBar.ariaLabel": "Gözleg",
53
+ "theme.SearchBar.clearSearchAriaLabel": "Gözlegi arassalamak",
54
+ "theme.SearchBar.loading": "Gözleg indeksi ýüklenýär…",
55
+ "theme.SearchBar.noResults": "Hiç hili netije tapylmady.",
56
+ "theme.SearchBar.placeholder": "Gözleg",
57
+ "theme.SearchBar.resultsFound": "{count} netije tapyldy",
58
+ "theme.SearchPage.loading": "Gözleg indeksi ýüklenýär...",
59
+ "theme.SearchPage.noResults": "Hiç hili netije tapylmady.",
60
+ "theme.SearchPage.resultsFound": "{count} netije tapyldy",
61
+ "theme.SearchPage.title": "Gözleg",
62
+ "theme.TOC.ariaLabel": "Bu sahypanyň mazmuny",
63
+ "theme.TOCCollapsible.closeAriaLabel": "Bu sahypanyň mazmunyny ýapmak",
64
+ "theme.TOCCollapsible.dialogAriaLabel": "Bu sahypanyň mazmuny",
65
+ "theme.TOCCollapsible.openAriaLabel": "Bu sahypanyň mazmunyny açmak",
66
+ "theme.TOCCollapsible.toggleButtonLabel": "Bu sahypanyň mazmuny",
67
+ "theme.admonition.caution": "seresaplylyk",
68
+ "theme.admonition.danger": "howp",
69
+ "theme.admonition.info": "maglumat",
70
+ "theme.admonition.note": "bellik",
71
+ "theme.admonition.tip": "maslahat",
72
+ "theme.admonition.warning": "duýduryş",
73
+ "theme.blog.archive.description": "Arhiw",
74
+ "theme.blog.archive.title": "Arhiw",
75
+ "theme.blog.authorsList.pageTitle": "Awtorlar",
76
+ "theme.blog.paginator.first": "Ilkinji",
77
+ "theme.blog.paginator.last": "Soňky",
78
+ "theme.blog.paginator.navAriaLabel": "Blog sahypasynda nawigasiýa",
79
+ "theme.blog.paginator.next": "Indiki",
80
+ "theme.blog.paginator.previous": "Öňki",
81
+ "theme.blog.post.paginator.continueReadingAriaLabel": "Okamagy dowam etmek: {title}",
82
+ "theme.blog.post.paginator.continueReadingLabel": "Okamagy dowam etmek",
83
+ "theme.blog.post.paginator.goBackAriaLabel": "Yza gaýtmak: {title}",
84
+ "theme.blog.post.paginator.goBackLabel": "Yza gaýtmak",
85
+ "theme.blog.post.paginator.heading": "Okamagy dowam ediň",
86
+ "theme.blog.post.paginator.navAriaLabel": "Blog ýazgysynyň sahypasyndaky nawigasiýa",
87
+ "theme.blog.post.readMore": "Dowamyny okamak",
88
+ "theme.blog.post.readMoreLabel": "{title} hakda doly okamak",
89
+ "theme.blog.post.readingTime.plurals": "1 min okamak|{readingTime} min okamak",
90
+ "theme.blog.sidebar.ariaLabel": "Blogyň gapdal paneli",
91
+ "theme.blog.sidebar.authorsLabel": "Awtorlar",
92
+ "theme.blog.sidebar.mobileCloseAriaLabel": "Blogyň gapdal panelini ýapmak",
93
+ "theme.blog.sidebar.mobileHeaderTitle": "Gapdal panel",
94
+ "theme.blog.sidebar.mobileOpenAriaLabel": "Blogyň gapdal panelini açmak",
95
+ "theme.blog.sidebar.mobilePanelAriaLabel": "Blogyň gapdal paneli",
96
+ "theme.blog.sidebar.mobileTriggerLabel": "Gapdal panel",
97
+ "theme.blog.sidebar.subscribeLabel": "Abuna ýazylmak",
98
+ "theme.blog.tagsListPage.heading": "Tegler",
99
+ "theme.blog.tagsPostsPage.viewAllTags": "Ähli tegleri görüň",
100
+ "theme.colorMode.dark": "Gijeki",
101
+ "theme.colorMode.light": "Gündizki",
102
+ "theme.colorMode.system": "Ulgam",
103
+ "theme.colorMode.toggleAriaLabel": "Reňk režimini çalyşmak",
104
+ "theme.common.editThisPage": "Bu sahypany üýtgetmek",
105
+ "theme.common.headingLinkTitle": "Sözbaşyna göni baglanyşyk",
106
+ "theme.contentFooter.editLabel": "Goşant goşmak",
107
+ "theme.contentFooter.share.copiedText": "Göçürildi!",
108
+ "theme.contentFooter.share.copyLink": "Baglanyşygy göçürmek",
109
+ "theme.contentFooter.share.linkCopied": "Baglanyşyk göçürildi",
110
+ "theme.contentFooter.share.shareOnPlatform": "{platformLabel} arkaly paýlaşmak",
111
+ "theme.contentFooter.shareLabel": "Muny paýlaşyň",
112
+ "theme.contentFooter.tagsLabel": "Tegler",
113
+ "theme.contentVisibility.draftBanner.message": "Bu sahypa garalamadyr. Ol diňe işläp düzüş tertibinde görüner we önümçilik wersiýasyna goşulmaz.",
114
+ "theme.contentVisibility.draftBanner.title": "Garalama sahypa",
115
+ "theme.contentVisibility.unlistedBanner.message": "Bu sahypa sanawda ýok. Gözleg ulgamlary ony indekslemez, oňa diňe göni baglanyşygy bolan ulanyjylar girip biler.",
116
+ "theme.contentVisibility.unlistedBanner.title": "Sanawda ýok sahypa",
117
+ "theme.docs.DocCard.categoryDescription.plurals": "1 element|{count} element",
118
+ "theme.docs.breadcrumbs.home": "Baş sahypa",
119
+ "theme.docs.breadcrumbs.navAriaLabel": "Häzirki sahypa üçin nawigasiýa",
120
+ "theme.docs.paginator.continueReadingAriaLabel": "Okamagy dowam etmek: {title}",
121
+ "theme.docs.paginator.continueReadingLabel": "Okamagy dowam etmek",
122
+ "theme.docs.paginator.goBackAriaLabel": "Yza gaýtmak: {title}",
123
+ "theme.docs.paginator.goBackLabel": "Yza gaýtmak",
124
+ "theme.docs.paginator.heading": "Okamagy dowam ediň",
125
+ "theme.docs.paginator.navAriaLabel": "Dokument sahypalary",
126
+ "theme.docs.sidebar.collapseButtonAriaLabel": "Gapdal paneli ýygnamak",
127
+ "theme.docs.sidebar.expandButtonAriaLabel": "Gapdal paneli giňeltmek",
128
+ "theme.docs.sidebar.navAriaLabel": "Dokumentleriň gapdal paneli",
129
+ "theme.docs.sidebarMobile.closeAriaLabel": "Nawigasiýany ýapmak",
130
+ "theme.docs.sidebarMobile.headerTitle": "Nawigasiýa",
131
+ "theme.docs.sidebarMobile.openAriaLabel": "Dokument nawigasiýasyny açmak",
132
+ "theme.docs.sidebarMobile.panelAriaLabel": "Dokument nawigasiýasy",
133
+ "theme.docs.tagDocListPage.docPosition": "{position} / {total}",
134
+ "theme.docs.tagDocListPage.readDoc": "Makalany okamak",
135
+ "theme.docs.tagDocListPage.viewAllTags": "Ähli tegleri görüň",
136
+ "theme.docs.tagDocListPageTitle": "\"{tagName}\" tegi bilen {nDocsTagged}",
137
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "1 dokument|{count} dokument",
138
+ "theme.docs.versionBanner.message": "Bu {versionLabel} wersiýasynyň dokumentasiýasydyr.",
139
+ "theme.footer.creditDocusaurusLabel": "Docusaurus",
140
+ "theme.footer.creditNovaLabel": "Nova",
141
+ "theme.footer.creditPhrases.assembled": "Ýygnaldy",
142
+ "theme.footer.creditPhrases.brewed": "Demlendi",
143
+ "theme.footer.creditPhrases.conjured": "Jadylanyp döredildi",
144
+ "theme.footer.creditPhrases.crafted": "Ýasaldy",
145
+ "theme.footer.creditPhrases.forged": "Taplandy",
146
+ "theme.footer.creditPhrases.kindled": "Tutaşdyryldy",
147
+ "theme.footer.creditPhrases.sculpted": "Ýonuldy",
148
+ "theme.footer.creditPhrases.sparked": "Uçgunlandy",
149
+ "theme.footer.creditPhrases.summoned": "Çagyryldy",
150
+ "theme.footer.creditPhrases.woven": "Dokaldy",
151
+ "theme.footer.creditSuffix": ": ",
152
+ "theme.footer.footerLinksAriaLabel": "Aşaky bölümiň baglanyşyklary",
153
+ "theme.footer.socialLinksAriaLabel": "Sosial ulgam baglanyşyklary",
154
+ "theme.lastUpdated.atDate": " {date} senesinde",
155
+ "theme.lastUpdated.byUser": " {user} tarapyndan",
156
+ "theme.lastUpdated.lastUpdatedAtBy": "Soňky täzelenme{atDate}{byUser}",
157
+ "theme.navbar.closeMenuAriaLabel": "Menýuny ýapmak",
158
+ "theme.navbar.menuButtonLabel": "Menýu",
159
+ "theme.navbar.mobileMenuAriaLabel": "Nawigasiýa menýusy",
160
+ "theme.navbar.moreLabel": "Has köp",
161
+ "theme.navbar.navAriaLabel": "Esasy",
162
+ "theme.navbar.openMenuAriaLabel": "Menýuny açmak",
163
+ "theme.search.indexNotInitialized": "Gözleg indeksi işe girizilmedi",
164
+ "theme.search.manifestFetchError": "Gözleg manifestini ýükläp bolmady",
165
+ "theme.search.productionOnly": "Gözleg diňe önümçilik wersiýalarynda elýeterlidir",
166
+ "theme.search.unknownInitError": "Işe girizilende näbelli näsazlyk ýüze çykdy",
167
+ "theme.showcase.collapseAll": "Ählisini ýygnamak",
168
+ "theme.showcase.expandAll": "Ählisini giňeltmek",
169
+ "theme.showcase.title": "Blok sergisi"
170
+ }
@@ -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
+ }