@tinyrack/issuary-server 0.22.0 โ†’ 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/dist/entities/oauth-client.entity.d.ts +0 -18
  2. package/dist/entities/oauth-client.entity.d.ts.map +1 -1
  3. package/dist/entities/oauth-code.entity.d.ts +0 -18
  4. package/dist/entities/oauth-code.entity.d.ts.map +1 -1
  5. package/dist/entities/oauth-device-code.entity.d.ts +0 -18
  6. package/dist/entities/oauth-device-code.entity.d.ts.map +1 -1
  7. package/dist/entities/revoked-token.entity.d.ts +0 -18
  8. package/dist/entities/revoked-token.entity.d.ts.map +1 -1
  9. package/dist/entities/terms-content.entity.d.ts +0 -9
  10. package/dist/entities/terms-content.entity.d.ts.map +1 -1
  11. package/dist/entities/terms.entity.d.ts +0 -9
  12. package/dist/entities/terms.entity.d.ts.map +1 -1
  13. package/dist/entities/user-consent.entity.d.ts +0 -18
  14. package/dist/entities/user-consent.entity.d.ts.map +1 -1
  15. package/dist/entities/user-terms-consent.entity.d.ts +0 -9
  16. package/dist/entities/user-terms-consent.entity.d.ts.map +1 -1
  17. package/dist/entities/user-totp-recovery-code.entity.d.ts +0 -9
  18. package/dist/entities/user-totp-recovery-code.entity.d.ts.map +1 -1
  19. package/dist/entities/user-totp.entity.d.ts +0 -9
  20. package/dist/entities/user-totp.entity.d.ts.map +1 -1
  21. package/dist/entities/user.entity.d.ts +0 -9
  22. package/dist/entities/user.entity.d.ts.map +1 -1
  23. package/dist/entities/user.entity.js +0 -4
  24. package/dist/entities/user.entity.js.map +1 -1
  25. package/dist/entrypoints/app.d.ts +0 -59
  26. package/dist/entrypoints/app.d.ts.map +1 -1
  27. package/dist/entrypoints/database/postgres/compiled-functions.d.ts +20 -23
  28. package/dist/entrypoints/database/postgres/compiled-functions.d.ts.map +1 -1
  29. package/dist/entrypoints/database/postgres/compiled-functions.js +104 -134
  30. package/dist/entrypoints/database/postgres/compiled-functions.js.map +1 -1
  31. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts +20 -23
  32. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts.map +1 -1
  33. package/dist/entrypoints/database/sqlite/compiled-functions.js +104 -134
  34. package/dist/entrypoints/database/sqlite/compiled-functions.js.map +1 -1
  35. package/dist/lib/config/branding.d.ts +0 -4
  36. package/dist/lib/config/branding.d.ts.map +1 -1
  37. package/dist/lib/config/branding.js +0 -14
  38. package/dist/lib/config/branding.js.map +1 -1
  39. package/dist/lib/config/resolved.d.ts +0 -3
  40. package/dist/lib/config/resolved.d.ts.map +1 -1
  41. package/dist/lib/config/security.d.ts +0 -2
  42. package/dist/lib/config/security.d.ts.map +1 -1
  43. package/dist/lib/config/security.js +0 -5
  44. package/dist/lib/config/security.js.map +1 -1
  45. package/dist/middleware/auth.d.ts +0 -8
  46. package/dist/middleware/auth.d.ts.map +1 -1
  47. package/dist/middleware/auth.js +0 -64
  48. package/dist/middleware/auth.js.map +1 -1
  49. package/dist/middleware/session.d.ts +0 -9
  50. package/dist/middleware/session.d.ts.map +1 -1
  51. package/dist/middleware/session.js +0 -18
  52. package/dist/middleware/session.js.map +1 -1
  53. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.d.ts +6 -0
  54. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.d.ts.map +1 -0
  55. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.js +19 -0
  56. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.js.map +1 -0
  57. package/dist/migrations/postgres/index.d.ts.map +1 -1
  58. package/dist/migrations/postgres/index.js +2 -0
  59. package/dist/migrations/postgres/index.js.map +1 -1
  60. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.d.ts +6 -0
  61. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.d.ts.map +1 -0
  62. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.js +19 -0
  63. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.js.map +1 -0
  64. package/dist/migrations/sqlite/index.d.ts.map +1 -1
  65. package/dist/migrations/sqlite/index.js +2 -0
  66. package/dist/migrations/sqlite/index.js.map +1 -1
  67. package/dist/repositories/oauth-code.repository.d.ts +2 -2
  68. package/dist/repositories/oauth-code.repository.d.ts.map +1 -1
  69. package/dist/repositories/oauth-code.repository.js +3 -7
  70. package/dist/repositories/oauth-code.repository.js.map +1 -1
  71. package/dist/repositories/oauth-device-code.repository.d.ts +4 -4
  72. package/dist/repositories/oauth-device-code.repository.d.ts.map +1 -1
  73. package/dist/repositories/oauth-device-code.repository.js +6 -18
  74. package/dist/repositories/oauth-device-code.repository.js.map +1 -1
  75. package/dist/repositories/user-totp-recovery-code.repository.d.ts +1 -7
  76. package/dist/repositories/user-totp-recovery-code.repository.d.ts.map +1 -1
  77. package/dist/repositories/user-totp-recovery-code.repository.js +1 -2
  78. package/dist/repositories/user-totp-recovery-code.repository.js.map +1 -1
  79. package/dist/repositories/user-totp.repository.d.ts +0 -9
  80. package/dist/repositories/user-totp.repository.d.ts.map +1 -1
  81. package/dist/routes/api/auth/index.d.ts +0 -52
  82. package/dist/routes/api/auth/index.d.ts.map +1 -1
  83. package/dist/routes/api/auth/index.js +0 -2
  84. package/dist/routes/api/auth/index.js.map +1 -1
  85. package/dist/routes/api/auth/passkey/verify/post.d.ts +0 -37
  86. package/dist/routes/api/auth/passkey/verify/post.d.ts.map +1 -1
  87. package/dist/routes/api/auth/passkey/verify/post.js +2 -8
  88. package/dist/routes/api/auth/passkey/verify/post.js.map +1 -1
  89. package/dist/routes/api/config/get.d.ts +0 -4
  90. package/dist/routes/api/config/get.d.ts.map +1 -1
  91. package/dist/routes/api/config/get.js +0 -2
  92. package/dist/routes/api/config/get.js.map +1 -1
  93. package/dist/routes/api/config/index.d.ts +0 -4
  94. package/dist/routes/api/config/index.d.ts.map +1 -1
  95. package/dist/routes/api/index.d.ts +0 -56
  96. package/dist/routes/api/index.d.ts.map +1 -1
  97. package/dist/routes/index.d.ts +0 -56
  98. package/dist/routes/index.d.ts.map +1 -1
  99. package/dist/routes/oauth/device/get-post.js +5 -5
  100. package/dist/routes/oauth/device/get-post.js.map +1 -1
  101. package/dist/schemas/error.d.ts +0 -25
  102. package/dist/schemas/error.d.ts.map +1 -1
  103. package/dist/schemas/error.js +0 -1
  104. package/dist/schemas/error.js.map +1 -1
  105. package/dist/schemas/response.d.ts +0 -24
  106. package/dist/schemas/response.d.ts.map +1 -1
  107. package/dist/schemas/response.js +0 -13
  108. package/dist/schemas/response.js.map +1 -1
  109. package/dist/seeders/config.seeder.js +0 -1
  110. package/dist/seeders/config.seeder.js.map +1 -1
  111. package/dist/services/container.d.ts +0 -3
  112. package/dist/services/container.d.ts.map +1 -1
  113. package/dist/services/container.js +0 -15
  114. package/dist/services/container.js.map +1 -1
  115. package/dist/services/oauth-client.service.d.ts +0 -1
  116. package/dist/services/oauth-client.service.d.ts.map +1 -1
  117. package/dist/services/oauth-client.service.js +2 -17
  118. package/dist/services/oauth-client.service.js.map +1 -1
  119. package/dist/services/oauth-connect.service.d.ts.map +1 -1
  120. package/dist/services/oauth-connect.service.js +0 -4
  121. package/dist/services/oauth-connect.service.js.map +1 -1
  122. package/dist/services/oauth-token.service.d.ts.map +1 -1
  123. package/dist/services/oauth-token.service.js +4 -4
  124. package/dist/services/oauth-token.service.js.map +1 -1
  125. package/dist/services/password-auth.service.d.ts.map +1 -1
  126. package/dist/services/password-auth.service.js +3 -12
  127. package/dist/services/password-auth.service.js.map +1 -1
  128. package/dist/services/security.service.d.ts +0 -8
  129. package/dist/services/security.service.d.ts.map +1 -1
  130. package/dist/services/security.service.js +21 -82
  131. package/dist/services/security.service.js.map +1 -1
  132. package/dist/services/totp.service.js +2 -2
  133. package/dist/services/totp.service.js.map +1 -1
  134. package/package.json +2 -1
  135. package/public/assets/2fa-6btYq1AL.js +2 -0
  136. package/public/assets/{2fa-C37MUkye.js.map โ†’ 2fa-6btYq1AL.js.map} +1 -1
  137. package/public/assets/2fa-D3ieXkuh.js +2 -0
  138. package/public/assets/{2fa-kiqzGSz2.js.map โ†’ 2fa-D3ieXkuh.js.map} +1 -1
  139. package/public/assets/2fa-Dxh4Kxy-.js +2 -0
  140. package/public/assets/{2fa-BgveHSB_.js.map โ†’ 2fa-Dxh4Kxy-.js.map} +1 -1
  141. package/public/assets/2fa-UcpXAI9J.js +2 -0
  142. package/public/assets/{2fa-UL_cNRnQ.js.map โ†’ 2fa-UcpXAI9J.js.map} +1 -1
  143. package/public/assets/{DialogHandle-Zvz8SgS0.js โ†’ DialogHandle-tiMUnjZQ.js} +2 -2
  144. package/public/assets/{DialogHandle-Zvz8SgS0.js.map โ†’ DialogHandle-tiMUnjZQ.js.map} +1 -1
  145. package/public/assets/admin-B8RQbf4_.js +2 -0
  146. package/public/assets/admin-B8RQbf4_.js.map +1 -0
  147. package/public/assets/admin-users-Dz1QNdy3.js +2 -0
  148. package/public/assets/{admin-users-CwTJdiih.js.map โ†’ admin-users-Dz1QNdy3.js.map} +1 -1
  149. package/public/assets/alert-leqyvHOp.js.map +1 -1
  150. package/public/assets/{auth-choice-row-BlSsUI7d.js โ†’ auth-choice-row-DWzfcZQY.js} +2 -2
  151. package/public/assets/{auth-choice-row-BlSsUI7d.js.map โ†’ auth-choice-row-DWzfcZQY.js.map} +1 -1
  152. package/public/assets/{auth-field-HwxENJnB.js โ†’ auth-field-DsLGh1U-.js} +2 -2
  153. package/public/assets/{auth-field-HwxENJnB.js.map โ†’ auth-field-DsLGh1U-.js.map} +1 -1
  154. package/public/assets/auth-layout-DGTylGtX.js +2 -0
  155. package/public/assets/auth-layout-DGTylGtX.js.map +1 -0
  156. package/public/assets/{auth-page-header-CIs08f5Y.js โ†’ auth-page-header-COvqWINf.js} +2 -2
  157. package/public/assets/auth-page-header-COvqWINf.js.map +1 -0
  158. package/public/assets/authorization-context-banner-DVx1TsPY.js +2 -0
  159. package/public/assets/authorization-context-banner-DVx1TsPY.js.map +1 -0
  160. package/public/assets/{avatar-CttWiIv3.js โ†’ avatar-BCLugfaZ.js} +2 -2
  161. package/public/assets/{avatar-CttWiIv3.js.map โ†’ avatar-BCLugfaZ.js.map} +1 -1
  162. package/public/assets/badge-CsOfUji0.js.map +1 -1
  163. package/public/assets/{checkbox-CJrRV8S1.js โ†’ checkbox-CFVDS3zJ.js} +2 -2
  164. package/public/assets/{checkbox-CJrRV8S1.js.map โ†’ checkbox-CFVDS3zJ.js.map} +1 -1
  165. package/public/assets/config-DTQCUlfZ.js +2 -0
  166. package/public/assets/config-DTQCUlfZ.js.map +1 -0
  167. package/public/assets/{consent-BIhxtXHx.js โ†’ consent-CKOohdYI.js} +2 -2
  168. package/public/assets/{consent-BIhxtXHx.js.map โ†’ consent-CKOohdYI.js.map} +1 -1
  169. package/public/assets/{consent-DRmENn26.js โ†’ consent-ChiWc7Ql.js} +2 -2
  170. package/public/assets/{consent-DRmENn26.js.map โ†’ consent-ChiWc7Ql.js.map} +1 -1
  171. package/public/assets/createLucideIcon-BPpAIXR_.js.map +1 -1
  172. package/public/assets/{email-CVRDeJ78.js โ†’ email-Crjg1dcr.js} +2 -2
  173. package/public/assets/{email-CVRDeJ78.js.map โ†’ email-Crjg1dcr.js.map} +1 -1
  174. package/public/assets/email-UcpXAI9J.js +2 -0
  175. package/public/assets/{email-UL_cNRnQ.js.map โ†’ email-UcpXAI9J.js.map} +1 -1
  176. package/public/assets/error-VfMv226c.js +2 -0
  177. package/public/assets/{error-2VPY5w8V.js.map โ†’ error-VfMv226c.js.map} +1 -1
  178. package/public/assets/{field-DDt6F9TZ.js โ†’ field-89zKYDVL.js} +2 -2
  179. package/public/assets/{field-DDt6F9TZ.js.map โ†’ field-89zKYDVL.js.map} +1 -1
  180. package/public/assets/forgot-Dr88fVMq.js +2 -0
  181. package/public/assets/{forgot-DzDcduho.js.map โ†’ forgot-Dr88fVMq.js.map} +1 -1
  182. package/public/assets/forgot-UcpXAI9J.js +2 -0
  183. package/public/assets/{forgot-UL_cNRnQ.js.map โ†’ forgot-UcpXAI9J.js.map} +1 -1
  184. package/public/assets/{index-DZyHRhbQ.css โ†’ index-CDD8owGK.css} +1 -1
  185. package/public/assets/index-CZ0rWM7l.js +11 -0
  186. package/public/assets/index-CZ0rWM7l.js.map +1 -0
  187. package/public/assets/{initial-avatar-CZzHAPm3.js โ†’ initial-avatar-ocwNWL38.js} +2 -2
  188. package/public/assets/{initial-avatar-CZzHAPm3.js.map โ†’ initial-avatar-ocwNWL38.js.map} +1 -1
  189. package/public/assets/{input-CNRpSR08.js โ†’ input-GPigtjgi.js} +2 -2
  190. package/public/assets/{input-CNRpSR08.js.map โ†’ input-GPigtjgi.js.map} +1 -1
  191. package/public/assets/{labeled-separator-fnKySKv2.js โ†’ labeled-separator-CV7nb0XW.js} +2 -2
  192. package/public/assets/{labeled-separator-fnKySKv2.js.map โ†’ labeled-separator-CV7nb0XW.js.map} +1 -1
  193. package/public/assets/link-C-WdTj3F.js.map +1 -1
  194. package/public/assets/login-CQeTLmIu.js +2 -0
  195. package/public/assets/login-CQeTLmIu.js.map +1 -0
  196. package/public/assets/login-UcpXAI9J.js +2 -0
  197. package/public/assets/login-UcpXAI9J.js.map +1 -0
  198. package/public/assets/{logout-CHdmF_16.js โ†’ logout-B5T52P8u.js} +2 -2
  199. package/public/assets/{logout-CHdmF_16.js.map โ†’ logout-B5T52P8u.js.map} +1 -1
  200. package/public/assets/{modal-sCM_zT82.js โ†’ modal-BV3gpI-p.js} +2 -2
  201. package/public/assets/{modal-sCM_zT82.js.map โ†’ modal-BV3gpI-p.js.map} +1 -1
  202. package/public/assets/{mutationOptions-CrswitPs.js โ†’ mutationOptions-DyYFUbyn.js} +2 -2
  203. package/public/assets/{mutationOptions-CrswitPs.js.map โ†’ mutationOptions-DyYFUbyn.js.map} +1 -1
  204. package/public/assets/passkey-Bf7n49Z7.js +2 -0
  205. package/public/assets/{passkey-CEx1VZ5R.js.map โ†’ passkey-Bf7n49Z7.js.map} +1 -1
  206. package/public/assets/passkey-CT3G7pCL.js +2 -0
  207. package/public/assets/{passkey-CU8x9J2w.js.map โ†’ passkey-CT3G7pCL.js.map} +1 -1
  208. package/public/assets/passkey-J1qnYp9A.js +2 -0
  209. package/public/assets/{passkey-B2Blw47e.js.map โ†’ passkey-J1qnYp9A.js.map} +1 -1
  210. package/public/assets/passkey-UcpXAI9J.js +2 -0
  211. package/public/assets/{passkey-UL_cNRnQ.js.map โ†’ passkey-UcpXAI9J.js.map} +1 -1
  212. package/public/assets/password-BKI5GTRs.js +2 -0
  213. package/public/assets/password-BKI5GTRs.js.map +1 -0
  214. package/public/assets/password-UcpXAI9J.js +2 -0
  215. package/public/assets/password-UcpXAI9J.js.map +1 -0
  216. package/public/assets/password-reset-sU5KkBKi.js +2 -0
  217. package/public/assets/{password-reset-CIacHnvA.js.map โ†’ password-reset-sU5KkBKi.js.map} +1 -1
  218. package/public/assets/{password-strength-C0Zkrrct.js โ†’ password-strength-DTWF07Px.js} +2 -2
  219. package/public/assets/{password-strength-C0Zkrrct.js.map โ†’ password-strength-DTWF07Px.js.map} +1 -1
  220. package/public/assets/{pin-input-BlD4tPZJ.js โ†’ pin-input-BGOLfkwL.js} +2 -2
  221. package/public/assets/{pin-input-BlD4tPZJ.js.map โ†’ pin-input-BGOLfkwL.js.map} +1 -1
  222. package/public/assets/{profile-D43Yq-6S.js โ†’ profile-DSTMtoUf.js} +2 -2
  223. package/public/assets/{profile-D43Yq-6S.js.map โ†’ profile-DSTMtoUf.js.map} +1 -1
  224. package/public/assets/profile-RpDmbWNA.js +2 -0
  225. package/public/assets/profile-RpDmbWNA.js.map +1 -0
  226. package/public/assets/provider-logos-u1YURWQr.js.map +1 -1
  227. package/public/assets/recovery-DbgpqG6f.js +2 -0
  228. package/public/assets/{recovery-CLExnfYX.js.map โ†’ recovery-DbgpqG6f.js.map} +1 -1
  229. package/public/assets/register-B2Lixapy.js +2 -0
  230. package/public/assets/{register-CZUyWXRO.js.map โ†’ register-B2Lixapy.js.map} +1 -1
  231. package/public/assets/register-UcpXAI9J.js +2 -0
  232. package/public/assets/{register-UL_cNRnQ.js.map โ†’ register-UcpXAI9J.js.map} +1 -1
  233. package/public/assets/reset-C-Qjl2Qy.js +2 -0
  234. package/public/assets/reset-C-Qjl2Qy.js.map +1 -0
  235. package/public/assets/reset-UcpXAI9J.js +2 -0
  236. package/public/assets/{reset-UL_cNRnQ.js.map โ†’ reset-UcpXAI9J.js.map} +1 -1
  237. package/public/assets/{select-CWdSzsVo.js โ†’ select-BKx4bF4A.js} +2 -2
  238. package/public/assets/{select-CWdSzsVo.js.map โ†’ select-BKx4bF4A.js.map} +1 -1
  239. package/public/assets/select-UcpXAI9J.js +2 -0
  240. package/public/assets/{select-UL_cNRnQ.js.map โ†’ select-UcpXAI9J.js.map} +1 -1
  241. package/public/assets/{separator-BWGym8uM.js โ†’ separator-B0Bvh1he.js} +2 -2
  242. package/public/assets/{separator-BWGym8uM.js.map โ†’ separator-B0Bvh1he.js.map} +1 -1
  243. package/public/assets/shell-header-bar-CgyNXbPS.js +2 -0
  244. package/public/assets/shell-header-bar-CgyNXbPS.js.map +1 -0
  245. package/public/assets/{terms-D43Yq-6S.js โ†’ terms-DSTMtoUf.js} +2 -2
  246. package/public/assets/{terms-D43Yq-6S.js.map โ†’ terms-DSTMtoUf.js.map} +1 -1
  247. package/public/assets/{terms-COVFmzyl.js โ†’ terms-Vgpg5IZK.js} +2 -2
  248. package/public/assets/{terms-COVFmzyl.js.map โ†’ terms-Vgpg5IZK.js.map} +1 -1
  249. package/public/assets/{terms-checkbox-list-Cw0zB-lO.js โ†’ terms-checkbox-list-DqbXU4qw.js} +2 -2
  250. package/public/assets/{terms-checkbox-list-Cw0zB-lO.js.map โ†’ terms-checkbox-list-DqbXU4qw.js.map} +1 -1
  251. package/public/assets/{totp-BfCm6IWl.js โ†’ totp-BNZ904Zm.js} +2 -2
  252. package/public/assets/{totp-BfCm6IWl.js.map โ†’ totp-BNZ904Zm.js.map} +1 -1
  253. package/public/assets/totp-Cjns-PoB.js +2 -0
  254. package/public/assets/{totp-BFJEXxk0.js.map โ†’ totp-Cjns-PoB.js.map} +1 -1
  255. package/public/assets/totp-g0-s50HZ.js +2 -0
  256. package/public/assets/{totp-MINhsVxT.js.map โ†’ totp-g0-s50HZ.js.map} +1 -1
  257. package/public/assets/use-totp-setup-CtTaklH-.js +3 -0
  258. package/public/assets/{use-totp-setup-C7Zk_2IY.js.map โ†’ use-totp-setup-CtTaklH-.js.map} +1 -1
  259. package/public/assets/{useAriaLabelledBy-CiOCg6X5.js โ†’ useAriaLabelledBy-7uIPXK-0.js} +2 -2
  260. package/public/assets/{useAriaLabelledBy-CiOCg6X5.js.map โ†’ useAriaLabelledBy-7uIPXK-0.js.map} +1 -1
  261. package/public/assets/{useMutation-ZLFeJg75.js โ†’ useMutation-BWZ0G4Td.js} +2 -2
  262. package/public/assets/{useMutation-ZLFeJg75.js.map โ†’ useMutation-BWZ0G4Td.js.map} +1 -1
  263. package/public/assets/useQuery-pOdkMV4B.js +2 -0
  264. package/public/assets/{useQuery-BvMz34BW.js.map โ†’ useQuery-pOdkMV4B.js.map} +1 -1
  265. package/public/assets/users-B1hvVo3B.js +2 -0
  266. package/public/assets/users-B1hvVo3B.js.map +1 -0
  267. package/public/index.html +4 -5
  268. package/dist/routes/api/auth/password/reset-required/post.d.ts +0 -18
  269. package/dist/routes/api/auth/password/reset-required/post.d.ts.map +0 -1
  270. package/dist/routes/api/auth/password/reset-required/post.js +0 -39
  271. package/dist/routes/api/auth/password/reset-required/post.js.map +0 -1
  272. package/dist/services/legacy-credential-retirement.service.d.ts +0 -20
  273. package/dist/services/legacy-credential-retirement.service.d.ts.map +0 -1
  274. package/dist/services/legacy-credential-retirement.service.js +0 -90
  275. package/dist/services/legacy-credential-retirement.service.js.map +0 -1
  276. package/public/assets/2fa-BgveHSB_.js +0 -2
  277. package/public/assets/2fa-C37MUkye.js +0 -2
  278. package/public/assets/2fa-UL_cNRnQ.js +0 -2
  279. package/public/assets/2fa-kiqzGSz2.js +0 -2
  280. package/public/assets/admin-DbDuu6AI.js +0 -2
  281. package/public/assets/admin-DbDuu6AI.js.map +0 -1
  282. package/public/assets/admin-users-CwTJdiih.js +0 -2
  283. package/public/assets/auth-layout-CoeqNhTT.js +0 -2
  284. package/public/assets/auth-layout-CoeqNhTT.js.map +0 -1
  285. package/public/assets/auth-page-header-CIs08f5Y.js.map +0 -1
  286. package/public/assets/authorization-context-banner-BbtQmMYH.js +0 -2
  287. package/public/assets/authorization-context-banner-BbtQmMYH.js.map +0 -1
  288. package/public/assets/config-v3-oy_ef.js +0 -2
  289. package/public/assets/config-v3-oy_ef.js.map +0 -1
  290. package/public/assets/email-UL_cNRnQ.js +0 -2
  291. package/public/assets/error-2VPY5w8V.js +0 -2
  292. package/public/assets/forgot-DzDcduho.js +0 -2
  293. package/public/assets/forgot-UL_cNRnQ.js +0 -2
  294. package/public/assets/index-gliHKncz.js +0 -11
  295. package/public/assets/index-gliHKncz.js.map +0 -1
  296. package/public/assets/link-BN90emXr.js +0 -2
  297. package/public/assets/link-BN90emXr.js.map +0 -1
  298. package/public/assets/lock-keyhole-Cz72xkCn.js +0 -2
  299. package/public/assets/lock-keyhole-Cz72xkCn.js.map +0 -1
  300. package/public/assets/login-C6m2qSUt.js +0 -2
  301. package/public/assets/login-C6m2qSUt.js.map +0 -1
  302. package/public/assets/login-UL_cNRnQ.js +0 -2
  303. package/public/assets/login-UL_cNRnQ.js.map +0 -1
  304. package/public/assets/passkey-B2Blw47e.js +0 -2
  305. package/public/assets/passkey-CEx1VZ5R.js +0 -2
  306. package/public/assets/passkey-CU8x9J2w.js +0 -2
  307. package/public/assets/passkey-UL_cNRnQ.js +0 -2
  308. package/public/assets/password-BhU_a0cR.js +0 -2
  309. package/public/assets/password-BhU_a0cR.js.map +0 -1
  310. package/public/assets/password-UL_cNRnQ.js +0 -2
  311. package/public/assets/password-UL_cNRnQ.js.map +0 -1
  312. package/public/assets/password-reset-CIacHnvA.js +0 -2
  313. package/public/assets/profile-D1cEjfs8.js +0 -2
  314. package/public/assets/profile-D1cEjfs8.js.map +0 -1
  315. package/public/assets/recovery-CLExnfYX.js +0 -2
  316. package/public/assets/register-CZUyWXRO.js +0 -2
  317. package/public/assets/register-UL_cNRnQ.js +0 -2
  318. package/public/assets/reset-N3RQTYEB.js +0 -2
  319. package/public/assets/reset-N3RQTYEB.js.map +0 -1
  320. package/public/assets/reset-UL_cNRnQ.js +0 -2
  321. package/public/assets/reset-required-Cv5edDS6.js +0 -2
  322. package/public/assets/reset-required-Cv5edDS6.js.map +0 -1
  323. package/public/assets/reset-required-UL_cNRnQ.js +0 -2
  324. package/public/assets/reset-required-UL_cNRnQ.js.map +0 -1
  325. package/public/assets/select-UL_cNRnQ.js +0 -2
  326. package/public/assets/shell-header-bar-C9AB5lT-.js +0 -2
  327. package/public/assets/shell-header-bar-C9AB5lT-.js.map +0 -1
  328. package/public/assets/totp-BFJEXxk0.js +0 -2
  329. package/public/assets/totp-MINhsVxT.js +0 -2
  330. package/public/assets/use-totp-setup-C7Zk_2IY.js +0 -3
  331. package/public/assets/useQuery-BvMz34BW.js +0 -2
  332. package/public/assets/users-COM7u3A-.js +0 -2
  333. package/public/assets/users-COM7u3A-.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ import{A as e,B as t,C as n,D as r,E as i,F as a,G as o,H as s,I as c,J as l,K as u,L as d,M as f,N as p,O as m,P as h,R as g,S as _,T as v,V as y,Y as b,Z as x,_ as S,a as C,b as w,c as T,d as E,f as D,h as O,j as k,k as A,p as j,q as M,r as N,u as P,v as F,w as I,x as ee,z as L}from"./createLucideIcon-BPpAIXR_.js";var R=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},z=new class extends R{#e;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e();return window.addEventListener(`visibilitychange`,t,!1),()=>{window.removeEventListener(`visibilitychange`,t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(e=>{typeof e==`boolean`?this.setFocused(e):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){let e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e==`boolean`?this.#e:globalThis.document?.visibilityState!==`hidden`}},B={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},V=new class{#e=B;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}};function te(e){setTimeout(e,0)}var ne=typeof window>`u`||`Deno`in globalThis;function H(){}function re(e,t){return typeof e==`function`?e(t):e}function U(e){return typeof e==`number`&&e>=0&&e!==1/0}function W(e,t){return Math.max(e+(t||0)-Date.now(),0)}function G(e,t){return typeof e==`function`?e(t):e}function K(e,t){return typeof e==`function`?e(t):e}function ie(e,t){let{type:n=`all`,exact:r,fetchStatus:i,predicate:a,queryKey:o,stale:s}=e;if(o){if(r){if(t.queryHash!==oe(o,t.options))return!1}else if(!se(t.queryKey,o))return!1}if(n!==`all`){let e=t.isActive();if(n===`active`&&!e||n===`inactive`&&e)return!1}return!(typeof s==`boolean`&&t.isStale()!==s||i&&i!==t.state.fetchStatus||a&&!a(t))}function ae(e,t){let{exact:n,status:r,predicate:i,mutationKey:a}=e;if(a){if(!t.options.mutationKey)return!1;if(n){if(q(t.options.mutationKey)!==q(a))return!1}else if(!se(t.options.mutationKey,a))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function oe(e,t){return(t?.queryKeyHashFn||q)(e)}function q(e){return JSON.stringify(e,(e,t)=>Y(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function se(e,t){return e===t?!0:typeof e==typeof t&&e&&t&&typeof e==`object`&&typeof t==`object`?Object.keys(t).every(n=>se(e[n],t[n])):!1}var J=Object.prototype.hasOwnProperty;function ce(e,t,n=0){if(e===t)return e;if(n>500)return t;let r=ue(e)&&ue(t);if(!r&&!(Y(e)&&Y(t)))return t;let i=(r?e:Object.keys(e)).length,a=r?t:Object.keys(t),o=a.length,s=r?Array(o):{},c=0;for(let l=0;l<o;l++){let o=r?l:a[l],u=e[o],d=t[o];if(u===d){s[o]=u,(r?l<i:J.call(e,o))&&c++;continue}if(u===null||d===null||typeof u!=`object`||typeof d!=`object`){s[o]=d;continue}let f=ce(u,d,n+1);s[o]=f,f===u&&c++}return i===o&&c===i?e:s}function le(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(e[n]!==t[n])return!1;return!0}function ue(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Y(e){if(!de(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!de(n)||!n.hasOwnProperty(`isPrototypeOf`)||Object.getPrototypeOf(e)!==Object.prototype)}function de(e){return Object.prototype.toString.call(e)===`[object Object]`}function fe(e){return new Promise(t=>{V.setTimeout(t,e)})}function pe(e,t,n){return typeof n.structuralSharing==`function`?n.structuralSharing(e,t):n.structuralSharing===!1?t:ce(e,t)}function me(e,t,n=0){let r=[...e,t];return n&&r.length>n?r.slice(1):r}function he(e,t,n=0){let r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var ge=Symbol();function _e(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===ge?()=>Promise.reject(Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function ve(e,t){return typeof e==`function`?e(...t):!!e}function ye(e,t,n){let r=!1,i;return Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(i??=t(),r?i:(r=!0,i.aborted?n():i.addEventListener(`abort`,n,{once:!0}),i))}),e}var be=(()=>{let e=()=>ne;return{isServer(){return e()},setIsServer(t){e=t}}})();function xe(){let e,t,n=new Promise((n,r)=>{e=n,t=r});n.status=`pending`,n.catch(()=>{});function r(e){Object.assign(n,e),delete n.resolve,delete n.reject}return n.resolve=t=>{r({status:`fulfilled`,value:t}),e(t)},n.reject=e=>{r({status:`rejected`,reason:e}),t(e)},n}var Se=te;function Ce(){let e=[],t=0,n=e=>{e()},r=e=>{e()},i=Se,a=r=>{t?e.push(r):i(()=>{n(r)})},o=()=>{let t=e;e=[],t.length&&i(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||o()}return n},batchCalls:e=>(...t)=>{a(()=>{e(...t)})},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e},setScheduler:e=>{i=e}}}var we=Ce(),Te=new class extends R{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e(!0),n=()=>e(!1);return window.addEventListener(`online`,t,!1),window.addEventListener(`offline`,n,!1),()=>{window.removeEventListener(`online`,t),window.removeEventListener(`offline`,n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(t=>{t(e)}))}isOnline(){return this.#e}};function Ee(e){return Math.min(1e3*2**e,3e4)}function De(e){return(e??`online`)===`online`?Te.isOnline():!0}var Oe=class extends Error{constructor(e){super(`CancelledError`),this.revert=e?.revert,this.silent=e?.silent}};function ke(e){let t=!1,n=0,r,i=xe(),a=()=>i.status!==`pending`,o=t=>{if(!a()){let n=new Oe(t);f(n),e.onCancel?.(n)}},s=()=>{t=!0},c=()=>{t=!1},l=()=>z.isFocused()&&(e.networkMode===`always`||Te.isOnline())&&e.canRun(),u=()=>De(e.networkMode)&&e.canRun(),d=e=>{a()||(r?.(),i.resolve(e))},f=e=>{a()||(r?.(),i.reject(e))},p=()=>new Promise(t=>{r=e=>{(a()||l())&&t(e)},e.onPause?.()}).then(()=>{r=void 0,a()||e.onContinue?.()}),m=()=>{if(a())return;let r,i=n===0?e.initialPromise:void 0;try{r=i??e.fn()}catch(e){r=Promise.reject(e)}Promise.resolve(r).then(d).catch(r=>{if(a())return;let i=e.retry??(be.isServer()?0:3),o=e.retryDelay??Ee,s=typeof o==`function`?o(n,r):o,c=i===!0||typeof i==`number`&&n<i||typeof i==`function`&&i(n,r);if(t||!c){f(r);return}n++,e.onFail?.(n,r),fe(s).then(()=>l()?void 0:p()).then(()=>{t?f(r):m()})})};return{promise:i,status:()=>i.status,cancel:o,continue:()=>(r?.(),i),cancelRetry:s,continueRetry:c,canStart:u,start:()=>(u()?m():p().then(m),i)}}var Ae=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),U(this.gcTime)&&(this.#e=V.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(be.isServer()?1/0:300*1e3))}clearGcTimeout(){this.#e!==void 0&&(V.clearTimeout(this.#e),this.#e=void 0)}};function je(e){return{onFetch:(t,n)=>{let r=t.options,i=t.fetchOptions?.meta?.fetchMore?.direction,a=t.state.data?.pages||[],o=t.state.data?.pageParams||[],s={pages:[],pageParams:[]},c=0,l=async()=>{let n=!1,l=e=>{ye(e,()=>t.signal,()=>n=!0)},u=_e(t.options,t.fetchOptions),d=async(e,r,i)=>{if(n)return Promise.reject(t.signal.reason);if(r==null&&e.pages.length)return Promise.resolve(e);let a=(()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:r,direction:i?`backward`:`forward`,meta:t.options.meta};return l(e),e})(),o=await u(a),{maxPages:s}=t.options,c=i?he:me;return{pages:c(e.pages,o,s),pageParams:c(e.pageParams,r,s)}};if(i&&a.length){let e=i===`backward`,t=e?Ne:Me,n={pages:a,pageParams:o};s=await d(n,t(r,n),e)}else{let t=e??a.length;do{let e=c===0?o[0]??r.initialPageParam:Me(r,s);if(c>0&&e==null)break;s=await d(s,e),c++}while(c<t)}return s};t.options.persister?t.fetchFn=()=>t.options.persister?.(l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=l}}}function Me(e,{pages:t,pageParams:n}){let r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function Ne(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}var Pe=class extends Ae{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e){super(),this.#s=!1,this.#o=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#i=e.client,this.#r=this.#i.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#t=Le(this.options),this.state=e.state??this.#t,this.scheduleGc()}get meta(){return this.options.meta}get queryType(){return this.#e}get promise(){return this.#a?.promise}setOptions(e){if(this.options={...this.#o,...e},e?._type&&(this.#e=e._type),this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let e=Le(this.options);e.data!==void 0&&(this.setState(Ie(e.data,e.dataUpdatedAt)),this.#t=e)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus===`idle`&&this.#r.remove(this)}setData(e,t){let n=pe(this.state.data,e,this.options);return this.#l({data:n,type:`success`,dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e){this.#l({type:`setState`,state:e})}cancel(e){let t=this.#a?.promise;return this.#a?.cancel(e),t?t.then(H).catch(H):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}get resetState(){return this.#t}reset(){this.destroy(),this.setState(this.resetState)}isActive(){return this.observers.some(e=>K(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===ge||!this.isFetched()}isFetched(){return this.state.dataUpdateCount+this.state.errorUpdateCount>0}isStatic(){return this.getObserversCount()>0?this.observers.some(e=>G(e.options.staleTime,this)===`static`):!1}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e===`static`?!1:this.state.isInvalidated?!0:!W(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(e=>e.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#a?.continue()}onOnline(){this.observers.find(e=>e.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#a?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#r.notify({type:`observerAdded`,query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#a&&(this.#s||this.#c()?this.#a.cancel({revert:!0}):this.#a.cancelRetry()),this.scheduleGc()),this.#r.notify({type:`observerRemoved`,query:this,observer:e}))}getObserversCount(){return this.observers.length}#c(){return this.state.fetchStatus===`paused`&&this.state.status===`pending`}invalidate(){this.state.isInvalidated||this.#l({type:`invalidate`})}async fetch(e,t){if(this.state.fetchStatus!==`idle`&&this.#a?.status()!==`rejected`){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#a)return this.#a.continueRetry(),this.#a.promise}if(e&&this.setOptions(e),!this.options.queryFn){let e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}let n=new AbortController,r=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(this.#s=!0,n.signal)})},i=()=>{let e=_e(this.options,t),n=(()=>{let e={client:this.#i,queryKey:this.queryKey,meta:this.meta};return r(e),e})();return this.#s=!1,this.options.persister?this.options.persister(e,n,this):e(n)},a=(()=>{let e={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#i,state:this.state,fetchFn:i};return r(e),e})();(this.#e===`infinite`?je(this.options.pages):this.options.behavior)?.onFetch(a,this),this.#n=this.state,(this.state.fetchStatus===`idle`||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#l({type:`fetch`,meta:a.fetchOptions?.meta}),this.#a=ke({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:e=>{e instanceof Oe&&e.revert&&this.setState({...this.#n,fetchStatus:`idle`}),n.abort()},onFail:(e,t)=>{this.#l({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#l({type:`pause`})},onContinue:()=>{this.#l({type:`continue`})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{let e=await this.#a.start();if(e===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(e),this.#r.config.onSuccess?.(e,this),this.#r.config.onSettled?.(e,this.state.error,this),e}catch(e){if(e instanceof Oe){if(e.silent)return this.#a.promise;if(e.revert){if(this.state.data===void 0)throw e;return this.state.data}}throw this.#l({type:`error`,error:e}),this.#r.config.onError?.(e,this),this.#r.config.onSettled?.(this.state.data,e,this),e}finally{this.scheduleGc()}}#l(e){let t=t=>{switch(e.type){case`failed`:return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case`pause`:return{...t,fetchStatus:`paused`};case`continue`:return{...t,fetchStatus:`fetching`};case`fetch`:return{...t,...Fe(t.data,this.options),fetchMeta:e.meta??null};case`success`:let n={...t,...Ie(e.data,e.dataUpdatedAt),dataUpdateCount:t.dataUpdateCount+1,...!e.manual&&{fetchStatus:`idle`,fetchFailureCount:0,fetchFailureReason:null}};return this.#n=e.manual?n:void 0,n;case`error`:let r=e.error;return{...t,error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:`idle`,status:`error`,isInvalidated:!0};case`invalidate`:return{...t,isInvalidated:!0};case`setState`:return{...t,...e.state}}};this.state=t(this.state),we.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate()}),this.#r.notify({query:this,type:`updated`,action:e})})}};function Fe(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:De(t.networkMode)?`fetching`:`paused`,...e===void 0&&{error:null,status:`pending`}}}function Ie(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:`success`}}function Le(e){let t=typeof e.initialData==`function`?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt==`function`?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?`success`:`pending`,fetchStatus:`idle`}}var Re=class extends R{constructor(e,t){super(),this.options=t,this.#e=e,this.#s=null,this.#o=xe(),this.bindMethods(),this.setOptions(t)}#e;#t=void 0;#n=void 0;#r=void 0;#i;#a;#o;#s;#c;#l;#u;#d;#f;#p;#m=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(this.#t.addObserver(this),Be(this.#t,this.options)?this.#h():this.updateResult(),this.#y())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Ve(this.#t,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Ve(this.#t,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#b(),this.#x(),this.#t.removeObserver(this)}setOptions(e){let t=this.options,n=this.#t;if(this.options=this.#e.defaultQueryOptions(e),this.options.enabled!==void 0&&typeof this.options.enabled!=`boolean`&&typeof this.options.enabled!=`function`&&typeof K(this.options.enabled,this.#t)!=`boolean`)throw Error(`Expected enabled to be a boolean or a callback that returns a boolean`);this.#S(),this.#t.setOptions(this.options),t._defaulted&&!le(this.options,t)&&this.#e.getQueryCache().notify({type:`observerOptionsUpdated`,query:this.#t,observer:this});let r=this.hasListeners();r&&He(this.#t,n,this.options,t)&&this.#h(),this.updateResult(),r&&(this.#t!==n||K(this.options.enabled,this.#t)!==K(t.enabled,this.#t)||G(this.options.staleTime,this.#t)!==G(t.staleTime,this.#t))&&this.#g();let i=this.#_();r&&(this.#t!==n||K(this.options.enabled,this.#t)!==K(t.enabled,this.#t)||i!==this.#p)&&this.#v(i)}getOptimisticResult(e){let t=this.#e.getQueryCache().build(this.#e,e),n=this.createResult(t,e);return We(this,n)&&(this.#r=n,this.#a=this.options,this.#i=this.#t.state),n}getCurrentResult(){return this.#r}trackResult(e,t){return new Proxy(e,{get:(e,n)=>(this.trackProp(n),t?.(n),n===`promise`&&(this.trackProp(`data`),!this.options.experimental_prefetchInRender&&this.#o.status===`pending`&&this.#o.reject(Error(`experimental_prefetchInRender feature flag is not enabled`))),Reflect.get(e,n))})}trackProp(e){this.#m.add(e)}getCurrentQuery(){return this.#t}refetch({...e}={}){return this.fetch({...e})}fetchOptimistic(e){let t=this.#e.defaultQueryOptions(e),n=this.#e.getQueryCache().build(this.#e,t);return n.fetch().then(()=>this.createResult(n,t))}fetch(e){return this.#h({...e,cancelRefetch:e.cancelRefetch??!0}).then(()=>(this.updateResult(),this.#r))}#h(e){this.#S();let t=this.#t.fetch(this.options,e);return e?.throwOnError||(t=t.catch(H)),t}#g(){this.#b();let e=G(this.options.staleTime,this.#t);if(be.isServer()||this.#r.isStale||!U(e))return;let t=W(this.#r.dataUpdatedAt,e)+1;this.#d=V.setTimeout(()=>{this.#r.isStale||this.updateResult()},t)}#_(){return(typeof this.options.refetchInterval==`function`?this.options.refetchInterval(this.#t):this.options.refetchInterval)??!1}#v(e){this.#x(),this.#p=e,!(be.isServer()||K(this.options.enabled,this.#t)===!1||!U(this.#p)||this.#p===0)&&(this.#f=V.setInterval(()=>{(this.options.refetchIntervalInBackground||z.isFocused())&&this.#h()},this.#p))}#y(){this.#g(),this.#v(this.#_())}#b(){this.#d!==void 0&&(V.clearTimeout(this.#d),this.#d=void 0)}#x(){this.#f!==void 0&&(V.clearInterval(this.#f),this.#f=void 0)}createResult(e,t){let n=this.#t,r=this.options,i=this.#r,a=this.#i,o=this.#a,s=e===n?this.#n:e.state,{state:c}=e,l={...c},u=!1,d;if(t._optimisticResults){let i=this.hasListeners(),a=!i&&Be(e,t),o=i&&He(e,n,t,r);(a||o)&&(l={...l,...Fe(c.data,e.options)}),t._optimisticResults===`isRestoring`&&(l.fetchStatus=`idle`)}let{error:f,errorUpdatedAt:p,status:m}=l;d=l.data;let h=!1;if(t.placeholderData!==void 0&&d===void 0&&m===`pending`){let e;i?.isPlaceholderData&&t.placeholderData===o?.placeholderData?(e=i.data,h=!0):e=typeof t.placeholderData==`function`?t.placeholderData(this.#u?.state.data,this.#u):t.placeholderData,e!==void 0&&(m=`success`,d=pe(i?.data,e,t),u=!0)}if(t.select&&d!==void 0&&!h)if(i&&d===a?.data&&t.select===this.#c)d=this.#l;else try{this.#c=t.select,d=t.select(d),d=pe(i?.data,d,t),this.#l=d,this.#s=null}catch(e){this.#s=e}this.#s&&(f=this.#s,d=this.#l,p=Date.now(),m=`error`);let g=l.fetchStatus===`fetching`,_=m===`pending`,v=m===`error`,y=_&&g,b=d!==void 0,x={status:m,fetchStatus:l.fetchStatus,isPending:_,isSuccess:m===`success`,isError:v,isInitialLoading:y,isLoading:y,data:d,dataUpdatedAt:l.dataUpdatedAt,error:f,errorUpdatedAt:p,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:e.isFetched(),isFetchedAfterMount:l.dataUpdateCount>s.dataUpdateCount||l.errorUpdateCount>s.errorUpdateCount,isFetching:g,isRefetching:g&&!_,isLoadingError:v&&!b,isPaused:l.fetchStatus===`paused`,isPlaceholderData:u,isRefetchError:v&&b,isStale:Ue(e,t),refetch:this.refetch,promise:this.#o,isEnabled:K(t.enabled,e)!==!1};if(this.options.experimental_prefetchInRender){let t=x.data!==void 0,r=x.status===`error`&&!t,i=e=>{r?e.reject(x.error):t&&e.resolve(x.data)},a=()=>{let e=this.#o=x.promise=xe();i(e)},o=this.#o;switch(o.status){case`pending`:e.queryHash===n.queryHash&&i(o);break;case`fulfilled`:(r||x.data!==o.value)&&a();break;case`rejected`:(!r||x.error!==o.reason)&&a();break}}return x}updateResult(){let e=this.#r,t=this.createResult(this.#t,this.options);this.#i=this.#t.state,this.#a=this.options,this.#i.data!==void 0&&(this.#u=this.#t),!le(t,e)&&(this.#r=t,this.#C({listeners:(()=>{if(!e)return!0;let{notifyOnChangeProps:t}=this.options,n=typeof t==`function`?t():t;if(n===`all`||!n&&!this.#m.size)return!0;let r=new Set(n??this.#m);return this.options.throwOnError&&r.add(`error`),Object.keys(this.#r).some(t=>{let n=t;return this.#r[n]!==e[n]&&r.has(n)})})()}))}#S(){let e=this.#e.getQueryCache().build(this.#e,this.options);if(e===this.#t)return;let t=this.#t;this.#t=e,this.#n=e.state,this.hasListeners()&&(t?.removeObserver(this),e.addObserver(this))}onQueryUpdate(){this.updateResult(),this.hasListeners()&&this.#y()}#C(e){we.batch(()=>{e.listeners&&this.listeners.forEach(e=>{e(this.#r)}),this.#e.getQueryCache().notify({query:this.#t,type:`observerResultsUpdated`})})}};function ze(e,t){return K(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status===`error`&&K(t.retryOnMount,e)===!1)}function Be(e,t){return ze(e,t)||e.state.data!==void 0&&Ve(e,t,t.refetchOnMount)}function Ve(e,t,n){if(K(t.enabled,e)!==!1&&G(t.staleTime,e)!==`static`){let r=typeof n==`function`?n(e):n;return r===`always`||r!==!1&&Ue(e,t)}return!1}function He(e,t,n,r){return(e!==t||K(r.enabled,e)===!1)&&(!n.suspense||e.state.status!==`error`)&&Ue(e,n)}function Ue(e,t){return K(t.enabled,e)!==!1&&e.isStaleByTime(G(t.staleTime,e))}function We(e,t){return!le(e.getCurrentResult(),t)}var X=x(l(),1),Z=M(),Ge=X.createContext(void 0),Ke=e=>{let t=X.useContext(Ge);if(e)return e;if(!t)throw Error(`No QueryClient set, use QueryClientProvider to set one`);return t},qe=({client:e,children:t})=>(X.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),(0,Z.jsx)(Ge.Provider,{value:e,children:t})),Je=X.createContext(!1),Ye=()=>X.useContext(Je);Je.Provider;function Xe(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var Ze=X.createContext(Xe()),Qe=()=>X.useContext(Ze),$e=(e,t,n)=>{let r=n?.state.error&&typeof e.throwOnError==`function`?ve(e.throwOnError,[n.state.error,n]):e.throwOnError;(e.suspense||e.experimental_prefetchInRender||r)&&(t.isReset()||(e.retryOnMount=!1))},et=e=>{X.useEffect(()=>{e.clearReset()},[e])},tt=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||ve(n,[e.error,r])),nt=(e,t)=>t.state.data===void 0,rt=e=>{if(e.suspense){let t=1e3,n=e=>e===`static`?e:Math.max(e??t,t),r=e.staleTime;e.staleTime=typeof r==`function`?(...e)=>n(r(...e)):n(r),typeof e.gcTime==`number`&&(e.gcTime=Math.max(e.gcTime,t))}},it=(e,t)=>e.isLoading&&e.isFetching&&!t,at=(e,t)=>e?.suspense&&t.isPending,ot=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function st(e){return e}var ct=X.use,lt=typeof window<`u`?X.useLayoutEffect:X.useEffect;function ut(e){let t=X.useRef({value:e,prev:null}),n=t.current.value;return e!==n&&(t.current={value:e,prev:n}),t.current.prev}function dt(e,t,n={},r={}){X.useEffect(()=>{if(!e.current||r.disabled||typeof IntersectionObserver!=`function`)return;let i=new IntersectionObserver(([e])=>{t(e)},n);return i.observe(e.current),()=>{i.disconnect()}},[t,n,r.disabled,e])}function ft(e){let t=X.useRef(null);return X.useImperativeHandle(e,()=>t.current,[]),t}function pt(e){return e[e.length-1]}function mt(e){return typeof e==`function`}function ht(e,t){return mt(e)?e(t):e}var gt=Object.prototype.hasOwnProperty,_t=Object.prototype.propertyIsEnumerable;function vt(e){for(let t in e)if(gt.call(e,t))return!0;return!1}var yt=()=>Object.create(null),bt=(e,t)=>xt(e,t,yt);function xt(e,t,n=()=>({}),r=0){if(e===t)return e;if(r>500)return t;let i=t,a=Tt(e)&&Tt(i);if(!a&&!(Ct(e)&&Ct(i)))return i;let o=a?e:St(e);if(!o)return i;let s=a?i:St(i);if(!s)return i;let c=o.length,l=s.length,u=a?Array(l):n(),d=0;for(let t=0;t<l;t++){let o=a?t:s[t],l=e[o],f=i[o];if(l===f){u[o]=l,(a?t<c:gt.call(e,o))&&d++;continue}if(l===null||f===null||typeof l!=`object`||typeof f!=`object`){u[o]=f;continue}let p=xt(l,f,n,r+1);u[o]=p,p===l&&d++}return c===l&&d===c?e:u}function St(e){let t=Object.getOwnPropertyNames(e);for(let n of t)if(!_t.call(e,n))return!1;let n=Object.getOwnPropertySymbols(e);if(n.length===0)return t;let r=t;for(let t of n){if(!_t.call(e,t))return!1;r.push(t)}return r}function Ct(e){if(!wt(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!wt(n)||!n.hasOwnProperty(`isPrototypeOf`))}function wt(e){return Object.prototype.toString.call(e)===`[object Object]`}function Tt(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Et(e,t,n){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return!1;for(let r=0,i=e.length;r<i;r++)if(!Et(e[r],t[r],n))return!1;return!0}if(Ct(e)&&Ct(t)){let r=n?.ignoreUndefined??!0;if(n?.partial){for(let i in t)if((!r||t[i]!==void 0)&&!Et(e[i],t[i],n))return!1;return!0}let i=0;if(!r)i=Object.keys(e).length;else for(let t in e)e[t]!==void 0&&i++;let a=0;for(let o in t)if((!r||t[o]!==void 0)&&(a++,a>i||!Et(e[o],t[o],n)))return!1;return i===a}return!1}function Dt(e){let t,n,r=new Promise((e,r)=>{t=e,n=r});return r.status=`pending`,r.resolve=n=>{r.status=`resolved`,r.value=n,t(n),e?.(n)},r.reject=e=>{r.status=`rejected`,n(e)},r}function Ot(e){return typeof e?.message==`string`?e.message.startsWith(`Failed to fetch dynamically imported module`)||e.message.startsWith(`error loading dynamically imported module`)||e.message.startsWith(`Importing a module script failed`):!1}function kt(e){return!!(e&&typeof e==`object`&&typeof e.then==`function`)}var At=/[\x00-\x1f\x7f"<>`{}]/g;function jt(e){return e.replace(At,e=>`%`+e.charCodeAt(0).toString(16).toUpperCase().padStart(2,`0`))}function Mt(e){let t;try{t=decodeURI(e)}catch{t=e.replaceAll(/%[0-9A-F]{2}/gi,e=>{try{return decodeURI(e)}catch{return e}})}return jt(t)}var Nt=[`http:`,`https:`,`mailto:`,`tel:`];function Pt(e,t){if(!e)return!1;try{let n=new URL(e);return!t.has(n.protocol)}catch{return!1}}function Ft(e){if(!e||!/[%\\\x00-\x1f\x7f]/.test(e)&&!e.startsWith(`//`))return{path:e,handledProtocolRelativeURL:!1};let t=/%25|%5C/gi,n=0,r=``,i;for(;(i=t.exec(e))!==null;)r+=Mt(e.slice(n,i.index))+i[0],n=t.lastIndex;r+=Mt(n?e.slice(n):e);let a=!1;return r.startsWith(`//`)&&(a=!0,r=`/`+r.replace(/^\/+/,``)),{path:r,handledProtocolRelativeURL:a}}function It(e){return/\s|[^\u0000-\u007F]/.test(e)?e.replace(/\s|[^\u0000-\u007F]/gu,encodeURIComponent):e}function Lt(e,t){if(e===t)return!0;if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}function Rt(){throw Error(`Invariant failed`)}function zt(e){let t=new Map,n,r,i=e=>{e.next&&(e.prev?(e.prev.next=e.next,e.next.prev=e.prev,e.next=void 0,r&&(r.next=e,e.prev=r)):(e.next.prev=void 0,n=e.next,e.next=void 0,r&&(e.prev=r,r.next=e)),r=e)};return{get(e){let n=t.get(e);if(n)return i(n),n.value},set(a,o){if(t.size>=e&&n){let e=n;t.delete(e.key),e.next&&(n=e.next,e.next.prev=void 0),e===r&&(r=void 0)}let s=t.get(a);if(s)s.value=o,i(s);else{let e={key:a,value:o,prev:r};r&&(r.next=e),r=e,n||=e,t.set(a,e)}},clear(){t.clear(),n=void 0,r=void 0}}}var Bt=4,Vt=5;function Ht(e){let t=e.indexOf(`{`);if(t===-1)return null;let n=e.indexOf(`}`,t);return n===-1||t+1>=e.length?null:[t,n]}function Ut(e,t,n=new Uint16Array(6)){let r=e.indexOf(`/`,t),i=r===-1?e.length:r,a=e.substring(t,i);if(!a||!a.includes(`$`))return n[0]=0,n[1]=t,n[2]=t,n[3]=i,n[4]=i,n[5]=i,n;if(a===`$`){let r=e.length;return n[0]=2,n[1]=t,n[2]=t,n[3]=r,n[4]=r,n[5]=r,n}if(a.charCodeAt(0)===36)return n[0]=1,n[1]=t,n[2]=t+1,n[3]=i,n[4]=i,n[5]=i,n;let o=Ht(a);if(o){let[r,s]=o,c=a.charCodeAt(r+1);if(c===45){if(r+2<a.length&&a.charCodeAt(r+2)===36){let e=r+3,a=s;if(e<a)return n[0]=3,n[1]=t+r,n[2]=t+e,n[3]=t+a,n[4]=t+s+1,n[5]=i,n}}else if(c===36){let a=r+1,o=r+2;return o===s?(n[0]=2,n[1]=t+r,n[2]=t+a,n[3]=t+o,n[4]=t+s+1,n[5]=e.length,n):(n[0]=1,n[1]=t+r,n[2]=t+o,n[3]=t+s,n[4]=t+s+1,n[5]=i,n)}}return n[0]=0,n[1]=t,n[2]=t,n[3]=i,n[4]=i,n[5]=i,n}function Wt(e,t,n,r,i,a,o){o?.(n);let s=r;{let r=n.fullPath??n.from,o=r.length,c=n.options?.caseSensitive??e,l=n.options?.params?.parse??n.options?.parseParams;for(;s<o;){let e=Ut(r,s,t),o,u=s,d=e[5];switch(s=d+1,a++,e[0]){case 0:{let t=r.substring(e[2],e[3]);if(c){let e=i.static?.get(t);if(e)o=e;else{i.static??=new Map;let e=qt(n.fullPath??n.from);e.parent=i,e.depth=a,o=e,i.static.set(t,e)}}else{let e=t.toLowerCase(),r=i.staticInsensitive?.get(e);if(r)o=r;else{i.staticInsensitive??=new Map;let t=qt(n.fullPath??n.from);t.parent=i,t.depth=a,o=t,i.staticInsensitive.set(e,t)}}break}case 1:{let t=r.substring(u,e[1]),s=r.substring(e[4],d),f=c&&!!(t||s),p=t?f?t:t.toLowerCase():void 0,m=s?f?s:s.toLowerCase():void 0,h=!l&&i.dynamic?.find(e=>!e.parse&&e.caseSensitive===f&&e.prefix===p&&e.suffix===m);if(h)o=h;else{let e=Jt(1,n.fullPath??n.from,f,p,m);o=e,e.depth=a,e.parent=i,i.dynamic??=[],i.dynamic.push(e)}break}case 3:{let t=r.substring(u,e[1]),s=r.substring(e[4],d),f=c&&!!(t||s),p=t?f?t:t.toLowerCase():void 0,m=s?f?s:s.toLowerCase():void 0,h=!l&&i.optional?.find(e=>!e.parse&&e.caseSensitive===f&&e.prefix===p&&e.suffix===m);if(h)o=h;else{let e=Jt(3,n.fullPath??n.from,f,p,m);o=e,e.parent=i,e.depth=a,i.optional??=[],i.optional.push(e)}break}case 2:{let t=r.substring(u,e[1]),s=r.substring(e[4],d),l=c&&!!(t||s),f=t?l?t:t.toLowerCase():void 0,p=s?l?s:s.toLowerCase():void 0,m=Jt(2,n.fullPath??n.from,l,f,p);o=m,m.parent=i,m.depth=a,i.wildcard??=[],i.wildcard.push(m)}}i=o}if(l&&n.children&&!n.isRoot&&n.id&&n.id.charCodeAt(n.id.lastIndexOf(`/`)+1)===95){let e=qt(n.fullPath??n.from);e.kind=Vt,e.parent=i,a++,e.depth=a,i.pathless??=[],i.pathless.push(e),i=e}let u=(n.path||!n.children)&&!n.isRoot;if(u&&r.endsWith(`/`)){let e=qt(n.fullPath??n.from);e.kind=Bt,e.parent=i,a++,e.depth=a,i.index=e,i=e}i.parse=l??null,i.priority=n.options?.params?.priority??0,u&&!i.route&&(i.route=n,i.fullPath=n.fullPath??n.from)}if(n.children)for(let r of n.children)Wt(e,t,r,s,i,a,o)}function Gt(e,t){if(e.parse&&!t.parse)return-1;if(!e.parse&&t.parse)return 1;if(e.parse&&t.parse&&(e.priority||t.priority))return t.priority-e.priority;if(e.prefix&&t.prefix&&e.prefix!==t.prefix){if(e.prefix.startsWith(t.prefix))return-1;if(t.prefix.startsWith(e.prefix))return 1}if(e.suffix&&t.suffix&&e.suffix!==t.suffix){if(e.suffix.endsWith(t.suffix))return-1;if(t.suffix.endsWith(e.suffix))return 1}return e.prefix&&!t.prefix?-1:!e.prefix&&t.prefix?1:e.suffix&&!t.suffix?-1:!e.suffix&&t.suffix?1:e.caseSensitive&&!t.caseSensitive?-1:!e.caseSensitive&&t.caseSensitive?1:0}function Kt(e){if(e.pathless)for(let t of e.pathless)Kt(t);if(e.static)for(let t of e.static.values())Kt(t);if(e.staticInsensitive)for(let t of e.staticInsensitive.values())Kt(t);if(e.dynamic?.length){e.dynamic.sort(Gt);for(let t of e.dynamic)Kt(t)}if(e.optional?.length){e.optional.sort(Gt);for(let t of e.optional)Kt(t)}if(e.wildcard?.length){e.wildcard.sort(Gt);for(let t of e.wildcard)Kt(t)}}function qt(e){return{kind:0,depth:0,pathless:null,index:null,static:null,staticInsensitive:null,dynamic:null,optional:null,wildcard:null,route:null,fullPath:e,parent:null,parse:null,priority:0}}function Jt(e,t,n,r,i){return{kind:e,depth:0,pathless:null,index:null,static:null,staticInsensitive:null,dynamic:null,optional:null,wildcard:null,route:null,fullPath:t,parent:null,parse:null,priority:0,caseSensitive:n,prefix:r,suffix:i}}function Yt(e,t){let n=qt(`/`),r=new Uint16Array(6);for(let t of e)Wt(!1,r,t,1,n,0);Kt(n),t.masksTree=n,t.flatCache=zt(1e3)}function Xt(e,t){e||=`/`;let n=t.flatCache.get(e);if(n)return n;let r=tn(e,t.masksTree);return t.flatCache.set(e,r),r}function Zt(e,t,n,r,i){e||=`/`,r||=`/`;let a=t?`case\0${e}`:e,o=i.singleCache.get(a);return o||(o=qt(`/`),Wt(t,new Uint16Array(6),{from:e},1,o,0),i.singleCache.set(a,o)),tn(r,o,n)}function Qt(e,t,n=!1){let r=n?e:`nofuzz\0${e}`,i=t.matchCache.get(r);if(i!==void 0)return i;e||=`/`;let a;try{a=tn(e,t.segmentTree,n)}catch(e){if(e instanceof URIError)a=null;else throw e}return a&&(a.branch=rn(a.route)),t.matchCache.set(r,a),a}function $t(e){return e===`/`?e:e.replace(/\/{1,}$/,``)}function en(e,t=!1,n){let r=qt(e.fullPath),i=new Uint16Array(6),a={},o={},s=0;return Wt(t,i,e,1,r,0,e=>{if(n?.(e,s),e.id in a&&Rt(),a[e.id]=e,s!==0&&e.path){let t=$t(e.fullPath);(!o[t]||e.fullPath.endsWith(`/`))&&(o[t]=e)}s++}),Kt(r),{processedTree:{segmentTree:r,singleCache:zt(1e3),matchCache:zt(1e3),flatCache:null,masksTree:null},routesById:a,routesByPath:o}}function tn(e,t,n=!1){let r=e.split(`/`),i=on(e,r,t,n);if(!i)return null;let[a]=nn(e,r,i);return{route:i.node.route,rawParams:a}}function nn(e,t,n){let r=an(n.node),i=null,a=Object.create(null),o=n.extract?.part??0,s=n.extract?.node??0,c=n.extract?.path??0,l=n.extract?.segment??0;for(;s<r.length;o++,s++,c++,l++){let u=r[s];if(u.kind===Bt)break;if(u.kind===Vt){l--,o--,c--;continue}let d=t[o],f=c;if(d&&(c+=d.length),u.kind===1){i??=n.node.fullPath.split(`/`);let e=i[l],t=u.prefix?.length??0;if(e.charCodeAt(t)===123){let n=u.suffix?.length??0,r=e.substring(t+2,e.length-n-1),i=d.substring(t,d.length-n);a[r]=decodeURIComponent(i)}else{let t=e.substring(1);a[t]=decodeURIComponent(d)}}else if(u.kind===3){if(n.skipped&1<<s){o--,c=f-1;continue}i??=n.node.fullPath.split(`/`);let e=i[l],t=u.prefix?.length??0,r=u.suffix?.length??0,p=e.substring(t+3,e.length-r-1),m=u.suffix||u.prefix?d.substring(t,d.length-r):d;m&&(a[p]=decodeURIComponent(m))}else if(u.kind===2){let t=u,n=e.substring(f+(t.prefix?.length??0),e.length-(t.suffix?.length??0)),r=decodeURIComponent(n);a[`*`]=r,a._splat=r;break}}return n.rawParams&&Object.assign(a,n.rawParams),[a,{part:o,node:s,path:c,segment:l}]}function rn(e){let t=[e];for(;e.parentRoute;)e=e.parentRoute,t.push(e);return t.reverse(),t}function an(e){let t=Array(e.depth+1);do t[e.depth]=e,e=e.parent;while(e);return t}function on(e,t,n,r){if(e===`/`&&n.index)return{node:n.index,skipped:0};let i=!pt(t),a=i&&e!==`/`,o=t.length-+!!i,s=[{node:n,index:1,skipped:0,depth:1,statics:0,dynamics:0,optionals:0}],c=null,l=null;for(;s.length;){let n=s.pop(),{node:i,index:u,skipped:d,depth:f,statics:p,dynamics:m,optionals:h}=n,{extract:g,rawParams:_}=n;if(i.kind===2&&i.route&&!un(l,n))continue;if(i.parse){if(!ln(e,t,n))continue;_=n.rawParams,g=n.extract}r&&i.route&&i.kind!==Bt&&un(c,n)&&(c=n);let v=u===o;if(v&&(i.route&&(!a||i.kind===Bt||i.kind===2)&&un(l,n)&&(l=n),!i.optional&&!i.wildcard&&!i.index&&!i.pathless))continue;let y=v?void 0:t[u],b;if(v&&i.index){let n={node:i.index,index:u,skipped:d,depth:f+1,statics:p,dynamics:m,optionals:h,extract:g,rawParams:_},r=!0;if(i.index.parse&&(ln(e,t,n)||(r=!1)),r){if(!m&&!h&&!d&&cn(p,o))return n;un(l,n)&&(l=n)}}if(i.wildcard)for(let e=i.wildcard.length-1;e>=0;e--){let n=i.wildcard[e],{prefix:r,suffix:a}=n;if(!(r&&(v||!(n.caseSensitive?y:b??=y.toLowerCase()).startsWith(r)))){if(a){if(v)continue;let e=t.slice(u).join(`/`).slice(-a.length);if((n.caseSensitive?e:e.toLowerCase())!==a)continue}s.push({node:n,index:o,skipped:d,depth:f+1,statics:p,dynamics:m,optionals:h,extract:g,rawParams:_})}}if(i.optional){let e=d|1<<f,t=f+1;for(let n=i.optional.length-1;n>=0;n--){let r=i.optional[n];s.push({node:r,index:u,skipped:e,depth:t,statics:p,dynamics:m,optionals:h,extract:g,rawParams:_})}if(!v)for(let e=i.optional.length-1;e>=0;e--){let n=i.optional[e],{prefix:r,suffix:a}=n;if(r||a){let e=n.caseSensitive?y:b??=y.toLowerCase();if(r&&!e.startsWith(r)||a&&!e.endsWith(a))continue}s.push({node:n,index:u+1,skipped:d,depth:t,statics:p,dynamics:m,optionals:h+sn(o,u),extract:g,rawParams:_})}}if(!v&&i.dynamic&&y)for(let e=i.dynamic.length-1;e>=0;e--){let t=i.dynamic[e],{prefix:n,suffix:r}=t;if(n||r){let e=t.caseSensitive?y:b??=y.toLowerCase();if(n&&!e.startsWith(n)||r&&!e.endsWith(r))continue}s.push({node:t,index:u+1,skipped:d,depth:f+1,statics:p,dynamics:m+sn(o,u),optionals:h,extract:g,rawParams:_})}if(!v&&i.staticInsensitive){let e=i.staticInsensitive.get(b??=y.toLowerCase());e&&s.push({node:e,index:u+1,skipped:d,depth:f+1,statics:p+sn(o,u),dynamics:m,optionals:h,extract:g,rawParams:_})}if(!v&&i.static){let e=i.static.get(y);e&&s.push({node:e,index:u+1,skipped:d,depth:f+1,statics:p+sn(o,u),dynamics:m,optionals:h,extract:g,rawParams:_})}if(i.pathless){let e=f+1;for(let t=i.pathless.length-1;t>=0;t--){let n=i.pathless[t];s.push({node:n,index:u,skipped:d,depth:e,statics:p,dynamics:m,optionals:h,extract:g,rawParams:_})}}}if(l)return l;if(r&&c){let n=c.index;for(let e=0;e<c.index;e++)n+=t[e].length;let r=n===e.length?`/`:e.slice(n);return c.rawParams??=Object.create(null),c.rawParams[`**`]=decodeURIComponent(r),c}return null}function sn(e,t){return 2**(e-t-1)}function cn(e,t){return e===2**(t-1)-1}function ln(e,t,n){let r,i;try{[r,i]=nn(e,t,n)}catch{return null}if(n.rawParams=r,n.extract=i,!n.node.parse)return!0;try{if(n.node.parse(r)===!1)return null}catch{}return!0}function un(e,t){return e?t.statics>e.statics||t.statics===e.statics&&(t.dynamics>e.dynamics||t.dynamics===e.dynamics&&(t.optionals>e.optionals||t.optionals===e.optionals&&((t.node.kind===Bt)>(e.node.kind===Bt)||t.node.kind===Bt==(e.node.kind===Bt)&&t.depth>e.depth))):!0}function dn(e){return fn(e.filter(e=>e!==void 0).join(`/`))}function fn(e){return e.replace(/\/{2,}/g,`/`)}function pn(e){return e===`/`?e:e.replace(/^\/{1,}/,``)}function mn(e){let t=e.length;return t>1&&e[t-1]===`/`?e.replace(/\/{1,}$/,``):e}function hn(e){return mn(pn(e))}function gn(e,t){return e?.endsWith(`/`)&&e!==`/`&&e!==`${t}/`?e.slice(0,-1):e}function _n(e,t,n){return gn(e,n)===gn(t,n)}function vn({base:e,to:t,trailingSlash:n=`never`,cache:r}){let i=t.startsWith(`/`),a=!i&&t===`.`,o;if(r){o=i?t:a?e:e+`\0`+t;let n=r.get(o);if(n)return n}let s;if(a)s=e.split(`/`);else if(i)s=t.split(`/`);else{for(s=e.split(`/`);s.length>1&&pt(s)===``;)s.pop();let n=t.split(`/`);for(let e=0,t=n.length;e<t;e++){let r=n[e];r===``?e?e===t-1&&s.push(r):s=[r]:r===`..`?s.pop():r===`.`||s.push(r)}}s.length>1&&(pt(s)===``?n===`never`&&s.pop():n===`always`&&s.push(``));let c=fn(s.join(`/`))||`/`;return o&&r&&r.set(o,c),c}function yn(e){let t=new Map(e.map(e=>[encodeURIComponent(e),e])),n=Array.from(t.keys()).map(e=>e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)).join(`|`),r=new RegExp(n,`g`);return e=>e.replace(r,e=>t.get(e)??e)}function bn(e,t,n){let r=t[e];return typeof r==`string`?e===`_splat`?/^[a-zA-Z0-9\-._~!/]*$/.test(r)?r:r.split(`/`).map(e=>Sn(e,n)).join(`/`):Sn(r,n):r}function xn({path:e,params:t,decoder:n,...r}){let i=!1,a=Object.create(null);if(!e||e===`/`)return{interpolatedPath:`/`,usedParams:a,isMissingParams:i};if(!e.includes(`$`))return{interpolatedPath:e,usedParams:a,isMissingParams:i};let o=e.length,s=0,c,l=``;for(;s<o;){let r=s;c=Ut(e,r,c);let o=c[5];if(s=o+1,r===o)continue;let u=c[0];if(u===0){l+=`/`+e.substring(r,o);continue}if(u===2){let s=t._splat;a._splat=s,a[`*`]=s;let u=e.substring(r,c[1]),d=e.substring(c[4],o);if(!s){i=!0,(u||d)&&(l+=`/`+u+d);continue}let f=bn(`_splat`,t,n);l+=`/`+u+f+d;continue}if(u===1){let s=e.substring(c[2],c[3]);!i&&!(s in t)&&(i=!0),a[s]=t[s];let u=e.substring(r,c[1]),d=e.substring(c[4],o),f=bn(s,t,n)??`undefined`;l+=`/`+u+f+d;continue}if(u===3){let i=e.substring(c[2],c[3]),s=t[i];if(s==null)continue;a[i]=s;let u=e.substring(r,c[1]),d=e.substring(c[4],o),f=bn(i,t,n)??``;l+=`/`+u+f+d;continue}}return e.endsWith(`/`)&&(l+=`/`),{usedParams:a,interpolatedPath:l||`/`,isMissingParams:i}}function Sn(e,t){let n=encodeURIComponent(e);return t?.(n)??n}var Cn=`Error preloading route! โ˜๏ธ`;function wn({children:e,fallback:t=null}){return Tn()?(0,Z.jsx)(X.Fragment,{children:e}):(0,Z.jsx)(X.Fragment,{children:t})}function Tn(){return X.useSyncExternalStore(En,()=>!0,()=>!1)}function En(){return()=>{}}var Dn=X.createContext(null);function On(e){return X.useContext(Dn)}var kn=X.createContext(void 0),An=X.createContext(void 0),jn=b((e=>{var t=l(),n=u();function r(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var i=typeof Object.is==`function`?Object.is:r,a=n.useSyncExternalStore,o=t.useRef,s=t.useEffect,c=t.useMemo,d=t.useDebugValue;e.useSyncExternalStoreWithSelector=function(e,t,n,r,l){var u=o(null);if(u.current===null){var f={hasValue:!1,value:null};u.current=f}else f=u.current;u=c(function(){function e(e){if(!a){if(a=!0,o=e,e=r(e),l!==void 0&&f.hasValue){var t=f.value;if(l(t,e))return s=t}return s=e}if(t=s,i(o,e))return t;var n=r(e);return l!==void 0&&l(t,n)?(o=e,t):(o=e,s=n)}var a=!1,o,s,c=n===void 0?null:n;return[function(){return e(t())},c===null?void 0:function(){return e(c())}]},[t,n,r,l]);var p=a(e,u[0],u[1]);return s(function(){f.hasValue=!0,f.value=p},[p]),d(p),p}})),Mn=b(((e,t)=>{t.exports=jn()}))();function Nn(e,t){return e===t}function Pn(e,t,n=Nn){let r=(0,X.useCallback)(t=>{if(!e)return()=>{};let{unsubscribe:n}=e.subscribe(t);return n},[e]),i=(0,X.useCallback)(()=>e?.get(),[e]);return(0,Mn.useSyncExternalStoreWithSelector)(r,i,i,t,n)}var Fn={get(){},subscribe(){return{unsubscribe(){}}}};function In(e,t){let n=X.useRef();return r=>{let i=e?.select?e.select(r):r;return e?.structuralSharing??t.options.defaultStructuralSharing?n.current=xt(n.current,i):i}}function Ln(e){let t=On(),n=X.useContext(e.from?An:kn),r=e.from?t.stores.getRouteMatchStore(e.from):t.stores.matchStores.get(n),i=In(e,t),a=Pn(r??Fn,e=>e?i(e):Fn);if(a!==Fn)return a;(e.shouldThrow??!0)&&Rt()}function Rn(e){return Ln({from:e.from,strict:e.strict,shouldThrow:e.shouldThrow,structuralSharing:e.structuralSharing,select:t=>e.select?e.select(t.search):t.search})}var zn=b((e=>{var t=l();function n(e){var t=`https://react.dev/errors/`+e;if(1<arguments.length){t+=`?args[]=`+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+=`&args[]=`+encodeURIComponent(arguments[n])}return`Minified React error #`+e+`; visit `+t+` for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`}function r(){}var i={d:{f:r,r:function(){throw Error(n(522))},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},a=Symbol.for(`react.portal`);function o(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:a,key:r==null?null:``+r,children:e,containerInfo:t,implementation:n}}var s=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function c(e,t){if(e===`font`)return``;if(typeof t==`string`)return t===`use-credentials`?t:``}e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=i,e.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)throw Error(n(299));return o(e,t,null,r)},e.flushSync=function(e){var t=s.T,n=i.p;try{if(s.T=null,i.p=2,e)return e()}finally{s.T=t,i.p=n,i.d.f()}},e.preconnect=function(e,t){typeof e==`string`&&(t?(t=t.crossOrigin,t=typeof t==`string`?t===`use-credentials`?t:``:void 0):t=null,i.d.C(e,t))},e.prefetchDNS=function(e){typeof e==`string`&&i.d.D(e)},e.preinit=function(e,t){if(typeof e==`string`&&t&&typeof t.as==`string`){var n=t.as,r=c(n,t.crossOrigin),a=typeof t.integrity==`string`?t.integrity:void 0,o=typeof t.fetchPriority==`string`?t.fetchPriority:void 0;n===`style`?i.d.S(e,typeof t.precedence==`string`?t.precedence:void 0,{crossOrigin:r,integrity:a,fetchPriority:o}):n===`script`&&i.d.X(e,{crossOrigin:r,integrity:a,fetchPriority:o,nonce:typeof t.nonce==`string`?t.nonce:void 0})}},e.preinitModule=function(e,t){if(typeof e==`string`)if(typeof t==`object`&&t){if(t.as==null||t.as===`script`){var n=c(t.as,t.crossOrigin);i.d.M(e,{crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0})}}else t??i.d.M(e)},e.preload=function(e,t){if(typeof e==`string`&&typeof t==`object`&&t&&typeof t.as==`string`){var n=t.as,r=c(n,t.crossOrigin);i.d.L(e,n,{crossOrigin:r,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0,type:typeof t.type==`string`?t.type:void 0,fetchPriority:typeof t.fetchPriority==`string`?t.fetchPriority:void 0,referrerPolicy:typeof t.referrerPolicy==`string`?t.referrerPolicy:void 0,imageSrcSet:typeof t.imageSrcSet==`string`?t.imageSrcSet:void 0,imageSizes:typeof t.imageSizes==`string`?t.imageSizes:void 0,media:typeof t.media==`string`?t.media:void 0})}},e.preloadModule=function(e,t){if(typeof e==`string`)if(t){var n=c(t.as,t.crossOrigin);i.d.m(e,{as:typeof t.as==`string`&&t.as!==`script`?t.as:void 0,crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0})}else i.d.m(e)},e.requestFormReset=function(e){i.d.r(e)},e.unstable_batchedUpdates=function(e,t){return e(t)},e.useFormState=function(e,t,n){return s.H.useFormState(e,t,n)},e.useFormStatus=function(){return s.H.useHostTransitionStatus()},e.version=`19.2.7`})),Bn=b(((e,t)=>{function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>`u`||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=`function`))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(e){console.error(e)}}n(),t.exports=zn()})),Vn=x(Bn(),1);function Hn(e,t){let n=On(),r=ft(t),{activeProps:i,inactiveProps:a,activeOptions:o,to:s,preload:c,preloadDelay:l,preloadIntentProximity:u,hashScrollIntoView:d,replace:f,startTransition:p,resetScroll:m,viewTransition:h,children:g,target:_,disabled:v,style:y,className:b,onClick:x,onBlur:S,onFocus:C,onMouseEnter:w,onMouseLeave:T,onTouchStart:E,ignoreBlocker:D,params:O,search:k,hash:A,state:j,mask:M,reloadDocument:N,unsafeRelative:P,from:F,_fromLocation:I,...ee}=e,L=Tn(),R=X.useMemo(()=>e,[n,e.from,e._fromLocation,e.hash,e.to,e.search,e.params,e.state,e.mask,e.unsafeRelative]),z=Pn(n.stores.location,e=>e,(e,t)=>e.href===t.href),B=X.useMemo(()=>{let e={_fromLocation:z,...R};return n.buildLocation(e)},[n,z,R]),V=B.maskedLocation?B.maskedLocation.publicHref:B.publicHref,te=B.maskedLocation?B.maskedLocation.external:B.external,ne=X.useMemo(()=>Zn(V,te,n.history,v),[v,te,V,n.history]),H=X.useMemo(()=>{if(ne?.external)return Pt(ne.href,n.protocolAllowlist)?void 0:ne.href;if(!Qn(s)&&!(typeof s!=`string`||s.indexOf(`:`)===-1))try{return new URL(s),Pt(s,n.protocolAllowlist)?void 0:s}catch{}},[s,ne,n.protocolAllowlist]),re=X.useMemo(()=>{if(H)return!1;if(o?.exact){if(!_n(z.pathname,B.pathname,n.basepath))return!1}else{let e=gn(z.pathname,n.basepath),t=gn(B.pathname,n.basepath);if(!(e.startsWith(t)&&(e.length===t.length||e[t.length]===`/`)))return!1}return(o?.includeSearch??!0)&&!Et(z.search,B.search,{partial:!o?.exact,ignoreUndefined:!o?.explicitUndefined})?!1:o?.includeHash?L&&z.hash===B.hash:!0},[o?.exact,o?.explicitUndefined,o?.includeHash,o?.includeSearch,z,H,L,B.hash,B.pathname,B.search,n.basepath]),U=re?ht(i,{})??Wn:Un,W=re?Un:ht(a,{})??Un,G=[b,U.className,W.className].filter(Boolean).join(` `),K=(y||U.style||W.style)&&{...y,...U.style,...W.style},[ie,ae]=X.useState(!1),oe=X.useRef(!1),q=e.reloadDocument||H?!1:c??n.options.defaultPreload,se=l??n.options.defaultPreloadDelay??0,J=X.useCallback(()=>{n.preloadRoute({...R,_builtLocation:B}).catch(e=>{console.warn(e),console.warn(Cn)})},[n,R,B]);dt(r,X.useCallback(e=>{e?.isIntersecting&&J()},[J]),Yn,{disabled:!!v||q!==`viewport`}),X.useEffect(()=>{oe.current||!v&&q===`render`&&(J(),oe.current=!0)},[v,J,q]);let ce=e=>{let t=e.currentTarget.getAttribute(`target`),r=_===void 0?t:_;if(!v&&!er(e)&&!e.defaultPrevented&&(!r||r===`_self`)&&e.button===0){e.preventDefault(),(0,Vn.flushSync)(()=>{ae(!0)});let t=n.subscribe(`onResolved`,()=>{t(),ae(!1)});n.navigate({...R,replace:f,resetScroll:m,hashScrollIntoView:d,startTransition:p,viewTransition:h,ignoreBlocker:D})}};if(H)return{...ee,ref:r,href:H,...g&&{children:g},..._&&{target:_},...v&&{disabled:v},...y&&{style:y},...b&&{className:b},...x&&{onClick:x},...S&&{onBlur:S},...C&&{onFocus:C},...w&&{onMouseEnter:w},...T&&{onMouseLeave:T},...E&&{onTouchStart:E}};let le=e=>{if(v||q!==`intent`)return;if(!se){J();return}let t=e.currentTarget;if(Jn.has(t))return;let n=setTimeout(()=>{Jn.delete(t),J()},se);Jn.set(t,n)},ue=e=>{v||q!==`intent`||J()},Y=e=>{if(v||!q||!se)return;let t=e.currentTarget,n=Jn.get(t);n&&(clearTimeout(n),Jn.delete(t))};return{...ee,...U,...W,href:ne?.href,ref:r,onClick:Xn([x,ce]),onBlur:Xn([S,Y]),onFocus:Xn([C,le]),onMouseEnter:Xn([w,le]),onMouseLeave:Xn([T,Y]),onTouchStart:Xn([E,ue]),disabled:!!v,target:_,...K&&{style:K},...G&&{className:G},...v&&Gn,...re&&Kn,...L&&ie&&qn}}var Un={},Wn={className:`active`},Gn={role:`link`,"aria-disabled":!0},Kn={"data-status":`active`,"aria-current":`page`},qn={"data-transitioning":`transitioning`},Jn=new WeakMap,Yn={rootMargin:`100px`},Xn=e=>t=>{for(let n of e)if(n){if(t.defaultPrevented)return;n(t)}};function Zn(e,t,n,r){if(!r)return t?{href:e,external:!0}:{href:n.createHref(e)||`/`,external:!1}}function Qn(e){if(typeof e!=`string`)return!1;let t=e.charCodeAt(0);return t===47?e.charCodeAt(1)!==47:t===46}var $n=X.forwardRef((e,t)=>{let{_asChild:n,...r}=e,{type:i,...a}=Hn(r,t),o=typeof r.children==`function`?r.children({isActive:a[`data-status`]===`active`}):r.children;if(!n){let{disabled:e,...t}=a;return X.createElement(`a`,t,o)}return X.createElement(n,a,o)});function er(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}var tr=u(),nr=`data-tr-focus-modality`,rr=new WeakMap;function ir(e=document){let t=rr.get(e);if(t)return t.count+=1,()=>ar(e);let n=e.documentElement,r=!0,i=e=>{e.metaKey||e.altKey||e.ctrlKey||(r=!0)},a=()=>{r=!1},o=()=>{n.setAttribute(nr,r?`keyboard`:`pointer`)},s=()=>{r=!0},c={capture:!0,passive:!0},l=e.defaultView;return e.addEventListener(`keydown`,i,c),e.addEventListener(`pointerdown`,a,c),e.addEventListener(`mousedown`,a,c),e.addEventListener(`touchstart`,a,c),e.addEventListener(`focusin`,o,c),l?.addEventListener(`blur`,s),rr.set(e,{count:1,teardown:()=>{e.removeEventListener(`keydown`,i,c),e.removeEventListener(`pointerdown`,a,c),e.removeEventListener(`mousedown`,a,c),e.removeEventListener(`touchstart`,a,c),e.removeEventListener(`focusin`,o,c),l?.removeEventListener(`blur`,s),n.removeAttribute(nr)}}),()=>ar(e)}function ar(e){let t=rr.get(e);t&&(--t.count,!(t.count>0)&&(rr.delete(e),t.teardown()))}function or(){(0,X.useEffect)(()=>ir(),[])}function sr(e,t,{tracksFocusModality:n=!1}={}){function r(n){if(t===void 0)return(0,X.createElement)(e,n);let{className:r,...i}=n;return(0,X.createElement)(e,{...i,className:o(t,r)})}return n?function(e){return or(),r(e)}:function(e){return r(e)}}function cr(e){X.useEffect(e,P)}var lr=X.createContext(void 0);function ur(){let e=X.useContext(lr);if(!e)throw Error(F(73));return e}var dr=[],fr=void 0;function pr(){return fr}function mr(e){dr.push(e)}function hr(e){let t=(t,n)=>{let r=_(_r).current,i;try{fr=r;for(let e of dr)e.before(r);i=e(t,n);for(let e of dr)e.after(r);r.didInitialize=!0}finally{fr=void 0}return i};return t.displayName=e.displayName||e.name,t}function gr(e){return X.forwardRef(hr(e))}function _r(){return{didInitialize:!1}}var vr=j(19)?xr:Sr;function yr(e,t,n,r,i){return vr(e,t,n,r,i)}function br(e,t,n,r,i){let a=X.useCallback(()=>t(e.getSnapshot(),n,r,i),[e,t,n,r,i]);return(0,tr.useSyncExternalStore)(e.subscribe,a,a)}mr({before(e){e.syncIndex=0,e.didInitialize||(e.syncTick=1,e.syncHooks=[],e.didChangeStore=!0,e.getSnapshot=()=>{let t=!1;for(let n=0;n<e.syncHooks.length;n+=1){let r=e.syncHooks[n],i=r.selector(r.store.state,r.a1,r.a2,r.a3);Object.is(r.value,i)||(t=!0,r.value=i)}return t&&(e.syncTick+=1),e.syncTick})},after(e){e.syncHooks.length>0&&(e.didChangeStore&&(e.didChangeStore=!1,e.subscribe=t=>{let n=new Set;for(let t of e.syncHooks)n.add(t.store);let r=[];for(let e of n)r.push(e.subscribe(t));return()=>{for(let e of r)e()}}),(0,tr.useSyncExternalStore)(e.subscribe,e.getSnapshot,e.getSnapshot))}});function xr(e,t,n,r,i){let a=pr();if(!a)return br(e,t,n,r,i);let o=a.syncIndex;a.syncIndex+=1;let s;return a.didInitialize?(s=a.syncHooks[o],(s.store!==e||s.selector!==t||!Object.is(s.a1,n)||!Object.is(s.a2,r)||!Object.is(s.a3,i))&&(s.store!==e&&(a.didChangeStore=!0),s.store=e,s.selector=t,s.a1=n,s.a2=r,s.a3=i,s.value=t(e.getSnapshot(),n,r,i))):(s={store:e,selector:t,a1:n,a2:r,a3:i,value:t(e.getSnapshot(),n,r,i)},a.syncHooks.push(s)),s.value}function Sr(e,t,n,r,i){return(0,Mn.useSyncExternalStoreWithSelector)(e.subscribe,e.getSnapshot,e.getSnapshot,e=>t(e,n,r,i))}var Cr=class{constructor(e){this.state=e,this.listeners=new Set,this.updateTick=0}subscribe=e=>(this.listeners.add(e),()=>{this.listeners.delete(e)});getSnapshot=()=>this.state;setState(e){if(this.state===e)return;this.state=e,this.updateTick+=1;let t=this.updateTick;for(let n of this.listeners){if(t!==this.updateTick)return;n(e)}}update(e){for(let t in e)if(!Object.is(this.state[t],e[t])){this.setState({...this.state,...e});return}}set(e,t){Object.is(this.state[e],t)||this.setState({...this.state,[e]:t})}notifyAll(){let e={...this.state};this.setState(e)}use(e,t,n,r){return yr(this,e,t,n,r)}},wr=class extends Cr{constructor(e,t={},n){super(e),this.context=t,this.selectors=n}useSyncedValue(e,t){X.useDebugValue(e);let n=this;w(()=>{n.state[e]!==t&&n.set(e,t)},[n,e,t])}useSyncedValueWithCleanup(e,t){let n=this;w(()=>(n.state[e]!==t&&n.set(e,t),()=>{n.set(e,void 0)}),[n,e,t])}useSyncedValues(e){let t=this;w(()=>{t.update(e)},[t,...Object.values(e)])}useControlledProp(e,t){X.useDebugValue(e);let n=this,r=t!==void 0;w(()=>{r&&!Object.is(n.state[e],t)&&n.setState({...n.state,[e]:t})},[n,e,t,r])}select(e,t,n,r){let i=this.selectors[e];return i(this.state,t,n,r)}useState(e,t,n,r){return X.useDebugValue(e),yr(this,this.selectors[e],t,n,r)}useContextCallback(e,t){X.useDebugValue(e);let n=ee(t??D);this.context[e]=n}useStateSetter(e){let t=X.useRef(void 0);return t.current===void 0&&(t.current=t=>{this.set(e,t)}),t.current}observe(e,t){let n;n=typeof e==`function`?e:this.selectors[e];let r=n(this.state);return t(r,r,this),this.subscribe(e=>{let i=n(e);if(!Object.is(r,i)){let e=r;r=i,t(i,e,this)}})}};function Tr(...e){return()=>{for(let t=0;t<e.length;t+=1){let n=e[t];n&&n()}}}function Er(e,t,n,r){return e.addEventListener(t,n,r),()=>{e.removeEventListener(t,n,r)}}var Dr=null;globalThis.requestAnimationFrame;var Or=new class{callbacks=[];callbacksCount=0;nextId=1;startId=1;isScheduled=!1;tick=e=>{this.isScheduled=!1;let t=this.callbacks,n=this.callbacksCount;if(this.callbacks=[],this.callbacksCount=0,this.startId=this.nextId,n>0)for(let n=0;n<t.length;n+=1)t[n]?.(e)};request(e){let t=this.nextId;return this.nextId+=1,this.callbacks.push(e),this.callbacksCount+=1,this.isScheduled||=(requestAnimationFrame(this.tick),!0),t}cancel(e){let t=e-this.startId;t<0||t>=this.callbacks.length||(this.callbacks[t]=null,--this.callbacksCount)}},kr=class e{static create(){return new e}static request(e){return Or.request(e)}static cancel(e){return Or.cancel(e)}currentId=Dr;request(e){this.cancel(),this.currentId=Or.request(()=>{this.currentId=Dr,e()})}cancel=()=>{this.currentId!==Dr&&(Or.cancel(this.currentId),this.currentId=Dr)};disposeEffect=()=>this.cancel};function Ar(){let e=_(kr.create).current;return cr(e.disposeEffect),e}var jr=0,Mr=class e{static create(){return new e}currentId=jr;start(e,t){this.clear(),this.currentId=setTimeout(()=>{this.currentId=jr,t()},e)}isStarted(){return this.currentId!==jr}clear=()=>{this.currentId!==jr&&(clearTimeout(this.currentId),this.currentId=jr)};disposeEffect=()=>this.clear};function Nr(){let e=_(Mr.create).current;return cr(e.disposeEffect),e}var Pr=0;function Fr(e){return Pr+=1,`${e}-${Math.random().toString(36).slice(2,6)}-${Pr}`}function Ir(e,t){if(typeof e==`string`)return{description:e};if(typeof e==`function`){let n=e(t);return typeof n==`string`?{description:n}:n}return e}function Lr(){return typeof navigator>`u`?{userAgent:``,platform:``,maxTouchPoints:0}:{userAgent:navigator.userAgent,platform:navigator.platform??``,maxTouchPoints:navigator.maxTouchPoints??0}}var{userAgent:Rr,platform:zr,maxTouchPoints:Br}=Lr(),Vr=Rr.toLowerCase(),Hr=zr.toLowerCase(),Ur=/^i(os$|p)/.test(Hr)||Hr===`macintel`&&Br>1,Wr=`android`,Gr=Hr===Wr||Vr.includes(Wr),Kr=!Ur&&Hr.startsWith(`mac`);Hr.startsWith(`win`),!Gr&&/^(linux|chrome os)/.test(Hr);var qr=Kr||Ur,Jr=typeof CSS<`u`&&!!CSS.supports?.(`-webkit-backdrop-filter:none`);!Jr&&Vr.includes(`firefox`),!Jr&&Vr.includes(`chrom`);var Yr=qr,Xr=/jsdom|happydom/.test(Vr),Zr=`data-base-ui-focusable`,Qr=`input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])`,$r=`ArrowLeft`,ei=`ArrowRight`,ti=`ArrowUp`,ni=`ArrowDown`;function ri(e){let t=e.activeElement;for(;t?.shadowRoot?.activeElement!=null;)t=t.shadowRoot.activeElement;return t}function ii(e,t){if(!e||!t)return!1;let n=t.getRootNode?.();if(e.contains(t))return!0;if(n&&L(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function ai(e){return`composedPath`in e?e.composedPath()[0]:e.target}function oi(e,t){if(!h(e))return!1;let n=e;if(t.hasElement(n))return!n.hasAttribute(`data-trigger-disabled`);for(let[,e]of t.entries())if(ii(e,n))return!e.hasAttribute(`data-trigger-disabled`);return!1}function si(e,t){if(t==null)return!1;if(`composedPath`in e)return e.composedPath().includes(t);let n=e;return n.target!=null&&t.contains(n.target)}function ci(e){return e.matches(`html,body`)}function li(e){return a(e)&&e.matches(`input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])`)}function ui(e){return e?.closest(`button,a[href],[role="button"],select,[tabindex]:not([tabindex="-1"]),${Qr}`)!=null}function di(e){return e?e.getAttribute(`role`)===`combobox`&&li(e):!1}function fi(e){if(!e||Xr)return!0;try{return e.matches(`:focus-visible`)}catch{return!0}}function pi(e){return e?e.hasAttribute(`data-base-ui-focusable`)?e:e.querySelector(`[data-base-ui-focusable]`)||e:null}function mi(e){e.preventDefault(),e.stopPropagation()}function hi(e){return`nativeEvent`in e}function gi(e){return e.pointerType===``&&e.isTrusted?!0:Gr&&e.pointerType?e.type===`click`&&e.buttons===1:e.detail===0&&!e.pointerType}function _i(e){return Xr?!1:!Gr&&e.width===0&&e.height===0||Gr&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType===`mouse`||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType===`touch`}function vi(e,t){let n=[`mouse`,`pen`];return t||n.push(``,void 0),n.includes(e)}function yi(e){let t=e.type;return t===`click`||t===`mousedown`||t===`keydown`||t===`keyup`}var bi=Math.min,xi=Math.max,Si=Math.round,Ci=Math.floor,wi=e=>({x:e,y:e}),Ti={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Ei(e,t,n){return xi(e,bi(t,n))}function Di(e,t){return typeof e==`function`?e(t):e}function Oi(e){return e.split(`-`)[0]}function ki(e){return e.split(`-`)[1]}function Ai(e){return e===`x`?`y`:`x`}function ji(e){return e===`y`?`height`:`width`}function Mi(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function Ni(e){return Ai(Mi(e))}function Pi(e,t,n){n===void 0&&(n=!1);let r=ki(e),i=Ni(e),a=ji(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=Ui(o)),[o,Ui(o)]}function Fi(e){let t=Ui(e);return[Ii(e),t,Ii(t)]}function Ii(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var Li=[`left`,`right`],Ri=[`right`,`left`],zi=[`top`,`bottom`],Bi=[`bottom`,`top`];function Vi(e,t,n){switch(e){case`top`:case`bottom`:return n?t?Ri:Li:t?Li:Ri;case`left`:case`right`:return t?zi:Bi;default:return[]}}function Hi(e,t,n,r){let i=ki(e),a=Vi(Oi(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(Ii)))),a}function Ui(e){let t=Oi(e);return Ti[t]+e.slice(t.length)}function Wi(e){return{top:e.top??0,right:e.right??0,bottom:e.bottom??0,left:e.left??0}}function Gi(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:Wi(e)}function Ki(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function qi(e,t){return t<0||t>=e.length}function Ji(e,t){return Xi(e.current,{disabledIndices:t})}function Yi(e,t){return Xi(e.current,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}function Xi(e,{startingIndex:t=-1,decrement:n=!1,disabledIndices:r,amount:i=1}={}){let a=t;do a+=n?-i:i;while(a>=0&&a<=e.length-1&&Zi(e,a,r));return a}function Zi(e,t,n){if(typeof n==`function`?n(t):n?.includes(t)??!1)return!0;let r=e[t];return r?!$i(r)||r.matches(`:disabled`)?!0:!n&&(r.hasAttribute(`disabled`)||r.getAttribute(`aria-disabled`)===`true`):!1}function Qi(e){return e.visibility===`hidden`||e.visibility===`collapse`}function $i(e,t=e?I(e):null){return!e||!e.isConnected||!t||Qi(t)?!1:typeof e.checkVisibility==`function`?e.checkVisibility():t.display!==`none`&&t.display!==`contents`}var ea=`a[href],button,input,select,textarea,summary,details,iframe,object,embed,[tabindex],[contenteditable]:not([contenteditable="false"]),audio[controls],video[controls]`;function ta(e){let t=e.assignedSlot;if(t)return t;if(e.parentElement)return e.parentElement;let n=e.getRootNode();return L(n)?n.host:null}function na(e){for(let t of Array.from(e.children))if(m(t)===`summary`)return t;return null}function ra(e,t){let n=na(t);return!!n&&(e===n||ii(n,e))}function ia(e){let t=e?m(e):``;return e!=null&&e.matches(ea)&&(t!==`summary`||e.parentElement!=null&&m(e.parentElement)===`details`&&na(e.parentElement)===e)&&(t!==`details`||na(e)==null)&&(t!==`input`||e.type!==`hidden`)}function aa(e){if(!ia(e)||!e.isConnected||e.matches(`:disabled`))return!1;for(let t=e;t;t=ta(t)){let n=t!==e,r=m(t)===`slot`;if(t.hasAttribute(`inert`)||n&&m(t)===`details`&&!t.open&&!ra(e,t)||t.hasAttribute(`hidden`)||!r&&!oa(t,n))return!1}return!0}function oa(e,t){let n=I(e);return t?n.display!==`none`:$i(e,n)}function sa(e){let t=e.tabIndex;if(t<0){let t=m(e);if(t===`details`||t===`audio`||t===`video`||a(e)&&e.isContentEditable)return 0}return t}function ca(e){if(m(e)!==`input`)return null;let t=e;return t.type===`radio`&&t.name!==``?t:null}function la(e,t){let n=ca(e);if(!n)return!0;let r=t.find(e=>{let t=ca(e);return t?.name===n.name&&t.form===n.form&&t.checked});return r?r===n:t.find(e=>{let t=ca(e);return t?.name===n.name&&t.form===n.form})===n}function ua(e){if(a(e)&&m(e)===`slot`){let t=e.assignedElements({flatten:!0});if(t.length>0)return t}return a(e)&&e.shadowRoot?Array.from(e.shadowRoot.children):Array.from(e.children)}function da(e,t){ua(e).forEach(e=>{ia(e)&&t.push(e),da(e,t)})}function fa(e,t,n){ua(e).forEach(e=>{a(e)&&e.matches(t)&&n.push(e),fa(e,t,n)})}function pa(e){return aa(e)&&sa(e)>=0}function ma(e){let t=[];return da(e,t),t.filter(aa)}function ha(e){let t=ma(e);return t.filter(e=>sa(e)>=0&&la(e,t))}function ga(e,t){let n=ha(e),r=n.length;if(r===0)return;let i=ri(S(e)),a=n.indexOf(i);return n[a===-1?t===1?0:r-1:a+t]}function _a(e){return ga(S(e).body,1)||e}function va(e){return ga(S(e).body,-1)||e}function ya(e,t){let n=t||e.currentTarget,r=e.relatedTarget;return!r||!ii(n,r)}function ba(e){ha(e).forEach(e=>{e.dataset.tabindex=e.getAttribute(`tabindex`)||``,e.setAttribute(`tabindex`,`-1`)})}function xa(e){let t=[];fa(e,`[data-tabindex]`,t),t.forEach(e=>{let t=e.dataset.tabindex;delete e.dataset.tabindex,t?e.setAttribute(`tabindex`,t):e.removeAttribute(`tabindex`)})}function Sa(e){let t=new Map,n=0,r=0;return e.forEach((e,i)=>{let a=e.transitionStatus===`ending`;t.set(e.id,{value:e,domIndex:i,visibleIndex:a?-1:n,offsetY:r}),r+=e.height||0,a||(n+=1)}),t}function Ca(e,t){let n=0;return e.map(e=>{if(e.transitionStatus===`ending`)return e;let r=n>=t;return n+=1,e.limited===r?e:{...e,limited:r}})}var wa={toasts:e=>e.toasts,isEmpty:e=>e.toasts.length===0,toast:(e,t)=>e.toastMetadata.get(t)?.value,toastIndex:(e,t)=>e.toastMetadata.get(t)?.domIndex??-1,toastOffsetY:(e,t)=>e.toastMetadata.get(t)?.offsetY??0,toastVisibleIndex:(e,t)=>e.toastMetadata.get(t)?.visibleIndex??-1,focused:e=>e.focused,expanded:e=>e.hovering||e.focused,expandedOrOutOfFocus:e=>e.hovering||e.focused||!e.isWindowFocused,prevFocusElement:e=>e.prevFocusElement},Ta=class extends wr{timers=new Map;areTimersPaused=!1;constructor(e){super({...e,toastMetadata:Sa(e.toasts)},{},wa)}setViewport=e=>{this.set(`viewport`,e)};syncProviderProps(e,t){let n=this.state.limit!==t;if(this.state.timeout===e&&!n)return;let r={timeout:e,limit:t};if(n){let e=Ca(this.state.toasts,t);r.toasts=e,r.toastMetadata=Sa(e)}this.update(r)}disposeEffect=()=>()=>{this.timers.forEach(e=>{e.timeout?.clear()}),this.timers.clear()};removeToast(e,t=!1){let n=wa.toastIndex(this.state,e);if(n===-1)return;let r=this.state.toasts[n];t||r?.onRemove?.();let i=[...this.state.toasts];i.splice(n,1),this.setToasts(i)}addToast=e=>{let{timeout:t,limit:n}=this.state,r=e.id||Fr(`toast`);if(e.id){let t=wa.toast(this.state,e.id);if(t)if(t.transitionStatus===`ending`)this.removeToast(e.id,!0);else{let{id:t,transitionStatus:n,...r}=e;return this.updateToastInternal(e.id,r,!0,!0),e.id}}let i={...e,id:r,updateKey:0,transitionStatus:`starting`},a=[i,...this.state.toasts];this.setToasts(Ca(a,n));let o=i.timeout??t;return i.type!==`loading`&&o>0&&this.scheduleTimer(r,o,()=>this.closeToast(r)),wa.expandedOrOutOfFocus(this.state)&&this.pauseTimers(),r};updateToast=(e,t)=>{this.updateToastInternal(e,t,!1,!0)};updateToastInternal=(e,t,n=!1,r=!1)=>{let{timeout:i,toasts:a}=this.state,o=wa.toast(this.state,e);if(!o||o.transitionStatus===`ending`)return;let s={...o,...t,...r&&{updateKey:o.updateKey+1}};this.setToasts(a.map(t=>t.id===e?s:t));let c=s.timeout??i,l=o.timeout??i,u=Object.hasOwn(t,`timeout`),d=s.transitionStatus!==`ending`&&s.type!==`loading`&&c>0,f=this.timers.has(e),p=l!==c,m=o.type===`loading`;if(!d&&f){this.clearTimer(e);return}d&&(!f||p||u||m||n)&&(this.clearTimer(e),this.scheduleTimer(e,c,()=>this.closeToast(e)),wa.expandedOrOutOfFocus(this.state)&&this.pauseTimers())};closeToast=e=>{let t=e===void 0,{limit:n,toasts:r}=this.state,i;if(t)i=r,this.clearTimers();else{let t=wa.toast(this.state,e);if(!t)return;i=[t],this.clearTimer(e)}let a=Ca(r.map(n=>t||n.id===e?{...n,transitionStatus:`ending`,height:0}:n),n);this.setToasts(a,!a.some(e=>e.transitionStatus!==`ending`)),i.forEach(e=>{e.transitionStatus!==`ending`&&e.onClose?.()}),this.handleFocusManagement(e)};promiseToast=(e,t)=>{let n=Ir(t.loading),r=this.addToast({...n,type:`loading`}),i=e.then(e=>{let n=Ir(t.success,e);return this.updateToast(r,{...n,type:`success`,timeout:n.timeout}),e}).catch(e=>{let n=Ir(t.error,e);return this.updateToast(r,{...n,type:`error`,timeout:n.timeout}),Promise.reject(e)});return{}.hasOwnProperty.call(t,`setPromise`)&&t.setPromise(i),i};pauseTimers(){this.areTimersPaused||(this.areTimersPaused=!0,this.timers.forEach(e=>{e.timeout&&(e.timeout.clear(),e.remaining=Math.max(e.remaining-(Date.now()-e.start),0))}))}resumeTimers(){this.areTimersPaused&&(this.areTimersPaused=!1,this.timers.forEach((e,t)=>{e.remaining=e.remaining>0?e.remaining:e.delay,e.timeout??=Mr.create(),e.timeout.start(e.remaining,()=>{this.handleTimerFired(t),e.callback()}),e.start=Date.now()}))}restoreFocusToPrevElement(){this.state.prevFocusElement?.focus({preventScroll:!0})}handleDocumentPointerDown=e=>{if(e.pointerType!==`touch`)return;let t=ai(e);ii(this.state.viewport,t)||(this.resumeTimers(),this.update({hovering:!1,focused:!1}))};scheduleTimer(e,t,n){let r=Date.now(),i=wa.expandedOrOutOfFocus(this.state)?void 0:Mr.create();i?.start(t,()=>{this.handleTimerFired(e),n()}),this.timers.set(e,{timeout:i,start:r,delay:t,remaining:t,callback:n})}clearTimers(){this.timers.forEach(e=>{e.timeout?.clear()}),this.timers.clear(),this.areTimersPaused=!1}clearTimer(e){this.timers.get(e)?.timeout?.clear(),this.timers.delete(e),this.resetPausedStateIfNoTimersRemain()}handleTimerFired(e){this.timers.delete(e),this.resetPausedStateIfNoTimersRemain()}resetPausedStateIfNoTimersRemain(){this.timers.size===0&&(this.areTimersPaused=!1)}setToasts(e,t=e.length===0){let n={toasts:e,toastMetadata:Sa(e)};t&&(n.hovering=!1,n.focused=!1),this.update(n)}handleFocusManagement(e){let t=ri(S(this.state.viewport));if(!this.state.viewport||!ii(this.state.viewport,t)||!fi(t))return;if(e===void 0){this.restoreFocusToPrevElement();return}let n=wa.toasts(this.state),r=wa.toastIndex(this.state,e),i=(e,t)=>{for(let r=e;r>=0&&r<n.length;r+=t)if(n[r].transitionStatus!==`ending`)return n[r];return null},a=i(r+1,1)??i(r-1,-1);a?a.ref?.current?.focus():this.restoreFocusToPrevElement()}},Ea=function(e){let{children:t,timeout:n=5e3,limit:r=3,toastManager:i}=e,a=_(()=>new Ta({timeout:n,limit:r,viewport:null,toasts:[],hovering:!1,focused:!1,isWindowFocused:!0,prevFocusElement:null})).current;return cr(a.disposeEffect),X.useEffect(function(){if(i)return i[` subscribe`](({action:e,options:t})=>{let n=t.id;e===`promise`&&t.promise?a.promiseToast(t.promise,t):e===`update`&&n?a.updateToast(n,t):e===`close`?a.closeToast(n):a.addToast(t)})},[a,i]),(0,Z.jsxs)(lr.Provider,{value:a,children:[(0,Z.jsx)(Da,{store:a,timeout:n,limit:r}),t]})};function Da(e){let{store:t,timeout:n,limit:r}=e;return w(()=>{t.syncProviderProps(n,r)},[t,n,r]),null}var Oa={clipPath:`inset(50%)`,overflow:`hidden`,whiteSpace:`nowrap`,border:0,padding:0,width:1,height:1,margin:-1},ka={...Oa,position:`fixed`,top:0,left:0},Aa={...Oa,position:`absolute`},ja=X.forwardRef(function(e,t){let[n,r]=X.useState();w(()=>{Yr&&Jr&&r(`button`)},[]);let i={tabIndex:0,role:n};return(0,Z.jsx)(`span`,{...e,ref:t,style:ka,"aria-hidden":n?void 0:!0,...i,"data-base-ui-focus-guard":``})}),Ma=X.forwardRef(function(e,t){let{render:n,className:r,style:i,children:a,...o}=e,s=ur(),c=Nr(),l=X.useRef(!1),u=X.useRef(!1),d=X.useRef(!1),p=s.useState(`isEmpty`),m=s.useState(`toasts`),h=s.useState(`focused`),g=s.useState(`expanded`),_=s.useState(`prevFocusElement`),v=m[0]?.height,y=m.some(e=>e.transitionStatus===`ending`),b=m.filter(e=>e.priority===`high`);X.useEffect(()=>{let e=s.state.viewport;if(!e||p)return;let t=f(e),n=S(e);function r(t){t.key===`F6`&&ai(t)!==e&&(t.preventDefault(),s.set(`prevFocusElement`,ri(n)),e?.focus({preventScroll:!0}),s.pauseTimers(),s.set(`focused`,!0))}function i(e){ai(e)===t&&(s.set(`isWindowFocused`,!1),s.pauseTimers())}function a(n){if(n.relatedTarget)return;let r=ai(n),i=ri(S(e));(r===t||!ii(e,r)||!fi(i))&&s.resumeTimers(),c.start(0,()=>s.set(`isWindowFocused`,!0))}return Tr(Er(t,`keydown`,r),Er(t,`blur`,i,!0),Er(t,`focus`,a,!0),Er(n,`pointerdown`,s.handleDocumentPointerDown,!0))},[s,c,p]);function x(e){l.current=!0;let t=e.relatedTarget===s.state.viewport?m.find(e=>e.transitionStatus!==`ending`&&!e.limited):void 0;t?t.ref?.current?.focus():s.restoreFocusToPrevElement()}function C(e){e.key===`Tab`&&e.shiftKey&&ai(e.nativeEvent)===s.state.viewport&&(e.preventDefault(),s.restoreFocusToPrevElement())}function w(){s.state.toasts.some(e=>e.transitionStatus===`ending`)||d.current||!u.current||(s.state.isWindowFocused&&s.resumeTimers(),s.set(`hovering`,!1),u.current=!1)}X.useEffect(w,[y,s]);function E(){s.pauseTimers(),s.set(`hovering`,!0),u.current=!1}function D(){s.state.isWindowFocused&&s.resumeTimers()}function O(){u.current=!0,w()}function k(e){e.pointerType===`touch`&&(d.current=!0)}function A(e){e.pointerType===`touch`&&(d.current=!1,w())}function j(){if(l.current){l.current=!1;return}h||fi(ri(S(s.state.viewport)))&&(s.set(`focused`,!0),s.pauseTimers())}function M(e){!h||ii(s.state.viewport,e.relatedTarget)||(s.set(`focused`,!1),D())}let N={tabIndex:-1,role:`region`,"aria-live":`polite`,"aria-atomic":!1,"aria-relevant":`additions text`,"aria-label":`Notifications`,onMouseEnter:E,onMouseMove:E,onMouseLeave:O,onFocus:j,onBlur:M,onKeyDown:C,onClick:j,onPointerDown:k,onPointerUp:A,onPointerCancel:A,style:{"--toast-frontmost-height":v?`${v}px`:void 0}},P={expanded:g},F=!p&&_&&(0,Z.jsx)(ja,{onFocus:x}),I=T(`div`,e,{ref:[t,s.setViewport],state:P,props:[N,o,{children:(0,Z.jsxs)(X.Fragment,{children:[F,a,F]})}]});return(0,Z.jsxs)(X.Fragment,{children:[F,I,!h&&b.length>0&&(0,Z.jsx)(`div`,{style:ka,children:b.map(e=>(0,Z.jsxs)(`div`,{role:`alert`,"aria-atomic":!0,children:[(0,Z.jsx)(`div`,{children:e.title}),(0,Z.jsx)(`div`,{children:e.description})]},e.id))})]})});function Na(e){return j(19)?e:e?`true`:void 0}var Pa=X.createContext(void 0);function Fa(){let e=X.useContext(Pa);if(!e)throw Error(F(66));return e}var Ia=function(e){return e.startingStyle=`data-starting-style`,e.endingStyle=`data-ending-style`,e}({}),La={"data-starting-style":``},Ra={"data-ending-style":``},za={transitionStatus(e){return e===`starting`?La:e===`ending`?Ra:null}};function Ba(e){return e==null?e:`current`in e?e.current:e}function Va(e,t=!1){let n=Ar();return ee((r,i=null)=>{n.cancel();let a=Ba(e);if(a==null)return;let o=a,s=()=>{Vn.flushSync(r)};if(typeof o.getAnimations!=`function`||globalThis.BASE_UI_ANIMATIONS_DISABLED){r();return}function c(){Promise.all(o.getAnimations().map(e=>e.finished)).then(()=>{i?.aborted||s()},()=>{if(!i?.aborted){if(o.getAnimations().some(e=>e.pending||e.playState!==`finished`)){c();return}s()}})}if(t){let e=`data-starting-style`;if(!o.hasAttribute(e)){n.request(c);return}let t=new MutationObserver(()=>{o.hasAttribute(e)||(t.disconnect(),c())});t.observe(o,{attributes:!0,attributeFilter:[e]}),i?.addEventListener(`abort`,()=>t.disconnect(),{once:!0});return}n.request(c)})}function Ha(e){let{enabled:t=!0,open:n,ref:r,onComplete:i}=e,a=ee(i),o=Va(r,n);X.useEffect(()=>{if(!t)return;let e=new AbortController;return o(a,e.signal),()=>{e.abort()}},[t,n,a,o])}var Ua={style:{transition:`none`}},Wa=`data-base-ui-click-trigger`,Ga=`data-base-ui-swipe-ignore`,Ka=`data-swipe-ignore`,qa=`[${Ga}]`,Ja=`[${Ka}]`,Ya={fallbackAxisSide:`none`},Xa={fallbackAxisSide:`end`},Za={clipPath:`inset(50%)`,position:`fixed`,top:0,left:0};function Qa(e,t=!1){let{overflowY:n}=I(e);return n!==`auto`&&n!==`scroll`?!1:t?e.clientHeight>0:e.scrollHeight>e.clientHeight}function $a(e,t=!1){let{overflowX:n}=I(e);return n!==`auto`&&n!==`scroll`?!1:t?e.clientWidth>0:e.scrollWidth>e.clientWidth}function eo(e,t,n=!1){return t===`vertical`?Qa(e,n):$a(e,n)}function to(e,t,n){let r=e;for(;a(r)&&r!==t&&!c(r);){for(let e of n)if(eo(r,e))return!0;r=k(r)}return!1}function no(e,t,n=`vertical`,r=!1){let i=a(e)?e:null;for(;a(i)&&i!==t&&!c(i);){if(eo(i,n,r))return i;i=k(i)}return eo(t,n,r)?t:null}function ro(e,t=-(2**53-1),n=2**53-1){return Math.max(t,Math.min(e,n))}function io(e,t,n){return typeof e?.elementFromPoint==`function`?e.elementFromPoint(t,n):null}var ao=40,oo=10,so=1,co=50,lo=16,uo=80,fo=`button,a,input,select,textarea,label,[role="button"]`;function po(e,t,n){switch(e){case`up`:return-n;case`down`:return n;case`left`:return-t;case`right`:return t;default:return 0}}function mo(e){let t=f(e).getComputedStyle(e).transform,n=0,r=0,i=1;if(t&&t!==`none`){let e=t.match(/matrix(?:3d)?\(([^)]+)\)/);if(e){let t=e[1].split(`, `).map(parseFloat);t.length===6?(n=t[4],r=t[5],i=Math.sqrt(t[0]*t[0]+t[1]*t[1])):t.length===16&&(n=t[12],r=t[13],i=t[0])}}return{x:n,y:r,scale:i}}function ho(e){return Number.isFinite(e)&&e>0?e:null}function go(e,t){return`translate3d(${e.x}px,${e.y}px,0) scale(${t})`}function _o(e){return e%2==1}function vo(e,t,n){let r=e[n];if(typeof r==`function`)try{r.call(e,t)}catch(e){if(e&&typeof e==`object`&&`name`in e&&e.name===`NotFoundError`)return;throw e}}function yo(e){let{enabled:t,directions:n,elementRef:r,movementCssVars:i,canStart:a,ignoreSelectorWhenTouch:o=!0,ignoreScrollableAncestors:s=!1,swipeThreshold:c,onDismiss:l,onProgress:u,onCancel:d,onSwipeStart:f,onRelease:p,onSwipingChange:m,trackDrag:h=!0}=e,g=fo,_=n.length===1?n[0]:void 0,v=Math.max(0,typeof c==`number`?c:ao),y=n.includes(`left`),b=n.includes(`right`),x=n.includes(`up`),C=n.includes(`down`),w=y||b,T=x||C,E=X.useMemo(()=>{let e=[];return T&&e.push(`vertical`),w&&e.push(`horizontal`),e},[w,T]),[D,O]=X.useState(void 0),[k,A]=X.useState(!1),[j,M]=X.useState(!1),N=X.useRef({x:0,y:0}),P=X.useRef({x:0,y:0}),F=X.useRef(null),I=X.useRef({x:0,y:0,scale:1}),L=X.useRef(void 0),R=X.useRef(0),z=X.useRef(!1),B=X.useRef({x:0,y:0}),V=X.useRef(null),te=X.useRef(!1),ne=X.useRef(!1),H=X.useRef(null),re=X.useRef(!1),U=X.useRef(!1),W=X.useRef({width:0,height:0}),G=X.useRef(0),K=X.useRef(v),ie=X.useRef(null),ae=X.useRef(null),oe=X.useRef(null),q=X.useRef({x:0,y:0}),se=X.useRef(null),J=X.useRef(!1),ce=X.useRef(null),le=ee(e=>{J.current!==e&&(J.current=e,A(e),m?.(e))});function ue(e){if(!e)return;let t=r.current,n=ie.current;if(!t||!n)return;let i=n({element:t,direction:e});K.current=Math.max(0,i)}let Y=ee((e,t)=>{let n=Number.isFinite(e)?ro(e,0,1):0,r=n!==G.current,i=!1;if(t){let e=se.current;i=!e||e.deltaX!==t.deltaX||e.deltaY!==t.deltaY||e.direction!==t.direction}!r&&!i||(G.current=n,t?se.current=t:r&&(se.current=null),u?.(n,t))}),de=ee(e=>{let t=r.current;if(!h||!t){e||(ce.current=null);return}let n=t.style,a=ce.current;e?(a||(ce.current=[n.transition,n.transform]),n.transition=`none`):a&&([n.transition,n.transform]=a,ce.current=null);let o=P.current,s=I.current,c=o.x-s.x,l=o.y-s.y;e&&(n.transform=go(o,s.scale)),n.setProperty(i.x,`${c}px`),n.setProperty(i.y,`${l}px`)});function fe(e,t){if(t===null)return;let n=oe.current;if(n&&t>n.time){let r=Math.max(t-n.time,lo);q.current={x:(e.x-n.x)/r,y:(e.y-n.y)/r}}oe.current={x:e.x,y:e.y,time:t}}let pe=X.useCallback(()=>{O(void 0),le(!1),M(!1),Y(0),K.current=v,ie.current=null,N.current={x:0,y:0},P.current={x:0,y:0},I.current={x:0,y:0,scale:1},L.current=void 0,R.current=0,z.current=!1,B.current={x:0,y:0},V.current=null,te.current=!1,F.current=null,ne.current=!1,H.current=null,re.current=!1,U.current=!1,W.current={width:0,height:0},ae.current=null,oe.current=null,q.current={x:0,y:0},se.current=null,de(!1)},[le,v,de,Y]);function me(e){if(`touches`in e){let t=e.touches[0];return t?{x:t.clientX,y:t.clientY}:null}return{x:e.clientX,y:e.clientY}}function he(e){return`touches`in e?!0:e.pointerType===`touch`}function ge(e,t){let n=r.current?.getRootNode();return io(n,e.x,e.y)??ai(t)}function _e(e,t){return w&&!T?no(e,t,`horizontal`):T&&!w?no(e,t,`vertical`):no(e,t,`vertical`)??no(e,t,`horizontal`)}function ve(e,t,n){re.current=!1;let i=he(e),a=ge(t,e.nativeEvent),l=S(r.current).body,u=i&&l?_e(a,l):null,d=n?.ignoreScrollableTarget??!1;if(u&&!d||(re.current=!!(u&&d),a&&a.closest(g)&&(!i||o)))return!1;let p=r.current;if(s&&p&&a&&E.length>0&&!(n?.ignoreScrollableAncestors??!1)&&to(a,p,E))return!1;if(z.current=!1,L.current=void 0,R.current=0,N.current=t,ae.current=ho(e.timeStamp),B.current=t,F.current=t,K.current=v,ie.current=typeof c==`function`?c:null,p){W.current={width:p.offsetWidth,height:p.offsetHeight},ue(_);let t=mo(p);I.current=t,P.current={x:t.x,y:t.y},fe({x:t.x,y:t.y},ae.current),`touches`in e||vo(p,e.pointerId,`setPointerCapture`)}return f?.(e.nativeEvent),le(!0),V.current=null,te.current=!0,Y(0),de(!0),!0}function ye(){be(),re.current=!1,F.current=null}function be(){ne.current=!1,H.current=null}function xe(e){if(ye(),!J.current)return;le(!1),V.current=null;let t=I.current;P.current={x:t.x,y:t.y},O(void 0),U.current=!1,de(!1);let n=r.current;n&&vo(n,e.pointerId,`releasePointerCapture`),Y(0,{deltaX:0,deltaY:0,direction:void 0}),d?.(e.nativeEvent)}function Se(e,t){let n=e=>Math.sign(e)*Math.abs(e)**.5,r=(e,t,r)=>!t&&e<0||!r&&e>0?n(e):e;return{x:w?r(e,y,b):n(e),y:T?r(t,x,C):n(t)}}function Ce(e,t,n){let r=(e,t,n,r,i)=>e>0&&t<=0&&r||e<0&&t>=Math.max(0,n)&&i,i=Math.abs(t),a=Math.abs(n);return T&&n!==0&&(!w||a>=i)?r(n,e.scrollTop,e.scrollHeight-e.clientHeight,C,x):w&&t!==0&&(!T||i>a)?r(t,e.scrollLeft,e.scrollWidth-e.clientWidth,b,y):null}let we=ee(e=>{if(!t||e.defaultPrevented||e.nativeEvent.defaultPrevented||!(`touches`in e)&&e.button!==0)return;let n=me(e);n&&(ne.current=!0,H.current=n,re.current=!1,U.current=!(`touches`in e),(!a||a(n,{nativeEvent:e.nativeEvent,direction:_}))&&ve(e,n)&&be())});function Te(e,n,r){if(!t||!J.current)return;let i=ai(e.nativeEvent);if(he(e)&&!re.current){let t=e.currentTarget;if(_e(i,t))return}if(`touches`in e||e.preventDefault(),te.current&&(te.current=!1,h)){N.current=n;let t=ho(e.timeStamp);t!==null&&(ae.current=t)}let a=n.x,o=n.y,s=r.x,c=r.y;(c<0&&o>B.current.y||c>0&&o<B.current.y)&&(B.current={x:B.current.x,y:o}),(s<0&&a>B.current.x||s>0&&a<B.current.x)&&(B.current={x:a,y:B.current.y});let l=a-N.current.x,u=o-N.current.y,d=o-B.current.y,f=a-B.current.x,p=V.current;p===null&&w&&T&&Math.sqrt(l*l+u*u)>=so&&(p=Math.abs(l)>Math.abs(u)?`horizontal`:`vertical`,V.current=p);let m;if(!L.current)p===`vertical`?u>0?m=`down`:u<0&&(m=`up`):p===`horizontal`?l>0?m=`right`:l<0&&(m=`left`):m=Math.abs(l)>=Math.abs(u)?l>0?`right`:`left`:u>0?`down`:`up`,m&&(m===`left`&&y||m===`right`&&b||m===`up`&&x||m===`down`&&C)&&(L.current=m,R.current=po(m,l,u),O(m),ue(m));else{let e=L.current,t=po(e,f,d);t>K.current?(z.current=!1,O(e)):!(y&&b)&&!(x&&C)&&R.current-t>=oo&&(z.current=!0)}let g=Se(l,u),v=I.current.x,S=I.current.y;p===`horizontal`?w&&(v+=g.x):(p===`vertical`||w&&(v+=g.x),T&&(S+=g.y));let E=P.current,D=v!==E.x||S!==E.y;P.current={x:v,y:S},D&&de(!0),fe({x:v,y:S},ho(e.timeStamp));let k=v-I.current.x,A=S-I.current.y,j={deltaX:k,deltaY:A,direction:L.current},M=0,F=_??L.current;if(F){let e=F===`left`||F===`right`?W.current.width:W.current.height,t=I.current.scale||1,n=po(F,k,A);e>0&&t>0&&n>0&&(M=n/(e*t))}Y(M,j)}let Ee=ee(e=>{if(!t)return;let i=P.current,a=I.current,o=i.x-a.x,s=i.y-a.y,c={deltaX:o,deltaY:s,direction:L.current};if(!J.current){ye(),Y(0,c);return}le(!1),V.current=null,ye(),U.current=!1;let u=r.current;u&&(`touches`in e||vo(u,e.pointerId,`releasePointerCapture`));let d=o,f=s,m=ae.current,h=ho(e.timeStamp),g=m!==null&&h!==null&&h>m?h-m:0,v=g>0?Math.max(g,co):0,y=v>0?d/v:0,b=v>0?f/v:0,x=q.current.x,S=q.current.y,C=oe.current;if(C&&h!==null&&h>=C.time){let e=h-C.time;if(e<=uo){let t=Math.max(e,lo),n=i.x-C.x,r=i.y-C.y,a=n/t,o=r/t;a!==0&&(x=a),o!==0&&(S=o)}else x=0,S=0}let w=p?.({event:e.nativeEvent,direction:L.current,deltaX:d,deltaY:f,velocityX:y,velocityY:b,releaseVelocityX:x,releaseVelocityY:S}),T=typeof w==`boolean`;if(z.current&&!T){P.current={x:a.x,y:a.y},O(void 0),de(!1),Y(0,c);return}let E=!1,D;if(T)E=w,D=L.current??_;else for(let e of n)if(po(e,d,f)>K.current){E=!0,D=e;break}E&&D?(O(D),M(!0),de(!1),l?.(e.nativeEvent,{direction:D})):(P.current={x:a.x,y:a.y},O(void 0),de(!1),Y(0,c))}),De=ee(e=>{let t=me(e);if(!t)return;let n=!1;if(!(`touches`in e)){let t=_o(e.buttons);if(t&&(U.current=!0),e.buttons!==0&&!t){xe(e);return}if(e.buttons===0&&U.current){if(!J.current){Ee(e);return}n=!0}}if(!k&&ne.current){if(!he(e)&&(e.defaultPrevented||e.nativeEvent.defaultPrevented)){ye();return}if(!a||a(t,{nativeEvent:e.nativeEvent,direction:_})){let n=H.current,i=!1;if(he(e)){let a=r.current;if(n&&a){let r=ge(t,e.nativeEvent),o=S(a).body,s=o?_e(r,o):null;if(s&&(ii(a,s)||ii(s,a))){let e=Ce(s,t.x-n.x,t.y-n.y);if(e===!1)return;e===!0&&(i=!0)}}}ve(e,t,{ignoreScrollableTarget:i,ignoreScrollableAncestors:i})&&(n&&i?(be(),N.current=n,B.current=n,F.current=n,te.current=!1):(be(),re.current=!1))}}let i=F.current,o=i===null?{x:0,y:0}:{x:t.x-i.x,y:t.y-i.y};F.current=t,Te(e,t,o),n&&!(`touches`in e)&&Ee(e)}),Oe=ee((e,t)=>{De({touches:e.touches,currentTarget:t,nativeEvent:e,defaultPrevented:e.defaultPrevented,timeStamp:e.timeStamp})}),ke=X.useCallback(()=>{let e=J.current,t=P.current,n=I.current,r=t.x-n.x,a=t.y-n.y;return!e&&r===0&&a===0&&!j?{[i.x]:`0px`,[i.y]:`0px`}:{transition:e?`none`:void 0,transform:e?go(t,n.scale):void 0,[i.x]:`${r}px`,[i.y]:`${a}px`}},[j,i]);return{swiping:k,swipeDirection:D,dragDismissed:j,getPointerProps:X.useCallback(()=>t?{onPointerDown:we,onPointerMove:De,onPointerUp:Ee,onPointerCancel:Ee}:{},[t,Ee,De,we]),getTouchProps:X.useCallback(()=>t?{onTouchStart:we,onTouchMove:De,onTouchEnd:Ee,onTouchCancel:Ee}:{},[t,Ee,De,we]),moveNative:Oe,getDragStyles:ke,reset:pe}}var bo={...za,swipeDirection(e){return e?{"data-swipe-direction":e}:null}},xo=40,So=10,Co=.5,wo=1,To=`${qa},${Ja}`,Eo=X.forwardRef(function(e,t){let{toast:n,render:r,className:i,swipeDirection:a=[`down`,`right`],style:o,...s}=e,c=n.positionerProps?.anchor!==void 0,l=[];c||(l=Array.isArray(a)?a:[a]);let u=l.length>0,d=ur(),[f,p]=X.useState(void 0),[m,h]=X.useState(!1),[g,_]=X.useState(!1),[v,y]=X.useState({x:0,y:0}),[b,x]=X.useState({x:0,y:0,scale:1}),[C,E]=X.useState(),[D,O]=X.useState(),[k,A]=X.useState(null),j=X.useRef(null),M=X.useRef(void 0),N=X.useRef({x:0,y:0}),P=X.useRef({x:0,y:0,scale:1}),F=X.useRef(void 0),I=X.useRef(0),L=X.useRef(!1),R=X.useRef({x:0,y:0}),z=X.useRef(!1),B=X.useRef({x:0,y:0}),V=X.useRef(null),te=X.useRef(null),ne=d.useState(`toastIndex`,n.id),H=d.useState(`toastVisibleIndex`,n.id),re=d.useState(`toastOffsetY`,n.id),U=d.useState(`focused`),W=d.useState(`expanded`);Ha({open:n.transitionStatus!==`ending`,ref:j,onComplete(){n.transitionStatus===`ending`&&d.removeToast(n.id)}});let G=ee((e=!1)=>{let t=j.current;if(!t)return;let r=t.style.height;t.style.height=`auto`;let i=t.offsetHeight;t.style.height=r;function a(){d.updateToastInternal(n.id,{ref:j,height:i,transitionStatus:void 0})}e?Vn.flushSync(a):a()});w(()=>{let e=M.current;n.transitionStatus!==`starting`&&e===n.id||(e!==void 0&&(p(void 0),x({x:0,y:0,scale:1}),K({x:0,y:0})),M.current=n.id,G())},[G,n.id,n.transitionStatus]);function K(e){B.current=e,y(e)}w(()=>()=>{te.current?.abort()},[]);function ie(e,t){let n=e=>e>0?e**Co:-(Math.abs(e)**Co),r=e>0&&!l.includes(`right`)||e<0&&!l.includes(`left`),i=t>0&&!l.includes(`down`)||t<0&&!l.includes(`up`);return{x:r?n(e):e,y:i?n(t):t}}let ae=ee(e=>{if(e.pointerId!==V.current)return;V.current=null,te.current?.abort(),te.current=null,h(!1),_(!1),A(null);let t=P.current;if(e.type===`pointercancel`||L.current){K({x:t.x,y:t.y}),p(void 0);return}let r=B.current,i=r.x-t.x,a=r.y-t.y,o;for(let e of l)if(po(e,i,a)>xo){o=e;break}o?(p(o),d.closeToast(n.id)):(K({x:t.x,y:t.y}),p(void 0))});function oe(e){if(e.button!==0||(e.pointerType===`touch`&&d.pauseTimers(),ai(e.nativeEvent)?.closest(`button,a,input,textarea,[role="button"],${To}`)))return;L.current=!1,F.current=void 0,I.current=0,V.current=e.pointerId,N.current={x:e.clientX,y:e.clientY},R.current=N.current;let t=e.currentTarget,n=mo(t);P.current=n,x(n),K({x:n.x,y:n.y}),d.set(`hovering`,!0),h(!0),_(!1),A(null),z.current=!0,te.current?.abort();let r=new AbortController;te.current=r;let i=S(t);i.addEventListener(`pointerup`,ae,{signal:r.signal}),i.addEventListener(`pointercancel`,ae,{signal:r.signal}),t.setPointerCapture?.(e.pointerId)}function q(e){if(e.pointerId!==V.current)return;e.preventDefault(),z.current&&=(N.current={x:e.clientX,y:e.clientY},!1);let{clientY:t,clientX:n,movementX:r,movementY:i}=e;(i<0&&t>R.current.y||i>0&&t<R.current.y)&&(R.current={x:R.current.x,y:t}),(r<0&&n>R.current.x||r>0&&n<R.current.x)&&(R.current={x:n,y:R.current.y});let a=n-N.current.x,o=t-N.current.y,s=t-R.current.y,c=n-R.current.x,u=k;if(!g&&Math.sqrt(a*a+o*o)>=wo){_(!0);let e=l.includes(`left`)||l.includes(`right`),t=l.includes(`up`)||l.includes(`down`);e&&t&&(u=Math.abs(a)>Math.abs(o)?`horizontal`:`vertical`,A(u))}let d;if(!F.current)u===`vertical`?o>0?d=`down`:o<0&&(d=`up`):u===`horizontal`?a>0?d=`right`:a<0&&(d=`left`):d=Math.abs(a)>=Math.abs(o)?a>0?`right`:`left`:o>0?`down`:`up`,d&&l.includes(d)&&(F.current=d,I.current=po(d,a,o),p(d));else{let e=F.current,t=po(e,c,s);t>xo?(L.current=!1,p(e)):!(l.includes(`left`)&&l.includes(`right`))&&!(l.includes(`up`)&&l.includes(`down`))&&I.current-t>=So&&(L.current=!0)}let f=ie(a,o),m=P.current.x,h=P.current.y,v=l.includes(`left`)||l.includes(`right`),y=l.includes(`up`)||l.includes(`down`);u!==`vertical`&&v&&(m+=f.x),u!==`horizontal`&&y&&(h+=f.y),K({x:m,y:h})}function se(e){if(e.key===`Escape`){if(!j.current||!ii(j.current,ri(S(j.current))))return;d.closeToast(n.id)}}X.useEffect(()=>{let e=j.current;if(!u||!e)return;function t(t){V.current===null||!ii(e,ai(t))||t.preventDefault()}return Er(e,`touchmove`,t,{passive:!1})},[u]);function J(){let e=v.x-b.x,t=v.y-b.y;return{transition:m?`none`:void 0,transform:m?`translateX(${v.x}px) translateY(${v.y}px) scale(${b.scale})`:void 0,"--toast-swipe-movement-x":`${e}px`,"--toast-swipe-movement-y":`${t}px`}}let ce=n.priority===`high`,le={role:ce?`alertdialog`:`dialog`,tabIndex:0,"aria-modal":!1,"aria-labelledby":C,"aria-describedby":D,"aria-hidden":ce&&!U?!0:void 0,onPointerDown:u?oe:void 0,onPointerMove:u?q:void 0,onPointerUp:u?ae:void 0,onPointerCancel:u?ae:void 0,onKeyDown:se,inert:Na(n.limited),style:{...J(),"--toast-index":n.transitionStatus===`ending`?ne:H,"--toast-offset-y":`${re}px`,"--toast-height":n.height?`${n.height}px`:void 0}},ue=X.useMemo(()=>({toast:n,setTitleId:E,setDescriptionId:O,recalculateHeight:G,visibleIndex:H,expanded:W}),[n,E,O,G,H,W]),Y={transitionStatus:n.transitionStatus,expanded:W,limited:n.limited||!1,type:n.type,swiping:m,swipeDirection:f},de=T(`div`,e,{ref:[t,j],state:Y,stateAttributesMapping:bo,props:[le,s]});return(0,Z.jsx)(Pa.Provider,{value:ue,children:de})}),Do=X.forwardRef(function(e,t){let{render:n,className:r,style:i,...a}=e,{visibleIndex:o,expanded:s,recalculateHeight:c}=Fa(),l=X.useRef(null);return w(()=>{c();let e=l.current;if(!e||typeof ResizeObserver!=`function`||typeof MutationObserver!=`function`)return;let t=new ResizeObserver(()=>c(!0)),n=new MutationObserver(()=>c(!0));return t.observe(e),n.observe(e,{childList:!0,subtree:!0,characterData:!0}),()=>{t.disconnect(),n.disconnect()}},[c]),T(`div`,e,{ref:[t,l],state:{expanded:s,behind:o>0},props:a})}),Oo=0;function ko(e,t=`mui`){let[n,r]=X.useState(e),i=e||n;return X.useEffect(()=>{n??(Oo+=1,r(`${t}-${Oo}`))},[n,t]),i}var Ao=n.useId;function jo(e,t){if(Ao!==void 0){let n=Ao();return e??(t?`${t}-${n}`:n)}return ko(e,t)}function Mo(e){return e==null||typeof e==`boolean`||e===``?!1:Array.isArray(e)?e.some(Mo):!0}function No(e){return X.isValidElement(e)&&Mo(e.props.children)}function Po(e,t,n){let{toast:r,setTitleId:i,setDescriptionId:a}=Fa(),o=n===`title`?i:a,s=t??(n===`title`?r.title:r.description);return{id:jo(e),children:s,type:r.type,setId:o}}function Fo(e,t,n){let r=No(e);return w(()=>{if(r)return n(t),()=>{n(e=>e===t?void 0:e)}},[r,t,n]),r?e:null}var Io=X.forwardRef(function(e,t){let{render:n,className:r,style:i,id:a,children:o,...s}=e,{id:c,children:l,type:u,setId:d}=Po(a,o,`description`);return Fo(T(`p`,e,{ref:t,state:{type:u},props:{...s,id:c,children:l}}),c,d)}),Lo=X.forwardRef(function(e,t){let{render:n,className:r,style:i,id:a,children:o,...s}=e,{id:c,children:l,type:u,setId:d}=Po(a,o,`title`);return Fo(T(`h2`,e,{ref:t,state:{type:u},props:{...s,id:c,children:l}}),c,d)}),Ro=X.forwardRef(function(e,t){let{render:n,className:r,style:i,disabled:a,nativeButton:o=!0,...s}=e,c=ur(),{toast:l,expanded:u}=Fa(),[d,f]=X.useState(!1),{getButtonProps:p,buttonRef:m}=O({disabled:a,native:o}),h={type:l.type};return T(`button`,e,{ref:[t,m],state:h,props:[{"aria-hidden":!u&&!d,onClick(){c.closeToast(l.id)},onFocus(){f(!0)},onBlur(){f(!1)}},s,p]})}),zo=X.forwardRef(function(e,t){let{render:n,className:r,style:i,disabled:a,nativeButton:o=!0,...s}=e,{toast:c}=Fa(),l=c.actionProps?.children??s.children,{getButtonProps:u,buttonRef:d}=O({disabled:a,native:o}),f={type:c.type},p=T(`button`,e,{ref:[t,d],state:f,props:[s,c.actionProps,u,{children:l}]});return No(p)?p:null}),Bo=`none`,Vo=`trigger-press`,Ho=`trigger-hover`,Uo=`trigger-focus`,Wo=`outside-press`,Go=`item-press`,Ko=`close-press`,qo=`input-change`,Jo=`input-clear`,Yo=`input-paste`,Xo=`focus-out`,Zo=`escape-key`,Qo=`close-watcher`,$o=`list-navigation`,es=`keyboard`,ts=`cancel-open`,ns=`disabled`,rs=`imperative-action`,is=`swipe`,as=`window-resize`;function os(e,t,n,r){let i=!1,a=!1,o=r??E;return{reason:e,event:t??new Event(`base-ui`),cancel(){i=!0},allowPropagation(){a=!0},get isCanceled(){return i},get isPropagationAllowed(){return a},trigger:n,...o}}function ss(e,t,n){let r=n??E;return{reason:e,event:t??new Event(`base-ui`),...r}}function cs(e){return`data-base-ui-${e}`}var ls=X.createContext(null),us=()=>X.useContext(ls),ds=cs(`portal`);function fs(e={}){let{ref:t,container:n,componentProps:r=E,elementProps:i}=e,a=jo(),o=us()?.portalNode,[s,c]=X.useState(null),[l,u]=X.useState(null),f=ee(e=>{e!==null&&u(e)}),p=X.useRef(null);w(()=>{if(n===null){p.current&&(p.current=null,u(null),c(null));return}let e=(n&&(d(n)?n:n.current))??o??document.body;if(e==null){p.current&&(p.current=null,u(null),c(null));return}p.current!==e&&(p.current=e,u(null),c(e))},[n,o]);let m=T(`div`,r,{ref:[t,f],props:[{id:a,[ds]:``},i]}),h=s&&m?Vn.createPortal(m,s):null;return{node:l,nodeId:X.isValidElement(m)?m.props.id:void 0,subtree:h}}var ps=X.forwardRef(function(e,t){let{render:n,className:r,style:i,children:a,container:o,...s}=e,{node:c,nodeId:l,subtree:u}=fs({container:o,ref:t,componentProps:e,elementProps:s}),d=X.useRef(null),f=X.useRef(null),p=X.useRef(null),m=X.useRef(null),[h,g]=X.useState(null),_=X.useRef(!1),v=h?.modal,y=h?.open,b=!!h&&!h.modal&&h.open&&!!c;X.useEffect(()=>{if(!c||v)return;function e(e){c&&e.relatedTarget&&ya(e)&&(e.type===`focusin`?_.current&&=(xa(c),!1):(ba(c),_.current=!0))}return Tr(Er(c,`focusin`,e,!0),Er(c,`focusout`,e,!0))},[c,v]),w(()=>{!c||y!==!0||!_.current||(xa(c),_.current=!1)},[y,c]);let x=X.useMemo(()=>({beforeOutsideRef:d,afterOutsideRef:f,beforeInsideRef:p,afterInsideRef:m,portalNode:c,setFocusManagerState:g}),[c]);return(0,Z.jsxs)(X.Fragment,{children:[u,(0,Z.jsxs)(ls.Provider,{value:x,children:[b&&c&&(0,Z.jsx)(ja,{"data-type":`outside`,ref:d,onFocus:e=>{ya(e,c)?p.current?.focus():va(h?h.domReference:null)?.focus()}}),b&&c&&(0,Z.jsx)(`span`,{"aria-owns":l,style:Za}),c&&Vn.createPortal(a,c),b&&c&&(0,Z.jsx)(ja,{"data-type":`outside`,ref:f,onFocus:e=>{ya(e,c)?m.current?.focus():(_a(h?h.domReference:null)?.focus(),h?.closeOnFocusOut&&h?.onOpenChange(!1,os(`focus-out`,e.nativeEvent)))}})]})]})}),ms=X.forwardRef(function(e,t){let{children:n,container:r,className:i,render:a,style:o,...s}=e,{node:c,subtree:l}=fs({container:r,ref:t,componentProps:e,elementProps:s});return!l&&!c?null:(0,Z.jsxs)(X.Fragment,{children:[l,c&&Vn.createPortal(n,c)]})}),hs=X.forwardRef(function(e,t){return(0,Z.jsx)(ms,{ref:t,...e})});function gs(e){let t=_(_s,e).current;return t.next=e,w(t.effect),t}function _s(e){let t={current:e,next:e,effect:()=>{t.current=t.next}};return t}function vs(){let e=new Map;return{emit(t,n){e.get(t)?.forEach(e=>e(n))},on(t,n){e.has(t)||e.set(t,new Set),e.get(t).add(n)},off(t,n){e.get(t)?.delete(n)}}}var ys=X.createContext(null),bs=X.createContext(null),xs=()=>X.useContext(ys)?.id||null,Ss=e=>{let t=X.useContext(bs);return e??t};function Cs(e,t,n){let{reference:r,floating:i}=e,a=Mi(t),o=Ni(t),s=ji(o),c=Oi(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}let m=ki(t);return m&&(p[o]+=f*(m===`end`?1:-1)*(n&&l?-1:1)),p}async function ws(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=Di(t,e),p=Gi(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=Ki(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=Ki(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var Ts=50,Es=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:ws},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Cs(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<Ts&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=Cs(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},Ds=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=Di(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=Oi(r),_=Mi(o),v=Oi(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[Ui(o)]:Fi(o)),x=p!==`none`;!d&&x&&b.push(...Hi(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=Pi(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(!(u===`alignment`&&_!==Mi(t))||T.every(e=>Mi(e.placement)===_?e.overflows[0]>0:!0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=Mi(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o;break}if(r!==n)return{reset:{placement:n}}}return{}}}},Os=new Set([`left`,`top`]);async function ks(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Oi(n),s=ki(n),c=Mi(n)===`y`,l=Os.has(o)?-1:1,u=a&&c?-1:1,d=Di(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var As=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await ks(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}},js=function(e){return e===void 0&&(e={}),{name:`shift`,options:e,async fn(t){let{x:n,y:r,placement:i,platform:a}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=Di(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=Mi(i),p=Ai(f),m=u[p],h=u[f],g=(e,t)=>Ei(t+d[e===`y`?`top`:`left`],t,t-d[e===`y`?`bottom`:`right`]);o&&(m=g(p,m)),s&&(h=g(f,h));let _=c.fn({...t,[p]:m,[f]:h});return{..._,data:{x:_.x-n,y:_.y-r,enabled:{[p]:o,[f]:s}}}}}},Ms=function(e){return e===void 0&&(e={}),{options:e,fn(t){let{x:n,y:r,placement:i,rects:a,middlewareData:o}=t,{offset:s=0,mainAxis:c=!0,crossAxis:l=!0}=Di(e,t),u={x:n,y:r},d=Mi(i),f=Ai(d),p=u[f],m=u[d],h=Di(s,t),g=typeof h==`number`?{mainAxis:h,crossAxis:0}:{mainAxis:h.mainAxis??0,crossAxis:h.crossAxis??0};if(c){let e=f===`y`?`height`:`width`,t=a.reference[f]-a.floating[e]+g.mainAxis,n=a.reference[f]+a.reference[e]-g.mainAxis;p<t?p=t:p>n&&(p=n)}if(l){let e=f===`y`?`width`:`height`,t=Os.has(Oi(i)),n=a.reference[d]-a.floating[e]+(t&&o.offset?.[d]||0)+(t?0:g.crossAxis),r=a.reference[d]+a.reference[e]+(t?0:o.offset?.[d]||0)-(t?g.crossAxis:0);m<n?m=n:m>r&&(m=r)}return{[f]:p,[d]:m}}}},Ns=function(e){return e===void 0&&(e={}),{name:`size`,options:e,async fn(t){let{placement:n,rects:r,platform:i,elements:a}=t,{apply:o=()=>{},...s}=Di(e,t),c=await i.detectOverflow(t,s),l=Oi(n),u=ki(n),d=Mi(n)===`y`,{width:f,height:p}=r.floating,m,h;l===`top`||l===`bottom`?(m=l,h=u===(await(i.isRTL==null?void 0:i.isRTL(a.floating))?`start`:`end`)?`left`:`right`):(h=l,m=u===`end`?`top`:`bottom`);let g=p-c.top-c.bottom,_=f-c.left-c.right,v=bi(p-c[m],g),y=bi(f-c[h],_),b=t.middlewareData.shift,x=!b,S=v,C=y;b!=null&&b.enabled.x&&(C=_),b!=null&&b.enabled.y&&(S=g),x&&!u&&(d?C=f-2*xi(c.left,c.right):S=p-2*xi(c.top,c.bottom)),await o({...t,availableWidth:C,availableHeight:S});let w=await i.getDimensions(a.floating);return f!==w.width||p!==w.height?{reset:{rects:!0}}:{}}}};function Ps(e){let t=I(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=a(e),o=i?e.offsetWidth:n,s=i?e.offsetHeight:r,c=Si(n)!==o||Si(r)!==s;return c&&(n=o,r=s),{width:n,height:r,$:c}}function Fs(e){return h(e)?e:e.contextElement}function Is(e){let t=Fs(e);if(!a(t))return wi(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:o}=Ps(t),s=(o?Si(n.width):n.width)/r,c=(o?Si(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Ls=wi(0);function Rs(e){let t=f(e);return!s()||!t.visualViewport?Ls:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function zs(e,t,n){return t===void 0&&(t=!1),!!n&&t&&n===f(e)}function Bs(e,t,n,i){t===void 0&&(t=!1),n===void 0&&(n=!1);let a=e.getBoundingClientRect(),o=Fs(e),s=wi(1);t&&(i?h(i)&&(s=Is(i)):s=Is(e));let c=zs(o,n,i)?Rs(o):wi(0),l=(a.left+c.x)/s.x,u=(a.top+c.y)/s.y,d=a.width/s.x,p=a.height/s.y;if(o&&i){let e=f(o),t=h(i)?f(i):i,n=e,a=r(n);for(;a&&t!==n;){let e=Is(a),t=a.getBoundingClientRect(),i=I(a),o=t.left+(a.clientLeft+parseFloat(i.paddingLeft))*e.x,s=t.top+(a.clientTop+parseFloat(i.paddingTop))*e.y;l*=e.x,u*=e.y,d*=e.x,p*=e.y,l+=o,u+=s,n=f(a),a=r(n)}}return Ki({width:d,height:p,x:l,y:u})}function Vs(e,t){let n=A(e).scrollLeft;return t?t.left+n:Bs(i(e)).left+n}function Hs(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Vs(e,n),y:n.top+t.scrollTop}}function Us(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e,s=o===`fixed`,c=i(r),l=t?y(t.floating):!1;if(r===c||l&&s)return n;let u={scrollLeft:0,scrollTop:0},d=wi(1),f=wi(0),p=a(r);if((p||!s)&&((m(r)!==`body`||g(c))&&(u=A(r)),p)){let e=Bs(r);d=Is(r),f.x=e.x+r.clientLeft,f.y=e.y+r.clientTop}let h=c&&!p&&!s?Hs(c,u):wi(0);return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-u.scrollLeft*d.x+f.x+h.x,y:n.y*d.y-u.scrollTop*d.y+f.y+h.y}}function Ws(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function Gs(e){let t=A(e),n=e.ownerDocument.body,r=xi(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),i=xi(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),a=-t.scrollLeft+Vs(e),o=-t.scrollTop;return I(n).direction===`rtl`&&(a+=xi(e.clientWidth,n.clientWidth)-r),{width:r,height:i,x:a,y:o}}var Ks=25;function qs(e,t,n){n===void 0&&(n=`viewport`);let r=n===`layoutViewport`,a=f(e),o=i(e),c=a.visualViewport,l=o.clientWidth,u=o.clientHeight,d=0,p=0;if(c){let e=!s()||t===`fixed`;r?e||(d=-c.offsetLeft,p=-c.offsetTop):(l=c.width,u=c.height,e&&(d=c.offsetLeft,p=c.offsetTop))}if(Vs(o)<=0){let e=o.ownerDocument,t=e.body,n=getComputedStyle(t),r=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,i=Math.abs(o.clientWidth-t.clientWidth-r),a=getComputedStyle(o).scrollbarGutter===`stable both-edges`?i/2:i;a<=Ks&&(l-=a)}return{width:l,height:u,x:d,y:p}}function Js(e,t){let n=Bs(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=Is(e);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function Ys(e,t,n){let r;if(t===`viewport`||t===`layoutViewport`)r=qs(e,n,t);else if(t===`document`)r=Gs(i(e));else if(h(t))r=Js(t,n);else{let n=Rs(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Ki(r)}function Xs(t,n){let r=n.get(t);if(r)return r;let i=e(t,[],!1).filter(e=>h(e)&&m(e)!==`body`),a=null,o=I(t).position===`fixed`,s=o?k(t):t;for(;h(s)&&!c(s);){let e=I(s),t=p(s),n=a?a.position:o?`fixed`:``;!t&&(n===`fixed`||n===`absolute`&&e.position===`static`)?i=i.filter(e=>e!==s):a=e,s=k(s)}return n.set(t,i),i}function Zs(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?y(t)?[]:Xs(t,this._c):[].concat(n),r],o=Ys(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=Ys(t,a[e],i);s=xi(n.top,s),c=bi(n.right,c),l=bi(n.bottom,l),u=xi(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function Qs(e){let{width:t,height:n}=Ps(e);return{width:t,height:n}}function $s(e,t,n){let r=a(t),o=i(t),s=n===`fixed`,c=Bs(e,!0,s,t),l={scrollLeft:0,scrollTop:0},u=wi(0);if((r||!s)&&((m(t)!==`body`||g(o))&&(l=A(t)),r)){let e=Bs(t,!0,s,t);u.x=e.x+t.clientLeft,u.y=e.y+t.clientTop}!r&&o&&(u.x=Vs(o));let d=o&&!r&&!s?Hs(o,l):wi(0);return{x:c.left+l.scrollLeft-u.x-d.x,y:c.top+l.scrollTop-u.y-d.y,width:c.width,height:c.height}}function ec(e){return I(e).position===`static`}function tc(e,t){if(!a(e)||I(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return i(e)===n&&(n=n.ownerDocument.body),n}function nc(e,n){let r=f(e);if(y(e))return r;if(!a(e)){let t=k(e);for(;t&&!c(t);){if(h(t)&&!ec(t))return t;t=k(t)}return r}let i=tc(e,n);for(;i&&t(i)&&ec(i);)i=tc(i,n);return i&&c(i)&&ec(i)&&!p(i)?r:i||v(e)||r}var rc=async function(e){let t=this.getOffsetParent||nc,n=this.getDimensions,r=await n(e.floating);return{reference:$s(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function ic(e){return I(e).direction===`rtl`}var ac={convertOffsetParentRelativeRectToViewportRelativeRect:Us,getDocumentElement:i,getClippingRect:Zs,getOffsetParent:nc,getElementRects:rc,getClientRects:Ws,getDimensions:Qs,getScale:Is,isElement:h,isRTL:ic};function oc(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function sc(e,t,n){let r=null,a,o=i(e);function s(){var e;clearTimeout(a),(e=r)==null||e.disconnect(),r=null}function c(n,i){n===void 0&&(n=!1),i===void 0&&(i=1),s();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(n||t(),!f||!p)return;let m=Ci(d),h=Ci(o.clientWidth-(u+f)),g=Ci(o.clientHeight-(d+p)),_=Ci(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:xi(0,bi(1,i))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(!oc(l,e.getBoundingClientRect()))return c();if(n!==i){if(!y)return c();n?c(!1,n):a=setTimeout(()=>{c(!1,1e-7)},1e3)}y=!1}try{r=new IntersectionObserver(b,{...v,root:o.ownerDocument})}catch{r=new IntersectionObserver(b,v)}r.observe(e)}let l=f(e),u=()=>c(n);return l.addEventListener(`resize`,u),c(!0),()=>{l.removeEventListener(`resize`,u),s()}}function cc(t,n,r,i){i===void 0&&(i={});let{ancestorScroll:a=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver==`function`,layoutShift:c=typeof IntersectionObserver==`function`,animationFrame:l=!1}=i,u=Fs(t),d=a||o?[...u?e(u):[],...n?e(n):[]]:[];d.forEach(e=>{a&&e.addEventListener(`scroll`,r),o&&e.addEventListener(`resize`,r)});let f=u&&c?sc(u,r,o):null,p=-1,m=null;s&&(m=new ResizeObserver(e=>{let[t]=e;t&&t.target===u&&m&&n&&(m.unobserve(n),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var e;(e=m)==null||e.observe(n)})),r()}),u&&!l&&m.observe(u),n&&m.observe(n));let h,g=l?Bs(t):null;l&&_();function _(){let e=Bs(t);g&&!oc(g,e)&&r(),g=e,h=requestAnimationFrame(_)}return r(),()=>{var e;d.forEach(e=>{a&&e.removeEventListener(`scroll`,r),o&&e.removeEventListener(`resize`,r)}),f?.(),(e=m)==null||e.disconnect(),m=null,l&&cancelAnimationFrame(h)}}var lc=As,uc=js,dc=Ds,fc=Ns,pc=Ms,mc=(e,t,n)=>{let r=new Map,i=n??{},a={...ac,...i.platform,_c:r};return Es(e,t,{...i,platform:a})},hc=typeof document<`u`?X.useLayoutEffect:function(){};function gc(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e==`function`&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&typeof e==`object`){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!gc(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;r--!==0;){let n=i[r];if(!(n===`_owner`&&e.$$typeof)&&!gc(e[n],t[n]))return!1}return!0}return e!==e&&t!==t}function _c(e){return typeof window>`u`?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function vc(e,t){let n=_c(e);return Math.round(t*n)/n}function yc(e){let t=X.useRef(e);return hc(()=>{t.current=e}),t}function bc(e){e===void 0&&(e={});let{placement:t=`bottom`,strategy:n=`absolute`,middleware:r=[],platform:i,elements:{reference:a,floating:o}={},transform:s=!0,whileElementsMounted:c,open:l}=e,[u,d]=X.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,p]=X.useState(r);gc(f,r)||p(r);let[m,h]=X.useState(null),[g,_]=X.useState(null),v=X.useCallback(e=>{e!==S.current&&(S.current=e,h(e))},[]),y=X.useCallback(e=>{e!==C.current&&(C.current=e,_(e))},[]),b=a||m,x=o||g,S=X.useRef(null),C=X.useRef(null),w=X.useRef(u),T=c!=null,E=yc(c),D=yc(i),O=yc(l),k=X.useCallback(()=>{if(!S.current||!C.current)return;let e={placement:t,strategy:n,middleware:f};D.current&&(e.platform=D.current),mc(S.current,C.current,e).then(e=>{let t={...e,isPositioned:O.current!==!1};A.current&&!gc(w.current,t)&&(w.current=t,Vn.flushSync(()=>{d(t)}))})},[f,t,n,D,O]);hc(()=>{l===!1&&w.current.isPositioned&&(w.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);let A=X.useRef(!1);hc(()=>(A.current=!0,()=>{A.current=!1}),[]),hc(()=>{if(b&&(S.current=b),x&&(C.current=x),b&&x){if(E.current)return E.current(b,x,k);k()}},[b,x,k,E,T]);let j=X.useMemo(()=>({reference:S,floating:C,setReference:v,setFloating:y}),[v,y]),M=X.useMemo(()=>({reference:b,floating:x}),[b,x]),N=X.useMemo(()=>{let e={position:n,left:0,top:0};if(!M.floating)return e;let t=vc(M.floating,u.x),r=vc(M.floating,u.y);return s?{...e,transform:`translate(`+t+`px, `+r+`px)`,..._c(M.floating)>=1.5&&{willChange:`transform`}}:{position:n,left:t,top:r}},[n,s,M.floating,u.x,u.y]);return X.useMemo(()=>({...u,update:k,refs:j,elements:M,floatingStyles:N}),[u,k,j,M,N])}var xc=(e,t)=>{let n=lc(e);return{name:n.name,fn:n.fn,options:[e,t]}},Sc=(e,t)=>{let n=uc(e);return{name:n.name,fn:n.fn,options:[e,t]}},Cc=(e,t)=>({fn:pc(e).fn,options:[e,t]}),wc=(e,t)=>{let n=dc(e);return{name:n.name,fn:n.fn,options:[e,t]}},Tc=(e,t)=>{let n=fc(e);return{name:n.name,fn:n.fn,options:[e,t]}},Ec={open:e=>e.open,transitionStatus:e=>e.transitionStatus,domReferenceElement:e=>e.domReferenceElement,referenceElement:e=>e.positionReference??e.referenceElement,floatingElement:e=>e.floatingElement,floatingId:e=>e.floatingId},Dc=class extends wr{constructor(e){let{syncOnly:t,nested:n,onOpenChange:r,triggerElements:i,...a}=e;super({...a,positionReference:a.referenceElement,domReferenceElement:a.referenceElement},{onOpenChange:r,dataRef:{current:{}},events:vs(),nested:n,triggerElements:i},Ec),this.syncOnly=t}syncOpenEvent=(e,t)=>{(!e||!this.state.open||t!=null&&yi(t))&&(this.context.dataRef.current.openEvent=e?t:void 0)};dispatchOpenChange=(e,t)=>{this.syncOpenEvent(e,t.event);let n={open:e,reason:t.reason,nativeEvent:t.event,nested:this.context.nested,triggerElement:t.trigger};this.context.events.emit(`openchange`,n)};setOpen=(e,t)=>{if(this.syncOnly){this.context.onOpenChange?.(e,t);return}this.dispatchOpenChange(e,t),this.context.onOpenChange?.(e,t)}},Oc=class{constructor(){this.idMap=new Map}add(e,t){this.idMap.set(e,t)}delete(e){this.idMap.delete(e)}hasElement(e){for(let t of this.idMap.values())if(t===e)return!0;return!1}hasMatchingElement(e){for(let t of this.idMap.values())if(e(t))return!0;return!1}getById(e){return this.idMap.get(e)}entries(){return this.idMap.entries()}elements(){return this.idMap.values()}get size(){return this.idMap.size}};function kc(e){let{open:t=!1,onOpenChange:n,elements:r={}}=e,i=jo(),a=xs()!=null,o=_(()=>new Dc({open:t,transitionStatus:void 0,onOpenChange:n,referenceElement:r.reference??null,floatingElement:r.floating??null,triggerElements:new Oc,floatingId:i,syncOnly:!1,nested:a})).current;return w(()=>{let e={open:t,floatingId:i};r.reference!==void 0&&(e.referenceElement=r.reference,e.domReferenceElement=h(r.reference)?r.reference:null),r.floating!==void 0&&(e.floatingElement=r.floating),o.update(e)},[t,i,r.reference,r.floating,o]),o.context.onOpenChange=n,o.context.nested=a,o}function Ac(e){return jc(e,e.rootContext)}function jc(e,t){let{nodeId:n,externalTree:r}=e,i=t.useState(`referenceElement`),a=t.useState(`floatingElement`),o=t.useState(`domReferenceElement`),s=t.useState(`open`),c=t.useState(`floatingId`),[l,u]=X.useState(null),[d,f]=X.useState(void 0),[p,m]=X.useState(void 0),g=X.useRef(null),_=Ss(r),v=X.useMemo(()=>({reference:i,floating:a,domReference:o}),[i,a,o]),y=bc({...e,elements:{...v,...l&&{reference:l}}}),b=h(d)?d:null,x=p===void 0?t.state.floatingElement:p;t.useSyncedValue(`referenceElement`,d??null),t.useSyncedValue(`domReferenceElement`,d===void 0?o:b),t.useSyncedValue(`floatingElement`,x);let S=X.useCallback(e=>{let t=h(e)?{getBoundingClientRect:()=>e.getBoundingClientRect(),getClientRects:()=>e.getClientRects(),contextElement:e}:e;u(t),y.refs.setReference(t)},[y.refs]),C=X.useCallback(e=>{(h(e)||e===null)&&(g.current=e,f(e)),(h(y.refs.reference.current)||y.refs.reference.current===null||e!==null&&!h(e))&&y.refs.setReference(e)},[y.refs,f]),T=X.useCallback(e=>{m(e),y.refs.setFloating(e)},[y.refs]),E=X.useMemo(()=>({...y.refs,setReference:C,setFloating:T,setPositionReference:S,domReference:g}),[y.refs,C,T,S]),D=X.useMemo(()=>({...y.elements,domReference:o}),[y.elements,o]),O=X.useMemo(()=>({...y,dataRef:t.context.dataRef,open:s,onOpenChange:t.setOpen,events:t.context.events,floatingId:c,refs:E,elements:D,nodeId:n,rootStore:t}),[y,E,D,n,t,s,c]);return w(()=>{o&&(g.current=o)},[o]),w(()=>{t.context.dataRef.current.floatingContext=O;let e=_?.nodesRef.current.find(e=>e.id===n);e&&(e.context=O)}),X.useMemo(()=>({...y,context:O,refs:E,elements:D,rootStore:t}),[y,E,D,O,t])}var Mc=X.createContext(void 0);function Nc(){return X.useContext(Mc)?.direction??`ltr`}var Pc=e=>({name:`arrow`,options:e,async fn(t){let{x:n,y:r,placement:i,rects:a,platform:o,elements:s,middlewareData:c}=t,{element:l,padding:u=0,offsetParent:d=`real`}=Di(e,t)||{};if(l==null)return{};let f=Gi(u),p={x:n,y:r},m=Ni(i),h=ji(m),g=await o.getDimensions(l),_=m===`y`,v=_?`top`:`left`,y=_?`bottom`:`right`,b=_?`clientHeight`:`clientWidth`,x=a.reference[h]+a.reference[m]-p[m]-a.floating[h],S=p[m]-a.reference[m],C=d===`real`?await o.getOffsetParent?.(l):s.floating,w=s.floating[b]||a.floating[h];(!w||!await o.isElement?.(C))&&(w=s.floating[b]||a.floating[h]);let T=x/2-S/2,E=w/2-g[h]/2-1,D=Math.min(f[v],E),O=Math.min(f[y],E),k=D,A=w-g[h]-O,j=w/2-g[h]/2+T,M=Ei(k,j,A),N=!c.arrow&&ki(i)!=null&&j!==M&&a.reference[h]/2-(j<k?D:O)-g[h]/2<0,P=N?j<k?j-k:j-A:0;return{[m]:p[m]+P,data:{[m]:M,centerOffset:j-M-P,...N&&{alignmentOffset:P}},reset:N}}}),Fc=(e,t)=>({...Pc(e),options:[e,t]}),Ic={name:`hide`,async fn(e){let{width:t,height:n,x:r,y:i}=e.rects.reference,a=t===0&&n===0&&r===0&&i===0,o=await e.platform.detectOverflow(e,{elementContext:`reference`});return{data:{referenceHidden:o.top-n>=0||o.right-t>=0||o.bottom-n>=0||o.left-t>=0||a}}}},Lc={sideX:`left`,sideY:`top`},Rc=`--available-width`,zc=`--available-height`;function Bc(e,t,n){let r=e===`inline-start`||e===`inline-end`;return{top:`top`,right:r?n?`inline-start`:`inline-end`:`right`,bottom:`bottom`,left:r?n?`inline-end`:`inline-start`:`left`}[t]}function Vc(e,t,n){let{rects:r,placement:i}=e;return{side:Bc(t,Oi(i),n),align:ki(i)||`center`,anchor:{width:r.reference.width,height:r.reference.height},positioner:{width:r.floating.width,height:r.floating.height}}}function Hc(e){return Uc(e,Ac)}function Uc(e,t){let{anchor:n,positionMethod:r=`absolute`,side:i=`bottom`,sideOffset:a=0,align:o=`center`,alignOffset:s=0,collisionBoundary:c,collisionPadding:l=5,sticky:u=!1,arrowPadding:d=5,disableAnchorTracking:p=!1,inline:m,keepMounted:h=!1,floatingRootContext:g,mounted:_,collisionAvoidance:v,shift:y,nodeId:b,adaptiveOrigin:x,lazyFlip:C=!1,externalTree:T}=e,[E,D]=X.useState(null);!_&&E!==null&&D(null);let O=v.side||`flip`,k=v.align||`flip`,A=v.fallbackAxisSide||`end`,j=y?.crossAxis??!1,M=y?.rootBoundary,N=typeof n==`function`?n:void 0,P=ee(N),F=N?P:n,I=gs(n),L=gs(_),R=Nc()===`rtl`,z=E||{top:`top`,right:`right`,bottom:`bottom`,left:`left`,"inline-end":R?`left`:`right`,"inline-start":R?`right`:`left`}[i],B=o===`center`?z:`${z}-${o}`,V=l;typeof V==`number`?V={top:V,right:V,bottom:V,left:V}:V&&={top:V.top||0,right:V.right||0,bottom:V.bottom||0,left:V.left||0};let te=+(i===`bottom`),ne=+(i===`top`),H=+(i===`right`),re=+(i===`left`),U={boundary:c===`clipping-ancestors`?`clippingAncestors`:c,padding:V},W=X.useRef(null),G=gs(a),K=gs(s),ie=typeof a==`function`?0:a,ae=typeof s==`function`?0:s,oe=[];m&&oe.push(m),oe.push(xc(e=>{let t=Vc(e,i,R),n=typeof G.current==`function`?G.current(t):G.current,r=typeof K.current==`function`?K.current(t):K.current;return{mainAxis:n,crossAxis:r,alignmentAxis:r}},[ie,ae,R,i]));let q=k===`none`&&O!==`shift`,se=!q&&(u||j||O===`shift`),J=O===`none`?null:wc({...U,padding:{top:V.top+1+te,right:V.right+1+re,bottom:V.bottom+1+ne,left:V.left+1+H},mainAxis:!j&&O===`flip`,crossAxis:k===`flip`?`alignment`:!1,fallbackAxisSideDirection:A}),ce=q?null:Sc({...U,rootBoundary:M,mainAxis:k!==`none`,crossAxis:se,limiter:u||j?void 0:Cc(e=>{if(!W.current)return{};let{width:t,height:n}=W.current.getBoundingClientRect(),r=Mi(Oi(e.placement)),i=r===`y`?t:n,a=r===`y`?V.left+V.right:V.top+V.bottom;return{offset:i/2+a/2}})},[U,u,j,M,V,k]);O===`shift`||k===`shift`||o===`center`?oe.push(ce,J):oe.push(J,ce),oe.push(Tc({...U,apply({elements:{floating:e},availableWidth:t,availableHeight:n,rects:r}){if(!L.current)return;let i=e.style;i.setProperty(Rc,`${t}px`),i.setProperty(zc,`${n}px`);let a=f(e).devicePixelRatio||1,{x:o,y:s,width:c,height:l}=r.reference,u=(Math.round((o+c)*a)-Math.round(o*a))/a,d=(Math.round((s+l)*a)-Math.round(s*a))/a;i.setProperty(`--anchor-width`,`${u}px`),i.setProperty(`--anchor-height`,`${d}px`)}}),Fc(e=>({element:W.current||S(e.elements.floating).createElement(`div`),padding:d,offsetParent:`floating`}),[d]),{name:`transformOrigin`,fn(e){let{elements:t,middlewareData:n,placement:r,rects:o,y:s}=e,c=Oi(r),l=Mi(c),u=W.current,d=n.arrow?.x||0,f=n.arrow?.y||0,p=u?.clientWidth||0,m=u?.clientHeight||0,h=d+p/2,g=f+m/2,_=Math.abs(n.shift?.y||0),v=o.reference.height/2,y=typeof a==`function`?a(Vc(e,i,R)):a,b=_>y,x={top:`${h}px calc(100% + ${y}px)`,bottom:`${h}px ${-y}px`,left:`calc(100% + ${y}px) ${g}px`,right:`${-y}px ${g}px`}[c],S=`${h}px ${o.reference.y+v-s}px`;return t.floating.style.setProperty(`--transform-origin`,se&&l===`y`&&b?S:x),{}}},Ic,x),w(()=>{!_&&g&&g.update({referenceElement:null,floatingElement:null,domReferenceElement:null,positionReference:null})},[_,g]);let le=X.useMemo(()=>({elementResize:!p&&typeof ResizeObserver<`u`,layoutShift:!p&&typeof IntersectionObserver<`u`}),[p]),{refs:ue,elements:Y,x:de,y:fe,middlewareData:pe,update:me,placement:he,context:ge,isPositioned:_e,floatingStyles:ve}=t({rootContext:g,open:h?_:void 0,placement:B,middleware:oe,strategy:r,whileElementsMounted:h?void 0:(...e)=>cc(...e,le),nodeId:b,externalTree:T}),{sideX:ye,sideY:be}=pe.adaptiveOrigin||Lc,xe=_e?r:`fixed`,Se=X.useMemo(()=>{let e;return e=_e?x?{position:xe,[ye]:de,[be]:fe}:{...ve,position:xe}:{position:xe,top:0,left:0},e[Rc]=`100vw`,e[zc]=`100vh`,_e||(e.opacity=0),e},[x,xe,ye,de,be,fe,ve,_e]),Ce=X.useRef(null);w(()=>{if(!_)return;let e=I.current,t=typeof e==`function`?e():e,n=(Wc(t)?t.current:t)||null;n!==Ce.current&&(ue.setPositionReference(n),Ce.current=n)},[_,ue,F,I]),X.useEffect(()=>{if(!_)return;let e=I.current;typeof e!=`function`&&Wc(e)&&e.current!==Ce.current&&(ue.setPositionReference(e.current),Ce.current=e.current)},[_,ue,F,I]),X.useEffect(()=>{if(h&&_&&Y.reference&&Y.floating)return cc(Y.reference,Y.floating,me,le)},[h,_,Y,me,le]);let we=Oi(he),Te=Bc(i,we,R),Ee=ki(he)||`center`,De=!!pe.hide?.referenceHidden;w(()=>{C&&_&&_e&&we!==z&&D(we)},[C,_,_e,we,z]);let Oe=X.useMemo(()=>({position:`absolute`,top:pe.arrow?.y,left:pe.arrow?.x}),[pe.arrow]),ke=pe.arrow?.centerOffset!==0;return X.useMemo(()=>({positionerStyles:Se,arrowStyles:Oe,arrowRef:W,arrowUncentered:ke,side:Te,align:Ee,physicalSide:we,anchorHidden:De,refs:ue,context:ge,isPositioned:_e,update:me}),[Se,Oe,W,ke,Te,Ee,we,De,ue,ge,_e,me])}function Wc(e){return e!=null&&`current`in e}var Gc=X.createContext(void 0);function Kc(){let e=X.useContext(Gc);if(e===void 0)throw Error(F(84));return e}var qc=function(e){return e.open=`data-open`,e.closed=`data-closed`,e[e.startingStyle=Ia.startingStyle]=`startingStyle`,e[e.endingStyle=Ia.endingStyle]=`endingStyle`,e.anchorHidden=`data-anchor-hidden`,e.side=`data-side`,e.align=`data-align`,e}({}),Jc={"data-popup-open":``},Yc={"data-popup-open":``,"data-pressed":``},Xc={"data-open":``},Zc={"data-closed":``},Qc={"data-anchor-hidden":``},$c={open(e){return e?Jc:null}},el={open(e){return e?Yc:null}},tl={open(e){return e?Xc:Zc},anchorHidden(e){return e?Qc:null}},nl={...tl,...za};function rl(e){return e===`starting`?Ua:E}function il(e,t,{styles:n,transitionStatus:r,props:i,refs:a,hidden:o,inert:s=!1}){let c={...n};return s&&(c.pointerEvents=`none`),T(`div`,e,{state:t,ref:a,props:[{role:`presentation`,hidden:o,style:c},rl(r),i],stateAttributesMapping:tl})}var al=X.forwardRef(function(e,t){let{toast:n,...r}=e,i=ur(),a=n.positionerProps??E,{render:o,className:s,anchor:c=a.anchor,positionMethod:l=a.positionMethod??`absolute`,side:u=a.side??`top`,align:d=a.align??`center`,sideOffset:f=a.sideOffset??0,alignOffset:p=a.alignOffset??0,collisionBoundary:m=a.collisionBoundary??`clipping-ancestors`,collisionPadding:g=a.collisionPadding??5,arrowPadding:_=a.arrowPadding??5,sticky:v=a.sticky??!1,disableAnchorTracking:y=a.disableAnchorTracking??!1,collisionAvoidance:b=a.collisionAvoidance??Xa,style:x,...S}=r,[C,w]=X.useState(null),T=i.useState(`toastIndex`,n.id),O=i.useState(`toastVisibleIndex`,n.id),k=h(c)?c:null,A=Hc({anchor:k,positionMethod:l,floatingRootContext:kc({open:!0,onOpenChange:D,elements:{floating:C,reference:k}}),mounted:!0,side:u,sideOffset:f,align:d,alignOffset:p,collisionBoundary:m,collisionPadding:g,sticky:v,arrowPadding:_,disableAnchorTracking:y,keepMounted:!0,collisionAvoidance:b}),j=il(e,{side:A.side,align:A.align,anchorHidden:A.anchorHidden},{styles:{...A.positionerStyles,"--toast-index":n.transitionStatus===`ending`?T:O},transitionStatus:n.transitionStatus,props:S,refs:[t,w]});return(0,Z.jsx)(Gc.Provider,{value:A,children:j})}),ol=X.forwardRef(function(e,t){let{className:n,render:r,style:i,...a}=e,{arrowRef:o,side:s,align:c,arrowUncentered:l,arrowStyles:u}=Kc();return T(`div`,e,{state:{side:s,align:c,uncentered:l},ref:[t,o],props:[{style:u,"aria-hidden":!0},a]})});function sl(){let e=ur(),t=e.useState(`toasts`);return X.useMemo(()=>({toasts:t,add:e.addToast,close:e.closeToast,update:e.updateToast,promise:e.promiseToast}),[t,e])}function cl(){let e=new Set;function t(t){e.forEach(e=>e(t))}return{" subscribe":function(t){return e.add(t),()=>{e.delete(t)}},add(e){let n=e.id||Fr(`toast`);return t({action:`add`,options:{...e,id:n,transitionStatus:`starting`}}),n},close(e){t({action:`close`,options:{id:e}})},update(e,n){t({action:`update`,options:{...n,id:e}})},promise(e,n){let r=e;return t({action:`promise`,options:{...n,promise:e,setPromise(e){r=e}}}),r}}}var ll=sr(zo,`tr-toast-action`),ul=sr(ol,`tr-layer-arrow tr-toast-arrow`),dl=sr(Ro,`tr-toast-close`),fl=sr(Do,`tr-toast-content`),pl=sr(Io,`tr-toast-description`);function ml(){return cl()}function hl(){return sl()}var gl=sr(hs),_l=sr(al,`tr-layer-positioner tr-toast-positioner`),vl=sr(Ea),yl=[`neutral`,`info`,`success`,`warning`,`danger`];function bl(e){return e!==void 0&&yl.includes(e)}function xl({className:e,toast:t,variant:n,...r}){let i=n??(bl(t.type)?t.type:`neutral`);return(0,Z.jsx)(Eo,{...r,className:o(`tr-toast`,e),"data-variant":i,toast:t})}var Sl=sr(Lo,`tr-toast-title`);function Cl({className:e,position:t=`block-end-inline-end`,...n}){return(0,Z.jsx)(Ma,{...n,className:o(`tr-layer-viewport tr-toast-viewport`,e),"data-position":t})}var wl={Provider:vl,Viewport:Cl,Root:xl,Content:fl,Description:pl,Title:Sl,Close:dl,Action:ll,Portal:gl,Positioner:_l,Arrow:ul,createToastManager:ml,useToastManager:hl},Q=e=>typeof e==`string`,Tl=()=>{let e,t,n=new Promise((n,r)=>{e=n,t=r});return n.resolve=e,n.reject=t,n},El=e=>e==null?``:String(e),Dl=(e,t,n)=>{e.forEach(e=>{t[e]&&(n[e]=t[e])})},Ol=/###/g,kl=e=>e&&e.includes(`###`)?e.replace(Ol,`.`):e,Al=e=>!e||Q(e),jl=(e,t,n)=>{let r=Q(t)?t.split(`.`):t,i=0;for(;i<r.length-1;){if(Al(e))return{};let t=kl(r[i]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++i}return Al(e)?{}:{obj:e,k:kl(r[i])}},Ml=(e,t,n)=>{let{obj:r,k:i}=jl(e,t,Object);if(r!==void 0||t.length===1){r[i]=n;return}let a=t[t.length-1],o=t.slice(0,t.length-1),s=jl(e,o,Object);for(;s.obj===void 0&&o.length;)a=`${o[o.length-1]}.${a}`,o=o.slice(0,o.length-1),s=jl(e,o,Object),s?.obj&&s.obj[`${s.k}.${a}`]!==void 0&&(s.obj=void 0);s.obj[`${s.k}.${a}`]=n},Nl=(e,t,n,r)=>{let{obj:i,k:a}=jl(e,t,Object);i[a]=i[a]||[],i[a].push(n)},Pl=(e,t)=>{let{obj:n,k:r}=jl(e,t);if(n&&Object.prototype.hasOwnProperty.call(n,r))return n[r]},Fl=(e,t,n)=>{let r=Pl(e,n);return r===void 0?Pl(t,n):r},Il=(e,t,n)=>{for(let r in t)r!==`__proto__`&&r!==`constructor`&&(Object.prototype.hasOwnProperty.call(e,r)?Q(e[r])||e[r]instanceof String||Q(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):Il(e[r],t[r],n):e[r]=t[r]);return e},Ll=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,`\\$&`),Rl={"&":`&amp;`,"<":`&lt;`,">":`&gt;`,'"':`&quot;`,"'":`&#39;`,"/":`&#x2F;`},zl=e=>Q(e)?e.replace(/[&<>"'\/]/g,e=>Rl[e]):e,Bl=class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){let t=this.regExpMap.get(e);if(t!==void 0)return t;let n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}},Vl=[` `,`,`,`?`,`!`,`;`],Hl=new Bl(20),Ul=(e,t,n)=>{t||=``,n||=``;let r=Vl.filter(e=>!t.includes(e)&&!n.includes(e));if(r.length===0)return!0;let i=Hl.getRegExp(`(${r.map(e=>e===`?`?`\\?`:e).join(`|`)})`),a=!i.test(e);if(!a){let t=e.indexOf(n);t>0&&!i.test(e.substring(0,t))&&(a=!0)}return a},Wl=(e,t,n=`.`)=>{if(!e)return;if(e[t])return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0;let r=t.split(n),i=e;for(let e=0;e<r.length;){if(!i||typeof i!=`object`)return;let t,a=``;for(let o=e;o<r.length;++o)if(o!==e&&(a+=n),a+=r[o],t=i[a],t!==void 0){if([`string`,`number`,`boolean`].includes(typeof t)&&o<r.length-1)continue;e+=o-e+1;break}i=t}return i},Gl=e=>e?.replace(/_/g,`-`),Kl={type:`logger`,log(e){this.output(`log`,e)},warn(e){this.output(`warn`,e)},error(e){this.output(`error`,e)},output(e,t){console?.[e]?.apply?.(console,t)}},ql=new class e{constructor(e,t={}){this.init(e,t)}init(e,t={}){this.prefix=t.prefix||`i18next:`,this.logger=e||Kl,this.options=t,this.debug=t.debug}log(...e){return this.forward(e,`log`,``,!0)}warn(...e){return this.forward(e,`warn`,``,!0)}error(...e){return this.forward(e,`error`,``)}deprecate(...e){return this.forward(e,`warn`,`WARNING DEPRECATED: `,!0)}forward(e,t,n,r){return r&&!this.debug?null:(e=e.map(e=>Q(e)?e.replace(/[\r\n\x00-\x1F\x7F]/g,` `):e),Q(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(t){return new e(this.logger,{prefix:`${this.prefix}:${t}:`,...this.options})}clone(t){return t||=this.options,t.prefix=t.prefix||this.prefix,new e(this.logger,t)}},Jl=class{constructor(){this.observers={}}on(e,t){return e.split(` `).forEach(e=>{this.observers[e]||(this.observers[e]=new Map);let n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)}),this}off(e,t){if(this.observers[e]){if(!t){delete this.observers[e];return}this.observers[e].delete(t)}}once(e,t){let n=(...r)=>{t(...r),this.off(e,n)};return this.on(e,n),this}emit(e,...t){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([e,n])=>{for(let r=0;r<n;r++)e(...t)}),this.observers[`*`]&&Array.from(this.observers[`*`].entries()).forEach(([n,r])=>{for(let i=0;i<r;i++)n(e,...t)})}},Yl=class extends Jl{constructor(e,t={ns:[`translation`],defaultNS:`translation`}){super(),this.data=e||{},this.options=t,this.options.keySeparator===void 0&&(this.options.keySeparator=`.`),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.includes(e)||this.options.ns.push(e)}removeNamespaces(e){let t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n,r={}){let i=r.keySeparator===void 0?this.options.keySeparator:r.keySeparator,a=r.ignoreJSONStructure===void 0?this.options.ignoreJSONStructure:r.ignoreJSONStructure,o;e.includes(`.`)?o=e.split(`.`):(o=[e,t],n&&(Array.isArray(n)?o.push(...n):Q(n)&&i?o.push(...n.split(i)):o.push(n)));let s=Pl(this.data,o);return!s&&!t&&!n&&e.includes(`.`)&&(e=o[0],t=o[1],n=o.slice(2).join(`.`)),s||!a||!Q(n)?s:Wl(this.data?.[e]?.[t],n,i)}addResource(e,t,n,r,i={silent:!1}){let a=i.keySeparator===void 0?this.options.keySeparator:i.keySeparator,o=[e,t];n&&(o=o.concat(a?n.split(a):n)),e.includes(`.`)&&(o=e.split(`.`),r=t,t=o[1]),this.addNamespaces(t),Ml(this.data,o,r),i.silent||this.emit(`added`,e,t,n,r)}addResources(e,t,n,r={silent:!1}){for(let r in n)(Q(n[r])||Array.isArray(n[r]))&&this.addResource(e,t,r,n[r],{silent:!0});r.silent||this.emit(`added`,e,t,n)}addResourceBundle(e,t,n,r,i,a={silent:!1,skipCopy:!1}){let o=[e,t];e.includes(`.`)&&(o=e.split(`.`),r=n,n=t,t=o[1]),this.addNamespaces(t);let s=Pl(this.data,o)||{};a.skipCopy||(n=JSON.parse(JSON.stringify(n))),r?Il(s,n,i):s={...s,...n},Ml(this.data,o,s),a.silent||this.emit(`added`,e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit(`removed`,e,t)}hasResourceBundle(e,t){return this.getResource(e,t)!==void 0}getResourceBundle(e,t){return t||=this.options.defaultNS,this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){let t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(e=>t[e]&&Object.keys(t[e]).length>0)}toJSON(){return this.data}},Xl={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,i){return e.forEach(e=>{t=this.processors[e]?.process(t,n,r,i)??t}),t}},Zl=Symbol(`i18next/PATH_KEY`);function Ql(){let e=[],t=Object.create(null),n;return t.get=(r,i)=>(n?.revoke?.(),i===Zl?e:(e.push(i),n=Proxy.revocable(r,t),n.proxy)),Proxy.revocable(Object.create(null),t).proxy}function $l(e,t){let{[Zl]:n}=e(Ql()),r=t?.keySeparator??`.`,i=t?.nsSeparator??`:`,a=t?.enableSelector===`strict`;if(n.length>1&&i){let e=t?.ns,o=a?Array.isArray(e)?e:e?[e]:null:Array.isArray(e)?e:null;if(o&&(a?o:o.length>1?o.slice(1):[]).includes(n[0]))return`${n[0]}${i}${n.slice(1).join(r)}`}return n.join(r)}var eu=e=>!Q(e)&&typeof e!=`boolean`&&typeof e!=`number`,tu=class e extends Jl{constructor(e,t={}){super(),Dl([`resourceStore`,`languageUtils`,`pluralResolver`,`interpolator`,`backendConnector`,`i18nFormat`,`utils`],e,this),this.options=t,this.options.keySeparator===void 0&&(this.options.keySeparator=`.`),this.logger=ql.create(`translator`),this.checkedLoadedFor={}}changeLanguage(e){e&&(this.language=e)}exists(e,t={interpolation:{}}){let n={...t};if(e==null)return!1;let r=this.resolve(e,n);if(r?.res===void 0)return!1;let i=eu(r.res);return!(n.returnObjects===!1&&i)}extractFromKey(e,t){let n=t.nsSeparator===void 0?this.options.nsSeparator:t.nsSeparator;n===void 0&&(n=`:`);let r=t.keySeparator===void 0?this.options.keySeparator:t.keySeparator,i=t.ns||this.options.defaultNS||[],a=n&&e.includes(n),o=!this.options.userDefinedKeySeparator&&!t.keySeparator&&!this.options.userDefinedNsSeparator&&!t.nsSeparator&&!Ul(e,n,r);if(a&&!o){let t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:Q(i)?[i]:i};let a=e.split(n);(n!==r||n===r&&this.options.ns.includes(a[0]))&&(i=a.shift()),e=a.join(r)}return{key:e,namespaces:Q(i)?[i]:i}}translate(t,n,r){let i=typeof n==`object`?{...n}:n;if(typeof i!=`object`&&this.options.overloadTranslationOptionHandler&&(i=this.options.overloadTranslationOptionHandler(arguments)),typeof i==`object`&&(i={...i}),i||={},t==null)return``;typeof t==`function`&&(t=$l(t,{...this.options,...i})),Array.isArray(t)||(t=[String(t)]),t=t.map(e=>typeof e==`function`?$l(e,{...this.options,...i}):String(e));let a=i.returnDetails===void 0?this.options.returnDetails:i.returnDetails,o=i.keySeparator===void 0?this.options.keySeparator:i.keySeparator,{key:s,namespaces:c}=this.extractFromKey(t[t.length-1],i),l=c[c.length-1],u=i.nsSeparator===void 0?this.options.nsSeparator:i.nsSeparator;u===void 0&&(u=`:`);let d=i.lng||this.language,f=i.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(d?.toLowerCase()===`cimode`)return f?a?{res:`${l}${u}${s}`,usedKey:s,exactUsedKey:s,usedLng:d,usedNS:l,usedParams:this.getUsedParamsDetails(i)}:`${l}${u}${s}`:a?{res:s,usedKey:s,exactUsedKey:s,usedLng:d,usedNS:l,usedParams:this.getUsedParamsDetails(i)}:s;let p=this.resolve(t,i),m=p?.res,h=p?.usedKey||s,g=p?.exactUsedKey||s,_=[`[object Number]`,`[object Function]`,`[object RegExp]`],v=i.joinArrays===void 0?this.options.joinArrays:i.joinArrays,y=!this.i18nFormat||this.i18nFormat.handleAsObject,b=i.count!==void 0&&!Q(i.count),x=e.hasDefaultValue(i),S=b?this.pluralResolver.getSuffix(d,i.count,i):``,C=i.ordinal&&b?this.pluralResolver.getSuffix(d,i.count,{ordinal:!1}):``,w=b&&!i.ordinal&&i.count===0,T=w&&i[`defaultValue${this.options.pluralSeparator}zero`]||i[`defaultValue${S}`]||i[`defaultValue${C}`]||i.defaultValue,E=m;y&&!m&&x&&(E=T);let D=eu(E),O=Object.prototype.toString.apply(E);if(y&&E&&D&&!_.includes(O)&&!(Q(v)&&Array.isArray(E))){if(!i.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn(`accessing an object - but returnObjects options is not enabled!`);let e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(h,E,{...i,ns:c}):`key '${s} (${this.language})' returned an object instead of string.`;return a?(p.res=e,p.usedParams=this.getUsedParamsDetails(i),p):e}if(o){let e=Array.isArray(E),t=e?[]:{},n=e?g:h;for(let e in E)if(Object.prototype.hasOwnProperty.call(E,e)){let r=`${n}${o}${e}`;x&&!m?t[e]=this.translate(r,{...i,defaultValue:eu(T)?T[e]:void 0,joinArrays:!1,ns:c}):t[e]=this.translate(r,{...i,joinArrays:!1,ns:c}),t[e]===r&&(t[e]=E[e])}m=t}}else if(y&&Q(v)&&Array.isArray(m))m=m.join(v),m&&=this.extendTranslation(m,t,i,r);else{let e=!1,n=!1;!this.isValidLookup(m)&&x&&(e=!0,m=T),this.isValidLookup(m)||(n=!0,m=s);let a=(i.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&n?void 0:m,c=x&&T!==m&&this.options.updateMissing;if(n||e||c){if(this.logger.log(c?`updateKey`:`missingKey`,d,l,b&&!c?`${s}${this.pluralResolver.getSuffix(d,i.count,i)}`:s,c?T:m),o){let e=this.resolve(s,{...i,keySeparator:!1});e&&e.res&&this.logger.warn(`Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.`)}let e=[],t=this.languageUtils.getFallbackCodes(this.options.fallbackLng,i.lng||this.language);if(this.options.saveMissingTo===`fallback`&&t&&t[0])for(let n=0;n<t.length;n++)e.push(t[n]);else this.options.saveMissingTo===`all`?e=this.languageUtils.toResolveHierarchy(i.lng||this.language):e.push(i.lng||this.language);let n=(e,t,n)=>{let r=x&&n!==m?n:a;this.options.missingKeyHandler?this.options.missingKeyHandler(e,l,t,r,c,i):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(e,l,t,r,c,i),this.emit(`missingKey`,e,l,t,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&b?e.forEach(e=>{let t=this.pluralResolver.getSuffixes(e,i);w&&i[`defaultValue${this.options.pluralSeparator}zero`]&&!t.includes(`${this.options.pluralSeparator}zero`)&&t.push(`${this.options.pluralSeparator}zero`),t.forEach(t=>{n([e],s+t,i[`defaultValue${t}`]||T)})}):n(e,s,T))}m=this.extendTranslation(m,t,i,p,r),n&&m===s&&this.options.appendNamespaceToMissingKey&&(m=`${l}${u}${s}`),(n||e)&&this.options.parseMissingKeyHandler&&(m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}${u}${s}`:s,e?m:void 0,i))}return a?(p.res=m,p.usedParams=this.getUsedParamsDetails(i),p):m}extendTranslation(e,t,n,r,i){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});let a=Q(e)&&(n?.interpolation?.skipOnVariables===void 0?this.options.interpolation.skipOnVariables:n.interpolation.skipOnVariables),o;if(a){let t=e.match(this.interpolator.nestingRegexp);o=t&&t.length}let s=n.replace&&!Q(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(s={...this.options.interpolation.defaultVariables,...s}),e=this.interpolator.interpolate(e,s,n.lng||this.language||r.usedLng,n),a){let t=e.match(this.interpolator.nestingRegexp),r=t&&t.length;o<r&&(n.nest=!1)}!n.lng&&r&&r.res&&(n.lng=this.language||r.usedLng),n.nest!==!1&&(e=this.interpolator.nest(e,(...e)=>i?.[0]===e[0]&&!n.context?(this.logger.warn(`It seems you are nesting recursively key: ${e[0]} in key: ${t[0]}`),null):this.translate(...e,t),n)),n.interpolation&&this.interpolator.reset()}let a=n.postProcess||this.options.postProcess,o=Q(a)?[a]:a;return e!=null&&o?.length&&n.applyPostProcessor!==!1&&(e=Xl.handle(o,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e,t={}){let n,r,i,a,o;return Q(e)&&(e=[e]),Array.isArray(e)&&(e=e.map(e=>typeof e==`function`?$l(e,{...this.options,...t}):e)),e.forEach(e=>{if(this.isValidLookup(n))return;let s=this.extractFromKey(e,t),c=s.key;r=c;let l=s.namespaces;this.options.fallbackNS&&(l=l.concat(this.options.fallbackNS));let u=t.count!==void 0&&!Q(t.count),d=u&&!t.ordinal&&t.count===0,f=t.context!==void 0&&(Q(t.context)||typeof t.context==`number`)&&t.context!==``,p=t.lngs?t.lngs:this.languageUtils.toResolveHierarchy(t.lng||this.language,t.fallbackLng);l.forEach(e=>{this.isValidLookup(n)||(o=e,!this.checkedLoadedFor[`${p[0]}-${e}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(o)&&(this.checkedLoadedFor[`${p[0]}-${e}`]=!0,this.logger.warn(`key "${r}" for languages "${p.join(`, `)}" won't get resolved as namespace "${o}" was not yet loaded`,`This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!`)),p.forEach(r=>{if(this.isValidLookup(n))return;a=r;let o=[c];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(o,c,r,e,t);else{let e;u&&(e=this.pluralResolver.getSuffix(r,t.count,t));let n=`${this.options.pluralSeparator}zero`,i=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(t.ordinal&&e.startsWith(i)&&o.push(c+e.replace(i,this.options.pluralSeparator)),o.push(c+e),d&&o.push(c+n)),f){let r=`${c}${this.options.contextSeparator||`_`}${t.context}`;o.push(r),u&&(t.ordinal&&e.startsWith(i)&&o.push(r+e.replace(i,this.options.pluralSeparator)),o.push(r+e),d&&o.push(r+n))}}let s;for(;s=o.pop();)this.isValidLookup(n)||(i=s,n=this.getResource(r,e,s,t))}))})}),{res:n,usedKey:r,exactUsedKey:i,usedLng:a,usedNS:o}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e===``)}getResource(e,t,n,r={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}getUsedParamsDetails(e={}){let t=[`defaultValue`,`ordinal`,`context`,`replace`,`lng`,`lngs`,`fallbackLng`,`ns`,`keySeparator`,`nsSeparator`,`returnObjects`,`returnDetails`,`joinArrays`,`postProcess`,`interpolation`],n=e.replace&&!Q(e.replace),r=n?e.replace:e;if(n&&e.count!==void 0&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!n){r={...r};for(let e of t)delete r[e]}return r}static hasDefaultValue(e){for(let t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&t.startsWith(`defaultValue`)&&e[t]!==void 0)return!0;return!1}},nu=class{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=ql.create(`languageUtils`)}getScriptPartFromCode(e){if(e=Gl(e),!e||!e.includes(`-`))return null;let t=e.split(`-`);return t.length===2||(t.pop(),t[t.length-1].toLowerCase()===`x`)?null:this.formatLanguageCode(t.join(`-`))}getLanguagePartFromCode(e){if(e=Gl(e),!e||!e.includes(`-`))return e;let t=e.split(`-`);return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(Q(e)&&e.includes(`-`)){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch{}return t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load===`languageOnly`||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.includes(e)}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach(e=>{if(t)return;let n=this.formatLanguageCode(e);(!this.options.supportedLngs||this.isSupportedCode(n))&&(t=n)}),!t&&this.options.supportedLngs&&e.forEach(e=>{if(t)return;let n=this.getScriptPartFromCode(e);if(this.isSupportedCode(n))return t=n;let r=this.getLanguagePartFromCode(e);if(this.isSupportedCode(r))return t=r;t=this.options.supportedLngs.find(e=>e===r?!0:!e.includes(`-`)&&!r.includes(`-`)?!1:!!(e.includes(`-`)&&!r.includes(`-`)&&e.slice(0,e.indexOf(`-`))===r||e.startsWith(r)&&r.length>1))}),t||=this.getFallbackCodes(this.options.fallbackLng)[0],t}getFallbackCodes(e,t){if(!e)return[];if(typeof e==`function`&&(e=e(t)),Q(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let n=e[t];return n||=e[this.getScriptPartFromCode(t)],n||=e[this.formatLanguageCode(t)],n||=e[this.getLanguagePartFromCode(t)],n||=e.default,n||[]}toResolveHierarchy(e,t){let n=this.getFallbackCodes((t===!1?[]:t)||this.options.fallbackLng||[],e),r=[],i=e=>{e&&(this.isSupportedCode(e)?r.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return Q(e)&&(e.includes(`-`)||e.includes(`_`))?(this.options.load!==`languageOnly`&&i(this.formatLanguageCode(e)),this.options.load!==`languageOnly`&&this.options.load!==`currentOnly`&&i(this.getScriptPartFromCode(e)),this.options.load!==`currentOnly`&&i(this.getLanguagePartFromCode(e))):Q(e)&&i(this.formatLanguageCode(e)),n.forEach(e=>{r.includes(e)||i(this.formatLanguageCode(e))}),r}},ru={zero:0,one:1,two:2,few:3,many:4,other:5},iu={select:e=>e===1?`one`:`other`,resolvedOptions:()=>({pluralCategories:[`one`,`other`]})},au=class{constructor(e,t={}){this.languageUtils=e,this.options=t,this.logger=ql.create(`pluralResolver`),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(e,t={}){let n=Gl(e===`dev`?`en`:e),r=t.ordinal?`ordinal`:`cardinal`,i=JSON.stringify({cleanedCode:n,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let a;try{a=new Intl.PluralRules(n,{type:r})}catch{if(typeof Intl>`u`)return this.logger.error(`No Intl support, please use an Intl polyfill!`),iu;if(!e.match(/-|_/))return iu;let n=this.languageUtils.getLanguagePartFromCode(e);a=this.getRule(n,t)}return this.pluralRulesCache[i]=a,a}needsPlural(e,t={}){let n=this.getRule(e,t);return n||=this.getRule(`dev`,t),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,t,n={}){return this.getSuffixes(e,n).map(e=>`${t}${e}`)}getSuffixes(e,t={}){let n=this.getRule(e,t);return n||=this.getRule(`dev`,t),n?n.resolvedOptions().pluralCategories.sort((e,t)=>ru[e]-ru[t]).map(e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:``}${e}`):[]}getSuffix(e,t,n={}){let r=this.getRule(e,n);return r?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:``}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix(`dev`,t,n))}},ou=(e,t,n,r=`.`,i=!0)=>{let a=Fl(e,t,n);return!a&&i&&Q(n)&&(a=Wl(e,n,r),a===void 0&&(a=Wl(t,n,r))),a},su=e=>e.replace(/\$/g,`$$$$`),cu=class{constructor(e={}){this.logger=ql.create(`interpolator`),this.options=e,this.format=e?.interpolation?.format||(e=>e),this.init(e)}init(e={}){e.interpolation||={escapeValue:!0};let{escape:t,escapeValue:n,useRawValueToEscape:r,prefix:i,prefixEscaped:a,suffix:o,suffixEscaped:s,formatSeparator:c,unescapeSuffix:l,unescapePrefix:u,nestingPrefix:d,nestingPrefixEscaped:f,nestingSuffix:p,nestingSuffixEscaped:m,nestingOptionsSeparator:h,maxReplaces:g,alwaysFormat:_}=e.interpolation;this.escape=t===void 0?zl:t,this.escapeValue=n===void 0?!0:n,this.useRawValueToEscape=r===void 0?!1:r,this.prefix=i?Ll(i):a||`{{`,this.suffix=o?Ll(o):s||`}}`,this.formatSeparator=c||`,`,this.unescapePrefix=l?``:u?Ll(u):`-`,this.unescapeSuffix=this.unescapePrefix?``:l?Ll(l):``,this.nestingPrefix=d?Ll(d):f||Ll(`$t(`),this.nestingSuffix=p?Ll(p):m||Ll(`)`),this.nestingOptionsSeparator=h||`,`,this.maxReplaces=g||1e3,this.alwaysFormat=_===void 0?!1:_,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){let e=(e,t)=>e?.source===t?(e.lastIndex=0,e):new RegExp(t,`g`);this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,t,n,r){let i,a,o,s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=e=>{if(!e.includes(this.formatSeparator)){let i=ou(t,s,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(i,void 0,n,{...r,...t,interpolationkey:e}):i}let i=e.split(this.formatSeparator),a=i.shift().trim(),o=i.join(this.formatSeparator).trim();return this.format(ou(t,s,a,this.options.keySeparator,this.options.ignoreJSONStructure),o,n,{...r,...t,interpolationkey:a})};this.resetRegExp(),!this.escapeValue&&typeof e==`string`&&/\$t\([^)]*\{[^}]*\{\{/.test(e)&&this.logger.warn(`nesting options string contains interpolated variables with escapeValue: false โ€” if any of those values are attacker-controlled they can inject additional nesting options (e.g. redirect lng/ns). Sanitise untrusted input before passing it to t(), or keep escapeValue: true.`);let l=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=r?.interpolation?.skipOnVariables===void 0?this.options.interpolation.skipOnVariables:r.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>su(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?su(this.escape(e)):su(e)}].forEach(t=>{for(o=0;i=t.regex.exec(e);){let n=i[1].trim();if(a=c(n),a===void 0)if(typeof l==`function`){let t=l(e,i,r);a=Q(t)?t:``}else if(r&&Object.prototype.hasOwnProperty.call(r,n))a=``;else if(u){a=i[0];continue}else this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),a=``;else!Q(a)&&!this.useRawValueToEscape&&(a=El(a));let s=t.safeValue(a);if(e=e.replace(i[0],s),u?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,o++,o>=this.maxReplaces)break}}),e}nest(e,t,n={}){let r,i,a,o=(e,t)=>{let n=this.nestingOptionsSeparator;if(!e.includes(n))return e;let r=e.split(RegExp(`${Ll(n)}[ ]*{`)),i=`{${r[1]}`;e=r[0],i=this.interpolate(i,a);let o=i.match(/'/g),s=i.match(/"/g);((o?.length??0)%2==0&&!s||(s?.length??0)%2!=0)&&(i=i.replace(/'/g,`"`));try{a=JSON.parse(i),t&&(a={...t,...a})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${i}`}return a.defaultValue&&a.defaultValue.includes(this.prefix)&&delete a.defaultValue,e};for(;r=this.nestingRegexp.exec(e);){let s=[];a={...n},a=a.replace&&!Q(a.replace)?a.replace:a,a.applyPostProcessor=!1,delete a.defaultValue;let c=/{.*}/.test(r[1])?r[1].lastIndexOf(`}`)+1:r[1].indexOf(this.formatSeparator);if(c!==-1&&(s=r[1].slice(c).split(this.formatSeparator).map(e=>e.trim()).filter(Boolean),r[1]=r[1].slice(0,c)),i=t(o.call(this,r[1].trim(),a),a),i&&r[0]===e&&!Q(i))return i;Q(i)||(i=El(i)),i||=(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),``),s.length&&(i=s.reduce((e,t)=>this.format(e,t,n.lng,{...n,interpolationkey:r[1].trim()}),i.trim())),e=e.replace(r[0],i),this.regexp.lastIndex=0}return e}},lu=e=>{let t=e.toLowerCase().trim(),n={};if(e.includes(`(`)){let r=e.split(`(`);t=r[0].toLowerCase().trim();let i=r[1].slice(0,-1);t===`currency`&&!i.includes(`:`)?n.currency||=i.trim():t===`relativetime`&&!i.includes(`:`)?n.range||=i.trim():i.split(`;`).forEach(e=>{if(e){let[t,...r]=e.split(`:`),i=r.join(`:`).trim().replace(/^'+|'+$/g,``),a=t.trim();n[a]||(n[a]=i),i===`false`&&(n[a]=!1),i===`true`&&(n[a]=!0),isNaN(i)||(n[a]=parseInt(i,10))}})}return{formatName:t,formatOptions:n}},uu=e=>{let t={};return(n,r,i)=>{let a=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(a={...a,[i.interpolationkey]:void 0});let o=r+JSON.stringify(a),s=t[o];return s||(s=e(Gl(r),i),t[o]=s),s(n)}},du=e=>(t,n,r)=>e(Gl(n),r)(t),fu=class{constructor(e={}){this.logger=ql.create(`formatter`),this.options=e,this.init(e)}init(e,t={interpolation:{}}){this.formatSeparator=t.interpolation.formatSeparator||`,`;let n=t.cacheInBuiltFormats?uu:du;this.formats={number:n((e,t)=>{let n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)}),currency:n((e,t)=>{let n=new Intl.NumberFormat(e,{...t,style:`currency`});return e=>n.format(e)}),datetime:n((e,t)=>{let n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)}),relativetime:n((e,t)=>{let n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||`day`)}),list:n((e,t)=>{let n=new Intl.ListFormat(e,{...t});return e=>n.format(e)})}}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=uu(t)}format(e,t,n,r={}){if(!t||e==null)return e;let i=t.split(this.formatSeparator),a=[];for(let e=0;e<i.length;e++){let t=i[e];for(;t.indexOf(`(`)>-1&&!t.includes(`)`)&&e+1<i.length;)t=`${t}${this.formatSeparator}${i[++e]}`;a.push(t)}return a.reduce((e,t)=>{let{formatName:i,formatOptions:a}=lu(t);if(this.formats[i]){let t=e;try{let o=r?.formatParams?.[r.interpolationkey]||{},s=o.locale||o.lng||r.locale||r.lng||n;t=this.formats[i](e,s,{...a,...r,...o})}catch(e){this.logger.warn(e)}return t}else this.logger.warn(`there was no format function for ${i}`);return e},e)}},pu=(e,t)=>{e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)},mu=class extends Jl{constructor(e,t,n,r={}){super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=r,this.logger=ql.create(`backendConnector`),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,r.backend,r)}queueLoad(e,t,n,r){let i={},a={},o={},s={};return e.forEach(e=>{let r=!0;t.forEach(t=>{let o=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[o]=2:this.state[o]<0||(this.state[o]===1?a[o]===void 0&&(a[o]=!0):(this.state[o]=1,r=!1,a[o]===void 0&&(a[o]=!0),i[o]===void 0&&(i[o]=!0),s[t]===void 0&&(s[t]=!0)))}),r||(o[e]=!0)}),(Object.keys(i).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(a),toLoadLanguages:Object.keys(o),toLoadNamespaces:Object.keys(s)}}loaded(e,t,n){let r=e.split(`|`),i=r[0],a=r[1];t&&this.emit(`failedLoading`,i,a,t),!t&&n&&this.store.addResourceBundle(i,a,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&n&&(this.state[e]=0);let o={};this.queue.forEach(n=>{Nl(n.loaded,[i],a),pu(n,e),t&&n.errors.push(t),n.pendingCount===0&&!n.done&&(Object.keys(n.loaded).forEach(e=>{o[e]||(o[e]={});let t=n.loaded[e];t.length&&t.forEach(t=>{o[e][t]===void 0&&(o[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit(`loaded`,o),this.queue=this.queue.filter(e=>!e.done)}read(e,t,n,r=0,i=this.retryTimeout,a){if(!e.length)return a(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:t,fcName:n,tried:r,wait:i,callback:a});return}this.readingCalls++;let o=(o,s)=>{if(this.readingCalls--,this.waitingReads.length>0){let e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}if(o&&s&&r<this.maxRetries){setTimeout(()=>{this.read(e,t,n,r+1,i*2,a)},i);return}a(o,s)},s=this.backend[n].bind(this.backend);if(s.length===2){try{let n=s(e,t);n&&typeof n.then==`function`?n.then(e=>o(null,e)).catch(o):o(null,n)}catch(e){o(e)}return}return s(e,t,o)}prepareLoading(e,t,n={},r){if(!this.backend)return this.logger.warn(`No backend was added via i18next.use. Will not load resources.`),r&&r();Q(e)&&(e=this.languageUtils.toResolveHierarchy(e)),Q(t)&&(t=[t]);let i=this.queueLoad(e,t,n,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach(e=>{this.loadOne(e)})}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e,t=``){let n=e.split(`|`),r=n[0],i=n[1];this.read(r,i,`read`,void 0,void 0,(n,a)=>{n&&this.logger.warn(`${t}loading namespace ${i} for language ${r} failed`,n),!n&&a&&this.logger.log(`${t}loaded namespace ${i} for language ${r}`,a),this.loaded(e,n,a)})}saveMissing(e,t,n,r,i,a={},o=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(t)){this.logger.warn(`did not save key "${n}" as the namespace "${t}" was not yet loaded`,`This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!`);return}if(!(n==null||n===``)){if(this.backend?.create){let s={...a,isUpdate:i},c=this.backend.create.bind(this.backend);if(c.length<6)try{let i;i=c.length===5?c(e,t,n,r,s):c(e,t,n,r),i&&typeof i.then==`function`?i.then(e=>o(null,e)).catch(o):o(null,i)}catch(e){o(e)}else c(e,t,n,r,o,s)}!e||!e[0]||this.store.addResource(e[0],t,n,r)}}},hu=()=>({debug:!1,initAsync:!0,ns:[`translation`],defaultNS:[`translation`],fallbackLng:[`dev`],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:`all`,preload:!1,keySeparator:`.`,nsSeparator:`:`,pluralSeparator:`_`,contextSeparator:`_`,enableSelector:!1,partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:`fallback`,saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if(typeof e[1]==`object`&&(t=e[1]),Q(e[1])&&(t.defaultValue=e[1]),Q(e[2])&&(t.tDescription=e[2]),typeof e[2]==`object`||typeof e[3]==`object`){let n=e[3]||e[2];Object.keys(n).forEach(e=>{t[e]=n[e]})}return t},interpolation:{escapeValue:!0,prefix:`{{`,suffix:`}}`,formatSeparator:`,`,unescapePrefix:`-`,nestingPrefix:`$t(`,nestingSuffix:`)`,nestingOptionsSeparator:`,`,maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),gu=e=>(Q(e.ns)&&(e.ns=[e.ns]),Q(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),Q(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&!e.supportedLngs.includes(`cimode`)&&(e.supportedLngs=e.supportedLngs.concat([`cimode`])),e),_u=()=>{},vu=e=>{Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach(t=>{typeof e[t]==`function`&&(e[t]=e[t].bind(e))})},$=class e extends Jl{constructor(e={},t){if(super(),this.options=gu(e),this.services={},this.logger=ql,this.modules={external:[]},vu(this),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout(()=>{this.init(e,t)},0)}}init(e={},t){this.isInitializing=!0,typeof e==`function`&&(t=e,e={}),e.defaultNS==null&&e.ns&&(Q(e.ns)?e.defaultNS=e.ns:e.ns.includes(`translation`)||(e.defaultNS=e.ns[0]));let n=hu();this.options={...n,...this.options,...gu(e)},this.options.interpolation={...n.interpolation,...this.options.interpolation},e.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=e.keySeparator),e.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=e.nsSeparator),typeof this.options.overloadTranslationOptionHandler!=`function`&&(this.options.overloadTranslationOptionHandler=n.overloadTranslationOptionHandler);let r=e=>e?typeof e==`function`?new e:e:null;if(!this.options.isClone){this.modules.logger?ql.init(r(this.modules.logger),this.options):ql.init(null,this.options);let e;e=this.modules.formatter?this.modules.formatter:fu;let t=new nu(this.options);this.store=new Yl(this.options.resources,this.options);let n=this.services;n.logger=ql,n.resourceStore=this.store,n.languageUtils=t,n.pluralResolver=new au(t,{prepend:this.options.pluralSeparator}),e&&(n.formatter=r(e),n.formatter.init&&n.formatter.init(n,this.options),this.options.interpolation.format=n.formatter.format.bind(n.formatter)),n.interpolator=new cu(this.options),n.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},n.backendConnector=new mu(r(this.modules.backend),n.resourceStore,n,this.options),n.backendConnector.on(`*`,(e,...t)=>{this.emit(e,...t)}),this.modules.languageDetector&&(n.languageDetector=r(this.modules.languageDetector),n.languageDetector.init&&n.languageDetector.init(n,this.options.detection,this.options)),this.modules.i18nFormat&&(n.i18nFormat=r(this.modules.i18nFormat),n.i18nFormat.init&&n.i18nFormat.init(this)),this.translator=new tu(this.services,this.options),this.translator.on(`*`,(e,...t)=>{this.emit(e,...t)}),this.modules.external.forEach(e=>{e.init&&e.init(this)})}if(this.format=this.options.interpolation.format,t||=_u,this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){let e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&e[0]!==`dev`&&(this.options.lng=e[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn(`init: no languageDetector is used and no lng is defined`),[`getResource`,`hasResourceBundle`,`getResourceBundle`,`getDataByLanguage`].forEach(e=>{this[e]=(...t)=>this.store[e](...t)}),[`addResource`,`addResources`,`addResourceBundle`,`removeResourceBundle`].forEach(e=>{this[e]=(...t)=>(this.store[e](...t),this)});let i=Tl(),a=()=>{let e=(e,n)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn(`init: i18next is already initialized. You should call init just once!`),this.isInitialized=!0,this.options.isClone||this.logger.log(`initialized`,this.options),this.emit(`initialized`,this.options),i.resolve(n),t(e,n)};if((this.languages||this.isLanguageChangingTo)&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initAsync?a():setTimeout(a,0),i}loadResources(e,t=_u){let n=t,r=Q(e)?e:this.language;if(typeof e==`function`&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r?.toLowerCase()===`cimode`&&(!this.options.preload||this.options.preload.length===0))return n();let e=[],t=t=>{t&&t!==`cimode`&&this.services.languageUtils.toResolveHierarchy(t).forEach(t=>{t!==`cimode`&&(e.includes(t)||e.push(t))})};r?t(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(e=>t(e)),this.options.preload?.forEach?.(e=>t(e)),this.services.backendConnector.load(e,this.options.ns,e=>{!e&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),n(e)})}else n(null)}reloadResources(e,t,n){let r=Tl();return typeof e==`function`&&(n=e,e=void 0),typeof t==`function`&&(n=t,t=void 0),e||=this.languages,t||=this.options.ns,n||=_u,this.services.backendConnector.reload(e,t,e=>{r.resolve(),n(e)}),r}use(e){if(!e)throw Error(`You are passing an undefined module! Please check the object you are passing to i18next.use()`);if(!e.type)throw Error(`You are passing a wrong module! Please check the object you are passing to i18next.use()`);return e.type===`backend`&&(this.modules.backend=e),(e.type===`logger`||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type===`languageDetector`&&(this.modules.languageDetector=e),e.type===`i18nFormat`&&(this.modules.i18nFormat=e),e.type===`postProcessor`&&Xl.addPostProcessor(e),e.type===`formatter`&&(this.modules.formatter=e),e.type===`3rdParty`&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&![`cimode`,`dev`].includes(e)){for(let e=0;e<this.languages.length;e++){let t=this.languages[e];if(![`cimode`,`dev`].includes(t)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}!this.resolvedLanguage&&!this.languages.includes(e)&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,t){this.isLanguageChangingTo=e;let n=Tl();this.emit(`languageChanging`,e);let r=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},i=(i,a)=>{a?this.isLanguageChangingTo===e&&(r(a),this.translator.changeLanguage(a),this.isLanguageChangingTo=void 0,this.emit(`languageChanged`,a),this.logger.log(`languageChanged`,a)):this.isLanguageChangingTo=void 0,n.resolve((...e)=>this.t(...e)),t&&t(i,(...e)=>this.t(...e))},a=t=>{!e&&!t&&this.services.languageDetector&&(t=[]);let n=Q(t)?t:t&&t[0],a=this.store.hasLanguageSomeTranslations(n)?n:this.services.languageUtils.getBestMatchFromCodes(Q(t)?[t]:t);a&&(this.language||r(a),this.translator.language||this.translator.changeLanguage(a),this.services.languageDetector?.cacheUserLanguage?.(a)),this.loadResources(a,e=>{i(e,a)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?a(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e),n}getFixedT(e,t,n,r){let i=r?.scopeNs,a=(e,t,...r)=>{let o;o=typeof t==`object`?{...t}:this.options.overloadTranslationOptionHandler([e,t].concat(r)),o.lng=o.lng||a.lng,o.lngs=o.lngs||a.lngs;let s=o.ns!==void 0&&o.ns!==null;o.ns=o.ns||a.ns,o.keyPrefix!==``&&(o.keyPrefix=o.keyPrefix||n||a.keyPrefix);let c={...this.options,...o};Array.isArray(i)&&!s&&(c.ns=i),typeof o.keyPrefix==`function`&&(o.keyPrefix=$l(o.keyPrefix,c));let l=this.options.keySeparator||`.`,u;return o.keyPrefix&&Array.isArray(e)?u=e.map(e=>(typeof e==`function`&&(e=$l(e,c)),`${o.keyPrefix}${l}${e}`)):(typeof e==`function`&&(e=$l(e,c)),u=o.keyPrefix?`${o.keyPrefix}${l}${e}`:e),this.t(u,o)};return Q(e)?a.lng=e:a.lngs=e,a.ns=t,a.keyPrefix=n,a}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,t={}){if(!this.isInitialized)return this.logger.warn(`hasLoadedNamespace: i18next was not initialized`,this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn(`hasLoadedNamespace: i18n.languages were undefined or empty`,this.languages),!1;let n=t.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(n.toLowerCase()===`cimode`)return!0;let a=(e,t)=>{let n=this.services.backendConnector.state[`${e}|${t}`];return n===-1||n===0||n===2};if(t.precheck){let e=t.precheck(this,a);if(e!==void 0)return e}return!!(this.hasResourceBundle(n,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||a(n,e)&&(!r||a(i,e)))}loadNamespaces(e,t){let n=Tl();return this.options.ns?(Q(e)&&(e=[e]),e.forEach(e=>{this.options.ns.includes(e)||this.options.ns.push(e)}),this.loadResources(e=>{n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){let n=Tl();Q(e)&&(e=[e]);let r=this.options.preload||[],i=e.filter(e=>!r.includes(e)&&this.services.languageUtils.isSupportedCode(e));return i.length?(this.options.preload=r.concat(i),this.loadResources(e=>{n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}dir(e){if(e||=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language),!e)return`rtl`;try{let t=new Intl.Locale(e);if(t&&t.getTextInfo){let e=t.getTextInfo();if(e&&e.direction)return e.direction}}catch{}let t=`ar.shu.sqr.ssh.xaa.yhd.yud.aao.abh.abv.acm.acq.acw.acx.acy.adf.ads.aeb.aec.afb.ajp.apc.apd.arb.arq.ars.ary.arz.auz.avl.ayh.ayl.ayn.ayp.bbz.pga.he.iw.ps.pbt.pbu.pst.prp.prd.ug.ur.ydd.yds.yih.ji.yi.hbo.men.xmn.fa.jpr.peo.pes.prs.dv.sam.ckb`.split(`.`),n=this.services?.languageUtils||new nu(hu());return e.toLowerCase().indexOf(`-latn`)>1?`ltr`:t.includes(n.getLanguagePartFromCode(e))||e.toLowerCase().indexOf(`-arab`)>1?`rtl`:`ltr`}static createInstance(t={},n){let r=new e(t,n);return r.createInstance=e.createInstance,r}cloneInstance(t={},n=_u){let r=t.forkResourceStore;r&&delete t.forkResourceStore;let i={...this.options,...t,isClone:!0},a=new e(i);if((t.debug!==void 0||t.prefix!==void 0)&&(a.logger=a.logger.clone(t)),[`store`,`services`,`language`].forEach(e=>{a[e]=this[e]}),a.services={...this.services},a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},r&&(a.store=new Yl(Object.keys(this.store.data).reduce((e,t)=>(e[t]={...this.store.data[t]},e[t]=Object.keys(e[t]).reduce((n,r)=>(n[r]={...e[t][r]},n),e[t]),e),{}),i),a.services.resourceStore=a.store),t.interpolation){let e={...hu().interpolation,...this.options.interpolation,...t.interpolation},n={...i,interpolation:e};a.services.interpolator=new cu(n)}return a.translator=new tu(a.services,i),a.translator.on(`*`,(e,...t)=>{a.emit(e,...t)}),a.init(i,n),a.translator.options=i,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}.createInstance();$.createInstance,$.dir,$.init,$.loadResources,$.reloadResources,$.use,$.changeLanguage,$.getFixedT,$.t,$.exists,$.setDefaultNamespace,$.hasLoadedNamespace,$.loadNamespaces,$.loadLanguages;var yu={"common.language.auto":`Auto`,"common.language.select":`Select language`,"common.theme.auto":`Auto`,"common.theme.dark":`Dark`,"common.theme.light":`Light`,"common.theme.select":`Select theme`,"common.yes":`Yes`,"common.dismiss":`Dismiss`,"common.otp.label":`Verification code`,"common.otp.digit":`{{label}}, digit {{position}} of {{total}}`,"common.password.show":`Show password`,"common.password.hide":`Hide password`,"common.no":`No`,"common.none":`None`,"common.or":`or`,"authorizationContext.label":`Authorization request`,"authorizationContext.title":`Continue to {{app}}`,"authorizationContext.redirect":`Returns to {{origin}}`,"authorizationContext.permissions":`Requested access`,"authorizationContext.noScopes":`No additional profile access requested.`,"login.email.label":`Email address`,"login.email.placeholder":`hello@example.com`,"login.error.failed":`Login failed. Please check your email and password.`,"login.password.label":`Password`,"login.password.placeholder":`Enter your password`,"login.submit":`Log in`,"login.submitting":`Logging in...`,"login.title":`Welcome back!`,"login.link.register":`Sign up`,"login.link.forgotPassword":`Forgot password?`,"login.selectMethod.subtitle":``,"login.method.password":`Email`,"login.method.passkey":`Passkey`,"login.passkey.error.unsupported":`Passkeys are not available in this browser or app. Try a supported browser or sign in with email.`,"login.passkey.error.failed":`Passkey sign in could not be completed. In-app browsers may block passkeys. Try again or sign in with email.`,"login.password.backToMethods":`Other sign in options`,"login.footer.noAccount":`Don't have an account?`,"profile.email.label":`Email`,"profile.id.label":`User ID`,"profile.logout":`Log out`,"profile.title":`My Profile`,"profile.account.title":`Account Information`,"profile.account.description":`Your basic account details`,"profile.security.title":`Security`,"profile.security.description":`Manage your security settings`,"admin.eyebrow":`Admin`,"admin.dashboardTitle":`Admin dashboard`,"admin.dashboardDescription":`Manage Issuary users and clients from one place.`,"admin.readonlyNotice":`Config-managed users and clients are read-only.`,"admin.accessRequired":`Admin access required`,"admin.accessRequiredDescription":`Your account does not have permission to access the admin console.`,"admin.nav.dashboard":`Dashboard`,"admin.nav.users":`Users`,"admin.signedInAs":`Signed in as`,"admin.commandPlaceholder":`Search users, clients, policies...`,"admin.environment":`Live`,"admin.metrics.totalUsers":`Total users`,"admin.metrics.admins":`Admins`,"admin.metrics.configUsers":`Config users`,"admin.metrics.databaseUsers":`Database users`,"admin.policy.title":`Policy`,"admin.policy.heading":`Guardrails are active`,"admin.policy.configReadonly":`Config read-only`,"admin.backToDashboard":`Back to dashboard`,"admin.users.title":`Users`,"admin.users.description":`Manage database-backed users and review config-managed users.`,"admin.users.directory":`User directory`,"admin.users.searchPlaceholder":`Search users by email or ID`,"admin.users.create":`Create user`,"admin.users.role":`Role`,"admin.users.source":`Source`,"admin.users.emailVerified":`Email verified`,"admin.users.secondFactor":`2FA`,"admin.users.status":`Status`,"admin.users.active":`Active`,"admin.users.deleted":`Deleted`,"admin.users.total":`{{count}} users`,"admin.users.open":`Open users`,"register.email.label":`Email address`,"register.email.placeholder":`hello@example.com`,"register.error.emailExists":`Email already exists`,"register.error.emailNotAllowed":`This email address is not allowed for registration.`,"register.error.registrationDisabled":`Registration is currently disabled.`,"register.link.login":`Sign in`,"register.footer.haveAccount":`Already have an account?`,"register.password.label":`Password`,"register.password.hint":`Use at least {{count}} characters.`,"register.password.placeholder":`Enter your password`,"register.submit":`Create account`,"register.submitting":`Creating account...`,"register.subtitle":`Create a new account to get started`,"register.title":`Create account`,"validation.email.required":`Please enter your email address`,"validation.email.invalid":`Invalid email format`,"validation.password.max":`Password must be at most {{count}} characters`,"validation.password.min":`Password must be at least {{count}} characters`,"validation.password.required":`Please enter your password`,"validation.password.strength.label":`Password strength`,"validation.password.strength.weak":`Weak`,"validation.password.strength.fair":`Fair`,"validation.password.strength.good":`Good`,"validation.password.strength.strong":`Strong`,"validation.token.required":`Please enter verification token`,"validation.confirmPassword.required":`Please confirm your password`,"validation.confirmPassword.mismatch":`Passwords do not match`,"validation.confirmText.mismatch":`The confirmation text does not match`,"validation.terms.required":`Please agree to the required terms`,"register.success.subtitle":`We sent you a verification email`,"register.success.description":`Please check your email at {{email}} to verify your account.`,"verifyEmail.title":`Email Verification`,"verifyEmail.subtitle":`Enter your verification token below`,"verifyEmail.token.label":`Verification token`,"verifyEmail.token.placeholder":`Enter the token from your email`,"verifyEmail.submit":`Verify`,"verifyEmail.submitting":`Verifying...`,"verifyEmail.resend":`Resend verification email`,"verifyEmail.resending":`Resending...`,"verifyEmail.success.title":`Verification complete!`,"verifyEmail.success.subtitle":`Your email has been successfully verified`,"verifyEmail.success.description":`You can now access all features.`,"verifyEmail.success.goToProfile":`Go to profile`,"verifyEmail.error.invalidToken":`Invalid or expired token`,"verifyEmail.resendSuccess":`Verification email has been resent`,"forgotPassword.title":`Forgot Password`,"forgotPassword.subtitle":`Enter your email to receive a password reset link`,"forgotPassword.email.label":`Email address`,"forgotPassword.email.placeholder":`hello@example.com`,"forgotPassword.submit":`Send reset link`,"forgotPassword.submitting":`Sending...`,"forgotPassword.backToLogin":`Back to login`,"forgotPassword.footer.rememberedPassword":`Remembered your password?`,"forgotPassword.success.title":`Email sent!`,"forgotPassword.success.subtitle":`Check your inbox`,"forgotPassword.success.description":`If an account exists for {{email}}, you will receive a password reset link.`,"forgotPassword.success.checkSpam":`If you don't see the email, please check your spam folder.`,"forgotPassword.error.notEditable":`This account cannot be modified`,"resetPassword.title":`Reset Password`,"resetPassword.subtitle":`Enter your new password below`,"resetPassword.token.label":`Reset token`,"resetPassword.token.placeholder":`Enter the token from your email`,"resetPassword.password.label":`New password`,"resetPassword.password.placeholder":`Enter your new password`,"resetPassword.confirmPassword.label":`Confirm new password`,"resetPassword.confirmPassword.placeholder":`Confirm your new password`,"resetPassword.submit":`Reset password`,"resetPassword.submitting":`Resetting...`,"resetPassword.backToLogin":`Back to login`,"resetPassword.success.title":`Password reset!`,"resetPassword.success.subtitle":`Your password has been successfully changed`,"resetPassword.success.description":`You can now log in with your new password.`,"resetPassword.success.goToLogin":`Go to login`,"resetPassword.error.invalidToken":`Invalid or expired token`,"resetPassword.error.notEditable":`This account cannot be modified`,"consent.title":`Authorization Request`,"consent.subtitle":`{{app}} is requesting access to your account`,"consent.loggedInAs":`Logged in as`,"consent.permissions.title":`This application will be able to:`,"consent.allow":`Allow`,"consent.deny":`Deny`,"consent.error.title":`Error`,"consent.error.message":`Unable to load authorization details. The client may be invalid.`,"consent.error.back":`Go back`,"consent.scope.openid":`Access your unique user identifier`,"consent.scope.profile":`Access your profile information`,"consent.scope.email":`Access your email address`,"consent.scope.address":`Access your address information`,"consent.scope.phone":`Access your phone number`,"consent.scope.offline_access":`Maintain access when you are not present`,"accountSelect.title":`Choose an account`,"accountSelect.subtitle":`Choose an account to continue to this application`,"accountSelect.unavailable":`Account selection is unavailable`,"accountSelect.noRememberedAccounts":`No remembered accounts are available in this browser session.`,"accountSelect.currentAccount":`Current account`,"accountSelect.rememberedAccount":`Remembered account`,"accountSelect.current":`Current`,"accountSelect.removeAccount":`Remove {{email}}`,"accountSelect.useAnotherAccount":`Use another account`,"oauth.error.failed":`OAuth login failed. Please try again.`,"oauth.error.accessDenied":`The authorization request was denied.`,"oauth.error.temporarilyUnavailable":`The service is temporarily unavailable. Please try again later.`,"oauth.error.serverError":`An error occurred on the authentication server. Please try again later.`,"oauth.error.registrationEmailNotAllowed":`This email address is not allowed for registration.`,"profile.linkedAccounts.title":`Linked Accounts`,"profile.linkedAccounts.description":`Connect your account with third-party services`,"profile.linkedAccounts.link":`Link`,"profile.linkedAccounts.unlink":`Unlink`,"profile.linkedAccounts.unlinking":`Unlinking...`,"profile.linkedAccounts.unlinkError":`Cannot unlink. You need at least one way to log in.`,"profile.linkedAccounts.unlinkModal.title":`Unlink Account`,"profile.linkedAccounts.unlinkModal.description":`You are about to unlink {{provider}} from your account.`,"profile.linkedAccounts.unlinkModal.warning":`You will no longer be able to log in using {{provider}}. Make sure you have another way to access your account.`,"profile.linkedAccounts.unlinkModal.cancel":`Cancel`,"profile.linkedAccounts.connected":`Connected`,"profile.linkedAccounts.notConnected":`Not connected`,"error.subtitle":`Something went wrong`,"error.defaultMessage":`An unexpected error occurred. Please try again later.`,"error.codeLabel":`Error Code`,"error.goToLogin":`Go to login`,"error.goBack":`Go back`,"error.footer.needHelp":`Need help?`,"error.footer.contactSupport":`Contact support`,"error.sessionExpired":`Your session has expired. Please log in again.`,"error.retry":`Retry`,"profile.password.title":`Password`,"profile.password.status.set":`Password is set`,"profile.password.status.notSet":`No password set`,"profile.password.set":`Set Password`,"profile.password.change":`Change Password`,"profile.password.remove":`Remove Password`,"profile.password.setModal.title":`Set Password`,"profile.password.setModal.description":`Set a password to enable email and password login.`,"profile.password.setModal.newPassword":`New Password`,"profile.password.setModal.newPasswordPlaceholder":`Enter new password`,"profile.password.setModal.confirmPassword":`Confirm Password`,"profile.password.setModal.confirmPasswordPlaceholder":`Confirm new password`,"profile.password.setModal.submit":`Set Password`,"profile.password.setModal.submitting":`Setting...`,"profile.password.setModal.cancel":`Cancel`,"profile.password.setModal.error":`Failed to set password`,"profile.password.changeModal.title":`Change Password`,"profile.password.changeModal.description":`Verify your current password and set a new one.`,"profile.password.changeModal.currentPassword":`Current Password`,"profile.password.changeModal.currentPasswordPlaceholder":`Enter current password`,"profile.password.changeModal.newPassword":`New Password`,"profile.password.changeModal.newPasswordPlaceholder":`Enter new password`,"profile.password.changeModal.confirmPassword":`Confirm Password`,"profile.password.changeModal.confirmPasswordPlaceholder":`Confirm new password`,"profile.password.changeModal.submit":`Change Password`,"profile.password.changeModal.submitting":`Changing...`,"profile.password.changeModal.cancel":`Cancel`,"profile.password.changeModal.error":`Failed to change password`,"profile.password.changeModal.invalidCurrent":`Current password is incorrect`,"profile.password.removeModal.title":`Remove Password`,"profile.password.removeModal.description":`Removing your password will disable email and password login. You will only be able to log in with linked OAuth accounts.`,"profile.password.removeModal.currentPassword":`Current Password`,"profile.password.removeModal.currentPasswordPlaceholder":`Enter current password`,"profile.password.removeModal.submit":`Remove Password`,"profile.password.removeModal.submitting":`Removing...`,"profile.password.removeModal.cancel":`Cancel`,"profile.password.removeModal.error":`Failed to remove password`,"profile.password.removeModal.invalidCurrent":`Current password is incorrect`,"profile.password.removeModal.noOAuth":`You must have at least one OAuth account linked`,"profile.password.removeModal.noOAuthWith2FA":`Cannot remove password when 2FA is set up. Add an OAuth account first, or disable 2FA before removing password.`,"profile.password.removeDisabledReason":`Cannot remove password when 2FA is set up. Add an OAuth account first.`,"profile.password.configManaged":`This account is managed by configuration and the password cannot be changed`,"profile.totp.title":`Two-Factor Authentication`,"profile.totp.status.enabled":`Two-factor authentication is enabled`,"profile.totp.status.recoveryCodesMissing":`Recovery codes need to be regenerated`,"profile.totp.status.disabled":`Two-factor authentication is not enabled`,"profile.totp.enable":`Enable`,"profile.totp.disable":`Disable`,"profile.totp.regenerate":`Regenerate codes`,"profile.totp.recoveryCodesMissing":`Your existing recovery codes are no longer valid. Generate a new set now and store them safely.`,"profile.totp.setupModal.title":`Set Up Two-Factor Authentication`,"profile.totp.setupModal.requiredDescription":`You must set up two-factor authentication (TOTP) or passkey to continue.`,"profile.totp.setupModal.setupError":`Failed to start setup. Please try again.`,"profile.totp.setupModal.retry":`Retry`,"profile.totp.setupModal.cancel":`Cancel`,"profile.totp.setupModal.switchToPasskey":`Use Passkey Instead`,"profile.totp.disableModal.title":`Disable Two-Factor Authentication`,"profile.totp.disableModal.description":`Enter your current authentication code to disable two-factor authentication.`,"profile.totp.disableModal.warning":`Disabling two-factor authentication will make your account less secure.`,"profile.totp.disableModal.codeLabel":`Authentication Code`,"profile.totp.disableModal.cancel":`Cancel`,"profile.totp.disableModal.disable":`Disable`,"profile.totp.disableModal.disabling":`Disabling...`,"profile.totp.disableModal.error":`Invalid code. Please try again.`,"profile.totp.disableModal.cannotRemoveLastSecondFactor":`Cannot disable TOTP. At least one two-factor authentication method (TOTP or Passkey) is required.`,"profile.totp.regenerateModal.title":`Regenerate Recovery Codes`,"profile.totp.regenerateModal.description":`Enter your current authentication code to replace all existing recovery codes.`,"profile.totp.regenerateModal.submit":`Generate Recovery Codes`,"profile.totp.regenerateModal.submitting":`Generating...`,"profile.totp.regenerateModal.error":`Invalid code. Please try again.`,"profile.totp.regenerateModal.unexpectedError":`Unable to regenerate recovery codes right now. Please try again.`,"profile.totp.regenerateModal.recoveryTitle":`New Recovery Codes`,"profile.totp.regenerateModal.recoveryDescription":`These codes are shown once. Store them somewhere safe before closing this dialog.`,"validation.totp.length":`Code must be 6 digits`,"validation.totp.digits":`Code must contain only digits`,"validation.passkey.name.max":`Passkey name must be at most 100 characters`,"validation.passkey.name.required":`Passkey name is required`,"profile.passkey.title":`Passkeys`,"profile.passkey.status.enabled":`{{count}} passkey(s) registered`,"profile.passkey.status.disabled":`No passkeys registered`,"profile.passkey.add":`Add Passkey`,"profile.passkey.manage":`Manage`,"profile.passkey.setupModal.title":`Add Passkey`,"profile.passkey.setupModal.requiredDescription":`You must set up passkey or two-factor authentication (TOTP) to continue.`,"profile.passkey.setupModal.description":`A passkey lets you sign in securely using your fingerprint, face, or screen lock.`,"profile.passkey.setupModal.nameLabel":`Passkey Name (Optional)`,"profile.passkey.setupModal.namePlaceholder":`e.g., MacBook Pro, iPhone`,"profile.passkey.setupModal.nameHint":`Give your passkey a name to identify it later`,"profile.passkey.setupModal.continue":`Continue`,"profile.passkey.setupModal.cancel":`Cancel`,"profile.passkey.setupModal.switchToTotp":`Use TOTP Instead`,"profile.passkey.setupModal.waitingForDevice":`Follow the prompts from your browser or device...`,"profile.passkey.setupModal.error":`Failed to register passkey. Please try again.`,"profile.passkey.setupModal.cancelled":`Passkey registration was cancelled.`,"profile.passkey.manageModal.title":`Manage Passkeys`,"profile.passkey.manageModal.noPasskeys":`You don't have any passkeys registered yet.`,"profile.passkey.manageModal.close":`Close`,"profile.passkey.manageModal.addNew":`Add New Passkey`,"profile.passkey.manageModal.unnamedPasskey":`Unnamed Passkey`,"profile.passkey.manageModal.createdAt":`Added {{date}}`,"profile.passkey.manageModal.backedUp":`Synced`,"profile.passkey.manageModal.rename":`Rename`,"profile.passkey.manageModal.delete":`Delete`,"profile.passkey.manageModal.deleteConfirmInline":`Delete this passkey?`,"profile.passkey.manageModal.deleteError":`Cannot delete passkey. You need at least one way to log in.`,"profile.passkey.manageModal.cannotRemoveLastSecondFactor":`Cannot delete passkey. At least one two-factor authentication method (TOTP or Passkey) is required.`,"profile.passkey.manageModal.nameLabel":`Passkey name`,"profile.passkey.manageModal.namePlaceholder":`Enter passkey name`,"profile.passkey.manageModal.cancelEdit":`Cancel`,"profile.passkey.manageModal.save":`Save`,"profile.passkey.manageModal.saving":`Saving...`,"profile.passkey.manageModal.renameError":`Failed to rename passkey. Please try again.`,"profile.dangerZone.title":`Danger Zone`,"profile.dangerZone.description":`Irreversible actions like deleting your account`,"profile.deleteAccount.title":`Delete Account`,"profile.deleteAccount.description":`Permanently delete your account`,"profile.deleteAccount.button":`Delete Account`,"profile.deleteAccount.modal.title":`Are you sure you want to delete your account?`,"profile.deleteAccount.modal.description":`This action cannot be undone. All your data will be permanently deleted after {{days}} days.`,"profile.deleteAccount.modal.warning":`You will not be able to sign up again with this email after deletion.`,"profile.deleteAccount.modal.confirmLabel":`Type "delete" to confirm`,"profile.deleteAccount.modal.confirmPlaceholder":`delete`,"profile.deleteAccount.modal.confirm":`Delete Account`,"profile.deleteAccount.modal.confirming":`Deleting...`,"profile.deleteAccount.modal.cancel":`Cancel`,"profile.deleteAccount.configManaged":`This account is managed by configuration and cannot be deleted`,"profile.deleteAccount.error":`Failed to delete account`,"verifyTotp.title":`Two-Factor Authentication`,"verifyTotp.subtitle":`Enter the code from your authenticator app`,"verifyTotp.submit":`Verify`,"verifyTotp.submitting":`Verifying...`,"verifyTotp.error.invalid":`Invalid code. Please try again.`,"verifyTotp.error.expired":`Session expired. Please log in again.`,"verifyTotp.redirecting":`Redirecting to login in {{seconds}} seconds...`,"verifyTotp.redirectNow":`Go to login now`,"verifyTotp.backToLogin":`Back to login`,"verifyTotp.useRecoveryCode":`Use a recovery code`,"verifyRecovery.title":`Recovery Code`,"verifyRecovery.subtitle":`Enter one of your recovery codes`,"verifyRecovery.placeholder":`XXXX-XXXX-XXXX-XXXX`,"verifyRecovery.submit":`Verify`,"verifyRecovery.submitting":`Verifying...`,"verifyRecovery.error.invalid":`Invalid recovery code. Please try again.`,"verifyRecovery.error.noCodesAvailable":`No recovery codes available. All codes have been used.`,"verifyRecovery.error.expired":`Session expired. Please log in again.`,"verifyRecovery.backToTotp":`Use authenticator app instead`,"verifyRecovery.backToLogin":`Back to login`,"verifyRecovery.redirecting":`Redirecting to login in {{seconds}} seconds...`,"verifyRecovery.redirectNow":`Go to login now`,"setupTotp.title":`Set Up Two-Factor Authentication`,"setupTotp.subtitle":`Add an extra layer of security to your account`,"setupTotp.stepProgress":`Step {{current}} of {{total}}`,"setupTotp.steps.scan":`Scan`,"setupTotp.steps.verify":`Verify`,"setupTotp.steps.saveCodes":`Save codes`,"setupTotp.required":`Two-factor authentication is required to continue`,"setupTotp.qrDescription":`Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)`,"setupTotp.manualEntry":`Can't scan? Enter this code manually`,"setupTotp.next":`Next`,"setupTotp.back":`Back`,"setupTotp.verify":`Verify`,"setupTotp.verifying":`Verifying...`,"setupTotp.verifyTitle":`Verify Authentication Code`,"setupTotp.verifySubtitle":`Enter the 6-digit code from your authenticator app`,"setupTotp.error.invalid":`Invalid code. Please try again.`,"setupTotp.error.setupFailed":`Failed to start setup. Please try again.`,"setupTotp.error.expired":`Session expired. Please log in again.`,"setupTotp.error.alreadyEnabled":`Two-factor authentication is already enabled.`,"setupTotp.redirecting":`Redirecting to login in {{seconds}} seconds...`,"setupTotp.redirectNow":`Go to login now`,"setupTotp.goToProfile":`Go to profile`,"setupTotp.retry":`Retry`,"setupTotp.backToLogin":`Back to login`,"setupTotp.recoveryCodes.title":`Save Your Recovery Codes`,"setupTotp.recoveryCodes.description":`If you lose access to your authenticator app, you can use these one-time recovery codes to sign in. Each code can only be used once.`,"setupTotp.recoveryCodes.warning":`Store these codes in a safe place. You will not be able to see them again.`,"setupTotp.recoveryCodes.copy":`Copy all codes`,"setupTotp.recoveryCodes.copied":`Copied!`,"setupTotp.recoveryCodes.confirmCheckbox":`I have saved these recovery codes in a safe place`,"setupTotp.recoveryCodes.confirm":`Complete setup`,"verifyPasskey.title":`Passkey Verification`,"verifyPasskey.subtitle":`Use your passkey to complete sign in`,"verifyPasskey.waiting":`Follow the prompts from your browser or device...`,"verifyPasskey.retry":`Try again`,"verifyPasskey.error.expired":`Session expired. Please log in again.`,"verifyPasskey.error.userMismatch":`This passkey belongs to a different account.`,"verifyPasskey.error.unsupported":`Passkeys are not available in this browser or app.`,"verifyPasskey.error.notAllowed":`Passkey verification could not be completed. In-app browsers may block passkeys.`,"verifyPasskey.error.failed":`Passkey verification failed. Please try again.`,"verifyPasskey.useTotp":`Use authenticator app`,"verifyPasskey.backToLogin":`Back to login`,"verify2fa.title":`Two-Factor Authentication`,"verify2fa.subtitle":`Choose a verification method`,"verify2fa.totp.title":`Authenticator App`,"verify2fa.totp.description":`Use a 6-digit code from your app`,"verify2fa.passkey.title":`Passkey`,"verify2fa.passkey.description":`Use fingerprint, face, or security key`,"verify2fa.backToLogin":`Back to login`,"setup2fa.title":`Set Up Two-Factor Authentication`,"setup2fa.subtitle":`Choose your preferred 2FA method`,"setup2fa.required":`Two-factor authentication is required to continue`,"setup2fa.totp.title":`Authenticator App`,"setup2fa.totp.description":`Use Google Authenticator, Authy, etc.`,"setup2fa.passkey.title":`Passkey`,"setup2fa.passkey.description":`Use fingerprint, face, or security key`,"setup2fa.backToLogin":`Back to login`,"setupPasskey.title":`Set Up Passkey`,"setupPasskey.subtitle":`Register a passkey for secure authentication`,"setupPasskey.required":`Two-factor authentication is required to continue`,"setupPasskey.description":`A passkey lets you sign in securely using your fingerprint, face, or screen lock.`,"setupPasskey.name.label":`Passkey Name (Optional)`,"setupPasskey.name.placeholder":`e.g., MacBook Pro, iPhone`,"setupPasskey.name.hint":`Give your passkey a name to identify it later`,"setupPasskey.continue":`Continue`,"setupPasskey.registering":`Registering...`,"setupPasskey.waiting":`Follow the prompts from your browser or device...`,"setupPasskey.retry":`Try again`,"setupPasskey.error.failed":`Failed to register passkey. Please try again.`,"setupPasskey.error.cancelled":`Passkey registration was cancelled.`,"setupPasskey.error.unsupported":`Passkeys are not available in this browser or app.`,"setupPasskey.error.notAllowed":`Passkey registration could not be completed. In-app browsers may block passkeys.`,"setupPasskey.error.expired":`Session expired. Please log in again.`,"setupPasskey.useTotp":`Set up authenticator app`,"setupPasskey.backToLogin":`Back to login`,"terms.title":`Terms of Service`,"terms.required":`Required`,"terms.optional":`Optional`,"terms.agreeAll":`Agree to all`,"terms.agreeAllOptionalIncluded":`(including optional)`,"terms.versionUpdated":`Terms have been updated. Please agree to the new version.`,"terms.submit":`Agree and Continue`,"terms.error.title":`Error`,"terms.error.message":`Unable to load terms information.`,"terms.error.back":`Go back`,"terms.error.submitFailed":`Failed to submit consent. Please try again.`,"terms.additionalOptionalConsent":`Additional optional consent`,"terms.view":`View`,"terms.viewSpecific":`View {{title}}`,"admin.users.includeDeleted":`Include deleted`,"admin.users.search":`Search`,"admin.users.actions":`Actions`,"admin.users.edit":`Edit`,"admin.users.delete":`Delete`,"admin.users.editUser":`Edit {{email}}`,"admin.users.deleteUser":`Delete {{email}}`,"admin.users.readonly":`Read-only`,"admin.users.password":`Password`,"admin.users.editTitle":`Edit user`,"admin.users.createSubmit":`Create`,"admin.users.save":`Save changes`,"admin.users.cancel":`Cancel`,"admin.users.deleteTitle":`Delete {{email}}?`,"admin.users.deleteDescription":`This soft-deletes the database-managed user and prevents future logins.`,"admin.users.deleteConfirm":`Delete user`,"admin.users.previous":`Previous`,"admin.users.next":`Next`,"admin.users.page":`Page {{page}}`,"admin.users.filter.all":`All`,"admin.users.filter.database":`Database`,"admin.users.filter.config":`Config`,"admin.users.filter.admins":`Admins`,"admin.users.clearFilters":`Clear filters`,"admin.users.pageSize":`Rows`,"admin.users.showingRange":`Showing {{from}}โ€“{{to}} of {{total}}`,"admin.users.emptyFiltered":`No users match the current filters.`,"admin.users.createdNotice":`Created {{email}}.`,"admin.users.updatedNotice":`Updated {{email}}.`,"admin.users.deletedNotice":`Deleted {{email}}.`,"admin.users.operationFailed":`Operation failed. Check the values and try again.`,"admin.users.createHint":`Create a database-managed user. Config users stay read-only.`,"admin.users.editHint":`Update account metadata for a database-managed user.`,"admin.users.deleteWarning":`This is a destructive admin action.`,"common.on":`On`,"admin.nav.open":`Open admin navigation`,"admin.nav.close":`Close admin navigation`,"admin.breadcrumbLabel":`Admin breadcrumb`,"admin.console":`Admin Console`,"admin.livePolicy":`Live policy`,"admin.roleBadge":`role: {{role}}`,"admin.metrics.totalUsersHint":`Managed identities`,"admin.metrics.adminsHint":`Privileged accounts`,"admin.metrics.databaseUsersHint":`Mutable records`,"admin.identityGraph":`Identity graph`,"admin.policy.description":`Config sources are protected from accidental mutation.`,"admin.users.verifiedLabel":`verified:`,"admin.users.directoryEyebrow":`Directory`,"admin.users.queryChip":`query: {{query}}`,"admin.users.currentPage":`current page`,"admin.disabled":`Admin console disabled`,"admin.disabledDescription":`The admin console is disabled for this deployment.`,"admin.users.secondFactorTotp":`TOTP`,"admin.users.secondFactorPasskey":`{{count}} passkey`,"admin.users.roleUser":`User`,"admin.users.roleAdmin":`Admin`,"admin.users.secondFactorPasskeys":`{{count}} passkeys`,"common.close":`Close`,"admin.mobileTitle":`Issuary Admin`,"admin.users.sourceDatabase":`Database`,"admin.users.sourceConfig":`Config`,"admin.users.activeOnPage":`Active on this page`,"admin.users.configOnPage":`Config on this page`,"admin.users.databaseOnPage":`Database on this page`},bu={"common.language.auto":`่‡ชๅ‹•`,"common.language.select":`่จ€่ชžใ‚’้ธๆŠž`,"common.theme.auto":`่‡ชๅ‹•`,"common.theme.dark":`ใƒ€ใƒผใ‚ฏ`,"common.theme.light":`ใƒฉใ‚คใƒˆ`,"common.theme.select":`ใƒ†ใƒผใƒžใ‚’้ธๆŠž`,"common.yes":`ใฏใ„`,"common.dismiss":`้–‰ใ˜ใ‚‹`,"common.otp.label":`่ช่จผใ‚ณใƒผใƒ‰`,"common.otp.digit":`{{label}}ใ€{{total}}ๆกไธญ{{position}}ๆก็›ฎ`,"common.password.show":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’่กจ็คบ`,"common.password.hide":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’้ž่กจ็คบ`,"common.no":`ใ„ใ„ใˆ`,"common.none":`ใชใ—`,"common.or":`ใพใŸใฏ`,"authorizationContext.label":`่ชๅฏใƒชใ‚ฏใ‚จใ‚นใƒˆ`,"authorizationContext.title":`{{app}}ใซ็ถš่กŒ`,"authorizationContext.redirect":`{{origin}}ใซๆˆปใ‚Šใพใ™`,"authorizationContext.permissions":`่ฆๆฑ‚ใ•ใ‚ŒใŸใ‚ขใ‚ฏใ‚ปใ‚น`,"authorizationContext.noScopes":`่ฟฝๅŠ ใฎใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใ‚ขใ‚ฏใ‚ปใ‚นใฏ่ฆๆฑ‚ใ•ใ‚Œใฆใ„ใพใ›ใ‚“ใ€‚`,"login.email.label":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚น`,"login.email.placeholder":`hello@example.com`,"login.error.failed":`ใƒญใ‚ฐใ‚คใƒณใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใจใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„ใ€‚`,"login.password.label":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"login.password.placeholder":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"login.submit":`ใƒญใ‚ฐใ‚คใƒณ`,"login.submitting":`ใƒญใ‚ฐใ‚คใƒณไธญ...`,"login.title":`ใŠใ‹ใˆใ‚Šใชใ•ใ„`,"login.link.register":`ๆ–ฐ่ฆ็™ป้Œฒ`,"login.link.forgotPassword":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ใŠๅฟ˜ใ‚Œใงใ™ใ‹๏ผŸ`,"login.selectMethod.subtitle":``,"login.method.password":`ใƒกใƒผใƒซ`,"login.method.passkey":`ใƒ‘ใ‚นใ‚ญใƒผ`,"login.passkey.error.unsupported":`ใ“ใฎใƒ–ใƒฉใ‚ฆใ‚ถใพใŸใฏใ‚ขใƒ—ใƒชใงใฏใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จใงใใพใ›ใ‚“ใ€‚ๅฏพๅฟœใƒ–ใƒฉใ‚ฆใ‚ถใ‚’ไฝฟ็”จใ™ใ‚‹ใ‹ใ€ใƒกใƒผใƒซใงใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"login.passkey.error.failed":`ใƒ‘ใ‚นใ‚ญใƒผใงใฎใƒญใ‚ฐใ‚คใƒณใ‚’ๅฎŒไบ†ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚ขใƒ—ใƒชๅ†…ใƒ–ใƒฉใ‚ฆใ‚ถใงใฏใƒ‘ใ‚นใ‚ญใƒผใŒใƒ–ใƒญใƒƒใ‚ฏใ•ใ‚Œใ‚‹ใ“ใจใŒใ‚ใ‚Šใพใ™ใ€‚ๅ†่ฉฆ่กŒใ™ใ‚‹ใ‹ใ€ใƒกใƒผใƒซใงใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"login.password.backToMethods":`ไป–ใฎๆ–นๆณ•ใงใƒญใ‚ฐใ‚คใƒณ`,"login.footer.noAccount":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใŠๆŒใกใงใชใ„ใงใ™ใ‹๏ผŸ`,"profile.email.label":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚น`,"profile.id.label":`ใƒฆใƒผใ‚ถใƒผID`,"profile.logout":`ใƒญใ‚ฐใ‚ขใ‚ฆใƒˆ`,"profile.title":`ใƒžใ‚คใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซ`,"profile.account.title":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆๆƒ…ๅ ฑ`,"profile.account.description":`ๅŸบๆœฌใ‚ขใ‚ซใ‚ฆใƒณใƒˆๆƒ…ๅ ฑ`,"profile.security.title":`ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ`,"profile.security.description":`ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่จญๅฎšใ‚’็ฎก็†`,"admin.eyebrow":`็ฎก็†่€…`,"admin.dashboardTitle":`็ฎก็†่€…ใƒ€ใƒƒใ‚ทใƒฅใƒœใƒผใƒ‰`,"admin.dashboardDescription":`Issuary ใฎใƒฆใƒผใ‚ถใƒผใจใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใ‚’ไธ€ๅ…ƒ็ฎก็†ใ—ใพใ™ใ€‚`,"admin.readonlyNotice":`configใงๅฎฃ่จ€ใ•ใ‚ŒใŸใƒฆใƒผใ‚ถใƒผใจใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใฏ่ชญใฟๅ–ใ‚Šๅฐ‚็”จใงใ™ใ€‚`,"admin.accessRequired":`็ฎก็†่€…ๆจฉ้™ใŒๅฟ…่ฆใงใ™`,"admin.accessRequiredDescription":`ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใซใฏ็ฎก็†่€…ใ‚ณใƒณใ‚ฝใƒผใƒซใธใฎใ‚ขใ‚ฏใ‚ปใ‚นๆจฉใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚`,"admin.nav.dashboard":`ใƒ€ใƒƒใ‚ทใƒฅใƒœใƒผใƒ‰`,"admin.nav.users":`ใƒฆใƒผใ‚ถใƒผ`,"admin.signedInAs":`ใƒญใ‚ฐใ‚คใƒณไธญ`,"admin.commandPlaceholder":`ใƒฆใƒผใ‚ถใƒผใ€ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใ€ใƒใƒชใ‚ทใƒผใ‚’ๆคœ็ดข...`,"admin.environment":`ใƒฉใ‚คใƒ–`,"admin.metrics.totalUsers":`็ทใƒฆใƒผใ‚ถใƒผๆ•ฐ`,"admin.metrics.admins":`็ฎก็†่€…`,"admin.metrics.configUsers":`Configใƒฆใƒผใ‚ถใƒผ`,"admin.metrics.databaseUsers":`DBใƒฆใƒผใ‚ถใƒผ`,"admin.policy.title":`ใƒใƒชใ‚ทใƒผ`,"admin.policy.heading":`ใ‚ฌใƒผใƒ‰ใƒฌใƒผใƒซๆœ‰ๅŠน`,"admin.policy.configReadonly":`Config่ชญใฟๅ–ใ‚Šๅฐ‚็”จ`,"admin.backToDashboard":`ใƒ€ใƒƒใ‚ทใƒฅใƒœใƒผใƒ‰ใธๆˆปใ‚‹`,"admin.users.title":`ใƒฆใƒผใ‚ถใƒผ`,"admin.users.description":`ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ฎก็†ใƒฆใƒผใ‚ถใƒผใ‚’็ฎก็†ใ—ใ€config็ฎก็†ใƒฆใƒผใ‚ถใƒผใ‚’็ขบ่ชใ—ใพใ™ใ€‚`,"admin.users.directory":`ใƒฆใƒผใ‚ถใƒผใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒช`,"admin.users.searchPlaceholder":`ใƒกใƒผใƒซใพใŸใฏIDใงใƒฆใƒผใ‚ถใƒผๆคœ็ดข`,"admin.users.create":`ใƒฆใƒผใ‚ถใƒผใ‚’ไฝœๆˆ`,"admin.users.role":`ใƒญใƒผใƒซ`,"admin.users.source":`ใ‚ฝใƒผใ‚น`,"admin.users.emailVerified":`ใƒกใƒผใƒซ่ช่จผ`,"admin.users.secondFactor":`2FA`,"admin.users.status":`ใ‚นใƒ†ใƒผใ‚ฟใ‚น`,"admin.users.active":`ๆœ‰ๅŠน`,"admin.users.deleted":`ๅ‰Š้™คๆธˆใฟ`,"admin.users.total":`{{count}} ใƒฆใƒผใ‚ถใƒผ`,"admin.users.open":`ใƒฆใƒผใ‚ถใƒผใ‚’้–‹ใ`,"register.email.label":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚น`,"register.email.placeholder":`hello@example.com`,"register.error.emailExists":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใฏใ™ใงใซๅญ˜ๅœจใ—ใพใ™`,"register.error.emailNotAllowed":`ใ“ใฎใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใงใฎ็™ป้Œฒใฏ่จฑๅฏใ•ใ‚Œใฆใ„ใพใ›ใ‚“ใ€‚`,"register.error.registrationDisabled":`็พๅœจใ€็™ป้Œฒใฏ็„กๅŠนใซใชใฃใฆใ„ใพใ™ใ€‚`,"register.link.login":`ใƒญใ‚ฐใ‚คใƒณ`,"register.footer.haveAccount":`ใ™ใงใซใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ใŠๆŒใกใงใ™ใ‹๏ผŸ`,"register.password.label":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"register.password.hint":`{{count}}ๆ–‡ๅญ—ไปฅไธŠใงๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„ใ€‚`,"register.password.placeholder":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"register.submit":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆไฝœๆˆ`,"register.submitting":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆไฝœๆˆไธญ...`,"register.subtitle":`ๆ–ฐใ—ใ„ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ไฝœๆˆใ—ใฆๅง‹ใ‚ใพใ—ใ‚‡ใ†`,"register.title":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆไฝœๆˆ`,"validation.email.required":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"validation.email.invalid":`ๆญฃใ—ใ„ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใฎๅฝขๅผใงใฏใ‚ใ‚Šใพใ›ใ‚“`,"validation.password.max":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฏ{{count}}ๆ–‡ๅญ—ไปฅไธ‹ใงใ‚ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"validation.password.min":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฏ{{count}}ๆ–‡ๅญ—ไปฅไธŠใงใ‚ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"validation.password.required":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"validation.password.strength.label":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฎๅผทๅบฆ`,"validation.password.strength.weak":`ๅผฑใ„`,"validation.password.strength.fair":`ๆ™ฎ้€š`,"validation.password.strength.good":`่‰ฏใ„`,"validation.password.strength.strong":`ๅผทใ„`,"validation.token.required":`่ช่จผใƒˆใƒผใ‚ฏใƒณใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"validation.confirmPassword.required":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฎ็ขบ่ชใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"validation.confirmPassword.mismatch":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒไธ€่‡ดใ—ใพใ›ใ‚“`,"validation.confirmText.mismatch":`็ขบ่ชใƒ†ใ‚ญใ‚นใƒˆใŒไธ€่‡ดใ—ใพใ›ใ‚“`,"validation.terms.required":`ๅฟ…้ ˆ่ฆ็ด„ใซๅŒๆ„ใ—ใฆใใ ใ•ใ„`,"register.success.subtitle":`็ขบ่ชใƒกใƒผใƒซใ‚’้€ไฟกใ—ใพใ—ใŸ`,"register.success.description":`{{email}}ใซ้€ไฟกใ•ใ‚ŒใŸใƒกใƒผใƒซใ‚’็ขบ่ชใ—ใฆใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’่ช่จผใ—ใฆใใ ใ•ใ„ใ€‚`,"verifyEmail.title":`ใƒกใƒผใƒซ่ช่จผ`,"verifyEmail.subtitle":`ไปฅไธ‹ใซ่ช่จผใƒˆใƒผใ‚ฏใƒณใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"verifyEmail.token.label":`่ช่จผใƒˆใƒผใ‚ฏใƒณ`,"verifyEmail.token.placeholder":`ใƒกใƒผใƒซใงๅ—ใ‘ๅ–ใฃใŸใƒˆใƒผใ‚ฏใƒณใ‚’ๅ…ฅๅŠ›`,"verifyEmail.submit":`่ช่จผใ™ใ‚‹`,"verifyEmail.submitting":`่ช่จผไธญ...`,"verifyEmail.resend":`่ช่จผใƒกใƒผใƒซใ‚’ๅ†้€ไฟก`,"verifyEmail.resending":`ๅ†้€ไฟกไธญ...`,"verifyEmail.success.title":`่ช่จผๅฎŒไบ†๏ผ`,"verifyEmail.success.subtitle":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใŒๆญฃๅธธใซ่ช่จผใ•ใ‚Œใพใ—ใŸ`,"verifyEmail.success.description":`ใ™ในใฆใฎๆฉŸ่ƒฝใ‚’ใ”ๅˆฉ็”จใ„ใŸใ ใ‘ใพใ™ใ€‚`,"verifyEmail.success.goToProfile":`ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใธ`,"verifyEmail.error.invalidToken":`็„กๅŠนใพใŸใฏๆœŸ้™ๅˆ‡ใ‚Œใฎใƒˆใƒผใ‚ฏใƒณใงใ™`,"verifyEmail.resendSuccess":`่ช่จผใƒกใƒผใƒซใ‚’ๅ†้€ไฟกใ—ใพใ—ใŸ`,"forgotPassword.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅฟ˜ใ‚ŒใŸ`,"forgotPassword.subtitle":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒชใ‚ปใƒƒใƒˆใƒชใƒณใ‚ฏใ‚’ๅ—ใ‘ๅ–ใ‚‹ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"forgotPassword.email.label":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚น`,"forgotPassword.email.placeholder":`hello@example.com`,"forgotPassword.submit":`ใƒชใ‚ปใƒƒใƒˆใƒชใƒณใ‚ฏใ‚’้€ไฟก`,"forgotPassword.submitting":`้€ไฟกไธญ...`,"forgotPassword.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"forgotPassword.footer.rememberedPassword":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๆ€ใ„ๅ‡บใ—ใพใ—ใŸใ‹๏ผŸ`,"forgotPassword.success.title":`ใƒกใƒผใƒซ้€ไฟกๅฎŒไบ†๏ผ`,"forgotPassword.success.subtitle":`ๅ—ไฟกใƒˆใƒฌใ‚คใ‚’ใ”็ขบ่ชใใ ใ•ใ„`,"forgotPassword.success.description":`{{email}}ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒๅญ˜ๅœจใ™ใ‚‹ๅ ดๅˆใ€ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒชใ‚ปใƒƒใƒˆใƒชใƒณใ‚ฏใŒ้€ไฟกใ•ใ‚Œใพใ™ใ€‚`,"forgotPassword.success.checkSpam":`ใƒกใƒผใƒซใŒๅฑŠใ„ใฆใ„ใชใ„ๅ ดๅˆใฏใ€่ฟทๆƒ‘ใƒกใƒผใƒซใƒ•ใ‚ฉใƒซใƒ€ใ‚’ใ”็ขบ่ชใใ ใ•ใ„ใ€‚`,"forgotPassword.error.notEditable":`ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฏๅค‰ๆ›ดใงใใพใ›ใ‚“`,"resetPassword.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒชใ‚ปใƒƒใƒˆ`,"resetPassword.subtitle":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"resetPassword.token.label":`ใƒชใ‚ปใƒƒใƒˆใƒˆใƒผใ‚ฏใƒณ`,"resetPassword.token.placeholder":`ใƒกใƒผใƒซใงๅ—ใ‘ๅ–ใฃใŸใƒˆใƒผใ‚ฏใƒณใ‚’ๅ…ฅๅŠ›`,"resetPassword.password.label":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"resetPassword.password.placeholder":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"resetPassword.confirmPassword.label":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฎ็ขบ่ช`,"resetPassword.confirmPassword.placeholder":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ†ๅ…ฅๅŠ›`,"resetPassword.submit":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ใƒชใ‚ปใƒƒใƒˆ`,"resetPassword.submitting":`ใƒชใ‚ปใƒƒใƒˆไธญ...`,"resetPassword.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"resetPassword.success.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒชใ‚ปใƒƒใƒˆๅฎŒไบ†๏ผ`,"resetPassword.success.subtitle":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒๆญฃๅธธใซๅค‰ๆ›ดใ•ใ‚Œใพใ—ใŸ`,"resetPassword.success.description":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใงใƒญใ‚ฐใ‚คใƒณใงใใพใ™ใ€‚`,"resetPassword.success.goToLogin":`ใƒญใ‚ฐใ‚คใƒณใธ`,"resetPassword.error.invalidToken":`็„กๅŠนใพใŸใฏๆœŸ้™ๅˆ‡ใ‚Œใฎใƒˆใƒผใ‚ฏใƒณใงใ™`,"resetPassword.error.notEditable":`ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฏๅค‰ๆ›ดใงใใพใ›ใ‚“`,"consent.title":`่ชๅฏใƒชใ‚ฏใ‚จใ‚นใƒˆ`,"consent.subtitle":`{{app}}ใŒใ‚ใชใŸใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใธใฎใ‚ขใ‚ฏใ‚ปใ‚นใ‚’่ฆๆฑ‚ใ—ใฆใ„ใพใ™`,"consent.loggedInAs":`ใƒญใ‚ฐใ‚คใƒณไธญใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆ`,"consent.permissions.title":`ใ“ใฎใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฏไปฅไธ‹ใ‚’่กŒใ†ใ“ใจใŒใงใใพใ™๏ผš`,"consent.allow":`่จฑๅฏ`,"consent.deny":`ๆ‹’ๅฆ`,"consent.error.title":`ใ‚จใƒฉใƒผ`,"consent.error.message":`่ชๅฏๆƒ…ๅ ฑใ‚’่ชญใฟ่พผใ‚ใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใŒ็„กๅŠนใงใ‚ใ‚‹ๅฏ่ƒฝๆ€งใŒใ‚ใ‚Šใพใ™ใ€‚`,"consent.error.back":`ๆˆปใ‚‹`,"consent.scope.openid":`ใƒฆใƒผใ‚ถใƒผ่ญ˜ๅˆฅๅญใธใฎใ‚ขใ‚ฏใ‚ปใ‚น`,"consent.scope.profile":`ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซๆƒ…ๅ ฑใธใฎใ‚ขใ‚ฏใ‚ปใ‚น`,"consent.scope.email":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใธใฎใ‚ขใ‚ฏใ‚ปใ‚น`,"consent.scope.address":`ไฝๆ‰€ๆƒ…ๅ ฑใธใฎใ‚ขใ‚ฏใ‚ปใ‚น`,"consent.scope.phone":`้›ป่ฉฑ็•ชๅทใธใฎใ‚ขใ‚ฏใ‚ปใ‚น`,"consent.scope.offline_access":`ใ‚ชใƒ•ใƒฉใ‚คใƒณใ‚ขใ‚ฏใ‚ปใ‚นใฎ็ถญๆŒ`,"accountSelect.title":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’้ธๆŠž`,"accountSelect.subtitle":`ใ“ใฎใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใซ็ถš่กŒใ™ใ‚‹ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’้ธๆŠžใ—ใฆใใ ใ•ใ„`,"accountSelect.unavailable":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆ้ธๆŠžใฏๅˆฉ็”จใงใใพใ›ใ‚“`,"accountSelect.noRememberedAccounts":`ใ“ใฎใƒ–ใƒฉใ‚ฆใ‚ถใƒผใ‚ปใƒƒใ‚ทใƒงใƒณใซ่จ˜ๆ†ถใ•ใ‚ŒใŸใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚`,"accountSelect.currentAccount":`็พๅœจใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆ`,"accountSelect.rememberedAccount":`่จ˜ๆ†ถใ•ใ‚ŒใŸใ‚ขใ‚ซใ‚ฆใƒณใƒˆ`,"accountSelect.current":`็พๅœจ`,"accountSelect.removeAccount":`{{email}}ใ‚’ๅ‰Š้™ค`,"accountSelect.useAnotherAccount":`ๅˆฅใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ไฝฟ็”จ`,"oauth.error.failed":`OAuthใƒญใ‚ฐใ‚คใƒณใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"oauth.error.accessDenied":`่ช่จผใƒชใ‚ฏใ‚จใ‚นใƒˆใŒๆ‹’ๅฆใ•ใ‚Œใพใ—ใŸใ€‚`,"oauth.error.temporarilyUnavailable":`ใ‚ตใƒผใƒ“ใ‚นใŒไธ€ๆ™‚็š„ใซๅˆฉ็”จใงใใพใ›ใ‚“ใ€‚ใ—ใฐใ‚‰ใใ—ใฆใ‹ใ‚‰ๅ†ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"oauth.error.serverError":`่ช่จผใ‚ตใƒผใƒใƒผใงใ‚จใƒฉใƒผใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ใ—ใฐใ‚‰ใใ—ใฆใ‹ใ‚‰ๅ†ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"oauth.error.registrationEmailNotAllowed":`ใ“ใฎใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใงใฎ็™ป้Œฒใฏ่จฑๅฏใ•ใ‚Œใฆใ„ใพใ›ใ‚“ใ€‚`,"profile.linkedAccounts.title":`้€ฃๆบใ‚ขใ‚ซใ‚ฆใƒณใƒˆ`,"profile.linkedAccounts.description":`ๅค–้ƒจใ‚ตใƒผใƒ“ใ‚นใจใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’้€ฃๆบ`,"profile.linkedAccounts.link":`้€ฃๆบ`,"profile.linkedAccounts.unlink":`้€ฃๆบ่งฃ้™ค`,"profile.linkedAccounts.unlinking":`้€ฃๆบ่งฃ้™คไธญ...`,"profile.linkedAccounts.unlinkError":`้€ฃๆบใ‚’่งฃ้™คใงใใพใ›ใ‚“ใ€‚ๅฐ‘ใชใใจใ‚‚1ใคใฎใƒญใ‚ฐใ‚คใƒณๆ–นๆณ•ใŒๅฟ…่ฆใงใ™ใ€‚`,"profile.linkedAccounts.unlinkModal.title":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆ้€ฃๆบ่งฃ้™ค`,"profile.linkedAccounts.unlinkModal.description":`{{provider}}ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆ้€ฃๆบใ‚’่งฃ้™คใ—ใพใ™ใ€‚`,"profile.linkedAccounts.unlinkModal.warning":`{{provider}}ใงใƒญใ‚ฐใ‚คใƒณใงใใชใใชใ‚Šใพใ™ใ€‚ไป–ใฎใƒญใ‚ฐใ‚คใƒณๆ–นๆณ•ใŒใ‚ใ‚‹ใ“ใจใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„ใ€‚`,"profile.linkedAccounts.unlinkModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.linkedAccounts.connected":`้€ฃๆบๆธˆใฟ`,"profile.linkedAccounts.notConnected":`ๆœช้€ฃๆบ`,"error.subtitle":`ๅ•้กŒใŒ็™บ็”Ÿใ—ใพใ—ใŸ`,"error.defaultMessage":`ไบˆๆœŸใ—ใชใ„ใ‚จใƒฉใƒผใŒ็™บ็”Ÿใ—ใพใ—ใŸใ€‚ๅพŒใงใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"error.codeLabel":`ใ‚จใƒฉใƒผใ‚ณใƒผใƒ‰`,"error.goToLogin":`ใƒญใ‚ฐใ‚คใƒณใธ`,"error.goBack":`ๆˆปใ‚‹`,"error.footer.needHelp":`ใƒ˜ใƒซใƒ—ใŒๅฟ…่ฆใงใ™ใ‹๏ผŸ`,"error.footer.contactSupport":`ใ‚ตใƒใƒผใƒˆใซ้€ฃ็ตก`,"error.sessionExpired":`ใ‚ปใƒƒใ‚ทใƒงใƒณใŒๆœŸ้™ๅˆ‡ใ‚Œใงใ™ใ€‚ๅ†ๅบฆใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"error.retry":`ๅ†่ฉฆ่กŒ`,"profile.password.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"profile.password.status.set":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใพใ™`,"profile.password.status.notSet":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใพใ›ใ‚“`,"profile.password.set":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’่จญๅฎš`,"profile.password.change":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅค‰ๆ›ด`,"profile.password.remove":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™ค`,"profile.password.setModal.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’่จญๅฎš`,"profile.password.setModal.description":`ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใจใƒ‘ใ‚นใƒฏใƒผใƒ‰ใงใƒญใ‚ฐใ‚คใƒณใงใใ‚‹ใ‚ˆใ†ใซใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’่จญๅฎšใ—ใพใ™ใ€‚`,"profile.password.setModal.newPassword":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"profile.password.setModal.newPasswordPlaceholder":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"profile.password.setModal.confirmPassword":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰็ขบ่ช`,"profile.password.setModal.confirmPasswordPlaceholder":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ†ๅ…ฅๅŠ›`,"profile.password.setModal.submit":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’่จญๅฎš`,"profile.password.setModal.submitting":`่จญๅฎšไธญ...`,"profile.password.setModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.password.setModal.error":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฎ่จญๅฎšใซๅคฑๆ•—ใ—ใพใ—ใŸ`,"profile.password.changeModal.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅค‰ๆ›ด`,"profile.password.changeModal.description":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’็ขบ่ชใ—ใฆใ€ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’่จญๅฎšใ—ใพใ™ใ€‚`,"profile.password.changeModal.currentPassword":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"profile.password.changeModal.currentPasswordPlaceholder":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"profile.password.changeModal.newPassword":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"profile.password.changeModal.newPasswordPlaceholder":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"profile.password.changeModal.confirmPassword":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰็ขบ่ช`,"profile.password.changeModal.confirmPasswordPlaceholder":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ†ๅ…ฅๅŠ›`,"profile.password.changeModal.submit":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅค‰ๆ›ด`,"profile.password.changeModal.submitting":`ๅค‰ๆ›ดไธญ...`,"profile.password.changeModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.password.changeModal.error":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฎๅค‰ๆ›ดใซๅคฑๆ•—ใ—ใพใ—ใŸ`,"profile.password.changeModal.invalidCurrent":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒๆญฃใ—ใใ‚ใ‚Šใพใ›ใ‚“`,"profile.password.removeModal.title":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™ค`,"profile.password.removeModal.description":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™คใ™ใ‚‹ใจใ€ใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใจใƒ‘ใ‚นใƒฏใƒผใƒ‰ใงใƒญใ‚ฐใ‚คใƒณใงใใชใใชใ‚Šใพใ™ใ€‚้€ฃๆบใ•ใ‚ŒใŸOAuthใ‚ขใ‚ซใ‚ฆใƒณใƒˆใงใฎใฟใƒญใ‚ฐใ‚คใƒณใงใใพใ™ใ€‚`,"profile.password.removeModal.currentPassword":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"profile.password.removeModal.currentPasswordPlaceholder":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"profile.password.removeModal.submit":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™ค`,"profile.password.removeModal.submitting":`ๅ‰Š้™คไธญ...`,"profile.password.removeModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.password.removeModal.error":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใฎๅ‰Š้™คใซๅคฑๆ•—ใ—ใพใ—ใŸ`,"profile.password.removeModal.invalidCurrent":`็พๅœจใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใŒๆญฃใ—ใใ‚ใ‚Šใพใ›ใ‚“`,"profile.password.removeModal.noOAuth":`ๅฐ‘ใชใใจใ‚‚1ใคใฎOAuthใ‚ขใ‚ซใ‚ฆใƒณใƒˆใŒ้€ฃๆบใ•ใ‚Œใฆใ„ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"profile.password.removeModal.noOAuthWith2FA":`2FAใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹ๅ ดๅˆใ€ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™คใงใใพใ›ใ‚“ใ€‚ใพใšOAuthใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’้€ฃๆบใ™ใ‚‹ใ‹ใ€2FAใ‚’็„กๅŠนใซใ—ใฆใ‹ใ‚‰ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™คใ—ใฆใใ ใ•ใ„ใ€‚`,"profile.password.removeDisabledReason":`2FAใŒ่จญๅฎšใ•ใ‚Œใฆใ„ใ‚‹ๅ ดๅˆใ€ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅ‰Š้™คใงใใพใ›ใ‚“ใ€‚ใพใšOAuthใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’้€ฃๆบใ—ใฆใใ ใ•ใ„ใ€‚`,"profile.password.configManaged":`ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฏ่จญๅฎšใƒ•ใ‚กใ‚คใƒซใง็ฎก็†ใ•ใ‚Œใฆใ„ใ‚‹ใŸใ‚ใ€ใƒ‘ใ‚นใƒฏใƒผใƒ‰ใ‚’ๅค‰ๆ›ดใงใใพใ›ใ‚“`,"profile.totp.title":`ไบŒ่ฆ็ด ่ช่จผ`,"profile.totp.status.enabled":`ไบŒ่ฆ็ด ่ช่จผใŒๆœ‰ๅŠนใงใ™`,"profile.totp.status.recoveryCodesMissing":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ๅ†็”Ÿๆˆใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"profile.totp.status.disabled":`ไบŒ่ฆ็ด ่ช่จผใŒๆœ‰ๅŠนใงใฏใ‚ใ‚Šใพใ›ใ‚“`,"profile.totp.enable":`ๆœ‰ๅŠนๅŒ–`,"profile.totp.disable":`็„กๅŠนๅŒ–`,"profile.totp.regenerate":`ใ‚ณใƒผใƒ‰ใ‚’ๅ†็”Ÿๆˆ`,"profile.totp.recoveryCodesMissing":`ๆ—ขๅญ˜ใฎใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใฏ็„กๅŠนใงใ™ใ€‚ไปŠใ™ใๆ–ฐใ—ใ„ใ‚ณใƒผใƒ‰ใ‚’็”Ÿๆˆใ—ใฆๅฎ‰ๅ…จใชๅ ดๆ‰€ใซไฟ็ฎกใ—ใฆใใ ใ•ใ„ใ€‚`,"profile.totp.setupModal.title":`ไบŒ่ฆ็ด ่ช่จผใฎ่จญๅฎš`,"profile.totp.setupModal.requiredDescription":`็ถš่กŒใ™ใ‚‹ใซใฏใ€ไบŒ่ฆ็ด ่ช่จผ๏ผˆTOTP๏ผ‰ใพใŸใฏใƒ‘ใ‚นใ‚ญใƒผใ‚’่จญๅฎšใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™ใ€‚`,"profile.totp.setupModal.setupError":`่จญๅฎšใ‚’้–‹ๅง‹ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"profile.totp.setupModal.retry":`ๅ†่ฉฆ่กŒ`,"profile.totp.setupModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.totp.setupModal.switchToPasskey":`ไปฃใ‚ใ‚Šใซใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จ`,"profile.totp.disableModal.title":`ไบŒ่ฆ็ด ่ช่จผใ‚’็„กๅŠนๅŒ–`,"profile.totp.disableModal.description":`ไบŒ่ฆ็ด ่ช่จผใ‚’็„กๅŠนใซใ™ใ‚‹ใซใฏใ€็พๅœจใฎ่ช่จผใ‚ณใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„ใ€‚`,"profile.totp.disableModal.warning":`ไบŒ่ฆ็ด ่ช่จผใ‚’็„กๅŠนใซใ™ใ‚‹ใจใ€ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃใŒไฝŽไธ‹ใ—ใพใ™ใ€‚`,"profile.totp.disableModal.codeLabel":`่ช่จผใ‚ณใƒผใƒ‰`,"profile.totp.disableModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.totp.disableModal.disable":`็„กๅŠนๅŒ–`,"profile.totp.disableModal.disabling":`็„กๅŠนๅŒ–ไธญ...`,"profile.totp.disableModal.error":`็„กๅŠนใชใ‚ณใƒผใƒ‰ใงใ™ใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"profile.totp.disableModal.cannotRemoveLastSecondFactor":`TOTPใ‚’็„กๅŠนใซใงใใพใ›ใ‚“ใ€‚ๅฐ‘ใชใใจใ‚‚1ใคใฎไบŒ่ฆ็ด ่ช่จผๆ–นๆณ•๏ผˆTOTPใพใŸใฏใƒ‘ใ‚นใ‚ญใƒผ๏ผ‰ใŒๅฟ…่ฆใงใ™ใ€‚`,"profile.totp.regenerateModal.title":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ๅ†็”Ÿๆˆ`,"profile.totp.regenerateModal.description":`ๆ—ขๅญ˜ใฎใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ใ™ในใฆ็ฝฎใๆ›ใˆใ‚‹ใซใฏใ€็พๅœจใฎ่ช่จผใ‚ณใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„ใ€‚`,"profile.totp.regenerateModal.submit":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’็”Ÿๆˆ`,"profile.totp.regenerateModal.submitting":`็”Ÿๆˆไธญ...`,"profile.totp.regenerateModal.error":`็„กๅŠนใชใ‚ณใƒผใƒ‰ใงใ™ใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"profile.totp.regenerateModal.unexpectedError":`็พๅœจใฏใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ๅ†็”Ÿๆˆใงใใพใ›ใ‚“ใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"profile.totp.regenerateModal.recoveryTitle":`ๆ–ฐใ—ใ„ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰`,"profile.totp.regenerateModal.recoveryDescription":`ใ“ใ‚Œใ‚‰ใฎใ‚ณใƒผใƒ‰ใฏไธ€ๅบฆใ ใ‘่กจ็คบใ•ใ‚Œใพใ™ใ€‚ใ“ใฎใƒ€ใ‚คใ‚ขใƒญใ‚ฐใ‚’้–‰ใ˜ใ‚‹ๅ‰ใซๅฎ‰ๅ…จใชๅ ดๆ‰€ใธไฟ็ฎกใ—ใฆใใ ใ•ใ„ใ€‚`,"validation.totp.length":`ใ‚ณใƒผใƒ‰ใฏ6ๆกใงใ‚ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"validation.totp.digits":`ใ‚ณใƒผใƒ‰ใฏๆ•ฐๅญ—ใฎใฟใ‚’ๅซใ‚€ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"validation.passkey.name.max":`ใƒ‘ใ‚นใ‚ญใƒผๅใฏ100ๆ–‡ๅญ—ไปฅไธ‹ใงใ‚ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™`,"validation.passkey.name.required":`ใƒ‘ใ‚นใ‚ญใƒผๅใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"profile.passkey.title":`ใƒ‘ใ‚นใ‚ญใƒผ`,"profile.passkey.status.enabled":`{{count}}ๅ€‹ใฎใƒ‘ใ‚นใ‚ญใƒผใŒ็™ป้Œฒใ•ใ‚Œใฆใ„ใพใ™`,"profile.passkey.status.disabled":`ใƒ‘ใ‚นใ‚ญใƒผใŒ็™ป้Œฒใ•ใ‚Œใฆใ„ใพใ›ใ‚“`,"profile.passkey.add":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’่ฟฝๅŠ `,"profile.passkey.manage":`็ฎก็†`,"profile.passkey.setupModal.title":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’่ฟฝๅŠ `,"profile.passkey.setupModal.requiredDescription":`็ถš่กŒใ™ใ‚‹ใซใฏใ€ใƒ‘ใ‚นใ‚ญใƒผใพใŸใฏไบŒ่ฆ็ด ่ช่จผ๏ผˆTOTP๏ผ‰ใ‚’่จญๅฎšใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™ใ€‚`,"profile.passkey.setupModal.description":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จใ™ใ‚‹ใจใ€ๆŒ‡็ด‹ใ€้ก”่ช่จผใ€ใพใŸใฏ็”ป้ขใƒญใƒƒใ‚ฏใงๅฎ‰ๅ…จใซใƒญใ‚ฐใ‚คใƒณใงใใพใ™ใ€‚`,"profile.passkey.setupModal.nameLabel":`ใƒ‘ใ‚นใ‚ญใƒผๅ๏ผˆไปปๆ„๏ผ‰`,"profile.passkey.setupModal.namePlaceholder":`ไพ‹๏ผšMacBook Proใ€iPhone`,"profile.passkey.setupModal.nameHint":`ๅพŒใง่ญ˜ๅˆฅใงใใ‚‹ใ‚ˆใ†ใซใƒ‘ใ‚นใ‚ญใƒผใซๅๅ‰ใ‚’ไป˜ใ‘ใฆใใ ใ•ใ„`,"profile.passkey.setupModal.continue":`็ถšใ‘ใ‚‹`,"profile.passkey.setupModal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.passkey.setupModal.switchToTotp":`ไปฃใ‚ใ‚ŠใซTOTPใ‚’ไฝฟ็”จ`,"profile.passkey.setupModal.waitingForDevice":`ใƒ–ใƒฉใ‚ฆใ‚ถใพใŸใฏใƒ‡ใƒใ‚คใ‚นใฎๆŒ‡็คบใซๅพ“ใฃใฆใใ ใ•ใ„...`,"profile.passkey.setupModal.error":`ใƒ‘ใ‚นใ‚ญใƒผใฎ็™ป้Œฒใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"profile.passkey.setupModal.cancelled":`ใƒ‘ใ‚นใ‚ญใƒผใฎ็™ป้ŒฒใŒใ‚ญใƒฃใƒณใ‚ปใƒซใ•ใ‚Œใพใ—ใŸใ€‚`,"profile.passkey.manageModal.title":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’็ฎก็†`,"profile.passkey.manageModal.noPasskeys":`็™ป้Œฒใ•ใ‚ŒใŸใƒ‘ใ‚นใ‚ญใƒผใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚`,"profile.passkey.manageModal.close":`้–‰ใ˜ใ‚‹`,"profile.passkey.manageModal.addNew":`ๆ–ฐใ—ใ„ใƒ‘ใ‚นใ‚ญใƒผใ‚’่ฟฝๅŠ `,"profile.passkey.manageModal.unnamedPasskey":`ๅๅ‰ใฎใชใ„ใƒ‘ใ‚นใ‚ญใƒผ`,"profile.passkey.manageModal.createdAt":`{{date}}ใซ่ฟฝๅŠ `,"profile.passkey.manageModal.backedUp":`ๅŒๆœŸๆธˆใฟ`,"profile.passkey.manageModal.rename":`ๅๅ‰ใ‚’ๅค‰ๆ›ด`,"profile.passkey.manageModal.delete":`ๅ‰Š้™ค`,"profile.passkey.manageModal.deleteConfirmInline":`ใ“ใฎใƒ‘ใ‚นใ‚ญใƒผใ‚’ๅ‰Š้™คใ—ใพใ™ใ‹๏ผŸ`,"profile.passkey.manageModal.deleteError":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’ๅ‰Š้™คใงใใพใ›ใ‚“ใ€‚ๅฐ‘ใชใใจใ‚‚1ใคใฎใƒญใ‚ฐใ‚คใƒณๆ–นๆณ•ใŒๅฟ…่ฆใงใ™ใ€‚`,"profile.passkey.manageModal.cannotRemoveLastSecondFactor":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’ๅ‰Š้™คใงใใพใ›ใ‚“ใ€‚ๅฐ‘ใชใใจใ‚‚1ใคใฎไบŒ่ฆ็ด ่ช่จผๆ–นๆณ•๏ผˆTOTPใพใŸใฏใƒ‘ใ‚นใ‚ญใƒผ๏ผ‰ใŒๅฟ…่ฆใงใ™ใ€‚`,"profile.passkey.manageModal.nameLabel":`ใƒ‘ใ‚นใ‚ญใƒผๅ`,"profile.passkey.manageModal.namePlaceholder":`ใƒ‘ใ‚นใ‚ญใƒผๅใ‚’ๅ…ฅๅŠ›`,"profile.passkey.manageModal.cancelEdit":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.passkey.manageModal.save":`ไฟๅญ˜`,"profile.passkey.manageModal.saving":`ไฟๅญ˜ไธญ...`,"profile.passkey.manageModal.renameError":`ใƒ‘ใ‚นใ‚ญใƒผๅใฎๅค‰ๆ›ดใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"profile.dangerZone.title":`ๅฑ้™บใ‚พใƒผใƒณ`,"profile.dangerZone.description":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆๅ‰Š้™คใชใฉใฎๅ–ใ‚Šๆถˆใ—ใงใใชใ„ๆ“ไฝœ`,"profile.deleteAccount.title":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆๅ‰Š้™ค`,"profile.deleteAccount.description":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ๅฎŒๅ…จใซๅ‰Š้™คใ—ใพใ™`,"profile.deleteAccount.button":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ๅ‰Š้™ค`,"profile.deleteAccount.modal.title":`ๆœฌๅฝ“ใซใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ๅ‰Š้™คใ—ใพใ™ใ‹๏ผŸ`,"profile.deleteAccount.modal.description":`ใ“ใฎๆ“ไฝœใฏๅ–ใ‚Šๆถˆใ›ใพใ›ใ‚“ใ€‚ใ™ในใฆใฎใƒ‡ใƒผใ‚ฟใฏ{{days}}ๆ—ฅๅพŒใซๅฎŒๅ…จใซๅ‰Š้™คใ•ใ‚Œใพใ™ใ€‚`,"profile.deleteAccount.modal.warning":`ๅ‰Š้™คๅพŒใ€ใ“ใฎใƒกใƒผใƒซใ‚ขใƒ‰ใƒฌใ‚นใงๅ†็™ป้Œฒใ™ใ‚‹ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚`,"profile.deleteAccount.modal.confirmLabel":`็ขบ่ชใฎใŸใ‚ใ€Œๅ‰Š้™คใ€ใจๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"profile.deleteAccount.modal.confirmPlaceholder":`ๅ‰Š้™ค`,"profile.deleteAccount.modal.confirm":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใ‚’ๅ‰Š้™ค`,"profile.deleteAccount.modal.confirming":`ๅ‰Š้™คไธญ...`,"profile.deleteAccount.modal.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"profile.deleteAccount.configManaged":`ใ“ใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฏ่จญๅฎšใƒ•ใ‚กใ‚คใƒซใง็ฎก็†ใ•ใ‚Œใฆใ„ใ‚‹ใŸใ‚ๅ‰Š้™คใงใใพใ›ใ‚“`,"profile.deleteAccount.error":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใฎๅ‰Š้™คใซๅคฑๆ•—ใ—ใพใ—ใŸ`,"verifyTotp.title":`ไบŒ่ฆ็ด ่ช่จผ`,"verifyTotp.subtitle":`่ช่จผใ‚ขใƒ—ใƒชใฎใ‚ณใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"verifyTotp.submit":`็ขบ่ช`,"verifyTotp.submitting":`็ขบ่ชไธญ...`,"verifyTotp.error.invalid":`็„กๅŠนใชใ‚ณใƒผใƒ‰ใงใ™ใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"verifyTotp.error.expired":`ใ‚ปใƒƒใ‚ทใƒงใƒณใŒๆœŸ้™ๅˆ‡ใ‚Œใงใ™ใ€‚ๅ†ๅบฆใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"verifyTotp.redirecting":`{{seconds}}็ง’ๅพŒใซใƒญใ‚ฐใ‚คใƒณใƒšใƒผใ‚ธใซ็งปๅ‹•ใ—ใพใ™...`,"verifyTotp.redirectNow":`ไปŠใ™ใใƒญใ‚ฐใ‚คใƒณใƒšใƒผใ‚ธใซ็งปๅ‹•`,"verifyTotp.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"verifyTotp.useRecoveryCode":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ไฝฟ็”จ`,"verifyRecovery.title":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰`,"verifyRecovery.subtitle":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใฎ1ใคใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"verifyRecovery.placeholder":`XXXX-XXXX-XXXX-XXXX`,"verifyRecovery.submit":`็ขบ่ช`,"verifyRecovery.submitting":`็ขบ่ชไธญ...`,"verifyRecovery.error.invalid":`็„กๅŠนใชใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใงใ™ใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"verifyRecovery.error.noCodesAvailable":`ๅˆฉ็”จๅฏ่ƒฝใชใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚ใ™ในใฆใฎใ‚ณใƒผใƒ‰ใŒไฝฟ็”จๆธˆใฟใงใ™ใ€‚`,"verifyRecovery.error.expired":`ใ‚ปใƒƒใ‚ทใƒงใƒณใŒๆœŸ้™ๅˆ‡ใ‚Œใงใ™ใ€‚ๅ†ๅบฆใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"verifyRecovery.backToTotp":`่ช่จผใ‚ขใƒ—ใƒชใง่ช่จผใ™ใ‚‹`,"verifyRecovery.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"verifyRecovery.redirecting":`{{seconds}}็ง’ๅพŒใซใƒญใ‚ฐใ‚คใƒณใƒšใƒผใ‚ธใซ็งปๅ‹•ใ—ใพใ™...`,"verifyRecovery.redirectNow":`ไปŠใ™ใใƒญใ‚ฐใ‚คใƒณใƒšใƒผใ‚ธใซ็งปๅ‹•`,"setupTotp.title":`ไบŒ่ฆ็ด ่ช่จผใฎ่จญๅฎš`,"setupTotp.subtitle":`ใ‚ขใ‚ซใ‚ฆใƒณใƒˆใซใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃๅฑคใ‚’่ฟฝๅŠ `,"setupTotp.stepProgress":`ใ‚นใƒ†ใƒƒใƒ— {{current}} / {{total}}`,"setupTotp.steps.scan":`ใ‚นใ‚ญใƒฃใƒณ`,"setupTotp.steps.verify":`็ขบ่ช`,"setupTotp.steps.saveCodes":`ใ‚ณใƒผใƒ‰ใ‚’ไฟๅญ˜`,"setupTotp.required":`็ถš่กŒใ™ใ‚‹ใซใฏไบŒ่ฆ็ด ่ช่จผใŒๅฟ…่ฆใงใ™`,"setupTotp.qrDescription":`่ช่จผใ‚ขใƒ—ใƒช๏ผˆGoogle Authenticatorใ€Authyใชใฉ๏ผ‰ใงQRใ‚ณใƒผใƒ‰ใ‚’ใ‚นใ‚ญใƒฃใƒณใ—ใฆใใ ใ•ใ„`,"setupTotp.manualEntry":`ใ‚นใ‚ญใƒฃใƒณใงใใชใ„ๅ ดๅˆใฏๆ‰‹ๅ‹•ใงใ‚ณใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›`,"setupTotp.next":`ๆฌกใธ`,"setupTotp.back":`ๆˆปใ‚‹`,"setupTotp.verify":`็ขบ่ช`,"setupTotp.verifying":`็ขบ่ชไธญ...`,"setupTotp.verifyTitle":`่ช่จผใ‚ณใƒผใƒ‰ใฎ็ขบ่ช`,"setupTotp.verifySubtitle":`่ช่จผใ‚ขใƒ—ใƒชใฎ6ๆกใฎใ‚ณใƒผใƒ‰ใ‚’ๅ…ฅๅŠ›ใ—ใฆใใ ใ•ใ„`,"setupTotp.error.invalid":`็„กๅŠนใชใ‚ณใƒผใƒ‰ใงใ™ใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"setupTotp.error.setupFailed":`่จญๅฎšใ‚’้–‹ๅง‹ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"setupTotp.error.expired":`ใ‚ปใƒƒใ‚ทใƒงใƒณใŒๆœŸ้™ๅˆ‡ใ‚Œใงใ™ใ€‚ๅ†ๅบฆใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"setupTotp.error.alreadyEnabled":`ไบŒ่ฆ็ด ่ช่จผใฏใ™ใงใซๆœ‰ๅŠนใซใชใฃใฆใ„ใพใ™ใ€‚`,"setupTotp.redirecting":`{{seconds}}็ง’ๅพŒใซใƒญใ‚ฐใ‚คใƒณใƒšใƒผใ‚ธใซ็งปๅ‹•ใ—ใพใ™...`,"setupTotp.redirectNow":`ไปŠใ™ใใƒญใ‚ฐใ‚คใƒณใƒšใƒผใ‚ธใซ็งปๅ‹•`,"setupTotp.goToProfile":`ใƒ—ใƒญใƒ•ใ‚ฃใƒผใƒซใซ็งปๅ‹•`,"setupTotp.retry":`ๅ†่ฉฆ่กŒ`,"setupTotp.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"setupTotp.recoveryCodes.title":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ไฟๅญ˜ใ—ใฆใใ ใ•ใ„`,"setupTotp.recoveryCodes.description":`่ช่จผใ‚ขใƒ—ใƒชใซใ‚ขใ‚ฏใ‚ปใ‚นใงใใชใใชใฃใŸๅ ดๅˆใ€ใ“ใฎใƒฏใƒณใ‚ฟใ‚คใƒ ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ไฝฟ็”จใ—ใฆใƒญใ‚ฐใ‚คใƒณใงใใพใ™ใ€‚ๅ„ใ‚ณใƒผใƒ‰ใฏไธ€ๅบฆใฎใฟไฝฟ็”จใงใใพใ™ใ€‚`,"setupTotp.recoveryCodes.warning":`ใ“ใ‚Œใ‚‰ใฎใ‚ณใƒผใƒ‰ใ‚’ๅฎ‰ๅ…จใชๅ ดๆ‰€ใซไฟ็ฎกใ—ใฆใใ ใ•ใ„ใ€‚ๅ†ๅบฆ่กจ็คบใ™ใ‚‹ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚`,"setupTotp.recoveryCodes.copy":`ใ™ในใฆใฎใ‚ณใƒผใƒ‰ใ‚’ใ‚ณใƒ”ใƒผ`,"setupTotp.recoveryCodes.copied":`ใ‚ณใƒ”ใƒผใ—ใพใ—ใŸ๏ผ`,"setupTotp.recoveryCodes.confirmCheckbox":`ใƒชใ‚ซใƒใƒชใƒผใ‚ณใƒผใƒ‰ใ‚’ๅฎ‰ๅ…จใชๅ ดๆ‰€ใซไฟๅญ˜ใ—ใพใ—ใŸ`,"setupTotp.recoveryCodes.confirm":`่จญๅฎšๅฎŒไบ†`,"verifyPasskey.title":`ใƒ‘ใ‚นใ‚ญใƒผ่ช่จผ`,"verifyPasskey.subtitle":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จใ—ใฆใƒญใ‚ฐใ‚คใƒณใ‚’ๅฎŒไบ†ใ—ใฆใใ ใ•ใ„`,"verifyPasskey.waiting":`ใƒ–ใƒฉใ‚ฆใ‚ถใพใŸใฏใƒ‡ใƒใ‚คใ‚นใฎๆŒ‡็คบใซๅพ“ใฃใฆใใ ใ•ใ„...`,"verifyPasskey.retry":`ๅ†่ฉฆ่กŒ`,"verifyPasskey.error.expired":`ใ‚ปใƒƒใ‚ทใƒงใƒณใŒๆœŸ้™ๅˆ‡ใ‚Œใงใ™ใ€‚ๅ†ๅบฆใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"verifyPasskey.error.userMismatch":`ใ“ใฎใƒ‘ใ‚นใ‚ญใƒผใฏๅˆฅใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใซ็™ป้Œฒใ•ใ‚Œใฆใ„ใพใ™ใ€‚`,"verifyPasskey.error.unsupported":`ใ“ใฎใƒ–ใƒฉใ‚ฆใ‚ถใพใŸใฏใ‚ขใƒ—ใƒชใงใฏใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จใงใใพใ›ใ‚“ใ€‚`,"verifyPasskey.error.notAllowed":`ใƒ‘ใ‚นใ‚ญใƒผ่ช่จผใ‚’ๅฎŒไบ†ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚ขใƒ—ใƒชๅ†…ใƒ–ใƒฉใ‚ฆใ‚ถใงใฏใƒ‘ใ‚นใ‚ญใƒผใŒใƒ–ใƒญใƒƒใ‚ฏใ•ใ‚Œใ‚‹ใ“ใจใŒใ‚ใ‚Šใพใ™ใ€‚`,"verifyPasskey.error.failed":`ใƒ‘ใ‚นใ‚ญใƒผ่ช่จผใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"verifyPasskey.useTotp":`่ช่จผใ‚ขใƒ—ใƒชใ‚’ไฝฟ็”จ`,"verifyPasskey.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"verify2fa.title":`ไบŒ่ฆ็ด ่ช่จผ`,"verify2fa.subtitle":`่ช่จผๆ–นๆณ•ใ‚’้ธๆŠžใ—ใฆใใ ใ•ใ„`,"verify2fa.totp.title":`่ช่จผใ‚ขใƒ—ใƒช`,"verify2fa.totp.description":`ใ‚ขใƒ—ใƒชใฎ6ๆกใฎใ‚ณใƒผใƒ‰ใ‚’ไฝฟ็”จ`,"verify2fa.passkey.title":`ใƒ‘ใ‚นใ‚ญใƒผ`,"verify2fa.passkey.description":`ๆŒ‡็ด‹ใ€้ก”่ช่จผใ€ใพใŸใฏใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃใ‚ญใƒผใ‚’ไฝฟ็”จ`,"verify2fa.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"setup2fa.title":`ไบŒ่ฆ็ด ่ช่จผใฎ่จญๅฎš`,"setup2fa.subtitle":`ใ”ๅธŒๆœ›ใฎไบŒ่ฆ็ด ่ช่จผๆ–นๆณ•ใ‚’้ธๆŠžใ—ใฆใใ ใ•ใ„`,"setup2fa.required":`็ถš่กŒใ™ใ‚‹ใซใฏไบŒ่ฆ็ด ่ช่จผใŒๅฟ…่ฆใงใ™`,"setup2fa.totp.title":`่ช่จผใ‚ขใƒ—ใƒช`,"setup2fa.totp.description":`Google Authenticatorใ€Authyใชใฉใ‚’ไฝฟ็”จ`,"setup2fa.passkey.title":`ใƒ‘ใ‚นใ‚ญใƒผ`,"setup2fa.passkey.description":`ๆŒ‡็ด‹ใ€้ก”่ช่จผใ€ใพใŸใฏใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃใ‚ญใƒผใ‚’ไฝฟ็”จ`,"setup2fa.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"setupPasskey.title":`ใƒ‘ใ‚นใ‚ญใƒผใฎ่จญๅฎš`,"setupPasskey.subtitle":`ๅฎ‰ๅ…จใช่ช่จผใฎใŸใ‚ใซใƒ‘ใ‚นใ‚ญใƒผใ‚’็™ป้Œฒ`,"setupPasskey.required":`็ถš่กŒใ™ใ‚‹ใซใฏไบŒ่ฆ็ด ่ช่จผใŒๅฟ…่ฆใงใ™`,"setupPasskey.description":`ใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จใ™ใ‚‹ใจใ€ๆŒ‡็ด‹ใ€้ก”่ช่จผใ€ใพใŸใฏ็”ป้ขใƒญใƒƒใ‚ฏใงๅฎ‰ๅ…จใซใƒญใ‚ฐใ‚คใƒณใงใใพใ™ใ€‚`,"setupPasskey.name.label":`ใƒ‘ใ‚นใ‚ญใƒผๅ๏ผˆไปปๆ„๏ผ‰`,"setupPasskey.name.placeholder":`ไพ‹๏ผšMacBook Proใ€iPhone`,"setupPasskey.name.hint":`ๅพŒใง่ญ˜ๅˆฅใงใใ‚‹ใ‚ˆใ†ใซใƒ‘ใ‚นใ‚ญใƒผใซๅๅ‰ใ‚’ไป˜ใ‘ใฆใใ ใ•ใ„`,"setupPasskey.continue":`็ถšใ‘ใ‚‹`,"setupPasskey.registering":`็™ป้Œฒไธญ...`,"setupPasskey.waiting":`ใƒ–ใƒฉใ‚ฆใ‚ถใพใŸใฏใƒ‡ใƒใ‚คใ‚นใฎๆŒ‡็คบใซๅพ“ใฃใฆใใ ใ•ใ„...`,"setupPasskey.retry":`ๅ†่ฉฆ่กŒ`,"setupPasskey.error.failed":`ใƒ‘ใ‚นใ‚ญใƒผใฎ็™ป้Œฒใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"setupPasskey.error.cancelled":`ใƒ‘ใ‚นใ‚ญใƒผใฎ็™ป้ŒฒใŒใ‚ญใƒฃใƒณใ‚ปใƒซใ•ใ‚Œใพใ—ใŸใ€‚`,"setupPasskey.error.unsupported":`ใ“ใฎใƒ–ใƒฉใ‚ฆใ‚ถใพใŸใฏใ‚ขใƒ—ใƒชใงใฏใƒ‘ใ‚นใ‚ญใƒผใ‚’ไฝฟ็”จใงใใพใ›ใ‚“ใ€‚`,"setupPasskey.error.notAllowed":`ใƒ‘ใ‚นใ‚ญใƒผใฎ็™ป้Œฒใ‚’ๅฎŒไบ†ใงใใพใ›ใ‚“ใงใ—ใŸใ€‚ใ‚ขใƒ—ใƒชๅ†…ใƒ–ใƒฉใ‚ฆใ‚ถใงใฏใƒ‘ใ‚นใ‚ญใƒผใŒใƒ–ใƒญใƒƒใ‚ฏใ•ใ‚Œใ‚‹ใ“ใจใŒใ‚ใ‚Šใพใ™ใ€‚`,"setupPasskey.error.expired":`ใ‚ปใƒƒใ‚ทใƒงใƒณใŒๆœŸ้™ๅˆ‡ใ‚Œใงใ™ใ€‚ๅ†ๅบฆใƒญใ‚ฐใ‚คใƒณใ—ใฆใใ ใ•ใ„ใ€‚`,"setupPasskey.useTotp":`่ช่จผใ‚ขใƒ—ใƒชใ‚’่จญๅฎš`,"setupPasskey.backToLogin":`ใƒญใ‚ฐใ‚คใƒณใซๆˆปใ‚‹`,"terms.title":`ๅˆฉ็”จ่ฆ็ด„`,"terms.required":`ๅฟ…้ ˆ`,"terms.optional":`ไปปๆ„`,"terms.agreeAll":`ใ™ในใฆใซๅŒๆ„`,"terms.agreeAllOptionalIncluded":`(ไปปๆ„่ฆ็ด„ใ‚’ๅซใ‚€)`,"terms.versionUpdated":`่ฆ็ด„ใŒๆ›ดๆ–ฐใ•ใ‚Œใพใ—ใŸใ€‚ๆ–ฐใ—ใ„ใƒใƒผใ‚ธใƒงใƒณใซๅŒๆ„ใ—ใฆใใ ใ•ใ„ใ€‚`,"terms.submit":`ๅŒๆ„ใ—ใฆ็ถšใ‘ใ‚‹`,"terms.error.title":`ใ‚จใƒฉใƒผ`,"terms.error.message":`่ฆ็ด„ๆƒ…ๅ ฑใ‚’่ชญใฟ่พผใ‚ใพใ›ใ‚“ใงใ—ใŸใ€‚`,"terms.error.back":`ๆˆปใ‚‹`,"terms.error.submitFailed":`ๅŒๆ„ใฎ้€ไฟกใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ใ‚‚ใ†ไธ€ๅบฆใŠ่ฉฆใ—ใใ ใ•ใ„ใ€‚`,"terms.additionalOptionalConsent":`่ฟฝๅŠ ใฎไปปๆ„ๅŒๆ„`,"terms.view":`่กจ็คบ`,"terms.viewSpecific":`{{title}}ใ‚’่กจ็คบ`,"admin.users.includeDeleted":`ๅ‰Š้™คๆธˆใฟใ‚’ๅซใ‚ใ‚‹`,"admin.users.search":`ๆคœ็ดข`,"admin.users.actions":`ๆ“ไฝœ`,"admin.users.edit":`็ทจ้›†`,"admin.users.delete":`ๅ‰Š้™ค`,"admin.users.editUser":`{{email}} ใ‚’็ทจ้›†`,"admin.users.deleteUser":`{{email}} ใ‚’ๅ‰Š้™ค`,"admin.users.readonly":`่ชญใฟๅ–ใ‚Šๅฐ‚็”จ`,"admin.users.password":`ใƒ‘ใ‚นใƒฏใƒผใƒ‰`,"admin.users.editTitle":`ใƒฆใƒผใ‚ถใƒผ็ทจ้›†`,"admin.users.createSubmit":`ไฝœๆˆ`,"admin.users.save":`ๅค‰ๆ›ดใ‚’ไฟๅญ˜`,"admin.users.cancel":`ใ‚ญใƒฃใƒณใ‚ปใƒซ`,"admin.users.deleteTitle":`{{email}} ใ‚’ๅ‰Š้™คใ—ใพใ™ใ‹?`,"admin.users.deleteDescription":`ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ฎก็†ใƒฆใƒผใ‚ถใƒผใ‚’soft-deleteใ—ใ€ไปฅๅพŒใฎใƒญใ‚ฐใ‚คใƒณใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใพใ™ใ€‚`,"admin.users.deleteConfirm":`ใƒฆใƒผใ‚ถใƒผใ‚’ๅ‰Š้™ค`,"admin.users.previous":`ๅ‰ใธ`,"admin.users.next":`ๆฌกใธ`,"admin.users.page":`{{page}}ใƒšใƒผใ‚ธ`,"admin.users.filter.all":`ใ™ในใฆ`,"admin.users.filter.database":`DB`,"admin.users.filter.config":`Config`,"admin.users.filter.admins":`็ฎก็†่€…`,"admin.users.clearFilters":`ใƒ•ใ‚ฃใƒซใ‚ฟใƒผใ‚’ใ‚ฏใƒชใ‚ข`,"admin.users.pageSize":`่กŒๆ•ฐ`,"admin.users.showingRange":`{{total}}ไปถไธญ {{from}}โ€“{{to}} ใ‚’่กจ็คบ`,"admin.users.emptyFiltered":`็พๅœจใฎใƒ•ใ‚ฃใƒซใ‚ฟใƒผใซไธ€่‡ดใ™ใ‚‹ใƒฆใƒผใ‚ถใƒผใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚`,"admin.users.createdNotice":`{{email}} ใ‚’ไฝœๆˆใ—ใพใ—ใŸใ€‚`,"admin.users.updatedNotice":`{{email}} ใ‚’ๆ›ดๆ–ฐใ—ใพใ—ใŸใ€‚`,"admin.users.deletedNotice":`{{email}} ใ‚’ๅ‰Š้™คใ—ใพใ—ใŸใ€‚`,"admin.users.operationFailed":`ๆ“ไฝœใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚ๅ€คใ‚’็ขบ่ชใ—ใฆๅ†่ฉฆ่กŒใ—ใฆใใ ใ•ใ„ใ€‚`,"admin.users.createHint":`ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ฎก็†ใƒฆใƒผใ‚ถใƒผใ‚’ไฝœๆˆใ—ใพใ™ใ€‚Configใƒฆใƒผใ‚ถใƒผใฏ่ชญใฟๅ–ใ‚Šๅฐ‚็”จใฎใพใพใงใ™ใ€‚`,"admin.users.editHint":`ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ฎก็†ใƒฆใƒผใ‚ถใƒผใฎใ‚ขใ‚ซใ‚ฆใƒณใƒˆใƒกใ‚ฟใƒ‡ใƒผใ‚ฟใ‚’ๆ›ดๆ–ฐใ—ใพใ™ใ€‚`,"admin.users.deleteWarning":`ใ“ใ‚Œใฏ็ ดๅฃŠ็š„ใช็ฎก็†่€…ๆ“ไฝœใงใ™ใ€‚`,"common.on":`ใ‚ชใƒณ`,"admin.nav.open":`็ฎก็†ใƒŠใƒ“ใ‚ฒใƒผใ‚ทใƒงใƒณใ‚’้–‹ใ`,"admin.nav.close":`็ฎก็†ใƒŠใƒ“ใ‚ฒใƒผใ‚ทใƒงใƒณใ‚’้–‰ใ˜ใ‚‹`,"admin.breadcrumbLabel":`็ฎก็†ใƒ‘ใƒณใใš`,"admin.console":`็ฎก็†ใ‚ณใƒณใ‚ฝใƒผใƒซ`,"admin.livePolicy":`ใƒฉใ‚คใƒ–ใƒใƒชใ‚ทใƒผ`,"admin.roleBadge":`role: {{role}}`,"admin.metrics.totalUsersHint":`็ฎก็†ๅฏพ่ฑก ID`,"admin.metrics.adminsHint":`็‰นๆจฉใ‚ขใ‚ซใ‚ฆใƒณใƒˆ`,"admin.metrics.databaseUsersHint":`ๅค‰ๆ›ดๅฏ่ƒฝใชใƒฌใ‚ณใƒผใƒ‰`,"admin.identityGraph":`ID ใ‚ฐใƒฉใƒ•`,"admin.policy.description":`config ใ‚ฝใƒผใ‚นใฏ่ชคๅค‰ๆ›ดใ‹ใ‚‰ไฟ่ญทใ•ใ‚Œใฆใ„ใพใ™ใ€‚`,"admin.users.verifiedLabel":`ๆคœ่จผๆธˆใฟ:`,"admin.users.directoryEyebrow":`ใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒช`,"admin.users.queryChip":`query: {{query}}`,"admin.users.currentPage":`็พๅœจใฎใƒšใƒผใ‚ธ`,"admin.disabled":`็ฎก็†ใ‚ณใƒณใ‚ฝใƒผใƒซใŒ็„กๅŠนใงใ™`,"admin.disabledDescription":`ใ“ใฎใƒ‡ใƒ—ใƒญใ‚คใงใฏ็ฎก็†ใ‚ณใƒณใ‚ฝใƒผใƒซใŒ็„กๅŠนใซใชใฃใฆใ„ใพใ™ใ€‚`,"admin.users.secondFactorTotp":`TOTP`,"admin.users.secondFactorPasskey":`ใƒ‘ใ‚นใ‚ญใƒผ {{count}} ไปถ`,"admin.users.roleUser":`ใƒฆใƒผใ‚ถใƒผ`,"admin.users.roleAdmin":`็ฎก็†่€…`,"admin.users.secondFactorPasskeys":`ใƒ‘ใ‚นใ‚ญใƒผ {{count}} ไปถ`,"common.close":`้–‰ใ˜ใ‚‹`,"admin.mobileTitle":`Issuary ็ฎก็†`,"admin.users.sourceDatabase":`ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น`,"admin.users.sourceConfig":`่จญๅฎš`,"admin.users.activeOnPage":`็พๅœจใฎใƒšใƒผใ‚ธใฎๆœ‰ๅŠน`,"admin.users.configOnPage":`็พๅœจใฎใƒšใƒผใ‚ธใฎ่จญๅฎšใƒฆใƒผใ‚ถใƒผ`,"admin.users.databaseOnPage":`็พๅœจใฎใƒšใƒผใ‚ธใฎDBใƒฆใƒผใ‚ถใƒผ`},xu={"common.language.auto":`์ž๋™`,"common.language.select":`์–ธ์–ด ์„ ํƒ`,"common.theme.auto":`์ž๋™`,"common.theme.dark":`๋‹คํฌ`,"common.theme.light":`๋ผ์ดํŠธ`,"common.theme.select":`ํ…Œ๋งˆ ์„ ํƒ`,"common.yes":`์˜ˆ`,"common.dismiss":`๋‹ซ๊ธฐ`,"common.otp.label":`์ธ์ฆ ์ฝ”๋“œ`,"common.otp.digit":`{{label}}, {{total}}์ž๋ฆฌ ์ค‘ {{position}}๋ฒˆ์งธ`,"common.password.show":`๋น„๋ฐ€๋ฒˆํ˜ธ ํ‘œ์‹œ`,"common.password.hide":`๋น„๋ฐ€๋ฒˆํ˜ธ ์ˆจ๊ธฐ๊ธฐ`,"common.no":`์•„๋‹ˆ์˜ค`,"common.none":`์—†์Œ`,"common.or":`๋˜๋Š”`,"authorizationContext.label":`๊ถŒํ•œ ์š”์ฒญ`,"authorizationContext.title":`{{app}}๋กœ ๊ณ„์†`,"authorizationContext.redirect":`{{origin}}๋กœ ๋Œ์•„๊ฐ‘๋‹ˆ๋‹ค`,"authorizationContext.permissions":`์š”์ฒญ๋œ ์ ‘๊ทผ ๊ถŒํ•œ`,"authorizationContext.noScopes":`์ถ”๊ฐ€ ํ”„๋กœํ•„ ์ ‘๊ทผ ๊ถŒํ•œ์„ ์š”์ฒญํ•˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค.`,"login.email.label":`์ด๋ฉ”์ผ ์ฃผ์†Œ`,"login.email.placeholder":`hello@example.com`,"login.error.failed":`๋กœ๊ทธ์ธ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ์ด๋ฉ”์ผ๊ณผ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ํ™•์ธํ•ด์ฃผ์„ธ์š”.`,"login.password.label":`๋น„๋ฐ€๋ฒˆํ˜ธ`,"login.password.placeholder":`๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"login.submit":`๋กœ๊ทธ์ธ`,"login.submitting":`๋กœ๊ทธ์ธ ์ค‘...`,"login.title":`๋‹ค์‹œ ๋งŒ๋‚˜์„œ ๋ฐ˜๊ฐ‘์Šต๋‹ˆ๋‹ค`,"login.link.register":`ํšŒ์›๊ฐ€์ž…`,"login.link.forgotPassword":`๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์žŠ์œผ์…จ๋‚˜์š”?`,"login.selectMethod.subtitle":``,"login.method.password":`์ด๋ฉ”์ผ`,"login.method.passkey":`ํŒจ์Šคํ‚ค`,"login.passkey.error.unsupported":`์ด ๋ธŒ๋ผ์šฐ์ €๋‚˜ ์•ฑ์—์„œ๋Š” ํŒจ์Šคํ‚ค๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ง€์›๋˜๋Š” ๋ธŒ๋ผ์šฐ์ €๋ฅผ ์‚ฌ์šฉํ•˜๊ฑฐ๋‚˜ ์ด๋ฉ”์ผ๋กœ ๋กœ๊ทธ์ธํ•˜์„ธ์š”.`,"login.passkey.error.failed":`ํŒจ์Šคํ‚ค ๋กœ๊ทธ์ธ์„ ์™„๋ฃŒํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธ์•ฑ ๋ธŒ๋ผ์šฐ์ €์—์„œ๋Š” ํŒจ์Šคํ‚ค๊ฐ€ ์ฐจ๋‹จ๋  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๊ฑฐ๋‚˜ ์ด๋ฉ”์ผ๋กœ ๋กœ๊ทธ์ธํ•˜์„ธ์š”.`,"login.password.backToMethods":`๋‹ค๋ฅธ ๋ฐฉ์‹์œผ๋กœ ๋กœ๊ทธ์ธ`,"login.footer.noAccount":`๊ณ„์ •์ด ์—†์œผ์‹ ๊ฐ€์š”?`,"profile.email.label":`์ด๋ฉ”์ผ`,"profile.id.label":`์‚ฌ์šฉ์ž ID`,"profile.logout":`๋กœ๊ทธ์•„์›ƒ`,"profile.title":`๋‚ด ์ •๋ณด`,"profile.account.title":`๊ณ„์ • ์ •๋ณด`,"profile.account.description":`๊ธฐ๋ณธ ๊ณ„์ • ์ •๋ณด์ž…๋‹ˆ๋‹ค`,"profile.security.title":`๋ณด์•ˆ`,"profile.security.description":`๋ณด์•ˆ ์„ค์ •์„ ๊ด€๋ฆฌํ•˜์„ธ์š”`,"admin.eyebrow":`๊ด€๋ฆฌ์ž`,"admin.dashboardTitle":`๊ด€๋ฆฌ์ž ๋Œ€์‹œ๋ณด๋“œ`,"admin.dashboardDescription":`Issuary ์‚ฌ์šฉ์ž์™€ ํด๋ผ์ด์–ธํŠธ๋ฅผ ํ•œ ๊ณณ์—์„œ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.`,"admin.readonlyNotice":`config์— ์„ ์–ธ๋œ ์‚ฌ์šฉ์ž์™€ ํด๋ผ์ด์–ธํŠธ๋Š” ์ฝ๊ธฐ ์ „์šฉ์ž…๋‹ˆ๋‹ค.`,"admin.accessRequired":`๊ด€๋ฆฌ์ž ๊ถŒํ•œ ํ•„์š”`,"admin.accessRequiredDescription":`์ด ๊ณ„์ •์—๋Š” ๊ด€๋ฆฌ์ž ์ฝ˜์†” ์ ‘๊ทผ ๊ถŒํ•œ์ด ์—†์Šต๋‹ˆ๋‹ค.`,"admin.nav.dashboard":`๋Œ€์‹œ๋ณด๋“œ`,"admin.nav.users":`์‚ฌ์šฉ์ž`,"admin.signedInAs":`๋กœ๊ทธ์ธ ๊ณ„์ •`,"admin.commandPlaceholder":`์‚ฌ์šฉ์ž, ํด๋ผ์ด์–ธํŠธ, ์ •์ฑ… ๊ฒ€์ƒ‰...`,"admin.environment":`๋ผ์ด๋ธŒ`,"admin.metrics.totalUsers":`์ „์ฒด ์‚ฌ์šฉ์ž`,"admin.metrics.admins":`๊ด€๋ฆฌ์ž`,"admin.metrics.configUsers":`Config ์‚ฌ์šฉ์ž`,"admin.metrics.databaseUsers":`DB ์‚ฌ์šฉ์ž`,"admin.policy.title":`์ •์ฑ…`,"admin.policy.heading":`๋ณดํ˜ธ ์ •์ฑ… ํ™œ์„ฑํ™”๋จ`,"admin.policy.configReadonly":`Config ์ฝ๊ธฐ ์ „์šฉ`,"admin.backToDashboard":`๋Œ€์‹œ๋ณด๋“œ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"admin.users.title":`์‚ฌ์šฉ์ž`,"admin.users.description":`DB ๊ด€๋ฆฌ ์‚ฌ์šฉ์ž๋ฅผ ๊ด€๋ฆฌํ•˜๊ณ  config ๊ด€๋ฆฌ ์‚ฌ์šฉ์ž๋ฅผ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค.`,"admin.users.directory":`์‚ฌ์šฉ์ž ๋””๋ ‰ํ„ฐ๋ฆฌ`,"admin.users.searchPlaceholder":`์ด๋ฉ”์ผ ๋˜๋Š” ID๋กœ ์‚ฌ์šฉ์ž ๊ฒ€์ƒ‰`,"admin.users.create":`์‚ฌ์šฉ์ž ์ƒ์„ฑ`,"admin.users.role":`์—ญํ• `,"admin.users.source":`์†Œ์Šค`,"admin.users.emailVerified":`์ด๋ฉ”์ผ ์ธ์ฆ`,"admin.users.secondFactor":`2FA`,"admin.users.status":`์ƒํƒœ`,"admin.users.active":`ํ™œ์„ฑ`,"admin.users.deleted":`์‚ญ์ œ๋จ`,"admin.users.total":`์‚ฌ์šฉ์ž {{count}}๋ช…`,"admin.users.open":`์‚ฌ์šฉ์ž ์—ด๊ธฐ`,"register.email.label":`์ด๋ฉ”์ผ ์ฃผ์†Œ`,"register.email.placeholder":`hello@example.com`,"register.error.emailExists":`์ด๋ฏธ ์กด์žฌํ•˜๋Š” ์ด๋ฉ”์ผ์ž…๋‹ˆ๋‹ค`,"register.error.emailNotAllowed":`์ด ์ด๋ฉ”์ผ ์ฃผ์†Œ๋กœ๋Š” ํšŒ์›๊ฐ€์ž…์ด ํ—ˆ์šฉ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.`,"register.error.registrationDisabled":`ํ˜„์žฌ ํšŒ์›๊ฐ€์ž…์ด ๋น„ํ™œ์„ฑํ™”๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.`,"register.link.login":`๋กœ๊ทธ์ธ`,"register.footer.haveAccount":`์ด๋ฏธ ๊ณ„์ •์ด ์žˆ์œผ์‹ ๊ฐ€์š”?`,"register.password.label":`๋น„๋ฐ€๋ฒˆํ˜ธ`,"register.password.hint":`์ตœ์†Œ {{count}}์ž ์ด์ƒ ์ž…๋ ฅํ•˜์„ธ์š”.`,"register.password.placeholder":`๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"register.submit":`ํšŒ์›๊ฐ€์ž…`,"register.submitting":`ํšŒ์›๊ฐ€์ž… ์ค‘...`,"register.subtitle":`์ƒˆ ๊ณ„์ •์„ ๋งŒ๋“ค์–ด ์‹œ์ž‘ํ•˜์„ธ์š”`,"register.title":`๊ณ„์ • ๋งŒ๋“ค๊ธฐ`,"validation.email.required":`์ด๋ฉ”์ผ ์ฃผ์†Œ๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”`,"validation.email.invalid":`์˜ฌ๋ฐ”๋ฅธ ์ด๋ฉ”์ผ ํ˜•์‹์ด ์•„๋‹™๋‹ˆ๋‹ค`,"validation.password.max":`๋น„๋ฐ€๋ฒˆํ˜ธ๋Š” ์ตœ๋Œ€ {{count}}์ž๊นŒ์ง€ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค`,"validation.password.min":`๋น„๋ฐ€๋ฒˆํ˜ธ๋Š” ์ตœ์†Œ {{count}}์ž ์ด์ƒ์ด์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค`,"validation.password.required":`๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”`,"validation.password.strength.label":`๋น„๋ฐ€๋ฒˆํ˜ธ ๊ฐ•๋„`,"validation.password.strength.weak":`์•ฝํ•จ`,"validation.password.strength.fair":`๋ณดํ†ต`,"validation.password.strength.good":`์ข‹์Œ`,"validation.password.strength.strong":`๊ฐ•ํ•จ`,"validation.token.required":`์ธ์ฆ ํ† ํฐ์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”`,"validation.confirmPassword.required":`๋น„๋ฐ€๋ฒˆํ˜ธ ํ™•์ธ์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”`,"validation.confirmPassword.mismatch":`๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์ผ์น˜ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค`,"validation.confirmText.mismatch":`์ž…๋ ฅํ•œ ํ…์ŠคํŠธ๊ฐ€ ์ผ์น˜ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค`,"validation.terms.required":`ํ•„์ˆ˜ ์•ฝ๊ด€์— ๋™์˜ํ•ด์ฃผ์„ธ์š”`,"register.success.subtitle":`์ด๋ฉ”์ผ ์ธ์ฆ ๋งํฌ๋ฅผ ๋ณด๋ƒˆ์Šต๋‹ˆ๋‹ค`,"register.success.description":`{{email}}๋กœ ์ „์†ก๋œ ์ด๋ฉ”์ผ์„ ํ™•์ธํ•˜์—ฌ ๊ณ„์ •์„ ์ธ์ฆํ•ด์ฃผ์„ธ์š”.`,"verifyEmail.title":`์ด๋ฉ”์ผ ์ธ์ฆ`,"verifyEmail.subtitle":`์•„๋ž˜์— ์ธ์ฆ ํ† ํฐ์„ ์ž…๋ ฅํ•˜์„ธ์š”`,"verifyEmail.token.label":`์ธ์ฆ ํ† ํฐ`,"verifyEmail.token.placeholder":`์ด๋ฉ”์ผ๋กœ ๋ฐ›์€ ํ† ํฐ์„ ์ž…๋ ฅํ•˜์„ธ์š”`,"verifyEmail.submit":`์ธ์ฆํ•˜๊ธฐ`,"verifyEmail.submitting":`์ธ์ฆ ์ค‘...`,"verifyEmail.resend":`์ธ์ฆ ์ด๋ฉ”์ผ ์žฌ์ „์†ก`,"verifyEmail.resending":`์žฌ์ „์†ก ์ค‘...`,"verifyEmail.success.title":`์ธ์ฆ ์™„๋ฃŒ!`,"verifyEmail.success.subtitle":`์ด๋ฉ”์ผ์ด ์„ฑ๊ณต์ ์œผ๋กœ ์ธ์ฆ๋˜์—ˆ์Šต๋‹ˆ๋‹ค`,"verifyEmail.success.description":`์ด์ œ ๋ชจ๋“  ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"verifyEmail.success.goToProfile":`ํ”„๋กœํ•„๋กœ ์ด๋™`,"verifyEmail.error.invalidToken":`์œ ํšจํ•˜์ง€ ์•Š๊ฑฐ๋‚˜ ๋งŒ๋ฃŒ๋œ ํ† ํฐ์ž…๋‹ˆ๋‹ค`,"verifyEmail.resendSuccess":`์ธ์ฆ ์ด๋ฉ”์ผ์ด ์žฌ์ „์†ก๋˜์—ˆ์Šต๋‹ˆ๋‹ค`,"forgotPassword.title":`๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ`,"forgotPassword.subtitle":`๋น„๋ฐ€๋ฒˆํ˜ธ ์žฌ์„ค์ • ๋งํฌ๋ฅผ ๋ฐ›์„ ์ด๋ฉ”์ผ์„ ์ž…๋ ฅํ•˜์„ธ์š”`,"forgotPassword.email.label":`์ด๋ฉ”์ผ ์ฃผ์†Œ`,"forgotPassword.email.placeholder":`hello@example.com`,"forgotPassword.submit":`์žฌ์„ค์ • ๋งํฌ ๋ณด๋‚ด๊ธฐ`,"forgotPassword.submitting":`์ „์†ก ์ค‘...`,"forgotPassword.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"forgotPassword.footer.rememberedPassword":`๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ๊ธฐ์–ต๋‚˜์…จ๋‚˜์š”?`,"forgotPassword.success.title":`์ด๋ฉ”์ผ ์ „์†ก ์™„๋ฃŒ!`,"forgotPassword.success.subtitle":`๋ฐ›์€ ํŽธ์ง€ํ•จ์„ ํ™•์ธํ•˜์„ธ์š”`,"forgotPassword.success.description":`{{email}}์— ํ•ด๋‹นํ•˜๋Š” ๊ณ„์ •์ด ์กด์žฌํ•˜๋ฉด ๋น„๋ฐ€๋ฒˆํ˜ธ ์žฌ์„ค์ • ๋งํฌ๊ฐ€ ์ „์†ก๋ฉ๋‹ˆ๋‹ค.`,"forgotPassword.success.checkSpam":`์ด๋ฉ”์ผ์ด ๋ณด์ด์ง€ ์•Š์œผ๋ฉด ์ŠคํŒธ ํด๋”๋ฅผ ํ™•์ธํ•ด์ฃผ์„ธ์š”.`,"forgotPassword.error.notEditable":`์ด ๊ณ„์ •์€ ์ˆ˜์ •ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค`,"resetPassword.title":`๋น„๋ฐ€๋ฒˆํ˜ธ ์žฌ์„ค์ •`,"resetPassword.subtitle":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"resetPassword.token.label":`์žฌ์„ค์ • ํ† ํฐ`,"resetPassword.token.placeholder":`์ด๋ฉ”์ผ๋กœ ๋ฐ›์€ ํ† ํฐ์„ ์ž…๋ ฅํ•˜์„ธ์š”`,"resetPassword.password.label":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ`,"resetPassword.password.placeholder":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"resetPassword.confirmPassword.label":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ ํ™•์ธ`,"resetPassword.confirmPassword.placeholder":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ๋‹ค์‹œ ์ž…๋ ฅํ•˜์„ธ์š”`,"resetPassword.submit":`๋น„๋ฐ€๋ฒˆํ˜ธ ์žฌ์„ค์ •`,"resetPassword.submitting":`์žฌ์„ค์ • ์ค‘...`,"resetPassword.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"resetPassword.success.title":`๋น„๋ฐ€๋ฒˆํ˜ธ ์žฌ์„ค์ • ์™„๋ฃŒ!`,"resetPassword.success.subtitle":`๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์„ฑ๊ณต์ ์œผ๋กœ ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค`,"resetPassword.success.description":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋กœ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"resetPassword.success.goToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ์ด๋™`,"resetPassword.error.invalidToken":`์œ ํšจํ•˜์ง€ ์•Š๊ฑฐ๋‚˜ ๋งŒ๋ฃŒ๋œ ํ† ํฐ์ž…๋‹ˆ๋‹ค`,"resetPassword.error.notEditable":`์ด ๊ณ„์ •์€ ์ˆ˜์ •ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค`,"consent.title":`๊ถŒํ•œ ์š”์ฒญ`,"consent.subtitle":`{{app}}์—์„œ ๊ณ„์ •์— ๋Œ€ํ•œ ์ ‘๊ทผ์„ ์š”์ฒญํ•ฉ๋‹ˆ๋‹ค`,"consent.loggedInAs":`๋กœ๊ทธ์ธ ๊ณ„์ •`,"consent.permissions.title":`์ด ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์€ ๋‹ค์Œ์„ ์ˆ˜ํ–‰ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:`,"consent.allow":`ํ—ˆ์šฉ`,"consent.deny":`๊ฑฐ๋ถ€`,"consent.error.title":`์˜ค๋ฅ˜`,"consent.error.message":`๊ถŒํ•œ ์ •๋ณด๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ํด๋ผ์ด์–ธํŠธ๊ฐ€ ์œ ํšจํ•˜์ง€ ์•Š์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"consent.error.back":`๋Œ์•„๊ฐ€๊ธฐ`,"consent.scope.openid":`๊ณ ์œ  ์‚ฌ์šฉ์ž ์‹๋ณ„์ž์— ์ ‘๊ทผ`,"consent.scope.profile":`ํ”„๋กœํ•„ ์ •๋ณด์— ์ ‘๊ทผ`,"consent.scope.email":`์ด๋ฉ”์ผ ์ฃผ์†Œ์— ์ ‘๊ทผ`,"consent.scope.address":`์ฃผ์†Œ ์ •๋ณด์— ์ ‘๊ทผ`,"consent.scope.phone":`์ „ํ™”๋ฒˆํ˜ธ์— ์ ‘๊ทผ`,"consent.scope.offline_access":`์˜คํ”„๋ผ์ธ ์ ‘๊ทผ ์œ ์ง€`,"accountSelect.title":`๊ณ„์ • ์„ ํƒ`,"accountSelect.subtitle":`์ด ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์— ๊ณ„์†ํ•˜๋ ค๋ฉด ๊ณ„์ •์„ ์„ ํƒํ•˜์„ธ์š”`,"accountSelect.unavailable":`๊ณ„์ • ์„ ํƒ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค`,"accountSelect.noRememberedAccounts":`์ด ๋ธŒ๋ผ์šฐ์ € ์„ธ์…˜์— ๊ธฐ์–ต๋œ ๊ณ„์ •์ด ์—†์Šต๋‹ˆ๋‹ค.`,"accountSelect.currentAccount":`ํ˜„์žฌ ๊ณ„์ •`,"accountSelect.rememberedAccount":`๊ธฐ์–ต๋œ ๊ณ„์ •`,"accountSelect.current":`ํ˜„์žฌ`,"accountSelect.removeAccount":`{{email}} ์ œ๊ฑฐ`,"accountSelect.useAnotherAccount":`๋‹ค๋ฅธ ๊ณ„์ • ์‚ฌ์šฉ`,"oauth.error.failed":`OAuth ๋กœ๊ทธ์ธ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"oauth.error.accessDenied":`์‚ฌ์šฉ์ž๊ฐ€ ๊ถŒํ•œ ์š”์ฒญ์„ ๊ฑฐ๋ถ€ํ–ˆ์Šต๋‹ˆ๋‹ค.`,"oauth.error.temporarilyUnavailable":`์„œ๋น„์Šค๊ฐ€ ์ผ์‹œ์ ์œผ๋กœ ์ด์šฉ ๋ถˆ๊ฐ€ํ•ฉ๋‹ˆ๋‹ค. ์ž ์‹œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"oauth.error.serverError":`์ธ์ฆ ์„œ๋ฒ„์— ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ์ž ์‹œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"oauth.error.registrationEmailNotAllowed":`์ด ์ด๋ฉ”์ผ ์ฃผ์†Œ๋กœ๋Š” ํšŒ์›๊ฐ€์ž…์ด ํ—ˆ์šฉ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.`,"profile.linkedAccounts.title":`์—ฐ๊ฒฐ๋œ ๊ณ„์ •`,"profile.linkedAccounts.description":`์™ธ๋ถ€ ์„œ๋น„์Šค์™€ ๊ณ„์ •์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”`,"profile.linkedAccounts.link":`์—ฐ๊ฒฐ`,"profile.linkedAccounts.unlink":`์—ฐ๊ฒฐ ํ•ด์ œ`,"profile.linkedAccounts.unlinking":`์—ฐ๊ฒฐ ํ•ด์ œ ์ค‘...`,"profile.linkedAccounts.unlinkError":`์—ฐ๊ฒฐ์„ ํ•ด์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ตœ์†Œ ํ•˜๋‚˜์˜ ๋กœ๊ทธ์ธ ๋ฐฉ๋ฒ•์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.`,"profile.linkedAccounts.unlinkModal.title":`๊ณ„์ • ์—ฐ๊ฒฐ ํ•ด์ œ`,"profile.linkedAccounts.unlinkModal.description":`{{provider}} ๊ณ„์ • ์—ฐ๊ฒฐ์„ ํ•ด์ œํ•ฉ๋‹ˆ๋‹ค.`,"profile.linkedAccounts.unlinkModal.warning":`{{provider}}๋กœ ๋” ์ด์ƒ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์—†๊ฒŒ ๋ฉ๋‹ˆ๋‹ค. ๋‹ค๋ฅธ ๋กœ๊ทธ์ธ ๋ฐฉ๋ฒ•์ด ์žˆ๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š”.`,"profile.linkedAccounts.unlinkModal.cancel":`์ทจ์†Œ`,"profile.linkedAccounts.connected":`์—ฐ๊ฒฐ๋จ`,"profile.linkedAccounts.notConnected":`์—ฐ๊ฒฐ๋˜์ง€ ์•Š์Œ`,"error.subtitle":`๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค`,"error.defaultMessage":`์˜ˆ์ƒ์น˜ ๋ชปํ•œ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‚˜์ค‘์— ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"error.codeLabel":`์˜ค๋ฅ˜ ์ฝ”๋“œ`,"error.goToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ์ด๋™`,"error.goBack":`๋’ค๋กœ ๊ฐ€๊ธฐ`,"error.footer.needHelp":`๋„์›€์ด ํ•„์š”ํ•˜์‹ ๊ฐ€์š”?`,"error.footer.contactSupport":`์ง€์›ํŒ€ ๋ฌธ์˜`,"error.sessionExpired":`์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด์ฃผ์„ธ์š”.`,"error.retry":`๋‹ค์‹œ ์‹œ๋„`,"profile.password.title":`๋น„๋ฐ€๋ฒˆํ˜ธ`,"profile.password.status.set":`๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์„ค์ •๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค`,"profile.password.status.notSet":`๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์„ค์ •๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค`,"profile.password.set":`๋น„๋ฐ€๋ฒˆํ˜ธ ์„ค์ •`,"profile.password.change":`๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ`,"profile.password.remove":`๋น„๋ฐ€๋ฒˆํ˜ธ ์‚ญ์ œ`,"profile.password.setModal.title":`๋น„๋ฐ€๋ฒˆํ˜ธ ์„ค์ •`,"profile.password.setModal.description":`์ด๋ฉ”์ผ๊ณผ ๋น„๋ฐ€๋ฒˆํ˜ธ๋กœ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์žˆ๋„๋ก ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์„ค์ •ํ•˜์„ธ์š”.`,"profile.password.setModal.newPassword":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ`,"profile.password.setModal.newPasswordPlaceholder":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.password.setModal.confirmPassword":`๋น„๋ฐ€๋ฒˆํ˜ธ ํ™•์ธ`,"profile.password.setModal.confirmPasswordPlaceholder":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ๋‹ค์‹œ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.password.setModal.submit":`๋น„๋ฐ€๋ฒˆํ˜ธ ์„ค์ •`,"profile.password.setModal.submitting":`์„ค์ • ์ค‘...`,"profile.password.setModal.cancel":`์ทจ์†Œ`,"profile.password.setModal.error":`๋น„๋ฐ€๋ฒˆํ˜ธ ์„ค์ •์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค`,"profile.password.changeModal.title":`๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ`,"profile.password.changeModal.description":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ํ™•์ธํ•œ ํ›„ ์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.`,"profile.password.changeModal.currentPassword":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ`,"profile.password.changeModal.currentPasswordPlaceholder":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.password.changeModal.newPassword":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ`,"profile.password.changeModal.newPasswordPlaceholder":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.password.changeModal.confirmPassword":`๋น„๋ฐ€๋ฒˆํ˜ธ ํ™•์ธ`,"profile.password.changeModal.confirmPasswordPlaceholder":`์ƒˆ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ๋‹ค์‹œ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.password.changeModal.submit":`๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ`,"profile.password.changeModal.submitting":`๋ณ€๊ฒฝ ์ค‘...`,"profile.password.changeModal.cancel":`์ทจ์†Œ`,"profile.password.changeModal.error":`๋น„๋ฐ€๋ฒˆํ˜ธ ๋ณ€๊ฒฝ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค`,"profile.password.changeModal.invalidCurrent":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์˜ฌ๋ฐ”๋ฅด์ง€ ์•Š์Šต๋‹ˆ๋‹ค`,"profile.password.removeModal.title":`๋น„๋ฐ€๋ฒˆํ˜ธ ์‚ญ์ œ`,"profile.password.removeModal.description":`๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์‚ญ์ œํ•˜๋ฉด ์ด๋ฉ”์ผ๊ณผ ๋น„๋ฐ€๋ฒˆํ˜ธ๋กœ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์—†๊ฒŒ ๋ฉ๋‹ˆ๋‹ค. ์—ฐ๊ฒฐ๋œ OAuth ๊ณ„์ •์œผ๋กœ๋งŒ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"profile.password.removeModal.currentPassword":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ`,"profile.password.removeModal.currentPasswordPlaceholder":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.password.removeModal.submit":`๋น„๋ฐ€๋ฒˆํ˜ธ ์‚ญ์ œ`,"profile.password.removeModal.submitting":`์‚ญ์ œ ์ค‘...`,"profile.password.removeModal.cancel":`์ทจ์†Œ`,"profile.password.removeModal.error":`๋น„๋ฐ€๋ฒˆํ˜ธ ์‚ญ์ œ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค`,"profile.password.removeModal.invalidCurrent":`ํ˜„์žฌ ๋น„๋ฐ€๋ฒˆํ˜ธ๊ฐ€ ์˜ฌ๋ฐ”๋ฅด์ง€ ์•Š์Šต๋‹ˆ๋‹ค`,"profile.password.removeModal.noOAuth":`์ตœ์†Œ ํ•˜๋‚˜์˜ OAuth ๊ณ„์ •์ด ์—ฐ๊ฒฐ๋˜์–ด ์žˆ์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค`,"profile.password.removeModal.noOAuthWith2FA":`2FA๊ฐ€ ์„ค์ •๋œ ์ƒํƒœ์—์„œ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์‚ญ์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. OAuth ๊ณ„์ •์„ ๋จผ์ € ์—ฐ๊ฒฐํ•˜๊ฑฐ๋‚˜, 2FA๋ฅผ ๋น„ํ™œ์„ฑํ™”ํ•œ ํ›„ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์‚ญ์ œํ•˜์„ธ์š”.`,"profile.password.removeDisabledReason":`2FA๊ฐ€ ์„ค์ •๋œ ๊ฒฝ์šฐ ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ์‚ญ์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. OAuth ๊ณ„์ •์„ ๋จผ์ € ์—ฐ๊ฒฐํ•ด์ฃผ์„ธ์š”.`,"profile.password.configManaged":`์ด ๊ณ„์ •์€ ์„ค์ • ํŒŒ์ผ๋กœ ๊ด€๋ฆฌ๋˜์–ด ๋น„๋ฐ€๋ฒˆํ˜ธ๋ฅผ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค`,"profile.totp.title":`2๋‹จ๊ณ„ ์ธ์ฆ`,"profile.totp.status.enabled":`2๋‹จ๊ณ„ ์ธ์ฆ์ด ํ™œ์„ฑํ™”๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค`,"profile.totp.status.recoveryCodesMissing":`๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ๋‹ค์‹œ ์ƒ์„ฑํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค`,"profile.totp.status.disabled":`2๋‹จ๊ณ„ ์ธ์ฆ์ด ํ™œ์„ฑํ™”๋˜์–ด ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค`,"profile.totp.enable":`ํ™œ์„ฑํ™”`,"profile.totp.disable":`๋น„ํ™œ์„ฑํ™”`,"profile.totp.regenerate":`์ฝ”๋“œ ์žฌ์ƒ์„ฑ`,"profile.totp.recoveryCodesMissing":`๊ธฐ์กด ๋ณต๊ตฌ ์ฝ”๋“œ๋Š” ๋” ์ด์ƒ ์œ ํšจํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์ง€๊ธˆ ์ƒˆ ๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ์ƒ์„ฑํ•˜๊ณ  ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”.`,"profile.totp.setupModal.title":`2๋‹จ๊ณ„ ์ธ์ฆ ์„ค์ •`,"profile.totp.setupModal.requiredDescription":`๊ณ„์†ํ•˜๋ ค๋ฉด 2๋‹จ๊ณ„ ์ธ์ฆ(TOTP) ๋˜๋Š” ํŒจ์Šคํ‚ค๋ฅผ ์„ค์ •ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.`,"profile.totp.setupModal.setupError":`์„ค์ •์„ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"profile.totp.setupModal.retry":`๋‹ค์‹œ ์‹œ๋„`,"profile.totp.setupModal.cancel":`์ทจ์†Œ`,"profile.totp.setupModal.switchToPasskey":`ํŒจ์Šคํ‚ค ์‚ฌ์šฉํ•˜๊ธฐ`,"profile.totp.disableModal.title":`2๋‹จ๊ณ„ ์ธ์ฆ ๋น„ํ™œ์„ฑํ™”`,"profile.totp.disableModal.description":`2๋‹จ๊ณ„ ์ธ์ฆ์„ ๋น„ํ™œ์„ฑํ™”ํ•˜๋ ค๋ฉด ํ˜„์žฌ ์ธ์ฆ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.`,"profile.totp.disableModal.warning":`2๋‹จ๊ณ„ ์ธ์ฆ์„ ๋น„ํ™œ์„ฑํ™”ํ•˜๋ฉด ๊ณ„์ • ๋ณด์•ˆ์ด ์•ฝํ•ด์ง‘๋‹ˆ๋‹ค.`,"profile.totp.disableModal.codeLabel":`์ธ์ฆ ์ฝ”๋“œ`,"profile.totp.disableModal.cancel":`์ทจ์†Œ`,"profile.totp.disableModal.disable":`๋น„ํ™œ์„ฑํ™”`,"profile.totp.disableModal.disabling":`๋น„ํ™œ์„ฑํ™” ์ค‘...`,"profile.totp.disableModal.error":`์ž˜๋ชป๋œ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"profile.totp.disableModal.cannotRemoveLastSecondFactor":`TOTP๋ฅผ ๋น„ํ™œ์„ฑํ™”ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ตœ์†Œ ํ•˜๋‚˜์˜ 2๋‹จ๊ณ„ ์ธ์ฆ ๋ฐฉ๋ฒ•(TOTP ๋˜๋Š” ํŒจ์Šคํ‚ค)์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.`,"profile.totp.regenerateModal.title":`๋ณต๊ตฌ ์ฝ”๋“œ ์žฌ์ƒ์„ฑ`,"profile.totp.regenerateModal.description":`๊ธฐ์กด ๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ๋ชจ๋‘ ๊ต์ฒดํ•˜๋ ค๋ฉด ํ˜„์žฌ ์ธ์ฆ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.`,"profile.totp.regenerateModal.submit":`๋ณต๊ตฌ ์ฝ”๋“œ ์ƒ์„ฑ`,"profile.totp.regenerateModal.submitting":`์ƒ์„ฑ ์ค‘...`,"profile.totp.regenerateModal.error":`์ž˜๋ชป๋œ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"profile.totp.regenerateModal.unexpectedError":`์ง€๊ธˆ์€ ๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ๋‹ค์‹œ ์ƒ์„ฑํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"profile.totp.regenerateModal.recoveryTitle":`์ƒˆ ๋ณต๊ตฌ ์ฝ”๋“œ`,"profile.totp.regenerateModal.recoveryDescription":`์ด ์ฝ”๋“œ๋Š” ํ•œ ๋ฒˆ๋งŒ ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค. ์ด ์ฐฝ์„ ๋‹ซ๊ธฐ ์ „์— ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”.`,"validation.totp.length":`์ฝ”๋“œ๋Š” 6์ž๋ฆฌ์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค`,"validation.totp.digits":`์ฝ”๋“œ๋Š” ์ˆซ์ž๋งŒ ํฌํ•จํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค`,"validation.passkey.name.max":`ํŒจ์Šคํ‚ค ์ด๋ฆ„์€ 100์ž ์ดํ•˜์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค`,"validation.passkey.name.required":`ํŒจ์Šคํ‚ค ์ด๋ฆ„์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”`,"profile.passkey.title":`ํŒจ์Šคํ‚ค`,"profile.passkey.status.enabled":`{{count}}๊ฐœ์˜ ํŒจ์Šคํ‚ค๊ฐ€ ๋“ฑ๋ก๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค`,"profile.passkey.status.disabled":`๋“ฑ๋ก๋œ ํŒจ์Šคํ‚ค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค`,"profile.passkey.add":`ํŒจ์Šคํ‚ค ์ถ”๊ฐ€`,"profile.passkey.manage":`๊ด€๋ฆฌ`,"profile.passkey.setupModal.title":`ํŒจ์Šคํ‚ค ์ถ”๊ฐ€`,"profile.passkey.setupModal.requiredDescription":`๊ณ„์†ํ•˜๋ ค๋ฉด ํŒจ์Šคํ‚ค ๋˜๋Š” 2๋‹จ๊ณ„ ์ธ์ฆ(TOTP)์„ ์„ค์ •ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.`,"profile.passkey.setupModal.description":`ํŒจ์Šคํ‚ค๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ์ง€๋ฌธ, ์–ผ๊ตด ์ธ์‹ ๋˜๋Š” ํ™”๋ฉด ์ž ๊ธˆ์œผ๋กœ ์•ˆ์ „ํ•˜๊ฒŒ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"profile.passkey.setupModal.nameLabel":`ํŒจ์Šคํ‚ค ์ด๋ฆ„ (์„ ํƒ)`,"profile.passkey.setupModal.namePlaceholder":`์˜ˆ: MacBook Pro, iPhone`,"profile.passkey.setupModal.nameHint":`๋‚˜์ค‘์— ์‹๋ณ„ํ•  ์ˆ˜ ์žˆ๋„๋ก ํŒจ์Šคํ‚ค์— ์ด๋ฆ„์„ ์ง€์ •ํ•˜์„ธ์š”`,"profile.passkey.setupModal.continue":`๊ณ„์†`,"profile.passkey.setupModal.cancel":`์ทจ์†Œ`,"profile.passkey.setupModal.switchToTotp":`2๋‹จ๊ณ„ ์ธ์ฆ ์‚ฌ์šฉํ•˜๊ธฐ`,"profile.passkey.setupModal.waitingForDevice":`๋ธŒ๋ผ์šฐ์ € ๋˜๋Š” ๊ธฐ๊ธฐ์˜ ์•ˆ๋‚ด๋ฅผ ๋”ฐ๋ฅด์„ธ์š”...`,"profile.passkey.setupModal.error":`ํŒจ์Šคํ‚ค ๋“ฑ๋ก์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"profile.passkey.setupModal.cancelled":`ํŒจ์Šคํ‚ค ๋“ฑ๋ก์ด ์ทจ์†Œ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.`,"profile.passkey.manageModal.title":`ํŒจ์Šคํ‚ค ๊ด€๋ฆฌ`,"profile.passkey.manageModal.noPasskeys":`๋“ฑ๋ก๋œ ํŒจ์Šคํ‚ค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.`,"profile.passkey.manageModal.close":`๋‹ซ๊ธฐ`,"profile.passkey.manageModal.addNew":`์ƒˆ ํŒจ์Šคํ‚ค ์ถ”๊ฐ€`,"profile.passkey.manageModal.unnamedPasskey":`์ด๋ฆ„ ์—†๋Š” ํŒจ์Šคํ‚ค`,"profile.passkey.manageModal.createdAt":`{{date}}์— ์ถ”๊ฐ€๋จ`,"profile.passkey.manageModal.backedUp":`๋™๊ธฐํ™”๋จ`,"profile.passkey.manageModal.rename":`์ด๋ฆ„ ๋ณ€๊ฒฝ`,"profile.passkey.manageModal.delete":`์‚ญ์ œ`,"profile.passkey.manageModal.deleteConfirmInline":`์ด ํŒจ์Šคํ‚ค๋ฅผ ์‚ญ์ œํ• ๊นŒ์š”?`,"profile.passkey.manageModal.deleteError":`ํŒจ์Šคํ‚ค๋ฅผ ์‚ญ์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ตœ์†Œ ํ•˜๋‚˜์˜ ๋กœ๊ทธ์ธ ๋ฐฉ๋ฒ•์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.`,"profile.passkey.manageModal.cannotRemoveLastSecondFactor":`ํŒจ์Šคํ‚ค๋ฅผ ์‚ญ์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ตœ์†Œ ํ•˜๋‚˜์˜ 2๋‹จ๊ณ„ ์ธ์ฆ ๋ฐฉ๋ฒ•(TOTP ๋˜๋Š” ํŒจ์Šคํ‚ค)์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.`,"profile.passkey.manageModal.nameLabel":`ํŒจ์Šคํ‚ค ์ด๋ฆ„`,"profile.passkey.manageModal.namePlaceholder":`ํŒจ์Šคํ‚ค ์ด๋ฆ„ ์ž…๋ ฅ`,"profile.passkey.manageModal.cancelEdit":`์ทจ์†Œ`,"profile.passkey.manageModal.save":`์ €์žฅ`,"profile.passkey.manageModal.saving":`์ €์žฅ ์ค‘...`,"profile.passkey.manageModal.renameError":`ํŒจ์Šคํ‚ค ์ด๋ฆ„ ๋ณ€๊ฒฝ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"profile.dangerZone.title":`์œ„ํ—˜ ์˜์—ญ`,"profile.dangerZone.description":`๊ณ„์ • ์‚ญ์ œ์™€ ๊ฐ™์€ ๋˜๋Œ๋ฆด ์ˆ˜ ์—†๋Š” ์ž‘์—…`,"profile.deleteAccount.title":`๊ณ„์ • ์‚ญ์ œ`,"profile.deleteAccount.description":`๊ณ„์ •์„ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค`,"profile.deleteAccount.button":`๊ณ„์ • ์‚ญ์ œ`,"profile.deleteAccount.modal.title":`์ •๋ง ๊ณ„์ •์„ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?`,"profile.deleteAccount.modal.description":`์ด ์ž‘์—…์€ ๋˜๋Œ๋ฆด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋ชจ๋“  ๋ฐ์ดํ„ฐ๊ฐ€ {{days}}์ผ ํ›„์— ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œ๋ฉ๋‹ˆ๋‹ค.`,"profile.deleteAccount.modal.warning":`์‚ญ์ œ ํ›„์—๋Š” ์ด ์ด๋ฉ”์ผ๋กœ ๋‹ค์‹œ ๊ฐ€์ž…ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.`,"profile.deleteAccount.modal.confirmLabel":`ํ™•์ธ์„ ์œ„ํ•ด "์‚ญ์ œ"๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"profile.deleteAccount.modal.confirmPlaceholder":`์‚ญ์ œ`,"profile.deleteAccount.modal.confirm":`๊ณ„์ • ์‚ญ์ œ`,"profile.deleteAccount.modal.confirming":`์‚ญ์ œ ์ค‘...`,"profile.deleteAccount.modal.cancel":`์ทจ์†Œ`,"profile.deleteAccount.configManaged":`์ด ๊ณ„์ •์€ ์„ค์ • ํŒŒ์ผ๋กœ ๊ด€๋ฆฌ๋˜์–ด ์‚ญ์ œํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค`,"profile.deleteAccount.error":`๊ณ„์ • ์‚ญ์ œ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค`,"verifyTotp.title":`2๋‹จ๊ณ„ ์ธ์ฆ`,"verifyTotp.subtitle":`์ธ์ฆ ์•ฑ์˜ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"verifyTotp.submit":`ํ™•์ธ`,"verifyTotp.submitting":`ํ™•์ธ ์ค‘...`,"verifyTotp.error.invalid":`์ž˜๋ชป๋œ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"verifyTotp.error.expired":`์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด์ฃผ์„ธ์š”.`,"verifyTotp.redirecting":`{{seconds}}์ดˆ ํ›„ ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค...`,"verifyTotp.redirectNow":`์ง€๊ธˆ ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€๋กœ ์ด๋™`,"verifyTotp.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"verifyTotp.useRecoveryCode":`๋ณต๊ตฌ ์ฝ”๋“œ ์‚ฌ์šฉ`,"verifyRecovery.title":`๋ณต๊ตฌ ์ฝ”๋“œ`,"verifyRecovery.subtitle":`๋ณต๊ตฌ ์ฝ”๋“œ ์ค‘ ํ•˜๋‚˜๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"verifyRecovery.placeholder":`XXXX-XXXX-XXXX-XXXX`,"verifyRecovery.submit":`ํ™•์ธ`,"verifyRecovery.submitting":`ํ™•์ธ ์ค‘...`,"verifyRecovery.error.invalid":`์œ ํšจํ•˜์ง€ ์•Š์€ ๋ณต๊ตฌ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"verifyRecovery.error.noCodesAvailable":`์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ๋ณต๊ตฌ ์ฝ”๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ๋ชจ๋“  ์ฝ”๋“œ๊ฐ€ ์‚ฌ์šฉ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.`,"verifyRecovery.error.expired":`์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด์ฃผ์„ธ์š”.`,"verifyRecovery.backToTotp":`์ธ์ฆ ์•ฑ์œผ๋กœ ์ธ์ฆํ•˜๊ธฐ`,"verifyRecovery.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"verifyRecovery.redirecting":`{{seconds}}์ดˆ ํ›„ ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค...`,"verifyRecovery.redirectNow":`์ง€๊ธˆ ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€๋กœ ์ด๋™`,"setupTotp.title":`2๋‹จ๊ณ„ ์ธ์ฆ ์„ค์ •`,"setupTotp.subtitle":`๊ณ„์ •์— ์ถ”๊ฐ€ ๋ณด์•ˆ ๊ณ„์ธต์„ ์ถ”๊ฐ€ํ•˜์„ธ์š”`,"setupTotp.stepProgress":`{{total}}๋‹จ๊ณ„ ์ค‘ {{current}}๋‹จ๊ณ„`,"setupTotp.steps.scan":`์Šค์บ”`,"setupTotp.steps.verify":`ํ™•์ธ`,"setupTotp.steps.saveCodes":`์ฝ”๋“œ ์ €์žฅ`,"setupTotp.required":`๊ณ„์†ํ•˜๋ ค๋ฉด 2๋‹จ๊ณ„ ์ธ์ฆ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค`,"setupTotp.qrDescription":`์ธ์ฆ ์•ฑ(Google Authenticator, Authy ๋“ฑ)์œผ๋กœ QR ์ฝ”๋“œ๋ฅผ ์Šค์บ”ํ•˜์„ธ์š”`,"setupTotp.manualEntry":`์Šค์บ”ํ•  ์ˆ˜ ์—†๋‚˜์š”? ์ˆ˜๋™์œผ๋กœ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"setupTotp.next":`๋‹ค์Œ`,"setupTotp.back":`๋’ค๋กœ`,"setupTotp.verify":`ํ™•์ธ`,"setupTotp.verifying":`ํ™•์ธ ์ค‘...`,"setupTotp.verifyTitle":`์ธ์ฆ ์ฝ”๋“œ ํ™•์ธ`,"setupTotp.verifySubtitle":`์ธ์ฆ ์•ฑ์˜ 6์ž๋ฆฌ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”`,"setupTotp.error.invalid":`์ž˜๋ชป๋œ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"setupTotp.error.setupFailed":`์„ค์ •์„ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"setupTotp.error.expired":`์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด์ฃผ์„ธ์š”.`,"setupTotp.error.alreadyEnabled":`2๋‹จ๊ณ„ ์ธ์ฆ์ด ์ด๋ฏธ ํ™œ์„ฑํ™”๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.`,"setupTotp.redirecting":`{{seconds}}์ดˆ ํ›„ ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค...`,"setupTotp.redirectNow":`์ง€๊ธˆ ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€๋กœ ์ด๋™`,"setupTotp.goToProfile":`ํ”„๋กœํ•„๋กœ ์ด๋™`,"setupTotp.retry":`๋‹ค์‹œ ์‹œ๋„`,"setupTotp.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"setupTotp.recoveryCodes.title":`๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ์ €์žฅํ•˜์„ธ์š”`,"setupTotp.recoveryCodes.description":`์ธ์ฆ ์•ฑ์— ์ ‘๊ทผํ•  ์ˆ˜ ์—†๊ฒŒ ๋œ ๊ฒฝ์šฐ, ์ด ์ผํšŒ์šฉ ๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ฐ ์ฝ”๋“œ๋Š” ํ•œ ๋ฒˆ๋งŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"setupTotp.recoveryCodes.warning":`์ด ์ฝ”๋“œ๋ฅผ ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”. ๋‹ค์‹œ ํ™•์ธํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.`,"setupTotp.recoveryCodes.copy":`๋ชจ๋“  ์ฝ”๋“œ ๋ณต์‚ฌ`,"setupTotp.recoveryCodes.copied":`๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค!`,"setupTotp.recoveryCodes.confirmCheckbox":`๋ณต๊ตฌ ์ฝ”๋“œ๋ฅผ ์•ˆ์ „ํ•œ ๊ณณ์— ์ €์žฅํ–ˆ์Šต๋‹ˆ๋‹ค`,"setupTotp.recoveryCodes.confirm":`์„ค์ • ์™„๋ฃŒ`,"verifyPasskey.title":`ํŒจ์Šคํ‚ค ์ธ์ฆ`,"verifyPasskey.subtitle":`ํŒจ์Šคํ‚ค๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋กœ๊ทธ์ธ์„ ์™„๋ฃŒํ•˜์„ธ์š”`,"verifyPasskey.waiting":`๋ธŒ๋ผ์šฐ์ € ๋˜๋Š” ๊ธฐ๊ธฐ์˜ ์•ˆ๋‚ด๋ฅผ ๋”ฐ๋ฅด์„ธ์š”...`,"verifyPasskey.retry":`๋‹ค์‹œ ์‹œ๋„`,"verifyPasskey.error.expired":`์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด์ฃผ์„ธ์š”.`,"verifyPasskey.error.userMismatch":`์ด ํŒจ์Šคํ‚ค๋Š” ๋‹ค๋ฅธ ๊ณ„์ •์— ๋“ฑ๋ก๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.`,"verifyPasskey.error.unsupported":`์ด ๋ธŒ๋ผ์šฐ์ €๋‚˜ ์•ฑ์—์„œ๋Š” ํŒจ์Šคํ‚ค๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.`,"verifyPasskey.error.notAllowed":`ํŒจ์Šคํ‚ค ์ธ์ฆ์„ ์™„๋ฃŒํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธ์•ฑ ๋ธŒ๋ผ์šฐ์ €์—์„œ๋Š” ํŒจ์Šคํ‚ค๊ฐ€ ์ฐจ๋‹จ๋  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"verifyPasskey.error.failed":`ํŒจ์Šคํ‚ค ์ธ์ฆ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"verifyPasskey.useTotp":`์ธ์ฆ ์•ฑ ์ฝ”๋“œ๋กœ ์ธ์ฆ`,"verifyPasskey.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"verify2fa.title":`2๋‹จ๊ณ„ ์ธ์ฆ`,"verify2fa.subtitle":`์ธ์ฆ ๋ฐฉ๋ฒ•์„ ์„ ํƒํ•˜์„ธ์š”`,"verify2fa.totp.title":`์ธ์ฆ ์•ฑ`,"verify2fa.totp.description":`์•ฑ์˜ 6์ž๋ฆฌ ์ฝ”๋“œ ์‚ฌ์šฉ`,"verify2fa.passkey.title":`ํŒจ์Šคํ‚ค`,"verify2fa.passkey.description":`์ง€๋ฌธ, ์–ผ๊ตด ์ธ์‹ ๋˜๋Š” ๋ณด์•ˆ ํ‚ค ์‚ฌ์šฉ`,"verify2fa.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"setup2fa.title":`2๋‹จ๊ณ„ ์ธ์ฆ ์„ค์ •`,"setup2fa.subtitle":`์›ํ•˜๋Š” 2๋‹จ๊ณ„ ์ธ์ฆ ๋ฐฉ๋ฒ•์„ ์„ ํƒํ•˜์„ธ์š”`,"setup2fa.required":`๊ณ„์†ํ•˜๋ ค๋ฉด 2๋‹จ๊ณ„ ์ธ์ฆ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค`,"setup2fa.totp.title":`์ธ์ฆ ์•ฑ`,"setup2fa.totp.description":`Google Authenticator, Authy ๋“ฑ ์‚ฌ์šฉ`,"setup2fa.passkey.title":`ํŒจ์Šคํ‚ค`,"setup2fa.passkey.description":`์ง€๋ฌธ, ์–ผ๊ตด ์ธ์‹ ๋˜๋Š” ๋ณด์•ˆ ํ‚ค ์‚ฌ์šฉ`,"setup2fa.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"setupPasskey.title":`ํŒจ์Šคํ‚ค ์„ค์ •`,"setupPasskey.subtitle":`์•ˆ์ „ํ•œ ์ธ์ฆ์„ ์œ„ํ•ด ํŒจ์Šคํ‚ค๋ฅผ ๋“ฑ๋กํ•˜์„ธ์š”`,"setupPasskey.required":`๊ณ„์†ํ•˜๋ ค๋ฉด 2๋‹จ๊ณ„ ์ธ์ฆ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค`,"setupPasskey.description":`ํŒจ์Šคํ‚ค๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ์ง€๋ฌธ, ์–ผ๊ตด ์ธ์‹ ๋˜๋Š” ํ™”๋ฉด ์ž ๊ธˆ์œผ๋กœ ์•ˆ์ „ํ•˜๊ฒŒ ๋กœ๊ทธ์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"setupPasskey.name.label":`ํŒจ์Šคํ‚ค ์ด๋ฆ„ (์„ ํƒ)`,"setupPasskey.name.placeholder":`์˜ˆ: MacBook Pro, iPhone`,"setupPasskey.name.hint":`๋‚˜์ค‘์— ์‹๋ณ„ํ•  ์ˆ˜ ์žˆ๋„๋ก ํŒจ์Šคํ‚ค์— ์ด๋ฆ„์„ ์ง€์ •ํ•˜์„ธ์š”`,"setupPasskey.continue":`๊ณ„์†`,"setupPasskey.registering":`๋“ฑ๋ก ์ค‘...`,"setupPasskey.waiting":`๋ธŒ๋ผ์šฐ์ € ๋˜๋Š” ๊ธฐ๊ธฐ์˜ ์•ˆ๋‚ด๋ฅผ ๋”ฐ๋ฅด์„ธ์š”...`,"setupPasskey.retry":`๋‹ค์‹œ ์‹œ๋„`,"setupPasskey.error.failed":`ํŒจ์Šคํ‚ค ๋“ฑ๋ก์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"setupPasskey.error.cancelled":`ํŒจ์Šคํ‚ค ๋“ฑ๋ก์ด ์ทจ์†Œ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.`,"setupPasskey.error.unsupported":`์ด ๋ธŒ๋ผ์šฐ์ €๋‚˜ ์•ฑ์—์„œ๋Š” ํŒจ์Šคํ‚ค๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.`,"setupPasskey.error.notAllowed":`ํŒจ์Šคํ‚ค ๋“ฑ๋ก์„ ์™„๋ฃŒํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ์ธ์•ฑ ๋ธŒ๋ผ์šฐ์ €์—์„œ๋Š” ํŒจ์Šคํ‚ค๊ฐ€ ์ฐจ๋‹จ๋  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.`,"setupPasskey.error.expired":`์„ธ์…˜์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•ด์ฃผ์„ธ์š”.`,"setupPasskey.useTotp":`์ธ์ฆ ์•ฑ์œผ๋กœ ์„ค์ •`,"setupPasskey.backToLogin":`๋กœ๊ทธ์ธ์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ`,"terms.title":`์•ฝ๊ด€ ๋™์˜`,"terms.required":`ํ•„์ˆ˜`,"terms.optional":`์„ ํƒ`,"terms.agreeAll":`์ „์ฒด ๋™์˜`,"terms.agreeAllOptionalIncluded":`(์„ ํƒ ์•ฝ๊ด€ ํฌํ•จ)`,"terms.versionUpdated":`์•ฝ๊ด€์ด ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์ƒˆ ๋ฒ„์ „์— ๋™์˜ํ•ด์ฃผ์„ธ์š”.`,"terms.submit":`๋™์˜ํ•˜๊ณ  ๊ณ„์†ํ•˜๊ธฐ`,"terms.error.title":`์˜ค๋ฅ˜`,"terms.error.message":`์•ฝ๊ด€ ์ •๋ณด๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.`,"terms.error.back":`๋Œ์•„๊ฐ€๊ธฐ`,"terms.error.submitFailed":`์•ฝ๊ด€ ๋™์˜ ์ฒ˜๋ฆฌ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด์ฃผ์„ธ์š”.`,"terms.additionalOptionalConsent":`์ถ”๊ฐ€ ์„ ํƒ ๋™์˜`,"terms.view":`๋ณด๊ธฐ`,"terms.viewSpecific":`{{title}} ๋ณด๊ธฐ`,"admin.users.includeDeleted":`์‚ญ์ œ๋œ ์‚ฌ์šฉ์ž ํฌํ•จ`,"admin.users.search":`๊ฒ€์ƒ‰`,"admin.users.actions":`์ž‘์—…`,"admin.users.edit":`์ˆ˜์ •`,"admin.users.delete":`์‚ญ์ œ`,"admin.users.editUser":`{{email}} ์ˆ˜์ •`,"admin.users.deleteUser":`{{email}} ์‚ญ์ œ`,"admin.users.readonly":`์ฝ๊ธฐ ์ „์šฉ`,"admin.users.password":`๋น„๋ฐ€๋ฒˆํ˜ธ`,"admin.users.editTitle":`์‚ฌ์šฉ์ž ์ˆ˜์ •`,"admin.users.createSubmit":`์ƒ์„ฑ`,"admin.users.save":`๋ณ€๊ฒฝ ์ €์žฅ`,"admin.users.cancel":`์ทจ์†Œ`,"admin.users.deleteTitle":`{{email}} ์‚ญ์ œ?`,"admin.users.deleteDescription":`DB ๊ด€๋ฆฌ ์‚ฌ์šฉ์ž๋ฅผ soft-delete ์ฒ˜๋ฆฌํ•˜๊ณ  ์ดํ›„ ๋กœ๊ทธ์ธ์„ ์ฐจ๋‹จํ•ฉ๋‹ˆ๋‹ค.`,"admin.users.deleteConfirm":`์‚ฌ์šฉ์ž ์‚ญ์ œ`,"admin.users.previous":`์ด์ „`,"admin.users.next":`๋‹ค์Œ`,"admin.users.page":`{{page}}ํŽ˜์ด์ง€`,"admin.users.filter.all":`์ „์ฒด`,"admin.users.filter.database":`DB`,"admin.users.filter.config":`Config`,"admin.users.filter.admins":`๊ด€๋ฆฌ์ž`,"admin.users.clearFilters":`ํ•„ํ„ฐ ์ดˆ๊ธฐํ™”`,"admin.users.pageSize":`ํ–‰ ์ˆ˜`,"admin.users.showingRange":`{{total}}๋ช… ์ค‘ {{from}}โ€“{{to}} ํ‘œ์‹œ`,"admin.users.emptyFiltered":`ํ˜„์žฌ ํ•„ํ„ฐ์™€ ์ผ์น˜ํ•˜๋Š” ์‚ฌ์šฉ์ž๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.`,"admin.users.createdNotice":`{{email}} ์‚ฌ์šฉ์ž๋ฅผ ์ƒ์„ฑํ–ˆ์Šต๋‹ˆ๋‹ค.`,"admin.users.updatedNotice":`{{email}} ์‚ฌ์šฉ์ž๋ฅผ ์ˆ˜์ •ํ–ˆ์Šต๋‹ˆ๋‹ค.`,"admin.users.deletedNotice":`{{email}} ์‚ฌ์šฉ์ž๋ฅผ ์‚ญ์ œํ–ˆ์Šต๋‹ˆ๋‹ค.`,"admin.users.operationFailed":`์ž‘์—…์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๊ฐ’์„ ํ™•์ธํ•œ ๋’ค ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.`,"admin.users.createHint":`DB ๊ด€๋ฆฌ ์‚ฌ์šฉ์ž๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค. Config ์‚ฌ์šฉ์ž๋Š” ๊ณ„์† ์ฝ๊ธฐ ์ „์šฉ์ž…๋‹ˆ๋‹ค.`,"admin.users.editHint":`DB ๊ด€๋ฆฌ ์‚ฌ์šฉ์ž์˜ ๊ณ„์ • ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ๋ฅผ ์ˆ˜์ •ํ•ฉ๋‹ˆ๋‹ค.`,"admin.users.deleteWarning":`ํŒŒ๊ดด์ ์ธ ๊ด€๋ฆฌ์ž ์ž‘์—…์ž…๋‹ˆ๋‹ค.`,"common.on":`์ผœ์ง`,"admin.nav.open":`๊ด€๋ฆฌ์ž ํƒ์ƒ‰ ์—ด๊ธฐ`,"admin.nav.close":`๊ด€๋ฆฌ์ž ํƒ์ƒ‰ ๋‹ซ๊ธฐ`,"admin.breadcrumbLabel":`๊ด€๋ฆฌ์ž ๊ฒฝ๋กœ`,"admin.console":`๊ด€๋ฆฌ์ž ์ฝ˜์†”`,"admin.livePolicy":`์‹ค์‹œ๊ฐ„ ์ •์ฑ…`,"admin.roleBadge":`์—ญํ• : {{role}}`,"admin.metrics.totalUsersHint":`๊ด€๋ฆฌ ID`,"admin.metrics.adminsHint":`๊ถŒํ•œ ๊ณ„์ •`,"admin.metrics.databaseUsersHint":`์ˆ˜์ • ๊ฐ€๋Šฅ ๋ ˆ์ฝ”๋“œ`,"admin.identityGraph":`ID ๊ทธ๋ž˜ํ”„`,"admin.policy.description":`config ์†Œ์Šค๋Š” ์‹ค์ˆ˜๋กœ ์ˆ˜์ •๋˜์ง€ ์•Š๋„๋ก ๋ณดํ˜ธ๋ฉ๋‹ˆ๋‹ค.`,"admin.users.verifiedLabel":`๊ฒ€์ฆ:`,"admin.users.directoryEyebrow":`๋””๋ ‰ํ„ฐ๋ฆฌ`,"admin.users.queryChip":`๊ฒ€์ƒ‰: {{query}}`,"admin.users.currentPage":`ํ˜„์žฌ ํŽ˜์ด์ง€`,"admin.disabled":`๊ด€๋ฆฌ์ž ์ฝ˜์†”์ด ๋น„ํ™œ์„ฑํ™”๋จ`,"admin.disabledDescription":`์ด ๋ฐฐํฌ์—์„œ๋Š” ๊ด€๋ฆฌ์ž ์ฝ˜์†”์ด ๋น„ํ™œ์„ฑํ™”๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.`,"admin.users.secondFactorTotp":`TOTP`,"admin.users.secondFactorPasskey":`ํŒจ์Šคํ‚ค {{count}}๊ฐœ`,"admin.users.roleUser":`์‚ฌ์šฉ์ž`,"admin.users.roleAdmin":`๊ด€๋ฆฌ์ž`,"admin.users.secondFactorPasskeys":`ํŒจ์Šคํ‚ค {{count}}๊ฐœ`,"common.close":`๋‹ซ๊ธฐ`,"admin.mobileTitle":`Issuary ๊ด€๋ฆฌ์ž`,"admin.users.sourceDatabase":`๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค`,"admin.users.sourceConfig":`์„ค์ •`,"admin.users.activeOnPage":`ํ˜„์žฌ ํŽ˜์ด์ง€ ํ™œ์„ฑ`,"admin.users.configOnPage":`ํ˜„์žฌ ํŽ˜์ด์ง€ ์„ค์ • ์‚ฌ์šฉ์ž`,"admin.users.databaseOnPage":`ํ˜„์žฌ ํŽ˜์ด์ง€ DB ์‚ฌ์šฉ์ž`},Su=`issuary-language`,Cu={ko:{translation:xu,label:`ํ•œ๊ตญ์–ด`},en:{translation:yu,label:`English`},ja:{translation:bu,label:`ๆ—ฅๆœฌ่ชž`}},wu={ko:Cu.ko.label,en:Cu.en.label,ja:Cu.ja.label};function Tu(e){return e in Cu}function Eu(e){return e.filter(Tu)}function Du(e,t){let n=navigator.language.split(`-`)[0];return n&&Tu(n)&&e.includes(n)?n:Tu(t)?t:`en`}function Ou(e,t,n){let r=localStorage.getItem(Su);return r&&Tu(r)&&e.includes(r)?r:t===`auto`?Du(e,n):Tu(t)&&e.includes(t)?t:n}function ku(e){let{supportedLanguages:t,defaultLanguage:n,fallbackLanguage:r}=e,i=Eu(t),a={};for(let e of i)a[e]={translation:Cu[e].translation};let o=Tu(r)?r:`en`;a[o]||(a[o]={translation:Cu[o].translation});let s=Ou(i,n,o);return $.use(C).init({resources:a,lng:s,fallbackLng:o,supportedLngs:i,interpolation:{escapeValue:!1},react:{useSuspense:!1}}),$}var Au=$,ju=`issuary-color-scheme`,Mu=`issuary-color-scheme-change`;function Nu(){return typeof window>`u`?`light`:window.matchMedia(`(prefers-color-scheme: dark)`).matches?`dark`:`light`}function Pu(){if(typeof window>`u`)return null;let e=localStorage.getItem(ju);return e===`light`||e===`dark`?e:null}function Fu(e){document.documentElement.setAttribute(`data-theme`,e===`dark`?`tinyrack-dark`:`tinyrack-light`)}function Iu(e){return window.addEventListener(Mu,e),window.addEventListener(`storage`,e),()=>{window.removeEventListener(Mu,e),window.removeEventListener(`storage`,e)}}function Lu(){return Pu()}function Ru(){return null}`${ju}`;function zu(){let e=(0,X.useSyncExternalStore)(Iu,Lu,Ru),t=e!==null,n=t?e:Nu();return(0,X.useEffect)(()=>{Fu(n)},[n]),(0,X.useEffect)(()=>{if(t)return;let e=window.matchMedia(`(prefers-color-scheme: dark)`),n=()=>{Fu(e.matches?`dark`:`light`)};return e.addEventListener(`change`,n),()=>e.removeEventListener(`change`,n)},[t]),{colorScheme:n,toggleColorScheme:(0,X.useCallback)(()=>{let e=n===`dark`?`light`:`dark`;localStorage.setItem(ju,e),window.dispatchEvent(new CustomEvent(Mu))},[n])}}var Bu=/^[\w!#$%&'*.^`|~+-]+$/,Vu=(e,t,n={})=>{if(!Bu.test(e))throw Error(`Invalid cookie name`);let r=`${e}=${t}`;if(e.startsWith(`__Secure-`)&&!n.secure)throw Error(`__Secure- Cookie must have Secure attributes`);if(e.startsWith(`__Host-`)){if(!n.secure)throw Error(`__Host- Cookie must have Secure attributes`);if(n.path!==`/`)throw Error(`__Host- Cookie must have Path attributes with "/"`);if(n.domain)throw Error(`__Host- Cookie must not have Domain attributes`)}for(let e of[`domain`,`path`,`sameSite`,`priority`])if(n[e]&&/[;\r\n]/.test(n[e]))throw Error(`${e} must not contain ";", "\\r", or "\\n"`);if(n&&typeof n.maxAge==`number`&&n.maxAge>=0){if(n.maxAge>3456e4)throw Error(`Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration.`);r+=`; Max-Age=${n.maxAge|0}`}if(n.domain&&n.prefix!==`host`&&(r+=`; Domain=${n.domain}`),n.path&&(r+=`; Path=${n.path}`),n.expires){if(n.expires.getTime()-Date.now()>3456e7)throw Error(`Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future.`);r+=`; Expires=${n.expires.toUTCString()}`}if(n.httpOnly&&(r+=`; HttpOnly`),n.secure&&(r+=`; Secure`),n.sameSite&&(r+=`; SameSite=${n.sameSite.charAt(0).toUpperCase()+n.sameSite.slice(1)}`),n.priority&&(r+=`; Priority=${n.priority.charAt(0).toUpperCase()+n.priority.slice(1)}`),n.partitioned){if(!n.secure)throw Error(`Partitioned Cookie must have Secure attributes`);r+=`; Partitioned`}return r},Hu=(e,t,n)=>(t=encodeURIComponent(t),Vu(e,t,n)),Uu=(e,t)=>(e=e.replace(/\/+$/,``),e+=`/`,t=t.replace(/^\/+/,``),e+t),Wu=(e,t)=>{for(let[n,r]of Object.entries(t)){let t=RegExp(`/:`+n+`(?:{[^/]+})?\\??`);e=e.replace(t,r?`/${r}`:``)}return e},Gu=e=>{let t=new URLSearchParams;for(let[n,r]of Object.entries(e))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.set(n,r);return t},Ku=(e,t)=>{switch(t){case`ws`:return e.replace(/^http/,`ws`);case`http`:return e.replace(/^ws/,`http`)}},qu=e=>/^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e)?e.replace(/\/index(?=\?|$)/,`/`):e.replace(/\/index(?=\?|$)/,``);function Ju(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Yu(e,t){if(!Ju(e)&&!Ju(t))return t;let n={...e};for(let e in t){let r=t[e];Ju(n[e])&&Ju(r)?n[e]=Yu(n[e],r):n[e]=r}return n}var Xu=(e,t)=>new Proxy(()=>{},{get(n,r){if(!(typeof r!=`string`||r===`then`))return Xu(e,[...t,r])},apply(n,r,i){return e({path:t,args:i})}}),Zu=class{url;method;buildSearchParams;queryParams=void 0;pathParams={};rBody;cType=void 0;constructor(e,t,n){this.url=e,this.method=t,this.buildSearchParams=n.buildSearchParams}fetch=async(e,t)=>{if(e){if(e.query&&(this.queryParams=this.buildSearchParams(e.query)),e.form){let t=new FormData;for(let[n,r]of Object.entries(e.form))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.append(n,r);this.rBody=t}e.json&&(this.rBody=JSON.stringify(e.json),this.cType=`application/json`),e.param&&(this.pathParams=e.param)}let n=this.method.toUpperCase(),r={...e?.header,...typeof t?.headers==`function`?await t.headers():t?.headers};if(e?.cookie){let t=[];for(let[n,r]of Object.entries(e.cookie))t.push(Hu(n,r,{path:`/`}));r.Cookie=t.join(`,`)}this.cType&&(r[`Content-Type`]=this.cType);let i=new Headers(r??void 0),a=this.url;a=qu(a),a=Wu(a,this.pathParams),this.queryParams&&(a=a+`?`+this.queryParams.toString()),n=this.method.toUpperCase();let o=!(n===`GET`||n===`HEAD`);return(t?.fetch||fetch)(a,{body:o?this.rBody:void 0,method:n,headers:i,...t?.init})}},Qu=((e,t)=>Xu(function n(r){let i=t?.buildSearchParams??Gu,a=[...r.path],o=a.slice(-3).reverse();if(o[0]===`toString`)return o[1]===`name`?o[2]||``:n.toString();if(o[0]===`valueOf`)return o[1]===`name`?o[2]||``:n;let s=``;if(/^\$/.test(o[0])){let e=a.pop();e&&(s=e.replace(/^\$/,``))}let c=Uu(e,a.join(`/`));if(s===`url`||s===`path`){let t=c;return r.args[0]&&(r.args[0].param&&(t=Wu(c,r.args[0].param)),r.args[0].query&&(t=t+`?`+i(r.args[0].query).toString())),t=qu(t),s===`url`?new URL(t):t.slice(e.replace(/\/+$/,``).length).replace(/^\/?/,`/`)}if(s===`ws`){let e=Ku(r.args[0]&&r.args[0].param?Wu(c,r.args[0].param):c,`ws`),n=new URL(e),i=r.args[0]?.query;return i&&Object.entries(i).forEach(([e,t])=>{Array.isArray(t)?t.forEach(t=>n.searchParams.append(e,t)):n.searchParams.set(e,t)}),((...e)=>t?.webSocket!==void 0&&typeof t.webSocket==`function`?t.webSocket(...e):new WebSocket(...e))(n.toString())}let l=new Zu(c,s,{buildSearchParams:i});if(s){t??={};let e=Yu(t,{...r.args[1]});return l.fetch(r.args[0],e)}return l},[]))(`/`,{fetch:async(e,t)=>{let n=new Headers(t?.headers);n.has(`Accept-Language`)||n.set(`Accept-Language`,Au.language);let r=await fetch(e,{...t,headers:n});if(!r.ok)throw await N.fromResponse(r);return r}});async function $u(e){return await e.json()}var ed={session:()=>[`/api/user/session`],accounts:e=>[`/api/auth/accounts`,e],pendingSecondFactorMethods:()=>[`/api/auth/2fa/methods`],config:()=>[`/api/config`],oauth:{accounts:()=>[`/api/user/oauth-accounts`],authorizationContext:(e,t,n,r)=>[`/api/oauth/authorization-context`,e,t,n,r]},consent:(e,t)=>[`/api/consent`,e,t],passkeys:()=>[`/api/user/passkeys`],terms:e=>[`/api/terms`,e]},td=st({queryKey:ed.config(),queryFn:async()=>$u(await Qu.api.config.$get()),select:e=>({...e,available_2fa_setup_methods:(()=>{let t=[];return e.auth.password.totp.enabled&&t.push(`totp`),e.auth.passkey.enabled&&t.push(`passkey`),t})()}),staleTime:1e3*60});export{Ho as $,ht as $n,ni as $t,ms as A,wn as An,re as Ar,Ji as At,Zo as B,Xt as Bn,ve as Br,_i as Bt,kc as C,Bn as Cn,Re as Cr,_a as Ct,xs as D,kn as Dn,Te as Dr,ha as Dt,ac as E,Pn as En,ke as Er,pa as Et,ss as F,vn as Fn,H as Fr,Ki as Ft,Yo as G,zt as Gn,ci as Gt,rs as H,Zt as Hn,z as Hr,pi as Ht,ts as I,hn as In,se as Ir,Si as It,$o as J,Lt as Jn,li as Jt,Go as K,Rt as Kn,oi as Kt,Ko as L,pn as Ln,ce as Lr,vi as Lt,us as M,yn as Mn,oe as Mr,qi as Mt,cs as N,xn as Nn,ae as Nr,Zi as Nt,Ss as O,On,we as Or,Xi as Ot,os as P,dn as Pn,ie as Pr,Oi as Pt,Uo as Q,It as Qn,ai as Qt,Qo as R,mn as Rn,G as Rr,hi as Rt,Nc as S,$n as Sn,Ke as Sr,ma as St,Dc as T,Ln as Tn,Ae as Tr,ya as Tt,qo as U,Yt as Un,R as Ur,si as Ut,Xo as V,Qt as Vn,ge as Vr,mi as Vt,Jo as W,en as Wn,ui as Wt,Wo as X,Ft as Xn,ri as Xt,Bo as Y,Dt as Yn,fi as Yt,is as Z,Et as Zn,ii as Zt,nl as _,hr as _n,tt as _r,za as _t,zu as a,Jr as an,bt as ar,yo as at,Hc as b,sr as bn,Ye as br,ka as bt,Du as c,Kr as cn,lt as cr,no as ct,ku as d,kr as dn,nt as dr,Ya as dt,$r as en,vt as er,Vo as et,wl as f,Ar as fn,rt as fr,Xa as ft,tl as g,yr as gn,$e as gr,Ia as gt,qc as h,wr as hn,it as hr,Ba as ht,$u as i,Xr as in,pt as ir,mo as it,ps as j,fn as jn,q as jr,$i as jt,gs as k,Dn as kn,be as kr,Yi as kt,Eu as l,Mr as ln,ut as lr,qa as lt,rl as m,Tr as mn,at as mr,Va as mt,ed as n,ti as nn,Ot as nr,jo as nt,wu as o,Gr as on,xt as or,io as ot,il as p,Er as pn,ot as pr,Ha as pt,es as q,Nt as qn,di as qt,Qu as r,Zr as rn,kt as rr,po as rt,Su as s,Ur as sn,ct as sr,ro as st,td as t,ei as tn,Pt as tr,as as tt,Au as u,Nr as un,st as ur,Wa as ut,el as v,gr as vn,et as vr,Na as vt,Oc as w,Rn as wn,Pe as wr,va as wt,Lc as x,or as xn,qe as xr,Aa as xt,$c as y,cr as yn,Qe as yr,ja as yt,ns as z,rn as zn,le as zr,gi as zt};
2
+ //# sourceMappingURL=config-DTQCUlfZ.js.map