@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.
Files changed (575) 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/regex.d.ts +3 -0
  82. package/build/src/lib/regex.d.ts.map +1 -1
  83. package/build/src/lib/regex.js +42 -42
  84. package/build/src/lib/regex.js.map +1 -1
  85. package/build/src/lib/rehype-shiki.d.ts.map +1 -1
  86. package/build/src/lib/rehype-shiki.js.map +1 -1
  87. package/build/src/lib/search/indexer.d.ts.map +1 -1
  88. package/build/src/lib/search/indexer.js.map +1 -1
  89. package/build/src/lib/search/perform-search.d.ts.map +1 -1
  90. package/build/src/lib/search/perform-search.js +15 -10
  91. package/build/src/lib/search/perform-search.js.map +1 -1
  92. package/build/src/lib/search/worker.js +24 -16
  93. package/build/src/lib/search/worker.js.map +1 -1
  94. package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
  95. package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
  96. package/build/src/lib/sidebar-mobile-store.js +26 -0
  97. package/build/src/lib/sidebar-mobile-store.js.map +1 -0
  98. package/build/src/lib/toc-collapsible-store.d.ts +7 -0
  99. package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
  100. package/build/src/lib/toc-collapsible-store.js +40 -0
  101. package/build/src/lib/toc-collapsible-store.js.map +1 -0
  102. package/build/src/lib/translations.d.ts.map +1 -1
  103. package/build/src/lib/translations.js +10 -5
  104. package/build/src/lib/translations.js.map +1 -1
  105. package/build/src/lib/use-details-dismiss.d.ts.map +1 -1
  106. package/build/src/lib/use-details-dismiss.js.map +1 -1
  107. package/build/src/lib/use-navbar-overflow.d.ts.map +1 -1
  108. package/build/src/lib/use-navbar-overflow.js.map +1 -1
  109. package/build/src/plugins/bundle-guard/index.d.ts.map +1 -1
  110. package/build/src/plugins/bundle-guard/index.js.map +1 -1
  111. package/build/src/plugins/icons/generate.d.ts.map +1 -1
  112. package/build/src/plugins/icons/generate.js +4 -2
  113. package/build/src/plugins/icons/generate.js.map +1 -1
  114. package/build/src/plugins/icons/index.d.ts.map +1 -1
  115. package/build/src/plugins/icons/index.js.map +1 -1
  116. package/build/src/plugins/mermaid-tooltip/client.d.ts.map +1 -1
  117. package/build/src/plugins/mermaid-tooltip/client.js.map +1 -1
  118. package/build/src/plugins/mermaid-tooltip/index.d.ts.map +1 -1
  119. package/build/src/plugins/mermaid-tooltip/index.js.map +1 -1
  120. package/build/src/scripts/data-attribute-query.d.ts.map +1 -1
  121. package/build/src/scripts/data-attribute-query.js.map +1 -1
  122. package/build/src/styles/embed.css +132 -0
  123. package/build/src/tests/cascade-defensive.test.js +6 -3
  124. package/build/src/tests/cascade-defensive.test.js.map +1 -1
  125. package/build/src/tests/class-name-style-passthrough.test.js +4 -2
  126. package/build/src/tests/class-name-style-passthrough.test.js.map +1 -1
  127. package/build/src/tests/cli/i18n/check.test.d.ts +2 -0
  128. package/build/src/tests/cli/i18n/check.test.d.ts.map +1 -0
  129. package/build/src/tests/cli/i18n/check.test.js +79 -0
  130. package/build/src/tests/cli/i18n/check.test.js.map +1 -0
  131. package/build/src/tests/cli/i18n/coverage.test.d.ts +2 -0
  132. package/build/src/tests/cli/i18n/coverage.test.d.ts.map +1 -0
  133. package/build/src/tests/cli/i18n/coverage.test.js +150 -0
  134. package/build/src/tests/cli/i18n/coverage.test.js.map +1 -0
  135. package/build/src/tests/cli/i18n/sync.test.d.ts +2 -0
  136. package/build/src/tests/cli/i18n/sync.test.d.ts.map +1 -0
  137. package/build/src/tests/cli/i18n/sync.test.js +164 -0
  138. package/build/src/tests/cli/i18n/sync.test.js.map +1 -0
  139. package/build/src/tests/config-drift.test.js +18 -9
  140. package/build/src/tests/config-drift.test.js.map +1 -1
  141. package/build/src/tests/exports-module-format.test.d.ts +2 -0
  142. package/build/src/tests/exports-module-format.test.d.ts.map +1 -0
  143. package/build/src/tests/exports-module-format.test.js +106 -0
  144. package/build/src/tests/exports-module-format.test.js.map +1 -0
  145. package/build/src/tests/icons.test.js +16 -14
  146. package/build/src/tests/icons.test.js.map +1 -1
  147. package/build/src/tests/lib/color.test.js.map +1 -1
  148. package/build/src/tests/lib/css-generator.test.js +216 -108
  149. package/build/src/tests/lib/css-generator.test.js.map +1 -1
  150. package/build/src/tests/lib/i18n/apply-plan.test.d.ts +2 -0
  151. package/build/src/tests/lib/i18n/apply-plan.test.d.ts.map +1 -0
  152. package/build/src/tests/lib/i18n/apply-plan.test.js +361 -0
  153. package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -0
  154. package/build/src/tests/lib/i18n/content-scan.test.d.ts +2 -0
  155. package/build/src/tests/lib/i18n/content-scan.test.d.ts.map +1 -0
  156. package/build/src/tests/lib/i18n/content-scan.test.js +236 -0
  157. package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -0
  158. package/build/src/tests/lib/i18n/coverage.test.d.ts +2 -0
  159. package/build/src/tests/lib/i18n/coverage.test.d.ts.map +1 -0
  160. package/build/src/tests/lib/i18n/coverage.test.js +304 -0
  161. package/build/src/tests/lib/i18n/coverage.test.js.map +1 -0
  162. package/build/src/tests/lib/i18n/reconcile.test.d.ts +2 -0
  163. package/build/src/tests/lib/i18n/reconcile.test.d.ts.map +1 -0
  164. package/build/src/tests/lib/i18n/reconcile.test.js +648 -0
  165. package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -0
  166. package/build/src/tests/lib/i18n/site-context.test.d.ts +2 -0
  167. package/build/src/tests/lib/i18n/site-context.test.d.ts.map +1 -0
  168. package/build/src/tests/lib/i18n/site-context.test.js +48 -0
  169. package/build/src/tests/lib/i18n/site-context.test.js.map +1 -0
  170. package/build/src/tests/lib/search/indexer.test.js +2 -1
  171. package/build/src/tests/lib/search/indexer.test.js.map +1 -1
  172. package/build/src/tests/lib/search/worker.test.js +11 -0
  173. package/build/src/tests/lib/search/worker.test.js.map +1 -1
  174. package/build/src/tests/lib/sidebar-mobile-store.test.d.ts +2 -0
  175. package/build/src/tests/lib/sidebar-mobile-store.test.d.ts.map +1 -0
  176. package/build/src/tests/lib/sidebar-mobile-store.test.js +69 -0
  177. package/build/src/tests/lib/sidebar-mobile-store.test.js.map +1 -0
  178. package/build/src/tests/lib/toc-collapsible-store.test.d.ts +2 -0
  179. package/build/src/tests/lib/toc-collapsible-store.test.d.ts.map +1 -0
  180. package/build/src/tests/lib/toc-collapsible-store.test.js +64 -0
  181. package/build/src/tests/lib/toc-collapsible-store.test.js.map +1 -0
  182. package/build/src/tests/lib/translations.test.js +94 -47
  183. package/build/src/tests/lib/translations.test.js.map +1 -1
  184. package/build/src/tests/options.test.js +6 -3
  185. package/build/src/tests/options.test.js.map +1 -1
  186. package/build/src/tests/presets/envoy/preset.test.js +8 -4
  187. package/build/src/tests/presets/envoy/preset.test.js.map +1 -1
  188. package/build/src/tests/presets/foundry/preset.test.js +8 -4
  189. package/build/src/tests/presets/foundry/preset.test.js.map +1 -1
  190. package/build/src/tests/presets/lantern/preset.test.js +8 -4
  191. package/build/src/tests/presets/lantern/preset.test.js.map +1 -1
  192. package/build/src/tests/presets/marshal/preset.test.js +8 -4
  193. package/build/src/tests/presets/marshal/preset.test.js.map +1 -1
  194. package/build/src/tests/presets/sample/preset.test.js +8 -4
  195. package/build/src/tests/presets/sample/preset.test.js.map +1 -1
  196. package/build/src/tests/presets/sentinel/preset.test.js +8 -4
  197. package/build/src/tests/presets/sentinel/preset.test.js.map +1 -1
  198. package/build/src/tests/presets/signal/preset.test.js +8 -4
  199. package/build/src/tests/presets/signal/preset.test.js.map +1 -1
  200. package/build/src/tests/since-version.test.d.ts +2 -0
  201. package/build/src/tests/since-version.test.d.ts.map +1 -0
  202. package/build/src/tests/since-version.test.js +135 -0
  203. package/build/src/tests/since-version.test.js.map +1 -0
  204. package/build/src/tests/theme/CodeBlock/live-editor.test.js +13 -1
  205. package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -1
  206. package/build/src/tests/type-declarations.test.d.ts +1 -30
  207. package/build/src/tests/type-declarations.test.d.ts.map +1 -1
  208. package/build/src/tests/type-declarations.test.js +7 -3583
  209. package/build/src/tests/type-declarations.test.js.map +1 -1
  210. package/build/src/theme/Admonition/index.d.ts.map +1 -1
  211. package/build/src/theme/Admonition/index.js.map +1 -1
  212. package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -1
  213. package/build/src/theme/AnnouncementBar/index.js +2 -1
  214. package/build/src/theme/AnnouncementBar/index.js.map +1 -1
  215. package/build/src/theme/Blog/Components/Author/Socials/index.d.ts.map +1 -1
  216. package/build/src/theme/Blog/Components/Author/Socials/index.js +28 -14
  217. package/build/src/theme/Blog/Components/Author/Socials/index.js.map +1 -1
  218. package/build/src/theme/Blog/Components/Author/index.d.ts.map +1 -1
  219. package/build/src/theme/Blog/Components/Author/index.js.map +1 -1
  220. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -1
  221. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -1
  222. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -1
  223. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -1
  224. package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -1
  225. package/build/src/theme/BlogArchivePage/index.js.map +1 -1
  226. package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
  227. package/build/src/theme/BlogLayout/index.js.map +1 -1
  228. package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
  229. package/build/src/theme/BlogListPage/StructuredData/index.js.map +1 -1
  230. package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
  231. package/build/src/theme/BlogListPage/index.js.map +1 -1
  232. package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
  233. package/build/src/theme/BlogListPaginator/index.js.map +1 -1
  234. package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
  235. package/build/src/theme/BlogPostItem/index.js +14 -7
  236. package/build/src/theme/BlogPostItem/index.js.map +1 -1
  237. package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
  238. package/build/src/theme/BlogPostItems/index.js.map +1 -1
  239. package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
  240. package/build/src/theme/BlogPostPage/index.js +2 -1
  241. package/build/src/theme/BlogPostPage/index.js.map +1 -1
  242. package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
  243. package/build/src/theme/BlogPostPaginator/index.js.map +1 -1
  244. package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
  245. package/build/src/theme/BlogSidebar/index.js.map +1 -1
  246. package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
  247. package/build/src/theme/BlogSidebarMobile/index.js.map +1 -1
  248. package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
  249. package/build/src/theme/BlogTagsListPage/index.js.map +1 -1
  250. package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
  251. package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -1
  252. package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
  253. package/build/src/theme/CodeBlock/index.js.map +1 -1
  254. package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
  255. package/build/src/theme/CodeBlock/live-editor.js +2 -2
  256. package/build/src/theme/CodeBlock/live-editor.js.map +1 -1
  257. package/build/src/theme/CodeInline/index.d.ts.map +1 -1
  258. package/build/src/theme/CodeInline/index.js.map +1 -1
  259. package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
  260. package/build/src/theme/ContentFooter/Edit/index.js.map +1 -1
  261. package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
  262. package/build/src/theme/ContentFooter/Share/index.js.map +1 -1
  263. package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
  264. package/build/src/theme/ContentFooter/ShareButton/index.js +3 -0
  265. package/build/src/theme/ContentFooter/ShareButton/index.js.map +1 -1
  266. package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
  267. package/build/src/theme/ContentFooter/Tags/index.js.map +1 -1
  268. package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
  269. package/build/src/theme/ContentFooter/index.js.map +1 -1
  270. package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -1
  271. package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -1
  272. package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -1
  273. package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -1
  274. package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
  275. package/build/src/theme/ContentVisibility/index.js.map +1 -1
  276. package/build/src/theme/Details/index.d.ts.map +1 -1
  277. package/build/src/theme/Details/index.js.map +1 -1
  278. package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
  279. package/build/src/theme/DocBreadcrumbs/StructuredData/index.js.map +1 -1
  280. package/build/src/theme/DocCard/index.d.ts.map +1 -1
  281. package/build/src/theme/DocCard/index.js.map +1 -1
  282. package/build/src/theme/DocCardList/index.d.ts.map +1 -1
  283. package/build/src/theme/DocCardList/index.js.map +1 -1
  284. package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
  285. package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -1
  286. package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
  287. package/build/src/theme/DocItem/Content/index.js.map +1 -1
  288. package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
  289. package/build/src/theme/DocItem/Footer/index.js +11 -6
  290. package/build/src/theme/DocItem/Footer/index.js.map +1 -1
  291. package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
  292. package/build/src/theme/DocItem/Layout/index.js.map +1 -1
  293. package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
  294. package/build/src/theme/DocItem/Metadata/index.js.map +1 -1
  295. package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
  296. package/build/src/theme/DocItem/Paginator/index.js.map +1 -1
  297. package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
  298. package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -1
  299. package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
  300. package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -1
  301. package/build/src/theme/DocItem/index.d.ts.map +1 -1
  302. package/build/src/theme/DocItem/index.js +2 -1
  303. package/build/src/theme/DocItem/index.js.map +1 -1
  304. package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
  305. package/build/src/theme/DocPaginator/index.js.map +1 -1
  306. package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
  307. package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -1
  308. package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
  309. package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -1
  310. package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
  311. package/build/src/theme/DocRoot/Layout/index.js +5 -2
  312. package/build/src/theme/DocRoot/Layout/index.js.map +1 -1
  313. package/build/src/theme/DocRoot/index.d.ts.map +1 -1
  314. package/build/src/theme/DocRoot/index.js.map +1 -1
  315. package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
  316. package/build/src/theme/DocSidebar/index.js.map +1 -1
  317. package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
  318. package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -1
  319. package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
  320. package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -1
  321. package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
  322. package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -1
  323. package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
  324. package/build/src/theme/DocSidebarItem/index.js.map +1 -1
  325. package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
  326. package/build/src/theme/DocSidebarItems/index.js.map +1 -1
  327. package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
  328. package/build/src/theme/DocSidebarMobile/index.js +8 -92
  329. package/build/src/theme/DocSidebarMobile/index.js.map +1 -1
  330. package/build/src/theme/DocSidebarMobile/panel.d.ts +3 -0
  331. package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -0
  332. package/build/src/theme/DocSidebarMobile/panel.js +88 -0
  333. package/build/src/theme/DocSidebarMobile/panel.js.map +1 -0
  334. package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
  335. package/build/src/theme/DocTagDocListPage/index.js.map +1 -1
  336. package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
  337. package/build/src/theme/DocTagsListPage/index.js.map +1 -1
  338. package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
  339. package/build/src/theme/DocVersionRoot/index.js.map +1 -1
  340. package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
  341. package/build/src/theme/DocsRoot/index.js.map +1 -1
  342. package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
  343. package/build/src/theme/EditMetaRow/index.js.map +1 -1
  344. package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
  345. package/build/src/theme/EditThisPage/index.js.map +1 -1
  346. package/build/src/theme/Error/index.d.ts.map +1 -1
  347. package/build/src/theme/Error/index.js.map +1 -1
  348. package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
  349. package/build/src/theme/ErrorPageContent/index.js.map +1 -1
  350. package/build/src/theme/Footer/Commons/index.d.ts.map +1 -1
  351. package/build/src/theme/Footer/Commons/index.js.map +1 -1
  352. package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -1
  353. package/build/src/theme/Footer/Embassy/index.js.map +1 -1
  354. package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -1
  355. package/build/src/theme/Footer/Launchpad/index.js.map +1 -1
  356. package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -1
  357. package/build/src/theme/Footer/Ledger/index.js.map +1 -1
  358. package/build/src/theme/Footer/cta.d.ts.map +1 -1
  359. package/build/src/theme/Footer/cta.js.map +1 -1
  360. package/build/src/theme/Footer/index.d.ts.map +1 -1
  361. package/build/src/theme/Footer/index.js.map +1 -1
  362. package/build/src/theme/Heading/index.d.ts.map +1 -1
  363. package/build/src/theme/Heading/index.js.map +1 -1
  364. package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
  365. package/build/src/theme/IconExternalLink/index.js.map +1 -1
  366. package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
  367. package/build/src/theme/LastUpdated/index.js.map +1 -1
  368. package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
  369. package/build/src/theme/Layout/Provider/index.js.map +1 -1
  370. package/build/src/theme/Layout/index.d.ts.map +1 -1
  371. package/build/src/theme/Layout/index.js +2 -1
  372. package/build/src/theme/Layout/index.js.map +1 -1
  373. package/build/src/theme/Loading/index.d.ts.map +1 -1
  374. package/build/src/theme/Loading/index.js.map +1 -1
  375. package/build/src/theme/Logo/index.d.ts.map +1 -1
  376. package/build/src/theme/Logo/index.js.map +1 -1
  377. package/build/src/theme/MDXContent/index.d.ts.map +1 -1
  378. package/build/src/theme/MDXContent/index.js.map +1 -1
  379. package/build/src/theme/MDXPage/index.d.ts.map +1 -1
  380. package/build/src/theme/MDXPage/index.js +9 -5
  381. package/build/src/theme/MDXPage/index.js.map +1 -1
  382. package/build/src/theme/Mermaid/index.d.ts.map +1 -1
  383. package/build/src/theme/Mermaid/index.js.map +1 -1
  384. package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
  385. package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
  386. package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -1
  387. package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -1
  388. package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
  389. package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
  390. package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -1
  391. package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -1
  392. package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
  393. package/build/src/theme/Navbar/Compass/index.js.map +1 -1
  394. package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -1
  395. package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -1
  396. package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -1
  397. package/build/src/theme/Navbar/Monolith/index.js.map +1 -1
  398. package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -1
  399. package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -1
  400. package/build/src/theme/Navbar/More/index.d.ts.map +1 -1
  401. package/build/src/theme/Navbar/More/index.js.map +1 -1
  402. package/build/src/theme/Navbar/index.js +0 -1
  403. package/build/src/theme/Navbar/index.js.map +1 -1
  404. package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -1
  405. package/build/src/theme/NavbarItem/component-types.js +2 -0
  406. package/build/src/theme/NavbarItem/component-types.js.map +1 -1
  407. package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
  408. package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -1
  409. package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
  410. package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -1
  411. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
  412. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -1
  413. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
  414. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -1
  415. package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
  416. package/build/src/theme/NavbarItem/docs-version-navbar-item.js +1 -1
  417. package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -1
  418. package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
  419. package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -1
  420. package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
  421. package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -1
  422. package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
  423. package/build/src/theme/NavbarItem/index.js.map +1 -1
  424. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
  425. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -1
  426. package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
  427. package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -1
  428. package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
  429. package/build/src/theme/NotFound/Content/index.js.map +1 -1
  430. package/build/src/theme/NotFound/index.d.ts.map +1 -1
  431. package/build/src/theme/NotFound/index.js.map +1 -1
  432. package/build/src/theme/Root/index.d.ts.map +1 -1
  433. package/build/src/theme/Root/index.js.map +1 -1
  434. package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
  435. package/build/src/theme/SearchBar/search-input.js.map +1 -1
  436. package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
  437. package/build/src/theme/SearchBar/search-provider.js +4 -1
  438. package/build/src/theme/SearchBar/search-provider.js.map +1 -1
  439. package/build/src/theme/SearchBar/search-results.d.ts.map +1 -1
  440. package/build/src/theme/SearchBar/search-results.js.map +1 -1
  441. package/build/src/theme/SearchMetadata/index.d.ts.map +1 -1
  442. package/build/src/theme/SearchMetadata/index.js.map +1 -1
  443. package/build/src/theme/SearchPage/index.d.ts.map +1 -1
  444. package/build/src/theme/SearchPage/index.js +4 -1
  445. package/build/src/theme/SearchPage/index.js.map +1 -1
  446. package/build/src/theme/Showcase/index.d.ts.map +1 -1
  447. package/build/src/theme/Showcase/index.js.map +1 -1
  448. package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
  449. package/build/src/theme/SkipToContent/index.js.map +1 -1
  450. package/build/src/theme/TOC/index.d.ts.map +1 -1
  451. package/build/src/theme/TOC/index.js.map +1 -1
  452. package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
  453. package/build/src/theme/TOCCollapsible/index.js +13 -88
  454. package/build/src/theme/TOCCollapsible/index.js.map +1 -1
  455. package/build/src/theme/TOCCollapsible/panel.d.ts +3 -0
  456. package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -0
  457. package/build/src/theme/TOCCollapsible/panel.js +90 -0
  458. package/build/src/theme/TOCCollapsible/panel.js.map +1 -0
  459. package/build/src/theme/TabItem/index.d.ts.map +1 -1
  460. package/build/src/theme/TabItem/index.js.map +1 -1
  461. package/build/src/theme/Tabs/index.d.ts.map +1 -1
  462. package/build/src/theme/Tabs/index.js.map +1 -1
  463. package/build/src/theme/Tag/index.d.ts.map +1 -1
  464. package/build/src/theme/Tag/index.js.map +1 -1
  465. package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
  466. package/build/src/theme/TagsListByLetter/index.js.map +1 -1
  467. package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
  468. package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -1
  469. package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
  470. package/build/src/theme/ThemeProvider/index.js.map +1 -1
  471. package/build/src/theme/ThemedImage/index.d.ts.map +1 -1
  472. package/build/src/theme/ThemedImage/index.js.map +1 -1
  473. package/build/src/types/cli/i18n/check.d.ts +29 -0
  474. package/build/src/types/cli/i18n/coverage.d.ts +120 -0
  475. package/build/src/types/cli/i18n/sync.d.ts +42 -0
  476. package/build/src/types/cli/index.d.ts +55 -0
  477. package/build/src/types/icons.d.ts +21 -0
  478. package/build/src/types/index.d.ts +12 -10
  479. package/build/src/types/lib/bundle-size.d.ts +4 -2
  480. package/build/src/types/lib/color.d.ts +6 -6
  481. package/build/src/types/lib/css-generator.d.ts +5 -4
  482. package/build/src/types/lib/i18n/apply-plan.d.ts +134 -0
  483. package/build/src/types/lib/i18n/content-scan.d.ts +193 -0
  484. package/build/src/types/lib/i18n/coverage.d.ts +105 -0
  485. package/build/src/types/lib/i18n/prompt.d.ts +30 -0
  486. package/build/src/types/lib/i18n/reconcile.d.ts +147 -0
  487. package/build/src/types/lib/i18n/report.d.ts +16 -0
  488. package/build/src/types/lib/i18n/site-context.d.ts +147 -0
  489. package/build/src/types/lib/mermaid.d.ts +5 -3
  490. package/build/src/types/lib/search/indexer.d.ts +4 -4
  491. package/build/src/types/lib/search/perform-search.d.ts +27 -27
  492. package/build/src/types/lib/search/worker.d.ts +24 -24
  493. package/build/src/types/lib/sidebar-mobile-store.d.ts +38 -0
  494. package/build/src/types/lib/toc-collapsible-store.d.ts +67 -0
  495. package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
  496. package/build/src/types/plugins/bundle-guard/index.d.ts +2 -2
  497. package/build/src/types/plugins/icons/base-set.d.ts +1 -1
  498. package/build/src/types/plugins/icons/generate.d.ts +18 -14
  499. package/build/src/types/plugins/icons/index.d.ts +6 -6
  500. package/build/src/types/shared.d.ts +416 -8
  501. package/build/src/types/tests/bundle-size.test.d.ts +1 -1
  502. package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
  503. package/build/src/types/tests/config-drift.test.d.ts +4 -4
  504. package/build/src/types/tests/exports-module-format.test.d.ts +143 -0
  505. package/build/src/types/tests/folder-axis.test.d.ts +4 -2
  506. package/build/src/types/tests/icons.test.d.ts +9 -7
  507. package/build/src/types/tests/layered-scope.test.d.ts +70 -20
  508. package/build/src/types/tests/lib/color.test.d.ts +2 -2
  509. package/build/src/types/tests/lib/i18n/apply-plan.test.d.ts +132 -0
  510. package/build/src/types/tests/lib/i18n/content-scan.test.d.ts +87 -0
  511. package/build/src/types/tests/lib/i18n/reconcile.test.d.ts +173 -0
  512. package/build/src/types/tests/lib/i18n/site-context.test.d.ts +30 -0
  513. package/build/src/types/tests/lib/search/worker.test.d.ts +8 -1
  514. package/build/src/types/tests/lib/sidebar-mobile-store.test.d.ts +51 -0
  515. package/build/src/types/tests/lib/toc-collapsible-store.test.d.ts +52 -0
  516. package/build/src/types/tests/nova-version-drift.test.d.ts +3 -3
  517. package/build/src/types/tests/preset.test.d.ts +96 -8
  518. package/build/src/types/tests/since-version.test.d.ts +158 -0
  519. package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +7 -0
  520. package/build/src/types/theme/BlogPostItem/index.d.ts +17 -2
  521. package/build/src/types/theme/DocItem/Footer/index.d.ts +2 -0
  522. package/build/src/types/theme/DocItem/index.d.ts +2 -0
  523. package/build/src/types/theme/DocSidebarMobile/index.d.ts +1 -55
  524. package/build/src/types/theme/DocSidebarMobile/panel.d.ts +54 -0
  525. package/build/src/types/theme/Error/index.d.ts +2 -1
  526. package/build/src/types/theme/ErrorPageContent/index.d.ts +2 -1
  527. package/build/src/types/theme/Layout/index.d.ts +2 -0
  528. package/build/src/types/theme/MDXPage/index.d.ts +3 -1
  529. package/build/src/types/theme/Navbar/index.d.ts +2 -1
  530. package/build/src/types/theme/SearchBar/search-input.d.ts +9 -6
  531. package/build/src/types/theme/SearchBar/search-provider.d.ts +7 -3
  532. package/build/src/types/theme/SearchBar/search-results.d.ts +4 -3
  533. package/build/src/types/theme/SearchPage/index.d.ts +4 -2
  534. package/build/src/types/theme/SiteMetadata/index.d.ts +3 -1
  535. package/build/src/types/theme/TOCCollapsible/index.d.ts +14 -67
  536. package/build/src/types/theme/TOCCollapsible/panel.d.ts +69 -0
  537. package/nova-theme.d.ts +2 -1
  538. package/package.json +23 -10
  539. package/translations/locales/ar/theme-nova.json +35 -35
  540. package/translations/locales/bg/theme-nova.json +170 -0
  541. package/translations/locales/bn/theme-nova.json +170 -0
  542. package/translations/locales/cs/theme-nova.json +170 -0
  543. package/translations/locales/da/theme-nova.json +170 -0
  544. package/translations/locales/de/theme-nova.json +170 -0
  545. package/translations/locales/es/theme-nova.json +170 -0
  546. package/translations/locales/et/theme-nova.json +170 -0
  547. package/translations/locales/fa/theme-nova.json +170 -0
  548. package/translations/locales/fil/theme-nova.json +170 -0
  549. package/translations/locales/fr/theme-nova.json +170 -0
  550. package/translations/locales/he/theme-nova.json +170 -0
  551. package/translations/locales/hi/theme-nova.json +170 -0
  552. package/translations/locales/hu/theme-nova.json +170 -0
  553. package/translations/locales/id/theme-nova.json +170 -0
  554. package/translations/locales/is/theme-nova.json +170 -0
  555. package/translations/locales/it/theme-nova.json +170 -0
  556. package/translations/locales/ja/theme-nova.json +170 -0
  557. package/translations/locales/ko/theme-nova.json +170 -0
  558. package/translations/locales/nb/theme-nova.json +170 -0
  559. package/translations/locales/nl/theme-nova.json +170 -0
  560. package/translations/locales/pl/theme-nova.json +170 -0
  561. package/translations/locales/pt-BR/theme-nova.json +170 -0
  562. package/translations/locales/pt-PT/theme-nova.json +170 -0
  563. package/translations/locales/ru/theme-nova.json +170 -0
  564. package/translations/locales/sl/theme-nova.json +170 -0
  565. package/translations/locales/sr/theme-nova.json +170 -0
  566. package/translations/locales/sv/theme-nova.json +170 -0
  567. package/translations/locales/tk/theme-nova.json +170 -0
  568. package/translations/locales/tr/theme-nova.json +170 -0
  569. package/translations/locales/uk/theme-nova.json +170 -0
  570. package/translations/locales/ur/theme-nova.json +170 -0
  571. package/translations/locales/vi/theme-nova.json +170 -0
  572. package/translations/locales/zh-Hans/theme-nova.json +24 -24
  573. package/translations/locales/zh-Hant/theme-nova.json +170 -0
  574. package/build/src/types/tests/type-declarations.test.d.ts +0 -4947
  575. package/build/src/types/worker-globals.d.ts +0 -103
@@ -0,0 +1,170 @@
1
+ {
2
+ "theme.AnnouncementBar.closeButtonAriaLabel": "بستن اعلان",
3
+ "theme.AppMarketDownload.appStoreAriaLabel": "دانلود از App Store",
4
+ "theme.AppMarketDownload.appStoreSubtitle": "دانلود از",
5
+ "theme.AppMarketDownload.appStoreTitle": "App Store",
6
+ "theme.AppMarketDownload.googlePlayAriaLabel": "دریافت از Google Play",
7
+ "theme.AppMarketDownload.googlePlaySubtitle": "دریافت از",
8
+ "theme.AppMarketDownload.googlePlayTitle": "Google Play",
9
+ "theme.BackToTopButton.buttonAriaLabel": "بازگشت به بالا",
10
+ "theme.BlogPreview.noPosts": "هنوز پستی منتشر نشده است",
11
+ "theme.BlogPreview.readMore": "ادامه مطلب",
12
+ "theme.CodeBlock.copied": "کپی شد",
13
+ "theme.CodeBlock.copy": "کپی",
14
+ "theme.CodeBlock.copyButtonAriaLabel": "کپی کد به کلیپ‌بورد",
15
+ "theme.CodeBlock.showLess": "نمایش کمتر",
16
+ "theme.CodeBlock.showMore": "نمایش بیشتر",
17
+ "theme.CodeBlock.wordWrapToggle": "تغییر حالت شکستن خط",
18
+ "theme.CodeBlock.wrapLabel": "شکستن خط",
19
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": "بستن دسته‌بندی «{label}» در نوار کناری",
20
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "باز کردن دسته‌بندی «{label}» در نوار کناری",
21
+ "theme.Error.tryAgain": "تلاش مجدد",
22
+ "theme.ErrorPageContent.titlePool.0": "یک جای کار می‌لنگد.",
23
+ "theme.ErrorPageContent.titlePool.1": "این صفحه درست بارگذاری نشد.",
24
+ "theme.ErrorPageContent.titlePool.2": "هنگام نمایش این صفحه به مشکل برخوردیم.",
25
+ "theme.ErrorPageContent.titlePool.3": "صفحه هنگام بارگذاری به خطا خورد.",
26
+ "theme.ErrorPageContent.titlePool.4": "چیزی مانع بارگذاری صفحه شد.",
27
+ "theme.ErrorPageContent.tryAgain": "تلاش مجدد",
28
+ "theme.IconExternalLink.ariaLabel": "(در برگه جدید باز می‌شود)",
29
+ "theme.InstallStrip.copied": "کپی شد",
30
+ "theme.InstallStrip.copy": "کپی",
31
+ "theme.InstallStrip.copyAriaLabel": "کپی به کلیپ‌بورد",
32
+ "theme.Loading.errorPrefix": "خطا: ",
33
+ "theme.Loading.loading": "در حال بارگذاری…",
34
+ "theme.Loading.retry": "تلاش مجدد",
35
+ "theme.Loading.timeout": "بارگذاری بیشتر از حد معمول طول کشیده…",
36
+ "theme.NotFound.bundles.0.backHomeLabel": "بازگشت به مسیر اصلی",
37
+ "theme.NotFound.bundles.0.description": "بیایید شما را به مسیر درست برگردانیم.",
38
+ "theme.NotFound.bundles.0.title": "این صفحه راه را اشتباهی رفته است.",
39
+ "theme.NotFound.bundles.1.backHomeLabel": "بازگشت به قلمرو شناخته‌شده",
40
+ "theme.NotFound.bundles.1.description": "شاید جابه‌جا شده باشد، یا شاید هم از اول وجود نداشته.",
41
+ "theme.NotFound.bundles.1.title": "این نشانی روی نقشه ما نیست.",
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} دقیقه مطالعه",
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} مورد",
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} مطلب",
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": "Isara ang anunsyo",
3
+ "theme.AppMarketDownload.appStoreAriaLabel": "I-download sa App Store",
4
+ "theme.AppMarketDownload.appStoreSubtitle": "I-download sa",
5
+ "theme.AppMarketDownload.appStoreTitle": "App Store",
6
+ "theme.AppMarketDownload.googlePlayAriaLabel": "Kunin ito sa Google Play",
7
+ "theme.AppMarketDownload.googlePlaySubtitle": "KUNIN ITO SA",
8
+ "theme.AppMarketDownload.googlePlayTitle": "Google Play",
9
+ "theme.BackToTopButton.buttonAriaLabel": "Bumalik sa itaas",
10
+ "theme.BlogPreview.noPosts": "Wala pang mga post",
11
+ "theme.BlogPreview.readMore": "Magbasa pa",
12
+ "theme.CodeBlock.copied": "Nakopya!",
13
+ "theme.CodeBlock.copy": "Kopyahin",
14
+ "theme.CodeBlock.copyButtonAriaLabel": "Kopyahin ang code sa clipboard",
15
+ "theme.CodeBlock.showLess": "Magpakita ng mas kaunti",
16
+ "theme.CodeBlock.showMore": "Magpakita ng higit pa",
17
+ "theme.CodeBlock.wordWrapToggle": "I-toggle ang word wrap",
18
+ "theme.CodeBlock.wrapLabel": "I-wrap",
19
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": "I-collapse ang kategorya ng sidebar na '{label}'",
20
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "I-expand ang kategorya ng sidebar na '{label}'",
21
+ "theme.Error.tryAgain": "Subukang muli",
22
+ "theme.ErrorPageContent.titlePool.0": "May sumablay yata.",
23
+ "theme.ErrorPageContent.titlePool.1": "Hindi maayos na na-load ang pahinang ito.",
24
+ "theme.ErrorPageContent.titlePool.2": "Nagkaproblema kami sa pag-render ng pahinang ito.",
25
+ "theme.ErrorPageContent.titlePool.3": "Nagka-error ang pahina habang nilo-load.",
26
+ "theme.ErrorPageContent.titlePool.4": "May kinatisod ang pahinang ito.",
27
+ "theme.ErrorPageContent.tryAgain": "Subukang muli",
28
+ "theme.IconExternalLink.ariaLabel": "(bubukas sa bagong tab)",
29
+ "theme.InstallStrip.copied": "NAKOPYA",
30
+ "theme.InstallStrip.copy": "KOPYAHIN",
31
+ "theme.InstallStrip.copyAriaLabel": "Kopyahin sa clipboard",
32
+ "theme.Loading.errorPrefix": "Error: ",
33
+ "theme.Loading.loading": "Naglo-load...",
34
+ "theme.Loading.retry": "Subukang muli",
35
+ "theme.Loading.timeout": "Medyo nagtatagal ito...",
36
+ "theme.NotFound.bundles.0.backHomeLabel": "Balik sa tamang daan",
37
+ "theme.NotFound.bundles.0.description": "Ibabalik ka namin sa tamang landas.",
38
+ "theme.NotFound.bundles.0.title": "Nagkamali ng liko ang pahinang ito.",
39
+ "theme.NotFound.bundles.1.backHomeLabel": "Balik sa pamilyar na lugar",
40
+ "theme.NotFound.bundles.1.description": "Baka inilipat ito, o baka wala naman talaga ito noon pa man.",
41
+ "theme.NotFound.bundles.1.title": "Wala sa aming mapa ang URL na ito.",
42
+ "theme.NotFound.bundles.2.backHomeLabel": "Balik sa kampo",
43
+ "theme.NotFound.bundles.2.description": "Subukang bumalik sa kampo, o gamitin ang paghahanap para matunton ang daan mo.",
44
+ "theme.NotFound.bundles.2.title": "Mukhang nawala tayo sa landas.",
45
+ "theme.NotFound.bundles.3.backHomeLabel": "Balik sa lobby",
46
+ "theme.NotFound.bundles.3.description": "Kung may nagdala sa iyo rito, malamang na luma na ang link.",
47
+ "theme.NotFound.bundles.3.title": "Walang nakatira sa address na ito.",
48
+ "theme.NotFound.bundles.4.backHomeLabel": "Balik sa home",
49
+ "theme.NotFound.bundles.4.description": "I-check ang URL kung may typo, o bumalik para magsimula ulit.",
50
+ "theme.NotFound.bundles.4.title": "Hindi namin mahanap ang hinahanap mo.",
51
+ "theme.NotFound.title": "Hindi Nahanap ang Pahina",
52
+ "theme.SearchBar.ariaLabel": "Maghanap",
53
+ "theme.SearchBar.clearSearchAriaLabel": "I-clear ang paghahanap",
54
+ "theme.SearchBar.loading": "Nilo-load ang index ng paghahanap…",
55
+ "theme.SearchBar.noResults": "Walang nahanap na resulta.",
56
+ "theme.SearchBar.placeholder": "Maghanap",
57
+ "theme.SearchBar.resultsFound": "May nahanap na {count} resulta",
58
+ "theme.SearchPage.loading": "Nilo-load ang index ng paghahanap...",
59
+ "theme.SearchPage.noResults": "Walang nahanap na resulta.",
60
+ "theme.SearchPage.resultsFound": "May nahanap na {count} resulta",
61
+ "theme.SearchPage.title": "Paghahanap",
62
+ "theme.TOC.ariaLabel": "Talaan ng nilalaman",
63
+ "theme.TOCCollapsible.closeAriaLabel": "Isara ang talaan ng nilalaman",
64
+ "theme.TOCCollapsible.dialogAriaLabel": "Talaan ng nilalaman",
65
+ "theme.TOCCollapsible.openAriaLabel": "Buksan ang talaan ng nilalaman",
66
+ "theme.TOCCollapsible.toggleButtonLabel": "Talaan ng Nilalaman",
67
+ "theme.admonition.caution": "ingat",
68
+ "theme.admonition.danger": "panganib",
69
+ "theme.admonition.info": "impormasyon",
70
+ "theme.admonition.note": "tandaan",
71
+ "theme.admonition.tip": "tip",
72
+ "theme.admonition.warning": "babala",
73
+ "theme.blog.archive.description": "Arkibo",
74
+ "theme.blog.archive.title": "Arkibo",
75
+ "theme.blog.authorsList.pageTitle": "Mga May-akda",
76
+ "theme.blog.paginator.first": "Una",
77
+ "theme.blog.paginator.last": "Huli",
78
+ "theme.blog.paginator.navAriaLabel": "Nabigasyon para sa pahina ng listahan ng blog",
79
+ "theme.blog.paginator.next": "Susunod",
80
+ "theme.blog.paginator.previous": "Nakaraan",
81
+ "theme.blog.post.paginator.continueReadingAriaLabel": "Ipagpatuloy ang pagbabasa: {title}",
82
+ "theme.blog.post.paginator.continueReadingLabel": "Ipagpatuloy ang pagbabasa",
83
+ "theme.blog.post.paginator.goBackAriaLabel": "Bumalik: {title}",
84
+ "theme.blog.post.paginator.goBackLabel": "Bumalik",
85
+ "theme.blog.post.paginator.heading": "Magbasa pa",
86
+ "theme.blog.post.paginator.navAriaLabel": "Nabigasyon para sa pahina ng blog post",
87
+ "theme.blog.post.readMore": "Magbasa pa",
88
+ "theme.blog.post.readMoreLabel": "Magbasa pa tungkol sa {title}",
89
+ "theme.blog.post.readingTime.plurals": "{readingTime} minutong pagbasa|{readingTime} na minutong pagbasa",
90
+ "theme.blog.sidebar.ariaLabel": "Sidebar ng blog",
91
+ "theme.blog.sidebar.authorsLabel": "Mga May-akda",
92
+ "theme.blog.sidebar.mobileCloseAriaLabel": "Isara ang sidebar ng blog",
93
+ "theme.blog.sidebar.mobileHeaderTitle": "Sidebar",
94
+ "theme.blog.sidebar.mobileOpenAriaLabel": "Buksan ang sidebar ng blog",
95
+ "theme.blog.sidebar.mobilePanelAriaLabel": "Sidebar ng blog",
96
+ "theme.blog.sidebar.mobileTriggerLabel": "Sidebar",
97
+ "theme.blog.sidebar.subscribeLabel": "Mag-subscribe",
98
+ "theme.blog.tagsListPage.heading": "Mga Tag",
99
+ "theme.blog.tagsPostsPage.viewAllTags": "Tingnan ang Lahat ng Tag",
100
+ "theme.colorMode.dark": "Madilim",
101
+ "theme.colorMode.light": "Maliwanag",
102
+ "theme.colorMode.system": "System",
103
+ "theme.colorMode.toggleAriaLabel": "I-toggle ang color mode",
104
+ "theme.common.editThisPage": "I-edit ang pahinang ito",
105
+ "theme.common.headingLinkTitle": "Direktang link sa heading",
106
+ "theme.contentFooter.editLabel": "Mag-contribute",
107
+ "theme.contentFooter.share.copiedText": "Nakopya!",
108
+ "theme.contentFooter.share.copyLink": "Kopyahin ang link",
109
+ "theme.contentFooter.share.linkCopied": "Nakopya ang link",
110
+ "theme.contentFooter.share.shareOnPlatform": "Ibahagi sa {platformLabel}",
111
+ "theme.contentFooter.shareLabel": "Ibahagi ito",
112
+ "theme.contentFooter.tagsLabel": "Mga Tag",
113
+ "theme.contentVisibility.draftBanner.message": "Draft ang pahinang ito. Makikita lamang ito sa dev at hindi isasama sa production build.",
114
+ "theme.contentVisibility.draftBanner.title": "Draft na pahina",
115
+ "theme.contentVisibility.unlistedBanner.message": "Unlisted ang pahinang ito. Hindi ito ii-index ng mga search engine, at tanging mga user na may direktang link ang makaka-access dito.",
116
+ "theme.contentVisibility.unlistedBanner.title": "Unlisted na pahina",
117
+ "theme.docs.DocCard.categoryDescription.plurals": "{count} item|{count} na item",
118
+ "theme.docs.breadcrumbs.home": "Home",
119
+ "theme.docs.breadcrumbs.navAriaLabel": "Mga breadcrumb",
120
+ "theme.docs.paginator.continueReadingAriaLabel": "Ipagpatuloy ang pagbabasa: {title}",
121
+ "theme.docs.paginator.continueReadingLabel": "Ipagpatuloy ang pagbabasa",
122
+ "theme.docs.paginator.goBackAriaLabel": "Bumalik: {title}",
123
+ "theme.docs.paginator.goBackLabel": "Bumalik",
124
+ "theme.docs.paginator.heading": "Magbasa pa",
125
+ "theme.docs.paginator.navAriaLabel": "Mga pahina ng docs",
126
+ "theme.docs.sidebar.collapseButtonAriaLabel": "I-collapse ang sidebar",
127
+ "theme.docs.sidebar.expandButtonAriaLabel": "I-expand ang sidebar",
128
+ "theme.docs.sidebar.navAriaLabel": "Sidebar ng docs",
129
+ "theme.docs.sidebarMobile.closeAriaLabel": "Isara ang nabigasyon",
130
+ "theme.docs.sidebarMobile.headerTitle": "Nabigasyon",
131
+ "theme.docs.sidebarMobile.openAriaLabel": "Buksan ang nabigasyon ng docs",
132
+ "theme.docs.sidebarMobile.panelAriaLabel": "Nabigasyon ng docs",
133
+ "theme.docs.tagDocListPage.docPosition": "{position} sa {total}",
134
+ "theme.docs.tagDocListPage.readDoc": "Basahin ang artikulo",
135
+ "theme.docs.tagDocListPage.viewAllTags": "Tingnan ang lahat ng tag",
136
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged} sa \"{tagName}\"",
137
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} dokumentong naka-tag|{count} na dokumentong naka-tag",
138
+ "theme.docs.versionBanner.message": "Ito ang dokumentasyon para sa bersyon {versionLabel}.",
139
+ "theme.footer.creditDocusaurusLabel": "Docusaurus",
140
+ "theme.footer.creditNovaLabel": "Nova",
141
+ "theme.footer.creditPhrases.assembled": "Binuo",
142
+ "theme.footer.creditPhrases.brewed": "Tinimpla",
143
+ "theme.footer.creditPhrases.conjured": "Pinalitaw",
144
+ "theme.footer.creditPhrases.crafted": "Nilikha",
145
+ "theme.footer.creditPhrases.forged": "Pinanday",
146
+ "theme.footer.creditPhrases.kindled": "Sinindihan",
147
+ "theme.footer.creditPhrases.sculpted": "Inukit",
148
+ "theme.footer.creditPhrases.sparked": "Pinasiklab",
149
+ "theme.footer.creditPhrases.summoned": "Ipinatawag",
150
+ "theme.footer.creditPhrases.woven": "Hinabi",
151
+ "theme.footer.creditSuffix": " gamit ang ",
152
+ "theme.footer.footerLinksAriaLabel": "Mga link sa footer",
153
+ "theme.footer.socialLinksAriaLabel": "Mga link sa social media",
154
+ "theme.lastUpdated.atDate": " noong {date}",
155
+ "theme.lastUpdated.byUser": " ni {user}",
156
+ "theme.lastUpdated.lastUpdatedAtBy": "Huling na-update{atDate}{byUser}",
157
+ "theme.navbar.closeMenuAriaLabel": "Isara ang menu",
158
+ "theme.navbar.menuButtonLabel": "Menu",
159
+ "theme.navbar.mobileMenuAriaLabel": "Menu ng nabigasyon",
160
+ "theme.navbar.moreLabel": "Higit pa",
161
+ "theme.navbar.navAriaLabel": "Pangunahin",
162
+ "theme.navbar.openMenuAriaLabel": "Buksan ang menu",
163
+ "theme.search.indexNotInitialized": "Hindi pa na-initialize ang index ng paghahanap",
164
+ "theme.search.manifestFetchError": "Hindi nakuha ang manifest ng paghahanap",
165
+ "theme.search.productionOnly": "Available lamang ang paghahanap sa mga production build",
166
+ "theme.search.unknownInitError": "Hindi kilalang error sa pag-initialize",
167
+ "theme.showcase.collapseAll": "I-collapse ang Lahat",
168
+ "theme.showcase.expandAll": "I-expand ang Lahat",
169
+ "theme.showcase.title": "Showcase ng mga Block"
170
+ }
@@ -0,0 +1,170 @@
1
+ {
2
+ "theme.AnnouncementBar.closeButtonAriaLabel": "Fermer l'annonce",
3
+ "theme.AppMarketDownload.appStoreAriaLabel": "Télécharger dans l'App Store",
4
+ "theme.AppMarketDownload.appStoreSubtitle": "Télécharger dans",
5
+ "theme.AppMarketDownload.appStoreTitle": "App Store",
6
+ "theme.AppMarketDownload.googlePlayAriaLabel": "Disponible sur Google Play",
7
+ "theme.AppMarketDownload.googlePlaySubtitle": "DISPONIBLE SUR",
8
+ "theme.AppMarketDownload.googlePlayTitle": "Google Play",
9
+ "theme.BackToTopButton.buttonAriaLabel": "Retour au début de la page",
10
+ "theme.BlogPreview.noPosts": "Aucun article pour le moment",
11
+ "theme.BlogPreview.readMore": "Lire la suite",
12
+ "theme.CodeBlock.copied": "Copié !",
13
+ "theme.CodeBlock.copy": "Copier",
14
+ "theme.CodeBlock.copyButtonAriaLabel": "Copier le code dans le presse-papiers",
15
+ "theme.CodeBlock.showLess": "Voir moins",
16
+ "theme.CodeBlock.showMore": "Voir plus",
17
+ "theme.CodeBlock.wordWrapToggle": "Activer/désactiver le retour à la ligne",
18
+ "theme.CodeBlock.wrapLabel": "Retour à la ligne",
19
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": "Réduire la catégorie « {label} » de la barre latérale",
20
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "Développer la catégorie « {label} » de la barre latérale",
21
+ "theme.Error.tryAgain": "Réessayer",
22
+ "theme.ErrorPageContent.titlePool.0": "Quelque chose a déraillé.",
23
+ "theme.ErrorPageContent.titlePool.1": "Cette page ne s'est pas chargée correctement.",
24
+ "theme.ErrorPageContent.titlePool.2": "Nous avons rencontré un pépin en affichant cette page.",
25
+ "theme.ErrorPageContent.titlePool.3": "La page a rencontré une erreur en chemin.",
26
+ "theme.ErrorPageContent.titlePool.4": "Quelque chose a fait trébucher la page.",
27
+ "theme.ErrorPageContent.tryAgain": "Réessayer",
28
+ "theme.IconExternalLink.ariaLabel": "(s'ouvre dans un nouvel onglet)",
29
+ "theme.InstallStrip.copied": "COPIÉ",
30
+ "theme.InstallStrip.copy": "COPIER",
31
+ "theme.InstallStrip.copyAriaLabel": "Copier dans le presse-papiers",
32
+ "theme.Loading.errorPrefix": "Erreur : ",
33
+ "theme.Loading.loading": "Chargement…",
34
+ "theme.Loading.retry": "Réessayer",
35
+ "theme.Loading.timeout": "Le chargement prend plus de temps que prévu…",
36
+ "theme.NotFound.bundles.0.backHomeLabel": "Reprendre la route",
37
+ "theme.NotFound.bundles.0.description": "Laissez-nous vous remettre sur la bonne voie.",
38
+ "theme.NotFound.bundles.0.title": "Cette page a pris un mauvais virage.",
39
+ "theme.NotFound.bundles.1.backHomeLabel": "Retour en terrain connu",
40
+ "theme.NotFound.bundles.1.description": "Elle a peut-être été déplacée, ou n'a tout simplement jamais existé.",
41
+ "theme.NotFound.bundles.1.title": "Cette URL ne figure pas sur notre carte.",
42
+ "theme.NotFound.bundles.2.backHomeLabel": "Retour au camp",
43
+ "theme.NotFound.bundles.2.description": "Essayez de revenir au camp ou utilisez la recherche pour retrouver votre chemin.",
44
+ "theme.NotFound.bundles.2.title": "On dirait que nous avons perdu la piste.",
45
+ "theme.NotFound.bundles.3.backHomeLabel": "Retour au hall d'accueil",
46
+ "theme.NotFound.bundles.3.description": "Si un lien vous a amené ici, il est probablement obsolète.",
47
+ "theme.NotFound.bundles.3.title": "Personne n'habite à cette adresse.",
48
+ "theme.NotFound.bundles.4.backHomeLabel": "Retour à l'accueil",
49
+ "theme.NotFound.bundles.4.description": "Vérifiez que l'URL ne contient pas de faute de frappe, ou revenez à l'accueil pour repartir de zéro.",
50
+ "theme.NotFound.bundles.4.title": "Nous n'avons pas trouvé ce que vous cherchiez.",
51
+ "theme.NotFound.title": "Page introuvable",
52
+ "theme.SearchBar.ariaLabel": "Rechercher",
53
+ "theme.SearchBar.clearSearchAriaLabel": "Effacer la recherche",
54
+ "theme.SearchBar.loading": "Chargement de l'index de recherche…",
55
+ "theme.SearchBar.noResults": "Aucun résultat trouvé.",
56
+ "theme.SearchBar.placeholder": "Rechercher",
57
+ "theme.SearchBar.resultsFound": "Résultats trouvés : {count}",
58
+ "theme.SearchPage.loading": "Chargement de l'index de recherche…",
59
+ "theme.SearchPage.noResults": "Aucun résultat trouvé.",
60
+ "theme.SearchPage.resultsFound": "Résultats trouvés : {count}",
61
+ "theme.SearchPage.title": "Recherche",
62
+ "theme.TOC.ariaLabel": "Table des matières",
63
+ "theme.TOCCollapsible.closeAriaLabel": "Fermer la table des matières",
64
+ "theme.TOCCollapsible.dialogAriaLabel": "Table des matières",
65
+ "theme.TOCCollapsible.openAriaLabel": "Ouvrir la table des matières",
66
+ "theme.TOCCollapsible.toggleButtonLabel": "Table des matières",
67
+ "theme.admonition.caution": "attention",
68
+ "theme.admonition.danger": "danger",
69
+ "theme.admonition.info": "info",
70
+ "theme.admonition.note": "remarque",
71
+ "theme.admonition.tip": "astuce",
72
+ "theme.admonition.warning": "avertissement",
73
+ "theme.blog.archive.description": "Archives",
74
+ "theme.blog.archive.title": "Archives",
75
+ "theme.blog.authorsList.pageTitle": "Auteurs",
76
+ "theme.blog.paginator.first": "Première",
77
+ "theme.blog.paginator.last": "Dernière",
78
+ "theme.blog.paginator.navAriaLabel": "Pagination de la liste des articles du blog",
79
+ "theme.blog.paginator.next": "Suivante",
80
+ "theme.blog.paginator.previous": "Précédente",
81
+ "theme.blog.post.paginator.continueReadingAriaLabel": "Continuer la lecture : {title}",
82
+ "theme.blog.post.paginator.continueReadingLabel": "Continuer la lecture",
83
+ "theme.blog.post.paginator.goBackAriaLabel": "Revenir en arrière : {title}",
84
+ "theme.blog.post.paginator.goBackLabel": "Revenir en arrière",
85
+ "theme.blog.post.paginator.heading": "Poursuivre la lecture",
86
+ "theme.blog.post.paginator.navAriaLabel": "Pagination des articles du blog",
87
+ "theme.blog.post.readMore": "Lire la suite",
88
+ "theme.blog.post.readMoreLabel": "En savoir plus sur {title}",
89
+ "theme.blog.post.readingTime.plurals": "Une minute de lecture|{readingTime} minutes de lecture|{readingTime} minutes de lecture",
90
+ "theme.blog.sidebar.ariaLabel": "Barre latérale du blog",
91
+ "theme.blog.sidebar.authorsLabel": "Auteurs",
92
+ "theme.blog.sidebar.mobileCloseAriaLabel": "Fermer la barre latérale du blog",
93
+ "theme.blog.sidebar.mobileHeaderTitle": "Barre latérale",
94
+ "theme.blog.sidebar.mobileOpenAriaLabel": "Ouvrir la barre latérale du blog",
95
+ "theme.blog.sidebar.mobilePanelAriaLabel": "Barre latérale du blog",
96
+ "theme.blog.sidebar.mobileTriggerLabel": "Barre latérale",
97
+ "theme.blog.sidebar.subscribeLabel": "S'abonner",
98
+ "theme.blog.tagsListPage.heading": "Tags",
99
+ "theme.blog.tagsPostsPage.viewAllTags": "Voir tous les tags",
100
+ "theme.colorMode.dark": "Sombre",
101
+ "theme.colorMode.light": "Clair",
102
+ "theme.colorMode.system": "Système",
103
+ "theme.colorMode.toggleAriaLabel": "Changer de mode de couleur",
104
+ "theme.common.editThisPage": "Modifier cette page",
105
+ "theme.common.headingLinkTitle": "Lien direct vers ce titre",
106
+ "theme.contentFooter.editLabel": "Contribuer",
107
+ "theme.contentFooter.share.copiedText": "Copié !",
108
+ "theme.contentFooter.share.copyLink": "Copier le lien",
109
+ "theme.contentFooter.share.linkCopied": "Lien copié",
110
+ "theme.contentFooter.share.shareOnPlatform": "Partager sur {platformLabel}",
111
+ "theme.contentFooter.shareLabel": "Partager cette page",
112
+ "theme.contentFooter.tagsLabel": "Tags",
113
+ "theme.contentVisibility.draftBanner.message": "Cette page est un brouillon. Elle ne sera visible qu'en développement et sera exclue du build de production.",
114
+ "theme.contentVisibility.draftBanner.title": "Page brouillon",
115
+ "theme.contentVisibility.unlistedBanner.message": "Cette page n'est pas répertoriée. Les moteurs de recherche ne l'indexeront pas, et seuls les utilisateurs ayant un lien direct peuvent y accéder.",
116
+ "theme.contentVisibility.unlistedBanner.title": "Page non répertoriée",
117
+ "theme.docs.DocCard.categoryDescription.plurals": "1 élément|{count} éléments|{count} éléments",
118
+ "theme.docs.breadcrumbs.home": "Accueil",
119
+ "theme.docs.breadcrumbs.navAriaLabel": "Fil d'Ariane",
120
+ "theme.docs.paginator.continueReadingAriaLabel": "Continuer la lecture : {title}",
121
+ "theme.docs.paginator.continueReadingLabel": "Continuer la lecture",
122
+ "theme.docs.paginator.goBackAriaLabel": "Revenir en arrière : {title}",
123
+ "theme.docs.paginator.goBackLabel": "Revenir en arrière",
124
+ "theme.docs.paginator.heading": "Poursuivre la lecture",
125
+ "theme.docs.paginator.navAriaLabel": "Pages de documentation",
126
+ "theme.docs.sidebar.collapseButtonAriaLabel": "Réduire la barre latérale",
127
+ "theme.docs.sidebar.expandButtonAriaLabel": "Développer la barre latérale",
128
+ "theme.docs.sidebar.navAriaLabel": "Barre latérale de la documentation",
129
+ "theme.docs.sidebarMobile.closeAriaLabel": "Fermer la navigation",
130
+ "theme.docs.sidebarMobile.headerTitle": "Navigation",
131
+ "theme.docs.sidebarMobile.openAriaLabel": "Ouvrir la navigation de la documentation",
132
+ "theme.docs.sidebarMobile.panelAriaLabel": "Navigation de la documentation",
133
+ "theme.docs.tagDocListPage.docPosition": "{position} sur {total}",
134
+ "theme.docs.tagDocListPage.readDoc": "Lire l'article",
135
+ "theme.docs.tagDocListPage.viewAllTags": "Voir tous les tags",
136
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged} avec « {tagName} »",
137
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "Un document tagué|{count} documents tagués|{count} documents tagués",
138
+ "theme.docs.versionBanner.message": "Vous consultez la documentation de la version {versionLabel}.",
139
+ "theme.footer.creditDocusaurusLabel": "Docusaurus",
140
+ "theme.footer.creditNovaLabel": "Nova",
141
+ "theme.footer.creditPhrases.assembled": "Assemblé",
142
+ "theme.footer.creditPhrases.brewed": "Brassé",
143
+ "theme.footer.creditPhrases.conjured": "Concocté",
144
+ "theme.footer.creditPhrases.crafted": "Façonné",
145
+ "theme.footer.creditPhrases.forged": "Forgé",
146
+ "theme.footer.creditPhrases.kindled": "Embrasé",
147
+ "theme.footer.creditPhrases.sculpted": "Sculpté",
148
+ "theme.footer.creditPhrases.sparked": "Allumé",
149
+ "theme.footer.creditPhrases.summoned": "Invoqué",
150
+ "theme.footer.creditPhrases.woven": "Tissé",
151
+ "theme.footer.creditSuffix": " avec ",
152
+ "theme.footer.footerLinksAriaLabel": "Liens du pied de page",
153
+ "theme.footer.socialLinksAriaLabel": "Liens vers les réseaux sociaux",
154
+ "theme.lastUpdated.atDate": " le {date}",
155
+ "theme.lastUpdated.byUser": " par {user}",
156
+ "theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
157
+ "theme.navbar.closeMenuAriaLabel": "Fermer le menu",
158
+ "theme.navbar.menuButtonLabel": "Menu",
159
+ "theme.navbar.mobileMenuAriaLabel": "Menu de navigation",
160
+ "theme.navbar.moreLabel": "Plus",
161
+ "theme.navbar.navAriaLabel": "Principale",
162
+ "theme.navbar.openMenuAriaLabel": "Ouvrir le menu",
163
+ "theme.search.indexNotInitialized": "L'index de recherche n'est pas initialisé",
164
+ "theme.search.manifestFetchError": "Échec de la récupération du manifeste de recherche",
165
+ "theme.search.productionOnly": "La recherche n'est disponible que dans les builds de production",
166
+ "theme.search.unknownInitError": "Erreur inconnue lors de l'initialisation",
167
+ "theme.showcase.collapseAll": "Tout réduire",
168
+ "theme.showcase.expandAll": "Tout développer",
169
+ "theme.showcase.title": "Vitrine des blocs"
170
+ }