@henlii/pidance 0.1.3 → 0.2.1

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 (271) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +14 -9
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/required-server-files.json +6 -2
  6. package/.next/routes-manifest.json +36 -6
  7. package/.next/server/app/_global-error/page.js +3 -3
  8. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/_global-error.html +1 -1
  10. package/.next/server/app/_global-error.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +2 -2
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  24. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  27. package/.next/server/app/api/about/route.js +1 -1
  28. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  29. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  30. package/.next/server/app/api/agent/[id]/route.js +1 -1
  31. package/.next/server/app/api/agent/new/route.js +1 -1
  32. package/.next/server/app/api/agent/running/events/route.js +2 -2
  33. package/.next/server/app/api/agent/running/route.js +1 -1
  34. package/.next/server/app/api/agent-settings/route.js +2 -2
  35. package/.next/server/app/api/attachments/route.js +1 -1
  36. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  37. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  38. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  39. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  40. package/.next/server/app/api/auth/providers/route.js +1 -1
  41. package/.next/server/app/api/auth/ui-session/route.js +1 -1
  42. package/.next/server/app/api/cwd/browse/route.js +1 -1
  43. package/.next/server/app/api/cwd/validate/route.js +1 -1
  44. package/.next/server/app/api/default-cwd/route.js +1 -1
  45. package/.next/server/app/api/file-index/route.js +1 -1
  46. package/.next/server/app/api/files/[...path]/route.js +5 -5
  47. package/.next/server/app/api/git/diff/route.js +1 -1
  48. package/.next/server/app/api/git/status/route.js +1 -1
  49. package/.next/server/app/api/home/route.js +1 -1
  50. package/.next/server/app/api/models/route.js +1 -1
  51. package/.next/server/app/api/models-config/raw/route.js +1 -0
  52. package/.next/server/app/api/models-config/raw/route_client-reference-manifest.js +1 -0
  53. package/.next/server/app/api/models-config/route.js +1 -1
  54. package/.next/server/app/api/models-config/test/route.js +1 -1
  55. package/.next/server/app/api/plugins/route.js +1 -2
  56. package/.next/server/app/api/plugins/search/route.js +1 -0
  57. package/.next/server/app/api/{runtime/switch → plugins/search}/route_client-reference-manifest.js +1 -1
  58. package/.next/server/app/api/plugins/updates/route.js +1 -0
  59. package/.next/server/app/api/plugins/updates/route_client-reference-manifest.js +1 -0
  60. package/.next/server/app/api/preferences/route.js +1 -0
  61. package/.next/server/app/api/preferences/route_client-reference-manifest.js +1 -0
  62. package/.next/server/app/api/project-assets/route.js +13 -0
  63. package/.next/server/app/api/project-assets/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/prompts/route.js +1 -0
  65. package/.next/server/app/api/{runtime → prompts}/route_client-reference-manifest.js +1 -1
  66. package/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
  67. package/.next/server/app/api/sessions/[id]/auto-name/route.js +4 -4
  68. package/.next/server/app/api/sessions/[id]/command-entry/route.js +1 -1
  69. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  70. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  71. package/.next/server/app/api/sessions/[id]/export/route.js +17 -17
  72. package/.next/server/app/api/sessions/[id]/info/route.js +1 -1
  73. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  74. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  75. package/.next/server/app/api/sessions/[id]/tool-results/[toolCallId]/route.js +1 -1
  76. package/.next/server/app/api/sessions/route.js +1 -1
  77. package/.next/server/app/api/sessions/search/route.js +3 -3
  78. package/.next/server/app/api/settings/raw/route.js +2 -0
  79. package/.next/server/app/api/settings/raw/route_client-reference-manifest.js +1 -0
  80. package/.next/server/app/api/skills/check/route.js +1 -1
  81. package/.next/server/app/api/skills/install/route.js +1 -1
  82. package/.next/server/app/api/skills/route.js +2 -2
  83. package/.next/server/app/api/skills/search/route.js +1 -1
  84. package/.next/server/app/api/skills/update/route.js +1 -1
  85. package/.next/server/app/api/subagent-runs/route.js +1 -1
  86. package/.next/server/app/api/update/apply/route.js +4 -2
  87. package/.next/server/app/api/update/check/route.js +2 -2
  88. package/.next/server/app/api/worktrees/route.js +1 -1
  89. package/.next/server/app/icon.png/route.js +1 -1
  90. package/.next/server/app/index.html +1 -1
  91. package/.next/server/app/index.rsc +5 -5
  92. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  93. package/.next/server/app/index.segments/_full.segment.rsc +5 -5
  94. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  95. package/.next/server/app/index.segments/_index.segment.rsc +3 -3
  96. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  97. package/.next/server/app/page.js +6 -6
  98. package/.next/server/app/page_client-reference-manifest.js +1 -1
  99. package/.next/server/app-paths-manifest.json +14 -9
  100. package/.next/server/chunks/188.js +1 -1
  101. package/.next/server/chunks/2325.js +1 -1
  102. package/.next/server/chunks/3960.js +1 -1
  103. package/.next/server/chunks/5319.js +1 -1
  104. package/.next/server/chunks/5582.js +1 -0
  105. package/.next/server/chunks/6192.js +1 -1
  106. package/.next/server/chunks/7561.js +1 -1
  107. package/.next/server/chunks/7594.js +1 -0
  108. package/.next/server/chunks/8359.js +2 -0
  109. package/.next/server/chunks/981.js +1 -1
  110. package/.next/server/chunks/9874.js +1 -1
  111. package/.next/server/instrumentation.js +1 -1
  112. package/.next/server/middleware-build-manifest.js +1 -1
  113. package/.next/server/middleware.js +2 -2
  114. package/.next/server/pages/404.html +1 -1
  115. package/.next/server/pages/500.html +1 -1
  116. package/.next/server/server-reference-manifest.json +1 -1
  117. package/.next/server/webpack-runtime.js +1 -1
  118. package/.next/static/chunks/1-71e25539dfd4d39d.js +1 -0
  119. package/.next/static/chunks/9780-f1bf37996f7894e3.js +1 -0
  120. package/.next/static/chunks/app/_global-error/page-c74291295bcd24a9.js +1 -0
  121. package/.next/static/chunks/app/api/about/route-c74291295bcd24a9.js +1 -0
  122. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-c74291295bcd24a9.js +1 -0
  123. package/.next/static/chunks/app/api/agent/[id]/events/route-c74291295bcd24a9.js +1 -0
  124. package/.next/static/chunks/app/api/agent/[id]/route-c74291295bcd24a9.js +1 -0
  125. package/.next/static/chunks/app/api/agent/new/route-c74291295bcd24a9.js +1 -0
  126. package/.next/static/chunks/app/api/agent/running/events/route-c74291295bcd24a9.js +1 -0
  127. package/.next/static/chunks/app/api/agent/running/route-c74291295bcd24a9.js +1 -0
  128. package/.next/static/chunks/app/api/agent-settings/route-c74291295bcd24a9.js +1 -0
  129. package/.next/static/chunks/app/api/attachments/route-c74291295bcd24a9.js +1 -0
  130. package/.next/static/chunks/app/api/auth/all-providers/route-c74291295bcd24a9.js +1 -0
  131. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-c74291295bcd24a9.js +1 -0
  132. package/.next/static/chunks/app/api/auth/login/[provider]/route-c74291295bcd24a9.js +1 -0
  133. package/.next/static/chunks/app/api/auth/logout/[provider]/route-c74291295bcd24a9.js +1 -0
  134. package/.next/static/chunks/app/api/auth/providers/route-c74291295bcd24a9.js +1 -0
  135. package/.next/static/chunks/app/api/auth/ui-session/route-c74291295bcd24a9.js +1 -0
  136. package/.next/static/chunks/app/api/cwd/browse/route-c74291295bcd24a9.js +1 -0
  137. package/.next/static/chunks/app/api/cwd/validate/route-c74291295bcd24a9.js +1 -0
  138. package/.next/static/chunks/app/api/default-cwd/route-c74291295bcd24a9.js +1 -0
  139. package/.next/static/chunks/app/api/file-index/route-c74291295bcd24a9.js +1 -0
  140. package/.next/static/chunks/app/api/files/[...path]/route-c74291295bcd24a9.js +1 -0
  141. package/.next/static/chunks/app/api/git/diff/route-c74291295bcd24a9.js +1 -0
  142. package/.next/static/chunks/app/api/git/status/route-c74291295bcd24a9.js +1 -0
  143. package/.next/static/chunks/app/api/home/route-c74291295bcd24a9.js +1 -0
  144. package/.next/static/chunks/app/api/models/route-c74291295bcd24a9.js +1 -0
  145. package/.next/static/chunks/app/api/models-config/raw/route-c74291295bcd24a9.js +1 -0
  146. package/.next/static/chunks/app/api/models-config/route-c74291295bcd24a9.js +1 -0
  147. package/.next/static/chunks/app/api/models-config/test/route-c74291295bcd24a9.js +1 -0
  148. package/.next/static/chunks/app/api/plugins/route-c74291295bcd24a9.js +1 -0
  149. package/.next/static/chunks/app/api/plugins/search/route-c74291295bcd24a9.js +1 -0
  150. package/.next/static/chunks/app/api/plugins/updates/route-c74291295bcd24a9.js +1 -0
  151. package/.next/static/chunks/app/api/preferences/route-c74291295bcd24a9.js +1 -0
  152. package/.next/static/chunks/app/api/project-assets/route-c74291295bcd24a9.js +1 -0
  153. package/.next/static/chunks/app/api/prompts/route-c74291295bcd24a9.js +1 -0
  154. package/.next/static/chunks/app/api/sessions/[id]/archive/route-c74291295bcd24a9.js +1 -0
  155. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-c74291295bcd24a9.js +1 -0
  156. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-c74291295bcd24a9.js +1 -0
  157. package/.next/static/chunks/app/api/sessions/[id]/context/route-c74291295bcd24a9.js +1 -0
  158. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-c74291295bcd24a9.js +1 -0
  159. package/.next/static/chunks/app/api/sessions/[id]/export/route-c74291295bcd24a9.js +1 -0
  160. package/.next/static/chunks/app/api/sessions/[id]/info/route-c74291295bcd24a9.js +1 -0
  161. package/.next/static/chunks/app/api/sessions/[id]/route-c74291295bcd24a9.js +1 -0
  162. package/.next/static/chunks/app/api/sessions/[id]/state/route-c74291295bcd24a9.js +1 -0
  163. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-c74291295bcd24a9.js +1 -0
  164. package/.next/static/chunks/app/api/sessions/route-c74291295bcd24a9.js +1 -0
  165. package/.next/static/chunks/app/api/sessions/search/route-c74291295bcd24a9.js +1 -0
  166. package/.next/static/chunks/app/api/settings/raw/route-c74291295bcd24a9.js +1 -0
  167. package/.next/static/chunks/app/api/skills/check/route-c74291295bcd24a9.js +1 -0
  168. package/.next/static/chunks/app/api/skills/install/route-c74291295bcd24a9.js +1 -0
  169. package/.next/static/chunks/app/api/skills/route-c74291295bcd24a9.js +1 -0
  170. package/.next/static/chunks/app/api/skills/search/route-c74291295bcd24a9.js +1 -0
  171. package/.next/static/chunks/app/api/skills/update/route-c74291295bcd24a9.js +1 -0
  172. package/.next/static/chunks/app/api/subagent-runs/route-c74291295bcd24a9.js +1 -0
  173. package/.next/static/chunks/app/api/update/apply/route-c74291295bcd24a9.js +1 -0
  174. package/.next/static/chunks/app/api/update/check/route-c74291295bcd24a9.js +1 -0
  175. package/.next/static/chunks/app/api/worktrees/route-c74291295bcd24a9.js +1 -0
  176. package/.next/static/chunks/app/page-70c6f7b44782cf46.js +25 -0
  177. package/.next/static/chunks/next/dist/client/components/builtin/app-error-c74291295bcd24a9.js +1 -0
  178. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-c74291295bcd24a9.js +1 -0
  179. package/.next/static/chunks/next/dist/client/components/builtin/not-found-c74291295bcd24a9.js +1 -0
  180. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c74291295bcd24a9.js +1 -0
  181. package/.next/static/css/{08fde228db4b094f.css → 3f30d6a75b867678.css} +1 -1
  182. package/.next/static/l9Mw1Wc-mHEZSNYCeXd3z/_buildManifest.js +1 -0
  183. package/README.en.md +25 -10
  184. package/README.md +26 -10
  185. package/README.zh-CN.md +32 -2
  186. package/bin/pidance.js +17 -0
  187. package/package.json +4 -6
  188. package/.next/server/app/api/runtime/route.js +0 -1
  189. package/.next/server/app/api/runtime/switch/route.js +0 -1
  190. package/.next/server/chunks/1734.js +0 -1
  191. package/.next/server/chunks/1965.js +0 -8
  192. package/.next/server/chunks/2537.js +0 -1
  193. package/.next/server/chunks/2817.js +0 -17
  194. package/.next/server/chunks/3115.js +0 -4
  195. package/.next/server/chunks/3504.js +0 -1
  196. package/.next/server/chunks/3533.js +0 -1293
  197. package/.next/server/chunks/3603.js +0 -1
  198. package/.next/server/chunks/3757.js +0 -1
  199. package/.next/server/chunks/3776.js +0 -1
  200. package/.next/server/chunks/4188.js +0 -1
  201. package/.next/server/chunks/443.js +0 -32
  202. package/.next/server/chunks/6454.js +0 -28
  203. package/.next/server/chunks/7075.js +0 -1
  204. package/.next/server/chunks/7129.js +0 -6
  205. package/.next/server/chunks/7527.js +0 -1
  206. package/.next/server/chunks/8213.js +0 -1
  207. package/.next/server/chunks/8875.js +0 -2
  208. package/.next/server/chunks/9071.js +0 -1
  209. package/.next/server/chunks/951.js +0 -8
  210. package/.next/server/chunks/9784.js +0 -2
  211. package/.next/server/chunks/9883.js +0 -2
  212. package/.next/static/Y_GKPks6Yv2rUhwcLuaB0/_buildManifest.js +0 -1
  213. package/.next/static/chunks/5531-66b1a21ff1c52081.js +0 -1
  214. package/.next/static/chunks/9780-3a70190d23b25b10.js +0 -1
  215. package/.next/static/chunks/app/_global-error/page-81852e4fa8c48c17.js +0 -1
  216. package/.next/static/chunks/app/api/about/route-81852e4fa8c48c17.js +0 -1
  217. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-81852e4fa8c48c17.js +0 -1
  218. package/.next/static/chunks/app/api/agent/[id]/events/route-81852e4fa8c48c17.js +0 -1
  219. package/.next/static/chunks/app/api/agent/[id]/route-81852e4fa8c48c17.js +0 -1
  220. package/.next/static/chunks/app/api/agent/new/route-81852e4fa8c48c17.js +0 -1
  221. package/.next/static/chunks/app/api/agent/running/events/route-81852e4fa8c48c17.js +0 -1
  222. package/.next/static/chunks/app/api/agent/running/route-81852e4fa8c48c17.js +0 -1
  223. package/.next/static/chunks/app/api/agent-settings/route-81852e4fa8c48c17.js +0 -1
  224. package/.next/static/chunks/app/api/attachments/route-81852e4fa8c48c17.js +0 -1
  225. package/.next/static/chunks/app/api/auth/all-providers/route-81852e4fa8c48c17.js +0 -1
  226. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-81852e4fa8c48c17.js +0 -1
  227. package/.next/static/chunks/app/api/auth/login/[provider]/route-81852e4fa8c48c17.js +0 -1
  228. package/.next/static/chunks/app/api/auth/logout/[provider]/route-81852e4fa8c48c17.js +0 -1
  229. package/.next/static/chunks/app/api/auth/providers/route-81852e4fa8c48c17.js +0 -1
  230. package/.next/static/chunks/app/api/auth/ui-session/route-81852e4fa8c48c17.js +0 -1
  231. package/.next/static/chunks/app/api/cwd/browse/route-81852e4fa8c48c17.js +0 -1
  232. package/.next/static/chunks/app/api/cwd/validate/route-81852e4fa8c48c17.js +0 -1
  233. package/.next/static/chunks/app/api/default-cwd/route-81852e4fa8c48c17.js +0 -1
  234. package/.next/static/chunks/app/api/file-index/route-81852e4fa8c48c17.js +0 -1
  235. package/.next/static/chunks/app/api/files/[...path]/route-81852e4fa8c48c17.js +0 -1
  236. package/.next/static/chunks/app/api/git/diff/route-81852e4fa8c48c17.js +0 -1
  237. package/.next/static/chunks/app/api/git/status/route-81852e4fa8c48c17.js +0 -1
  238. package/.next/static/chunks/app/api/home/route-81852e4fa8c48c17.js +0 -1
  239. package/.next/static/chunks/app/api/models/route-81852e4fa8c48c17.js +0 -1
  240. package/.next/static/chunks/app/api/models-config/route-81852e4fa8c48c17.js +0 -1
  241. package/.next/static/chunks/app/api/models-config/test/route-81852e4fa8c48c17.js +0 -1
  242. package/.next/static/chunks/app/api/plugins/route-81852e4fa8c48c17.js +0 -1
  243. package/.next/static/chunks/app/api/runtime/route-81852e4fa8c48c17.js +0 -1
  244. package/.next/static/chunks/app/api/runtime/switch/route-81852e4fa8c48c17.js +0 -1
  245. package/.next/static/chunks/app/api/sessions/[id]/archive/route-81852e4fa8c48c17.js +0 -1
  246. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-81852e4fa8c48c17.js +0 -1
  247. package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-81852e4fa8c48c17.js +0 -1
  248. package/.next/static/chunks/app/api/sessions/[id]/context/route-81852e4fa8c48c17.js +0 -1
  249. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-81852e4fa8c48c17.js +0 -1
  250. package/.next/static/chunks/app/api/sessions/[id]/export/route-81852e4fa8c48c17.js +0 -1
  251. package/.next/static/chunks/app/api/sessions/[id]/info/route-81852e4fa8c48c17.js +0 -1
  252. package/.next/static/chunks/app/api/sessions/[id]/route-81852e4fa8c48c17.js +0 -1
  253. package/.next/static/chunks/app/api/sessions/[id]/state/route-81852e4fa8c48c17.js +0 -1
  254. package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-81852e4fa8c48c17.js +0 -1
  255. package/.next/static/chunks/app/api/sessions/route-81852e4fa8c48c17.js +0 -1
  256. package/.next/static/chunks/app/api/sessions/search/route-81852e4fa8c48c17.js +0 -1
  257. package/.next/static/chunks/app/api/skills/check/route-81852e4fa8c48c17.js +0 -1
  258. package/.next/static/chunks/app/api/skills/install/route-81852e4fa8c48c17.js +0 -1
  259. package/.next/static/chunks/app/api/skills/route-81852e4fa8c48c17.js +0 -1
  260. package/.next/static/chunks/app/api/skills/search/route-81852e4fa8c48c17.js +0 -1
  261. package/.next/static/chunks/app/api/skills/update/route-81852e4fa8c48c17.js +0 -1
  262. package/.next/static/chunks/app/api/subagent-runs/route-81852e4fa8c48c17.js +0 -1
  263. package/.next/static/chunks/app/api/update/apply/route-81852e4fa8c48c17.js +0 -1
  264. package/.next/static/chunks/app/api/update/check/route-81852e4fa8c48c17.js +0 -1
  265. package/.next/static/chunks/app/api/worktrees/route-81852e4fa8c48c17.js +0 -1
  266. package/.next/static/chunks/app/page-36437a35f2251063.js +0 -25
  267. package/.next/static/chunks/next/dist/client/components/builtin/app-error-81852e4fa8c48c17.js +0 -1
  268. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-81852e4fa8c48c17.js +0 -1
  269. package/.next/static/chunks/next/dist/client/components/builtin/not-found-81852e4fa8c48c17.js +0 -1
  270. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-81852e4fa8c48c17.js +0 -1
  271. /package/.next/static/{Y_GKPks6Yv2rUhwcLuaB0 → l9Mw1Wc-mHEZSNYCeXd3z}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9780],{99780:(e,s,t)=>{t.d(s,{I18nProvider:()=>d,s9:()=>_});var i=t(12115);let a={skills_updateSingle:"update",skills_updatePlural:"updates",models_delete:"Delete",models_addModel:"Add model to {provider}",models_apiLabel:"API",models_nameLabel:"Name",models_costLabel:"Cost (per million tokens)",models_subscriptionStatus:"connected",models_subscriptionNotConnected:"not connected",models_openLoginPage:"click here to open the login page",models_submit:"Submit",models_cancel:"Cancel",models_verifyPage:"Open the verification page and enter this code:",models_expiresIn:"Expires in {minutes} minutes.",models_configured:"configured",models_notConfigured:"not configured",models_keyStored:"API key is stored. Enter a new key below to replace it, or disconnect to remove it.",models_enableModels:"Enter your {provider} API key to enable {count} model(s).",models_selectDetail:"Select a provider or model",models_modelsTitle:"Providers",models_newModel:"new model",localeName:"English",close:"Close",chatInputPlaceholder:"Message Pi...",common_settings:"Settings",common_general:"General",common_appearance:"Appearance",common_models:"Providers",common_defaults:"Sessions",common_skills:"Skills",common_plugins:"Plugins",common_prompts:"Prompts",prompts_systemTitle:"System prompt override",prompts_systemAppendTitle:"System prompt append",prompts_agentsTitle:"Global rules",prompts_enabled:"Enabled",prompts_hint:"Toggles control whether the md file exists (loaded by Pi at startup). Content can still be edited and saved while disabled; it is written back to the file when re-enabled.",prompts_dirtyCount:"{count} unsaved",prompts_saveAll:"Save all",prompts_disabledDraftHint:"Disabled: content is saved and written back when enabled",prompts_loadFailed:"Failed to load prompts",prompts_saveFailed:"Failed to save prompt",common_back:"Back",common_save:"Save",common_reload:"Reload",common_saved:"Saved",common_saving:"Saving…",common_loading:"Loading…",common_search:"Search",common_install:"Install",common_update:"Update",common_remove:"Remove",common_delete:"Delete",common_cancel:"Cancel",common_unknown:"Unknown",common_name:"Name",common_description:"Description",common_source:"Source",common_version:"Version",common_status:"Status",common_resources:"Resources",common_project:"project",common_global:"global",common_needsProject:"needs project",common_selectProject:"Select a project first",common_selectProjectHint:"Select a project directory in the sidebar, then open this page again.",appearance_theme:"Theme",appearance_colorMode:"Color mode",appearance_light:"Light",appearance_dark:"Dark",appearance_system:"System",appearance_themeStyle:"Theme style",appearance_chamber:"Chamber",appearance_fusion:"Fusion",appearance_language:"Language",appearance_coverage:"Theme and language changes apply immediately across the app.",models_provider:"Provider",models_providerName:"Provider name",models_baseUrl:"Base URL",models_apiKey:"API Key",models_api:"API",models_rename:"Rename",models_default:"Default",models_disabled:"Disabled",models_testing:"Testing model connection…",models_connected:"Connected",models_failed:"Failed",models_test:"Test model connection",models_testAgain:"Model connection OK — test again",models_testFailedAgain:"Model connection failed — test again",models_model:"Model",models_id:"ID *",models_displayName:"Display name",models_apiOverride:"API override",models_reasoning:"Reasoning / thinking",models_imageInput:"Image input",models_thinkingCompat:"DeepSeek thinking compat",models_thinkingMap:"Thinking level map",models_clearThinkingMap:"Clear thinking level map",models_contextWindow:"Context window (tokens)",models_maxOutput:"Max output tokens",models_cost:"Cost (per million tokens)",models_subscription:"Subscription",models_login:"Login",models_relogin:"Re-login",models_disconnect:"Disconnect",models_connectAccount:"Connect your {provider} account.",models_alreadyConnected:"Already connected. You can re-login or disconnect.",models_openingBrowser:"Opening browser…",models_redirectInstructions:"Complete sign-in in the browser, then copy the redirect URL from the address bar and paste it below.",models_enterValue:"Enter value…",models_connectedSuccessfully:"Connected successfully.",models_enterNewKey:"Enter new key to replace…",models_saved:"Saved",models_saving:"Saving…",models_removing:"Removing…",models_searchProviders:"Search providers…",models_noProviders:"No providers match",models_custom:"Custom",models_compatible:"OpenAI / Anthropic compatible",models_customEndpoint:"Custom endpoint format",models_subscriptions:"Subscriptions",models_addProvider:"Add provider",models_hideApiKey:"Hide API key",models_showApiKey:"Show API key",models_apiKeyPlaceholder:"ENV_VAR_NAME, !shell-command, or literal key",models_apiKeyHint:"Prefix with ! to run a shell command, or use an env var name",models_apiKeyKeepHint:"Key configured: leave empty to keep; enter a value to replace",models_apiKeyKeepPlaceholder:"Leave empty to keep existing key",models_modelCount:"{count} models",models_authRequired:"Auth required",models_authRequiredToViewModels:"Models become visible after authentication",models_maxTokensField:"maxTokens field name",models_thinkingFormat:"thinkingFormat",models_baseUrlOverrideHint:"Leave empty to use provider baseUrl",models_baseUrlOverride:"Base URL override (model)",models_sessionAffinityFormat:"Session affinity format",models_compat:"Compatibility (compat)",models_authHeaderHint:"maps to models.json authHeader; disable for some gateways",models_authHeader:"Send API key as Authorization Bearer",models_headersHint:"Sensitive headers show as ***; leave unchanged to keep server values",models_addHeader:"Add header",models_headerValue:"Header value",models_headerKey:"Header name",models_headers:"HTTP Headers",oauth_verifying:"Verifying…",oauth_continuing:"Continuing…",oauth_connectionLost:"Connection lost",oauth_networkError:"Network error",apikey:"API Key",skills_loading:"Loading…",skills_visible:"Visible in model prompt — click to disable",skills_hidden:"Hidden from model prompt — click to enable",skills_checking:"Checking for updates…",skills_check:"Check for updates",skills_checkingShort:"Checking…",skills_upToDate:"Up to date",skills_unavailable:"Automatic checks unavailable",skills_checkFailed:"Check failed",skills_updating:"Upgrading…",skills_noResults:"No skills found",skills_searching:"Searching…",skills_installing:"Installing…",skills_installed:"Installed",skills_updateAvailable:"Update available",skills_checkAll:"Check all skills for updates",skills_checkingAll:"Checking all skills for updates…",skills_path:"path",skills_unknownVersion:"unknown",skills_add:"Add skill",skills_update:"Upgrade",skills_countHint:"{count} skills",skills_confirmRemove:"Remove skill {name}?",skills_lockVersionHint:"Locked skills skip update checks",skills_lockVersion:"Lock version",skills_upgradeAll:"Upgrade all",skills_checkUpdates:"Check updates",skills_discoverPrefix:"Search",skills_discoverSuffix:"to discover and install skills for your agent.",skills_select:"Select a skill",skills_updateCount:"{count} update(s)",plugins_update:"Update {source}",plugins_updating:"Updating {source}…",plugins_filtered:"filtered",plugins_package:"Package",plugins_installedPath:"Installed path",plugins_cwd:"Cwd",plugins_resolvedResources:"Resolved Resources",plugins_noConfigured:"No plugins configured",plugins_select:"Select a package",plugins_totals:"{extensions} ext \xb7 {skills} skills \xb7 {prompts} prompts \xb7 {themes} themes",plugins_disabled:"Disabled",plugins_noResources:"No resources",plugins_unknown:"Unknown",plugins_extensions:"Extensions",plugins_skills:"Skills",plugins_prompts:"Prompts",plugins_themes:"Themes",plugins_packageDisabled:"Package disabled",plugins_noResolved:"No resolved resources",plugins_add:"Add Plugin",plugins_examples:"Examples",plugins_searchLibrary:"Search plugin library",plugins_searchLibraryPlaceholder:"Search npm registry (e.g. pi-mcp)…",plugins_searchEmpty:"No matching packages",plugins_installing:"Installing…",plugins_enable:"Enable package",plugins_disable:"Disable package",plugins_reloading:"Reloading session…",plugins_reload:"Reload current session",plugins_openSession:"Open a session to reload",plugins_removing:"Removing…",plugins_notFound:"Not found",plugins_refreshing:"Refreshing plugin list…",plugins_refresh:"Refresh plugin list",plugins_removed:"Package removed.",plugins_installed:"Package installed.",plugins_checkAllUpdates:"Check updates",plugins_confirmRemove:"Remove plugin {source}?",plugins_checkUpdates:"Check updates",plugins_upgradeAll:"Upgrade all",plugins_lockVersion:"Lock version",plugins_lockVersionHint:"Locked plugins are skipped by update checks; upgrade button hidden",plugins_updateAvailable:"Update available → {latest}",plugins_updated:"Package updated.",plugins_disabledMessage:"Package disabled.",plugins_enabled:"Package enabled.",plugins_reloaded:"Session reloaded.",app_chat:"Chat",app_settings:"Settings",app_about:"About",about_title:"About Pidance",about_version:"Pidance version {version}",about_piSdkVersion:"Pi SDK {version}",about_github:"GitHub",about_footerNote:"Open-source web client for the Pi coding agent",about_checkUpdate:"Check for updates",about_checkingUpdate:"Checking…",about_upToDate:"You are on the latest version ({version})",about_updateAvailable:"Update available: {current} → {latest}",about_upgradeNow:"Upgrade now",about_upgrading:"Upgrading…",about_upgradeDone:"Upgraded to {version}",about_upgradeFailed:"Upgrade failed: {message}",about_upgradeNotSupported:"One-click upgrade is not available here",update_bannerTitle:"Pidance update available",update_bannerBody:"{current} → {latest}",update_bannerUpgrade:"One-click upgrade",update_bannerDismiss:"Dismiss",update_bannerWorkspace:"New version available (use formal install on 31415 to upgrade)",update_overlayTitle:"Upgrading Pidance",update_phasePreparing:"Preparing",update_phaseDownloading:"Downloading",update_phaseInstalling:"Installing",update_phaseLinking:"Switching version",update_phaseRestarting:"Restarting service",update_phaseDone:"Done",update_phaseError:"Failed",update_reload:"Reload page",update_reloadHint:"The service may have restarted. Reload to use the new version.",app_showSidebar:"Show sidebar",app_hideSidebar:"Hide sidebar",app_sidebarResizeHandle:"Resize sidebar",app_lightMode:"Switch to light mode",app_darkMode:"Switch to dark mode",app_titleGenerating:"Generating title…",app_titleGenerated:"Title generated",app_titleGenerationFailed:"Title generation failed",app_titleGenerationDisabled:"Title generation disabled",app_titleGenerationDisabledReason:"Title generation is unavailable for this session",app_systemPrompt:"System prompt",app_system:"System",app_sessionInfo:"Session info",app_showFiles:"Show Files",app_hideFiles:"Hide Files",app_showGit:"Show Git",app_hideGit:"Hide Git",app_readOnlySystemPrompt:"System prompt is read-only",app_name:"Name",app_file:"File",app_id:"ID",app_inMemory:"In-memory",app_messages:"Messages",app_user:"User",app_assistant:"Assistant",app_toolCalls:"Tool Calls",app_toolResults:"Tool Results",app_total:"Total",app_input:"Input",app_output:"Output",app_cacheRead:"Cache Read",app_cacheWrite:"Cache Write",app_cost:"Cost",app_context:"Context",app_unknown:"Unknown",app_copyFilePath:"Copy file path",app_copySessionId:"Copy session ID",app_saveAndClose:"Save and close",app_discardChanges:"Discard changes",app_cancelClosing:"Cancel closing",sidebar_justNow:"just now",sidebar_minutesAgo:"{count}m ago",sidebar_hoursAgo:"{count}h ago",sidebar_daysAgo:"{count}d ago",sidebar_createWorktree:"Create worktree",sidebar_checkingWorktree:"Checking worktree…",sidebar_worktreeUnavailable:"Worktrees are unavailable",sidebar_addProject:"Add project",sidebar_newSessionIn:"New session in {project}",sidebar_selectProject:"Select project",sidebar_searchSessions:"Search sessions",sidebar_displayOptions:"Display options",sidebar_loadMoreRecent:"Load more (+{count} \xb7 {shown}/{total})",sidebar_recentSessions:"Recent",sidebar_standard:"Standard",sidebar_compact:"Compact",sidebar_collapseAll:"Collapse all",sidebar_expandAll:"Expand all",sidebar_showMore:"Show more",sidebar_showFewer:"Show fewer",sidebar_refresh:"Refresh",sidebar_searchPlaceholder:"Search sessions…",sidebar_searchPlaceholderFulltext:"Search message content…",sidebar_clearSearch:"Clear search",sidebar_loading:"Loading…",sidebar_searchEmpty:"No sessions match “{query}”",sidebar_searchModeMeta:"Name",sidebar_searchModeFulltext:"Full text",sidebar_searchFulltextLoading:"Searching messages…",sidebar_searchFulltextSourceFts:"Indexed",sidebar_searchFulltextSourceJsonl:"Scan",sidebar_searchFulltextHits:"{count} match(es)",sidebar_searchFulltextSnippet:"Open session with this match",sidebar_noProjects:"No projects",sidebar_expandProject:"Expand project",sidebar_collapseProject:"Collapse project",sidebar_branchName:"Branch name",sidebar_createWorktreeAction:"Create worktree",sidebar_removeWorktree:"Remove worktree",sidebar_forceRemoveWorktree:"Force remove worktree",sidebar_dirtyWorktreeConfirm:"This worktree has uncommitted changes. Remove it anyway?",sidebar_projectMenu:"Menu",sidebar_editProject:"Edit project",sidebar_closeProject:"Close project",sidebar_addProjectDialog:"Add project",sidebar_projectName:"Project name",sidebar_projectRules:"Project rules",sidebar_projectSkills:"Project skills",projectAssets_rules:"Project rules",projectAssets_skills:"Project skills",projectAssets_newSkillName:"Skill name…",projectAssets_addSkill:"Add skill",projectAssets_noSkills:"No project skills",projectAssets_enabled:"Enabled",projectAssets_edit:"Edit",sidebar_projectPath:"Project path",sidebar_selectDirectory:"Select directory",sidebar_browseLoading:"Loading…",sidebar_browseGo:"Go",sidebar_browseOpenBeforeSelect:"Open before selecting",sidebar_browseMissing:"Directory does not exist",sidebar_browseGitRepo:"Git repository",sidebar_browseNotGit:"Not a Git repository",sidebar_browseEmpty:"No subdirectories",sidebar_createDefaultDirectory:"Create default directory",sidebar_validating:"Validating…",sidebar_add:"Add",sidebar_save:"Save",sidebar_cancel:"Cancel",sidebar_projectDescription:"Description",sidebar_running:"Running",sidebar_runningSeconds:"{s}s",sidebar_runningMinutesSeconds:"{m}m {s}s",sidebar_runningHoursMinutes:"{h}h {m}m",sidebar_activity:"Activity",sidebar_noMessages:"No messages",sidebar_deleteSession:"Delete session",sidebar_deleteConfirm:'Delete session "{name}"? This cannot be undone.',sidebar_renameSession:"Rename session",sidebar_sessionMenuLabel:"Menu",sidebar_copySessionId:"Copy session ID",sidebar_exportSessionHtml:"Export HTML",sidebar_exportSessionJsonl:"Export complete JSONL",sidebar_subagentReadOnly:"Subagent session is read-only",sidebar_subagentBadge:"Subagent",sidebar_messagesCount:"{count} msgs",sidebar_runCount:"run {count}",sidebar_readOnly:"Read-only",sidebar_expandChild:"Expand child sessions",sidebar_collapseChild:"Collapse child sessions",sidebar_expandRecentSessions:"Expand recent sessions",sidebar_collapseRecentSessions:"Collapse recent sessions",sidebar_archive:"Archive",sidebar_archiveSession:"Archive session",archive_viewTitle:"Archived sessions",archive_viewCount:"{count} archived",archive_back:"Back to sessions",archive_empty:"No archived sessions",archive_emptyHint:"Archive a session from its row menu to tidy up this list.",archive_archivedAt:"Archived {date}",archive_restore:"Restore",archive_restoring:"Restoring…",archive_restoreFailed:"Restore failed: {error}",archive_delete:"Delete permanently",archive_deleteConfirm:"Permanently delete this archived session? Its messages cannot be recovered.",archive_deleteConfirmButton:"Delete",archive_deleteCancel:"Cancel",archive_deleting:"Deleting…",archive_deleteFailed:"Delete failed: {error}",archive_archiving:"Archiving…",archive_archiveFailed:"Archive failed: {error}",archive_runningConflict:"This session is running; archive it after it finishes.",archive_readOnlyForbidden:"Read-only subagent sessions cannot be archived.",archive_rowDisabledRunning:"Running — archive it after it finishes",archive_rowDisabledReadOnly:"Read-only subagent session — cannot archive",archive_networkError:"Network error",archive_unknownError:"Unknown error",chat_runningTool:"Running tool",chat_runningNamed:"Running {name}",chat_waitingModel:"Waiting for model",chat_runningCommand:"Running command",chat_thinking:"Thinking",chat_processDetails:"Process details",chat_message:"message",chat_messages:"messages",chat_toolCall:"tool call",chat_toolCalls:"tool calls",chat_showProcess:"Show process",chat_hideProcess:"Hide process",chat_loadingSession:"Loading session…",chat_loadEarlier:"Load {count} earlier messages",chat_backToBottom:"Back to bottom",chat_readOnlySession:"Read-only session",chat_readOnlySessionDescription:"Browsing only: sending, steering, follow-ups, compaction, forking, and setting changes are disabled. Messages, files and session stats remain viewable.",chat_extensionRequest:"Extension request",retracted_messagesTitle:"Retracted messages {count}",retracted_restore:"Restore",retracted_restoreTooltip:"Restore this message and its replies (workspace state restores via extension if installed)",retracted_noText:"(no text)",chat_extensionPanel:"Extension panel",chat_confirm:"Confirm",chat_submit:"Submit",chat_cancel:"Cancel",chat_close:"Close",notice_warning:"Warning",notice_error:"Error",notice_info:"Info",notice_success:"Success",notice_expand:"Expand notification",notice_collapse:"Collapse notification",notice_copy:"Copy notification",notice_copied:"Copied",notice_close:"Dismiss notification",notice_pin:"Pin notification",notice_unpin:"Unpin notification",notice_pinned:"Pinned",notice_viewActivity:"View saved record",notice_activityHistory:"Saved activity \xb7 {count}",notice_activityHistoryTitle:"Saved extension activity",notice_activityHistoryDescription:"Warnings and errors retained with this session",notice_activityPending:"The saved record will appear after the session refreshes.",session_leafDrift:"This branch cannot be resumed by the external Pi runtime; the session will continue from the end of the file.",input_thinkingOff:"Thinking off",input_thinkingMinimal:"Minimal thinking",input_thinkingLow:"Low thinking",input_thinkingMedium:"Medium thinking",input_thinkingHigh:"High thinking",input_thinkingXhigh:"Extra-high thinking",input_thinkingMax:"Maximum thinking",input_slashCommandDescription:"Run a slash command",input_builtIn:"Built-in",input_extensions:"Extensions",input_prompts:"Prompts",input_skills:"Skills",input_matchCount:"{count} matches",input_commandCount:"{count} commands",input_compacted:"Compacted",input_recall:"Recall",input_sendQueueAsSteer:"Steer send",input_sendQueueAsSteerTooltip:"Send all queued messages as steer; input text is appended to the queue first",input_retrying:"Retrying…",input_slashCommands:"Slash commands",input_loadingCommands:"Loading commands…",input_tabEnter:"Tab / Enter",input_noCommands:"No commands found",message_copy:"Copy message",message_editFromHere:"Edit from here",message_retract:"Retract",message_retractTooltip:"Retract this message and its replies (workspace restores via extension if installed)",message_newSession:"New session",message_branchHere:"Fork from here",message_branchHereTooltip:"Fork from here",message_newSessionFromHere:"New session from here",message_newSessionFromHereTooltip:"New session from here",message_copyAnswer:"Copy answer",message_branchFromAnswer:"Fork from this answer",message_branchFromAnswerTooltip:"Fork from this answer",message_newSessionFromAnswer:"New session from this answer",message_newSessionFromAnswerTooltip:"New session from this answer",message_creating:"Creating…",message_aborted:"Aborted",message_apiError:"Model request failed",message_thinkingUnavailable:"Thinking unavailable",message_thinkingLoading:"Loading thinking…",message_noOutput:"No output",message_toolCommand:"Command",message_toolLiveOutput:"Live output",message_toolOutputTruncated:"Output truncated at 64 KB",message_toolWaitingOutput:"Waiting for output…",message_toolStatusRunning:"Running",message_toolStatusSuccess:"Done",message_toolStatusError:"Error",message_toolStatusCancelled:"Cancelled",message_command:"Command",message_compaction:"Compaction",message_conversationCompacted:"Conversation compacted",message_conversationCompactedDescription:"Earlier messages were compacted to save context.",message_noSummary:"No summary",message_read:"Read",message_modified:"Modified",message_modifiedFiles:"Modified files",message_readFiles:"Read files",message_hiddenExtensionMessage:"Extension message hidden",message_noExtensionMessage:"No extension message",message_showExtensionMessage:"Show extension message",message_expand:"Expand",message_collapse:"Collapse",message_showDetails:"Show details",message_hideDetails:"Hide details",files_loading:"Loading files…",files_gitStatusLoading:"Loading Git status…",files_uploadError:"Upload error",files_modified:"Modified",files_added:"Added",files_deleted:"Deleted",files_renamed:"Renamed",files_untracked:"Untracked",files_conflict:"Conflict",files_uploading:"Uploading…",files_uploaded:"Uploaded",files_replace:"Replace",files_skip:"Skip",files_cancel:"Cancel",files_resultStats:"{count} results",files_loadingList:"Loading…",files_noFiles:"No files",viewer_source:"Source",viewer_preview:"Preview",viewer_diff:"Diff",viewer_download:"Download",viewer_noChanges:"No changes",viewer_unchangedLines:"unchanged lines",viewer_live:"Live",viewer_static:"Static",viewer_loadFailed:"Failed to load",viewer_readOnlyReason:"Read-only: {reason}",viewer_gitDiff:"Git diff",viewer_wrap:"Wrap lines",viewer_undo:"Undo",viewer_redo:"Redo",viewer_save:"Save",viewer_externalChange:"File changed outside the editor",viewer_saveConflict:"Save conflict",viewer_saved:"Saved",viewer_keepDraft:"Keep draft",viewer_discardReload:"Discard and reload",viewer_htmlPreview:"HTML preview",tabs_backToChat:"Back to chat",tabs_closeUnsaved:"Close unsaved file",tabs_close:"Close",workspace_filesAndGit:"Files and Git workspace",workspace_resizeHandle:"Drag to resize",workspace_files:"Files",workspace_gitChanges:"Git changes",workspace_upload:"Upload",workspace_refresh:"Refresh",workspace_close:"Close",workspace_selectProject:"Select project",changes_title:"Changes & diff",changes_resizeHandle:"Resize changes panel",changes_selectFile:"Select a changed file to inspect its diff",changes_diffLoading:"Loading diff…",changes_statusError:"Failed to load changes (HTTP {status})",changes_diffError:"Failed to load diff (HTTP {status})",changes_diffUnavailable:"Diff is unavailable for this file",secondary_title:"File details",secondary_empty:"Select a file in the sidebar to view its details",secondary_closeAll:"Close all files",app_showPanel:"Show panel",app_hidePanel:"Hide panel",panel_ariaLabel:"Files, Git and session panel",panel_selectSessionHint:"Select a session to view its info",git_loading:"Loading Git status…",git_openFile:"Open {path} ({status})",git_notRepo:"Not a Git repository",git_clean:"Working tree clean",git_changesCount:"{count} changes",todo_pending:"Pending",todo_inProgress:"In progress",todo_completed:"Completed",todo_high:"high",todo_medium:"medium",todo_low:"low",todo_toggle:"Todos",todo_expand:"Expand Todos",todo_collapse:"Collapse Todos",footer_expand:"Expand footer",footer_collapse:"Collapse footer",todo_complete:"complete",todo_active:"active",todo_priority:"priority",todo_blockedBy:"blocked by {list}",om_toggle:"Observations & Reflections",om_expand:"Expand observations & reflections",om_collapse:"Collapse observations & reflections",om_observations:"Observations",om_reflections:"Reflections",om_countSummary:"{observations} obs \xb7 {reflections} ref",om_dropped:"{count} dropped",om_relevanceCritical:"critical",om_relevanceHigh:"high",om_relevanceMedium:"medium",om_relevanceLow:"low",om_emptyObservations:"No active observations",om_emptyReflections:"No reflections",om_readOnlySummary:"read-only cognitive memory",om_sourceDescription:"This read-only cognitive memory is written by extensions, not generated by Pidance. Pidance displays it without directly editing the Pi session.",om_observationsDescription:"Facts and leads the Agent keeps for the current branch.",om_reflectionsDescription:"Higher-level summaries drawn from that context.",om_projectionUnavailable:"No readable observations or reflections are available for this branch.",wh_toggle:"Workspace history",wh_expand:"Expand workspace history",wh_collapse:"Collapse workspace history",wh_countSummary:"{count} snapshots",wh_kindBaseline:"baseline",wh_kindBefore:"before",wh_kindAfter:"after",wh_kindManual:"checkpoint",wh_undo:"Undo",wh_redo:"Redo",wh_checkpoint:"Checkpoint",wh_checkpointPlaceholder:"Optional label…",wh_checkpointSave:"Save",wh_actionsDisabled:"Unavailable while busy or read-only",wh_empty:"No snapshots on this branch",wh_showFiles:"Show changed files",wh_hideFiles:"Hide files",wh_diffUnavailable:"Could not list file changes",wh_noFileChanges:"No file changes",wh_moreFiles:"+{count} more",extension_expired:"Expired",extension_waitingEnded:"Waiting ended",extension_responseSent:"Response sent",extension_extension:"Extension",extension_cancel:"Cancel",extension_confirm:"Confirm",extension_submit:"Submit",extension_other:"Other",extension_selectAnOption:"Select an option",extension_otherPlaceholder:"Enter a custom value",extension_ctrlEnterHint:"Ctrl+Enter to submit",guide_projectTitle:"Choose a project",guide_worktreeTitle:"Worktrees",guide_mainWorktree:"Main worktree",guide_worktree:"Worktree",guide_sessionCount:"{count} sessions",guide_loading:"Loading…",guide_noProjects:"No projects yet — start a session from the sidebar.",guide_noWorktrees:"This project is not a git repository; start a session here directly.",guide_worktreeUnavailable:"Worktree list unavailable for this project.",guide_projectPlaceholder:"Select a project…",guide_branchPlaceholder:"Select a branch…",guide_newWorktree:"New worktree",guide_newWorktreePlaceholder:"Branch name…",guide_creatingWorktree:"Creating…",guide_createWorktree:"Create",palette_title:"Command palette",palette_placeholder:"Search sessions, files, actions…",palette_newSession:"New session (current project)",palette_toggleTheme:"Toggle theme",palette_settingsModels:"Settings → Providers",palette_settingsSkills:"Settings → Skills",palette_settingsPlugins:"Settings → Plugins",palette_searching:"searching…",palette_noResults:"No results",app_generateTitle:"Generate title",app_saveFailed:"Save failed (HTTP {status})",app_copied:"Copied",app_openWorkspace:"Opening workspace…",app_workspaceUnavailable:"Unable to open workspace",app_selectSessionFromSidebar:"Select a session from the sidebar",app_getStarted:"Get started",app_setupSelectProject:"Select a project directory from the sidebar",app_setupAddModel:"Add a model using the Settings button at the bottom",app_systemPromptReadOnlyHint:"System prompt is not available for read-only sessions.",app_systemPromptEmptyHint:"The system prompt is empty.",app_systemPromptAfterMessageHint:"System prompt is not loaded for this session (requires a live session; the in-process SDK returns it via get_state).",sidebar_expandProjectNamed:"Expand {project}",sidebar_collapseProjectNamed:"Collapse {project}",sidebar_expandWorktreeNamed:"Expand {name}",sidebar_collapseWorktreeNamed:"Collapse {name}",sidebar_noSessions:"No sessions",sidebar_noSessionsYet:"No sessions yet",sidebar_removeWorktreeAt:"Remove worktree {path} and keep its branch",sidebar_forceRemove:"Force remove",sidebar_addProjectDescription:"Add a project directory to your sidebar.",sidebar_editProjectDescription:"Set a display name for {path}.",sidebar_noExistingDirectory:"No existing directory",sidebar_projectMenuLabel:"Menu",input_usePiDefault:"Use Pi default",input_queued:"Queued \xb7 {count}",input_searchingAllFiles:"searching all files…",input_indexTruncated:"index truncated",input_loadingFiles:"Loading files…",input_files:"Files",input_searching:"Searching…",input_noMatchingFiles:"No matching files",input_placeholderSteer:"Steer now / queue follow-up…",input_placeholderRunning:"Agent is running…",input_placeholderMessage:"Message… Type / for commands, @ for files",input_imageQueueDisabled:"Image attachments cannot be queued while the agent is running",input_steerTooltip:"Interrupt the current run and inject this message now",input_followUpTooltip:"Queue this message after the agent finishes",input_steer:"Steer",input_followUp:"Follow-up",input_send:"Send",input_shellStatus:"Shell \xb7 {scope}",input_shellLocal:"output stays local",input_shellModel:"output sent to model",input_more:"More",input_toolsNone:"No tools, read-only",input_toolsDefault:"4 built-in tools",input_toolsAll:"All built-in tools",input_stop:"Stop",input_soundDisable:"Disable completion sound",input_soundEnable:"Enable completion sound",chat_sendSubmittedSwitched:"Message sent (session switched while sending)",input_compactCommandDescription:"Compact the current session",input_reloadCommandDescription:"Reload the current session",input_nameCommandDescription:"Set the session name",input_sessionCommandDescription:"Show session information",input_copyCommandDescription:"Copy the current session",input_compactionResult:"Compacted {before} → {after}; saved {saved}.",input_fold:"Fold",input_controlsTitle:"Controls",input_toolsTitle:"Tools",input_thinkingTitle:"Thinking",input_modelTitle:"Model",input_modelThinkingLevel:"Thinking level",input_modelMaxOutput:"Max output",input_modelContext:"Context",input_changeAppliesNextTurn:"Applies on next send (including steer / queue)",input_soundTitle:"Completion sound",message_editFromHereTooltip:"Edit from here — branches within this session",message_newSessionTooltip:"New session — creates an independent copy from here",message_noMessages:"No messages",message_extensionDefaultType:"Extension",message_tokensPerSecond:"{count} tokens/s",message_viewFullOutput:"View full output",message_loadingOutput:"Loading full output…",message_downloadFullOutput:"Download full output",files_loadFailed:"Failed to load files (HTTP {status})",files_gitStatusLoadFailed:"Failed to load Git status (HTTP {status})",files_uploadFailed:"Upload failed (HTTP {status})",files_uploadCheckFailed:"Upload check failed (HTTP {status})",files_uploadNetworkError:"Network error while uploading",files_uploadCancelled:"Upload cancelled",files_insertIntoChat:"Insert {name} into chat",files_existingFilesCount:"{count} files already exist",files_cannotReplace:"Cannot replace {names}",files_closeError:"Close error",files_uploadedCount:"{count} uploaded",files_skippedCount:"{count} skipped",files_failedCount:"{count} failed",files_addFileToChat:"Add file to chat",files_addAllFilesToChat:"Add all files to chat",files_closeUploadResults:"Close upload results",viewer_liveSyncOn:"Live sync enabled",viewer_liveSyncOff:"Not watching for live changes",viewer_docxTooLarge:"DOCX files over 10 MB cannot be previewed",viewer_readOnlyNoProject:"Read-only because no project is selected",viewer_readOnlySession:"Read-only because this session is read-only",viewer_fileEditAria:"Edit file",viewer_enableWrap:"Enable line wrapping",viewer_disableWrap:"Disable line wrapping",viewer_externalChangeDraftKept:"File changed externally; your draft is preserved",viewer_externalSaveConflict:"The file changed externally before it could be saved",viewer_keepLocalDraft:"Keep local draft",viewer_discardLocalDraftReload:"Discard local draft and reload",viewer_gitDiffSavedWorktree:"Git diff shows the saved worktree, not your unsaved draft",viewer_linesCount:"{count} lines",workspace_gitStatusLoadFailed:"Failed to load Git status (HTTP {status})",workspace_refreshFiles:"Refresh files",workspace_refreshGitStatus:"Refresh Git status",markdown_previewAfterStreaming:"Preview available after streaming",markdown_showSource:"Show Mermaid source",markdown_preview:"Preview Mermaid diagram",markdown_source:"Source",markdown_invalidMermaid:"Invalid Mermaid diagram",markdown_renderingMermaid:"Rendering Mermaid diagram",markdown_copied:"copied",markdown_copy:"copy",branches:"Branches",branches_noSession:"No active session",branches_empty:"This session has no branches",branches_assistant:"[assistant]",dialog_close:"Close",branches_currentPosition:"Current position: fork point (no message sent yet)",sidebar_worktreeOpenRoot:"Open the repository root to manage worktrees.",sidebar_worktreeGitOnly:"Worktrees are available in Git repository roots.",sidebar_creating:"Creating…",sidebar_projectNameRequired:"Project name is required",sidebar_worktreeTooltip:"Worktree: {path}",app_unsavedChangesIn:"Unsaved changes in {name}",app_tokens:"Tokens",app_contextTooltip:"Context: {pct} of {total} tokens",app_sessionInfoAfterMessageHint:"Send a message or run /session to load session info",tabs_closeNamed:"Close {label}",input_attachImage:"Attach image",input_attachFile:"Attach file",input_attachTooLarge:"file too large (max 256KB)",input_attachReadFailed:"read failed",input_attachUnsupported:"Only images and text-like files are supported (code/config/Markdown, etc.)",input_attachNeedCwd:"Select a project before attaching non-image files",input_attachedFilesPrompt:"The following files were uploaded to the Pidance attachments directory. Read them with tools as needed:",input_uploadingAttachment:"Uploading…",input_removeAttachment:"Remove attachment",input_compact:"Compact",input_compacting:"Compacting…",input_compactContext:"Compact context",input_stopCompaction:"Stop compaction",input_compactionResultWithReason:"{reason}: compacted {before} → {after}; saved {saved}.",input_compactionReason_auto:"Auto",input_compactionReason_threshold:"Threshold reached",input_compactionReason_overflow:"Context overflow",input_matchCountOne:"1 match",input_commandCountOne:"1 command",message_estimatedTokensStreaming:"Estimated token count while streaming",message_fileContext:"File context",markdown_previewShort:"Preview",chat_subagentSessionFallback:"subagent session",chat_subagent:"subagent",chat_agentNamed:"agent {name}",chat_subagentRun:"run {count}",files_containsChanges:"Contains changed files",viewer_readOnlyNoSession:"Read-only: open from a saved writable session to edit",files_existingFilesCount_one:"{count} file already exists",git_changesCount_one:"{count} change",files_downloadFile:"Download {name}",files_downloadFolder:"Download {name} as archive",files_rowMenuLabel:"Actions for {name}",files_rename:"Rename",files_copyPath:"Copy path",files_newFile:"New file",files_newFolder:"New folder",files_namePlaceholder:"Name",files_renameFailed:"Rename failed",files_createFailed:"Create failed",files_copyPathFailed:"Failed to copy path",models_browserNotOpened:"If the browser window did not open,",plugins_countExtensions:"{count} ext",plugins_countSkills:"{count} skills",plugins_countPrompts:"{count} prompts",plugins_countThemes:"{count} themes",plugins_versionInstalled:"installed {version}",plugins_versionConfigured:"configured {version}",plugins_diagnostics_one:"{count} diagnostic",plugins_diagnostics_other:"{count} diagnostics",defaults_hint:"Session behavior from settings.json. Only keys with SettingsManager public setters are editable; numeric compaction/retry fields are read-only.",defaults_modelSection:"Default model",defaults_provider:"Default provider",defaults_model:"Default model",defaults_providerUnset:"(not set)",defaults_modelUnset:"(select a model)",defaults_modelEmpty:"No models for this provider",defaults_modelsLoadFailed:"Failed to load model list",defaults_thinking:"Default thinking level",defaults_thinkingUnset:"(unset → off on save)",defaults_queueSection:"Message queue",defaults_steeringMode:"Steering mode",defaults_followUpMode:"Follow-up mode",defaults_inputSection:"Input",defaults_streamingEnter:"Enter while agent is running",defaults_streamingEnterQueue:"Queue (send after finish)",defaults_streamingEnterSteer:"Steer (inject immediately)",defaults_streamingEnterHint:"Desktop: Enter runs the default action; Ctrl/Cmd+Enter runs the opposite. The Send button always queues. Mobile: Enter inserts a newline; tap Send to submit.",defaults_completionSound:"Completion sound",defaults_completionSoundHint:"Play a tone when the agent finishes a turn.",defaults_queueFlushAsOne:"Flush queue as one message",defaults_queueFlushAsOneHint:"When enabled, queued messages are merged into one prompt on auto-flush; otherwise sent one by one.",input_sendQueueTooltip:"Queue this message after the current run finishes",defaults_compactionSection:"Compaction",defaults_compactionEnabled:"Enable auto-compaction",defaults_compactionReadonly:"reserveTokens={reserve} \xb7 keepRecentTokens={keep} (read-only; edit settings.json for numbers)",defaults_retrySection:"Retry",defaults_quietStartup:"Quiet startup",defaults_showCacheMissNotices:"Show cache-miss notices",defaults_hideThinkingBlock:"Hide thinking blocks",defaults_advancedSection:"Network & Advanced",defaults_appearanceSection:"Appearance",defaults_retryEnabled:"Enable automatic retry",defaults_retryReadonly:"maxRetries={max} \xb7 baseDelayMs={base} (read-only; edit settings.json for numbers)",defaults_loadFailed:"Couldn't load session settings",defaults_saveFailed:"Couldn't save session settings",defaults_retry:"Retry",defaults_refresh:"Refresh",settingsJson_invalid:"JSON parse error: {message}",settingsJson_invalidAt:"JSON parse error at line {line}, column {col}",settingsJson_mustBeObject:"settings.json must be a JSON object",settingsJson_validate:"Validate",settingsJson_format:"Format",settingsJson_valid:"JSON valid — ready to save",settingsJson_editorLabel:"settings.json raw content",settingsJson_hint:"Edit the full ~/.pi/agent/settings.json (including SDK and extension keys). JSON is validated before saving.",defaults_jsonTab:"Raw JSON",defaults_basicTab:"Basic",common_trust:"Trust",trust_badgeTrusted:"Trusted",trust_badgeUntrusted:"Not trusted",trust_badgeUndecided:"Trust?",trust_badgeTrustedTitle:"Trusted — project settings, skills and extensions are loaded",trust_badgeUntrustedTitle:"Not trusted — project settings, skills and extensions are not loaded",trust_badgeUndecidedTitle:"No trust decision saved — project resources stay off until you decide",trust_manage:"Project trust for {project}",trust_dialogTitle:"Trust this project folder?",trust_dialogBody:"Trusting lets Pi load this folder's .pi settings and resources, install missing project packages, and run project extensions.",trust_optionTrust:"Trust",trust_optionTrustParent:"Trust parent folder",trust_optionDistrust:"Do not trust",trust_inheritedFrom:"Inherited from {path}",trust_appliesNextSession:"Applies to sessions started after this change; reload an already running session to pick it up.",trust_saving:"Saving…",trust_saveFailed:"Could not save the trust decision",trust_settingsTitle:"Project trust",trust_defaultLabel:"Fallback when no decision is saved",trust_defaultAsk:"Ask — project resources stay off until you decide",trust_defaultAlways:"Always trust",trust_defaultNever:"Never trust",trust_defaultHint:"Set with defaultProjectTrust in ~/.pi/agent/settings.json or pi's /settings.",trust_decisionsTitle:"Saved decisions",trust_decisionsEmpty:"No trust decisions saved yet.",trust_decisionTrusted:"Trusted",trust_decisionDistrusted:"Not trusted",trust_readOnlyHint:"Read-only view of ~/.pi/agent/trust.json. Change a decision from the project row in the sidebar.",trust_currentProject:"Current project",trust_noGate:"This folder has no trust-gated project resources, so it always loads normally.",trust_loadFailed:"Could not read trust decisions",export_toggle:"Export",export_title:"Export session",export_htmlLabel:"HTML",export_htmlDesc:"Full session as a styled page",export_jsonlLabel:"JSONL \xb7 current branch",export_jsonlDesc:"Raw entries up to the current leaf",branches_currentPoint:"Current point",branches_addBookmark:"Add bookmark",branches_editBookmark:"Edit bookmark",branches_removeBookmark:"Remove bookmark",branches_bookmarkPlaceholder:"Bookmark name",branches_bookmarkSave:"Save",branches_bookmarkCancel:"Cancel",branches_bookmarkEmpty:"Enter a name first",branches_bookmarkTooLong:"Keep it within {max} characters",branches_bookmarkFailed:"Couldn't save the bookmark",branches_bookmarkAria:"Bookmarked branch",branches_switchPrompt:"Switch to this branch",branches_switchDirect:"Switch",branches_switchDirectHint:"Jump there without a summary",branches_switchSummary:"Summarize & switch",branches_switchSummaryHint:"Save a summary of the current branch first",branches_switchCustom:"Custom focus…",branches_switchCustomHint:"Tell the summary what to keep",branches_switchCustomPlaceholder:"e.g. Keep the API design decisions",branches_switchCustomSubmit:"Summarize & switch",branches_switchBack:"Back",branches_switching:"Switching…",branches_summarizing:"Summarizing…",branches_switchFailed:"Couldn't switch branches",branches_waitForRun:"Wait for the current run to finish",message_branchSummary:"Branch summary",message_branchSummaryDescription:"A summary of the branch you left, kept here for context.",auth_checking:"Checking sign-in…",auth_loginTitle:"Sign in to Pidance",auth_loginHint:"Enter the server password to continue",auth_password:"Password",auth_trustDevice:"Trust this device for 7 days",auth_login:"Sign in",auth_loggingIn:"Signing in…",auth_loginFailed:"Sign-in failed",auth_invalidCredentials:"Incorrect password",auth_loginRateLimited:"Too many attempts. Try again in {seconds}s",auth_logout:"Sign out",general_loginSection:"Sign-in",general_loginHint:"Server password gate for this Pidance instance (PIDANCE_PASSWORD / PI_WEB_PASSWORD).",general_loginStatus:"Status",general_loginNotRequired:"Password not configured — anyone who can reach this instance can use it.",general_loginAuthenticated:"Signed in on this device",general_loginNotAuthenticated:"Not signed in",general_loginCheckFailed:"Could not check sign-in status",general_logoutHint:"Sign out on this device. You will need the server password again.",general_updateSection:"Updates",general_updateHint:"When enabled, Pidance checks npm for a new version on page load and shows a notice if an update is available. You can still check manually in About.",general_autoUpdateCheck:"Check for updates on page load",general_interactionSection:"Interaction preferences"},o={localeName:"简体中文",skills_updateSingle:"个更新",skills_updatePlural:"个更新",models_delete:"删除",models_addModel:"向 {provider} 添加模型",models_apiLabel:"API",models_nameLabel:"名称",models_costLabel:"费用(每百万词元)",models_subscriptionStatus:"已连接",models_subscriptionNotConnected:"未连接",models_openLoginPage:"点击此处打开登录页面",models_submit:"提交",models_cancel:"取消",models_verifyPage:"打开验证页面并输入此代码:",models_expiresIn:"将在 {minutes} 分钟后过期。",models_configured:"已配置",models_notConfigured:"未配置",models_keyStored:"API 密钥已保存。请在下方输入新密钥以替换,或断开连接以移除。",models_enableModels:"输入你的 {provider} API 密钥以启用 {count} 个模型。",models_selectDetail:"选择提供商或模型",models_modelsTitle:"供应商",models_newModel:"新模型",close:"关闭",chatInputPlaceholder:"给 Pi 发消息...",common_settings:"设置",common_general:"通用",common_appearance:"外观",common_models:"供应商",common_defaults:"会话",common_skills:"技能",common_plugins:"插件",common_prompts:"文令",prompts_systemTitle:"系统文令覆盖",prompts_systemAppendTitle:"系统文令追加",prompts_agentsTitle:"全局规则",prompts_enabled:"启用",prompts_hint:"开关控制对应 md 文件是否存在(Pi 启动时加载)。禁用状态下仍可编辑内容,内容会持久化保存,重新启用时写回文件。",prompts_dirtyCount:"{count} 项修改",prompts_saveAll:"保存全部",prompts_disabledDraftHint:"已禁用:内容仅保存,启用时写回文件",prompts_loadFailed:"文令加载失败",prompts_saveFailed:"文令保存失败",common_back:"返回",common_save:"保存",common_reload:"重载",common_saved:"已保存",common_saving:"保存中…",common_loading:"加载中…",common_search:"搜索",common_install:"安装",common_update:"更新",common_remove:"移除",common_delete:"删除",common_cancel:"取消",common_unknown:"未知",common_name:"名称",common_description:"描述",common_source:"来源",common_version:"版本",common_status:"状态",common_resources:"资源",common_project:"项目",common_global:"全局",common_needsProject:"需要项目",common_selectProject:"请先选择项目",common_selectProjectHint:"请在侧边栏选择项目目录,然后重新打开此页面。",appearance_theme:"主题",appearance_colorMode:"颜色模式",appearance_light:"浅色",appearance_dark:"深色",appearance_system:"跟随系统",appearance_themeStyle:"主题样式",appearance_chamber:"Chamber 暖墨",appearance_fusion:"Pidance 融合",appearance_language:"语言",appearance_coverage:"主题与语言切换会立即在应用中生效。",models_provider:"提供商",models_providerName:"提供商名称",models_baseUrl:"Base URL",models_apiKey:"API Key",models_api:"API",models_rename:"重命名",models_default:"默认",models_disabled:"已禁用",models_testing:"正在测试模型连接…",models_connected:"已连接",models_failed:"失败",models_test:"测试模型连接",models_testAgain:"模型连接正常 — 再试一次",models_testFailedAgain:"模型连接失败 — 再试一次",models_model:"模型",models_id:"ID *",models_displayName:"显示名称",models_apiOverride:"API 覆盖",models_reasoning:"推理 / 思考",models_imageInput:"图像输入",models_thinkingCompat:"DeepSeek 思考兼容",models_thinkingMap:"思考级别映射",models_clearThinkingMap:"清除思考级别映射",models_contextWindow:"上下文窗口(词元)",models_maxOutput:"最大输出词元",models_cost:"费用(每百万词元)",models_subscription:"订阅",models_login:"登录",models_relogin:"重新登录",models_disconnect:"断开连接",models_connectAccount:"连接你的 {provider} 账户。",models_alreadyConnected:"已连接。你可以重新登录或断开连接。",models_openingBrowser:"正在打开浏览器…",models_redirectInstructions:"请在浏览器中完成登录,然后复制地址栏中的重定向 URL 并粘贴到下方。",models_enterValue:"输入值…",models_connectedSuccessfully:"连接成功。",models_enterNewKey:"输入新密钥以替换…",models_saved:"已保存",models_saving:"保存中…",models_removing:"移除中…",models_searchProviders:"搜索提供商…",models_noProviders:"没有匹配的提供商",models_custom:"自定义",models_compatible:"兼容 OpenAI / Anthropic",models_customEndpoint:"自定义端点格式",models_subscriptions:"订阅",models_addProvider:"添加提供商",models_hideApiKey:"隐藏 API Key",models_showApiKey:"显示 API Key",models_apiKeyPlaceholder:"环境变量名、!shell 命令或直接填写密钥",models_apiKeyHint:"使用 ! 前缀运行 shell 命令,也可以填写环境变量名",models_apiKeyKeepHint:"已配置密钥:留空保存时不改动原密钥;填写则覆盖",models_apiKeyKeepPlaceholder:"留空则保留已有密钥",models_modelCount:"{count} 个模型",models_authRequired:"需要认证",models_authRequiredToViewModels:"认证后可查看模型",models_maxTokensField:"maxTokens 字段名",models_thinkingFormat:"思考格式 thinkingFormat",models_baseUrlOverrideHint:"留空则使用提供商 Base URL",models_baseUrlOverride:"Base URL 覆盖(模型级)",models_sessionAffinityFormat:"会话亲和格式",models_compat:"兼容选项 (compat)",models_authHeaderHint:"对应 models.json 的 authHeader;部分网关需要关闭",models_authHeader:"使用 Authorization Bearer 发送 API Key",models_headersHint:"已配置敏感 Header(显示为 ***);留空不改,保存时合并",models_addHeader:"添加 Header",models_headerValue:"Header 值",models_headerKey:"Header 名",models_headers:"HTTP Headers",oauth_verifying:"验证中…",oauth_continuing:"继续中…",oauth_connectionLost:"连接已断开",oauth_networkError:"网络错误",apikey:"API Key",skills_loading:"加载中…",skills_visible:"显示在模型文令中 — 点击禁用",skills_hidden:"已从模型文令中隐藏 — 点击启用",skills_checking:"正在检查更新…",skills_check:"检查更新",skills_checkingShort:"检查中…",skills_upToDate:"已是最新",skills_unavailable:"无法自动检查",skills_checkFailed:"检查失败",skills_updating:"升级中…",skills_noResults:"未找到技能",skills_searching:"搜索中…",skills_installing:"安装中…",skills_installed:"已安装",skills_updateAvailable:"有可用更新",skills_checkAll:"检查所有技能更新",skills_checkingAll:"正在检查所有技能更新…",skills_path:"路径",skills_unknownVersion:"未知",skills_add:"添加技能",skills_update:"升级",skills_countHint:"{count} 个技能",skills_confirmRemove:"确定移除技能 {name}?",skills_lockVersionHint:"锁定的技能不检查更新,升级按钮隐藏",skills_lockVersion:"锁定版本",skills_upgradeAll:"升级全部",skills_checkUpdates:"检查更新",skills_discoverPrefix:"搜索",skills_discoverSuffix:"以发现并安装适合代理的技能。",skills_select:"选择技能",skills_updateCount:"{count} 个更新",plugins_update:"更新 {source}",plugins_updating:"正在更新 {source}…",plugins_filtered:"已筛选",plugins_package:"插件包",plugins_installedPath:"安装路径",plugins_cwd:"Cwd",plugins_resolvedResources:"已解析资源",plugins_noConfigured:"未配置插件",plugins_select:"选择插件包",plugins_totals:"{extensions} 个扩展 \xb7 {skills} 个技能 \xb7 {prompts} 个文令 \xb7 {themes} 个主题",plugins_disabled:"已禁用",plugins_noResources:"没有资源",plugins_unknown:"未知",plugins_extensions:"扩展",plugins_skills:"技能",plugins_prompts:"文令",plugins_themes:"主题",plugins_packageDisabled:"插件包已禁用",plugins_noResolved:"没有已解析的资源",plugins_add:"添加插件",plugins_examples:"示例",plugins_searchLibrary:"插件库搜索",plugins_searchLibraryPlaceholder:"搜索 npm 插件库(如 pi-mcp)…",plugins_searchEmpty:"无匹配结果",plugins_installing:"安装中…",plugins_enable:"启用插件包",plugins_disable:"禁用插件包",plugins_reloading:"正在重新加载会话…",plugins_reload:"重新加载当前会话",plugins_openSession:"打开会话后才能重新加载",plugins_removing:"移除中…",plugins_notFound:"未找到",plugins_refreshing:"正在刷新插件列表…",plugins_refresh:"刷新插件列表",plugins_removed:"插件包已移除。",plugins_installed:"插件包已安装。",plugins_checkAllUpdates:"检查更新",plugins_confirmRemove:"确定移除插件 {source}?",plugins_checkUpdates:"检查更新",plugins_upgradeAll:"升级全部",plugins_lockVersion:"锁定版本",plugins_lockVersionHint:"锁定的插件不检查更新,升级按钮隐藏",plugins_updateAvailable:"可更新 → {latest}",plugins_updated:"插件包已更新。",plugins_disabledMessage:"插件包已禁用。",plugins_enabled:"插件包已启用。",plugins_reloaded:"会话已重新加载。",app_chat:"聊天",app_settings:"设置",app_about:"关于",about_title:"关于 Pidance",about_version:"Pidance 版本 {version}",about_piSdkVersion:"内置 Pi SDK {version}",about_github:"GitHub",about_footerNote:"面向 Pi coding agent 的开源 Web 客户端",about_checkUpdate:"检查更新",about_checkingUpdate:"检查中…",about_upToDate:"已是最新版本({version})",about_updateAvailable:"发现新版本:{current} → {latest}",about_upgradeNow:"一键升级",about_upgrading:"升级中…",about_upgradeDone:"已升级到 {version}",about_upgradeFailed:"升级失败:{message}",about_upgradeNotSupported:"当前环境不支持一键升级",update_bannerTitle:"Pidance 有新版本",update_bannerBody:"{current} → {latest}",update_bannerUpgrade:"一键升级",update_bannerDismiss:"稍后",update_bannerWorkspace:"发现新版本(工作区/测试部署请在正式安装 31415 升级)",update_overlayTitle:"正在升级 Pidance",update_phasePreparing:"准备中",update_phaseDownloading:"下载中",update_phaseInstalling:"安装中",update_phaseLinking:"切换版本",update_phaseRestarting:"重启服务",update_phaseDone:"完成",update_phaseError:"失败",update_reload:"刷新页面",update_reloadHint:"服务可能已重启,请刷新以加载新版本。",app_showSidebar:"显示侧栏",app_hideSidebar:"隐藏侧栏",app_sidebarResizeHandle:"调整侧栏宽度",app_lightMode:"切换到浅色模式",app_darkMode:"切换到深色模式",app_titleGenerating:"正在生成标题…",app_titleGenerated:"标题已生成",app_titleGenerationFailed:"标题生成失败",app_titleGenerationDisabled:"标题生成已禁用",app_titleGenerationDisabledReason:"当前会话无法生成标题",app_systemPrompt:"系统文令",app_system:"系统",app_sessionInfo:"会话信息",app_showFiles:"显示文件",app_hideFiles:"隐藏文件",app_showGit:"显示 Git",app_hideGit:"隐藏 Git",app_readOnlySystemPrompt:"系统文令只读",app_name:"名称",app_file:"文件",app_id:"ID",app_inMemory:"内存中",app_messages:"消息",app_user:"用户",app_assistant:"助手",app_toolCalls:"工具调用",app_toolResults:"工具结果",app_total:"总计",app_input:"输入",app_output:"输出",app_cacheRead:"缓存读取",app_cacheWrite:"缓存写入",app_cost:"费用",app_context:"上下文",app_unknown:"未知",app_copyFilePath:"复制文件路径",app_copySessionId:"复制会话 ID",app_saveAndClose:"保存并关闭",app_discardChanges:"放弃更改",app_cancelClosing:"取消关闭",sidebar_justNow:"刚刚",sidebar_minutesAgo:"{count} 分钟前",sidebar_hoursAgo:"{count} 小时前",sidebar_daysAgo:"{count} 天前",sidebar_createWorktree:"创建工作树",sidebar_checkingWorktree:"正在检查工作树…",sidebar_worktreeUnavailable:"工作树不可用",sidebar_addProject:"添加项目",sidebar_newSessionIn:"在 {project} 中新建会话",sidebar_selectProject:"选择项目",sidebar_searchSessions:"搜索会话",sidebar_displayOptions:"显示选项",sidebar_loadMoreRecent:"加载更多(+{count} \xb7 {shown}/{total})",sidebar_recentSessions:"最近会话",sidebar_standard:"标准",sidebar_compact:"紧凑",sidebar_collapseAll:"全部折叠",sidebar_expandAll:"全部展开",sidebar_showMore:"显示更多",sidebar_showFewer:"收起",sidebar_refresh:"刷新",sidebar_searchPlaceholder:"搜索会话…",sidebar_searchPlaceholderFulltext:"搜索消息正文…",sidebar_clearSearch:"清除搜索",sidebar_loading:"加载中…",sidebar_searchEmpty:"没有匹配 “{query}” 的会话",sidebar_searchModeMeta:"名称",sidebar_searchModeFulltext:"全文",sidebar_searchFulltextLoading:"正在搜索消息…",sidebar_searchFulltextSourceFts:"索引",sidebar_searchFulltextSourceJsonl:"扫描",sidebar_searchFulltextHits:"{count} 条命中",sidebar_searchFulltextSnippet:"打开含此命中的会话",sidebar_noProjects:"没有项目",sidebar_expandProject:"展开项目",sidebar_collapseProject:"折叠项目",sidebar_branchName:"分支名称",sidebar_createWorktreeAction:"创建工作树",sidebar_removeWorktree:"移除工作树",sidebar_forceRemoveWorktree:"强制移除工作树",sidebar_dirtyWorktreeConfirm:"此工作树有未提交更改,仍要移除吗?",sidebar_projectMenu:"菜单",sidebar_editProject:"编辑项目",sidebar_closeProject:"关闭项目",sidebar_addProjectDialog:"添加项目",sidebar_projectName:"项目名称",sidebar_projectRules:"项目规则",sidebar_projectSkills:"项目技能",projectAssets_rules:"项目规则",projectAssets_skills:"项目技能",projectAssets_newSkillName:"技能名称…",projectAssets_addSkill:"添加技能",projectAssets_noSkills:"暂无项目技能",projectAssets_enabled:"启用",projectAssets_edit:"编辑",sidebar_projectPath:"项目路径",sidebar_selectDirectory:"选择目录",sidebar_browseLoading:"加载中…",sidebar_browseGo:"前往",sidebar_browseOpenBeforeSelect:"先打开再选择",sidebar_browseMissing:"目录不存在",sidebar_browseGitRepo:"Git 仓库",sidebar_browseNotGit:"非 Git 目录",sidebar_browseEmpty:"无子目录",sidebar_createDefaultDirectory:"创建默认目录",sidebar_validating:"验证中…",sidebar_add:"添加",sidebar_save:"保存",sidebar_cancel:"取消",sidebar_projectDescription:"描述",sidebar_running:"运行中",sidebar_runningSeconds:"{s} 秒",sidebar_runningMinutesSeconds:"{m} 分 {s} 秒",sidebar_runningHoursMinutes:"{h} 小时 {m} 分",sidebar_activity:"活动",sidebar_noMessages:"没有消息",sidebar_deleteSession:"删除会话",sidebar_deleteConfirm:"确定删除会话「{name}」?此操作不可恢复。",sidebar_renameSession:"重命名会话",sidebar_sessionMenuLabel:"菜单",sidebar_copySessionId:"复制会话 ID",sidebar_exportSessionHtml:"导出 HTML",sidebar_exportSessionJsonl:"导出完整 JSONL",sidebar_subagentReadOnly:"子 Agent 会话只读",sidebar_subagentBadge:"子代理",sidebar_messagesCount:"{count} 条消息",sidebar_runCount:"第 {count} 次运行",sidebar_readOnly:"只读",sidebar_expandChild:"展开子会话",sidebar_collapseChild:"折叠子会话",sidebar_expandRecentSessions:"展开最近会话",sidebar_collapseRecentSessions:"折叠最近会话",sidebar_archive:"归档",sidebar_archiveSession:"归档会话",archive_viewTitle:"已归档会话",archive_viewCount:"已归档 {count} 个会话",archive_back:"返回会话列表",archive_empty:"暂无归档会话",archive_emptyHint:"在会话行菜单中选择「归档」即可整理此列表。",archive_archivedAt:"归档于 {date}",archive_restore:"恢复",archive_restoring:"恢复中…",archive_restoreFailed:"恢复失败:{error}",archive_delete:"永久删除",archive_deleteConfirm:"永久删除该归档会话?其消息将无法恢复。",archive_deleteConfirmButton:"删除",archive_deleteCancel:"取消",archive_deleting:"删除中…",archive_deleteFailed:"删除失败:{error}",archive_archiving:"归档中…",archive_archiveFailed:"归档失败:{error}",archive_runningConflict:"该会话正在运行,结束后才能归档。",archive_readOnlyForbidden:"只读子代理会话不能归档。",archive_rowDisabledRunning:"运行中 — 结束后才能归档",archive_rowDisabledReadOnly:"只读子代理会话 — 不能归档",archive_networkError:"网络错误",archive_unknownError:"未知错误",chat_runningTool:"正在运行工具",chat_runningNamed:"正在运行 {name}",chat_waitingModel:"等待模型",chat_runningCommand:"正在运行命令",chat_thinking:"思考中",chat_processDetails:"过程详情",chat_message:"条消息",chat_messages:"条消息",chat_toolCall:"次工具调用",chat_toolCalls:"次工具调用",chat_showProcess:"展开过程",chat_hideProcess:"折叠过程",chat_loadingSession:"正在加载会话…",chat_loadEarlier:"加载较早的 {count} 条消息",chat_backToBottom:"回到底部",chat_readOnlySession:"只读会话",chat_readOnlySessionDescription:"仅可浏览:发送、引导、追问、压缩、分叉与设置修改均已禁用;消息、文件与会话统计仍可查看。",chat_extensionRequest:"扩展请求",chat_extensionPanel:"扩展面板",retracted_messagesTitle:"已撤回 {count} 条消息",retracted_restore:"恢复",retracted_restoreTooltip:"恢复这条消息及其回复(若安装了扩展则一并恢复工作区)",retracted_noText:"(无文本)",chat_confirm:"确认",chat_submit:"提交",chat_cancel:"取消",chat_close:"关闭",notice_warning:"警告",notice_error:"错误",notice_info:"提示",notice_success:"成功",notice_expand:"展开通知",notice_collapse:"折叠通知",notice_copy:"复制通知",notice_copied:"已复制",notice_close:"关闭通知",notice_pin:"固定通知",notice_unpin:"取消固定通知",notice_pinned:"已固定",notice_viewActivity:"查看保存记录",notice_activityHistory:"已保存活动 \xb7 {count}",notice_activityHistoryTitle:"已保存的扩展活动",notice_activityHistoryDescription:"随当前会话保留的警告与错误",notice_activityPending:"会话刷新后将在此显示保存记录。",session_leafDrift:"外部 Pi runtime 无法恢复该分支;会话将从文件末尾继续。",input_thinkingOff:"关闭思考",input_thinkingMinimal:"最少思考",input_thinkingLow:"低强度思考",input_thinkingMedium:"中等思考",input_thinkingHigh:"高强度思考",input_thinkingXhigh:"超高强度思考",input_thinkingMax:"最大思考",input_slashCommandDescription:"运行斜杠命令",input_builtIn:"内置",input_extensions:"扩展",input_prompts:"文令",input_skills:"技能",input_matchCount:"{count} 个匹配",input_commandCount:"{count} 个命令",input_compacted:"已压缩",input_recall:"召回",input_sendQueueAsSteer:"引导发送",input_sendQueueAsSteerTooltip:"将队列消息以引导方式发送;若输入框有内容会先并入队列再整队发送",input_retrying:"重试中…",input_slashCommands:"斜杠命令",input_loadingCommands:"正在加载命令…",input_tabEnter:"Tab / Enter",input_noCommands:"没有找到命令",message_copy:"复制消息",message_editFromHere:"从此处编辑",message_retract:"撤回",message_retractTooltip:"撤回这条消息及其回复(若安装了扩展则一并还原工作区)",message_newSession:"新建会话",message_branchHere:"从此处分叉",message_branchHereTooltip:"从此处分叉",message_newSessionFromHere:"从此处开始新会话",message_newSessionFromHereTooltip:"从此处开始新会话",message_copyAnswer:"复制回答",message_branchFromAnswer:"基于此回答分叉",message_branchFromAnswerTooltip:"基于此回答分叉",message_newSessionFromAnswer:"基于此回答开始新会话",message_newSessionFromAnswerTooltip:"基于此回答开始新会话",message_creating:"创建中…",message_aborted:"已中止",message_apiError:"模型请求失败",message_thinkingUnavailable:"思考不可用",message_thinkingLoading:"正在加载思考内容…",message_noOutput:"无输出",message_toolCommand:"命令",message_toolLiveOutput:"实时输出",message_toolOutputTruncated:"输出已在 64 KB 处截断",message_toolWaitingOutput:"等待输出…",message_toolStatusRunning:"执行中",message_toolStatusSuccess:"已完成",message_toolStatusError:"错误",message_toolStatusCancelled:"已取消",message_command:"命令",message_compaction:"压缩",message_conversationCompacted:"对话已压缩",message_conversationCompactedDescription:"较早消息已压缩以节省上下文。",message_noSummary:"没有摘要",message_read:"读取",message_modified:"已修改",message_modifiedFiles:"已修改文件",message_readFiles:"已读取文件",message_hiddenExtensionMessage:"扩展消息已隐藏",message_noExtensionMessage:"没有扩展消息",message_showExtensionMessage:"显示扩展消息",message_expand:"展开",message_collapse:"折叠",message_showDetails:"显示详情",message_hideDetails:"隐藏详情",files_loading:"正在加载文件…",files_gitStatusLoading:"正在加载 Git 状态…",files_uploadError:"上传错误",files_modified:"已修改",files_added:"已添加",files_deleted:"已删除",files_renamed:"已重命名",files_untracked:"未跟踪",files_conflict:"冲突",files_uploading:"上传中…",files_uploaded:"已上传",files_replace:"替换",files_skip:"跳过",files_cancel:"取消",files_resultStats:"{count} 个结果",files_loadingList:"加载中…",files_noFiles:"没有文件",viewer_source:"源码",viewer_preview:"预览",viewer_diff:"差异",viewer_download:"下载",viewer_noChanges:"没有更改",viewer_unchangedLines:"未更改行",viewer_live:"实时",viewer_static:"静态",viewer_loadFailed:"加载失败",viewer_readOnlyReason:"只读:{reason}",viewer_gitDiff:"Git 差异",viewer_wrap:"自动换行",viewer_undo:"撤销",viewer_redo:"重做",viewer_save:"保存",viewer_externalChange:"文件已在编辑器外发生更改",viewer_saveConflict:"保存冲突",viewer_saved:"已保存",viewer_keepDraft:"保留草稿",viewer_discardReload:"放弃并重新加载",viewer_htmlPreview:"HTML 预览",tabs_backToChat:"返回聊天",tabs_closeUnsaved:"关闭未保存文件",tabs_close:"关闭",workspace_filesAndGit:"文件与 Git 工作区",workspace_resizeHandle:"拖动调整大小",workspace_files:"文件",workspace_gitChanges:"Git 更改",workspace_upload:"上传",workspace_refresh:"刷新",workspace_close:"关闭",workspace_selectProject:"选择项目",changes_title:"文件修改与差异",changes_resizeHandle:"调整修改面板宽度",changes_selectFile:"选择有修改的文件以查看差异",changes_diffLoading:"正在加载差异…",changes_statusError:"加载文件修改失败(HTTP {status})",changes_diffError:"加载差异失败(HTTP {status})",changes_diffUnavailable:"此文件暂时无法显示差异",secondary_title:"文件详情",secondary_empty:"在侧栏中选择文件以查看详情",secondary_closeAll:"关闭全部文件",app_showPanel:"显示面板",app_hidePanel:"隐藏面板",panel_ariaLabel:"文件、Git 与会话面板",panel_selectSessionHint:"选择会话后查看会话信息",git_loading:"正在加载 Git 状态…",git_openFile:"打开 {path}({status})",git_notRepo:"不是 Git 仓库",git_clean:"工作树干净",git_changesCount:"{count} 处更改",todo_pending:"待处理",todo_inProgress:"进行中",todo_completed:"已完成",todo_high:"高",todo_medium:"中",todo_low:"低",todo_toggle:"待办事项",todo_expand:"展开待办事项",todo_collapse:"折叠待办事项",footer_expand:"展开 footer",footer_collapse:"折叠 footer",todo_complete:"完成",todo_active:"进行中",todo_priority:"优先级",todo_blockedBy:"被 {list} 阻塞",om_toggle:"观察与反思",om_expand:"展开观察与反思",om_collapse:"折叠观察与反思",om_observations:"观察",om_reflections:"反思",om_countSummary:"{observations} 观察 \xb7 {reflections} 反思",om_dropped:"已丢弃 {count}",om_relevanceCritical:"关键",om_relevanceHigh:"高",om_relevanceMedium:"中",om_relevanceLow:"低",om_emptyObservations:"暂无有效观察",om_emptyReflections:"暂无反思",om_readOnlySummary:"扩展写入的只读认知记忆",om_sourceDescription:"这些只读认知记忆由扩展写入,并非 Pidance 自动生成。Pidance 只负责展示,不直接编辑 Pi 会话。",om_observationsDescription:"Agent 为当前分支保留的事实与线索。",om_reflectionsDescription:"基于这些上下文形成的更高层总结。",om_projectionUnavailable:"当前分支暂无可读的观察与反思投影。",wh_toggle:"工作区历史",wh_expand:"展开工作区历史",wh_collapse:"折叠工作区历史",wh_countSummary:"{count} 个快照",wh_kindBaseline:"基线",wh_kindBefore:"回合前",wh_kindAfter:"回合后",wh_kindManual:"检查点",wh_undo:"撤销",wh_redo:"重做",wh_checkpoint:"检查点",wh_checkpointPlaceholder:"可选标签…",wh_checkpointSave:"保存",wh_actionsDisabled:"运行中或只读时不可用",wh_empty:"当前分支无快照",wh_showFiles:"显示变更文件",wh_hideFiles:"收起文件",wh_diffUnavailable:"无法列出文件变更",wh_noFileChanges:"无文件变更",wh_moreFiles:"另有 {count} 项",extension_expired:"已过期",extension_waitingEnded:"等待结束",extension_responseSent:"已发送响应",extension_extension:"扩展",extension_cancel:"取消",extension_confirm:"确认",extension_submit:"提交",extension_other:"其他",extension_selectAnOption:"请选择一项",extension_otherPlaceholder:"输入自定义内容",extension_ctrlEnterHint:"Ctrl+Enter 提交",guide_projectTitle:"选择项目",guide_worktreeTitle:"工作树",guide_mainWorktree:"主工作树",guide_worktree:"工作树",guide_sessionCount:"{count} 个会话",guide_loading:"加载中…",guide_noProjects:"还没有项目——从侧栏开始新会话。",guide_noWorktrees:"该项目不是 git 仓库;可直接在此新建会话。",guide_worktreeUnavailable:"该项目的工作树列表不可用。",guide_projectPlaceholder:"选择项目…",guide_branchPlaceholder:"选择分支…",guide_newWorktree:"新建工作树",guide_newWorktreePlaceholder:"分支名…",guide_creatingWorktree:"创建中…",guide_createWorktree:"创建",palette_title:"命令面板",palette_placeholder:"搜索会话、文件、操作…",palette_newSession:"新建会话(当前项目)",palette_toggleTheme:"切换主题",palette_settingsModels:"设置 → 供应商",palette_settingsSkills:"设置 → 技能",palette_settingsPlugins:"设置 → 插件",palette_searching:"搜索中…",palette_noResults:"无结果",app_generateTitle:"生成标题",app_saveFailed:"保存失败(HTTP {status})",app_copied:"已复制",app_openWorkspace:"正在打开工作区…",app_workspaceUnavailable:"无法打开工作区",app_selectSessionFromSidebar:"从侧栏选择会话",app_getStarted:"开始使用",app_setupSelectProject:"从侧栏选择项目目录",app_setupAddModel:"通过底部的设置按钮添加模型",app_systemPromptReadOnlyHint:"只读会话不提供系统文令。",app_systemPromptEmptyHint:"系统文令为空。",app_systemPromptAfterMessageHint:"当前会话未加载系统文令(需 live 会话;同进程 SDK 会在 get_state 中返回)。",sidebar_expandProjectNamed:"展开 {project}",sidebar_collapseProjectNamed:"折叠 {project}",sidebar_expandWorktreeNamed:"展开 {name}",sidebar_collapseWorktreeNamed:"折叠 {name}",sidebar_noSessions:"没有会话",sidebar_noSessionsYet:"暂无会话",sidebar_removeWorktreeAt:"移除工作树 {path} 并保留其分支",sidebar_forceRemove:"强制移除",sidebar_addProjectDescription:"将项目目录添加到侧栏。",sidebar_editProjectDescription:"为 {path} 设置显示名称。",sidebar_noExistingDirectory:"没有现成目录",sidebar_projectMenuLabel:"菜单",input_usePiDefault:"使用 Pi 默认值",input_queued:"已排队 \xb7 {count}",input_searchingAllFiles:"正在搜索所有文件…",input_indexTruncated:"索引不完整",input_loadingFiles:"正在加载文件…",input_files:"文件",input_searching:"正在搜索…",input_noMatchingFiles:"没有匹配的文件",input_placeholderSteer:"引导 / 跟进…",input_placeholderRunning:"运行中…",input_placeholderMessage:"输入消息…",input_imageQueueDisabled:"Agent 运行时无法排队图片附件",input_steerTooltip:"中断当前运行并立即注入此消息",input_followUpTooltip:"在 Agent 完成后排队发送此消息",input_steer:"引导",input_followUp:"跟进",input_send:"发送",input_shellStatus:"Shell \xb7 {scope}",input_shellLocal:"输出仅保留在本地",input_shellModel:"输出发送给模型",input_more:"更多",input_toolsNone:"无工具(只读)",input_toolsDefault:"4 个内置工具",input_toolsAll:"所有内置工具",input_stop:"停止",input_soundDisable:"关闭完成提示音",input_soundEnable:"开启完成提示音",chat_sendSubmittedSwitched:"消息已发送(发送中切换了会话)",input_compactCommandDescription:"压缩当前会话",input_reloadCommandDescription:"重新加载当前会话",input_nameCommandDescription:"设置会话名称",input_sessionCommandDescription:"显示会话信息",input_copyCommandDescription:"复制当前会话",input_compactionResult:"已压缩 {before} → {after};节省 {saved}。",input_fold:"折叠",input_controlsTitle:"控件",input_toolsTitle:"工具",input_thinkingTitle:"思考",input_changeAppliesNextTurn:"下次发送时生效(含引导 / 队列)",input_modelTitle:"模型",input_modelThinkingLevel:"思考深度",input_modelMaxOutput:"最大输出",input_modelContext:"上下文",input_soundTitle:"完成提示音",message_editFromHereTooltip:"从此处编辑——在当前会话内创建分支",message_newSessionTooltip:"新会话——从此处创建独立副本",message_noMessages:"没有消息",message_extensionDefaultType:"扩展",message_tokensPerSecond:"{count} 词元/秒",message_viewFullOutput:"查看完整输出",message_loadingOutput:"正在加载完整输出…",message_downloadFullOutput:"下载完整输出",files_loadFailed:"加载文件失败(HTTP {status})",files_gitStatusLoadFailed:"加载 Git 状态失败(HTTP {status})",files_uploadFailed:"上传失败(HTTP {status})",files_uploadCheckFailed:"上传检查失败(HTTP {status})",files_uploadNetworkError:"上传时发生网络错误",files_uploadCancelled:"上传已取消",files_insertIntoChat:"将 {name} 插入聊天",files_existingFilesCount:"已有 {count} 个文件",files_cannotReplace:"无法替换:{names}",files_closeError:"关闭错误",files_uploadedCount:"已上传 {count} 个",files_skippedCount:"已跳过 {count} 个",files_failedCount:"失败 {count} 个",files_addFileToChat:"添加文件到聊天",files_addAllFilesToChat:"将所有文件添加到聊天",files_closeUploadResults:"关闭上传结果",viewer_liveSyncOn:"已开启实时同步",viewer_liveSyncOff:"未监听实时变更",viewer_docxTooLarge:"超过 10 MB 的 DOCX 文件无法预览",viewer_readOnlyNoProject:"未选择项目,因此只读",viewer_readOnlySession:"当前会话为只读,因此只读",viewer_fileEditAria:"编辑文件",viewer_enableWrap:"启用自动换行",viewer_disableWrap:"禁用自动换行",viewer_externalChangeDraftKept:"文件已被外部修改;已保留你的草稿",viewer_externalSaveConflict:"文件在保存前已被外部修改",viewer_keepLocalDraft:"保留本地草稿",viewer_discardLocalDraftReload:"丢弃本地草稿并重新加载",viewer_gitDiffSavedWorktree:"Git 差异显示已保存的工作树,不包含未保存的草稿",viewer_linesCount:"{count} 行",workspace_gitStatusLoadFailed:"加载 Git 状态失败(HTTP {status})",workspace_refreshFiles:"刷新文件",workspace_refreshGitStatus:"刷新 Git 状态",markdown_previewAfterStreaming:"流式输出完成后才能预览",markdown_showSource:"显示 Mermaid 源码",markdown_preview:"预览 Mermaid 图表",markdown_source:"源码",markdown_invalidMermaid:"Mermaid 图表无效",markdown_renderingMermaid:"正在渲染 Mermaid 图表",markdown_copied:"已复制",markdown_copy:"复制",branches:"分支",branches_noSession:"没有活动会话",branches_empty:"此会话没有分支",branches_assistant:"[助手]",dialog_close:"关闭",branches_currentPosition:"当前位置:分叉点(未发送新消息)",sidebar_worktreeOpenRoot:"请打开仓库根目录以管理工作树。",sidebar_worktreeGitOnly:"工作树仅在 Git 仓库根目录可用。",sidebar_creating:"创建中…",sidebar_projectNameRequired:"请输入项目名称",sidebar_worktreeTooltip:"工作树:{path}",app_unsavedChangesIn:"{name} 中有未保存的更改",app_tokens:"词元用量",app_contextTooltip:"上下文:{pct},共 {total} 词元",app_sessionInfoAfterMessageHint:"发送消息或运行 /session 以加载会话信息",tabs_closeNamed:"关闭 {label}",input_attachImage:"附加图片",input_attachFile:"添加附件",input_attachTooLarge:"文件过大(上限 256KB)",input_attachReadFailed:"读取失败",input_attachUnsupported:"暂仅支持图片与文本类附件(代码/配置/Markdown 等)",input_attachNeedCwd:"请先选择项目后再添加非图片附件",input_attachedFilesPrompt:"以下文件已上传到 Pidance 附件目录,请按需用工具读取:",input_uploadingAttachment:"上传中…",input_removeAttachment:"移除附件",input_compact:"压缩",input_compacting:"压缩中…",input_compactContext:"压缩上下文",input_stopCompaction:"停止压缩",input_compactionResultWithReason:"{reason}:已压缩 {before} → {after};节省 {saved}。",input_compactionReason_auto:"自动触发",input_compactionReason_threshold:"达到阈值",input_compactionReason_overflow:"上下文溢出",input_matchCountOne:"1 个匹配",input_commandCountOne:"1 个命令",message_estimatedTokensStreaming:"流式输出时预估的词元数量",message_fileContext:"文件上下文",markdown_previewShort:"预览",chat_subagentSessionFallback:"子代理会话",chat_subagent:"子代理",chat_agentNamed:"代理 {name}",chat_subagentRun:"第 {count} 次运行",files_containsChanges:"包含已变更的文件",viewer_readOnlyNoSession:"只读:请从已保存的可写会话打开后再编辑",files_existingFilesCount_one:"已有 {count} 个文件",git_changesCount_one:"{count} 处更改",files_downloadFile:"下载 {name}",files_downloadFolder:"下载 {name}(压缩包)",files_rowMenuLabel:"{name} 的操作",files_rename:"重命名",files_copyPath:"复制路径",files_newFile:"新建文件",files_newFolder:"新建文件夹",files_namePlaceholder:"名称",files_renameFailed:"重命名失败",files_createFailed:"创建失败",files_copyPathFailed:"复制路径失败",models_browserNotOpened:"如果浏览器窗口没有打开,",plugins_countExtensions:"{count} 个扩展",plugins_countSkills:"{count} 个技能",plugins_countPrompts:"{count} 个文令",plugins_countThemes:"{count} 个主题",plugins_versionInstalled:"已安装 {version}",plugins_versionConfigured:"配置 {version}",plugins_diagnostics_one:"{count} 条诊断",plugins_diagnostics_other:"{count} 条诊断",defaults_hint:"来自 settings.json 的会话行为设置。仅 SettingsManager 公开 setter 覆盖的键可编辑;compaction/retry 数值字段只读。",defaults_modelSection:"默认模型",defaults_provider:"默认 Provider",defaults_model:"默认 Model",defaults_providerUnset:"(未设置)",defaults_modelUnset:"(请选择模型)",defaults_modelEmpty:"该 Provider 下暂无模型",defaults_modelsLoadFailed:"模型列表加载失败",defaults_thinking:"默认思考级别",defaults_thinkingUnset:"(未设置 → 保存为 off)",defaults_queueSection:"消息队列",defaults_steeringMode:"Steering 模式",defaults_followUpMode:"Follow-up 模式",defaults_inputSection:"输入",defaults_streamingEnter:"运行中回车默认动作",defaults_streamingEnterQueue:"队列(完成后发送)",defaults_streamingEnterSteer:"引导(立即中断注入)",defaults_streamingEnterHint:"桌面:Enter 执行默认动作,Ctrl/Cmd+Enter 执行相反动作。发送按钮始终排队。手机:回车换行,点发送按钮提交。",defaults_completionSound:"完成提示音",defaults_completionSoundHint:"Agent 完成一轮回复时播放提示音。",defaults_queueFlushAsOne:"队列消息一次性投递",defaults_queueFlushAsOneHint:"开启后,上一轮结束自动投递时把所有队列消息合并为一条发送;关闭则逐条发送。",input_sendQueueTooltip:"排队到当前运行结束后发送",defaults_compactionSection:"压缩",defaults_compactionEnabled:"启用自动压缩",defaults_compactionReadonly:"reserveTokens={reserve} \xb7 keepRecentTokens={keep}(只读;改数值请编辑 settings.json)",defaults_retrySection:"重试",defaults_quietStartup:"安静启动(quietStartup)",defaults_showCacheMissNotices:"缓存未命中提示(showCacheMissNotices)",defaults_hideThinkingBlock:"隐藏思考块(hideThinkingBlock)",defaults_advancedSection:"网络与高级",defaults_appearanceSection:"界面",defaults_retryEnabled:"启用自动重试",defaults_retryReadonly:"maxRetries={max} \xb7 baseDelayMs={base}(只读;改数值请编辑 settings.json)",defaults_loadFailed:"会话设置加载失败",defaults_saveFailed:"会话设置保存失败",defaults_retry:"重试",defaults_refresh:"刷新",settingsJson_invalid:"JSON 解析失败:{message}",settingsJson_invalidAt:"JSON 解析失败:第 {line} 行第 {col} 列",settingsJson_mustBeObject:"settings.json 必须是 JSON 对象",settingsJson_validate:"校验",settingsJson_format:"格式化",settingsJson_valid:"JSON 校验通过,可保存",settingsJson_editorLabel:"settings.json 原文",settingsJson_hint:"编辑 ~/.pi/agent/settings.json 全部内容(含 SDK 与扩展键)。保存前会校验 JSON;非法内容不会写入。",defaults_jsonTab:"原始 JSON",defaults_basicTab:"基础",common_trust:"信任",trust_badgeTrusted:"已信任",trust_badgeUntrusted:"未信任",trust_badgeUndecided:"待决定",trust_badgeTrustedTitle:"已信任:加载该项目的设置、技能与扩展",trust_badgeUntrustedTitle:"未信任:不加载该项目的设置、技能与扩展",trust_badgeUndecidedTitle:"尚未保存信任决策:在你决定之前不加载项目资源",trust_manage:"{project} 的项目信任",trust_dialogTitle:"信任这个项目目录吗?",trust_dialogBody:"信任后,Pi 才会加载该目录的 .pi 设置与资源、安装缺失的项目包并运行项目扩展。",trust_optionTrust:"信任",trust_optionTrustParent:"信任父目录",trust_optionDistrust:"不信任",trust_inheritedFrom:"继承自 {path}",trust_appliesNextSession:"对此后新启动的会话生效;已在运行的会话需重新加载才会应用。",trust_saving:"保存中…",trust_saveFailed:"信任决策保存失败",trust_settingsTitle:"项目信任",trust_defaultLabel:"无保存决策时的回退行为",trust_defaultAsk:"询问 — 决定之前不加载项目资源",trust_defaultAlways:"总是信任",trust_defaultNever:"从不信任",trust_defaultHint:"在 ~/.pi/agent/settings.json 的 defaultProjectTrust 或 pi 的 /settings 中设置。",trust_decisionsTitle:"已保存的决策",trust_decisionsEmpty:"尚未保存任何信任决策。",trust_decisionTrusted:"已信任",trust_decisionDistrusted:"未信任",trust_readOnlyHint:"此处只读展示 ~/.pi/agent/trust.json;修改请在侧栏的项目行进行。",trust_currentProject:"当前项目",trust_noGate:"该目录没有受信任门禁的项目资源,始终正常加载。",trust_loadFailed:"读取信任决策失败",export_toggle:"导出",export_title:"导出会话",export_htmlLabel:"HTML",export_htmlDesc:"完整会话,带样式的页面",export_jsonlLabel:"当前分支 JSONL",export_jsonlDesc:"截至当前分支末端的原始记录",branches_currentPoint:"当前位置",branches_addBookmark:"添加书签",branches_editBookmark:"修改书签",branches_removeBookmark:"清除书签",branches_bookmarkPlaceholder:"书签名",branches_bookmarkSave:"保存",branches_bookmarkCancel:"取消",branches_bookmarkEmpty:"先输入书签名",branches_bookmarkTooLong:"最长 {max} 个字符",branches_bookmarkFailed:"书签保存失败",branches_bookmarkAria:"带书签的分支",branches_switchPrompt:"切换到此分支",branches_switchDirect:"直接切换",branches_switchDirectHint:"直接跳转,不生成摘要",branches_switchSummary:"总结后切换",branches_switchSummaryHint:"先把当前分支存为摘要",branches_switchCustom:"自定义焦点…",branches_switchCustomHint:"告诉摘要要保留什么",branches_switchCustomPlaceholder:"例如:保留 API 设计结论",branches_switchCustomSubmit:"总结并切换",branches_switchBack:"返回",branches_switching:"正在切换…",branches_summarizing:"正在总结…",branches_switchFailed:"分支切换失败",branches_waitForRun:"等当前运行结束后再切换",message_branchSummary:"分支摘要",message_branchSummaryDescription:"你离开的分支的摘要,保留在这里作为上下文。",auth_checking:"正在检查登录状态…",auth_loginTitle:"登录 Pidance",auth_loginHint:"输入服务器密码以继续",auth_password:"密码",auth_trustDevice:"信任此设备 7 天",auth_login:"登录",auth_loggingIn:"正在登录…",auth_loginFailed:"登录失败",auth_invalidCredentials:"密码不正确",auth_loginRateLimited:"尝试次数过多,请 {seconds} 秒后再试",auth_logout:"退出登录",general_loginSection:"登录管理",general_loginHint:"本机 Pidance 实例的服务器密码门禁(PIDANCE_PASSWORD / PI_WEB_PASSWORD)。",general_loginStatus:"状态",general_loginNotRequired:"未配置密码 — 能访问此实例的人都可以使用。",general_loginAuthenticated:"此设备已登录",general_loginNotAuthenticated:"未登录",general_loginCheckFailed:"无法检查登录状态",general_logoutHint:"退出此设备的登录。之后需要再次输入服务器密码。",general_updateSection:"更新",general_updateHint:"开启后,每次打开页面会向 npm 查询是否有新版本,有更新时用消息条提示。关于中仍可手动检查。",general_autoUpdateCheck:"打开页面时自动检测更新",general_interactionSection:"交互偏好"},n="pidance:i18n:v1";function r(e){if("string"!=typeof e)return"en";let s=e.trim().toLowerCase().replace(/_/g,"-");return"zh"===s||"zh-cn"===s||"zh-hans"===s||s.startsWith("zh-")?"zh-CN":"en"}let l=(0,i.createContext)(null);function d({children:e}){let[s,t]=(0,i.useState)("en");(0,i.useEffect)(()=>{let e=null;try{e=function(e){try{let t=e.getItem(n);if(null===t)return null;var s=t;if("string"!=typeof s)return null;try{let e=JSON.parse(s),t="string"==typeof e?e:e&&"object"==typeof e&&"locale"in e?e.locale:null;if("string"!=typeof t)return null;let i=t.trim().toLowerCase().replace(/_/g,"-");if("en"===i)return"en";if("zh"===i||"zh-cn"===i||"zh-hans"===i)return"zh-CN"}catch{}return null}catch{return null}}(window.localStorage)}catch{}let s=e??r(window.navigator.language);t(s),document.documentElement.lang=s},[]);let _=(0,i.useCallback)(e=>{let s=r(e);t(s),document.documentElement.lang=s;try{window.localStorage.setItem(n,JSON.stringify(s))}catch{}},[]),c=(0,i.useMemo)(()=>{let e;return e="zh-CN"===s?o:a,(s,t)=>(function(e,s={}){return e.replace(/\{([^{}]+)\}/g,(e,t)=>Object.prototype.hasOwnProperty.call(s,t)?String(s[t]):e)})(e[s]??a[s],t)},[s]),p=(0,i.useMemo)(()=>({locale:s,setLocale:_,t:c}),[s,_,c]);return(0,i.createElement)(l.Provider,{value:p},e)}function _(){let e=(0,i.useContext)(l);if(!e)throw Error("useI18n 必须在 I18nProvider 内使用");return e}}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[552,796,976,1004,1097,1273,1541,2053,2138,2504,2718,2835,2837,3032,3432,3507,3851,3943,3955,4016,4037,4133,4428,4459,4629,4896,5221,5408,5418,5907,6132,6444,6450,6709,6801,6819,6849,6919,6988,7032,7067,7074,7198,7483,7769,7812,7837,7851,8167,8197,8429,8658,8743,8933,9043,9156,9293,9560,9742,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);