@rango-dev/ui 0.0.0-experimental-936229e8-20251208

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 (1207) hide show
  1. package/CHANGELOG.md +504 -0
  2. package/dist/index.js +2 -0
  3. package/dist/index.js.map +7 -0
  4. package/dist/translations/af.d.ts +2 -0
  5. package/dist/translations/af.d.ts.map +1 -0
  6. package/dist/translations/ar.d.ts +2 -0
  7. package/dist/translations/ar.d.ts.map +1 -0
  8. package/dist/translations/bn.d.ts +2 -0
  9. package/dist/translations/bn.d.ts.map +1 -0
  10. package/dist/translations/ca.d.ts +2 -0
  11. package/dist/translations/ca.d.ts.map +1 -0
  12. package/dist/translations/da.d.ts +2 -0
  13. package/dist/translations/da.d.ts.map +1 -0
  14. package/dist/translations/de.d.ts +2 -0
  15. package/dist/translations/de.d.ts.map +1 -0
  16. package/dist/translations/el.d.ts +2 -0
  17. package/dist/translations/el.d.ts.map +1 -0
  18. package/dist/translations/en.d.ts +2 -0
  19. package/dist/translations/en.d.ts.map +1 -0
  20. package/dist/translations/es.d.ts +2 -0
  21. package/dist/translations/es.d.ts.map +1 -0
  22. package/dist/translations/fi.d.ts +2 -0
  23. package/dist/translations/fi.d.ts.map +1 -0
  24. package/dist/translations/fil.d.ts +2 -0
  25. package/dist/translations/fil.d.ts.map +1 -0
  26. package/dist/translations/fr.d.ts +2 -0
  27. package/dist/translations/fr.d.ts.map +1 -0
  28. package/dist/translations/hi.d.ts +2 -0
  29. package/dist/translations/hi.d.ts.map +1 -0
  30. package/dist/translations/hu.d.ts +2 -0
  31. package/dist/translations/hu.d.ts.map +1 -0
  32. package/dist/translations/id.d.ts +2 -0
  33. package/dist/translations/id.d.ts.map +1 -0
  34. package/dist/translations/it.d.ts +2 -0
  35. package/dist/translations/it.d.ts.map +1 -0
  36. package/dist/translations/ja.d.ts +2 -0
  37. package/dist/translations/ja.d.ts.map +1 -0
  38. package/dist/translations/ko.d.ts +2 -0
  39. package/dist/translations/ko.d.ts.map +1 -0
  40. package/dist/translations/lt.d.ts +2 -0
  41. package/dist/translations/lt.d.ts.map +1 -0
  42. package/dist/translations/ms.d.ts +2 -0
  43. package/dist/translations/ms.d.ts.map +1 -0
  44. package/dist/translations/nl.d.ts +2 -0
  45. package/dist/translations/nl.d.ts.map +1 -0
  46. package/dist/translations/pl.d.ts +2 -0
  47. package/dist/translations/pl.d.ts.map +1 -0
  48. package/dist/translations/pt.d.ts +2 -0
  49. package/dist/translations/pt.d.ts.map +1 -0
  50. package/dist/translations/ru.d.ts +2 -0
  51. package/dist/translations/ru.d.ts.map +1 -0
  52. package/dist/translations/sk.d.ts +2 -0
  53. package/dist/translations/sk.d.ts.map +1 -0
  54. package/dist/translations/sr.d.ts +2 -0
  55. package/dist/translations/sr.d.ts.map +1 -0
  56. package/dist/translations/sv.d.ts +2 -0
  57. package/dist/translations/sv.d.ts.map +1 -0
  58. package/dist/translations/sw.d.ts +2 -0
  59. package/dist/translations/sw.d.ts.map +1 -0
  60. package/dist/translations/th.d.ts +2 -0
  61. package/dist/translations/th.d.ts.map +1 -0
  62. package/dist/translations/tr.d.ts +2 -0
  63. package/dist/translations/tr.d.ts.map +1 -0
  64. package/dist/translations/uk.d.ts +2 -0
  65. package/dist/translations/uk.d.ts.map +1 -0
  66. package/dist/translations/ur.d.ts +2 -0
  67. package/dist/translations/ur.d.ts.map +1 -0
  68. package/dist/translations/vi.d.ts +2 -0
  69. package/dist/translations/vi.d.ts.map +1 -0
  70. package/dist/translations/zh-CN.d.ts +2 -0
  71. package/dist/translations/zh-CN.d.ts.map +1 -0
  72. package/dist/translations/zh-TW.d.ts +2 -0
  73. package/dist/translations/zh-TW.d.ts.map +1 -0
  74. package/dist/ui.build.json +1 -0
  75. package/dist/widget/ui/src/components/Alert/Alert.d.ts +8 -0
  76. package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -0
  77. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +4 -0
  78. package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -0
  79. package/dist/widget/ui/src/components/Alert/Alert.icon.d.ts +5 -0
  80. package/dist/widget/ui/src/components/Alert/Alert.icon.d.ts.map +1 -0
  81. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +649 -0
  82. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -0
  83. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +15 -0
  84. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -0
  85. package/dist/widget/ui/src/components/Alert/index.d.ts +3 -0
  86. package/dist/widget/ui/src/components/Alert/index.d.ts.map +1 -0
  87. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
  88. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
  89. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +163 -0
  90. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
  91. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
  92. package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
  93. package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts +2 -0
  94. package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts.map +1 -0
  95. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts +3 -0
  96. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts.map +1 -0
  97. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +321 -0
  98. package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -0
  99. package/dist/widget/ui/src/components/BottomLogo/index.d.ts +2 -0
  100. package/dist/widget/ui/src/components/BottomLogo/index.d.ts.map +1 -0
  101. package/dist/widget/ui/src/components/Button/Button.d.ts +284 -0
  102. package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -0
  103. package/dist/widget/ui/src/components/Button/Button.styles.d.ts +489 -0
  104. package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -0
  105. package/dist/widget/ui/src/components/Button/Button.types.d.ts +22 -0
  106. package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -0
  107. package/dist/widget/ui/src/components/Button/Ripple.d.ts +6 -0
  108. package/dist/widget/ui/src/components/Button/Ripple.d.ts.map +1 -0
  109. package/dist/widget/ui/src/components/Button/index.d.ts +3 -0
  110. package/dist/widget/ui/src/components/Button/index.d.ts.map +1 -0
  111. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts +9 -0
  112. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -0
  113. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts +4 -0
  114. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -0
  115. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +486 -0
  116. package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -0
  117. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +14 -0
  118. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -0
  119. package/dist/widget/ui/src/components/ChainToken/index.d.ts +3 -0
  120. package/dist/widget/ui/src/components/ChainToken/index.d.ts.map +1 -0
  121. package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts +5 -0
  122. package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts.map +1 -0
  123. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +642 -0
  124. package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
  125. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +13 -0
  126. package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -0
  127. package/dist/widget/ui/src/components/Checkbox/index.d.ts +3 -0
  128. package/dist/widget/ui/src/components/Checkbox/index.d.ts.map +1 -0
  129. package/dist/widget/ui/src/components/Chip/Chip.d.ts +4 -0
  130. package/dist/widget/ui/src/components/Chip/Chip.d.ts.map +1 -0
  131. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +163 -0
  132. package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -0
  133. package/dist/widget/ui/src/components/Chip/Chip.types.d.ts +14 -0
  134. package/dist/widget/ui/src/components/Chip/Chip.types.d.ts.map +1 -0
  135. package/dist/widget/ui/src/components/Chip/index.d.ts +3 -0
  136. package/dist/widget/ui/src/components/Chip/index.d.ts.map +1 -0
  137. package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts +5 -0
  138. package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts.map +1 -0
  139. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +162 -0
  140. package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -0
  141. package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts +7 -0
  142. package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts.map +1 -0
  143. package/dist/widget/ui/src/components/Collapsible/index.d.ts +3 -0
  144. package/dist/widget/ui/src/components/Collapsible/index.d.ts.map +1 -0
  145. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts +4 -0
  146. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts.map +1 -0
  147. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts +486 -0
  148. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts.map +1 -0
  149. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts +4 -0
  150. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts.map +1 -0
  151. package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts +2 -0
  152. package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts.map +1 -0
  153. package/dist/widget/ui/src/components/Divider/Divider.d.ts +4 -0
  154. package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -0
  155. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +164 -0
  156. package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -0
  157. package/dist/widget/ui/src/components/Divider/Divider.types.d.ts +11 -0
  158. package/dist/widget/ui/src/components/Divider/Divider.types.d.ts.map +1 -0
  159. package/dist/widget/ui/src/components/Divider/index.d.ts +2 -0
  160. package/dist/widget/ui/src/components/Divider/index.d.ts.map +1 -0
  161. package/dist/widget/ui/src/components/Flags/Bengali.d.ts +4 -0
  162. package/dist/widget/ui/src/components/Flags/Bengali.d.ts.map +1 -0
  163. package/dist/widget/ui/src/components/Flags/Catalonia.d.ts +4 -0
  164. package/dist/widget/ui/src/components/Flags/Catalonia.d.ts.map +1 -0
  165. package/dist/widget/ui/src/components/Flags/Chinese.d.ts +4 -0
  166. package/dist/widget/ui/src/components/Flags/Chinese.d.ts.map +1 -0
  167. package/dist/widget/ui/src/components/Flags/Cyprus.d.ts +4 -0
  168. package/dist/widget/ui/src/components/Flags/Cyprus.d.ts.map +1 -0
  169. package/dist/widget/ui/src/components/Flags/Denmark.d.ts +4 -0
  170. package/dist/widget/ui/src/components/Flags/Denmark.d.ts.map +1 -0
  171. package/dist/widget/ui/src/components/Flags/English.d.ts +4 -0
  172. package/dist/widget/ui/src/components/Flags/English.d.ts.map +1 -0
  173. package/dist/widget/ui/src/components/Flags/Finland.d.ts +4 -0
  174. package/dist/widget/ui/src/components/Flags/Finland.d.ts.map +1 -0
  175. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts +2 -0
  176. package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts.map +1 -0
  177. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts +4 -0
  178. package/dist/widget/ui/src/components/Flags/Flags.types.d.ts.map +1 -0
  179. package/dist/widget/ui/src/components/Flags/French.d.ts +4 -0
  180. package/dist/widget/ui/src/components/Flags/French.d.ts.map +1 -0
  181. package/dist/widget/ui/src/components/Flags/German.d.ts +4 -0
  182. package/dist/widget/ui/src/components/Flags/German.d.ts.map +1 -0
  183. package/dist/widget/ui/src/components/Flags/Greece.d.ts +4 -0
  184. package/dist/widget/ui/src/components/Flags/Greece.d.ts.map +1 -0
  185. package/dist/widget/ui/src/components/Flags/Hindi.d.ts +4 -0
  186. package/dist/widget/ui/src/components/Flags/Hindi.d.ts.map +1 -0
  187. package/dist/widget/ui/src/components/Flags/Hungary.d.ts +4 -0
  188. package/dist/widget/ui/src/components/Flags/Hungary.d.ts.map +1 -0
  189. package/dist/widget/ui/src/components/Flags/India.d.ts +4 -0
  190. package/dist/widget/ui/src/components/Flags/India.d.ts.map +1 -0
  191. package/dist/widget/ui/src/components/Flags/Indonesian.d.ts +4 -0
  192. package/dist/widget/ui/src/components/Flags/Indonesian.d.ts.map +1 -0
  193. package/dist/widget/ui/src/components/Flags/Italian.d.ts +4 -0
  194. package/dist/widget/ui/src/components/Flags/Italian.d.ts.map +1 -0
  195. package/dist/widget/ui/src/components/Flags/Japanese.d.ts +4 -0
  196. package/dist/widget/ui/src/components/Flags/Japanese.d.ts.map +1 -0
  197. package/dist/widget/ui/src/components/Flags/Korea.d.ts +4 -0
  198. package/dist/widget/ui/src/components/Flags/Korea.d.ts.map +1 -0
  199. package/dist/widget/ui/src/components/Flags/Lithuania.d.ts +4 -0
  200. package/dist/widget/ui/src/components/Flags/Lithuania.d.ts.map +1 -0
  201. package/dist/widget/ui/src/components/Flags/Malay.d.ts +4 -0
  202. package/dist/widget/ui/src/components/Flags/Malay.d.ts.map +1 -0
  203. package/dist/widget/ui/src/components/Flags/Netherlands.d.ts +4 -0
  204. package/dist/widget/ui/src/components/Flags/Netherlands.d.ts.map +1 -0
  205. package/dist/widget/ui/src/components/Flags/Pakistan.d.ts +4 -0
  206. package/dist/widget/ui/src/components/Flags/Pakistan.d.ts.map +1 -0
  207. package/dist/widget/ui/src/components/Flags/Philippines.d.ts +4 -0
  208. package/dist/widget/ui/src/components/Flags/Philippines.d.ts.map +1 -0
  209. package/dist/widget/ui/src/components/Flags/Poland.d.ts +4 -0
  210. package/dist/widget/ui/src/components/Flags/Poland.d.ts.map +1 -0
  211. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts +4 -0
  212. package/dist/widget/ui/src/components/Flags/Portuguese.d.ts.map +1 -0
  213. package/dist/widget/ui/src/components/Flags/Russian.d.ts +4 -0
  214. package/dist/widget/ui/src/components/Flags/Russian.d.ts.map +1 -0
  215. package/dist/widget/ui/src/components/Flags/SaudiArabia.d.ts +4 -0
  216. package/dist/widget/ui/src/components/Flags/SaudiArabia.d.ts.map +1 -0
  217. package/dist/widget/ui/src/components/Flags/Serbia.d.ts +4 -0
  218. package/dist/widget/ui/src/components/Flags/Serbia.d.ts.map +1 -0
  219. package/dist/widget/ui/src/components/Flags/Slovakia.d.ts +4 -0
  220. package/dist/widget/ui/src/components/Flags/Slovakia.d.ts.map +1 -0
  221. package/dist/widget/ui/src/components/Flags/SouthAfrica.d.ts +4 -0
  222. package/dist/widget/ui/src/components/Flags/SouthAfrica.d.ts.map +1 -0
  223. package/dist/widget/ui/src/components/Flags/Spanish.d.ts +4 -0
  224. package/dist/widget/ui/src/components/Flags/Spanish.d.ts.map +1 -0
  225. package/dist/widget/ui/src/components/Flags/Swahili.d.ts +4 -0
  226. package/dist/widget/ui/src/components/Flags/Swahili.d.ts.map +1 -0
  227. package/dist/widget/ui/src/components/Flags/Swedish.d.ts +4 -0
  228. package/dist/widget/ui/src/components/Flags/Swedish.d.ts.map +1 -0
  229. package/dist/widget/ui/src/components/Flags/Thai.d.ts +4 -0
  230. package/dist/widget/ui/src/components/Flags/Thai.d.ts.map +1 -0
  231. package/dist/widget/ui/src/components/Flags/Turkish.d.ts +4 -0
  232. package/dist/widget/ui/src/components/Flags/Turkish.d.ts.map +1 -0
  233. package/dist/widget/ui/src/components/Flags/Ukrainian.d.ts +4 -0
  234. package/dist/widget/ui/src/components/Flags/Ukrainian.d.ts.map +1 -0
  235. package/dist/widget/ui/src/components/Flags/Vietnamese.d.ts +4 -0
  236. package/dist/widget/ui/src/components/Flags/Vietnamese.d.ts.map +1 -0
  237. package/dist/widget/ui/src/components/Flags/index.d.ts +39 -0
  238. package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -0
  239. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts +6 -0
  240. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts.map +1 -0
  241. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.d.ts +4 -0
  242. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.d.ts.map +1 -0
  243. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Tooltip.d.ts +4 -0
  244. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Tooltip.d.ts.map +1 -0
  245. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts +4 -0
  246. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts.map +1 -0
  247. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.helpers.d.ts +8 -0
  248. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.helpers.d.ts.map +1 -0
  249. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts +6091 -0
  250. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts.map +1 -0
  251. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts +52 -0
  252. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts.map +1 -0
  253. package/dist/widget/ui/src/components/FullExpandedQuote/index.d.ts +2 -0
  254. package/dist/widget/ui/src/components/FullExpandedQuote/index.d.ts.map +1 -0
  255. package/dist/widget/ui/src/components/Header/Header.constants.d.ts +2 -0
  256. package/dist/widget/ui/src/components/Header/Header.constants.d.ts.map +1 -0
  257. package/dist/widget/ui/src/components/Header/Header.d.ts +5 -0
  258. package/dist/widget/ui/src/components/Header/Header.d.ts.map +1 -0
  259. package/dist/widget/ui/src/components/Header/Header.styles.d.ts +484 -0
  260. package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -0
  261. package/dist/widget/ui/src/components/Header/Header.types.d.ts +6 -0
  262. package/dist/widget/ui/src/components/Header/Header.types.d.ts.map +1 -0
  263. package/dist/widget/ui/src/components/Header/index.d.ts +3 -0
  264. package/dist/widget/ui/src/components/Header/index.d.ts.map +1 -0
  265. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +46 -0
  266. package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -0
  267. package/dist/widget/ui/src/components/I18nManager/index.d.ts +3 -0
  268. package/dist/widget/ui/src/components/I18nManager/index.d.ts.map +1 -0
  269. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +7 -0
  270. package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -0
  271. package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts +14 -0
  272. package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts.map +1 -0
  273. package/dist/widget/ui/src/components/IconButton/index.d.ts +3 -0
  274. package/dist/widget/ui/src/components/IconButton/index.d.ts.map +1 -0
  275. package/dist/widget/ui/src/components/List/List.d.ts +5 -0
  276. package/dist/widget/ui/src/components/List/List.d.ts.map +1 -0
  277. package/dist/widget/ui/src/components/List/List.styles.d.ts +161 -0
  278. package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -0
  279. package/dist/widget/ui/src/components/List/List.types.d.ts +13 -0
  280. package/dist/widget/ui/src/components/List/List.types.d.ts.map +1 -0
  281. package/dist/widget/ui/src/components/List/index.d.ts +3 -0
  282. package/dist/widget/ui/src/components/List/index.d.ts.map +1 -0
  283. package/dist/widget/ui/src/components/ListItem/ListItem.d.ts +5 -0
  284. package/dist/widget/ui/src/components/ListItem/ListItem.d.ts.map +1 -0
  285. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +163 -0
  286. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -0
  287. package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts +14 -0
  288. package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts.map +1 -0
  289. package/dist/widget/ui/src/components/ListItem/index.d.ts +3 -0
  290. package/dist/widget/ui/src/components/ListItem/index.d.ts.map +1 -0
  291. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts +5 -0
  292. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts.map +1 -0
  293. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +164 -0
  294. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -0
  295. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts +9 -0
  296. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts.map +1 -0
  297. package/dist/widget/ui/src/components/ListItemButton/index.d.ts +3 -0
  298. package/dist/widget/ui/src/components/ListItemButton/index.d.ts.map +1 -0
  299. package/dist/widget/ui/src/components/Logo/Logo.d.ts +4 -0
  300. package/dist/widget/ui/src/components/Logo/Logo.d.ts.map +1 -0
  301. package/dist/widget/ui/src/components/Logo/index.d.ts +2 -0
  302. package/dist/widget/ui/src/components/Logo/index.d.ts.map +1 -0
  303. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts +5 -0
  304. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts.map +1 -0
  305. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +162 -0
  306. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -0
  307. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts +11 -0
  308. package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts.map +1 -0
  309. package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts +5 -0
  310. package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts.map +1 -0
  311. package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts +3 -0
  312. package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts.map +1 -0
  313. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +483 -0
  314. package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -0
  315. package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts +14 -0
  316. package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts.map +1 -0
  317. package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts +5 -0
  318. package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts.map +1 -0
  319. package/dist/widget/ui/src/components/MessageBox/index.d.ts +3 -0
  320. package/dist/widget/ui/src/components/MessageBox/index.d.ts.map +1 -0
  321. package/dist/widget/ui/src/components/Modal/Modal.d.ts +5 -0
  322. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -0
  323. package/dist/widget/ui/src/components/Modal/Modal.helpers.d.ts +2 -0
  324. package/dist/widget/ui/src/components/Modal/Modal.helpers.d.ts.map +1 -0
  325. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +968 -0
  326. package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -0
  327. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +29 -0
  328. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -0
  329. package/dist/widget/ui/src/components/Modal/index.d.ts +4 -0
  330. package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -0
  331. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts +4 -0
  332. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -0
  333. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +161 -0
  334. package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -0
  335. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +9 -0
  336. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -0
  337. package/dist/widget/ui/src/components/NotFound/index.d.ts +3 -0
  338. package/dist/widget/ui/src/components/NotFound/index.d.ts.map +1 -0
  339. package/dist/widget/ui/src/components/Popover/Popover.d.ts +6 -0
  340. package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -0
  341. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +322 -0
  342. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -0
  343. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +24 -0
  344. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -0
  345. package/dist/widget/ui/src/components/Popover/index.d.ts +3 -0
  346. package/dist/widget/ui/src/components/Popover/index.d.ts.map +1 -0
  347. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts +4 -0
  348. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -0
  349. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +324 -0
  350. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -0
  351. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +19 -0
  352. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -0
  353. package/dist/widget/ui/src/components/PriceImpact/index.d.ts +3 -0
  354. package/dist/widget/ui/src/components/PriceImpact/index.d.ts.map +1 -0
  355. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts +4 -0
  356. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -0
  357. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +641 -0
  358. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -0
  359. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +11 -0
  360. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -0
  361. package/dist/widget/ui/src/components/QuoteCost/index.d.ts +2 -0
  362. package/dist/widget/ui/src/components/QuoteCost/index.d.ts.map +1 -0
  363. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts +4 -0
  364. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts.map +1 -0
  365. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts +323 -0
  366. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts.map +1 -0
  367. package/dist/widget/ui/src/components/QuoteTag/index.d.ts +2 -0
  368. package/dist/widget/ui/src/components/QuoteTag/index.d.ts.map +1 -0
  369. package/dist/widget/ui/src/components/Radio/Radio.d.ts +4 -0
  370. package/dist/widget/ui/src/components/Radio/Radio.d.ts.map +1 -0
  371. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +322 -0
  372. package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -0
  373. package/dist/widget/ui/src/components/Radio/Radio.types.d.ts +4 -0
  374. package/dist/widget/ui/src/components/Radio/Radio.types.d.ts.map +1 -0
  375. package/dist/widget/ui/src/components/Radio/index.d.ts +3 -0
  376. package/dist/widget/ui/src/components/Radio/index.d.ts.map +1 -0
  377. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts +4 -0
  378. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
  379. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +644 -0
  380. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -0
  381. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts +13 -0
  382. package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts.map +1 -0
  383. package/dist/widget/ui/src/components/RadioGroup/index.d.ts +4 -0
  384. package/dist/widget/ui/src/components/RadioGroup/index.d.ts.map +1 -0
  385. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts +7 -0
  386. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts.map +1 -0
  387. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +323 -0
  388. package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -0
  389. package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts +2 -0
  390. package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts.map +1 -0
  391. package/dist/widget/ui/src/components/Select/Select.d.ts +4 -0
  392. package/dist/widget/ui/src/components/Select/Select.d.ts.map +1 -0
  393. package/dist/widget/ui/src/components/Select/Select.styles.d.ts +486 -0
  394. package/dist/widget/ui/src/components/Select/Select.styles.d.ts.map +1 -0
  395. package/dist/widget/ui/src/components/Select/Select.types.d.ts +19 -0
  396. package/dist/widget/ui/src/components/Select/Select.types.d.ts.map +1 -0
  397. package/dist/widget/ui/src/components/Select/index.d.ts +3 -0
  398. package/dist/widget/ui/src/components/Select/index.d.ts.map +1 -0
  399. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
  400. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
  401. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +18 -0
  402. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
  403. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +481 -0
  404. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
  405. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +15 -0
  406. package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
  407. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +5 -0
  408. package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -0
  409. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts +4 -0
  410. package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -0
  411. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +164 -0
  412. package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -0
  413. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +18 -0
  414. package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -0
  415. package/dist/widget/ui/src/components/Skeleton/index.d.ts +3 -0
  416. package/dist/widget/ui/src/components/Skeleton/index.d.ts.map +1 -0
  417. package/dist/widget/ui/src/components/Spinner/Spinner.d.ts +4 -0
  418. package/dist/widget/ui/src/components/Spinner/Spinner.d.ts.map +1 -0
  419. package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts +161 -0
  420. package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts.map +1 -0
  421. package/dist/widget/ui/src/components/Spinner/Spinner.types.d.ts +8 -0
  422. package/dist/widget/ui/src/components/Spinner/Spinner.types.d.ts.map +1 -0
  423. package/dist/widget/ui/src/components/Spinner/index.d.ts +3 -0
  424. package/dist/widget/ui/src/components/Spinner/index.d.ts.map +1 -0
  425. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts +4 -0
  426. package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -0
  427. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +1305 -0
  428. package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -0
  429. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +41 -0
  430. package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -0
  431. package/dist/widget/ui/src/components/StepDetails/index.d.ts +3 -0
  432. package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -0
  433. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts +4 -0
  434. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts.map +1 -0
  435. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +163 -0
  436. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -0
  437. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts +8 -0
  438. package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts.map +1 -0
  439. package/dist/widget/ui/src/components/SvgIcon/index.d.ts +3 -0
  440. package/dist/widget/ui/src/components/SvgIcon/index.d.ts.map +1 -0
  441. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts +5 -0
  442. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts.map +1 -0
  443. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts +4 -0
  444. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts.map +1 -0
  445. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +961 -0
  446. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -0
  447. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +47 -0
  448. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -0
  449. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts +4 -0
  450. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -0
  451. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +1927 -0
  452. package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -0
  453. package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts +10 -0
  454. package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts.map +1 -0
  455. package/dist/widget/ui/src/components/SwapListItem/index.d.ts +3 -0
  456. package/dist/widget/ui/src/components/SwapListItem/index.d.ts.map +1 -0
  457. package/dist/widget/ui/src/components/Switch/Switch.d.ts +4 -0
  458. package/dist/widget/ui/src/components/Switch/Switch.d.ts.map +1 -0
  459. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +322 -0
  460. package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -0
  461. package/dist/widget/ui/src/components/Switch/Switch.types.d.ts +5 -0
  462. package/dist/widget/ui/src/components/Switch/Switch.types.d.ts.map +1 -0
  463. package/dist/widget/ui/src/components/Switch/index.d.ts +3 -0
  464. package/dist/widget/ui/src/components/Switch/index.d.ts.map +1 -0
  465. package/dist/widget/ui/src/components/Tabs/Tabs.d.ts +4 -0
  466. package/dist/widget/ui/src/components/Tabs/Tabs.d.ts.map +1 -0
  467. package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts +1744 -0
  468. package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts.map +1 -0
  469. package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts +31 -0
  470. package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts.map +1 -0
  471. package/dist/widget/ui/src/components/Tabs/index.d.ts +3 -0
  472. package/dist/widget/ui/src/components/Tabs/index.d.ts.map +1 -0
  473. package/dist/widget/ui/src/components/TextField/TextField.d.ts +17 -0
  474. package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -0
  475. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +492 -0
  476. package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -0
  477. package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +22 -0
  478. package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -0
  479. package/dist/widget/ui/src/components/TextField/index.d.ts +3 -0
  480. package/dist/widget/ui/src/components/TextField/index.d.ts.map +1 -0
  481. package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts +6 -0
  482. package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts.map +1 -0
  483. package/dist/widget/ui/src/components/Toast/Toast.d.ts +4 -0
  484. package/dist/widget/ui/src/components/Toast/Toast.d.ts.map +1 -0
  485. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts +6 -0
  486. package/dist/widget/ui/src/components/Toast/Toast.helpers.d.ts.map +1 -0
  487. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +974 -0
  488. package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts.map +1 -0
  489. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts +31 -0
  490. package/dist/widget/ui/src/components/Toast/Toast.types.d.ts.map +1 -0
  491. package/dist/widget/ui/src/components/Toast/index.d.ts +4 -0
  492. package/dist/widget/ui/src/components/Toast/index.d.ts.map +1 -0
  493. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts +4 -0
  494. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -0
  495. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +1771 -0
  496. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -0
  497. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts +19 -0
  498. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts.map +1 -0
  499. package/dist/widget/ui/src/components/TokenAmount/index.d.ts +2 -0
  500. package/dist/widget/ui/src/components/TokenAmount/index.d.ts.map +1 -0
  501. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.d.ts +5 -0
  502. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.d.ts.map +1 -0
  503. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.types.d.ts +6 -0
  504. package/dist/widget/ui/src/components/Tooltip/NumericTooltip.types.d.ts.map +1 -0
  505. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts +5 -0
  506. package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -0
  507. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +484 -0
  508. package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -0
  509. package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +22 -0
  510. package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -0
  511. package/dist/widget/ui/src/components/Tooltip/index.d.ts +5 -0
  512. package/dist/widget/ui/src/components/Tooltip/index.d.ts.map +1 -0
  513. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +163 -0
  514. package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts.map +1 -0
  515. package/dist/widget/ui/src/components/Typography/Typography.d.ts +6 -0
  516. package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -0
  517. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +166 -0
  518. package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -0
  519. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +18 -0
  520. package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -0
  521. package/dist/widget/ui/src/components/Typography/index.d.ts +4 -0
  522. package/dist/widget/ui/src/components/Typography/index.d.ts.map +1 -0
  523. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts +3 -0
  524. package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts.map +1 -0
  525. package/dist/widget/ui/src/components/VirtualizedList/index.d.ts +2 -0
  526. package/dist/widget/ui/src/components/VirtualizedList/index.d.ts.map +1 -0
  527. package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts +5 -0
  528. package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts.map +1 -0
  529. package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts +4 -0
  530. package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts.map +1 -0
  531. package/dist/widget/ui/src/components/Wallet/Wallet.d.ts +4 -0
  532. package/dist/widget/ui/src/components/Wallet/Wallet.d.ts.map +1 -0
  533. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts +4 -0
  534. package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -0
  535. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +1126 -0
  536. package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -0
  537. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +52 -0
  538. package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -0
  539. package/dist/widget/ui/src/components/Wallet/index.d.ts +5 -0
  540. package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -0
  541. package/dist/widget/ui/src/components/common/Image.d.ts +172 -0
  542. package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -0
  543. package/dist/widget/ui/src/components/common/index.d.ts +2 -0
  544. package/dist/widget/ui/src/components/common/index.d.ts.map +1 -0
  545. package/dist/widget/ui/src/components/common/styles.d.ts +164 -0
  546. package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -0
  547. package/dist/widget/ui/src/components/index.d.ts +48 -0
  548. package/dist/widget/ui/src/components/index.d.ts.map +1 -0
  549. package/dist/widget/ui/src/constants/index.d.ts +7 -0
  550. package/dist/widget/ui/src/constants/index.d.ts.map +1 -0
  551. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts +4 -0
  552. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -0
  553. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts +161 -0
  554. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts.map +1 -0
  555. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.types.d.ts +11 -0
  556. package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.types.d.ts.map +1 -0
  557. package/dist/widget/ui/src/containers/ConnectWalletsModal/index.d.ts +3 -0
  558. package/dist/widget/ui/src/containers/ConnectWalletsModal/index.d.ts.map +1 -0
  559. package/dist/widget/ui/src/containers/Notifications/NotificationNotFound.d.ts +3 -0
  560. package/dist/widget/ui/src/containers/Notifications/NotificationNotFound.d.ts.map +1 -0
  561. package/dist/widget/ui/src/containers/Notifications/Notifications.d.ts +4 -0
  562. package/dist/widget/ui/src/containers/Notifications/Notifications.d.ts.map +1 -0
  563. package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts +1566 -0
  564. package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts.map +1 -0
  565. package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts +24 -0
  566. package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts.map +1 -0
  567. package/dist/widget/ui/src/containers/Notifications/index.d.ts +2 -0
  568. package/dist/widget/ui/src/containers/Notifications/index.d.ts.map +1 -0
  569. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts +4 -0
  570. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -0
  571. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +2220 -0
  572. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -0
  573. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +48 -0
  574. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -0
  575. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts +4 -0
  576. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -0
  577. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +1729 -0
  578. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -0
  579. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +15 -0
  580. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -0
  581. package/dist/widget/ui/src/containers/SwapInput/index.d.ts +3 -0
  582. package/dist/widget/ui/src/containers/SwapInput/index.d.ts.map +1 -0
  583. package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts +7 -0
  584. package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts.map +1 -0
  585. package/dist/widget/ui/src/containers/Warnings/index.d.ts +2 -0
  586. package/dist/widget/ui/src/containers/Warnings/index.d.ts.map +1 -0
  587. package/dist/widget/ui/src/containers/index.d.ts +5 -0
  588. package/dist/widget/ui/src/containers/index.d.ts.map +1 -0
  589. package/dist/widget/ui/src/hooks/index.d.ts +3 -0
  590. package/dist/widget/ui/src/hooks/index.d.ts.map +1 -0
  591. package/dist/widget/ui/src/hooks/useCopyToClipboard.d.ts +2 -0
  592. package/dist/widget/ui/src/hooks/useCopyToClipboard.d.ts.map +1 -0
  593. package/dist/widget/ui/src/hooks/useIsTruncated.d.ts +3 -0
  594. package/dist/widget/ui/src/hooks/useIsTruncated.d.ts.map +1 -0
  595. package/dist/widget/ui/src/icons/Add.d.ts +5 -0
  596. package/dist/widget/ui/src/icons/Add.d.ts.map +1 -0
  597. package/dist/widget/ui/src/icons/Affiliate.d.ts +5 -0
  598. package/dist/widget/ui/src/icons/Affiliate.d.ts.map +1 -0
  599. package/dist/widget/ui/src/icons/AutoTheme.d.ts +5 -0
  600. package/dist/widget/ui/src/icons/AutoTheme.d.ts.map +1 -0
  601. package/dist/widget/ui/src/icons/Autorenew.d.ts +5 -0
  602. package/dist/widget/ui/src/icons/Autorenew.d.ts.map +1 -0
  603. package/dist/widget/ui/src/icons/BorderRadius.d.ts +5 -0
  604. package/dist/widget/ui/src/icons/BorderRadius.d.ts.map +1 -0
  605. package/dist/widget/ui/src/icons/Bridges.d.ts +5 -0
  606. package/dist/widget/ui/src/icons/Bridges.d.ts.map +1 -0
  607. package/dist/widget/ui/src/icons/BugReport.d.ts +5 -0
  608. package/dist/widget/ui/src/icons/BugReport.d.ts.map +1 -0
  609. package/dist/widget/ui/src/icons/Bullhorn.d.ts +5 -0
  610. package/dist/widget/ui/src/icons/Bullhorn.d.ts.map +1 -0
  611. package/dist/widget/ui/src/icons/Calendar.d.ts +5 -0
  612. package/dist/widget/ui/src/icons/Calendar.d.ts.map +1 -0
  613. package/dist/widget/ui/src/icons/Chains.d.ts +5 -0
  614. package/dist/widget/ui/src/icons/Chains.d.ts.map +1 -0
  615. package/dist/widget/ui/src/icons/Chart.d.ts +5 -0
  616. package/dist/widget/ui/src/icons/Chart.d.ts.map +1 -0
  617. package/dist/widget/ui/src/icons/ChevronDown.d.ts +5 -0
  618. package/dist/widget/ui/src/icons/ChevronDown.d.ts.map +1 -0
  619. package/dist/widget/ui/src/icons/ChevronLeft.d.ts +5 -0
  620. package/dist/widget/ui/src/icons/ChevronLeft.d.ts.map +1 -0
  621. package/dist/widget/ui/src/icons/ChevronRight.d.ts +5 -0
  622. package/dist/widget/ui/src/icons/ChevronRight.d.ts.map +1 -0
  623. package/dist/widget/ui/src/icons/ChevronUp.d.ts +5 -0
  624. package/dist/widget/ui/src/icons/ChevronUp.d.ts.map +1 -0
  625. package/dist/widget/ui/src/icons/Close.d.ts +5 -0
  626. package/dist/widget/ui/src/icons/Close.d.ts.map +1 -0
  627. package/dist/widget/ui/src/icons/Colors.d.ts +5 -0
  628. package/dist/widget/ui/src/icons/Colors.d.ts.map +1 -0
  629. package/dist/widget/ui/src/icons/Complete.d.ts +5 -0
  630. package/dist/widget/ui/src/icons/Complete.d.ts.map +1 -0
  631. package/dist/widget/ui/src/icons/ContactUs.d.ts +5 -0
  632. package/dist/widget/ui/src/icons/ContactUs.d.ts.map +1 -0
  633. package/dist/widget/ui/src/icons/Cookie.d.ts +5 -0
  634. package/dist/widget/ui/src/icons/Cookie.d.ts.map +1 -0
  635. package/dist/widget/ui/src/icons/Copy.d.ts +5 -0
  636. package/dist/widget/ui/src/icons/Copy.d.ts.map +1 -0
  637. package/dist/widget/ui/src/icons/CosmosCategory.d.ts +5 -0
  638. package/dist/widget/ui/src/icons/CosmosCategory.d.ts.map +1 -0
  639. package/dist/widget/ui/src/icons/CreditCard.d.ts +5 -0
  640. package/dist/widget/ui/src/icons/CreditCard.d.ts.map +1 -0
  641. package/dist/widget/ui/src/icons/CustomColors.d.ts +5 -0
  642. package/dist/widget/ui/src/icons/CustomColors.d.ts.map +1 -0
  643. package/dist/widget/ui/src/icons/CustomTokensZeroState.d.ts +5 -0
  644. package/dist/widget/ui/src/icons/CustomTokensZeroState.d.ts.map +1 -0
  645. package/dist/widget/ui/src/icons/CustomTokensZeroStateDark.d.ts +5 -0
  646. package/dist/widget/ui/src/icons/CustomTokensZeroStateDark.d.ts.map +1 -0
  647. package/dist/widget/ui/src/icons/CustomerSupport.d.ts +5 -0
  648. package/dist/widget/ui/src/icons/CustomerSupport.d.ts.map +1 -0
  649. package/dist/widget/ui/src/icons/DarkMode.d.ts +5 -0
  650. package/dist/widget/ui/src/icons/DarkMode.d.ts.map +1 -0
  651. package/dist/widget/ui/src/icons/Delete.d.ts +5 -0
  652. package/dist/widget/ui/src/icons/Delete.d.ts.map +1 -0
  653. package/dist/widget/ui/src/icons/Desktop.d.ts +5 -0
  654. package/dist/widget/ui/src/icons/Desktop.d.ts.map +1 -0
  655. package/dist/widget/ui/src/icons/Disconnect.d.ts +5 -0
  656. package/dist/widget/ui/src/icons/Disconnect.d.ts.map +1 -0
  657. package/dist/widget/ui/src/icons/Discord.d.ts +5 -0
  658. package/dist/widget/ui/src/icons/Discord.d.ts.map +1 -0
  659. package/dist/widget/ui/src/icons/Document.d.ts +5 -0
  660. package/dist/widget/ui/src/icons/Document.d.ts.map +1 -0
  661. package/dist/widget/ui/src/icons/Documentation.d.ts +5 -0
  662. package/dist/widget/ui/src/icons/Documentation.d.ts.map +1 -0
  663. package/dist/widget/ui/src/icons/Done.d.ts +5 -0
  664. package/dist/widget/ui/src/icons/Done.d.ts.map +1 -0
  665. package/dist/widget/ui/src/icons/Error.d.ts +5 -0
  666. package/dist/widget/ui/src/icons/Error.d.ts.map +1 -0
  667. package/dist/widget/ui/src/icons/EvmCategory.d.ts +5 -0
  668. package/dist/widget/ui/src/icons/EvmCategory.d.ts.map +1 -0
  669. package/dist/widget/ui/src/icons/Exchange.d.ts +5 -0
  670. package/dist/widget/ui/src/icons/Exchange.d.ts.map +1 -0
  671. package/dist/widget/ui/src/icons/Exit.d.ts +5 -0
  672. package/dist/widget/ui/src/icons/Exit.d.ts.map +1 -0
  673. package/dist/widget/ui/src/icons/Explorer.d.ts +5 -0
  674. package/dist/widget/ui/src/icons/Explorer.d.ts.map +1 -0
  675. package/dist/widget/ui/src/icons/ExternalLink.d.ts +5 -0
  676. package/dist/widget/ui/src/icons/ExternalLink.d.ts.map +1 -0
  677. package/dist/widget/ui/src/icons/FeatureList.d.ts +5 -0
  678. package/dist/widget/ui/src/icons/FeatureList.d.ts.map +1 -0
  679. package/dist/widget/ui/src/icons/Filter.d.ts +5 -0
  680. package/dist/widget/ui/src/icons/Filter.d.ts.map +1 -0
  681. package/dist/widget/ui/src/icons/First.d.ts +5 -0
  682. package/dist/widget/ui/src/icons/First.d.ts.map +1 -0
  683. package/dist/widget/ui/src/icons/Font.d.ts +5 -0
  684. package/dist/widget/ui/src/icons/Font.d.ts.map +1 -0
  685. package/dist/widget/ui/src/icons/Gas.d.ts +5 -0
  686. package/dist/widget/ui/src/icons/Gas.d.ts.map +1 -0
  687. package/dist/widget/ui/src/icons/GasStation.d.ts +5 -0
  688. package/dist/widget/ui/src/icons/GasStation.d.ts.map +1 -0
  689. package/dist/widget/ui/src/icons/Height.d.ts +5 -0
  690. package/dist/widget/ui/src/icons/Height.d.ts.map +1 -0
  691. package/dist/widget/ui/src/icons/Hide.d.ts +5 -0
  692. package/dist/widget/ui/src/icons/Hide.d.ts.map +1 -0
  693. package/dist/widget/ui/src/icons/InProgress.d.ts +5 -0
  694. package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -0
  695. package/dist/widget/ui/src/icons/Infinity.d.ts +5 -0
  696. package/dist/widget/ui/src/icons/Infinity.d.ts.map +1 -0
  697. package/dist/widget/ui/src/icons/Info.d.ts +5 -0
  698. package/dist/widget/ui/src/icons/Info.d.ts.map +1 -0
  699. package/dist/widget/ui/src/icons/InfoError.d.ts +5 -0
  700. package/dist/widget/ui/src/icons/InfoError.d.ts.map +1 -0
  701. package/dist/widget/ui/src/icons/Key.d.ts +5 -0
  702. package/dist/widget/ui/src/icons/Key.d.ts.map +1 -0
  703. package/dist/widget/ui/src/icons/Language.d.ts +5 -0
  704. package/dist/widget/ui/src/icons/Language.d.ts.map +1 -0
  705. package/dist/widget/ui/src/icons/Last.d.ts +5 -0
  706. package/dist/widget/ui/src/icons/Last.d.ts.map +1 -0
  707. package/dist/widget/ui/src/icons/Legacy.d.ts +5 -0
  708. package/dist/widget/ui/src/icons/Legacy.d.ts.map +1 -0
  709. package/dist/widget/ui/src/icons/LightMode.d.ts +5 -0
  710. package/dist/widget/ui/src/icons/LightMode.d.ts.map +1 -0
  711. package/dist/widget/ui/src/icons/Link.d.ts +5 -0
  712. package/dist/widget/ui/src/icons/Link.d.ts.map +1 -0
  713. package/dist/widget/ui/src/icons/Loading.d.ts +5 -0
  714. package/dist/widget/ui/src/icons/Loading.d.ts.map +1 -0
  715. package/dist/widget/ui/src/icons/Login.d.ts +5 -0
  716. package/dist/widget/ui/src/icons/Login.d.ts.map +1 -0
  717. package/dist/widget/ui/src/icons/LogoWithText.d.ts +5 -0
  718. package/dist/widget/ui/src/icons/LogoWithText.d.ts.map +1 -0
  719. package/dist/widget/ui/src/icons/Logout.d.ts +5 -0
  720. package/dist/widget/ui/src/icons/Logout.d.ts.map +1 -0
  721. package/dist/widget/ui/src/icons/Medium.d.ts +5 -0
  722. package/dist/widget/ui/src/icons/Medium.d.ts.map +1 -0
  723. package/dist/widget/ui/src/icons/Menu.d.ts +5 -0
  724. package/dist/widget/ui/src/icons/Menu.d.ts.map +1 -0
  725. package/dist/widget/ui/src/icons/MoneyBag.d.ts +5 -0
  726. package/dist/widget/ui/src/icons/MoneyBag.d.ts.map +1 -0
  727. package/dist/widget/ui/src/icons/More.d.ts +5 -0
  728. package/dist/widget/ui/src/icons/More.d.ts.map +1 -0
  729. package/dist/widget/ui/src/icons/Next.d.ts +5 -0
  730. package/dist/widget/ui/src/icons/Next.d.ts.map +1 -0
  731. package/dist/widget/ui/src/icons/NoNotification.d.ts +5 -0
  732. package/dist/widget/ui/src/icons/NoNotification.d.ts.map +1 -0
  733. package/dist/widget/ui/src/icons/NoRoute.d.ts +5 -0
  734. package/dist/widget/ui/src/icons/NoRoute.d.ts.map +1 -0
  735. package/dist/widget/ui/src/icons/NotificationNumber.d.ts +5 -0
  736. package/dist/widget/ui/src/icons/NotificationNumber.d.ts.map +1 -0
  737. package/dist/widget/ui/src/icons/Notifications.d.ts +5 -0
  738. package/dist/widget/ui/src/icons/Notifications.d.ts.map +1 -0
  739. package/dist/widget/ui/src/icons/Number.d.ts +5 -0
  740. package/dist/widget/ui/src/icons/Number.d.ts.map +1 -0
  741. package/dist/widget/ui/src/icons/NumberBlocks.d.ts +5 -0
  742. package/dist/widget/ui/src/icons/NumberBlocks.d.ts.map +1 -0
  743. package/dist/widget/ui/src/icons/OtherCategory.d.ts +5 -0
  744. package/dist/widget/ui/src/icons/OtherCategory.d.ts.map +1 -0
  745. package/dist/widget/ui/src/icons/Paste.d.ts +5 -0
  746. package/dist/widget/ui/src/icons/Paste.d.ts.map +1 -0
  747. package/dist/widget/ui/src/icons/Pencil.d.ts +5 -0
  748. package/dist/widget/ui/src/icons/Pencil.d.ts.map +1 -0
  749. package/dist/widget/ui/src/icons/Pin.d.ts +5 -0
  750. package/dist/widget/ui/src/icons/Pin.d.ts.map +1 -0
  751. package/dist/widget/ui/src/icons/Profile.d.ts +5 -0
  752. package/dist/widget/ui/src/icons/Profile.d.ts.map +1 -0
  753. package/dist/widget/ui/src/icons/RangoExplorer.d.ts +5 -0
  754. package/dist/widget/ui/src/icons/RangoExplorer.d.ts.map +1 -0
  755. package/dist/widget/ui/src/icons/Rank.d.ts +5 -0
  756. package/dist/widget/ui/src/icons/Rank.d.ts.map +1 -0
  757. package/dist/widget/ui/src/icons/Refresh.d.ts +5 -0
  758. package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -0
  759. package/dist/widget/ui/src/icons/Report.d.ts +5 -0
  760. package/dist/widget/ui/src/icons/Report.d.ts.map +1 -0
  761. package/dist/widget/ui/src/icons/Request.d.ts +5 -0
  762. package/dist/widget/ui/src/icons/Request.d.ts.map +1 -0
  763. package/dist/widget/ui/src/icons/Reverse.d.ts +5 -0
  764. package/dist/widget/ui/src/icons/Reverse.d.ts.map +1 -0
  765. package/dist/widget/ui/src/icons/ReverseHorizontal.d.ts +5 -0
  766. package/dist/widget/ui/src/icons/ReverseHorizontal.d.ts.map +1 -0
  767. package/dist/widget/ui/src/icons/Route.d.ts +5 -0
  768. package/dist/widget/ui/src/icons/Route.d.ts.map +1 -0
  769. package/dist/widget/ui/src/icons/Scanner.d.ts +5 -0
  770. package/dist/widget/ui/src/icons/Scanner.d.ts.map +1 -0
  771. package/dist/widget/ui/src/icons/Score.d.ts +5 -0
  772. package/dist/widget/ui/src/icons/Score.d.ts.map +1 -0
  773. package/dist/widget/ui/src/icons/Search.d.ts +5 -0
  774. package/dist/widget/ui/src/icons/Search.d.ts.map +1 -0
  775. package/dist/widget/ui/src/icons/Settings.d.ts +5 -0
  776. package/dist/widget/ui/src/icons/Settings.d.ts.map +1 -0
  777. package/dist/widget/ui/src/icons/Share.d.ts +5 -0
  778. package/dist/widget/ui/src/icons/Share.d.ts.map +1 -0
  779. package/dist/widget/ui/src/icons/Show.d.ts +5 -0
  780. package/dist/widget/ui/src/icons/Show.d.ts.map +1 -0
  781. package/dist/widget/ui/src/icons/Slippage.d.ts +5 -0
  782. package/dist/widget/ui/src/icons/Slippage.d.ts.map +1 -0
  783. package/dist/widget/ui/src/icons/Stats.d.ts +5 -0
  784. package/dist/widget/ui/src/icons/Stats.d.ts.map +1 -0
  785. package/dist/widget/ui/src/icons/Style.d.ts +5 -0
  786. package/dist/widget/ui/src/icons/Style.d.ts.map +1 -0
  787. package/dist/widget/ui/src/icons/Support.d.ts +5 -0
  788. package/dist/widget/ui/src/icons/Support.d.ts.map +1 -0
  789. package/dist/widget/ui/src/icons/Swap.d.ts +5 -0
  790. package/dist/widget/ui/src/icons/Swap.d.ts.map +1 -0
  791. package/dist/widget/ui/src/icons/Target.d.ts +5 -0
  792. package/dist/widget/ui/src/icons/Target.d.ts.map +1 -0
  793. package/dist/widget/ui/src/icons/Telegram.d.ts +5 -0
  794. package/dist/widget/ui/src/icons/Telegram.d.ts.map +1 -0
  795. package/dist/widget/ui/src/icons/Time.d.ts +5 -0
  796. package/dist/widget/ui/src/icons/Time.d.ts.map +1 -0
  797. package/dist/widget/ui/src/icons/Transaction.d.ts +5 -0
  798. package/dist/widget/ui/src/icons/Transaction.d.ts.map +1 -0
  799. package/dist/widget/ui/src/icons/Trophy.d.ts +5 -0
  800. package/dist/widget/ui/src/icons/Trophy.d.ts.map +1 -0
  801. package/dist/widget/ui/src/icons/Tune.d.ts +5 -0
  802. package/dist/widget/ui/src/icons/Tune.d.ts.map +1 -0
  803. package/dist/widget/ui/src/icons/UtxoCategory.d.ts +5 -0
  804. package/dist/widget/ui/src/icons/UtxoCategory.d.ts.map +1 -0
  805. package/dist/widget/ui/src/icons/Volume.d.ts +5 -0
  806. package/dist/widget/ui/src/icons/Volume.d.ts.map +1 -0
  807. package/dist/widget/ui/src/icons/Wallet.d.ts +5 -0
  808. package/dist/widget/ui/src/icons/Wallet.d.ts.map +1 -0
  809. package/dist/widget/ui/src/icons/Warning.d.ts +5 -0
  810. package/dist/widget/ui/src/icons/Warning.d.ts.map +1 -0
  811. package/dist/widget/ui/src/icons/Widget.d.ts +5 -0
  812. package/dist/widget/ui/src/icons/Widget.d.ts.map +1 -0
  813. package/dist/widget/ui/src/icons/Width.d.ts +5 -0
  814. package/dist/widget/ui/src/icons/Width.d.ts.map +1 -0
  815. package/dist/widget/ui/src/icons/X.d.ts +5 -0
  816. package/dist/widget/ui/src/icons/X.d.ts.map +1 -0
  817. package/dist/widget/ui/src/icons/index.d.ts +112 -0
  818. package/dist/widget/ui/src/icons/index.d.ts.map +1 -0
  819. package/dist/widget/ui/src/index.d.ts +8 -0
  820. package/dist/widget/ui/src/index.d.ts.map +1 -0
  821. package/dist/widget/ui/src/theme.d.ts +1672 -0
  822. package/dist/widget/ui/src/theme.d.ts.map +1 -0
  823. package/dist/widget/ui/src/types/index.d.ts +3 -0
  824. package/dist/widget/ui/src/types/index.d.ts.map +1 -0
  825. package/dist/widget/ui/src/types/swaps.d.ts +4 -0
  826. package/dist/widget/ui/src/types/swaps.d.ts.map +1 -0
  827. package/dist/widget/ui/src/types/wallet.d.ts +25 -0
  828. package/dist/widget/ui/src/types/wallet.d.ts.map +1 -0
  829. package/package.json +65 -0
  830. package/readme.md +8 -0
  831. package/src/components/Alert/Alert.helpers.ts +28 -0
  832. package/src/components/Alert/Alert.icon.tsx +28 -0
  833. package/src/components/Alert/Alert.styles.ts +172 -0
  834. package/src/components/Alert/Alert.tsx +71 -0
  835. package/src/components/Alert/Alert.types.ts +16 -0
  836. package/src/components/Alert/index.ts +2 -0
  837. package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +45 -0
  838. package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
  839. package/src/components/BlockchainsChip/BlockchainsChip.types.ts +5 -0
  840. package/src/components/BlockchainsChip/index.ts +1 -0
  841. package/src/components/BottomLogo/BottomLogo.styles.ts +15 -0
  842. package/src/components/BottomLogo/BottomLogo.tsx +27 -0
  843. package/src/components/BottomLogo/index.ts +1 -0
  844. package/src/components/Button/Button.styles.tsx +564 -0
  845. package/src/components/Button/Button.tsx +52 -0
  846. package/src/components/Button/Button.types.tsx +28 -0
  847. package/src/components/Button/Ripple.tsx +82 -0
  848. package/src/components/Button/index.ts +2 -0
  849. package/src/components/ChainToken/ChainToken.constants.ts +13 -0
  850. package/src/components/ChainToken/ChainToken.styles.ts +68 -0
  851. package/src/components/ChainToken/ChainToken.tsx +84 -0
  852. package/src/components/ChainToken/ChainToken.types.ts +14 -0
  853. package/src/components/ChainToken/index.ts +2 -0
  854. package/src/components/Checkbox/Checkbox.styles.ts +47 -0
  855. package/src/components/Checkbox/Checkbox.tsx +36 -0
  856. package/src/components/Checkbox/Checkbox.types.ts +18 -0
  857. package/src/components/Checkbox/index.ts +2 -0
  858. package/src/components/Chip/Chip.styles.ts +41 -0
  859. package/src/components/Chip/Chip.tsx +23 -0
  860. package/src/components/Chip/Chip.types.ts +15 -0
  861. package/src/components/Chip/index.ts +2 -0
  862. package/src/components/Collapsible/Collapsible.styles.ts +9 -0
  863. package/src/components/Collapsible/Collapsible.tsx +21 -0
  864. package/src/components/Collapsible/Collapsible.types.ts +7 -0
  865. package/src/components/Collapsible/index.ts +2 -0
  866. package/src/components/CustomTokenWarning/CustomTokenWarning.styles.ts +30 -0
  867. package/src/components/CustomTokenWarning/CustomTokenWarning.tsx +44 -0
  868. package/src/components/CustomTokenWarning/CustomTokenWarning.types.ts +3 -0
  869. package/src/components/CustomTokenWarning/index.ts +1 -0
  870. package/src/components/Divider/Divider.styles.ts +203 -0
  871. package/src/components/Divider/Divider.tsx +15 -0
  872. package/src/components/Divider/Divider.types.ts +11 -0
  873. package/src/components/Divider/index.ts +1 -0
  874. package/src/components/Flags/Bengali.tsx +25 -0
  875. package/src/components/Flags/Catalonia.tsx +31 -0
  876. package/src/components/Flags/Chinese.tsx +28 -0
  877. package/src/components/Flags/Cyprus.tsx +32 -0
  878. package/src/components/Flags/Denmark.tsx +31 -0
  879. package/src/components/Flags/English.tsx +35 -0
  880. package/src/components/Flags/Finland.tsx +31 -0
  881. package/src/components/Flags/Flags.constants.ts +1 -0
  882. package/src/components/Flags/Flags.types.ts +3 -0
  883. package/src/components/Flags/French.tsx +26 -0
  884. package/src/components/Flags/German.tsx +26 -0
  885. package/src/components/Flags/Greece.tsx +31 -0
  886. package/src/components/Flags/Hindi.tsx +29 -0
  887. package/src/components/Flags/Hungary.tsx +29 -0
  888. package/src/components/Flags/India.tsx +29 -0
  889. package/src/components/Flags/Indonesian.tsx +25 -0
  890. package/src/components/Flags/Italian.tsx +26 -0
  891. package/src/components/Flags/Japanese.tsx +25 -0
  892. package/src/components/Flags/Korea.tsx +32 -0
  893. package/src/components/Flags/Lithuania.tsx +29 -0
  894. package/src/components/Flags/Malay.tsx +29 -0
  895. package/src/components/Flags/Netherlands.tsx +29 -0
  896. package/src/components/Flags/Pakistan.tsx +29 -0
  897. package/src/components/Flags/Philippines.tsx +30 -0
  898. package/src/components/Flags/Poland.tsx +25 -0
  899. package/src/components/Flags/Portuguese.tsx +34 -0
  900. package/src/components/Flags/Russian.tsx +26 -0
  901. package/src/components/Flags/SaudiArabia.tsx +29 -0
  902. package/src/components/Flags/Serbia.tsx +41 -0
  903. package/src/components/Flags/Slovakia.tsx +42 -0
  904. package/src/components/Flags/SouthAfrica.tsx +35 -0
  905. package/src/components/Flags/Spanish.tsx +85 -0
  906. package/src/components/Flags/Swahili.tsx +46 -0
  907. package/src/components/Flags/Swedish.tsx +31 -0
  908. package/src/components/Flags/Thai.tsx +32 -0
  909. package/src/components/Flags/Turkish.tsx +28 -0
  910. package/src/components/Flags/Ukrainian.tsx +25 -0
  911. package/src/components/Flags/Vietnamese.tsx +28 -0
  912. package/src/components/Flags/index.ts +77 -0
  913. package/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.tsx +65 -0
  914. package/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.tsx +61 -0
  915. package/src/components/FullExpandedQuote/FullExpandedQuote.Tooltip.tsx +101 -0
  916. package/src/components/FullExpandedQuote/FullExpandedQuote.helpers.ts +32 -0
  917. package/src/components/FullExpandedQuote/FullExpandedQuote.styles.ts +315 -0
  918. package/src/components/FullExpandedQuote/FullExpandedQuote.tsx +288 -0
  919. package/src/components/FullExpandedQuote/FullExpandedQuote.types.ts +58 -0
  920. package/src/components/FullExpandedQuote/index.ts +1 -0
  921. package/src/components/Header/Header.constants.ts +1 -0
  922. package/src/components/Header/Header.styles.ts +91 -0
  923. package/src/components/Header/Header.tsx +49 -0
  924. package/src/components/Header/Header.types.ts +5 -0
  925. package/src/components/Header/index.ts +2 -0
  926. package/src/components/I18nManager/I18nManager.tsx +113 -0
  927. package/src/components/I18nManager/index.ts +2 -0
  928. package/src/components/IconButton/IconButton.tsx +34 -0
  929. package/src/components/IconButton/IconButton.types.ts +14 -0
  930. package/src/components/IconButton/index.ts +2 -0
  931. package/src/components/List/List.styles.tsx +7 -0
  932. package/src/components/List/List.tsx +29 -0
  933. package/src/components/List/List.types.ts +13 -0
  934. package/src/components/List/index.ts +2 -0
  935. package/src/components/ListItem/ListItem.styles.ts +62 -0
  936. package/src/components/ListItem/ListItem.tsx +29 -0
  937. package/src/components/ListItem/ListItem.types.ts +13 -0
  938. package/src/components/ListItem/index.ts +2 -0
  939. package/src/components/ListItemButton/ListItemButton.styles.ts +36 -0
  940. package/src/components/ListItemButton/ListItemButton.tsx +31 -0
  941. package/src/components/ListItemButton/ListItemButton.types.ts +9 -0
  942. package/src/components/ListItemButton/index.ts +2 -0
  943. package/src/components/Logo/Logo.tsx +35 -0
  944. package/src/components/Logo/index.tsx +1 -0
  945. package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +33 -0
  946. package/src/components/MessageBox/CollapsibleMessageBox.tsx +38 -0
  947. package/src/components/MessageBox/CollapsibleMessageBox.types.tsx +11 -0
  948. package/src/components/MessageBox/DefaultMessageBox.tsx +45 -0
  949. package/src/components/MessageBox/MessageBox.styles.tsx +61 -0
  950. package/src/components/MessageBox/MessageBox.tsx +2 -0
  951. package/src/components/MessageBox/MessageBox.types.tsx +14 -0
  952. package/src/components/MessageBox/StatusIcon.tsx +28 -0
  953. package/src/components/MessageBox/index.ts +2 -0
  954. package/src/components/Modal/Modal.helpers.ts +4 -0
  955. package/src/components/Modal/Modal.styles.ts +128 -0
  956. package/src/components/Modal/Modal.tsx +163 -0
  957. package/src/components/Modal/Modal.types.ts +29 -0
  958. package/src/components/Modal/index.ts +3 -0
  959. package/src/components/NotFound/NotFound.styles.ts +15 -0
  960. package/src/components/NotFound/NotFound.tsx +29 -0
  961. package/src/components/NotFound/NotFound.types.ts +9 -0
  962. package/src/components/NotFound/index.tsx +2 -0
  963. package/src/components/Popover/Popover.styles.ts +22 -0
  964. package/src/components/Popover/Popover.tsx +61 -0
  965. package/src/components/Popover/Popover.types.ts +30 -0
  966. package/src/components/Popover/index.ts +2 -0
  967. package/src/components/PriceImpact/PriceImpact.styles.ts +43 -0
  968. package/src/components/PriceImpact/PriceImpact.tsx +72 -0
  969. package/src/components/PriceImpact/PriceImpact.types.ts +20 -0
  970. package/src/components/PriceImpact/index.ts +5 -0
  971. package/src/components/QuoteCost/QuoteCost.styles.ts +57 -0
  972. package/src/components/QuoteCost/QuoteCost.tsx +76 -0
  973. package/src/components/QuoteCost/QuoteCost.types.ts +10 -0
  974. package/src/components/QuoteCost/index.ts +1 -0
  975. package/src/components/QuoteTag/QuoteTag.styles.ts +44 -0
  976. package/src/components/QuoteTag/QuoteTag.tsx +19 -0
  977. package/src/components/QuoteTag/index.ts +1 -0
  978. package/src/components/Radio/Radio.styles.tsx +42 -0
  979. package/src/components/Radio/Radio.tsx +14 -0
  980. package/src/components/Radio/Radio.types.tsx +3 -0
  981. package/src/components/Radio/index.ts +2 -0
  982. package/src/components/RadioGroup/RadioGroup.styles.tsx +38 -0
  983. package/src/components/RadioGroup/RadioGroup.tsx +37 -0
  984. package/src/components/RadioGroup/RadioGroup.types.tsx +13 -0
  985. package/src/components/RadioGroup/index.ts +3 -0
  986. package/src/components/RefreshProgressButton/RefreshProgressButton.styles.ts +28 -0
  987. package/src/components/RefreshProgressButton/RefreshProgressButton.tsx +70 -0
  988. package/src/components/RefreshProgressButton/index.ts +1 -0
  989. package/src/components/Select/Select.styles.ts +96 -0
  990. package/src/components/Select/Select.tsx +99 -0
  991. package/src/components/Select/Select.types.ts +20 -0
  992. package/src/components/Select/index.ts +2 -0
  993. package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +62 -0
  994. package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
  995. package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +80 -0
  996. package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +16 -0
  997. package/src/components/SelectableCategoryList/index.ts +4 -0
  998. package/src/components/Skeleton/Skeleton.styles.ts +66 -0
  999. package/src/components/Skeleton/Skeleton.tsx +17 -0
  1000. package/src/components/Skeleton/Skeleton.types.ts +20 -0
  1001. package/src/components/Skeleton/index.ts +2 -0
  1002. package/src/components/Spinner/Spinner.styles.ts +15 -0
  1003. package/src/components/Spinner/Spinner.tsx +16 -0
  1004. package/src/components/Spinner/Spinner.types.ts +9 -0
  1005. package/src/components/Spinner/index.ts +2 -0
  1006. package/src/components/StepDetails/StepDetails.styles.ts +180 -0
  1007. package/src/components/StepDetails/StepDetails.tsx +215 -0
  1008. package/src/components/StepDetails/StepDetails.types.ts +44 -0
  1009. package/src/components/StepDetails/index.ts +2 -0
  1010. package/src/components/SvgIcon/SvgIcon.style.ts +35 -0
  1011. package/src/components/SvgIcon/SvgIcon.tsx +22 -0
  1012. package/src/components/SvgIcon/SvgIcon.types.ts +16 -0
  1013. package/src/components/SvgIcon/index.ts +5 -0
  1014. package/src/components/SwapListItem/SwapListItem.helpers.ts +51 -0
  1015. package/src/components/SwapListItem/SwapListItem.styles.ts +74 -0
  1016. package/src/components/SwapListItem/SwapListItem.tsx +72 -0
  1017. package/src/components/SwapListItem/SwapListItem.types.ts +53 -0
  1018. package/src/components/SwapListItem/SwapToken.styles.ts +91 -0
  1019. package/src/components/SwapListItem/SwapToken.tsx +223 -0
  1020. package/src/components/SwapListItem/SwapToken.types.ts +15 -0
  1021. package/src/components/SwapListItem/index.ts +5 -0
  1022. package/src/components/Switch/Switch.styles.tsx +55 -0
  1023. package/src/components/Switch/Switch.tsx +14 -0
  1024. package/src/components/Switch/Switch.types.tsx +4 -0
  1025. package/src/components/Switch/index.ts +2 -0
  1026. package/src/components/Tabs/Tabs.styles.tsx +239 -0
  1027. package/src/components/Tabs/Tabs.tsx +221 -0
  1028. package/src/components/Tabs/Tabs.types.tsx +34 -0
  1029. package/src/components/Tabs/index.ts +2 -0
  1030. package/src/components/TextField/TextField.styles.ts +208 -0
  1031. package/src/components/TextField/TextField.tsx +103 -0
  1032. package/src/components/TextField/TextField.types.tsx +27 -0
  1033. package/src/components/TextField/index.ts +2 -0
  1034. package/src/components/Toast/Toast.Provider.tsx +129 -0
  1035. package/src/components/Toast/Toast.helpers.ts +12 -0
  1036. package/src/components/Toast/Toast.styles.ts +350 -0
  1037. package/src/components/Toast/Toast.tsx +114 -0
  1038. package/src/components/Toast/Toast.types.ts +33 -0
  1039. package/src/components/Toast/index.ts +3 -0
  1040. package/src/components/TokenAmount/TokenAmount.styles.ts +91 -0
  1041. package/src/components/TokenAmount/TokenAmount.tsx +149 -0
  1042. package/src/components/TokenAmount/TokenAmount.types.ts +22 -0
  1043. package/src/components/TokenAmount/index.ts +1 -0
  1044. package/src/components/Tooltip/NumericTooltip.tsx +16 -0
  1045. package/src/components/Tooltip/NumericTooltip.types.tsx +6 -0
  1046. package/src/components/Tooltip/Tooltip.styles.ts +24 -0
  1047. package/src/components/Tooltip/Tooltip.tsx +54 -0
  1048. package/src/components/Tooltip/Tooltip.types.ts +22 -0
  1049. package/src/components/Tooltip/index.ts +4 -0
  1050. package/src/components/Typography/NotSelectableTypography.ts +7 -0
  1051. package/src/components/Typography/Typography.styles.tsx +206 -0
  1052. package/src/components/Typography/Typography.tsx +30 -0
  1053. package/src/components/Typography/Typography.types.tsx +18 -0
  1054. package/src/components/Typography/index.ts +3 -0
  1055. package/src/components/VirtualizedList/VirtualizedList.tsx +6 -0
  1056. package/src/components/VirtualizedList/index.ts +1 -0
  1057. package/src/components/Wallet/ClickableWallet.tsx +84 -0
  1058. package/src/components/Wallet/SelectableWallet.tsx +59 -0
  1059. package/src/components/Wallet/Wallet.helpers.ts +42 -0
  1060. package/src/components/Wallet/Wallet.styles.ts +90 -0
  1061. package/src/components/Wallet/Wallet.tsx +3 -0
  1062. package/src/components/Wallet/Wallet.types.ts +57 -0
  1063. package/src/components/Wallet/index.ts +7 -0
  1064. package/src/components/common/Image.tsx +54 -0
  1065. package/src/components/common/index.ts +1 -0
  1066. package/src/components/common/styles.ts +35 -0
  1067. package/src/components/index.ts +50 -0
  1068. package/src/constants/index.ts +6 -0
  1069. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.ts +8 -0
  1070. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +30 -0
  1071. package/src/containers/ConnectWalletsModal/ConnectWalletsModal.types.ts +11 -0
  1072. package/src/containers/ConnectWalletsModal/index.ts +2 -0
  1073. package/src/containers/Notifications/NotificationNotFound.tsx +19 -0
  1074. package/src/containers/Notifications/Notifications.styles.ts +82 -0
  1075. package/src/containers/Notifications/Notifications.tsx +114 -0
  1076. package/src/containers/Notifications/Notifications.types.ts +18 -0
  1077. package/src/containers/Notifications/index.ts +1 -0
  1078. package/src/containers/SwapInput/SwapInput.styles.ts +130 -0
  1079. package/src/containers/SwapInput/SwapInput.tsx +162 -0
  1080. package/src/containers/SwapInput/SwapInput.types.ts +49 -0
  1081. package/src/containers/SwapInput/TokenSection.styles.ts +123 -0
  1082. package/src/containers/SwapInput/TokenSection.tsx +124 -0
  1083. package/src/containers/SwapInput/TokenSection.types.ts +14 -0
  1084. package/src/containers/SwapInput/index.ts +2 -0
  1085. package/src/containers/Warnings/BalanceErrors.tsx +40 -0
  1086. package/src/containers/Warnings/index.ts +1 -0
  1087. package/src/containers/index.ts +4 -0
  1088. package/src/hooks/index.ts +2 -0
  1089. package/src/hooks/useCopyToClipboard.ts +23 -0
  1090. package/src/hooks/useIsTruncated.tsx +27 -0
  1091. package/src/icons/Add.tsx +25 -0
  1092. package/src/icons/Affiliate.tsx +21 -0
  1093. package/src/icons/AutoTheme.tsx +45 -0
  1094. package/src/icons/Autorenew.tsx +20 -0
  1095. package/src/icons/BorderRadius.tsx +24 -0
  1096. package/src/icons/Bridges.tsx +19 -0
  1097. package/src/icons/BugReport.tsx +58 -0
  1098. package/src/icons/Bullhorn.tsx +25 -0
  1099. package/src/icons/Calendar.tsx +39 -0
  1100. package/src/icons/Chains.tsx +19 -0
  1101. package/src/icons/Chart.tsx +21 -0
  1102. package/src/icons/ChevronDown.tsx +21 -0
  1103. package/src/icons/ChevronLeft.tsx +21 -0
  1104. package/src/icons/ChevronRight.tsx +21 -0
  1105. package/src/icons/ChevronUp.tsx +21 -0
  1106. package/src/icons/Close.tsx +28 -0
  1107. package/src/icons/Colors.tsx +33 -0
  1108. package/src/icons/Complete.tsx +19 -0
  1109. package/src/icons/ContactUs.tsx +31 -0
  1110. package/src/icons/Cookie.tsx +49 -0
  1111. package/src/icons/Copy.tsx +19 -0
  1112. package/src/icons/CosmosCategory.tsx +137 -0
  1113. package/src/icons/CreditCard.tsx +23 -0
  1114. package/src/icons/CustomColors.tsx +21 -0
  1115. package/src/icons/CustomTokensZeroState.tsx +262 -0
  1116. package/src/icons/CustomTokensZeroStateDark.tsx +415 -0
  1117. package/src/icons/CustomerSupport.tsx +21 -0
  1118. package/src/icons/DarkMode.tsx +21 -0
  1119. package/src/icons/Delete.tsx +33 -0
  1120. package/src/icons/Desktop.tsx +271 -0
  1121. package/src/icons/Disconnect.tsx +26 -0
  1122. package/src/icons/Discord.tsx +21 -0
  1123. package/src/icons/Document.tsx +50 -0
  1124. package/src/icons/Documentation.tsx +39 -0
  1125. package/src/icons/Done.tsx +21 -0
  1126. package/src/icons/Error.tsx +21 -0
  1127. package/src/icons/EvmCategory.tsx +74 -0
  1128. package/src/icons/Exchange.tsx +22 -0
  1129. package/src/icons/Exit.tsx +20 -0
  1130. package/src/icons/Explorer.tsx +20 -0
  1131. package/src/icons/ExternalLink.tsx +21 -0
  1132. package/src/icons/FeatureList.tsx +45 -0
  1133. package/src/icons/Filter.tsx +21 -0
  1134. package/src/icons/First.tsx +25 -0
  1135. package/src/icons/Font.tsx +31 -0
  1136. package/src/icons/Gas.tsx +39 -0
  1137. package/src/icons/GasStation.tsx +21 -0
  1138. package/src/icons/Height.tsx +24 -0
  1139. package/src/icons/Hide.tsx +19 -0
  1140. package/src/icons/InProgress.tsx +39 -0
  1141. package/src/icons/Infinity.tsx +21 -0
  1142. package/src/icons/Info.tsx +29 -0
  1143. package/src/icons/InfoError.tsx +19 -0
  1144. package/src/icons/Key.tsx +32 -0
  1145. package/src/icons/Language.tsx +59 -0
  1146. package/src/icons/Last.tsx +25 -0
  1147. package/src/icons/Legacy.tsx +27 -0
  1148. package/src/icons/LightMode.tsx +19 -0
  1149. package/src/icons/Link.tsx +21 -0
  1150. package/src/icons/Loading.tsx +63 -0
  1151. package/src/icons/Login.tsx +23 -0
  1152. package/src/icons/LogoWithText.tsx +159 -0
  1153. package/src/icons/Logout.tsx +28 -0
  1154. package/src/icons/Medium.tsx +20 -0
  1155. package/src/icons/Menu.tsx +36 -0
  1156. package/src/icons/MoneyBag.tsx +25 -0
  1157. package/src/icons/More.tsx +30 -0
  1158. package/src/icons/Next.tsx +21 -0
  1159. package/src/icons/NoNotification.tsx +31 -0
  1160. package/src/icons/NoRoute.tsx +64 -0
  1161. package/src/icons/NotificationNumber.tsx +41 -0
  1162. package/src/icons/Notifications.tsx +21 -0
  1163. package/src/icons/Number.tsx +24 -0
  1164. package/src/icons/NumberBlocks.tsx +56 -0
  1165. package/src/icons/OtherCategory.tsx +72 -0
  1166. package/src/icons/Paste.tsx +26 -0
  1167. package/src/icons/Pencil.tsx +21 -0
  1168. package/src/icons/Pin.tsx +31 -0
  1169. package/src/icons/Profile.tsx +21 -0
  1170. package/src/icons/RangoExplorer.tsx +40 -0
  1171. package/src/icons/Rank.tsx +27 -0
  1172. package/src/icons/Refresh.tsx +27 -0
  1173. package/src/icons/Report.tsx +20 -0
  1174. package/src/icons/Request.tsx +65 -0
  1175. package/src/icons/Reverse.tsx +39 -0
  1176. package/src/icons/ReverseHorizontal.tsx +21 -0
  1177. package/src/icons/Route.tsx +33 -0
  1178. package/src/icons/Scanner.tsx +27 -0
  1179. package/src/icons/Score.tsx +39 -0
  1180. package/src/icons/Search.tsx +27 -0
  1181. package/src/icons/Settings.tsx +21 -0
  1182. package/src/icons/Share.tsx +28 -0
  1183. package/src/icons/Show.tsx +19 -0
  1184. package/src/icons/Slippage.tsx +19 -0
  1185. package/src/icons/Stats.tsx +28 -0
  1186. package/src/icons/Style.tsx +43 -0
  1187. package/src/icons/Support.tsx +40 -0
  1188. package/src/icons/Swap.tsx +61 -0
  1189. package/src/icons/Target.tsx +24 -0
  1190. package/src/icons/Telegram.tsx +20 -0
  1191. package/src/icons/Time.tsx +33 -0
  1192. package/src/icons/Transaction.tsx +21 -0
  1193. package/src/icons/Trophy.tsx +19 -0
  1194. package/src/icons/Tune.tsx +51 -0
  1195. package/src/icons/UtxoCategory.tsx +44 -0
  1196. package/src/icons/Volume.tsx +26 -0
  1197. package/src/icons/Wallet.tsx +33 -0
  1198. package/src/icons/Warning.tsx +19 -0
  1199. package/src/icons/Widget.tsx +24 -0
  1200. package/src/icons/Width.tsx +29 -0
  1201. package/src/icons/X.tsx +20 -0
  1202. package/src/icons/index.ts +111 -0
  1203. package/src/index.ts +7 -0
  1204. package/src/theme.ts +242 -0
  1205. package/src/types/index.ts +5 -0
  1206. package/src/types/swaps.ts +7 -0
  1207. package/src/types/wallet.ts +26 -0
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ var K2=Object.defineProperty;var a=(e,t)=>K2(e,"name",{value:t,configurable:!0});import{i18n as bt}from"@lingui/core";import{I18nProvider as G2}from"@lingui/react";import J2,{useEffect as Mi,useReducer as X2}from"react";var Qn=JSON.parse(`{"No results found":"Geen resultate gevind nie","Try using different keywords":"Probeer om verskillende sleutelwoorde te gebruik","Select Chain":"Kies Ketting","All":"Almal","More +{count}":["Meer +",["count"]],"Activate this tab":"Aktiveer hierdie oortjie","Another tab is open and handles transactions.":"Nog 'n oortjie is oop en hanteer transaksies.","Activate current tab":"Aktiveer huidige oortjie","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Tans loop sommige transaksies en word dit deur 'n ander blaaieroortjie hanteer. As jy hierdie oortjie aktiveer, sal alle transaksies wat reeds in die transaksietekenstap is, verval.","Confirm":"Bevestig","Your {blockchainName} wallets":["Jou ",["blockchainName"]," beursies"],"Insufficient account balance":"Onvoldoende rekeningsaldo","Proceed anyway":"Gaan in elk geval voort","You need to connect a {blockchainName} wallet.":["Jy moet 'n ",["blockchainName"]," beursie koppel."],"Add {chain} chain":["Voeg ",["chain"]," ketting by"],"Chain not connected":"Ketting nie gekoppel nie","Show more wallets":"Wys meer beursies","Send to a different address":"Stuur na 'n ander adres","Enter {blockchainName} address":["Voer ",["blockchainName"]," adres in"],"Address {destination} doesn't match the blockchain address pattern.":["Adres ",["destination"]," pas nie by die blokkettingadrespatroon nie."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Hierdie teken is nie deel van ons geverifieerde tekenlys nie. Verifieer asseblief die bron daarvan en maak seker dat u alle gepaardgaande risiko's verstaan voordat u voortgaan.","Import Anyway":"Voer in elk geval in","Learn More":"Kom meer te wete","Status":"Status","Reset":"Stel terug","Cancel":"Kanselleer","Refresh":"Verfris","Notifications":"Kennisgewings","Settings":"Instellings","History":"Geskiedenis","Connect Wallet":"Koppel Wallet","Today":"Vandag","Failed Network, Please retry.":"Mislukte netwerk, probeer asseblief weer.","Retry":"Probeer weer","Add another custom token":"Voeg nog 'n pasgemaakte teken by","Swaps steps":"Ruil trappe om","Connected":"Gekoppel","Connection failed":"Verbinding het misluk","See why":"Sien hoekom","(Currently not supported)":"(Tans nie ondersteun nie)","Slippage Error":"Glipfout","Slippage Warning":"Glipwaarskuwing","Bridge Limit Error":"Bruglimietfout","Yours: {amount} {symbol}":["Die uwe: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimum voorgestelde gly: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Die uwe: ",["userSlippage"]],"See All Routes":"Sien Alle Roetes","View more info":"Bekyk meer inligting","Gas & Fee Explanation":"Gas & Fooi Verduideliking","Details":"Besonderhede","Total Payable Fee":"Totale betaalbare fooi","Hide non-payable fees":"Versteek nie-betaalbare fooie","Show non-payable fees":"Toon nie-betaalbare fooie","Description":"Beskrywing","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Die volgende fooie word in die transaksie-uitset in ag geneem en\\n sal jy nie ekstra gas daarvoor hoef te betaal nie.","Swap input":"Wissel invoer","Estimated output":"Geskatte uitset","Via:":"Via:","Chains:":"Kettings:","Sort by":"Sorteer volgens","Smart Routing":"Slim roetering","Lowest Fee":"Laagste fooi","Fastest Transfer":"Vinnigste oordrag","Maximum Return":"Maksimum opbrengs","Maximum Output":"Maksimum uitset","Swapping":"Omruil","Gas cost":"Gas koste","Receiving":"Ontvangs","Price impact":"Prys impak","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Jy moet glip verhoog tot minstens ",["minRequiredSlippage"]," vir hierdie roete."],"Increase":"Verhoog","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Uitsetbedrag verander met ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Ons beveel aan dat jy glip verhoog tot minstens ",["minRequiredSlippage"]," vir hierdie roete."],"Caution, your slippage is high.":"Wees versigtig, jou glip is hoog.","Change":"Verander","High slippage":"Ho\xEB gly","Low slippage":"Lae gly","Caution, your slippage is high. Your trade may be front run.":"Pasop, jou gly is hoog. Jou transaksie mag dalk 'n voorsprong wees.","Swap anyway":"Ruil in elk geval","Change Slippage":"Veranderingsglip","Something went wrong":"Iets het verkeerd geloop","Something went wrong. Please refresh the app.":"Iets het verkeerd geloop. Herlaai asseblief die toepassing.","No Routes Found":"Geen roetes gevind nie","You cannot use the same token for From and To.":"Jy kan nie dieselfde teken vir Van en To gebruik nie.","Slippage tolerance per swap":"Gliptoleransie per ruil","Custom":"Pasgemaak","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Jou transaksie sal teruggedraai word as die prys ongunstig verander met meer as hierdie persentasie.","Warning":"Waarskuwing","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Hierdie instelling word op elke stap toegepas (bv. 1Inch, Thorchain, ens.), wat beteken dat slegs daardie spesifieke stap teruggekeer sal word, nie die hele roete nie.","Slippage cannot be set lower than 0.01%.":"Gly kan nie laer as 0.01% gestel word nie.","Caution, your slippage is high!":"Pasop, jou gly is hoog!","Request ID":"Versoek ID","Copied To Clipboard":"Gekopieer na knipbord","Copy Request ID":"Kopieer versoek-ID","View on Rango Explorer":"Kyk op Rango Explorer","Finished at":"Klaar om","Created at":"Geskep by","Swap Details":"Ruil Besonderhede","Not found":"Nie gevind nie","Swap with request ID = {requestId} not found.":["Ruil met versoek-ID = ",["requestId"]," nie gevind nie."],"Change Network":"Verander netwerk","Network Changed":"Netwerk verander","Network Switch Failed":"Netwerkskakelaar het misluk","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Jy het ",["amount"]," ",["token"]," in ",["conciseAddress"]," beursie op ",["chain"]," ketting ontvang."],"Transaction was not sent.":"Transaksie is nie gestuur nie.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," op ",["blockchain"]," bly in jou beursie."],"Delete":"Vee uit","Try again":"Probeer weer","View transaction":"Bekyk transaksie","Connect":"Koppel","Swap Successful":"Ruil Suksesvol","Transaction Failed":"Transaksie het misluk","Done":"Klaar","Diagnosis":"Diagnose","See Details":"Sien Besonderhede","Cancel Swap":"Kanselleer Ruil","Are you sure you want to cancel this swap?":"Is jy seker jy wil hierdie ruil kanselleer?","Yes, Cancel it":"Ja, kanselleer dit","No, Continue":"Nee, gaan voort","Connect {wallet}":["Verbind ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Die verbinding van jou beursie of sommige netwerke is ontkoppel. Koppel om die ruil voort te sit.","Wallet connected successfully.":"Beursie suksesvol gekoppel.","Delete Transaction":"Vee transaksie uit","Are you sure you want to delete this swap?":"Is jy seker jy wil hierdie ruil uitvee?","Yes, Delete it":"Ja, verwyder dit","No, Cancel":"Nee, kanselleer","Install {wallet}":["Installeer ",["wallet"]],"Install":"Installeer","Try Again":"Probeer weer","Slippage:":"Gly:","Select Token":"Kies Token","Wallet Connected":"Beursie gekoppel","Your wallet is connected, you can use it to swap.":"Jou beursie is gekoppel, jy kan dit gebruik om te ruil.","Failed to Connect":"Kon nie koppel nie","Your wallet is not connected. Please try again.":"Jou beursie is nie gekoppel nie. Probeer asseblief weer.","Connecting to your wallet":"Koppel aan jou beursie","Click connect in your wallet popup.":"Klik koppel in jou beursie-opspringer.","Select Derivation Path":"Kies Afleidingspad","In order to connect to {type}, you must first select a Derivation Path":["Om aan ",["type"],"te koppel, moet jy eers 'n Afleidingspad kies"],"Choose Derivation Path Template":"Kies Afleidingspadsjabloon","Enter Path":"Voer Pad in","Enter Index":"Voer indeks in","This wallet can only connect to one chain at a time.":"Hierdie beursie kan slegs aan een ketting op 'n slag koppel.","Disconnect wallet":"Ontkoppel beursie","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Hierdie beursie ondersteun verskeie kettings. Kies watter kettings jy wil koppel of ontkoppel.","Add {blockchainDisplayName} Chain":["Voeg ",["blockchainDisplayName"]," Ketting by"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Wil jy die ",["blockchainDisplayName"]," eksperimentele ketting by jou beursie voeg?"],"Please approve the experimental chain pop-up in your wallet.":"Keur asseblief die eksperimentele ketting-opspringer in jou beursie goed.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Ketting bygevoeg"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Die ",["blockchainDisplayName"]," -ketting is suksesvol by jou beursie gevoeg."],"Request Rejected":"Versoek afgekeur","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Jy het geweier om ",["blockchainDisplayName"]," -ketting by jou beursie te voeg."],"Disconnect":"Ontkoppel","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Hierdie beursie ondersteun verskeie kettings. Kies watter kettings jy wil koppel.","This wallet can only connect to one chain at a time. ":"Hierdie beursie kan slegs aan een ketting op 'n slag koppel. ","Deselect all":"Ontkies almal","Select all":"Kies alles","Failed Network, Please retry your swap.":"Mislukte netwerk, probeer asseblief weer jou ruil.","Please reset your liquidity sources.":"Stel asseblief jou likiditeitsbronne terug.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Jy het die likiditeitsbronne beperk en dit kan daartoe lei dat Rango geen roetes vind nie. Oorweeg asseblief om jou likiditeitsbronne terug te stel.","No Routes Found.":"Geen roetes gevind nie.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Redes waarom Rango nie 'n roete kon vind nie: lae likiditeit op token, baie lae insetbedrag of geen roetes beskikbaar vir die geselekteerde inset/afvoertokenkombinasie nie.","Bridge Limit Error: Please increase your amount.":"Bruglimietfout: Verhoog asseblief jou bedrag.","Bridge Limit Error: Please decrease your amount.":"Bruglimietfout: verminder asseblief jou bedrag.","High Price Impact":"Ho\xEB prys impak","Price impact is too high!":"Prys impak is te hoog!","The price impact is significantly higher than the allowed amount.":"Die prysimpak is aansienlik ho\xEBr as die toegelate bedrag.","Confirm high price impact":"Bevestig ho\xEB prys impak","Route updated and price impact is too high, try again later!":"Roete is opgedateer en prysimpak is te hoog, probeer later weer!","USD Price Unknown":"USD-prys onbekend","USD Price Unknown, Cannot calculate Price Impact.":"USD-prys onbekend, kan nie prysimpak bereken nie.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD-prys onbekend, kan nie prysimpak bereken nie. Die prysimpak kan ho\xEBr as gewoonlik wees. Is jy seker om voort te gaan met die ruil?","Confirm USD Price Unknown":"Bevestig USD-prys onbekend","Swap":"Ruil","The route goes through Ethereum. Continue?":"Die roete gaan deur Ethereum. Gaan voort?","Routes":"Roetes","From":"Van","To":"Om","Light":"Lig","Dark":"Donker","Auto":"Outo","Loading failed":"Kon nie laai nie","Bridges":"Br\xFBe","Exchanges":"Uitruilings","Custom Tokens":"Pasgemaakte tekens","Language":"Taal","Infinite approval":"Oneindige goedkeuring","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Deur die 'Oneindige goedkeuring'-modus te aktiveer, verleen onbeperkte toegang tot onderliggende slimkontrakte, wat hulle in staat stel om die goedgekeurde tokenbedrag sonder beperkings te gebruik.","Theme":"Tema","Duplicate Token":"Duplikaatteken","The address you entered is duplicate, please enter a new address.":"Die adres wat jy ingevoer het is duplikaat, voer asseblief 'n nuwe adres in.","Token Already Exists":"Teken bestaan reeds","There's no need to add this token again because it already exists and is supported by us.":"Dit is nie nodig om hierdie teken weer by te voeg nie, want dit bestaan reeds en word deur ons ondersteun.","Token Not Found":"Teken nie gevind nie","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Jammer, geen teken is op ",["blockchain"]," -ketting met die verskafde adres gevind nie. maak asseblief seker dat jy die regte tokenadres ingevoer het."],"Network error":"Netwerkfout","An error occurred while retrieving token data.":"'n Fout het voorgekom tydens die herwinning van tokendata.","Add Custom Token":"Voeg pasgemaakte teken by","Select chain":"Kies ketting","Enter Address":"Voer adres in","Enter token address":"Voer tokenadres in","Import":"Invoer","Confirm Swap":"Bevestig omruiling","Start Swap":"Begin Swap","You get":"Jy kry","Search Token":"Soek Token","No custom tokens":"Geen pasgemaakte tekens nie","press the button to add your custom token":"druk die knoppie om jou pasgemaakte teken by te voeg","Delete Custom Token":"Vee gepasmaakte teken uit","Are you sure you want to Delete this Token?":"Is jy seker jy wil hierdie teken uitvee?","Complete":"Voltooi","Running":"Hardloop","Failed":"Misluk","Refuel":"Hervul","Clear":"Duidelik","Search Transaction":"Soek transaksie","No transactions":"Geen transaksies nie","Your transaction history is stored locally and will appear here after you start a swap":"Jou transaksiegeskiedenis word plaaslik gestoor en sal hier verskyn nadat jy 'n ruil begin het","Clear Transaction History":"Vee transaksiegeskiedenis uit","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"As u voortgaan, sal alle suksesvolle en mislukte transaksies van die legstuk verwyder word. Wil jy voortgaan?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Let wel: Dit vee nie jou transaksiegeskiedenis op die ketting uit nie; dit verwyder hulle net hier.","Yes, Clear the history":"Ja, maak die geskiedenis skoon","language":"taal","Search {sourceType}":["Soek ",["sourceType"]],"Search Chain":"Soekketting","Source":"Bron","Destination":"Bestemming","Swap {type}":["Ruil ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Tans is jy in veldtogmodus met beperkings op likiditeitsbronne. Wil jy uit hierdie modus skakel en van alle beskikbare likiditeitsbronne gebruik maak?","The request ID is necessary to display the swap details.":"Die versoek-ID is nodig om die ruilbesonderhede te vertoon.","Connect Wallets":"Koppel beursies","Choose a wallet to connect.":"Kies 'n beursie om aan te sluit.","This week":"Hierdie week","This month":"Hierdie maand","This year":"Hierdie jaar","Slippage must be greater than or equal to 0.01":"Gly moet groter as of gelyk aan 0.01 wees","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Jou transaksie loop die risiko om voorop te loop as gevolg van ho\xEB glytoleransie.","Required: >= {min} {symbol}":["Vereis: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Vereis: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Vereis: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Vereis: < ",["max"]," ",["symbol"]]," for network fee":" vir netwerkfooi"," for swap":" vir ruil"," for input and network fee":" vir insette en netwerkfooi","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Benodig \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", maar jy het ",["currentAmount"]," ",["symbol"]," in jou ",["blockchain"]," beursie."],"Waiting for other running tasks to be finished":"Wag vir ander lopende take om klaar te wees","Waiting for changing wallet network":"Wag vir verandering van beursienetwerk","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Die netwerkskakeling kon nie voltooi word nie. Probeer asseblief weer, of skakel die netwerk handmatig in jou beursie oor.","Sunday":"Sondag","Monday":"Maandag","Tuesday":"Dinsdag","Wednesday":"Woensdag","Thursday":"Donderdag","Friday":"Vrydag","Saturday":"Saterdag","Powered By":"Aangedryf deur","This token may involve potential security risks; proceed with caution.":"Hierdie teken kan moontlike sekuriteitsrisiko's inhou; gaan met omsigtigheid voort.","Aggregated Transaction":"Geaggregeerde transaksie","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Ruil op ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Brug vanaf ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Brug na ",["toChain"]," via ",["swapper"]],"Completed":"Voltooi","In progress":"Aan die gang","Waiting for the swap transaction":"Wag vir die ruiltransaksie","Waiting for the bridge transaction":"Wag vir die brugtransaksie","Connected Partially":"Gedeeltelik gekoppel","Connect other chains":"Verbind ander kettings","Connecting ...":"Koppel tans \u2026","Connecting":"Verbind","Disconnected":"Ontkoppel","you need to pass a correct state to Wallet.":"jy moet 'n korrekte toestand aan Wallet deurgee.","There are no notifications.":"Daar is geen kennisgewings nie.","Clear all":"Vee alles uit","Balance":"Balans","Max":"Maks","Select gas chain":"Kies gasketting"}`);var ei=JSON.parse(`{"No results found":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0646\u062A\u0627\u0626\u062C","Try using different keywords":"\u062D\u0627\u0648\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0643\u0644\u0645\u0627\u062A \u0631\u0626\u064A\u0633\u064A\u0629 \u0645\u062E\u062A\u0644\u0641\u0629","Select Chain":"\u0627\u062E\u062A\u0631 \u0627\u0644\u0633\u0644\u0633\u0644\u0629","All":"\u0627\u0644\u062C\u0645\u064A\u0639","More +{count}":["\u0627\u0644\u0645\u0632\u064A\u062F +",["count"]],"Activate this tab":"\u062A\u0641\u0639\u064A\u0644 \u0647\u0630\u0647 \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062A\u0628\u0648\u064A\u0628","Another tab is open and handles transactions.":"\u0647\u0646\u0627\u0643 \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u0623\u062E\u0631\u0649 \u0645\u0641\u062A\u0648\u062D\u0629 \u0648\u062A\u062A\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A.","Activate current tab":"\u062A\u0641\u0639\u064A\u0644 \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062A\u0628\u0648\u064A\u0628 \u0627\u0644\u062D\u0627\u0644\u064A\u0629","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u062D\u0627\u0644\u064A\u064B\u0627\u060C \u064A\u062A\u0645 \u062A\u0634\u063A\u064A\u0644 \u0628\u0639\u0636 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A \u0648\u0645\u0639\u0627\u0644\u062C\u062A\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u0623\u062E\u0631\u0649 \u0628\u0627\u0644\u0645\u062A\u0635\u0641\u062D. \u0625\u0630\u0627 \u0642\u0645\u062A \u0628\u062A\u0646\u0634\u064A\u0637 \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062A\u0628\u0648\u064A\u0628 \u0647\u0630\u0647\u060C \u0641\u0633\u062A\u0646\u062A\u0647\u064A \u0635\u0644\u0627\u062D\u064A\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A \u0627\u0644\u0645\u0648\u062C\u0648\u062F\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u062E\u0637\u0648\u0629 \u062A\u0648\u0642\u064A\u0639 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629.","Confirm":"\u064A\u062A\u0623\u0643\u062F","Your {blockchainName} wallets":["\u0645\u062D\u0641\u0638\u062A\u0643 ",["blockchainName"]],"Insufficient account balance":"\u0631\u0635\u064A\u062F \u0627\u0644\u062D\u0633\u0627\u0628 \u063A\u064A\u0631 \u0643\u0627\u0641","Proceed anyway":"\u0627\u0644\u0645\u0636\u064A \u0642\u062F\u0645\u0627 \u0639\u0644\u0649 \u0623\u064A\u0629 \u062D\u0627\u0644","You need to connect a {blockchainName} wallet.":["\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0648\u0635\u064A\u0644 \u0645\u062D\u0641\u0638\u0629 ",["blockchainName"]," ."],"Add {chain} chain":["\u0623\u0636\u0641 \u0633\u0644\u0633\u0644\u0629 ",["chain"]],"Chain not connected":"\u0627\u0644\u0633\u0644\u0633\u0644\u0629 \u063A\u064A\u0631 \u0645\u062A\u0635\u0644\u0629","Show more wallets":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u062D\u0627\u0641\u0638","Send to a different address":"\u0625\u0631\u0633\u0627\u0644 \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0645\u062E\u062A\u0644\u0641","Enter {blockchainName} address":["\u0623\u062F\u062E\u0644 \u0639\u0646\u0648\u0627\u0646 ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["\u0627\u0644\u0639\u0646\u0648\u0627\u0646 ",["destination"]," \u0644\u0627 \u064A\u062A\u0637\u0627\u0628\u0642 \u0645\u0639 \u0646\u0645\u0637 \u0639\u0646\u0648\u0627\u0646 blockchain."],"via":"\u0639\u0628\u0631","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0644\u064A\u0633 \u062C\u0632\u0621\u064B\u0627 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u062A\u064A \u062A\u0645 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646\u0647\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0645\u0635\u062F\u0631\u0647 \u0648\u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0641\u0647\u0645 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u062E\u0627\u0637\u0631 \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629 \u0628\u0647 \u0642\u0628\u0644 \u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629.","Import Anyway":"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0639\u0644\u0649 \u0623\u064A\u0629 \u062D\u0627\u0644","Learn More":"\u064A\u062A\u0639\u0644\u0645 \u0623\u0643\u062B\u0631","Status":"\u062D\u0627\u0644\u0629","Reset":"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637","Cancel":"\u064A\u0644\u063A\u064A","Refresh":"\u064A\u0646\u0639\u0634","Notifications":"\u0625\u0634\u0639\u0627\u0631\u0627\u062A","Settings":"\u0625\u0639\u062F\u0627\u062F\u0627\u062A","History":"\u062A\u0627\u0631\u064A\u062E","Connect Wallet":"\u0631\u0628\u0637 \u0627\u0644\u0645\u062D\u0641\u0638\u0629","Today":"\u0627\u0644\u064A\u0648\u0645","Failed Network, Please retry.":"\u0641\u0634\u0644\u062A \u0627\u0644\u0634\u0628\u0643\u0629\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","Retry":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629","Add another custom token":"\u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0645\u062E\u0635\u0635 \u0622\u062E\u0631","Swaps steps":"\u062E\u0637\u0648\u0627\u062A \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","Connected":"\u0645\u062A\u0635\u0644","Connection failed":"\u0641\u0634\u0644 \u0627\u0644\u0627\u062A\u0635\u0627\u0644","See why":"\u0627\u0646\u0638\u0631 \u0644\u0645\u0627\u0630\u0627","(Currently not supported)":"(\u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645 \u062D\u0627\u0644\u064A\u064B\u0627)","Slippage Error":"\u062E\u0637\u0623 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642","Slippage Warning":"\u062A\u062D\u0630\u064A\u0631 \u0645\u0646 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642","Bridge Limit Error":"\u062E\u0637\u0623 \u062D\u062F \u0627\u0644\u062C\u0633\u0631","Yours: {amount} {symbol}":["\u062E\u0627\u0635\u062A\u0643: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u062F\u0646\u0649 \u0644\u0644\u0627\u0646\u0632\u0644\u0627\u0642 \u0627\u0644\u0645\u0642\u062A\u0631\u062D: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u062E\u0627\u0635\u062A\u0643: ",["userSlippage"]],"See All Routes":"\u0634\u0627\u0647\u062F \u062C\u0645\u064A\u0639 \u0627\u0644\u0637\u0631\u0642","View more info":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A","Gas & Fee Explanation":"\u0634\u0631\u062D \u0627\u0644\u063A\u0627\u0632 \u0648\u0627\u0644\u0631\u0633\u0648\u0645","Details":"\u062A\u0641\u0627\u0635\u064A\u0644","Total Payable Fee":"\u0625\u062C\u0645\u0627\u0644\u064A \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u0633\u062A\u062D\u0642\u0629","Hide non-payable fees":"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0631\u0633\u0648\u0645 \u063A\u064A\u0631 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062F\u0641\u0639","Show non-payable fees":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0631\u0633\u0648\u0645 \u063A\u064A\u0631 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062F\u0641\u0639","Description":"\u0648\u0635\u0641","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u064A\u062A\u0645 \u0623\u062E\u0630 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0641\u064A \u0627\u0644\u0627\u0639\u062A\u0628\u0627\u0631 \u0641\u064A \u0646\u0627\u062A\u062C \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629 \u0648\\n \u0644\u0646 \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u062F\u0641\u0639 \u0631\u0633\u0648\u0645 \u063A\u0627\u0632 \u0625\u0636\u0627\u0641\u064A\u0629 \u0645\u0642\u0627\u0628\u0644\u0647\u0627.","Swap input":"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0645\u062F\u062E\u0644\u0627\u062A","Estimated output":"\u0627\u0644\u0646\u0627\u062A\u062C \u0627\u0644\u0645\u0642\u062F\u0631","Via:":"\u0639\u0628\u0631:","Chains:":"\u0627\u0644\u0633\u0644\u0627\u0633\u0644:","Sort by":"\u0641\u0631\u0632 \u062D\u0633\u0628","Smart Routing":"\u0627\u0644\u062A\u0648\u062C\u064A\u0647 \u0627\u0644\u0630\u0643\u064A","Lowest Fee":"\u0623\u0642\u0644 \u0631\u0633\u0648\u0645","Fastest Transfer":"\u0623\u0633\u0631\u0639 \u0646\u0642\u0644","Maximum Return":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0639\u0627\u0626\u062F","Maximum Output":"\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0625\u062E\u0631\u0627\u062C","Swapping":"\u062A\u0628\u0627\u062F\u0644","Gas cost":"\u062A\u0643\u0644\u0641\u0629 \u0627\u0644\u063A\u0627\u0632","Receiving":"\u0625\u0633\u062A\u0644\u0627\u0645","Price impact":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u0632\u064A\u0627\u062F\u0629 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642 \u0625\u0644\u0649 ",["minRequiredSlippage"]," \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0644\u0647\u0630\u0627 \u0627\u0644\u0637\u0631\u064A\u0642."],"Increase":"\u064A\u0632\u064A\u062F","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0643\u0645\u064A\u0629 \u0627\u0644\u0625\u062E\u0631\u0627\u062C \u0628\u0645\u0642\u062F\u0627\u0631 ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u0646\u0646\u0635\u062D\u0643 \u0628\u0632\u064A\u0627\u062F\u0629 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642 \u0625\u0644\u0649 ",["minRequiredSlippage"]," \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0644\u0647\u0630\u0627 \u0627\u0644\u0637\u0631\u064A\u0642."],"Caution, your slippage is high.":"\u0627\u0646\u062A\u0628\u0647\u060C \u0627\u0646\u0632\u0644\u0627\u0642\u0643 \u0645\u0631\u062A\u0641\u0639.","Change":"\u064A\u062A\u063A\u064A\u0631","High slippage":"\u0627\u0646\u0632\u0644\u0627\u0642 \u0639\u0627\u0644\u064A","Low slippage":"\u0627\u0646\u0632\u0644\u0627\u0642 \u0645\u0646\u062E\u0641\u0636","Caution, your slippage is high. Your trade may be front run.":"\u0627\u0646\u062A\u0628\u0647\u060C \u0627\u0646\u0632\u0644\u0627\u0642\u0643 \u0643\u0628\u064A\u0631. \u0642\u062F \u062A\u0643\u0648\u0646 \u0635\u0641\u0642\u062A\u0643 \u0633\u0627\u0628\u0642\u0629.","Swap anyway":"\u062A\u0628\u0627\u062F\u0644 \u0639\u0644\u0649 \u0623\u064A\u0629 \u062D\u0627\u0644","Change Slippage":"\u0627\u0646\u0632\u0644\u0627\u0642 \u0627\u0644\u062A\u063A\u064A\u064A\u0631","Something went wrong":"\u0644\u0642\u062F \u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627","Something went wrong. Please refresh the app.":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0645\u0627. \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u062A\u0637\u0628\u064A\u0642.","No Routes Found":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u064A \u0645\u0633\u0627\u0631\u0627\u062A","You cannot use the same token for From and To.":"\u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u0641\u0633 \u0627\u0644\u0631\u0645\u0632 \u0644\u0640 \\"\u0645\u0646\\" \u0648\\"\u0625\u0644\u0649\\".","Slippage tolerance per swap":"\u062A\u062D\u0645\u0644 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642 \u0644\u0643\u0644 \u0645\u0628\u0627\u062F\u0644\u0629","Custom":"\u0645\u062E\u0635\u0635","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0645\u0639\u0627\u0645\u0644\u062A\u0643 \u0625\u0630\u0627 \u062A\u063A\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0628\u0634\u0643\u0644 \u063A\u064A\u0631 \u0645\u0648\u0627\u062A\u064D \u0628\u0646\u0633\u0628\u0629 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0646\u0633\u0628\u0629.","Warning":"\u062A\u062D\u0630\u064A\u0631","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u064A\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u0647\u0630\u0627 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0639\u0644\u0649 \u0643\u0644 \u062E\u0637\u0648\u0629 (\u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644 1Inch\u060C Thorchain\u060C \u0648\u0645\u0627 \u0625\u0644\u0649 \u0630\u0644\u0643)\u060C \u0645\u0645\u0627 \u064A\u0639\u0646\u064A \u0623\u0646\u0647 \u0633\u064A\u062A\u0645 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0647\u0630\u0647 \u0627\u0644\u062E\u0637\u0648\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0641\u0642\u0637\u060C \u0648\u0644\u064A\u0633 \u0627\u0644\u0645\u0633\u0627\u0631 \u0628\u0627\u0644\u0643\u0627\u0645\u0644.","Slippage cannot be set lower than 0.01%.":"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0636\u0628\u0637 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642 \u0623\u0642\u0644 \u0645\u0646 0.01%.","Caution, your slippage is high!":"\u0627\u0646\u062A\u0628\u0647\u060C \u0627\u0646\u0632\u0644\u0627\u0642\u0643 \u0645\u0631\u062A\u0641\u0639!","Request ID":"\u0645\u0639\u0631\u0641 \u0627\u0644\u0637\u0644\u0628","Copied To Clipboard":"\u062A\u0645 \u0646\u0633\u062E\u0647\u0627 \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629","Copy Request ID":"\u0646\u0633\u062E\u0629 \u0645\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0637\u0644\u0628","View on Rango Explorer":"\u0639\u0631\u0636 \u0639\u0644\u0649 \u0631\u0627\u0646\u062C\u0648 \u0625\u0643\u0633\u0628\u0644\u0648\u0631\u0631","Finished at":"\u0627\u0646\u062A\u0647\u062A \u0641\u064A","Created at":"\u062A\u0645 \u0625\u0646\u0634\u0627\u0624\u0647 \u0641\u064A","Swap Details":"\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","Not found":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u064A\u0647","Swap with request ID = {requestId} not found.":["\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u062A\u0628\u0627\u062F\u0644 \u0645\u0639 \u0645\u0639\u0631\u0641 \u0627\u0644\u0637\u0644\u0628 = ",["requestId"]," ."],"Change Network":"\u0634\u0628\u0643\u0629 \u0627\u0644\u062A\u063A\u064A\u064A\u0631","Network Changed":"\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0634\u0628\u0643\u0629","Network Switch Failed":"\u0641\u0634\u0644 \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0634\u0628\u0643\u0629","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0644\u0642\u062F \u062A\u0644\u0642\u064A\u062A ",["amount"]," ",["token"]," \u0641\u064A \u0645\u062D\u0641\u0638\u0629 ",["conciseAddress"]," \u0639\u0644\u0649 \u0633\u0644\u0633\u0644\u0629 ",["chain"]," ."],"Transaction was not sent.":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u0639\u0644\u0649 ",["blockchain"]," \u064A\u0628\u0642\u0649 \u0641\u064A \u0645\u062D\u0641\u0638\u062A\u0643."],"Delete":"\u064A\u0645\u0633\u062D","Try again":"\u062D\u0627\u0648\u0644 \u062B\u0627\u0646\u064A\u0629","View transaction":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629","Connect":"\u064A\u062A\u0635\u0644","Swap Successful":"\u062A\u0645 \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u0646\u062C\u0627\u062D","Transaction Failed":"\u0641\u0634\u0644\u062A \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629","Done":"\u0645\u0646\u062A\u0647\u064A","Diagnosis":"\u062A\u0634\u062E\u0628\u0635","See Details":"\u0634\u0627\u0647\u062F \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644","Cancel Swap":"\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","Are you sure you want to cancel this swap?":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u0625\u0644\u063A\u0627\u0621 \u0647\u0630\u0627 \u0627\u0644\u062A\u0628\u0627\u062F\u0644\u061F","Yes, Cancel it":"\u0646\u0639\u0645\u060C \u0642\u0645 \u0628\u0625\u0644\u063A\u0627\u0626\u0647","No, Continue":"\u0644\u0627\u060C \u0627\u0633\u062A\u0645\u0631","Connect {wallet}":["\u062A\u0648\u0627\u0635\u0644 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u062A\u0645 \u0641\u0635\u0644 \u0627\u062A\u0635\u0627\u0644 \u0645\u062D\u0641\u0638\u062A\u0643 \u0623\u0648 \u0628\u0639\u0636 \u0627\u0644\u0634\u0628\u0643\u0627\u062A. \u0627\u062A\u0635\u0644 \u0644\u0645\u0648\u0627\u0635\u0644\u0629 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0628\u0627\u062F\u0644.","Wallet connected successfully.":"\u062A\u0645 \u062A\u0648\u0635\u064A\u0644 \u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0628\u0646\u062C\u0627\u062D.","Delete Transaction":"\u062D\u0630\u0641 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629","Are you sure you want to delete this swap?":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0647 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629\u061F","Yes, Delete it":"\u0646\u0639\u0645\u060C \u0627\u062D\u0630\u0641\u0647","No, Cancel":"\u0644\u0627\u060C \u0625\u0644\u063A\u0627\u0621","Install {wallet}":["\u062A\u062B\u0628\u064A\u062A ",["wallet"]],"Install":"\u062B\u064E\u0628\u064E\u0651\u062A\u064E","Try Again":"\u062D\u0627\u0648\u0644 \u062B\u0627\u0646\u064A\u0629","Slippage:":"\u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642:","Select Token":"\u062D\u062F\u062F \u0627\u0644\u0631\u0645\u0632","Wallet Connected":"\u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0645\u062A\u0635\u0644\u0629","Your wallet is connected, you can use it to swap.":"\u0645\u062D\u0641\u0638\u062A\u0643 \u0645\u062A\u0635\u0644\u0629\u060C \u0648\u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627 \u0644\u0644\u062A\u0628\u062F\u064A\u0644.","Failed to Connect":"\u0641\u0634\u0644 \u0641\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644","Your wallet is not connected. Please try again.":"\u0645\u062D\u0641\u0638\u062A\u0643 \u063A\u064A\u0631 \u0645\u062A\u0635\u0644\u0629. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.","Connecting to your wallet":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0645\u062D\u0641\u0638\u062A\u0643","Click connect in your wallet popup.":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0641\u064A \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629 \u0644\u0645\u062D\u0641\u0638\u062A\u0643.","Select Derivation Path":"\u062D\u062F\u062F \u0645\u0633\u0627\u0631 \u0627\u0644\u0627\u0634\u062A\u0642\u0627\u0642","In order to connect to {type}, you must first select a Derivation Path":["\u0644\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0640 ",["type"],"\u060C \u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u0623\u0648\u0644\u0627\u064B \u062A\u062D\u062F\u064A\u062F \u0645\u0633\u0627\u0631 \u0627\u0644\u0627\u0634\u062A\u0642\u0627\u0642"],"Choose Derivation Path Template":"\u0627\u062E\u062A\u0631 \u0642\u0627\u0644\u0628 \u0645\u0633\u0627\u0631 \u0627\u0644\u0627\u0634\u062A\u0642\u0627\u0642","Enter Path":"\u0623\u062F\u062E\u0644 \u0627\u0644\u0645\u0633\u0627\u0631","Enter Index":"\u0623\u062F\u062E\u0644 \u0627\u0644\u0641\u0647\u0631\u0633","This wallet can only connect to one chain at a time.":"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0644\u0647\u0630\u0647 \u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0625\u0644\u0627 \u0628\u0633\u0644\u0633\u0644\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629.","Disconnect wallet":"\u0641\u0635\u0644 \u0627\u0644\u0645\u062D\u0641\u0638\u0629","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u062A\u062F\u0639\u0645 \u0647\u0630\u0647 \u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0633\u0644\u0627\u0633\u0644 \u0645\u062A\u0639\u062F\u062F\u0629. \u0627\u062E\u062A\u0631 \u0627\u0644\u0633\u0644\u0627\u0633\u0644 \u0627\u0644\u062A\u064A \u062A\u0631\u063A\u0628 \u0641\u064A \u0631\u0628\u0637\u0647\u0627 \u0623\u0648 \u0641\u0635\u0644\u0647\u0627.","Add {blockchainDisplayName} Chain":["\u0623\u0636\u0641 \u0633\u0644\u0633\u0644\u0629 ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0647\u0644 \u062A\u0631\u063A\u0628 \u0641\u064A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629 ",["blockchainDisplayName"]," \u0625\u0644\u0649 \u0645\u062D\u0641\u0638\u062A\u0643\u061F"],"Please approve the experimental chain pop-up in your wallet.":"\u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629 \u0641\u064A \u0645\u062D\u0641\u0638\u062A\u0643.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0633\u0644\u0633\u0644\u0629"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0633\u0644\u0633\u0644\u0629 ",["blockchainDisplayName"]," \u0625\u0644\u0649 \u0645\u062D\u0641\u0638\u062A\u0643 \u0628\u0646\u062C\u0627\u062D."],"Request Rejected":"\u062A\u0645 \u0631\u0641\u0636 \u0627\u0644\u0637\u0644\u0628","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0644\u0642\u062F \u0631\u0641\u0636\u062A \u0625\u0636\u0627\u0641\u0629 \u0633\u0644\u0633\u0644\u0629 ",["blockchainDisplayName"]," \u0625\u0644\u0649 \u0645\u062D\u0641\u0638\u062A\u0643."],"Disconnect":"\u0642\u0637\u0639 \u0627\u0644\u0627\u062A\u0635\u0627\u0644","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u062A\u062F\u0639\u0645 \u0647\u0630\u0647 \u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0633\u0644\u0627\u0633\u0644 \u0645\u062A\u0639\u062F\u062F\u0629. \u0627\u062E\u062A\u0631 \u0627\u0644\u0633\u0644\u0627\u0633\u0644 \u0627\u0644\u062A\u064A \u062A\u0631\u063A\u0628 \u0628\u0631\u0628\u0637\u0647\u0627.","This wallet can only connect to one chain at a time. ":"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0644\u0647\u0630\u0647 \u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0625\u0644\u0627 \u0628\u0633\u0644\u0633\u0644\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629. ","Deselect all":"\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644","Select all":"\u062D\u062F\u062F \u0627\u0644\u0643\u0644","Failed Network, Please retry your swap.":"\u0641\u0634\u0644\u062A \u0627\u0644\u0634\u0628\u0643\u0629\u060C \u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0645\u062D\u0627\u0648\u0644\u0629 \u0627\u0644\u062A\u0628\u062F\u064A\u0644.","Please reset your liquidity sources.":"\u064A\u0631\u062C\u0649 \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0645\u0635\u0627\u062F\u0631 \u0627\u0644\u0633\u064A\u0648\u0644\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0644\u0642\u062F \u0642\u0645\u062A \u0628\u062A\u0642\u064A\u064A\u062F \u0645\u0635\u0627\u062F\u0631 \u0627\u0644\u0633\u064A\u0648\u0644\u0629 \u0648\u0642\u062F \u064A\u0624\u062F\u064A \u0647\u0630\u0627 \u0625\u0644\u0649 \u0639\u062F\u0645 \u062A\u0645\u0643\u0646 Rango \u0645\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u064A \u0645\u0633\u0627\u0631\u0627\u062A. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0641\u0643\u064A\u0631 \u0641\u064A \u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0645\u0635\u0627\u062F\u0631 \u0627\u0644\u0633\u064A\u0648\u0644\u0629 \u0644\u062F\u064A\u0643.","No Routes Found.":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u064A \u0637\u0631\u0642.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u0623\u0633\u0628\u0627\u0628 \u0639\u062F\u0645 \u062A\u0645\u0643\u0646 Rango \u0645\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0633\u0627\u0631: \u0627\u0646\u062E\u0641\u0627\u0636 \u0627\u0644\u0633\u064A\u0648\u0644\u0629 \u0639\u0644\u0649 \u0627\u0644\u0631\u0645\u0632\u060C \u0623\u0648 \u0627\u0646\u062E\u0641\u0627\u0636 \u0643\u0645\u064A\u0629 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0628\u0634\u0643\u0644 \u0643\u0628\u064A\u0631 \u0623\u0648 \u0639\u062F\u0645 \u062A\u0648\u0641\u0631 \u0645\u0633\u0627\u0631\u0627\u062A \u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0644\u0644\u0625\u062F\u062E\u0627\u0644/\u0627\u0644\u0625\u062E\u0631\u0627\u062C.","Bridge Limit Error: Please increase your amount.":"\u062E\u0637\u0623 \u0641\u064A \u062D\u062F \u0627\u0644\u062C\u0633\u0631: \u064A\u0631\u062C\u0649 \u0632\u064A\u0627\u062F\u0629 \u0627\u0644\u0645\u0628\u0644\u063A \u0627\u0644\u062E\u0627\u0635 \u0628\u0643.","Bridge Limit Error: Please decrease your amount.":"\u062E\u0637\u0623 \u0641\u064A \u062D\u062F \u0627\u0644\u062C\u0633\u0631: \u064A\u0631\u062C\u0649 \u062A\u0642\u0644\u064A\u0644 \u0627\u0644\u0645\u0628\u0644\u063A \u0627\u0644\u062E\u0627\u0635 \u0628\u0643.","High Price Impact":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0645\u0631\u062A\u0641\u0639","Price impact is too high!":"\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0645\u0631\u062A\u0641\u0639 \u062C\u062F\u064B\u0627!","The price impact is significantly higher than the allowed amount.":"\u0625\u0646 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0623\u0639\u0644\u0649 \u0628\u0643\u062B\u064A\u0631 \u0645\u0646 \u0627\u0644\u0645\u0628\u0644\u063A \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647.","Confirm high price impact":"\u062A\u0623\u0643\u064A\u062F \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0645\u0631\u062A\u0641\u0639","Route updated and price impact is too high, try again later!":"\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0633\u0627\u0631 \u0648\u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0645\u0631\u062A\u0641\u0639 \u0644\u0644\u063A\u0627\u064A\u0629\u060C \u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627!","USD Price Unknown":"\u0633\u0639\u0631 \u0627\u0644\u062F\u0648\u0644\u0627\u0631 \u0627\u0644\u0623\u0645\u0631\u064A\u0643\u064A \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641","USD Price Unknown, Cannot calculate Price Impact.":"\u0633\u0639\u0631 \u0627\u0644\u062F\u0648\u0644\u0627\u0631 \u0627\u0644\u0623\u0645\u0631\u064A\u0643\u064A \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641\u060C \u0644\u0627 \u064A\u0645\u0643\u0646 \u062D\u0633\u0627\u0628 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u0633\u0639\u0631 \u0627\u0644\u062F\u0648\u0644\u0627\u0631 \u0627\u0644\u0623\u0645\u0631\u064A\u0643\u064A \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641\u060C \u0644\u0627 \u064A\u0645\u0643\u0646 \u062D\u0633\u0627\u0628 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631. \u0642\u062F \u064A\u0643\u0648\u0646 \u062A\u0623\u062B\u064A\u0631 \u0627\u0644\u0633\u0639\u0631 \u0623\u0639\u0644\u0649 \u0645\u0646 \u0627\u0644\u0645\u0639\u062A\u0627\u062F. \u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0641\u064A \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629\u061F","Confirm USD Price Unknown":"\u062A\u0623\u0643\u064A\u062F \u0633\u0639\u0631 \u0627\u0644\u062F\u0648\u0644\u0627\u0631 \u0627\u0644\u0623\u0645\u0631\u064A\u0643\u064A \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641","Swap":"\u062A\u0628\u062F\u064A\u0644","The route goes through Ethereum. Continue?":"\u0627\u0644\u0645\u0633\u0627\u0631 \u064A\u0645\u0631 \u0639\u0628\u0631 \u0627\u0644\u0625\u064A\u062B\u0631\u064A\u0648\u0645. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631\u061F","Routes":"\u0627\u0644\u0637\u0631\u0642","From":"\u0645\u0646","To":"\u0644","Light":"\u0636\u0648\u0621","Dark":"\u0645\u0638\u0644\u0645","Auto":"\u0622\u0644\u064A","Loading failed":"\u0641\u0634\u0644 \u0627\u0644\u062A\u062D\u0645\u064A\u0644","Bridges":"\u0627\u0644\u062C\u0633\u0648\u0631","Exchanges":"\u0627\u0644\u062A\u0628\u0627\u062F\u0644\u0627\u062A","Custom Tokens":"\u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u062E\u0635\u0635\u0629","Language":"\u0644\u063A\u0629","Infinite approval":"\u0645\u0648\u0627\u0641\u0642\u0629 \u0644\u0627 \u0646\u0647\u0627\u0626\u064A\u0629","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u064A\u062A\u064A\u062D \u062A\u0645\u0643\u064A\u0646 \u0648\u0636\u0639 \\"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0627\u0644\u0644\u0627\u0646\u0647\u0627\u0626\u064A\u0629\\" \u0627\u0644\u0648\u0635\u0648\u0644 \u063A\u064A\u0631 \u0627\u0644\u0645\u0642\u064A\u062F \u0625\u0644\u0649 \u0627\u0644\u0639\u0642\u0648\u062F \u0627\u0644\u0630\u0643\u064A\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629\u060C \u0645\u0645\u0627 \u064A\u0633\u0645\u062D \u0644\u0647\u0627 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0628\u0644\u063A \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0639\u062A\u0645\u062F \u062F\u0648\u0646 \u0642\u064A\u0648\u062F.","Theme":"\u0633\u0645\u0629","Duplicate Token":"\u0631\u0645\u0632 \u0645\u0643\u0631\u0631","The address you entered is duplicate, please enter a new address.":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0630\u064A \u0623\u062F\u062E\u0644\u062A\u0647 \u0645\u0643\u0631\u0631\u060C \u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u062C\u062F\u064A\u062F.","Token Already Exists":"\u0627\u0644\u0631\u0645\u0632 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644","There's no need to add this token again because it already exists and is supported by us.":"\u0644\u064A\u0633\u062A \u0647\u0646\u0627\u0643 \u062D\u0627\u062C\u0629 \u0644\u0625\u0636\u0627\u0641\u0629 \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0623\u0646\u0647 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644 \u0648\u064A\u062F\u0639\u0645\u0647 \u0641\u0631\u064A\u0642\u0646\u0627.","Token Not Found":"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0631\u0645\u0632","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u0639\u0630\u0631\u0627\u064B\u060C \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0631\u0645\u0632 \u0645\u0645\u064A\u0632 \u0639\u0644\u0649 \u0633\u0644\u0633\u0644\u0629 ",["blockchain"]," \u0628\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u0642\u062F\u0645. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u0645\u064A\u0632 \u0627\u0644\u0635\u062D\u064A\u062D."],"Network error":"\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u0634\u0628\u0643\u0629","An error occurred while retrieving token data.":"\u062D\u062F\u062B \u062E\u0637\u0623 \u0623\u062B\u0646\u0627\u0621 \u0627\u0633\u062A\u0631\u062F\u0627\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0631\u0645\u0632.","Add Custom Token":"\u0625\u0636\u0627\u0641\u0629 \u0631\u0645\u0632 \u0645\u062E\u0635\u0635","Select chain":"\u0627\u062E\u062A\u0631 \u0627\u0644\u0633\u0644\u0633\u0644\u0629","Enter Address":"\u0623\u062F\u062E\u0644 \u0627\u0644\u0639\u0646\u0648\u0627\u0646","Enter token address":"\u0623\u062F\u062E\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0645\u0632","Import":"\u064A\u0633\u062A\u0648\u0631\u062F","Confirm Swap":"\u062A\u0623\u0643\u064A\u062F \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","Start Swap":"\u0627\u0628\u062F\u0623 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","You get":"\u0644\u0642\u062F \u062D\u0635\u0644\u062A","Search Token":"\u0631\u0645\u0632 \u0627\u0644\u0628\u062D\u062B","No custom tokens":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0631\u0645\u0648\u0632 \u0645\u062E\u0635\u0635\u0629","press the button to add your custom token":"\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0632\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u062E\u0635\u0635 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643","Delete Custom Token":"\u062D\u0630\u0641 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0645\u062E\u0635\u0635","Are you sure you want to Delete this Token?":"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0623\u0646\u0643 \u062A\u0631\u064A\u062F \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632\u061F","Complete":"\u0645\u0643\u062A\u0645\u0644","Running":"\u062C\u0631\u064A","Failed":"\u0641\u0634\u0644","Refuel":"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0632\u0648\u062F \u0628\u0627\u0644\u0648\u0642\u0648\u062F","Clear":"\u0648\u0627\u0636\u062D","Search Transaction":"\u0628\u062D\u062B \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629","No transactions":"\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0639\u0627\u0645\u0644\u0627\u062A","Your transaction history is stored locally and will appear here after you start a swap":"\u064A\u062A\u0645 \u062A\u062E\u0632\u064A\u0646 \u0633\u062C\u0644 \u0645\u0639\u0627\u0645\u0644\u0627\u062A\u0643 \u0645\u062D\u0644\u064A\u064B\u0627 \u0648\u0633\u064A\u0638\u0647\u0631 \u0647\u0646\u0627 \u0628\u0639\u062F \u0628\u062F\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","Clear Transaction History":"\u0645\u0633\u062D \u0633\u062C\u0644 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0633\u064A\u0624\u062F\u064A \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0625\u0644\u0649 \u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A \u0627\u0644\u0646\u0627\u062C\u062D\u0629 \u0648\u0627\u0644\u0641\u0627\u0634\u0644\u0629 \u0645\u0646 \u0627\u0644\u0623\u062F\u0627\u0629. \u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631\u061F","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u0645\u0644\u0627\u062D\u0638\u0629: \u0644\u0646 \u064A\u0624\u062F\u064A \u0647\u0630\u0627 \u0625\u0644\u0649 \u0645\u0633\u062D \u0633\u062C\u0644 \u0645\u0639\u0627\u0645\u0644\u0627\u062A\u0643 \u0639\u0644\u0649 \u0627\u0644\u0633\u0644\u0633\u0644\u0629\u061B \u0628\u0644 \u064A\u0632\u064A\u0644\u0647\u0627 \u0647\u0646\u0627 \u0641\u0642\u0637.","Yes, Clear the history":"\u0646\u0639\u0645\u060C \u0645\u0633\u062D \u0627\u0644\u062A\u0627\u0631\u064A\u062E","language":"\u0644\u063A\u0629","Search {sourceType}":["\u0628\u062D\u062B ",["sourceType"]],"Search Chain":"\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0628\u062D\u062B","Source":"\u0645\u0635\u062F\u0631","Destination":"\u0648\u062C\u0647\u0629","Swap {type}":["\u0645\u0628\u0627\u062F\u0644\u0629 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0623\u0646\u062A \u062D\u0627\u0644\u064A\u064B\u0627 \u0641\u064A \u0648\u0636\u0639 \u0627\u0644\u062D\u0645\u0644\u0629 \u0645\u0639 \u0641\u0631\u0636 \u0642\u064A\u0648\u062F \u0639\u0644\u0649 \u0645\u0635\u0627\u062F\u0631 \u0627\u0644\u0633\u064A\u0648\u0644\u0629. \u0647\u0644 \u062A\u0631\u063A\u0628 \u0641\u064A \u0627\u0644\u062E\u0631\u0648\u062C \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0648\u0636\u0639 \u0648\u0627\u0644\u0627\u0633\u062A\u0641\u0627\u062F\u0629 \u0645\u0646 \u062C\u0645\u064A\u0639 \u0645\u0635\u0627\u062F\u0631 \u0627\u0644\u0633\u064A\u0648\u0644\u0629 \u0627\u0644\u0645\u062A\u0627\u062D\u0629\u061F","The request ID is necessary to display the swap details.":"\u0645\u0639\u0631\u0641 \u0627\u0644\u0637\u0644\u0628 \u0636\u0631\u0648\u0631\u064A \u0644\u0639\u0631\u0636 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629.","Connect Wallets":"\u0631\u0628\u0637 \u0627\u0644\u0645\u062D\u0627\u0641\u0638","Choose a wallet to connect.":"\u0627\u062E\u062A\u0631 \u0627\u0644\u0645\u062D\u0641\u0638\u0629 \u0627\u0644\u062A\u064A \u062A\u0631\u064A\u062F \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0647\u0627.","This week":"\u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0628\u0648\u0639","This month":"\u0647\u0630\u0627 \u0627\u0644\u0634\u0647\u0631","This year":"\u0647\u0630\u0627 \u0627\u0644\u0639\u0627\u0645","Slippage must be greater than or equal to 0.01":"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0648 \u064A\u0633\u0627\u0648\u064A 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0645\u0639\u0627\u0645\u0644\u062A\u0643 \u0645\u0639\u0631\u0636\u0629 \u0644\u062E\u0637\u0631 \u0627\u0644\u062A\u0642\u062F\u0645 \u0628\u0633\u0628\u0628 \u0627\u0644\u0642\u062F\u0631\u0629 \u0627\u0644\u0639\u0627\u0644\u064A\u0629 \u0639\u0644\u0649 \u062A\u062D\u0645\u0644 \u0627\u0644\u0627\u0646\u0632\u0644\u0627\u0642.","Required: >= {min} {symbol}":["\u0627\u0644\u0645\u0637\u0644\u0648\u0628: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u0627\u0644\u0645\u0637\u0644\u0648\u0628: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u0627\u0644\u0645\u0637\u0644\u0648\u0628: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u0627\u0644\u0645\u0637\u0644\u0648\u0628: < ",["max"]," ",["symbol"]]," for network fee":" \u0645\u0642\u0627\u0628\u0644 \u0631\u0633\u0648\u0645 \u0627\u0644\u0634\u0628\u0643\u0629"," for swap":" \u0644\u0644\u062A\u0628\u0627\u062F\u0644"," for input and network fee":" \u0645\u0642\u0627\u0628\u0644 \u0631\u0633\u0648\u0645 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0648\u0627\u0644\u0634\u0628\u0643\u0629","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u064A\u062D\u062A\u0627\u062C \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\u060C \u0648\u0644\u0643\u0646 \u0644\u062F\u064A\u0643 ",["currentAmount"]," ",["symbol"]," \u0641\u064A \u0645\u062D\u0641\u0638\u062A\u0643 ",["blockchain"]," ."],"Waiting for other running tasks to be finished":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0623\u062E\u0631\u0649 \u0627\u0644\u062C\u0627\u0631\u064A\u0629","Waiting for changing wallet network":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u062A\u063A\u064A\u064A\u0631 \u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062D\u0641\u0638\u0629","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u062A\u0639\u0630\u0631 \u0625\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064A\u0629 \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0634\u0628\u0643\u0629. \u064A\u064F\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0623\u0648 \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0634\u0628\u0643\u0629 \u064A\u062F\u0648\u064A\u064B\u0627 \u0641\u064A \u0645\u062D\u0641\u0638\u062A\u0643.","Sunday":"\u0627\u0644\u0623\u062D\u062F","Monday":"\u0627\u0644\u0627\u062B\u0646\u064A\u0646","Tuesday":"\u064A\u0648\u0645 \u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","Wednesday":"\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","Thursday":"\u064A\u0648\u0645 \u0627\u0644\u062E\u0645\u064A\u0633","Friday":"\u062C\u0645\u0639\u0629","Saturday":"\u0627\u0644\u0633\u0628\u062A","Powered By":"\u0645\u062F\u0639\u0648\u0645 \u0628\u0648\u0627\u0633\u0637\u0629","This token may involve potential security risks; proceed with caution.":"\u0642\u062F \u064A\u0646\u0637\u0648\u064A \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0639\u0644\u0649 \u0645\u062E\u0627\u0637\u0631 \u0623\u0645\u0646\u064A\u0629 \u0645\u062D\u062A\u0645\u0644\u0629\u061B \u0644\u0630\u0627 \u064A\u062C\u0628 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647 \u0628\u062D\u0630\u0631.","Aggregated Transaction":"\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062A \u0627\u0644\u0645\u062C\u0645\u0639\u0629","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u0642\u0645 \u0628\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0639\u0644\u0649 ",["fromChain"]," \u0639\u0628\u0631 ",["swapper"]],"Bridge from {fromChain} via {swapper}":["\u062C\u0633\u0631 \u0645\u0646 ",["fromChain"]," \u0639\u0628\u0631 ",["swapper"]],"Bridge to {toChain} via {swapper}":["\u062C\u0633\u0631 \u0625\u0644\u0649 ",["toChain"]," \u0639\u0628\u0631 ",["swapper"]],"Completed":"\u0645\u0643\u062A\u0645\u0644","In progress":"\u0641\u064A \u062A\u064E\u0642\u064E\u062F\u0645","Waiting for the swap transaction":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0645\u0639\u0627\u0645\u0644\u0629 \u0627\u0644\u0645\u0628\u0627\u062F\u0644\u0629","Waiting for the bridge transaction":"\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0645\u0639\u0627\u0645\u0644\u0629 \u0627\u0644\u062C\u0633\u0631","Connected Partially":"\u0645\u062A\u0635\u0644 \u062C\u0632\u0626\u064A\u064B\u0627","Connect other chains":"\u0631\u0628\u0637 \u0627\u0644\u0633\u0644\u0627\u0633\u0644 \u0627\u0644\u0623\u062E\u0631\u0649","Connecting ...":"\u062C\u0627\u0631\u064A \u0627\u0644\u0627\u062A\u0635\u0627\u0644 ...","Connecting":"\u0627\u0644\u0627\u062A\u0635\u0627\u0644","Disconnected":"\u0645\u0646\u0642\u0637\u0639","you need to pass a correct state to Wallet.":"\u064A\u062C\u0628 \u0639\u0644\u064A\u0643 \u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u062D\u0627\u0644\u0629 \u0627\u0644\u0635\u062D\u064A\u062D\u0629 \u0625\u0644\u0649 Wallet.","There are no notifications.":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0627\u0634\u0639\u0627\u0631\u0627\u062A.","Clear all":"\u0645\u0633\u062D \u0627\u0644\u0643\u0644","Balance":"\u062A\u0648\u0627\u0632\u0646","Max":"\u0627\u0644\u0623\u0639\u0644\u0649","Select gas chain":"\u0627\u062E\u062A\u0631 \u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u063A\u0627\u0632"}`);var ai=JSON.parse(`{"No results found":"\u0995\u09CB\u09A8 \u09AB\u09B2\u09BE\u09AB\u09B2 \u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF","Try using different keywords":"\u09AC\u09BF\u09AD\u09BF\u09A8\u09CD\u09A8 \u0995\u09C0\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u09A1 \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09C7 \u09A6\u09C7\u0996\u09C1\u09A8","Select Chain":"\u099A\u09C7\u0987\u09A8 \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8","All":"\u09B8\u09AC","More +{count}":["\u0986\u09B0\u0993 +",["count"]],"Activate this tab":"\u098F\u0987 \u099F\u09CD\u09AF\u09BE\u09AC \u09B8\u0995\u09CD\u09B0\u09BF\u09AF\u09BC \u0995\u09B0\u09C1\u09A8","Another tab is open and handles transactions.":"\u0986\u09B0\u09C7\u0995\u099F\u09BF \u099F\u09CD\u09AF\u09BE\u09AC \u0996\u09CB\u09B2\u09BE \u098F\u09AC\u0982 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09AA\u09B0\u09BF\u099A\u09BE\u09B2\u09A8\u09BE \u0995\u09B0\u09C7\u0964","Activate current tab":"\u09AC\u09B0\u09CD\u09A4\u09AE\u09BE\u09A8 \u099F\u09CD\u09AF\u09BE\u09AC \u09B8\u0995\u09CD\u09B0\u09BF\u09AF\u09BC \u0995\u09B0\u09C1\u09A8","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u09AC\u09B0\u09CD\u09A4\u09AE\u09BE\u09A8\u09C7, \u0995\u09BF\u099B\u09C1 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u099A\u09B2\u099B\u09C7 \u098F\u09AC\u0982 \u0985\u09A8\u09CD\u09AF \u09AC\u09CD\u09B0\u09BE\u0989\u099C\u09BE\u09B0 \u099F\u09CD\u09AF\u09BE\u09AC \u09A6\u09CD\u09AC\u09BE\u09B0\u09BE \u09AA\u09B0\u09BF\u099A\u09BE\u09B2\u09BF\u09A4 \u09B9\u099A\u09CD\u099B\u09C7\u09F7 \u0986\u09AA\u09A8\u09BF \u09AF\u09A6\u09BF \u098F\u0987 \u099F\u09CD\u09AF\u09BE\u09AC\u099F\u09BF \u09B8\u0995\u09CD\u09B0\u09BF\u09AF\u09BC \u0995\u09B0\u09C7\u09A8, \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09B8\u09BE\u0987\u09A8 \u09A7\u09BE\u09AA\u09C7 \u09A5\u09BE\u0995\u09BE \u09B8\u09AE\u09B8\u09CD\u09A4 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u09AE\u09C7\u09AF\u09BC\u09BE\u09A6 \u09B6\u09C7\u09B7 \u09B9\u09AF\u09BC\u09C7 \u09AF\u09BE\u09AC\u09C7\u0964","Confirm":"\u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0995\u09B0\u09C1\u09A8","Your {blockchainName} wallets":["\u0986\u09AA\u09A8\u09BE\u09B0 ",["blockchainName"]," \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F"],"Insufficient account balance":"\u0985\u09AA\u09B0\u09CD\u09AF\u09BE\u09AA\u09CD\u09A4 \u0985\u09CD\u09AF\u09BE\u0995\u09BE\u0989\u09A8\u09CD\u099F \u09AC\u09CD\u09AF\u09BE\u09B2\u09C7\u09A8\u09CD\u09B8","Proceed anyway":"\u09AF\u09BE\u0987\u09B9\u09CB\u0995 \u098F\u0997\u09BF\u09AF\u09BC\u09C7 \u09AF\u09BE\u09A8","You need to connect a {blockchainName} wallet.":["\u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u098F\u0995\u099F\u09BF ",["blockchainName"]," \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u09B9\u09AC\u09C7\u09F7"],"Add {chain} chain":[["chain"]," \u099A\u09C7\u0987\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8"],"Chain not connected":"\u099A\u09C7\u0987\u09A8 \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u09A8\u09C7\u0987","Show more wallets":"\u0986\u09B0\u0993 \u09AE\u09BE\u09A8\u09BF\u09AC\u09CD\u09AF\u09BE\u0997 \u09A6\u09C7\u0996\u09BE\u09A8","Send to a different address":"\u0985\u09A8\u09CD\u09AF \u09A0\u09BF\u0995\u09BE\u09A8\u09BE\u09AF\u09BC \u09AA\u09BE\u09A0\u09BE\u09A8","Enter {blockchainName} address":[["blockchainName"]," \u09A0\u09BF\u0995\u09BE\u09A8\u09BE \u09B2\u09BF\u0996\u09C1\u09A8"],"Address {destination} doesn't match the blockchain address pattern.":["\u09A0\u09BF\u0995\u09BE\u09A8\u09BE ",["destination"]," \u09AC\u09CD\u09B2\u0995\u099A\u09C7\u0987\u09A8 \u09A0\u09BF\u0995\u09BE\u09A8\u09BE \u09AA\u09CD\u09AF\u09BE\u099F\u09BE\u09B0\u09CD\u09A8\u09C7\u09B0 \u09B8\u09BE\u09A5\u09C7 \u09AE\u09C7\u09B2\u09C7 \u09A8\u09BE\u0964"],"via":"\u09AE\u09BE\u09A7\u09CD\u09AF\u09AE\u09C7","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u098F\u0987 \u099F\u09CB\u0995\u09C7\u09A8\u099F\u09BF \u0986\u09AE\u09BE\u09A6\u09C7\u09B0 \u09AF\u09BE\u099A\u09BE\u0987\u0995\u09C3\u09A4 \u099F\u09CB\u0995\u09C7\u09A8 \u09A4\u09BE\u09B2\u09BF\u0995\u09BE\u09B0 \u0985\u0982\u09B6 \u09A8\u09AF\u09BC\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u098F\u09B0 \u0989\u09CE\u09B8 \u09AF\u09BE\u099A\u09BE\u0987 \u0995\u09B0\u09C1\u09A8 \u098F\u09AC\u0982 \u098F\u0997\u09BF\u09AF\u09BC\u09C7 \u09AF\u09BE\u0993\u09AF\u09BC\u09BE\u09B0 \u0986\u0997\u09C7 \u09B8\u09AE\u09B8\u09CD\u09A4 \u09B8\u09AE\u09CD\u09AA\u09B0\u09CD\u0995\u09BF\u09A4 \u099D\u09C1\u0981\u0995\u09BF\u0997\u09C1\u09B2\u09BF \u09AC\u09C1\u099D\u09A4\u09C7 \u09AD\u09C1\u09B2\u09AC\u09C7\u09A8 \u09A8\u09BE\u0964","Import Anyway":"\u09AF\u09BE\u0987 \u09B9\u09CB\u0995 \u0986\u09AE\u09A6\u09BE\u09A8\u09BF \u0995\u09B0\u09C1\u09A8","Learn More":"\u0986\u09B0\u0993 \u099C\u09BE\u09A8\u09C1\u09A8","Status":"\u09B8\u09CD\u099F\u09CD\u09AF\u09BE\u099F\u09BE\u09B8","Reset":"\u09B0\u09BF\u09B8\u09C7\u099F \u0995\u09B0\u09C1\u09A8","Cancel":"\u09AC\u09BE\u09A4\u09BF\u09B2 \u0995\u09B0\u09C1\u09A8","Refresh":"\u09B0\u09BF\u09AB\u09CD\u09B0\u09C7\u09B6","Notifications":"\u09AC\u09BF\u099C\u09CD\u099E\u09AA\u09CD\u09A4\u09BF","Settings":"\u09B8\u09C7\u099F\u09BF\u0982\u09B8","History":"\u0987\u09A4\u09BF\u09B9\u09BE\u09B8","Connect Wallet":"\u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u0995\u09B0\u09C1\u09A8","Today":"\u0986\u099C","Failed Network, Please retry.":"\u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7, \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8\u0964","Retry":"\u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8","Add another custom token":"\u0986\u09B0\u09C7\u0995\u099F\u09BF \u0995\u09BE\u09B8\u09CD\u099F\u09AE \u099F\u09CB\u0995\u09C7\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8","Swaps steps":"\u09A7\u09BE\u09AA\u0997\u09C1\u09B2\u09BF \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u0995\u09B0\u09C7","Connected":"\u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4","Connection failed":"\u09B8\u0982\u09AF\u09CB\u0997 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","See why":"\u0995\u09C7\u09A8 \u09A6\u09C7\u0996\u09C1\u09A8","(Currently not supported)":"(\u09AC\u09B0\u09CD\u09A4\u09AE\u09BE\u09A8\u09C7 \u09B8\u09AE\u09B0\u09CD\u09A5\u09BF\u09A4 \u09A8\u09AF\u09BC)","Slippage Error":"\u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09A4\u09CD\u09B0\u09C1\u099F\u09BF","Slippage Warning":"\u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09B8\u09A4\u09B0\u09CD\u0995\u09A4\u09BE","Bridge Limit Error":"\u09B8\u09C7\u09A4\u09C1 \u09B8\u09C0\u09AE\u09BE \u09A4\u09CD\u09B0\u09C1\u099F\u09BF","Yours: {amount} {symbol}":["\u0986\u09AA\u09A8\u09BE\u09B0: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u09A8\u09CD\u09AF\u09C2\u09A8\u09A4\u09AE \u09AA\u09CD\u09B0\u09B8\u09CD\u09A4\u09BE\u09AC\u09BF\u09A4 \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0986\u09AA\u09A8\u09BE\u09B0: ",["userSlippage"]],"See All Routes":"\u09B8\u09AE\u09B8\u09CD\u09A4 \u09B0\u09C1\u099F \u09A6\u09C7\u0996\u09C1\u09A8","View more info":"\u0986\u09B0\u09CB \u09A4\u09A5\u09CD\u09AF \u09A6\u09C7\u0996\u09C1\u09A8","Gas & Fee Explanation":"\u0997\u09CD\u09AF\u09BE\u09B8 \u0993 \u09AB\u09BF \u09AC\u09CD\u09AF\u09BE\u0996\u09CD\u09AF\u09BE","Details":"\u09AC\u09BF\u09B8\u09CD\u09A4\u09BE\u09B0\u09BF\u09A4","Total Payable Fee":"\u09AE\u09CB\u099F \u09AA\u09CD\u09B0\u09A6\u09C7\u09AF\u09BC \u09AB\u09BF","Hide non-payable fees":"\u0985\u09AA\u09CD\u09B0\u09A6\u09C7\u09AF\u09BC \u09AB\u09BF \u09B2\u09C1\u0995\u09BE\u09A8","Show non-payable fees":"\u0985\u09AA\u09CD\u09B0\u09A6\u09C7\u09AF\u09BC \u09AB\u09BF \u09A6\u09C7\u0996\u09BE\u09A8","Description":"\u09AC\u09B0\u09CD\u09A3\u09A8\u09BE","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u09A8\u09BF\u09AE\u09CD\u09A8\u09B2\u09BF\u0996\u09BF\u09A4 \u09AB\u09BF\u0997\u09C1\u09B2\u09BF \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u0986\u0989\u099F\u09AA\u09C1\u099F\u09C7 \u09AC\u09BF\u09AC\u09C7\u099A\u09A8\u09BE \u0995\u09B0\u09BE \u09B9\u09AF\u09BC \u098F\u09AC\u0982\\n \u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u09A4\u09BE\u09A6\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0985\u09A4\u09BF\u09B0\u09BF\u0995\u09CD\u09A4 \u0997\u09CD\u09AF\u09BE\u09B8 \u09A6\u09BF\u09A4\u09C7 \u09B9\u09AC\u09C7 \u09A8\u09BE\u09F7","Swap input":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u0987\u09A8\u09AA\u09C1\u099F","Estimated output":"\u0986\u09A8\u09C1\u09AE\u09BE\u09A8\u09BF\u0995 \u0986\u0989\u099F\u09AA\u09C1\u099F","Via:":"\u098F\u09B0 \u09AE\u09BE\u09A7\u09CD\u09AF\u09AE\u09C7:","Chains:":"\u099A\u09C7\u0987\u09A8:","Sort by":"\u0985\u09A8\u09C1\u09B8\u09BE\u09B0\u09C7 \u09B8\u09BE\u099C\u09BE\u09A8","Smart Routing":"\u09B8\u09CD\u09AE\u09BE\u09B0\u09CD\u099F \u09B0\u09BE\u0989\u099F\u09BF\u0982","Lowest Fee":"\u09B8\u09B0\u09CD\u09AC\u09A8\u09BF\u09AE\u09CD\u09A8 \u09AB\u09BF","Fastest Transfer":"\u09A6\u09CD\u09B0\u09C1\u09A4\u09A4\u09AE \u09B8\u09CD\u09A5\u09BE\u09A8\u09BE\u09A8\u09CD\u09A4\u09B0","Maximum Return":"\u09B8\u09B0\u09CD\u09AC\u09CB\u099A\u09CD\u099A \u09B0\u09BF\u099F\u09BE\u09B0\u09CD\u09A8","Maximum Output":"\u09B8\u09B0\u09CD\u09AC\u09CB\u099A\u09CD\u099A \u0986\u0989\u099F\u09AA\u09C1\u099F","Swapping":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2","Gas cost":"\u0997\u09CD\u09AF\u09BE\u09B8 \u0996\u09B0\u099A","Receiving":"\u09B0\u09BF\u09B8\u09BF\u09AD\u09BF\u0982","Price impact":"\u09A6\u09BE\u09AE\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u098F\u0987 \u09B0\u09C1\u099F\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u0985\u09A8\u09CD\u09A4\u09A4 ",["minRequiredSlippage"]," \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09AC\u09BE\u09A1\u09BC\u09BE\u09A4\u09C7 \u09B9\u09AC\u09C7\u0964"],"Increase":"\u09AC\u09C3\u09A6\u09CD\u09A7\u09BF \u0995\u09B0\u09C1\u09A8","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u0986\u0989\u099F\u09AA\u09C1\u099F \u09AA\u09B0\u09BF\u09AE\u09BE\u09A3 ",["percentageChange"],"% ($",["usdValueChange"],") \u09A6\u09CD\u09AC\u09BE\u09B0\u09BE \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09BF\u09A4 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7\u0964"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u0986\u09AE\u09B0\u09BE \u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u098F\u0987 \u09B0\u09C1\u099F\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0995\u09AE\u09AA\u0995\u09CD\u09B7\u09C7 ",["minRequiredSlippage"]," \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09AC\u09BE\u09A1\u09BC\u09BE\u09A4\u09C7 \u09B8\u09C1\u09AA\u09BE\u09B0\u09BF\u09B6 \u0995\u09B0\u099B\u09BF\u09F7"],"Caution, your slippage is high.":"\u09B8\u09BE\u09AC\u09A7\u09BE\u09A8, \u0986\u09AA\u09A8\u09BE\u09B0 \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09AC\u09C7\u09B6\u09BF\u0964","Change":"\u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09A8","High slippage":"\u0989\u099A\u09CD\u099A \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C","Low slippage":"\u0995\u09AE \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C","Caution, your slippage is high. Your trade may be front run.":"\u09B8\u09BE\u09AC\u09A7\u09BE\u09A8, \u0986\u09AA\u09A8\u09BE\u09B0 \u099F\u09CD\u09B0\u09C7\u09A1\u09C7\u09B0 \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09AC\u09C7\u09B6\u09BF\u0964 \u0986\u09AA\u09A8\u09BE\u09B0 \u099F\u09CD\u09B0\u09C7\u09A1 \u0986\u0997\u09C7\u09AD\u09BE\u0997\u09C7 \u09B9\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u0964","Swap anyway":"\u09AF\u09C7\u09AD\u09BE\u09AC\u09C7\u0987 \u09B9\u09CB\u0995 \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u0995\u09B0\u09C1\u09A8","Change Slippage":"\u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09A8 \u0995\u09B0\u09C1\u09A8","Something went wrong":"\u0995\u09BF\u099B\u09C1 \u09AD\u09C1\u09B2 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Something went wrong. Please refresh the app.":"\u0995\u09BF\u099B\u09C1 \u09AD\u09C1\u09B2 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0985\u09CD\u09AF\u09BE\u09AA\u099F\u09BF \u09B0\u09BF\u09AB\u09CD\u09B0\u09C7\u09B6 \u0995\u09B0\u09C1\u09A8\u0964","No Routes Found":"\u0995\u09CB\u09A8 \u09B0\u09C1\u099F \u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF","You cannot use the same token for From and To.":"\u0986\u09AA\u09A8\u09BF From \u098F\u09AC\u0982 To \u098F\u09B0 \u099C\u09A8\u09CD\u09AF \u098F\u0995\u0987 \u099F\u09CB\u0995\u09C7\u09A8 \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09A4\u09C7 \u09AA\u09BE\u09B0\u09AC\u09C7\u09A8 \u09A8\u09BE\u0964","Slippage tolerance per swap":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AA\u09CD\u09B0\u09A4\u09BF \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09B8\u09B9\u09A8\u09B6\u09C0\u09B2\u09A4\u09BE","Custom":"\u0995\u09BE\u09B8\u09CD\u099F\u09AE","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u098F\u0987 \u09B6\u09A4\u09BE\u0982\u09B6\u09C7\u09B0 \u09AC\u09C7\u09B6\u09BF \u09AE\u09C2\u09B2\u09CD\u09AF \u09AA\u09CD\u09B0\u09A4\u09BF\u0995\u09C2\u09B2\u09AD\u09BE\u09AC\u09C7 \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09BF\u09A4 \u09B9\u09B2\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09AB\u09BF\u09B0\u09BF\u09AF\u09BC\u09C7 \u09A6\u09C7\u0993\u09AF\u09BC\u09BE \u09B9\u09AC\u09C7\u0964","Warning":"\u09B8\u09A4\u09B0\u09CD\u0995\u09A4\u09BE","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u098F\u0987 \u09B8\u09C7\u099F\u09BF\u0982\u099F\u09BF \u09AA\u09CD\u09B0\u09A4\u09BF\u099F\u09BF \u09A7\u09BE\u09AA\u09C7 \u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u0997 \u0995\u09B0\u09BE \u09B9\u09AF\u09BC (\u09AF\u09C7\u09AE\u09A8 1 \u0987\u099E\u09CD\u099A\u09BF, \u09A5\u09B0\u099A\u09C7\u0987\u09A8, \u0987\u09A4\u09CD\u09AF\u09BE\u09A6\u09BF), \u09AF\u09BE\u09B0 \u0985\u09B0\u09CD\u09A5 \u09B6\u09C1\u09A7\u09C1\u09AE\u09BE\u09A4\u09CD\u09B0 \u09B8\u09C7\u0987 \u09A8\u09BF\u09B0\u09CD\u09A6\u09BF\u09B7\u09CD\u099F \u09A7\u09BE\u09AA\u099F\u09BF \u09AA\u09CD\u09B0\u09A4\u09CD\u09AF\u09BE\u09AC\u09B0\u09CD\u09A4\u09A8 \u0995\u09B0\u09BE \u09B9\u09AC\u09C7, \u09AA\u09C1\u09B0\u09CB \u09B0\u09C1\u099F \u09A8\u09AF\u09BC\u0964","Slippage cannot be set lower than 0.01%.":"\u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09E6.\u09E6\u09E7% \u098F\u09B0 \u0995\u09AE \u09B8\u09C7\u099F \u0995\u09B0\u09BE \u09AF\u09BE\u09AC\u09C7 \u09A8\u09BE\u0964","Caution, your slippage is high!":"\u09B8\u09BE\u09AC\u09A7\u09BE\u09A8, \u09A4\u09CB\u09AE\u09BE\u09B0 \u09AA\u09BF\u099B\u09B2\u09C7 \u09AF\u09BE\u0993\u09DF\u09BE\u09B0 \u09B8\u09AE\u09CD\u09AD\u09BE\u09AC\u09A8\u09BE \u09AC\u09C7\u09B6\u09BF!","Request ID":"\u0986\u0987\u09A1\u09BF \u0985\u09A8\u09C1\u09B0\u09CB\u09A7 \u0995\u09B0\u09C1\u09A8","Copied To Clipboard":"\u0995\u09CD\u09B2\u09BF\u09AA\u09AC\u09CB\u09B0\u09CD\u09A1\u09C7 \u0995\u09AA\u09BF \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Copy Request ID":"\u0985\u09A8\u09C1\u09B0\u09CB\u09A7 \u0986\u0987\u09A1\u09BF \u0995\u09AA\u09BF \u0995\u09B0\u09C1\u09A8","View on Rango Explorer":"Rango Explorer \u098F \u09A6\u09C7\u0996\u09C1\u09A8","Finished at":"\u098F \u09B6\u09C7\u09B7 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Created at":"\u098F \u09A4\u09C8\u09B0\u09BF \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Swap Details":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AC\u09BF\u09AC\u09B0\u09A3","Not found":"\u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF","Swap with request ID = {requestId} not found.":["\u0985\u09A8\u09C1\u09B0\u09CB\u09A7 \u0986\u0987\u09A1\u09BF \u09A6\u09BF\u09AF\u09BC\u09C7 \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u0995\u09B0\u09C1\u09A8 = ",["requestId"]," \u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF\u0964"],"Change Network":"\u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09A8 \u0995\u09B0\u09C1\u09A8","Network Changed":"\u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09BF\u09A4 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Network Switch Failed":"\u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09B8\u09CD\u09AF\u09C1\u0987\u099A \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0986\u09AA\u09A8\u09BF ",["chain"]," \u099A\u09C7\u0987\u09A8\u09C7 ",["conciseAddress"]," \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 ",["amount"]," ",["token"]," \u09AA\u09C7\u09AF\u09BC\u09C7\u099B\u09C7\u09A8\u09F7"],"Transaction was not sent.":"\u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09AA\u09BE\u09A0\u09BE\u09A8\u09CB \u09B9\u09AF\u09BC\u09A8\u09BF.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," ",["blockchain"]," -\u098F \u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 \u09A5\u09C7\u0995\u09C7 \u09AF\u09BE\u09AF\u09BC\u09F7"],"Delete":"\u09AE\u09C1\u099B\u09C7 \u09A6\u09BF\u09A8","Try again":"\u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8","View transaction":"\u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09A6\u09C7\u0996\u09C1\u09A8","Connect":"\u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8","Swap Successful":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09B8\u09AB\u09B2","Transaction Failed":"\u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7\u09F7","Done":"\u09B8\u09AE\u09CD\u09AA\u09A8\u09CD\u09A8","Diagnosis":"\u09B0\u09CB\u0997 \u09A8\u09BF\u09B0\u09CD\u09A3\u09AF\u09BC","See Details":"\u09AC\u09BF\u09B8\u09CD\u09A4\u09BE\u09B0\u09BF\u09A4 \u09A6\u09C7\u0996\u09C1\u09A8","Cancel Swap":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AC\u09BE\u09A4\u09BF\u09B2 \u0995\u09B0\u09C1\u09A8","Are you sure you want to cancel this swap?":"\u0986\u09AA\u09A8\u09BF \u0995\u09BF \u098F\u0987 \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AC\u09BE\u09A4\u09BF\u09B2 \u0995\u09B0\u09BE\u09B0 \u09AC\u09BF\u09B7\u09AF\u09BC\u09C7 \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4?","Yes, Cancel it":"\u09B9\u09CD\u09AF\u09BE\u0981, \u09AC\u09BE\u09A4\u09BF\u09B2 \u0995\u09B0\u09C1\u09A8","No, Continue":"\u09A8\u09BE, \u099A\u09BE\u09B2\u09BF\u09AF\u09BC\u09C7 \u09AF\u09BE\u09A8","Connect {wallet}":["\u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09AC\u09BE \u0995\u09BF\u099B\u09C1 \u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995\u09C7\u09B0 \u09B8\u0982\u09AF\u09CB\u0997 \u09AC\u09BF\u099A\u09CD\u099B\u09BF\u09A8\u09CD\u09A8 \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7\u0964 \u09B8\u09CB\u09AF\u09BC\u09BE\u09AA \u099A\u09BE\u09B2\u09BF\u09AF\u09BC\u09C7 \u09AF\u09C7\u09A4\u09C7 \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8\u0964","Wallet connected successfully.":"\u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u09AB\u09B2\u09AD\u09BE\u09AC\u09C7 \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7\u0964","Delete Transaction":"\u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09AE\u09C1\u099B\u09C1\u09A8","Are you sure you want to delete this swap?":"\u0986\u09AA\u09A8\u09BF \u0995\u09BF \u098F\u0987 \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AE\u09C1\u099B\u09C7 \u09AB\u09C7\u09B2\u09BE\u09B0 \u09AC\u09BF\u09B7\u09AF\u09BC\u09C7 \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4?","Yes, Delete it":"\u09B9\u09CD\u09AF\u09BE\u0981, \u09AE\u09C1\u099B\u09C1\u09A8","No, Cancel":"\u09A8\u09BE, \u09AC\u09BE\u09A4\u09BF\u09B2 \u0995\u09B0\u09C1\u09A8","Install {wallet}":[["wallet"],"\u0987\u09A8\u09B8\u09CD\u099F\u09B2 \u0995\u09B0\u09C1\u09A8"],"Install":"\u0987\u09A8\u09B8\u09CD\u099F\u09B2 \u0995\u09B0\u09C1\u09A8","Try Again":"\u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09CB","Slippage:":"\u09AA\u09BF\u099B\u09B2\u09C7 \u09AF\u09BE\u0993\u09AF\u09BC\u09BE:","Select Token":"\u099F\u09CB\u0995\u09C7\u09A8 \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8","Wallet Connected":"\u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4","Your wallet is connected, you can use it to swap.":"\u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u0986\u099B\u09C7, \u0986\u09AA\u09A8\u09BF \u098F\u099F\u09BF \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u0995\u09B0\u09A4\u09C7 \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u09A8\u0964","Failed to Connect":"\u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Your wallet is not connected. Please try again.":"\u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u09A8\u09C7\u0987. \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8.","Connecting to your wallet":"\u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7","Click connect in your wallet popup.":"\u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09AA\u09AA\u0986\u09AA\u09C7 \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09CD\u09B2\u09BF\u0995 \u0995\u09B0\u09C1\u09A8\u0964","Select Derivation Path":"\u09A1\u09C7\u09B0\u09BF\u09AD\u09C7\u09B6\u09A8 \u09AA\u09BE\u09A5 \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8","In order to connect to {type}, you must first select a Derivation Path":[["type"],"\u098F\u09B0 \u09B8\u09BE\u09A5\u09C7 \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09BE\u09B0 \u099C\u09A8\u09CD\u09AF, \u0986\u09AA\u09A8\u09BE\u0995\u09C7 \u09AA\u09CD\u09B0\u09A5\u09AE\u09C7 \u098F\u0995\u099F\u09BF \u09A1\u09C7\u09B0\u09BF\u09AD\u09C7\u09B6\u09A8 \u09AA\u09BE\u09A5 \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09A4\u09C7 \u09B9\u09AC\u09C7"],"Choose Derivation Path Template":"\u09A1\u09C7\u09B0\u09BF\u09AD\u09C7\u09B6\u09A8 \u09AA\u09BE\u09A5 \u099F\u09C7\u09AE\u09AA\u09CD\u09B2\u09C7\u099F \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8","Enter Path":"\u09AA\u09BE\u09A5 \u09B2\u09BF\u0996\u09C1\u09A8","Enter Index":"\u0987\u09A8\u09A1\u09C7\u0995\u09CD\u09B8 \u09B2\u09BF\u0996\u09C1\u09A8","This wallet can only connect to one chain at a time.":"\u098F\u0987 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u099F\u09BF \u098F\u0995\u09AC\u09BE\u09B0\u09C7 \u0995\u09C7\u09AC\u09B2 \u098F\u0995\u099F\u09BF \u099A\u09C7\u0987\u09A8\u09C7 \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u0964","Disconnect wallet":"\u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09CB\u0997 \u09AC\u09BF\u099A\u09CD\u099B\u09BF\u09A8\u09CD\u09A8 \u0995\u09B0\u09C1\u09A8","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u098F\u0987 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u099F\u09BF \u098F\u0995\u09BE\u09A7\u09BF\u0995 \u099A\u09C7\u0987\u09A8 \u09B8\u09AE\u09B0\u09CD\u09A5\u09A8 \u0995\u09B0\u09C7\u0964 \u0986\u09AA\u09A8\u09BF \u0995\u09CB\u09A8 \u099A\u09C7\u0987\u09A8\u0997\u09C1\u09B2\u09BF \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u0995\u09B0\u09A4\u09C7 \u09AC\u09BE \u09B8\u0982\u09AF\u09CB\u0997 \u09AC\u09BF\u099A\u09CD\u099B\u09BF\u09A8\u09CD\u09A8 \u0995\u09B0\u09A4\u09C7 \u099A\u09BE\u09A8 \u09A4\u09BE \u099A\u09AF\u09BC\u09A8 \u0995\u09B0\u09C1\u09A8\u0964","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," \u099A\u09C7\u0987\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0986\u09AA\u09A8\u09BF \u0995\u09BF \u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 ",["blockchainDisplayName"]," \u09AA\u09B0\u09C0\u0995\u09CD\u09B7\u09BE\u09AE\u09C2\u09B2\u0995 \u099A\u09C7\u0987\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u099A\u09BE\u09A8?"],"Please approve the experimental chain pop-up in your wallet.":"\u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 \u09AA\u09B0\u09C0\u0995\u09CD\u09B7\u09BE\u09AE\u09C2\u09B2\u0995 \u099A\u09C7\u0987\u09A8 \u09AA\u09AA-\u0986\u09AA \u0985\u09A8\u09C1\u09AE\u09CB\u09A6\u09A8 \u0995\u09B0\u09C1\u09A8\u0964","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u099A\u09C7\u0987\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \u099A\u09C7\u0987\u09A8 \u09B8\u09AB\u09B2\u09AD\u09BE\u09AC\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 \u09AF\u09CB\u0997 \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7\u09F7"],"Request Rejected":"\u0985\u09A8\u09C1\u09B0\u09CB\u09A7 \u09AA\u09CD\u09B0\u09A4\u09CD\u09AF\u09BE\u0996\u09CD\u09AF\u09BE\u09A4","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0986\u09AA\u09A8\u09BF \u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 ",["blockchainDisplayName"]," \u099A\u09C7\u0987\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09BE \u09AA\u09CD\u09B0\u09A4\u09CD\u09AF\u09BE\u0996\u09CD\u09AF\u09BE\u09A8 \u0995\u09B0\u09C7\u099B\u09C7\u09A8\u09F7"],"Disconnect":"\u09B8\u0982\u09AF\u09CB\u0997 \u09AC\u09BF\u099A\u09CD\u099B\u09BF\u09A8\u09CD\u09A8 \u0995\u09B0\u09C1\u09A8","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u098F\u0987 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u099F\u09BF \u098F\u0995\u09BE\u09A7\u09BF\u0995 \u099A\u09C7\u0987\u09A8 \u09B8\u09AE\u09B0\u09CD\u09A5\u09A8 \u0995\u09B0\u09C7\u0964 \u0986\u09AA\u09A8\u09BF \u0995\u09CB\u09A8 \u099A\u09C7\u0987\u09A8\u0997\u09C1\u09B2\u09BF \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u0995\u09B0\u09A4\u09C7 \u099A\u09BE\u09A8 \u09A4\u09BE \u099A\u09AF\u09BC\u09A8 \u0995\u09B0\u09C1\u09A8\u0964","This wallet can only connect to one chain at a time. ":"\u098F\u0987 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u099F\u09BF \u098F\u0995\u09AC\u09BE\u09B0\u09C7 \u0995\u09C7\u09AC\u09B2 \u098F\u0995\u099F\u09BF \u099A\u09C7\u0987\u09A8\u09C7 \u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u0964 ","Deselect all":"\u09B8\u09AC \u09AC\u09BE\u09A6 \u09A6\u09BF\u09A8","Select all":"\u09B8\u09AC \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8","Failed Network, Please retry your swap.":"\u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995, \u0986\u09AA\u09A8\u09BE\u09B0 \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AA\u09C1\u09A8\u09B0\u09BE\u09AF\u09BC \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8.","Please reset your liquidity sources.":"\u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u09A4\u09BE\u09B0\u09B2\u09CD\u09AF \u0989\u09A4\u09CD\u09B8 \u09AA\u09C1\u09A8\u09B0\u09BE\u09AF\u09BC \u09B8\u09C7\u099F \u0995\u09B0\u09C1\u09A8\u0964","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0986\u09AA\u09A8\u09BF \u09A4\u09BE\u09B0\u09B2\u09CD\u09AF\u09C7\u09B0 \u0989\u09A4\u09CD\u09B8 \u09B8\u09C0\u09AE\u09BF\u09A4 \u0995\u09B0\u09C7\u099B\u09C7\u09A8 \u098F\u09AC\u0982 \u098F\u09B0 \u09AB\u09B2\u09C7 Rango \u0995\u09CB\u09A8\u09CB \u09B0\u09C1\u099F \u0996\u09C1\u0981\u099C\u09C7 \u09A8\u09BE \u09AA\u09C7\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u09A4\u09BE\u09B0\u09B2\u09CD\u09AF \u0989\u09A4\u09CD\u09B8 \u09AA\u09C1\u09A8\u09B0\u09BE\u09AF\u09BC \u09B8\u09C7\u099F \u0995\u09B0\u09BE\u09B0 \u0995\u09A5\u09BE \u09AC\u09BF\u09AC\u09C7\u099A\u09A8\u09BE \u0995\u09B0\u09C1\u09A8\u0964","No Routes Found.":"\u0995\u09CB\u09A8 \u09B0\u09C1\u099F \u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u09B0\u09C7\u0999\u09CD\u0997\u09CB \u0995\u09C7\u09A8 \u098F\u0995\u099F\u09BF \u09B0\u09C1\u099F \u0996\u09C1\u0981\u099C\u09C7 \u09AA\u09BE\u09AF\u09BC\u09A8\u09BF \u09A4\u09BE\u09B0 \u0995\u09BE\u09B0\u09A3: \u099F\u09CB\u0995\u09C7\u09A8\u09C7 \u0995\u09AE \u09A4\u09BE\u09B0\u09B2\u09CD\u09AF, \u0996\u09C1\u09AC \u0995\u09AE \u0987\u09A8\u09AA\u09C1\u099F \u09AA\u09B0\u09BF\u09AE\u09BE\u09A3 \u09AC\u09BE \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09BF\u09A4 \u0987\u09A8\u09AA\u09C1\u099F/\u0986\u0989\u099F\u09AA\u09C1\u099F \u099F\u09CB\u0995\u09C7\u09A8 \u09B8\u0982\u09AE\u09BF\u09B6\u09CD\u09B0\u09A3\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0995\u09CB\u09A8\u0993 \u09B0\u09C1\u099F \u0989\u09AA\u09B2\u09AC\u09CD\u09A7 \u09A8\u09C7\u0987\u0964","Bridge Limit Error: Please increase your amount.":"\u09B8\u09C7\u09A4\u09C1 \u09B8\u09C0\u09AE\u09BE \u09A4\u09CD\u09B0\u09C1\u099F\u09BF: \u0986\u09AA\u09A8\u09BE\u09B0 \u09AA\u09B0\u09BF\u09AE\u09BE\u09A3 \u09AC\u09C3\u09A6\u09CD\u09A7\u09BF \u0995\u09B0\u09C1\u09A8.","Bridge Limit Error: Please decrease your amount.":"\u09B8\u09C7\u09A4\u09C1 \u09B8\u09C0\u09AE\u09BE \u09A4\u09CD\u09B0\u09C1\u099F\u09BF: \u0986\u09AA\u09A8\u09BE\u09B0 \u09AA\u09B0\u09BF\u09AE\u09BE\u09A3 \u09B9\u09CD\u09B0\u09BE\u09B8 \u0995\u09B0\u09C1\u09A8.","High Price Impact":"\u0989\u099A\u09CD\u099A \u09AE\u09C2\u09B2\u09CD\u09AF\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC","Price impact is too high!":"\u09A6\u09BE\u09AE\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u0996\u09C1\u09AC \u09AC\u09C7\u09B6\u09BF!","The price impact is significantly higher than the allowed amount.":"\u09AE\u09C2\u09B2\u09CD\u09AF\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u0985\u09A8\u09C1\u09AE\u09CB\u09A6\u09BF\u09A4 \u09AA\u09B0\u09BF\u09AE\u09BE\u09A3\u09C7\u09B0 \u09A4\u09C1\u09B2\u09A8\u09BE\u09AF\u09BC \u0989\u09B2\u09CD\u09B2\u09C7\u0996\u09AF\u09CB\u0997\u09CD\u09AF\u09AD\u09BE\u09AC\u09C7 \u09AC\u09C7\u09B6\u09BF\u0964","Confirm high price impact":"\u0989\u099A\u09CD\u099A \u09AE\u09C2\u09B2\u09CD\u09AF \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0995\u09B0\u09C1\u09A8","Route updated and price impact is too high, try again later!":"\u09B0\u09C1\u099F \u0986\u09AA\u09A1\u09C7\u099F \u0995\u09B0\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7 \u098F\u09AC\u0982 \u09A6\u09BE\u09AE\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u0996\u09C1\u09AC \u09AC\u09C7\u09B6\u09BF, \u09AA\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8!","USD Price Unknown":"USD \u09AE\u09C2\u09B2\u09CD\u09AF \u0985\u099C\u09BE\u09A8\u09BE","USD Price Unknown, Cannot calculate Price Impact.":"USD \u09AE\u09C2\u09B2\u09CD\u09AF \u0985\u099C\u09BE\u09A8\u09BE, \u09AE\u09C2\u09B2\u09CD\u09AF\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u0997\u09A3\u09A8\u09BE \u0995\u09B0\u09BE \u09AF\u09BE\u099A\u09CD\u099B\u09C7 \u09A8\u09BE\u0964","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD \u09AE\u09C2\u09B2\u09CD\u09AF \u0985\u099C\u09BE\u09A8\u09BE, \u09AE\u09C2\u09B2\u09CD\u09AF\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u0997\u09A3\u09A8\u09BE \u0995\u09B0\u09BE \u09AF\u09BE\u099A\u09CD\u099B\u09C7 \u09A8\u09BE\u0964 \u09A6\u09BE\u09AE\u09C7\u09B0 \u09AA\u09CD\u09B0\u09AD\u09BE\u09AC \u09B8\u09CD\u09AC\u09BE\u09AD\u09BE\u09AC\u09BF\u0995\u09C7\u09B0 \u099A\u09C7\u09AF\u09BC\u09C7 \u09AC\u09C7\u09B6\u09BF \u09B9\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u0964 \u0986\u09AA\u09A8\u09BF \u0995\u09BF \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u099A\u09BE\u09B2\u09BF\u09AF\u09BC\u09C7 \u09AF\u09BE\u0993\u09AF\u09BC\u09BE\u09B0 \u09AC\u09BF\u09B7\u09AF\u09BC\u09C7 \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4?","Confirm USD Price Unknown":"\u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0995\u09B0\u09C1\u09A8 USD \u09AE\u09C2\u09B2\u09CD\u09AF \u0985\u099C\u09BE\u09A8\u09BE","Swap":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2","The route goes through Ethereum. Continue?":"\u09B0\u09C1\u099F Ethereum \u09AE\u09BE\u09A7\u09CD\u09AF\u09AE\u09C7 \u09AF\u09BE\u09AF\u09BC. \u099A\u09BE\u09B2\u09BF\u09AF\u09BC\u09C7 \u09AF\u09BE\u09A8?","Routes":"\u09B0\u09C1\u099F","From":"\u09A5\u09C7\u0995\u09C7","To":"\u09AA\u09CD\u09B0\u09A4\u09BF","Light":"\u0986\u09B2\u09CB","Dark":"\u0985\u09A8\u09CD\u09A7\u0995\u09BE\u09B0","Auto":"\u0985\u099F\u09CB","Loading failed":"\u09B2\u09CB\u09A1\u09BF\u0982 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7\u09F7","Bridges":"\u09AC\u09CD\u09B0\u09BF\u099C","Exchanges":"\u09AC\u09BF\u09A8\u09BF\u09AE\u09AF\u09BC","Custom Tokens":"\u0995\u09BE\u09B8\u09CD\u099F\u09AE \u099F\u09CB\u0995\u09C7\u09A8","Language":"\u09AD\u09BE\u09B7\u09BE","Infinite approval":"\u0985\u09B8\u09C0\u09AE \u0985\u09A8\u09C1\u09AE\u09CB\u09A6\u09A8","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"'\u0985\u09B8\u09C0\u09AE \u0985\u09A8\u09C1\u09AE\u09CB\u09A6\u09A8' \u09AE\u09CB\u09A1 \u09B8\u0995\u09CD\u09B7\u09AE \u0995\u09B0\u09BE \u0985\u09A8\u09CD\u09A4\u09B0\u09CD\u09A8\u09BF\u09B9\u09BF\u09A4 \u09B8\u09CD\u09AE\u09BE\u09B0\u09CD\u099F \u099A\u09C1\u0995\u09CD\u09A4\u09BF\u0997\u09C1\u09B2\u09BF\u09A4\u09C7 \u09B8\u09C0\u09AE\u09BE\u09B9\u09C0\u09A8 \u0985\u09CD\u09AF\u09BE\u0995\u09CD\u09B8\u09C7\u09B8 \u09AE\u099E\u09CD\u099C\u09C1\u09B0 \u0995\u09B0\u09C7, \u09A4\u09BE\u09A6\u09C7\u09B0 \u09B8\u09C0\u09AE\u09BE\u09AC\u09A6\u09CD\u09A7\u09A4\u09BE \u099B\u09BE\u09A1\u09BC\u09BE\u0987 \u0985\u09A8\u09C1\u09AE\u09CB\u09A6\u09BF\u09A4 \u099F\u09CB\u0995\u09C7\u09A8 \u09AA\u09B0\u09BF\u09AE\u09BE\u09A3 \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09BE\u09B0 \u0985\u09A8\u09C1\u09AE\u09A4\u09BF \u09A6\u09C7\u09AF\u09BC\u0964","Theme":"\u09A5\u09BF\u09AE","Duplicate Token":"\u09A1\u09C1\u09AA\u09CD\u09B2\u09BF\u0995\u09C7\u099F \u099F\u09CB\u0995\u09C7\u09A8","The address you entered is duplicate, please enter a new address.":"\u0986\u09AA\u09A8\u09BF \u09AF\u09C7 \u09A0\u09BF\u0995\u09BE\u09A8\u09BE\u099F\u09BF \u09B2\u09BF\u0996\u09C7\u099B\u09C7\u09A8 \u09A4\u09BE \u09B8\u09A6\u09C3\u09B6, \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u098F\u0995\u099F\u09BF \u09A8\u09A4\u09C1\u09A8 \u09A0\u09BF\u0995\u09BE\u09A8\u09BE \u09B2\u09BF\u0996\u09C1\u09A8\u09F7","Token Already Exists":"\u099F\u09CB\u0995\u09C7\u09A8 \u0987\u09A4\u09BF\u09AE\u09A7\u09CD\u09AF\u09C7\u0987 \u09AC\u09BF\u09A6\u09CD\u09AF\u09AE\u09BE\u09A8\u09F7","There's no need to add this token again because it already exists and is supported by us.":"\u098F\u0987 \u099F\u09CB\u0995\u09C7\u09A8\u099F\u09BF \u0986\u09AC\u09BE\u09B0 \u09AF\u09CB\u0997 \u0995\u09B0\u09BE\u09B0 \u09A6\u09B0\u0995\u09BE\u09B0 \u09A8\u09C7\u0987 \u0995\u09BE\u09B0\u09A3 \u098F\u099F\u09BF \u0987\u09A4\u09BF\u09AE\u09A7\u09CD\u09AF\u09C7\u0987 \u09AC\u09BF\u09A6\u09CD\u09AF\u09AE\u09BE\u09A8 \u098F\u09AC\u0982 \u0986\u09AE\u09BE\u09A6\u09C7\u09B0 \u09A6\u09CD\u09AC\u09BE\u09B0\u09BE \u09B8\u09AE\u09B0\u09CD\u09A5\u09BF\u09A4\u0964","Token Not Found":"\u099F\u09CB\u0995\u09C7\u09A8 \u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u09A6\u09C1\u0983\u0996\u09BF\u09A4, \u09AA\u09CD\u09B0\u09A6\u09A4\u09CD\u09A4 \u09A0\u09BF\u0995\u09BE\u09A8\u09BE \u09B8\u09B9 ",["blockchain"]," \u099A\u09C7\u0987\u09A8\u09C7 \u0995\u09CB\u09A8\u09CB \u099F\u09CB\u0995\u09C7\u09A8 \u09AA\u09BE\u0993\u09AF\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF\u09F7 \u09A6\u09AF\u09BC\u09BE \u0995\u09B0\u09C7 \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0995\u09B0\u09C1\u09A8 \u09AF\u09C7 \u0986\u09AA\u09A8\u09BF \u09B8\u09A0\u09BF\u0995 \u099F\u09CB\u0995\u09C7\u09A8 \u09A0\u09BF\u0995\u09BE\u09A8\u09BE\u099F\u09BF \u09AA\u09CD\u09B0\u09AC\u09C7\u09B6 \u0995\u09B0\u09C7\u099B\u09C7\u09A8\u0964"],"Network error":"\u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09A4\u09CD\u09B0\u09C1\u099F\u09BF","An error occurred while retrieving token data.":"\u099F\u09CB\u0995\u09C7\u09A8 \u09A1\u09C7\u099F\u09BE \u09AA\u09C1\u09A8\u09B0\u09C1\u09A6\u09CD\u09A7\u09BE\u09B0 \u0995\u09B0\u09BE\u09B0 \u09B8\u09AE\u09AF\u09BC \u098F\u0995\u099F\u09BF \u09A4\u09CD\u09B0\u09C1\u099F\u09BF \u0998\u099F\u09C7\u099B\u09C7\u0964","Add Custom Token":"\u0995\u09BE\u09B8\u09CD\u099F\u09AE \u099F\u09CB\u0995\u09C7\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09C1\u09A8","Select chain":"\u099A\u09C7\u0987\u09A8 \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8","Enter Address":"\u09A0\u09BF\u0995\u09BE\u09A8\u09BE \u09B2\u09BF\u0996\u09C1\u09A8","Enter token address":"\u099F\u09CB\u0995\u09C7\u09A8 \u09A0\u09BF\u0995\u09BE\u09A8\u09BE \u09B2\u09BF\u0996\u09C1\u09A8","Import":"\u0986\u09AE\u09A6\u09BE\u09A8\u09BF","Confirm Swap":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0995\u09B0\u09C1\u09A8","Start Swap":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09B6\u09C1\u09B0\u09C1 \u0995\u09B0\u09C1\u09A8","You get":"\u0986\u09AA\u09A8\u09BF \u09AA\u09BE\u09AC\u09C7\u09A8","Search Token":"\u099F\u09CB\u0995\u09C7\u09A8 \u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u0995\u09B0\u09C1\u09A8","No custom tokens":"\u0995\u09CB\u09A8\u09CB \u0995\u09BE\u09B8\u09CD\u099F\u09AE \u099F\u09CB\u0995\u09C7\u09A8 \u09A8\u09C7\u0987","press the button to add your custom token":"\u0986\u09AA\u09A8\u09BE\u09B0 \u0995\u09BE\u09B8\u09CD\u099F\u09AE \u099F\u09CB\u0995\u09C7\u09A8 \u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u09AC\u09CB\u09A4\u09BE\u09AE \u099F\u09BF\u09AA\u09C1\u09A8","Delete Custom Token":"\u0995\u09BE\u09B8\u09CD\u099F\u09AE \u099F\u09CB\u0995\u09C7\u09A8 \u09AE\u09C1\u099B\u09C1\u09A8","Are you sure you want to Delete this Token?":"\u0986\u09AA\u09A8\u09BF \u0995\u09BF \u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0986\u09AA\u09A8\u09BF \u098F\u0987 \u099F\u09CB\u0995\u09C7\u09A8 \u09AE\u09C1\u099B\u09C7 \u09AB\u09C7\u09B2\u09A4\u09C7 \u099A\u09BE\u09A8?","Complete":"\u09B8\u09AE\u09CD\u09AA\u09C2\u09B0\u09CD\u09A3","Running":"\u099A\u09B2\u099B\u09C7","Failed":"\u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7","Refuel":"\u099C\u09CD\u09AC\u09BE\u09B2\u09BE\u09A8\u09BF \u09AD\u09B0\u09C7 \u09A8\u09BF\u09A8","Clear":"\u09AA\u09B0\u09BF\u09B7\u09CD\u0995\u09BE\u09B0","Search Transaction":"\u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8","No transactions":"\u0995\u09CB\u09A8\u09CB \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09A8\u09C7\u0987","Your transaction history is stored locally and will appear here after you start a swap":"\u0986\u09AA\u09A8\u09BE\u09B0 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u0987\u09A4\u09BF\u09B9\u09BE\u09B8 \u09B8\u09CD\u09A5\u09BE\u09A8\u09C0\u09AF\u09BC\u09AD\u09BE\u09AC\u09C7 \u09B8\u0982\u09B0\u0995\u09CD\u09B7\u09A3 \u0995\u09B0\u09BE \u09B9\u09AF\u09BC \u098F\u09AC\u0982 \u0986\u09AA\u09A8\u09BF \u098F\u0995\u099F\u09BF \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09B6\u09C1\u09B0\u09C1 \u0995\u09B0\u09BE\u09B0 \u09AA\u09B0\u09C7 \u098F\u0996\u09BE\u09A8\u09C7 \u0989\u09AA\u09B8\u09CD\u09A5\u09BF\u09A4 \u09B9\u09AC\u09C7\u09F7","Clear Transaction History":"\u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u0987\u09A4\u09BF\u09B9\u09BE\u09B8 \u09B8\u09BE\u09AB \u0995\u09B0\u09C1\u09A8","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0985\u0997\u09CD\u09B0\u09B8\u09B0 \u09B9\u09B2\u09C7 \u0989\u0987\u099C\u09C7\u099F \u09A5\u09C7\u0995\u09C7 \u09B8\u09AE\u09B8\u09CD\u09A4 \u09B8\u09AB\u09B2 \u098F\u09AC\u0982 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u09AE\u09C1\u099B\u09C7 \u09AB\u09C7\u09B2\u09BE \u09B9\u09AC\u09C7\u0964 \u0986\u09AA\u09A8\u09BF \u0995\u09BF \u099A\u09BE\u09B2\u09BF\u09AF\u09BC\u09C7 \u09AF\u09C7\u09A4\u09C7 \u099A\u09BE\u09A8?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u09A6\u09CD\u09B0\u09B7\u09CD\u099F\u09AC\u09CD\u09AF: \u098F\u099F\u09BF \u099A\u09C7\u0987\u09A8\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u0987\u09A4\u09BF\u09B9\u09BE\u09B8 \u09AE\u09C1\u099B\u09C7 \u09AB\u09C7\u09B2\u09AC\u09C7 \u09A8\u09BE; \u098F\u099F\u09BF \u09B6\u09C1\u09A7\u09C1\u09AE\u09BE\u09A4\u09CD\u09B0 \u09A4\u09BE\u09A6\u09C7\u09B0 \u098F\u0996\u09BE\u09A8\u09C7 \u09B8\u09B0\u09BF\u09AF\u09BC\u09C7 \u09A6\u09C7\u09AF\u09BC\u0964","Yes, Clear the history":"\u09B9\u09CD\u09AF\u09BE\u0981, \u0987\u09A4\u09BF\u09B9\u09BE\u09B8 \u09B8\u09BE\u09AB \u0995\u09B0\u09C1\u09A8","language":"\u09AD\u09BE\u09B7\u09BE","Search {sourceType}":[["sourceType"],"\u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u0995\u09B0\u09C1\u09A8\u09F7"],"Search Chain":"\u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u099A\u09C7\u0987\u09A8","Source":"\u0989\u09CE\u09B8","Destination":"\u0997\u09A8\u09CD\u09A4\u09AC\u09CD\u09AF","Swap {type}":["\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 ",["type"],"\u09F7"],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u09AC\u09B0\u09CD\u09A4\u09AE\u09BE\u09A8\u09C7, \u0986\u09AA\u09A8\u09BF \u09A4\u09BE\u09B0\u09B2\u09CD\u09AF \u0989\u09A4\u09CD\u09B8\u09C7\u09B0 \u0989\u09AA\u09B0 \u09AC\u09BF\u09A7\u09BF\u09A8\u09BF\u09B7\u09C7\u09A7 \u09B8\u09B9 \u09AA\u09CD\u09B0\u099A\u09BE\u09B0\u09BE\u09AD\u09BF\u09AF\u09BE\u09A8 \u09AE\u09CB\u09A1\u09C7 \u0986\u099B\u09C7\u09A8\u0964 \u0986\u09AA\u09A8\u09BF \u0995\u09BF \u098F\u0987 \u09AE\u09CB\u09A1 \u09A5\u09C7\u0995\u09C7 \u09B8\u09CD\u09AF\u09C1\u0987\u099A \u0986\u0989\u099F \u0995\u09B0\u09A4\u09C7 \u098F\u09AC\u0982 \u09B8\u09AE\u09B8\u09CD\u09A4 \u0989\u09AA\u09B2\u09AC\u09CD\u09A7 \u09A4\u09BE\u09B0\u09B2\u09CD\u09AF \u0989\u09A4\u09CD\u09B8 \u09AC\u09CD\u09AF\u09AC\u09B9\u09BE\u09B0 \u0995\u09B0\u09A4\u09C7 \u099A\u09BE\u09A8?","The request ID is necessary to display the swap details.":"\u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u09AC\u09BF\u09AC\u09B0\u09A3 \u09AA\u09CD\u09B0\u09A6\u09B0\u09CD\u09B6\u09A8 \u0995\u09B0\u09BE\u09B0 \u099C\u09A8\u09CD\u09AF \u0985\u09A8\u09C1\u09B0\u09CB\u09A7 \u0986\u0987\u09A1\u09BF \u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8\u09C0\u09AF\u09BC\u0964","Connect Wallets":"\u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u0995\u09B0\u09C1\u09A8","Choose a wallet to connect.":"\u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09A4\u09C7 \u098F\u0995\u099F\u09BF \u09AE\u09BE\u09A8\u09BF\u09AC\u09CD\u09AF\u09BE\u0997 \u099A\u09AF\u09BC\u09A8 \u0995\u09B0\u09C1\u09A8.","This week":"\u098F\u0987 \u09B8\u09AA\u09CD\u09A4\u09BE\u09B9\u09C7","This month":"\u098F\u0987 \u09AE\u09BE\u09B8\u09C7","This year":"\u098F\u0987 \u09AC\u099B\u09B0","Slippage must be greater than or equal to 0.01":"\u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u0985\u09AC\u09B6\u09CD\u09AF\u0987 \u09E6.\u09E6\u09E7 \u098F\u09B0 \u099A\u09C7\u09AF\u09BC\u09C7 \u09AC\u09C7\u09B6\u09BF \u09AC\u09BE \u09B8\u09AE\u09BE\u09A8 \u09B9\u09A4\u09C7 \u09B9\u09AC\u09C7","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0989\u099A\u09CD\u099A \u09B8\u09CD\u09B2\u09BF\u09AA\u09C7\u099C \u09B8\u09B9\u09A8\u09B6\u09C0\u09B2\u09A4\u09BE\u09B0 \u0995\u09BE\u09B0\u09A3\u09C7 \u0986\u09AA\u09A8\u09BE\u09B0 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8 \u0985\u0997\u09CD\u09B0\u09BF\u09AE \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u099D\u09C1\u0981\u0995\u09BF\u09A4\u09C7 \u09B0\u09AF\u09BC\u09C7\u099B\u09C7\u0964","Required: >= {min} {symbol}":["\u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8\u09C0\u09AF\u09BC: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8\u09C0\u09AF\u09BC: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8\u09C0\u09AF\u09BC: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8\u09C0\u09AF\u09BC: < ",["max"]," ",["symbol"]]," for network fee":" \u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09AB\u09BF \u099C\u09A8\u09CD\u09AF"," for swap":" \u0985\u09A6\u09B2\u09AC\u09A6\u09B2\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF"," for input and network fee":" \u0987\u09A8\u09AA\u09C1\u099F \u098F\u09AC\u0982 \u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09AB\u09BF \u099C\u09A8\u09CD\u09AF","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u09AA\u09CD\u09B0\u09AF\u09BC\u09CB\u099C\u09A8 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", \u0995\u09BF\u09A8\u09CD\u09A4\u09C1 \u0986\u09AA\u09A8\u09BE\u09B0 ",["blockchain"]," \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 ",["currentAmount"]," ",["symbol"]," \u0986\u099B\u09C7\u09F7"],"Waiting for other running tasks to be finished":"\u0985\u09A8\u09CD\u09AF\u09BE\u09A8\u09CD\u09AF \u099A\u09B2\u09AE\u09BE\u09A8 \u0995\u09BE\u099C \u09B8\u09AE\u09BE\u09AA\u09CD\u09A4 \u09B9\u0993\u09AF\u09BC\u09BE\u09B0 \u099C\u09A8\u09CD\u09AF \u0985\u09AA\u09C7\u0995\u09CD\u09B7\u09BE \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7","Waiting for changing wallet network":"\u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F \u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09A8\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0985\u09AA\u09C7\u0995\u09CD\u09B7\u09BE \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09B8\u09CD\u09AF\u09C1\u0987\u099A \u0995\u09B0\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF\u0964 \u0985\u09A8\u09C1\u0997\u09CD\u09B0\u09B9 \u0995\u09B0\u09C7 \u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8, \u0985\u09A5\u09AC\u09BE \u0986\u09AA\u09A8\u09BE\u09B0 \u0993\u09AF\u09BC\u09BE\u09B2\u09C7\u099F\u09C7 \u09AE\u09CD\u09AF\u09BE\u09A8\u09C1\u09AF\u09BC\u09BE\u09B2\u09BF \u09A8\u09C7\u099F\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u0995 \u09B8\u09CD\u09AF\u09C1\u0987\u099A \u0995\u09B0\u09C1\u09A8\u0964","Sunday":"\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0","Monday":"\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0","Tuesday":"\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0","Wednesday":"\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0","Thursday":"\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0","Friday":"\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0","Saturday":"\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0","Powered By":"\u09A6\u09CD\u09AC\u09BE\u09B0\u09BE \u099A\u09BE\u09B2\u09BF\u09A4","This token may involve potential security risks; proceed with caution.":"\u098F\u0987 \u099F\u09CB\u0995\u09C7\u09A8\u099F\u09BF \u09B8\u09AE\u09CD\u09AD\u09BE\u09AC\u09CD\u09AF \u09A8\u09BF\u09B0\u09BE\u09AA\u09A4\u09CD\u09A4\u09BE \u099D\u09C1\u0981\u0995\u09BF\u09B0 \u09B8\u09BE\u09A5\u09C7 \u099C\u09A1\u09BC\u09BF\u09A4 \u09A5\u09BE\u0995\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7; \u09B8\u09BE\u09AC\u09A7\u09BE\u09A8\u09A4\u09BE\u09B0 \u09B8\u09BE\u09A5\u09C7 \u098F\u0997\u09BF\u09AF\u09BC\u09C7 \u09AF\u09BE\u09A8\u0964","Aggregated Transaction":"\u09B8\u09AE\u09B7\u09CD\u099F\u09BF\u0997\u09A4 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":[["swapper"],"\u098F\u09B0 \u09AE\u09BE\u09A7\u09CD\u09AF\u09AE\u09C7 ",["fromChain"]," \u098F \u0985\u09A6\u09B2\u09AC\u09A6\u09B2 \u0995\u09B0\u09C1\u09A8\u09F7"],"Bridge from {fromChain} via {swapper}":[["fromChain"]," \u09A5\u09C7\u0995\u09C7 ",["swapper"],"\u09B9\u09AF\u09BC\u09C7 \u09B8\u09C7\u09A4\u09C1"],"Bridge to {toChain} via {swapper}":[["swapper"],"\u09B9\u09AF\u09BC\u09C7 ",["toChain"]," \u098F \u09B8\u09C7\u09A4\u09C1"],"Completed":"\u09B8\u09AE\u09CD\u09AA\u09A8\u09CD\u09A8","In progress":"\u099A\u09B2\u099B\u09C7","Waiting for the swap transaction":"\u09B8\u09CB\u09AF\u09BC\u09BE\u09AA \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0985\u09AA\u09C7\u0995\u09CD\u09B7\u09BE \u0995\u09B0\u099B\u09BF","Waiting for the bridge transaction":"\u09B8\u09C7\u09A4\u09C1 \u09B2\u09C7\u09A8\u09A6\u09C7\u09A8\u09C7\u09B0 \u099C\u09A8\u09CD\u09AF \u0985\u09AA\u09C7\u0995\u09CD\u09B7\u09BE \u0995\u09B0\u099B\u09BF","Connected Partially":"\u0986\u0982\u09B6\u09BF\u0995\u09AD\u09BE\u09AC\u09C7 \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4","Connect other chains":"\u0985\u09A8\u09CD\u09AF\u09BE\u09A8\u09CD\u09AF \u099A\u09C7\u0987\u09A8 \u09B8\u0982\u09AF\u09C1\u0995\u09CD\u09A4 \u0995\u09B0\u09C1\u09A8","Connecting ...":"\u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7...","Connecting":"\u09B8\u0982\u09AF\u09CB\u0997 \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7","Disconnected":"\u09B8\u0982\u09AF\u09CB\u0997 \u09AC\u09BF\u099A\u09CD\u099B\u09BF\u09A8\u09CD\u09A8","you need to pass a correct state to Wallet.":"\u0986\u09AA\u09A8\u09BE\u0995\u09C7 Wallet \u098F \u098F\u0995\u099F\u09BF \u09B8\u09A0\u09BF\u0995 \u0985\u09AC\u09B8\u09CD\u09A5\u09BE \u09A6\u09BF\u09A4\u09C7 \u09B9\u09AC\u09C7\u0964","There are no notifications.":"\u0995\u09CB\u09A8 \u09AC\u09BF\u099C\u09CD\u099E\u09AA\u09CD\u09A4\u09BF \u09A8\u09C7\u0987.","Clear all":"\u09B8\u09AC \u09B8\u09BE\u09AB \u0995\u09B0\u09C1\u09A8","Balance":"\u09AD\u09BE\u09B0\u09B8\u09BE\u09AE\u09CD\u09AF","Max":"\u09B8\u09B0\u09CD\u09AC\u09CB\u099A\u09CD\u099A","Select gas chain":"\u0997\u09CD\u09AF\u09BE\u09B8 \u099A\u09C7\u0987\u09A8 \u09A8\u09BF\u09B0\u09CD\u09AC\u09BE\u099A\u09A8 \u0995\u09B0\u09C1\u09A8"}`);var ti=JSON.parse(`{"No results found":"No s'han trobat resultats","Try using different keywords":"Proveu d'utilitzar paraules clau diferents","Select Chain":"Seleccioneu Cadena","All":"Tots","More +{count}":["M\xE9s +",["count"]],"Activate this tab":"Activa aquesta pestanya","Another tab is open and handles transactions.":"Una altra pestanya est\xE0 oberta i gestiona les transaccions.","Activate current tab":"Activa la pestanya actual","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Actualment, algunes transaccions s'estan executant i gestionades per una altra pestanya del navegador. Si activeu aquesta pestanya, caducaran totes les transaccions que ja estiguin al pas de signatura de la transacci\xF3.","Confirm":"Confirmeu","Your {blockchainName} wallets":["Les vostres carteres ",["blockchainName"]],"Insufficient account balance":"Saldo del compte insuficient","Proceed anyway":"Continueu igualment","You need to connect a {blockchainName} wallet.":["Heu de connectar una cartera ",["blockchainName"]," ."],"Add {chain} chain":["Afegeix ",["chain"]," cadena"],"Chain not connected":"Cadena no connectada","Show more wallets":"Mostra m\xE9s carteres","Send to a different address":"Enviar a una adre\xE7a diferent","Enter {blockchainName} address":["Introdu\xEFu l'adre\xE7a ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["L'adre\xE7a ",["destination"]," no coincideix amb el patr\xF3 d'adreces blockchain."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Aquest testimoni no forma part de la nostra llista de testimonis verificats. si us plau, verifiqueu la seva font i assegureu-vos d'entendre tots els riscos associats abans de continuar.","Import Anyway":"Importa de totes maneres","Learn More":"M\xE9s informaci\xF3","Status":"Estat","Reset":"Restableix","Cancel":"Cancel\xB7la","Refresh":"Actualitza","Notifications":"Notificacions","Settings":"Configuraci\xF3","History":"Hist\xF2ria","Connect Wallet":"Connecta Wallet","Today":"Avui","Failed Network, Please retry.":"La xarxa ha fallat, torneu-ho a provar.","Retry":"Torna-ho a provar","Add another custom token":"Afegiu un altre testimoni personalitzat","Swaps steps":"Canvia passos","Connected":"Connectat","Connection failed":"La connexi\xF3 ha fallat","See why":"Vegeu per qu\xE8","(Currently not supported)":"(Actualment no compatible)","Slippage Error":"Error de lliscament","Slippage Warning":"Av\xEDs de lliscament","Bridge Limit Error":"Error de l\xEDmit del pont","Yours: {amount} {symbol}":["El teu: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Lliscament m\xEDnim suggerit: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["El teu: ",["userSlippage"]],"See All Routes":"Veure totes les rutes","View more info":"Veure m\xE9s informaci\xF3","Gas & Fee Explanation":"Explicaci\xF3 de la tarifa i el gas","Details":"Detalls","Total Payable Fee":"Quota total a pagar","Hide non-payable fees":"Amaga les taxes no pagables","Show non-payable fees":"Mostra les taxes no pagables","Description":"Descripci\xF3","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Les tarifes seg\xFCents es tenen en compte a la sortida de la transacci\xF3 i\\n no haureu de pagar gas addicional per elles.","Swap input":"Canvia l'entrada","Estimated output":"Sortida estimada","Via:":"Via:","Chains:":"Cadenes:","Sort by":"Ordena per","Smart Routing":"Enrutament intel\xB7ligent","Lowest Fee":"Tarifa m\xE9s baixa","Fastest Transfer":"La transfer\xE8ncia m\xE9s r\xE0pida","Maximum Return":"Rendiment m\xE0xim","Maximum Output":"Sortida m\xE0xima","Swapping":"Canvi","Gas cost":"Cost del gas","Receiving":"Recepci\xF3","Price impact":"Impacte en el preu","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Heu d'augmentar el lliscament com a m\xEDnim a ",["minRequiredSlippage"]," per a aquesta ruta."],"Increase":"Augmentar","Output amount changed by {percentageChange}% (\${usdValueChange}).":["La quantitat de sortida ha canviat en ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Us recomanem que augmenteu el lliscament com a m\xEDnim a ",["minRequiredSlippage"]," per a aquesta ruta."],"Caution, your slippage is high.":"Atenci\xF3, el vostre lliscament \xE9s alt.","Change":"Canviar","High slippage":"Alt lliscament","Low slippage":"Baix lliscament","Caution, your slippage is high. Your trade may be front run.":"Atenci\xF3, el slippage \xE9s alt. La teva operaci\xF3 pot ser frontal.","Swap anyway":"Canvia de totes maneres","Change Slippage":"Canvi de lliscament","Something went wrong":"Alguna cosa va fallar","Something went wrong. Please refresh the app.":"Alguna cosa va fallar. Actualitzeu l'aplicaci\xF3.","No Routes Found":"No s'han trobat rutes","You cannot use the same token for From and To.":"No podeu utilitzar el mateix testimoni per a De i Per.","Slippage tolerance per swap":"Toler\xE0ncia de lliscament per canvi","Custom":"Personalitzat","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"La vostra transacci\xF3 es revertir\xE0 si el preu canvia desfavorablement en m\xE9s d'aquest percentatge.","Warning":"Av\xEDs","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Aquesta configuraci\xF3 s'aplica a cada pas (per exemple, 1 polzada, Thorchain, etc.), el que significa que nom\xE9s es revertir\xE0 aquest pas espec\xEDfic, no tota la ruta.","Slippage cannot be set lower than 0.01%.":"El lliscament no es pot establir per sota del 0,01%.","Caution, your slippage is high!":"Atenci\xF3, el teu lliscament \xE9s alt!","Request ID":"Sol\xB7licitud d'identificaci\xF3","Copied To Clipboard":"S'ha copiat al porta-retalls","Copy Request ID":"Copia l'identificador de sol\xB7licitud","View on Rango Explorer":"Veure a Rango Explorer","Finished at":"Acabat a les","Created at":"Creat a","Swap Details":"Detalls de l'intercanvi","Not found":"No s'ha trobat","Swap with request ID = {requestId} not found.":["Canvia amb l'ID de sol\xB7licitud = ",["requestId"]," no s'ha trobat."],"Change Network":"Canviar Xarxa","Network Changed":"La xarxa ha canviat","Network Switch Failed":"Error del commutador de xarxa","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Heu rebut ",["amount"]," ",["token"]," a la cartera ",["conciseAddress"]," de la cadena ",["chain"]," ."],"Transaction was not sent.":"La transacci\xF3 no s'ha enviat.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," el ",["blockchain"]," roman a la cartera."],"Delete":"Suprimeix","Try again":"Torna-ho a provar","View transaction":"Veure transacci\xF3","Connect":"Connecta't","Swap Successful":"Canvi amb \xE8xit","Transaction Failed":"La transacci\xF3 ha fallat","Done":"Fet","Diagnosis":"Diagn\xF2stic","See Details":"Veure Detalls","Cancel Swap":"Cancel\xB7la l'intercanvi","Are you sure you want to cancel this swap?":"Esteu segur que voleu cancel\xB7lar aquest intercanvi?","Yes, Cancel it":"S\xED, cancel\xB7la-ho","No, Continue":"No, continua","Connect {wallet}":["Connecta ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"La connexi\xF3 del teu moneder o d'algunes xarxes s'ha desconnectat. Connecta't per continuar amb l'intercanvi.","Wallet connected successfully.":"La cartera s'ha connectat correctament.","Delete Transaction":"Suprimeix la transacci\xF3","Are you sure you want to delete this swap?":"Esteu segur que voleu suprimir aquest intercanvi?","Yes, Delete it":"S\xED, esborra-ho","No, Cancel":"No, cancel\xB7la","Install {wallet}":["Instal\xB7la ",["wallet"]],"Install":"Instal\xB7lar","Try Again":"Torna-ho a intentar","Slippage:":"Lliscament:","Select Token":"Seleccioneu Token","Wallet Connected":"Wallet connectat","Your wallet is connected, you can use it to swap.":"La vostra cartera est\xE0 connectada, podeu utilitzar-la per intercanviar.","Failed to Connect":"No s'ha pogut connectar","Your wallet is not connected. Please try again.":"La teva cartera no est\xE0 connectada. Si us plau, torna-ho a provar.","Connecting to your wallet":"Connectant a la teva cartera","Click connect in your wallet popup.":"Feu clic a connectar a la finestra emergent de la cartera.","Select Derivation Path":"Seleccioneu Cam\xED de derivaci\xF3","In order to connect to {type}, you must first select a Derivation Path":["Per connectar-vos a ",["type"],", primer heu de seleccionar un cam\xED de derivaci\xF3"],"Choose Derivation Path Template":"Trieu Plantilla de cam\xED de derivaci\xF3","Enter Path":"Introdu\xEFu el cam\xED","Enter Index":"Introdu\xEFu l'\xEDndex","This wallet can only connect to one chain at a time.":"Aquesta cartera nom\xE9s es pot connectar a una cadena alhora.","Disconnect wallet":"Desconnecta la cartera","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Aquesta cartera admet diverses cadenes. Trieu quines cadenes voleu connectar o desconnectar.","Add {blockchainDisplayName} Chain":["Afegeix ",["blockchainDisplayName"]," cadena"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Vols afegir la cadena experimental ",["blockchainDisplayName"]," a la teva cartera?"],"Please approve the experimental chain pop-up in your wallet.":"Aproveu la finestra emergent de la cadena experimental a la vostra cartera.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Cadena afegida"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["La cadena ",["blockchainDisplayName"]," s'ha afegit correctament a la vostra cartera."],"Request Rejected":"Sol\xB7licitud rebutjada","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Has rebutjat afegir la cadena ",["blockchainDisplayName"]," a la teva cartera."],"Disconnect":"Desconnecta","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Aquesta cartera admet diverses cadenes. Trieu quines cadenes voleu connectar.","This wallet can only connect to one chain at a time. ":"Aquesta cartera nom\xE9s es pot connectar a una cadena alhora. ","Deselect all":"Desseleccioneu-ho tot","Select all":"Seleccioneu-ho tot","Failed Network, Please retry your swap.":"La xarxa ha fallat. Torneu a provar l'intercanvi.","Please reset your liquidity sources.":"Reinicieu les fonts de liquiditat.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Heu limitat les fonts de liquiditat i aix\xF2 pot fer que Rango no trobi cap ruta. Considereu la possibilitat de restablir les vostres fonts de liquiditat.","No Routes Found.":"No s'han trobat rutes.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Motius pels quals Rango no ha pogut trobar una ruta: poca liquiditat al testimoni, quantitat d'entrada molt baixa o no hi ha rutes disponibles per a la combinaci\xF3 de testimoni d'entrada/sortida seleccionada.","Bridge Limit Error: Please increase your amount.":"Error de l\xEDmit de pont: augmenta l'import.","Bridge Limit Error: Please decrease your amount.":"Error de l\xEDmit de pont: redu\xEFu l'import.","High Price Impact":"Alt impacte dels preus","Price impact is too high!":"L'impacte del preu \xE9s massa alt!","The price impact is significantly higher than the allowed amount.":"L'impacte del preu \xE9s significativament superior a la quantitat permesa.","Confirm high price impact":"Confirmeu l'alt impacte dels preus","Route updated and price impact is too high, try again later!":"La ruta s'ha actualitzat i l'impacte en el preu \xE9s massa alt, torna-ho a provar m\xE9s tard!","USD Price Unknown":"Preu en USD desconegut","USD Price Unknown, Cannot calculate Price Impact.":"Preu en USD desconegut, no es pot calcular l'impacte del preu.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Preu en USD desconegut, no es pot calcular l'impacte del preu. L'impacte en el preu pot ser m\xE9s gran de l'habitual. Esteu segur de continuar l'intercanvi?","Confirm USD Price Unknown":"Confirmeu el preu en USD desconegut","Swap":"Canviar","The route goes through Ethereum. Continue?":"La ruta passa per Ethereum. Continuar?","Routes":"Rutes","From":"Des de","To":"A","Light":"Llum","Dark":"Fosc","Auto":"Autom\xE0tic","Loading failed":"S'ha produ\xEFt un error en carregar","Bridges":"Ponts","Exchanges":"Intercanvis","Custom Tokens":"Fitxes personalitzades","Language":"Llengua","Infinite approval":"Aprovaci\xF3 infinita","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"L'habilitaci\xF3 del mode \\"Aprovaci\xF3 infinita\\" concedeix acc\xE9s sense restriccions als contractes intel\xB7ligents subjacents, cosa que els permet utilitzar la quantitat de testimoni aprovada sense limitacions.","Theme":"Tema","Duplicate Token":"Token duplicat","The address you entered is duplicate, please enter a new address.":"L'adre\xE7a que heu introdu\xEFt \xE9s duplicada, introdu\xEFu una adre\xE7a nova.","Token Already Exists":"El testimoni ja existeix","There's no need to add this token again because it already exists and is supported by us.":"No cal tornar a afegir aquest testimoni perqu\xE8 ja existeix i el donem suport.","Token Not Found":"No s'ha trobat el testimoni","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Ho sentim, no s'ha trobat cap testimoni a la cadena ",["blockchain"]," amb l'adre\xE7a proporcionada. si us plau, assegureu-vos que heu introdu\xEFt l'adre\xE7a de testimoni correcta."],"Network error":"Error de xarxa","An error occurred while retrieving token data.":"S'ha produ\xEFt un error en recuperar les dades del testimoni.","Add Custom Token":"Afegeix un testimoni personalitzat","Select chain":"Seleccioneu la cadena","Enter Address":"Introdu\xEFu l'adre\xE7a","Enter token address":"Introdu\xEFu l'adre\xE7a del testimoni","Import":"Importar","Confirm Swap":"Confirmeu l'intercanvi","Start Swap":"Inicia l'intercanvi","You get":"Ho aconsegueixes","Search Token":"Token de cerca","No custom tokens":"Sense fitxes personalitzades","press the button to add your custom token":"premeu el bot\xF3 per afegir el vostre testimoni personalitzat","Delete Custom Token":"Suprimeix el testimoni personalitzat","Are you sure you want to Delete this Token?":"Esteu segur que voleu suprimir aquest testimoni?","Complete":"Completa","Running":"C\xF3rrer","Failed":"Ha fallat","Refuel":"Reabastecer-se de combustible","Clear":"Clar","Search Transaction":"Cerca transacci\xF3","No transactions":"No hi ha transaccions","Your transaction history is stored locally and will appear here after you start a swap":"El vostre historial de transaccions s'emmagatzema localment i apareixer\xE0 aqu\xED despr\xE9s d'iniciar un intercanvi","Clear Transaction History":"Esborra l'historial de transaccions","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Si continueu, s'eliminaran del widget totes les transaccions reeixides i fallides. Vols continuar?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Nota: Aix\xF2 no esborra el vostre historial de transaccions a la cadena; aqu\xED nom\xE9s els elimina.","Yes, Clear the history":"S\xED, esborra l'historial","language":"llengua","Search {sourceType}":["Cerca ",["sourceType"]],"Search Chain":"Cadena de cerca","Source":"Font","Destination":"Destinaci\xF3","Swap {type}":["Canvia ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Actualment, esteu en mode campanya amb restriccions a les fonts de liquiditat. Voleu sortir d'aquest mode i fer \xFAs de totes les fonts de liquiditat disponibles?","The request ID is necessary to display the swap details.":"L'identificador de sol\xB7licitud \xE9s necessari per mostrar els detalls de l'intercanvi.","Connect Wallets":"Connecta Wallets","Choose a wallet to connect.":"Trieu una cartera per connectar-vos.","This week":"Aquesta setmana","This month":"Aquest mes","This year":"Aquest any","Slippage must be greater than or equal to 0.01":"El lliscament ha de ser superior o igual a 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"La teva transacci\xF3 corre el risc de ser liderada a causa d'una alta toler\xE0ncia al slippage.","Required: >= {min} {symbol}":["Necessari: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Necessari: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Obligatori: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Necessari: < ",["max"]," ",["symbol"]]," for network fee":" per tarifa de xarxa"," for swap":" per intercanvi"," for input and network fee":" per entrada i tarifa de xarxa","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Necessita \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", per\xF2 tens ",["currentAmount"]," ",["symbol"]," a la teva cartera ",["blockchain"]," ."],"Waiting for other running tasks to be finished":"Esperant que s'acabin altres tasques en execuci\xF3","Waiting for changing wallet network":"S'est\xE0 esperant el canvi de xarxa de cartera","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"No s'ha pogut completar el canvi de xarxa. Torneu-ho a provar o canvieu la xarxa manualment al vostre moneder.","Sunday":"diumenge","Monday":"dilluns","Tuesday":"dimarts","Wednesday":"dimecres","Thursday":"dijous","Friday":"divendres","Saturday":"dissabte","Powered By":"Desenvolupat per","This token may involve potential security risks; proceed with caution.":"Aquest testimoni pot implicar possibles riscos de seguretat; procedir amb precauci\xF3.","Aggregated Transaction":"Transacci\xF3 agregada","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Canvia a ",["fromChain"]," mitjan\xE7ant ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Pont des de ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Pont cap a ",["toChain"]," via ",["swapper"]],"Completed":"Completat","In progress":"En curs","Waiting for the swap transaction":"Esperant la transacci\xF3 de swap","Waiting for the bridge transaction":"Esperant la transacci\xF3 del pont","Connected Partially":"Connectat parcialment","Connect other chains":"Connecta altres cadenes","Connecting ...":"S'est\xE0 connectant...","Connecting":"Connectant","Disconnected":"Desconnectat","you need to pass a correct state to Wallet.":"heu de passar un estat correcte a Wallet.","There are no notifications.":"No hi ha notificacions.","Clear all":"Esborra-ho tot","Balance":"Balan\xE7","Max":"M\xE0x","Select gas chain":"Seleccioneu la cadena de gas"}`);var oi=JSON.parse(`{"No results found":"Ingen resultater fundet","Try using different keywords":"Pr\xF8v at bruge forskellige s\xF8geord","Select Chain":"V\xE6lg K\xE6de","All":"Alle","More +{count}":["Mere +",["count"]],"Activate this tab":"Aktiver denne fane","Another tab is open and handles transactions.":"En anden fane er \xE5ben og h\xE5ndterer transaktioner.","Activate current tab":"Aktiver den aktuelle fane","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"I \xF8jeblikket k\xF8rer nogle transaktioner og h\xE5ndteres af en anden browserfane. Hvis du aktiverer denne fane, vil alle transaktioner, der allerede er i transaktionstegntrinnet, udl\xF8be.","Confirm":"Bekr\xE6fte","Your {blockchainName} wallets":["Dine ",["blockchainName"]," tegneb\xF8ger"],"Insufficient account balance":"Utilstr\xE6kkelig kontosaldo","Proceed anyway":"Forts\xE6t alligevel","You need to connect a {blockchainName} wallet.":["Du skal tilslutte en ",["blockchainName"]," tegnebog."],"Add {chain} chain":["Tilf\xF8j ",["chain"]," k\xE6de"],"Chain not connected":"K\xE6de ikke forbundet","Show more wallets":"Vis flere tegneb\xF8ger","Send to a different address":"Send til en anden adresse","Enter {blockchainName} address":["Indtast ",["blockchainName"]," adresse"],"Address {destination} doesn't match the blockchain address pattern.":["Adressen ",["destination"]," matcher ikke blockchain-adressem\xF8nsteret."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Dette token er ikke en del af vores bekr\xE6ftede token-liste. bekr\xE6ft venligst kilden og s\xF8rg for at forst\xE5 alle tilknyttede risici, f\xF8r du forts\xE6tter.","Import Anyway":"Importer alligevel","Learn More":"L\xE6r mere","Status":"Status","Reset":"Nulstil","Cancel":"Oph\xE6ve","Refresh":"Opfriske","Notifications":"Meddelelser","Settings":"Indstillinger","History":"Historie","Connect Wallet":"Tilslut tegnebog","Today":"I dag","Failed Network, Please retry.":"Mislykket netv\xE6rk. Pr\xF8v venligst igen.","Retry":"Pr\xF8v igen","Add another custom token":"Tilf\xF8j endnu et brugerdefineret token","Swaps steps":"Bytter trin","Connected":"Forbundet","Connection failed":"Forbindelsen mislykkedes","See why":"Se hvorfor","(Currently not supported)":"(Underst\xF8ttes i \xF8jeblikket ikke)","Slippage Error":"Skridningsfejl","Slippage Warning":"Advarsel om glidning","Bridge Limit Error":"Brogr\xE6nsefejl","Yours: {amount} {symbol}":["Dine: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimum foresl\xE5et glidning: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Dine: ",["userSlippage"]],"See All Routes":"Se alle ruter","View more info":"Se mere info","Gas & Fee Explanation":"Gas & gebyrforklaring","Details":"Detaljer","Total Payable Fee":"Samlet betalbar gebyr","Hide non-payable fees":"Skjul ikke-betalbare gebyrer","Show non-payable fees":"Vis ikke-betalbare gebyrer","Description":"Beskrivelse","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"F\xF8lgende gebyrer tages i betragtning i transaktionens output, og\\n beh\xF8ver du ikke betale ekstra gas for dem.","Swap input":"Skift input","Estimated output":"Estimeret output","Via:":"Via:","Chains:":"K\xE6der:","Sort by":"Sorter efter","Smart Routing":"Smart Routing","Lowest Fee":"Laveste gebyr","Fastest Transfer":"Hurtigste overf\xF8rsel","Maximum Return":"Maksimal afkast","Maximum Output":"Maksimal output","Swapping":"Bytte","Gas cost":"Gas omkostninger","Receiving":"Modtager","Price impact":"Prisp\xE5virkning","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Du skal \xF8ge glidningen til mindst ",["minRequiredSlippage"]," for denne rute."],"Increase":"\xD8ge","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Outputm\xE6ngden \xE6ndret med ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Vi anbefaler, at du \xF8ger glidningen til mindst ",["minRequiredSlippage"]," for denne rute."],"Caution, your slippage is high.":"Forsigtig, din glidning er h\xF8j.","Change":"Forandring","High slippage":"H\xF8j glidning","Low slippage":"Lav glidning","Caution, your slippage is high. Your trade may be front run.":"Forsigtig, din slipage er h\xF8j. Din handel kan v\xE6re en frontrun.","Swap anyway":"Byt alligevel","Change Slippage":"\xC6ndringsglidning","Something went wrong":"Noget gik galt","Something went wrong. Please refresh the app.":"Noget gik galt. Opdater venligst appen.","No Routes Found":"Ingen ruter fundet","You cannot use the same token for From and To.":"Du kan ikke bruge det samme token til Fra og Til.","Slippage tolerance per swap":"Skridtolerance pr. swap","Custom":"Skik","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Din transaktion vil blive tilbagef\xF8rt, hvis prisen \xE6ndres ugunstigt med mere end denne procentdel.","Warning":"Advarsel","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Denne indstilling anvendes p\xE5 hvert trin (f.eks. 1 tomme, Thorchain osv.), hvilket betyder, at kun det specifikke trin vil blive vendt tilbage, ikke hele ruten.","Slippage cannot be set lower than 0.01%.":"Slippage kan ikke s\xE6ttes lavere end 0,01 %.","Caution, your slippage is high!":"Forsigtig, din slip er h\xF8j!","Request ID":"Anmod om ID","Copied To Clipboard":"Kopieret til udklipsholder","Copy Request ID":"Kopi\xE9r anmodnings-id","View on Rango Explorer":"Se p\xE5 Rango Explorer","Finished at":"Afsluttet kl","Created at":"Oprettet kl","Swap Details":"Byt detaljer","Not found":"Ikke fundet","Swap with request ID = {requestId} not found.":["Byt med anmodnings-id = ",["requestId"]," ikke fundet."],"Change Network":"Skift netv\xE6rk","Network Changed":"Netv\xE6rk \xE6ndret","Network Switch Failed":"Netv\xE6rksskift mislykkedes","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Du har modtaget ",["amount"]," ",["token"]," i ",["conciseAddress"]," tegnebog p\xE5 ",["chain"]," k\xE6den."],"Transaction was not sent.":"Transaktionen blev ikke sendt.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," p\xE5 ",["blockchain"]," forbliver i din tegnebog."],"Delete":"Slet","Try again":"Pr\xF8v igen","View transaction":"Se transaktion","Connect":"Forbinde","Swap Successful":"Swap vellykket","Transaction Failed":"Transaktion mislykkedes","Done":"F\xE6rdig","Diagnosis":"Diagnose","See Details":"Se detaljer","Cancel Swap":"Annuller Swap","Are you sure you want to cancel this swap?":"Er du sikker p\xE5, at du vil annullere dette bytte?","Yes, Cancel it":"Ja, annuller det","No, Continue":"Nej, forts\xE6t","Connect {wallet}":["Forbind ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Forbindelsen til din tegnebog eller nogle netv\xE6rk er blevet afbrudt. Opret forbindelse for at forts\xE6tte byttet.","Wallet connected successfully.":"Wallet er tilsluttet.","Delete Transaction":"Slet transaktion","Are you sure you want to delete this swap?":"Er du sikker p\xE5, at du vil slette denne swap?","Yes, Delete it":"Ja, slet det","No, Cancel":"Nej, annuller","Install {wallet}":["Installer ",["wallet"]],"Install":"Installere","Try Again":"Pr\xF8v igen","Slippage:":"Glidning:","Select Token":"V\xE6lg Token","Wallet Connected":"Tegnebog tilsluttet","Your wallet is connected, you can use it to swap.":"Din tegnebog er tilsluttet, du kan bruge den til at bytte.","Failed to Connect":"Kunne ikke oprette forbindelse","Your wallet is not connected. Please try again.":"Din tegnebog er ikke tilsluttet. Pr\xF8v venligst igen.","Connecting to your wallet":"Tilslutning til din tegnebog","Click connect in your wallet popup.":"Klik p\xE5 tilslut i din tegnebogs popup.","Select Derivation Path":"V\xE6lg Afledningssti","In order to connect to {type}, you must first select a Derivation Path":["For at oprette forbindelse til ",["type"],"skal du f\xF8rst v\xE6lge en afledningssti"],"Choose Derivation Path Template":"V\xE6lg Afledningsstiskabelon","Enter Path":"Indtast sti","Enter Index":"Indtast indeks","This wallet can only connect to one chain at a time.":"Denne tegnebog kan kun oprette forbindelse til \xE9n k\xE6de ad gangen.","Disconnect wallet":"Afbryd tegnebogen","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Denne tegnebog underst\xF8tter flere k\xE6der. V\xE6lg hvilke k\xE6der du vil forbinde eller afbryde.","Add {blockchainDisplayName} Chain":["Tilf\xF8j ",["blockchainDisplayName"]," k\xE6de"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Kunne du t\xE6nke dig at tilf\xF8je ",["blockchainDisplayName"]," eksperimentelle k\xE6de til din tegnebog?"],"Please approve the experimental chain pop-up in your wallet.":"Godkend venligst den eksperimentelle k\xE6de-pop-up i din tegnebog.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," K\xE6de tilf\xF8jet"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," -k\xE6den er blevet tilf\xF8jet til din tegnebog."],"Request Rejected":"Anmodning afvist","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Du har afvist at tilf\xF8je ",["blockchainDisplayName"]," -k\xE6den til din tegnebog."],"Disconnect":"Afbryde","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Denne tegnebog underst\xF8tter flere k\xE6der. V\xE6lg hvilke k\xE6der du vil forbinde.","This wallet can only connect to one chain at a time. ":"Denne tegnebog kan kun oprette forbindelse til \xE9n k\xE6de ad gangen. ","Deselect all":"Frav\xE6lg alle","Select all":"V\xE6lg alle","Failed Network, Please retry your swap.":"Mislykket netv\xE6rk. Pr\xF8v venligst at bytte igen.","Please reset your liquidity sources.":"Nulstil venligst dine likviditetskilder.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Du har begr\xE6nset likviditetskilderne, og det kan resultere i, at Rango ikke finder nogen ruter. Overvej venligst at nulstille dine likviditetskilder.","No Routes Found.":"Ingen ruter fundet.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\xC5rsager til, at Rango ikke kunne finde en rute: lav likviditet p\xE5 token, meget lavt inputbel\xF8b eller ingen tilg\xE6ngelige ruter for den valgte input/output token-kombination.","Bridge Limit Error: Please increase your amount.":"Bridge Limit Error: For\xF8g venligst dit bel\xF8b.","Bridge Limit Error: Please decrease your amount.":"Bridge Limit Error: Reducer venligst dit bel\xF8b.","High Price Impact":"H\xF8j prisp\xE5virkning","Price impact is too high!":"Prisp\xE5virkningen er for h\xF8j!","The price impact is significantly higher than the allowed amount.":"Prisp\xE5virkningen er v\xE6sentligt h\xF8jere end det tilladte bel\xF8b.","Confirm high price impact":"Bekr\xE6ft h\xF8j prisp\xE5virkning","Route updated and price impact is too high, try again later!":"Ruten er opdateret, og prisp\xE5virkningen er for h\xF8j. Pr\xF8v igen senere!","USD Price Unknown":"USD Pris ukendt","USD Price Unknown, Cannot calculate Price Impact.":"USD-pris ukendt, kan ikke beregne prisp\xE5virkning.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD-pris ukendt, kan ikke beregne prisp\xE5virkning. Prisp\xE5virkningen kan v\xE6re h\xF8jere end normalt. Er du sikker p\xE5 at du vil forts\xE6tte byttet?","Confirm USD Price Unknown":"Bekr\xE6ft USD-pris ukendt","Swap":"Byt","The route goes through Ethereum. Continue?":"Ruten g\xE5r gennem Ethereum. Forts\xE6tte?","Routes":"Ruter","From":"Fra","To":"Til","Light":"Lys","Dark":"M\xF8rk","Auto":"Auto","Loading failed":"Indl\xE6sning mislykkedes","Bridges":"Broer","Exchanges":"Udvekslinger","Custom Tokens":"Brugerdefinerede tokens","Language":"Sprog","Infinite approval":"Uendelig godkendelse","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Aktivering af tilstanden 'Uendelig godkendelse' giver ubegr\xE6nset adgang til underliggende smarte kontrakter, hvilket giver dem mulighed for at bruge det godkendte tokenbel\xF8b uden begr\xE6nsninger.","Theme":"Tema","Duplicate Token":"Dublet token","The address you entered is duplicate, please enter a new address.":"Den adresse du indtastede er dublet, indtast venligst en ny adresse.","Token Already Exists":"Token findes allerede","There's no need to add this token again because it already exists and is supported by us.":"Der er ingen grund til at tilf\xF8je dette token igen, fordi det allerede eksisterer og underst\xF8ttes af os.","Token Not Found":"Token ikke fundet","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Beklager, der blev ikke fundet noget token p\xE5 ",["blockchain"]," -k\xE6den med den angivne adresse. S\xF8rg for, at du har indtastet den rigtige token-adresse."],"Network error":"Netv\xE6rksfejl","An error occurred while retrieving token data.":"Der opstod en fejl under hentning af tokendata.","Add Custom Token":"Tilf\xF8j tilpasset token","Select chain":"V\xE6lg k\xE6de","Enter Address":"Indtast adresse","Enter token address":"Indtast token-adresse","Import":"Importere","Confirm Swap":"Bekr\xE6ft Swap","Start Swap":"Start Swap","You get":"Du f\xE5r","Search Token":"S\xF8g token","No custom tokens":"Ingen brugerdefinerede tokens","press the button to add your custom token":"tryk p\xE5 knappen for at tilf\xF8je dit brugerdefinerede token","Delete Custom Token":"Slet brugerdefineret token","Are you sure you want to Delete this Token?":"Er du sikker p\xE5, at du vil slette dette token?","Complete":"Komplet","Running":"L\xF8b","Failed":"Mislykkedes","Refuel":"Tanke op","Clear":"Klar","Search Transaction":"S\xF8g transaktion","No transactions":"Ingen transaktioner","Your transaction history is stored locally and will appear here after you start a swap":"Din transaktionshistorik gemmes lokalt og vises her, n\xE5r du har startet en swap","Clear Transaction History":"Ryd transaktionshistorik","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Hvis du forts\xE6tter, fjernes alle vellykkede og mislykkede transaktioner fra widgetten. Vil du forts\xE6tte?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Bem\xE6rk: Dette sletter ikke din transaktionshistorik p\xE5 k\xE6den; det fjerner dem kun her.","Yes, Clear the history":"Ja, Ryd historikken","language":"sprog","Search {sourceType}":["S\xF8g ",["sourceType"]],"Search Chain":"S\xF8gek\xE6de","Source":"Kilde","Destination":"Bestemmelsessted","Swap {type}":["Byt ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"I \xF8jeblikket er du i kampagnetilstand med begr\xE6nsninger p\xE5 likviditetskilder. Vil du skifte ud af denne tilstand og g\xF8re brug af alle tilg\xE6ngelige likviditetskilder?","The request ID is necessary to display the swap details.":"Anmodnings-id'et er n\xF8dvendigt for at vise bytteoplysningerne.","Connect Wallets":"Tilslut tegneb\xF8ger","Choose a wallet to connect.":"V\xE6lg en tegnebog at forbinde.","This week":"Denne uge","This month":"Denne m\xE5ned","This year":"I \xE5r","Slippage must be greater than or equal to 0.01":"Glidning skal v\xE6re st\xF8rre end eller lig med 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Din transaktion er i risiko for at blive frontrun p\xE5 grund af h\xF8j slippage-tolerance.","Required: >= {min} {symbol}":["P\xE5kr\xE6vet: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["P\xE5kr\xE6vet: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["P\xE5kr\xE6vet: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["P\xE5kr\xE6vet: < ",["max"]," ",["symbol"]]," for network fee":" mod netv\xE6rksafgift"," for swap":" til bytte"," for input and network fee":" for input og netv\xE6rksgebyr","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Har brug for \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", men du har ",["currentAmount"]," ",["symbol"]," i din ",["blockchain"]," tegnebog."],"Waiting for other running tasks to be finished":"Venter p\xE5, at andre k\xF8rende opgaver er f\xE6rdige","Waiting for changing wallet network":"Venter p\xE5 at skifte tegnebogsnetv\xE6rk","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Netv\xE6rksskiftet kunne ikke gennemf\xF8res. Pr\xF8v igen, eller skift netv\xE6rk manuelt i din tegnebog.","Sunday":"s\xF8ndag","Monday":"mandag","Tuesday":"tirsdag","Wednesday":"onsdag","Thursday":"torsdag","Friday":"fredag","Saturday":"l\xF8rdag","Powered By":"Drevet af","This token may involve potential security risks; proceed with caution.":"Dette token kan involvere potentielle sikkerhedsrisici; forts\xE6t med forsigtighed.","Aggregated Transaction":"Aggregeret transaktion","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Byt p\xE5 ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Bro fra ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Bro til ",["toChain"]," via ",["swapper"]],"Completed":"F\xE6rdiggjort","In progress":"I gang","Waiting for the swap transaction":"Venter p\xE5 byttetransaktionen","Waiting for the bridge transaction":"Venter p\xE5 brotransaktionen","Connected Partially":"Delvist forbundet","Connect other chains":"Forbind andre k\xE6der","Connecting ...":"Opretter forbindelse...","Connecting":"Forbinder","Disconnected":"Afbrudt","you need to pass a correct state to Wallet.":"du skal sende en korrekt tilstand til Wallet.","There are no notifications.":"Der er ingen meddelelser.","Clear all":"Ryd alle","Balance":"Balance","Max":"Maks","Select gas chain":"V\xE6lg gask\xE6de"}`);var ni=JSON.parse(`{"No results found":"Keine Ergebnisse gefunden","Try using different keywords":"Versuchen Sie, andere Stichw\xF6rter zu verwenden","Select Chain":"Kette ausw\xE4hlen","All":"Alle","More +{count}":["Mehr +",["count"]],"Activate this tab":"Diesen Tab aktivieren","Another tab is open and handles transactions.":"Ein weiterer Tab ist ge\xF6ffnet und bearbeitet Transaktionen.","Activate current tab":"Aktuellen Tab aktivieren","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Derzeit laufen einige Transaktionen und werden von einem anderen Browser-Tab abgewickelt. Wenn Sie diesen Tab aktivieren, werden alle Transaktionen, die sich bereits im Schritt zum Transaktionszeichen befinden, ablaufen.","Confirm":"Best\xE4tigen","Your {blockchainName} wallets":["Ihre ",["blockchainName"]," Wallets"],"Insufficient account balance":"Unzureichender Kontostand","Proceed anyway":"Trotzdem fortfahren","You need to connect a {blockchainName} wallet.":["Sie m\xFCssen eine ",["blockchainName"]," Wallet verbinden."],"Add {chain} chain":[["chain"]," Kette hinzuf\xFCgen"],"Chain not connected":"Kette nicht verbunden","Show more wallets":"Mehr Brieftaschen anzeigen","Send to a different address":"An eine andere Adresse senden","Enter {blockchainName} address":[["blockchainName"]," Adresse eingeben"],"Address {destination} doesn't match the blockchain address pattern.":["Adresse ",["destination"]," stimmt nicht mit dem Blockchain-Adressmuster \xFCberein."],"via":"\xFCber","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Dieses Token ist nicht Teil unserer Liste verifizierter Token. Bitte \xFCberpr\xFCfen Sie die Quelle und stellen Sie sicher, dass Sie alle damit verbundenen Risiken verstehen, bevor Sie fortfahren.","Import Anyway":"Trotzdem importieren","Learn More":"Mehr erfahren","Status":"Status","Reset":"Reset","Cancel":"Abbrechen","Refresh":"Aktualisieren","Notifications":"Benachrichtigungen","Settings":"Einstellungen","History":"Verlauf","Connect Wallet":"Wallet verbinden","Today":"Heute","Failed Network, Please retry.":"Fehlgeschlagenes Netzwerk, bitte erneut versuchen.","Retry":"Wiederholen","Add another custom token":"Neues benutzerdefiniertes Token hinzuf\xFCgen","Swaps steps":"Swaps Schritte","Connected":"Verbunden","Connection failed":"Verbindung fehlgeschlagen","See why":"Erfahren Sie, warum","(Currently not supported)":"(Derzeit nicht unterst\xFCtzt)","Slippage Error":"Slippage Fehler","Slippage Warning":"Slippage Warnung","Bridge Limit Error":"Br\xFCckenbegrenzungsfehler","Yours: {amount} {symbol}":["Ihre: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Empfohlener Mindestschlupf: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Ihre: ",["userSlippage"]],"See All Routes":"Alle Routen anzeigen","View more info":"Mehr Infos anzeigen","Gas & Fee Explanation":"Gas- & Geb\xFChrenerkl\xE4rung","Details":"Details","Total Payable Fee":"Gesamtgeb\xFChr","Hide non-payable fees":"Nicht zu zahlende Geb\xFChren ausblenden","Show non-payable fees":"Nicht zahlbare Geb\xFChren anzeigen","Description":"Beschreibung","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Die folgenden Geb\xFChren werden in der Transaktionsleistung ber\xFCcksichtigt und\\n Sie brauchen kein zus\xE4tzliches Gas daf\xFCr zu bezahlen.","Swap input":"Swap input","Estimated output":"Gesch\xE4tzte Ausgabe","Via:":"Via:","Chains:":"Ketten:","Sort by":"Sortieren nach","Smart Routing":"Intelligente Routing","Lowest Fee":"Niedrigste Geb\xFChr","Fastest Transfer":"Schnellste \xDCbertragung","Maximum Return":"Maximale Retoure","Maximum Output":"Maximale Ausgabe","Swapping":"Swapping","Gas cost":"Gaskosten","Receiving":"Empfangen","Price impact":"Preisauswirkung","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Sie m\xFCssen den Slippage f\xFCr diese Route auf mindestens ",["minRequiredSlippage"]," erh\xF6hen."],"Increase":"Zunahme","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Ausgabemenge um ",["percentageChange"],"% ($",["usdValueChange"],") ge\xE4ndert."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Wir empfehlen Ihnen, den Slippage auf mindestens ",["minRequiredSlippage"]," f\xFCr diese Route zu erh\xF6hen."],"Caution, your slippage is high.":"Vorsicht, Ihre Slippage ist hoch.","Change":"\xC4ndern","High slippage":"Hoher Slippage","Low slippage":"Niedrige Slippage","Caution, your slippage is high. Your trade may be front run.":"Achtung, Ihr Slippage ist hoch. Ihr Trade k\xF6nnte ein Front Run sein.","Swap anyway":"Trotzdem tauschen","Change Slippage":"\xC4nderungsschlupf","Something went wrong":"Etwas ist schief gelaufen","Something went wrong. Please refresh the app.":"Etwas ist schief gelaufen. Bitte aktualisieren Sie die App.","No Routes Found":"Keine Routen gefunden","You cannot use the same token for From and To.":"Sie k\xF6nnen f\xFCr \u201EVon\u201C und \u201EAn\u201C nicht dasselbe Token verwenden.","Slippage tolerance per swap":"Slippage Toleranz pro Tausch","Custom":"Eigene","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Ihre Transaktion wird r\xFCckg\xE4ngig gemacht, wenn sich der Preis ung\xFCnstig um mehr als diesen Prozentsatz \xE4ndert.","Warning":"Warnung","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Diese Einstellung wird auf jeden Schritt angewendet (z.B. 1Inch, Thorchain, etc.), was bedeutet, dass nur ein bestimmter Schritt r\xFCckg\xE4ngig gemacht wird, nicht die gesamte Route.","Slippage cannot be set lower than 0.01%.":"Der Schlupf kann nicht niedriger als 0,01 % eingestellt werden.","Caution, your slippage is high!":"Achtung, Ihr Slippage ist hoch!","Request ID":"Anfrage-ID","Copied To Clipboard":"In Zwischenablage kopiert","Copy Request ID":"Anfrage-ID kopieren","View on Rango Explorer":"Auf Rango Explorer anzeigen","Finished at":"Beendet am","Created at":"Erstellt am","Swap Details":"Swap-Details","Not found":"Nicht gefunden","Swap with request ID = {requestId} not found.":["Swap mit Request ID = ",["requestId"]," nicht gefunden."],"Change Network":"Netzwerk \xE4ndern","Network Changed":"Netzwerk ge\xE4ndert","Network Switch Failed":"Netzwerk-Switch fehlgeschlagen","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Sie haben ",["amount"]," ",["token"]," in ",["conciseAddress"]," Wallet auf ",["chain"]," Kette erhalten."],"Transaction was not sent.":"Transaktion wurde nicht versendet.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," auf ",["blockchain"]," verbleibt in Ihrer Brieftasche."],"Delete":"L\xF6schen","Try again":"Erneut versuchen","View transaction":"Transaktion anzeigen","Connect":"Verbinden","Swap Successful":"Tausch erfolgreich","Transaction Failed":"Transaktion fehlgeschlagen","Done":"Fertig","Diagnosis":"Diagnose","See Details":"Details ansehen","Cancel Swap":"Tausch abbrechen","Are you sure you want to cancel this swap?":"Sind Sie sicher, dass Sie diesen Swap abbrechen m\xF6chten?","Yes, Cancel it":"Ja, abbrechen","No, Continue":"Nein, Fortfahren","Connect {wallet}":["Verbinden ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Die Verbindung zu Ihrem Wallet oder einigen Netzwerken wurde getrennt. Stellen Sie eine Verbindung her, um den Tausch fortzusetzen.","Wallet connected successfully.":"Wallet erfolgreich verbunden.","Delete Transaction":"Transaktion l\xF6schen","Are you sure you want to delete this swap?":"Sind Sie sicher, dass Sie diesen Swap l\xF6schen m\xF6chten?","Yes, Delete it":"Ja, l\xF6schen","No, Cancel":"Nein, abbrechen","Install {wallet}":["Installieren Sie ",["wallet"]],"Install":"Installieren","Try Again":"Versuchen Sie es erneut","Slippage:":"Schlupf:","Select Token":"Token ausw\xE4hlen","Wallet Connected":"Wallet verbunden","Your wallet is connected, you can use it to swap.":"Ihre Brieftasche ist verbunden, Sie k\xF6nnen sie zum Tausch verwenden.","Failed to Connect":"Verbindung fehlgeschlagen","Your wallet is not connected. Please try again.":"Ihre Brieftasche ist nicht verbunden. Bitte versuchen Sie es erneut.","Connecting to your wallet":"Verbinde mit Ihrer Brieftasche","Click connect in your wallet popup.":"Klicken Sie in Ihrem Wallet-Popup auf Verbinden.","Select Derivation Path":"Ableitungspfad ausw\xE4hlen","In order to connect to {type}, you must first select a Derivation Path":["Um eine Verbindung zu ",["type"],"herzustellen, m\xFCssen Sie zuerst einen Derivationspfad ausw\xE4hlen"],"Choose Derivation Path Template":"W\xE4hlen Sie Derivationspfad Vorlage","Enter Path":"Pfad eingeben","Enter Index":"Index eingeben","This wallet can only connect to one chain at a time.":"Diese Brieftasche kann jeweils nur mit einer Kette verbunden werden.","Disconnect wallet":"Wallet trennen","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Dieses Wallet unterst\xFCtzt mehrere Chains. W\xE4hlen Sie aus, welche Chains Sie verbinden oder trennen m\xF6chten.","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," Kette hinzuf\xFCgen"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["M\xF6chten Sie die experimentelle Kette ",["blockchainDisplayName"]," zu Ihrer Wallet hinzuf\xFCgen?"],"Please approve the experimental chain pop-up in your wallet.":"Bitte genehmigen Sie das experimentelle Kettenpopup in Ihrer Brieftasche.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Kette hinzugef\xFCgt"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Die ",["blockchainDisplayName"]," Kette wurde erfolgreich zur Brieftasche hinzugef\xFCgt."],"Request Rejected":"Anfrage abgelehnt","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Sie haben das Hinzuf\xFCgen von ",["blockchainDisplayName"]," Kette zu Ihrer Brieftasche abgelehnt."],"Disconnect":"Verbindung trennen","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Dieses Wallet unterst\xFCtzt mehrere Chains. W\xE4hlen Sie die Chains aus, die Sie verbinden m\xF6chten.","This wallet can only connect to one chain at a time. ":"Diese Brieftasche kann jeweils nur mit einer Kette verbunden werden. ","Deselect all":"Alle abw\xE4hlen","Select all":"Alles ausw\xE4hlen","Failed Network, Please retry your swap.":"Netzwerk fehlgeschlagen, bitte versuche deinen Swap.","Please reset your liquidity sources.":"Bitte setzen Sie Ihre Liquidit\xE4tsquellen zur\xFCck.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Sie haben die Liquidit\xE4tsquellen begrenzt und dies k\xF6nnte dazu f\xFChren, dass Rango keine Routen findet. Bitte \xFCberlegen Sie Ihre Liquidit\xE4tsquellen zur\xFCckzusetzen.","No Routes Found.":"Keine Routen gefunden.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Gr\xFCnde warum Rango keine Route finden konnte: geringe Liquidit\xE4t beim Token, sehr geringe Eingabeaufforderung oder keine Routen f\xFCr die gew\xE4hlte Kombination aus Ein-/Ausgabe-Token.","Bridge Limit Error: Please increase your amount.":"Bridge-Limit-Fehler: Bitte erh\xF6hen Sie Ihren Betrag.","Bridge Limit Error: Please decrease your amount.":"Br\xFCckenbegrenzung Fehler: Bitte verringern Sie Ihren Betrag.","High Price Impact":"Hohe Preisbelastung","Price impact is too high!":"Preisauswirkungen sind zu hoch!","The price impact is significantly higher than the allowed amount.":"Die Preisauswirkungen sind deutlich h\xF6her als der zul\xE4ssige Betrag.","Confirm high price impact":"Best\xE4tigen Sie den hohen Preisaussto\xDF","Route updated and price impact is too high, try again later!":"Route aktualisiert und Preis Auswirkungen ist zu hoch, versuchen Sie es sp\xE4ter noch einmal!","USD Price Unknown":"USD Preis unbekannt","USD Price Unknown, Cannot calculate Price Impact.":"USD-Preis unbekannt, Preisauswirkungen k\xF6nnen nicht berechnet werden.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD-Preis unbekannt, Preisauswirkungen k\xF6nnen nicht berechnet werden. Der Preisaussto\xDF kann h\xF6her sein als \xFCblich. M\xF6chten Sie den Swap wirklich fortsetzen?","Confirm USD Price Unknown":"USD-Preis unbekannt best\xE4tigen","Swap":"Tausch","The route goes through Ethereum. Continue?":"Die Route geht durch Ethereum. Weiter?","Routes":"Routen","From":"Von","To":"An","Light":"Hell","Dark":"Dunkel","Auto":"Auto","Loading failed":"Laden fehlgeschlagen","Bridges":"Br\xFCcken","Exchanges":"Austausche","Custom Tokens":"Eigene Token","Language":"Sprache","Infinite approval":"Unendliche Genehmigung","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Das Aktivieren des \\"Infinite Advisval\\"-Modus gew\xE4hrt uneingeschr\xE4nkten Zugriff auf zugrunde liegende Smart-Vertr\xE4ge, was es ihnen erlaubt, den genehmigten Tokenbetrag uneingeschr\xE4nkt zu nutzen.","Theme":"Thema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"Die eingegebene Adresse ist doppelt, bitte geben Sie eine neue Adresse ein.","Token Already Exists":"Token existiert bereits","There's no need to add this token again because it already exists and is supported by us.":"Es ist nicht n\xF6tig, dieses Token erneut hinzuzuf\xFCgen, da es bereits existiert und von uns unterst\xFCtzt wird.","Token Not Found":"Token nicht gefunden","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Leider wurde kein Token in der ",["blockchain"]," Kette mit der angegebenen Adresse gefunden. Bitte stellen Sie sicher, dass Sie die richtige Token-Adresse eingegeben haben."],"Network error":"Netzwerkfehler","An error occurred while retrieving token data.":"Beim Abrufen der Tokendaten ist ein Fehler aufgetreten.","Add Custom Token":"Token hinzuf\xFCgen","Select chain":"Kette ausw\xE4hlen","Enter Address":"Adresse eingeben","Enter token address":"Token Adresse eingeben","Import":"Importieren","Confirm Swap":"Swap best\xE4tigen","Start Swap":"Swap starten","You get":"Du bekommst","Search Token":"Such-Token","No custom tokens":"Keine benutzerdefinierten Token","press the button to add your custom token":"dr\xFCcken Sie die Schaltfl\xE4che, um Ihr benutzerdefiniertes Token hinzuzuf\xFCgen","Delete Custom Token":"Benutzerdefiniertes Token l\xF6schen","Are you sure you want to Delete this Token?":"Sind Sie sicher, dass Sie dieses Token l\xF6schen m\xF6chten?","Complete":"Complete","Running":"Laufend","Failed":"Fehler","Refuel":"Tanken","Clear":"Leeren","Search Transaction":"Transaktion durchsuchen","No transactions":"Keine Transaktionen","Your transaction history is stored locally and will appear here after you start a swap":"Ihr Transaktionsverlauf wird lokal gespeichert und erscheint hier, nachdem Sie einen Swap gestartet haben","Clear Transaction History":"Transaktionsverlauf l\xF6schen","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Fortfahren wird alle erfolgreichen und fehlgeschlagenen Transaktionen vom Widget entfernen. M\xF6chten Sie fortfahren?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Hinweis: Dies l\xF6scht nicht Ihren Transaktionsverlauf auf der Kette, sondern entfernt ihn nur hier.","Yes, Clear the history":"Ja, den Verlauf l\xF6schen","language":"sprache","Search {sourceType}":["Suche ",["sourceType"]],"Search Chain":"Suchkette","Source":"Quelle","Destination":"Ziel","Swap {type}":[["type"]," tauschen"],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Derzeit sind Sie im Kampagnenmodus mit Beschr\xE4nkungen f\xFCr Liquidit\xE4tsquellen. M\xF6chten Sie aus diesem Modus ausschalten und alle verf\xFCgbaren Liquidit\xE4tsquellen nutzen?","The request ID is necessary to display the swap details.":"Die Request-ID ist notwendig, um die Swap-Details anzuzeigen.","Connect Wallets":"Wallets verbinden","Choose a wallet to connect.":"Wallet zum Verbinden ausw\xE4hlen.","This week":"Diese Woche","This month":"Diesen Monat","This year":"Dieses Jahr","Slippage must be greater than or equal to 0.01":"Der Schlupf muss gr\xF6\xDFer oder gleich 0,01 sein","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Aufgrund der hohen Slippage-Toleranz besteht bei Ihrer Transaktion das Risiko eines Frontruns.","Required: >= {min} {symbol}":["Erforderlich: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Erforderlich: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Erforderlich: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Erforderlich: < ",["max"]," ",["symbol"]]," for network fee":" f\xFCr Netzwerkgeb\xFChr"," for swap":" f\xFCr Tausch"," for input and network fee":" f\xFCr Eingabe und Netzwerkgeb\xFChr","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Ben\xF6tigt <unk> ",["requiredAmount"]," ",["symbol"],["reason"],", aber Sie haben ",["currentAmount"]," ",["symbol"]," in Ihrem ",["blockchain"]," Wallet."],"Waiting for other running tasks to be finished":"Warte auf Beendigung anderer laufender Aufgaben","Waiting for changing wallet network":"Warte auf \xC4nderung des Wallet-Netzwerks","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Der Netzwerkwechsel konnte nicht abgeschlossen werden. Bitte versuchen Sie es erneut oder wechseln Sie das Netzwerk manuell in Ihrer Wallet.","Sunday":"Sonntag","Monday":"Montag","Tuesday":"Dienstag","Wednesday":"Mittwoch","Thursday":"Donnerstag","Friday":"Freitag","Saturday":"Samstag","Powered By":"Powered by","This token may involve potential security risks; proceed with caution.":"Dieses Token kann potenzielle Sicherheitsrisiken bergen. Gehen Sie daher vorsichtig vor.","Aggregated Transaction":"Gesamte Transaktion","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Tausch auf ",["fromChain"]," \xFCber ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Br\xFCcke von ",["fromChain"]," \xFCber ",["swapper"]],"Bridge to {toChain} via {swapper}":["Br\xFCcke zu ",["toChain"]," \xFCber ",["swapper"]],"Completed":"Abgeschlossen","In progress":"In Bearbeitung","Waiting for the swap transaction":"Warten auf die Swap-Transaktion","Waiting for the bridge transaction":"Warten auf die Br\xFCckentransaktion","Connected Partially":"Teilweise verbunden","Connect other chains":"Verbinden Sie andere Ketten","Connecting ...":"Verbinde ...","Connecting":"Verbinden","Disconnected":"Verbindung getrennt","you need to pass a correct state to Wallet.":"Sie m\xFCssen einen korrekten Zustand an Wallet \xFCbergeben.","There are no notifications.":"Keine Benachrichtigungen vorhanden.","Clear all":"Alles l\xF6schen","Balance":"Saldo","Max":"Max.","Select gas chain":"Gaskette ausw\xE4hlen"}`);var ii=JSON.parse(`{"No results found":"\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1","Try using different keywords":"\u0394\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03AD\u03C2 \u03BB\u03AD\u03BE\u03B5\u03B9\u03C2-\u03BA\u03BB\u03B5\u03B9\u03B4\u03B9\u03AC","Select Chain":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u0391\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1\u03C2","All":"\u038C\u03BB\u03B1","More +{count}":["\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 +",["count"]],"Activate this tab":"\u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C5\u03C4\u03AE\u03C2 \u03C4\u03B7\u03C2 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1\u03C2","Another tab is open and handles transactions.":"\u039C\u03B9\u03B1 \u03AC\u03BB\u03BB\u03B7 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03AE \u03BA\u03B1\u03B9 \u03C7\u03B5\u03B9\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2.","Activate current tab":"\u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1\u03C2","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0395\u03C0\u03AF \u03C4\u03BF\u03C5 \u03C0\u03B1\u03C1\u03CC\u03BD\u03C4\u03BF\u03C2, \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 \u03B5\u03BA\u03C4\u03B5\u03BB\u03BF\u03CD\u03BD\u03C4\u03B1\u03B9 \u03BA\u03B1\u03B9 \u03B1\u03BD\u03C4\u03B9\u03BC\u03B5\u03C4\u03C9\u03C0\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03AC\u03BB\u03BB\u03B7 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1 \u03C0\u03B5\u03C1\u03B9\u03B7\u03B3\u03B7\u03C4\u03AE. \u0395\u03AC\u03BD \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03AE\u03BD \u03C4\u03B7\u03BD \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1, \u03CC\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 \u03C0\u03BF\u03C5 \u03B2\u03C1\u03AF\u03C3\u03BA\u03BF\u03BD\u03C4\u03B1\u03B9 \u03AE\u03B4\u03B7 \u03C3\u03C4\u03BF \u03B2\u03AE\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03C3\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2 \u03B8\u03B1 \u03BB\u03AE\u03BE\u03BF\u03C5\u03BD.","Confirm":"\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7","Your {blockchainName} wallets":["\u03A4\u03B1 ",["blockchainName"]," \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9\u03B1 \u03C3\u03B1\u03C2"],"Insufficient account balance":"\u0391\u03BD\u03B5\u03C0\u03B1\u03C1\u03BA\u03AD\u03C2 \u03C5\u03C0\u03CC\u03BB\u03BF\u03B9\u03C0\u03BF \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03BF\u03CD","Proceed anyway":"\u03A3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03C4\u03B5 \u03BF\u03CD\u03C4\u03C9\u03C2 \u03AE \u03AC\u03BB\u03BB\u03C9\u03C2","You need to connect a {blockchainName} wallet.":["\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 ",["blockchainName"]," \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9."],"Add {chain} chain":["\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 ",["chain"]," \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1\u03C2"],"Chain not connected":"\u0397 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03B7","Show more wallets":"\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03C9\u03BD \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03CE\u03BD","Send to a different address":"\u0391\u03C0\u03BF\u03C3\u03C4\u03BF\u03BB\u03AE \u03C3\u03B5 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7","Enter {blockchainName} address":["\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 ",["blockchainName"]," \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7"],"Address {destination} doesn't match the blockchain address pattern.":["\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 ",["destination"]," \u03B4\u03B5\u03BD \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF \u03BC\u03BF\u03C4\u03AF\u03B2\u03BF \u03B4\u03B9\u03B5\u03C5\u03B8\u03CD\u03BD\u03C3\u03B5\u03C9\u03BD blockchain."],"via":"\u03BC\u03AD\u03C3\u03C9","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03B4\u03B5\u03BD \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03B5\u03AF \u03BC\u03AD\u03C1\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03BB\u03AF\u03C3\u03C4\u03B1\u03C2 \u03B5\u03C0\u03B1\u03BB\u03B7\u03B8\u03B5\u03C5\u03BC\u03AD\u03BD\u03C9\u03BD \u03BA\u03BF\u03C5\u03C0\u03BF\u03BD\u03B9\u03CE\u03BD \u03BC\u03B1\u03C2. \u0395\u03C0\u03B1\u03BB\u03B7\u03B8\u03B5\u03CD\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C0\u03B7\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BA\u03B1\u03B9 \u03B2\u03B5\u03B2\u03B1\u03B9\u03C9\u03B8\u03B5\u03AF\u03C4\u03B5 \u03CC\u03C4\u03B9 \u03AD\u03C7\u03B5\u03C4\u03B5 \u03BA\u03B1\u03C4\u03B1\u03BD\u03BF\u03AE\u03C3\u03B5\u03B9 \u03CC\u03BB\u03BF\u03C5\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03BF\u03CD\u03C2 \u03BA\u03B9\u03BD\u03B4\u03CD\u03BD\u03BF\u03C5\u03C2 \u03C0\u03C1\u03B9\u03BD \u03C0\u03C1\u03BF\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03C4\u03B5.","Import Anyway":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03C0\u03AC\u03BD\u03C4\u03C9\u03C2","Learn More":"\u039C\u03AC\u03B8\u03B5\u03C4\u03B5 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1","Status":"\u039A\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7","Reset":"Reset","Cancel":"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7","Refresh":"\u0391\u03BD\u03B1\u03BD\u03AD\u03C9\u03C3\u03B7","Notifications":"\u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2","Settings":"\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2","History":"\u0399\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03CC","Connect Wallet":"\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03A0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03BF\u03CD","Today":"\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1","Failed Network, Please retry.":"\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03B7\u03BC\u03AD\u03BD\u03BF \u0394\u03AF\u03BA\u03C4\u03C5\u03BF, \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03C1\u03BF\u03C3\u03C0\u03B1\u03B8\u03AE\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC.","Retry":"\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7","Add another custom token":"\u03A0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03AC\u03BB\u03BB\u03BF \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC","Swaps steps":"\u0392\u03AE\u03BC\u03B1\u03C4\u03B1 swaps","Connected":"\u03A3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF","Connection failed":"\u0397 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5","See why":"\u0394\u03B5\u03AF\u03C4\u03B5 \u03B3\u03B9\u03B1\u03C4\u03AF","(Currently not supported)":"(\u03A0\u03C1\u03BF\u03C2 \u03C4\u03BF \u03C0\u03B1\u03C1\u03CC\u03BD \u03B4\u03B5\u03BD \u03C5\u03C0\u03BF\u03C3\u03C4\u03B7\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9)","Slippage Error":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u039F\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2","Slippage Warning":"\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u039F\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2","Bridge Limit Error":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u039F\u03C1\u03AF\u03BF\u03C5 \u0393\u03AD\u03C6\u03C5\u03C1\u03B1\u03C2","Yours: {amount} {symbol}":["\u0394\u03B9\u03BA\u03AC \u03C3\u03B1\u03C2: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u0395\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03B7 \u03C0\u03C1\u03BF\u03C4\u03B5\u03B9\u03BD\u03CC\u03BC\u03B5\u03BD\u03B7 \u03B1\u03C0\u03CC\u03BA\u03BB\u03B9\u03C3\u03B7: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0394\u03B9\u03BA\u03AC \u03C3\u03B1\u03C2: ",["userSlippage"]],"See All Routes":"\u0394\u03B5\u03AF\u03C4\u03B5 \u038C\u03BB\u03B5\u03C2 \u03A4\u03B9\u03C2 \u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AD\u03C2","View more info":"\u0394\u03B5\u03AF\u03C4\u03B5 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2","Gas & Fee Explanation":"\u0395\u03BE\u03AE\u03B3\u03B7\u03C3\u03B7 \u0391\u03B5\u03C1\u03AF\u03BF\u03C5 & \u03A7\u03C1\u03AD\u03BF\u03C5\u03C2","Details":"\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2","Total Payable Fee":"\u03A3\u03C5\u03BD\u03BF\u03BB\u03B9\u03BA\u03AE \u03A0\u03BB\u03B7\u03C1\u03C9\u03C4\u03AD\u03B1 \u03A7\u03C1\u03AD\u03C9\u03C3\u03B7","Hide non-payable fees":"\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u03BC\u03B7 \u03C0\u03BB\u03B7\u03C1\u03C9\u03C4\u03AD\u03C9\u03BD \u03C4\u03B5\u03BB\u03CE\u03BD","Show non-payable fees":"\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03BC\u03B7 \u03C0\u03BB\u03B7\u03C1\u03C9\u03C4\u03AD\u03C9\u03BD \u03C4\u03B5\u03BB\u03CE\u03BD","Description":"\u03A0\u03B5\u03C1\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u039F\u03B9 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03B5\u03C2 \u03C7\u03C1\u03B5\u03CE\u03C3\u03B5\u03B9\u03C2 \u03BB\u03B1\u03BC\u03B2\u03AC\u03BD\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C5\u03C0\u03CC\u03C8\u03B7 \u03C3\u03C4\u03B7\u03BD \u03C0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2 \u03BA\u03B1\u03B9\\n \u03B4\u03B5\u03BD \u03B8\u03B1 \u03C7\u03C1\u03B5\u03B9\u03B1\u03C3\u03C4\u03B5\u03AF \u03BD\u03B1 \u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03B5\u03C0\u03B9\u03C0\u03BB\u03AD\u03BF\u03BD \u03C6\u03C5\u03C3\u03B9\u03BA\u03CC \u03B1\u03AD\u03C1\u03B9\u03BF \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03BF\u03CD\u03C2.","Swap input":"Swap input","Estimated output":"\u0395\u03BA\u03C4\u03B9\u03BC\u03CE\u03BC\u03B5\u03BD\u03B7 \u03AD\u03BE\u03BF\u03B4\u03BF\u03C2","Via:":"\u0392\u03B9\u03AD\u03BD\u03BD\u03B7:","Chains:":"\u0391\u03BB\u03C5\u03C3\u03AF\u03B4\u03B5\u03C2:","Sort by":"\u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u03BA\u03B1\u03C4\u03AC","Smart Routing":"\u0388\u03BE\u03C5\u03C0\u03BD\u03B7 \u0394\u03C1\u03BF\u03BC\u03BF\u03BB\u03CC\u03B3\u03B7\u03C3\u03B7","Lowest Fee":"\u03A7\u03B1\u03BC\u03B7\u03BB\u03CC\u03C4\u03B5\u03C1\u03B7 \u03A7\u03C1\u03AD\u03C9\u03C3\u03B7","Fastest Transfer":"\u03A4\u03B1\u03C7\u03CD\u03C4\u03B5\u03C1\u03B7 \u039C\u03B5\u03C4\u03B1\u03C6\u03BF\u03C1\u03AC","Maximum Return":"\u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03B7 \u0395\u03C0\u03B9\u03C3\u03C4\u03C1\u03BF\u03C6\u03AE","Maximum Output":"\u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03B7 \u0388\u03BE\u03BF\u03B4\u03BF\u03C2","Swapping":"Swapping","Gas cost":"\u039A\u03CC\u03C3\u03C4\u03BF\u03C2 \u03B1\u03B5\u03C1\u03AF\u03BF\u03C5","Receiving":"\u039B\u03AE\u03C8\u03B7","Price impact":"\u0391\u03BD\u03C4\u03AF\u03BA\u03C4\u03C5\u03C0\u03BF\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B1\u03C5\u03BE\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7 \u03C3\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD ",["minRequiredSlippage"]," \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE\u03BD \u03C4\u03B7 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE."],"Increase":"\u0391\u03CD\u03BE\u03B7\u03C3\u03B7","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u03A4\u03BF \u03C0\u03BF\u03C3\u03CC \u03B5\u03BE\u03CC\u03B4\u03BF\u03C5 \u03AC\u03BB\u03BB\u03B1\u03BE\u03B5 \u03BA\u03B1\u03C4\u03AC ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u03A3\u03B1\u03C2 \u03C3\u03C5\u03BD\u03B9\u03C3\u03C4\u03BF\u03CD\u03BC\u03B5 \u03BD\u03B1 \u03B1\u03C5\u03BE\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7 \u03C3\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD ",["minRequiredSlippage"]," \u03B3\u03B9\u03B1 \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE."],"Caution, your slippage is high.":"\u03A0\u03C1\u03BF\u03C3\u03BF\u03C7\u03AE, \u03B7 \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7 \u03C3\u03B1\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C8\u03B7\u03BB\u03AE.","Change":"\u0391\u03BB\u03BB\u03B1\u03B3\u03AE","High slippage":"\u03A5\u03C8\u03B7\u03BB\u03AE \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7","Low slippage":"\u03A7\u03B1\u03BC\u03B7\u03BB\u03AE \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7","Caution, your slippage is high. Your trade may be front run.":"\u03A0\u03C1\u03BF\u03C3\u03BF\u03C7\u03AE, \u03B7 \u03B1\u03C0\u03CC\u03BA\u03BB\u03B9\u03C3\u03AE \u03C3\u03B1\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C8\u03B7\u03BB\u03AE. \u0397 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03B1\u03C2 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03BC\u03C0\u03C1\u03BF\u03C3\u03B8\u03BF\u03B2\u03B1\u03C1\u03AE\u03C2.","Swap anyway":"\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03BF\u03CD\u03C4\u03C9\u03C2 \u03AE \u03AC\u03BB\u03BB\u03C9\u03C2","Change Slippage":"\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2","Something went wrong":"\u039A\u03AC\u03C4\u03B9 \u03C0\u03AE\u03B3\u03B5 \u03C3\u03C4\u03C1\u03B1\u03B2\u03AC","Something went wrong. Please refresh the app.":"\u039A\u03AC\u03C4\u03B9 \u03C0\u03AE\u03B3\u03B5 \u03C3\u03C4\u03C1\u03B1\u03B2\u03AC. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B1\u03BD\u03B1\u03BD\u03B5\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE.","No Routes Found":"\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AD\u03C2","You cannot use the same token for From and To.":"\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03AF\u03B4\u03B9\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03B3\u03B9\u03B1 \u0391\u03C0\u03CC \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03C2.","Slippage tolerance per swap":"\u0391\u03BD\u03BF\u03C7\u03AE \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2 \u03B1\u03BD\u03AC \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE","Custom":"\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0397 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03B1\u03C2 \u03B8\u03B1 \u03B5\u03C0\u03B1\u03BD\u03AD\u03BB\u03B8\u03B5\u03B9 \u03B1\u03BD \u03B7 \u03C4\u03B9\u03BC\u03AE \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03B4\u03C5\u03C3\u03BC\u03B5\u03BD\u03CE\u03C2 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03BF\u03C3\u03BF\u03C3\u03C4\u03CC.","Warning":"\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u0391\u03C5\u03C4\u03AE \u03B7 \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03B5\u03C6\u03B1\u03C1\u03BC\u03CC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03BA\u03AC\u03B8\u03B5 \u03B2\u03AE\u03BC\u03B1 (\u03C0.\u03C7. 1Inch, Thorchain, \u03BA\u03BB\u03C0.), \u03C0\u03BF\u03C5 \u03C3\u03B7\u03BC\u03B1\u03AF\u03BD\u03B5\u03B9 \u03CC\u03C4\u03B9 \u03BC\u03CC\u03BD\u03BF \u03C4\u03BF \u03C3\u03C5\u03B3\u03BA\u03B5\u03BA\u03C1\u03B9\u03BC\u03AD\u03BD\u03BF \u03B2\u03AE\u03BC\u03B1 \u03B8\u03B1 \u03B5\u03C0\u03B1\u03BD\u03AD\u03BB\u03B8\u03B5\u03B9, \u03CC\u03C7\u03B9 \u03BF\u03BB\u03CC\u03BA\u03BB\u03B7\u03C1\u03B7 \u03B7 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE.","Slippage cannot be set lower than 0.01%.":"\u0397 \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7 \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BF\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03C3\u03B5 \u03C0\u03BF\u03C3\u03BF\u03C3\u03C4\u03CC \u03C7\u03B1\u03BC\u03B7\u03BB\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC 0,01%.","Caution, your slippage is high!":"\u03A0\u03C1\u03BF\u03C3\u03BF\u03C7\u03AE, \u03B7 \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03AE \u03C3\u03B1\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C8\u03B7\u03BB\u03AE!","Request ID":"\u0391\u03BD\u03B1\u03B3\u03BD\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC \u0391\u03AF\u03C4\u03B7\u03C3\u03B7\u03C2","Copied To Clipboard":"\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03AC\u03C6\u03B7\u03BA\u03B5 \u03A3\u03C4\u03BF \u03A0\u03C1\u03CC\u03C7\u03B5\u03B9\u03C1\u03BF","Copy Request ID":"\u0391\u03BD\u03C4\u03B9\u03B3\u03C1\u03B1\u03C6\u03AE \u0391\u03BD\u03B1\u03B3\u03BD\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03BF\u03CD \u0391\u03B9\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2","View on Rango Explorer":"\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03C3\u03C4\u03BF\u03BD \u0395\u03BE\u03B5\u03C1\u03B5\u03C5\u03BD\u03B7\u03C4\u03AE \u03C4\u03BF\u03C5 Rango","Finished at":"\u039F\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5 \u03C3\u03C4\u03B9\u03C2","Created at":"\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5 \u03C3\u03C4\u03B9\u03C2","Swap Details":"\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2 \u0391\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Not found":"\u0394\u03B5 \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5","Swap with request ID = {requestId} not found.":["\u0391\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03BC\u03B5 \u03C4\u03BF \u03B1\u03BD\u03B1\u03B3\u03BD\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC \u03B1\u03B9\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 = ",["requestId"]," \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5."],"Change Network":"\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u0394\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5","Network Changed":"\u03A4\u03BF \u0394\u03AF\u03BA\u03C4\u03C5\u03BF \u0386\u03BB\u03BB\u03B1\u03BE\u03B5","Network Switch Failed":"\u0397 \u03B5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5 \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0388\u03C7\u03B5\u03C4\u03B5 \u03BB\u03AC\u03B2\u03B5\u03B9 ",["amount"]," ",["token"]," \u03C3\u03C4\u03BF ",["conciseAddress"]," \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03C4\u03BF ",["chain"]," chain."],"Transaction was not sent.":"\u0397 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B5\u03BD \u03C3\u03C4\u03AC\u03BB\u03B8\u03B7\u03BA\u03B5.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u03C3\u03C4\u03BF ",["blockchain"]," \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03BD\u03B5\u03B9 \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2."],"Delete":"\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE","Try again":"\u03A0\u03C1\u03BF\u03C3\u03C0\u03B1\u03B8\u03AE\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC","View transaction":"\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Connect":"\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7","Swap Successful":"Swap \u0395\u03C0\u03B9\u03C4\u03C5\u03C7\u03AE\u03C2","Transaction Failed":"\u0397 \u03A3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u0391\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5","Done":"\u039F\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5","Diagnosis":"\u0394\u03B9\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7","See Details":"\u0394\u03B5\u03AF\u03C4\u03B5 \u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2","Cancel Swap":"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Are you sure you want to cancel this swap?":"\u0395\u03AF\u03C3\u03C4\u03B5 \u03B2\u03AD\u03B2\u03B1\u03B9\u03BF\u03B9 \u03CC\u03C4\u03B9 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF swap?","Yes, Cancel it":"\u039D\u03B1\u03B9, \u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7","No, Continue":"\u038C\u03C7\u03B9, \u03A3\u03C5\u03BD\u03AD\u03C7\u03B5\u03B9\u03B1","Connect {wallet}":["\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0397 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03C4\u03BF\u03C5 \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03BF\u03CD \u03C3\u03B1\u03C2 \u03AE \u03BF\u03C1\u03B9\u03C3\u03BC\u03AD\u03BD\u03C9\u03BD \u03B4\u03B9\u03BA\u03C4\u03CD\u03C9\u03BD \u03AD\u03C7\u03B5\u03B9 \u03B1\u03C0\u03BF\u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF. \u03A3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE.","Wallet connected successfully.":"\u03A4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03C5\u03BD\u03B4\u03AD\u03B8\u03B7\u03BA\u03B5 \u03BC\u03B5 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03AF\u03B1.","Delete Transaction":"\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03A3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Are you sure you want to delete this swap?":"\u0395\u03AF\u03C3\u03C4\u03B5 \u03B2\u03AD\u03B2\u03B1\u03B9\u03BF\u03B9 \u03CC\u03C4\u03B9 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF swap?","Yes, Delete it":"\u039D\u03B1\u03B9, \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03BF\u03CD\u03BD","No, Cancel":"\u038C\u03C7\u03B9, \u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7","Install {wallet}":["\u0395\u03B3\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 ",["wallet"]],"Install":"\u0395\u03B3\u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7","Try Again":"\u0394\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC","Slippage:":"\u039F\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7:","Select Token":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u0394\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03BF\u03CD","Wallet Connected":"\u03A3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF \u03A0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9","Your wallet is connected, you can use it to swap.":"\u03A4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C4\u03BF \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE.","Failed to Connect":"\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2","Your wallet is not connected. Please try again.":"\u03A4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC.","Connecting to your wallet":"\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2","Click connect in your wallet popup.":"\u039A\u03AC\u03BD\u03C4\u03B5 \u03BA\u03BB\u03B9\u03BA \u03C3\u03C4\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03C3\u03C4\u03BF \u03B1\u03BD\u03B1\u03B4\u03C5\u03CC\u03BC\u03B5\u03BD\u03BF \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF \u03C4\u03BF\u03C5 \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03BF\u03CD.","Select Derivation Path":"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE \u03A0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2","In order to connect to {type}, you must first select a Derivation Path":["\u0393\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF\u03C4\u03B5 \u03C3\u03C4\u03BF ",["type"],", \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03C0\u03C1\u03CE\u03C4\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE \u03A0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2"],"Choose Derivation Path Template":"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03A0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF \u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE\u03C2 \u03A0\u03B1\u03C1\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2","Enter Path":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE\u03C2","Enter Index":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u0395\u03C5\u03C1\u03B5\u03C4\u03B7\u03C1\u03AF\u03BF\u03C5","This wallet can only connect to one chain at a time.":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF \u03BC\u03CC\u03BD\u03BF \u03C3\u03B5 \u03BC\u03AF\u03B1 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03BA\u03AC\u03B8\u03B5 \u03C6\u03BF\u03C1\u03AC.","Disconnect wallet":"\u0391\u03C0\u03BF\u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03BF\u03CD","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C5\u03C0\u03BF\u03C3\u03C4\u03B7\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AD\u03C2 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B5\u03C2. \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C0\u03BF\u03B9\u03B5\u03C2 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B5\u03C2 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03C4\u03B5 \u03AE \u03BD\u03B1 \u03B1\u03C0\u03BF\u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03C4\u03B5.","Add {blockchainDisplayName} Chain":["\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 ",["blockchainDisplayName"]," \u0391\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0398\u03B1 \u03B8\u03AD\u03BB\u03B1\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF ",["blockchainDisplayName"]," \u03C0\u03B5\u03B9\u03C1\u03B1\u03BC\u03B1\u03C4\u03B9\u03BA\u03AE \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2?"],"Please approve the experimental chain pop-up in your wallet.":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03BD\u03B1 \u03B5\u03B3\u03BA\u03C1\u03AF\u03BD\u03B5\u03C4\u03B5 \u03C4\u03BF \u03B1\u03BD\u03B1\u03B4\u03C5\u03CC\u03BC\u03B5\u03BD\u03BF \u03C0\u03B1\u03C1\u03AC\u03B8\u03C5\u03C1\u03BF \u03C4\u03B7\u03C2 \u03C0\u03B5\u03B9\u03C1\u03B1\u03BC\u03B1\u03C4\u03B9\u03BA\u03AE\u03C2 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1\u03C2 \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2.","{blockchainDisplayName} Chain Added":["\u03A0\u03C1\u03BF\u03C3\u03C4\u03AD\u03B8\u03B7\u03BA\u03B5 ",["blockchainDisplayName"]," \u0391\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u0397 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 ",["blockchainDisplayName"]," \u03C0\u03C1\u03BF\u03C3\u03C4\u03AD\u03B8\u03B7\u03BA\u03B5 \u03BC\u03B5 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2."],"Request Rejected":"\u0391\u03AF\u03C4\u03B7\u03C3\u03B7 \u0391\u03C0\u03BF\u03C1\u03C1\u03AF\u03C6\u03B8\u03B7\u03BA\u03B5","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0391\u03C0\u03BF\u03C1\u03C1\u03AF\u03C8\u03B1\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1\u03C2 ",["blockchainDisplayName"]," \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2."],"Disconnect":"\u0391\u03C0\u03BF\u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C5\u03C0\u03BF\u03C3\u03C4\u03B7\u03C1\u03AF\u03B6\u03B5\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AD\u03C2 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B5\u03C2. \u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C0\u03BF\u03B9\u03B5\u03C2 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B5\u03C2 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03AD\u03C3\u03B5\u03C4\u03B5.","This wallet can only connect to one chain at a time. ":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF \u03BC\u03CC\u03BD\u03BF \u03C3\u03B5 \u03BC\u03AF\u03B1 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03BA\u03AC\u03B8\u03B5 \u03C6\u03BF\u03C1\u03AC. ","Deselect all":"\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD","Select all":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03CC\u03BB\u03C9\u03BD","Failed Network, Please retry your swap.":"\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5, \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC \u03C4\u03BF swap.","Please reset your liquidity sources.":"\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B1\u03BD\u03B1\u03C6\u03AD\u03C1\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03C0\u03B7\u03B3\u03AD\u03C2 \u03C1\u03B5\u03C5\u03C3\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0388\u03C7\u03B5\u03C4\u03B5 \u03C0\u03B5\u03C1\u03B9\u03BF\u03C1\u03AF\u03C3\u03B5\u03B9 \u03C4\u03B9\u03C2 \u03C0\u03B7\u03B3\u03AD\u03C2 \u03C1\u03B5\u03C5\u03C3\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03C5\u03C4\u03CC \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03BF\u03B4\u03B7\u03B3\u03AE\u03C3\u03B5\u03B9 \u03C3\u03B5 Rango \u03B5\u03CD\u03C1\u03B5\u03C3\u03B7 \u03BA\u03B1\u03BC\u03AF\u03B1 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C3\u03BA\u03B5\u03C6\u03C4\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03C0\u03B1\u03BD\u03B1\u03C6\u03AD\u03C1\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03C0\u03B7\u03B3\u03AD\u03C2 \u03C1\u03B5\u03C5\u03C3\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2.","No Routes Found.":"\u0394\u03B5\u03BD \u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AD\u03C2.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u039B\u03CC\u03B3\u03BF\u03B9 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03C5\u03C2 \u03BF\u03C0\u03BF\u03AF\u03BF\u03C5\u03C2 \u03C4\u03BF Rango \u03B4\u03B5\u03BD \u03BC\u03C0\u03CC\u03C1\u03B5\u03C3\u03B5 \u03BD\u03B1 \u03B2\u03C1\u03B5\u03B9 \u03BC\u03B9\u03B1 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE: \u03C7\u03B1\u03BC\u03B7\u03BB\u03AE \u03C1\u03B5\u03C5\u03C3\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C3\u03C4\u03BF token, \u03C0\u03BF\u03BB\u03CD \u03C7\u03B1\u03BC\u03B7\u03BB\u03CC \u03C0\u03BF\u03C3\u03CC \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03AE \u03BA\u03B1\u03BC\u03AF\u03B1 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B7 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03B5\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03BF \u03C3\u03C5\u03BD\u03B4\u03C5\u03B1\u03C3\u03BC\u03CC \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5/\u03B5\u03BE\u03CC\u03B4\u03BF\u03C5 token.","Bridge Limit Error: Please increase your amount.":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BF\u03C1\u03AF\u03BF\u03C5 \u03B3\u03AD\u03C6\u03C5\u03C1\u03B1\u03C2: \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B1\u03C5\u03BE\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C0\u03BF\u03C3\u03CC \u03C3\u03B1\u03C2.","Bridge Limit Error: Please decrease your amount.":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BF\u03C1\u03AF\u03BF\u03C5 \u03B3\u03AD\u03C6\u03C5\u03C1\u03B1\u03C2: \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03BC\u03B5\u03B9\u03CE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C0\u03BF\u03C3\u03CC \u03C3\u03B1\u03C2.","High Price Impact":"\u0395\u03C0\u03B9\u03C0\u03C4\u03CE\u03C3\u03B5\u03B9\u03C2 \u03A5\u03C8\u03B7\u03BB\u03AE\u03C2 \u03A4\u03B9\u03BC\u03AE\u03C2","Price impact is too high!":"\u039F \u03B1\u03BD\u03C4\u03AF\u03BA\u03C4\u03C5\u03C0\u03BF\u03C2 \u03C3\u03C4\u03B7\u03BD \u03C4\u03B9\u03BC\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03CD \u03C5\u03C8\u03B7\u03BB\u03CC\u03C2!","The price impact is significantly higher than the allowed amount.":"\u039F \u03B1\u03BD\u03C4\u03AF\u03BA\u03C4\u03C5\u03C0\u03BF\u03C2 \u03C3\u03C4\u03B7\u03BD \u03C4\u03B9\u03BC\u03AE \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03AC \u03C5\u03C8\u03B7\u03BB\u03CC\u03C4\u03B5\u03C1\u03BF\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF \u03B5\u03C0\u03B9\u03C4\u03C1\u03B5\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF \u03C0\u03BF\u03C3\u03CC.","Confirm high price impact":"\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03B9\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03C0\u03AF\u03B4\u03C1\u03B1\u03C3\u03B7 \u03C5\u03C8\u03B7\u03BB\u03AE\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2","Route updated and price impact is too high, try again later!":"\u0397 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE \u03B5\u03BD\u03B7\u03BC\u03B5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5 \u03BA\u03B1\u03B9 \u03BF \u03B1\u03BD\u03C4\u03AF\u03BA\u03C4\u03C5\u03C0\u03BF\u03C2 \u03C4\u03C9\u03BD \u03C4\u03B9\u03BC\u03CE\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03CD \u03C5\u03C8\u03B7\u03BB\u03CC\u03C2, \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC \u03B1\u03C1\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1!","USD Price Unknown":"\u03A4\u03B9\u03BC\u03AE USD \u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03B7","USD Price Unknown, Cannot calculate Price Impact.":"\u03A4\u03B9\u03BC\u03AE USD \u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03BF, \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C5\u03C0\u03BF\u03BB\u03BF\u03B3\u03AF\u03C3\u03B5\u03B9 \u03C4\u03B7\u03BD \u03B5\u03C0\u03AF\u03C0\u03C4\u03C9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u03A4\u03B9\u03BC\u03AE USD \u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03BF, \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C5\u03C0\u03BF\u03BB\u03BF\u03B3\u03AF\u03C3\u03B5\u03B9 \u03C4\u03B7\u03BD \u03B5\u03C0\u03AF\u03C0\u03C4\u03C9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2. \u039F \u03B1\u03BD\u03C4\u03AF\u03BA\u03C4\u03C5\u03C0\u03BF\u03C2 \u03C4\u03B7\u03C2 \u03C4\u03B9\u03BC\u03AE\u03C2 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C8\u03B7\u03BB\u03CC\u03C4\u03B5\u03C1\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C3\u03C5\u03BD\u03B7\u03B8\u03B9\u03C3\u03BC\u03AD\u03BD\u03BF. \u0395\u03AF\u03C3\u03C4\u03B5 \u03B2\u03AD\u03B2\u03B1\u03B9\u03BF\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD Swap?","Confirm USD Price Unknown":"\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u03A4\u03B9\u03BC\u03AE\u03C2 Usd \u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03BF","Swap":"\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE","The route goes through Ethereum. Continue?":"\u0397 \u03B4\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE \u03C0\u03B5\u03C1\u03BD\u03AC\u03B5\u03B9 \u03B1\u03C0\u03CC \u03C4\u03BF Ethereum. \u03A3\u03C5\u03BD\u03AD\u03C7\u03B5\u03B9\u03B1?","Routes":"\u0394\u03B9\u03B1\u03B4\u03C1\u03BF\u03BC\u03AD\u03C2","From":"\u0391\u03C0\u03CC","To":"\u03A0\u03C1\u03BF\u03C2","Light":"\u03A6\u03C9\u03C4\u03B5\u03B9\u03BD\u03CC","Dark":"\u03A3\u03BA\u03BF\u03C4\u03B5\u03B9\u03BD\u03CC","Auto":"\u0391\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03BF","Loading failed":"\u0391\u03C0\u03BF\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7\u03C2","Bridges":"\u0393\u03AD\u03C6\u03C5\u03C1\u03B5\u03C2","Exchanges":"\u0391\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2","Custom Tokens":"\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03B1 Tokens","Language":"\u0393\u03BB\u03CE\u03C3\u03C3\u03B1","Infinite approval":"\u0386\u03C0\u03B5\u03B9\u03C1\u03B7 \u03AD\u03B3\u03BA\u03C1\u03B9\u03C3\u03B7","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u0397 \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1\u03C2 '\u0386\u03C0\u03B5\u03B9\u03C1\u03B7 \u03AD\u03B3\u03BA\u03C1\u03B9\u03C3\u03B7' \u03C0\u03B1\u03C1\u03AD\u03C7\u03B5\u03B9 \u03B1\u03C0\u03B5\u03C1\u03B9\u03CC\u03C1\u03B9\u03C3\u03C4\u03B7 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5 \u03C5\u03C0\u03BF\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03B5\u03C2 \u03AD\u03BE\u03C5\u03C0\u03BD\u03B5\u03C2 \u03C3\u03C5\u03BC\u03B2\u03AC\u03C3\u03B5\u03B9\u03C2, \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03BF\u03BD\u03C4\u03AC\u03C2 \u03C4\u03BF\u03C5\u03C2 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD \u03C4\u03BF \u03B5\u03B3\u03BA\u03B5\u03BA\u03C1\u03B9\u03BC\u03AD\u03BD\u03BF \u03C0\u03BF\u03C3\u03CC \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03B1\u03AF\u03C9\u03BD \u03C7\u03C9\u03C1\u03AF\u03C2 \u03C0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03BF\u03CD\u03C2.","Theme":"\u0398\u03AD\u03BC\u03B1","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"\u0397 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 \u03C0\u03BF\u03C5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B1\u03C4\u03B5 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03C0\u03BB\u03CC\u03C4\u03C5\u03C0\u03B7, \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03BD\u03AD\u03B1 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7.","Token Already Exists":"\u03A4\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03A5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u0389\u03B4\u03B7","There's no need to add this token again because it already exists and is supported by us.":"\u0394\u03B5\u03BD \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03BE\u03B1\u03BD\u03AC \u03B5\u03C0\u03B5\u03B9\u03B4\u03AE \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7 \u03BA\u03B1\u03B9 \u03C5\u03C0\u03BF\u03C3\u03C4\u03B7\u03C1\u03AF\u03B6\u03B5\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03B5\u03BC\u03AC\u03C2.","Token Not Found":"\u03A4\u03BF \u0394\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u0394\u03B5\u03BD \u0392\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u039B\u03C5\u03C0\u03BF\u03CD\u03BC\u03B1\u03C3\u03C4\u03B5, \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03BA\u03B1\u03BD\u03AD\u03BD\u03B1 \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03C3\u03C4\u03B7\u03BD \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 ",["blockchain"]," \u03BC\u03B5 \u03C4\u03B7\u03BD \u03C0\u03B1\u03C1\u03B5\u03C7\u03CC\u03BC\u03B5\u03BD\u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B2\u03B5\u03B2\u03B1\u03B9\u03C9\u03B8\u03B5\u03AF\u03C4\u03B5 \u03CC\u03C4\u03B9 \u03AD\u03C7\u03B5\u03C4\u03B5 \u03B5\u03B9\u03C3\u03AD\u03BB\u03B8\u03B5\u03B9 \u03C3\u03C4\u03B7 \u03C3\u03C9\u03C3\u03C4\u03AE \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03BF\u03CD."],"Network error":"\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5","An error occurred while retrieving token data.":"\u03A0\u03B1\u03C1\u03BF\u03C5\u03C3\u03B9\u03AC\u03C3\u03C4\u03B7\u03BA\u03B5 \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B1\u03BD\u03AC\u03BA\u03C4\u03B7\u03C3\u03B7 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03BF\u03CD.","Add Custom Token":"\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5 \u0394\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03BF\u03CD","Select chain":"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1\u03C2","Enter Address":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2","Enter token address":"\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03BF\u03CD","Import":"\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE","Confirm Swap":"\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u0391\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Start Swap":"\u0388\u03BD\u03B1\u03C1\u03BE\u03B7 \u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","You get":"\u03A0\u03B1\u03AF\u03C1\u03BD\u03B5\u03C4\u03B5","Search Token":"\u0394\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2","No custom tokens":"\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03B1 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1","press the button to add your custom token":"\u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03BA\u03BF\u03C5\u03BC\u03C0\u03AF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2","Delete Custom Token":"\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE \u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5 \u0394\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03BF\u03CD","Are you sure you want to Delete this Token?":"\u0395\u03AF\u03C3\u03C4\u03B5 \u03B2\u03AD\u03B2\u03B1\u03B9\u03BF\u03B9 \u03CC\u03C4\u03B9 \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF Token?","Complete":"Complete","Running":"\u0395\u03BA\u03C4\u03B5\u03BB\u03B5\u03AF\u03C4\u03B1\u03B9","Failed":"\u0391\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5","Refuel":"\u0395\u03C6\u03BF\u03B4\u03B9\u03AC\u03B6\u03C9 \u03C0\u03AC\u03BB\u03B9 \u03BC\u03B5 \u03BA\u03B1\u03CD\u03C3\u03B9\u03BC\u03B1","Clear":"\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7","Search Transaction":"\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03A3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","No transactions":"\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2","Your transaction history is stored locally and will appear here after you start a swap":"\u03A4\u03BF \u03B9\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03CC \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD \u03C3\u03B1\u03C2 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03B5\u03C4\u03B1\u03B9 \u03C4\u03BF\u03C0\u03B9\u03BA\u03AC \u03BA\u03B1\u03B9 \u03B8\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03B9\u03C3\u03C4\u03B5\u03AF \u03B5\u03B4\u03CE \u03BC\u03B5\u03C4\u03AC \u03C4\u03B7\u03BD \u03AD\u03BD\u03B1\u03C1\u03BE\u03B7 \u03C4\u03B7\u03C2 \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Clear Transaction History":"\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u0399\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03BF\u03CD \u03A3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0397 \u03B4\u03B9\u03B1\u03B4\u03B9\u03BA\u03B1\u03C3\u03AF\u03B1 \u03B8\u03B1 \u03BA\u03B1\u03C4\u03B1\u03C1\u03B3\u03AE\u03C3\u03B5\u03B9 \u03CC\u03BB\u03B5\u03C2 \u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03B7\u03BC\u03AD\u03BD\u03B5\u03C2 \u03BA\u03B1\u03B9 \u03B1\u03C0\u03BF\u03C4\u03C5\u03C7\u03B7\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF widget. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u03A3\u03B7\u03BC\u03B5\u03AF\u03C9\u03C3\u03B7: \u0391\u03C5\u03C4\u03CC \u03B4\u03B5\u03BD \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C6\u03B5\u03B9 \u03C4\u03BF \u03B9\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03CC \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03CE\u03BD \u03C3\u03B1\u03C2 \u03C3\u03C4\u03B7\u03BD \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1, \u03B1\u03BB\u03BB\u03AC \u03C4\u03B9\u03C2 \u03B1\u03C6\u03B1\u03B9\u03C1\u03B5\u03AF \u03BC\u03CC\u03BD\u03BF \u03B5\u03B4\u03CE.","Yes, Clear the history":"\u039D\u03B1\u03B9, \u039A\u03B1\u03B8\u03B1\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03B9\u03C3\u03C4\u03BF\u03C1\u03B9\u03BA\u03BF\u03CD","language":"\u03B3\u03BB\u03CE\u03C3\u03C3\u03B1","Search {sourceType}":["\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 ",["sourceType"]],"Search Chain":"\u0391\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2","Source":"\u03A0\u03B7\u03B3\u03AE","Destination":"\u03A0\u03C1\u03BF\u03BF\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2","Swap {type}":["\u0391\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0395\u03C0\u03AF \u03C4\u03BF\u03C5 \u03C0\u03B1\u03C1\u03CC\u03BD\u03C4\u03BF\u03C2, \u03B5\u03AF\u03C3\u03C4\u03B5 \u03C3\u03B5 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03B1\u03BC\u03C0\u03AC\u03BD\u03B9\u03B1\u03C2 \u03BC\u03B5 \u03C0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03BC\u03BF\u03CD\u03C2 \u03C3\u03C4\u03B9\u03C2 \u03C0\u03B7\u03B3\u03AD\u03C2 \u03C1\u03B5\u03C5\u03C3\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2. \u0398\u03B1 \u03B8\u03AD\u03BB\u03B1\u03C4\u03B5 \u03BD\u03B1 \u03B2\u03B3\u03B5\u03AF\u03C4\u03B5 \u03B1\u03C0\u03CC \u03B1\u03C5\u03C4\u03AE \u03C4\u03B7 \u03BB\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03CC\u03BB\u03B5\u03C2 \u03C4\u03B9\u03C2 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03B5\u03C2 \u03C0\u03B7\u03B3\u03AD\u03C2 \u03C1\u03B5\u03C5\u03C3\u03C4\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2?","The request ID is necessary to display the swap details.":"\u03A4\u03BF \u03B1\u03BD\u03B1\u03B3\u03BD\u03C9\u03C1\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC \u03B1\u03B9\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B1\u03C0\u03B1\u03C1\u03B1\u03AF\u03C4\u03B7\u03C4\u03BF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03C4\u03C9\u03BD \u03BB\u03B5\u03C0\u03C4\u03BF\u03BC\u03B5\u03C1\u03B5\u03B9\u03CE\u03BD \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2.","Connect Wallets":"\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03A0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03CE\u03BD","Choose a wallet to connect.":"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03B3\u03B9\u03B1 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7.","This week":"\u0391\u03C5\u03C4\u03AE \u03C4\u03B7\u03BD \u03B5\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1","This month":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03BC\u03AE\u03BD\u03B1","This year":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03AD\u03C4\u03BF\u03C2","Slippage must be greater than or equal to 0.01":"\u0397 \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B5\u03B3\u03B1\u03BB\u03CD\u03C4\u03B5\u03C1\u03B7 \u03AE \u03AF\u03C3\u03B7 \u03BC\u03B5 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0397 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03B1\u03C2 \u03BA\u03B9\u03BD\u03B4\u03C5\u03BD\u03B5\u03CD\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03BA\u03C4\u03B5\u03BB\u03B5\u03C3\u03C4\u03B5\u03AF \u03B5\u03BA \u03C4\u03C9\u03BD \u03C0\u03C1\u03BF\u03C4\u03AD\u03C1\u03C9\u03BD \u03BB\u03CC\u03B3\u03C9 \u03C5\u03C8\u03B7\u03BB\u03AE\u03C2 \u03B1\u03BD\u03BF\u03C7\u03AE\u03C2 \u03BF\u03BB\u03AF\u03C3\u03B8\u03B7\u03C3\u03B7\u03C2.","Required: >= {min} {symbol}":["\u0391\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u0391\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u0391\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u0391\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9: < ",["max"]," ",["symbol"]]," for network fee":" \u03B3\u03B9\u03B1 \u03C4\u03AD\u03BB\u03B7 \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5"," for swap":" \u03B3\u03B9\u03B1 \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE"," for input and network fee":" \u03B3\u03B9\u03B1 \u03B5\u03B9\u03C3\u03C1\u03BF\u03AE \u03BA\u03B1\u03B9 \u03C4\u03AD\u03BB\u03B7 \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u03A7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", \u03B1\u03BB\u03BB\u03AC \u03AD\u03C7\u03B5\u03C4\u03B5 ",["currentAmount"]," ",["symbol"]," \u03C3\u03C4\u03BF ",["blockchain"]," \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2."],"Waiting for other running tasks to be finished":"\u0391\u03BD\u03B1\u03BC\u03BF\u03BD\u03AE \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03C9\u03B8\u03BF\u03CD\u03BD \u03AC\u03BB\u03BB\u03B5\u03C2 \u03B5\u03BA\u03C4\u03B5\u03BB\u03BF\u03CD\u03BC\u03B5\u03BD\u03B5\u03C2 \u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B5\u03C2","Waiting for changing wallet network":"\u0391\u03BD\u03B1\u03BC\u03BF\u03BD\u03AE \u03B3\u03B9\u03B1 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5 \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03BF\u03BB\u03B9\u03BF\u03CD","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u0397 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B4\u03B9\u03BA\u03C4\u03CD\u03BF\u03C5 \u03B4\u03B5\u03BD \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5. \u0394\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC \u03AE \u03B1\u03BB\u03BB\u03AC\u03BE\u03C4\u03B5 \u03C4\u03BF \u03B4\u03AF\u03BA\u03C4\u03C5\u03BF \u03C7\u03B5\u03B9\u03C1\u03BF\u03BA\u03AF\u03BD\u03B7\u03C4\u03B1 \u03C3\u03C4\u03BF \u03C0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9 \u03C3\u03B1\u03C2.","Sunday":"\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE","Monday":"\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1","Tuesday":"\u03A4\u03C1\u03AF\u03C4\u03B7","Wednesday":"\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7","Thursday":"\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7","Friday":"\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE","Saturday":"\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF","Powered By":"\u03A4\u03C1\u03BF\u03C6\u03BF\u03B4\u03BF\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9 \u0391\u03C0\u03CC","This token may involve potential security risks; proceed with caution.":"\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03B4\u03B9\u03B1\u03BA\u03C1\u03B9\u03C4\u03B9\u03BA\u03CC \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03BD\u03AD\u03C7\u03B5\u03B9 \u03C0\u03B9\u03B8\u03B1\u03BD\u03BF\u03CD\u03C2 \u03BA\u03B9\u03BD\u03B4\u03CD\u03BD\u03BF\u03C5\u03C2 \u03B1\u03C3\u03C6\u03AC\u03BB\u03B5\u03B9\u03B1\u03C2. \u03C0\u03C1\u03BF\u03C7\u03C9\u03C1\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C0\u03C1\u03BF\u03C3\u03BF\u03C7\u03AE.","Aggregated Transaction":"\u03A3\u03C5\u03B3\u03BA\u03B5\u03BD\u03C4\u03C1\u03C9\u03C4\u03B9\u03BA\u03AE \u03A3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u0395\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C3\u03C4\u03BF ",["fromChain"]," \u03BC\u03AD\u03C3\u03C9 ",["swapper"]],"Bridge from {fromChain} via {swapper}":["\u0393\u03AD\u03C6\u03C5\u03C1\u03B1 \u03B1\u03C0\u03CC ",["fromChain"]," \u03BC\u03AD\u03C3\u03C9 ",["swapper"]],"Bridge to {toChain} via {swapper}":["\u0393\u03AD\u03C6\u03C5\u03C1\u03B1 \u03C3\u03C4\u03BF ",["toChain"]," \u03BC\u03AD\u03C3\u03C9 ",["swapper"]],"Completed":"\u039F\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5","In progress":"\u03A3\u03B5 \u03B5\u03BE\u03AD\u03BB\u03B9\u03BE\u03B7","Waiting for the swap transaction":"\u0391\u03BD\u03B1\u03BC\u03BF\u03BD\u03AE \u03B3\u03B9\u03B1 \u03C4\u03B7 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B1\u03BD\u03C4\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE\u03C2","Waiting for the bridge transaction":"\u0391\u03BD\u03B1\u03BC\u03BF\u03BD\u03AE \u03B3\u03B9\u03B1 \u03C4\u03B7 \u03C3\u03C5\u03BD\u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03AD\u03C6\u03C5\u03C1\u03B1\u03C2","Connected Partially":"\u039C\u03B5\u03C1\u03B9\u03BA\u03CE\u03C2 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF","Connect other chains":"\u03A3\u03C5\u03BD\u03B4\u03AD\u03C3\u03C4\u03B5 \u03AC\u03BB\u03BB\u03B5\u03C2 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B5\u03C2","Connecting ...":"\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7...","Connecting":"\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7","Disconnected":"\u0391\u03C0\u03BF\u03C3\u03C5\u03BD\u03B4\u03AD\u03B8\u03B7\u03BA\u03B5","you need to pass a correct state to Wallet.":"\u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03AC\u03C3\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03C3\u03C9\u03C3\u03C4\u03AE \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 \u03C3\u03C4\u03BF \u03A0\u03BF\u03C1\u03C4\u03BF\u03C6\u03CC\u03BB\u03B9.","There are no notifications.":"\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2.","Clear all":"\u0395\u03BA\u03BA\u03B1\u03B8\u03AC\u03C1\u03B9\u03C3\u03B7 \u03CC\u03BB\u03C9\u03BD","Balance":"\u03A5\u03C0\u03CC\u03BB\u03BF\u03B9\u03C0\u03BF","Max":"\u039C\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF","Select gas chain":"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B1\u03BB\u03C5\u03C3\u03AF\u03B4\u03B1 \u03B1\u03B5\u03C1\u03AF\u03BF\u03C5"}`);var ri=JSON.parse(`{"No results found":"No results found","Try using different keywords":"Try using different keywords","Select Chain":"Select Chain","All":"All","More +{count}":["More +",["count"]],"Activate this tab":"Activate this tab","Another tab is open and handles transactions.":"Another tab is open and handles transactions.","Activate current tab":"Activate current tab","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.","Confirm":"Confirm","Your {blockchainName} wallets":["Your ",["blockchainName"]," wallets"],"Insufficient account balance":"Insufficient account balance","Proceed anyway":"Proceed anyway","You need to connect a {blockchainName} wallet.":["You need to connect a ",["blockchainName"]," wallet."],"Add {chain} chain":["Add ",["chain"]," chain"],"Chain not connected":"Chain not connected","Show more wallets":"Show more wallets","Send to a different address":"Send to a different address","Enter {blockchainName} address":["Enter ",["blockchainName"]," address"],"Address {destination} doesn't match the blockchain address pattern.":["Address ",["destination"]," doesn't match the blockchain address pattern."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.","Import Anyway":"Import Anyway","Learn More":"Learn More","Status":"Status","Reset":"Reset","Cancel":"Cancel","Refresh":"Refresh","Notifications":"Notifications","Settings":"Settings","History":"History","Connect Wallet":"Connect Wallet","Today":"Today","Failed Network, Please retry.":"Failed Network, Please retry.","Retry":"Retry","Add another custom token":"Add another custom token","Swaps steps":"Swaps steps","Connected":"Connected","Connection failed":"Connection failed","See why":"See why","(Currently not supported)":"(Currently not supported)","Slippage Error":"Slippage Error","Slippage Warning":"Slippage Warning","Bridge Limit Error":"Bridge Limit Error","Yours: {amount} {symbol}":["Yours: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimum suggested slippage: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Yours: ",["userSlippage"]],"See All Routes":"See All Routes","View more info":"View more info","Gas & Fee Explanation":"Gas & Fee Explanation","Details":"Details","Total Payable Fee":"Total Payable Fee","Hide non-payable fees":"Hide non-payable fees","Show non-payable fees":"Show non-payable fees","Description":"Description","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.","Swap input":"Swap input","Estimated output":"Estimated output","Via:":"Via:","Chains:":"Chains:","Sort by":"Sort by","Smart Routing":"Smart Routing","Lowest Fee":"Lowest Fee","Fastest Transfer":"Fastest Transfer","Maximum Return":"Maximum Return","Maximum Output":"Maximum Output","Swapping":"Swapping","Gas cost":"Gas cost","Receiving":"Receiving","Price impact":"Price impact","You need to increase slippage to at least {minRequiredSlippage} for this route.":["You need to increase slippage to at least ",["minRequiredSlippage"]," for this route."],"Increase":"Increase","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Output amount changed by ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["We recommend you to increase slippage to at least ",["minRequiredSlippage"]," for this route."],"Caution, your slippage is high.":"Caution, your slippage is high.","Change":"Change","High slippage":"High slippage","Low slippage":"Low slippage","Caution, your slippage is high. Your trade may be front run.":"Caution, your slippage is high. Your trade may be front run.","Swap anyway":"Swap anyway","Change Slippage":"Change Slippage","Something went wrong":"Something went wrong","Something went wrong. Please refresh the app.":"Something went wrong. Please refresh the app.","No Routes Found":"No Routes Found","You cannot use the same token for From and To.":"You cannot use the same token for From and To.","Slippage tolerance per swap":"Slippage tolerance per swap","Custom":"Custom","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Your transaction will be reverted if the price changes unfavorably by more than this percentage.","Warning":"Warning","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.","Slippage cannot be set lower than 0.01%.":"Slippage cannot be set lower than 0.01%.","Caution, your slippage is high!":"Caution, your slippage is high!","Request ID":"Request ID","Copied To Clipboard":"Copied To Clipboard","Copy Request ID":"Copy Request ID","View on Rango Explorer":"View on Rango Explorer","Finished at":"Finished at","Created at":"Created at","Swap Details":"Swap Details","Not found":"Not found","Swap with request ID = {requestId} not found.":["Swap with request ID = ",["requestId"]," not found."],"Change Network":"Change Network","Network Changed":"Network Changed","Network Switch Failed":"Network Switch Failed","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["You have received ",["amount"]," ",["token"]," in ",["conciseAddress"]," wallet on ",["chain"]," chain."],"Transaction was not sent.":"Transaction was not sent.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," on ",["blockchain"]," remains in your wallet."],"Delete":"Delete","Try again":"Try again","View transaction":"View transaction","Connect":"Connect","Swap Successful":"Swap Successful","Transaction Failed":"Transaction Failed","Done":"Done","Diagnosis":"Diagnosis","See Details":"See Details","Cancel Swap":"Cancel Swap","Are you sure you want to cancel this swap?":"Are you sure you want to cancel this swap?","Yes, Cancel it":"Yes, Cancel it","No, Continue":"No, Continue","Connect {wallet}":["Connect ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"The connection of your wallet or some networks has been disconnected. Connect to continue the swap","Wallet connected successfully.":"Wallet connected successfully.","Delete Transaction":"Delete Transaction","Are you sure you want to delete this swap?":"Are you sure you want to delete this swap?","Yes, Delete it":"Yes, Delete it","No, Cancel":"No, Cancel","Install {wallet}":["Install ",["wallet"]],"Install":"Install","Try Again":"Try Again","Slippage:":"Slippage:","Select Token":"Select Token","Wallet Connected":"Wallet Connected","Your wallet is connected, you can use it to swap.":"Your wallet is connected, you can use it to swap.","Failed to Connect":"Failed to Connect","Your wallet is not connected. Please try again.":"Your wallet is not connected. Please try again.","Connecting to your wallet":"Connecting to your wallet","Click connect in your wallet popup.":"Click connect in your wallet popup.","Select Derivation Path":"Select Derivation Path","In order to connect to {type}, you must first select a Derivation Path":["In order to connect to ",["type"],", you must first select a Derivation Path"],"Choose Derivation Path Template":"Choose Derivation Path Template","Enter Path":"Enter Path","Enter Index":"Enter Index","This wallet can only connect to one chain at a time.":"This wallet can only connect to one chain at a time.","Disconnect wallet":"Disconnect wallet","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.","Add {blockchainDisplayName} Chain":["Add ",["blockchainDisplayName"]," Chain"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Would you like to add the ",["blockchainDisplayName"]," experimental chain to your wallet?"],"Please approve the experimental chain pop-up in your wallet.":"Please approve the experimental chain pop-up in your wallet.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Chain Added"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["The ",["blockchainDisplayName"]," chain has been successfully added to your wallet."],"Request Rejected":"Request Rejected","You've rejected adding {blockchainDisplayName} chain to your wallet.":["You've rejected adding ",["blockchainDisplayName"]," chain to your wallet."],"Disconnect":"Disconnect","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"This wallet supports multiple chains. Choose which chains you\u2019d like to connect.","This wallet can only connect to one chain at a time. ":"This wallet can only connect to one chain at a time. ","Deselect all":"Deselect all","Select all":"Select all","Failed Network, Please retry your swap.":"Failed Network, Please retry your swap.","Please reset your liquidity sources.":"Please reset your liquidity sources.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.","No Routes Found.":"No Routes Found.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.","Bridge Limit Error: Please increase your amount.":"Bridge Limit Error: Please increase your amount.","Bridge Limit Error: Please decrease your amount.":"Bridge Limit Error: Please decrease your amount.","High Price Impact":"High Price Impact","Price impact is too high!":"Price impact is too high!","The price impact is significantly higher than the allowed amount.":"The price impact is significantly higher than the allowed amount.","Confirm high price impact":"Confirm high price impact","Route updated and price impact is too high, try again later!":"Route updated and price impact is too high, try again later!","USD Price Unknown":"USD Price Unknown","USD Price Unknown, Cannot calculate Price Impact.":"USD Price Unknown, Cannot calculate Price Impact.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?","Confirm USD Price Unknown":"Confirm USD Price Unknown","Swap":"Swap","The route goes through Ethereum. Continue?":"The route goes through Ethereum. Continue?","Routes":"Routes","From":"From","To":"To","Light":"Light","Dark":"Dark","Auto":"Auto","Loading failed":"Loading failed","Bridges":"Bridges","Exchanges":"Exchanges","Custom Tokens":"Custom Tokens","Language":"Language","Infinite approval":"Infinite approval","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.","Theme":"Theme","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"The address you entered is duplicate, please enter a new address.","Token Already Exists":"Token Already Exists","There's no need to add this token again because it already exists and is supported by us.":"There's no need to add this token again because it already exists and is supported by us.","Token Not Found":"Token Not Found","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Sorry, no token was found on ",["blockchain"]," chain with the provided address. please make sure you have entered the right token address."],"Network error":"Network error","An error occurred while retrieving token data.":"An error occurred while retrieving token data.","Add Custom Token":"Add Custom Token","Select chain":"Select chain","Enter Address":"Enter Address","Enter token address":"Enter token address","Import":"Import","Confirm Swap":"Confirm Swap","Start Swap":"Start Swap","You get":"You get","Search Token":"Search Token","No custom tokens":"No custom tokens","press the button to add your custom token":"press the button to add your custom token","Delete Custom Token":"Delete Custom Token","Are you sure you want to Delete this Token?":"Are you sure you want to Delete this Token?","Complete":"Complete","Running":"Running","Failed":"Failed","Refuel":"Refuel","Clear":"Clear","Search Transaction":"Search Transaction","No transactions":"No transactions","Your transaction history is stored locally and will appear here after you start a swap":"Your transaction history is stored locally and will appear here after you start a swap","Clear Transaction History":"Clear Transaction History","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Note: This does not erase your transaction history on the chain; it only removes them here.","Yes, Clear the history":"Yes, Clear the history","language":"language","Search {sourceType}":["Search ",["sourceType"]],"Search Chain":"Search Chain","Source":"Source","Destination":"Destination","Swap {type}":["Swap ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?","The request ID is necessary to display the swap details.":"The request ID is necessary to display the swap details.","Connect Wallets":"Connect Wallets","Choose a wallet to connect.":"Choose a wallet to connect.","This week":"This week","This month":"This month","This year":"This year","Slippage must be greater than or equal to 0.01":"Slippage must be greater than or equal to 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Your transaction is at risk of being frontrun due to high slippage tolerance.","Required: >= {min} {symbol}":["Required: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Required: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Required: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Required: < ",["max"]," ",["symbol"]]," for network fee":" for network fee"," for swap":" for swap"," for input and network fee":" for input and network fee","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Needs \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", but you have ",["currentAmount"]," ",["symbol"]," in your ",["blockchain"]," wallet."],"Waiting for other running tasks to be finished":"Waiting for other running tasks to be finished","Waiting for changing wallet network":"Waiting for changing wallet network","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"The network switch could not be completed. Please try again, or switch the network manually in your wallet.","Sunday":"Sunday","Monday":"Monday","Tuesday":"Tuesday","Wednesday":"Wednesday","Thursday":"Thursday","Friday":"Friday","Saturday":"Saturday","Powered By":"Powered By","This token may involve potential security risks; proceed with caution.":"This token may involve potential security risks; proceed with caution.","Aggregated Transaction":"Aggregated Transaction","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Swap on ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Bridge from ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Bridge to ",["toChain"]," via ",["swapper"]],"Completed":"Completed","In progress":"In progress","Waiting for the swap transaction":"Waiting for the swap transaction","Waiting for the bridge transaction":"Waiting for the bridge transaction","Connected Partially":"Connected Partially","Connect other chains":"Connect other chains","Connecting ...":"Connecting ...","Connecting":"Connecting","Disconnected":"Disconnected","you need to pass a correct state to Wallet.":"you need to pass a correct state to Wallet.","There are no notifications.":"There are no notifications.","Clear all":"Clear all","Balance":"Balance","Max":"Max","Select gas chain":"Select gas chain"}`);var si=JSON.parse(`{"No results found":"No hay resultados","Try using different keywords":"Intenta usar diferentes palabras clave","Select Chain":"Seleccionar cadena","All":"Todos","More +{count}":["M\xE1s +",["count"]],"Activate this tab":"Activar esta pesta\xF1a","Another tab is open and handles transactions.":"Otra pesta\xF1a es abierta y maneja transacciones.","Activate current tab":"Activar pesta\xF1a actual","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Actualmente, algunas transacciones se est\xE1n ejecutando y siendo manejadas por otra pesta\xF1a del navegador. Si activa esta pesta\xF1a, todas las transacciones que ya est\xE1n en el paso del signo de transacci\xF3n caducar\xE1n.","Confirm":"Confirmar","Your {blockchainName} wallets":["Tus billeteras ",["blockchainName"]],"Insufficient account balance":"Saldo insuficiente de la cuenta","Proceed anyway":"Proceda de todos modos","You need to connect a {blockchainName} wallet.":["Necesitas conectar un monedero ",["blockchainName"],"."],"Add {chain} chain":["A\xF1adir cadena ",["chain"]],"Chain not connected":"Cadena no conectada","Show more wallets":"Mostrar m\xE1s carteras","Send to a different address":"Enviar a una direcci\xF3n diferente","Enter {blockchainName} address":["Introduzca la direcci\xF3n ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["La direcci\xF3n ",["destination"]," no coincide con el patr\xF3n de direcci\xF3n de la cadena de bloques."],"via":"v\xEDa","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Este token no es parte de nuestra lista de tokens verificados. Verifique su fuente y aseg\xFArese de comprender todos los riesgos asociados antes de continuar.","Import Anyway":"Importar de todos modos","Learn More":"M\xE1s informaci\xF3n","Status":"Estado","Reset":"Reset","Cancel":"Cancelar","Refresh":"Refrescar","Notifications":"Notificaciones","Settings":"Ajustes","History":"Historial","Connect Wallet":"Conectar cartera","Today":"Hoy","Failed Network, Please retry.":"Red fallida, vuelva a intentarlo.","Retry":"Reintentar","Add another custom token":"A\xF1adir otro token personalizado","Swaps steps":"Intercambiar pasos","Connected":"Conectado","Connection failed":"La conexi\xF3n fall\xF3","See why":"Vea por qu\xE9","(Currently not supported)":"(Actualmente no compatible)","Slippage Error":"Error de deslizamiento","Slippage Warning":"Advertencia de deslizamiento","Bridge Limit Error":"Error de l\xEDmite del puente","Yours: {amount} {symbol}":["Tu: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Deslizamiento m\xEDnimo sugerido: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Tu: ",["userSlippage"]],"See All Routes":"Ver todas las rutas","View more info":"Ver m\xE1s informaci\xF3n","Gas & Fee Explanation":"Explicaci\xF3n de gas y comisi\xF3n","Details":"Detalles","Total Payable Fee":"Tarifa total a pagar","Hide non-payable fees":"Ocultar tarifas no pagables","Show non-payable fees":"Mostrar tarifas no pagables","Description":"Descripci\xF3n","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Las siguientes comisiones se consideran en la salida de la transacci\xF3n y\\n no necesitar\xE1s pagar gas adicional por ellas.","Swap input":"Swap input","Estimated output":"Salida estimada","Via:":"V\xEDa:","Chains:":"Cadenas:","Sort by":"Ordenar por","Smart Routing":"Ruta inteligente","Lowest Fee":"Tarifa m\xE1s baja","Fastest Transfer":"Transferencia m\xE1s r\xE1pida","Maximum Return":"Devoluci\xF3n m\xE1xima","Maximum Output":"Salida m\xE1xima","Swapping":"Swapping","Gas cost":"Coste de gas","Receiving":"Recibiendo","Price impact":"Impacto del precio","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Necesitas aumentar el deslizamiento a al menos ",["minRequiredSlippage"]," para esta ruta."],"Increase":"Aumentar","Output amount changed by {percentageChange}% (\${usdValueChange}).":["La cantidad de salida cambi\xF3 en ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Te recomendamos que aumentes el deslizamiento a al menos ",["minRequiredSlippage"]," para esta ruta."],"Caution, your slippage is high.":"Precauci\xF3n, tu deslizamiento es alto.","Change":"Cambiar","High slippage":"Deslizar alto","Low slippage":"Deslizamiento bajo","Caution, your slippage is high. Your trade may be front run.":"Precauci\xF3n, su deslizamiento es alto. Su operaci\xF3n podr\xEDa ser ventajosa.","Swap anyway":"Intercambiar de todos modos","Change Slippage":"Cambio de deslizamiento","Something went wrong":"Algo sali\xF3 mal","Something went wrong. Please refresh the app.":"Algo sali\xF3 mal. Por favor, actualiza la aplicaci\xF3n.","No Routes Found":"No se encontraron rutas","You cannot use the same token for From and To.":"No puedes utilizar el mismo token para Desde y Hasta.","Slippage tolerance per swap":"Tolerancia de deslizamiento por intercambio","Custom":"Personalizado","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Su transacci\xF3n ser\xE1 revertida si el precio cambia desfavorablemente m\xE1s de este porcentaje.","Warning":"Advertencia","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Este ajuste se aplica a cada paso (por ejemplo, 1Inch, Thorchain, etc.), lo que significa que s\xF3lo se revertir\xE1 un paso espec\xEDfico, no toda la ruta.","Slippage cannot be set lower than 0.01%.":"El deslizamiento no se puede establecer por debajo del 0,01%.","Caution, your slippage is high!":"\xA1Precauci\xF3n, su deslizamiento es alto!","Request ID":"ID de Solicitud","Copied To Clipboard":"Copiado al portapapeles","Copy Request ID":"Copiar ID de Solicitud","View on Rango Explorer":"Ver en Rango Explorer","Finished at":"Terminado el","Created at":"Creado el","Swap Details":"Detalles de intercambio","Not found":"No encontrado","Swap with request ID = {requestId} not found.":["Intercambio con ID de solicitud = ",["requestId"]," no encontrado."],"Change Network":"Cambiar red","Network Changed":"Red cambiada","Network Switch Failed":"Fallo del conmutador de red","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Ha recibido ",["amount"]," ",["token"]," en el monedero ",["conciseAddress"]," de la cadena ",["chain"],"."],"Transaction was not sent.":"La transacci\xF3n no fue enviada.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," en ",["blockchain"]," permanece en tu cartera."],"Delete":"Eliminar","Try again":"Int\xE9ntalo de nuevo","View transaction":"Ver transacci\xF3n","Connect":"Conectar","Swap Successful":"Intercambio exitoso","Transaction Failed":"Transacci\xF3n fallida","Done":"Hecho","Diagnosis":"Diagn\xF3stico","See Details":"Ver detalles","Cancel Swap":"Cancelar intercambio","Are you sure you want to cancel this swap?":"\xBFEst\xE1 seguro de que desea cancelar este intercambio?","Yes, Cancel it":"S\xED, cancelarlo","No, Continue":"No, continuar","Connect {wallet}":["Conectar ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Se ha desconectado la conexi\xF3n de tu billetera o de algunas redes. Con\xE9ctate para continuar el intercambio.","Wallet connected successfully.":"Billetera conectada exitosamente","Delete Transaction":"Eliminar transacci\xF3n","Are you sure you want to delete this swap?":"\xBFEst\xE1 seguro de que desea eliminar este intercambio?","Yes, Delete it":"S\xED, eliminarlo","No, Cancel":"No, cancelar","Install {wallet}":["Instalar ",["wallet"]],"Install":"Instalar","Try Again":"Intentar otra vez","Slippage:":"Deslizamiento:","Select Token":"Seleccionar token","Wallet Connected":"Cartera conectada","Your wallet is connected, you can use it to swap.":"Su cartera est\xE1 conectada, puede usarla para intercambiar.","Failed to Connect":"Error al conectar","Your wallet is not connected. Please try again.":"Su cartera no est\xE1 conectada. Por favor, int\xE9ntelo de nuevo.","Connecting to your wallet":"Conectando a su cartera","Click connect in your wallet popup.":"Haga clic en conectar en su ventana emergente.","Select Derivation Path":"Seleccionar ruta de derivaci\xF3n","In order to connect to {type}, you must first select a Derivation Path":["Para conectarse a ",["type"],", primero debe seleccionar una Ruta de Derivaci\xF3n"],"Choose Derivation Path Template":"Elegir plantilla de ruta de derivaci\xF3n","Enter Path":"Introducir ruta","Enter Index":"Introducir \xEDndice","This wallet can only connect to one chain at a time.":"Esta billetera solo puede conectarse a una cadena a la vez.","Disconnect wallet":"Desconectar la billetera","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Esta billetera admite m\xFAltiples cadenas. Elige las que quieras conectar o desconectar.","Add {blockchainDisplayName} Chain":["A\xF1adir cadena ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\xBFQuieres a\xF1adir la cadena experimental ",["blockchainDisplayName"]," a tu cartera?"],"Please approve the experimental chain pop-up in your wallet.":"Por favor, apruebe la cadena experimental emergente en su cartera.","{blockchainDisplayName} Chain Added":["Cadena ",["blockchainDisplayName"]," a\xF1adida"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["La cadena ",["blockchainDisplayName"]," se ha a\xF1adido correctamente a tu cartera."],"Request Rejected":"Solicitud rechazada","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Has rechazado a\xF1adir la cadena ",["blockchainDisplayName"]," a tu cartera."],"Disconnect":"Desconectar","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Esta billetera admite m\xFAltiples cadenas. Elige las que quieras conectar.","This wallet can only connect to one chain at a time. ":"Esta billetera solo puede conectarse a una cadena a la vez. ","Deselect all":"Deseleccionar todo","Select all":"Seleccionar todo","Failed Network, Please retry your swap.":"Red fallida, vuelva a intentar su intercambio.","Please reset your liquidity sources.":"Por favor, reinicie sus fuentes de liquidez.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Usted ha limitado las fuentes de liquidez y esto puede resultar en que Rango no encuentre rutas. Por favor considere restablecer sus fuentes de liquidez.","No Routes Found.":"No se encontraron Rutas.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Razones por las que Rango no pudo encontrar una ruta: baja liquidez en el token, muy baja cantidad de entrada o ninguna ruta disponible para la combinaci\xF3n de entrada/salida seleccionada.","Bridge Limit Error: Please increase your amount.":"Error en el l\xEDmite del puente. Por favor, aumente su cantidad.","Bridge Limit Error: Please decrease your amount.":"Error en el l\xEDmite del puente. Por favor disminuya su cantidad.","High Price Impact":"Impacto de precios altos","Price impact is too high!":"\xA1El impacto de los precios es demasiado alto!","The price impact is significantly higher than the allowed amount.":"El impacto de los precios es significativamente m\xE1s alto que la cantidad permitida.","Confirm high price impact":"Confirmar alto impacto de precio","Route updated and price impact is too high, try again later!":"Ruta actualizada y el impacto de los precios es demasiado alto, int\xE9ntalo de nuevo m\xE1s tarde!","USD Price Unknown":"Precio desconocido USD","USD Price Unknown, Cannot calculate Price Impact.":"Precio USD Desconocido, no se puede calcular el impacto del precio.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Precio USD Desconocido, no se puede calcular el impacto del precio. El impacto del precio puede ser mayor de lo habitual. \xBFEst\xE1 seguro de continuar el swap?","Confirm USD Price Unknown":"Confirmar el precio de USD desconocido","Swap":"Intercambiar","The route goes through Ethereum. Continue?":"La ruta pasa por Ethereum. \xBFContinuar?","Routes":"Rutas","From":"De","To":"A","Light":"Claro","Dark":"Oscuro","Auto":"Auto","Loading failed":"Error al cargar","Bridges":"Puentes","Exchanges":"Intercambios","Custom Tokens":"Tokens personalizados","Language":"Idioma","Infinite approval":"Aprobaci\xF3n infinita","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Habilitar el modo 'Aprobaci\xF3n infinita' otorga acceso sin restricciones a los contratos inteligentes subyacentes, permiti\xE9ndoles utilizar la cantidad de token aprobada sin limitaciones.","Theme":"Tema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"La direcci\xF3n introducida es duplicada, por favor ingrese una nueva direcci\xF3n.","Token Already Exists":"El token ya existe","There's no need to add this token again because it already exists and is supported by us.":"No hay necesidad de a\xF1adir este token de nuevo porque ya existe y est\xE1 soportado por nosotros.","Token Not Found":"Token no encontrado","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Lo sentimos, no se ha encontrado ning\xFAn token en la cadena ",["blockchain"]," con la direcci\xF3n proporcionada. Por favor, aseg\xFArese de que ha introducido la direcci\xF3n correcta del token."],"Network error":"Error de red","An error occurred while retrieving token data.":"Se produjo un error al recuperar los datos del token.","Add Custom Token":"A\xF1adir token personalizado","Select chain":"Seleccionar cadena","Enter Address":"Introducir direcci\xF3n","Enter token address":"Introducir direcci\xF3n de token","Import":"Importar","Confirm Swap":"Confirmar intercambio","Start Swap":"Iniciar intercambio","You get":"Obtienes","Search Token":"Buscar token","No custom tokens":"No hay tokens personalizados","press the button to add your custom token":"pulsa el bot\xF3n para a\xF1adir tu token personalizado","Delete Custom Token":"Eliminar token personalizado","Are you sure you want to Delete this Token?":"\xBFEst\xE1 seguro de que desea eliminar este token?","Complete":"Complete","Running":"Ejecutando","Failed":"Fallo","Refuel":"Repostar","Clear":"Claro","Search Transaction":"Buscar transacci\xF3n","No transactions":"No hay transacciones","Your transaction history is stored locally and will appear here after you start a swap":"Su historial de transacciones se almacena localmente y aparecer\xE1 aqu\xED despu\xE9s de iniciar un intercambio","Clear Transaction History":"Borrar historial de transacciones","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Continuar eliminar\xE1 todas las transacciones exitosas y fallidas del widget. \xBFDesea continuar?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Nota: Esto no borra tu historial de transacciones en la cadena; s\xF3lo los elimina aqu\xED.","Yes, Clear the history":"S\xED, borrar el historial","language":"idioma","Search {sourceType}":["Buscar ",["sourceType"]],"Search Chain":"Buscar Cadena","Source":"Fuente","Destination":"Destino","Swap {type}":["Intercambiar ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Actualmente est\xE1s en modo campa\xF1a con restricciones sobre las fuentes de liquidez. \xBFLe gustar\xEDa desconectar de este modo y hacer uso de todas las fuentes de liquidez disponibles?","The request ID is necessary to display the swap details.":"El ID de solicitud es necesario para mostrar los detalles del intercambio.","Connect Wallets":"Conectar billeteras","Choose a wallet to connect.":"Elija una cartera para conectar.","This week":"Esta semana","This month":"Este mes","This year":"Este a\xF1o","Slippage must be greater than or equal to 0.01":"El deslizamiento debe ser mayor o igual a 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Su transacci\xF3n corre el riesgo de ser adelantada debido a la alta tolerancia al deslizamiento.","Required: >= {min} {symbol}":["Requerido: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Requerido: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Requerido: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Requerido: < ",["max"]," ",["symbol"]]," for network fee":" por comisi\xF3n de red"," for swap":" para intercambio"," for input and network fee":" por entrada y tarifa de red","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Necesitas ",["requiredAmount"]," ",["symbol"],["reason"],", pero tienes ",["currentAmount"]," ",["symbol"]," en tu monedero ",["blockchain"],"."],"Waiting for other running tasks to be finished":"Esperando a que finalicen otras tareas en ejecuci\xF3n","Waiting for changing wallet network":"Esperando a cambiar la red del monedero","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"No se pudo completar el cambio de red. Int\xE9ntalo de nuevo o cambia de red manualmente en tu billetera.","Sunday":"Domingo","Monday":"Lunes","Tuesday":"Martes","Wednesday":"Mi\xE9rcoles","Thursday":"Jueves","Friday":"Viernes","Saturday":"S\xE1bado","Powered By":"Desarrollado por","This token may involve potential security risks; proceed with caution.":"Este token puede implicar posibles riesgos de seguridad; proceda con precauci\xF3n.","Aggregated Transaction":"Transacci\xF3n agregada","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Intercambiar por ",["fromChain"]," v\xEDa ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Puente desde ",["fromChain"]," v\xEDa ",["swapper"]],"Bridge to {toChain} via {swapper}":["Puente a ",["toChain"]," a trav\xE9s de ",["swapper"]],"Completed":"Completado","In progress":"En progreso","Waiting for the swap transaction":"Esperando la transacci\xF3n de intercambio","Waiting for the bridge transaction":"Esperando la transacci\xF3n del puente","Connected Partially":"Conectado parcialmente","Connect other chains":"Conectar otras cadenas","Connecting ...":"Conectando...","Connecting":"Conectando","Disconnected":"Desconectado","you need to pass a correct state to Wallet.":"necesita pasar un estado correcto a Wallet.","There are no notifications.":"No hay notificaciones.","Clear all":"Limpiar todo","Balance":"Saldo","Max":"M\xE1x","Select gas chain":"Seleccionar cadena de gas"}`);var li=JSON.parse(`{"No results found":"Tuloksia ei l\xF6ytynyt","Try using different keywords":"Kokeile k\xE4ytt\xE4\xE4 eri avainsanoja","Select Chain":"Valitse Ketju","All":"Kaikki","More +{count}":["Enemm\xE4n +",["count"]],"Activate this tab":"Aktivoi t\xE4m\xE4 v\xE4lilehti","Another tab is open and handles transactions.":"Toinen v\xE4lilehti on avoin ja k\xE4sittelee tapahtumia.","Activate current tab":"Aktivoi nykyinen v\xE4lilehti","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"T\xE4ll\xE4 hetkell\xE4 jotkin tapahtumat ovat k\xE4ynniss\xE4 ja niit\xE4 k\xE4sitell\xE4\xE4n muilla selainv\xE4lilehdill\xE4. Jos aktivoit t\xE4m\xE4n v\xE4lilehden, kaikki tapahtumat, jotka ovat jo tapahtumakirjautumisvaiheessa, vanhenevat.","Confirm":"Vahvista","Your {blockchainName} wallets":[["blockchainName"]," lompakkoasi"],"Insufficient account balance":"Tilin saldo ei riit\xE4","Proceed anyway":"Jatka joka tapauksessa","You need to connect a {blockchainName} wallet.":["Sinun on yhdistett\xE4v\xE4 ",["blockchainName"]," lompakko."],"Add {chain} chain":["Lis\xE4\xE4 ",["chain"]," ketju"],"Chain not connected":"Ketjua ei ole kytketty","Show more wallets":"N\xE4yt\xE4 lis\xE4\xE4 lompakkoja","Send to a different address":"L\xE4het\xE4 toiseen osoitteeseen","Enter {blockchainName} address":["Sy\xF6t\xE4 ",["blockchainName"]," osoite"],"Address {destination} doesn't match the blockchain address pattern.":["Osoite ",["destination"]," ei vastaa lohkoketjun osoitekuviota."],"via":"kautta","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"T\xE4m\xE4 tunnus ei ole osa vahvistettujen merkkien luetteloamme. tarkista sen l\xE4hde ja varmista, ett\xE4 ymm\xE4rr\xE4t kaikki liittyv\xE4t riskit ennen kuin jatkat.","Import Anyway":"Tuo joka tapauksessa","Learn More":"Lis\xE4tietoja","Status":"Tila","Reset":"Reset","Cancel":"Peruuta","Refresh":"P\xE4ivit\xE4","Notifications":"Ilmoitukset","Settings":"Asetukset","History":"Historia","Connect Wallet":"Yhdist\xE4 Lompakko","Today":"T\xE4n\xE4\xE4n","Failed Network, Please retry.":"Ep\xE4onnistunut verkko, yrit\xE4 uudelleen.","Retry":"Yrit\xE4 Uudelleen","Add another custom token":"Lis\xE4\xE4 toinen mukautettu tunnus","Swaps steps":"Swapin vaiheet","Connected":"Yhdistetty","Connection failed":"Yhteys ep\xE4onnistui","See why":"Katso miksi","(Currently not supported)":"(Ei t\xE4ll\xE4 hetkell\xE4 tuettu)","Slippage Error":"Virhe lipasivulla","Slippage Warning":"lipasivun Varoitus","Bridge Limit Error":"Sillan Rajoitus Virhe","Yours: {amount} {symbol}":["Sinun: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Pienin suositeltu liukuminen: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Sinut: ",["userSlippage"]],"See All Routes":"Katso Kaikki Reitit","View more info":"N\xE4yt\xE4 lis\xE4tiedot","Gas & Fee Explanation":"Kaasun Ja Maksun Selitys","Details":"Yksityiskohdat","Total Payable Fee":"Maksettu Maksu Yhteens\xE4","Hide non-payable fees":"Piilota muut kuin maksetut maksut","Show non-payable fees":"N\xE4yt\xE4 maksamattomat maksut","Description":"Kuvaus","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Seuraavat maksut otetaan huomioon liiketoimen tuotos, ja\\n sinun ei tarvitse maksaa ylim\xE4\xE4r\xE4ist\xE4 kaasua niist\xE4.","Swap input":"Swap input","Estimated output":"Arvioitu tuotos","Via:":"Via:","Chains:":"Ketjut:","Sort by":"J\xE4rjest\xE4","Smart Routing":"\xC4lyk\xE4s Reititys","Lowest Fee":"Alin Maksu","Fastest Transfer":"Nopein Siirto","Maximum Return":"Suurin Palautus","Maximum Output":"Suurin Ulostulo","Swapping":"Swapping","Gas cost":"Kaasun hinta","Receiving":"Vastaanotetaan","Price impact":"Hinnan vaikutus","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Sinun t\xE4ytyy lis\xE4t\xE4 lipsumissivua v\xE4hint\xE4\xE4n ",["minRequiredSlippage"]," t\xE4lle reitille."],"Increase":"Lis\xE4t\xE4","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Tulostusm\xE4\xE4r\xE4\xE4 muutettu ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Suosittelemme, ett\xE4 nostat lipsumisen v\xE4hint\xE4\xE4n ",["minRequiredSlippage"]," t\xE4lle reitille."],"Caution, your slippage is high.":"Varoitus, lipsumisesi on korkea.","Change":"Muuta","High slippage":"Korkea lipsahdus","Low slippage":"Alhainen lipsahdus","Caution, your slippage is high. Your trade may be front run.":"Varoitus, liukastumisasteesi on korkea. Kauppasi saattaa olla etuly\xF6ntiasemassa.","Swap anyway":"Vaihda joka tapauksessa","Change Slippage":"Muutosliukuminen","Something went wrong":"Jokin meni pieleen","Something went wrong. Please refresh the app.":"Jokin meni pieleen. P\xE4ivit\xE4 sovellus.","No Routes Found":"Reittej\xE4 ei l\xF6ytynyt","You cannot use the same token for From and To.":"Et voi k\xE4ytt\xE4\xE4 samaa merkki\xE4 L\xE4hteest\xE4 ja Vastaanottajalle.","Slippage tolerance per swap":"Liu'utuksen toleranssi swapia kohti","Custom":"Mukautettu","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Tapahtumasi palautetaan, jos hinta muuttuu ep\xE4suotuisasti enemm\xE4n kuin t\xE4m\xE4 prosenttiosuus.","Warning":"Varoitus","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"T\xE4t\xE4 asetusta sovelletaan jokaiseen vaiheeseen (esim. 1Inch, Thorchain, jne.), mik\xE4 tarkoittaa vain sit\xE4, ett\xE4 tietty vaihe peruutetaan, ei koko reitti\xE4.","Slippage cannot be set lower than 0.01%.":"Liukumista ei voida asettaa pienemm\xE4ksi kuin 0,01 %.","Caution, your slippage is high!":"Varoitus, liukastumisriskisi on korkea!","Request ID":"Pyyd\xE4 ID","Copied To Clipboard":"Kopioitu Leikep\xF6yd\xE4lle","Copy Request ID":"Kopioi Pyynt\xF6 ID","View on Rango Explorer":"N\xE4yt\xE4 Rango Explorerissa","Finished at":"Valmis klo","Created at":"Luotu klo","Swap Details":"Vaihda Tiedot","Not found":"Ei l\xF6ydy","Swap with request ID = {requestId} not found.":["Vaihda pyynn\xF6n ID = ",["requestId"]," ei l\xF6ytynyt."],"Change Network":"Vaihda Verkkoa","Network Changed":"Verkko Muutettu","Network Switch Failed":"Verkkokytkin ep\xE4onnistui","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Olet saanut ",["amount"]," ",["token"]," ",["conciseAddress"]," -lompakossa ",["chain"]," -ketjussa."],"Transaction was not sent.":"Tapahtumaa ei l\xE4hetetty.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," ",["blockchain"]," j\xE4\xE4 lompakkoosi."],"Delete":"Poista","Try again":"Yrit\xE4 uudelleen","View transaction":"N\xE4yt\xE4 tapahtuma","Connect":"Yhdist\xE4","Swap Successful":"Vaihto Onnistui","Transaction Failed":"Tapahtuma Ep\xE4onnistui","Done":"Valmis","Diagnosis":"Diagnoosi","See Details":"N\xE4yt\xE4 Yksityiskohdat","Cancel Swap":"Peruuta Vaihda","Are you sure you want to cancel this swap?":"Oletko varma, ett\xE4 haluat peruuttaa t\xE4m\xE4n swapin?","Yes, Cancel it":"Kyll\xE4, peruuta se","No, Continue":"Ei, Jatka","Connect {wallet}":["Yhdist\xE4 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Lompakkosi tai joidenkin verkkojen yhteys on katkennut. Yhdist\xE4 jatkaaksesi vaihtoa.","Wallet connected successfully.":"Lompakko yhdistetty onnistuneesti.","Delete Transaction":"Poista Tapahtuma","Are you sure you want to delete this swap?":"Oletko varma, ett\xE4 haluat poistaa t\xE4m\xE4n swapin?","Yes, Delete it":"Kyll\xE4, poista se","No, Cancel":"Ei, Peruuta","Install {wallet}":["Asenna ",["wallet"]],"Install":"Asenna","Try Again":"Yrit\xE4 uudelleen","Slippage:":"Liukuminen:","Select Token":"Valitse Tunnus","Wallet Connected":"Lompakko Yhdistetty","Your wallet is connected, you can use it to swap.":"Lompakkosi on yhdistetty, voit k\xE4ytt\xE4\xE4 sit\xE4 vaihtaaksesi.","Failed to Connect":"Yhteyden muodostaminen ep\xE4onnistui","Your wallet is not connected. Please try again.":"Lompakkosi ei ole yhdistetty. Yrit\xE4 uudelleen.","Connecting to your wallet":"Yhdistet\xE4\xE4n lompakkoon","Click connect in your wallet popup.":"Valitse yhdist\xE4 lompakon ponnahdusikkuna.","Select Derivation Path":"Valitse Derivation Polku","In order to connect to {type}, you must first select a Derivation Path":["Jotta voit muodostaa yhteyden ",["type"],", sinun t\xE4ytyy ensin valita Derivation Path"],"Choose Derivation Path Template":"Valitse Derivation Polku Malli","Enter Path":"Sy\xF6t\xE4 Polku","Enter Index":"Sy\xF6t\xE4 Hakemisto","This wallet can only connect to one chain at a time.":"T\xE4m\xE4 lompakko voi muodostaa yhteyden vain yhteen ketjuun kerrallaan.","Disconnect wallet":"Irrota lompakko","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"T\xE4m\xE4 lompakko tukee useita ketjuja. Valitse, mitk\xE4 ketjut haluat yhdist\xE4\xE4 tai irrottaa.","Add {blockchainDisplayName} Chain":["Lis\xE4\xE4 ",["blockchainDisplayName"]," Ketju"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Haluatko lis\xE4t\xE4 lompakkoon ",["blockchainDisplayName"]," kokeellinen ketju?"],"Please approve the experimental chain pop-up in your wallet.":"Ole hyv\xE4 ja hyv\xE4ksy kokeellinen ketju ponnahdusikkuna lompakossa.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Ketju Lis\xE4tty"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," ketju on onnistuneesti lis\xE4tty lompakkoon."],"Request Rejected":"Pyynt\xF6 Hyl\xE4tty","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Olet hyl\xE4nnyt ",["blockchainDisplayName"]," ketjun lis\xE4\xE4misen lompakkoon."],"Disconnect":"Katkaise","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"T\xE4m\xE4 lompakko tukee useita ketjuja. Valitse, mitk\xE4 ketjut haluat yhdist\xE4\xE4.","This wallet can only connect to one chain at a time. ":"T\xE4m\xE4 lompakko voi muodostaa yhteyden vain yhteen ketjuun kerrallaan. ","Deselect all":"Poista kaikki valinnat","Select all":"Valitse kaikki","Failed Network, Please retry your swap.":"Ep\xE4onnistunut verkko, yrit\xE4 swapisi uudelleen.","Please reset your liquidity sources.":"Ole hyv\xE4 ja nollaa likviditeetin l\xE4hteet.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Olet rajoittanut likviditeettil\xE4hteit\xE4 ja t\xE4m\xE4 saattaa johtaa Rangon l\xF6yt\xE4miseen ilman reittej\xE4. Harkitse likviditeetin l\xE4hteiden uudelleenasettamista.","No Routes Found.":"Reittej\xE4 Ei L\xF6ytynyt.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Syyt miksi Rango ei l\xF6yt\xE4nyt reitti\xE4: alhainen likviditeetti token, hyvin alhainen sy\xF6te m\xE4\xE4r\xE4 tai ei reittej\xE4 k\xE4ytett\xE4viss\xE4 valitun sis\xE4\xE4n- / ulostulo token yhdistelm\xE4.","Bridge Limit Error: Please increase your amount.":"Bridge Limit virhe: Ole hyv\xE4 ja lis\xE4\xE4 summaasi.","Bridge Limit Error: Please decrease your amount.":"Bridge Limit virhe: pienenn\xE4 summaasi.","High Price Impact":"Korkean Hinnan Vaikutus","Price impact is too high!":"Hintavaikutus on liian suuri!","The price impact is significantly higher than the allowed amount.":"Hintavaikutus on huomattavasti suurempi kuin sallittu m\xE4\xE4r\xE4.","Confirm high price impact":"Vahvista hintavaikutus","Route updated and price impact is too high, try again later!":"Reitti p\xE4ivitetty ja hintavaikutus on liian korkea, yrit\xE4 my\xF6hemmin uudelleen!","USD Price Unknown":"Yhdysvaltain Hinta Tuntematon","USD Price Unknown, Cannot calculate Price Impact.":"USD Hinta tuntematon, Ei voida laskea Hintavaikutusta.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD Hinta tuntematon, Ei voida laskea hintavaikutusta. Hintavaikutus voi olla tavallista suurempi. Oletko varma jatkamaan swap?","Confirm USD Price Unknown":"Vahvista USD Hinta Tuntematon","Swap":"Vaihda","The route goes through Ethereum. Continue?":"Reitti kulkee Ethereumin kautta. Jatketaanko?","Routes":"Reitit","From":"Alkaen","To":"Vastaanottaja","Light":"Vaalea","Dark":"Tumma","Auto":"Automaattinen","Loading failed":"Lataus ep\xE4onnistui","Bridges":"Sillat","Exchanges":"P\xF6rssit","Custom Tokens":"Mukautetut Tokenit","Language":"Kieli","Infinite approval":"Loputon hyv\xE4ksynt\xE4","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"P\xE4\xE4llekk\xE4isen hyv\xE4ksynn\xE4n k\xE4ytt\xF6\xF6notto mahdollistaa rajoittamattoman p\xE4\xE4syn taustalla oleviin \xE4lykk\xE4isiin sopimuksiin, jolloin ne voivat k\xE4ytt\xE4\xE4 hyv\xE4ksytty\xE4 symbolin m\xE4\xE4r\xE4\xE4 rajoituksetta.","Theme":"Teema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"Antamasi osoite on kaksoiskappale, kirjoita uusi osoite.","Token Already Exists":"Token Jo Olemassa","There's no need to add this token again because it already exists and is supported by us.":"T\xE4m\xE4n tunnuksen lis\xE4\xE4minen uudelleen ei ole tarpeen, koska se on jo olemassa ja sit\xE4 tukee meid\xE4t.","Token Not Found":"Tunnistetta Ei L\xF6ytynyt","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Anteeksi, tunnus ei l\xF6ytynyt ",["blockchain"]," ketjusta annetun osoitteen kanssa. Varmista, ett\xE4 olet sy\xF6tt\xE4nyt oikeanlaisen token osoitteen."],"Network error":"Verkkovirhe","An error occurred while retrieving token data.":"Tunnustietoja haettaessa tapahtui virhe.","Add Custom Token":"Lis\xE4\xE4 Mukautettu Tunnus","Select chain":"Valitse ketju","Enter Address":"Sy\xF6t\xE4 Osoite","Enter token address":"Sy\xF6t\xE4 tunnisteen osoite","Import":"Tuo","Confirm Swap":"Vahvista Vaihda","Start Swap":"K\xE4ynnist\xE4 Vaihda","You get":"Sin\xE4 saat","Search Token":"Etsi P\xE4\xE4symerkki","No custom tokens":"Ei omia tunnuksia","press the button to add your custom token":"paina painiketta lis\xE4t\xE4ksesi mukautetun tunnuksen","Delete Custom Token":"Poista Mukautettu Tunnus","Are you sure you want to Delete this Token?":"Oletko varma, ett\xE4 haluat poistaa t\xE4m\xE4n polkun?","Complete":"Complete","Running":"K\xE4ynniss\xE4","Failed":"Ep\xE4onnistui","Refuel":"Tankkaa","Clear":"Tyhjenn\xE4","Search Transaction":"Etsi Tapahtuma","No transactions":"Ei tapahtumia","Your transaction history is stored locally and will appear here after you start a swap":"Tapahtumahistoriasi on tallennettu paikallisesti ja se tulee n\xE4kym\xE4\xE4n t\xE4\xE4ll\xE4 swapin k\xE4ynnistymisen j\xE4lkeen","Clear Transaction History":"Tyhjenn\xE4 Tapahtuman Historia","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Jatkaminen poistaa kaikki onnistuneet ja ep\xE4onnistuneet tapahtumat widgetist\xE4. Haluatko jatkaa?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Huom: T\xE4m\xE4 ei poista tapahtumahistoriaasi ketjussa, vaan se poistaa ne vain t\xE4\xE4lt\xE4.","Yes, Clear the history":"Kyll\xE4, Tyhjenn\xE4 historia","language":"kieli","Search {sourceType}":["Hae ",["sourceType"]],"Search Chain":"Etsi Ketju","Source":"L\xE4hde","Destination":"Kohde","Swap {type}":["Vaihda ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"T\xE4ll\xE4 hetkell\xE4 olet kampanjatilassa, jossa on rajoituksia likviditeetin l\xE4hteit\xE4. Haluatko vaihtaa pois t\xE4st\xE4 tilasta ja hy\xF6dynt\xE4\xE4 kaikkia k\xE4ytett\xE4viss\xE4 olevia likviditeetin l\xE4hteit\xE4?","The request ID is necessary to display the swap details.":"Pyynt\xF6 ID on tarpeen n\xE4ytt\xE4\xE4 swapin tiedot.","Connect Wallets":"Yhdist\xE4 Lompakot","Choose a wallet to connect.":"Valitse yhdist\xE4v\xE4 lompakko","This week":"T\xE4ll\xE4 viikolla","This month":"T\xE4ss\xE4 kuussa","This year":"T\xE4n\xE4 vuonna","Slippage must be greater than or equal to 0.01":"Liukuman on oltava suurempi tai yht\xE4 suuri kuin 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Transaktiosi on vaarassa joutua ennakkoon korkean liukumistoleranssin vuoksi.","Required: >= {min} {symbol}":["Pakollinen: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Pakollinen: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Pakollinen: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Pakollinen: < ",["max"]," ",["symbol"]]," for network fee":" verkkomaksua varten"," for swap":" vaihtamista varten"," for input and network fee":" sy\xF6tt\xF6- ja verkkomaksu","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Tarvitsee \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", mutta sinulla on ",["currentAmount"]," ",["symbol"]," lompakossasi ",["blockchain"]," ."],"Waiting for other running tasks to be finished":"Odotetaan, ett\xE4 muut k\xE4ynniss\xE4 olevat teht\xE4v\xE4t valmistuvat","Waiting for changing wallet network":"Odotetaan lompakon verkon vaihtamista","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Verkon vaihtoa ei voitu suorittaa. Yrit\xE4 uudelleen tai vaihda verkko manuaalisesti lompakossasi.","Sunday":"Sunnuntai","Monday":"Maanantai","Tuesday":"Tiistai","Wednesday":"Keskiviikko","Thursday":"Torstai","Friday":"Perjantai","Saturday":"Lauantai","Powered By":"Palvelun Toimittaja","This token may involve potential security risks; proceed with caution.":"T\xE4m\xE4 token voi sis\xE4lt\xE4\xE4 mahdollisia turvallisuusriskej\xE4; jatka varoen.","Aggregated Transaction":"Yhdistetty Tapahtuma","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Vaihda kohtaan ",["fromChain"]," kautta ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Silta pisteest\xE4 ",["fromChain"]," pisteen ",["swapper"],"kautta"],"Bridge to {toChain} via {swapper}":["Silta ",["toChain"]," :n kautta ",["swapper"]],"Completed":"Valmis","In progress":"Toiminto k\xE4ynniss\xE4","Waiting for the swap transaction":"Odotetaan vaihtokauppaa","Waiting for the bridge transaction":"Odotetaan siltatapahtumaa","Connected Partially":"Osittain yhdistetty","Connect other chains":"Yhdist\xE4 muut ketjut","Connecting ...":"Yhdistet\xE4\xE4n ...","Connecting":"Yhdistet\xE4\xE4n","Disconnected":"Yhteys Katkaistu","you need to pass a correct state to Wallet.":"sinun t\xE4ytyy siirt\xE4\xE4 oikea tila Walletiin.","There are no notifications.":"Ilmoituksia ei ole.","Clear all":"Tyhjenn\xE4 kaikki","Balance":"Saldo","Max":"Maksimi","Select gas chain":"Valitse kaasuketju"}`);var ci=JSON.parse(`{"No results found":"Walang nakitang resulta","Try using different keywords":"Subukang gumamit ng iba't ibang mga keyword","Select Chain":"Piliin ang Chain","All":"Lahat","More +{count}":["Higit pa +",["count"]],"Activate this tab":"I-activate ang tab na ito","Another tab is open and handles transactions.":"Ang isa pang tab ay bukas at pinangangasiwaan ang mga transaksyon.","Activate current tab":"I-activate ang kasalukuyang tab","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Sa kasalukuyan, ang ilang mga transaksyon ay tumatakbo at pinangangasiwaan ng ibang tab ng browser. Kung i-activate mo ang tab na ito, mag-e-expire ang lahat ng transaksyon na nasa hakbang sa pag-sign ng transaksyon.","Confirm":"Kumpirmahin","Your {blockchainName} wallets":["Ang iyong ",["blockchainName"]," wallet"],"Insufficient account balance":"Hindi sapat na balanse sa account","Proceed anyway":"Magpatuloy pa rin","You need to connect a {blockchainName} wallet.":["Kailangan mong magkonekta ng ",["blockchainName"]," wallet."],"Add {chain} chain":["Magdagdag ng ",["chain"]," chain"],"Chain not connected":"Hindi konektado ang kadena","Show more wallets":"Magpakita ng higit pang mga wallet","Send to a different address":"Ipadala sa ibang address","Enter {blockchainName} address":["Ilagay ang ",["blockchainName"]," address"],"Address {destination} doesn't match the blockchain address pattern.":["Ang address ",["destination"]," ay hindi tumutugma sa pattern ng address ng blockchain."],"via":"sa pamamagitan ng","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Ang token na ito ay hindi bahagi ng aming na-verify na listahan ng token. paki-verify ang pinagmulan nito at siguraduhing maunawaan ang lahat ng nauugnay na panganib bago magpatuloy.","Import Anyway":"Mag-import pa rin","Learn More":"Matuto pa","Status":"Katayuan","Reset":"I-reset","Cancel":"Kanselahin","Refresh":"I-refresh","Notifications":"Mga abiso","Settings":"Mga setting","History":"Kasaysayan","Connect Wallet":"Ikonekta ang Wallet","Today":"Ngayong araw","Failed Network, Please retry.":"Nabigong Network, Pakisubukang muli.","Retry":"Subukan muli","Add another custom token":"Magdagdag ng isa pang custom na token","Swaps steps":"Nagpapalitan ng mga hakbang","Connected":"Nakakonekta","Connection failed":"Nabigo ang koneksyon","See why":"Tingnan kung bakit","(Currently not supported)":"(Kasalukuyang hindi suportado)","Slippage Error":"Slippage Error","Slippage Warning":"Babala ng slippage","Bridge Limit Error":"Error sa Limitasyon ng Tulay","Yours: {amount} {symbol}":["Sa iyo: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimum na iminungkahing slippage: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Sa iyo: ",["userSlippage"]],"See All Routes":"Tingnan ang Lahat ng Ruta","View more info":"Tingnan ang higit pang impormasyon","Gas & Fee Explanation":"Paliwanag ng Gas at Bayad","Details":"Mga Detalye","Total Payable Fee":"Kabuuang Bayad na Bayad","Hide non-payable fees":"Itago ang mga hindi mababayarang bayarin","Show non-payable fees":"Ipakita ang mga hindi nababayarang bayarin","Description":"Paglalarawan","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Ang mga sumusunod na bayarin ay isinasaalang-alang sa output ng transaksyon at\\n hindi mo na kailangang magbayad ng dagdag na gas para sa kanila.","Swap input":"Magpalit ng input","Estimated output":"Tinantyang output","Via:":"sa pamamagitan ng:","Chains:":"Mga tanikala:","Sort by":"Pagbukud-bukurin ayon sa","Smart Routing":"Smart Routing","Lowest Fee":"Pinakamababang Bayad","Fastest Transfer":"Pinakamabilis na Paglipat","Maximum Return":"Pinakamataas na Pagbabalik","Maximum Output":"Pinakamataas na Output","Swapping":"Pagpapalit","Gas cost":"Gastos sa gas","Receiving":"Pagtanggap","Price impact":"Epekto sa presyo","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Kailangan mong pataasin ang pagdulas sa hindi bababa sa ",["minRequiredSlippage"]," para sa rutang ito."],"Increase":"Taasan","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Ang halaga ng output ay binago ng ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Inirerekomenda namin sa iyo na taasan ang pagdulas sa hindi bababa sa ",["minRequiredSlippage"]," para sa rutang ito."],"Caution, your slippage is high.":"Mag-ingat, mataas ang iyong pagkadulas.","Change":"Baguhin","High slippage":"Mataas na pagdulas","Low slippage":"Mababang slippage","Caution, your slippage is high. Your trade may be front run.":"Mag-ingat, mataas ang iyong pagkadulas. Maaaring front run ang iyong trade.","Swap anyway":"Magpalit pa rin","Change Slippage":"Baguhin ang Slippage","Something went wrong":"Nagkaproblema","Something went wrong. Please refresh the app.":"Nagkaproblema. Paki-refresh ang app.","No Routes Found":"Walang Nahanap na Ruta","You cannot use the same token for From and To.":"Hindi mo maaaring gamitin ang parehong token para sa From and To.","Slippage tolerance per swap":"Pagpapahintulot sa slippage bawat swap","Custom":"Custom","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Ibabalik ang iyong transaksyon kung hindi maganda ang pagbabago sa presyo ng higit sa porsyentong ito.","Warning":"Babala","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Inilapat ang setting na ito sa bawat hakbang (hal. 1Inch, Thorchain, atbp.), ibig sabihin, ang partikular na hakbang lang ang ibabalik, hindi ang buong ruta.","Slippage cannot be set lower than 0.01%.":"Hindi maaaring itakda ang slippage na mas mababa sa 0.01%.","Caution, your slippage is high!":"Mag-ingat, ang iyong pagdulas ay mataas!","Request ID":"Humiling ng ID","Copied To Clipboard":"Kinopya Sa Clipboard","Copy Request ID":"Kopyahin ang Request ID","View on Rango Explorer":"Tingnan sa Rango Explorer","Finished at":"Natapos sa","Created at":"Nilikha sa","Swap Details":"Pagpalitin ang mga Detalye","Not found":"Hindi nahanap","Swap with request ID = {requestId} not found.":["Magpalit gamit ang request ID = ",["requestId"]," hindi nahanap."],"Change Network":"Baguhin ang Network","Network Changed":"Binago ang Network","Network Switch Failed":"Nabigo ang Network Switch","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Nakatanggap ka ng ",["amount"]," ",["token"]," sa ",["conciseAddress"]," wallet sa ",["chain"]," chain."],"Transaction was not sent.":"Hindi naipadala ang transaksyon.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," sa ",["blockchain"]," nananatili sa iyong wallet."],"Delete":"Tanggalin","Try again":"Subukan muli","View transaction":"Tingnan ang transaksyon","Connect":"Kumonekta","Swap Successful":"Matagumpay na Pagpalit","Transaction Failed":"Nabigo ang Transaksyon","Done":"Tapos na","Diagnosis":"Diagnosis","See Details":"Tingnan ang Mga Detalye","Cancel Swap":"Kanselahin ang Pagpalit","Are you sure you want to cancel this swap?":"Sigurado ka bang gusto mong kanselahin ang swap na ito?","Yes, Cancel it":"Oo, Kanselahin ito","No, Continue":"Hindi, Magpatuloy","Connect {wallet}":["Kumonekta ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Ang koneksyon ng iyong wallet o ilang network ay nadiskonekta. Kumonekta upang ipagpatuloy ang pagpapalit","Wallet connected successfully.":"Matagumpay na nakakonekta ang wallet.","Delete Transaction":"Tanggalin ang Transaksyon","Are you sure you want to delete this swap?":"Sigurado ka bang gusto mong tanggalin ang swap na ito?","Yes, Delete it":"Oo, Tanggalin ito","No, Cancel":"Hindi, Kanselahin","Install {wallet}":["I-install ang ",["wallet"]],"Install":"I-install","Try Again":"Subukan Muli","Slippage:":"slippage:","Select Token":"Piliin ang Token","Wallet Connected":"Nakakonekta ang Wallet","Your wallet is connected, you can use it to swap.":"Ang iyong wallet ay konektado, maaari mo itong gamitin upang makipagpalitan.","Failed to Connect":"Nabigong Kumonekta","Your wallet is not connected. Please try again.":"Hindi konektado ang iyong wallet. Pakisubukang muli.","Connecting to your wallet":"Kumokonekta sa iyong wallet","Click connect in your wallet popup.":"I-click ang kumonekta sa popup ng iyong wallet.","Select Derivation Path":"Piliin ang Derivation Path","In order to connect to {type}, you must first select a Derivation Path":["Para makakonekta sa ",["type"],", kailangan mo munang pumili ng Derivation Path"],"Choose Derivation Path Template":"Piliin ang Template ng Derivation Path","Enter Path":"Ipasok ang Path","Enter Index":"Ipasok ang Index","This wallet can only connect to one chain at a time.":"Ang wallet na ito ay maaari lamang kumonekta sa isang chain sa isang pagkakataon.","Disconnect wallet":"Idiskonekta ang wallet","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Sinusuportahan ng wallet na ito ang maraming chain. Piliin kung aling mga chain ang gusto mong ikonekta o idiskonekta.","Add {blockchainDisplayName} Chain":["Magdagdag ng ",["blockchainDisplayName"]," Chain"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Gusto mo bang idagdag ang ",["blockchainDisplayName"]," pang-eksperimentong chain sa iyong wallet?"],"Please approve the experimental chain pop-up in your wallet.":"Mangyaring aprubahan ang pang-eksperimentong chain pop-up sa iyong wallet.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Naidagdag ang Chain"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Ang ",["blockchainDisplayName"]," chain ay matagumpay na naidagdag sa iyong wallet."],"Request Rejected":"Tinanggihan ang Kahilingan","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Tinanggihan mo ang pagdaragdag ng ",["blockchainDisplayName"]," chain sa iyong wallet."],"Disconnect":"Idiskonekta","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Sinusuportahan ng wallet na ito ang maraming chain. Piliin kung aling mga chain ang gusto mong ikonekta.","This wallet can only connect to one chain at a time. ":"Ang wallet na ito ay maaari lamang kumonekta sa isang chain sa isang pagkakataon. ","Deselect all":"Alisin sa pagkakapili ang lahat","Select all":"Piliin lahat","Failed Network, Please retry your swap.":"Nabigong Network, Pakisubukang muli ang iyong swap.","Please reset your liquidity sources.":"Paki-reset ang iyong mga mapagkukunan ng pagkatubig.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Nilimitahan mo ang mga mapagkukunan ng pagkatubig at maaaring magresulta ito sa Rango na walang mahanap na mga ruta. Mangyaring isaalang-alang ang pag-reset ng iyong mga mapagkukunan ng pagkatubig.","No Routes Found.":"Walang Nahanap na Ruta.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Mga dahilan kung bakit hindi makahanap ng ruta ang Rango: mababang liquidity sa token, napakababang halaga ng input o walang available na ruta para sa napiling kumbinasyon ng input/output token.","Bridge Limit Error: Please increase your amount.":"Bridge Limit Error: Pakidagdagan ang iyong halaga.","Bridge Limit Error: Please decrease your amount.":"Bridge Limit Error: Mangyaring bawasan ang iyong halaga.","High Price Impact":"Mataas na Epekto sa Presyo","Price impact is too high!":"Masyadong mataas ang epekto sa presyo!","The price impact is significantly higher than the allowed amount.":"Ang epekto sa presyo ay makabuluhang mas mataas kaysa sa pinapayagang halaga.","Confirm high price impact":"Kumpirmahin ang epekto ng mataas na presyo","Route updated and price impact is too high, try again later!":"Na-update ang ruta at masyadong mataas ang epekto sa presyo, subukang muli sa ibang pagkakataon!","USD Price Unknown":"Hindi Alam ang Presyo ng USD","USD Price Unknown, Cannot calculate Price Impact.":"Hindi Alam ang Presyo ng USD, Hindi makalkula ang Epekto sa Presyo.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Hindi Alam ang Presyo ng USD, Hindi makalkula ang Epekto sa Presyo. Maaaring mas mataas ang epekto sa presyo kaysa karaniwan. Sigurado ka bang ipagpapatuloy ang Swap?","Confirm USD Price Unknown":"Kumpirmahin ang Presyong USD Hindi Alam","Swap":"Magpalit","The route goes through Ethereum. Continue?":"Ang ruta ay dumadaan sa Ethereum. Magpatuloy?","Routes":"Mga Ruta","From":"Mula sa","To":"Upang","Light":"Liwanag","Dark":"Madilim","Auto":"Auto","Loading failed":"Nabigo ang paglo-load","Bridges":"Mga tulay","Exchanges":"Mga palitan","Custom Tokens":"Mga Custom na Token","Language":"Wika","Infinite approval":"Walang katapusang pag-apruba","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Ang pag-enable sa 'Infinite approval' na mode ay nagbibigay ng hindi pinaghihigpitang access sa mga pinagbabatayan na smart contract, na nagpapahintulot sa kanila na gamitin ang naaprubahang halaga ng token nang walang limitasyon.","Theme":"Tema","Duplicate Token":"Duplicate na Token","The address you entered is duplicate, please enter a new address.":"Ang address na iyong inilagay ay duplicate, mangyaring magpasok ng bagong address.","Token Already Exists":"Umiiral na ang Token","There's no need to add this token again because it already exists and is supported by us.":"Hindi na kailangang idagdag muli ang token na ito dahil mayroon na ito at sinusuportahan namin.","Token Not Found":"Hindi Natagpuan ang Token","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Paumanhin, walang nakitang token sa ",["blockchain"]," chain na may ibinigay na address. pakitiyak na naipasok mo ang tamang token address."],"Network error":"Error sa network","An error occurred while retrieving token data.":"Nagkaroon ng error habang kinukuha ang data ng token.","Add Custom Token":"Magdagdag ng Custom Token","Select chain":"Pumili ng chain","Enter Address":"Ilagay ang Address","Enter token address":"Ilagay ang token address","Import":"Mag-import","Confirm Swap":"Kumpirmahin ang Swap","Start Swap":"Simulan ang Swap","You get":"Nakukuha mo","Search Token":"Maghanap ng Token","No custom tokens":"Walang custom na token","press the button to add your custom token":"pindutin ang button para idagdag ang iyong custom na token","Delete Custom Token":"Tanggalin ang Custom Token","Are you sure you want to Delete this Token?":"Sigurado ka bang gusto mong Tanggalin ang Token na ito?","Complete":"Kumpleto","Running":"Tumatakbo","Failed":"Nabigo","Refuel":"Mag-gasolina","Clear":"Maaliwalas","Search Transaction":"Transaksyon sa Paghahanap","No transactions":"Walang transaksyon","Your transaction history is stored locally and will appear here after you start a swap":"Ang iyong kasaysayan ng transaksyon ay lokal na naka-imbak at lalabas dito pagkatapos mong simulan ang isang swap","Clear Transaction History":"I-clear ang History ng Transaksyon","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Aalisin ng pagpapatuloy ang lahat ng matagumpay at nabigong transaksyon mula sa widget. Gusto mo bang magpatuloy?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Tandaan: Hindi nito binubura ang iyong history ng transaksyon sa chain; inaalis lang sila dito.","Yes, Clear the history":"Oo, I-clear ang kasaysayan","language":"wika","Search {sourceType}":["Maghanap ",["sourceType"]],"Search Chain":"Chain ng Paghahanap","Source":"Pinagmulan","Destination":"Patutunguhan","Swap {type}":["Magpalit ng ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Sa kasalukuyan, nasa campaign mode ka na may mga paghihigpit sa mga source ng liquidity. Gusto mo bang umalis sa mode na ito at gamitin ang lahat ng available na mapagkukunan ng pagkatubig?","The request ID is necessary to display the swap details.":"Kinakailangan ang request ID para ipakita ang mga detalye ng swap.","Connect Wallets":"Ikonekta ang mga Wallets","Choose a wallet to connect.":"Pumili ng wallet upang kumonekta.","This week":"Ngayong linggo","This month":"Ngayong buwan","This year":"Ngayong taon","Slippage must be greater than or equal to 0.01":"Ang slippage ay dapat na mas malaki sa o katumbas ng 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Ang iyong transaksyon ay nasa panganib na maging frontrun dahil sa mataas na slippage tolerance.","Required: >= {min} {symbol}":["Kinakailangan: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Kinakailangan: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Kinakailangan: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Kinakailangan: < ",["max"]," ",["symbol"]]," for network fee":" para sa bayad sa network"," for swap":" para sa swap"," for input and network fee":" para sa input at bayad sa network","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Kailangan ng \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", ngunit mayroon kang ",["currentAmount"]," ",["symbol"]," sa iyong ",["blockchain"]," wallet."],"Waiting for other running tasks to be finished":"Naghihintay na matapos ang iba pang tumatakbong gawain","Waiting for changing wallet network":"Naghihintay para sa pagpapalit ng network ng wallet","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Hindi makumpleto ang switch ng network. Pakisubukang muli, o manu-manong ilipat ang network sa iyong wallet.","Sunday":"Linggo","Monday":"Lunes","Tuesday":"Martes","Wednesday":"Miyerkules","Thursday":"Huwebes","Friday":"Biyernes","Saturday":"Sabado","Powered By":"Pinapatakbo ng","This token may involve potential security risks; proceed with caution.":"Ang token na ito ay maaaring may kasamang mga potensyal na panganib sa seguridad; magpatuloy nang may pag-iingat.","Aggregated Transaction":"Pinagsama-samang Transaksyon","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Magpalit sa ",["fromChain"]," sa pamamagitan ng ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Tulay mula sa ",["fromChain"]," sa pamamagitan ng ",["swapper"]],"Bridge to {toChain} via {swapper}":["Tulay sa ",["toChain"]," sa pamamagitan ng ",["swapper"]],"Completed":"Nakumpleto","In progress":"Isinasagawa","Waiting for the swap transaction":"Naghihintay para sa swap transaction","Waiting for the bridge transaction":"Naghihintay para sa bridge transaction","Connected Partially":"Bahagyang Nakakonekta","Connect other chains":"Ikonekta ang iba pang mga chain","Connecting ...":"Kumokonekta...","Connecting":"Kumokonekta","Disconnected":"Nadiskonekta","you need to pass a correct state to Wallet.":"kailangan mong ipasa ang tamang estado sa Wallet.","There are no notifications.":"Walang mga notification.","Clear all":"I-clear lahat","Balance":"Balanse","Max":"Max","Select gas chain":"Pumili ng chain ng gas"}`);var ui=JSON.parse(`{"No results found":"Aucun r\xE9sultat trouv\xE9","Try using different keywords":"Essayez d'utiliser diff\xE9rents mots-cl\xE9s","Select Chain":"S\xE9lectionner une cha\xEEne","All":"Tous","More +{count}":["Plus +",["count"]],"Activate this tab":"Activer cet onglet","Another tab is open and handles transactions.":"Un autre onglet est ouvert et g\xE8re les transactions.","Activate current tab":"Activer l'onglet actuel","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Actuellement, certaines transactions sont en cours d'ex\xE9cution et sont g\xE9r\xE9es par un autre onglet du navigateur. Si vous activez cet onglet, toutes les transactions qui sont d\xE9j\xE0 dans l'\xE9tape de signature de la transaction expireront.","Confirm":"Valider","Your {blockchainName} wallets":["Vos portefeuilles ",["blockchainName"]],"Insufficient account balance":"Solde du compte insuffisant","Proceed anyway":"Continuer quand m\xEAme","You need to connect a {blockchainName} wallet.":["Vous devez connecter un portefeuille ",["blockchainName"],"."],"Add {chain} chain":["Ajouter une cha\xEEne ",["chain"]],"Chain not connected":"Cha\xEEne non connect\xE9e","Show more wallets":"Afficher plus de portefeuilles","Send to a different address":"Envoyer \xE0 une autre adresse","Enter {blockchainName} address":["Entrez l'adresse ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["L'adresse ",["destination"]," ne correspond pas au mod\xE8le d'adresse blockchain."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Ce jeton ne fait pas partie de notre liste de jetons v\xE9rifi\xE9s. Veuillez v\xE9rifier sa source et assurez-vous de comprendre tous les risques associ\xE9s avant de continuer.","Import Anyway":"Importer quand m\xEAme","Learn More":"Apprendre encore plus","Status":"Statut","Reset":"Reset","Cancel":"Abandonner","Refresh":"Rafra\xEEchir","Notifications":"Notifications","Settings":"R\xE9glages","History":"Historique","Connect Wallet":"Connecter le portefeuille","Today":"Aujourd'hui","Failed Network, Please retry.":"R\xE9seau \xE9chou\xE9, veuillez r\xE9essayer.","Retry":"R\xE9essayer","Add another custom token":"Ajouter un autre jeton personnalis\xE9","Swaps steps":"\xC9tapes d'\xE9change","Connected":"Connect\xE9","Connection failed":"La connexion a \xE9chou\xE9","See why":"D\xE9couvrez pourquoi","(Currently not supported)":"(Actuellement non pris en charge)","Slippage Error":"Erreur de Slippage","Slippage Warning":"Avertissement de Slippage","Bridge Limit Error":"Erreur de limite de pont","Yours: {amount} {symbol}":["Vous: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Glissement minimum sugg\xE9r\xE9 : ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Votre: ",["userSlippage"]],"See All Routes":"Voir toutes les routes","View more info":"Voir plus d'infos","Gas & Fee Explanation":"Explication du gaz et des frais","Details":"D\xE9tails du produit","Total Payable Fee":"Total des frais payables","Hide non-payable fees":"Masquer les frais non payables","Show non-payable fees":"Afficher les frais non payants","Description":"Libell\xE9","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Les frais suivants sont pris en compte dans la production de la transaction et\\n vous n'aurez pas besoin de payer du gaz suppl\xE9mentaire pour eux.","Swap input":"Swap input","Estimated output":"Sortie estim\xE9e","Via:":"Via:","Chains:":"Cha\xEEnes :","Sort by":"Trier par","Smart Routing":"Routage intelligent","Lowest Fee":"Frais les plus bas","Fastest Transfer":"Transfert le plus rapide","Maximum Return":"Retour maximum","Maximum Output":"Sortie maximale","Swapping":"Swapping","Gas cost":"Co\xFBt du gaz","Receiving":"R\xE9ception en cours","Price impact":"Impact des prix","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Vous devez augmenter le slippage \xE0 au moins ",["minRequiredSlippage"]," pour cette route."],"Increase":"Augmenter","Output amount changed by {percentageChange}% (\${usdValueChange}).":["La quantit\xE9 de sortie a chang\xE9 de ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Nous vous recommandons d'augmenter le slippage \xE0 au moins ",["minRequiredSlippage"]," pour cette route."],"Caution, your slippage is high.":"Attention, votre slippage est \xE9lev\xE9.","Change":"Changement","High slippage":"Haut slippage","Low slippage":"Slippage bas","Caution, your slippage is high. Your trade may be front run.":"Attention, votre slippage est \xE9lev\xE9. Votre transaction pourrait \xEAtre en avance.","Swap anyway":"Permuter quand m\xEAme","Change Slippage":"Changement de glissement","Something went wrong":"Quelque chose s'est mal pass\xE9","Something went wrong. Please refresh the app.":"Une erreur s'est produite. Veuillez actualiser l'application.","No Routes Found":"Aucun itin\xE9raire trouv\xE9","You cannot use the same token for From and To.":"Vous ne pouvez pas utiliser le m\xEAme jeton pour De et \xC0.","Slippage tolerance per swap":"Tol\xE9rance avec glissement par swap","Custom":"Personnalis\xE9","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Votre transaction sera annul\xE9e si le prix change d\xE9favorablement de plus de ce pourcentage.","Warning":"Avertissement","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Ce param\xE8tre est appliqu\xE9 \xE0 chaque \xE9tape (par exemple, 1Inch, Thorchain, etc.), ce qui signifie que seule cette \xE9tape sp\xE9cifique sera annul\xE9e, pas la route enti\xE8re.","Slippage cannot be set lower than 0.01%.":"Le glissement ne peut pas \xEAtre r\xE9gl\xE9 \xE0 moins de 0,01 %.","Caution, your slippage is high!":"Attention, votre d\xE9rapage est \xE9lev\xE9 !","Request ID":"ID de la requ\xEAte","Copied To Clipboard":"Copi\xE9 dans le presse-papiers","Copy Request ID":"Copier l'ID de la requ\xEAte","View on Rango Explorer":"Voir sur Rango Explorer","Finished at":"Termin\xE9 \xE0","Created at":"Cr\xE9\xE9 le","Swap Details":"Permuter les d\xE9tails","Not found":"Non trouv\xE9","Swap with request ID = {requestId} not found.":["L'\xE9change avec la requ\xEAte ID = ",["requestId"]," est introuvable."],"Change Network":"Changer de r\xE9seau","Network Changed":"R\xE9seau modifi\xE9","Network Switch Failed":"\xC9chec du commutateur r\xE9seau","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Vous avez re\xE7u ",["amount"]," ",["token"]," dans un portefeuille ",["conciseAddress"]," sur la cha\xEEne ",["chain"],"."],"Transaction was not sent.":"La transaction n'a pas \xE9t\xE9 envoy\xE9e.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," sur ",["blockchain"]," reste dans votre portefeuille."],"Delete":"Supprimez","Try again":"R\xE9essayez","View transaction":"Voir la transaction","Connect":"Connecter","Swap Successful":"Echange R\xE9ussi","Transaction Failed":"La transaction a \xE9chou\xE9","Done":"Fait","Diagnosis":"Diagnostic","See Details":"Voir les d\xE9tails","Cancel Swap":"Annuler l'\xE9change","Are you sure you want to cancel this swap?":"\xCAtes-vous s\xFBr de vouloir annuler cet \xE9change ?","Yes, Cancel it":"Oui, annuler","No, Continue":"Non, continuer","Connect {wallet}":["Connecter ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"La connexion de votre portefeuille ou de certains r\xE9seaux a \xE9t\xE9 interrompue. Connectez-vous pour poursuivre l'\xE9change.","Wallet connected successfully.":"Portefeuille connect\xE9 avec succ\xE8s.","Delete Transaction":"Supprimer la transaction","Are you sure you want to delete this swap?":"\xCAtes-vous s\xFBr de vouloir supprimer cet \xE9change ?","Yes, Delete it":"Oui, supprimer","No, Cancel":"Non, Annuler","Install {wallet}":["Installer ",["wallet"]],"Install":"Installer","Try Again":"Essayer \xE0 nouveau","Slippage:":"Glissement :","Select Token":"S\xE9lectionner un jeton","Wallet Connected":"Portefeuille connect\xE9","Your wallet is connected, you can use it to swap.":"Votre portefeuille est connect\xE9, vous pouvez l'utiliser pour \xE9changer.","Failed to Connect":"\xC9chec de la connexion","Your wallet is not connected. Please try again.":"Votre portefeuille n'est pas connect\xE9. Veuillez r\xE9essayer.","Connecting to your wallet":"Connexion \xE0 votre portefeuille","Click connect in your wallet popup.":"Cliquez sur se connecter dans la fen\xEAtre pop-up de votre portefeuille.","Select Derivation Path":"S\xE9lectionner le chemin de d\xE9rivation","In order to connect to {type}, you must first select a Derivation Path":["Pour vous connecter \xE0 ",["type"],", vous devez d'abord s\xE9lectionner un chemin de d\xE9rivation"],"Choose Derivation Path Template":"Choisir le mod\xE8le de chemin de d\xE9rivation","Enter Path":"Entrez le chemin d'acc\xE8s","Enter Index":"Entrer l'index","This wallet can only connect to one chain at a time.":"Ce portefeuille ne peut se connecter qu'\xE0 une seule cha\xEEne \xE0 la fois.","Disconnect wallet":"D\xE9connecter le portefeuille","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Ce portefeuille prend en charge plusieurs cha\xEEnes. Choisissez celles que vous souhaitez connecter ou d\xE9connecter.","Add {blockchainDisplayName} Chain":["Ajouter une cha\xEEne ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Voulez-vous ajouter la cha\xEEne exp\xE9rimentale ",["blockchainDisplayName"]," \xE0 votre portefeuille?"],"Please approve the experimental chain pop-up in your wallet.":"Veuillez approuver la popup de la cha\xEEne exp\xE9rimentale dans votre portefeuille.","{blockchainDisplayName} Chain Added":["Cha\xEEne ",["blockchainDisplayName"]," ajout\xE9e"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["La cha\xEEne ",["blockchainDisplayName"]," a \xE9t\xE9 ajout\xE9e avec succ\xE8s \xE0 votre portefeuille."],"Request Rejected":"Demande rejet\xE9e","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Vous avez rejet\xE9 l'ajout de la cha\xEEne ",["blockchainDisplayName"]," \xE0 votre portefeuille."],"Disconnect":"D\xE9connecter","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Ce portefeuille prend en charge plusieurs cha\xEEnes. Choisissez celles que vous souhaitez connecter.","This wallet can only connect to one chain at a time. ":"Ce portefeuille ne peut se connecter qu'\xE0 une seule cha\xEEne \xE0 la fois. ","Deselect all":"D\xE9s\xE9lectionner tout","Select all":"Tout s\xE9lectionner","Failed Network, Please retry your swap.":"R\xE9seau \xE9chou\xE9, veuillez r\xE9essayer votre swap.","Please reset your liquidity sources.":"Veuillez r\xE9initialiser vos sources de liquidit\xE9s.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Vous avez limit\xE9 les sources de liquidit\xE9s et cela pourrait conduire \xE0 ce que Rango ne trouve aucune voie. Veuillez envisager de r\xE9initialiser vos sources de liquidit\xE9.","No Routes Found.":"Aucune route trouv\xE9e.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Raison pour laquelle Rango n'a pas pu trouver de route : faible liquidit\xE9 sur jeton, tr\xE8s faible quantit\xE9 d'entr\xE9e ou aucune route disponible pour la combinaison de jeton d'entr\xE9e/sortie s\xE9lectionn\xE9e.","Bridge Limit Error: Please increase your amount.":"Erreur de limite de pont : veuillez augmenter votre montant.","Bridge Limit Error: Please decrease your amount.":"Erreur de limite de pont : veuillez r\xE9duire votre montant.","High Price Impact":"Impact sur les prix \xE9lev\xE9s","Price impact is too high!":"L'impact sur les prix est trop \xE9lev\xE9!","The price impact is significantly higher than the allowed amount.":"L'impact sur les prix est nettement plus \xE9lev\xE9 que le montant autoris\xE9.","Confirm high price impact":"Confirmer l'impact \xE9lev\xE9 du prix","Route updated and price impact is too high, try again later!":"La mise \xE0 jour de la route et l'impact des prix est trop \xE9lev\xE9, r\xE9essayez plus tard!","USD Price Unknown":"Prix USD inconnu","USD Price Unknown, Cannot calculate Price Impact.":"Prix USD inconnu, impossible de calculer l'impact des prix.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Prix USD inconnu, impossible de calculer l'impact des prix. L'impact sur le prix peut \xEAtre plus \xE9lev\xE9 que d'habitude. \xCAtes-vous s\xFBr de vouloir continuer le swap?","Confirm USD Price Unknown":"Confirmer le prix en USD inconnu","Swap":"Permuter","The route goes through Ethereum. Continue?":"L'itin\xE9raire passe par Ethereum. Continuer ?","Routes":"Routes","From":"A partir de","To":"\xC0","Light":"Lumi\xE8re","Dark":"Sombre","Auto":"Automatique","Loading failed":"\xC9chec du chargement","Bridges":"Ponts de connexion","Exchanges":"\xC9changes","Custom Tokens":"Jetons personnalis\xE9s","Language":"Langue","Infinite approval":"Approbation infinie","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"L'activation du mode \\"Approbation infinie\\" donne un acc\xE8s illimit\xE9 aux contrats intelligents sous-jacents, leur permettant d'utiliser le montant de jeton approuv\xE9 sans restrictions.","Theme":"Th\xE8me","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"L'adresse que vous avez saisie est dupliqu\xE9e, veuillez entrer une nouvelle adresse.","Token Already Exists":"Le jeton existe d\xE9j\xE0","There's no need to add this token again because it already exists and is supported by us.":"Il n'y a pas besoin d'ajouter ce jeton \xE0 nouveau car il existe d\xE9j\xE0 et est support\xE9 par nous.","Token Not Found":"Jeton introuvable","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["D\xE9sol\xE9, aucun jeton n'a \xE9t\xE9 trouv\xE9 sur la cha\xEEne ",["blockchain"]," avec l'adresse fournie. Veuillez vous assurer que vous avez entr\xE9 la bonne adresse de jeton."],"Network error":"Erreur r\xE9seau","An error occurred while retrieving token data.":"Une erreur s'est produite lors de la r\xE9cup\xE9ration des donn\xE9es du jeton.","Add Custom Token":"Ajouter un jeton personnalis\xE9","Select chain":"S\xE9lectionner une cha\xEEne","Enter Address":"Entrer une adresse","Enter token address":"Entrez l'adresse du jeton","Import":"Importation","Confirm Swap":"Confirmer l'\xE9change","Start Swap":"D\xE9but de l'\xE9change","You get":"Vous obtenez","Search Token":"Jeton de recherche","No custom tokens":"Aucun jeton personnalis\xE9","press the button to add your custom token":"appuyez sur le bouton pour ajouter votre jeton personnalis\xE9","Delete Custom Token":"Supprimer le jeton personnalis\xE9","Are you sure you want to Delete this Token?":"\xCAtes-vous s\xFBr de vouloir supprimer ce jeton ?","Complete":"Complete","Running":"En cours d'ex\xE9cution","Failed":"Echou\xE9","Refuel":"Ravitailler","Clear":"Nettoyer","Search Transaction":"Rechercher une transaction","No transactions":"Aucune transaction","Your transaction history is stored locally and will appear here after you start a swap":"Votre historique de transaction est stock\xE9 localement et appara\xEEtra ici apr\xE8s avoir d\xE9marr\xE9 un swap","Clear Transaction History":"Effacer l'historique des transactions","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Continuer supprimera toutes les transactions r\xE9ussies et \xE9chou\xE9es du widget. Voulez-vous continuer ?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Note: Cela n'efface pas votre historique de transactions dans la cha\xEEne; cela ne les supprime que ici.","Yes, Clear the history":"Oui, effacer l'historique","language":"Langue","Search {sourceType}":["Rechercher dans ",["sourceType"]],"Search Chain":"Cha\xEEne de recherche","Source":"Source","Destination":"Destination","Swap {type}":["\xC9changer ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Actuellement, vous \xEAtes en mode campagne avec des restrictions sur les sources de liquidit\xE9s. Voulez-vous sortir de ce mode et utiliser toutes les sources de liquidit\xE9s disponibles ?","The request ID is necessary to display the swap details.":"L'identifiant de la requ\xEAte est n\xE9cessaire pour afficher les d\xE9tails du swap.","Connect Wallets":"Connecter les portefeuilles","Choose a wallet to connect.":"Choisissez un portefeuille \xE0 connecter.","This week":"Cette semaine","This month":"Ce mois-ci","This year":"Cette ann\xE9e","Slippage must be greater than or equal to 0.01":"Le glissement doit \xEAtre sup\xE9rieur ou \xE9gal \xE0 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Votre transaction risque d'\xEAtre d\xE9pass\xE9e en raison d'une tol\xE9rance \xE9lev\xE9e au glissement.","Required: >= {min} {symbol}":["Requis: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Requis: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Requis: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Requis: < ",["max"]," ",["symbol"]]," for network fee":" pour frais de r\xE9seau"," for swap":" pour swap"," for input and network fee":" pour les frais d'entr\xE9e et de r\xE9seau","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["N\xE9cessite \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", mais vous avez ",["currentAmount"]," ",["symbol"]," dans votre portefeuille ",["blockchain"]," ."],"Waiting for other running tasks to be finished":"En attente de la fin des autres t\xE2ches en cours","Waiting for changing wallet network":"En attente de changement de r\xE9seau du portefeuille","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Le changement de r\xE9seau n'a pas pu \xEAtre effectu\xE9. Veuillez r\xE9essayer ou changer de r\xE9seau manuellement dans votre portefeuille.","Sunday":"Dimanche","Monday":"Lundi","Tuesday":"Mardi","Wednesday":"Mercredi","Thursday":"Jeudi","Friday":"Vendredi","Saturday":"Samedi","Powered By":"Propuls\xE9 par","This token may involve potential security risks; proceed with caution.":"Ce jeton peut comporter des risques de s\xE9curit\xE9 potentiels\xA0; proc\xE9dez avec prudence.","Aggregated Transaction":"Transaction agr\xE9g\xE9e","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\xC9changer sur ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Pont de ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Pont vers ",["toChain"]," via ",["swapper"]],"Completed":"Termin\xE9","In progress":"En cours","Waiting for the swap transaction":"En attente de la transaction d'\xE9change","Waiting for the bridge transaction":"En attente de la transaction de pont","Connected Partially":"Connect\xE9 partiellement","Connect other chains":"Connecter d'autres cha\xEEnes","Connecting ...":"Connexion en cours...","Connecting":"Connexion en cours","Disconnected":"D\xE9connect\xE9","you need to pass a correct state to Wallet.":"vous devez passer un \xE9tat correct \xE0 Wallet.","There are no notifications.":"Il n'y a pas de notifications.","Clear all":"Effacer tout","Balance":"Solde","Max":"Max.","Select gas chain":"S\xE9lectionnez la cha\xEEne de gaz"}`);var di=JSON.parse(`{"No results found":"\u0915\u094B\u0908 \u092A\u0930\u093F\u0923\u093E\u092E \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E","Try using different keywords":"\u0905\u0932\u0917-\u0905\u0932\u0917 \u0915\u0940\u0935\u0930\u094D\u0921 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0915\u0947 \u0926\u0947\u0916\u0947\u0902","Select Chain":"\u091A\u0947\u0928 \u091A\u0941\u0928\u0947\u0902","All":"\u0938\u092D\u0940","More +{count}":["\u0905\u0927\u093F\u0915 +",["count"]],"Activate this tab":"\u0907\u0938 \u091F\u0948\u092C \u0915\u094B \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0947\u0902","Another tab is open and handles transactions.":"\u090F\u0915 \u0905\u0928\u094D\u092F \u091F\u0948\u092C \u0916\u0941\u0932\u093E \u0939\u0948 \u091C\u094B \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u094B \u0938\u0902\u092D\u093E\u0932\u0924\u093E \u0939\u0948\u0964","Activate current tab":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u091F\u0948\u092C \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0947\u0902","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902, \u0915\u0941\u091B \u0932\u0947\u0928\u0926\u0947\u0928 \u091A\u0932 \u0930\u0939\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0905\u0928\u094D\u092F \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u091F\u0948\u092C \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u092D\u093E\u0932\u0947 \u091C\u093E \u0930\u0939\u0947 \u0939\u0948\u0902\u0964 \u092F\u0926\u093F \u0906\u092A \u0907\u0938 \u091F\u0948\u092C \u0915\u094B \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0932\u0947\u0928\u0926\u0947\u0928 \u0938\u093E\u0907\u0928 \u091A\u0930\u0923 \u092E\u0947\u0902 \u092A\u0939\u0932\u0947 \u0938\u0947 \u092E\u094C\u091C\u0942\u0926 \u0938\u092D\u0940 \u0932\u0947\u0928\u0926\u0947\u0928 \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947\u0964","Confirm":"\u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0928\u093E","Your {blockchainName} wallets":["\u0906\u092A\u0915\u0947 ",["blockchainName"]," \u0935\u0949\u0932\u0947\u091F"],"Insufficient account balance":"\u0916\u093E\u0924\u093E \u0936\u0947\u0937 \u0905\u092A\u0930\u094D\u092F\u093E\u092A\u094D\u0924 \u0939\u0948","Proceed anyway":"\u0935\u0948\u0938\u0947 \u092D\u0940 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947","You need to connect a {blockchainName} wallet.":["\u0906\u092A\u0915\u094B ",["blockchainName"]," \u0935\u0949\u0932\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0928\u093E \u0939\u094B\u0917\u093E\u0964"],"Add {chain} chain":[["chain"]," \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u091C\u094B\u0921\u093C\u0947\u0902"],"Chain not connected":"\u091A\u0947\u0928 \u0915\u0928\u0947\u0915\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948","Show more wallets":"\u0905\u0927\u093F\u0915 \u0935\u0949\u0932\u0947\u091F \u0926\u093F\u0916\u093E\u090F\u0902","Send to a different address":"\u0915\u093F\u0938\u0940 \u0926\u0942\u0938\u0930\u0947 \u092A\u0924\u0947 \u092A\u0930 \u092D\u0947\u091C\u0947\u0902","Enter {blockchainName} address":[["blockchainName"]," \u092A\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902"],"Address {destination} doesn't match the blockchain address pattern.":["\u092A\u0924\u093E ",["destination"]," \u092C\u094D\u0932\u0949\u0915\u091A\u0947\u0928 \u092A\u0924\u093E \u092A\u0948\u091F\u0930\u094D\u0928 \u0938\u0947 \u092E\u0947\u0932 \u0928\u0939\u0940\u0902 \u0916\u093E\u0924\u093E\u0964"],"via":"\u0915\u0947 \u091C\u0930\u093F\u090F","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u092F\u0939 \u091F\u094B\u0915\u0928 \u0939\u092E\u093E\u0930\u0940 \u0938\u0924\u094D\u092F\u093E\u092A\u093F\u0924 \u091F\u094B\u0915\u0928 \u0938\u0942\u091A\u0940 \u0915\u093E \u0939\u093F\u0938\u094D\u0938\u093E \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0907\u0938\u0915\u0947 \u0938\u094D\u0930\u094B\u0924 \u0915\u0940 \u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0947\u0902 \u0914\u0930 \u0906\u0917\u0947 \u092C\u0922\u093C\u0928\u0947 \u0938\u0947 \u092A\u0939\u0932\u0947 \u0938\u092D\u0940 \u0938\u0902\u092C\u0926\u094D\u0927 \u091C\u094B\u0916\u093F\u092E\u094B\u0902 \u0915\u094B \u0938\u092E\u091D\u0928\u093E \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902\u0964","Import Anyway":"\u092B\u093F\u0930 \u092D\u0940 \u0906\u092F\u093E\u0924 \u0915\u0930\u0947\u0902","Learn More":"\u0914\u0930 \u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0947\u0902","Status":"\u0938\u094D\u0925\u093F\u0924\u093F","Reset":"\u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902","Cancel":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","Refresh":"\u0924\u093E\u091C\u093C\u093E \u0915\u0930\u0928\u093E","Notifications":"\u0938\u0942\u091A\u0928\u093E\u090F\u0902","Settings":"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938","History":"\u0907\u0924\u093F\u0939\u093E\u0938","Connect Wallet":"\u0935\u0949\u0932\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0947\u0902","Today":"\u0906\u091C","Failed Network, Please retry.":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0935\u093F\u092B\u0932, \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902.","Retry":"\u092A\u0941\u0928: \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902","Add another custom token":"\u090F\u0915 \u0914\u0930 \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u091C\u094B\u0921\u093C\u0947\u0902","Swaps steps":"\u0915\u0926\u092E \u092C\u0926\u0932\u0924\u093E \u0939\u0948","Connected":"\u091C\u0941\u0921\u093C\u0947 \u0939\u0941\u090F","Connection failed":"\u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0935\u093F\u092B\u0932","See why":"\u0926\u0947\u0916\u093F\u092F\u0947 \u0915\u094D\u092F\u094B\u0902","(Currently not supported)":"(\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0928\u0939\u0940\u0902)","Slippage Error":"\u092B\u093F\u0938\u0932\u0928 \u0924\u094D\u0930\u0941\u091F\u093F","Slippage Warning":"\u092B\u093F\u0938\u0932\u0928 \u091A\u0947\u0924\u093E\u0935\u0928\u0940","Bridge Limit Error":"\u092C\u094D\u0930\u093F\u091C \u0938\u0940\u092E\u093E \u0924\u094D\u0930\u0941\u091F\u093F","Yours: {amount} {symbol}":["\u0906\u092A\u0915\u093E: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u0928\u094D\u092F\u0942\u0928\u0924\u092E \u0938\u0941\u091D\u093E\u092F\u093E \u0917\u092F\u093E \u092B\u093F\u0938\u0932\u0928: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0906\u092A\u0915\u093E: ",["userSlippage"]],"See All Routes":"\u0938\u092D\u0940 \u0930\u0942\u091F \u0926\u0947\u0916\u0947\u0902","View more info":"\u0905\u0927\u093F\u0915 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902","Gas & Fee Explanation":"\u0917\u0948\u0938 \u090F\u0935\u0902 \u0936\u0941\u0932\u094D\u0915 \u0938\u094D\u092A\u0937\u094D\u091F\u0940\u0915\u0930\u0923","Details":"\u0935\u093F\u0935\u0930\u0923","Total Payable Fee":"\u0915\u0941\u0932 \u0926\u0947\u092F \u0936\u0941\u0932\u094D\u0915","Hide non-payable fees":"\u0917\u0948\u0930-\u092D\u0941\u0917\u0924\u093E\u0928 \u092F\u094B\u0917\u094D\u092F \u0936\u0941\u0932\u094D\u0915 \u091B\u093F\u092A\u093E\u090F\u0901","Show non-payable fees":"\u0917\u0948\u0930-\u0926\u0947\u092F \u0936\u0941\u0932\u094D\u0915 \u0926\u093F\u0916\u093E\u090F\u0902","Description":"\u0935\u093F\u0935\u0930\u0923","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u0932\u0947\u0928\u0926\u0947\u0928 \u0906\u0909\u091F\u092A\u0941\u091F \u092E\u0947\u0902 \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0936\u0941\u0932\u094D\u0915\u094B\u0902 \u092A\u0930 \u0935\u093F\u091A\u093E\u0930 \u0915\u093F\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948 \u0914\u0930\\n \u0906\u092A\u0915\u094B \u0909\u0928\u0915\u0947 \u0932\u093F\u090F \u0905\u0924\u093F\u0930\u093F\u0915\u094D\u0924 \u0917\u0948\u0938 \u0915\u093E \u092D\u0941\u0917\u0924\u093E\u0928 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u094B\u0917\u0940\u0964","Swap input":"\u0907\u0928\u092A\u0941\u091F \u0938\u094D\u0935\u0948\u092A \u0915\u0930\u0947\u0902","Estimated output":"\u0905\u0928\u0941\u092E\u093E\u0928\u093F\u0924 \u0909\u0924\u094D\u092A\u093E\u0926\u0928","Via:":"\u0915\u0947 \u091C\u0930\u093F\u090F:","Chains:":"\u091C\u0902\u091C\u0940\u0930\u0947\u0902:","Sort by":"\u0907\u0938\u0915\u0947 \u0905\u0928\u0941\u0938\u093E\u0930 \u0915\u094D\u0930\u092E\u092C\u0926\u094D\u0927 \u0915\u0930\u0947\u0902","Smart Routing":"\u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0930\u0942\u091F\u093F\u0902\u0917","Lowest Fee":"\u0938\u092C\u0938\u0947 \u0915\u092E \u0936\u0941\u0932\u094D\u0915","Fastest Transfer":"\u0938\u092C\u0938\u0947 \u0924\u0947\u091C\u093C \u0938\u094D\u0925\u093E\u0928\u093E\u0902\u0924\u0930\u0923","Maximum Return":"\u0905\u0927\u093F\u0915\u0924\u092E \u0930\u093F\u091F\u0930\u094D\u0928","Maximum Output":"\u0905\u0927\u093F\u0915\u0924\u092E \u0906\u0909\u091F\u092A\u0941\u091F","Swapping":"\u0905\u0926\u0932\u093E-\u092C\u0926\u0932\u0940","Gas cost":"\u0917\u0948\u0938 \u0915\u0940 \u0932\u093E\u0917\u0924","Receiving":"\u092A\u094D\u0930\u093E\u092A\u094D\u0924","Price impact":"\u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u0906\u092A\u0915\u094B \u0907\u0938 \u092E\u093E\u0930\u094D\u0917 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0932\u093F\u092A\u0947\u091C \u0915\u094B \u0915\u092E \u0938\u0947 \u0915\u092E ",["minRequiredSlippage"]," \u0924\u0915 \u092C\u0922\u093C\u093E\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948\u0964"],"Increase":"\u092C\u0922\u093C\u094B\u0924\u0930\u0940","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u0906\u0909\u091F\u092A\u0941\u091F \u0930\u093E\u0936\u093F ",["percentageChange"],"% ($",["usdValueChange"],") \u0926\u094D\u0935\u093E\u0930\u093E \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924 \u0939\u0941\u0908\u0964"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u0939\u092E \u0906\u092A\u0915\u094B \u0907\u0938 \u092E\u093E\u0930\u094D\u0917 \u0915\u0947 \u0932\u093F\u090F \u0938\u094D\u0932\u093F\u092A\u0947\u091C \u0915\u094B \u0915\u092E \u0938\u0947 \u0915\u092E ",["minRequiredSlippage"]," \u0924\u0915 \u092C\u0922\u093C\u093E\u0928\u0947 \u0915\u0940 \u0938\u0932\u093E\u0939 \u0926\u0947\u0924\u0947 \u0939\u0948\u0902\u0964"],"Caution, your slippage is high.":"\u0938\u093E\u0935\u0927\u093E\u0928, \u0906\u092A\u0915\u0940 \u092B\u093F\u0938\u0932\u0928 \u0905\u0927\u093F\u0915 \u0939\u0948\u0964","Change":"\u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928","High slippage":"\u0909\u091A\u094D\u091A \u092B\u093F\u0938\u0932\u0928","Low slippage":"\u0915\u092E \u092B\u093F\u0938\u0932\u0928","Caution, your slippage is high. Your trade may be front run.":"\u0938\u093E\u0935\u0927\u093E\u0928, \u0906\u092A\u0915\u0940 \u0938\u094D\u0932\u093F\u092A\u0947\u091C \u092C\u0939\u0941\u0924 \u091C\u093C\u094D\u092F\u093E\u0926\u093E \u0939\u0948\u0964 \u0906\u092A\u0915\u093E \u091F\u094D\u0930\u0947\u0921 \u092B\u094D\u0930\u0902\u091F \u0930\u0928 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964","Swap anyway":"\u0935\u0948\u0938\u0947 \u092D\u0940 \u0938\u094D\u0935\u0948\u092A \u0915\u0930\u0947\u0902","Change Slippage":"\u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u092B\u093F\u0938\u0932\u0928","Something went wrong":"\u0915\u0941\u091B \u0917\u0932\u0924 \u0939\u094B \u0917\u092F\u093E","Something went wrong. Please refresh the app.":"\u0915\u0941\u091B \u0917\u0921\u093C\u092C\u0921\u093C \u0939\u094B \u0917\u0908 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0910\u092A \u0915\u094B \u0930\u0940\u092B\u093C\u094D\u0930\u0947\u0936 \u0915\u0930\u0947\u0902\u0964","No Routes Found":"\u0915\u094B\u0908 \u092E\u093E\u0930\u094D\u0917 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E","You cannot use the same token for From and To.":"\u0906\u092A From \u0914\u0930 To \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u0928 \u091F\u094B\u0915\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947.","Slippage tolerance per swap":"\u092A\u094D\u0930\u0924\u093F \u0938\u094D\u0935\u0948\u092A \u0938\u094D\u0932\u093F\u092A\u0947\u091C \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093E","Custom":"\u0930\u093F\u0935\u093E\u091C\u093C","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u092F\u0926\u093F \u092E\u0942\u0932\u094D\u092F \u092E\u0947\u0902 \u0907\u0938 \u092A\u094D\u0930\u0924\u093F\u0936\u0924 \u0938\u0947 \u0905\u0927\u093F\u0915 \u092A\u094D\u0930\u0924\u093F\u0915\u0942\u0932 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u0939\u094B\u0924\u093E \u0939\u0948 \u0924\u094B \u0906\u092A\u0915\u093E \u0932\u0947\u0928\u0926\u0947\u0928 \u0935\u093E\u092A\u0938 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E\u0964","Warning":"\u091A\u0947\u0924\u093E\u0935\u0928\u0940","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u092F\u0939 \u0938\u0947\u091F\u093F\u0902\u0917 \u092A\u094D\u0930\u0924\u094D\u092F\u0947\u0915 \u091A\u0930\u0923 \u092A\u0930 \u0932\u093E\u0917\u0942 \u0939\u094B\u0924\u0940 \u0939\u0948 (\u091C\u0948\u0938\u0947 1\u0907\u0902\u091A, \u0925\u094B\u0930\u091A\u0947\u0928, \u0906\u0926\u093F), \u091C\u093F\u0938\u0915\u093E \u0905\u0930\u094D\u0925 \u0939\u0948 \u0915\u093F \u0915\u0947\u0935\u0932 \u0935\u093F\u0936\u093F\u0937\u094D\u091F \u091A\u0930\u0923 \u0939\u0940 \u092A\u0942\u0930\u094D\u0935\u0935\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0938\u0902\u092A\u0942\u0930\u094D\u0923 \u092E\u093E\u0930\u094D\u0917 \u0928\u0939\u0940\u0902\u0964","Slippage cannot be set lower than 0.01%.":"\u0938\u094D\u0932\u093F\u092A\u0947\u091C \u0915\u094B 0.01% \u0938\u0947 \u0915\u092E \u0928\u0939\u0940\u0902 \u0938\u0947\u091F \u0915\u093F\u092F\u093E \u091C\u093E \u0938\u0915\u0924\u093E\u0964","Caution, your slippage is high!":"\u0938\u093E\u0935\u0927\u093E\u0928, \u0906\u092A\u0915\u0940 \u092B\u093F\u0938\u0932\u0928 \u0905\u0927\u093F\u0915 \u0939\u0948!","Request ID":"\u0905\u0928\u0941\u0930\u094B\u0927 \u0906\u0908\u0921\u0940","Copied To Clipboard":"\u0915\u094D\u0932\u093F\u092A\u092C\u094B\u0930\u094D\u0921 \u092A\u0930 \u0915\u0949\u092A\u0940 \u0915\u093F\u092F\u093E \u0917\u092F\u093E","Copy Request ID":"\u0905\u0928\u0941\u0930\u094B\u0927 \u0906\u0908\u0921\u0940 \u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902","View on Rango Explorer":"\u0930\u0948\u0902\u0917\u094B \u090F\u0915\u094D\u0938\u092A\u094D\u0932\u094B\u0930\u0930 \u092A\u0930 \u0926\u0947\u0916\u0947\u0902","Finished at":"\u092A\u0930 \u0938\u092E\u093E\u092A\u094D\u0924","Created at":"\u092A\u0930 \u092C\u0928\u093E\u092F\u093E \u0917\u092F\u093E","Swap Details":"\u0938\u094D\u0935\u0948\u092A \u0935\u093F\u0935\u0930\u0923","Not found":"\u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E","Swap with request ID = {requestId} not found.":["\u0905\u0928\u0941\u0930\u094B\u0927 \u0906\u0908\u0921\u0940 = ",["requestId"]," \u0915\u0947 \u0938\u093E\u0925 \u0938\u094D\u0935\u0948\u092A \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E."],"Change Network":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092C\u0926\u0932\u0947\u0902","Network Changed":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u093F\u0924","Network Switch Failed":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0938\u094D\u0935\u093F\u091A \u0935\u093F\u092B\u0932","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0906\u092A\u0915\u094B ",["chain"]," \u091A\u0947\u0928 \u092A\u0930 ",["conciseAddress"]," \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 ",["amount"]," ",["token"]," \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0939\u0941\u0906 \u0939\u0948\u0964"],"Transaction was not sent.":"\u0932\u0947\u0928-\u0926\u0947\u0928 \u0928\u0939\u0940\u0902 \u092D\u0947\u091C\u093E \u0917\u092F\u093E.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u092A\u0930 ",["blockchain"]," \u0906\u092A\u0915\u0947 \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 \u0930\u0939\u0924\u093E \u0939\u0948\u0964"],"Delete":"\u092E\u093F\u091F\u093E\u0928\u093E","Try again":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902","View transaction":"\u0932\u0947\u0928-\u0926\u0947\u0928 \u0926\u0947\u0916\u0947\u0902","Connect":"\u091C\u094B\u0921\u093C\u0928\u093E","Swap Successful":"\u0938\u094D\u0935\u0948\u092A \u0938\u092B\u0932","Transaction Failed":"\u0932\u0947\u0928 - \u0926\u0947\u0928 \u0935\u093F\u092B\u0932","Done":"\u0939\u094B \u0917\u092F\u093E","Diagnosis":"\u0928\u093F\u0926\u093E\u0928","See Details":"\u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0926\u0947\u0916\u0947\u0902","Cancel Swap":"\u0938\u094D\u0935\u0948\u092A \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902","Are you sure you want to cancel this swap?":"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0938\u094D\u0935\u0948\u092A \u0915\u094B \u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?","Yes, Cancel it":"\u0939\u093E\u0902, \u0907\u0938\u0947 \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902","No, Continue":"\u0928\u0939\u0940\u0902, \u091C\u093E\u0930\u0940 \u0930\u0916\u0947\u0902","Connect {wallet}":["\u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0947\u0902 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0906\u092A\u0915\u0947 \u0935\u0949\u0932\u0947\u091F \u092F\u093E \u0915\u0941\u091B \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0915\u093E \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0915\u093E\u091F \u0926\u093F\u092F\u093E \u0917\u092F\u093E \u0939\u0948\u0964 \u0938\u094D\u0935\u0948\u092A \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0947\u0902","Wallet connected successfully.":"\u0935\u0949\u0932\u0947\u091F \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u0915\u0928\u0947\u0915\u094D\u091F \u0939\u094B \u0917\u092F\u093E.","Delete Transaction":"\u0932\u0947\u0928\u0926\u0947\u0928 \u0939\u091F\u093E\u090F\u0902","Are you sure you want to delete this swap?":"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u0938\u094D\u0935\u0948\u092A \u0915\u094B \u0939\u091F\u093E\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?","Yes, Delete it":"\u0939\u093E\u0902, \u0907\u0938\u0947 \u0939\u091F\u093E \u0926\u0947\u0902","No, Cancel":"\u0928\u0939\u0940\u0902, \u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902","Install {wallet}":[["wallet"],"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0947\u0902"],"Install":"\u0938\u094D\u0925\u093E\u092A\u093F\u0924 \u0915\u0930\u0928\u093E","Try Again":"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902","Slippage:":"\u092B\u093F\u0938\u0932\u0928:","Select Token":"\u091F\u094B\u0915\u0928 \u091A\u0941\u0928\u0947\u0902","Wallet Connected":"\u0935\u0949\u0932\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u091F\u0947\u0921","Your wallet is connected, you can use it to swap.":"\u0906\u092A\u0915\u093E \u0935\u0949\u0932\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u091F \u0939\u094B \u0917\u092F\u093E \u0939\u0948, \u0906\u092A \u0907\u0938\u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0938\u094D\u0935\u0948\u092A \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964","Failed to Connect":"\u091C\u094B\u0921\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932","Your wallet is not connected. Please try again.":"\u0906\u092A\u0915\u093E \u0935\u0949\u0932\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u091F \u0928\u0939\u0940\u0902 \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964","Connecting to your wallet":"\u0905\u092A\u0928\u0947 \u0935\u0949\u0932\u0947\u091F \u0938\u0947 \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0928\u093E","Click connect in your wallet popup.":"\u0905\u092A\u0928\u0947 \u0935\u0949\u0932\u0947\u091F \u092A\u0949\u092A\u0905\u092A \u092E\u0947\u0902 \u0915\u0928\u0947\u0915\u094D\u091F \u092A\u0930 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902\u0964","Select Derivation Path":"\u0935\u094D\u092F\u0941\u0924\u094D\u092A\u0924\u094D\u0924\u093F \u092A\u0925 \u091A\u0941\u0928\u0947\u0902","In order to connect to {type}, you must first select a Derivation Path":[["type"],"\u0938\u0947 \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0906\u092A\u0915\u094B \u092A\u0939\u0932\u0947 \u090F\u0915 \u0935\u094D\u092F\u0941\u0924\u094D\u092A\u0928\u094D\u0928 \u092A\u0925 \u091A\u0941\u0928\u0928\u093E \u0939\u094B\u0917\u093E"],"Choose Derivation Path Template":"\u0935\u094D\u092F\u0941\u0924\u094D\u092A\u0924\u094D\u0924\u093F \u092A\u0925 \u091F\u0947\u092E\u094D\u092A\u0932\u0947\u091F \u091A\u0941\u0928\u0947\u0902","Enter Path":"\u092A\u0925 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","Enter Index":"\u0938\u0942\u091A\u0915\u093E\u0902\u0915 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","This wallet can only connect to one chain at a time.":"\u092F\u0939 \u0935\u0949\u0932\u0947\u091F \u090F\u0915 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0947\u0935\u0932 \u090F\u0915 \u0939\u0940 \u091A\u0947\u0928 \u0938\u0947 \u091C\u0941\u0921\u093C \u0938\u0915\u0924\u093E \u0939\u0948\u0964","Disconnect wallet":"\u0935\u0949\u0932\u0947\u091F \u0921\u093F\u0938\u094D\u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0947\u0902","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u092F\u0939 \u0935\u0949\u0932\u0947\u091F \u0915\u0908 \u091A\u0947\u0928 \u0915\u094B \u0938\u092A\u094B\u0930\u094D\u091F \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u091A\u0941\u0928\u0947\u0902 \u0915\u093F \u0906\u092A \u0915\u094C\u0928 \u0938\u0940 \u091A\u0947\u0928 \u0915\u094B \u0915\u0928\u0947\u0915\u094D\u091F \u092F\u093E \u0921\u093F\u0938\u094D\u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902\u0964","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," \u091A\u0947\u0928 \u091C\u094B\u0921\u093C\u0947\u0902"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0915\u094D\u092F\u093E \u0906\u092A \u0905\u092A\u0928\u0947 \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 ",["blockchainDisplayName"]," \u092A\u094D\u0930\u093E\u092F\u094B\u0917\u093F\u0915 \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u091C\u094B\u0921\u093C\u0928\u093E \u091A\u093E\u0939\u0947\u0902\u0917\u0947?"],"Please approve the experimental chain pop-up in your wallet.":"\u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0947 \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 \u092A\u094D\u0930\u093E\u092F\u094B\u0917\u093F\u0915 \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u092A\u0949\u092A-\u0905\u092A \u0915\u094B \u0905\u0928\u0941\u092E\u094B\u0926\u093F\u0924 \u0915\u0930\u0947\u0902\u0964","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u091C\u094B\u0921\u093C\u0940 \u0917\u0908"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u0906\u092A\u0915\u0947 \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 \u0938\u092B\u0932\u0924\u093E\u092A\u0942\u0930\u094D\u0935\u0915 \u091C\u094B\u0921\u093C \u0926\u0940 \u0917\u0908 \u0939\u0948\u0964"],"Request Rejected":"\u0905\u0928\u0941\u0930\u094B\u0927 \u0905\u0938\u094D\u0935\u0940\u0915\u0943\u0924","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0906\u092A\u0928\u0947 \u0905\u092A\u0928\u0947 \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 ",["blockchainDisplayName"]," \u091A\u0947\u0928 \u091C\u094B\u0921\u093C\u0928\u0947 \u0915\u094B \u0905\u0938\u094D\u0935\u0940\u0915\u093E\u0930 \u0915\u0930 \u0926\u093F\u092F\u093E \u0939\u0948\u0964"],"Disconnect":"\u0921\u093F\u0938\u094D\u0915\u0928\u0947\u0915\u094D\u091F","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u092F\u0939 \u0935\u0949\u0932\u0947\u091F \u0915\u0908 \u091A\u0947\u0928 \u0915\u094B \u0938\u092A\u094B\u0930\u094D\u091F \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u091A\u0941\u0928\u0947\u0902 \u0915\u093F \u0906\u092A \u0915\u093F\u0928 \u091A\u0947\u0928 \u0915\u094B \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902\u0964","This wallet can only connect to one chain at a time. ":"\u092F\u0939 \u0935\u0949\u0932\u0947\u091F \u090F\u0915 \u0938\u092E\u092F \u092E\u0947\u0902 \u0915\u0947\u0935\u0932 \u090F\u0915 \u0939\u0940 \u091A\u0947\u0928 \u0938\u0947 \u091C\u0941\u0921\u093C \u0938\u0915\u0924\u093E \u0939\u0948\u0964 ","Deselect all":"\u0938\u092C\u0915\u094B \u0905\u091A\u092F\u0928\u093F\u0924 \u0915\u0930\u094B","Select all":"\u0938\u092C\u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902","Failed Network, Please retry your swap.":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0935\u093F\u092B\u0932, \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u093E \u0938\u094D\u0935\u0948\u092A \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902.","Please reset your liquidity sources.":"\u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0947 \u0924\u0930\u0932\u0924\u093E \u0938\u094D\u0930\u094B\u0924\u094B\u0902 \u0915\u094B \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0947\u0902\u0964","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0906\u092A\u0928\u0947 \u0932\u093F\u0915\u094D\u0935\u093F\u0921\u093F\u091F\u0940 \u0938\u094D\u0930\u094B\u0924\u094B\u0902 \u0915\u094B \u0938\u0940\u092E\u093F\u0924 \u0915\u0930 \u0926\u093F\u092F\u093E \u0939\u0948 \u0914\u0930 \u0907\u0938\u0915\u0947 \u092A\u0930\u093F\u0923\u093E\u092E\u0938\u094D\u0935\u0930\u0942\u092A Rango \u0915\u094B \u0915\u094B\u0908 \u092E\u093E\u0930\u094D\u0917 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932 \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0947 \u0932\u093F\u0915\u094D\u0935\u093F\u0921\u093F\u091F\u0940 \u0938\u094D\u0930\u094B\u0924\u094B\u0902 \u0915\u094B \u0930\u0940\u0938\u0947\u091F \u0915\u0930\u0928\u0947 \u092A\u0930 \u0935\u093F\u091A\u093E\u0930 \u0915\u0930\u0947\u0902\u0964","No Routes Found.":"\u0915\u094B\u0908 \u092E\u093E\u0930\u094D\u0917 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u0930\u0948\u0902\u0917\u094B \u0915\u094B \u092E\u093E\u0930\u094D\u0917 \u0928 \u092E\u093F\u0932 \u092A\u093E\u0928\u0947 \u0915\u0947 \u0915\u093E\u0930\u0923: \u091F\u094B\u0915\u0928 \u092A\u0930 \u0915\u092E \u0924\u0930\u0932\u0924\u093E, \u092C\u0939\u0941\u0924 \u0915\u092E \u0907\u0928\u092A\u0941\u091F \u0930\u093E\u0936\u093F \u092F\u093E \u091A\u092F\u0928\u093F\u0924 \u0907\u0928\u092A\u0941\u091F/\u0906\u0909\u091F\u092A\u0941\u091F \u091F\u094B\u0915\u0928 \u0938\u0902\u092F\u094B\u091C\u0928 \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092E\u093E\u0930\u094D\u0917 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u094B\u0928\u093E\u0964","Bridge Limit Error: Please increase your amount.":"\u092C\u094D\u0930\u093F\u091C \u0932\u093F\u092E\u093F\u091F \u0924\u094D\u0930\u0941\u091F\u093F: \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0930\u093E\u0936\u093F \u092C\u0922\u093C\u093E\u090F\u0901\u0964","Bridge Limit Error: Please decrease your amount.":"\u092C\u094D\u0930\u093F\u091C \u0932\u093F\u092E\u093F\u091F \u0924\u094D\u0930\u0941\u091F\u093F: \u0915\u0943\u092A\u092F\u093E \u0905\u092A\u0928\u0940 \u0930\u093E\u0936\u093F \u0915\u092E \u0915\u0930\u0947\u0902\u0964","High Price Impact":"\u0909\u091A\u094D\u091A \u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935","Price impact is too high!":"\u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u092C\u0939\u0941\u0924 \u0905\u0927\u093F\u0915 \u0939\u0948!","The price impact is significantly higher than the allowed amount.":"\u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u0905\u0928\u0941\u092E\u0924 \u0930\u093E\u0936\u093F \u0938\u0947 \u0915\u093E\u092B\u0940 \u0905\u0927\u093F\u0915 \u0939\u0948\u0964","Confirm high price impact":"\u0909\u091A\u094D\u091A \u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u0915\u0940 \u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0947\u0902","Route updated and price impact is too high, try again later!":"\u092E\u093E\u0930\u094D\u0917 \u0905\u092A\u0921\u0947\u091F \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u0914\u0930 \u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u092C\u0939\u0941\u0924 \u0905\u0927\u093F\u0915 \u0939\u0948, \u092C\u093E\u0926 \u092E\u0947\u0902 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902!","USD Price Unknown":"USD \u092E\u0942\u0932\u094D\u092F \u0905\u091C\u094D\u091E\u093E\u0924","USD Price Unknown, Cannot calculate Price Impact.":"USD \u092E\u0942\u0932\u094D\u092F \u0905\u091C\u094D\u091E\u093E\u0924, \u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u0915\u0940 \u0917\u0923\u0928\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u091C\u093E \u0938\u0915\u0924\u0940.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD \u092E\u0942\u0932\u094D\u092F \u0905\u091C\u094D\u091E\u093E\u0924 \u0939\u0948, \u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u0915\u0940 \u0917\u0923\u0928\u093E \u0928\u0939\u0940\u0902 \u0915\u0940 \u091C\u093E \u0938\u0915\u0924\u0940\u0964 \u092E\u0942\u0932\u094D\u092F \u092A\u094D\u0930\u092D\u093E\u0935 \u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0938\u0947 \u0905\u0927\u093F\u0915 \u0939\u094B \u0938\u0915\u0924\u093E \u0939\u0948\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u0938\u094D\u0935\u0948\u092A \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?","Confirm USD Price Unknown":"USD \u092E\u0942\u0932\u094D\u092F \u0915\u0940 \u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0947\u0902 \u0905\u091C\u094D\u091E\u093E\u0924","Swap":"\u092C\u0926\u0932\u0928\u093E","The route goes through Ethereum. Continue?":"\u092F\u0939 \u092E\u093E\u0930\u094D\u0917 \u090F\u0925\u0947\u0930\u093F\u092F\u092E \u0938\u0947 \u0939\u094B\u0915\u0930 \u091C\u093E\u0924\u093E \u0939\u0948\u0964 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947\u0902?","Routes":"\u092E\u093E\u0930\u094D\u0917\u094B\u0902","From":"\u0938\u0947","To":"\u0915\u094B","Light":"\u0930\u094B\u0936\u0928\u0940","Dark":"\u0905\u0901\u0927\u0947\u0930\u093E","Auto":"\u0911\u091F\u094B","Loading failed":"\u0932\u094B\u0921\u093F\u0902\u0917 \u0935\u093F\u092B\u0932","Bridges":"\u092A\u0941\u0932\u094B\u0902","Exchanges":"\u090F\u0915\u094D\u0938\u091A\u0947\u0902\u091C\u094B\u0902","Custom Tokens":"\u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928","Language":"\u092D\u093E\u0937\u093E","Infinite approval":"\u0905\u0928\u0902\u0924 \u0938\u094D\u0935\u0940\u0915\u0943\u0924\u093F","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"'\u0905\u0928\u0902\u0924 \u0905\u0928\u0941\u092E\u094B\u0926\u0928' \u092E\u094B\u0921 \u0915\u094B \u0938\u0915\u094D\u0937\u092E \u0915\u0930\u0928\u0947 \u0938\u0947 \u0905\u0902\u0924\u0930\u094D\u0928\u093F\u0939\u093F\u0924 \u0938\u094D\u092E\u093E\u0930\u094D\u091F \u0905\u0928\u0941\u092C\u0902\u0927\u094B\u0902 \u0924\u0915 \u0905\u092A\u094D\u0930\u0924\u093F\u092C\u0902\u0927\u093F\u0924 \u092A\u0939\u0941\u0902\u091A \u092E\u093F\u0932\u0924\u0940 \u0939\u0948, \u091C\u093F\u0938\u0938\u0947 \u0909\u0928\u094D\u0939\u0947\u0902 \u092C\u093F\u0928\u093E \u0915\u093F\u0938\u0940 \u0938\u0940\u092E\u093E \u0915\u0947 \u0905\u0928\u0941\u092E\u094B\u0926\u093F\u0924 \u091F\u094B\u0915\u0928 \u0930\u093E\u0936\u093F \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u092E\u093F\u0932\u0924\u0940 \u0939\u0948\u0964","Theme":"\u0935\u093F\u0937\u092F","Duplicate Token":"\u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u091F\u094B\u0915\u0928","The address you entered is duplicate, please enter a new address.":"\u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0917\u092F\u093E \u092A\u0924\u093E \u0921\u0941\u092A\u094D\u0932\u093F\u0915\u0947\u091F \u0939\u0948, \u0915\u0943\u092A\u092F\u093E \u0928\u092F\u093E \u092A\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902\u0964","Token Already Exists":"\u091F\u094B\u0915\u0928 \u092A\u0939\u0932\u0947 \u0938\u0947 \u092E\u094C\u091C\u0942\u0926 \u0939\u0948","There's no need to add this token again because it already exists and is supported by us.":"\u0907\u0938 \u091F\u094B\u0915\u0928 \u0915\u094B \u0926\u094B\u092C\u093E\u0930\u093E \u091C\u094B\u0921\u093C\u0928\u0947 \u0915\u0940 \u0915\u094B\u0908 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0928\u0939\u0940\u0902 \u0939\u0948 \u0915\u094D\u092F\u094B\u0902\u0915\u093F \u092F\u0939 \u092A\u0939\u0932\u0947 \u0938\u0947 \u092E\u094C\u091C\u0942\u0926 \u0939\u0948 \u0914\u0930 \u0939\u092E\u093E\u0930\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u0939\u0948\u0964","Token Not Found":"\u091F\u094B\u0915\u0928 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u0915\u094D\u0937\u092E\u093E \u0915\u0930\u0947\u0902, \u0926\u093F\u090F \u0917\u090F \u092A\u0924\u0947 \u0915\u0947 \u0938\u093E\u0925 ",["blockchain"]," \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u092A\u0930 \u0915\u094B\u0908 \u091F\u094B\u0915\u0928 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u0938\u0941\u0928\u093F\u0936\u094D\u091A\u093F\u0924 \u0915\u0930\u0947\u0902 \u0915\u093F \u0906\u092A\u0928\u0947 \u0938\u0939\u0940 \u091F\u094B\u0915\u0928 \u092A\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u093F\u092F\u093E \u0939\u0948\u0964"],"Network error":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0924\u094D\u0930\u0941\u091F\u093F","An error occurred while retrieving token data.":"\u091F\u094B\u0915\u0928 \u0921\u0947\u091F\u093E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930\u0924\u0947 \u0938\u092E\u092F \u090F\u0915 \u0924\u094D\u0930\u0941\u091F\u093F \u0939\u0941\u0908.","Add Custom Token":"\u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u091C\u094B\u0921\u093C\u0947\u0902","Select chain":"\u091A\u0947\u0928 \u091A\u0941\u0928\u0947\u0902","Enter Address":"\u092A\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","Enter token address":"\u091F\u094B\u0915\u0928 \u092A\u0924\u093E \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","Import":"\u0906\u092F\u093E\u0924","Confirm Swap":"\u0938\u094D\u0935\u0948\u092A \u0915\u0940 \u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0947\u0902","Start Swap":"\u0938\u094D\u0935\u0948\u092A \u092A\u094D\u0930\u093E\u0930\u0902\u092D \u0915\u0930\u0947\u0902","You get":"\u0906\u092A\u0915\u094B \u092E\u093F\u0932\u093E","Search Token":"\u0916\u094B\u091C \u091F\u094B\u0915\u0928","No custom tokens":"\u0915\u094B\u0908 \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u0928\u0939\u0940\u0902","press the button to add your custom token":"\u0905\u092A\u0928\u093E \u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u091C\u094B\u0921\u093C\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u091F\u0928 \u0926\u092C\u093E\u090F\u0901","Delete Custom Token":"\u0915\u0938\u094D\u091F\u092E \u091F\u094B\u0915\u0928 \u0939\u091F\u093E\u090F\u0902","Are you sure you want to Delete this Token?":"\u0915\u094D\u092F\u093E \u0906\u092A \u0935\u093E\u0915\u0908 \u0907\u0938 \u091F\u094B\u0915\u0928 \u0915\u094B \u0939\u091F\u093E\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?","Complete":"\u092A\u0942\u0930\u093E","Running":"\u0926\u094C\u0921\u093C\u0928\u093E","Failed":"\u0905\u0938\u092B\u0932","Refuel":"\u0908\u0927\u0928","Clear":"\u0938\u094D\u092A\u0937\u094D\u091F","Search Transaction":"\u0932\u0947\u0928\u0926\u0947\u0928 \u0916\u094B\u091C\u0947\u0902","No transactions":"\u0915\u094B\u0908 \u0932\u0947\u0928\u0926\u0947\u0928 \u0928\u0939\u0940\u0902","Your transaction history is stored locally and will appear here after you start a swap":"\u0906\u092A\u0915\u093E \u0932\u0947\u0928-\u0926\u0947\u0928 \u0907\u0924\u093F\u0939\u093E\u0938 \u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0930\u0942\u092A \u0938\u0947 \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0939\u0948 \u0914\u0930 \u0906\u092A\u0915\u0947 \u0926\u094D\u0935\u093E\u0930\u093E \u0938\u094D\u0935\u0948\u092A \u0936\u0941\u0930\u0942 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u092F\u0939\u093E\u0902 \u0926\u093F\u0916\u093E\u0908 \u0926\u0947\u0917\u093E","Clear Transaction History":"\u0932\u0947\u0928-\u0926\u0947\u0928 \u0907\u0924\u093F\u0939\u093E\u0938 \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0906\u0917\u0947 \u092C\u0922\u093C\u0928\u0947 \u0938\u0947 \u0935\u093F\u091C\u0947\u091F \u0938\u0947 \u0938\u092D\u0940 \u0938\u092B\u0932 \u0914\u0930 \u0905\u0938\u092B\u0932 \u0932\u0947\u0928\u0926\u0947\u0928 \u0939\u091F\u093E \u0926\u093F\u090F \u091C\u093E\u090F\u0902\u0917\u0947\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u0927\u094D\u092F\u093E\u0928 \u0926\u0947\u0902: \u0907\u0938\u0938\u0947 \u091A\u0947\u0928 \u092A\u0930 \u0906\u092A\u0915\u0947 \u0932\u0947\u0928-\u0926\u0947\u0928 \u0915\u093E \u0907\u0924\u093F\u0939\u093E\u0938 \u0928\u0939\u0940\u0902 \u092E\u093F\u091F\u0924\u093E; \u092F\u0939 \u0915\u0947\u0935\u0932 \u0909\u0928\u094D\u0939\u0947\u0902 \u092F\u0939\u093E\u0902 \u0938\u0947 \u0939\u091F\u093E\u0924\u093E \u0939\u0948\u0964","Yes, Clear the history":"\u0939\u093E\u0902, \u0907\u0924\u093F\u0939\u093E\u0938 \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902","language":"\u092D\u093E\u0937\u093E","Search {sourceType}":["\u0916\u094B\u091C ",["sourceType"]],"Search Chain":"\u0916\u094B\u091C \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E","Source":"\u0938\u094D\u0930\u094B\u0924","Destination":"\u0917\u0902\u0924\u0935\u094D\u092F","Swap {type}":["\u0938\u094D\u0935\u0948\u092A ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902, \u0906\u092A \u0928\u0915\u0926\u0940 \u0938\u094D\u0930\u094B\u0924\u094B\u0902 \u092A\u0930 \u092A\u094D\u0930\u0924\u093F\u092C\u0902\u0927\u094B\u0902 \u0915\u0947 \u0938\u093E\u0925 \u0905\u092D\u093F\u092F\u093E\u0928 \u092E\u094B\u0921 \u092E\u0947\u0902 \u0939\u0948\u0902\u0964 \u0915\u094D\u092F\u093E \u0906\u092A \u0907\u0938 \u092E\u094B\u0921 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0928\u093F\u0915\u0932\u0928\u093E \u091A\u093E\u0939\u0947\u0902\u0917\u0947 \u0914\u0930 \u0938\u092D\u0940 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0915\u0926\u0940 \u0938\u094D\u0930\u094B\u0924\u094B\u0902 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0947\u0902\u0917\u0947?","The request ID is necessary to display the swap details.":"\u0938\u094D\u0935\u0948\u092A \u0935\u093F\u0935\u0930\u0923 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u0928\u0941\u0930\u094B\u0927 \u0906\u0908\u0921\u0940 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0948\u0964","Connect Wallets":"\u0935\u0949\u0932\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0947\u0902","Choose a wallet to connect.":"\u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0935\u0949\u0932\u0947\u091F \u091A\u0941\u0928\u0947\u0902.","This week":"\u0907\u0938 \u0938\u092A\u094D\u0924\u093E\u0939","This month":"\u0907\u0938 \u092E\u0939\u0940\u0928\u0947","This year":"\u0907\u0938 \u0938\u093E\u0932","Slippage must be greater than or equal to 0.01":"\u0938\u094D\u0932\u093F\u092A\u0947\u091C 0.01 \u0938\u0947 \u0905\u0927\u093F\u0915 \u092F\u093E \u0909\u0938\u0915\u0947 \u092C\u0930\u093E\u092C\u0930 \u0939\u094B\u0928\u093E \u091A\u093E\u0939\u093F\u090F","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0909\u091A\u094D\u091A \u0938\u094D\u0932\u093F\u092A\u0947\u091C \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093E \u0915\u0947 \u0915\u093E\u0930\u0923 \u0906\u092A\u0915\u0947 \u0932\u0947\u0928-\u0926\u0947\u0928 \u0915\u0947 \u092B\u094D\u0930\u0902\u091F\u0930\u0928 \u0939\u094B\u0928\u0947 \u0915\u093E \u0916\u0924\u0930\u093E \u0939\u0948\u0964","Required: >= {min} {symbol}":["\u0906\u0935\u0936\u094D\u092F\u0915: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u0906\u0935\u0936\u094D\u092F\u0915: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u0906\u0935\u0936\u094D\u092F\u0915: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u0906\u0935\u0936\u094D\u092F\u0915: < ",["max"]," ",["symbol"]]," for network fee":" \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0936\u0941\u0932\u094D\u0915 \u0915\u0947 \u0932\u093F\u090F"," for swap":" \u0905\u0926\u0932\u093E-\u092C\u0926\u0932\u0940 \u0915\u0947 \u0932\u093F\u090F"," for input and network fee":" \u0907\u0928\u092A\u0941\u091F \u0914\u0930 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0936\u0941\u0932\u094D\u0915 \u0915\u0947 \u0932\u093F\u090F","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\u0915\u0940 \u0906\u0935\u0936\u094D\u092F\u0915\u0924\u093E \u0939\u0948, \u0932\u0947\u0915\u093F\u0928 \u0906\u092A\u0915\u0947 ",["blockchain"]," \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 ",["currentAmount"]," ",["symbol"]," \u0939\u0948\u0964"],"Waiting for other running tasks to be finished":"\u0905\u0928\u094D\u092F \u091A\u0932 \u0930\u0939\u0947 \u0915\u093E\u0930\u094D\u092F\u094B\u0902 \u0915\u0947 \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B\u0928\u0947 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930 \u0930\u0939\u093E \u0939\u0942\u0901","Waiting for changing wallet network":"\u0935\u0949\u0932\u0947\u091F \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092C\u0926\u0932\u0928\u0947 \u0915\u093E \u0907\u0902\u0924\u091C\u093E\u0930","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u0938\u094D\u0935\u093F\u091A \u092A\u0942\u0930\u093E \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902, \u092F\u093E \u0905\u092A\u0928\u0947 \u0935\u0949\u0932\u0947\u091F \u092E\u0947\u0902 \u0928\u0947\u091F\u0935\u0930\u094D\u0915 \u092E\u0948\u0928\u094D\u092F\u0941\u0905\u0932 \u0930\u0942\u092A \u0938\u0947 \u0938\u094D\u0935\u093F\u091A \u0915\u0930\u0947\u0902\u0964","Sunday":"\u0930\u0935\u093F\u0935\u093E\u0930","Monday":"\u0938\u094B\u092E\u0935\u093E\u0930","Tuesday":"\u092E\u0902\u0917\u0932\u0935\u093E\u0930","Wednesday":"\u092C\u0941\u0927\u0935\u093E\u0930","Thursday":"\u0917\u0941\u0930\u0941\u0935\u093E\u0930","Friday":"\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930","Saturday":"\u0936\u0928\u093F\u0935\u093E\u0930","Powered By":"\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u091A\u093E\u0932\u093F\u0924","This token may involve potential security risks; proceed with caution.":"\u0907\u0938 \u091F\u094B\u0915\u0928 \u092E\u0947\u0902 \u0938\u0902\u092D\u093E\u0935\u093F\u0924 \u0938\u0941\u0930\u0915\u094D\u0937\u093E \u091C\u094B\u0916\u093F\u092E \u0936\u093E\u092E\u093F\u0932 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902; \u0938\u093E\u0935\u0927\u093E\u0928\u0940 \u0938\u0947 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947\u0902\u0964","Aggregated Transaction":"\u0938\u092E\u0947\u0915\u093F\u0924 \u0932\u0947\u0928\u0926\u0947\u0928","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":[["fromChain"]," \u0938\u0947 ",["swapper"],"\u092A\u0930 \u0938\u094D\u0935\u0948\u092A \u0915\u0930\u0947\u0902"],"Bridge from {fromChain} via {swapper}":[["fromChain"]," \u0938\u0947 ",["swapper"],"\u0924\u0915 \u092A\u0941\u0932"],"Bridge to {toChain} via {swapper}":[["swapper"],"\u0938\u0947 \u0939\u094B\u0915\u0930 ",["toChain"]," \u0924\u0915 \u0915\u093E \u092A\u0941\u0932"],"Completed":"\u092A\u0941\u0930\u093E \u0939\u094B\u0928\u093E\u0964","In progress":"\u092A\u094D\u0930\u0917\u0924\u093F \u092A\u0930 \u0939\u0948","Waiting for the swap transaction":"\u0938\u094D\u0935\u0948\u092A \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u0915\u0930 \u0930\u0939\u093E \u0939\u0942\u0901","Waiting for the bridge transaction":"\u092C\u094D\u0930\u093F\u091C \u0932\u0947\u0928\u0926\u0947\u0928 \u0915\u0940 \u092A\u094D\u0930\u0924\u0940\u0915\u094D\u0937\u093E \u092E\u0947\u0902","Connected Partially":"\u0906\u0902\u0936\u093F\u0915 \u0930\u0942\u092A \u0938\u0947 \u091C\u0941\u0921\u093C\u093E \u0939\u0941\u0906","Connect other chains":"\u0905\u0928\u094D\u092F \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E\u0913\u0902 \u0915\u094B \u091C\u094B\u0921\u093C\u0947\u0902","Connecting ...":"\u0915\u0928\u0947\u0915\u094D\u091F \u0915\u0930 \u0930\u0939\u093E \u0939\u0942\u0901...","Connecting":"\u0915\u0928\u0947\u0915\u094D\u091F","Disconnected":"\u0921\u093F\u0938\u094D\u0915\u0928\u0947\u0915\u094D\u091F \u0915\u093F\u092F\u093E \u0917\u092F\u093E","you need to pass a correct state to Wallet.":"\u0906\u092A\u0915\u094B \u0935\u0949\u0932\u0947\u091F \u0915\u094B \u0938\u0939\u0940 \u0938\u094D\u0925\u093F\u0924\u093F \u092A\u093E\u0938 \u0915\u0930\u0928\u0940 \u0939\u094B\u0917\u0940\u0964","There are no notifications.":"\u0915\u094B\u0908 \u0938\u0942\u091A\u0928\u093E \u0928\u0939\u0940\u0902 \u0939\u0948.","Clear all":"\u0938\u092D\u0940 \u0938\u093E\u092B \u0915\u0930\u0947\u0902","Balance":"\u0938\u0902\u0924\u0941\u0932\u0928","Max":"\u0905\u0927\u093F\u0915\u0924\u092E","Select gas chain":"\u0917\u0948\u0938 \u0936\u094D\u0930\u0943\u0902\u0916\u0932\u093E \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902"}`);var pi=JSON.parse(`{"No results found":"Nincs tal\xE1lat","Try using different keywords":"Pr\xF3b\xE1ljon meg m\xE1s kulcsszavakat haszn\xE1lni","Select Chain":"V\xE1lassza a L\xE1nc lehet\u0151s\xE9get","All":"Minden","More +{count}":["Tov\xE1bbiak +",["count"]],"Activate this tab":"Aktiv\xE1lja ezt a lapot","Another tab is open and handles transactions.":"Egy m\xE1sik lap nyitva van, \xE9s a tranzakci\xF3kat kezeli.","Activate current tab":"Az aktu\xE1lis lap aktiv\xE1l\xE1sa","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Jelenleg n\xE9h\xE1ny tranzakci\xF3 fut, \xE9s m\xE1s b\xF6ng\xE9sz\u0151lap kezeli \u0151ket. Ha aktiv\xE1lja ezt a lapot, minden olyan tranzakci\xF3 lej\xE1r, amely m\xE1r benne van a tranzakci\xF3 al\xE1\xEDr\xE1si l\xE9p\xE9s\xE9ben.","Confirm":"Er\u0151s\xEDtse meg","Your {blockchainName} wallets":["Az \xD6n ",["blockchainName"]," p\xE9nzt\xE1rc\xE1ja"],"Insufficient account balance":"El\xE9gtelen sz\xE1mlaegyenleg","Proceed anyway":"Mindenk\xE9ppen folytassa","You need to connect a {blockchainName} wallet.":["Egy ",["blockchainName"]," p\xE9nzt\xE1rc\xE1t kell csatlakoztatnia."],"Add {chain} chain":["Add hozz\xE1 a ",["chain"]," l\xE1ncot"],"Chain not connected":"L\xE1nc nincs csatlakoztatva","Show more wallets":"Tov\xE1bbi p\xE9nzt\xE1rc\xE1k megjelen\xEDt\xE9se","Send to a different address":"K\xFCldje el egy m\xE1sik c\xEDmre","Enter {blockchainName} address":["\xCDrja be a ",["blockchainName"]," c\xEDmet"],"Address {destination} doesn't match the blockchain address pattern.":["A ",["destination"]," c\xEDm nem egyezik a blokkl\xE1nc c\xEDmmint\xE1j\xE1val."],"via":"kereszt\xFCl","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Ez a token nem r\xE9sze az ellen\u0151rz\xF6tt token list\xE1nknak. K\xE9rj\xFCk, ellen\u0151rizze a forr\xE1s\xE1t, \xE9s gy\u0151z\u0151dj\xF6n meg arr\xF3l, hogy meg\xE9rtette az \xF6sszes kapcsol\xF3d\xF3 kock\xE1zatot, miel\u0151tt folytatn\xE1.","Import Anyway":"Am\xFAgy import\xE1l\xE1s","Learn More":"Tov\xE1bbi inform\xE1ci\xF3","Status":"\xC1llapot","Reset":"Reset","Cancel":"M\xE9gsem","Refresh":"Friss\xEDt\xE9s","Notifications":"\xC9rtes\xEDt\xE9sek","Settings":"Be\xE1ll\xEDt\xE1sok elemre","History":"T\xF6rt\xE9nelem","Connect Wallet":"Wallet csatlakoztat\xE1sa","Today":"Ma","Failed Network, Please retry.":"Sikertelen h\xE1l\xF3zat, pr\xF3b\xE1lkozzon \xFAjra.","Retry":"Pr\xF3b\xE1lja \xFAjra","Add another custom token":"Adjon hozz\xE1 egy m\xE1sik egy\xE9ni tokent","Swaps steps":"Felcser\xE9li a l\xE9p\xE9seket","Connected":"Csatlakozva","Connection failed":"Kapcsol\xF3d\xE1s sikertelen","See why":"N\xE9zd meg, mi\xE9rt","(Currently not supported)":"(Jelenleg nem t\xE1mogatott)","Slippage Error":"Cs\xFAsz\xE1si hiba","Slippage Warning":"Cs\xFAsz\xE1sra figyelmeztet\xE9s","Bridge Limit Error":"Bridge Limit hiba","Yours: {amount} {symbol}":["A ti\xE9d: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minim\xE1lis javasolt cs\xFAsz\xE1s: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["A ti\xE9d: ",["userSlippage"]],"See All Routes":"L\xE1sd: \xD6sszes \xFAtvonal","View more info":"Tov\xE1bbi inform\xE1ci\xF3k megtekint\xE9se","Gas & Fee Explanation":"G\xE1z \xE9s d\xEDj magyar\xE1zata","Details":"R\xE9szletek","Total Payable Fee":"Teljes fizetend\u0151 d\xEDj","Hide non-payable fees":"A nem fizetend\u0151 d\xEDjak elrejt\xE9se","Show non-payable fees":"Mutassa meg a nem fizetend\u0151 d\xEDjakat","Description":"Le\xEDr\xE1s","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Az al\xE1bbi d\xEDjak figyelembe v\xE9telre ker\xFClnek a tranzakci\xF3 kimenet\xE9n\xE9l, \xE9s\\n ezek\xE9rt nem kell k\xFCl\xF6n g\xE1zt fizetni.","Swap input":"Cser\xE9lje ki a bemenetet","Estimated output":"Becs\xFClt teljes\xEDtm\xE9ny","Via:":"Kereszt\xFCl:","Chains:":"L\xE1ncok:","Sort by":"Rendez\xE9s","Smart Routing":"Intelligens \xFAtv\xE1laszt\xE1s","Lowest Fee":"Legalacsonyabb d\xEDj","Fastest Transfer":"Leggyorsabb \xE1tvitel","Maximum Return":"Maxim\xE1lis megt\xE9r\xFCl\xE9s","Maximum Output":"Maxim\xE1lis kimenet","Swapping":"Csere","Gas cost":"G\xE1z k\xF6lts\xE9g","Receiving":"Fogad\xE1s","Price impact":"\xC1rhat\xE1s","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Ehhez az \xFAtvonalhoz legal\xE1bb ",["minRequiredSlippage"]," -ra kell n\xF6velnie a cs\xFAsz\xE1st."],"Increase":"N\xF6veked\xE9s","Output amount changed by {percentageChange}% (\${usdValueChange}).":["A kimeneti mennyis\xE9g ",["percentageChange"],"%-kal m\xF3dosult ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Javasoljuk, hogy ezen az \xFAtvonalon n\xF6velje a cs\xFAsz\xE1st legal\xE1bb ",["minRequiredSlippage"]," -ra."],"Caution, your slippage is high.":"Vigy\xE1zat, nagy a cs\xFAsz\xE1sod.","Change":"V\xE1ltoz\xE1s","High slippage":"Magas cs\xFAsz\xE1s","Low slippage":"Alacsony cs\xFAsz\xE1s","Caution, your slippage is high. Your trade may be front run.":"Vigy\xE1zat, a cs\xFAsz\xE1s magas. Lehet, hogy a keresked\xE9se el\u0151ret\xF6r\xE9st jelent.","Swap anyway":"Cser\xE9lj am\xFAgy","Change Slippage":"V\xE1ltoz\xE1scs\xFAsz\xE1s","Something went wrong":"Valami elromlott","Something went wrong. Please refresh the app.":"Valami elromlott. K\xE9rj\xFCk, friss\xEDtse az alkalmaz\xE1st.","No Routes Found":"Nem tal\xE1lhat\xF3 \xFAtvonal","You cannot use the same token for From and To.":"Nem haszn\xE1lhatja ugyanazt a tokent a Kezd\u0151 \xE9s a C\xEDmzett sz\xE1m\xE1ra.","Slippage tolerance per swap":"Cs\xFAsz\xE1si t\u0171r\xE9s cser\xE9nk\xE9nt","Custom":"Szok\xE1s","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Tranzakci\xF3ja vissza\xE1ll, ha az \xE1r enn\xE9l a sz\xE1zal\xE9kn\xE1l nagyobb m\xE9rt\xE9kben v\xE1ltozik kedvez\u0151tlen\xFCl.","Warning":"Figyelmeztet\xE9s","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Ez a be\xE1ll\xEDt\xE1s minden l\xE9p\xE9sre vonatkozik (pl. 1 h\xFCvelyk, Thorchain stb.), ami azt jelenti, hogy csak az adott l\xE9p\xE9s ker\xFCl vissza\xE1ll\xEDt\xE1sra, nem a teljes \xFAtvonal.","Slippage cannot be set lower than 0.01%.":"A cs\xFAsz\xE1s nem \xE1ll\xEDthat\xF3 be 0,01%-n\xE1l alacsonyabbra.","Caution, your slippage is high!":"Vigy\xE1zat, nagy a cs\xFAsz\xE1sod!","Request ID":"K\xE9rjen azonos\xEDt\xF3t","Copied To Clipboard":"V\xE1g\xF3lapra m\xE1solva","Copy Request ID":"K\xE9r\xE9sazonos\xEDt\xF3 m\xE1sol\xE1sa","View on Rango Explorer":"Megtekint\xE9s a Rango Exploreren","Finished at":"K\xE9sz\xFClt:","Created at":"L\xE9trehozva:","Swap Details":"Csere r\xE9szletei","Not found":"Nem tal\xE1lhat\xF3","Swap with request ID = {requestId} not found.":["Csere k\xE9r\xE9sazonos\xEDt\xF3val = ",["requestId"]," nem tal\xE1lhat\xF3."],"Change Network":"H\xE1l\xF3zat m\xF3dos\xEDt\xE1sa","Network Changed":"H\xE1l\xF3zat megv\xE1ltozott","Network Switch Failed":"H\xE1l\xF3zati kapcsol\xF3 hiba","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":[["amount"]," ",["token"]," kapott ",["conciseAddress"]," p\xE9nzt\xE1rc\xE1ban a ",["chain"]," l\xE1ncon."],"Transaction was not sent.":"A tranzakci\xF3 nem lett elk\xFCldve.","{amount} {symbol} on {blockchain} remains in your wallet.":["A ",["amount"]," ",["symbol"]," ",["blockchain"]," a p\xE9nzt\xE1rc\xE1j\xE1ban marad."],"Delete":"T\xF6r\xF6l","Try again":"Pr\xF3b\xE1ld \xFAjra","View transaction":"Tranzakci\xF3 megtekint\xE9se","Connect":"Csatlakoz\xE1s","Swap Successful":"A csere sikeres","Transaction Failed":"A tranzakci\xF3 sikertelen","Done":"K\xE9sz","Diagnosis":"Diagn\xF3zis","See Details":"L\xE1sd R\xE9szletek","Cancel Swap":"Csere lemond\xE1sa","Are you sure you want to cancel this swap?":"Biztosan megszak\xEDtja ezt a cser\xE9t?","Yes, Cancel it":"Igen, m\xE9gse","No, Continue":"Nem, folytasd","Connect {wallet}":["Csatlakoz\xE1s ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"A t\xE1rc\xE1d vagy n\xE9h\xE1ny h\xE1l\xF3zat kapcsolata megszakadt. Csatlakozz a csere folytat\xE1s\xE1hoz.","Wallet connected successfully.":"A p\xE9nzt\xE1rca sikeresen csatlakoztatva.","Delete Transaction":"Tranzakci\xF3 t\xF6rl\xE9se","Are you sure you want to delete this swap?":"Biztosan t\xF6rli ezt a cser\xE9t?","Yes, Delete it":"Igen, t\xF6r\xF6lje","No, Cancel":"Nem, M\xE9gsem","Install {wallet}":["Telep\xEDt\xE9s ",["wallet"]],"Install":"Telep\xEDt\xE9s","Try Again":"Pr\xF3b\xE1ld \xFAjra","Slippage:":"Cs\xFAsz\xE1s:","Select Token":"V\xE1lassza a Token lehet\u0151s\xE9get","Wallet Connected":"Wallet csatlakoztatva","Your wallet is connected, you can use it to swap.":"A p\xE9nzt\xE1rc\xE1ja csatlakoztatva van, haszn\xE1lhatja cser\xE9re.","Failed to Connect":"Nem siker\xFClt csatlakozni","Your wallet is not connected. Please try again.":"A p\xE9nzt\xE1rca nincs csatlakoztatva. K\xE9rj\xFCk, pr\xF3b\xE1lja \xFAjra.","Connecting to your wallet":"Csatlakoz\xE1s a p\xE9nzt\xE1rc\xE1hoz","Click connect in your wallet popup.":"Kattintson a Connect gombra a p\xE9nzt\xE1rca el\u0151ugr\xF3 ablak\xE1ban.","Select Derivation Path":"V\xE1lassza ki a sz\xE1rmaztat\xE1si \xFAtvonalat","In order to connect to {type}, you must first select a Derivation Path":["A ",["type"],"-hoz val\xF3 csatlakoz\xE1shoz el\u0151sz\xF6r ki kell v\xE1lasztania egy sz\xE1rmaz\xE1si \xFAtvonalat"],"Choose Derivation Path Template":"V\xE1lassza a sz\xE1rmaztat\xE1si \xFAtvonal sablont","Enter Path":"\xCDrja be az \xFAtvonalat","Enter Index":"\xCDrja be az indexet","This wallet can only connect to one chain at a time.":"Ez a p\xE9nzt\xE1rca egyszerre csak egy l\xE1nchoz tud csatlakozni.","Disconnect wallet":"P\xE9nzt\xE1rca lev\xE1laszt\xE1sa","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Ez a p\xE9nzt\xE1rca t\xF6bb l\xE1ncot is t\xE1mogat. V\xE1lassza ki, hogy mely l\xE1ncokat szeretn\xE9 csatlakoztatni vagy lev\xE1lasztani.","Add {blockchainDisplayName} Chain":["Add hozz\xE1 a ",["blockchainDisplayName"]," l\xE1ncot"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Szeretn\xE9 hozz\xE1adni a ",["blockchainDisplayName"]," k\xEDs\xE9rleti l\xE1ncot a p\xE9nzt\xE1rc\xE1j\xE1hoz?"],"Please approve the experimental chain pop-up in your wallet.":"K\xE9rj\xFCk, hagyja j\xF3v\xE1 a k\xEDs\xE9rleti l\xE1nc el\u0151ugr\xF3 ablak\xE1t a p\xE9nzt\xE1rc\xE1j\xE1ban.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," L\xE1nc hozz\xE1adva"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["A ",["blockchainDisplayName"]," l\xE1ncot sikeresen hozz\xE1adtuk p\xE9nzt\xE1rc\xE1j\xE1hoz."],"Request Rejected":"K\xE9relem elutas\xEDtva","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\xD6n elutas\xEDtotta a ",["blockchainDisplayName"]," l\xE1nc hozz\xE1ad\xE1s\xE1t p\xE9nzt\xE1rc\xE1j\xE1hoz."],"Disconnect":"Lev\xE1laszt\xE1s","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Ez a p\xE9nzt\xE1rca t\xF6bb l\xE1ncot is t\xE1mogat. V\xE1laszd ki, hogy mely l\xE1ncokat szeretn\xE9d \xF6sszekapcsolni.","This wallet can only connect to one chain at a time. ":"Ez a p\xE9nzt\xE1rca egyszerre csak egy l\xE1nchoz tud csatlakozni. ","Deselect all":"T\xF6r\xF6lje az \xF6sszes kijel\xF6l\xE9s\xE9t","Select all":"V\xE1lassza ki az \xF6sszeset","Failed Network, Please retry your swap.":"Sikertelen h\xE1l\xF3zat. K\xE9rj\xFCk, pr\xF3b\xE1lja \xFAjra a cser\xE9t.","Please reset your liquidity sources.":"K\xE9rj\xFCk, \xE1ll\xEDtsa vissza likvidit\xE1si forr\xE1sait.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Korl\xE1tozta a likvidit\xE1si forr\xE1sokat, \xE9s ez azt eredm\xE9nyezheti, hogy Rango nem tal\xE1l \xFAtvonalat. K\xE9rj\xFCk, fontolja meg likvidit\xE1si forr\xE1sai vissza\xE1ll\xEDt\xE1s\xE1t.","No Routes Found.":"Nem tal\xE1lhat\xF3 \xFAtvonal.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Okok, amelyek miatt a Rango nem tal\xE1lt \xFAtvonalat: alacsony a token likvidit\xE1sa, nagyon alacsony a bemeneti mennyis\xE9g, vagy nincsenek el\xE9rhet\u0151 \xFAtvonalak a kiv\xE1lasztott bemeneti/kimeneti token kombin\xE1ci\xF3hoz.","Bridge Limit Error: Please increase your amount.":"Bridge Limit hiba: K\xE9rj\xFCk, n\xF6velje az \xF6sszeget.","Bridge Limit Error: Please decrease your amount.":"Bridge Limit Error: K\xE9rj\xFCk, cs\xF6kkentse az \xF6sszeget.","High Price Impact":"Magas \xE1rhat\xE1s","Price impact is too high!":"Az \xE1rhat\xE1s t\xFAl nagy!","The price impact is significantly higher than the allowed amount.":"Az \xE1rhat\xE1s l\xE9nyegesen nagyobb a megengedettn\xE9l.","Confirm high price impact":"Er\u0151s\xEDtse meg a magas \xE1rhat\xE1st","Route updated and price impact is too high, try again later!":"Az \xFAtvonal friss\xEDtve, \xE9s az \xE1rhat\xE1s t\xFAl nagy, pr\xF3b\xE1lkozzon \xFAjra k\xE9s\u0151bb!","USD Price Unknown":"USD \xC1r Ismeretlen","USD Price Unknown, Cannot calculate Price Impact.":"USD \xC1r Ismeretlen, Nem lehet kisz\xE1m\xEDtani az \xE1rhat\xE1st.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD \xC1r Ismeretlen, Nem lehet kisz\xE1m\xEDtani az \xE1rhat\xE1st. Az \xE1rhat\xE1s a szok\xE1sosn\xE1l nagyobb lehet. Biztos, hogy folytatja a cser\xE9t?","Confirm USD Price Unknown":"Er\u0151s\xEDtse USD \xC1r Ismeretlen","Swap":"Csere","The route goes through Ethereum. Continue?":"Az \xFAt az Ethereumon kereszt\xFCl vezet. Folytatja?","Routes":"\xDAtvonalak","From":"T\xF3l","To":"To","Light":"F\xE9ny","Dark":"S\xF6t\xE9t","Auto":"Auto","Loading failed":"A bet\xF6lt\xE9s nem siker\xFClt","Bridges":"Hidak","Exchanges":"Cser\xE9k","Custom Tokens":"Egyedi tokenek","Language":"Nyelv","Infinite approval":"V\xE9gtelen j\xF3v\xE1hagy\xE1s","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"A \u201EV\xE9gtelen j\xF3v\xE1hagy\xE1s\u201D m\xF3d enged\xE9lyez\xE9se korl\xE1tlan hozz\xE1f\xE9r\xE9st biztos\xEDt az alapul szolg\xE1l\xF3 intelligens szerz\u0151d\xE9sekhez, lehet\u0151v\xE9 t\xE9ve sz\xE1mukra a j\xF3v\xE1hagyott token mennyis\xE9g\xE9nek korl\xE1toz\xE1sok n\xE9lk\xFCli felhaszn\xE1l\xE1s\xE1t.","Theme":"T\xE9ma","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"A megadott c\xEDm ism\xE9tl\u0151d\u0151, k\xE9rj\xFCk, adjon meg egy \xFAj c\xEDmet.","Token Already Exists":"A token m\xE1r l\xE9tezik","There's no need to add this token again because it already exists and is supported by us.":"Nem sz\xFCks\xE9ges \xFAjra hozz\xE1adni ezt a tokent, mert m\xE1r l\xE9tezik, \xE9s mi is t\xE1mogatjuk.","Token Not Found":"Token nem tal\xE1lhat\xF3","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Sajn\xE1ljuk, nem tal\xE1lhat\xF3 token a ",["blockchain"]," l\xE1ncon a megadott c\xEDmmel. k\xE9rj\xFCk, ellen\u0151rizze, hogy a megfelel\u0151 token c\xEDmet adta-e meg."],"Network error":"H\xE1l\xF3zati hiba","An error occurred while retrieving token data.":"Hiba t\xF6rt\xE9nt a token adatok lek\xE9r\xE9se k\xF6zben.","Add Custom Token":"Adjon hozz\xE1 egy\xE9ni tokent","Select chain":"V\xE1lassza ki a l\xE1ncot","Enter Address":"Adja meg a c\xEDmet","Enter token address":"\xCDrja be a token c\xEDm\xE9t","Import":"Import\xE1l\xE1s","Confirm Swap":"Er\u0151s\xEDtse meg a cser\xE9t","Start Swap":"Ind\xEDtsa el a Swapot","You get":"Megkapod","Search Token":"Token keres\xE9se","No custom tokens":"Nincsenek egy\xE9ni tokenek","press the button to add your custom token":"nyomja meg a gombot az egy\xE9ni token hozz\xE1ad\xE1s\xE1hoz","Delete Custom Token":"Egy\xE9ni token t\xF6rl\xE9se","Are you sure you want to Delete this Token?":"Biztosan t\xF6rli ezt a tokent?","Complete":"Teljes","Running":"Fut\xE1s","Failed":"Sikertelen","Refuel":"Tankol","Clear":"Vil\xE1gos","Search Transaction":"Tranzakci\xF3 keres\xE9se","No transactions":"Nincsenek tranzakci\xF3k","Your transaction history is stored locally and will appear here after you start a swap":"A tranzakci\xF3s el\u0151zm\xE9nyeket helyben t\xE1roljuk, \xE9s a csere elind\xEDt\xE1sa ut\xE1n itt jelennek meg","Clear Transaction History":"Tranzakci\xF3s el\u0151zm\xE9nyek t\xF6rl\xE9se","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"A folytat\xE1s elt\xE1vol\xEDtja az \xF6sszes sikeres \xE9s sikertelen tranzakci\xF3t a widgetb\u0151l. Folytatja?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Megjegyz\xE9s: Ez nem t\xF6rli a tranzakci\xF3s el\u0151zm\xE9nyeket a l\xE1ncon; csak itt t\xE1vol\xEDtja el \u0151ket.","Yes, Clear the history":"Igen, t\xF6r\xF6lje az el\u0151zm\xE9nyeket","language":"nyelv","Search {sourceType}":["Keres\xE9s ",["sourceType"]],"Search Chain":"Keres\u0151l\xE1nc","Source":"Forr\xE1s","Destination":"Rendeltet\xE9si hely","Swap {type}":["Csere ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Jelenleg kamp\xE1nym\xF3dban van, a likvidit\xE1si forr\xE1sokra vonatkoz\xF3 korl\xE1toz\xE1sokkal. Szeretne kil\xE9pni ebb\u0151l a m\xF3db\xF3l, \xE9s kihaszn\xE1lni az \xF6sszes rendelkez\xE9sre \xE1ll\xF3 likvidit\xE1si forr\xE1st?","The request ID is necessary to display the swap details.":"A k\xE9relem azonos\xEDt\xF3ja sz\xFCks\xE9ges a csere r\xE9szleteinek megjelen\xEDt\xE9s\xE9hez.","Connect Wallets":"Csatlakoztassa a p\xE9nzt\xE1rc\xE1kat","Choose a wallet to connect.":"V\xE1lasszon egy p\xE9nzt\xE1rc\xE1t a csatlakoztat\xE1shoz.","This week":"Ezen a h\xE9ten","This month":"Ebben a h\xF3napban","This year":"Id\xE9n","Slippage must be greater than or equal to 0.01":"A cs\xFAsz\xE1snak nagyobbnak vagy egyenl\u0151nek kell lennie 0,01-gyel","Your transaction is at risk of being frontrun due to high slippage tolerance.":"A magas cs\xFAsz\xE1st\u0171r\xE9s miatt fenn\xE1ll a kock\xE1zata annak, hogy a tranzakci\xF3ja el\u0151rehaladott\xE1 v\xE1lik.","Required: >= {min} {symbol}":["K\xF6telez\u0151: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["K\xF6telez\u0151: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["K\xF6telez\u0151: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["K\xF6telez\u0151: < ",["max"]," ",["symbol"]]," for network fee":" h\xE1l\xF3zati d\xEDj ellen\xE9ben"," for swap":" cser\xE9re"," for input and network fee":" bemeneti \xE9s h\xE1l\xF3zati d\xEDj\xE9rt","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"kell, de ",["currentAmount"]," ",["symbol"]," van a ",["blockchain"]," p\xE9nzt\xE1rc\xE1j\xE1ban."],"Waiting for other running tasks to be finished":"V\xE1rakoz\xE1s a t\xF6bbi fut\xF3 feladat befejez\xE9s\xE9re","Waiting for changing wallet network":"V\xE1rakoz\xE1s a p\xE9nzt\xE1rcah\xE1l\xF3zat megv\xE1ltoztat\xE1s\xE1ra","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"A h\xE1l\xF3zatv\xE1lt\xE1s nem fejezhet\u0151 be. Pr\xF3b\xE1ld \xFAjra, vagy v\xE1ltsd \xE1t a h\xE1l\xF3zatot manu\xE1lisan a p\xE9nzt\xE1rc\xE1dban.","Sunday":"vas\xE1rnap","Monday":"h\xE9tf\u0151","Tuesday":"kedd","Wednesday":"szerda","Thursday":"cs\xFCt\xF6rt\xF6k","Friday":"p\xE9ntek","Saturday":"szombat","Powered By":"Powered by","This token may involve potential security risks; proceed with caution.":"Ez a token potenci\xE1lis biztons\xE1gi kock\xE1zatokat rejthet mag\xE1ban; \xF3vatosan j\xE1rjon el.","Aggregated Transaction":"\xD6sszes\xEDtett Tranzakci\xF3","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Csere a ",["fromChain"]," -ra ",["swapper"],"-n kereszt\xFCl"],"Bridge from {fromChain} via {swapper}":["H\xEDd ",["fromChain"]," -t\xF3l ",["swapper"],"-en kereszt\xFCl"],"Bridge to {toChain} via {swapper}":["H\xEDd a ",["toChain"]," fel\xE9 a ",["swapper"],"-n kereszt\xFCl"],"Completed":"Befejezve","In progress":"Folyamatban van","Waiting for the swap transaction":"V\xE1rakoz\xE1s a csere\xFCgyletre","Waiting for the bridge transaction":"V\xE1rakoz\xE1s az \xE1thidal\xF3 tranzakci\xF3ra","Connected Partially":"R\xE9szben csatlakoztatva","Connect other chains":"Csatlakoztasson m\xE1s l\xE1ncokat","Connecting ...":"Csatlakoz\xE1s...","Connecting":"Csatlakoz\xE1s","Disconnected":"Sz\xE9tkapcsolt","you need to pass a correct state to Wallet.":"helyes \xE1llapotot kell \xE1tadnia a Walletnek.","There are no notifications.":"Nincsenek \xE9rtes\xEDt\xE9sek.","Clear all":"Minden t\xF6rl\xE9se","Balance":"Egyens\xFAly","Max":"Max","Select gas chain":"V\xE1lassza ki a g\xE1zl\xE1ncot"}`);var hi=JSON.parse(`{"No results found":"Tidak ada hasil ditemukan","Try using different keywords":"Coba gunakan kata kunci yang berbeda","Select Chain":"Pilih Rantai","All":"Semua","More +{count}":["Lebih lanjut +",["count"]],"Activate this tab":"Aktifkan tab ini","Another tab is open and handles transactions.":"Tab lain terbuka dan menangani transaksi.","Activate current tab":"Aktifkan tab saat ini","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Saat ini, beberapa transaksi sedang berjalan dan ditangani oleh tab browser lain. Jika Anda mengaktifkan tab ini, semua transaksi yang sudah ada dalam langkah tanda tangan transaksi akan kedaluwarsa.","Confirm":"Mengonfirmasi","Your {blockchainName} wallets":["Dompet ",["blockchainName"]," Anda"],"Insufficient account balance":"Saldo akun tidak mencukupi","Proceed anyway":"Tetap lanjutkan saja","You need to connect a {blockchainName} wallet.":["Anda perlu menghubungkan dompet ",["blockchainName"]," ."],"Add {chain} chain":["Tambahkan rantai ",["chain"]],"Chain not connected":"Rantai tidak terhubung","Show more wallets":"Tampilkan lebih banyak dompet","Send to a different address":"Kirim ke alamat lain","Enter {blockchainName} address":["Masukkan alamat ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["Alamat ",["destination"]," tidak cocok dengan pola alamat blockchain."],"via":"melalui","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Token ini bukan bagian dari daftar token terverifikasi kami. Harap verifikasi sumbernya dan pastikan untuk memahami semua risiko terkait sebelum melanjutkan.","Import Anyway":"Impor Tetap Saja","Learn More":"Pelajari lebih lanjut","Status":"Status","Reset":"Mengatur ulang","Cancel":"Membatalkan","Refresh":"Menyegarkan","Notifications":"Pemberitahuan","Settings":"Pengaturan","History":"Sejarah","Connect Wallet":"Hubungkan Dompet","Today":"Hari ini","Failed Network, Please retry.":"Jaringan Gagal, Silakan coba lagi.","Retry":"Mencoba kembali","Add another custom token":"Tambahkan token kustom lainnya","Swaps steps":"Langkah-langkah pertukaran","Connected":"Terhubung","Connection failed":"Koneksi gagal","See why":"Lihat alasannya","(Currently not supported)":"(Saat ini tidak didukung)","Slippage Error":"Kesalahan Tergelincir","Slippage Warning":"Peringatan Tergelincir","Bridge Limit Error":"Kesalahan Batas Jembatan","Yours: {amount} {symbol}":["Milik Anda: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimum slippage yang disarankan: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Milik Anda: ",["userSlippage"]],"See All Routes":"Lihat Semua Rute","View more info":"Lihat info lebih lanjut","Gas & Fee Explanation":"Penjelasan Gas & Biaya","Details":"Rincian","Total Payable Fee":"Total Biaya yang Harus Dibayar","Hide non-payable fees":"Sembunyikan biaya yang tidak dibayarkan","Show non-payable fees":"Tampilkan biaya yang tidak dibayarkan","Description":"Keterangan","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Biaya-biaya berikut dipertimbangkan dalam hasil transaksi dan\\n Anda tidak perlu membayar biaya gas tambahan untuk biaya-biaya tersebut.","Swap input":"Tukar masukan","Estimated output":"Perkiraan keluaran","Via:":"Melalui:","Chains:":"Rantai:","Sort by":"Urutkan berdasarkan","Smart Routing":"Rute Cerdas","Lowest Fee":"Biaya Terendah","Fastest Transfer":"Transfer Tercepat","Maximum Return":"Hasil Maksimal","Maximum Output":"Output Maksimum","Swapping":"Pertukaran","Gas cost":"Biaya gas","Receiving":"Menerima","Price impact":"Dampak harga","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Anda perlu meningkatkan slippage setidaknya hingga ",["minRequiredSlippage"]," untuk rute ini."],"Increase":"Meningkatkan","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Jumlah keluaran berubah sebesar ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Kami sarankan Anda meningkatkan slippage minimal hingga ",["minRequiredSlippage"]," untuk rute ini."],"Caution, your slippage is high.":"Perhatian, slip Anda tinggi.","Change":"Mengubah","High slippage":"Slip yang tinggi","Low slippage":"Selip rendah","Caution, your slippage is high. Your trade may be front run.":"Perhatian, slippage Anda tinggi. Perdagangan Anda mungkin akan menjadi yang terdepan.","Swap anyway":"Tukar saja","Change Slippage":"Perubahan Slippage","Something went wrong":"Ada yang salah","Something went wrong. Please refresh the app.":"Terjadi kesalahan. Harap segarkan aplikasi.","No Routes Found":"Tidak Ada Rute Ditemukan","You cannot use the same token for From and To.":"Anda tidak dapat menggunakan token yang sama untuk Dari dan Ke.","Slippage tolerance per swap":"Toleransi selip per swap","Custom":"Kebiasaan","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Transaksi Anda akan dibatalkan jika harga berubah tidak menguntungkan lebih dari persentase ini.","Warning":"Peringatan","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Pengaturan ini diterapkan pada setiap langkah (misalnya 1Inch, Thorchain, dll.), artinya hanya langkah spesifik tersebut yang akan dikembalikan, bukan keseluruhan rute.","Slippage cannot be set lower than 0.01%.":"Slippage tidak dapat diatur lebih rendah dari 0,01%.","Caution, your slippage is high!":"Perhatian, slip Anda tinggi!","Request ID":"ID Permintaan","Copied To Clipboard":"Disalin ke Papan Klip","Copy Request ID":"Salin ID Permintaan","View on Rango Explorer":"Lihat di Rango Explorer","Finished at":"Selesai di","Created at":"Dibuat di","Swap Details":"Rincian Tukar","Not found":"Tidak ditemukan","Swap with request ID = {requestId} not found.":["Penukaran dengan ID permintaan = ",["requestId"]," tidak ditemukan."],"Change Network":"Ubah Jaringan","Network Changed":"Jaringan Berubah","Network Switch Failed":"Sakelar Jaringan Gagal","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Anda telah menerima ",["amount"]," ",["token"]," di dompet ",["conciseAddress"]," di rantai ",["chain"]," ."],"Transaction was not sent.":"Transaksi tidak terkirim.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," pada ",["blockchain"]," tetap ada di dompet Anda."],"Delete":"Menghapus","Try again":"Coba lagi","View transaction":"Lihat transaksi","Connect":"Menghubungkan","Swap Successful":"Pertukaran Berhasil","Transaction Failed":"Transaksi Gagal","Done":"Selesai","Diagnosis":"Diagnosa","See Details":"Lihat Detail","Cancel Swap":"Batalkan Tukar","Are you sure you want to cancel this swap?":"Apakah Anda yakin ingin membatalkan pertukaran ini?","Yes, Cancel it":"Ya, Batalkan","No, Continue":"Tidak, Lanjutkan","Connect {wallet}":["Hubungkan ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Koneksi dompet Anda atau beberapa jaringan telah terputus. Hubungkan untuk melanjutkan pertukaran.","Wallet connected successfully.":"Dompet berhasil tersambung.","Delete Transaction":"Hapus Transaksi","Are you sure you want to delete this swap?":"Apakah Anda yakin ingin menghapus pertukaran ini?","Yes, Delete it":"Ya, Hapus itu","No, Cancel":"Tidak, Batal","Install {wallet}":["Instal ",["wallet"]],"Install":"Memasang","Try Again":"Coba Lagi","Slippage:":"Kelicinan:","Select Token":"Pilih Token","Wallet Connected":"Dompet Terhubung","Your wallet is connected, you can use it to swap.":"Dompet Anda terhubung, Anda dapat menggunakannya untuk bertukar.","Failed to Connect":"Gagal Terhubung","Your wallet is not connected. Please try again.":"Dompet Anda tidak terhubung. Silakan coba lagi.","Connecting to your wallet":"Menghubungkan ke dompet Anda","Click connect in your wallet popup.":"Klik sambungkan pada popup dompet Anda.","Select Derivation Path":"Pilih Jalur Derivasi","In order to connect to {type}, you must first select a Derivation Path":["Untuk terhubung ke ",["type"],", Anda harus terlebih dahulu memilih Jalur Derivasi"],"Choose Derivation Path Template":"Pilih Template Jalur Derivasi","Enter Path":"Masukkan Jalur","Enter Index":"Masukkan Indeks","This wallet can only connect to one chain at a time.":"Dompet ini hanya dapat terhubung ke satu rantai dalam satu waktu.","Disconnect wallet":"Putuskan sambungan dompet","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Dompet ini mendukung beberapa rantai. Pilih rantai mana yang ingin Anda sambungkan atau putuskan.","Add {blockchainDisplayName} Chain":["Tambahkan ",["blockchainDisplayName"]," Rantai"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Apakah Anda ingin menambahkan rantai eksperimental ",["blockchainDisplayName"]," ke dompet Anda?"],"Please approve the experimental chain pop-up in your wallet.":"Harap setujui pop-up rantai eksperimental di dompet Anda.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Rantai Ditambahkan"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Rantai ",["blockchainDisplayName"]," telah berhasil ditambahkan ke dompet Anda."],"Request Rejected":"Permintaan Ditolak","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Anda telah menolak penambahan rantai ",["blockchainDisplayName"]," ke dompet Anda."],"Disconnect":"Memutuskan","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Dompet ini mendukung beberapa rantai. Pilih rantai mana yang ingin Anda hubungkan.","This wallet can only connect to one chain at a time. ":"Dompet ini hanya dapat terhubung ke satu rantai dalam satu waktu. ","Deselect all":"Batalkan pilihan semua","Select all":"Pilih semua","Failed Network, Please retry your swap.":"Jaringan Gagal, Silakan coba lagi pertukaran Anda.","Please reset your liquidity sources.":"Harap atur ulang sumber likuiditas Anda.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Anda telah membatasi sumber likuiditas dan ini dapat mengakibatkan Rango tidak menemukan rute. Harap pertimbangkan untuk mengatur ulang sumber likuiditas Anda.","No Routes Found.":"Tidak Ada Rute Ditemukan.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Alasan mengapa Rango tidak dapat menemukan rute: likuiditas rendah pada token, jumlah input sangat rendah atau tidak ada rute yang tersedia untuk kombinasi token input/output yang dipilih.","Bridge Limit Error: Please increase your amount.":"Kesalahan Batas Jembatan: Harap tingkatkan jumlah Anda.","Bridge Limit Error: Please decrease your amount.":"Kesalahan Batas Jembatan: Harap kurangi jumlah Anda.","High Price Impact":"Dampak Harga Tinggi","Price impact is too high!":"Dampak harga terlalu tinggi!","The price impact is significantly higher than the allowed amount.":"Dampak harga secara signifikan lebih tinggi daripada jumlah yang diizinkan.","Confirm high price impact":"Konfirmasi dampak harga tinggi","Route updated and price impact is too high, try again later!":"Rute diperbarui dan dampak harga terlalu tinggi, coba lagi nanti!","USD Price Unknown":"Harga USD Tidak Diketahui","USD Price Unknown, Cannot calculate Price Impact.":"Harga USD Tidak Diketahui, Tidak dapat menghitung Dampak Harga.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Harga USD Tidak Diketahui, Dampak Harga Tidak Dapat Dihitung. Dampak harga mungkin lebih tinggi dari biasanya. Apakah Anda yakin untuk melanjutkan Swap?","Confirm USD Price Unknown":"Konfirmasi Harga USD Tidak Diketahui","Swap":"Menukar","The route goes through Ethereum. Continue?":"Rutenya melewati Ethereum. Lanjutkan?","Routes":"Rute","From":"Dari","To":"Ke","Light":"Lampu","Dark":"Gelap","Auto":"Mobil","Loading failed":"Pemuatan gagal","Bridges":"Jembatan","Exchanges":"Pertukaran","Custom Tokens":"Token Kustom","Language":"Bahasa","Infinite approval":"Persetujuan tak terbatas","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Mengaktifkan mode 'Persetujuan Tak Terbatas' memberikan akses tak terbatas ke kontrak pintar yang mendasarinya, yang memungkinkan mereka memanfaatkan jumlah token yang disetujui tanpa batasan.","Theme":"Tema","Duplicate Token":"Token Duplikat","The address you entered is duplicate, please enter a new address.":"Alamat yang Anda masukkan duplikat, silakan masukkan alamat baru.","Token Already Exists":"Token Sudah Ada","There's no need to add this token again because it already exists and is supported by us.":"Tidak perlu menambahkan token ini lagi karena sudah ada dan didukung oleh kami.","Token Not Found":"Token Tidak Ditemukan","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Maaf, tidak ada token yang ditemukan pada rantai ",["blockchain"]," dengan alamat yang diberikan. Pastikan Anda telah memasukkan alamat token yang benar."],"Network error":"Kesalahan jaringan","An error occurred while retrieving token data.":"Terjadi kesalahan saat mengambil data token.","Add Custom Token":"Tambahkan Token Kustom","Select chain":"Pilih rantai","Enter Address":"Masukkan Alamat","Enter token address":"Masukkan alamat token","Import":"Impor","Confirm Swap":"Konfirmasi Penukaran","Start Swap":"Mulai Tukar","You get":"Kamu mendapatkan","Search Token":"Pencarian Token","No custom tokens":"Tidak ada token khusus","press the button to add your custom token":"tekan tombol untuk menambahkan token khusus Anda","Delete Custom Token":"Hapus Token Kustom","Are you sure you want to Delete this Token?":"Apakah Anda yakin ingin Menghapus Token ini?","Complete":"Menyelesaikan","Running":"Berlari","Failed":"Gagal","Refuel":"Mengisi ulang","Clear":"Jernih","Search Transaction":"Pencarian Transaksi","No transactions":"Tidak ada transaksi","Your transaction history is stored locally and will appear here after you start a swap":"Riwayat transaksi Anda disimpan secara lokal dan akan muncul di sini setelah Anda memulai swap","Clear Transaction History":"Hapus Riwayat Transaksi","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Proses ini akan menghapus semua transaksi yang berhasil dan gagal dari widget. Apakah Anda ingin melanjutkan?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Catatan: Ini tidak menghapus riwayat transaksi Anda di rantai; tetapi hanya menghapusnya di sini.","Yes, Clear the history":"Ya, Hapus riwayat","language":"bahasa","Search {sourceType}":["Pencarian ",["sourceType"]],"Search Chain":"Rantai Pencarian","Source":"Sumber","Destination":"Tujuan","Swap {type}":["Tukar ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Saat ini, Anda sedang dalam mode kampanye dengan pembatasan sumber likuiditas. Apakah Anda ingin keluar dari mode ini dan memanfaatkan semua sumber likuiditas yang tersedia?","The request ID is necessary to display the swap details.":"ID permintaan diperlukan untuk menampilkan rincian pertukaran.","Connect Wallets":"Hubungkan Dompet","Choose a wallet to connect.":"Pilih dompet untuk dihubungkan.","This week":"Minggu ini","This month":"Bulan ini","This year":"tahun ini","Slippage must be greater than or equal to 0.01":"Slippage harus lebih besar atau sama dengan 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Transaksi Anda berisiko dibatalkan karena toleransi slippage yang tinggi.","Required: >= {min} {symbol}":["Diperlukan: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Diperlukan: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Diperlukan: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Diperlukan: < ",["max"]," ",["symbol"]]," for network fee":" untuk biaya jaringan"," for swap":" untuk tukar"," for input and network fee":" untuk biaya input dan jaringan","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Membutuhkan \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", tetapi Anda memiliki ",["currentAmount"]," ",["symbol"]," di dompet ",["blockchain"]," Anda."],"Waiting for other running tasks to be finished":"Menunggu tugas lain yang sedang berjalan untuk diselesaikan","Waiting for changing wallet network":"Menunggu perubahan jaringan dompet","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Pengalihan jaringan tidak dapat diselesaikan. Silakan coba lagi, atau alihkan jaringan secara manual di dompet Anda.","Sunday":"Minggu","Monday":"Senin","Tuesday":"Selasa","Wednesday":"Rabu","Thursday":"Kamis","Friday":"Jumat","Saturday":"Sabtu","Powered By":"Didukung Oleh","This token may involve potential security risks; proceed with caution.":"Token ini mungkin melibatkan potensi risiko keamanan; lanjutkan dengan hati-hati.","Aggregated Transaction":"Transaksi Agregat","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Tukar pada ",["fromChain"]," melalui ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Jembatan dari ",["fromChain"]," melalui ",["swapper"]],"Bridge to {toChain} via {swapper}":["Jembatan menuju ",["toChain"]," melalui ",["swapper"]],"Completed":"Selesai","In progress":"Sedang berlangsung","Waiting for the swap transaction":"Menunggu transaksi swap","Waiting for the bridge transaction":"Menunggu transaksi jembatan","Connected Partially":"Terhubung Sebagian","Connect other chains":"Hubungkan rantai lainnya","Connecting ...":"Menghubungkan ...","Connecting":"Menghubungkan","Disconnected":"Terputus","you need to pass a correct state to Wallet.":"Anda perlu memberikan status yang benar ke Wallet.","There are no notifications.":"Tidak ada pemberitahuan.","Clear all":"Hapus semuanya","Balance":"Keseimbangan","Max":"Maksimal","Select gas chain":"Pilih rantai gas"}`);var mi=JSON.parse(`{"No results found":"Nessun risultato trovato","Try using different keywords":"Prova a usare parole chiave diverse","Select Chain":"Seleziona Catena","All":"Tutti","More +{count}":["Altro +",["count"]],"Activate this tab":"Attiva questa scheda","Another tab is open and handles transactions.":"Un'altra scheda \xE8 aperta e gestisce le transazioni.","Activate current tab":"Attiva la scheda corrente","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Attualmente, alcune transazioni sono in esecuzione e vengono gestite da un'altra scheda del browser. Se attivi questa scheda, tutte le transazioni che sono gi\xE0 nella fase del segno di transazione scadranno.","Confirm":"Conferma","Your {blockchainName} wallets":["I tuoi portafogli ",["blockchainName"]],"Insufficient account balance":"Saldo del conto insufficiente","Proceed anyway":"Procedere comunque","You need to connect a {blockchainName} wallet.":["Devi collegare un portafoglio ",["blockchainName"],"."],"Add {chain} chain":["Aggiungi catena ",["chain"]],"Chain not connected":"Catena non collegata","Show more wallets":"Mostra altri portafogli","Send to a different address":"Invia a un indirizzo diverso","Enter {blockchainName} address":["Inserisci l'indirizzo ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["L'indirizzo ",["destination"]," non corrisponde al modello di indirizzo blockchain."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Questo token non fa parte del nostro elenco di token verificati. Verificane la fonte e assicurati di comprendere tutti i rischi associati prima di procedere.","Import Anyway":"Importa comunque","Learn More":"Saperne di pi\xF9","Status":"Stato","Reset":"Reset","Cancel":"Annulla","Refresh":"Aggiorna","Notifications":"Notifiche","Settings":"Impostazioni","History":"Storico","Connect Wallet":"Connetti Portafoglio","Today":"Oggi","Failed Network, Please retry.":"Rete non riuscita, riprova.","Retry":"Riprova","Add another custom token":"Aggiungi un altro token personalizzato","Swaps steps":"Passaggi degli swap","Connected":"Connesso","Connection failed":"Connessione fallita","See why":"Scopri perch\xE9","(Currently not supported)":"(Attualmente non supportato)","Slippage Error":"Errore Slippage","Slippage Warning":"Avviso Slippage","Bridge Limit Error":"Errore Limite Ponte","Yours: {amount} {symbol}":["Tuo: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Slittamento minimo suggerito: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Tuo: ",["userSlippage"]],"See All Routes":"Vedi Tutte Le Itinerari","View more info":"Vedi maggiori informazioni","Gas & Fee Explanation":"Spiegazione Di Gas E Commissioni","Details":"Dettagli","Total Payable Fee":"Commissioni Pagabili Totali","Hide non-payable fees":"Nascondi commissioni non pagabili","Show non-payable fees":"Mostra commissioni non pagabili","Description":"Descrizione","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Le seguenti commissioni sono prese in considerazione nell'output della transazione e\\n non sar\xE0 necessario pagare gas extra per loro.","Swap input":"Swap input","Estimated output":"Risultato stimato","Via:":"Via:","Chains:":"Catene:","Sort by":"Ordina per","Smart Routing":"Routing Intelligente","Lowest Fee":"Tariffa Pi\xF9 Bassa","Fastest Transfer":"Trasferimento Pi\xF9 Veloce","Maximum Return":"Ritorno Massimo","Maximum Output":"Output Massimo","Swapping":"Swapping","Gas cost":"Costo del gas","Receiving":"Ricezione","Price impact":"Impatto sui prezzi","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\xC8 necessario aumentare lo slittamento ad almeno ",["minRequiredSlippage"]," per questo percorso."],"Increase":"Aumento","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Importo dell'output modificato di ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Ti consigliamo di aumentare lo slittamento ad almeno ",["minRequiredSlippage"]," per questo percorso."],"Caution, your slippage is high.":"Attenzione, il tuo slittamento \xE8 alto.","Change":"Cambia","High slippage":"Scivolo alto","Low slippage":"Scivolo basso","Caution, your slippage is high. Your trade may be front run.":"Attenzione, lo slippage \xE8 elevato. La tua operazione potrebbe essere in vantaggio.","Swap anyway":"Scambia comunque","Change Slippage":"Cambia slittamento","Something went wrong":"Qualcosa \xE8 andato storto","Something went wrong. Please refresh the app.":"Qualcosa \xE8 andato storto. Si prega di aggiornare l'app.","No Routes Found":"Nessun percorso trovato","You cannot use the same token for From and To.":"Non \xE8 possibile utilizzare lo stesso token per Da e A.","Slippage tolerance per swap":"Tolleranza slippage per swap","Custom":"Personalizzato","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"La tua transazione verr\xE0 ripristinata se il prezzo cambia sfavorevolmente di pi\xF9 di questa percentuale.","Warning":"Attenzione","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Questa impostazione viene applicata ad ogni passo (ad esempio 1Inch, Thorchain, ecc.), il che significa solo che il passaggio specifico sar\xE0 invertito, non l'intero percorso.","Slippage cannot be set lower than 0.01%.":"Lo slittamento non pu\xF2 essere impostato su un valore inferiore allo 0,01%.","Caution, your slippage is high!":"Attenzione, lo slittamento \xE8 elevato!","Request ID":"Richiedi Id","Copied To Clipboard":"Copiato Negli Appunti","Copy Request ID":"Copia Id Richiesta","View on Rango Explorer":"Visualizza su Rango Explorer","Finished at":"Terminato il","Created at":"Creato il","Swap Details":"Scambia Dettagli","Not found":"Non trovato","Swap with request ID = {requestId} not found.":["Scambia con ID richiesta = ",["requestId"]," non trovato."],"Change Network":"Cambia Rete","Network Changed":"Rete Modificata","Network Switch Failed":"Switch di rete non riuscito","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Hai ricevuto ",["amount"]," ",["token"]," in ",["conciseAddress"]," portafoglio nella catena ",["chain"],"."],"Transaction was not sent.":"La transazione non \xE8 stata inviata.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," su ",["blockchain"]," rimane nel tuo portafoglio."],"Delete":"Elimina","Try again":"Riprova","View transaction":"Visualizza transazione","Connect":"Connetti","Swap Successful":"Scambia Riuscito","Transaction Failed":"Transazione Non Riuscita","Done":"Fatto","Diagnosis":"Diagnosi","See Details":"Vedi Dettagli","Cancel Swap":"Annulla Scambia","Are you sure you want to cancel this swap?":"Sei sicuro di voler annullare questo swap?","Yes, Cancel it":"S\xEC, annullalo","No, Continue":"No, Continua","Connect {wallet}":["Connetti ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"La connessione del tuo portafoglio o di alcune reti \xE8 stata interrotta. Connettiti per continuare lo scambio.","Wallet connected successfully.":"Portafoglio connesso correttamente.","Delete Transaction":"Elimina Transazione","Are you sure you want to delete this swap?":"Sei sicuro di voler eliminare questo swap?","Yes, Delete it":"S\xEC, eliminalo","No, Cancel":"No, Annulla","Install {wallet}":["Installa ",["wallet"]],"Install":"Installa","Try Again":"Riprova","Slippage:":"Slittamento:","Select Token":"Seleziona Token","Wallet Connected":"Portafoglio Connesso","Your wallet is connected, you can use it to swap.":"Il tuo portafoglio \xE8 connesso, puoi usarlo per scambiare.","Failed to Connect":"Impossibile connettersi","Your wallet is not connected. Please try again.":"Il tuo portafoglio non \xE8 connesso. Riprova.","Connecting to your wallet":"Connessione al tuo portafoglio","Click connect in your wallet popup.":"Fare clic su Connetti nel tuo portafoglio popup.","Select Derivation Path":"Seleziona Percorso Di Derivazione","In order to connect to {type}, you must first select a Derivation Path":["Per connetterti a ",["type"],", devi prima selezionare un percorso di derivazione"],"Choose Derivation Path Template":"Scegli Modello Percorso Derivazione","Enter Path":"Inserisci Percorso","Enter Index":"Inserisci Indice","This wallet can only connect to one chain at a time.":"Questo portafoglio pu\xF2 essere collegato a una sola catena alla volta.","Disconnect wallet":"Disconnetti portafoglio","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Questo portafoglio supporta pi\xF9 catene. Scegli quali catene desideri connettere o disconnettere.","Add {blockchainDisplayName} Chain":["Aggiungi Catena ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Vuoi aggiungere la catena sperimentale ",["blockchainDisplayName"]," al tuo portafoglio?"],"Please approve the experimental chain pop-up in your wallet.":"Si prega di approvare il pop-up della catena sperimentale nel portafoglio.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Catena Aggiunta"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["La catena ",["blockchainDisplayName"]," \xE8 stata aggiunta con successo al tuo portafoglio."],"Request Rejected":"Richiesta Rifiutata","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Hai rifiutato l'aggiunta di una catena ",["blockchainDisplayName"]," al tuo portafoglio."],"Disconnect":"Disconnetti","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Questo portafoglio supporta pi\xF9 catene. Scegli quali catene desideri collegare.","This wallet can only connect to one chain at a time. ":"Questo portafoglio pu\xF2 essere collegato solo a una catena alla volta. ","Deselect all":"Deseleziona tutto","Select all":"Seleziona tutto","Failed Network, Please retry your swap.":"Rete fallita, riprova il tuo swap.","Please reset your liquidity sources.":"Reimposta le tue fonti di liquidit\xE0.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Hai limitato le fonti di liquidit\xE0 e questo potrebbe portare a Rango a non trovare nessuna rotta. Si prega di considerare la possibilit\xE0 di ripristinare le fonti di liquidit\xE0.","No Routes Found.":"Nessuna Rotta Trovata.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Motivi per cui Rango non ha trovato un percorso: bassa liquidit\xE0 sul token, quantit\xE0 di input molto bassa o nessun percorso disponibile per la combinazione di token input/output selezionata.","Bridge Limit Error: Please increase your amount.":"Errore limite ponte: aumenta il tuo importo.","Bridge Limit Error: Please decrease your amount.":"Errore limite ponte: si prega di diminuire l'importo.","High Price Impact":"Impatto Ad Alto Prezzo","Price impact is too high!":"L'impatto sui prezzi \xE8 troppo alto!","The price impact is significantly higher than the allowed amount.":"L\u2019impatto sui prezzi \xE8 significativamente superiore all\u2019importo consentito.","Confirm high price impact":"Conferma un impatto sui prezzi elevato","Route updated and price impact is too high, try again later!":"Percorso aggiornato e impatto prezzo \xE8 troppo alto, riprova pi\xF9 tardi!","USD Price Unknown":"Prezzo USD Sconosciuto","USD Price Unknown, Cannot calculate Price Impact.":"USD Prezzo Sconosciuto, non \xE8 possibile calcolare il prezzo impatto.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?","Confirm USD Price Unknown":"Conferma Il Prezzo Usd Sconosciuto","Swap":"Scambia","The route goes through Ethereum. Continue?":"Il percorso passa attraverso Ethereum. Continuare?","Routes":"Itinerari","From":"Da","To":"A","Light":"Chiaro","Dark":"Scuro","Auto":"Automatico","Loading failed":"Caricamento fallito","Bridges":"Ponti","Exchanges":"Scambi","Custom Tokens":"Token Personalizzati","Language":"Lingua","Infinite approval":"Approvazione infinita","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Abilitando la modalit\xE0 'Approvazione infinita' si concede l'accesso illimitato agli smart contract sottostanti, consentendo loro di utilizzare l'importo del token approvato senza limitazioni.","Theme":"Tema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"L'indirizzo inserito \xE8 duplicato, inserisci un nuovo indirizzo.","Token Already Exists":"Token Esiste Gi\xE0","There's no need to add this token again because it already exists and is supported by us.":"Non c'\xE8 bisogno di aggiungere questo token di nuovo perch\xE9 esiste gi\xE0 ed \xE8 supportato da noi.","Token Not Found":"Token Non Trovato","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Siamo spiacenti, nessun token \xE8 stato trovato sulla catena ",["blockchain"]," con l'indirizzo fornito. Assicurati di aver inserito l'indirizzo del token giusto."],"Network error":"Errore di rete","An error occurred while retrieving token data.":"Si \xE8 verificato un errore durante il recupero dei dati del token.","Add Custom Token":"Aggiungi Token Personalizzato","Select chain":"Seleziona catena","Enter Address":"Inserisci Indirizzo","Enter token address":"Inserisci indirizzo token","Import":"Importa","Confirm Swap":"Conferma Scambio","Start Swap":"Inizia Scambia","You get":"Si ottiene","Search Token":"Token Di Ricerca","No custom tokens":"Nessun token personalizzato","press the button to add your custom token":"premi il pulsante per aggiungere il tuo token personalizzato","Delete Custom Token":"Elimina Token Personalizzato","Are you sure you want to Delete this Token?":"Sei sicuro di voler eliminare questo Token?","Complete":"Complete","Running":"Esecuzione","Failed":"Fallito","Refuel":"Fare rifornimento","Clear":"Pulisci","Search Transaction":"Ricerca Transazione","No transactions":"Nessuna transazione","Your transaction history is stored locally and will appear here after you start a swap":"La cronologia delle transazioni \xE8 memorizzata localmente e apparir\xE0 qui dopo aver avviato uno swap","Clear Transaction History":"Cancella Cronologia Transazioni","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Procedere rimuover\xE0 dal widget tutte le transazioni fallite e non riuscite. Vuoi continuare?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Nota: Questo non cancella la cronologia delle transazioni nella catena; le rimuove solo qui.","Yes, Clear the history":"S\xEC, Cancella la cronologia","language":"lingua","Search {sourceType}":["Cerca ",["sourceType"]],"Search Chain":"Catena Di Ricerca","Source":"Fonte","Destination":"Destinazione","Swap {type}":["Scambia ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Attualmente, sei in modalit\xE0 campagna con restrizioni sulle fonti di liquidit\xE0. Vuoi disattivare questa modalit\xE0 e utilizzare tutte le fonti di liquidit\xE0 disponibili?","The request ID is necessary to display the swap details.":"L'ID della richiesta \xE8 necessario per visualizzare i dettagli dello swap.","Connect Wallets":"Collega Portafogli","Choose a wallet to connect.":"Scegli un portafoglio da collegare.","This week":"Questa settimana","This month":"Questo mese","This year":"Quest'anno","Slippage must be greater than or equal to 0.01":"Lo slittamento deve essere maggiore o uguale a 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"La tua transazione rischia di essere anticipata a causa dell'elevata tolleranza allo slittamento.","Required: >= {min} {symbol}":["Richiesto: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Richiesto: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Richiesto: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Richiesto: < ",["max"]," ",["symbol"]]," for network fee":" per commissione di rete"," for swap":" per swap"," for input and network fee":" per input e canone di rete","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Servono \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", ma hai ",["currentAmount"]," ",["symbol"]," nel tuo portafoglio ",["blockchain"]," ."],"Waiting for other running tasks to be finished":"In attesa che altre attivit\xE0 in esecuzione siano terminate","Waiting for changing wallet network":"In attesa di cambiare la rete del portafoglio","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Impossibile completare il cambio di rete. Riprova o cambia manualmente la rete nel tuo portafoglio.","Sunday":"Domenica","Monday":"Luned\xEC","Tuesday":"Marted\xEC","Wednesday":"Mercoled\xEC","Thursday":"Gioved\xEC","Friday":"Venerd\xEC","Saturday":"Sabato","Powered By":"Powered By","This token may involve potential security risks; proceed with caution.":"Questo token potrebbe comportare potenziali rischi per la sicurezza: procedere con cautela.","Aggregated Transaction":"Transazione Aggregata","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Scambia su ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Ponte da ",["fromChain"]," tramite ",["swapper"]],"Bridge to {toChain} via {swapper}":["Bridge to ",["toChain"]," via ",["swapper"]],"Completed":"Completato","In progress":"In corso","Waiting for the swap transaction":"In attesa dell'operazione di swap","Waiting for the bridge transaction":"In attesa della transazione del ponte","Connected Partially":"Connesso parzialmente","Connect other chains":"Collegare altre catene","Connecting ...":"Connessione...","Connecting":"Connessione","Disconnected":"Disconnesso","you need to pass a correct state to Wallet.":"devi passare uno stato corretto a Wallet.","There are no notifications.":"Non ci sono notifiche.","Clear all":"Cancella tutto","Balance":"Saldo","Max":"Max","Select gas chain":"Seleziona la catena del gas"}`);var gi=JSON.parse(`{"No results found":"\u7D50\u679C\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F","Try using different keywords":"\u5225\u306E\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u4F7F\u7528\u3057\u3066\u307F\u3066\u304F\u3060\u3055\u3044","Select Chain":"\u30C1\u30A7\u30FC\u30F3\u3092\u9078\u629E","All":"\u3059\u3079\u3066","More +{count}":["\u305D\u306E\u4ED6 +",["count"]],"Activate this tab":"\u3053\u306E\u30BF\u30D6\u3092\u6709\u52B9\u306B\u3059\u308B","Another tab is open and handles transactions.":"\u5225\u306E\u30BF\u30D6\u306F\u30AA\u30FC\u30D7\u30F3\u3067\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u3092\u51E6\u7406\u3057\u307E\u3059\u3002","Activate current tab":"\u73FE\u5728\u306E\u30BF\u30D6\u3092\u6709\u52B9\u306B\u3059\u308B","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u73FE\u5728\u3001\u4E00\u90E8\u306E\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u304C\u5B9F\u884C\u3055\u308C\u3001\u4ED6\u306E\u30D6\u30E9\u30A6\u30B6\u30BF\u30D6\u3067\u51E6\u7406\u3055\u308C\u3066\u3044\u307E\u3059\u3002 \u3053\u306E\u30BF\u30D6\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u3059\u3067\u306B\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u8A18\u53F7\u306E\u30B9\u30C6\u30C3\u30D7\u306B\u3042\u308B\u3059\u3079\u3066\u306E\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u304C\u671F\u9650\u5207\u308C\u306B\u306A\u308A\u307E\u3059\u3002","Confirm":"\u78BA\u8A8D\u3059\u308B","Your {blockchainName} wallets":["\u3042\u306A\u305F\u306E ",["blockchainName"]," \u30A6\u30A9\u30EC\u30C3\u30C8"],"Insufficient account balance":"\u30A2\u30AB\u30A6\u30F3\u30C8\u6B8B\u9AD8\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059","Proceed anyway":"\u3068\u306B\u304B\u304F\u7D9A\u884C\u3059\u308B","You need to connect a {blockchainName} wallet.":[["blockchainName"]," \u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u63A5\u7D9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"],"Add {chain} chain":[["chain"]," \u30C1\u30A7\u30FC\u30F3\u3092\u8FFD\u52A0"],"Chain not connected":"\u30C1\u30A7\u30FC\u30F3\u304C\u63A5\u7D9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093","Show more wallets":"\u30A6\u30A9\u30EC\u30C3\u30C8\u3092\u3082\u3063\u3068\u8868\u793A","Send to a different address":"\u5225\u306E\u30A2\u30C9\u30EC\u30B9\u306B\u9001\u308B","Enter {blockchainName} address":[["blockchainName"]," \u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"],"Address {destination} doesn't match the blockchain address pattern.":["\u30A2\u30C9\u30EC\u30B9 ",["destination"]," \u306F\u30D6\u30ED\u30C3\u30AF\u30C1\u30A7\u30FC\u30F3\u30A2\u30C9\u30EC\u30B9\u30D1\u30BF\u30FC\u30F3\u3068\u4E00\u81F4\u3057\u307E\u305B\u3093\u3002"],"via":"\u7D4C\u7531:","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u306F\u3001\u691C\u8A3C\u6E08\u307F\u30C8\u30FC\u30AF\u30F3 \u30EA\u30B9\u30C8\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u7D9A\u884C\u3059\u308B\u524D\u306B\u3001\u305D\u306E\u30BD\u30FC\u30B9\u3092\u78BA\u8A8D\u3057\u3001\u95A2\u9023\u3059\u308B\u3059\u3079\u3066\u306E\u30EA\u30B9\u30AF\u3092\u7406\u89E3\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Import Anyway":"\u3068\u306B\u304B\u304F\u30A4\u30F3\u30DD\u30FC\u30C8","Learn More":"\u3082\u3063\u3068\u8A73\u3057\u304F\u77E5\u308B","Status":"\u30B9\u30C6\u30FC\u30BF\u30B9","Reset":"Reset","Cancel":"\u30AD\u30E3\u30F3\u30BB\u30EB","Refresh":"\u66F4\u65B0","Notifications":"\u901A\u77E5","Settings":"\u8A2D\u5B9A","History":"\u6CBF\u9769","Connect Wallet":"\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u63A5\u7D9A","Today":"\u4ECA\u65E5","Failed Network, Please retry.":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Retry":"\u518D\u8A66\u884C\u3059\u308B","Add another custom token":"\u5225\u306E\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3092\u8FFD\u52A0","Swaps steps":"\u30B9\u30C6\u30C3\u30D7\u3092\u5165\u308C\u66FF\u3048\u307E\u3059","Connected":"\u63A5\u7D9A\u3057\u307E\u3057\u305F","Connection failed":"\u63A5\u7D9A\u306B\u5931\u6557\u3057\u307E\u3057\u305F","See why":"\u7406\u7531\u3092\u898B\u308B","(Currently not supported)":"\uFF08\u73FE\u5728\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\uFF09","Slippage Error":"\u30B9\u30E9\u30A4\u30C9\u30DA\u30FC\u30B8\u30A8\u30E9\u30FC","Slippage Warning":"\u6ED1\u308A\u6B62\u3081\u306E\u8B66\u544A","Bridge Limit Error":"\u30D6\u30EA\u30C3\u30B8\u5236\u9650\u30A8\u30E9\u30FC","Yours: {amount} {symbol}":["\u3042\u306A\u305F\u306E: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u63A8\u5968\u6700\u5C0F\u30B9\u30EA\u30C3\u30D7\u30DA\u30FC\u30B8: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u3042\u306A\u305F\u306E: ",["userSlippage"]],"See All Routes":"\u3059\u3079\u3066\u306E\u30EB\u30FC\u30C8\u3092\u898B\u308B","View more info":"\u8A73\u7D30\u60C5\u5831\u3092\u8868\u793A","Gas & Fee Explanation":"\u30AC\u30B9&\u6599\u91D1\u306E\u8AAC\u660E","Details":"\u8A73\u7D30","Total Payable Fee":"\u5408\u8A08\u652F\u6255\u624B\u6570\u6599","Hide non-payable fees":"\u652F\u6255\u3044\u4E0D\u53EF\u80FD\u306A\u624B\u6570\u6599\u3092\u975E\u8868\u793A","Show non-payable fees":"\u672A\u6255\u3044\u624B\u6570\u6599\u3092\u8868\u793A","Description":"\u8AAC\u660E","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u4EE5\u4E0B\u306E\u624B\u6570\u6599\u306F\u53D6\u5F15\u306E\u51FA\u529B\u3067\u8003\u616E\u3055\u308C\u3001\\n \u4F59\u5206\u306A\u30AC\u30B9\u3092\u652F\u6255\u3046\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093\u3002","Swap input":"Swap input","Estimated output":"\u63A8\u5B9A\u3055\u308C\u305F\u51FA\u529B","Via:":"\u30D3\u30A2:","Chains:":"\u30C1\u30A7\u30FC\u30F3:","Sort by":"\u4E26\u3073\u66FF\u3048","Smart Routing":"\u30B9\u30DE\u30FC\u30C8\u30EB\u30FC\u30C6\u30A3\u30F3\u30B0","Lowest Fee":"\u6700\u4F4E\u624B\u6570\u6599","Fastest Transfer":"\u6700\u901F\u9001\u91D1","Maximum Return":"\u6700\u5927\u8FD4\u54C1\u6570","Maximum Output":"\u6700\u5927\u51FA\u529B","Swapping":"Swapping","Gas cost":"\u30AC\u30B9\u30B3\u30B9\u30C8","Receiving":"\u53D7\u4FE1\u4E2D","Price impact":"\u4FA1\u683C\u3078\u306E\u5F71\u97FF","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u3053\u306E\u30EB\u30FC\u30C8\u306B\u3064\u3044\u3066\u306F\u3001\u5C11\u306A\u304F\u3068\u3082 ",["minRequiredSlippage"]," \u307E\u3067\u6ED1\u308A\u3084\u3059\u304F\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"],"Increase":"\u5897\u52A0","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u51FA\u529B\u91CF\u304C ",["percentageChange"],"% ($",["usdValueChange"],") \u5909\u5316\u3057\u307E\u3057\u305F\u3002"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u3053\u306E\u30EB\u30FC\u30C8\u306B\u3064\u3044\u3066\u306F\u3001\u5C11\u306A\u304F\u3068\u3082 ",["minRequiredSlippage"]," \u3078\u306E\u6ED1\u308A\u3092\u5897\u3084\u3059\u3053\u3068\u3092\u304A\u52E7\u3081\u3057\u307E\u3059\u3002"],"Caution, your slippage is high.":"\u6CE8\u610F\u3001\u3042\u306A\u305F\u306E\u6ED1\u308A\u306F\u9AD8\u3044\u3067\u3059\u3002","Change":"\u5909\u66F4","High slippage":"\u30CF\u30A4\u30B9\u30EA\u30C3\u30D7\u30DA\u30FC\u30B8","Low slippage":"\u3059\u3079\u308A\u4F4E\u3044\u9806","Caution, your slippage is high. Your trade may be front run.":"\u3054\u6CE8\u610F\u304F\u3060\u3055\u3044\u3002\u30B9\u30EA\u30C3\u30DA\u30FC\u30B8\u304C\u5927\u304D\u3044\u305F\u3081\u3001\u30D5\u30ED\u30F3\u30C8\u30E9\u30F3\u53D6\u5F15\u306B\u306A\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002","Swap anyway":"\u3068\u306B\u304B\u304F\u5165\u308C\u66FF\u3048","Change Slippage":"\u5909\u66F4\u306E\u305A\u308C","Something went wrong":"\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F","Something went wrong. Please refresh the app.":"\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u30A2\u30D7\u30EA\u3092\u66F4\u65B0\u3057\u3066\u304F\u3060\u3055\u3044\u3002","No Routes Found":"\u30EB\u30FC\u30C8\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093","You cannot use the same token for From and To.":"From \u3068 To \u306B\u540C\u3058\u30C8\u30FC\u30AF\u30F3\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002","Slippage tolerance per swap":"\u30B9\u30EF\u30C3\u30D7\u3054\u3068\u306E\u6ED1\u308A\u6B62\u3081\u8A31\u5BB9\u5DEE","Custom":"\u30AB\u30B9\u30BF\u30E0","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u4FA1\u683C\u304C\u3053\u306E\u30D1\u30FC\u30BB\u30F3\u30C6\u30FC\u30B8\u3088\u308A\u3082\u4E0D\u5229\u306B\u5909\u66F4\u3055\u308C\u305F\u5834\u5408\u3001\u53D6\u5F15\u306F\u5143\u306B\u623B\u3055\u308C\u307E\u3059\u3002","Warning":"\u8B66\u544A","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u3053\u306E\u8A2D\u5B9A\u306F\u5404\u30B9\u30C6\u30C3\u30D7\u306B\u9069\u7528\u3055\u308C\u307E\u3059 (\u4F8B: 1Inch\u3001Thorchain\u306A\u3069)\u3002 \u3053\u308C\u306F\u3001\u7279\u5B9A\u306E\u30B9\u30C6\u30C3\u30D7\u304C\u30EB\u30FC\u30C8\u5168\u4F53\u3067\u306F\u306A\u304F\u3001\u5143\u306B\u623B\u3055\u308C\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","Slippage cannot be set lower than 0.01%.":"\u30B9\u30EA\u30C3\u30DA\u30FC\u30B8\u306F0.01%\u672A\u6E80\u306B\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002","Caution, your slippage is high!":"\u6CE8\u610F\u3057\u3066\u304F\u3060\u3055\u3044\u3001\u30B9\u30EA\u30C3\u30DA\u30FC\u30B8\u304C\u5927\u304D\u3044\u3067\u3059!","Request ID":"\u8981\u6C42ID","Copied To Clipboard":"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F","Copy Request ID":"\u30EA\u30AF\u30A8\u30B9\u30C8ID\u3092\u30B3\u30D4\u30FC","View on Rango Explorer":"Rango\u30A8\u30AF\u30B9\u30D7\u30ED\u30FC\u30E9\u30FC\u3067\u8868\u793A","Finished at":"\u7D42\u4E86\u65E5\u6642","Created at":"\u4F5C\u6210\u65E5\u6642","Swap Details":"\u30B9\u30EF\u30C3\u30D7\u306E\u8A73\u7D30","Not found":"\u898B\u3064\u304B\u308A\u307E\u305B\u3093","Swap with request ID = {requestId} not found.":["\u30EA\u30AF\u30A8\u30B9\u30C8 ID = ",["requestId"]," \u3067\u30B9\u30EF\u30C3\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002"],"Change Network":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3092\u5909\u66F4","Network Changed":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3092\u5909\u66F4\u3057\u307E\u3057\u305F","Network Switch Failed":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30B9\u30A4\u30C3\u30C1\u306E\u969C\u5BB3","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":[["amount"]," \u30C1\u30A7\u30FC\u30F3\u306E ",["token"]," \u30A6\u30A9\u30EC\u30C3\u30C8\u3067 ",["conciseAddress"]," ",["chain"]," Anamed@@4 \u3092\u53D7\u3051\u53D6\u308A\u307E\u3057\u305F\u3002"],"Transaction was not sent.":"\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u306F\u9001\u4FE1\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," \u306E ",["symbol"]," ",["blockchain"]," \u306F\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u6B8B\u308A\u307E\u3059\u3002"],"Delete":"\u524A\u9664","Try again":"\u3082\u3046\u4E00\u5EA6\u3084\u308A\u76F4\u3057\u3066\u304F\u3060\u3055\u3044","View transaction":"\u53D6\u5F15\u3092\u8868\u793A","Connect":"\u63A5\u7D9A\u3059\u308B","Swap Successful":"\u4EA4\u4EE3\u6210\u529F","Transaction Failed":"\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u5931\u6557","Done":"\u5B8C\u4E86","Diagnosis":"\u8A3A\u65AD","See Details":"\u8A73\u7D30\u3092\u898B\u308B","Cancel Swap":"\u4EA4\u63DB\u3092\u30AD\u30E3\u30F3\u30BB\u30EB","Are you sure you want to cancel this swap?":"\u3053\u306E\u30B9\u30EF\u30C3\u30D7\u3092\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F","Yes, Cancel it":"\u306F\u3044\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u307E\u3059","No, Continue":"\u3044\u3044\u3048\u3001\u7D9A\u884C\u3057\u307E\u3059","Connect {wallet}":["\u63A5\u7D9A ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u30A6\u30A9\u30EC\u30C3\u30C8\u307E\u305F\u306F\u4E00\u90E8\u306E\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306E\u63A5\u7D9A\u304C\u5207\u65AD\u3055\u308C\u307E\u3057\u305F\u3002\u30B9\u30EF\u30C3\u30D7\u3092\u7D9A\u884C\u3059\u308B\u306B\u306F\u63A5\u7D9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Wallet connected successfully.":"\u30A6\u30A9\u30EC\u30C3\u30C8\u304C\u6B63\u5E38\u306B\u63A5\u7D9A\u3055\u308C\u307E\u3057\u305F\u3002","Delete Transaction":"\u53D6\u5F15\u3092\u524A\u9664","Are you sure you want to delete this swap?":"\u3053\u306E\u30B9\u30EF\u30C3\u30D7\u3092\u524A\u9664\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F","Yes, Delete it":"\u306F\u3044\u3001\u524A\u9664\u3057\u307E\u3059","No, Cancel":"\u3044\u3044\u3048\u3001\u30AD\u30E3\u30F3\u30BB\u30EB","Install {wallet}":["\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB ",["wallet"]],"Install":"\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB","Try Again":"\u3082\u3046\u4E00\u5EA6\u3084\u308A\u76F4\u3057\u3066\u304F\u3060\u3055\u3044","Slippage:":"\u6ED1\u308A:","Select Token":"\u30C8\u30FC\u30AF\u30F3\u3092\u9078\u629E","Wallet Connected":"\u30A6\u30A9\u30EC\u30C3\u30C8\u304C\u63A5\u7D9A\u3055\u308C\u307E\u3057\u305F","Your wallet is connected, you can use it to swap.":"\u30A6\u30A9\u30EC\u30C3\u30C8\u304C\u63A5\u7D9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4EA4\u63DB\u306B\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002","Failed to Connect":"\u63A5\u7D9A\u306B\u5931\u6557\u3057\u307E\u3057\u305F","Your wallet is not connected. Please try again.":"\u30A6\u30A9\u30EC\u30C3\u30C8\u304C\u63A5\u7D9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u3082\u3046\u4E00\u5EA6\u3084\u308A\u76F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Connecting to your wallet":"\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u63A5\u7D9A\u4E2D","Click connect in your wallet popup.":"\u30A6\u30A9\u30EC\u30C3\u30C8\u306E\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u3067format@@0\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002","Select Derivation Path":"\u6D3E\u751F\u30D1\u30B9\u306E\u9078\u629E","In order to connect to {type}, you must first select a Derivation Path":[["type"],"\u306B\u63A5\u7D9A\u3059\u308B\u306B\u306F\u3001\u5148\u306B\u6D3E\u751F\u30D1\u30B9\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"],"Choose Derivation Path Template":"\u6D3E\u751F\u30D1\u30B9\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u9078\u629E","Enter Path":"\u30D1\u30B9\u3092\u5165\u529B","Enter Index":"\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u3092\u5165\u529B","This wallet can only connect to one chain at a time.":"\u3053\u306E\u30A6\u30A9\u30EC\u30C3\u30C8\u306F\u4E00\u5EA6\u306B 1 \u3064\u306E\u30C1\u30A7\u30FC\u30F3\u306B\u306E\u307F\u63A5\u7D9A\u3067\u304D\u307E\u3059\u3002","Disconnect wallet":"\u30A6\u30A9\u30EC\u30C3\u30C8\u3092\u5207\u65AD\u3059\u308B","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u3053\u306E\u30A6\u30A9\u30EC\u30C3\u30C8\u306F\u8907\u6570\u306E\u30C1\u30A7\u30FC\u30F3\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002\u63A5\u7D9A\u307E\u305F\u306F\u5207\u65AD\u3059\u308B\u30C1\u30A7\u30FC\u30F3\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," \u30C1\u30A7\u30FC\u30F3\u3092\u8FFD\u52A0"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":[["blockchainDisplayName"]," \u5B9F\u9A13\u30C1\u30A7\u30FC\u30F3\u3092\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u8FFD\u52A0\u3057\u307E\u3059\u304B\uFF1F"],"Please approve the experimental chain pop-up in your wallet.":"\u30A6\u30A9\u30EC\u30C3\u30C8\u306E\u5B9F\u9A13\u7684\u306A\u9023\u9396\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7\u3092\u627F\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u30C1\u30A7\u30FC\u30F3\u304C\u8FFD\u52A0\u3055\u308C\u307E\u3057\u305F"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \u30C1\u30A7\u30FC\u30F3\u304C\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u8FFD\u52A0\u3055\u308C\u307E\u3057\u305F\u3002"],"Request Rejected":"\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u62D2\u5426\u3055\u308C\u307E\u3057\u305F","You've rejected adding {blockchainDisplayName} chain to your wallet.":[["blockchainDisplayName"]," \u30C1\u30A7\u30FC\u30F3\u3092\u3042\u306A\u305F\u306E\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u8FFD\u52A0\u3059\u308B\u3053\u3068\u3092\u62D2\u5426\u3057\u307E\u3057\u305F\u3002"],"Disconnect":"\u63A5\u7D9A\u3092\u89E3\u9664","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u3053\u306E\u30A6\u30A9\u30EC\u30C3\u30C8\u306F\u8907\u6570\u306E\u30C1\u30A7\u30FC\u30F3\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002\u63A5\u7D9A\u3059\u308B\u30C1\u30A7\u30FC\u30F3\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002","This wallet can only connect to one chain at a time. ":"\u3053\u306E\u30A6\u30A9\u30EC\u30C3\u30C8\u306F\u4E00\u5EA6\u306B 1 \u3064\u306E\u30C1\u30A7\u30FC\u30F3\u306B\u306E\u307F\u63A5\u7D9A\u3067\u304D\u307E\u3059\u3002 ","Deselect all":"\u3059\u3079\u3066\u306E\u9078\u629E\u3092\u89E3\u9664","Select all":"\u3059\u3079\u3066\u9078\u629E","Failed Network, Please retry your swap.":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30B9\u30EF\u30C3\u30D7\u3092\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Please reset your liquidity sources.":"\u6D41\u52D5\u6027\u60C5\u5831\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u3066\u304F\u3060\u3055\u3044\u3002","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u6D41\u52D5\u6027\u6E90\u304C\u5236\u9650\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001Rango\u306B\u30EB\u30FC\u30C8\u304C\u898B\u3064\u304B\u3089\u306A\u3044\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u6D41\u52D5\u6027\u6E90\u306E\u30EA\u30BB\u30C3\u30C8\u3092\u691C\u8A0E\u3057\u3066\u304F\u3060\u3055\u3044\u3002","No Routes Found.":"\u30EB\u30FC\u30C8\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Rango\u304C\u30EB\u30FC\u30C8\u3092\u898B\u3064\u3051\u3089\u308C\u306A\u304B\u3063\u305F\u7406\u7531: \u30C8\u30FC\u30AF\u30F3\u306E\u6D41\u52D5\u6027\u304C\u4F4E\u304F\u3001\u975E\u5E38\u306B\u4F4E\u3044\u5165\u529B\u91CF\u3001\u307E\u305F\u306F\u9078\u629E\u3055\u308C\u305F\u5165\u529B/\u51FA\u529B\u30C8\u30FC\u30AF\u30F3\u306E\u7D44\u307F\u5408\u308F\u305B\u3067\u5229\u7528\u53EF\u80FD\u306A\u30EB\u30FC\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002","Bridge Limit Error: Please increase your amount.":"\u30D6\u30EA\u30C3\u30B8\u5236\u9650\u30A8\u30E9\u30FC: \u91D1\u984D\u3092\u5897\u3084\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Bridge Limit Error: Please decrease your amount.":"\u30D6\u30EA\u30C3\u30B8\u5236\u9650\u30A8\u30E9\u30FC: \u91D1\u984D\u3092\u6E1B\u3089\u3057\u3066\u304F\u3060\u3055\u3044\u3002","High Price Impact":"\u4FA1\u683C\u3078\u306E\u5F71\u97FF","Price impact is too high!":"\u4FA1\u683C\u306E\u5F71\u97FF\u304C\u9AD8\u3059\u304E\u307E\u3059!","The price impact is significantly higher than the allowed amount.":"\u4FA1\u683C\u3078\u306E\u5F71\u97FF\u306F\u3001\u8A31\u5BB9\u984D\u3088\u308A\u3082\u5927\u5E45\u306B\u9AD8\u304F\u306A\u308A\u307E\u3059\u3002","Confirm high price impact":"\u9AD8\u4FA1\u683C\u306E\u5F71\u97FF\u3092\u78BA\u8A8D\u3059\u308B","Route updated and price impact is too high, try again later!":"\u30EB\u30FC\u30C8\u306E\u66F4\u65B0\u3068\u4FA1\u683C\u3078\u306E\u5F71\u97FF\u304C\u9AD8\u3059\u304E\u307E\u3059\u3002\u5F8C\u3067\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\uFF01","USD Price Unknown":"USD\u4FA1\u683C\u4E0D\u660E","USD Price Unknown, Cannot calculate Price Impact.":"USD\u4FA1\u683C\u304C\u4E0D\u660E\u3067\u3059\u3002\u4FA1\u683C\u306E\u5F71\u97FF\u3092\u8A08\u7B97\u3067\u304D\u307E\u305B\u3093\u3002","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD\u4FA1\u683C\u304C\u4E0D\u660E\u3067\u3059\u3002\u4FA1\u683C\u306E\u5F71\u97FF\u3092\u8A08\u7B97\u3067\u304D\u307E\u305B\u3093\u3002\u4FA1\u683C\u306E\u5F71\u97FF\u306F\u901A\u5E38\u3088\u308A\u3082\u9AD8\u304F\u306A\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u30B9\u30EF\u30C3\u30D7\u3092\u7D9A\u884C\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F","Confirm USD Price Unknown":"\u4E0D\u660E\u306AUSD\u4FA1\u683C\u3092\u78BA\u8A8D","Swap":"\u5165\u308C\u66FF\u3048","The route goes through Ethereum. Continue?":"\u30EB\u30FC\u30C8\u306FEthereum\u3092\u901A\u904E\u3057\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B\uFF1F","Routes":"\u30EB\u30FC\u30C8","From":"\u5DEE\u51FA\u4EBA:","To":"\u7D42\u4E86\u65E5","Light":"\u30E9\u30A4\u30C8","Dark":"\u30C0\u30FC\u30AF","Auto":"\u81EA\u52D5","Loading failed":"\u8AAD\u307F\u8FBC\u307F\u306B\u5931\u6557\u3057\u307E\u3057\u305F","Bridges":"\u30D6\u30EA\u30C3\u30B8","Exchanges":"\u4EA4\u63DB","Custom Tokens":"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3","Language":"\u8A00\u8A9E","Infinite approval":"\u6C38\u4E45\u627F\u8A8D","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u300C\u7121\u9650\u627F\u8A8D\u300D\u30E2\u30FC\u30C9\u3092\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u57FA\u76E4\u3068\u306A\u308B\u30B9\u30DE\u30FC\u30C8\u30B3\u30F3\u30C8\u30E9\u30AF\u30C8\u3078\u306E\u7121\u5236\u9650\u306E\u30A2\u30AF\u30BB\u30B9\u304C\u8A31\u53EF\u3055\u308C\u3001\u627F\u8A8D\u3055\u308C\u305F\u30C8\u30FC\u30AF\u30F3\u306E\u91CF\u3092\u5236\u9650\u306A\u304F\u5229\u7528\u3067\u304D\u307E\u3059\u3002","Theme":"\u30C6\u30FC\u30DE","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"\u5165\u529B\u3057\u305F\u30A2\u30C9\u30EC\u30B9\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059\u3002\u65B0\u3057\u3044\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002","Token Already Exists":"\u30C8\u30FC\u30AF\u30F3\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059","There's no need to add this token again because it already exists and is supported by us.":"\u3059\u3067\u306B\u5B58\u5728\u3057\u3001\u79C1\u305F\u3061\u304C\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u308B\u305F\u3081\u3001\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u3092\u3082\u3046\u4E00\u5EA6\u8FFD\u52A0\u3059\u308B\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093\u3002","Token Not Found":"\u30C8\u30FC\u30AF\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u7533\u3057\u8A33\u3042\u308A\u307E\u305B\u3093\u304C\u3001\u6307\u5B9A\u3055\u308C\u305F\u30A2\u30C9\u30EC\u30B9\u306E ",["blockchain"]," \u30C1\u30A7\u30FC\u30F3\u3067\u30C8\u30FC\u30AF\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u6B63\u3057\u3044\u30C8\u30FC\u30AF\u30F3\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"],"Network error":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30A8\u30E9\u30FC","An error occurred while retrieving token data.":"\u30C8\u30FC\u30AF\u30F3 \u30C7\u30FC\u30BF\u306E\u53D6\u5F97\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002","Add Custom Token":"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3092\u8FFD\u52A0","Select chain":"\u30C1\u30A7\u30FC\u30F3\u3092\u9078\u629E","Enter Address":"\u4F4F\u6240\u3092\u5165\u529B","Enter token address":"\u30C8\u30FC\u30AF\u30F3\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","Import":"\u30A4\u30F3\u30DD\u30FC\u30C8","Confirm Swap":"\u30B9\u30EF\u30C3\u30D7\u306E\u78BA\u8A8D","Start Swap":"\u30B9\u30EF\u30C3\u30D7\u3092\u958B\u59CB","You get":"\u3042\u306A\u305F\u306F","Search Token":"\u30C8\u30FC\u30AF\u30F3\u3092\u691C\u7D22","No custom tokens":"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u306F\u3042\u308A\u307E\u305B\u3093","press the button to add your custom token":"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3092\u8FFD\u52A0\u3059\u308B\u306B\u306F\u30DC\u30BF\u30F3\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044","Delete Custom Token":"\u30AB\u30B9\u30BF\u30E0\u30C8\u30FC\u30AF\u30F3\u3092\u524A\u9664","Are you sure you want to Delete this Token?":"\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u3092\u524A\u9664\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F","Complete":"Complete","Running":"\u5B9F\u884C\u4E2D","Failed":"\u5931\u6557\u3057\u307E\u3057\u305F","Refuel":"\u71C3\u6599\u88DC\u7D66","Clear":"\u30AF\u30EA\u30A2","Search Transaction":"\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u3092\u691C\u7D22","No transactions":"\u53D6\u5F15\u304C\u3042\u308A\u307E\u305B\u3093","Your transaction history is stored locally and will appear here after you start a swap":"\u53D6\u5F15\u5C65\u6B74\u306F\u30ED\u30FC\u30AB\u30EB\u306B\u4FDD\u5B58\u3055\u308C\u3001\u30B9\u30EF\u30C3\u30D7\u3092\u958B\u59CB\u3059\u308B\u3068\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059","Clear Transaction History":"\u53D6\u5F15\u5C65\u6B74\u3092\u6D88\u53BB","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u7D9A\u884C\u3059\u308B\u3068\u3001\u6210\u529F\u3057\u305F\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u3068\u5931\u6557\u3057\u305F\u30C8\u30E9\u30F3\u30B6\u30AF\u30B7\u30E7\u30F3\u304C\u30A6\u30A3\u30B8\u30A7\u30C3\u30C8\u304B\u3089\u524A\u9664\u3055\u308C\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B\uFF1F","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u6CE8:\u30C1\u30A7\u30FC\u30F3\u4E0A\u306E\u53D6\u5F15\u5C65\u6B74\u306F\u6D88\u53BB\u3055\u308C\u307E\u305B\u3093\u3002\u3053\u3053\u3067\u306E\u307F\u524A\u9664\u3055\u308C\u307E\u3059\u3002","Yes, Clear the history":"\u306F\u3044\u3001\u5C65\u6B74\u3092\u6D88\u53BB\u3057\u307E\u3059","language":"\u8A00\u8A9E","Search {sourceType}":[["sourceType"]," \u3092\u691C\u7D22"],"Search Chain":"\u691C\u7D22\u30C1\u30A7\u30FC\u30F3","Source":"\u30BD\u30FC\u30B9","Destination":"\u4FDD\u5B58\u5148","Swap {type}":[["type"]," \u3092\u5165\u308C\u66FF\u3048"],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u73FE\u5728\u3001\u6D41\u52D5\u6027\u60C5\u5831\u6E90\u306B\u5236\u9650\u304C\u3042\u308B\u30AD\u30E3\u30F3\u30DA\u30FC\u30F3\u30E2\u30FC\u30C9\u3067\u3059\u3002 \u3053\u306E\u30E2\u30FC\u30C9\u3092\u5207\u308A\u66FF\u3048\u3066\u3001\u5229\u7528\u53EF\u80FD\u306A\u3059\u3079\u3066\u306E\u6D41\u52D5\u6027\u6E90\u3092\u4F7F\u7528\u3057\u307E\u3059\u304B\uFF1F","The request ID is necessary to display the swap details.":"\u30B9\u30EF\u30C3\u30D7\u306E\u8A73\u7D30\u3092\u8868\u793A\u3059\u308B\u306B\u306F\u30EA\u30AF\u30A8\u30B9\u30C8 ID \u304C\u5FC5\u8981\u3067\u3059\u3002","Connect Wallets":"\u30A6\u30A9\u30EC\u30C3\u30C8\u3092\u63A5\u7D9A","Choose a wallet to connect.":"\u63A5\u7D9A\u3059\u308B\u30A6\u30A9\u30EC\u30C3\u30C8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002","This week":"\u4ECA\u9031\u4E2D","This month":"\u4ECA\u6708\u306E","This year":"\u5E74","Slippage must be greater than or equal to 0.01":"\u6ED1\u308A\u306F0.01\u4EE5\u4E0A\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u30B9\u30EA\u30C3\u30DA\u30FC\u30B8\u8A31\u5BB9\u5EA6\u304C\u9AD8\u3044\u305F\u3081\u3001\u53D6\u5F15\u304C\u30D5\u30ED\u30F3\u30C8\u30E9\u30F3\u3055\u308C\u308B\u30EA\u30B9\u30AF\u304C\u3042\u308A\u307E\u3059\u3002","Required: >= {min} {symbol}":["\u5FC5\u9808\uFF1A>= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u5FC5\u9808: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u5FC5\u9808: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u5FC5\u9808: < ",["max"]," ",["symbol"]]," for network fee":" \u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u6599\u91D1\u3067"," for swap":" \u30B9\u30EF\u30C3\u30D7\u7528"," for input and network fee":" \u5165\u529B\u3068\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u6599\u91D1\u306B\u3064\u3044\u3066","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u5FC5\u8981\u984D\u306F \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\u3067\u3059\u304C\u3001\u3042\u306A\u305F\u306E ",["blockchain"]," \u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u306F ",["currentAmount"]," ",["symbol"]," \u304C\u3042\u308A\u307E\u3059\u3002"],"Waiting for other running tasks to be finished":"\u4ED6\u306E\u5B9F\u884C\u4E2D\u306E\u30BF\u30B9\u30AF\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u3063\u3066\u3044\u307E\u3059","Waiting for changing wallet network":"\u30A6\u30A9\u30EC\u30C3\u30C8\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306E\u5909\u66F4\u3092\u5F85\u3063\u3066\u3044\u307E\u3059","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u306E\u5207\u308A\u66FF\u3048\u3092\u5B8C\u4E86\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u3044\u305F\u3060\u304F\u304B\u3001\u30A6\u30A9\u30EC\u30C3\u30C8\u3067\u624B\u52D5\u3067\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3092\u5207\u308A\u66FF\u3048\u3066\u304F\u3060\u3055\u3044\u3002","Sunday":"\u65E5\u66DC\u65E5","Monday":"\u6708\u66DC\u65E5","Tuesday":"\u706B\u66DC\u65E5","Wednesday":"\u6C34\u66DC\u65E5","Thursday":"\u6728\u66DC\u65E5","Friday":"\u91D1\u66DC\u65E5","Saturday":"\u571F\u66DC\u65E5","Powered By":"Powered By","This token may involve potential security risks; proceed with caution.":"\u3053\u306E\u30C8\u30FC\u30AF\u30F3\u306B\u306F\u6F5C\u5728\u7684\u306A\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30EA\u30B9\u30AF\u304C\u4F34\u3046\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u306E\u3067\u3001\u6CE8\u610F\u3057\u3066\u9032\u3081\u3066\u304F\u3060\u3055\u3044\u3002","Aggregated Transaction":"\u96C6\u8A08\u53D6\u5F15","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":[["fromChain"]," \u3067 ",["swapper"],"\u3092\u5165\u308C\u66FF\u3048"],"Bridge from {fromChain} via {swapper}":[["fromChain"]," \u304B\u3089 ",["swapper"],"\u3092\u7D4C\u7531\u3057\u3066\u30D6\u30EA\u30C3\u30B8\u3059\u308B"],"Bridge to {toChain} via {swapper}":[["toChain"]," \u7D4C\u7531\u3067 ",["swapper"],"\u306B\u6A4B"],"Completed":"\u5B8C\u4E86","In progress":"\u9032\u884C\u4E2D","Waiting for the swap transaction":"\u30B9\u30EF\u30C3\u30D7\u53D6\u5F15\u3092\u5F85\u3063\u3066\u3044\u307E\u3059","Waiting for the bridge transaction":"\u30D6\u30EA\u30C3\u30B8\u53D6\u5F15\u3092\u5F85\u3063\u3066\u3044\u307E\u3059","Connected Partially":"\u90E8\u5206\u7684\u306B\u63A5\u7D9A","Connect other chains":"\u4ED6\u306E\u30C1\u30A7\u30FC\u30F3\u3092\u63A5\u7D9A\u3059\u308B","Connecting ...":"\u63A5\u7D9A\u4E2D...","Connecting":"\u63A5\u7D9A\u4E2D","Disconnected":"\u5207\u65AD\u3055\u308C\u307E\u3057\u305F","you need to pass a correct state to Wallet.":"\u30A6\u30A9\u30EC\u30C3\u30C8\u306B\u6B63\u3057\u3044\u72B6\u614B\u3092\u6E21\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","There are no notifications.":"\u901A\u77E5\u306F\u3042\u308A\u307E\u305B\u3093\u3002","Clear all":"\u3059\u3079\u3066\u30AF\u30EA\u30A2","Balance":"\u6B8B\u9AD8","Max":"\u6700\u5927\u5024","Select gas chain":"\u30AC\u30B9\u30C1\u30A7\u30FC\u30F3\u3092\u9078\u629E"}`);var yi=JSON.parse(`{"No results found":"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4","Try using different keywords":"\uB2E4\uB978 \uD0A4\uC6CC\uB4DC\uB97C \uC0AC\uC6A9\uD574 \uBCF4\uC138\uC694","Select Chain":"\uCCB4\uC778 \uC120\uD0DD","All":"\uBAA8\uB450","More +{count}":["\uB354 \uBCF4\uAE30 +",["count"]],"Activate this tab":"\uC774 \uD0ED\uC744 \uD65C\uC131\uD654\uD558\uC138\uC694","Another tab is open and handles transactions.":"\uB610 \uB2E4\uB978 \uD0ED\uC774 \uC5F4\uB824 \uAC70\uB798\uB97C \uCC98\uB9AC\uD569\uB2C8\uB2E4.","Activate current tab":"\uD604\uC7AC \uD0ED \uD65C\uC131\uD654","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\uD604\uC7AC \uC77C\uBD80 \uAC70\uB798\uAC00 \uC2E4\uD589 \uC911\uC774\uBA70 \uB2E4\uB978 \uBE0C\uB77C\uC6B0\uC800 \uD0ED\uC5D0\uC11C \uCC98\uB9AC\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uD0ED\uC744 \uD65C\uC131\uD654\uD558\uBA74 \uC774\uBBF8 \uAC70\uB798 \uC11C\uBA85 \uB2E8\uACC4\uC5D0 \uC788\uB294 \uBAA8\uB4E0 \uAC70\uB798\uAC00 \uB9CC\uB8CC\uB429\uB2C8\uB2E4.","Confirm":"\uD655\uC778\uD558\uB2E4","Your {blockchainName} wallets":["\uADC0\uD558\uC758 ",["blockchainName"]," \uC9C0\uAC11"],"Insufficient account balance":"\uACC4\uC88C\uC794\uC561\uC774 \uBD80\uC871\uD569\uB2C8\uB2E4","Proceed anyway":"\uC5B4\uCA0C\uB4E0 \uC9C4\uD589\uD558\uC138\uC694","You need to connect a {blockchainName} wallet.":[["blockchainName"]," \uC9C0\uAC11\uC744 \uC5F0\uACB0\uD574\uC57C \uD569\uB2C8\uB2E4."],"Add {chain} chain":[["chain"]," \uCCB4\uC778 \uCD94\uAC00"],"Chain not connected":"\uCCB4\uC778\uC774 \uC5F0\uACB0\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4","Show more wallets":"\uB354 \uB9CE\uC740 \uC9C0\uAC11 \uBCF4\uAE30","Send to a different address":"\uB2E4\uB978 \uC8FC\uC18C\uB85C \uBCF4\uB0B4\uAE30","Enter {blockchainName} address":[["blockchainName"]," \uC8FC\uC18C\uB97C \uC785\uB825\uD558\uC138\uC694"],"Address {destination} doesn't match the blockchain address pattern.":["\uC8FC\uC18C ",["destination"]," \uAC00 \uBE14\uB85D\uCCB4\uC778 \uC8FC\uC18C \uD328\uD134\uACFC \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."],"via":"~\uC744 \uD1B5\uD574","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\uC774 \uD1A0\uD070\uC740 \uAC80\uC99D\uB41C \uD1A0\uD070 \uBAA9\uB85D\uC5D0 \uD3EC\uD568\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uACC4\uC18D \uC9C4\uD589\uD558\uAE30 \uC804\uC5D0 \uCD9C\uCC98\uB97C \uD655\uC778\uD558\uACE0 \uAD00\uB828\uB41C \uBAA8\uB4E0 \uC704\uD5D8\uC744 \uC774\uD574\uD558\uC138\uC694.","Import Anyway":"\uC5B4\uCA0C\uB4E0 \uAC00\uC838\uC624\uAE30","Learn More":"\uB354 \uC54C\uC544\uBCF4\uAE30","Status":"\uC0C1\uD0DC","Reset":"\uB2E4\uC2DC \uB193\uAE30","Cancel":"\uCDE8\uC18C","Refresh":"\uC0C8\uB85C \uACE0\uCE58\uB2E4","Notifications":"\uC54C\uB9BC","Settings":"\uC124\uC815","History":"\uC5ED\uC0AC","Connect Wallet":"\uC9C0\uAC11 \uC5F0\uACB0","Today":"\uC624\uB298","Failed Network, Please retry.":"\uB124\uD2B8\uC6CC\uD06C\uC5D0 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","Retry":"\uB2E4\uC2DC \uD574 \uBCF4\uB2E4","Add another custom token":"\uB2E4\uB978 \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uCD94\uAC00","Swaps steps":"\uB2E8\uACC4\uB97C \uBC14\uAFC9\uB2C8\uB2E4","Connected":"\uC5F0\uACB0\uB428","Connection failed":"\uC5F0\uACB0\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4","See why":"\uC774\uC720\uB97C \uC54C\uC544\uBCF4\uC138\uC694","(Currently not supported)":"(\uD604\uC7AC \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC74C)","Slippage Error":"\uBBF8\uB044\uB7EC\uC9D0 \uC624\uB958","Slippage Warning":"\uBBF8\uB044\uB7EC\uC9D0 \uACBD\uACE0","Bridge Limit Error":"\uBE0C\uB9AC\uC9C0 \uD55C\uACC4 \uC624\uB958","Yours: {amount} {symbol}":["\uB2F9\uC2E0\uC758: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\uC81C\uC548\uB41C \uCD5C\uC18C \uBBF8\uB044\uB7EC\uC9D0: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\uB2F9\uC2E0\uC758: ",["userSlippage"]],"See All Routes":"\uBAA8\uB4E0 \uACBD\uB85C \uBCF4\uAE30","View more info":"\uB354 \uB9CE\uC740 \uC815\uBCF4 \uBCF4\uAE30","Gas & Fee Explanation":"\uAC00\uC2A4 \uBC0F \uC218\uC218\uB8CC \uC124\uBA85","Details":"\uC138\uBD80","Total Payable Fee":"\uCD1D \uC9C0\uBD88 \uC218\uC218\uB8CC","Hide non-payable fees":"\uC9C0\uBD88 \uBD88\uAC00\uB2A5\uD55C \uC218\uC218\uB8CC \uC228\uAE30\uAE30","Show non-payable fees":"\uC9C0\uBD88 \uBD88\uAC00\uB2A5\uD55C \uC218\uC218\uB8CC \uD45C\uC2DC","Description":"\uC124\uBA85","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\uB2E4\uC74C \uC218\uC218\uB8CC\uB294 \uAC70\uB798 \uCD9C\uB825\uC5D0 \uACE0\uB824\uB418\uBA70\\n \uC774\uC5D0 \uB300\uD574 \uCD94\uAC00 \uAC00\uC2A4\uB97C \uC9C0\uBD88\uD560 \uD544\uC694\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.","Swap input":"\uC785\uB825 \uBC14\uAFB8\uAE30","Estimated output":"\uC608\uC0C1 \uCD9C\uB825","Via:":"\uC744 \uD1B5\uD574:","Chains:":"\uC1E0\uC0AC\uC2AC:","Sort by":"\uC815\uB82C \uAE30\uC900","Smart Routing":"\uC2A4\uB9C8\uD2B8 \uB77C\uC6B0\uD305","Lowest Fee":"\uAC00\uC7A5 \uB0AE\uC740 \uC218\uC218\uB8CC","Fastest Transfer":"\uAC00\uC7A5 \uBE60\uB978 \uC804\uC1A1","Maximum Return":"\uCD5C\uB300 \uC218\uC775","Maximum Output":"\uCD5C\uB300 \uCD9C\uB825","Swapping":"\uC2A4\uC640\uD551","Gas cost":"\uAC00\uC2A4 \uBE44\uC6A9","Receiving":"\uC804\uC218","Price impact":"\uAC00\uACA9 \uC601\uD5A5","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\uC774 \uACBD\uB85C\uC758 \uACBD\uC6B0 \uBBF8\uB044\uB7EC\uC9D0\uC744 \uCD5C\uC18C\uD55C ",["minRequiredSlippage"]," \uAE4C\uC9C0 \uB192\uC5EC\uC57C \uD569\uB2C8\uB2E4."],"Increase":"\uC99D\uAC00\uD558\uB2E4","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\uCD9C\uB825\uB7C9\uC774 ",["percentageChange"],"% ($",["usdValueChange"],")\uB9CC\uD07C \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\uC774 \uACBD\uB85C\uC758 \uACBD\uC6B0 \uBBF8\uB044\uB7EC\uC9D0\uC744 \uCD5C\uC18C\uD55C ",["minRequiredSlippage"]," \uAE4C\uC9C0 \uB192\uC774\uB294 \uAC83\uC774 \uC88B\uC2B5\uB2C8\uB2E4."],"Caution, your slippage is high.":"\uC870\uC2EC\uD558\uC138\uC694, \uBBF8\uB044\uB7EC\uC9D0\uC774 \uC2EC\uD569\uB2C8\uB2E4.","Change":"\uBCC0\uD654","High slippage":"\uB192\uC740 \uBBF8\uB044\uB7EC\uC9D0","Low slippage":"\uB0AE\uC740 \uBBF8\uB044\uB7EC\uC9D0","Caution, your slippage is high. Your trade may be front run.":"\uC8FC\uC758\uD558\uC138\uC694. \uC2AC\uB9AC\uD53C\uC9C0\uAC00 \uB192\uC2B5\uB2C8\uB2E4. \uAC70\uB798\uAC00 \uC120\uD589\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","Swap anyway":"\uC5B4\uCA0C\uB4E0 \uBC14\uAFD4\uB77C","Change Slippage":"\uBCC0\uD654 \uBBF8\uB044\uB7EC\uC9D0","Something went wrong":"\uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4","Something went wrong. Please refresh the app.":"\uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC571\uC744 \uC0C8\uB85C \uACE0\uCE68\uD558\uC138\uC694.","No Routes Found":"\uACBD\uB85C\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4","You cannot use the same token for From and To.":"From\uACFC To\uC5D0 \uB3D9\uC77C\uD55C \uD1A0\uD070\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.","Slippage tolerance per swap":"\uC2A4\uC651\uB2F9 \uBBF8\uB044\uB7EC\uC9D0 \uD5C8\uC6A9 \uBC94\uC704","Custom":"\uAD00\uC2B5","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\uAC00\uACA9\uC774 \uC774 \uBE44\uC728 \uC774\uC0C1 \uBD88\uB9AC\uD558\uAC8C \uBCC0\uB3D9\uB420 \uACBD\uC6B0, \uADC0\uD558\uC758 \uAC70\uB798\uB294 \uCDE8\uC18C\uB429\uB2C8\uB2E4.","Warning":"\uACBD\uACE0","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\uC774 \uC124\uC815\uC740 \uAC01 \uB2E8\uACC4(\uC608: 1\uC778\uCE58, \uD1A0\uB974\uCCB4\uC778 \uB4F1)\uC5D0 \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC989, \uC804\uCCB4 \uACBD\uB85C\uAC00 \uC544\uB2CC \uD574\uB2F9 \uB2E8\uACC4\uB9CC \uB418\uB3CC\uB824\uC9D1\uB2C8\uB2E4.","Slippage cannot be set lower than 0.01%.":"\uBBF8\uB044\uB7EC\uC9D0\uC740 0.01%\uBCF4\uB2E4 \uB0AE\uAC8C \uC124\uC815\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.","Caution, your slippage is high!":"\uC870\uC2EC\uD558\uC138\uC694, \uBBF8\uB044\uB7EC\uC9D0 \uC704\uD5D8\uC774 \uB192\uC2B5\uB2C8\uB2E4!","Request ID":"\uC694\uCCAD ID","Copied To Clipboard":"\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB428","Copy Request ID":"\uBCF5\uC0AC \uC694\uCCAD ID","View on Rango Explorer":"Rango Explorer\uC5D0\uC11C \uBCF4\uAE30","Finished at":"\uC644\uB8CC\uB428","Created at":"\uC0DD\uC131\uB428","Swap Details":"\uC2A4\uC651 \uC138\uBD80 \uC815\uBCF4","Not found":"\uCC3E\uC744 \uC218 \uC5C6\uC74C","Swap with request ID = {requestId} not found.":["\uC694\uCCAD ID = ",["requestId"]," \uC778 \uC2A4\uC651\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."],"Change Network":"\uB124\uD2B8\uC6CC\uD06C \uBCC0\uACBD","Network Changed":"\uB124\uD2B8\uC6CC\uD06C\uAC00 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4","Network Switch Failed":"\uB124\uD2B8\uC6CC\uD06C \uC2A4\uC704\uCE58 \uC2E4\uD328","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":[["chain"]," \uCCB4\uC778\uC758 ",["conciseAddress"]," \uC9C0\uAC11\uC5D0\uC11C ",["amount"]," ",["token"]," \uC744 \uBC1B\uC558\uC2B5\uB2C8\uB2E4."],"Transaction was not sent.":"\uAC70\uB798\uAC00 \uC804\uC1A1\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \uC758 ",["blockchain"]," \uC774(\uAC00) \uC9C0\uAC11\uC5D0 \uB0A8\uC544 \uC788\uC2B5\uB2C8\uB2E4."],"Delete":"\uC0AD\uC81C","Try again":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC138\uC694","View transaction":"\uAC70\uB798 \uBCF4\uAE30","Connect":"\uC5F0\uACB0\uD558\uB2E4","Swap Successful":"\uC2A4\uC651 \uC131\uACF5","Transaction Failed":"\uAC70\uB798 \uC2E4\uD328","Done":"\uC644\uB8CC","Diagnosis":"\uC9C4\uB2E8","See Details":"\uC790\uC138\uD55C \uB0B4\uC6A9 \uBCF4\uAE30","Cancel Swap":"\uC2A4\uC651 \uCDE8\uC18C","Are you sure you want to cancel this swap?":"\uC774 \uAD50\uD658\uC744 \uCDE8\uC18C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","Yes, Cancel it":"\uB124, \uCDE8\uC18C\uD569\uB2C8\uB2E4","No, Continue":"\uC544\uB2C8\uC694, \uACC4\uC18D\uD558\uC138\uC694","Connect {wallet}":["\uC5F0\uACB0 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\uC9C0\uAC11 \uB610\uB294 \uC77C\uBD80 \uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0\uC774 \uB04A\uC5B4\uC84C\uC2B5\uB2C8\uB2E4. \uC2A4\uC651\uC744 \uACC4\uC18D\uD558\uB824\uBA74 \uC5F0\uACB0\uD558\uC138\uC694.","Wallet connected successfully.":"\uC9C0\uAC11\uC774 \uC131\uACF5\uC801\uC73C\uB85C \uC5F0\uACB0\uB418\uC5C8\uC2B5\uB2C8\uB2E4.","Delete Transaction":"\uAC70\uB798 \uC0AD\uC81C","Are you sure you want to delete this swap?":"\uC774 \uC2A4\uC651\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","Yes, Delete it":"\uB124, \uC0AD\uC81C\uD569\uB2C8\uB2E4","No, Cancel":"\uC544\uB2C8\uC694, \uCDE8\uC18C","Install {wallet}":[["wallet"],"\uC124\uCE58"],"Install":"\uC124\uCE58\uD558\uB2E4","Try Again":"\uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC138\uC694","Slippage:":"\uBBF8\uB044\uB7EC\uC9D0:","Select Token":"\uD1A0\uD070 \uC120\uD0DD","Wallet Connected":"\uC9C0\uAC11 \uC5F0\uACB0\uB428","Your wallet is connected, you can use it to swap.":"\uADC0\uD558\uC758 \uC9C0\uAC11\uC774 \uC5F0\uACB0\uB418\uC5C8\uC73C\uBBC0\uB85C \uC774\uB97C \uC0AC\uC6A9\uD574 \uC2A4\uC651\uC744 \uC9C4\uD589\uD558\uC2E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","Failed to Connect":"\uC5F0\uACB0\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4","Your wallet is not connected. Please try again.":"\uC9C0\uAC11\uC774 \uC5F0\uACB0\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.","Connecting to your wallet":"\uC9C0\uAC11\uC5D0 \uC5F0\uACB0\uD558\uAE30","Click connect in your wallet popup.":"\uC9C0\uAC11 \uD31D\uC5C5\uC5D0\uC11C \uC5F0\uACB0\uC744 \uD074\uB9AD\uD558\uC138\uC694.","Select Derivation Path":"\uD30C\uC0DD \uACBD\uB85C \uC120\uD0DD","In order to connect to {type}, you must first select a Derivation Path":[["type"],"\uC5D0 \uC5F0\uACB0\uD558\uB824\uBA74 \uBA3C\uC800 \uD30C\uC0DD \uACBD\uB85C\uB97C \uC120\uD0DD\uD574\uC57C \uD569\uB2C8\uB2E4."],"Choose Derivation Path Template":"\uD30C\uC0DD \uACBD\uB85C \uD15C\uD50C\uB9BF \uC120\uD0DD","Enter Path":"\uACBD\uB85C \uC785\uB825","Enter Index":"\uC778\uB371\uC2A4\uB97C \uC785\uB825\uD558\uC138\uC694","This wallet can only connect to one chain at a time.":"\uC774 \uC9C0\uAC11\uC740 \uD55C \uBC88\uC5D0 \uD558\uB098\uC758 \uCCB4\uC778\uC5D0\uB9CC \uC5F0\uACB0\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","Disconnect wallet":"\uC9C0\uAC11 \uC5F0\uACB0 \uD574\uC81C","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\uC774 \uC9C0\uAC11\uC740 \uC5EC\uB7EC \uCCB4\uC778\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4. \uC5F0\uACB0\uD558\uAC70\uB098 \uC5F0\uACB0 \uD574\uC81C\uD560 \uCCB4\uC778\uC744 \uC120\uD0DD\uD558\uC138\uC694.","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," \uCCB4\uC778 \uCD94\uAC00"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":[["blockchainDisplayName"]," \uC2E4\uD5D8\uC801 \uCCB4\uC778\uC744 \uC9C0\uAC11\uC5D0 \uCD94\uAC00\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"],"Please approve the experimental chain pop-up in your wallet.":"\uC9C0\uAC11\uC5D0\uC11C \uC2E4\uD5D8\uC801 \uCCB4\uC778 \uD31D\uC5C5\uC744 \uC2B9\uC778\uD574 \uC8FC\uC138\uC694.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \uCCB4\uC778 \uCD94\uAC00\uB428"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \uCCB4\uC778\uC774 \uC9C0\uAC11\uC5D0 \uC131\uACF5\uC801\uC73C\uB85C \uCD94\uAC00\uB418\uC5C8\uC2B5\uB2C8\uB2E4."],"Request Rejected":"\uC694\uCCAD \uAC70\uBD80\uB428","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\uC9C0\uAC11\uC5D0 ",["blockchainDisplayName"]," \uCCB4\uC778\uC744 \uCD94\uAC00\uD558\uB294 \uAC83\uC744 \uAC70\uBD80\uD588\uC2B5\uB2C8\uB2E4."],"Disconnect":"\uC5F0\uACB0 \uD574\uC81C","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\uC774 \uC9C0\uAC11\uC740 \uC5EC\uB7EC \uCCB4\uC778\uC744 \uC9C0\uC6D0\uD569\uB2C8\uB2E4. \uC5F0\uACB0\uD560 \uCCB4\uC778\uC744 \uC120\uD0DD\uD558\uC138\uC694.","This wallet can only connect to one chain at a time. ":"\uC774 \uC9C0\uAC11\uC740 \uD55C \uBC88\uC5D0 \uD558\uB098\uC758 \uCCB4\uC778\uC5D0\uB9CC \uC5F0\uACB0\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. ","Deselect all":"\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C","Select all":"\uBAA8\uB450 \uC120\uD0DD","Failed Network, Please retry your swap.":"\uB124\uD2B8\uC6CC\uD06C \uC624\uB958\uC785\uB2C8\uB2E4. \uC2A4\uC651\uC744 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC138\uC694.","Please reset your liquidity sources.":"\uC720\uB3D9\uC131 \uC18C\uC2A4\uB97C \uC7AC\uC124\uC815\uD574 \uC8FC\uC138\uC694.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\uC720\uB3D9\uC131 \uC18C\uC2A4\uB97C \uC81C\uD55C\uD588\uAE30 \uB54C\uBB38\uC5D0 Rango\uAC00 \uACBD\uB85C\uB97C \uCC3E\uC9C0 \uBABB\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC720\uB3D9\uC131 \uC18C\uC2A4\uB97C \uC7AC\uC124\uC815\uD558\uB294 \uAC83\uC744 \uACE0\uB824\uD574 \uBCF4\uC138\uC694.","No Routes Found.":"\uACBD\uB85C\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Rango\uAC00 \uACBD\uB85C\uB97C \uCC3E\uC744 \uC218 \uC5C6\uB294 \uC774\uC720\uB294 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4: \uD1A0\uD070\uC758 \uC720\uB3D9\uC131\uC774 \uB0AE\uC74C, \uC785\uB825 \uAE08\uC561\uC774 \uB9E4\uC6B0 \uB0AE\uC74C, \uC120\uD0DD\uD55C \uC785\uB825/\uCD9C\uB825 \uD1A0\uD070 \uC870\uD569\uC5D0 \uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 \uACBD\uB85C\uAC00 \uC5C6\uC74C.","Bridge Limit Error: Please increase your amount.":"\uBE0C\uB9AC\uC9C0 \uD55C\uB3C4 \uC624\uB958: \uAE08\uC561\uC744 \uB298\uB824\uC8FC\uC138\uC694.","Bridge Limit Error: Please decrease your amount.":"\uBE0C\uB9AC\uC9C0 \uD55C\uB3C4 \uC624\uB958: \uAE08\uC561\uC744 \uC904\uC5EC \uC8FC\uC138\uC694.","High Price Impact":"\uB192\uC740 \uAC00\uACA9\uC758 \uC601\uD5A5","Price impact is too high!":"\uAC00\uACA9 \uC601\uD5A5\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4!","The price impact is significantly higher than the allowed amount.":"\uAC00\uACA9\uC5D0 \uBBF8\uCE58\uB294 \uC601\uD5A5\uC774 \uD5C8\uC6A9 \uAE08\uC561\uBCF4\uB2E4 \uD6E8\uC52C \uB192\uC2B5\uB2C8\uB2E4.","Confirm high price impact":"\uB192\uC740 \uAC00\uACA9 \uC601\uD5A5 \uD655\uC778","Route updated and price impact is too high, try again later!":"\uACBD\uB85C\uAC00 \uC5C5\uB370\uC774\uD2B8\uB418\uC5C8\uACE0 \uAC00\uACA9 \uC601\uD5A5\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4. \uB098\uC911\uC5D0 \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uC138\uC694!","USD Price Unknown":"USD \uAC00\uACA9 \uBBF8\uC0C1","USD Price Unknown, Cannot calculate Price Impact.":"USD \uAC00\uACA9\uC744 \uC54C \uC218 \uC5C6\uC73C\uBBC0\uB85C \uAC00\uACA9 \uC601\uD5A5\uC744 \uACC4\uC0B0\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD \uAC00\uACA9 \uC54C \uC218 \uC5C6\uC74C, \uAC00\uACA9 \uC601\uD5A5\uC744 \uACC4\uC0B0\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uAC00\uACA9 \uC601\uD5A5\uC774 \uD3C9\uC18C\uBCF4\uB2E4 \uB354 \uB192\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC2A4\uC651\uC744 \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","Confirm USD Price Unknown":"USD \uAC00\uACA9 \uD655\uC778 \uBD88\uBA85","Swap":"\uAD50\uD658","The route goes through Ethereum. Continue?":"\uC774 \uACBD\uB85C\uB294 Ethereum\uC744 \uD1B5\uACFC\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","Routes":"\uACBD\uB85C","From":"\uC5D0\uC11C","To":"\uC5D0\uAC8C","Light":"\uBE5B","Dark":"\uC5B4\uB450\uC6B4","Auto":"\uC790\uB3D9\uCC28","Loading failed":"\uB85C\uB529 \uC2E4\uD328","Bridges":"\uB2E4\uB9AC","Exchanges":"\uAD50\uD658","Custom Tokens":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070","Language":"\uC5B8\uC5B4","Infinite approval":"\uBB34\uD55C\uD55C \uC2B9\uC778","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"'\uBB34\uD55C \uC2B9\uC778' \uBAA8\uB4DC\uB97C \uD65C\uC131\uD654\uD558\uBA74 \uAE30\uBCF8 \uC2A4\uB9C8\uD2B8 \uACC4\uC57D\uC5D0 \uC81C\uD55C \uC5C6\uC774 \uC561\uC138\uC2A4\uD560 \uC218 \uC788\uC73C\uBBC0\uB85C \uC2B9\uC778\uB41C \uD1A0\uD070 \uAE08\uC561\uC744 \uC81C\uD55C \uC5C6\uC774 \uD65C\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","Theme":"\uC8FC\uC81C","Duplicate Token":"\uC911\uBCF5 \uD1A0\uD070","The address you entered is duplicate, please enter a new address.":"\uC785\uB825\uD558\uC2E0 \uC8FC\uC18C\uAC00 \uC911\uBCF5\uB429\uB2C8\uB2E4. \uC0C8 \uC8FC\uC18C\uB97C \uC785\uB825\uD558\uC138\uC694.","Token Already Exists":"\uD1A0\uD070\uC774 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4","There's no need to add this token again because it already exists and is supported by us.":"\uC774 \uD1A0\uD070\uC740 \uC774\uBBF8 \uC874\uC7AC\uD558\uACE0 \uB2F9\uC0AC\uC5D0\uC11C \uC9C0\uC6D0\uD558\uBBC0\uB85C \uB2E4\uC2DC \uCD94\uAC00\uD560 \uD544\uC694\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.","Token Not Found":"\uD1A0\uD070\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\uC8C4\uC1A1\uD569\uB2C8\uB2E4. \uC81C\uACF5\uB41C \uC8FC\uC18C\uB85C ",["blockchain"]," \uCCB4\uC778\uC5D0\uC11C \uD1A0\uD070\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC62C\uBC14\uB978 \uD1A0\uD070 \uC8FC\uC18C\uB97C \uC785\uB825\uD588\uB294\uC9C0 \uD655\uC778\uD558\uC138\uC694."],"Network error":"\uB124\uD2B8\uC6CC\uD06C \uC624\uB958","An error occurred while retrieving token data.":"\uD1A0\uD070 \uB370\uC774\uD130\uB97C \uAC80\uC0C9\uD558\uB294 \uB3D9\uC548 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.","Add Custom Token":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uCD94\uAC00","Select chain":"\uCCB4\uC778 \uC120\uD0DD","Enter Address":"\uC8FC\uC18C\uB97C \uC785\uB825\uD558\uC138\uC694","Enter token address":"\uD1A0\uD070 \uC8FC\uC18C\uB97C \uC785\uB825\uD558\uC138\uC694","Import":"\uC218\uC785","Confirm Swap":"\uC2A4\uC651 \uD655\uC778","Start Swap":"\uC2A4\uC651 \uC2DC\uC791","You get":"\uB2F9\uC2E0\uC740 \uC5BB\uC744","Search Token":"\uAC80\uC0C9 \uD1A0\uD070","No custom tokens":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uC5C6\uC74C","press the button to add your custom token":"\uBC84\uD2BC\uC744 \uB20C\uB7EC \uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070\uC744 \uCD94\uAC00\uD558\uC138\uC694","Delete Custom Token":"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD1A0\uD070 \uC0AD\uC81C","Are you sure you want to Delete this Token?":"\uC774 \uD1A0\uD070\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","Complete":"\uC644\uBCBD\uD55C","Running":"\uB2EC\uB9AC\uAE30","Failed":"\uC2E4\uD328\uD55C","Refuel":"\uC5F0\uB8CC\uB97C \uBCF4\uAE09\uD558\uB2E4","Clear":"\uBD84\uBA85\uD55C","Search Transaction":"\uAC70\uB798 \uAC80\uC0C9","No transactions":"\uAC70\uB798 \uC5C6\uC74C","Your transaction history is stored locally and will appear here after you start a swap":"\uAC70\uB798 \uB0B4\uC5ED\uC740 \uB85C\uCEEC\uC5D0 \uC800\uC7A5\uB418\uBA70 \uC2A4\uC651\uC744 \uC2DC\uC791\uD558\uBA74 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.","Clear Transaction History":"\uAC70\uB798 \uB0B4\uC5ED \uC9C0\uC6B0\uAE30","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\uC9C4\uD589\uD558\uBA74 \uC704\uC82F\uC5D0\uC11C \uBAA8\uB4E0 \uC131\uACF5 \uBC0F \uC2E4\uD328\uD55C \uAC70\uB798\uAC00 \uC81C\uAC70\uB429\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\uCC38\uACE0: \uC774\uB807\uAC8C \uD574\uB3C4 \uCCB4\uC778\uC758 \uAC70\uB798 \uB0B4\uC5ED\uC740 \uC9C0\uC6CC\uC9C0\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uB2E8\uC9C0 \uC5EC\uAE30\uC11C\uB9CC \uC0AD\uC81C\uB429\uB2C8\uB2E4.","Yes, Clear the history":"\uB124, \uAE30\uB85D\uC744 \uC9C0\uC6C1\uB2C8\uB2E4.","language":"\uC5B8\uC5B4","Search {sourceType}":["\uAC80\uC0C9 ",["sourceType"]],"Search Chain":"\uAC80\uC0C9 \uCCB4\uC778","Source":"\uC6D0\uCC9C","Destination":"\uBAA9\uC801\uC9C0","Swap {type}":["\uC2A4\uC651 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\uD604\uC7AC \uC720\uB3D9\uC131 \uC18C\uC2A4\uC5D0 \uC81C\uD55C\uC774 \uC788\uB294 \uCEA0\uD398\uC778 \uBAA8\uB4DC\uC5D0 \uC788\uC2B5\uB2C8\uB2E4. \uC774 \uBAA8\uB4DC\uC5D0\uC11C \uC804\uD658\uD558\uC5EC \uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBAA8\uB4E0 \uC720\uB3D9\uC131 \uC18C\uC2A4\uB97C \uD65C\uC6A9\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?","The request ID is necessary to display the swap details.":"\uC2A4\uC651 \uC138\uBD80 \uC815\uBCF4\uB97C \uD45C\uC2DC\uD558\uB824\uBA74 \uC694\uCCAD ID\uAC00 \uD544\uC694\uD569\uB2C8\uB2E4.","Connect Wallets":"\uC9C0\uAC11 \uC5F0\uACB0","Choose a wallet to connect.":"\uC5F0\uACB0\uD560 \uC9C0\uAC11\uC744 \uC120\uD0DD\uD558\uC138\uC694.","This week":"\uC774\uBC88 \uC8FC","This month":"\uC774\uBC88 \uB2EC","This year":"\uC62C\uD574","Slippage must be greater than or equal to 0.01":"\uBBF8\uB044\uB7EC\uC9D0\uC740 0.01 \uC774\uC0C1\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\uADC0\uD558\uC758 \uAC70\uB798\uB294 \uB192\uC740 \uC2AC\uB9AC\uD53C\uC9C0 \uD5C8\uC6A9 \uBC94\uC704\uB85C \uC778\uD574 \uC120\uD589 \uCCB4\uACB0\uB420 \uC704\uD5D8\uC774 \uC788\uC2B5\uB2C8\uB2E4.","Required: >= {min} {symbol}":["\uD544\uC218: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\uD544\uC218: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\uD544\uC218: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\uD544\uC218: < ",["max"]," ",["symbol"]]," for network fee":" \uB124\uD2B8\uC6CC\uD06C \uC218\uC218\uB8CC"," for swap":" \uC2A4\uC651\uC744 \uC704\uD574"," for input and network fee":" \uC785\uB825 \uBC0F \uB124\uD2B8\uC6CC\uD06C \uC694\uAE08","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\uAC00 \uD544\uC694\uD55C\uB370, ",["currentAmount"]," ",["symbol"]," \uAC00 ",["blockchain"]," \uC9C0\uAC11\uC5D0 \uC788\uC2B5\uB2C8\uB2E4."],"Waiting for other running tasks to be finished":"\uB2E4\uB978 \uC2E4\uD589 \uC911\uC778 \uC791\uC5C5\uC774 \uC644\uB8CC\uB420 \uB54C\uAE4C\uC9C0 \uAE30\uB2E4\uB9AC\uAE30","Waiting for changing wallet network":"\uC9C0\uAC11 \uB124\uD2B8\uC6CC\uD06C \uBCC0\uACBD\uC744 \uAE30\uB2E4\uB9AC\uB294 \uC911","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\uB124\uD2B8\uC6CC\uD06C \uC804\uD658\uC744 \uC644\uB8CC\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD558\uAC70\uB098 \uC9C0\uAC11\uC5D0\uC11C \uB124\uD2B8\uC6CC\uD06C\uB97C \uC218\uB3D9\uC73C\uB85C \uC804\uD658\uD558\uC138\uC694.","Sunday":"\uC77C\uC694\uC77C","Monday":"\uC6D4\uC694\uC77C","Tuesday":"\uD654\uC694\uC77C","Wednesday":"\uC218\uC694\uC77C","Thursday":"\uBAA9\uC694\uC77C","Friday":"\uAE08\uC694\uC77C","Saturday":"\uD1A0\uC694\uC77C","Powered By":"\uC81C\uACF5\uC790:","This token may involve potential security risks; proceed with caution.":"\uC774 \uD1A0\uD070\uC5D0\uB294 \uC7A0\uC7AC\uC801\uC778 \uBCF4\uC548 \uC704\uD5D8\uC774 \uC788\uC744 \uC218 \uC788\uC73C\uB2C8 \uC8FC\uC758\uD574\uC11C \uC0AC\uC6A9\uD558\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.","Aggregated Transaction":"\uC9D1\uACC4\uB41C \uAC70\uB798","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":[["fromChain"]," \uC744 ",["swapper"],"\uC744 \uD1B5\uD574 \uBC14\uAFD4\uC8FC\uC138\uC694"],"Bridge from {fromChain} via {swapper}":[["fromChain"]," \uC5D0\uC11C ",["swapper"],"\uB97C \uAC70\uCCD0 \uBE0C\uB9AC\uC9C0\uB85C \uC5F0\uACB0"],"Bridge to {toChain} via {swapper}":[["swapper"],"\uB97C \uACBD\uC720\uD558\uC5EC ",["toChain"]," \uB85C \uC5F0\uACB0"],"Completed":"\uC644\uC804\uD55C","In progress":"\uC9C4\uD589\uC911","Waiting for the swap transaction":"\uC2A4\uC651 \uAC70\uB798\uB97C \uAE30\uB2E4\uB9AC\uB294 \uC911","Waiting for the bridge transaction":"\uBE0C\uB9BF\uC9C0 \uAC70\uB798\uB97C \uAE30\uB2E4\uB9AC\uB294 \uC911","Connected Partially":"\uBD80\uBD84\uC801\uC73C\uB85C \uC5F0\uACB0\uB428","Connect other chains":"\uB2E4\uB978 \uCCB4\uC778\uC744 \uC5F0\uACB0\uD558\uC138\uC694","Connecting ...":"\uC5F0\uACB0 \uC911...","Connecting":"\uC5F0\uACB0 \uC911","Disconnected":"\uC5F0\uACB0 \uB04A\uAE40","you need to pass a correct state to Wallet.":"Wallet\uC5D0 \uC62C\uBC14\uB978 \uC0C1\uD0DC\uB97C \uC804\uB2EC\uD574\uC57C \uD569\uB2C8\uB2E4.","There are no notifications.":"\uC54C\uB9BC\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.","Clear all":"\uBAA8\uB450 \uC9C0\uC6B0\uAE30","Balance":"\uADE0\uD615","Max":"\uB9E5\uC2A4","Select gas chain":"\uAC00\uC2A4 \uCCB4\uC778 \uC120\uD0DD"}`);var Ci=JSON.parse(`{"No results found":"Rezultat\u0173 nerasta","Try using different keywords":"Pabandykite naudoti skirtingus raktinius \u017Eod\u017Eius","Select Chain":"Pasirinkite Grandin\u0117","All":"Visi","More +{count}":["Daugiau +",["count"]],"Activate this tab":"Suaktyvinkite \u0161\u012F skirtuk\u0105","Another tab is open and handles transactions.":"Kitas skirtukas atidarytas ir tvarko operacijas.","Activate current tab":"Suaktyvinti dabartin\u012F skirtuk\u0105","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0160iuo metu kai kurios operacijos vykdomos ir tvarkomos kitame nar\u0161ykl\u0117s skirtuke. Jei suaktyvinsite \u0161\u012F skirtuk\u0105, visos operacijos, kurios jau yra operacijos pasira\u0161ymo \u017Eingsnyje, baigs galioti.","Confirm":"Patvirtinti","Your {blockchainName} wallets":["J\u016Bs\u0173 ",["blockchainName"]," pinigin\u0117s"],"Insufficient account balance":"Nepakankamas s\u0105skaitos likutis","Proceed anyway":"Vis tiek t\u0119skite","You need to connect a {blockchainName} wallet.":["Turite prijungti ",["blockchainName"]," pinigin\u0119."],"Add {chain} chain":["Prid\u0117kite ",["chain"]," grandin\u0119"],"Chain not connected":"Grandin\u0117 neprijungta","Show more wallets":"Rodyti daugiau pinigini\u0173","Send to a different address":"Si\u0173sti kitu adresu","Enter {blockchainName} address":["\u012Eveskite ",["blockchainName"]," adres\u0105"],"Address {destination} doesn't match the blockchain address pattern.":["Adresas ",["destination"]," neatitinka blockchain adreso \u0161ablono."],"via":"per","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u0160is prieigos raktas n\u0117ra m\u016Bs\u0173 patvirtint\u0173 \u017Eeton\u0173 s\u0105ra\u0161o dalis. prie\u0161 t\u0119sdami patikrinkite jo \u0161altin\u012F ir \u012Fsitikinkite, kad supratote vis\u0105 susijusi\u0105 rizik\u0105.","Import Anyway":"Vis tiek importuoti","Learn More":"Su\u017Einokite daugiau","Status":"B\u016Bsena","Reset":"Nustatyti i\u0161 naujo","Cancel":"At\u0161aukti","Refresh":"Atnaujinti","Notifications":"Prane\u0161imai","Settings":"Nustatymai","History":"Istorija","Connect Wallet":"Prijunkite Pinigin\u0119","Today":"\u0160iandien","Failed Network, Please retry.":"Nepavyko prisijungti prie tinklo, bandykite dar kart\u0105.","Retry":"Bandykite dar kart\u0105","Add another custom token":"Prid\u0117kite kit\u0105 tinkint\u0105 prieigos rakt\u0105","Swaps steps":"Sukei\u010Dia \u017Eingsnius","Connected":"Prisijungta","Connection failed":"Ry\u0161ys nepavyko","See why":"Su\u017Einokite, kod\u0117l","(Currently not supported)":"(\u0160iuo metu nepalaikoma)","Slippage Error":"Paslydimo klaida","Slippage Warning":"Paslydimo \u012Fsp\u0117jimas","Bridge Limit Error":"Tilto ribos klaida","Yours: {amount} {symbol}":["J\u016Bs\u0173: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimalus si\u016Blomas praslydimas: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["J\u016Bs\u0173: ",["userSlippage"]],"See All Routes":"\u017Di\u016Br\u0117ti visus mar\u0161rutus","View more info":"\u017Di\u016Br\u0117ti daugiau informacijos","Gas & Fee Explanation":"Duj\u0173 ir mokes\u010Di\u0173 paai\u0161kinimas","Details":"Detal\u0117s","Total Payable Fee":"Visas mok\u0117tinas mokestis","Hide non-payable fees":"Sl\u0117pti nemokamus mokes\u010Dius","Show non-payable fees":"Rodyti nemokamus mokes\u010Dius","Description":"Apra\u0161ymas","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Toliau nurodyti mokes\u010Diai atsi\u017Evelgiama \u012F operacijos i\u0161vest\u012F ir\\n u\u017E juos nereik\u0117s mok\u0117ti papildom\u0173 duj\u0173.","Swap input":"Sukeisti \u012Fvest\u012F","Estimated output":"Numatoma produkcija","Via:":"Per:","Chains:":"Grandin\u0117s:","Sort by":"R\u016B\u0161iuoti pagal","Smart Routing":"I\u0161manusis mar\u0161ruto parinkimas","Lowest Fee":"Ma\u017Eiausias mokestis","Fastest Transfer":"Grei\u010Diausias perk\u0117limas","Maximum Return":"Did\u017Eiausia gr\u0105\u017Ea","Maximum Output":"Maksimali i\u0161vestis","Swapping":"Keitimas","Gas cost":"Duj\u0173 kaina","Receiving":"Pri\u0117mimas","Price impact":"Kainos poveikis","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u0160iam mar\u0161rutui reikia padidinti slydim\u0105 bent iki ",["minRequiredSlippage"]," ."],"Increase":"Padidinti","Output amount changed by {percentageChange}% (\${usdValueChange}).":["I\u0161vesties kiekis pakeistas ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Rekomenduojame padidinti \u0161io mar\u0161ruto slydim\u0105 bent iki ",["minRequiredSlippage"]," ."],"Caution, your slippage is high.":"Atsargiai, j\u016Bs\u0173 paslydimas didelis.","Change":"Keisti","High slippage":"Didelis slydimas","Low slippage":"Ma\u017Eas slydimas","Caution, your slippage is high. Your trade may be front run.":"D\u0117mesio, j\u016Bs\u0173 nuosmukis yra didelis. J\u016Bs\u0173 sandoris gali b\u016Bti anonsuotas.","Swap anyway":"Vistiek sukeisk","Change Slippage":"Pakeisti praslydim\u0105","Something went wrong":"Ka\u017Ekas nutiko","Something went wrong. Please refresh the app.":"Ka\u017Ekas nutiko. Atnaujinkite program\u0105.","No Routes Found":"Mar\u0161rut\u0173 nerasta","You cannot use the same token for From and To.":"Negalite naudoti to paties prieigos rakto nuo ir iki.","Slippage tolerance per swap":"Slydimo tolerancija vienam apsikeitimui","Custom":"Pasirinktinis","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"J\u016Bs\u0173 sandoris bus gr\u0105\u017Eintas, jei kaina nepalankiai pasikeis daugiau nei \u0161is procentas.","Warning":"\u012Esp\u0117jimas","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u0160is nustatymas taikomas kiekvienam \u017Eingsniui (pvz., 1 colis, Thorchain ir kt.), o tai rei\u0161kia, kad bus gr\u0105\u017Eintas tik konkretus \u017Eingsnis, o ne visas mar\u0161rutas.","Slippage cannot be set lower than 0.01%.":"Slydimo negalima nustatyti ma\u017Eesnio nei 0,01 %.","Caution, your slippage is high!":"D\u0117mesio, j\u016Bs\u0173 slydimas yra didelis!","Request ID":"Pra\u0161yti ID","Copied To Clipboard":"Nukopijuota \u012F main\u0173 srit\u012F","Copy Request ID":"Nukopijuokite u\u017Eklausos ID","View on Rango Explorer":"\u017Di\u016Br\u0117ti Rango Explorer","Finished at":"Baigta val","Created at":"Sukurta","Swap Details":"Keitimo detal\u0117s","Not found":"Nerasta","Swap with request ID = {requestId} not found.":["Sukeisti su u\u017Eklausos ID = ",["requestId"]," nerasta."],"Change Network":"Keisti tinkl\u0105","Network Changed":"Pakeistas tinklas","Network Switch Failed":"Tinklo komutatoriaus klaida","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Gavote ",["amount"]," ",["token"]," ",["conciseAddress"]," pinigin\u0117je grandin\u0117je ",["chain"]," ."],"Transaction was not sent.":"Sandoris nebuvo i\u0161si\u0173stas.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," ",["blockchain"]," lieka j\u016Bs\u0173 pinigin\u0117je."],"Delete":"I\u0161trinti","Try again":"Bandykite dar kart\u0105","View transaction":"Per\u017Ei\u016Br\u0117ti operacij\u0105","Connect":"Prisijunkite","Swap Successful":"Swap s\u0117kmingas","Transaction Failed":"Sandoris nepavyko","Done":"Atlikta","Diagnosis":"Diagnoz\u0117","See Details":"\u017Dr. I\u0161sami\u0105 informacij\u0105","Cancel Swap":"At\u0161aukti apsikeitim\u0105","Are you sure you want to cancel this swap?":"Ar tikrai norite at\u0161aukti \u0161\u012F apsikeitim\u0105?","Yes, Cancel it":"Taip, at\u0161aukti","No, Continue":"Ne, T\u0119sti","Connect {wallet}":["Prisijungti ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"J\u016Bs\u0173 pinigin\u0117s arba kai kuri\u0173 tinkl\u0173 ry\u0161ys buvo nutrauktas. Prisijunkite, kad t\u0119stum\u0117te keitim\u0105.","Wallet connected successfully.":"Pinigin\u0117 s\u0117kmingai prijungta.","Delete Transaction":"I\u0161trinti operacij\u0105","Are you sure you want to delete this swap?":"Ar tikrai norite i\u0161trinti \u0161\u012F apsikeitim\u0105?","Yes, Delete it":"Taip, i\u0161trinkite","No, Cancel":"Ne, at\u0161aukti","Install {wallet}":["\u012Ediegti ",["wallet"]],"Install":"\u012Ediegti","Try Again":"Bandykite dar kart\u0105","Slippage:":"Slydimas:","Select Token":"Pasirinkite \u017Detonas","Wallet Connected":"Pinigin\u0117 prijungta","Your wallet is connected, you can use it to swap.":"J\u016Bs\u0173 pinigin\u0117 prijungta, galite j\u0105 naudoti apsikeitimui.","Failed to Connect":"Nepavyko prisijungti","Your wallet is not connected. Please try again.":"J\u016Bs\u0173 pinigin\u0117 neprijungta. Bandykite dar kart\u0105.","Connecting to your wallet":"Prisijungimas prie pinigin\u0117s","Click connect in your wallet popup.":"I\u0161\u0161okan\u010Diajame pinigin\u0117s lange spustel\u0117kite prisijungti.","Select Derivation Path":"Pasirinkite i\u0161vedimo keli\u0105","In order to connect to {type}, you must first select a Derivation Path":["Nor\u0117dami prisijungti prie ",["type"],", pirmiausia turite pasirinkti i\u0161vedimo keli\u0105"],"Choose Derivation Path Template":"Pasirinkite i\u0161vedimo kelio \u0161ablon\u0105","Enter Path":"\u012Eveskite keli\u0105","Enter Index":"\u012Eveskite indeks\u0105","This wallet can only connect to one chain at a time.":"\u0160i pinigin\u0117 vienu metu gali prisijungti tik prie vienos grandin\u0117s.","Disconnect wallet":"Atjungti pinigin\u0119","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u0160i pinigin\u0117 palaiko kelias grandines. Pasirinkite, kurias grandines norite prijungti arba atjungti.","Add {blockchainDisplayName} Chain":["Prid\u0117ti ",["blockchainDisplayName"]," grandin\u0119"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Ar nor\u0117tum\u0117te prid\u0117ti ",["blockchainDisplayName"]," eksperimentin\u0119 grandin\u0119 prie savo pinigin\u0117s?"],"Please approve the experimental chain pop-up in your wallet.":"Patvirtinkite eksperimentin\u0117s grandin\u0117s i\u0161\u0161okant\u012Fj\u012F lang\u0105 savo pinigin\u0117je.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Prid\u0117ta grandin\u0117"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Grandin\u0117 ",["blockchainDisplayName"]," s\u0117kmingai prid\u0117ta prie j\u016Bs\u0173 pinigin\u0117s."],"Request Rejected":"U\u017Eklausa atmesta","You've rejected adding {blockchainDisplayName} chain to your wallet.":["J\u016Bs atsisak\u0117te prid\u0117ti ",["blockchainDisplayName"]," grandin\u0119 prie savo pinigin\u0117s."],"Disconnect":"Atsijungti","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u0160i pinigin\u0117 palaiko kelias grandines. Pasirinkite, kurias grandines norite sujungti.","This wallet can only connect to one chain at a time. ":"\u0160i pinigin\u0117 vienu metu gali prisijungti tik prie vienos grandin\u0117s. ","Deselect all":"Panaikinkite vis\u0173 pasirinkim\u0105","Select all":"Pasirinkite visk\u0105","Failed Network, Please retry your swap.":"Nepavyko pakeisti tinklo. Bandykite dar kart\u0105 pakeisti.","Please reset your liquidity sources.":"I\u0161 naujo nustatykite savo likvidumo \u0161altinius.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Apribojote likvidumo \u0161altinius, tod\u0117l Rango gali nerasti mar\u0161rut\u0173. Apsvarstykite galimyb\u0119 i\u0161 naujo nustatyti savo likvidumo \u0161altinius.","No Routes Found.":"Mar\u0161rut\u0173 nerasta.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Prie\u017Eastys, kod\u0117l Rango negal\u0117jo rasti mar\u0161ruto: ma\u017Eas prieigos rakto likvidumas, labai ma\u017Eas \u012Fvesties kiekis arba n\u0117ra mar\u0161rut\u0173 pasirinktam \u012Fvesties / i\u0161vesties prieigos rakto deriniui.","Bridge Limit Error: Please increase your amount.":"Tilto limito klaida: padidinkite sum\u0105.","Bridge Limit Error: Please decrease your amount.":"Tilto limito klaida: suma\u017Einkite sum\u0105.","High Price Impact":"Didel\u0117s kainos poveikis","Price impact is too high!":"Kainos poveikis per didelis!","The price impact is significantly higher than the allowed amount.":"\u012Etaka kainai yra \u017Eymiai didesn\u0117 nei leistina suma.","Confirm high price impact":"Patvirtinkite didel\u0117s kainos poveik\u012F","Route updated and price impact is too high, try again later!":"Mar\u0161rutas atnaujintas ir kainos poveikis per didelis, bandykite dar kart\u0105 v\u0117liau!","USD Price Unknown":"USD Kaina Ne\u017Einoma","USD Price Unknown, Cannot calculate Price Impact.":"USD Kaina ne\u017Einoma, negalima apskai\u010Diuoti kainos poveikio.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD Kaina ne\u017Einoma, negalima apskai\u010Diuoti kainos poveikio. Kainos poveikis gali b\u016Bti didesnis nei \u012Fprastai. Ar tikrai t\u0119site apsikeitim\u0105?","Confirm USD Price Unknown":"Patvirtinti USD Kaina ne\u017Einoma","Swap":"Sukeisti","The route goes through Ethereum. Continue?":"Mar\u0161rutas eina per Ethereum. T\u0119sti?","Routes":"Mar\u0161rutai","From":"I\u0161","To":"\u012E","Light":"\u0160viesa","Dark":"Tamsus","Auto":"Auto","Loading failed":"\u012Ekelti nepavyko","Bridges":"Tiltai","Exchanges":"Mainai","Custom Tokens":"Pasirinktiniai \u017Eetonai","Language":"Kalba","Infinite approval":"Begalinis pritarimas","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u012Ejungus \u201EBegalinio patvirtinimo\u201C re\u017Eim\u0105, suteikiama neribota prieiga prie pagrindini\u0173 i\u0161mani\u0173j\u0173 sutar\u010Di\u0173, leid\u017Eianti joms be apribojim\u0173 naudoti patvirtint\u0105 prieigos rakto sum\u0105.","Theme":"tema","Duplicate Token":"Tokeno kopija","The address you entered is duplicate, please enter a new address.":"\u012Evestas adresas pasikartoja, \u012Fveskite nauj\u0105 adres\u0105.","Token Already Exists":"\u017Detonas jau egzistuoja","There's no need to add this token again because it already exists and is supported by us.":"Nereikia dar kart\u0105 prid\u0117ti \u0161io prieigos rakto, nes jis jau yra ir yra m\u016Bs\u0173 palaikomas.","Token Not Found":"\u017Detonas nerastas","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Atsipra\u0161ome, grandin\u0117je ",["blockchain"]," su nurodytu adresu \u017Eetonas nerastas. \u012Fsitikinkite, kad \u012Fved\u0117te tinkam\u0105 prieigos rakto adres\u0105."],"Network error":"Tinklo klaida","An error occurred while retrieving token data.":"Gaunant prieigos rakto duomenis \u012Fvyko klaida.","Add Custom Token":"Prid\u0117ti pasirinktin\u012F prieigos rakt\u0105","Select chain":"Pasirinkite grandin\u0119","Enter Address":"\u012Eveskite adres\u0105","Enter token address":"\u012Eveskite \u017Eetono adres\u0105","Import":"Importuoti","Confirm Swap":"Patvirtinkite apsikeitim\u0105","Start Swap":"Prad\u0117ti Swap","You get":"J\u016Bs gaunate","Search Token":"Paie\u0161kos \u017Eenklas","No custom tokens":"N\u0117ra tinkint\u0173 \u017Eeton\u0173","press the button to add your custom token":"paspauskite mygtuk\u0105, kad prid\u0117tum\u0117te pasirinktin\u012F prieigos rakt\u0105","Delete Custom Token":"I\u0161trinkite tinkint\u0105 prieigos rakt\u0105","Are you sure you want to Delete this Token?":"Ar tikrai norite i\u0161trinti \u0161\u012F prieigos rakt\u0105?","Complete":"U\u017Ebaigti","Running":"B\u0117gimas","Failed":"Nepavyko","Refuel":"Degal\u0173 papildymas","Clear":"Ai\u0161ku","Search Transaction":"Paie\u0161kos sandoris","No transactions":"Joki\u0173 sandori\u0173","Your transaction history is stored locally and will appear here after you start a swap":"J\u016Bs\u0173 operacij\u0173 istorija saugoma vietoje ir bus rodoma \u010Dia, kai prad\u0117site apsikeitim\u0105","Clear Transaction History":"I\u0161valyti operacij\u0173 istorij\u0105","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"T\u0119siant bus pa\u0161alintos visos s\u0117kmingos ir nepavykusios operacijos i\u0161 valdiklio. Ar norite t\u0119sti?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Pastaba: tai nei\u0161trina j\u016Bs\u0173 operacij\u0173 istorijos grandin\u0117je; tai tik pa\u0161alina juos \u010Dia.","Yes, Clear the history":"Taip, i\u0161valykite istorij\u0105","language":"kalba","Search {sourceType}":["Ie\u0161koti ",["sourceType"]],"Search Chain":"Paie\u0161kos grandin\u0117","Source":"\u0160altinis","Destination":"Paskirties vieta","Swap {type}":["Sukeisti ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0160iuo metu veikiate kampanijos re\u017Eimu su apribojimais likvidumo \u0161altiniams. Ar nor\u0117tum\u0117te i\u0161jungti \u0161\u012F re\u017Eim\u0105 ir pasinaudoti visais turimais likvidumo \u0161altiniais?","The request ID is necessary to display the swap details.":"U\u017Eklausos ID b\u016Btinas norint parodyti apsikeitimo informacij\u0105.","Connect Wallets":"Prijunkite pinigines","Choose a wallet to connect.":"Pasirinkite pinigin\u0119, kuri\u0105 norite prijungti.","This week":"\u0160i\u0105 savait\u0119","This month":"\u0160\u012F m\u0117nes\u012F","This year":"\u0160iemet","Slippage must be greater than or equal to 0.01":"Slydimas turi b\u016Bti didesnis arba lygus 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"D\u0117l didel\u0117s praslydimo tolerancijos j\u016Bs\u0173 sandoriui kyla rizika, kad jis bus aplenktas.","Required: >= {min} {symbol}":["B\u016Btina: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["B\u016Btina: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["B\u016Btina: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["B\u016Btina: < ",["max"]," ",["symbol"]]," for network fee":" u\u017E tinklo mokest\u012F"," for swap":" u\u017E mainus"," for input and network fee":" u\u017E \u012Fvesties ir tinklo mokest\u012F","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Reikia \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", bet j\u016Bs\u0173 ",["blockchain"]," pinigin\u0117je yra ",["currentAmount"]," ",["symbol"]," ."],"Waiting for other running tasks to be finished":"Laukiama, kol bus baigtos kitos b\u0117gimo u\u017Eduotys","Waiting for changing wallet network":"Laukiama, kol bus pakeistas pinigin\u0117s tinklas","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Tinklo perjungimo nepavyko u\u017Ebaigti. Bandykite dar kart\u0105 arba perjunkite tinkl\u0105 rankiniu b\u016Bdu savo pinigin\u0117je.","Sunday":"sekmadienis","Monday":"pirmadienis","Tuesday":"antradienis","Wednesday":"tre\u010Diadien\u012F","Thursday":"ketvirtadienis","Friday":"penktadienis","Saturday":"\u0161e\u0161tadienis","Powered By":"Maitinamas","This token may involve potential security risks; proceed with caution.":"\u0160is prieigos raktas gali b\u016Bti susij\u0119s su potencialia saugumo rizika; elkit\u0117s atsargiai.","Aggregated Transaction":"Suvestin\u0117 operacija","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Pakeiskite \u012F ",["fromChain"]," per ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Tiltas nuo ",["fromChain"]," per ",["swapper"]],"Bridge to {toChain} via {swapper}":["Tiltas \u012F ",["toChain"]," per ",["swapper"]],"Completed":"U\u017Ebaigta","In progress":"Vykdoma","Waiting for the swap transaction":"Laukiama main\u0173 sandorio","Waiting for the bridge transaction":"Laukiama tiltinio sandorio","Connected Partially":"I\u0161 dalies prijungta","Connect other chains":"Prijunkite kitas grandines","Connecting ...":"Jungiamasi...","Connecting":"Prisijungimas","Disconnected":"Atjungtas","you need to pass a correct state to Wallet.":"Pinigin\u0117je turite perduoti teising\u0105 b\u016Bsen\u0105.","There are no notifications.":"Prane\u0161im\u0173 n\u0117ra.","Clear all":"I\u0161valyti visk\u0105","Balance":"Balansas","Max":"Maks","Select gas chain":"Pasirinkite duj\u0173 grandin\u0119"}`);var ki=JSON.parse(`{"No results found":"Tiada hasil ditemui","Try using different keywords":"Cuba gunakan kata kunci yang berbeza","Select Chain":"Pilih Rantaian","All":"Semua","More +{count}":["Lagi +",["count"]],"Activate this tab":"Aktifkan tab ini","Another tab is open and handles transactions.":"Tab lain dibuka dan mengendalikan transaksi.","Activate current tab":"Aktifkan tab semasa","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Pada masa ini, beberapa transaksi sedang berjalan dan dikendalikan oleh tab penyemak imbas lain. Jika anda mengaktifkan tab ini, semua transaksi yang sudah berada dalam langkah tanda transaksi akan tamat tempoh.","Confirm":"sahkan","Your {blockchainName} wallets":["Dompet ",["blockchainName"]," anda"],"Insufficient account balance":"Baki akaun tidak mencukupi","Proceed anyway":"Teruskan juga","You need to connect a {blockchainName} wallet.":["Anda perlu menyambung dompet ",["blockchainName"]," ."],"Add {chain} chain":["Tambahkan rantai ",["chain"]],"Chain not connected":"Rantai tidak bersambung","Show more wallets":"Tunjukkan lebih banyak dompet","Send to a different address":"Hantar ke alamat lain","Enter {blockchainName} address":["Masukkan ",["blockchainName"]," alamat"],"Address {destination} doesn't match the blockchain address pattern.":["Alamat ",["destination"]," tidak sepadan dengan corak alamat blockchain."],"via":"melalui","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Token ini bukan sebahagian daripada senarai token kami yang disahkan. sila sahkan sumbernya dan pastikan anda memahami semua risiko yang berkaitan sebelum meneruskan.","Import Anyway":"Import Bagaimanapun","Learn More":"Ketahui Lebih Lanjut","Status":"Status","Reset":"Tetapkan semula","Cancel":"Batal","Refresh":"Segarkan semula","Notifications":"Pemberitahuan","Settings":"tetapan","History":"Sejarah","Connect Wallet":"Sambung Wallet","Today":"Hari ini","Failed Network, Please retry.":"Rangkaian Gagal, Sila cuba semula.","Retry":"Cuba semula","Add another custom token":"Tambahkan satu lagi token tersuai","Swaps steps":"Bertukar langkah","Connected":"Bersambung","Connection failed":"Sambungan gagal","See why":"Lihat sebabnya","(Currently not supported)":"(Pada masa ini tidak disokong)","Slippage Error":"Ralat Gelinciran","Slippage Warning":"Amaran Gelinciran","Bridge Limit Error":"Ralat Had Jambatan","Yours: {amount} {symbol}":["Milik anda: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Kegelinciran minimum yang dicadangkan: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Milik anda: ",["userSlippage"]],"See All Routes":"Lihat Semua Laluan","View more info":"Lihat maklumat lanjut","Gas & Fee Explanation":"Penjelasan Gas & Yuran","Details":"Butiran","Total Payable Fee":"Jumlah Yuran Yang Perlu Dibayar","Hide non-payable fees":"Sembunyikan yuran yang tidak perlu dibayar","Show non-payable fees":"Tunjukkan yuran yang tidak perlu dibayar","Description":"Penerangan","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Yuran berikut dipertimbangkan dalam output transaksi dan\\n anda tidak perlu membayar gas tambahan untuknya.","Swap input":"Tukar input","Estimated output":"Anggaran keluaran","Via:":"Melalui:","Chains:":"rantai:","Sort by":"Isih mengikut","Smart Routing":"Penghalaan Pintar","Lowest Fee":"Yuran Terendah","Fastest Transfer":"Pemindahan Terpantas","Maximum Return":"Pulangan Maksimum","Maximum Output":"Output Maksimum","Swapping":"Bertukar-tukar","Gas cost":"Kos gas","Receiving":"Menerima","Price impact":"Kesan harga","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Anda perlu meningkatkan gelinciran kepada sekurang-kurangnya ",["minRequiredSlippage"]," untuk laluan ini."],"Increase":"Bertambah","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Amaun output diubah sebanyak ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Kami mengesyorkan anda meningkatkan gelinciran kepada sekurang-kurangnya ",["minRequiredSlippage"]," untuk laluan ini."],"Caution, your slippage is high.":"Awas, gelinciran anda tinggi.","Change":"Berubah","High slippage":"gelinciran tinggi","Low slippage":"gelinciran rendah","Caution, your slippage is high. Your trade may be front run.":"Awas, gelinciran anda tinggi. Dagangan anda mungkin dijalankan di hadapan.","Swap anyway":"Tukar pula","Change Slippage":"Tukar Slippage","Something went wrong":"Sesuatu telah berlaku","Something went wrong. Please refresh the app.":"Sesuatu telah berlaku. Sila muat semula apl.","No Routes Found":"Tiada Laluan Ditemui","You cannot use the same token for From and To.":"Anda tidak boleh menggunakan token yang sama untuk Dari dan Kepada.","Slippage tolerance per swap":"Toleransi gelinciran setiap pertukaran","Custom":"Adat","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Urus niaga anda akan dikembalikan jika harga berubah secara tidak menguntungkan lebih daripada peratusan ini.","Warning":"Amaran","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Tetapan ini digunakan pada setiap langkah (cth. 1Inch, Thorchain, dsb.), bermakna hanya langkah tertentu itu akan dibalikkan, bukan keseluruhan laluan.","Slippage cannot be set lower than 0.01%.":"Gelinciran tidak boleh ditetapkan lebih rendah daripada 0.01%.","Caution, your slippage is high!":"Awas, gelinciran anda tinggi!","Request ID":"Minta ID","Copied To Clipboard":"Disalin Ke Papan Klip","Copy Request ID":"Salin ID Permintaan","View on Rango Explorer":"Lihat pada Rango Explorer","Finished at":"Selesai pada","Created at":"Dicipta pada","Swap Details":"Swap Butiran","Not found":"Tidak dijumpai","Swap with request ID = {requestId} not found.":["Tukar dengan ID permintaan = ",["requestId"]," tidak ditemui."],"Change Network":"Tukar Rangkaian","Network Changed":"Rangkaian Berubah","Network Switch Failed":"Suis Rangkaian Gagal","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Anda telah menerima ",["amount"]," ",["token"]," dalam dompet ",["conciseAddress"]," pada rantai ",["chain"]," ."],"Transaction was not sent.":"Urus niaga tidak dihantar.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," pada ",["blockchain"]," kekal dalam dompet anda."],"Delete":"Padam","Try again":"Cuba lagi","View transaction":"Lihat transaksi","Connect":"Sambung","Swap Successful":"Tukar Berjaya","Transaction Failed":"Transaksi Gagal","Done":"Selesai","Diagnosis":"Diagnosis","See Details":"Lihat Butiran","Cancel Swap":"Batalkan Swap","Are you sure you want to cancel this swap?":"Adakah anda pasti mahu membatalkan pertukaran ini?","Yes, Cancel it":"Ya, Batalkan","No, Continue":"Tidak, Teruskan","Connect {wallet}":["Sambung ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Sambungan dompet anda atau beberapa rangkaian telah diputuskan. Sambung untuk meneruskan pertukaran","Wallet connected successfully.":"Dompet berjaya disambungkan.","Delete Transaction":"Padamkan Transaksi","Are you sure you want to delete this swap?":"Adakah anda pasti mahu memadamkan pertukaran ini?","Yes, Delete it":"Ya, Padamkannya","No, Cancel":"Tidak, Batal","Install {wallet}":["Pasang ",["wallet"]],"Install":"Pasang","Try Again":"Cuba Lagi","Slippage:":"gelinciran:","Select Token":"Pilih Token","Wallet Connected":"Dompet Disambungkan","Your wallet is connected, you can use it to swap.":"Dompet anda disambungkan, anda boleh menggunakannya untuk menukar.","Failed to Connect":"Gagal Bersambung","Your wallet is not connected. Please try again.":"Dompet anda tidak disambungkan. Sila cuba lagi.","Connecting to your wallet":"Menyambung ke dompet anda","Click connect in your wallet popup.":"Klik sambung dalam pop timbul dompet anda.","Select Derivation Path":"Pilih Laluan Derivasi","In order to connect to {type}, you must first select a Derivation Path":["Untuk menyambung ke ",["type"],", anda mesti memilih Laluan Derivasi dahulu"],"Choose Derivation Path Template":"Pilih Templat Laluan Derivasi","Enter Path":"Masukkan Laluan","Enter Index":"Masukkan Indeks","This wallet can only connect to one chain at a time.":"Dompet ini hanya boleh menyambung ke satu rantai pada satu masa.","Disconnect wallet":"Putuskan sambungan dompet","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Dompet ini menyokong berbilang rantai. Pilih rantaian yang anda ingin sambungkan atau putuskan sambungannya.","Add {blockchainDisplayName} Chain":["Tambah ",["blockchainDisplayName"]," Rantaian"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Adakah anda ingin menambahkan rantaian percubaan ",["blockchainDisplayName"]," pada dompet anda?"],"Please approve the experimental chain pop-up in your wallet.":"Sila luluskan tetingkap timbul rangkaian percubaan dalam dompet anda.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Rantaian Ditambah"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Rantaian ",["blockchainDisplayName"]," telah berjaya ditambahkan pada dompet anda."],"Request Rejected":"Permintaan Ditolak","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Anda telah menolak menambah rantai ",["blockchainDisplayName"]," pada dompet anda."],"Disconnect":"Putuskan sambungan","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Dompet ini menyokong berbilang rantai. Pilih rangkaian yang anda ingin sambungkan.","This wallet can only connect to one chain at a time. ":"Dompet ini hanya boleh menyambung ke satu rantai pada satu masa. ","Deselect all":"Nyahpilih semua","Select all":"Pilih semua","Failed Network, Please retry your swap.":"Rangkaian Gagal, Sila cuba semula pertukaran anda.","Please reset your liquidity sources.":"Sila tetapkan semula sumber kecairan anda.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Anda telah mengehadkan sumber kecairan dan ini mungkin menyebabkan Rango tidak menemui laluan. Sila pertimbangkan untuk menetapkan semula sumber kecairan anda.","No Routes Found.":"Tiada Laluan Ditemui.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Sebab Rango tidak menemui laluan: kecairan yang rendah pada token, jumlah input yang sangat rendah atau tiada laluan tersedia untuk gabungan token input/output yang dipilih.","Bridge Limit Error: Please increase your amount.":"Ralat Had Jambatan: Sila tingkatkan jumlah anda.","Bridge Limit Error: Please decrease your amount.":"Ralat Had Jambatan: Sila kurangkan jumlah anda.","High Price Impact":"Kesan Harga Tinggi","Price impact is too high!":"Kesan harga terlalu tinggi!","The price impact is significantly higher than the allowed amount.":"Kesan harga adalah jauh lebih tinggi daripada jumlah yang dibenarkan.","Confirm high price impact":"Sahkan kesan harga yang tinggi","Route updated and price impact is too high, try again later!":"Laluan dikemas kini dan impak harga terlalu tinggi, cuba sebentar lagi!","USD Price Unknown":"Harga USD Tidak Diketahui","USD Price Unknown, Cannot calculate Price Impact.":"Harga USD Tidak Diketahui, Tidak Dapat Mengira Kesan Harga.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Harga USD Tidak Diketahui, Tidak Dapat Mengira Kesan Harga. Kesan harga mungkin lebih tinggi daripada biasa. Adakah anda pasti untuk meneruskan Swap?","Confirm USD Price Unknown":"Sahkan Harga USD Tidak Diketahui","Swap":"Tukar","The route goes through Ethereum. Continue?":"Laluan itu melalui Ethereum. teruskan?","Routes":"Laluan","From":"daripada","To":"Kepada","Light":"Cahaya","Dark":"Gelap","Auto":"Auto","Loading failed":"Gagal memuatkan","Bridges":"Jambatan","Exchanges":"Pertukaran","Custom Tokens":"Token Tersuai","Language":"Bahasa","Infinite approval":"Kelulusan yang tidak terhingga","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Mendayakan mod 'Kelulusan tidak terhingga' memberikan akses tanpa had kepada kontrak pintar asas, membolehkan mereka menggunakan jumlah token yang diluluskan tanpa had.","Theme":"Tema","Duplicate Token":"Token Pendua","The address you entered is duplicate, please enter a new address.":"Alamat yang anda masukkan adalah pendua, sila masukkan alamat baharu.","Token Already Exists":"Token Sudah Wujud","There's no need to add this token again because it already exists and is supported by us.":"Tidak perlu menambah token ini lagi kerana ia sudah wujud dan disokong oleh kami.","Token Not Found":"Token Tidak Ditemui","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Maaf, tiada token ditemui pada rantai ",["blockchain"]," dengan alamat yang diberikan. sila pastikan anda telah memasukkan alamat token yang betul."],"Network error":"Ralat rangkaian","An error occurred while retrieving token data.":"Ralat berlaku semasa mendapatkan semula data token.","Add Custom Token":"Tambah Token Tersuai","Select chain":"Pilih rantai","Enter Address":"Masukkan Alamat","Enter token address":"Masukkan alamat token","Import":"Import","Confirm Swap":"Sahkan Tukar","Start Swap":"Mulakan Tukar","You get":"awak dapat","Search Token":"Token Carian","No custom tokens":"Tiada token tersuai","press the button to add your custom token":"tekan butang untuk menambah token tersuai anda","Delete Custom Token":"Padamkan Token Tersuai","Are you sure you want to Delete this Token?":"Adakah anda pasti mahu Memadam Token ini?","Complete":"lengkap","Running":"Berlari","Failed":"gagal","Refuel":"Isi minyak","Clear":"Jelas","Search Transaction":"Transaksi Carian","No transactions":"Tiada transaksi","Your transaction history is stored locally and will appear here after you start a swap":"Sejarah transaksi anda disimpan secara setempat dan akan dipaparkan di sini selepas anda memulakan pertukaran","Clear Transaction History":"Kosongkan Sejarah Transaksi","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Prosiding akan mengalih keluar semua transaksi yang berjaya dan gagal daripada widget. Adakah anda mahu meneruskan?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Nota: Ini tidak memadamkan sejarah transaksi anda pada rantaian; ia hanya membuang mereka di sini.","Yes, Clear the history":"Ya, Kosongkan sejarah","language":"bahasa","Search {sourceType}":["Cari ",["sourceType"]],"Search Chain":"Rantaian Carian","Source":"Sumber","Destination":"Destinasi","Swap {type}":["Tukar ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Pada masa ini, anda berada dalam mod kempen dengan sekatan pada sumber kecairan. Adakah anda ingin keluar daripada mod ini dan menggunakan semua sumber kecairan yang tersedia?","The request ID is necessary to display the swap details.":"ID permintaan diperlukan untuk memaparkan butiran swap.","Connect Wallets":"Sambungkan Dompet","Choose a wallet to connect.":"Pilih dompet untuk disambungkan.","This week":"minggu ini","This month":"bulan ini","This year":"tahun ini","Slippage must be greater than or equal to 0.01":"Gelinciran mestilah lebih besar daripada atau sama dengan 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Urus niaga anda berisiko berada di hadapan kerana toleransi gelinciran yang tinggi.","Required: >= {min} {symbol}":["Diperlukan: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Diperlukan: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Diperlukan: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Diperlukan: < ",["max"]," ",["symbol"]]," for network fee":" untuk bayaran rangkaian"," for swap":" untuk pertukaran"," for input and network fee":" untuk input dan bayaran rangkaian","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Memerlukan \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", tetapi anda mempunyai ",["currentAmount"]," ",["symbol"]," dalam dompet ",["blockchain"]," anda."],"Waiting for other running tasks to be finished":"Menunggu tugasan lain yang sedang dijalankan selesai","Waiting for changing wallet network":"Menunggu untuk menukar rangkaian dompet","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Suis rangkaian tidak dapat diselesaikan. Sila cuba lagi atau tukar rangkaian secara manual dalam dompet anda.","Sunday":"Ahad","Monday":"Isnin","Tuesday":"Selasa","Wednesday":"Rabu","Thursday":"Khamis","Friday":"Jumaat","Saturday":"Sabtu","Powered By":"Dikuasakan Oleh","This token may involve potential security risks; proceed with caution.":"Token ini mungkin melibatkan potensi risiko keselamatan; teruskan dengan berhati-hati.","Aggregated Transaction":"Transaksi Agregat","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Tukar pada ",["fromChain"]," melalui ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Jambatan dari ",["fromChain"]," melalui ",["swapper"]],"Bridge to {toChain} via {swapper}":["Jambatan ke ",["toChain"]," melalui ",["swapper"]],"Completed":"Selesai","In progress":"Sedang berlangsung","Waiting for the swap transaction":"Menunggu transaksi swap","Waiting for the bridge transaction":"Menunggu transaksi jambatan","Connected Partially":"Disambung Separa","Connect other chains":"Sambungkan rantai lain","Connecting ...":"Menyambung...","Connecting":"Menyambung","Disconnected":"Terputus sambungan","you need to pass a correct state to Wallet.":"anda perlu menghantar keadaan yang betul kepada Wallet.","There are no notifications.":"Tiada pemberitahuan.","Clear all":"Kosongkan semua","Balance":"Baki","Max":"Maks","Select gas chain":"Pilih rantai gas"}`);var fi=JSON.parse(`{"No results found":"Geen resultaten gevonden","Try using different keywords":"Probeer andere trefwoorden te gebruiken","Select Chain":"Selecteer Ketting","All":"Allemaal","More +{count}":["Meer +",["count"]],"Activate this tab":"Dit tabblad activeren","Another tab is open and handles transactions.":"Een ander tabblad is open en behandelt transacties.","Activate current tab":"Actief tabblad","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Op dit moment worden sommige transacties uitgevoerd en behandeld door een ander browsertabblad. Als u dit tabblad activeert, zullen alle transacties die al in de transactie tekenen staan verlopen.","Confirm":"Bevestigen","Your {blockchainName} wallets":["Uw ",["blockchainName"]," portemonnees"],"Insufficient account balance":"Onvoldoende saldo","Proceed anyway":"Toch doorgaan","You need to connect a {blockchainName} wallet.":["Je moet een ",["blockchainName"]," portemonnee verbinden."],"Add {chain} chain":["Voeg ",["chain"]," keten toe"],"Chain not connected":"Ketting niet aangesloten","Show more wallets":"Toon meer portefeuilles","Send to a different address":"Stuur naar een ander adres","Enter {blockchainName} address":["Voer ",["blockchainName"]," adres in"],"Address {destination} doesn't match the blockchain address pattern.":["Adres ",["destination"]," komt niet overeen met het blockchainadrespatroon."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Dit token staat niet op onze lijst met geverifieerde tokens. Controleer de bron en zorg ervoor dat u alle bijbehorende risico's begrijpt voordat u verdergaat.","Import Anyway":"Importeer toch","Learn More":"Meer informatie","Status":"status","Reset":"Reset","Cancel":"annuleren","Refresh":"Vernieuwen","Notifications":"Notificaties","Settings":"Instellingen","History":"Geschiedenis","Connect Wallet":"Verbind Portemonnee","Today":"vandaag","Failed Network, Please retry.":"Mislukt netwerk, probeer het opnieuw.","Retry":"Opnieuw","Add another custom token":"Nog een aangepast token toevoegen","Swaps steps":"Swaps stappen","Connected":"Verbonden","Connection failed":"Verbinding mislukt","See why":"Zie waarom","(Currently not supported)":"(Momenteel niet ondersteund)","Slippage Error":"Slippage Fout","Slippage Warning":"Slippage Waarschuwing","Bridge Limit Error":"Brug limiet fout","Yours: {amount} {symbol}":["Jours: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimale voorgestelde slippage: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Jouw: ",["userSlippage"]],"See All Routes":"Alle routes bekijken","View more info":"Bekijk meer informatie","Gas & Fee Explanation":"Gas & Fee Uitleg","Details":"Beschrijving","Total Payable Fee":"Totale te betalen vergoeding","Hide non-payable fees":"Verberg onbetaalbare vergoedingen","Show non-payable fees":"Toon onbetaalbare kosten","Description":"Beschrijving","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"De volgende kosten worden in rekening gebracht in de transactieuitvoer en\\n je hoeft er geen extra gas voor te betalen.","Swap input":"Swap input","Estimated output":"Geschatte uitvoer","Via:":"Via:","Chains:":"Kettingen:","Sort by":"Sorteren op","Smart Routing":"Slimme routering","Lowest Fee":"Laagste kosten","Fastest Transfer":"Snelste overdracht","Maximum Return":"Maximale retour","Maximum Output":"Maximale uitvoer","Swapping":"Swapping","Gas cost":"Gas kosten","Receiving":"Ontvangen","Price impact":"Prijs impact","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Je moet slippage verhogen naar tenminste ",["minRequiredSlippage"]," voor deze route."],"Increase":"Toename","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Uitvoerbedrag gewijzigd met ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["We raden je aan om slippage ten minste ",["minRequiredSlippage"]," voor deze route te verhogen."],"Caution, your slippage is high.":"Let op, je slippage is hoog.","Change":"Veranderen","High slippage":"Hoge slippage","Low slippage":"Lage slippage","Caution, your slippage is high. Your trade may be front run.":"Let op, uw slippage is hoog. Uw transactie kan een frontrun zijn.","Swap anyway":"Wissel toch","Change Slippage":"Wijziging Slippage","Something went wrong":"Er ging iets mis","Something went wrong. Please refresh the app.":"Er is iets fout gegaan. Vernieuw de app.","No Routes Found":"Geen routes gevonden","You cannot use the same token for From and To.":"U kunt niet hetzelfde token gebruiken voor Van en Aan.","Slippage tolerance per swap":"Slippage tolerantie per swap","Custom":"Aangepaste","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Uw transactie zal worden teruggedraaid als de prijs onvoordelig verandert met meer dan dit percentage.","Warning":"Waarschuwing","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Deze instelling wordt toegepast op elke stap (bijvoorbeeld 1Inch, Thorchain, etc.), wat betekent dat alleen de specifieke stap wordt teruggedraaid, niet de hele route.","Slippage cannot be set lower than 0.01%.":"Slippage kan niet lager worden ingesteld dan 0,01%.","Caution, your slippage is high!":"Let op, uw slippage is groot!","Request ID":"ID aanvragen","Copied To Clipboard":"Gekopieerd naar klembord","Copy Request ID":"Aanvraag-ID kopi\xEBren","View on Rango Explorer":"Bekijk op Rango Explorer","Finished at":"Afgerond op","Created at":"Aangemaakt op","Swap Details":"Details omwisselen","Not found":"Niet gevonden","Swap with request ID = {requestId} not found.":["Wissel met verzoek-ID = ",["requestId"]," niet gevonden."],"Change Network":"Netwerk wijzigen","Network Changed":"Netwerk gewijzigd","Network Switch Failed":"Netwerkswitch mislukt","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Je hebt ",["amount"]," ",["token"]," ontvangen in de ",["conciseAddress"]," portemonnee in ",["chain"]," keten."],"Transaction was not sent.":"Transactie is niet verzonden.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," op ",["blockchain"]," blijft in jouw portemonnee."],"Delete":"Verwijderen","Try again":"Opnieuw proberen","View transaction":"Transactie weergeven","Connect":"Verbinden","Swap Successful":"Wissel succesvol","Transaction Failed":"Transactie mislukt","Done":"Voltooid","Diagnosis":"Diagnose","See Details":"Details bekijken","Cancel Swap":"Verwissel annuleren","Are you sure you want to cancel this swap?":"Weet u zeker dat u deze swap wilt annuleren?","Yes, Cancel it":"Ja, annuleren","No, Continue":"Nee, ga verder","Connect {wallet}":["Verbinden ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"De verbinding met je wallet of sommige netwerken is verbroken. Maak verbinding om de swap voort te zetten.","Wallet connected successfully.":"Portemonnee succesvol verbonden.","Delete Transaction":"Verwijder transactie","Are you sure you want to delete this swap?":"Weet u zeker dat u deze swap wilt verwijderen?","Yes, Delete it":"Ja, verwijder het","No, Cancel":"Nee, annuleer","Install {wallet}":["Installeer ",["wallet"]],"Install":"Installeren","Try Again":"Probeer het opnieuw","Slippage:":"Uitglijden:","Select Token":"Selecteer Token","Wallet Connected":"Portemonnee verbonden","Your wallet is connected, you can use it to swap.":"Uw portemonnee is verbonden, u kunt deze omwisselen.","Failed to Connect":"Verbinden mislukt","Your wallet is not connected. Please try again.":"Uw portemonnee is niet verbonden. Probeer het opnieuw.","Connecting to your wallet":"Verbinding maken met uw portemonnee","Click connect in your wallet popup.":"Klik op verbinden met uw portemonnee popup.","Select Derivation Path":"Selecteer Afgeleidespad","In order to connect to {type}, you must first select a Derivation Path":["Om verbinding te maken met ",["type"],"moet u eerst een afleidingspad selecteren"],"Choose Derivation Path Template":"Kies Derivatie Pad sjabloon","Enter Path":"Pad invoeren","Enter Index":"Index invoeren","This wallet can only connect to one chain at a time.":"Deze wallet kan slechts met \xE9\xE9n keten tegelijk verbinding maken.","Disconnect wallet":"Portemonnee loskoppelen","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Deze wallet ondersteunt meerdere ketens. Kies welke ketens je wilt verbinden of verbreken.","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," Ketting toevoegen"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Wilt u de ",["blockchainDisplayName"]," experimentele keten aan uw portemonnee toevoegen?"],"Please approve the experimental chain pop-up in your wallet.":"Gelieve de experimentele keten pop-up in uw portemonnee goed te keuren.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Ketting toegevoegd"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["De ",["blockchainDisplayName"]," keten is met succes aan uw portemonnee toegevoegd."],"Request Rejected":"Verzoek afgewezen","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Je hebt geweigerd om ",["blockchainDisplayName"]," -keten toe te voegen aan je portemonnee."],"Disconnect":"Verbreek","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Deze wallet ondersteunt meerdere ketens. Kies welke ketens je wilt verbinden.","This wallet can only connect to one chain at a time. ":"Deze wallet kan slechts met \xE9\xE9n keten tegelijk verbinding maken. ","Deselect all":"Deselecteer alles","Select all":"Alles selecteren","Failed Network, Please retry your swap.":"Mislukt netwerk. Probeer het opnieuw.","Please reset your liquidity sources.":"Gelieve uw liquiditeitsbronnen te resetten.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"U hebt de liquiditeitsbronnen beperkt en dit kan ertoe leiden dat Rango geen routes vindt. Overweeg om uw liquiditeitsbronnen opnieuw in te stellen.","No Routes Found.":"Geen routes gevonden.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Redenen waarom Rango geen route kon vinden: lage liquiditeit op token, zeer lage invoerhoeveelheid of geen routes beschikbaar voor de geselecteerde combinatie van invoer/output token.","Bridge Limit Error: Please increase your amount.":"Bridge Limiet Fout: Verhoog uw bedrag.","Bridge Limit Error: Please decrease your amount.":"Bridge Limiet Fout: Verminder je bedrag.","High Price Impact":"Hoge prijs impact","Price impact is too high!":"De prijsimpact is te hoog!","The price impact is significantly higher than the allowed amount.":"Het prijseffect is beduidend hoger dan het toegestane bedrag.","Confirm high price impact":"hoge prijsimpact bevestigen","Route updated and price impact is too high, try again later!":"Route bijgewerkt en prijseffect is te hoog, probeer het later opnieuw!","USD Price Unknown":"USD prijs onbekend","USD Price Unknown, Cannot calculate Price Impact.":"USD prijs onbekend, kan de Impact niet berekenen.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD prijs onbekend, kan de Impact niet berekenen. Mogelijk is de prijs hoger dan normaal. Weet u zeker dat u door wilt gaan met de Swap?","Confirm USD Price Unknown":"Onbekende USD prijs bevestigen","Swap":"Wisselen","The route goes through Ethereum. Continue?":"De route loopt door Ethereum. Doorgaan?","Routes":"Routes","From":"van","To":"tot","Light":"Licht","Dark":"Donker","Auto":"Automatisch","Loading failed":"Laden mislukt","Bridges":"Bruggen","Exchanges":"Uitwisselingen","Custom Tokens":"Aangepaste Tokens","Language":"Taal","Infinite approval":"Oneindige goedkeuring","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Het inschakelen van de 'Oneindige goedkeuring' modus verleent onbeperkte toegang tot onderliggende slimme contracten, waardoor ze het goedgekeurde token bedrag zonder beperkingen kunnen gebruiken.","Theme":"Thema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"Het opgegeven adres is dubbel, voer een nieuw adres in.","Token Already Exists":"Token bestaat al","There's no need to add this token again because it already exists and is supported by us.":"Het is niet nodig om dit token opnieuw toe te voegen omdat het al bestaat en door ons wordt ondersteund.","Token Not Found":"Token niet gevonden","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Sorry, er is geen token gevonden op ",["blockchain"]," keten met het opgegeven adres. Zorg ervoor dat u het juiste token adres hebt ingevoerd."],"Network error":"Netwerkfout","An error occurred while retrieving token data.":"Er is een fout opgetreden bij het ophalen van de tokengegevens.","Add Custom Token":"Aangepaste Token toevoegen","Select chain":"Selecteer keten","Enter Address":"Voer adres in","Enter token address":"Voer token adres in","Import":"Importeren","Confirm Swap":"Bevestig verwisselen","Start Swap":"Start omwisselen","You get":"Je krijgt","Search Token":"Zoek Token","No custom tokens":"Geen aangepaste tokens","press the button to add your custom token":"druk op de knop om je eigen token toe te voegen","Delete Custom Token":"Aangepaste token verwijderen","Are you sure you want to Delete this Token?":"Weet u zeker dat u deze token wilt verwijderen?","Complete":"Complete","Running":"Lopend","Failed":"Mislukt","Refuel":"Bijtanken","Clear":"Verwijderen","Search Transaction":"Zoek transactie","No transactions":"Geen transacties","Your transaction history is stored locally and will appear here after you start a swap":"Uw transactiegeschiedenis is lokaal opgeslagen en zal hier verschijnen nadat u een swap heeft gestart","Clear Transaction History":"Wis transactiegeschiedenis","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Doorgaan zal alle succesvolle en mislukte transacties van de widget verwijderen. Wilt u doorgaan?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Opmerking: Dit wist uw transactiegeschiedenis op de keten niet; het verwijdert ze alleen hier.","Yes, Clear the history":"Ja, de geschiedenis wissen","language":"Taal","Search {sourceType}":["Zoek ",["sourceType"]],"Search Chain":"Zoek ketting","Source":"Bron","Destination":"Doelstelling","Swap {type}":["Wissel ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Momenteel bent u in campagnemodus met beperkingen op liquiditeitsbronnen. Wilt u uit deze modus schakelen en gebruik maken van alle beschikbare liquiditeitsbronnen?","The request ID is necessary to display the swap details.":"Het verzoek-ID is nodig om de swap-gegevens weer te geven.","Connect Wallets":"Verbind Portemonnees","Choose a wallet to connect.":"Kies een portemonnee om te verbinden.","This week":"Deze week","This month":"Deze maand","This year":"Dit jaar","Slippage must be greater than or equal to 0.01":"Slippage moet groter of gelijk zijn aan 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Het risico bestaat dat uw transactie voorloopt op de concurrentie vanwege de hoge slippagetolerantie.","Required: >= {min} {symbol}":["Vereist: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Vereist: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Vereist: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Vereist: < ",["max"]," ",["symbol"]]," for network fee":" voor netwerkheffing"," for swap":" voor swap"," for input and network fee":" voor invoer en netwerk vergoeding","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Moet ",["requiredAmount"]," ",["symbol"],["reason"],", maar je hebt ",["currentAmount"]," ",["symbol"]," in je ",["blockchain"]," portemonnee nodig."],"Waiting for other running tasks to be finished":"Wachten tot andere lopende taken zijn voltooid","Waiting for changing wallet network":"Wachten op het wijzigen van wallet netwerk","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"De netwerkswitch kon niet worden voltooid. Probeer het opnieuw of schakel handmatig over naar een ander netwerk in uw wallet.","Sunday":"zondag","Monday":"maandag","Tuesday":"dinsdag","Wednesday":"woensdag","Thursday":"donderdag","Friday":"vrijdag","Saturday":"zaterdag","Powered By":"Mogelijk gemaakt door","This token may involve potential security risks; proceed with caution.":"Dit token kan mogelijke veiligheidsrisico's met zich meebrengen. Wees daarom voorzichtig.","Aggregated Transaction":"Geaggregeerde transactie","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Wissel op ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Brug van ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Brug naar ",["toChain"]," via ",["swapper"]],"Completed":"Voltooid","In progress":"In behandeling","Waiting for the swap transaction":"Wachten op de swaptransactie","Waiting for the bridge transaction":"Wachten op de brugtransactie","Connected Partially":"Gedeeltelijk verbonden","Connect other chains":"Andere ketens verbinden","Connecting ...":"Verbinden ...","Connecting":"Verbinden","Disconnected":"Losgekoppeld","you need to pass a correct state to Wallet.":"u moet een juiste status doorgeven aan Wallet.","There are no notifications.":"Er zijn geen meldingen.","Clear all":"Alles wissen","Balance":"Saldo","Max":"Max.","Select gas chain":"Selecteer gasketting"}`);var wi=JSON.parse(`{"No results found":"Nie znaleziono wynik\xF3w","Try using different keywords":"Spr\xF3buj u\u017Cy\u0107 r\xF3\u017Cnych s\u0142\xF3w kluczowych","Select Chain":"Wybierz \u0142a\u0144cuch","All":"Wszystkie","More +{count}":["Wi\u0119cej +",["count"]],"Activate this tab":"Aktywuj t\u0119 kart\u0119","Another tab is open and handles transactions.":"Inna karta jest otwarta i obs\u0142uguje transakcje.","Activate current tab":"Aktywuj bie\u017C\u0105c\u0105 kart\u0119","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Obecnie niekt\xF3re transakcje s\u0105 uruchomione i s\u0105 obs\u0142ugiwane przez inn\u0105 kart\u0119 przegl\u0105darki. Je\u015Bli aktywujesz t\u0119 kart\u0119, wszystkie transakcje, kt\xF3re s\u0105 ju\u017C w kroku podpisu transakcji, wygasn\u0105.","Confirm":"Potwierd\u017A","Your {blockchainName} wallets":["Twoje portfele ",["blockchainName"]],"Insufficient account balance":"Niewystarczaj\u0105ce saldo konta","Proceed anyway":"Kontynuuj mimo to","You need to connect a {blockchainName} wallet.":["Musisz po\u0142\u0105czy\u0107 portfel ",["blockchainName"],"."],"Add {chain} chain":["Dodaj \u0142a\u0144cuch ",["chain"]],"Chain not connected":"\u0141a\u0144cuch nie jest pod\u0142\u0105czony","Show more wallets":"Poka\u017C wi\u0119cej portfeli","Send to a different address":"Wy\u015Blij na inny adres","Enter {blockchainName} address":["Wprowad\u017A adres ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["Adres ",["destination"]," nie pasuje do wzoru adresu blockchain."],"via":"przez","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Ten token nie znajduje si\u0119 na naszej li\u015Bcie zweryfikowanych token\xF3w. Przed kontynuowaniem sprawd\u017A jego \u017Ar\xF3d\u0142o i upewnij si\u0119, \u017Ce rozumiesz wszystkie zwi\u0105zane z nim ryzyka.","Import Anyway":"Importuj mimo wszystko","Learn More":"Dowiedz si\u0119 wi\u0119cej","Status":"Status","Reset":"Reset","Cancel":"Anuluj","Refresh":"Od\u015Bwie\u017C","Notifications":"Powiadomienia","Settings":"Ustawienia","History":"Historia","Connect Wallet":"Po\u0142\u0105cz portfel","Today":"Dzi\u015B","Failed Network, Please retry.":"Nieudana sie\u0107, spr\xF3buj ponownie.","Retry":"Pon\xF3w pr\xF3b\u0119","Add another custom token":"Dodaj kolejny niestandardowy token","Swaps steps":"Etapy swap\xF3w","Connected":"Po\u0142\u0105czono","Connection failed":"Po\u0142\u0105czenie nieudane","See why":"Zobacz dlaczego","(Currently not supported)":"(Obecnie nieobs\u0142ugiwane)","Slippage Error":"B\u0142\u0105d po\u015Blizgu","Slippage Warning":"Ostrze\u017Cenie po\u015Blizgu","Bridge Limit Error":"B\u0142\u0105d limitu mostu","Yours: {amount} {symbol}":["Nasz: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minimalny sugerowany po\u015Blizg: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Yours: ",["userSlippage"]],"See All Routes":"Zobacz wszystkie trasy","View more info":"Zobacz wi\u0119cej informacji","Gas & Fee Explanation":"Wyja\u015Bnienie dotycz\u0105ce gazu i op\u0142at","Details":"Szczeg\xF3\u0142y","Total Payable Fee":"Ca\u0142kowita nale\u017Cna op\u0142ata","Hide non-payable fees":"Ukryj op\u0142aty niep\u0142atne","Show non-payable fees":"Poka\u017C op\u0142aty bezp\u0142atne","Description":"Opis","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Nast\u0119puj\u0105ce op\u0142aty s\u0105 brane pod uwag\u0119 w wyj\u015Bciu transakcji i\\n nie musisz za nie p\u0142aci\u0107 dodatkowego gazu.","Swap input":"Swap input","Estimated output":"Szacowane wyj\u015Bcie","Via:":"Przelotka:","Chains:":"\u0141a\u0144cuchy","Sort by":"Sortuj wed\u0142ug","Smart Routing":"Inteligentne Trasowanie","Lowest Fee":"Najni\u017Csza op\u0142ata","Fastest Transfer":"Najszybszy transfer","Maximum Return":"Maksymalny zwrot","Maximum Output":"Maksymalna warto\u015B\u0107 wyj\u015Bciowa","Swapping":"Swapping","Gas cost":"Koszt gazu","Receiving":"Odbieranie","Price impact":"Wp\u0142yw cen","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Musisz zwi\u0119kszy\u0107 po\u015Blizg do co najmniej ",["minRequiredSlippage"]," dla tej trasy."],"Increase":"Zwi\u0119kszy\u0107","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Warto\u015B\u0107 wyj\u015Bciowa zosta\u0142a zmieniona o ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Zalecamy zwi\u0119kszenie po\u015Blizgu do co najmniej ",["minRequiredSlippage"]," dla tej trasy."],"Caution, your slippage is high.":"Zachowaj ostro\u017Cno\u015B\u0107, tw\xF3j po\u015Blizg jest wysoki.","Change":"Zmiana","High slippage":"Wysoki po\u015Blizg","Low slippage":"Niski po\u015Blizg","Caution, your slippage is high. Your trade may be front run.":"Uwaga, tw\xF3j po\u015Blizg jest wysoki. Twoja transakcja mo\u017Ce by\u0107 front run.","Swap anyway":"Zamie\u0144 mimo to","Change Slippage":"Zmiana po\u015Blizgu","Something went wrong":"Co\u015B posz\u0142o nie tak","Something went wrong. Please refresh the app.":"Co\u015B posz\u0142o nie tak. Prosz\u0119 od\u015Bwie\u017Cy\u0107 aplikacj\u0119.","No Routes Found":"Nie znaleziono tras","You cannot use the same token for From and To.":"Nie mo\u017Cna u\u017Cy\u0107 tego samego tokena w polach Od i Do.","Slippage tolerance per swap":"Tolerancja po\u015Blizgu na swap","Custom":"W\u0142asny","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Twoja transakcja zostanie przywr\xF3cona, je\u015Bli cena zmieni si\u0119 niekorzystnie o wi\u0119cej ni\u017C ten procent.","Warning":"Ostrze\u017Cenie","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"To ustawienie jest stosowane na ka\u017Cdym etapie (np. 1Inch, Thorchain itp.), co oznacza, \u017Ce konkretny krok zostanie odwr\xF3cony, a nie na ca\u0142ej drodze.","Slippage cannot be set lower than 0.01%.":"Po\u015Blizg nie mo\u017Ce by\u0107 mniejszy ni\u017C 0,01%.","Caution, your slippage is high!":"Uwaga, masz du\u017Ce ryzyko po\u015Blizgu!","Request ID":"\u017B\u0105danie ID","Copied To Clipboard":"Skopiowano do schowka","Copy Request ID":"Kopiuj ID \u017C\u0105dania","View on Rango Explorer":"Zobacz w Eksploratorze Rango","Finished at":"Zako\u0144czono o","Created at":"Utworzono w","Swap Details":"Zamie\u0144 szczeg\xF3\u0142y","Not found":"Nie znaleziono","Swap with request ID = {requestId} not found.":["Zamie\u0144 z ID \u017C\u0105dania = ",["requestId"]," nie znaleziono."],"Change Network":"Zmie\u0144 sie\u0107","Network Changed":"Sie\u0107 zmieniona","Network Switch Failed":"Prze\u0142\u0105cznik sieciowy uszkodzony","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Otrzyma\u0142e\u015B ",["amount"]," ",["token"]," w portfelu ",["conciseAddress"]," w \u0142a\u0144cuchu ",["chain"],"."],"Transaction was not sent.":"Transakcja nie zosta\u0142a wys\u0142ana.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," na ",["blockchain"]," pozostaje w Twoim portfelu."],"Delete":"Usu\u0144","Try again":"Spr\xF3buj ponownie","View transaction":"Zobacz transakcj\u0119","Connect":"Po\u0142\u0105cz","Swap Successful":"Zamiana zako\u0144czona","Transaction Failed":"Transakcja nie powiod\u0142a si\u0119","Done":"Gotowe","Diagnosis":"Diagnoza","See Details":"Zobacz szczeg\xF3\u0142y","Cancel Swap":"Anuluj zamian\u0119","Are you sure you want to cancel this swap?":"Czy na pewno chcesz anulowa\u0107 t\u0119 swap?","Yes, Cancel it":"Tak, anuluj","No, Continue":"Nie, Kontynuuj","Connect {wallet}":["Po\u0142\u0105cz ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Po\u0142\u0105czenie z Twoim portfelem lub niekt\xF3rymi sieciami zosta\u0142o przerwane. Po\u0142\u0105cz si\u0119, aby kontynuowa\u0107 wymian\u0119.","Wallet connected successfully.":"Portfel zosta\u0142 pomy\u015Blnie pod\u0142\u0105czony.","Delete Transaction":"Usu\u0144 transakcj\u0119","Are you sure you want to delete this swap?":"Czy na pewno chcesz usun\u0105\u0107 t\u0119 swap?","Yes, Delete it":"Tak, usu\u0144","No, Cancel":"Nie, Anuluj","Install {wallet}":["Zainstaluj ",["wallet"]],"Install":"Zainstaluj","Try Again":"Spr\xF3buj ponownie","Slippage:":"Po\u015Blizg:","Select Token":"Wybierz token","Wallet Connected":"Portfel po\u0142\u0105czony","Your wallet is connected, you can use it to swap.":"Tw\xF3j portfel jest po\u0142\u0105czony, mo\u017Cesz go u\u017Cy\u0107 do zamiany.","Failed to Connect":"Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107","Your wallet is not connected. Please try again.":"Tw\xF3j portfel nie jest po\u0142\u0105czony. Spr\xF3buj ponownie.","Connecting to your wallet":"\u0141\u0105czenie z portfelem","Click connect in your wallet popup.":"Kliknij po\u0142\u0105czenie w wyskakuj\u0105cym oknie portfela.","Select Derivation Path":"Wybierz \u015Acie\u017Ck\u0119 Pochodn\u0105","In order to connect to {type}, you must first select a Derivation Path":["Aby po\u0142\u0105czy\u0107 si\u0119 z ",["type"],"musisz najpierw wybra\u0107 \u015Acie\u017Ck\u0119 Pochodn\u0105"],"Choose Derivation Path Template":"Wybierz szablon \u015Bcie\u017Cki pochodnej","Enter Path":"Wprowad\u017A \u015Bcie\u017Ck\u0119","Enter Index":"Wprowad\u017A indeks","This wallet can only connect to one chain at a time.":"Ten portfel mo\u017Ce by\u0107 pod\u0142\u0105czony tylko do jednego \u0142a\u0144cucha na raz.","Disconnect wallet":"Od\u0142\u0105cz portfel","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Ten portfel obs\u0142uguje wiele \u0142a\u0144cuch\xF3w. Wybierz \u0142a\u0144cuchy, kt\xF3re chcesz po\u0142\u0105czy\u0107 lub roz\u0142\u0105czy\u0107.","Add {blockchainDisplayName} Chain":["Dodaj \u0142a\u0144cuch ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Czy chcesz doda\u0107 eksperymentalny \u0142a\u0144cuch ",["blockchainDisplayName"]," do swojego portfela?"],"Please approve the experimental chain pop-up in your wallet.":"Prosz\u0119 zatwierdzi\u0107 eksperymentalne wyskakuj\u0105ce okienko \u0142a\u0144cucha w portfelu.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0141a\u0144cuch dodany"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u0141a\u0144cuch ",["blockchainDisplayName"]," zosta\u0142 pomy\u015Blnie dodany do Twojego portfela."],"Request Rejected":"\u017B\u0105danie odrzucone","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Odrzuci\u0142e\u015B dodanie \u0142a\u0144cucha ",["blockchainDisplayName"]," do swojego portfela."],"Disconnect":"Roz\u0142\u0105cz","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Ten portfel obs\u0142uguje wiele \u0142a\u0144cuch\xF3w. Wybierz \u0142a\u0144cuchy, kt\xF3re chcesz po\u0142\u0105czy\u0107.","This wallet can only connect to one chain at a time. ":"Ten portfel mo\u017Ce by\u0107 pod\u0142\u0105czony tylko do jednego \u0142a\u0144cucha na raz. ","Deselect all":"Odznacz wszystkie","Select all":"Zaznacz wszystkie","Failed Network, Please retry your swap.":"Nieudana sie\u0107, pon\xF3w pr\xF3b\u0119 wymiany.","Please reset your liquidity sources.":"Prosz\u0119 zresetowa\u0107 \u017Ar\xF3d\u0142a p\u0142ynno\u015Bci.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Ograniczy\u0142e\u015B \u017Ar\xF3d\u0142a p\u0142ynno\u015Bci, co mo\u017Ce skutkowa\u0107 znalezieniem przez Rango \u017Cadnych tras. Rozwa\u017C zresetowanie \u017Ar\xF3de\u0142 p\u0142ynno\u015Bci.","No Routes Found.":"Nie znaleziono trasy.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Powody, dla kt\xF3rych Rango nie m\xF3g\u0142 znale\u017A\u0107 trasy: niska p\u0142ynno\u015B\u0107 w tokenu, bardzo niska ilo\u015B\u0107 wej\u015Bciowa lub brak dost\u0119pnych tras dla wybranej kombinacji tokenu wej\u015Bciowego/wyj\u015Bciowego.","Bridge Limit Error: Please increase your amount.":"B\u0142\u0105d limitu mostka: Prosz\u0119 zwi\u0119kszy\u0107 swoj\u0105 kwot\u0119.","Bridge Limit Error: Please decrease your amount.":"B\u0142\u0105d limitu mostka: Prosz\u0119 zmniejszy\u0107 swoj\u0105 kwot\u0119.","High Price Impact":"Wp\u0142yw Wysokiej Ceny","Price impact is too high!":"Wp\u0142yw ceny jest zbyt wysoki!","The price impact is significantly higher than the allowed amount.":"Wp\u0142yw na cen\u0119 jest znacznie wy\u017Cszy ni\u017C dozwolona kwota.","Confirm high price impact":"Potwierd\u017A wysoki wp\u0142yw cen","Route updated and price impact is too high, try again later!":"Zaktualizowano tras\u0119 i wp\u0142yw ceny jest zbyt wysoki, spr\xF3buj ponownie p\xF3\u017Aniej!","USD Price Unknown":"Cena USD nieznana","USD Price Unknown, Cannot calculate Price Impact.":"Cena USD Nieznana, nie mo\u017Cna obliczy\u0107 wp\u0142ywu na cen\u0119.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Cena USD Nieznana, nie mo\u017Cna obliczy\u0107 wp\u0142ywu na cen\u0119. Wp\u0142yw ceny mo\u017Ce by\u0107 wy\u017Cszy ni\u017C zwykle. Czy na pewno chcesz kontynuowa\u0107 transakcj\u0119?","Confirm USD Price Unknown":"Potwierd\u017A cen\u0119 USD nieznan\u0105","Swap":"Zamie\u0144","The route goes through Ethereum. Continue?":"Trasa przebiega przez Ethereum. Kontynuowa\u0107?","Routes":"Trasy","From":"Od","To":"Do","Light":"\u015Awiat\u0142o","Dark":"Ciemny","Auto":"Auto","Loading failed":"\u0141adowanie nie powiod\u0142o si\u0119","Bridges":"Mosty","Exchanges":"Wymiana","Custom Tokens":"Niestandardowe tokeny","Language":"J\u0119zyk","Infinite approval":"Niesko\u0144czone zatwierdzenie","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"W\u0142\u0105czenie trybu 'Niesko\u0144czone zatwierdzenie' zapewnia nieograniczony dost\u0119p do podstawowych inteligentnych um\xF3w, umo\u017Cliwiaj\u0105c im wykorzystanie zatwierdzonej ilo\u015Bci token\xF3w bez ogranicze\u0144.","Theme":"Motyw","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"Podany adres jest zduplikowany, wprowad\u017A nowy adres.","Token Already Exists":"Token ju\u017C istnieje","There's no need to add this token again because it already exists and is supported by us.":"Nie ma potrzeby dodawania tego tokenu ponownie, poniewa\u017C ju\u017C istnieje i jest obs\u0142ugiwany przez nas.","Token Not Found":"Token nie znaleziony","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Przepraszamy, nie znaleziono tokenu w \u0142a\u0144cuchu ",["blockchain"]," z podanym adrem. Upewnij si\u0119, \u017Ce wprowadzi\u0142e\u015B odpowiedni adres tokena."],"Network error":"B\u0142\u0105d sieciowy","An error occurred while retrieving token data.":"Wyst\u0105pi\u0142 b\u0142\u0105d podczas pobierania danych tokena.","Add Custom Token":"Dodaj w\u0142asny token","Select chain":"Wybierz \u0142a\u0144cuch","Enter Address":"Wprowad\u017A adres","Enter token address":"Wprowad\u017A adres tokenu","Import":"Importuj","Confirm Swap":"Potwierd\u017A wymian\u0119","Start Swap":"Rozpocznij wymian\u0119","You get":"Otrzymujesz","Search Token":"Token wyszukiwania","No custom tokens":"Brak niestandardowych token\xF3w","press the button to add your custom token":"naci\u015Bnij przycisk, aby doda\u0107 w\u0142asny token","Delete Custom Token":"Usu\u0144 w\u0142asny token","Are you sure you want to Delete this Token?":"Czy na pewno chcesz usun\u0105\u0107 ten token?","Complete":"Complete","Running":"Uruchamianie","Failed":"Niepowodzenie","Refuel":"Zatankowa\u0107","Clear":"Wyczy\u015B\u0107","Search Transaction":"Szukaj transakcji","No transactions":"Brak transakcji","Your transaction history is stored locally and will appear here after you start a swap":"Twoja historia transakcji jest przechowywana lokalnie i pojawi si\u0119 tutaj po rozpocz\u0119ciu swapu","Clear Transaction History":"Wyczy\u015B\u0107 histori\u0119 transakcji","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Kontynuacja spowoduje usuni\u0119cie wszystkich udanych i nieudanych transakcji z wid\u017Cetu. Czy chcesz kontynuowa\u0107?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Uwaga: To nie usuwa Twojej historii transakcji z \u0142a\u0144cucha; usuwa j\u0105 tylko tutaj.","Yes, Clear the history":"Tak, wyczy\u015B\u0107 histori\u0119","language":"j\u0119zyk","Search {sourceType}":["Szukaj ",["sourceType"]],"Search Chain":"Wyszukaj \u0142a\u0144cuch","Source":"\u0179r\xF3d\u0142o","Destination":"Miejsce przeznaczenia","Swap {type}":["Zamie\u0144 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Obecnie jeste\u015B w trybie kampanii z ograniczeniami dotycz\u0105cymi \u017Ar\xF3de\u0142 p\u0142ynno\u015Bci. Czy chcesz wy\u0142\u0105czy\u0107 ten tryb i wykorzysta\u0107 wszystkie dost\u0119pne \u017Ar\xF3d\u0142a p\u0142ynno\u015Bci?","The request ID is necessary to display the swap details.":"Identyfikator \u017C\u0105dania jest niezb\u0119dny do wy\u015Bwietlania szczeg\xF3\u0142\xF3w swapu.","Connect Wallets":"Po\u0142\u0105cz portfele","Choose a wallet to connect.":"Wybierz portfel do po\u0142\u0105czenia.","This week":"W tym tygodniu","This month":"W tym miesi\u0105cu","This year":"W tym roku","Slippage must be greater than or equal to 0.01":"Po\u015Blizg musi by\u0107 wi\u0119kszy lub r\xF3wny 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Istnieje ryzyko, \u017Ce Twoja transakcja zostanie uznana za niewykonaln\u0105 ze wzgl\u0119du na du\u017C\u0105 tolerancj\u0119 po\u015Blizgu.","Required: >= {min} {symbol}":["Wymagane: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Wymagane: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Wymagane: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Wymagane: < ",["max"]," ",["symbol"]]," for network fee":" za op\u0142at\u0119 sieciow\u0105"," for swap":" dla swapu"," for input and network fee":" dla op\u0142at wej\u015Bciowych i op\u0142at sieciowych","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Potrzebuje \u2192 ",["requiredAmount"]," ",["symbol"],["reason"],", ale masz ",["currentAmount"]," ",["symbol"]," w swoim portfelu ",["blockchain"],"."],"Waiting for other running tasks to be finished":"Oczekiwanie na zako\u0144czenie innych uruchomionych zada\u0144","Waiting for changing wallet network":"Oczekiwanie na zmian\u0119 sieci portfela","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Nie uda\u0142o si\u0119 prze\u0142\u0105czy\u0107 sieci. Spr\xF3buj ponownie lub zmie\u0144 sie\u0107 r\u0119cznie w portfelu.","Sunday":"Niedziela","Monday":"Poniedzia\u0142ek","Tuesday":"Wtorek","Wednesday":"\u015Aroda","Thursday":"Czwartek","Friday":"Pi\u0105tek","Saturday":"Sobota","Powered By":"Wspierane przez","This token may involve potential security risks; proceed with caution.":"Ten token mo\u017Ce wi\u0105za\u0107 si\u0119 z potencjalnym ryzykiem naruszenia bezpiecze\u0144stwa, nale\u017Cy wi\u0119c zachowa\u0107 ostro\u017Cno\u015B\u0107.","Aggregated Transaction":"Zbiorcza transakcja","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Zamie\u0144 na ",["fromChain"]," przez ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Most z ",["fromChain"]," przez ",["swapper"]],"Bridge to {toChain} via {swapper}":["Most do ",["toChain"]," przez ",["swapper"]],"Completed":"Zako\u0144czone","In progress":"W toku","Waiting for the swap transaction":"Oczekiwanie na transakcj\u0119 wymiany","Waiting for the bridge transaction":"Oczekiwanie na transakcj\u0119 pomostow\u0105","Connected Partially":"Po\u0142\u0105czono cz\u0119\u015Bciowo","Connect other chains":"Po\u0142\u0105cz inne \u0142a\u0144cuchy","Connecting ...":"\u0141\u0105czenie...","Connecting":"\u0141\u0105czenie","Disconnected":"Roz\u0142\u0105czony","you need to pass a correct state to Wallet.":"musisz przekaza\u0107 poprawny stan Wallet.","There are no notifications.":"Brak powiadomie\u0144.","Clear all":"Wyczy\u015B\u0107 wszystko","Balance":"Saldo","Max":"Maks.","Select gas chain":"Wybierz \u0142a\u0144cuch gazowy"}`);var bi=JSON.parse(`{"No results found":"Nenhum resultado encontrado","Try using different keywords":"Tente usar palavras-chave diferentes","Select Chain":"Selecionar Cadeia","All":"TODOS","More +{count}":["Mais +",["count"]],"Activate this tab":"Ativar esta aba","Another tab is open and handles transactions.":"Outra aba \xE9 aberta e lida com transa\xE7\xF5es.","Activate current tab":"Ativar a aba atual","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"No momento, algumas transa\xE7\xF5es est\xE3o sendo executadas e sendo tratadas por outra aba do navegador. Se voc\xEA ativar essa aba, todas as transa\xE7\xF5es que j\xE1 est\xE3o na etapa de sinal de transa\xE7\xE3o ir\xE3o expirar.","Confirm":"Confirmar","Your {blockchainName} wallets":["Suas carteiras ",["blockchainName"]],"Insufficient account balance":"Saldo de conta insuficiente","Proceed anyway":"Continuar mesmo assim","You need to connect a {blockchainName} wallet.":["Voc\xEA precisa conectar uma carteira ",["blockchainName"],"."],"Add {chain} chain":["Adiciona cadeia ",["chain"]],"Chain not connected":"Corrente n\xE3o ligada","Show more wallets":"Mostrar mais carteiras","Send to a different address":"Enviar para outro endere\xE7o","Enter {blockchainName} address":["Digite o endere\xE7o ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["O endere\xE7o ",["destination"]," n\xE3o corresponde ao padr\xE3o do endere\xE7o da blockchain."],"via":"atrav\xE9s","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Este token n\xE3o faz parte da nossa lista de tokens verificados. Verifique sua origem e certifique-se de entender todos os riscos associados antes de prosseguir.","Import Anyway":"Importar de qualquer maneira","Learn More":"Saber mais","Status":"SItua\xE7\xE3o","Reset":"Reset","Cancel":"cancelar","Refresh":"atualizar","Notifications":"notifica\xE7\xF5es","Settings":"Confirgura\xE7\xF5es","History":"Hist\xF3rico","Connect Wallet":"Conectar Carteira","Today":"hoje","Failed Network, Please retry.":"Rede falhada, por favor, tente novamente.","Retry":"Repetir","Add another custom token":"Adicionar outro token personalizado","Swaps steps":"Etapas de troca","Connected":"Conectado","Connection failed":"Falha na liga\xE7\xE3o","See why":"Veja porqu\xEA","(Currently not supported)":"(Atualmente sem suporte)","Slippage Error":"Erro Slippage","Slippage Warning":"Aviso Slippage","Bridge Limit Error":"Erro no limite da ponte","Yours: {amount} {symbol}":["Sua: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Deslizamento m\xEDnimo sugerido: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Sua: ",["userSlippage"]],"See All Routes":"Ver todas as rotas","View more info":"Ver mais informa\xE7\xF5es","Gas & Fee Explanation":"Explica\xE7\xE3o de G\xE1s e Taxa","Details":"detalhes","Total Payable Fee":"Taxa total a pagar","Hide non-payable fees":"Ocultar taxas n\xE3o-pag\xE1veis","Show non-payable fees":"Mostrar tarifas n\xE3o pag\xE1veis","Description":"Descri\xE7\xE3o:","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"As seguintes tarifas s\xE3o consideradas no resultado da transa\xE7\xE3o e\\n voc\xEA n\xE3o precisar\xE1 pagar g\xE1s extra por elas.","Swap input":"Swap input","Estimated output":"Sa\xEDda estimada","Via:":"Via:","Chains:":"Correntas:","Sort by":"Classificar por","Smart Routing":"Roteamento inteligente","Lowest Fee":"Taxa mais baixa","Fastest Transfer":"Mais R\xE1pido","Maximum Return":"Retorno M\xE1ximo","Maximum Output":"Produ\xE7\xE3o M\xE1xima","Swapping":"Swapping","Gas cost":"Custo de g\xE1s","Receiving":"Recebimento","Price impact":"Impacto nos pre\xE7os","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Voc\xEA precisa aumentar o slippage para pelo menos ",["minRequiredSlippage"]," para esta rota."],"Increase":"Aumento","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Quantidade de sa\xEDda alterada em ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Recomendamos que voc\xEA aumente o slippage para pelo menos ",["minRequiredSlippage"]," para esta rota."],"Caution, your slippage is high.":"Cuidado, seu slippage est\xE1 alto.","Change":"Troca","High slippage":"Alto slide","Low slippage":"Slippage Baixo","Caution, your slippage is high. Your trade may be front run.":"Cuidado, o seu deslizamento \xE9 alto. O seu neg\xF3cio pode ser o preferido.","Swap anyway":"Trocar mesmo assim","Change Slippage":"Mudan\xE7a de deslizamento","Something went wrong":"Algo deu errado","Something went wrong. Please refresh the app.":"Ocorreu um erro. Por favor, atualize o aplicativo.","No Routes Found":"Nenhuma rota encontrada","You cannot use the same token for From and To.":"Voc\xEA n\xE3o pode usar o mesmo token para From e To.","Slippage tolerance per swap":"Toler\xE2ncia do slippage por swap","Custom":"Personalizado","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Sua transa\xE7\xE3o ser\xE1 revertida se o pre\xE7o mudar desfavoravelmente, mais do que esta percentagem.","Warning":"ATEN\xC7\xC3O","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Essa configura\xE7\xE3o \xE9 aplicada a cada etapa (por exemplo, 1Inch, Thorchain, etc.), significando apenas que a etapa espec\xEDfica ser\xE1 revertida, n\xE3o a rota inteira.","Slippage cannot be set lower than 0.01%.":"O deslizamento n\xE3o pode ser definido abaixo de 0,01%.","Caution, your slippage is high!":"Cuidado, o seu deslizamento \xE9 alto!","Request ID":"Solicitar ID","Copied To Clipboard":"Copiado Para a \xC1rea de Transfer\xEAncia","Copy Request ID":"Copiar ID da Requisi\xE7\xE3o","View on Rango Explorer":"Ver no Rango Explorer","Finished at":"Terminado em","Created at":"Criado em","Swap Details":"Trocar detalhes","Not found":"N\xE3o encontrado","Swap with request ID = {requestId} not found.":["Trocar com o ID de requisi\xE7\xE3o = ",["requestId"]," n\xE3o encontrado."],"Change Network":"Alterar rede","Network Changed":"Rede alterada","Network Switch Failed":"Falha na troca de rede","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Voc\xEA recebeu ",["amount"]," ",["token"]," em carteira ",["conciseAddress"]," na cadeia ",["chain"],"."],"Transaction was not sent.":"Transa\xE7\xE3o n\xE3o foi enviada.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," em ",["blockchain"]," permanece em sua carteira."],"Delete":"excluir","Try again":"Tente novamente","View transaction":"Ver transa\xE7\xE3o","Connect":"Conectar","Swap Successful":"Troca bem sucedida","Transaction Failed":"Transa\xE7\xE3o Falhou","Done":"Conclu\xEDdo","Diagnosis":"Diagn\xF3stico","See Details":"Ver Detalhes","Cancel Swap":"Cancelar Swap","Are you sure you want to cancel this swap?":"Tem certeza que deseja cancelar este swap?","Yes, Cancel it":"Sim, Cancele","No, Continue":"N\xE3o, continuar","Connect {wallet}":["Ligue ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"A liga\xE7\xE3o da sua carteira ou de algumas redes foi desligada. Ligue-se para continuar a troca.","Wallet connected successfully.":"Carteira conectada com sucesso.","Delete Transaction":"Excluir Transa\xE7\xE3o","Are you sure you want to delete this swap?":"Tem certeza que deseja excluir esta troca?","Yes, Delete it":"Sim, exclua-o","No, Cancel":"N\xE3o, cancele","Install {wallet}":["Instalar ",["wallet"]],"Install":"Instale","Try Again":"Tentar novamente","Slippage:":"Deslizamento:","Select Token":"Selecione o Token","Wallet Connected":"Carteira conectada","Your wallet is connected, you can use it to swap.":"Sua carteira est\xE1 conectada, voc\xEA pode us\xE1-la para trocar.","Failed to Connect":"Falha na conex\xE3o","Your wallet is not connected. Please try again.":"Sua carteira n\xE3o est\xE1 conectada. Por favor, tente novamente.","Connecting to your wallet":"Conectando-se \xE0 sua carteira","Click connect in your wallet popup.":"Clique em conectar no pop-up da sua carteira.","Select Derivation Path":"Selecionar Caminho de Deriva\xE7\xE3o","In order to connect to {type}, you must first select a Derivation Path":["Para conectar a ",["type"],", voc\xEA deve primeiro selecionar um caminho de Deriva\xE7\xE3o"],"Choose Derivation Path Template":"Escolher Modelo de Caminho de Deriva\xE7\xE3o","Enter Path":"Insira o caminho","Enter Index":"Inserir \xEDndice","This wallet can only connect to one chain at a time.":"Esta carteira s\xF3 pode ser ligada a uma cadeia de cada vez.","Disconnect wallet":"Desconectar carteira","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Esta carteira suporta m\xFAltiplas correntes. Escolha quais as cadeias que gostaria de ligar ou desligar.","Add {blockchainDisplayName} Chain":["Adicionar Corrente ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Voc\xEA gostaria de adicionar a cadeia experimental ",["blockchainDisplayName"]," \xE0 sua carteira?"],"Please approve the experimental chain pop-up in your wallet.":"Por favor, aprove o pop-up experimental na sua carteira.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Cadeia Adicionada"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["A cadeia ",["blockchainDisplayName"]," foi adicionada com sucesso \xE0 sua carteira."],"Request Rejected":"Pedido rejeitado","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Voc\xEA rejeitou adicionar ",["blockchainDisplayName"]," corrente \xE0 sua carteira."],"Disconnect":"Desconectar","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Esta carteira suporta m\xFAltiplas correntes. Escolha quais as cadeias que gostaria de ligar.","This wallet can only connect to one chain at a time. ":"Esta carteira s\xF3 pode ser ligada a uma cadeia de cada vez. ","Deselect all":"Desmarcar todos","Select all":"Selecionar todos","Failed Network, Please retry your swap.":"Falha na Rede, tente novamente sua altern\xE2ncia.","Please reset your liquidity sources.":"Por favor, redefina suas fontes de liquidez.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Voc\xEA limitou as fontes de liquidez e isso pode resultar em que o Rango n\xE3o encontre nenhuma rota. Por favor, considere redefinir suas fontes de liquidez.","No Routes Found.":"Nenhuma rota encontrada.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Motivos porque Rango n\xE3o conseguiu encontrar uma rota: baixa liquidez no token, quantidade muito baixa de entrada ou nenhuma rota dispon\xEDvel para a combina\xE7\xE3o selecionada de entrada/sa\xEDda do token.","Bridge Limit Error: Please increase your amount.":"Erro no limite da ponte: Por favor, aumente o seu valor.","Bridge Limit Error: Please decrease your amount.":"Erro no limite da ponte: Por favor, reduza seu montante.","High Price Impact":"Impacto de pre\xE7o alto","Price impact is too high!":"O impacto nos pre\xE7os \xE9 muito alto!","The price impact is significantly higher than the allowed amount.":"O impacto nos pre\xE7os \xE9 significativamente mais alto do que a quantidade permitida.","Confirm high price impact":"Confirmar alto impacto nos pre\xE7os","Route updated and price impact is too high, try again later!":"A rota atualizada e o impacto nos pre\xE7os \xE9 muito alto, tente novamente mais tarde!","USD Price Unknown":"Pre\xE7o em USD desconhecido","USD Price Unknown, Cannot calculate Price Impact.":"Pre\xE7o em USD desconhecido, n\xE3o \xE9 poss\xEDvel calcular o impacto de pre\xE7os.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Pre\xE7o em USD desconhecido, n\xE3o \xE9 poss\xEDvel calcular o impacto do pre\xE7o. O impacto do pre\xE7o pode ser maior do que o normal. Tem certeza que deseja continuar o Swap?","Confirm USD Price Unknown":"Confirmar pre\xE7o de USD desconhecido","Swap":"Trocar","The route goes through Ethereum. Continue?":"A rota passa pelo Ethereum. Continuar?","Routes":"Rotas","From":"De","To":"Para","Light":"Fino","Dark":"Escuro","Auto":"Autom\xE1tico","Loading failed":"Falha no carregamento","Bridges":"Pontes","Exchanges":"Trocas","Custom Tokens":"Tokens Personalizados","Language":"IDIOMA","Infinite approval":"Aprova\xE7\xE3o infinita","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Habilitar o modo 'Aprova\xE7\xE3o infinita' concede acesso irrestrito aos contratos inteligentes subjacentes, permitindo-lhes usar o valor do token aprovado, sem limita\xE7\xF5es.","Theme":"Tema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"O endere\xE7o inserido \xE9 duplicado, por favor insira um novo endere\xE7o.","Token Already Exists":"Token j\xE1 existe","There's no need to add this token again because it already exists and is supported by us.":"N\xE3o h\xE1 necessidade de adicionar este token novamente porque ele j\xE1 existe e \xE9 suportado por n\xF3s.","Token Not Found":"Token n\xE3o encontrado","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Desculpe, nenhum token foi encontrado na cadeia ",["blockchain"]," com o endere\xE7o fornecido. Por favor, certifique-se de ter inserido o endere\xE7o correto do token."],"Network error":"Erro de rede","An error occurred while retrieving token data.":"Ocorreu um erro ao recuperar dados do token.","Add Custom Token":"Adicionar token personalizado","Select chain":"Selecione a cadeia","Enter Address":"Inserir Endere\xE7o","Enter token address":"Inserir endere\xE7o do token","Import":"Importa\xE7\xE3o","Confirm Swap":"Confirmar troca","Start Swap":"Trocar de in\xEDcio","You get":"Voc\xEA recebe","Search Token":"Token de pesquisa","No custom tokens":"Sem tokens personalizados","press the button to add your custom token":"pressione o bot\xE3o para adicionar seu token personalizado","Delete Custom Token":"Excluir token personalizado","Are you sure you want to Delete this Token?":"Tem certeza que deseja excluir este Token?","Complete":"Complete","Running":"Executando","Failed":"Falhou","Refuel":"Reabastecer","Clear":"Limpar","Search Transaction":"Pesquisar transa\xE7\xE3o","No transactions":"Nenhuma transa\xE7\xE3o","Your transaction history is stored locally and will appear here after you start a swap":"Seu hist\xF3rico de transa\xE7\xF5es \xE9 armazenado localmente e aparecer\xE1 aqui depois que voc\xEA come\xE7ar uma troca","Clear Transaction History":"Limpar hist\xF3rico de transa\xE7\xF5es","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"O processo ir\xE1 remover todas as transa\xE7\xF5es com sucesso e falha do widget. Deseja continuar?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Nota: Isso n\xE3o apaga seu hist\xF3rico de transa\xE7\xF5es na cadeia; s\xF3 os remove aqui.","Yes, Clear the history":"Sim, limpar o hist\xF3rico","language":"Idioma","Search {sourceType}":["Pesquisar em ",["sourceType"]],"Search Chain":"Buscar Cadeia","Source":"fonte","Destination":"Destino","Swap {type}":["Trocar ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Atualmente, voc\xEA est\xE1 no modo campanha com restri\xE7\xF5es sobre fontes de liquidez. Gostaria de mudar este modo e usar todas as fontes de liquidez dispon\xEDveis?","The request ID is necessary to display the swap details.":"O ID da requisi\xE7\xE3o \xE9 necess\xE1rio para exibir os detalhes do swap.","Connect Wallets":"Conectar Carteiras","Choose a wallet to connect.":"Escolha uma carteira para se conectar.","This week":"Esta semana","This month":"Este M\xEAs","This year":"Esse ano","Slippage must be greater than or equal to 0.01":"O deslizamento deve ser maior ou igual a 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"A sua transa\xE7\xE3o corre o risco de ser antecipada devido \xE0 elevada toler\xE2ncia a deslizamentos.","Required: >= {min} {symbol}":["Obrigat\xF3rio: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Obrigat\xF3rio: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Obrigat\xF3rio: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Obrigat\xF3rio: < ",["max"]," ",["symbol"]]," for network fee":" para taxa de rede"," for swap":" para troca"," for input and network fee":" por taxa de entrada e de rede","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Precisa de ",["requiredAmount"]," ",["symbol"],["reason"],", mas voc\xEA tem ",["currentAmount"]," ",["symbol"]," na sua carteira ",["blockchain"],"."],"Waiting for other running tasks to be finished":"Aguardando o t\xE9rmino de outras tarefas em execu\xE7\xE3o","Waiting for changing wallet network":"Aguardando mudan\xE7a da rede de carteira","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"A troca de rede n\xE3o p\xF4de ser conclu\xEDda. Tente novamente ou troque a rede manualmente na sua carteira.","Sunday":"domingo","Monday":"Segunda-Feira","Tuesday":"Ter\xE7a-feira","Wednesday":"quarta-feira","Thursday":"quinta-feira","Friday":"Sexta-feira","Saturday":"s\xE1bado","Powered By":"Desenvolvido por","This token may involve potential security risks; proceed with caution.":"Este token pode envolver potenciais riscos de seguran\xE7a; proceda com cautela.","Aggregated Transaction":"Transa\xE7\xE3o Agregada","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Trocar em ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Ponte de ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Ponte para ",["toChain"]," via ",["swapper"]],"Completed":"Conclu\xEDdo","In progress":"Em Execu\xE7\xE3o","Waiting for the swap transaction":"Aguarda a transa\xE7\xE3o de swap","Waiting for the bridge transaction":"Aguarda a transa\xE7\xE3o da ponte","Connected Partially":"Conectado Parcialmente","Connect other chains":"Ligar outras cadeias","Connecting ...":"Conectando ...","Connecting":"Conectando","Disconnected":"Desconectado","you need to pass a correct state to Wallet.":"voc\xEA precisa passar um estado correto para o Wallet.","There are no notifications.":"N\xE3o h\xE1 notifica\xE7\xF5es.","Clear all":"Limpar tudo","Balance":"Saldo","Max":"M\xE1ximo","Select gas chain":"Selecione a cadeia de g\xE1s"}`);var vi=JSON.parse(`{"No results found":"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E","Try using different keywords":"\u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u043D\u044B\u0435 \u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430","Select Chain":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0435\u043F\u044C","All":"\u0412\u0441\u0435","More +{count}":["\u0411\u043E\u043B\u044C\u0448\u0435 +",["count"]],"Activate this tab":"\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u044D\u0442\u0443 \u0432\u043A\u043B\u0430\u0434\u043A\u0443","Another tab is open and handles transactions.":"\u0415\u0449\u0435 \u043E\u0434\u043D\u0430 \u0432\u043A\u043B\u0430\u0434\u043A\u0430 \u043E\u0442\u043A\u0440\u044B\u0442\u0430 \u0438 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0435\u0442 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438.","Activate current tab":"\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u044E\u0442\u0441\u044F \u0438 \u043E\u0431\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u0434\u0440\u0443\u0433\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u043E\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430. \u0415\u0441\u043B\u0438 \u0432\u044B \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0443\u0435\u0442\u0435 \u044D\u0442\u0443 \u0432\u043A\u043B\u0430\u0434\u043A\u0443, \u0432\u0441\u0435 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0443\u0436\u0435 \u043D\u0430\u0445\u043E\u0434\u044F\u0442\u0441\u044F \u0432 \u0448\u0430\u0433\u0435 \u043F\u043E\u0434\u043F\u0438\u0441\u0438 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439, \u0438\u0441\u0442\u0435\u043A\u0430\u044E\u0442.","Confirm":"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C","Your {blockchainName} wallets":["\u0412\u0430\u0448\u0438 \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0438 ",["blockchainName"]],"Insufficient account balance":"\u041D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043D\u0430 \u0441\u0447\u0435\u0442\u0435","Proceed anyway":"\u0412\u0441\u0435 \u0440\u0430\u0432\u043D\u043E \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C","You need to connect a {blockchainName} wallet.":["\u0412\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u043E\u0448\u0435\u043B\u0435\u043A ",["blockchainName"],"."],"Add {chain} chain":["\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0446\u0435\u043F\u043E\u0447\u043A\u0443 ",["chain"]],"Chain not connected":"\u0426\u0435\u043F\u044C \u043D\u0435 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0430","Show more wallets":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435 \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u043E\u0432","Send to a different address":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043D\u0430 \u0434\u0440\u0443\u0433\u043E\u0439 \u0430\u0434\u0440\u0435\u0441","Enter {blockchainName} address":["\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":[["destination"]," \u043D\u0435 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 \u0430\u0434\u0440\u0435\u0441\u0430 \u0431\u043B\u043E\u043A\u0447\u0435\u0439\u043D\u0430."],"via":"\u0447\u0435\u0440\u0435\u0437","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u042D\u0442\u043E\u0442 \u0442\u043E\u043A\u0435\u043D \u043D\u0435 \u0432\u0445\u043E\u0434\u0438\u0442 \u0432 \u043D\u0430\u0448 \u0441\u043F\u0438\u0441\u043E\u043A \u043F\u0440\u043E\u0432\u0435\u0440\u0435\u043D\u043D\u044B\u0445 \u0442\u043E\u043A\u0435\u043D\u043E\u0432. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0435\u0433\u043E \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0438 \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u044B \u043F\u043E\u043D\u0438\u043C\u0430\u0435\u0442\u0435 \u0432\u0441\u0435 \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u043D\u0438\u043C \u0440\u0438\u0441\u043A\u0438, \u043F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C.","Import Anyway":"\u0418\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u043B\u044E\u0431\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435","Learn More":"\u0423\u0437\u043D\u0430\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435","Status":"\u0421\u0442\u0430\u0442\u0443\u0441","Reset":"Reset","Cancel":"\u041E\u0442\u043C\u0435\u043D\u0430","Refresh":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C","Notifications":"\u0423\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F","Settings":"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438","History":"\u0418\u0441\u0442\u043E\u0440\u0438\u044F","Connect Wallet":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u043E\u0448\u0435\u043B\u0435\u043A","Today":"\u0421\u0435\u0433\u043E\u0434\u043D\u044F","Failed Network, Please retry.":"\u041E\u0448\u0438\u0431\u043A\u0430 \u0441\u0435\u0442\u0438, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u043F\u043E\u043F\u044B\u0442\u043A\u0443.","Retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C","Add another custom token":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Swaps steps":"\u041C\u0435\u043D\u044F\u0435\u0442 \u0448\u0430\u0433\u0438","Connected":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E","Connection failed":"\u0421\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435 \u043D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C","See why":"\u041F\u043E\u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u043F\u043E\u0447\u0435\u043C\u0443","(Currently not supported)":"(\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F)","Slippage Error":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u044F","Slippage Warning":"\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u044F","Bridge Limit Error":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F \u043C\u043E\u0441\u0442\u0430","Yours: {amount} {symbol}":["\u0412\u0430\u0448\u0438: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C\u043E\u0435 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0412\u0430\u0448\u0438: ",["userSlippage"]],"See All Routes":"\u041F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u044B","View more info":"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435","Gas & Fee Explanation":"\u041E\u0431\u044A\u044F\u0441\u043D\u0435\u043D\u0438\u0435 \u0433\u0430\u0437\u0430 \u0438 \u043F\u043B\u0430\u0442\u044B","Details":"\u0414\u0435\u0442\u0430\u043B\u0438","Total Payable Fee":"\u041E\u0431\u0449\u0430\u044F \u043E\u043F\u043B\u0430\u0442\u0430","Hide non-payable fees":"\u0421\u043A\u0440\u044B\u0442\u044C \u043D\u0435\u043E\u043F\u043B\u0430\u0447\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u043A\u043E\u043C\u0438\u0441\u0441\u0438\u0438","Show non-payable fees":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043D\u0435\u043E\u043F\u043B\u0430\u0447\u0438\u0432\u0430\u0435\u043C\u044B\u0435 \u0441\u0431\u043E\u0440\u044B","Description":"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043A\u043E\u043C\u0438\u0441\u0441\u0438\u0438 \u0443\u0447\u0438\u0442\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u043F\u0440\u0438 \u0432\u044B\u0432\u043E\u0434\u0435 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439, \u0438\\n \u0432\u0430\u043C \u043D\u0435 \u043F\u0440\u0438\u0434\u0435\u0442\u0441\u044F \u043F\u043B\u0430\u0442\u0438\u0442\u044C \u0437\u0430 \u043D\u0438\u0445 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0433\u0430\u0437.","Swap input":"Swap input","Estimated output":"\u041F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0432\u044B\u0445\u043E\u0434","Via:":"\u0412\u0438\u0430:","Chains:":"\u0426\u0435\u043F\u043E\u0447\u043A\u0438:","Sort by":"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E","Smart Routing":"\u0423\u043C\u043D\u0430\u044F \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0446\u0438\u044F","Lowest Fee":"\u0421\u0430\u043C\u0430\u044F \u043D\u0438\u0437\u043A\u0430\u044F \u043A\u043E\u043C\u0438\u0441\u0441\u0438\u044F","Fastest Transfer":"\u0411\u044B\u0441\u0442\u0440\u044B\u0439 \u043F\u0435\u0440\u0435\u0432\u043E\u0434","Maximum Return":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0439 \u0432\u043E\u0437\u0432\u0440\u0430\u0442","Maximum Output":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0439 \u0432\u044B\u0432\u043E\u0434","Swapping":"Swapping","Gas cost":"\u0417\u0430\u0442\u0440\u0430\u0442\u044B \u0433\u0430\u0437\u0430","Receiving":"\u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435","Price impact":"\u0412\u043B\u0438\u044F\u043D\u0438\u0435 \u0446\u0435\u043D\u044B","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u0412\u0430\u043C \u043D\u0443\u0436\u043D\u043E \u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 \u0434\u043E ",["minRequiredSlippage"]," \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430."],"Increase":"\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0432\u0430\u0442\u044C","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u0421\u0443\u043C\u043C\u0430 \u0432\u044B\u0432\u043E\u0434\u0430 \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0430\u0441\u044C \u043D\u0430 ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u041C\u044B \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0435\u043C \u0432\u0430\u043C \u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 \u0434\u043E ",["minRequiredSlippage"]," \u0434\u043B\u044F \u044D\u0442\u043E\u0433\u043E \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0430."],"Caution, your slippage is high.":"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435, \u0432\u0430\u0448\u0435 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u0432\u044B\u0441\u043E\u043A\u043E.","Change":"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C","High slippage":"\u0412\u044B\u0441\u043E\u043A\u043E\u0435 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435","Low slippage":"\u041D\u0438\u0437\u043A\u043E\u0435 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435","Caution, your slippage is high. Your trade may be front run.":"\u041E\u0441\u0442\u043E\u0440\u043E\u0436\u043D\u043E, \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u0432\u044B\u0441\u043E\u043A\u043E\u0435. \u0412\u0430\u0448\u0430 \u0441\u0434\u0435\u043B\u043A\u0430 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043E\u043F\u0435\u0440\u0435\u0436\u0430\u044E\u0449\u0435\u0439.","Swap anyway":"\u0412\u0441\u0435 \u0440\u0430\u0432\u043D\u043E \u043F\u043E\u043C\u0435\u043D\u044F\u0442\u044C","Change Slippage":"\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u044F","Something went wrong":"\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A","Something went wrong. Please refresh the app.":"\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435.","No Routes Found":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442\u044B \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B","You cannot use the same token for From and To.":"\u0412\u044B \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043E\u0434\u0438\u043D \u0438 \u0442\u043E\u0442 \u0436\u0435 \u0442\u043E\u043A\u0435\u043D \u0434\u043B\u044F \u043F\u043E\u043B\u0435\u0439 \xAB\u041E\u0442\xBB \u0438 \xAB\u0414\u043E\xBB.","Slippage tolerance per swap":"\u0414\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0441\u0442\u044C \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u044F \u043D\u0430 \u0441\u043C\u0435\u043D\u0443","Custom":"\u0421\u0432\u043E\u0439","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043C\u0435\u043D\u0435\u043D\u0430, \u0435\u0441\u043B\u0438 \u0446\u0435\u043D\u0430 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u0441\u044F \u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C \u043D\u0430 \u044D\u0442\u043E\u0442 \u043F\u0440\u043E\u0446\u0435\u043D\u0442.","Warning":"\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u042D\u0442\u043E\u0442 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u043F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u043A \u043A\u0430\u0436\u0434\u043E\u043C\u0443 \u0448\u0430\u0433\u0443 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, 1Inch, Thorchain \u0438 \u0442.\u0434.). \u042D\u0442\u043E \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u043E\u0442 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0439 \u0448\u0430\u0433 \u0431\u0443\u0434\u0435\u0442 \u043E\u0431\u0440\u0430\u0449\u0435\u043D, \u0430 \u043D\u0435 \u0432\u0435\u0441\u044C \u043C\u0430\u0440\u0448\u0440\u0443\u0442.","Slippage cannot be set lower than 0.01%.":"\u041F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u043D\u0438\u0436\u0435 0,01%.","Caution, your slippage is high!":"\u041E\u0441\u0442\u043E\u0440\u043E\u0436\u043D\u043E, \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u0432\u044B\u0441\u043E\u043A\u043E\u0435!","Request ID":"ID \u0437\u0430\u043F\u0440\u043E\u0441\u0430","Copied To Clipboard":"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430","Copy Request ID":"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C ID \u0437\u0430\u043F\u0440\u043E\u0441\u0430","View on Rango Explorer":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432 \u043F\u0440\u043E\u0432\u043E\u0434\u043D\u0438\u043A\u0435 Rango","Finished at":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E \u0432","Created at":"\u0421\u043E\u0437\u0434\u0430\u043D\u043E \u0432","Swap Details":"\u0414\u0435\u0442\u0430\u043B\u0438 \u043E\u0431\u043C\u0435\u043D\u0430","Not found":"\u041D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E","Swap with request ID = {requestId} not found.":["\u041F\u043E\u043C\u0435\u043D\u044F\u0442\u044C \u043D\u0430 ID \u0437\u0430\u043F\u0440\u043E\u0441\u0430 = ",["requestId"]," \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E."],"Change Network":"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u0435\u0442\u044C","Network Changed":"\u0421\u0435\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0430","Network Switch Failed":"\u0421\u0431\u043E\u0439 \u0441\u0435\u0442\u0435\u0432\u043E\u0433\u043E \u043A\u043E\u043C\u043C\u0443\u0442\u0430\u0442\u043E\u0440\u0430","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u043B\u0438 ",["amount"]," ",["token"]," \u043D\u0430 ",["conciseAddress"]," \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0435 \u043D\u0430 \u0446\u0435\u043F\u043E\u0447\u043A\u0435 ",["chain"],"."],"Transaction was not sent.":"\u0422\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F \u043D\u0435 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0430.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u043D\u0430 ",["blockchain"]," \u043E\u0441\u0442\u0430\u0435\u0442\u0441\u044F \u0432 \u0432\u0430\u0448\u0435\u043C \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0435."],"Delete":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","Try again":"\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C \u0435\u0449\u0435 \u0440\u0430\u0437","View transaction":"\u041F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438","Connect":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C\u0441\u044F","Swap Successful":"\u041F\u043E\u043C\u0435\u043D\u044F\u043D\u043E \u0443\u0441\u043F\u0435\u0448\u043D\u043E","Transaction Failed":"\u0422\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C","Done":"\u0413\u043E\u0442\u043E\u0432\u043E","Diagnosis":"\u0414\u0438\u0430\u0433\u043D\u043E\u0441\u0442\u0438\u043A\u0430","See Details":"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435","Cancel Swap":"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u043D\u0443","Are you sure you want to cancel this swap?":"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u043E\u0431\u043C\u0435\u043D?","Yes, Cancel it":"\u0414\u0430, \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C","No, Continue":"\u041D\u0435\u0442, \u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C","Connect {wallet}":["\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C\u0441\u044F ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0421\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043E \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0430 \u0438\u043B\u0438 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u0445 \u0441\u0435\u0442\u0435\u0439 \u0431\u044B\u043B\u043E \u043F\u0440\u0435\u0440\u0432\u0430\u043D\u043E. \u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C \u043E\u0431\u043C\u0435\u043D.","Wallet connected successfully.":"\u041A\u043E\u0448\u0435\u043B\u0435\u043A \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D.","Delete Transaction":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044E","Are you sure you want to delete this swap?":"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u0442\u0443 \u0437\u0430\u043C\u0435\u043D\u0443?","Yes, Delete it":"\u0414\u0430, \u0443\u0434\u0430\u043B\u0438\u0442\u044C","No, Cancel":"\u041D\u0435\u0442, \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C","Install {wallet}":["\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C ",["wallet"]],"Install":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C","Try Again":"\u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437","Slippage:":"\u041F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435:","Select Token":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0442\u043E\u043A\u0435\u043D","Wallet Connected":"\u041A\u043E\u0448\u0435\u043B\u0435\u043A \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D","Your wallet is connected, you can use it to swap.":"\u0412\u0430\u0448 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D, \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u0434\u043B\u044F \u0441\u043C\u0435\u043D\u044B.","Failed to Connect":"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C\u0441\u044F","Your wallet is not connected. Please try again.":"\u0412\u0430\u0448 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u043D\u0435 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437.","Connecting to your wallet":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043A \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0443","Click connect in your wallet popup.":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0432\u043E \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0435\u043C \u043E\u043A\u043D\u0435 \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0430.","Select Derivation Path":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0443\u0442\u044C \u0434\u0435\u0440\u0438\u0432\u0430\u0446\u0438\u0438","In order to connect to {type}, you must first select a Derivation Path":["\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C\u0441\u044F \u043A ",["type"],", \u0432\u044B \u0434\u043E\u043B\u0436\u043D\u044B \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0443\u0442\u044C \u043A \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0441\u0442\u0432\u0443."],"Choose Derivation Path Template":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0448\u0430\u0431\u043B\u043E\u043D \u043F\u0443\u0442\u0438 \u0434\u0435\u0440\u0438\u0432\u0430\u0446\u0438\u0438","Enter Path":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u0443\u0442\u044C","Enter Index":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043D\u0434\u0435\u043A\u0441","This wallet can only connect to one chain at a time.":"\u042D\u0442\u043E\u0442 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D \u0442\u043E\u043B\u044C\u043A\u043E \u043A \u043E\u0434\u043D\u043E\u0439 \u0446\u0435\u043F\u043E\u0447\u043A\u0435 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E.","Disconnect wallet":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u043E\u0448\u0435\u043B\u0435\u043A","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u042D\u0442\u043E\u0442 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u0446\u0435\u043F\u043E\u0447\u0435\u043A. \u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u043A\u0430\u043A\u0438\u0435 \u0446\u0435\u043F\u043E\u0447\u043A\u0438 \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C.","Add {blockchainDisplayName} Chain":["\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0446\u0435\u043F\u043E\u0447\u043A\u0443 ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u044C\u043D\u0443\u044E \u0446\u0435\u043F\u043E\u0447\u043A\u0443 ",["blockchainDisplayName"]," \u0432 \u0432\u0430\u0448 \u043A\u043E\u0448\u0435\u043B\u0435\u043A?"],"Please approve the experimental chain pop-up in your wallet.":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043E\u043A\u043D\u043E \u044D\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u044C\u043D\u043E\u0439 \u0446\u0435\u043F\u043E\u0447\u043A\u0438 \u0432 \u0432\u0430\u0448\u0435\u043C \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0435.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0446\u0435\u043F\u043E\u0447\u043A\u0430 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u0426\u0435\u043F\u043E\u0447\u043A\u0430 ",["blockchainDisplayName"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432 \u0432\u0430\u0448 \u043A\u043E\u0448\u0435\u043B\u0435\u043A."],"Request Rejected":"\u0417\u0430\u043F\u0440\u043E\u0441 \u043E\u0442\u043A\u043B\u043E\u043D\u0435\u043D","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0412\u044B \u043E\u0442\u043A\u043B\u043E\u043D\u0438\u043B\u0438 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0446\u0435\u043F\u043E\u0447\u043A\u0438 ",["blockchainDisplayName"]," \u0432 \u0432\u0430\u0448 \u043A\u043E\u0448\u0435\u043B\u0435\u043A."],"Disconnect":"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C\u0441\u044F","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u042D\u0442\u043E\u0442 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u0446\u0435\u043F\u043E\u0447\u0435\u043A. \u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u043A\u0430\u043A\u0438\u0435 \u0446\u0435\u043F\u043E\u0447\u043A\u0438 \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C.","This wallet can only connect to one chain at a time. ":"\u042D\u0442\u043E\u0442 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D \u0442\u043E\u043B\u044C\u043A\u043E \u043A \u043E\u0434\u043D\u043E\u0439 \u0446\u0435\u043F\u043E\u0447\u043A\u0435 \u043E\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E. ","Deselect all":"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u044B\u0431\u043E\u0440","Select all":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435","Failed Network, Please retry your swap.":"\u041D\u0435\u0443\u0434\u0430\u0447\u043D\u0430\u044F \u0441\u0435\u0442\u044C, \u043F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0435 \u0437\u0430\u043C\u0435\u043D\u0443.","Please reset your liquidity sources.":"\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0441\u0431\u0440\u043E\u0441\u044C\u0442\u0435 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0438 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0412\u044B \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u044B \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0430\u043C\u0438 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438, \u0438 \u044D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043A Rango \u043D\u0435 \u043D\u0430\u0439\u0442\u0438 \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u043E\u0432. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u0443\u043C\u0430\u0439\u0442\u0435 \u043E \u0441\u0431\u0440\u043E\u0441\u0435 \u0432\u0430\u0448\u0438\u0445 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u043E\u0432 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438.","No Routes Found.":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442\u044B \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u041F\u0440\u0438\u0447\u0438\u043D\u044B \u043F\u043E\u0447\u0435\u043C\u0443 Rango \u043D\u0435 \u0441\u043C\u043E\u0433 \u043D\u0430\u0439\u0442\u0438 \u043C\u0430\u0440\u0448\u0440\u0443\u0442: \u043D\u0438\u0437\u043A\u0430\u044F \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u044C \u043D\u0430 \u0442\u043E\u043A\u0435\u043D\u0435, \u043E\u0447\u0435\u043D\u044C \u043D\u0438\u0437\u043A\u0430\u044F \u0441\u0443\u043C\u043C\u0430 \u0432\u0432\u043E\u0434\u0430 \u0438\u043B\u0438 \u043D\u0435\u0442 \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u043E\u0432 \u0434\u043B\u044F \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0439 \u043A\u043E\u043C\u0431\u0438\u043D\u0430\u0446\u0438\u0438 \u0442\u043E\u043A\u0435\u043D\u0430 \u0432\u0432\u043E\u0434\u0430/\u0432\u044B\u0432\u043E\u0434\u0430.","Bridge Limit Error: Please increase your amount.":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043B\u0438\u043C\u0438\u0442\u0430 \u043C\u043E\u0441\u0442\u0430: \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u0432\u0435\u043B\u0438\u0447\u044C\u0442\u0435 \u0441\u0443\u043C\u043C\u0443.","Bridge Limit Error: Please decrease your amount.":"\u041E\u0448\u0438\u0431\u043A\u0430 \u043B\u0438\u043C\u0438\u0442\u0430 \u043C\u043E\u0441\u0442\u043E\u0432. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u0435 \u0441\u0443\u043C\u043C\u0443.","High Price Impact":"\u0412\u043B\u0438\u044F\u043D\u0438\u0435 \u0432\u044B\u0441\u043E\u043A\u043E\u0439 \u0446\u0435\u043D\u044B","Price impact is too high!":"\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0432\u043B\u0438\u044F\u043D\u0438\u0435 \u043D\u0430 \u0446\u0435\u043D\u0443!","The price impact is significantly higher than the allowed amount.":"\u0412\u043B\u0438\u044F\u043D\u0438\u0435 \u043D\u0430 \u0446\u0435\u043D\u044B \u0437\u043D\u0430\u0447\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0432\u044B\u0448\u0435, \u0447\u0435\u043C \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u043D\u0430\u044F \u0441\u0443\u043C\u043C\u0430.","Confirm high price impact":"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0432\u043B\u0438\u044F\u043D\u0438\u0435 \u0432\u044B\u0441\u043E\u043A\u043E\u0439 \u0446\u0435\u043D\u044B","Route updated and price impact is too high, try again later!":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442 \u043E\u0431\u043D\u043E\u0432\u043B\u0451\u043D \u0438 \u0446\u0435\u043D\u0430 \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0432\u044B\u0441\u043E\u043A\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0436\u0435!","USD Price Unknown":"\u0426\u0435\u043D\u0430 USD \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430","USD Price Unknown, Cannot calculate Price Impact.":"USD \u0426\u0435\u043D\u0430 \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430, \u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044C \u0432\u043B\u0438\u044F\u043D\u0438\u0435 \u043D\u0430 \u0446\u0435\u043D\u0443.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD \u0426\u0435\u043D\u0430 \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430, \u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044C \u0432\u043B\u0438\u044F\u043D\u0438\u0435 \u043D\u0430 \u0446\u0435\u043D\u0443. \u0412\u043E\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043D\u0430 \u0446\u0435\u043D\u0443 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0432\u044B\u0448\u0435, \u0447\u0435\u043C \u043E\u0431\u044B\u0447\u043D\u043E. \u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C?","Confirm USD Price Unknown":"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0443\u044E \u0446\u0435\u043D\u0443 \u0432 USD","Swap":"\u041F\u043E\u043C\u0435\u043D\u044F\u0442\u044C","The route goes through Ethereum. Continue?":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442 \u043F\u0440\u043E\u0445\u043E\u0434\u0438\u0442 \u0447\u0435\u0440\u0435\u0437 Ethereum. \u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C?","Routes":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442\u044B","From":"\u041E\u0442","To":"\u041A\u043E\u043C\u0443","Light":"\u0421\u0432\u0435\u0442\u043B\u0430\u044F","Dark":"\u0422\u0451\u043C\u043D\u0430\u044F","Auto":"\u0410\u0432\u0442\u043E","Loading failed":"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C","Bridges":"\u041C\u043E\u0441\u0442\u044B","Exchanges":"\u041E\u0431\u043C\u0435\u043D\u044B","Custom Tokens":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0442\u043E\u043A\u0435\u043D\u044B","Language":"\u042F\u0437\u044B\u043A","Infinite approval":"\u0411\u0435\u0441\u043A\u043E\u043D\u0435\u0447\u043D\u043E\u0435 \u043E\u0434\u043E\u0431\u0440\u0435\u043D\u0438\u0435","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0435\u0436\u0438\u043C\u0430 \\"\u0411\u0435\u0441\u043A\u043E\u043D\u0435\u0447\u043D\u043E\u0435 \u043E\u0434\u043E\u0431\u0440\u0435\u043D\u0438\u0435\\" \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 \u043D\u0435\u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u043D\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043E\u0441\u043D\u043E\u0432\u043D\u044B\u043C \u0441\u043C\u0430\u0440\u0442-\u043A\u043E\u043D\u0442\u0440\u0430\u043A\u0442\u0430\u043C, \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u044F \u0438\u043C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043E\u0434\u043E\u0431\u0440\u0435\u043D\u043D\u0443\u044E \u0441\u0443\u043C\u043C\u0443 \u0442\u043E\u043A\u0435\u043D\u0430 \u0431\u0435\u0437 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439.","Theme":"\u0422\u0435\u043C\u0430","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"\u0412\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u0439 \u0432\u0430\u043C\u0438 \u0430\u0434\u0440\u0435\u0441 \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u0435\u0442\u0441\u044F, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u043E\u0432\u044B\u0439 \u0430\u0434\u0440\u0435\u0441.","Token Already Exists":"\u0422\u043E\u043A\u0435\u043D \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442","There's no need to add this token again because it already exists and is supported by us.":"\u041D\u0435 \u043D\u0443\u0436\u043D\u043E \u0434\u043E\u0431\u0430\u0432\u043B\u044F\u0442\u044C \u044D\u0442\u043E\u0442 \u0442\u043E\u043A\u0435\u043D \u0441\u043D\u043E\u0432\u0430, \u043F\u043E\u0442\u043E\u043C\u0443 \u0447\u0442\u043E \u043E\u043D \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u043D\u0430\u043C\u0438.","Token Not Found":"\u0422\u043E\u043A\u0435\u043D \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u041A \u0441\u043E\u0436\u0430\u043B\u0435\u043D\u0438\u044E, \u043F\u043E \u0446\u0435\u043F\u043E\u0447\u043A\u0435 ",["blockchain"]," \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0442\u043E\u043A\u0435\u043D\u043E\u0432. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E \u0432\u044B \u0432\u0432\u0435\u043B\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043A\u0435\u043D\u0430."],"Network error":"\u041E\u0448\u0438\u0431\u043A\u0430 \u0441\u0435\u0442\u0438","An error occurred while retrieving token data.":"\u041F\u0440\u043E\u0438\u0437\u043E\u0448\u043B\u0430 \u043E\u0448\u0438\u0431\u043A\u0430 \u043F\u0440\u0438 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445 \u0442\u043E\u043A\u0435\u043D\u0430.","Add Custom Token":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Select chain":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0435\u043F\u043E\u0447\u043A\u0443","Enter Address":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441","Enter token address":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441 \u0442\u043E\u043A\u0435\u043D\u0430","Import":"\u0418\u043C\u043F\u043E\u0440\u0442","Confirm Swap":"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0441\u043C\u0435\u043D\u044B","Start Swap":"\u041D\u0430\u0447\u0430\u0442\u044C \u043E\u0431\u043C\u0435\u043D","You get":"\u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0430\u0435\u0442\u0435","Search Token":"\u041F\u043E\u0438\u0441\u043A \u0442\u043E\u043A\u0435\u043D\u0430","No custom tokens":"\u041D\u0435\u0442 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u043E\u0432","press the button to add your custom token":"\u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043D\u043E\u043F\u043A\u0443, \u0447\u0442\u043E\u0431\u044B \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Delete Custom Token":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Are you sure you want to Delete this Token?":"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u0442\u043E\u043A\u0435\u043D?","Complete":"Complete","Running":"\u0412\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u0442\u0441\u044F","Failed":"\u041D\u0435\u0443\u0434\u0430\u0447\u043D\u044B\u0439","Refuel":"\u0417\u0430\u043F\u0440\u0430\u0432\u043A\u0430","Clear":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C","Search Transaction":"\u041F\u043E\u0438\u0441\u043A \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439","No transactions":"\u041D\u0435\u0442 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439","Your transaction history is stored locally and will appear here after you start a swap":"\u0412\u0430\u0448\u0430 \u0438\u0441\u0442\u043E\u0440\u0438\u044F \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439 \u0445\u0440\u0430\u043D\u0438\u0442\u0441\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E \u0438 \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u0437\u0434\u0435\u0441\u044C \u043F\u043E\u0441\u043B\u0435 \u0437\u0430\u043F\u0443\u0441\u043A\u0430 \u043E\u0431\u043C\u0435\u043D\u0430","Clear Transaction History":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0438\u0441\u0442\u043E\u0440\u0438\u044E \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0412 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u0432\u0441\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u0435 \u0438 \u043D\u0435\u0443\u0434\u0430\u0447\u043D\u044B\u0435 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438 \u0438\u0437 \u0432\u0438\u0434\u0436\u0435\u0442\u0430. \u0412\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u041F\u0440\u0438\u043C\u0435\u0447\u0430\u043D\u0438\u0435: \u042D\u0442\u043E \u043D\u0435 \u043E\u0447\u0438\u0449\u0430\u0435\u0442 \u0438\u0441\u0442\u043E\u0440\u0438\u044E \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0439 \u0432 \u0446\u0435\u043F\u043E\u0447\u043A\u0435; \u043E\u043D\u0430 \u0442\u043E\u043B\u044C\u043A\u043E \u0443\u0434\u0430\u043B\u044F\u0435\u0442 \u0438\u0445 \u0437\u0434\u0435\u0441\u044C.","Yes, Clear the history":"\u0414\u0430, \u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0438\u0441\u0442\u043E\u0440\u0438\u044E","language":"\u044F\u0437\u044B\u043A","Search {sourceType}":["\u0418\u0441\u043A\u0430\u0442\u044C ",["sourceType"]],"Search Chain":"\u041F\u043E\u0438\u0441\u043A \u0446\u0435\u043F\u043E\u0447\u043A\u0438","Source":"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A","Destination":"\u041D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435","Swap {type}":["\u041F\u043E\u043C\u0435\u043D\u044F\u0442\u044C \u043D\u0430 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0412 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0435\u0435 \u0432\u0440\u0435\u043C\u044F \u0432\u044B \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0435\u0441\u044C \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 \u043A\u0430\u043C\u043F\u0430\u043D\u0438\u0438 \u0441 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F\u043C\u0438 \u043D\u0430 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0438 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438. \u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u0440\u0435\u0436\u0438\u043C \u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0435 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0438 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438?","The request ID is necessary to display the swap details.":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0441\u0432\u0435\u0434\u0435\u043D\u0438\u0439 \u043E swap.","Connect Wallets":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0438","Choose a wallet to connect.":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u043E\u0448\u0435\u043B\u0435\u043A \u0434\u043B\u044F \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F.","This week":"\u042D\u0442\u0430 \u043D\u0435\u0434\u0435\u043B\u044F","This month":"\u042D\u0442\u043E\u0442 \u043C\u0435\u0441\u044F\u0446","This year":"\u0412 \u044D\u0442\u043E\u043C \u0433\u043E\u0434\u0443","Slippage must be greater than or equal to 0.01":"\u041F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u0435 \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u0431\u043E\u043B\u044C\u0448\u0435 \u0438\u043B\u0438 \u0440\u0430\u0432\u043D\u043E 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F \u0440\u0438\u0441\u043A\u0443\u0435\u0442 \u043E\u043A\u0430\u0437\u0430\u0442\u044C\u0441\u044F \u043E\u043F\u0435\u0440\u0435\u0436\u0430\u044E\u0449\u0435\u0439 \u0438\u0437-\u0437\u0430 \u0432\u044B\u0441\u043E\u043A\u043E\u0439 \u0442\u043E\u043B\u0435\u0440\u0430\u043D\u0442\u043D\u043E\u0441\u0442\u0438 \u043A \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u044B\u0432\u0430\u043D\u0438\u044E.","Required: >= {min} {symbol}":["\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439: < ",["max"]," ",["symbol"]]," for network fee":" \u0437\u0430 \u043A\u043E\u043C\u0438\u0441\u0441\u0438\u044E \u0441\u0435\u0442\u0438"," for swap":" \u0434\u043B\u044F \u043F\u043E\u0434\u043A\u0430\u0447\u043A\u0438"," for input and network fee":" \u0437\u0430 \u0432\u0432\u043E\u0434 \u0438 \u0441\u0435\u0442\u0435\u0432\u043E\u0439 \u0441\u0431\u043E\u0440","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u041D\u0443\u0436\u043D\u043E <unk> ",["requiredAmount"]," ",["symbol"],["reason"],", \u043D\u043E \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C ",["currentAmount"]," ",["symbol"]," \u0432 \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0435 ",["blockchain"],"."],"Waiting for other running tasks to be finished":"\u041E\u0436\u0438\u0434\u0430\u043D\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0434\u0440\u0443\u0433\u0438\u0445 \u0437\u0430\u043F\u0443\u0449\u0435\u043D\u043D\u044B\u0445 \u0437\u0430\u0434\u0430\u0447","Waiting for changing wallet network":"\u041E\u0436\u0438\u0434\u0430\u043D\u0438\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0441\u0435\u0442\u0438 \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0430","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0441\u0435\u0442\u0438. \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0441\u0435\u0442\u044C \u0432\u0440\u0443\u0447\u043D\u0443\u044E \u0432 \u0432\u0430\u0448\u0435\u043C \u043A\u043E\u0448\u0435\u043B\u044C\u043A\u0435.","Sunday":"\u0412\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","Monday":"\u041F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","Tuesday":"\u0412\u0442\u043E\u0440\u043D\u0438\u043A","Wednesday":"\u0421\u0440\u0435\u0434\u0430","Thursday":"\u0427\u0435\u0442\u0432\u0435\u0440\u0433","Friday":"\u041F\u044F\u0442\u043D\u0438\u0446\u0430","Saturday":"\u0421\u0443\u0431\u0431\u043E\u0442\u0430","Powered By":"\u0420\u0430\u0431\u043E\u0442\u0430\u0435\u0442 \u043D\u0430","This token may involve potential security risks; proceed with caution.":"\u042D\u0442\u043E\u0442 \u0442\u043E\u043A\u0435\u043D \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0441\u0432\u044F\u0437\u0430\u043D \u0441 \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C\u0438 \u0440\u0438\u0441\u043A\u0430\u043C\u0438 \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438; \u0431\u0443\u0434\u044C\u0442\u0435 \u043E\u0441\u0442\u043E\u0440\u043E\u0436\u043D\u044B.","Aggregated Transaction":"\u0410\u0433\u0440\u0435\u0433\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u0430\u044F \u043F\u0440\u043E\u0432\u043E\u0434\u043A\u0430","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u041F\u043E\u043C\u0435\u043D\u044F\u0442\u044C \u043D\u0430 ",["fromChain"]," \u0447\u0435\u0440\u0435\u0437 ",["swapper"]],"Bridge from {fromChain} via {swapper}":["\u041C\u043E\u0441\u0442 \u043E\u0442 ",["fromChain"]," \u0447\u0435\u0440\u0435\u0437 ",["swapper"]],"Bridge to {toChain} via {swapper}":["\u041C\u043E\u0441\u0442 \u043A ",["toChain"]," \u0447\u0435\u0440\u0435\u0437 ",["swapper"]],"Completed":"\u0412\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E","In progress":"\u0412 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435","Waiting for the swap transaction":"\u041E\u0436\u0438\u0434\u0430\u043D\u0438\u0435 \u0441\u0434\u0435\u043B\u043A\u0438 \u043E\u0431\u043C\u0435\u043D\u0430","Waiting for the bridge transaction":"\u041E\u0436\u0438\u0434\u0430\u043D\u0438\u0435 \u043C\u043E\u0441\u0442\u043E\u0432\u043E\u0439 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438","Connected Partially":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0447\u0430\u0441\u0442\u0438\u0447\u043D\u043E","Connect other chains":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u0446\u0435\u043F\u0438","Connecting ...":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435...","Connecting":"\u041F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435","Disconnected":"\u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E","you need to pass a correct state to Wallet.":"\u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043F\u0435\u0440\u0435\u0434\u0430\u0442\u044C \u041A\u043E\u0448\u0435\u043B\u044C\u043A\u0443 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u0435 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435.","There are no notifications.":"\u041D\u0435\u0442 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0439.","Clear all":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0432\u0441\u0435","Balance":"\u0411\u0430\u043B\u0430\u043D\u0441","Max":"\u041C\u0430\u043A\u0441","Select gas chain":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0433\u0430\u0437\u043E\u0432\u0443\u044E \u0441\u0435\u0442\u044C"}`);var Si=JSON.parse(`{"No results found":"Nena\u0161li sa \u017Eiadne v\xFDsledky","Try using different keywords":"Sk\xFAste pou\u017Ei\u0165 in\xE9 k\u013E\xFA\u010Dov\xE9 slov\xE1","Select Chain":"Vyberte polo\u017Eku Re\u0165az","All":"V\u0161etky","More +{count}":["Viac +",["count"]],"Activate this tab":"Aktivujte t\xFAto kartu","Another tab is open and handles transactions.":"\u010Eal\u0161ia karta je otvoren\xE1 a spracov\xE1va transakcie.","Activate current tab":"Aktivova\u0165 aktu\xE1lnu kartu","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"V s\xFA\u010Dasnosti s\xFA niektor\xE9 transakcie spusten\xE9 a spracov\xE1van\xE9 inou kartou prehliada\u010Da. Ak aktivujete t\xFAto kartu, platnos\u0165 v\u0161etk\xFDch transakci\xED, ktor\xE9 sa u\u017E nach\xE1dzaj\xFA v kroku podpisu transakcie, vypr\u0161\xED.","Confirm":"Potvr\u010Fte","Your {blockchainName} wallets":["Va\u0161e ",["blockchainName"]," pe\u0148a\u017Eenky"],"Insufficient account balance":"Nedostato\u010Dn\xFD zostatok na \xFA\u010Dte","Proceed anyway":"Aj tak pokra\u010Dujte","You need to connect a {blockchainName} wallet.":["Mus\xEDte pripoji\u0165 ",["blockchainName"]," pe\u0148a\u017Eenku."],"Add {chain} chain":["Pridajte re\u0165azec ",["chain"]],"Chain not connected":"Re\u0165az nie je pripojen\xE1","Show more wallets":"Zobrazi\u0165 viac pe\u0148a\u017Eeniek","Send to a different address":"Odosla\u0165 na in\xFA adresu","Enter {blockchainName} address":["Zadajte ",["blockchainName"]," adresu"],"Address {destination} doesn't match the blockchain address pattern.":["Adresa ",["destination"]," sa nezhoduje so vzorom adresy blockchain."],"via":"cez","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Tento token nie je s\xFA\u010Das\u0165ou n\xE1\u0161ho zoznamu overen\xFDch tokenov. overte si jeho zdroj a pred pokra\u010Dovan\xEDm sa uistite, \u017Ee rozumiete v\u0161etk\xFDm s\xFAvisiacim rizik\xE1m.","Import Anyway":"Napriek tomu importova\u0165","Learn More":"Zistite viac","Status":"Stav","Reset":"Resetova\u0165","Cancel":"Zru\u0161i\u0165","Refresh":"Obnovi\u0165","Notifications":"Upozornenia","Settings":"Nastavenia","History":"Hist\xF3ria","Connect Wallet":"Pripoji\u0165 Pe\u0148a\u017Eenku","Today":"Dnes","Failed Network, Please retry.":"Sie\u0165 zlyhala, sk\xFAste to znova.","Retry":"Sk\xFAste to znova","Add another custom token":"Pridajte \u010Fal\u0161\xED vlastn\xFD token","Swaps steps":"Vymie\u0148a kroky","Connected":"Pripojen\xE9","Connection failed":"Pripojenie zlyhalo","See why":"Pozrite sa pre\u010Do","(Currently not supported)":"(Moment\xE1lne nie je podporovan\xE9)","Slippage Error":"Chyba sklzu","Slippage Warning":"Upozornenie na sklz","Bridge Limit Error":"Chyba limitu mosta","Yours: {amount} {symbol}":["V\xE1\u0161: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minim\xE1lny odpor\xFA\u010Dan\xFD sklz: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["V\xE1\u0161: ",["userSlippage"]],"See All Routes":"Pozrite si v\u0161etky trasy","View more info":"Zobrazi\u0165 viac inform\xE1ci\xED","Gas & Fee Explanation":"Vysvetlenie plynu a poplatkov","Details":"Podrobnosti","Total Payable Fee":"Celkov\xFD splatn\xFD poplatok","Hide non-payable fees":"Skry\u0165 neplatite\u013En\xE9 poplatky","Show non-payable fees":"Uk\xE1\u017Ete nezaplatite\u013En\xE9 poplatky","Description":"Popis","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Nasleduj\xFAce poplatky s\xFA zoh\u013Eadnen\xE9 vo v\xFDstupe transakcie a\\n za ne nebudete musie\u0165 plati\u0165 extra plyn.","Swap input":"Vyme\u0148te vstup","Estimated output":"Odhadovan\xFD v\xFDstup","Via:":"cez:","Chains:":"re\u0165aze:","Sort by":"Zoradi\u0165 pod\u013Ea","Smart Routing":"Inteligentn\xE9 smerovanie","Lowest Fee":"Najni\u017E\u0161\xED poplatok","Fastest Transfer":"Najr\xFDchlej\u0161\xED prevod","Maximum Return":"Maxim\xE1lna n\xE1vratnos\u0165","Maximum Output":"Maxim\xE1lny v\xFDkon","Swapping":"V\xFDmena","Gas cost":"N\xE1klady na plyn","Receiving":"Prij\xEDmanie","Price impact":"Vplyv na cenu","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Pre t\xFAto trasu mus\xEDte zv\xFD\u0161i\u0165 sklz aspo\u0148 na ",["minRequiredSlippage"]," ."],"Increase":"Zv\xFD\u0161enie","Output amount changed by {percentageChange}% (\${usdValueChange}).":["V\xFDstupn\xE9 mno\u017Estvo zmenen\xE9 o ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Na tejto trase v\xE1m odpor\xFA\u010Dame zv\xFD\u0161i\u0165 sklz aspo\u0148 na ",["minRequiredSlippage"]," ."],"Caution, your slippage is high.":"Pozor, v\xE1\u0161 sklz je vysok\xFD.","Change":"Zmeni\u0165","High slippage":"Vysok\xFD sklz","Low slippage":"N\xEDzky sklz","Caution, your slippage is high. Your trade may be front run.":"Pozor, v\xE1\u0161 sklz je vysok\xFD. V\xE1\u0161 obchod m\xF4\u017Ee by\u0165 \xFAspe\u0161n\xFD.","Swap anyway":"Aj tak vymeni\u0165","Change Slippage":"Zmena sklzu","Something went wrong":"Nie\u010Do sa pokazilo","Something went wrong. Please refresh the app.":"Nie\u010Do sa pokazilo. Obnovte aplik\xE1ciu.","No Routes Found":"Nena\u0161li sa \u017Eiadne trasy","You cannot use the same token for From and To.":"Nem\xF4\u017Eete pou\u017Ei\u0165 rovnak\xFD token pre polo\u017Eky From a To.","Slippage tolerance per swap":"Tolerancia sklzu na v\xFDmenu","Custom":"Vlastn\xE9","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Va\u0161a transakcia bude vr\xE1ten\xE1, ak sa cena nepriaznivo zmen\xED o viac ako toto percento.","Warning":"POZOR","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Toto nastavenie sa aplikuje na ka\u017Ed\xFD krok (napr. 1Inch, Thorchain at\u010F.), \u010Do znamen\xE1, \u017Ee sa vr\xE1ti iba tento konkr\xE9tny krok, nie cel\xE1 trasa.","Slippage cannot be set lower than 0.01%.":"Sklz nem\xF4\u017Ee by\u0165 nastaven\xFD ni\u017E\u0161ie ako 0,01 %.","Caution, your slippage is high!":"Pozor, v\xE1\u0161 sklz je vysok\xFD!","Request ID":"ID \u017Eiadosti","Copied To Clipboard":"Skop\xEDrovan\xE9 do schr\xE1nky","Copy Request ID":"Skop\xEDrova\u0165 ID \u017Eiadosti","View on Rango Explorer":"Zobrazi\u0165 na Rango Explorer","Finished at":"Dokon\u010Den\xE9 o","Created at":"Vytvoren\xE9 o","Swap Details":"Podrobnosti o v\xFDmene","Not found":"Nen\xE1jden\xE9","Swap with request ID = {requestId} not found.":["Z\xE1mena s ID po\u017Eiadavky = ",["requestId"]," sa nena\u0161la."],"Change Network":"Zmeni\u0165 sie\u0165","Network Changed":"Sie\u0165 zmenen\xE1","Network Switch Failed":"Zlyhalo prep\xEDnanie siete","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Dostali ste ",["amount"]," ",["token"]," do ",["conciseAddress"]," pe\u0148a\u017Eenky v re\u0165azci ",["chain"]," ."],"Transaction was not sent.":"Transakcia nebola odoslan\xE1.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," na ",["blockchain"]," zost\xE1va vo va\u0161ej pe\u0148a\u017Eenke."],"Delete":"Odstr\xE1ni\u0165","Try again":"Sk\xFAste to znova","View transaction":"Zobrazi\u0165 transakciu","Connect":"Pripojte sa","Swap Successful":"V\xFDmena bola \xFAspe\u0161n\xE1","Transaction Failed":"Transakcia zlyhala","Done":"Hotovo","Diagnosis":"Diagn\xF3za","See Details":"Pozri Podrobnosti","Cancel Swap":"Zru\u0161i\u0165 v\xFDmenu","Are you sure you want to cancel this swap?":"Naozaj chcete zru\u0161i\u0165 t\xFAto v\xFDmenu?","Yes, Cancel it":"\xC1no, zru\u0161i\u0165","No, Continue":"Nie, pokra\u010Dova\u0165","Connect {wallet}":["Pripoji\u0165 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Pripojenie va\u0161ej pe\u0148a\u017Eenky alebo niektor\xFDch siet\xED bolo preru\u0161en\xE9. Pripojte sa, aby ste mohli pokra\u010Dova\u0165 vo v\xFDmene.","Wallet connected successfully.":"Pe\u0148a\u017Eenka sa \xFAspe\u0161ne pripojila.","Delete Transaction":"Odstr\xE1ni\u0165 transakciu","Are you sure you want to delete this swap?":"Naozaj chcete odstr\xE1ni\u0165 t\xFAto v\xFDmenu?","Yes, Delete it":"\xC1no, vymaza\u0165","No, Cancel":"Nie, zru\u0161i\u0165","Install {wallet}":["Nain\u0161talova\u0165 ",["wallet"]],"Install":"In\u0161talova\u0165","Try Again":"Sk\xFAste to znova","Slippage:":"\u0160myk:","Select Token":"Vyberte polo\u017Eku Token","Wallet Connected":"Pe\u0148a\u017Eenka je pripojen\xE1","Your wallet is connected, you can use it to swap.":"Va\u0161a pe\u0148a\u017Eenka je pripojen\xE1, m\xF4\u017Eete ju pou\u017Ei\u0165 na v\xFDmenu.","Failed to Connect":"Nepodarilo sa pripoji\u0165","Your wallet is not connected. Please try again.":"Va\u0161a pe\u0148a\u017Eenka nie je pripojen\xE1. Sk\xFAste to znova.","Connecting to your wallet":"Pripojenie k va\u0161ej pe\u0148a\u017Eenke","Click connect in your wallet popup.":"Vo vyskakovacom okne pe\u0148a\u017Eenky kliknite na Pripoji\u0165.","Select Derivation Path":"Vyberte cestu odvodenia","In order to connect to {type}, you must first select a Derivation Path":["Ak sa chcete pripoji\u0165 k ",["type"],", mus\xEDte najprv vybra\u0165 cestu odvodenia"],"Choose Derivation Path Template":"Vyberte mo\u017Enos\u0165 \u0160abl\xF3na odvodenej cesty","Enter Path":"Zadajte cestu","Enter Index":"Zadajte index","This wallet can only connect to one chain at a time.":"T\xE1to pe\u0148a\u017Eenka sa m\xF4\u017Ee pripoji\u0165 iba k jedn\xE9mu re\u0165azcu naraz.","Disconnect wallet":"Odpoji\u0165 pe\u0148a\u017Eenku","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"T\xE1to pe\u0148a\u017Eenka podporuje viacero re\u0165azcov. Vyberte si, ktor\xE9 re\u0165azce chcete pripoji\u0165 alebo odpoji\u0165.","Add {blockchainDisplayName} Chain":["Pridajte re\u0165azec ",["blockchainDisplayName"]],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Chceli by ste do svojej pe\u0148a\u017Eenky prida\u0165 experiment\xE1lny re\u0165azec ",["blockchainDisplayName"]," ?"],"Please approve the experimental chain pop-up in your wallet.":"Schv\xE1\u013Ete kontextov\xE9 okno experiment\xE1lneho re\u0165azca vo va\u0161ej pe\u0148a\u017Eenke.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Pridan\xFD re\u0165azec"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Re\u0165azec ",["blockchainDisplayName"]," bol \xFAspe\u0161ne pridan\xFD do va\u0161ej pe\u0148a\u017Eenky."],"Request Rejected":"\u017Diados\u0165 zamietnut\xE1","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Odmietli ste prida\u0165 re\u0165azec ",["blockchainDisplayName"]," do va\u0161ej pe\u0148a\u017Eenky."],"Disconnect":"Odpoji\u0165","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"T\xE1to pe\u0148a\u017Eenka podporuje viacero re\u0165azcov. Vyberte si, ktor\xE9 re\u0165azce chcete prepoji\u0165.","This wallet can only connect to one chain at a time. ":"T\xE1to pe\u0148a\u017Eenka sa m\xF4\u017Ee pripoji\u0165 iba k jedn\xE9mu re\u0165azcu naraz. ","Deselect all":"Zru\u0161te v\xFDber v\u0161etk\xFDch","Select all":"Vybra\u0165 v\u0161etko","Failed Network, Please retry your swap.":"Sie\u0165 zlyhala, sk\xFAste v\xFDmenu zopakova\u0165.","Please reset your liquidity sources.":"Obnovte zdroje likvidity.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Obmedzili ste zdroje likvidity a to m\xF4\u017Ee vies\u0165 k tomu, \u017Ee Rango nen\xE1jde \u017Eiadne cesty. Zv\xE1\u017Ete resetovanie zdrojov likvidity.","No Routes Found.":"Nena\u0161li sa \u017Eiadne trasy.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"D\xF4vody, pre\u010Do Rango nemohol n\xE1js\u0165 cestu: n\xEDzka likvidita tokenu, ve\u013Emi n\xEDzka vstupn\xE1 suma alebo \u017Eiadne dostupn\xE9 cesty pre zvolen\xFA kombin\xE1ciu vstupn\xFDch/v\xFDstupn\xFDch tokenov.","Bridge Limit Error: Please increase your amount.":"Chyba limitu mosta: Zv\xFD\u0161te svoju sumu.","Bridge Limit Error: Please decrease your amount.":"Chyba limitu mosta: Zn\xED\u017Ete sumu.","High Price Impact":"Vysok\xFD vplyv na cenu","Price impact is too high!":"Vplyv na cenu je pr\xEDli\u0161 vysok\xFD!","The price impact is significantly higher than the allowed amount.":"Cenov\xFD vplyv je v\xFDrazne vy\u0161\u0161\xED ako povolen\xE1 suma.","Confirm high price impact":"Potvr\u010Fte vysok\xFD cenov\xFD vplyv","Route updated and price impact is too high, try again later!":"Trasa bola aktualizovan\xE1 a vplyv na cenu je pr\xEDli\u0161 vysok\xFD, sk\xFAste to znova nesk\xF4r!","USD Price Unknown":"Cena v USD nezn\xE1ma","USD Price Unknown, Cannot calculate Price Impact.":"Cena v USD nie je zn\xE1ma, vplyv na cenu sa ned\xE1 vypo\u010D\xEDta\u0165.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Cena v USD nie je zn\xE1ma, nie je mo\u017En\xE9 vypo\u010D\xEDta\u0165 vplyv na cenu. Cenov\xFD vplyv m\xF4\u017Ee by\u0165 vy\u0161\u0161\xED ako zvy\u010Dajne. Naozaj chcete pokra\u010Dova\u0165 vo v\xFDmene?","Confirm USD Price Unknown":"Potvrdenie ceny v USD nie je zn\xE1me","Swap":"Vyme\u0148te","The route goes through Ethereum. Continue?":"Trasa vedie cez Ethereum. Pokra\u010Dova\u0165?","Routes":"Trasy","From":"Od","To":"Komu","Light":"Svetlo","Dark":"Tmav\xFD","Auto":"Auto","Loading failed":"Na\u010D\xEDtanie zlyhalo","Bridges":"Mosty","Exchanges":"V\xFDmeny","Custom Tokens":"Vlastn\xE9 tokeny","Language":"Jazyk","Infinite approval":"Nekone\u010Dn\xFD s\xFAhlas","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Povolenie re\u017Eimu \u201ENekone\u010Dn\xE9 schv\xE1lenie\u201C poskytuje neobmedzen\xFD pr\xEDstup k z\xE1kladn\xFDm inteligentn\xFDm zmluv\xE1m, \u010Do im umo\u017E\u0148uje vyu\u017E\xEDva\u0165 schv\xE1len\xFA sumu tokenu bez obmedzen\xED.","Theme":"T\xE9ma","Duplicate Token":"Duplicitn\xFD token","The address you entered is duplicate, please enter a new address.":"Zadan\xE1 adresa je duplicitn\xE1, zadajte nov\xFA adresu.","Token Already Exists":"Token u\u017E existuje","There's no need to add this token again because it already exists and is supported by us.":"Tento token nie je potrebn\xE9 znova prid\xE1va\u0165, preto\u017Ee u\u017E existuje a je nami podporovan\xFD.","Token Not Found":"Token sa nena\u0161iel","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u013Dutujeme, v re\u0165azci ",["blockchain"]," so zadanou adresou sa nena\u0161iel \u017Eiadny token. uistite sa, \u017Ee ste zadali spr\xE1vnu adresu tokenu."],"Network error":"Chyba siete","An error occurred while retrieving token data.":"Pri na\u010D\xEDtavan\xED \xFAdajov tokenu sa vyskytla chyba.","Add Custom Token":"Prida\u0165 vlastn\xFD token","Select chain":"Vyberte re\u0165az","Enter Address":"Zadajte adresu","Enter token address":"Zadajte adresu tokenu","Import":"Importova\u0165","Confirm Swap":"Potvr\u010Fte V\xFDmenu","Start Swap":"Spustite v\xFDmenu","You get":"dostane\u0161","Search Token":"Vyh\u013Ead\xE1vac\xED token","No custom tokens":"\u017Diadne vlastn\xE9 tokeny","press the button to add your custom token":"stla\u010Dte tla\u010Didlo a pridajte svoj vlastn\xFD token","Delete Custom Token":"Odstr\xE1ni\u0165 vlastn\xFD token","Are you sure you want to Delete this Token?":"Naozaj chcete odstr\xE1ni\u0165 tento token?","Complete":"Dokon\u010Di\u0165","Running":"Beh","Failed":"Nepodarilo sa","Refuel":"Dotankova\u0165","Clear":"Jasn\xE9","Search Transaction":"Vyh\u013Eada\u0165 transakciu","No transactions":"\u017Diadne transakcie","Your transaction history is stored locally and will appear here after you start a swap":"Va\u0161a hist\xF3ria transakci\xED je ulo\u017Een\xE1 lok\xE1lne a zobraz\xED sa tu po spusten\xED swapu","Clear Transaction History":"Vymaza\u0165 hist\xF3riu transakci\xED","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Pokra\u010Dovan\xEDm sa z miniaplik\xE1cie odstr\xE1nia v\u0161etky \xFAspe\u0161n\xE9 a ne\xFAspe\u0161n\xE9 transakcie. Chcete pokra\u010Dova\u0165?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Pozn\xE1mka: T\xFDmto sa nevyma\u017Ee va\u0161a hist\xF3ria transakci\xED v re\u0165azci; odstr\xE1ni ich len tu.","Yes, Clear the history":"\xC1no, vymaza\u0165 hist\xF3riu","language":"jazyk","Search {sourceType}":["H\u013Eada\u0165 ",["sourceType"]],"Search Chain":"Vyh\u013Ead\xE1vac\xED re\u0165azec","Source":"Zdroj","Destination":"Cie\u013E","Swap {type}":["Vyme\u0148te ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Moment\xE1lne ste v re\u017Eime kampane s obmedzeniami na zdroje likvidity. Chceli by ste z tohto re\u017Eimu vypn\xFA\u0165 a vyu\u017Ei\u0165 v\u0161etky dostupn\xE9 zdroje likvidity?","The request ID is necessary to display the swap details.":"ID po\u017Eiadavky je potrebn\xE9 na zobrazenie podrobnost\xED o v\xFDmene.","Connect Wallets":"Pripojte Pe\u0148a\u017Eenky","Choose a wallet to connect.":"Vyberte si pe\u0148a\u017Eenku, ktor\xFA chcete pripoji\u0165.","This week":"Tento t\xFD\u017Ede\u0148","This month":"Tento mesiac","This year":"Tento rok","Slippage must be greater than or equal to 0.01":"Sklz mus\xED by\u0165 v\xE4\u010D\u0161\xED alebo rovn\xFD 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Va\u0161a transakcia je vystaven\xE1 riziku predbe\u017En\xE9ho ukon\u010Denia z d\xF4vodu vysokej tolerancie sklzu.","Required: >= {min} {symbol}":["Povinn\xE9: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Povinn\xE9: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Povinn\xE9: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Povinn\xE9: < ",["max"]," ",["symbol"]]," for network fee":" za sie\u0165ov\xFD poplatok"," for swap":" na v\xFDmenu"," for input and network fee":" za vstupn\xFD a sie\u0165ov\xFD poplatok","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Potrebujete \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", ale vo svojej ",["blockchain"]," pe\u0148a\u017Eenke m\xE1te ",["currentAmount"]," ",["symbol"]," ."],"Waiting for other running tasks to be finished":"\u010Cak\xE1 sa na dokon\u010Denie ostatn\xFDch spusten\xFDch \xFAloh","Waiting for changing wallet network":"\u010Cak\xE1 sa na zmenu siete pe\u0148a\u017Eenky","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Prepnutie siete sa nepodarilo dokon\u010Di\u0165. Sk\xFAste to znova alebo prepnite sie\u0165 manu\xE1lne vo svojej pe\u0148a\u017Eenke.","Sunday":"nede\u013Eu","Monday":"pondelok","Tuesday":"utorok","Wednesday":"streda","Thursday":"\u0161tvrtok","Friday":"piatok","Saturday":"sobota","Powered By":"Be\u017E\xED na","This token may involve potential security risks; proceed with caution.":"Tento token m\xF4\u017Ee zah\u0155\u0148a\u0165 potenci\xE1lne bezpe\u010Dnostn\xE9 rizik\xE1; postupujte opatrne.","Aggregated Transaction":"Agregovan\xE1 transakcia","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Vyme\u0148te na ",["fromChain"]," cez ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Most z ",["fromChain"]," cez ",["swapper"]],"Bridge to {toChain} via {swapper}":["Most na ",["toChain"]," cez ",["swapper"]],"Completed":"Dokon\u010Den\xE9","In progress":"Prebieha","Waiting for the swap transaction":"\u010Cakanie na swapov\xFA transakciu","Waiting for the bridge transaction":"\u010Cakanie na premos\u0165ovaciu transakciu","Connected Partially":"\u010Ciasto\u010Dne pripojen\xE9","Connect other chains":"Pripojte \u010Fal\u0161ie re\u0165azce","Connecting ...":"Prip\xE1ja sa...","Connecting":"Prip\xE1ja sa","Disconnected":"Odpojen\xE9","you need to pass a correct state to Wallet.":"mus\xEDte do Pe\u0148a\u017Eenky odovzda\u0165 spr\xE1vny stav.","There are no notifications.":"Neexistuj\xFA \u017Eiadne upozornenia.","Clear all":"Vymaza\u0165 v\u0161etko","Balance":"Zostatok","Max":"Max","Select gas chain":"Vyberte plynov\xFD re\u0165azec"}`);var Ti=JSON.parse(`{"No results found":"\u041D\u0435\u043C\u0430 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D\u0438\u0445 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430","Try using different keywords":"\u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0440\u0430\u0437\u043B\u0438\u0447\u0438\u0442\u0435 \u043A\u0459\u0443\u0447\u043D\u0435 \u0440\u0435\u0447\u0438","Select Chain":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u041B\u0430\u043D\u0430\u0446","All":"\u0421\u0432\u0435","More +{count}":["\u0408\u043E\u0448 +",["count"]],"Activate this tab":"\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0458\u0442\u0435 \u043E\u0432\u0443 \u043A\u0430\u0440\u0442\u0438\u0446\u0443","Another tab is open and handles transactions.":"\u0414\u0440\u0443\u0433\u0430 \u043A\u0430\u0440\u0442\u0438\u0446\u0430 \u0458\u0435 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u0430 \u0438 \u0443\u043F\u0440\u0430\u0432\u0459\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430\u043C\u0430.","Activate current tab":"\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0458\u0442\u0435 \u0442\u0440\u0435\u043D\u0443\u0442\u043D\u0443 \u043A\u0430\u0440\u0442\u0438\u0446\u0443","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0422\u0440\u0435\u043D\u0443\u0442\u043D\u043E \u0441\u0443 \u043D\u0435\u043A\u0435 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0435 \u043F\u043E\u043A\u0440\u0435\u043D\u0443\u0442\u0435 \u0438 \u045A\u0438\u043C\u0430 \u0443\u043F\u0440\u0430\u0432\u0459\u0430 \u0434\u0440\u0443\u0433\u0430 \u043A\u0430\u0440\u0442\u0438\u0446\u0430 \u043F\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447\u0430. \u0410\u043A\u043E \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0442\u0435 \u043E\u0432\u0443 \u043A\u0430\u0440\u0442\u0438\u0446\u0443, \u0441\u0432\u0435 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0435 \u043A\u043E\u0458\u0435 \u0441\u0443 \u0432\u0435\u045B \u0443 \u043A\u043E\u0440\u0430\u043A\u0443 \u043F\u043E\u0442\u043F\u0438\u0441\u0438\u0432\u0430\u045A\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0435 \u045B\u0435 \u0438\u0441\u0442\u0435\u045B\u0438.","Confirm":"\u041F\u043E\u0442\u0432\u0440\u0434\u0438","Your {blockchainName} wallets":["\u0412\u0430\u0448\u0438 ",["blockchainName"]," \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u0446\u0438"],"Insufficient account balance":"\u041D\u0435\u0434\u043E\u0432\u043E\u0459\u043D\u043E \u0441\u0442\u0430\u045A\u0435 \u043D\u0430 \u0440\u0430\u0447\u0443\u043D\u0443","Proceed anyway":"\u0418\u043F\u0430\u043A \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435","You need to connect a {blockchainName} wallet.":["\u041C\u043E\u0440\u0430\u0442\u0435 \u0434\u0430 \u043F\u043E\u0432\u0435\u0436\u0435\u0442\u0435 ",["blockchainName"]," \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A."],"Add {chain} chain":["\u0414\u043E\u0434\u0430\u0458\u0442\u0435 ",["chain"]," \u043B\u0430\u043D\u0430\u0446"],"Chain not connected":"\u041B\u0430\u043D\u0430\u0446 \u043D\u0438\u0458\u0435 \u043F\u043E\u0432\u0435\u0437\u0430\u043D","Show more wallets":"\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0458\u043E\u0448 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0430","Send to a different address":"\u041F\u043E\u0448\u0430\u0459\u0438\u0442\u0435 \u043D\u0430 \u0434\u0440\u0443\u0433\u0443 \u0430\u0434\u0440\u0435\u0441\u0443","Enter {blockchainName} address":["\u0423\u043D\u0435\u0441\u0438\u0442\u0435 ",["blockchainName"]," \u0430\u0434\u0440\u0435\u0441\u0443"],"Address {destination} doesn't match the blockchain address pattern.":["\u0410\u0434\u0440\u0435\u0441\u0430 ",["destination"]," \u043D\u0435 \u043E\u0434\u0433\u043E\u0432\u0430\u0440\u0430 \u043E\u0431\u0440\u0430\u0441\u0446\u0443 \u0430\u0434\u0440\u0435\u0441\u0435 \u0431\u043B\u043E\u043A \u043B\u0430\u043D\u0446\u0430."],"via":"\u043F\u0440\u0435\u043A\u043E","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u041E\u0432\u0430\u0458 \u0442\u043E\u043A\u0435\u043D \u043D\u0438\u0458\u0435 \u0434\u0435\u043E \u043D\u0430\u0448\u0435 \u0432\u0435\u0440\u0438\u0444\u0438\u043A\u043E\u0432\u0430\u043D\u0435 \u043B\u0438\u0441\u0442\u0435 \u0442\u043E\u043A\u0435\u043D\u0430. \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u0435 \u045A\u0435\u0433\u043E\u0432 \u0438\u0437\u0432\u043E\u0440 \u0438 \u0443\u0432\u0435\u0440\u0438\u0442\u0435 \u0441\u0435 \u0434\u0430 \u0440\u0430\u0437\u0443\u043C\u0435\u0442\u0435 \u0441\u0432\u0435 \u043F\u043E\u0432\u0435\u0437\u0430\u043D\u0435 \u0440\u0438\u0437\u0438\u043A\u0435 \u043F\u0440\u0435 \u043D\u0435\u0433\u043E \u0448\u0442\u043E \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435.","Import Anyway":"\u0423\u0432\u0435\u0437\u0438 \u0441\u0432\u0435\u0458\u0435\u0434\u043D\u043E","Learn More":"\u0421\u0430\u0437\u043D\u0430\u0458\u0442\u0435 \u0432\u0438\u0448\u0435","Status":"\u0421\u0442\u0430\u0442\u0443\u0441","Reset":"\u0420\u0435\u0441\u0435\u0442\u0443\u0458","Cancel":"\u041E\u0442\u043A\u0430\u0436\u0438","Refresh":"\u041E\u0441\u0432\u0435\u0436\u0438","Notifications":"\u041E\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045A\u0430","Settings":"\u041F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430","History":"\u0418\u0441\u0442\u043E\u0440\u0438\u0458\u0430","Connect Wallet":"\u041F\u043E\u0432\u0435\u0436\u0438\u0442\u0435 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A","Today":"\u0434\u0430\u043D\u0430\u0441","Failed Network, Please retry.":"\u041C\u0440\u0435\u0436\u0430 \u043D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u0430, \u043F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E.","Retry":"\u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E","Add another custom token":"\u0414\u043E\u0434\u0430\u0458\u0442\u0435 \u0458\u043E\u0448 \u0458\u0435\u0434\u0430\u043D \u043F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0435\u043D\u0438 \u0442\u043E\u043A\u0435\u043D","Swaps steps":"\u0417\u0430\u043C\u0435\u045A\u0443\u0458\u0435 \u043A\u043E\u0440\u0430\u043A\u0435","Connected":"\u041F\u043E\u0432\u0435\u0437\u0430\u043D\u043E","Connection failed":"\u041F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0435 \u043D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E","See why":"\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 \u0437\u0430\u0448\u0442\u043E","(Currently not supported)":"(\u0422\u0440\u0435\u043D\u0443\u0442\u043D\u043E \u043D\u0438\u0458\u0435 \u043F\u043E\u0434\u0440\u0436\u0430\u043D\u043E)","Slippage Error":"\u0421\u043B\u0438\u043F\u043F\u0430\u0433\u0435 \u0415\u0440\u0440\u043E\u0440","Slippage Warning":"\u0423\u043F\u043E\u0437\u043E\u0440\u0435\u045A\u0435 \u043E \u043F\u0440\u043E\u043A\u043B\u0438\u0437\u0430\u0432\u0430\u045A\u0443","Bridge Limit Error":"\u0413\u0440\u0435\u0448\u043A\u0430 \u0433\u0440\u0430\u043D\u0438\u0446\u0435 \u043C\u043E\u0441\u0442\u0430","Yours: {amount} {symbol}":["\u0412\u0430\u0448: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u043D\u043E \u043F\u0440\u0435\u043F\u043E\u0440\u0443\u0447\u0435\u043D\u043E \u043A\u043B\u0438\u0437\u0430\u045A\u0435: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0412\u0430\u0448: ",["userSlippage"]],"See All Routes":"\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 \u0441\u0432\u0435 \u0440\u0443\u0442\u0435","View more info":"\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 \u0432\u0438\u0448\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0430","Gas & Fee Explanation":"\u041E\u0431\u0458\u0430\u0448\u045A\u0435\u045A\u0435 \u0437\u0430 \u0433\u0430\u0441 \u0438 \u043D\u0430\u043A\u043D\u0430\u0434\u0443","Details":"\u0414\u0435\u0442\u0430\u0459\u0438","Total Payable Fee":"\u0423\u043A\u0443\u043F\u043D\u0430 \u043D\u0430\u043A\u043D\u0430\u0434\u0430 \u0437\u0430 \u043F\u043B\u0430\u045B\u0430\u045A\u0435","Hide non-payable fees":"\u0421\u0430\u043A\u0440\u0438\u0458\u0442\u0435 \u043D\u0435\u043F\u043B\u0430\u0442\u0438\u0432\u0435 \u043D\u0430\u043A\u043D\u0430\u0434\u0435","Show non-payable fees":"\u041F\u0440\u0438\u043A\u0430\u0436\u0438\u0442\u0435 \u043D\u0435\u043F\u043B\u0430\u0442\u0438\u0432\u0435 \u043D\u0430\u043A\u043D\u0430\u0434\u0435","Description":"\u041E\u043F\u0438\u0441","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u0421\u043B\u0435\u0434\u0435\u045B\u0435 \u043D\u0430\u043A\u043D\u0430\u0434\u0435 \u0441\u0435 \u0443\u0437\u0438\u043C\u0430\u0458\u0443 \u0443 \u043E\u0431\u0437\u0438\u0440 \u0443 \u0438\u0437\u043B\u0430\u0437\u0443 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0435 \u0438\\n \u043D\u0435\u045B\u0435\u0442\u0435 \u043C\u043E\u0440\u0430\u0442\u0438 \u0434\u0430 \u043F\u043B\u0430\u045B\u0430\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u043D\u0438 \u0433\u0430\u0441 \u0437\u0430 \u045A\u0438\u0445.","Swap input":"\u0417\u0430\u043C\u0435\u043D\u0438 \u0443\u043B\u0430\u0437","Estimated output":"\u041F\u0440\u043E\u0446\u0435\u045A\u0435\u043D\u0438 \u0438\u0437\u043B\u0430\u0437","Via:":"\u043F\u0440\u0435\u043A\u043E:","Chains:":"\u041B\u0430\u043D\u0446\u0438:","Sort by":"\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u0458 \u043F\u043E","Smart Routing":"\u0421\u043C\u0430\u0440\u0442 \u0420\u043E\u0443\u0442\u0438\u043D\u0433","Lowest Fee":"\u041D\u0430\u0458\u043D\u0438\u0436\u0430 \u043D\u0430\u043A\u043D\u0430\u0434\u0430","Fastest Transfer":"\u041D\u0430\u0458\u0431\u0440\u0436\u0438 \u0442\u0440\u0430\u043D\u0441\u0444\u0435\u0440","Maximum Return":"\u041C\u0430\u043A\u0438\u043C\u0443\u043C \u0420\u0435\u0442\u0443\u0440\u043D","Maximum Output":"\u041C\u0430\u043A\u0438\u043C\u0443\u043C \u041E\u0443\u0442\u043F\u0443\u0442","Swapping":"\u0417\u0430\u043C\u0435\u043D\u0430","Gas cost":"\u0422\u0440\u043E\u0448\u0430\u043A \u0433\u0430\u0441\u0430","Receiving":"\u041F\u0440\u0438\u043C\u0430\u045A\u0435","Price impact":"\u0423\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u041C\u043E\u0440\u0430\u0442\u0435 \u043F\u043E\u0432\u0435\u045B\u0430\u0442\u0438 \u043A\u043B\u0438\u0437\u0430\u045A\u0435 \u043D\u0430 \u043D\u0430\u0458\u043C\u0430\u045A\u0435 ",["minRequiredSlippage"]," \u0437\u0430 \u043E\u0432\u0443 \u0440\u0443\u0442\u0443."],"Increase":"\u041F\u043E\u0432\u0435\u045B\u0430\u045A\u0435","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u0418\u0437\u043B\u0430\u0437\u043D\u0438 \u0438\u0437\u043D\u043E\u0441 \u0458\u0435 \u043F\u0440\u043E\u043C\u0435\u045A\u0435\u043D \u0437\u0430 ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u041F\u0440\u0435\u043F\u043E\u0440\u0443\u0447\u0443\u0458\u0435\u043C\u043E \u0432\u0430\u043C \u0434\u0430 \u043F\u043E\u0432\u0435\u045B\u0430\u0442\u0435 \u043A\u043B\u0438\u0437\u0430\u045A\u0435 \u043D\u0430 \u043D\u0430\u0458\u043C\u0430\u045A\u0435 ",["minRequiredSlippage"]," \u0437\u0430 \u043E\u0432\u0443 \u0440\u0443\u0442\u0443."],"Caution, your slippage is high.":"\u041E\u043F\u0440\u0435\u0437, \u0432\u0430\u0448\u0435 \u043A\u043B\u0438\u0437\u0430\u045A\u0435 \u0458\u0435 \u0432\u0435\u043B\u0438\u043A\u043E.","Change":"\u041F\u0440\u043E\u043C\u0435\u043D\u0430","High slippage":"\u0412\u0438\u0441\u043E\u043A\u043E \u043A\u043B\u0438\u0437\u0430\u045A\u0435","Low slippage":"\u041D\u0438\u0441\u043A\u043E \u043A\u043B\u0438\u0437\u0430\u045A\u0435","Caution, your slippage is high. Your trade may be front run.":"\u041E\u043F\u0440\u0435\u0437, \u0432\u0430\u0448\u0435 \u043A\u043B\u0438\u0437\u0430\u045A\u0435 \u0458\u0435 \u0432\u0435\u043B\u0438\u043A\u043E. \u0412\u0430\u0448\u0430 \u0442\u0440\u0433\u043E\u0432\u0438\u043D\u0430 \u0431\u0438 \u043C\u043E\u0433\u043B\u0430 \u0431\u0438\u0442\u0438 \u0438\u0441\u043F\u0440\u0435\u0434 \u0442\u0440\u043A\u0435.","Swap anyway":"\u0417\u0430\u043C\u0435\u043D\u0438 \u0443 \u0441\u0432\u0430\u043A\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0458\u0443","Change Slippage":"\u041F\u0440\u043E\u043C\u0435\u043D\u0430 \u043F\u0440\u043E\u043A\u043B\u0438\u0437\u0430\u0432\u0430\u045A\u0430","Something went wrong":"\u041D\u0435\u0448\u0442\u043E \u0458\u0435 \u043F\u043E\u0448\u043B\u043E \u043F\u043E \u0437\u043B\u0443","Something went wrong. Please refresh the app.":"\u041D\u0435\u0448\u0442\u043E \u0458\u0435 \u043F\u043E\u0448\u043B\u043E \u043F\u043E \u0437\u043B\u0443. \u041E\u0441\u0432\u0435\u0436\u0438\u0442\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0443.","No Routes Found":"\u0420\u0443\u0442\u0435 \u043D\u0438\u0441\u0443 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D\u0435","You cannot use the same token for From and To.":"\u041D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u0438\u0441\u0442\u0438 \u0442\u043E\u043A\u0435\u043D \u0437\u0430 \u041E\u0434 \u0438 \u0414\u043E.","Slippage tolerance per swap":"\u0422\u043E\u043B\u0435\u0440\u0430\u043D\u0446\u0438\u0458\u0430 \u043A\u043B\u0438\u0437\u0430\u045A\u0430 \u043F\u043E \u0437\u0430\u043C\u0435\u043D\u0438","Custom":"\u0426\u0443\u0441\u0442\u043E\u043C","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u045B\u0435 \u0431\u0438\u0442\u0438 \u043F\u043E\u043D\u0438\u0448\u0442\u0435\u043D\u0430 \u0430\u043A\u043E \u0441\u0435 \u0446\u0435\u043D\u0430 \u043D\u0435\u043F\u043E\u0432\u043E\u0459\u043D\u043E \u043F\u0440\u043E\u043C\u0435\u043D\u0438 \u0437\u0430 \u0432\u0438\u0448\u0435 \u043E\u0434 \u043E\u0432\u043E\u0433 \u043F\u0440\u043E\u0446\u0435\u043D\u0442\u0430.","Warning":"\u0423\u043F\u043E\u0437\u043E\u0440\u0435\u045A\u0435","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u041E\u0432\u043E \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0435 \u0441\u0435 \u043F\u0440\u0438\u043C\u0435\u045A\u0443\u0458\u0435 \u043D\u0430 \u0441\u0432\u0430\u043A\u0438 \u043A\u043E\u0440\u0430\u043A (\u043D\u043F\u0440. 1 \u0438\u043D\u0447, \u0422\u0445\u043E\u0440\u0446\u0445\u0430\u0438\u043D, \u0438\u0442\u0434.), \u0448\u0442\u043E \u0437\u043D\u0430\u0447\u0438 \u0434\u0430 \u045B\u0435 \u0441\u0430\u043C\u043E \u0442\u0430\u0458 \u043E\u0434\u0440\u0435\u0452\u0435\u043D\u0438 \u043A\u043E\u0440\u0430\u043A \u0431\u0438\u0442\u0438 \u0432\u0440\u0430\u045B\u0435\u043D, \u0430 \u043D\u0435 \u0446\u0435\u043B\u0430 \u0440\u0443\u0442\u0430.","Slippage cannot be set lower than 0.01%.":"\u041A\u043B\u0438\u0437\u0430\u045A\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0438\u0442\u0438 \u043F\u043E\u0434\u0435\u0448\u0435\u043D\u043E \u043D\u0430 \u043C\u0430\u045A\u0435 \u043E\u0434 0,01%.","Caution, your slippage is high!":"\u041E\u043F\u0440\u0435\u0437, \u0432\u0430\u0448\u0435 \u043A\u043B\u0438\u0437\u0430\u045A\u0435 \u0458\u0435 \u0432\u0435\u043B\u0438\u043A\u043E!","Request ID":"\u0418\u0414 \u0437\u0430\u0445\u0442\u0435\u0432\u0430","Copied To Clipboard":"\u041A\u043E\u043F\u0438\u0440\u0430\u043D\u043E \u0443 \u043C\u0435\u0452\u0443\u0441\u043F\u0440\u0435\u043C\u043D\u0438\u043A","Copy Request ID":"\u041A\u043E\u043F\u0438\u0440\u0430\u0458 \u0418\u0414 \u0437\u0430\u0445\u0442\u0435\u0432\u0430","View on Rango Explorer":"\u041F\u043E\u0433\u043B\u0435\u0434 \u043D\u0430 \u0420\u0430\u043D\u0433\u043E \u0415\u043A\u043F\u043B\u043E\u0440\u0435\u0440","Finished at":"\u0417\u0430\u0432\u0440\u0448\u0435\u043D\u043E \u0443","Created at":"\u0426\u0440\u0435\u0430\u0442\u0435\u0434 \u0430\u0442","Swap Details":"\u0421\u0432\u0430\u043F \u0414\u0435\u0442\u0430\u0438\u043B\u0441","Not found":"\u041D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D\u043E","Swap with request ID = {requestId} not found.":["\u0417\u0430\u043C\u0435\u043D\u0430 \u0441\u0430 \u0418\u0414-\u043E\u043C \u0437\u0430\u0445\u0442\u0435\u0432\u0430 = ",["requestId"]," \u043D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D\u043E."],"Change Network":"\u041F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u043C\u0440\u0435\u0436\u0443","Network Changed":"\u041C\u0440\u0435\u0436\u0430 \u0458\u0435 \u043F\u0440\u043E\u043C\u0435\u045A\u0435\u043D\u0430","Network Switch Failed":"\u041C\u0440\u0435\u0436\u043D\u0438 \u043F\u0440\u0435\u043A\u0438\u0434\u0430\u0447 \u043D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043E","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0414\u043E\u0431\u0438\u043B\u0438 \u0441\u0442\u0435 ",["amount"]," ",["token"]," \u0443 ",["conciseAddress"]," \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0443 \u043D\u0430 ",["chain"]," \u043B\u0430\u043D\u0446\u0443."],"Transaction was not sent.":"\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u043D\u0438\u0458\u0435 \u043F\u043E\u0441\u043B\u0430\u0442\u0430.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u043D\u0430 ",["blockchain"]," \u043E\u0441\u0442\u0430\u0458\u0435 \u0443 \u0432\u0430\u0448\u0435\u043C \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0443."],"Delete":"\u0418\u0437\u0431\u0440\u0438\u0448\u0438","Try again":"\u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E","View transaction":"\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0443","Connect":"\u041F\u043E\u0432\u0435\u0436\u0438\u0442\u0435 \u0441\u0435","Swap Successful":"\u0417\u0430\u043C\u0435\u043D\u0430 \u0443\u0441\u043F\u0435\u043B\u0430","Transaction Failed":"\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u043D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u0430","Done":"\u0413\u043E\u0442\u043E\u0432\u043E","Diagnosis":"\u0414\u0438\u0458\u0430\u0433\u043D\u043E\u0437\u0430","See Details":"\u041F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 \u0414\u0435\u0442\u0430\u0459\u0438","Cancel Swap":"\u041E\u0442\u043A\u0430\u0436\u0438 \u0437\u0430\u043C\u0435\u043D\u0443","Are you sure you want to cancel this swap?":"\u0414\u0430 \u043B\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438 \u0434\u0430 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u043E\u0442\u043A\u0430\u0436\u0435\u0442\u0435 \u043E\u0432\u0443 \u0437\u0430\u043C\u0435\u043D\u0443?","Yes, Cancel it":"\u0414\u0430, \u043E\u0442\u043A\u0430\u0436\u0438","No, Continue":"\u041D\u0435, \u043D\u0430\u0441\u0442\u0430\u0432\u0438","Connect {wallet}":["\u041F\u043E\u0432\u0435\u0436\u0438 \u0441\u0435 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0412\u0435\u0437\u0430 \u0441\u0430 \u0432\u0430\u0448\u0438\u043C \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u043E\u043C \u0438\u043B\u0438 \u043D\u0435\u043A\u0438\u043C \u043C\u0440\u0435\u0436\u0430\u043C\u0430 \u0458\u0435 \u043F\u0440\u0435\u043A\u0438\u043D\u0443\u0442\u0430. \u041F\u043E\u0432\u0435\u0436\u0438\u0442\u0435 \u0441\u0435 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u043B\u0438 \u0440\u0430\u0437\u043C\u0435\u043D\u0443.","Wallet connected successfully.":"\u041D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u0458\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u043E\u0432\u0435\u0437\u0430\u043D.","Delete Transaction":"\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0443","Are you sure you want to delete this swap?":"\u0414\u0430 \u043B\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438 \u0434\u0430 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u043E\u0432\u0443 \u0437\u0430\u043C\u0435\u043D\u0443?","Yes, Delete it":"\u0414\u0430, \u0418\u0437\u0431\u0440\u0438\u0448\u0438","No, Cancel":"\u041D\u0435, \u043E\u0442\u043A\u0430\u0436\u0438","Install {wallet}":["\u0418\u043D\u0441\u0442\u0430\u043B\u0438\u0440\u0430\u0458 ",["wallet"]],"Install":"\u0418\u043D\u0441\u0442\u0430\u043B\u0438\u0440\u0430\u0458","Try Again":"\u041F\u043E\u043A\u0443\u0448\u0430\u0458 \u043F\u043E\u043D\u043E\u0432\u043E","Slippage:":"\u041A\u043B\u0438\u0437\u0430\u045A\u0435:","Select Token":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0422\u043E\u043A\u0435\u043D","Wallet Connected":"\u041D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u043F\u043E\u0432\u0435\u0437\u0430\u043D","Your wallet is connected, you can use it to swap.":"\u0412\u0430\u0448 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u0458\u0435 \u043F\u043E\u0432\u0435\u0437\u0430\u043D, \u043C\u043E\u0436\u0435\u0442\u0435 \u0433\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u0437\u0430 \u0437\u0430\u043C\u0435\u043D\u0443.","Failed to Connect":"\u041F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0435 \u043D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E","Your wallet is not connected. Please try again.":"\u0412\u0430\u0448 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u043D\u0438\u0458\u0435 \u043F\u043E\u0432\u0435\u0437\u0430\u043D. \u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E.","Connecting to your wallet":"\u041F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0435 \u0441\u0430 \u0432\u0430\u0448\u0438\u043C \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u043E\u043C","Click connect in your wallet popup.":"\u041A\u043B\u0438\u043A\u043D\u0438\u0442\u0435 \u043D\u0430 \u041F\u043E\u0432\u0435\u0436\u0438 \u0441\u0435 \u0443 \u0438\u0441\u043A\u0430\u0447\u0443\u045B\u0435\u043C \u043F\u0440\u043E\u0437\u043E\u0440\u0443 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0430.","Select Derivation Path":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u041F\u0443\u0442\u0430\u045A\u0430 \u0434\u0435\u0440\u0438\u0432\u0430\u0446\u0438\u0458\u0435","In order to connect to {type}, you must first select a Derivation Path":["\u0414\u0430 \u0431\u0438\u0441\u0442\u0435 \u0441\u0435 \u043F\u043E\u0432\u0435\u0437\u0430\u043B\u0438 \u043D\u0430 ",["type"],", \u043F\u0440\u0432\u043E \u043C\u043E\u0440\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0430\u0431\u0435\u0440\u0435\u0442\u0435 \u043F\u0443\u0442\u0430\u045A\u0443 \u0438\u0437\u0432\u043E\u0452\u0435\u045A\u0430"],"Choose Derivation Path Template":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0448\u0430\u0431\u043B\u043E\u043D \u043F\u0443\u0442\u0430\u045A\u0435 \u0438\u0437\u0432\u043E\u0452\u0435\u045A\u0430","Enter Path":"\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u043F\u0443\u0442\u0430\u045A\u0443","Enter Index":"\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0438\u043D\u0434\u0435\u043A\u0441","This wallet can only connect to one chain at a time.":"\u041E\u0432\u0430\u0458 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u043C\u043E\u0436\u0435 \u0431\u0438\u0442\u0438 \u043F\u043E\u0432\u0435\u0437\u0430\u043D \u0441\u0430\u043C\u043E \u0441\u0430 \u0458\u0435\u0434\u043D\u0438\u043C \u043B\u0430\u043D\u0446\u0435\u043C \u0438\u0441\u0442\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043E.","Disconnect wallet":"\u0418\u0441\u043A\u0459\u0443\u0447\u0438 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u041E\u0432\u0430\u0458 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u043F\u043E\u0434\u0440\u0436\u0430\u0432\u0430 \u0432\u0438\u0448\u0435 \u043B\u0430\u043D\u0430\u0446\u0430. \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u043E\u0458\u0435 \u043B\u0430\u043D\u0446\u0435 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u043F\u043E\u0432\u0435\u0436\u0435\u0442\u0435 \u0438\u043B\u0438 \u0438\u0441\u043A\u0459\u0443\u0447\u0438\u0442\u0435.","Add {blockchainDisplayName} Chain":["\u0414\u043E\u0434\u0430\u0458\u0442\u0435 ",["blockchainDisplayName"]," \u043B\u0430\u043D\u0430\u0446"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0414\u0430 \u043B\u0438 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u0434\u043E\u0434\u0430\u0442\u0435 ",["blockchainDisplayName"]," \u0435\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u0438 \u043B\u0430\u043D\u0430\u0446 \u0443 \u0441\u0432\u043E\u0458 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A?"],"Please approve the experimental chain pop-up in your wallet.":"\u041E\u0434\u043E\u0431\u0440\u0438\u0442\u0435 \u0438\u0441\u043A\u0430\u0447\u0443\u045B\u0438 \u043F\u0440\u043E\u0437\u043E\u0440 \u0435\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u043D\u043E\u0433 \u043B\u0430\u043D\u0446\u0430 \u0443 \u0441\u0432\u043E\u043C \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0443.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0414\u043E\u0434\u0430\u043D \u043B\u0430\u043D\u0430\u0446"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u041B\u0430\u043D\u0430\u0446 ",["blockchainDisplayName"]," \u0458\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0434\u043E\u0434\u0430\u0442 \u0443 \u0432\u0430\u0448 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A."],"Request Rejected":"\u0417\u0430\u0445\u0442\u0435\u0432 \u043E\u0434\u0431\u0438\u0458\u0435\u043D","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u041E\u0434\u0431\u0438\u043B\u0438 \u0441\u0442\u0435 \u0434\u043E\u0434\u0430\u0432\u0430\u045A\u0435 ",["blockchainDisplayName"]," \u043B\u0430\u043D\u0446\u0430 \u0443 \u0432\u0430\u0448 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A."],"Disconnect":"\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u0432\u0435\u0437\u0443","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u041E\u0432\u0430\u0458 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u043F\u043E\u0434\u0440\u0436\u0430\u0432\u0430 \u0432\u0438\u0448\u0435 \u043B\u0430\u043D\u0430\u0446\u0430. \u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u043E\u0458\u0435 \u043B\u0430\u043D\u0446\u0435 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u043F\u043E\u0432\u0435\u0436\u0435\u0442\u0435.","This wallet can only connect to one chain at a time. ":"\u041E\u0432\u0430\u0458 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u043C\u043E\u0436\u0435 \u0431\u0438\u0442\u0438 \u043F\u043E\u0432\u0435\u0437\u0430\u043D \u0441\u0430\u043C\u043E \u0441\u0430 \u0458\u0435\u0434\u043D\u0438\u043C \u043B\u0430\u043D\u0446\u0435\u043C \u0438\u0441\u0442\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043E. ","Deselect all":"\u041E\u043F\u043E\u0437\u043E\u0432\u0438 \u0441\u0432\u0435","Select all":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u0435","Failed Network, Please retry your swap.":"\u041D\u0435\u0443\u0441\u043F\u0435\u043B\u0430 \u043C\u0440\u0435\u0436\u0430, \u043F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E \u0434\u0430 \u0438\u0437\u0432\u0440\u0448\u0438\u0442\u0435 \u0437\u0430\u043C\u0435\u043D\u0443.","Please reset your liquidity sources.":"\u0420\u0435\u0441\u0435\u0442\u0443\u0458\u0442\u0435 \u0441\u0432\u043E\u0458\u0435 \u0438\u0437\u0432\u043E\u0440\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u041E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u043B\u0438 \u0441\u0442\u0435 \u0438\u0437\u0432\u043E\u0440\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438 \u0438 \u0442\u043E \u043C\u043E\u0436\u0435 \u0434\u043E\u0432\u0435\u0441\u0442\u0438 \u0434\u043E \u0442\u043E\u0433\u0430 \u0434\u0430 \u0420\u0430\u043D\u0433\u043E \u043D\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435 \u043D\u0438\u043A\u0430\u043A\u0432\u0435 \u0440\u0443\u0442\u0435. \u0420\u0430\u0437\u043C\u0438\u0441\u043B\u0438\u0442\u0435 \u043E \u0440\u0435\u0441\u0435\u0442\u043E\u0432\u0430\u045A\u0443 \u0438\u0437\u0432\u043E\u0440\u0430 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438.","No Routes Found.":"\u0420\u0443\u0442\u0435 \u043D\u0438\u0441\u0443 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D\u0435.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u0420\u0430\u0437\u043B\u043E\u0437\u0438 \u0437\u0431\u043E\u0433 \u043A\u043E\u0458\u0438\u0445 \u0420\u0430\u043D\u0433\u043E \u043D\u0438\u0458\u0435 \u043C\u043E\u0433\u0430\u043E \u0434\u0430 \u043F\u0440\u043E\u043D\u0430\u0452\u0435 \u0440\u0443\u0442\u0443: \u043D\u0438\u0441\u043A\u0430 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442 \u043D\u0430 \u0442\u043E\u043A\u0435\u043D\u0443, \u0432\u0435\u043E\u043C\u0430 \u043C\u0430\u043B\u0438 \u0438\u0437\u043D\u043E\u0441 \u0443\u043D\u043E\u0441\u0430 \u0438\u043B\u0438 \u043D\u0435\u043C\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0438\u0445 \u0440\u0443\u0442\u0430 \u0437\u0430 \u0438\u0437\u0430\u0431\u0440\u0430\u043D\u0443 \u043A\u043E\u043C\u0431\u0438\u043D\u0430\u0446\u0438\u0458\u0443 \u0443\u043B\u0430\u0437\u043D\u043E/\u0438\u0437\u043B\u0430\u0437\u043D\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0430.","Bridge Limit Error: Please increase your amount.":"\u0413\u0440\u0435\u0448\u043A\u0430 \u0443 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0443 \u043F\u0440\u0435\u043C\u043E\u0448\u045B\u0430\u0432\u0430\u045A\u0430: \u041F\u043E\u0432\u0435\u045B\u0430\u0458\u0442\u0435 \u0438\u0437\u043D\u043E\u0441.","Bridge Limit Error: Please decrease your amount.":"\u0413\u0440\u0435\u0448\u043A\u0430 \u0443 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0443 \u043F\u0440\u0435\u043C\u043E\u0448\u045B\u0430\u0432\u0430\u045A\u0430: \u0421\u043C\u0430\u045A\u0438\u0442\u0435 \u0438\u0437\u043D\u043E\u0441.","High Price Impact":"\u0412\u0438\u0441\u043E\u043A \u0443\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443","Price impact is too high!":"\u0423\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443 \u0458\u0435 \u043F\u0440\u0435\u0432\u0435\u043B\u0438\u043A!","The price impact is significantly higher than the allowed amount.":"\u0423\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443 \u0458\u0435 \u0437\u043D\u0430\u0442\u043D\u043E \u0432\u0435\u045B\u0438 \u043E\u0434 \u0434\u043E\u0437\u0432\u043E\u0459\u0435\u043D\u043E\u0433 \u0438\u0437\u043D\u043E\u0441\u0430.","Confirm high price impact":"\u041F\u043E\u0442\u0432\u0440\u0434\u0438\u0442\u0435 \u0443\u0442\u0438\u0446\u0430\u0458 \u0432\u0438\u0441\u043E\u043A\u0435 \u0446\u0435\u043D\u0435","Route updated and price impact is too high, try again later!":"\u0420\u0443\u0442\u0430 \u0458\u0435 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u043D\u0430 \u0438 \u0443\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443 \u0458\u0435 \u043F\u0440\u0435\u0432\u0435\u043B\u0438\u043A, \u043F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E \u043A\u0430\u0441\u043D\u0438\u0458\u0435!","USD Price Unknown":"\u0423\u0421\u0414 \u0426\u0435\u043D\u0430 \u043D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u0430","USD Price Unknown, Cannot calculate Price Impact.":"\u0426\u0435\u043D\u0430 \u0443 \u0423\u0421\u0414 \u043D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u0430, \u043D\u0435 \u043C\u043E\u0436\u0435 \u0441\u0435 \u0438\u0437\u0440\u0430\u0447\u0443\u043D\u0430\u0442\u0438 \u0443\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u0426\u0435\u043D\u0430 \u0443 \u0423\u0421\u0414 \u043D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u0430, \u043D\u0435 \u043C\u043E\u0436\u0435 \u0441\u0435 \u0438\u0437\u0440\u0430\u0447\u0443\u043D\u0430\u0442\u0438 \u0443\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443. \u0423\u0442\u0438\u0446\u0430\u0458 \u043D\u0430 \u0446\u0435\u043D\u0443 \u043C\u043E\u0436\u0435 \u0431\u0438\u0442\u0438 \u0432\u0435\u045B\u0438 \u043D\u0435\u0433\u043E \u0438\u043D\u0430\u0447\u0435. \u0414\u0430 \u043B\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438 \u0434\u0430 \u043D\u0430\u0441\u0442\u0430\u0432\u0459\u0430\u0442\u0435 \u0417\u0430\u043C\u0435\u043D\u0443?","Confirm USD Price Unknown":"\u041F\u043E\u0442\u0432\u0440\u0434\u0438\u0442\u0435 \u0446\u0435\u043D\u0443 \u0443 \u0423\u0421\u0414 \u043D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u043E","Swap":"\u0421\u0432\u0430\u043F","The route goes through Ethereum. Continue?":"\u0420\u0443\u0442\u0430 \u0438\u0434\u0435 \u043F\u0440\u0435\u043A\u043E \u0415\u0442\u0445\u0435\u0440\u0435\u0443\u043C\u0430. \u041D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0438?","Routes":"\u0420\u0443\u0442\u0435","From":"\u041E\u0434","To":"\u0422\u043E","Light":"\u0421\u0432\u0435\u0442\u043B\u043E\u0441\u0442","Dark":"\u0414\u0430\u0440\u043A","Auto":"\u0410\u0443\u0442\u043E","Loading failed":"\u0423\u0447\u0438\u0442\u0430\u0432\u0430\u045A\u0435 \u043D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E","Bridges":"\u041C\u043E\u0441\u0442\u043E\u0432\u0438","Exchanges":"\u0420\u0430\u0437\u043C\u0435\u043D\u0435","Custom Tokens":"\u041F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0435\u043D\u0438 \u0442\u043E\u043A\u0435\u043D\u0438","Language":"\u0408\u0435\u0437\u0438\u043A","Infinite approval":"\u0411\u0435\u0441\u043A\u043E\u043D\u0430\u0447\u043D\u043E \u043E\u0434\u043E\u0431\u0440\u0435\u045A\u0435","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u041E\u043C\u043E\u0433\u0443\u045B\u0430\u0432\u0430\u045A\u0435 \u0440\u0435\u0436\u0438\u043C\u0430 \u201E\u0411\u0435\u0441\u043A\u043E\u043D\u0430\u0447\u043D\u043E \u043E\u0434\u043E\u0431\u0440\u0435\u045A\u0435\u201C \u0434\u0430\u0458\u0435 \u043D\u0435\u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u043E\u0441\u043D\u043E\u0432\u043D\u0438\u043C \u043F\u0430\u043C\u0435\u0442\u043D\u0438\u043C \u0443\u0433\u043E\u0432\u043E\u0440\u0438\u043C\u0430, \u043E\u043C\u043E\u0433\u0443\u045B\u0430\u0432\u0430\u0458\u0443\u045B\u0438 \u0438\u043C \u0434\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0435 \u043E\u0434\u043E\u0431\u0440\u0435\u043D\u0438 \u0438\u0437\u043D\u043E\u0441 \u0442\u043E\u043A\u0435\u043D\u0430 \u0431\u0435\u0437 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0430.","Theme":"\u0422\u0435\u043C\u0430","Duplicate Token":"\u0414\u0443\u043F\u043B\u0438\u043A\u0430\u0442 \u0442\u043E\u043A\u0435\u043D\u0430","The address you entered is duplicate, please enter a new address.":"\u0410\u0434\u0440\u0435\u0441\u0430 \u043A\u043E\u0458\u0443 \u0441\u0442\u0435 \u0443\u043D\u0435\u043B\u0438 \u0458\u0435 \u0434\u0443\u043F\u043B\u0438\u043A\u0430\u0442, \u0443\u043D\u0435\u0441\u0438\u0442\u0435 \u043D\u043E\u0432\u0443 \u0430\u0434\u0440\u0435\u0441\u0443.","Token Already Exists":"\u0422\u043E\u043A\u0435\u043D \u0432\u0435\u045B \u043F\u043E\u0441\u0442\u043E\u0458\u0438","There's no need to add this token again because it already exists and is supported by us.":"\u041D\u0435\u043C\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0435 \u0434\u0430 \u043F\u043E\u043D\u043E\u0432\u043E \u0434\u043E\u0434\u0430\u0458\u0435\u0442\u0435 \u043E\u0432\u0430\u0458 \u0442\u043E\u043A\u0435\u043D \u0458\u0435\u0440 \u0432\u0435\u045B \u043F\u043E\u0441\u0442\u043E\u0458\u0438 \u0438 \u043F\u043E\u0434\u0440\u0436\u0430\u0432\u0430\u043C\u043E \u0433\u0430.","Token Not Found":"\u0422\u043E\u043A\u0435\u043D \u043D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u0416\u0430\u043E \u043D\u0430\u043C \u0458\u0435, \u0442\u043E\u043A\u0435\u043D \u043D\u0438\u0458\u0435 \u043F\u0440\u043E\u043D\u0430\u0452\u0435\u043D \u0443 ",["blockchain"]," \u043B\u0430\u043D\u0446\u0443 \u0441\u0430 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043E\u043C \u0430\u0434\u0440\u0435\u0441\u043E\u043C. \u0443\u0432\u0435\u0440\u0438\u0442\u0435 \u0441\u0435 \u0434\u0430 \u0441\u0442\u0435 \u0443\u043D\u0435\u043B\u0438 \u0438\u0441\u043F\u0440\u0430\u0432\u043D\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0442\u043E\u043A\u0435\u043D\u0430."],"Network error":"\u041C\u0440\u0435\u0436\u043D\u0430 \u0433\u0440\u0435\u0448\u043A\u0430","An error occurred while retrieving token data.":"\u0414\u043E\u0448\u043B\u043E \u0458\u0435 \u0434\u043E \u0433\u0440\u0435\u0448\u043A\u0435 \u043F\u0440\u0438 \u043F\u0440\u0435\u0443\u0437\u0438\u043C\u0430\u045A\u0443 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u043E \u0442\u043E\u043A\u0435\u043D\u0443.","Add Custom Token":"\u0414\u043E\u0434\u0430\u0458\u0442\u0435 \u043F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0435\u043D\u0438 \u0442\u043E\u043A\u0435\u043D","Select chain":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043B\u0430\u043D\u0430\u0446","Enter Address":"\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441\u0443","Enter token address":"\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441\u0443 \u0442\u043E\u043A\u0435\u043D\u0430","Import":"\u0423\u0432\u043E\u0437","Confirm Swap":"\u041F\u043E\u0442\u0432\u0440\u0434\u0438\u0442\u0435 \u0437\u0430\u043C\u0435\u043D\u0443","Start Swap":"\u0421\u0442\u0430\u0440\u0442 \u0421\u0432\u0430\u043F","You get":"\u0414\u043E\u0431\u0438\u0458\u0435\u0448","Search Token":"\u0421\u0435\u0430\u0440\u0446\u0445 \u0422\u043E\u043A\u0435\u043D","No custom tokens":"\u041D\u0435\u043C\u0430 \u043F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0435\u043D\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0430","press the button to add your custom token":"\u043F\u0440\u0438\u0442\u0438\u0441\u043D\u0438\u0442\u0435 \u0434\u0443\u0433\u043C\u0435 \u0434\u0430 \u0434\u043E\u0434\u0430\u0442\u0435 \u0441\u0432\u043E\u0458 \u043F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0435\u043D\u0438 \u0442\u043E\u043A\u0435\u043D","Delete Custom Token":"\u0418\u0437\u0431\u0440\u0438\u0448\u0438\u0442\u0435 \u043F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0435\u043D\u0438 \u0442\u043E\u043A\u0435\u043D","Are you sure you want to Delete this Token?":"\u0414\u0430 \u043B\u0438 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438 \u0434\u0430 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u0438\u0437\u0431\u0440\u0438\u0448\u0435\u0442\u0435 \u043E\u0432\u0430\u0458 \u0442\u043E\u043A\u0435\u043D?","Complete":"\u0417\u0430\u0432\u0440\u0448\u0435\u043D\u043E","Running":"\u0422\u0440\u0447\u0430\u045A\u0435","Failed":"\u041D\u0438\u0458\u0435 \u0443\u0441\u043F\u0435\u043B\u043E","Refuel":"\u0414\u043E\u043F\u0443\u043D\u0438\u0442\u0435 \u0433\u043E\u0440\u0438\u0432\u043E","Clear":"\u0408\u0430\u0441\u043D\u043E","Search Transaction":"\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u043F\u0440\u0435\u0442\u0440\u0430\u0433\u0435","No transactions":"\u041D\u0435\u043C\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430","Your transaction history is stored locally and will appear here after you start a swap":"\u0412\u0430\u0448\u0430 \u0438\u0441\u0442\u043E\u0440\u0438\u0458\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u0441\u0435 \u0447\u0443\u0432\u0430 \u043B\u043E\u043A\u0430\u043B\u043D\u043E \u0438 \u043F\u043E\u0458\u0430\u0432\u0438\u045B\u0435 \u0441\u0435 \u043E\u0432\u0434\u0435 \u043D\u0430\u043A\u043E\u043D \u0448\u0442\u043E \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435 \u0437\u0430\u043C\u0435\u043D\u0443","Clear Transaction History":"\u041E\u0431\u0440\u0438\u0448\u0438 \u0438\u0441\u0442\u043E\u0440\u0438\u0458\u0443 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u041D\u0430\u0441\u0442\u0430\u0432\u0459\u0430\u045A\u0435 \u045B\u0435 \u0443\u043A\u043B\u043E\u043D\u0438\u0442\u0438 \u0441\u0432\u0435 \u0443\u0441\u043F\u0435\u0448\u043D\u0435 \u0438 \u043D\u0435\u0443\u0441\u043F\u0435\u043B\u0435 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0435 \u0438\u0437 \u0432\u0438\u045F\u0435\u0442\u0430. \u0414\u0430 \u043B\u0438 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u041D\u0430\u043F\u043E\u043C\u0435\u043D\u0430: \u041E\u0432\u043E \u043D\u0435 \u0431\u0440\u0438\u0448\u0435 \u0432\u0430\u0448\u0443 \u0438\u0441\u0442\u043E\u0440\u0438\u0458\u0443 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u0443 \u043B\u0430\u043D\u0446\u0443; \u0441\u0430\u043C\u043E \u0438\u0445 \u043E\u0432\u0434\u0435 \u0443\u043A\u043B\u0430\u045A\u0430.","Yes, Clear the history":"\u0414\u0430, \u043E\u0431\u0440\u0438\u0448\u0438\u0442\u0435 \u0438\u0441\u0442\u043E\u0440\u0438\u0458\u0443","language":"\u0458\u0435\u0437\u0438\u043A","Search {sourceType}":["\u041F\u0440\u0435\u0442\u0440\u0430\u0436\u0438\u0442\u0435 ",["sourceType"]],"Search Chain":"\u0421\u0435\u0430\u0440\u0446\u0445 \u0426\u0445\u0430\u0438\u043D","Source":"\u0418\u0437\u0432\u043E\u0440","Destination":"\u041E\u0434\u0440\u0435\u0434\u0438\u0448\u0442\u0435","Swap {type}":["\u0417\u0430\u043C\u0435\u043D\u0438\u0442\u0438 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0422\u0440\u0435\u043D\u0443\u0442\u043D\u043E \u0441\u0442\u0435 \u0443 \u0440\u0435\u0436\u0438\u043C\u0443 \u043A\u0430\u043C\u043F\u0430\u045A\u0435 \u0441\u0430 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u045A\u0438\u043C\u0430 \u0438\u0437\u0432\u043E\u0440\u0430 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438. \u0414\u0430 \u043B\u0438 \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u0438\u0437\u0430\u0452\u0435\u0442\u0435 \u0438\u0437 \u043E\u0432\u043E\u0433 \u0440\u0435\u0436\u0438\u043C\u0430 \u0438 \u0438\u0441\u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0441\u0432\u0435 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u0438\u0437\u0432\u043E\u0440\u0435 \u043B\u0438\u043A\u0432\u0438\u0434\u043D\u043E\u0441\u0442\u0438?","The request ID is necessary to display the swap details.":"\u0418\u0414 \u0437\u0430\u0445\u0442\u0435\u0432\u0430 \u0458\u0435 \u043D\u0435\u043E\u043F\u0445\u043E\u0434\u0430\u043D \u0437\u0430 \u043F\u0440\u0438\u043A\u0430\u0437 \u0434\u0435\u0442\u0430\u0459\u0430 \u0440\u0430\u0437\u043C\u0435\u043D\u0435.","Connect Wallets":"\u041F\u043E\u0432\u0435\u0436\u0438\u0442\u0435 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0435","Choose a wallet to connect.":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A \u0437\u0430 \u043F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0435.","This week":"\u041E\u0432\u0435 \u043D\u0435\u0434\u0435\u0459\u0435","This month":"\u041E\u0432\u043E\u0433 \u043C\u0435\u0441\u0435\u0446\u0430","This year":"\u041E\u0432\u0435 \u0433\u043E\u0434\u0438\u043D\u0435","Slippage must be greater than or equal to 0.01":"\u041A\u043B\u0438\u0437\u0430\u045A\u0435 \u043C\u043E\u0440\u0430 \u0431\u0438\u0442\u0438 \u0432\u0435\u045B\u0435 \u0438\u043B\u0438 \u0458\u0435\u0434\u043D\u0430\u043A\u043E 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430 \u0458\u0435 \u0443 \u043E\u043F\u0430\u0441\u043D\u043E\u0441\u0442\u0438 \u0434\u0430 \u0431\u0443\u0434\u0435 \u043F\u0440\u0435\u0442\u0435\u0447\u043D\u0430 \u0437\u0431\u043E\u0433 \u0432\u0438\u0441\u043E\u043A\u0435 \u0442\u043E\u043B\u0435\u0440\u0430\u043D\u0446\u0438\u0458\u0435 \u043D\u0430 \u043F\u0440\u043E\u043A\u043B\u0438\u0437\u0430\u0432\u0430\u045A\u0435.","Required: >= {min} {symbol}":["\u041E\u0431\u0430\u0432\u0435\u0437\u043D\u043E: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u041E\u0431\u0430\u0432\u0435\u0437\u043D\u043E: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u041E\u0431\u0430\u0432\u0435\u0437\u043D\u043E: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u041E\u0431\u0430\u0432\u0435\u0437\u043D\u043E: < ",["max"]," ",["symbol"]]," for network fee":" \u0437\u0430 \u043C\u0440\u0435\u0436\u043D\u0443 \u043D\u0430\u043A\u043D\u0430\u0434\u0443"," for swap":" \u0437\u0430 \u0437\u0430\u043C\u0435\u043D\u0443"," for input and network fee":" \u0437\u0430 \u0443\u043B\u0430\u0437\u043D\u0443 \u0438 \u043C\u0440\u0435\u0436\u043D\u0443 \u043D\u0430\u043A\u043D\u0430\u0434\u0443","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u041F\u043E\u0442\u0440\u0435\u0431\u043D\u043E \u0458\u0435 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", \u0430\u043B\u0438 \u0438\u043C\u0430\u0442\u0435 ",["currentAmount"]," ",["symbol"]," \u0443 \u0441\u0432\u043E\u043C ",["blockchain"]," \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0443."],"Waiting for other running tasks to be finished":"\u0427\u0435\u043A\u0430 \u0441\u0435 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0432\u0440\u0448\u0435 \u0434\u0440\u0443\u0433\u0438 \u0437\u0430\u0434\u0430\u0446\u0438","Waiting for changing wallet network":"\u0427\u0435\u043A\u0430 \u0441\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0430 \u043C\u0440\u0435\u0436\u0435 \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0430","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u041F\u0440\u043E\u043C\u0435\u043D\u0430 \u043C\u0440\u0435\u0436\u0435 \u043D\u0438\u0458\u0435 \u043C\u043E\u0433\u043B\u0430 \u0431\u0438\u0442\u0438 \u0437\u0430\u0432\u0440\u0448\u0435\u043D\u0430. \u041C\u043E\u043B\u0438\u043C\u043E \u043F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u043F\u043E\u043D\u043E\u0432\u043E \u0438\u043B\u0438 \u0440\u0443\u0447\u043D\u043E \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u043C\u0440\u0435\u0436\u0443 \u0443 \u0441\u0432\u043E\u043C \u043D\u043E\u0432\u0447\u0430\u043D\u0438\u043A\u0443.","Sunday":"\u043D\u0435\u0434\u0435\u0459\u0430","Monday":"\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A","Tuesday":"\u0443\u0442\u043E\u0440\u0430\u043A","Wednesday":"\u0441\u0440\u0435\u0434\u0430","Thursday":"\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A","Friday":"\u043F\u0435\u0442\u0430\u043A","Saturday":"\u0421\u0443\u0431\u043E\u0442\u0430","Powered By":"\u041F\u043E\u0432\u0435\u0440\u0435\u0434 \u0411\u0438","This token may involve potential security risks; proceed with caution.":"\u041E\u0432\u0430\u0458 \u0442\u043E\u043A\u0435\u043D \u043C\u043E\u0436\u0435 \u0443\u043A\u0459\u0443\u0447\u0438\u0432\u0430\u0442\u0438 \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0458\u0430\u043B\u043D\u0435 \u0431\u0435\u0437\u0431\u0435\u0434\u043D\u043E\u0441\u043D\u0435 \u0440\u0438\u0437\u0438\u043A\u0435; \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435 \u0441\u0430 \u043E\u043F\u0440\u0435\u0437\u043E\u043C.","Aggregated Transaction":"\u0417\u0431\u0438\u0440\u043D\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u0417\u0430\u043C\u0435\u043D\u0438\u0442\u0435 \u043D\u0430 ",["fromChain"]," \u043F\u0440\u0435\u043A\u043E ",["swapper"]],"Bridge from {fromChain} via {swapper}":["\u041C\u043E\u0441\u0442 \u043E\u0434 ",["fromChain"]," \u043F\u0440\u0435\u043A\u043E ",["swapper"]],"Bridge to {toChain} via {swapper}":["\u041C\u043E\u0441\u0442 \u0434\u043E ",["toChain"]," \u043F\u0440\u0435\u043A\u043E ",["swapper"]],"Completed":"\u0417\u0430\u0432\u0440\u0448\u0435\u043D\u043E","In progress":"\u0423 \u0442\u043E\u043A\u0443","Waiting for the swap transaction":"\u0427\u0435\u043A\u0430\u045A\u0435 \u043D\u0430 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0443 \u0437\u0430\u043C\u0435\u043D\u0435","Waiting for the bridge transaction":"\u0427\u0435\u043A\u0430\u045A\u0435 \u043D\u0430 \u043F\u0440\u0435\u043B\u0430\u0437\u043D\u0443 \u0442\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0443","Connected Partially":"\u0414\u0435\u043B\u0438\u043C\u0438\u0447\u043D\u043E \u043F\u043E\u0432\u0435\u0437\u0430\u043D\u043E","Connect other chains":"\u041F\u043E\u0432\u0435\u0436\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0435 \u043B\u0430\u043D\u0446\u0435","Connecting ...":"\u041F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0435...","Connecting":"\u041F\u043E\u0432\u0435\u0437\u0438\u0432\u0430\u045A\u0435","Disconnected":"\u0414\u0438\u0441\u0446\u043E\u043D\u043D\u0435\u0446\u0442\u0435\u0434","you need to pass a correct state to Wallet.":"\u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E \u0458\u0435 \u0434\u0430 \u043F\u0440\u043E\u0441\u043B\u0435\u0434\u0438\u0442\u0435 \u0438\u0441\u043F\u0440\u0430\u0432\u043D\u043E \u0441\u0442\u0430\u045A\u0435 \u0443 \u041D\u043E\u0432\u0447\u0430\u043D\u0438\u043A.","There are no notifications.":"\u041D\u0435\u043C\u0430 \u043E\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045A\u0430.","Clear all":"\u041E\u0431\u0440\u0438\u0448\u0438 \u0441\u0432\u0435","Balance":"\u0411\u0430\u043B\u0430\u043D\u0441","Max":"\u041C\u0430\u043A\u0441","Select gas chain":"\u0418\u0437\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043B\u0430\u043D\u0430\u0446 \u0433\u0430\u0441\u0430"}`);var xi=JSON.parse(`{"No results found":"Inga resultat hittades","Try using different keywords":"Prova att anv\xE4nda olika s\xF6kord","Select Chain":"V\xE4lj kedja","All":"Alla","More +{count}":["Mer +",["count"]],"Activate this tab":"Aktivera denna flik","Another tab is open and handles transactions.":"En annan flik \xE4r \xF6ppen och hanterar transaktioner.","Activate current tab":"Aktivera aktuell flik","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"F\xF6r n\xE4rvarande k\xF6rs och hanteras vissa transaktioner av andra webbl\xE4sarfliken. Om du aktiverar den h\xE4r fliken, kommer alla transaktioner som redan finns i transaktionssigneringssteget att upph\xF6ra.","Confirm":"Bekr\xE4fta","Your {blockchainName} wallets":["Dina ",["blockchainName"]," pl\xE5nb\xF6cker"],"Insufficient account balance":"Otillr\xE4ckligt saldo","Proceed anyway":"Forts\xE4tt \xE4nd\xE5","You need to connect a {blockchainName} wallet.":["Du m\xE5ste ansluta en ",["blockchainName"]," pl\xE5nbok."],"Add {chain} chain":["L\xE4gg till ",["chain"]," kedja"],"Chain not connected":"Kedjan \xE4r inte ansluten","Show more wallets":"Visa fler pl\xE5nb\xF6cker","Send to a different address":"Skicka till en annan adress","Enter {blockchainName} address":["Ange ",["blockchainName"]," adress"],"Address {destination} doesn't match the blockchain address pattern.":["Adress ",["destination"]," matchar inte blockkedjans adressm\xF6nster."],"via":"via","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Denna token \xE4r inte en del av v\xE5r lista \xF6ver verifierade token. verifiera k\xE4llan och se till att du f\xF6rst\xE5r alla associerade risker innan du forts\xE4tter.","Import Anyway":"Importera \xE4nd\xE5","Learn More":"L\xE4s mer","Status":"Status","Reset":"Reset","Cancel":"Avbryt","Refresh":"Uppdatera","Notifications":"Aviseringar","Settings":"Inst\xE4llningar","History":"Historik","Connect Wallet":"Anslut pl\xE5nbok","Today":"Idag","Failed Network, Please retry.":"Det gick inte att n\xE4tverka, f\xF6rs\xF6k igen.","Retry":"F\xF6rs\xF6k igen","Add another custom token":"L\xE4gg till en annan anpassad token","Swaps steps":"V\xE4xlar steg","Connected":"Ansluten","Connection failed":"Anslutningen misslyckades","See why":"Se varf\xF6r","(Currently not supported)":"(St\xF6ds f\xF6r n\xE4rvarande inte)","Slippage Error":"Slippage Fel","Slippage Warning":"Slippage Varning","Bridge Limit Error":"Bridgegr\xE4ns fel","Yours: {amount} {symbol}":["Yours: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Minsta f\xF6reslagna glidning: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Er: ",["userSlippage"]],"See All Routes":"Se alla rutter","View more info":"Visa mer information","Gas & Fee Explanation":"F\xF6rklaring av gas & avgift","Details":"Detaljer","Total Payable Fee":"Total betalningskostnad","Hide non-payable fees":"D\xF6lj icke-betalbara avgifter","Show non-payable fees":"Visa icke-betalbara avgifter","Description":"Beskrivning","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"F\xF6ljande avgifter beaktas i transaktionen utg\xE5ng och\\n beh\xF6ver du inte betala extra gas f\xF6r dem.","Swap input":"Swap input","Estimated output":"Uppskattad utdata","Via:":"Via:","Chains:":"Kedjor:","Sort by":"Sortera efter","Smart Routing":"Smart routing","Lowest Fee":"L\xE4gsta avgift","Fastest Transfer":"Snabbaste \xF6verf\xF6ringen","Maximum Return":"Maximal retur","Maximum Output":"Maximal utdata","Swapping":"Swapping","Gas cost":"Gas kostnad","Receiving":"Tar emot","Price impact":"Pris inverkan","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Du m\xE5ste \xF6ka halkningen till minst ",["minRequiredSlippage"]," f\xF6r denna rutt."],"Increase":"\xD6ka","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Utg\xE5ngsbeloppet \xE4ndrat med ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Vi rekommenderar att du \xF6kar halkningen till minst ",["minRequiredSlippage"]," f\xF6r denna rutt."],"Caution, your slippage is high.":"Varning, din glidning \xE4r h\xF6g.","Change":"\xC4ndra","High slippage":"H\xF6g glidning","Low slippage":"L\xE5g glidning","Caution, your slippage is high. Your trade may be front run.":"Varning, din slip \xE4r h\xF6g. Din handel kan vara en frontrun.","Swap anyway":"Byt \xE4nd\xE5","Change Slippage":"\xC4ndra glidning","Something went wrong":"N\xE5got gick fel","Something went wrong. Please refresh the app.":"N\xE5got gick fel. V\xE4nligen uppdatera appen.","No Routes Found":"Inga rutter hittades","You cannot use the same token for From and To.":"Du kan inte anv\xE4nda samma token f\xF6r Fr\xE5n och Till.","Slippage tolerance per swap":"Slippage tolerans per swap","Custom":"Anpassad","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Din transaktion kommer att \xE5terst\xE4llas om priset \xE4ndras ogynnsamt med mer \xE4n denna procentsats.","Warning":"Varning","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Denna inst\xE4llning till\xE4mpas p\xE5 varje steg (t.ex. 1Inch, Thorchain, etc.), vilket inneb\xE4r endast att specifika steg kommer att \xE5terst\xE4llas, inte hela v\xE4gen.","Slippage cannot be set lower than 0.01%.":"Slippage kan inte s\xE4ttas l\xE4gre \xE4n 0,01 %.","Caution, your slippage is high!":"Varning, din slip \xE4r h\xF6g!","Request ID":"Beg\xE4r ID","Copied To Clipboard":"Kopierad till urklipp","Copy Request ID":"Kopiera beg\xE4ran ID","View on Rango Explorer":"Visa p\xE5 Rango Explorer","Finished at":"Klart den","Created at":"Skapad den","Swap Details":"V\xE4xla detaljer","Not found":"Hittades inte","Swap with request ID = {requestId} not found.":["Byt mot f\xF6rfr\xE5gnings-ID = ",["requestId"]," hittades inte."],"Change Network":"\xC4ndra n\xE4tverk","Network Changed":"N\xE4tverk \xE4ndrat","Network Switch Failed":"N\xE4tverksv\xE4xlingen misslyckades","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Du har f\xE5tt ",["amount"]," ",["token"]," i ",["conciseAddress"]," pl\xE5nboken p\xE5 ",["chain"]," kedjan."],"Transaction was not sent.":"Transaktionen skickades inte.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," p\xE5 ",["blockchain"]," finns kvar i din pl\xE5nbok."],"Delete":"Radera","Try again":"F\xF6rs\xF6k igen","View transaction":"Visa transaktion","Connect":"Anslut","Swap Successful":"Byte lyckades","Transaction Failed":"Transaktionen misslyckades","Done":"Klar","Diagnosis":"Diagnos","See Details":"Se detaljer","Cancel Swap":"Avbryt Swap","Are you sure you want to cancel this swap?":"\xC4r du s\xE4ker p\xE5 att du vill avbryta denna swap?","Yes, Cancel it":"Ja, Avbryt det","No, Continue":"Nej, forts\xE4tt","Connect {wallet}":["Anslut ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Anslutningen till din pl\xE5nbok eller vissa n\xE4tverk har brutits. Anslut f\xF6r att forts\xE4tta v\xE4xlingen.","Wallet connected successfully.":"Pl\xE5nboken har anslutits.","Delete Transaction":"Ta bort transaktion","Are you sure you want to delete this swap?":"\xC4r du s\xE4ker p\xE5 att du vill ta bort denna swap?","Yes, Delete it":"Ja, ta bort den","No, Cancel":"Nej, Avbryt","Install {wallet}":["Installera ",["wallet"]],"Install":"Installera","Try Again":"F\xF6rs\xF6k igen","Slippage:":"Slirning:","Select Token":"V\xE4lj token","Wallet Connected":"Pl\xE5nbok ansluten","Your wallet is connected, you can use it to swap.":"Din pl\xE5nbok \xE4r ansluten, du kan anv\xE4nda den f\xF6r att byta.","Failed to Connect":"Anslutningen misslyckades","Your wallet is not connected. Please try again.":"Din pl\xE5nbok \xE4r inte ansluten. F\xF6rs\xF6k igen.","Connecting to your wallet":"Ansluter till din pl\xE5nbok","Click connect in your wallet popup.":"Klicka p\xE5 anslut i din pl\xE5nbok popup.","Select Derivation Path":"V\xE4lj Derivations s\xF6kv\xE4g","In order to connect to {type}, you must first select a Derivation Path":["F\xF6r att ansluta till ",["type"],"m\xE5ste du f\xF6rst v\xE4lja en Derivation s\xF6kv\xE4g"],"Choose Derivation Path Template":"V\xE4lj mall f\xF6r Derivations s\xF6kv\xE4g","Enter Path":"Ange s\xF6kv\xE4g","Enter Index":"Ange index","This wallet can only connect to one chain at a time.":"Den h\xE4r pl\xE5nboken kan bara ansluta till en kedja \xE5t g\xE5ngen.","Disconnect wallet":"Koppla fr\xE5n pl\xE5nboken","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Den h\xE4r pl\xE5nboken st\xF6der flera kedjor. V\xE4lj vilka kedjor du vill ansluta eller koppla fr\xE5n.","Add {blockchainDisplayName} Chain":["L\xE4gg till ",["blockchainDisplayName"]," Chain"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Vill du l\xE4gga till den experimentella kedjan ",["blockchainDisplayName"]," i din pl\xE5nbok?"],"Please approve the experimental chain pop-up in your wallet.":"V\xE4nligen godk\xE4nn den experimentella kedjans pop-up i din pl\xE5nbok.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," kedja tillagd"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Kedjan ",["blockchainDisplayName"]," har lagts till i din pl\xE5nbok."],"Request Rejected":"Beg\xE4ran avvisad","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Du har avb\xF6jt att l\xE4gga till ",["blockchainDisplayName"]," kedjan i din pl\xE5nbok."],"Disconnect":"Koppla fr\xE5n","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Den h\xE4r pl\xE5nboken st\xF6der flera kedjor. V\xE4lj vilka kedjor du vill koppla samman.","This wallet can only connect to one chain at a time. ":"Den h\xE4r pl\xE5nboken kan bara ansluta till en kedja \xE5t g\xE5ngen. ","Deselect all":"Avmarkera alla","Select all":"Markera alla","Failed Network, Please retry your swap.":"Det gick inte att n\xE4tverka, f\xF6rs\xF6k igen din swap.","Please reset your liquidity sources.":"V\xE4nligen \xE5terst\xE4ll dina likviditetsk\xE4llor.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Du har begr\xE4nsat likviditetsk\xE4llorna och detta kan leda till att Rango inte hittar n\xE5gra rutter. V\xE4nligen \xF6verv\xE4ga att \xE5terst\xE4lla dina likviditetsk\xE4llor.","No Routes Found.":"Inga rutter hittade.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Anledningar till varf\xF6r Rango inte kunde hitta en v\xE4g: l\xE5g likviditet p\xE5 token, mycket l\xE5g inmatningsbelopp eller inga rutter tillg\xE4ngliga f\xF6r den valda ing\xE5ng/utmatningskombinationen.","Bridge Limit Error: Please increase your amount.":"Bridgegr\xE4ns fel: \xF6ka ditt belopp.","Bridge Limit Error: Please decrease your amount.":"Brobegr\xE4nsningsfel: V\xE4nligen minska ditt belopp.","High Price Impact":"H\xF6ga priseffekter","Price impact is too high!":"Priseffekten \xE4r f\xF6r h\xF6g!","The price impact is significantly higher than the allowed amount.":"Priseffekten \xE4r betydligt h\xF6gre \xE4n det till\xE5tna beloppet.","Confirm high price impact":"Bekr\xE4fta h\xF6g prisp\xE5verkan","Route updated and price impact is too high, try again later!":"Rutten uppdaterad och priseffekten \xE4r f\xF6r h\xF6g, f\xF6rs\xF6k igen senare!","USD Price Unknown":"USD Pris Ok\xE4nd","USD Price Unknown, Cannot calculate Price Impact.":"USD Pris Ok\xE4nd, Kan inte ber\xE4kna prisp\xE5verkan.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD Pris Ok\xE4nd, Kan inte ber\xE4kna prisp\xE5verkan. Prisp\xE5verkan kan vara h\xF6gre \xE4n vanligt. \xC4r du s\xE4ker p\xE5 att forts\xE4tta Swap?","Confirm USD Price Unknown":"Bekr\xE4fta USD pris ok\xE4nt","Swap":"Byt","The route goes through Ethereum. Continue?":"Rutten g\xE5r genom Ethereum. Forts\xE4tt?","Routes":"Rutter","From":"Fr\xE5n","To":"Till","Light":"Ljus","Dark":"M\xF6rk","Auto":"Automatiskt","Loading failed":"Laddningen misslyckades","Bridges":"Broar","Exchanges":"Byten","Custom Tokens":"Anpassade Tokens","Language":"Spr\xE5k","Infinite approval":"O\xE4ndligt godk\xE4nnande","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Aktivering av O\xE4ndligt godk\xE4nnande ger obegr\xE4nsad \xE5tkomst till underliggande smarta kontrakt, vilket ger dem m\xF6jlighet att anv\xE4nda det godk\xE4nda tokenbeloppet utan begr\xE4nsningar.","Theme":"Tema","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"Adressen du angav \xE4r dubblett, ange en ny adress.","Token Already Exists":"Token finns redan","There's no need to add this token again because it already exists and is supported by us.":"Det finns ingen anledning att l\xE4gga till denna token igen eftersom den redan finns och st\xF6ds av oss.","Token Not Found":"Token hittades inte","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Tyv\xE4rr, ingen token hittades p\xE5 ",["blockchain"]," kedjan med den angivna adressen. Kontrollera att du har angett r\xE4tt token adress."],"Network error":"N\xE4tverksfel","An error occurred while retrieving token data.":"Ett fel uppstod vid h\xE4mtning av tokendata.","Add Custom Token":"L\xE4gg till anpassad token","Select chain":"V\xE4lj kedja","Enter Address":"Ange adress","Enter token address":"Ange token adress","Import":"Importera","Confirm Swap":"Bekr\xE4fta byte","Start Swap":"Starta byte","You get":"Du f\xE5r","Search Token":"S\xF6k Token","No custom tokens":"Inga anpassade tokens","press the button to add your custom token":"Tryck p\xE5 knappen f\xF6r att l\xE4gga till din anpassade token","Delete Custom Token":"Ta bort anpassad token","Are you sure you want to Delete this Token?":"\xC4r du s\xE4ker p\xE5 att du vill ta bort detta token?","Complete":"Complete","Running":"K\xF6rs","Failed":"Misslyckades","Refuel":"Tanka","Clear":"Rensa","Search Transaction":"S\xF6k transaktion","No transactions":"Inga transaktioner","Your transaction history is stored locally and will appear here after you start a swap":"Din transaktionshistorik lagras lokalt och kommer att visas h\xE4r n\xE4r du startar ett byte","Clear Transaction History":"Rensa transaktionshistorik","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Forts\xE4ttning kommer att ta bort alla lyckade och misslyckade transaktioner fr\xE5n widget. Vill du forts\xE4tta?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Obs: Detta raderar inte din transaktionshistorik i kedjan; det tar bara bort dem h\xE4r.","Yes, Clear the history":"Ja, Rensa historiken","language":"spr\xE5k","Search {sourceType}":["S\xF6k ",["sourceType"]],"Search Chain":"S\xF6k Kedja","Source":"K\xE4lla","Destination":"M\xE5l","Swap {type}":["Byt ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"F\xF6r n\xE4rvarande \xE4r du i kampanjl\xE4ge med restriktioner f\xF6r likviditetsk\xE4llor. Vill du byta ut det h\xE4r l\xE4get och utnyttja alla tillg\xE4ngliga likviditetsk\xE4llor?","The request ID is necessary to display the swap details.":"Beg\xE4ran ID \xE4r n\xF6dv\xE4ndigt f\xF6r att visa swap detaljer.","Connect Wallets":"Anslut pl\xE5nb\xF6cker","Choose a wallet to connect.":"V\xE4lj en pl\xE5nbok att ansluta.","This week":"Denna vecka","This month":"Denna m\xE5nad","This year":"I \xE5r","Slippage must be greater than or equal to 0.01":"Slippage m\xE5ste vara st\xF6rre \xE4n eller lika med 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Din transaktion riskerar att bli en \\"frontrun\\" p\xE5 grund av h\xF6g tolerans mot \\"slippage\\".","Required: >= {min} {symbol}":["Kr\xE4vs: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Kr\xE4vs: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Kr\xE4vs: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Kr\xE4vs: < ",["max"]," ",["symbol"]]," for network fee":" f\xF6r n\xE4tverksavgift"," for swap":" f\xF6r byte"," for input and network fee":" f\xF6r in- och n\xE4tverksavgift","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Beh\xF6vs \u2191 ",["requiredAmount"]," ",["symbol"],["reason"],", men du har ",["currentAmount"]," ",["symbol"]," i din ",["blockchain"]," pl\xE5nbok."],"Waiting for other running tasks to be finished":"V\xE4ntar p\xE5 att andra p\xE5g\xE5ende uppgifter ska vara klara","Waiting for changing wallet network":"V\xE4ntar p\xE5 att byta pl\xE5nboksn\xE4tverk","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"N\xE4tverksbytet kunde inte slutf\xF6ras. F\xF6rs\xF6k igen eller byt n\xE4tverk manuellt i din pl\xE5nbok.","Sunday":"S\xF6ndag","Monday":"M\xE5ndag","Tuesday":"Tisdag","Wednesday":"Onsdag","Thursday":"Torsdag","Friday":"Fredag","Saturday":"L\xF6rdag","Powered By":"Drivs av","This token may involve potential security risks; proceed with caution.":"Denna token kan inneb\xE4ra potentiella s\xE4kerhetsrisker; forts\xE4tt med f\xF6rsiktighet.","Aggregated Transaction":"Aggregerad transaktion","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Byt p\xE5 ",["fromChain"]," via ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Brygga fr\xE5n ",["fromChain"]," via ",["swapper"]],"Bridge to {toChain} via {swapper}":["Bron till ",["toChain"]," via ",["swapper"]],"Completed":"Slutf\xF6rd","In progress":"p\xE5g\xE5r","Waiting for the swap transaction":"V\xE4ntar p\xE5 bytestransaktionen","Waiting for the bridge transaction":"V\xE4ntar p\xE5 bryggtransaktionen","Connected Partially":"Delvis ansluten","Connect other chains":"Koppla ihop andra kedjor","Connecting ...":"Ansluter ...","Connecting":"Ansluter","Disconnected":"Fr\xE5nkopplad","you need to pass a correct state to Wallet.":"du m\xE5ste skicka ett korrekt tillst\xE5nd till pl\xE5nboken.","There are no notifications.":"Det finns inga meddelanden.","Clear all":"Rensa alla","Balance":"Saldo","Max":"Max","Select gas chain":"V\xE4lj gaskedja"}`);var Ii=JSON.parse(`{"No results found":"Hakuna matokeo yaliyopatikana","Try using different keywords":"Jaribu kutumia maneno muhimu tofauti","Select Chain":"Chagua Chain","All":"Wote","More +{count}":["Zaidi +",["count"]],"Activate this tab":"Amilisha kichupo hiki","Another tab is open and handles transactions.":"Kichupo kingine kimefunguliwa na kinashughulikia shughuli.","Activate current tab":"Washa kichupo cha sasa","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Hivi sasa, baadhi ya miamala inaendelea na inashughulikiwa na kichupo kingine cha kivinjari. Ukiwezesha kichupo hiki, miamala yote ambayo tayari iko katika hatua ya ishara ya muamala itaisha.","Confirm":"Thibitisha","Your {blockchainName} wallets":["Pochi zako ",["blockchainName"]],"Insufficient account balance":"Salio la akaunti halitoshi","Proceed anyway":"Endelea hata hivyo","You need to connect a {blockchainName} wallet.":["Unahitaji kuunganisha mkoba ",["blockchainName"]," ."],"Add {chain} chain":["Ongeza ",["chain"]," mnyororo"],"Chain not connected":"Mnyororo haujaunganishwa","Show more wallets":"Onyesha pochi zaidi","Send to a different address":"Tuma kwa anwani tofauti","Enter {blockchainName} address":["Ingiza ",["blockchainName"]," anwani"],"Address {destination} doesn't match the blockchain address pattern.":["Anwani ",["destination"]," hailingani na muundo wa anwani ya blockchain."],"via":"kupitia","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Tokeni hii si sehemu ya orodha yetu ya tokeni iliyothibitishwa. tafadhali thibitisha chanzo chake na uhakikishe kuwa umeelewa hatari zote zinazohusiana kabla ya kuendelea.","Import Anyway":"Ingiza Hata hivyo","Learn More":"Jifunze Zaidi","Status":"Hali","Reset":"Weka upya","Cancel":"Ghairi","Refresh":"Onyesha upya","Notifications":"Arifa","Settings":"Mipangilio","History":"Historia","Connect Wallet":"Unganisha Wallet","Today":"Leo","Failed Network, Please retry.":"Mtandao Umeshindwa, Tafadhali jaribu tena.","Retry":"Jaribu tena","Add another custom token":"Ongeza tokeni nyingine maalum","Swaps steps":"Hubadilisha hatua","Connected":"Imeunganishwa","Connection failed":"Muunganisho haukufaulu","See why":"Angalia kwa nini","(Currently not supported)":"(Kwa sasa haitumiki)","Slippage Error":"Hitilafu ya Kuteleza","Slippage Warning":"Onyo la Kuteleza","Bridge Limit Error":"Hitilafu ya Kikomo cha Daraja","Yours: {amount} {symbol}":["Wako: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["Kiwango cha chini kabisa cha utelezi kilichopendekezwa: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Wako: ",["userSlippage"]],"See All Routes":"Angalia Njia Zote","View more info":"Tazama maelezo zaidi","Gas & Fee Explanation":"Maelezo ya Gesi na Ada","Details":"Maelezo","Total Payable Fee":"Ada ya Jumla Inayolipwa","Hide non-payable fees":"Ficha ada zisizolipiwa","Show non-payable fees":"Onyesha ada zisizolipiwa","Description":"Maelezo","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"Ada zifuatazo zinazingatiwa katika matokeo ya muamala na\\n hutahitaji kuzilipia gesi ya ziada.","Swap input":"Badilisha pembejeo","Estimated output":"Kadirio la matokeo","Via:":"Kupitia:","Chains:":"Minyororo:","Sort by":"Panga kwa","Smart Routing":"Smart Routing","Lowest Fee":"Ada ya chini kabisa","Fastest Transfer":"Uhamisho wa haraka zaidi","Maximum Return":"Upeo wa Kurudi","Maximum Output":"Upeo wa Pato","Swapping":"Kubadilishana","Gas cost":"Gharama ya gesi","Receiving":"Kupokea","Price impact":"Athari ya bei","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Unahitaji kuongeza utelezi hadi angalau ",["minRequiredSlippage"]," kwa njia hii."],"Increase":"Ongeza","Output amount changed by {percentageChange}% (\${usdValueChange}).":["Kiasi cha pato kimebadilishwa na ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Tunapendekeza uongeze utelezi hadi angalau ",["minRequiredSlippage"]," kwa njia hii."],"Caution, your slippage is high.":"Tahadhari, utelezi wako uko juu.","Change":"Badilika","High slippage":"Utelezi wa hali ya juu","Low slippage":"Utelezi mdogo","Caution, your slippage is high. Your trade may be front run.":"Tahadhari, utelezi wako uko juu. Biashara yako inaweza kuwa ya mbele.","Swap anyway":"Badili hata hivyo","Change Slippage":"Badilisha Utelezi","Something went wrong":"Hitilafu fulani imetokea","Something went wrong. Please refresh the app.":"Hitilafu fulani imetokea. Tafadhali onyesha upya programu.","No Routes Found":"Hakuna Njia Zilizopatikana","You cannot use the same token for From and To.":"Huwezi kutumia tokeni sawa kwa From na To.","Slippage tolerance per swap":"Uvumilivu wa kuteleza kwa ubadilishaji","Custom":"Desturi","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Muamala wako utarejeshwa ikiwa bei itabadilika isivyofaa kwa zaidi ya asilimia hii.","Warning":"Onyo","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Mpangilio huu unatumika kwa kila hatua (km 1Inch, Thorchain, n.k.), ikimaanisha tu hatua hiyo mahususi itarejeshwa, si njia nzima.","Slippage cannot be set lower than 0.01%.":"Utelezi hauwezi kuwekwa chini ya 0.01%.","Caution, your slippage is high!":"Tahadhari, kuteleza kwako ni juu!","Request ID":"Ombi la kitambulisho","Copied To Clipboard":"Imenakiliwa kwenye Ubao wa kunakili","Copy Request ID":"Nakili Kitambulisho cha Ombi","View on Rango Explorer":"Tazama kwenye Rango Explorer","Finished at":"Imekamilika saa","Created at":"Imeundwa saa","Swap Details":"Badilisha Maelezo","Not found":"Haijapatikana","Swap with request ID = {requestId} not found.":["Badili na ID ya ombi = ",["requestId"]," haijapatikana."],"Change Network":"Badilisha Mtandao","Network Changed":"Mtandao Umebadilishwa","Network Switch Failed":"Kubadilisha Mtandao Imeshindwa","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["Umepokea ",["amount"]," ",["token"]," in ",["conciseAddress"]," wallet kwenye ",["chain"]," mnyororo."],"Transaction was not sent.":"Muamala haukutumwa.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," on ",["blockchain"]," inabaki kwenye pochi yako."],"Delete":"Futa","Try again":"Jaribu tena","View transaction":"Tazama muamala","Connect":"Unganisha","Swap Successful":"Kubadilishana Kumefaulu","Transaction Failed":"Muamala Umeshindwa","Done":"Imekamilika","Diagnosis":"Utambuzi","See Details":"Tazama Maelezo","Cancel Swap":"Ghairi Ubadilishanaji","Are you sure you want to cancel this swap?":"Je, una uhakika unataka kughairi ubadilishaji huu?","Yes, Cancel it":"Ndiyo, Ghairi","No, Continue":"Hapana, Endelea","Connect {wallet}":["Unganisha ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"Muunganisho wa pochi yako au baadhi ya mitandao umekatizwa. Unganisha ili kuendelea kubadilishana","Wallet connected successfully.":"Wallet imeunganishwa.","Delete Transaction":"Futa Muamala","Are you sure you want to delete this swap?":"Je, una uhakika unataka kufuta ubadilishaji huu?","Yes, Delete it":"Ndiyo, Futa","No, Cancel":"Hapana, Ghairi","Install {wallet}":["Sakinisha ",["wallet"]],"Install":"Sakinisha","Try Again":"Jaribu Tena","Slippage:":"Kuteleza:","Select Token":"Chagua Tokeni","Wallet Connected":"Wallet Imeunganishwa","Your wallet is connected, you can use it to swap.":"Pochi yako imeunganishwa, unaweza kuitumia kubadilishana.","Failed to Connect":"Imeshindwa Kuunganisha","Your wallet is not connected. Please try again.":"Mkoba wako haujaunganishwa. Tafadhali jaribu tena.","Connecting to your wallet":"Inaunganisha kwenye pochi yako","Click connect in your wallet popup.":"Bofya unganisha kwenye dirisha ibukizi la mkoba wako.","Select Derivation Path":"Chagua Njia ya Utoaji","In order to connect to {type}, you must first select a Derivation Path":["Ili kuunganisha kwa ",["type"],", lazima kwanza uchague Njia ya Utokaji"],"Choose Derivation Path Template":"Chagua Kiolezo cha Njia ya Utoaji","Enter Path":"Ingiza Njia","Enter Index":"Ingiza Index","This wallet can only connect to one chain at a time.":"Pochi hii inaweza tu kuunganishwa kwa mnyororo mmoja kwa wakati mmoja.","Disconnect wallet":"Tenganisha pochi","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Mkoba huu unasaidia minyororo mingi. Chagua minyororo ambayo ungependa kuunganisha au kutenganisha.","Add {blockchainDisplayName} Chain":["Ongeza ",["blockchainDisplayName"]," Mnyororo"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["Je, ungependa kuongeza msururu wa majaribio wa ",["blockchainDisplayName"]," kwenye pochi yako?"],"Please approve the experimental chain pop-up in your wallet.":"Tafadhali idhinisha msururu wa ibukizi wa majaribio kwenye pochi yako.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Mnyororo Umeongezwa"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Msururu wa ",["blockchainDisplayName"]," umeongezwa kwa mkoba wako."],"Request Rejected":"Ombi Limekataliwa","You've rejected adding {blockchainDisplayName} chain to your wallet.":["Umekataa kuongeza ",["blockchainDisplayName"]," mnyororo kwenye pochi yako."],"Disconnect":"Tenganisha","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Mkoba huu unasaidia minyororo mingi. Chagua minyororo ambayo ungependa kuunganisha.","This wallet can only connect to one chain at a time. ":"Mkoba huu unaweza tu kuunganishwa kwa mnyororo mmoja kwa wakati mmoja. ","Deselect all":"Acha kuchagua zote","Select all":"Chagua zote","Failed Network, Please retry your swap.":"Mtandao Umeshindwa, Tafadhali jaribu tena kubadilishana kwako.","Please reset your liquidity sources.":"Tafadhali weka upya vyanzo vyako vya ukwasi.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Umedhibiti vyanzo vya ukwasi na hii inaweza kusababisha Rango isipate njia. Tafadhali zingatia kuweka upya vyanzo vyako vya ukwasi.","No Routes Found.":"Hakuna Njia Zilizopatikana.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Sababu kwa nini Rango haikuweza kupata njia: ukwasi mdogo kwenye tokeni, kiasi kidogo sana cha ingizo au hakuna njia zinazopatikana kwa mseto uliochaguliwa wa tokeni.","Bridge Limit Error: Please increase your amount.":"Hitilafu ya Kikomo cha Daraja: Tafadhali ongeza kiasi chako.","Bridge Limit Error: Please decrease your amount.":"Hitilafu ya Kikomo cha Daraja: Tafadhali punguza kiasi chako.","High Price Impact":"Athari ya Bei ya Juu","Price impact is too high!":"Athari ya bei ni kubwa mno!","The price impact is significantly higher than the allowed amount.":"Athari ya bei ni kubwa zaidi kuliko kiasi kinachoruhusiwa.","Confirm high price impact":"Thibitisha athari ya bei ya juu","Route updated and price impact is too high, try again later!":"Njia imesasishwa na athari ya bei ni kubwa mno, jaribu tena baadaye!","USD Price Unknown":"Bei ya USD Haijulikani","USD Price Unknown, Cannot calculate Price Impact.":"Bei ya USD Haijulikani, Haiwezi kukokotoa Athari ya Bei.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Bei ya USD Haijulikani, Haiwezi kukokotoa Athari ya Bei. Athari ya bei inaweza kuwa kubwa kuliko kawaida. Je, una uhakika kuendelea Kubadilishana?","Confirm USD Price Unknown":"Thibitisha Bei ya USD Haijulikani","Swap":"Badili","The route goes through Ethereum. Continue?":"Njia inapitia Ethereum. Ungependa kuendelea?","Routes":"Njia","From":"Kutoka","To":"Kwa","Light":"Mwanga","Dark":"Giza","Auto":"Otomatiki","Loading failed":"Imeshindwa kupakia","Bridges":"Madaraja","Exchanges":"Mabadilishano","Custom Tokens":"Ishara Maalum","Language":"Lugha","Infinite approval":"Idhini isiyo na kikomo","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"Kuwasha hali ya 'Uidhinishaji usio na kikomo' hutoa ufikiaji usio na kikomo kwa mikataba ya msingi mahiri, na kuwaruhusu kutumia kiasi cha tokeni kilichoidhinishwa bila vikwazo.","Theme":"Mandhari","Duplicate Token":"Tokeni Nakala","The address you entered is duplicate, please enter a new address.":"Anwani uliyoweka ni nakala, tafadhali weka anwani mpya.","Token Already Exists":"Ishara Tayari Ipo","There's no need to add this token again because it already exists and is supported by us.":"Hakuna haja ya kuongeza tokeni hii tena kwa sababu tayari ipo na tunaitumia.","Token Not Found":"Ishara Haijapatikana","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Samahani, hakuna tokeni iliyopatikana kwenye mnyororo wa ",["blockchain"]," na anwani iliyotolewa. tafadhali hakikisha kuwa umeingiza anwani sahihi ya tokeni."],"Network error":"Hitilafu ya mtandao","An error occurred while retrieving token data.":"Hitilafu ilitokea wakati wa kurejesha data ya tokeni.","Add Custom Token":"Ongeza Tokeni Maalum","Select chain":"Chagua mnyororo","Enter Address":"Weka Anwani","Enter token address":"Weka anwani ya ishara","Import":"Ingiza","Confirm Swap":"Thibitisha Kubadilishana","Start Swap":"Anza Kubadilishana","You get":"Unapata","Search Token":"Tafuta Tokeni","No custom tokens":"Hakuna tokeni maalum","press the button to add your custom token":"bonyeza kitufe ili kuongeza tokeni yako maalum","Delete Custom Token":"Futa Tokeni Maalum","Are you sure you want to Delete this Token?":"Je, una uhakika unataka Kufuta Tokeni hii?","Complete":"Kamilisha","Running":"Kukimbia","Failed":"Imeshindwa","Refuel":"Weka mafuta","Clear":"Wazi","Search Transaction":"Tafuta Muamala","No transactions":"Hakuna shughuli","Your transaction history is stored locally and will appear here after you start a swap":"Historia yako ya muamala imehifadhiwa ndani na itaonekana hapa baada ya kuanza kubadilishana","Clear Transaction History":"Futa Historia ya Muamala","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Kuendelea kutaondoa miamala yote iliyofaulu na iliyofeli kwenye wijeti. Je, ungependa kuendelea?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Kumbuka: Hii haifuti historia yako ya muamala kwenye msururu; inawaondoa hapa tu.","Yes, Clear the history":"Ndiyo, Futa historia","language":"lugha","Search {sourceType}":["Tafuta ",["sourceType"]],"Search Chain":"Msururu wa Utafutaji","Source":"Chanzo","Destination":"Marudio","Swap {type}":["Badilisha ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Kwa sasa, uko katika hali ya kampeni na vikwazo kwenye vyanzo vya ukwasi. Je, ungependa kuondoka kwenye hali hii na kutumia vyanzo vyote vya ukwasi vinavyopatikana?","The request ID is necessary to display the swap details.":"Kitambulisho cha ombi ni muhimu ili kuonyesha maelezo ya kubadilishana.","Connect Wallets":"Unganisha Pochi","Choose a wallet to connect.":"Chagua mkoba ili kuunganisha.","This week":"Wiki hii","This month":"Mwezi huu","This year":"Mwaka huu","Slippage must be greater than or equal to 0.01":"Utelezi lazima uwe mkubwa kuliko au sawa na 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Muamala wako uko katika hatari ya kuwa mstari wa mbele kwa sababu ya uvumilivu wa juu wa kuteleza.","Required: >= {min} {symbol}":["Inahitajika: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Inahitajika: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Inahitajika: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Inahitajika: < ",["max"]," ",["symbol"]]," for network fee":" kwa ada ya mtandao"," for swap":" kwa kubadilishana"," for input and network fee":" kwa pembejeo na ada ya mtandao","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["Inahitaji \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", lakini unayo ",["currentAmount"]," ",["symbol"]," kwenye mkoba wako wa ",["blockchain"]," ."],"Waiting for other running tasks to be finished":"Inasubiri kazi zingine zinazoendeshwa zikamilike","Waiting for changing wallet network":"Inasubiri kubadilisha mtandao wa pochi","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Swichi ya mtandao haikukamilika. Tafadhali jaribu tena, au ubadili mtandao mwenyewe kwenye pochi yako.","Sunday":"Jumapili","Monday":"Jumatatu","Tuesday":"Jumanne","Wednesday":"Jumatano","Thursday":"Alhamisi","Friday":"Ijumaa","Saturday":"Jumamosi","Powered By":"Inaendeshwa Na","This token may involve potential security risks; proceed with caution.":"Tokeni hii inaweza kuhusisha hatari zinazowezekana za usalama; endelea kwa tahadhari.","Aggregated Transaction":"Muamala Uliojumlishwa","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["Badili kwa ",["fromChain"]," kupitia ",["swapper"]],"Bridge from {fromChain} via {swapper}":["Daraja kutoka ",["fromChain"]," kupitia ",["swapper"]],"Bridge to {toChain} via {swapper}":["Daraja hadi ",["toChain"]," kupitia ",["swapper"]],"Completed":"Imekamilika","In progress":"Inaendelea","Waiting for the swap transaction":"Inasubiri shughuli ya kubadilishana","Waiting for the bridge transaction":"Inasubiri shughuli ya daraja","Connected Partially":"Imeunganishwa kwa Kiasi","Connect other chains":"Unganisha minyororo mingine","Connecting ...":"Inaunganisha...","Connecting":"Inaunganisha","Disconnected":"Imetenganishwa","you need to pass a correct state to Wallet.":"unahitaji kupitisha hali sahihi kwa Wallet.","There are no notifications.":"Hakuna arifa.","Clear all":"Futa zote","Balance":"Mizani","Max":"Max","Select gas chain":"Chagua mnyororo wa gesi"}`);var Di=JSON.parse(`{"No results found":"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C","Try using different keywords":"\u0E25\u0E2D\u0E07\u0E43\u0E0A\u0E49\u0E04\u0E33\u0E2A\u0E33\u0E04\u0E31\u0E0D\u0E2D\u0E37\u0E48\u0E19 \u0E46","Select Chain":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E0B\u0E48","All":"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","More +{count}":["\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21 +",["count"]],"Activate this tab":"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E19\u0E35\u0E49","Another tab is open and handles transactions.":"\u0E21\u0E35\u0E41\u0E17\u0E47\u0E1A\u0E2D\u0E37\u0E48\u0E19\u0E40\u0E1B\u0E34\u0E14\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E30\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","Activate current tab":"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49\u0E21\u0E35\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E41\u0E25\u0E30\u0E16\u0E39\u0E01\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E42\u0E14\u0E22\u0E41\u0E17\u0E47\u0E1A\u0E40\u0E1A\u0E23\u0E32\u0E27\u0E4C\u0E40\u0E0B\u0E2D\u0E23\u0E4C\u0E2D\u0E37\u0E48\u0E19 \u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E19\u0E35\u0E49 \u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E31\u0E49\u0E19\u0E15\u0E2D\u0E19\u0E01\u0E32\u0E23\u0E25\u0E07\u0E19\u0E32\u0E21\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E08\u0E30\u0E2B\u0E21\u0E14\u0E2D\u0E32\u0E22\u0E38","Confirm":"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19","Your {blockchainName} wallets":["\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C ",["blockchainName"]," \u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"],"Insufficient account balance":"\u0E22\u0E2D\u0E14\u0E40\u0E07\u0E34\u0E19\u0E43\u0E19\u0E1A\u0E31\u0E0D\u0E0A\u0E35\u0E44\u0E21\u0E48\u0E40\u0E1E\u0E35\u0E22\u0E07\u0E1E\u0E2D","Proceed anyway":"\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E44\u0E1B","You need to connect a {blockchainName} wallet.":["\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19 ",["blockchainName"]],"Add {chain} chain":["\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E0B\u0E48 ",["chain"]],"Chain not connected":"\u0E42\u0E0B\u0E48\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","Show more wallets":"\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21","Send to a different address":"\u0E2A\u0E48\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E37\u0E48\u0E19","Enter {blockchainName} address":["\u0E01\u0E23\u0E2D\u0E01\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 ",["destination"]," \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E1A\u0E25\u0E47\u0E2D\u0E04\u0E40\u0E0A\u0E19"],"via":"\u0E17\u0E32\u0E07","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E19\u0E35\u0E49\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E1B\u0E47\u0E19\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E02\u0E2D\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E02\u0E2D\u0E07\u0E40\u0E23\u0E32 \u0E42\u0E1B\u0E23\u0E14\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E17\u0E35\u0E48\u0E21\u0E32\u0E41\u0E25\u0E30\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E43\u0E2B\u0E49\u0E41\u0E19\u0E48\u0E43\u0E08\u0E27\u0E48\u0E32\u0E04\u0E38\u0E13\u0E40\u0E02\u0E49\u0E32\u0E43\u0E08\u0E04\u0E27\u0E32\u0E21\u0E40\u0E2A\u0E35\u0E48\u0E22\u0E07\u0E17\u0E35\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E01\u0E48\u0E2D\u0E19\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D","Import Anyway":"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27","Learn More":"\u0E40\u0E23\u0E35\u0E22\u0E19\u0E23\u0E39\u0E49\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21","Status":"\u0E2A\u0E16\u0E32\u0E19\u0E30","Reset":"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15","Cancel":"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01","Refresh":"\u0E23\u0E35\u0E40\u0E1F\u0E23\u0E0A","Notifications":"\u0E01\u0E32\u0E23\u0E41\u0E08\u0E49\u0E07\u0E40\u0E15\u0E37\u0E2D\u0E19","Settings":"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32","History":"\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E28\u0E32\u0E2A\u0E15\u0E23\u0E4C","Connect Wallet":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C","Today":"\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49","Failed Network, Please retry.":"\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07","Retry":"\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07","Add another custom token":"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E2D\u0E37\u0E48\u0E19","Swaps steps":"\u0E2A\u0E25\u0E31\u0E1A\u0E02\u0E31\u0E49\u0E19\u0E15\u0E2D\u0E19","Connected":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","Connection failed":"\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27","See why":"\u0E14\u0E39\u0E27\u0E48\u0E32\u0E17\u0E33\u0E44\u0E21","(Currently not supported)":"(\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A)","Slippage Error":"\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25","Slippage Warning":"\u0E04\u0E33\u0E40\u0E15\u0E37\u0E2D\u0E19\u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25","Bridge Limit Error":"\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E01\u0E32\u0E23\u0E08\u0E33\u0E01\u0E31\u0E14\u0E2A\u0E30\u0E1E\u0E32\u0E19","Yours: {amount} {symbol}":["\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u0E04\u0E48\u0E32\u0E2A\u0E25\u0E34\u0E1B\u0E40\u0E1B\u0E34\u0E25\u0E02\u0E31\u0E49\u0E19\u0E15\u0E48\u0E33\u0E17\u0E35\u0E48\u0E41\u0E19\u0E30\u0E19\u0E33: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13: ",["userSlippage"]],"See All Routes":"\u0E14\u0E39\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","View more info":"\u0E14\u0E39\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21","Gas & Fee Explanation":"\u0E04\u0E33\u0E2D\u0E18\u0E34\u0E1A\u0E32\u0E22\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E01\u0E31\u0E1A\u0E01\u0E4A\u0E32\u0E0B\u0E41\u0E25\u0E30\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21","Details":"\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14","Total Payable Fee":"\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E23\u0E27\u0E21\u0E17\u0E35\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E0A\u0E33\u0E23\u0E30","Hide non-payable fees":"\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E0A\u0E33\u0E23\u0E30","Show non-payable fees":"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E0A\u0E33\u0E23\u0E30","Description":"\u0E04\u0E33\u0E2D\u0E18\u0E34\u0E1A\u0E32\u0E22","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E14\u0E31\u0E07\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\u0E08\u0E30\u0E16\u0E39\u0E01\u0E19\u0E33\u0E21\u0E32\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E43\u0E19\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E02\u0E2D\u0E07\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21 \u0E41\u0E25\u0E30\\n \u0E04\u0E38\u0E13\u0E44\u0E21\u0E48\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E08\u0E48\u0E32\u0E22\u0E04\u0E48\u0E32\u0E01\u0E4A\u0E32\u0E0B\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49","Swap input":"\u0E2A\u0E25\u0E31\u0E1A\u0E2D\u0E34\u0E19\u0E1E\u0E38\u0E15","Estimated output":"\u0E1C\u0E25\u0E1C\u0E25\u0E34\u0E15\u0E42\u0E14\u0E22\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13","Via:":"\u0E17\u0E32\u0E07:","Chains:":"\u0E42\u0E0B\u0E48:","Sort by":"\u0E08\u0E31\u0E14\u0E40\u0E23\u0E35\u0E22\u0E07\u0E15\u0E32\u0E21","Smart Routing":"\u0E01\u0E32\u0E23\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2D\u0E31\u0E08\u0E09\u0E23\u0E34\u0E22\u0E30","Lowest Fee":"\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E15\u0E48\u0E33\u0E2A\u0E38\u0E14","Fastest Transfer":"\u0E42\u0E2D\u0E19\u0E16\u0E48\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E14\u0E49\u0E23\u0E27\u0E14\u0E40\u0E23\u0E47\u0E27\u0E17\u0E35\u0E48\u0E2A\u0E38\u0E14","Maximum Return":"\u0E1C\u0E25\u0E15\u0E2D\u0E1A\u0E41\u0E17\u0E19\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14","Maximum Output":"\u0E40\u0E2D\u0E32\u0E17\u0E4C\u0E1E\u0E38\u0E15\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14","Swapping":"\u0E01\u0E32\u0E23\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19","Gas cost":"\u0E04\u0E48\u0E32\u0E41\u0E01\u0E4A\u0E2A","Receiving":"\u0E01\u0E32\u0E23\u0E23\u0E31\u0E1A","Price impact":"\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u0E04\u0E38\u0E13\u0E08\u0E30\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E40\u0E1B\u0E47\u0E19\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 ",["minRequiredSlippage"]," \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E19\u0E35\u0E49"],"Increase":"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E02\u0E36\u0E49\u0E19","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u0E1B\u0E23\u0E34\u0E21\u0E32\u0E13\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E42\u0E14\u0E22 ",["percentageChange"],"% ($",["usdValueChange"],")"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u0E40\u0E23\u0E32\u0E02\u0E2D\u0E41\u0E19\u0E30\u0E19\u0E33\u0E43\u0E2B\u0E49\u0E04\u0E38\u0E13\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E40\u0E1B\u0E47\u0E19\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 ",["minRequiredSlippage"]," \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E19\u0E35\u0E49"],"Caution, your slippage is high.":"\u0E23\u0E30\u0E27\u0E31\u0E07 \u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E21\u0E35\u0E2A\u0E39\u0E07","Change":"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19","High slippage":"\u0E04\u0E27\u0E32\u0E21\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E2A\u0E39\u0E07","Low slippage":"\u0E04\u0E27\u0E32\u0E21\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E15\u0E48\u0E33","Caution, your slippage is high. Your trade may be front run.":"\u0E23\u0E30\u0E27\u0E31\u0E07 \u0E2A\u0E25\u0E34\u0E1B\u0E40\u0E1B\u0E08\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E39\u0E07 \u0E01\u0E32\u0E23\u0E0B\u0E37\u0E49\u0E2D\u0E02\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2D\u0E32\u0E08\u0E40\u0E01\u0E34\u0E14\u0E01\u0E32\u0E23\u0E1F\u0E23\u0E2D\u0E19\u0E17\u0E4C\u0E23\u0E31\u0E19","Swap anyway":"\u0E2A\u0E25\u0E31\u0E1A\u0E01\u0E31\u0E19","Change Slippage":"\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25","Something went wrong":"\u0E21\u0E35\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E40\u0E01\u0E34\u0E14\u0E02\u0E36\u0E49\u0E19","Something went wrong. Please refresh the app.":"\u0E21\u0E35\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E23\u0E35\u0E40\u0E1F\u0E23\u0E0A\u0E41\u0E2D\u0E1B","No Routes Found":"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07","You cannot use the same token for From and To.":"\u0E04\u0E38\u0E13\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E08\u0E32\u0E01\u0E41\u0E25\u0E30\u0E16\u0E36\u0E07\u0E44\u0E14\u0E49","Slippage tolerance per swap":"\u0E04\u0E27\u0E32\u0E21\u0E04\u0E25\u0E32\u0E14\u0E40\u0E04\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E48\u0E32\u0E2A\u0E25\u0E34\u0E1B\u0E15\u0E48\u0E2D\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A","Custom":"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E08\u0E30\u0E16\u0E39\u0E01\u0E01\u0E25\u0E31\u0E1A\u0E04\u0E37\u0E19\u0E2B\u0E32\u0E01\u0E23\u0E32\u0E04\u0E32\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E1A\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32\u0E40\u0E1B\u0E2D\u0E23\u0E4C\u0E40\u0E0B\u0E47\u0E19\u0E15\u0E4C\u0E19\u0E35\u0E49","Warning":"\u0E04\u0E33\u0E40\u0E15\u0E37\u0E2D\u0E19","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E19\u0E35\u0E49\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E41\u0E15\u0E48\u0E25\u0E30\u0E02\u0E31\u0E49\u0E19\u0E15\u0E2D\u0E19 (\u0E40\u0E0A\u0E48\u0E19 1 \u0E19\u0E34\u0E49\u0E27, Thorchain \u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E19) \u0E0B\u0E36\u0E48\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E04\u0E27\u0E32\u0E21\u0E27\u0E48\u0E32\u0E08\u0E30\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E02\u0E31\u0E49\u0E19\u0E15\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E23\u0E30\u0E1A\u0E38\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19 \u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","Slippage cannot be set lower than 0.01%.":"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32 Slippage \u0E15\u0E48\u0E33\u0E01\u0E27\u0E48\u0E32 0.01% \u0E44\u0E14\u0E49","Caution, your slippage is high!":"\u0E23\u0E30\u0E27\u0E31\u0E07 \u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E39\u0E07!","Request ID":"\u0E02\u0E2D\u0E23\u0E2B\u0E31\u0E2A ID","Copied To Clipboard":"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14","Copy Request ID":"\u0E2A\u0E33\u0E40\u0E19\u0E32\u0E04\u0E33\u0E02\u0E2D ID","View on Rango Explorer":"\u0E14\u0E39\u0E1A\u0E19 Rango Explorer","Finished at":"\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19\u0E41\u0E25\u0E49\u0E27\u0E17\u0E35\u0E48","Created at":"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D","Swap Details":"\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A","Not found":"\u0E44\u0E21\u0E48\u0E1E\u0E1A","Swap with request ID = {requestId} not found.":["\u0E2A\u0E25\u0E31\u0E1A\u0E01\u0E31\u0E1A ID \u0E04\u0E33\u0E02\u0E2D = ",["requestId"]," \u0E44\u0E21\u0E48\u0E1E\u0E1A."],"Change Network":"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22","Network Changed":"\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07","Network Switch Failed":"\u0E2A\u0E27\u0E34\u0E15\u0E0A\u0E4C\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0E04\u0E38\u0E13\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ",["amount"]," ",["token"]," \u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19 ",["conciseAddress"]," \u0E1A\u0E19\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22 ",["chain"]],"Transaction was not sent.":"\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E2A\u0E48\u0E07\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u0E1A\u0E19 ",["blockchain"]," \u0E22\u0E31\u0E07\u0E04\u0E07\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"],"Delete":"\u0E25\u0E1A","Try again":"\u0E25\u0E2D\u0E07\u0E43\u0E2B\u0E21\u0E48\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07","View transaction":"\u0E14\u0E39\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","Connect":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","Swap Successful":"\u0E2A\u0E25\u0E31\u0E1A\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08","Transaction Failed":"\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27","Done":"\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E41\u0E25\u0E49\u0E27","Diagnosis":"\u0E01\u0E32\u0E23\u0E27\u0E34\u0E19\u0E34\u0E08\u0E09\u0E31\u0E22","See Details":"\u0E14\u0E39\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14","Cancel Swap":"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19","Are you sure you want to cancel this swap?":"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A\u0E19\u0E35\u0E49\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?","Yes, Cancel it":"\u0E43\u0E0A\u0E48 \u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E21\u0E31\u0E19","No, Continue":"\u0E44\u0E21\u0E48 \u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D","Connect {wallet}":["\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E1A\u0E32\u0E07\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E16\u0E39\u0E01\u0E15\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D \u0E42\u0E1B\u0E23\u0E14\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A\u0E15\u0E48\u0E2D","Wallet connected successfully.":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08\u0E41\u0E25\u0E49\u0E27","Delete Transaction":"\u0E25\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","Are you sure you want to delete this swap?":"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A\u0E19\u0E35\u0E49\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?","Yes, Delete it":"\u0E43\u0E0A\u0E48 \u0E25\u0E1A\u0E21\u0E31\u0E19\u0E0B\u0E30","No, Cancel":"\u0E44\u0E21\u0E48 \u0E22\u0E01\u0E40\u0E25\u0E34\u0E01","Install {wallet}":["\u0E15\u0E34\u0E14\u0E15\u0E31\u0E49\u0E07 ",["wallet"]],"Install":"\u0E15\u0E34\u0E14\u0E15\u0E31\u0E49\u0E07","Try Again":"\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07","Slippage:":"\u0E01\u0E32\u0E23\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25:","Select Token":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19","Wallet Connected":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C","Your wallet is connected, you can use it to swap.":"\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E41\u0E25\u0E49\u0E27 \u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E21\u0E31\u0E19\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E14\u0E49","Failed to Connect":"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E44\u0E14\u0E49","Your wallet is not connected. Please try again.":"\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07","Connecting to your wallet":"\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E31\u0E1A\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","Click connect in your wallet popup.":"\u0E04\u0E25\u0E34\u0E01\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E43\u0E19\u0E1B\u0E4A\u0E2D\u0E1B\u0E2D\u0E31\u0E1B\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","Select Derivation Path":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E01\u0E32\u0E23\u0E2D\u0E19\u0E38\u0E21\u0E32\u0E19","In order to connect to {type}, you must first select a Derivation Path":["\u0E43\u0E19\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E31\u0E1A ",["type"],"\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E01\u0E32\u0E23\u0E44\u0E14\u0E49\u0E21\u0E32\u0E01\u0E48\u0E2D\u0E19"],"Choose Derivation Path Template":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E01\u0E32\u0E23\u0E2D\u0E19\u0E38\u0E21\u0E32\u0E19","Enter Path":"\u0E40\u0E02\u0E49\u0E32\u0E2A\u0E39\u0E48\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07","Enter Index":"\u0E40\u0E02\u0E49\u0E32\u0E2A\u0E39\u0E48\u0E14\u0E31\u0E0A\u0E19\u0E35","This wallet can only connect to one chain at a time.":"\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E19\u0E35\u0E49\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E31\u0E1A\u0E42\u0E0B\u0E48\u0E44\u0E14\u0E49\u0E40\u0E1E\u0E35\u0E22\u0E07 1 \u0E40\u0E2A\u0E49\u0E19\u0E43\u0E19\u0E41\u0E15\u0E48\u0E25\u0E30\u0E04\u0E23\u0E31\u0E49\u0E07","Disconnect wallet":"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E19\u0E35\u0E49\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E42\u0E0B\u0E48\u0E2B\u0E25\u0E32\u0E22\u0E41\u0E1A\u0E1A \u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E0B\u0E48\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E15\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","Add {blockchainDisplayName} Chain":["\u0E40\u0E1E\u0E34\u0E48\u0E21 ",["blockchainDisplayName"]," \u0E40\u0E0A\u0E19"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E0B\u0E48\u0E17\u0E14\u0E25\u0E2D\u0E07 ",["blockchainDisplayName"]," \u0E25\u0E07\u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48"],"Please approve the experimental chain pop-up in your wallet.":"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E2D\u0E19\u0E38\u0E21\u0E31\u0E15\u0E34\u0E43\u0E2B\u0E49\u0E1B\u0E4A\u0E2D\u0E1B\u0E2D\u0E31\u0E1B\u0E42\u0E0B\u0E48\u0E17\u0E14\u0E25\u0E2D\u0E07\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E0B\u0E48\u0E41\u0E25\u0E49\u0E27"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E0B\u0E48 ",["blockchainDisplayName"]," \u0E25\u0E07\u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E23\u0E35\u0E22\u0E1A\u0E23\u0E49\u0E2D\u0E22\u0E41\u0E25\u0E49\u0E27"],"Request Rejected":"\u0E04\u0E33\u0E02\u0E2D\u0E16\u0E39\u0E01\u0E1B\u0E0F\u0E34\u0E40\u0E2A\u0E18","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0E04\u0E38\u0E13\u0E1B\u0E0F\u0E34\u0E40\u0E2A\u0E18\u0E17\u0E35\u0E48\u0E08\u0E30\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E0B\u0E48 ",["blockchainDisplayName"]," \u0E25\u0E07\u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"],"Disconnect":"\u0E15\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E19\u0E35\u0E49\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E42\u0E0B\u0E48\u0E2B\u0E25\u0E32\u0E22\u0E41\u0E1A\u0E1A \u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E0B\u0E48\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","This wallet can only connect to one chain at a time. ":"\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E19\u0E35\u0E49\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E31\u0E1A\u0E42\u0E0B\u0E48\u0E44\u0E14\u0E49\u0E40\u0E1E\u0E35\u0E22\u0E07\u0E2D\u0E31\u0E19\u0E40\u0E14\u0E35\u0E22\u0E27\u0E43\u0E19\u0E41\u0E15\u0E48\u0E25\u0E30\u0E04\u0E23\u0E31\u0E49\u0E07 ","Deselect all":"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","Select all":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","Failed Network, Please retry your swap.":"\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E2A\u0E25\u0E31\u0E1A\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07","Please reset your liquidity sources.":"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E2A\u0E20\u0E32\u0E1E\u0E04\u0E25\u0E48\u0E2D\u0E07\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0E04\u0E38\u0E13\u0E44\u0E14\u0E49\u0E08\u0E33\u0E01\u0E31\u0E14\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E2A\u0E20\u0E32\u0E1E\u0E04\u0E25\u0E48\u0E2D\u0E07\u0E44\u0E27\u0E49 \u0E0B\u0E36\u0E48\u0E07\u0E2D\u0E32\u0E08\u0E2A\u0E48\u0E07\u0E1C\u0E25\u0E43\u0E2B\u0E49 Rango \u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E43\u0E14 \u0E46 \u0E42\u0E1B\u0E23\u0E14\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E2A\u0E20\u0E32\u0E1E\u0E04\u0E25\u0E48\u0E2D\u0E07\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","No Routes Found.":"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u0E2A\u0E32\u0E40\u0E2B\u0E15\u0E38\u0E17\u0E35\u0E48 Rango \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E44\u0E14\u0E49: \u0E2A\u0E20\u0E32\u0E1E\u0E04\u0E25\u0E48\u0E2D\u0E07\u0E02\u0E2D\u0E07\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E15\u0E48\u0E33, \u0E1B\u0E23\u0E34\u0E21\u0E32\u0E13\u0E2D\u0E34\u0E19\u0E1E\u0E38\u0E15\u0E15\u0E48\u0E33\u0E21\u0E32\u0E01 \u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E44\u0E14\u0E49\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E38\u0E14\u0E04\u0E48\u0E32\u0E1C\u0E2A\u0E21\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E2D\u0E34\u0E19\u0E1E\u0E38\u0E15/\u0E40\u0E2D\u0E32\u0E15\u0E4C\u0E1E\u0E38\u0E15\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01","Bridge Limit Error: Please increase your amount.":"\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E01\u0E32\u0E23\u0E08\u0E33\u0E01\u0E31\u0E14\u0E2A\u0E30\u0E1E\u0E32\u0E19: \u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E08\u0E33\u0E19\u0E27\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","Bridge Limit Error: Please decrease your amount.":"\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E01\u0E32\u0E23\u0E08\u0E33\u0E01\u0E31\u0E14\u0E2A\u0E30\u0E1E\u0E32\u0E19: \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E14\u0E08\u0E33\u0E19\u0E27\u0E19\u0E40\u0E07\u0E34\u0E19\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","High Price Impact":"\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E2A\u0E39\u0E07","Price impact is too high!":"\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E2A\u0E39\u0E07\u0E40\u0E01\u0E34\u0E19\u0E44\u0E1B!","The price impact is significantly higher than the allowed amount.":"\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E08\u0E30\u0E2A\u0E39\u0E07\u0E01\u0E27\u0E48\u0E32\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E21\u0E32\u0E01","Confirm high price impact":"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E2A\u0E39\u0E07","Route updated and price impact is too high, try again later!":"\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E41\u0E25\u0E49\u0E27\u0E41\u0E25\u0E30\u0E21\u0E35\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E2A\u0E39\u0E07\u0E40\u0E01\u0E34\u0E19\u0E44\u0E1B \u0E42\u0E1B\u0E23\u0E14\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E43\u0E19\u0E20\u0E32\u0E22\u0E2B\u0E25\u0E31\u0E07!","USD Price Unknown":"\u0E23\u0E32\u0E04\u0E32 USD \u0E44\u0E21\u0E48\u0E17\u0E23\u0E32\u0E1A","USD Price Unknown, Cannot calculate Price Impact.":"\u0E23\u0E32\u0E04\u0E32 USD \u0E44\u0E21\u0E48\u0E17\u0E23\u0E32\u0E1A \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E04\u0E33\u0E19\u0E27\u0E13\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E44\u0E14\u0E49","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u0E23\u0E32\u0E04\u0E32 USD \u0E44\u0E21\u0E48\u0E17\u0E23\u0E32\u0E1A \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E04\u0E33\u0E19\u0E27\u0E13\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E44\u0E14\u0E49 \u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A\u0E15\u0E48\u0E2D\u0E23\u0E32\u0E04\u0E32\u0E2D\u0E32\u0E08\u0E2A\u0E39\u0E07\u0E01\u0E27\u0E48\u0E32\u0E1B\u0E01\u0E15\u0E34 \u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E08\u0E30\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23 Swap \u0E15\u0E48\u0E2D","Confirm USD Price Unknown":"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E23\u0E32\u0E04\u0E32 USD \u0E44\u0E21\u0E48\u0E17\u0E23\u0E32\u0E1A","Swap":"\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19","The route goes through Ethereum. Continue?":"\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E08\u0E30\u0E1C\u0E48\u0E32\u0E19 Ethereum \u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?","Routes":"\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07","From":"\u0E08\u0E32\u0E01","To":"\u0E16\u0E36\u0E07","Light":"\u0E41\u0E2A\u0E07\u0E2A\u0E27\u0E48\u0E32\u0E07","Dark":"\u0E21\u0E37\u0E14","Auto":"\u0E2D\u0E2D\u0E42\u0E15\u0E49","Loading failed":"\u0E01\u0E32\u0E23\u0E42\u0E2B\u0E25\u0E14\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27","Bridges":"\u0E2A\u0E30\u0E1E\u0E32\u0E19","Exchanges":"\u0E01\u0E32\u0E23\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19","Custom Tokens":"\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07","Language":"\u0E20\u0E32\u0E29\u0E32","Infinite approval":"\u0E01\u0E32\u0E23\u0E2D\u0E19\u0E38\u0E21\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E21\u0E35\u0E17\u0E35\u0E48\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E42\u0E2B\u0E21\u0E14 '\u0E2D\u0E19\u0E38\u0E21\u0E31\u0E15\u0E34\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E08\u0E33\u0E01\u0E31\u0E14' \u0E08\u0E30\u0E17\u0E33\u0E43\u0E2B\u0E49\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E02\u0E49\u0E32\u0E16\u0E36\u0E07\u0E2A\u0E31\u0E0D\u0E0D\u0E32\u0E2D\u0E31\u0E08\u0E09\u0E23\u0E34\u0E22\u0E30\u0E1E\u0E37\u0E49\u0E19\u0E10\u0E32\u0E19\u0E44\u0E14\u0E49\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E08\u0E33\u0E01\u0E31\u0E14 \u0E0A\u0E48\u0E27\u0E22\u0E43\u0E2B\u0E49\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E43\u0E0A\u0E49\u0E08\u0E33\u0E19\u0E27\u0E19\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2D\u0E19\u0E38\u0E21\u0E31\u0E15\u0E34\u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E08\u0E33\u0E01\u0E31\u0E14","Theme":"\u0E18\u0E35\u0E21","Duplicate Token":"\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E0B\u0E49\u0E33","The address you entered is duplicate, please enter a new address.":"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E1B\u0E49\u0E2D\u0E19\u0E0B\u0E49\u0E33 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E2B\u0E21\u0E48","Token Already Exists":"\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27","There's no need to add this token again because it already exists and is supported by us.":"\u0E44\u0E21\u0E48\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E19\u0E35\u0E49\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07 \u0E40\u0E19\u0E37\u0E48\u0E2D\u0E07\u0E08\u0E32\u0E01\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E19\u0E35\u0E49\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27\u0E41\u0E25\u0E30\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E08\u0E32\u0E01\u0E40\u0E23\u0E32\u0E41\u0E25\u0E49\u0E27","Token Not Found":"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u0E02\u0E2D\u0E2D\u0E20\u0E31\u0E22 \u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E1A\u0E19\u0E40\u0E0A\u0E19 ",["blockchain"]," \u0E17\u0E35\u0E48\u0E21\u0E35\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E17\u0E35\u0E48\u0E43\u0E2B\u0E49\u0E44\u0E27\u0E49 \u0E42\u0E1B\u0E23\u0E14\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E43\u0E2B\u0E49\u0E41\u0E19\u0E48\u0E43\u0E08\u0E27\u0E48\u0E32\u0E04\u0E38\u0E13\u0E44\u0E14\u0E49\u0E1B\u0E49\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"],"Network error":"\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E02\u0E2D\u0E07\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22","An error occurred while retrieving token data.":"\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E02\u0E13\u0E30\u0E14\u0E36\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19","Add Custom Token":"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07","Select chain":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E0B\u0E48","Enter Address":"\u0E01\u0E23\u0E2D\u0E01\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48","Enter token address":"\u0E1B\u0E49\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19","Import":"\u0E01\u0E32\u0E23\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32","Confirm Swap":"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A","Start Swap":"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19","You get":"\u0E04\u0E38\u0E13\u0E08\u0E30\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A","Search Token":"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19","No custom tokens":"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07","press the button to add your custom token":"\u0E01\u0E14\u0E1B\u0E38\u0E48\u0E21\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","Delete Custom Token":"\u0E25\u0E1A\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07","Are you sure you want to Delete this Token?":"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E19\u0E35\u0E49?","Complete":"\u0E2A\u0E21\u0E1A\u0E39\u0E23\u0E13\u0E4C","Running":"\u0E27\u0E34\u0E48\u0E07","Failed":"\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27","Refuel":"\u0E40\u0E15\u0E34\u0E21\u0E19\u0E49\u0E33\u0E21\u0E31\u0E19","Clear":"\u0E0A\u0E31\u0E14\u0E40\u0E08\u0E19","Search Transaction":"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","No transactions":"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","Your transaction history is stored locally and will appear here after you start a swap":"\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E01\u0E47\u0E1A\u0E44\u0E27\u0E49\u0E43\u0E19\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E41\u0E25\u0E30\u0E08\u0E30\u0E1B\u0E23\u0E32\u0E01\u0E0F\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E40\u0E23\u0E34\u0E48\u0E21\u0E2A\u0E25\u0E31\u0E1A","Clear Transaction History":"\u0E25\u0E49\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E08\u0E30\u0E25\u0E1A\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E17\u0E35\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08\u0E41\u0E25\u0E30\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E27\u0E34\u0E14\u0E40\u0E08\u0E47\u0E15 \u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u0E2B\u0E21\u0E32\u0E22\u0E40\u0E2B\u0E15\u0E38: \u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E19\u0E35\u0E49\u0E08\u0E30\u0E44\u0E21\u0E48\u0E25\u0E1A\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E1A\u0E19\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22 \u0E41\u0E15\u0E48\u0E08\u0E30\u0E25\u0E1A\u0E2D\u0E2D\u0E01\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19","Yes, Clear the history":"\u0E43\u0E0A\u0E48 \u0E25\u0E49\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34","language":"\u0E20\u0E32\u0E29\u0E32","Search {sourceType}":["\u0E04\u0E49\u0E19\u0E2B\u0E32 ",["sourceType"]],"Search Chain":"\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E1A\u0E1A\u0E42\u0E0B\u0E48","Source":"\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E17\u0E35\u0E48\u0E21\u0E32","Destination":"\u0E1B\u0E25\u0E32\u0E22\u0E17\u0E32\u0E07","Swap {type}":["\u0E2A\u0E25\u0E31\u0E1A ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49 \u0E04\u0E38\u0E13\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E42\u0E2B\u0E21\u0E14\u0E41\u0E04\u0E21\u0E40\u0E1B\u0E0D\u0E0B\u0E36\u0E48\u0E07\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E08\u0E33\u0E01\u0E31\u0E14\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E01\u0E31\u0E1A\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E2A\u0E20\u0E32\u0E1E\u0E04\u0E25\u0E48\u0E2D\u0E07 \u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E42\u0E2B\u0E21\u0E14\u0E19\u0E35\u0E49\u0E41\u0E25\u0E30\u0E43\u0E0A\u0E49\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E2A\u0E20\u0E32\u0E1E\u0E04\u0E25\u0E48\u0E2D\u0E07\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48","The request ID is necessary to display the swap details.":"\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 ID \u0E04\u0E33\u0E02\u0E2D\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E01\u0E32\u0E23\u0E2A\u0E25\u0E31\u0E1A","Connect Wallets":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C","Choose a wallet to connect.":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E17\u0E35\u0E48\u0E08\u0E30\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","This week":"\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E19\u0E35\u0E49","This month":"\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E19\u0E35\u0E49","This year":"\u0E1B\u0E35\u0E19\u0E35\u0E49","Slippage must be greater than or equal to 0.01":"\u0E04\u0E27\u0E32\u0E21\u0E25\u0E37\u0E48\u0E19\u0E44\u0E16\u0E25\u0E08\u0E30\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E17\u0E48\u0E32\u0E01\u0E31\u0E1A 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E21\u0E35\u0E04\u0E27\u0E32\u0E21\u0E40\u0E2A\u0E35\u0E48\u0E22\u0E07\u0E17\u0E35\u0E48\u0E08\u0E30\u0E16\u0E39\u0E01\u0E15\u0E35\u0E15\u0E25\u0E32\u0E14\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E19\u0E37\u0E48\u0E2D\u0E07\u0E08\u0E32\u0E01\u0E21\u0E35\u0E01\u0E32\u0E23\u0E04\u0E25\u0E32\u0E14\u0E40\u0E04\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E02\u0E2D\u0E07\u0E23\u0E32\u0E04\u0E32\u0E2A\u0E39\u0E07","Required: >= {min} {symbol}":["\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u0E08\u0E33\u0E40\u0E1B\u0E47\u0E19: < ",["max"]," ",["symbol"]]," for network fee":" \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E04\u0E48\u0E32\u0E18\u0E23\u0E23\u0E21\u0E40\u0E19\u0E35\u0E22\u0E21\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22"," for swap":" \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E41\u0E25\u0E01\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19"," for input and network fee":" \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E04\u0E48\u0E32\u0E2D\u0E34\u0E19\u0E1E\u0E38\u0E17\u0E41\u0E25\u0E30\u0E04\u0E48\u0E32\u0E40\u0E19\u0E47\u0E15\u0E40\u0E27\u0E34\u0E23\u0E4C\u0E04","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\u0E41\u0E15\u0E48\u0E04\u0E38\u0E13\u0E21\u0E35 ",["currentAmount"]," ",["symbol"]," \u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19 ",["blockchain"]," \u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"],"Waiting for other running tasks to be finished":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E2D\u0E43\u0E2B\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E37\u0E48\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19","Waiting for changing wallet network":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E2D\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E40\u0E07\u0E34\u0E19","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2A\u0E25\u0E31\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E44\u0E14\u0E49 \u0E42\u0E1B\u0E23\u0E14\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E2A\u0E25\u0E31\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E2D\u0E02\u0E48\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22\u0E15\u0E19\u0E40\u0E2D\u0E07\u0E43\u0E19\u0E01\u0E23\u0E30\u0E40\u0E1B\u0E4B\u0E32\u0E2A\u0E15\u0E32\u0E07\u0E04\u0E4C\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","Sunday":"\u0E27\u0E31\u0E19\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C","Monday":"\u0E27\u0E31\u0E19\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C","Tuesday":"\u0E27\u0E31\u0E19\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23","Wednesday":"\u0E27\u0E31\u0E19\u0E1E\u0E38\u0E18","Thursday":"\u0E27\u0E31\u0E19\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35","Friday":"\u0E27\u0E31\u0E19\u0E28\u0E38\u0E01\u0E23\u0E4C","Saturday":"\u0E27\u0E31\u0E19\u0E40\u0E2A\u0E32\u0E23\u0E4C","Powered By":"\u0E02\u0E31\u0E1A\u0E40\u0E04\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E42\u0E14\u0E22","This token may involve potential security risks; proceed with caution.":"\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E19\u0E35\u0E49\u0E2D\u0E32\u0E08\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E01\u0E31\u0E1A\u0E04\u0E27\u0E32\u0E21\u0E40\u0E2A\u0E35\u0E48\u0E22\u0E07\u0E14\u0E49\u0E32\u0E19\u0E04\u0E27\u0E32\u0E21\u0E1B\u0E25\u0E2D\u0E14\u0E20\u0E31\u0E22 \u0E42\u0E1B\u0E23\u0E14\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22\u0E04\u0E27\u0E32\u0E21\u0E23\u0E30\u0E21\u0E31\u0E14\u0E23\u0E30\u0E27\u0E31\u0E07","Aggregated Transaction":"\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E23\u0E27\u0E21","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u0E2A\u0E25\u0E31\u0E1A ",["fromChain"]," \u0E40\u0E1B\u0E47\u0E19 ",["swapper"]],"Bridge from {fromChain} via {swapper}":["\u0E2A\u0E30\u0E1E\u0E32\u0E19\u0E08\u0E32\u0E01 ",["fromChain"]," \u0E16\u0E36\u0E07 ",["swapper"]],"Bridge to {toChain} via {swapper}":["\u0E2A\u0E30\u0E1E\u0E32\u0E19\u0E44\u0E1B\u0E22\u0E31\u0E07 ",["toChain"]," \u0E1C\u0E48\u0E32\u0E19 ",["swapper"]],"Completed":"\u0E2A\u0E21\u0E1A\u0E39\u0E23\u0E13\u0E4C","In progress":"\u0E2D\u0E22\u0E39\u0E48\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23","Waiting for the swap transaction":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E2D\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E2A\u0E27\u0E2D\u0E1B","Waiting for the bridge transaction":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E23\u0E2D\u0E01\u0E32\u0E23\u0E17\u0E33\u0E18\u0E38\u0E23\u0E01\u0E23\u0E23\u0E21\u0E2A\u0E30\u0E1E\u0E32\u0E19","Connected Partially":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E40\u0E1E\u0E35\u0E22\u0E07\u0E1A\u0E32\u0E07\u0E2A\u0E48\u0E27\u0E19","Connect other chains":"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07\u0E42\u0E0B\u0E48\u0E2D\u0E37\u0E48\u0E19 \u0E46","Connecting ...":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D ...","Connecting":"\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","Disconnected":"\u0E16\u0E39\u0E01\u0E15\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D","you need to pass a correct state to Wallet.":"\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E48\u0E07\u0E2A\u0E16\u0E32\u0E19\u0E30\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07 Wallet","There are no notifications.":"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E41\u0E08\u0E49\u0E07\u0E40\u0E15\u0E37\u0E2D\u0E19\u0E43\u0E14\u0E46.","Clear all":"\u0E25\u0E49\u0E32\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","Balance":"\u0E2A\u0E21\u0E14\u0E38\u0E25","Max":"\u0E41\u0E21\u0E47\u0E01\u0E0B\u0E4C","Select gas chain":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E0B\u0E48\u0E41\u0E01\u0E4A\u0E2A"}`);var Li=JSON.parse(`{"No results found":"Hi\xE7bir sonu\xE7 bulunamad\u0131","Try using different keywords":"Farkl\u0131 anahtar kelimeler kullanmay\u0131 deneyin","Select Chain":"Zincir Se\xE7","All":"T\xFCm","More +{count}":["Daha Fazla +",["count"]],"Activate this tab":"Bu sekmeyi etkinle\u015Ftir","Another tab is open and handles transactions.":"Ba\u015Fka bir sekme daha a\xE7\u0131k ve i\u015Flemleri y\xF6netiyor.","Activate current tab":"Mevcut sekmeyi etkinle\u015Ftir","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u015Eu anda baz\u0131 i\u015Flemler \xE7al\u0131\u015F\u0131yor ve ba\u015Fka bir taray\u0131c\u0131 sekmesi taraf\u0131ndan i\u015Fleniyor. Bu sekmeyi etkinle\u015Ftirirseniz, i\u015Flem imzalama ad\u0131m\u0131nda olan t\xFCm i\u015Flemler sona erecektir.","Confirm":"Onaylamak","Your {blockchainName} wallets":[["blockchainName"]," c\xFCzdanlar\u0131n\u0131z"],"Insufficient account balance":"Yetersiz hesap bakiyesi","Proceed anyway":"Yine de devam et","You need to connect a {blockchainName} wallet.":[["blockchainName"]," c\xFCzdan\u0131n\u0131 ba\u011Flaman\u0131z gerekiyor."],"Add {chain} chain":[["chain"]," zincirini ekle"],"Chain not connected":"Zincir ba\u011Fl\u0131 de\u011Fil","Show more wallets":"Daha fazla c\xFCzdan g\xF6ster","Send to a different address":"Farkl\u0131 bir adrese g\xF6nder","Enter {blockchainName} address":[["blockchainName"]," adresini girin"],"Address {destination} doesn't match the blockchain address pattern.":[["destination"]," adresi blockchain adres \xF6r\xFCnt\xFCs\xFCyle uyu\u015Fmuyor."],"via":"arac\u0131l\u0131\u011F\u0131yla","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"Bu token do\u011Frulanm\u0131\u015F token listemizin bir par\xE7as\u0131 de\u011Fil. L\xFCtfen kayna\u011F\u0131n\u0131 do\u011Frulay\u0131n ve devam etmeden \xF6nce t\xFCm ili\u015Fkili riskleri anlad\u0131\u011F\u0131n\u0131zdan emin olun.","Import Anyway":"Her neyse, i\xE7e aktar","Learn More":"Daha fazla bilgi edin","Status":"Durum","Reset":"S\u0131f\u0131rla","Cancel":"\u0130ptal etmek","Refresh":"Yenile","Notifications":"Bildirimler","Settings":"Ayarlar","History":"Tarih","Connect Wallet":"C\xFCzdan\u0131 Ba\u011Fla","Today":"Bug\xFCn","Failed Network, Please retry.":"A\u011F ba\u015Far\u0131s\u0131z, l\xFCtfen tekrar deneyin.","Retry":"Tekrar dene","Add another custom token":"Ba\u015Fka bir \xF6zel belirte\xE7 ekle","Swaps steps":"De\u011Fi\u015Fim ad\u0131mlar\u0131","Connected":"Ba\u011Fl\u0131","Connection failed":"Ba\u011Flant\u0131 ba\u015Far\u0131s\u0131z oldu","See why":"Nedenini g\xF6r","(Currently not supported)":"(\u015Eu anda desteklenmiyor)","Slippage Error":"Kayma Hatas\u0131","Slippage Warning":"Kayma Uyar\u0131s\u0131","Bridge Limit Error":"K\xF6pr\xFC S\u0131n\u0131r Hatas\u0131","Yours: {amount} {symbol}":["Sizin: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\xD6nerilen minimum kayma: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["Sizin: ",["userSlippage"]],"See All Routes":"T\xFCm Rotalar\u0131 G\xF6r","View more info":"Daha fazla bilgi g\xF6r\xFCnt\xFCle","Gas & Fee Explanation":"Gaz ve \xDCcret A\xE7\u0131klamas\u0131","Details":"Detaylar","Total Payable Fee":"Toplam \xD6denecek \xDCcret","Hide non-payable fees":"\xD6denmeyen \xFCcretleri gizle","Show non-payable fees":"\xD6denmeyen \xFCcretleri g\xF6ster","Description":"Tan\u0131m","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"A\u015Fa\u011F\u0131daki \xFCcretler i\u015Flem \xE7\u0131kt\u0131s\u0131na dahil edilir ve\\n bunlar i\xE7in ekstra gas \xF6demenize gerek kalmaz.","Swap input":"Giri\u015Fi de\u011Fi\u015Ftir","Estimated output":"Tahmini \xE7\u0131kt\u0131","Via:":"Arac\u0131l\u0131\u011F\u0131yla:","Chains:":"Zincirler:","Sort by":"G\xF6re s\u0131rala","Smart Routing":"Ak\u0131ll\u0131 Y\xF6nlendirme","Lowest Fee":"En D\xFC\u015F\xFCk \xDCcret","Fastest Transfer":"En H\u0131zl\u0131 Transfer","Maximum Return":"Maksimum Getiri","Maximum Output":"Maksimum \xC7\u0131kt\u0131","Swapping":"Takaslama","Gas cost":"Gaz maliyeti","Receiving":"Alma","Price impact":"Fiyat etkisi","You need to increase slippage to at least {minRequiredSlippage} for this route.":["Bu rota i\xE7in kaymay\u0131 en az ",["minRequiredSlippage"]," 'a \xE7\u0131karman\u0131z gerekiyor."],"Increase":"Artt\u0131rmak","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\xC7\u0131kt\u0131 miktar\u0131 ",["percentageChange"],"% ($",["usdValueChange"],") oran\u0131nda de\u011Fi\u015Ftirildi."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Bu rota i\xE7in kaymay\u0131 en az ",["minRequiredSlippage"]," seviyesine \xE7\u0131karman\u0131z\u0131 \xF6neririz."],"Caution, your slippage is high.":"Dikkat, kayman\u0131z y\xFCksek.","Change":"De\u011Fi\u015Ftirmek","High slippage":"Y\xFCksek kayma","Low slippage":"D\xFC\u015F\xFCk kayma","Caution, your slippage is high. Your trade may be front run.":"Dikkat, kayman\u0131z y\xFCksek. \u0130\u015Fleminiz \xF6nden ko\u015Fu olabilir.","Swap anyway":"Her neyse takas et","Change Slippage":"De\u011Fi\u015Fim Kaymas\u0131","Something went wrong":"Bir \u015Feyler ters gitti","Something went wrong. Please refresh the app.":"Bir \u015Feyler ters gitti. L\xFCtfen uygulamay\u0131 yenileyin.","No Routes Found":"Hi\xE7bir Rota Bulunamad\u0131","You cannot use the same token for From and To.":"From ve To i\xE7in ayn\u0131 token'\u0131 kullanamazs\u0131n\u0131z.","Slippage tolerance per swap":"Swap ba\u015F\u0131na kayma tolerans\u0131","Custom":"Gelenek","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Fiyatta bu orandan fazla olumsuz de\u011Fi\u015Fim olmas\u0131 durumunda i\u015Fleminiz geri al\u0131nacakt\u0131r.","Warning":"Uyar\u0131","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"Bu ayar her bir ad\u0131ma uygulan\u0131r (\xF6rne\u011Fin 1Inch, Thorchain, vb.), yani yaln\u0131zca o belirli ad\u0131m geri al\u0131n\u0131r, t\xFCm rota geri al\u0131nmaz.","Slippage cannot be set lower than 0.01%.":"Kayma %0,01'den d\xFC\u015F\xFCk ayarlanamaz.","Caution, your slippage is high!":"Dikkat, kayman\u0131z y\xFCksek!","Request ID":"\u0130stek Kimli\u011Fi","Copied To Clipboard":"Panoya Kopyaland\u0131","Copy Request ID":"Kopyalama \u0130stek Kimli\u011Fi","View on Rango Explorer":"Rango Explorer'da g\xF6r\xFCnt\xFCle","Finished at":"Bitirildi","Created at":"Olu\u015Fturuldu","Swap Details":"Takas Detaylar\u0131","Not found":"Bulunamad\u0131","Swap with request ID = {requestId} not found.":["\u0130stek ID'si = ",["requestId"]," olan takas bulunamad\u0131."],"Change Network":"A\u011F De\u011Fi\u015Ftir","Network Changed":"A\u011F De\u011Fi\u015Fti","Network Switch Failed":"A\u011F Anahtar\u0131 Ba\u015Far\u0131s\u0131z Oldu","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":[["chain"]," zincirindeki ",["conciseAddress"]," c\xFCzdan\u0131nda ",["amount"]," ",["token"]," ald\u0131n\u0131z."],"Transaction was not sent.":"\u0130\u015Flem g\xF6nderilemedi.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," on ",["blockchain"]," c\xFCzdan\u0131n\u0131zda kal\u0131r."],"Delete":"Silmek","Try again":"Tekrar deneyin","View transaction":"\u0130\u015Flemi g\xF6r\xFCnt\xFCle","Connect":"Ba\u011Flamak","Swap Successful":"Takas Ba\u015Far\u0131l\u0131","Transaction Failed":"\u0130\u015Flem Ba\u015Far\u0131s\u0131z","Done":"Tamamlamak","Diagnosis":"Tan\u0131","See Details":"Ayr\u0131nt\u0131lar\u0131 G\xF6r","Cancel Swap":"Takas \u0130ptali","Are you sure you want to cancel this swap?":"Bu takas\u0131 iptal etmek istedi\u011Finizden emin misiniz?","Yes, Cancel it":"Evet, \u0130ptal Et","No, Continue":"Hay\u0131r, Devam Et","Connect {wallet}":["Ba\u011Flan ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"C\xFCzdan\u0131n\u0131z\u0131n veya baz\u0131 a\u011Flar\u0131n ba\u011Flant\u0131s\u0131 kesildi. De\u011Fi\u015Fime devam etmek i\xE7in ba\u011Flan\u0131n.","Wallet connected successfully.":"C\xFCzdan ba\u015Far\u0131yla ba\u011Fland\u0131.","Delete Transaction":"\u0130\u015Flemi Sil","Are you sure you want to delete this swap?":"Bu takas\u0131 silmek istedi\u011Finizden emin misiniz?","Yes, Delete it":"Evet, Sil","No, Cancel":"Hay\u0131r, \u0130ptal","Install {wallet}":[["wallet"],"y\xFCkleyin"],"Install":"D\xFCzenlemek","Try Again":"Tekrar deneyin","Slippage:":"Kayma:","Select Token":"Jeton Se\xE7","Wallet Connected":"C\xFCzdan Ba\u011Fland\u0131","Your wallet is connected, you can use it to swap.":"C\xFCzdan\u0131n\u0131z ba\u011Fland\u0131, takas yapmak i\xE7in kullanabilirsiniz.","Failed to Connect":"Ba\u011Flant\u0131 ba\u015Far\u0131s\u0131z oldu","Your wallet is not connected. Please try again.":"C\xFCzdan\u0131n\u0131z ba\u011Fl\u0131 de\u011Fil. L\xFCtfen tekrar deneyin.","Connecting to your wallet":"C\xFCzdan\u0131n\u0131za ba\u011Flan\u0131l\u0131yor","Click connect in your wallet popup.":"C\xFCzdan\u0131n\u0131zdaki a\xE7\u0131l\u0131r pencerede ba\u011Flan'a t\u0131klay\u0131n.","Select Derivation Path":"T\xFCretme Yolunu Se\xE7in","In order to connect to {type}, you must first select a Derivation Path":[["type"],"'a ba\u011Flanmak i\xE7in \xF6ncelikle bir T\xFCretme Yolu se\xE7melisiniz"],"Choose Derivation Path Template":"T\xFCretme Yolu \u015Eablonunu Se\xE7in","Enter Path":"Yola Girin","Enter Index":"Dizin'e Girin","This wallet can only connect to one chain at a time.":"Bu c\xFCzdan ayn\u0131 anda yaln\u0131zca bir zincire ba\u011Flanabilir.","Disconnect wallet":"C\xFCzdan\u0131 ay\u0131r\u0131n","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"Bu c\xFCzdan birden fazla zinciri destekler. Hangi zincirleri ba\u011Flamak veya ba\u011Flant\u0131s\u0131n\u0131 kesmek istedi\u011Finizi se\xE7in.","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," Zinciri Ekle"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":[["blockchainDisplayName"]," deneysel zincirini c\xFCzdan\u0131n\u0131za eklemek ister misiniz?"],"Please approve the experimental chain pop-up in your wallet.":"L\xFCtfen c\xFCzdan\u0131n\u0131zdaki deneysel zincir a\xE7\u0131l\u0131r penceresini onaylay\u0131n.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," Zincir Eklendi"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," zinciri c\xFCzdan\u0131n\u0131za ba\u015Far\u0131yla eklendi."],"Request Rejected":"\u0130stek Reddedildi","You've rejected adding {blockchainDisplayName} chain to your wallet.":["C\xFCzdan\u0131n\u0131za ",["blockchainDisplayName"]," zincirinin eklenmesini reddettiniz."],"Disconnect":"Ba\u011Flant\u0131y\u0131 kes","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"Bu c\xFCzdan birden fazla zinciri destekler. Hangi zincirleri ba\u011Flamak istedi\u011Finizi se\xE7in.","This wallet can only connect to one chain at a time. ":"Bu c\xFCzdan ayn\u0131 anda yaln\u0131zca bir zincire ba\u011Flanabilir. ","Deselect all":"T\xFCm\xFCn\xFC se\xE7imi kald\u0131r","Select all":"T\xFCm\xFCn\xFC se\xE7","Failed Network, Please retry your swap.":"A\u011F ba\u015Far\u0131s\u0131z oldu. L\xFCtfen takas\u0131n\u0131z\u0131 tekrar deneyin.","Please reset your liquidity sources.":"L\xFCtfen likidite kaynaklar\u0131n\u0131z\u0131 s\u0131f\u0131rlay\u0131n.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"Likidite kaynaklar\u0131n\u0131 s\u0131n\u0131rlad\u0131n\u0131z ve bu Rango'nun rota bulamamas\u0131na neden olabilir. L\xFCtfen likidite kaynaklar\u0131n\u0131z\u0131 s\u0131f\u0131rlamay\u0131 d\xFC\u015F\xFCn\xFCn.","No Routes Found.":"Rota Bulunamad\u0131.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Rango'nun bir rota bulamamas\u0131n\u0131n nedenleri: token'da d\xFC\u015F\xFCk likidite, \xE7ok d\xFC\u015F\xFCk girdi miktar\u0131 veya se\xE7ilen girdi/\xE7\u0131kt\u0131 token kombinasyonu i\xE7in kullan\u0131labilir rota olmamas\u0131.","Bridge Limit Error: Please increase your amount.":"K\xF6pr\xFC Limit Hatas\u0131: L\xFCtfen tutar\u0131n\u0131z\u0131 art\u0131r\u0131n.","Bridge Limit Error: Please decrease your amount.":"K\xF6pr\xFC Limit Hatas\u0131: L\xFCtfen tutar\u0131n\u0131z\u0131 azalt\u0131n.","High Price Impact":"Y\xFCksek Fiyat Etkisi","Price impact is too high!":"Fiyat etkisi \xE7ok y\xFCksek!","The price impact is significantly higher than the allowed amount.":"Fiyat etkisi izin verilen miktar\u0131n \xF6nemli \xF6l\xE7\xFCde \xFCzerindedir.","Confirm high price impact":"Y\xFCksek fiyat etkisini do\u011Frulay\u0131n","Route updated and price impact is too high, try again later!":"Rota g\xFCncellendi ve fiyat etkisi \xE7ok y\xFCksek, daha sonra tekrar deneyin!","USD Price Unknown":"USD Fiyat\u0131 Bilinmiyor","USD Price Unknown, Cannot calculate Price Impact.":"USD Fiyat\u0131 Bilinmiyor, Fiyat Etkisi Hesaplanam\u0131yor.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD Fiyat\u0131 Bilinmiyor, Fiyat Etkisi Hesaplanam\u0131yor. Fiyat etkisi normalden daha y\xFCksek olabilir. Swap'a devam etmek istedi\u011Finizden emin misiniz?","Confirm USD Price Unknown":"USD Fiyat\u0131n\u0131 Onaylay\u0131n Bilinmiyor","Swap":"Takas","The route goes through Ethereum. Continue?":"Rota Ethereum'dan ge\xE7iyor. Devam etmek istiyor musunuz?","Routes":"Rotalar","From":"\u0130tibaren","To":"\u0130le","Light":"I\u015F\u0131k","Dark":"Karanl\u0131k","Auto":"Otomatik","Loading failed":"Y\xFCkleme ba\u015Far\u0131s\u0131z oldu","Bridges":"K\xF6pr\xFCler","Exchanges":"Borsalar","Custom Tokens":"\xD6zel Jetonlar","Language":"Dil","Infinite approval":"Sonsuz onay","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"'Sonsuz onay' modunun etkinle\u015Ftirilmesi, temeldeki ak\u0131ll\u0131 s\xF6zle\u015Fmelere s\u0131n\u0131rs\u0131z eri\u015Fim sa\u011Flar ve onaylanan token miktar\u0131n\u0131 s\u0131n\u0131rlama olmaks\u0131z\u0131n kullanmalar\u0131na olanak tan\u0131r.","Theme":"Tema","Duplicate Token":"\xC7ift Jeton","The address you entered is duplicate, please enter a new address.":"Girdi\u011Finiz adres ayn\u0131 de\u011Fil, l\xFCtfen yeni bir adres girin.","Token Already Exists":"Jeton Zaten Mevcut","There's no need to add this token again because it already exists and is supported by us.":"Bu token'\u0131 tekrar eklemenize gerek yok \xE7\xFCnk\xFC zaten mevcut ve taraf\u0131m\u0131zca destekleniyor.","Token Not Found":"Jeton Bulunamad\u0131","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\xDCzg\xFCn\xFCz, ",["blockchain"]," zincirinde belirtilen adresle bir token bulunamad\u0131. L\xFCtfen do\u011Fru token adresini girdi\u011Finizden emin olun."],"Network error":"A\u011F hatas\u0131","An error occurred while retrieving token data.":"Jeton verileri al\u0131n\u0131rken bir hata olu\u015Ftu.","Add Custom Token":"\xD6zel Token Ekle","Select chain":"Zinciri se\xE7in","Enter Address":"Adresi Girin","Enter token address":"Jeton adresini girin","Import":"\u0130\xE7e aktarmak","Confirm Swap":"Takas\u0131 Onayla","Start Swap":"Takas Ba\u015Flat","You get":"Sen al\u0131rs\u0131n","Search Token":"Arama Simgesi","No custom tokens":"\xD6zel token yok","press the button to add your custom token":"\xF6zel tokeninizi eklemek i\xE7in d\xFC\u011Fmeye bas\u0131n","Delete Custom Token":"\xD6zel Token'\u0131 Sil","Are you sure you want to Delete this Token?":"Bu Token'\u0131 Silmek istedi\u011Finizden emin misiniz?","Complete":"Tamamlamak","Running":"Ko\u015Fma","Failed":"Ar\u0131zal\u0131","Refuel":"Yak\u0131t ikmali","Clear":"Temizlemek","Search Transaction":"Arama \u0130\u015Flemi","No transactions":"Hi\xE7bir i\u015Flem yok","Your transaction history is stored locally and will appear here after you start a swap":"\u0130\u015Flem ge\xE7mi\u015Finiz yerel olarak saklan\u0131r ve bir takas ba\u015Flatt\u0131ktan sonra burada g\xF6r\xFCn\xFCr","Clear Transaction History":"\u0130\u015Flem Ge\xE7mi\u015Fini Temizle","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Devam etmek, widget'tan t\xFCm ba\u015Far\u0131l\u0131 ve ba\u015Far\u0131s\u0131z i\u015Flemleri kald\u0131racakt\u0131r. Devam etmek istiyor musunuz?","Note: This does not erase your transaction history on the chain; it only removes them here.":"Not: Bu, zincirdeki i\u015Flem ge\xE7mi\u015Finizi silmez; yaln\u0131zca buradan kald\u0131r\u0131r.","Yes, Clear the history":"Evet, ge\xE7mi\u015Fi temizle","language":"dil","Search {sourceType}":["Ara ",["sourceType"]],"Search Chain":"Arama Zinciri","Source":"Kaynak","Destination":"Var\u0131\u015F noktas\u0131","Swap {type}":["Takas ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u015Eu anda, likidite kaynaklar\u0131nda k\u0131s\u0131tlamalar olan kampanya modundas\u0131n\u0131z. Bu moddan \xE7\u0131k\u0131p t\xFCm mevcut likidite kaynaklar\u0131n\u0131 kullanmak ister misiniz?","The request ID is necessary to display the swap details.":"Takas detaylar\u0131n\u0131n g\xF6r\xFCnt\xFClenebilmesi i\xE7in istek ID'si gereklidir.","Connect Wallets":"C\xFCzdanlar\u0131 Ba\u011Flay\u0131n","Choose a wallet to connect.":"Ba\u011Flanmak i\xE7in bir c\xFCzdan se\xE7in.","This week":"Bu hafta","This month":"Bu ay","This year":"Bu y\u0131l","Slippage must be greater than or equal to 0.01":"Kayma 0,01'den b\xFCy\xFCk veya e\u015Fit olmal\u0131d\u0131r","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Y\xFCksek kayma tolerans\u0131 nedeniyle i\u015Fleminiz \xF6nden i\u015Flem g\xF6rme riski alt\u0131ndad\u0131r.","Required: >= {min} {symbol}":["Gerekli: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["Gerekli: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["Gerekli: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["Gerekli: < ",["max"]," ",["symbol"]]," for network fee":" a\u011F \xFCcreti i\xE7in"," for swap":" takas i\xE7in"," for input and network fee":" giri\u015F ve a\u011F \xFCcreti i\xE7in","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"gerekiyor, ancak c\xFCzdan\u0131n\u0131zda ",["blockchain"]," ",["currentAmount"]," ",["symbol"]," var."],"Waiting for other running tasks to be finished":"Di\u011Fer \xE7al\u0131\u015Fan g\xF6revlerin bitmesini bekliyorum","Waiting for changing wallet network":"C\xFCzdan a\u011F\u0131n\u0131n de\u011Fi\u015Ftirilmesi bekleniyor","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"A\u011F ge\xE7i\u015Fi tamamlanamad\u0131. L\xFCtfen tekrar deneyin veya c\xFCzdan\u0131n\u0131zda a\u011F\u0131 manuel olarak de\u011Fi\u015Ftirin.","Sunday":"Pazar","Monday":"Pazartesi","Tuesday":"Sal\u0131","Wednesday":"\xC7ar\u015Famba","Thursday":"Per\u015Fembe","Friday":"Cuma","Saturday":"Cumartesi","Powered By":"Taraf\u0131ndan desteklenmektedir","This token may involve potential security risks; proceed with caution.":"Bu token potansiyel g\xFCvenlik riskleri i\xE7erebilir; dikkatli olun.","Aggregated Transaction":"Toplu \u0130\u015Flem","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":[["fromChain"]," \xFCzerinden ",["swapper"],"ile takas yap\u0131n"],"Bridge from {fromChain} via {swapper}":[["fromChain"]," 'dan ",["swapper"],"'e giden k\xF6pr\xFC"],"Bridge to {toChain} via {swapper}":[["swapper"],"\xFCzerinden ",["toChain"]," 'a k\xF6pr\xFC"],"Completed":"Tamamlanm\u0131\u015F","In progress":"Devam etmekte","Waiting for the swap transaction":"Takas i\u015Flemini bekliyorum","Waiting for the bridge transaction":"K\xF6pr\xFC i\u015Fleminin beklenmesi","Connected Partially":"K\u0131smen Ba\u011Fl\u0131","Connect other chains":"Di\u011Fer zincirleri ba\u011Flay\u0131n","Connecting ...":"Ba\u011Flan\u0131yor...","Connecting":"Ba\u011Flanma","Disconnected":"Ba\u011Flant\u0131s\u0131 kesildi","you need to pass a correct state to Wallet.":"C\xFCzdan'a do\u011Fru bir durum ge\xE7irmeniz gerekiyor.","There are no notifications.":"Bildirim yok.","Clear all":"Hepsini temizle","Balance":"Denge","Max":"Maksimum","Select gas chain":"Gaz zincirini se\xE7in"}`);var Pi=JSON.parse(`{"No results found":"\u041D\u0456\u0447\u043E\u0433\u043E \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E","Try using different keywords":"\u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0456\u043D\u0448\u0456 \u043A\u043B\u044E\u0447\u043E\u0432\u0456 \u0441\u043B\u043E\u0432\u0430","Select Chain":"\u041E\u0431\u0440\u0430\u0442\u0438 \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A","All":"\u0412\u0441\u0456","More +{count}":["\u0411\u0456\u043B\u044C\u0448\u0435 +",["count"]],"Activate this tab":"\u0410\u043A\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u0446\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443","Another tab is open and handles transactions.":"\u0406\u043D\u0448\u0430 \u0432\u043A\u043B\u0430\u0434\u043A\u0430 - \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0456 \u0456 \u043E\u0431\u0440\u043E\u0431\u043A\u0430 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0439.","Activate current tab":"\u0410\u043A\u0442\u0438\u0432\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0442\u043E\u0447\u043D\u0443 \u0432\u043A\u043B\u0430\u0434\u043A\u0443","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0412 \u0434\u0430\u043D\u0438\u0439 \u0447\u0430\u0441 \u0434\u0435\u044F\u043A\u0456 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0432\u0438\u043A\u043E\u043D\u0443\u044E\u0442\u044C\u0441\u044F \u0456 \u043E\u0431\u0440\u043E\u0431\u043B\u044F\u044E\u0442\u044C\u0441\u044F \u0456\u043D\u0448\u043E\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u043E\u044E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430. \u042F\u043A\u0449\u043E \u0432\u0438 \u0430\u043A\u0442\u0438\u0432\u0443\u0454\u0442\u0435 \u0446\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443, \u0432\u0441\u0456 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0457, \u0449\u043E \u0432\u0436\u0435 \u0437\u043D\u0430\u0445\u043E\u0434\u044F\u0442\u044C\u0441\u044F \u0432 \u0435\u0442\u0430\u043F\u0456 \u043F\u0456\u0434\u043F\u0438\u0441\u0443 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0439, \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u044E\u0442\u044C\u0441\u044F.","Confirm":"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438","Your {blockchainName} wallets":["\u0412\u0430\u0448\u0456 \u0433\u0430\u043C\u0430\u043D\u0446\u0456 ",["blockchainName"]],"Insufficient account balance":"\u041D\u0435\u0434\u043E\u0441\u0442\u0430\u0442\u043D\u044C\u043E \u0433\u0440\u043E\u0448\u0435\u0439 \u043D\u0430 \u0431\u0430\u043B\u0430\u043D\u0441\u0456","Proceed anyway":"\u0412\u0441\u0435 \u043E\u0434\u043D\u043E","You need to connect a {blockchainName} wallet.":["\u0412\u0438 \u043F\u043E\u0432\u0438\u043D\u043D\u0456 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438 ",["blockchainName"]," \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C."],"Add {chain} chain":["\u0414\u043E\u0434\u0430\u0442\u0438 \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A ",["chain"]],"Chain not connected":"\u041B\u0430\u043D\u0446\u044E\u0433 \u043D\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0439","Show more wallets":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435 \u0433\u0430\u043C\u0430\u043D\u0446\u0456\u0432","Send to a different address":"\u041D\u0430\u0434\u0441\u0438\u043B\u0430\u0442\u0438 \u043D\u0430 \u0456\u043D\u0448\u0443 \u0430\u0434\u0440\u0435\u0441\u0443","Enter {blockchainName} address":["\u0412\u0432\u0435\u0434\u0456\u0442\u044C ",["blockchainName"]," \u0430\u0434\u0440\u0435\u0441\u0443"],"Address {destination} doesn't match the blockchain address pattern.":["\u0410\u0434\u0440\u0435\u0441\u0430 ",["destination"]," \u043D\u0435 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0454 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 \u0430\u0434\u0440\u0435\u0441\u0438 \u0431\u043B\u043E\u043A\u0447\u0435\u0439\u043D."],"via":"\u0447\u0435\u0440\u0435\u0437","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u0426\u0435\u0439 \u043C\u0430\u0440\u043A\u0435\u0440 \u043D\u0435 \u0454 \u0447\u0430\u0441\u0442\u0438\u043D\u043E\u044E \u043D\u0430\u0448\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0435\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0443 \u043C\u0430\u0440\u043A\u0435\u0440\u0456\u0432. \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0439\u043E\u0433\u043E \u0434\u0436\u0435\u0440\u0435\u043B\u043E \u0442\u0430 \u043F\u0435\u0440\u0435\u043A\u043E\u043D\u0430\u0439\u0442\u0435\u0441\u044F, \u0449\u043E \u0440\u043E\u0437\u0443\u043C\u0456\u0454\u0442\u0435 \u0432\u0441\u0456 \u043F\u043E\u0432\u2019\u044F\u0437\u0430\u043D\u0456 \u0437 \u0446\u0438\u043C \u0440\u0438\u0437\u0438\u043A\u0438, \u043F\u0435\u0440\u0448 \u043D\u0456\u0436 \u043F\u0440\u043E\u0434\u043E\u0432\u0436\u0438\u0442\u0438.","Import Anyway":"\u0412\u0441\u0435 \u043E\u0434\u043D\u043E \u0456\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438","Learn More":"\u0414\u0456\u0437\u043D\u0430\u0439\u0442\u0435\u0441\u044F \u0431\u0456\u043B\u044C\u0448\u0435","Status":"\u0421\u0442\u0430\u0442\u0443\u0441","Reset":"Reset","Cancel":"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438","Refresh":"\u041E\u043D\u043E\u0432\u0438\u0442\u0438","Notifications":"\u0421\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u043D\u044F","Settings":"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F","History":"\u0406\u0441\u0442\u043E\u0440\u0456\u044F","Connect Wallet":"\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0456\u0442\u044C Wallet","Today":"\u0421\u044C\u043E\u0433\u043E\u0434\u043D\u0456","Failed Network, Please retry.":"\u041D\u0435\u0432\u0434\u0430\u043B\u0430 \u043C\u0435\u0440\u0435\u0436\u0430, \u0441\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.","Retry":"\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u0438 \u0441\u043F\u0440\u043E\u0431\u0443","Add another custom token":"\u0414\u043E\u0434\u0430\u0442\u0438 \u0456\u043D\u0448\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Swaps steps":"\u041A\u0440\u043E\u043A\u0438 \u0437\u043C\u0456\u043D\u0438","Connected":"\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E","Connection failed":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044F","See why":"\u0414\u0456\u0437\u043D\u0430\u0439\u0442\u0435\u0441\u044F \u0447\u043E\u043C\u0443","(Currently not supported)":"(\u041D\u0430\u0440\u0430\u0437\u0456 \u043D\u0435 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454\u0442\u044C\u0441\u044F)","Slippage Error":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043F\u0440\u043E\u043A\u0440\u0443\u0447\u0443\u0432\u0430\u043D\u043D\u044F","Slippage Warning":"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u0436\u0435\u043D\u043D\u044F \u043F\u0440\u043E Slippage","Bridge Limit Error":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043C\u043E\u0441\u0442\u0443","Yours: {amount} {symbol}":["\u0412\u0430\u0448: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u041C\u0456\u043D\u0456\u043C\u0430\u043B\u044C\u043D\u0435 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u043E\u0432\u0430\u043D\u0435 \u043F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0412\u0430\u0448: ",["userSlippage"]],"See All Routes":"\u041F\u043E\u0431\u0430\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0438","View more info":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435","Gas & Fee Explanation":"\u0413\u0430\u0437 \u0456 \u043A\u043E\u043C\u0456\u0441\u0456\u044F","Details":"\u041F\u043E\u0434\u0440\u043E\u0431\u0438\u0446\u0456","Total Payable Fee":"\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0430 \u0441\u0443\u043C\u0430 \u0432\u0438\u043F\u043B\u0430\u0442","Hide non-payable fees":"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043D\u0435\u043E\u043F\u043B\u0430\u0447\u0435\u043D\u0456 \u043F\u043B\u0430\u0442\u0435\u0436\u0456","Show non-payable fees":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043B\u0430\u0442\u043D\u0456 \u043F\u043B\u0430\u0442\u0435\u0436\u0456","Description":"\u041E\u043F\u0438\u0441","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u041D\u0430\u0441\u0442\u0443\u043F\u043D\u0456 \u043A\u043E\u043C\u0456\u0441\u0456\u0457 \u0432\u0440\u0430\u0445\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u0443 \u0432\u0438\u0445\u0456\u0434\u043D\u0438\u0445 \u0434\u0430\u043D\u0438\u0445 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0457, \u0456\\n \u0432\u0430\u043C \u043D\u0435 \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0431\u0443\u0434\u0435 \u043F\u043B\u0430\u0442\u0438\u0442\u0438 \u0437\u0430 \u043D\u0438\u0445 \u0434\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u0438\u0439 \u0433\u0430\u0437.","Swap input":"Swap input","Estimated output":"\u0420\u043E\u0437\u0440\u0430\u0445\u0443\u043D\u043A\u043E\u0432\u0438\u0439 \u0432\u0438\u0445\u0456\u0434","Via:":"\u0427\u0435\u0440\u0435\u0437:","Chains:":"\u041B\u0430\u043D\u0446\u044E\u0433\u0438:","Sort by":"\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430","Smart Routing":"\u0420\u043E\u0437\u0443\u043C\u043D\u0430 \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0446\u0456\u044F","Lowest Fee":"\u041D\u0430\u0439\u043D\u0438\u0436\u0447\u0430 \u043A\u043E\u043C\u0456\u0441\u0456\u044F","Fastest Transfer":"\u041D\u0430\u0439\u0448\u0432\u0438\u0434\u0448\u0430 \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0430","Maximum Return":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0435 \u043F\u043E\u0432\u0435\u0440\u043D\u0435\u043D\u043D\u044F","Maximum Output":"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0438\u0439 \u0432\u0438\u0445\u0456\u0434","Swapping":"Swapping","Gas cost":"\u0412\u0430\u0440\u0442\u0456\u0441\u0442\u044C \u0433\u0430\u0437\u0443","Receiving":"\u041E\u0442\u0440\u0438\u043C\u0430\u043D\u043D\u044F","Price impact":"\u0412\u043F\u043B\u0438\u0432 \u0446\u0456\u043D\u0438","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u0412\u0430\u043C \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0437\u0431\u0456\u043B\u044C\u0448\u0438\u0442\u0438 \u0441\u043B\u0430\u0439\u0434 \u043F\u0440\u0438\u043D\u0430\u0439\u043C\u043D\u0456 ",["minRequiredSlippage"]," \u0434\u043B\u044F \u0446\u044C\u043E\u0433\u043E \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0443."],"Increase":"\u0417\u0431\u0456\u043B\u044C\u0448\u0435\u043D\u043D\u044F","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u041E\u0431\u0441\u044F\u0433 \u0432\u0438\u0432\u0435\u0434\u0435\u043D\u043D\u044F \u0437\u043C\u0456\u043D\u0435\u043D\u043E \u043D\u0430 ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u041C\u0438 \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u0454\u043C\u043E \u0432\u0430\u043C \u0437\u0431\u0456\u043B\u044C\u0448\u0438\u0442\u0438 \u0441\u043B\u0430\u0439\u0434 \u043F\u0440\u0438\u043D\u0430\u0439\u043C\u043D\u0456 ",["minRequiredSlippage"]," \u0434\u043B\u044F \u0446\u044C\u043E\u0433\u043E \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0443."],"Caution, your slippage is high.":"\u041E\u0431\u0435\u0440\u0435\u0436\u043D\u043E, \u0442\u0432\u043E\u044F \u0441\u0445\u043E\u0432\u0430\u043D\u043A\u0430 \u0432\u0438\u0441\u043E\u043A\u0430.","Change":"\u0417\u043C\u0456\u043D\u0438\u0442\u0438","High slippage":"\u0412\u0438\u0441\u043E\u043A\u0430 \u0441\u043B\u0438\u0437\u044C\u043A\u0430","Low slippage":"\u041D\u0438\u0437\u044C\u043A\u0430 \u0437\u0430\u043B\u0438\u0432\u043A\u0430","Caution, your slippage is high. Your trade may be front run.":"\u041E\u0431\u0435\u0440\u0435\u0436\u043D\u043E, \u0432\u0430\u0448\u0435 \u043F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F \u0432\u0438\u0441\u043E\u043A\u0435. \u0412\u0430\u0448\u0430 \u0443\u0433\u043E\u0434\u0430 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u043F\u0435\u0440\u0435\u0434\u0436\u0430\u044E\u0447\u043E\u044E.","Swap anyway":"\u041F\u043E\u043C\u0456\u043D\u044F\u0442\u0438 \u043C\u0456\u0441\u0446\u044F\u043C\u0438 \u0432\u0441\u0435 \u043E\u0434\u043D\u043E","Change Slippage":"\u0417\u043C\u0456\u043D\u0430 \u043F\u0440\u043E\u0441\u043A\u0430\u043B\u044C\u0437\u0443\u0432\u0430\u043D\u043D\u044F","Something went wrong":"\u0421\u0442\u0430\u043B\u0430\u0441\u044F \u043F\u043E\u043C\u0438\u043B\u043A\u0430","Something went wrong. Please refresh the app.":"\u0429\u043E\u0441\u044C \u043F\u0456\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043E\u043D\u043E\u0432\u0456\u0442\u044C \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0443.","No Routes Found":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442\u0438 \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E","You cannot use the same token for From and To.":"\u0412\u0438 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u043E\u0439 \u0441\u0430\u043C\u0438\u0439 \u043C\u0430\u0440\u043A\u0435\u0440 \u0434\u043B\u044F \xAB\u0412\u0456\u0434\xBB \u0456 \xAB\u041A\u043E\u043C\u0443\xBB.","Slippage tolerance per swap":"\u0414\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u0456\u0441\u0442\u044C \u0441\u043F\u0443\u0441\u043A\u0443 \u043D\u0430 \u0441\u0432\u043E\u043F","Custom":"\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0430","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0412\u0430\u0448\u0443 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u044E \u0431\u0443\u0434\u0435 \u043F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u043E, \u044F\u043A\u0449\u043E \u0446\u044F \u0446\u0456\u043D\u0430 \u0437\u043C\u0456\u043D\u0438\u0442\u044C\u0441\u044F \u0431\u0456\u043B\u044C\u0448 \u043D\u0456\u0436 \u043D\u0430 \u0446\u0435\u0439 \u0432\u0456\u0434\u0441\u043E\u0442\u043E\u043A.","Warning":"\u0417\u0430\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u0426\u0435\u0439 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0430\u043D\u043E \u0434\u043E \u043A\u043E\u0436\u043D\u043E\u0433\u043E \u043A\u0440\u043E\u043A\u0443 (\u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434. 1Inch, \u0422\u043E\u0440\u0447\u0435\u0439\u043D \u0456 \u0442.\u043F.), \u0449\u043E \u043E\u0437\u043D\u0430\u0447\u0430\u0454, \u0449\u043E \u0442\u0456\u043B\u044C\u043A\u0438 \u043F\u0435\u0432\u043D\u0438\u0439 \u043A\u0440\u043E\u043A \u0431\u0443\u0434\u0435 \u0432\u0456\u0434\u043D\u043E\u0432\u043B\u0435\u043D\u043E, \u0430 \u043D\u0435 \u0432\u0435\u0441\u044C \u043C\u0430\u0440\u0448\u0440\u0443\u0442.","Slippage cannot be set lower than 0.01%.":"\u041F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F \u043D\u0435 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u043D\u0438\u0436\u0447\u0435 0,01%.","Caution, your slippage is high!":"\u041E\u0431\u0435\u0440\u0435\u0436\u043D\u043E, \u0432\u0430\u0448\u0435 \u043F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F \u0432\u0438\u0441\u043E\u043A\u0435!","Request ID":"\u041D\u043E\u043C\u0435\u0440 \u0437\u0430\u043F\u0438\u0442\u0443","Copied To Clipboard":"\u0421\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443","Copy Request ID":"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 ID \u0437\u0430\u043F\u0438\u0442\u0443","View on Rango Explorer":"\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u0432 Rango Explorer","Finished at":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043E \u043E","Created at":"\u0421\u0442\u0432\u043E\u0440\u0435\u043D\u0438\u0439 \u0432","Swap Details":"\u0414\u0435\u0442\u0430\u043B\u0456 \u0441\u0432\u043E\u043F\u0438","Not found":"\u041D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E","Swap with request ID = {requestId} not found.":["\u0421\u0432\u043E\u043F \u0437 RequestID = ",["requestId"]," \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E."],"Change Network":"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043C\u0435\u0440\u0435\u0436\u0443","Network Changed":"\u041C\u0435\u0440\u0435\u0436\u0430 \u0437\u043C\u0456\u043D\u0435\u043D\u0430","Network Switch Failed":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043C\u0435\u0440\u0435\u0436\u0435\u0432\u043E\u0433\u043E \u043A\u043E\u043C\u0443\u0442\u0430\u0442\u043E\u0440\u0430","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0412\u0438 \u043E\u0442\u0440\u0438\u043C\u0430\u043B\u0438 ",["amount"]," ",["token"]," \u0432 \u0433\u0430\u043C\u0430\u043D\u0446\u0456 ",["conciseAddress"]," \u043D\u0430 ",["chain"]," \u043B\u0430\u043D\u0446\u044E\u0436\u043A\u0443."],"Transaction was not sent.":"\u0422\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u044E \u043D\u0435 \u043D\u0430\u0434\u0456\u0441\u043B\u0430\u043D\u043E.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u043D\u0430 ",["blockchain"]," \u0437\u0430\u043B\u0438\u0448\u0438\u0442\u044C\u0441\u044F \u0432 \u0432\u0430\u0448\u043E\u043C\u0443 \u0433\u0430\u043C\u0430\u043D\u0446\u0456."],"Delete":"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438","Try again":"\u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437","View transaction":"\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E","Connect":"\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438\u0441\u044F","Swap Successful":"\u0417\u043C\u0456\u043D\u0430 \u0443\u0441\u043F\u0456\u0448\u043D\u0430","Transaction Failed":"\u041D\u0435\u0432\u0434\u0430\u043B\u0430 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u044F","Done":"\u0412\u0438\u043A\u043E\u043D\u0430\u043D\u043E","Diagnosis":"\u0414\u0456\u0430\u0433\u043D\u043E\u0437","See Details":"\u0414\u0438\u0432. \u0434\u043E\u043A\u043B\u0430\u0434\u043D\u0456\u0448\u0435","Cancel Swap":"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0437\u043C\u0456\u043D\u0438","Are you sure you want to cancel this swap?":"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0446\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F?","Yes, Cancel it":"\u0422\u0430\u043A, \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438","No, Continue":"\u041D\u0456, \u043F\u0440\u043E\u0434\u043E\u0432\u0436\u0438\u0442\u0438","Connect {wallet}":["\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438\u0441\u044F ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0417\u2019\u0454\u0434\u043D\u0430\u043D\u043D\u044F \u0432\u0430\u0448\u043E\u0433\u043E \u0433\u0430\u043C\u0430\u043D\u0446\u044F \u0430\u0431\u043E \u0434\u0435\u044F\u043A\u0438\u0445 \u043C\u0435\u0440\u0435\u0436 \u0440\u043E\u0437\u0456\u0440\u0432\u0430\u043D\u043E. \u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0456\u0442\u044C\u0441\u044F, \u0449\u043E\u0431 \u043F\u0440\u043E\u0434\u043E\u0432\u0436\u0438\u0442\u0438 \u043E\u0431\u043C\u0456\u043D.","Wallet connected successfully.":"\u0413\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u0443\u0441\u043F\u0456\u0448\u043D\u043E \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E.","Delete Transaction":"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u044E","Are you sure you want to delete this swap?":"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u0435 \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F?","Yes, Delete it":"\u0422\u0430\u043A, \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0439\u043E\u0433\u043E","No, Cancel":"\u041D\u0456, \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438","Install {wallet}":["\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 ",["wallet"]],"Install":"\u0406\u043D\u0441\u0442\u0430\u043B\u044E\u0432\u0430\u0442\u0438","Try Again":"\u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437","Slippage:":"\u041F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F:","Select Token":"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0442\u043E\u043A\u0435\u043D","Wallet Connected":"\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C","Your wallet is connected, you can use it to swap.":"\u0412\u0430\u0448 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0439, \u0432\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0439\u043E\u0433\u043E \u0434\u043B\u044F \u043E\u0431\u043C\u0456\u043D\u0443.","Failed to Connect":"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437'\u0454\u0434\u043D\u0430\u0442\u0438\u0441\u044F","Your wallet is not connected. Please try again.":"\u0412\u0430\u0448 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u043D\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0439. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0441\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.","Connecting to your wallet":"\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044F \u0434\u043E \u0432\u0430\u0448\u043E\u0433\u043E \u0433\u0430\u043C\u0430\u043D\u0446\u044F","Click connect in your wallet popup.":"\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438\u0441\u044F \u0432 \u0441\u043F\u043B\u0438\u0432\u0430\u044E\u0447\u043E\u043C\u0443 \u0432\u0456\u043A\u043D\u0456 \u0432\u0430\u0448\u043E\u0433\u043E \u0433\u0430\u043C\u0430\u043D\u0446\u044F.","Select Derivation Path":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0448\u043B\u044F\u0445 \u0434\u043E \u0432\u0438\u0434\u0430\u0447\u0456","In order to connect to {type}, you must first select a Derivation Path":["\u0414\u043B\u044F \u0442\u043E\u0433\u043E, \u0449\u043E\u0431 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438\u0441\u044F \u0434\u043E ",["type"],", \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u043E \u0441\u043F\u043E\u0447\u0430\u0442\u043A\u0443 \u0432\u0438\u0431\u0440\u0430\u0442\u0438 \u0448\u043B\u044F\u0445 \u0432\u0456\u0434\u0434\u0456\u043B\u0435\u043D\u043D\u044F"],"Choose Derivation Path Template":"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D \u0432\u0456\u0434\u0445\u0438\u043B\u0435\u043D\u043D\u044F \u043F\u043E \u0448\u0430\u0431\u043B\u043E\u043D\u0443","Enter Path":"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0448\u043B\u044F\u0445","Enter Index":"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0456\u043D\u0434\u0435\u043A\u0441","This wallet can only connect to one chain at a time.":"\u0426\u0435\u0439 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u043C\u043E\u0436\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0430\u0442\u0438\u0441\u044F \u043B\u0438\u0448\u0435 \u0434\u043E \u043E\u0434\u043D\u043E\u0433\u043E \u0431\u043B\u043E\u043A\u0447\u0435\u0439\u043D\u0443 \u043E\u0434\u043D\u043E\u0447\u0430\u0441\u043D\u043E.","Disconnect wallet":"\u0412\u0456\u0434\u2019\u0454\u0434\u043D\u0430\u0442\u0438 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u0426\u0435\u0439 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454 \u043A\u0456\u043B\u044C\u043A\u0430 \u043B\u0430\u043D\u0446\u044E\u0433\u0456\u0432. \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u044F\u043A\u0456 \u043B\u0430\u043D\u0446\u044E\u0433\u0438 \u0432\u0438 \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u0430\u0431\u043E \u0432\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438.","Add {blockchainDisplayName} Chain":["\u0414\u043E\u0434\u0430\u0442\u0438 ",["blockchainDisplayName"]," \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u0425\u043E\u0447\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0435\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u044C\u043D\u0438\u0439 \u043B\u0430\u043D\u0446\u044E\u0433 ",["blockchainDisplayName"]," \u0434\u043E \u0432\u0430\u0448\u043E\u0433\u043E \u0433\u0430\u043C\u0430\u043D\u0446\u044F?"],"Please approve the experimental chain pop-up in your wallet.":"\u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u0435\u043A\u0441\u043F\u0435\u0440\u0438\u043C\u0435\u043D\u0442\u0430\u043B\u044C\u043D\u0438\u0439 \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A \u0443 \u0432\u0430\u0448\u043E\u043C\u0443 \u0433\u0430\u043C\u0430\u043D\u0446\u0456.","{blockchainDisplayName} Chain Added":["\u0414\u043E\u0434\u0430\u043D\u043E \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A ",["blockchainDisplayName"]],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["\u041B\u0430\u043D\u0446\u044E\u0436\u043E\u043A ",["blockchainDisplayName"]," \u0443\u0441\u043F\u0456\u0448\u043D\u043E \u0434\u043E\u0434\u0430\u043D\u043E \u0434\u043E \u0432\u0430\u0448\u043E\u0433\u043E \u0433\u0430\u043C\u0430\u043D\u0446\u044F."],"Request Rejected":"\u0417\u0430\u043F\u0438\u0442 \u0432\u0456\u0434\u0445\u0438\u043B\u0435\u043D\u043E","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0412\u0438 \u0432\u0456\u0434\u0445\u0438\u043B\u0438\u043B\u0438 \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F ",["blockchainDisplayName"]," \u043B\u0430\u043D\u0446\u044E\u0436\u043A\u0430 \u0434\u043E \u0432\u0430\u0448\u043E\u0433\u043E \u0433\u0430\u043C\u0430\u043D\u0446\u044F."],"Disconnect":"\u0412\u0456\u0434'\u0454\u0434\u043D\u0430\u0442\u0438\u0441\u044C","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u0426\u0435\u0439 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454 \u043A\u0456\u043B\u044C\u043A\u0430 \u043B\u0430\u043D\u0446\u044E\u0433\u0456\u0432. \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u044F\u043A\u0456 \u043B\u0430\u043D\u0446\u044E\u0433\u0438 \u0432\u0438 \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0438\u0442\u0438.","This wallet can only connect to one chain at a time. ":"\u0426\u0435\u0439 \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u043C\u043E\u0436\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0430\u0442\u0438\u0441\u044F \u043B\u0438\u0448\u0435 \u0434\u043E \u043E\u0434\u043D\u043E\u0433\u043E \u0431\u043B\u043E\u043A\u0447\u0435\u0439\u043D\u0443 \u043E\u0434\u043D\u043E\u0447\u0430\u0441\u043D\u043E. ","Deselect all":"\u0417\u043D\u044F\u0442\u0438 \u0432\u0441\u0456 \u0432\u0438\u0434\u0456\u043B\u0435\u043D\u043D\u044F","Select all":"\u0412\u0438\u0434\u0456\u043B\u0438\u0442\u0438 \u0432\u0441\u0435","Failed Network, Please retry your swap.":"\u041D\u0435\u0432\u0434\u0430\u043B\u0430 \u043C\u0435\u0440\u0435\u0436\u0430, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0441\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0437\u043C\u0456\u043D\u0438\u0442\u0438 \u0441\u0432\u043E\u043F.","Please reset your liquidity sources.":"\u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0441\u043A\u0438\u043D\u044C\u0442\u0435 \u0432\u0430\u0448\u0456 \u0434\u0436\u0435\u0440\u0435\u043B\u0430 \u043B\u0456\u043A\u0432\u0456\u0434\u043D\u043E\u0441\u0442\u0456.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0412\u0438 \u043E\u0431\u043C\u0435\u0436\u0438\u043B\u0438 \u0434\u0436\u0435\u0440\u0435\u043B\u0430 \u043B\u0456\u043A\u0432\u0456\u0434\u043D\u043E\u0441\u0442\u0456, \u0456 \u0446\u0435 \u043C\u043E\u0436\u0435 \u043F\u0440\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0434\u043E \u0442\u043E\u0433\u043E, \u0449\u043E \u0420\u0430\u043D\u0433\u043E \u043D\u0435 \u0437\u043D\u0430\u0445\u043E\u0434\u0438\u0442\u044C \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0456\u0432. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u043F\u043E\u0434\u0443\u043C\u0430\u0439\u0442\u0435 \u043F\u0440\u043E \u0432\u0456\u0434\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u0432\u0430\u0448\u043E\u0433\u043E \u0434\u0436\u0435\u0440\u0435\u043B\u0430 \u043B\u0456\u043A\u0432\u0456\u0434\u043D\u043E\u0441\u0442\u0456.","No Routes Found.":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442\u0438 \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u041F\u0440\u0438\u0447\u0438\u043D\u0430, \u0447\u043E\u043C\u0443 \u0420\u0430\u043D\u0433\u043E \u043D\u0435 \u0437\u043C\u0456\u0433 \u0437\u043D\u0430\u0439\u0442\u0438 \u043C\u0430\u0440\u0448\u0440\u0443\u0442: \u043D\u0438\u0437\u044C\u043A\u0430 \u043B\u0456\u043A\u0432\u0456\u0434\u043D\u0456\u0441\u0442\u044C, \u0434\u0443\u0436\u0435 \u043C\u0430\u043B\u0430 \u043A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0432\u0445\u0456\u0434\u043D\u0438\u0445 \u0434\u0430\u043D\u0438\u0445 \u0430\u0431\u043E \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u0456\u0441\u0442\u044C \u043A\u043E\u043C\u0431\u0456\u043D\u0430\u0446\u0456\u0457 \u0442\u043E\u043A\u0435\u043D\u0443 \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u044F/\u0432\u0438\u0445\u0456\u0434\u043D\u043E\u0433\u043E \u0442\u0435\u043A\u0441\u0442\u0443.","Bridge Limit Error: Please increase your amount.":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043C\u043E\u0441\u0442\u0443. \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0437\u0431\u0456\u043B\u044C\u0448\u0456\u0442\u044C \u0441\u0443\u043C\u0443.","Bridge Limit Error: Please decrease your amount.":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F \u043C\u043E\u0441\u0442\u0443: \u0411\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0437\u043C\u0435\u043D\u0448\u0442\u0435 \u0441\u0443\u043C\u0443.","High Price Impact":"\u0412\u0438\u0441\u043E\u043A\u0438\u0439 \u0432\u043F\u043B\u0438\u0432 \u043D\u0430 \u0446\u0456\u043D\u0443","Price impact is too high!":"\u0422\u0430\u0440\u0438\u0444\u043D\u0438\u0439 \u0432\u043F\u043B\u0438\u0432 \u043D\u0430\u0434\u0442\u043E \u0432\u0438\u0441\u043E\u043A\u0438\u0439!","The price impact is significantly higher than the allowed amount.":"\u0412\u043F\u043B\u0438\u0432 \u0446\u0456\u043D \u0437\u043D\u0430\u0447\u043D\u043E \u0432\u0438\u0449\u0438\u0439, \u043D\u0456\u0436 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u0430 \u0441\u0443\u043C\u0430.","Confirm high price impact":"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u0432\u0438\u0441\u043E\u043A\u0438\u0439 \u0446\u0456\u043D\u043E\u0432\u0438\u0439 \u0432\u043F\u043B\u0438\u0432","Route updated and price impact is too high, try again later!":"\u0417\u043C\u0456\u043D\u0430 \u043C\u0430\u0440\u0448\u0440\u0443\u0442\u0443 \u0456 \u0432\u043F\u043B\u0438\u0432 \u0446\u0456\u043D\u0438 \u0437\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0438\u0441\u043E\u043A\u0438\u0439, \u0441\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u0456\u0437\u043D\u0456\u0448\u0435!","USD Price Unknown":"USD \u0446\u0456\u043D\u0430 \u043D\u0435\u0432\u0456\u0434\u043E\u043C\u0430","USD Price Unknown, Cannot calculate Price Impact.":"\u041D\u0435\u0432\u0456\u0434\u043E\u043C\u0430 \u0446\u0456\u043D\u0430 USD \u043D\u0435 \u043C\u043E\u0436\u0435 \u043E\u0431\u0447\u0438\u0441\u043B\u0438\u0442\u0438 \u0432\u043F\u043B\u0438\u0432 \u0446\u0456\u043D\u0438.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u0426\u0456\u043D\u0430 \u0421\u0428\u0410 \u043D\u0435 \u0432\u0456\u0434\u043E\u043C\u0430, \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0440\u043E\u0437\u0440\u0430\u0445\u0443\u0432\u0430\u0442\u0438 \u0432\u043F\u043B\u0438\u0432 \u0446\u0456\u043D\u0438. \u0412\u043F\u043B\u0438\u0432 \u0446\u0456\u043D\u0438 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u0449\u0438\u043C, \u043D\u0456\u0436 \u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439. \u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u043F\u0440\u043E\u0434\u043E\u0432\u0436\u0438\u0442\u0438 \u043F\u043B\u0430\u0432\u0430\u043D\u043D\u044F?","Confirm USD Price Unknown":"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0456\u0442\u044C \u043D\u0435\u0432\u0456\u0434\u043E\u043C\u0443 \u0446\u0456\u043D\u0443 USD","Swap":"\u041F\u043E\u043C\u0456\u043D\u044F\u0442\u0438","The route goes through Ethereum. Continue?":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442 \u043F\u0440\u043E\u0445\u043E\u0434\u0438\u0442\u044C \u0447\u0435\u0440\u0435\u0437 Ethereum. \u041F\u0440\u043E\u0434\u043E\u0432\u0436\u0438\u0442\u0438?","Routes":"\u041C\u0430\u0440\u0448\u0440\u0443\u0442\u0438","From":"\u0412\u0456\u0434","To":"\u041D\u0430","Light":"\u0421\u0432\u0456\u0442\u043B\u0430","Dark":"\u0422\u0435\u043C\u043D\u0430","Auto":"\u0410\u0432\u0442\u043E","Loading failed":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F","Bridges":"\u0411\u0440\u0456\u0434\u0436\u0435\u0441","Exchanges":"\u041E\u0431\u043C\u0456\u043D \u0432\u0430\u043B\u044E\u0442","Custom Tokens":"\u041A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u0442\u043E\u043A\u0435\u043D\u0438","Language":"\u041C\u043E\u0432\u0430:","Infinite approval":"\u041D\u0435\u0441\u043A\u0456\u043D\u0447\u0435\u043D\u043D\u0435 \u0437\u0430\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u0423\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043D\u044F \u0440\u0435\u0436\u0438\u043C\u0443 \xAB\u041D\u0435\u0441\u043A\u0456\u043D\u0447\u0435\u043D\u043D\u043E\u0433\u043E \u0437\u0430\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F\xBB \u043D\u0430\u0434\u0430\u0454 \u043D\u0435\u043E\u0431\u043C\u0435\u0436\u0435\u043D\u0438\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u0434\u043E \u043E\u0441\u043D\u043E\u0432\u043D\u0438\u0445 \u0440\u043E\u0437\u0443\u043C\u043D\u0438\u0445 \u043A\u043E\u043D\u0442\u0440\u0430\u043A\u0442\u0456\u0432, \u043D\u0430\u0434\u0430\u044E\u0447\u0438 \u0457\u043C \u0437\u043C\u043E\u0433\u0443 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u0456 \u043A\u0456\u043B\u044C\u043A\u043E\u0441\u0442\u0456 \u0442\u043E\u043A\u0435\u043D\u0456\u0432 \u0431\u0435\u0437 \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u044C.","Theme":"\u0422\u0435\u043C\u0430","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"\u0423\u0432\u0435\u0434\u0435\u043D\u0430 \u0432\u0430\u043C\u0438 \u0430\u0434\u0440\u0435\u0441\u0430 \u0434\u0443\u0431\u043B\u044E\u0454\u0442\u044C\u0441\u044F, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0432\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u043E\u0432\u0443 \u0430\u0434\u0440\u0435\u0441\u0443.","Token Already Exists":"\u0422\u043E\u043A\u0435\u043D \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454","There's no need to add this token again because it already exists and is supported by us.":"\u041D\u0435\u043C\u0430\u0454 \u043F\u043E\u0442\u0440\u0435\u0431\u0438 \u0437\u043D\u043E\u0432\u0443 \u0434\u043E\u0434\u0430\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0442\u043E\u043A\u0435\u043D, \u0442\u043E\u043C\u0443 \u0449\u043E \u0432\u0456\u043D \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0456 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454\u0442\u044C\u0441\u044F \u043D\u0430\u043C\u0438.","Token Not Found":"\u041C\u0430\u0440\u043A\u0435\u0440 \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u041D\u0430 \u0436\u0430\u043B\u044C, \u0432 \u043B\u0430\u043D\u0446\u044E\u0436\u043A\u0443 ",["blockchain"]," \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0436\u043E\u0434\u043D\u043E\u0433\u043E \u0442\u043E\u043A\u0435\u043D\u0430. \u041F\u0435\u0440\u0435\u043A\u043E\u043D\u0430\u0439\u0442\u0435\u0441\u044F, \u0449\u043E \u0432\u0438 \u0432\u0432\u0435\u043B\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0443 \u0430\u0434\u0440\u0435\u0441\u0443 \u0442\u043E\u043A\u0435\u043D\u0443."],"Network error":"\u041F\u043E\u043C\u0438\u043B\u043A\u0430 \u043C\u0435\u0440\u0435\u0436\u0456","An error occurred while retrieving token data.":"\u041F\u0456\u0434 \u0447\u0430\u0441 \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043D\u044F \u0434\u0430\u043D\u0438\u0445 \u043C\u0430\u0440\u043A\u0435\u0440\u0430 \u0441\u0442\u0430\u043B\u0430\u0441\u044F \u043F\u043E\u043C\u0438\u043B\u043A\u0430.","Add Custom Token":"\u0414\u043E\u0434\u0430\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Select chain":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A","Enter Address":"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0430\u0434\u0440\u0435\u0441\u0443","Enter token address":"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0430\u0434\u0440\u0435\u0441\u0443 \u043C\u0430\u0440\u043A\u0435\u0440\u0430","Import":"\u0406\u043C\u043F\u043E\u0440\u0442","Confirm Swap":"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u0441\u0432\u043E\u043F","Start Swap":"\u041F\u043E\u0447\u0430\u0442\u0438 \u043F\u043E\u043C\u0456\u043D\u044F\u0442\u0438","You get":"\u0412\u0438 \u043E\u0442\u0440\u0438\u043C\u0443\u0454\u0442\u0435","Search Token":"\u041F\u043E\u0448\u0443\u043A \u043C\u0430\u0440\u043A\u0435\u0440","No custom tokens":"\u041D\u0435\u043C\u0430\u0454 \u0432\u043B\u0430\u0441\u043D\u0438\u0445 \u0442\u043E\u043A\u0435\u043D\u0456\u0432","press the button to add your custom token":"\u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0443, \u0449\u043E\u0431 \u0434\u043E\u0434\u0430\u0442\u0438 \u0441\u0432\u0456\u0439 \u0432\u043B\u0430\u0441\u043D\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Delete Custom Token":"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0439 \u0442\u043E\u043A\u0435\u043D","Are you sure you want to Delete this Token?":"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u0435\u0439 \u0442\u043E\u043A\u0435\u043D?","Complete":"Complete","Running":"\u0411\u0456\u0433","Failed":"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F","Refuel":"\u0417\u0430\u043F\u0440\u0430\u0432\u043A\u0430","Clear":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438","Search Transaction":"\u041F\u043E\u0448\u0443\u043A \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0457","No transactions":"\u041E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u0456","Your transaction history is stored locally and will appear here after you start a swap":"\u0406\u0441\u0442\u043E\u0440\u0456\u044F \u0432\u0430\u0448\u0438\u0445 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0439 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454\u0442\u044C\u0441\u044F \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E \u0456 \u0437'\u044F\u0432\u0438\u0442\u044C\u0441\u044F \u0442\u0443\u0442 \u043F\u0456\u0441\u043B\u044F \u0442\u043E\u0433\u043E, \u044F\u043A \u0432\u0438 \u043F\u043E\u0447\u043D\u0435\u0442\u0435 \u0437\u0430\u043C\u0456\u043D\u0443","Clear Transaction History":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0456\u0441\u0442\u043E\u0440\u0456\u044E \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0439","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u041F\u0440\u043E\u0434\u043E\u0432\u0436\u0443\u044E\u0447\u0438, \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E \u0432\u0441\u0456 \u0443\u0441\u043F\u0456\u0448\u043D\u0456 \u0442\u0430 \u043D\u0435\u0432\u0434\u0430\u043B\u0456 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0457 \u0437 \u0432\u0456\u0434\u0436\u0435\u0442\u0430. \u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u043F\u0440\u043E\u0434\u043E\u0432\u0436\u0438\u0442\u0438?","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u041F\u0440\u0438\u043C\u0456\u0442\u043A\u0430: \u0412 \u043B\u0430\u043D\u0446\u044E\u0436\u043A\u0443 \u0456\u0441\u0442\u043E\u0440\u0456\u044F \u0432\u0430\u0448\u0438\u0445 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0439 \u043D\u0435 \u0432\u0438\u0434\u0430\u043B\u044F\u0454\u0442\u044C\u0441\u044F; \u0432\u0456\u043D \u0442\u0456\u043B\u044C\u043A\u0438 \u0432\u0438\u0434\u0430\u043B\u044F\u0454 \u0457\u0445 \u0442\u0443\u0442.","Yes, Clear the history":"\u0422\u0430\u043A, \u043E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0456\u0441\u0442\u043E\u0440\u0456\u044E","language":"\u043C\u043E\u0432\u0430","Search {sourceType}":["\u0428\u0443\u043A\u0430\u0442\u0438 ",["sourceType"]],"Search Chain":"\u0428\u0443\u043A\u0430\u0442\u0438 \u043B\u0430\u043D\u0446\u044E\u0436\u043E\u043A","Source":"\u0414\u0436\u0435\u0440\u0435\u043B\u043E","Destination":"\u041F\u0443\u043D\u043A\u0442 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F","Swap {type}":["\u041F\u043E\u043C\u0456\u043D\u044F\u0442\u0438 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0412 \u0434\u0430\u043D\u0438\u0439 \u0447\u0430\u0441 \u0432\u0438 \u0432 \u0440\u0435\u0436\u0438\u043C\u0456 \u043A\u0430\u043C\u043F\u0430\u043D\u0456\u0457 \u0437 \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u043D\u044F\u043C\u0438 \u0434\u0436\u0435\u0440\u0435\u043B \u043B\u0456\u043A\u0432\u0456\u0434\u043D\u043E\u0441\u0442\u0456. \u0412\u0438 \u0445\u043E\u0442\u0456\u043B\u0438 \u0431 \u0432\u0438\u0439\u0442\u0438 \u0437 \u0446\u044C\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0443 \u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0432\u0441\u0456 \u043D\u0430\u044F\u0432\u043D\u0456 \u0434\u0436\u0435\u0440\u0435\u043B\u0430 \u043B\u0456\u043A\u0432\u0456\u0434\u043D\u043E\u0441\u0442\u0456?","The request ID is necessary to display the swap details.":"\u0406\u0434\u0435\u043D\u0442\u0438\u0444\u0456\u043A\u0430\u0442\u043E\u0440 \u0437\u0430\u043F\u0438\u0442\u0443 \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0438\u0439 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0434\u0435\u0442\u0430\u043B\u0435\u0439 \u0441\u0432\u043E\u043F.","Connect Wallets":"\u041F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044F \u0433\u0430\u043C\u0430\u043D\u0446\u0456\u0432","Choose a wallet to connect.":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0433\u0430\u043C\u0430\u043D\u0435\u0446\u044C \u0434\u043B\u044F \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044F.","This week":"\u0426\u044C\u043E\u0433\u043E \u0442\u0438\u0436\u043D\u044F","This month":"\u0426\u044C\u043E\u0433\u043E \u043C\u0456\u0441\u044F\u0446\u044F","This year":"\u0426\u044C\u043E\u0433\u043E \u0440\u043E\u043A\u0443","Slippage must be greater than or equal to 0.01":"\u041F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F \u043C\u0430\u0454 \u0431\u0443\u0442\u0438 \u0431\u0456\u043B\u044C\u0448\u0435 \u0430\u0431\u043E \u0434\u043E\u0440\u0456\u0432\u043D\u044E\u0432\u0430\u0442\u0438 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u044F \u0440\u0438\u0437\u0438\u043A\u0443\u0454 \u0431\u0443\u0442\u0438 \u0432\u0438\u043F\u0435\u0440\u0435\u0434\u0436\u0435\u043D\u043E\u044E \u0447\u0435\u0440\u0435\u0437 \u0432\u0438\u0441\u043E\u043A\u0443 \u0442\u043E\u043B\u0435\u0440\u0430\u043D\u0442\u043D\u0456\u0441\u0442\u044C \u0434\u043E \u043F\u0440\u043E\u0441\u043B\u0438\u0437\u0430\u043D\u043D\u044F.","Required: >= {min} {symbol}":["\u041E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u043E: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u041E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u043E: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u041E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u043E: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u041E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u043E: < ",["max"]," ",["symbol"]]," for network fee":" \u0437\u0430 \u0437\u0431\u0456\u0440 \u043C\u0435\u0440\u0435\u0436\u0456"," for swap":" \u0434\u043B\u044F \u0441\u0432\u043E\u043F\u0430"," for input and network fee":" \u0437\u0430 \u0432\u0445\u0456\u0434\u043D\u0438\u0439 \u0442\u0430 \u043C\u0435\u0440\u0435\u0436\u0435\u0432\u0438\u0439 \u0437\u0431\u0456\u0440","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u041D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0438\u0439 TrueCon ",["requiredAmount"]," ",["symbol"],["reason"],", \u0430\u043B\u0435 \u0432\u0438 \u043C\u0430\u0454\u0442\u0435 ",["currentAmount"]," ",["symbol"]," \u0432 \u0433\u0430\u043C\u0430\u043D\u0446\u0456 ",["blockchain"],"."],"Waiting for other running tasks to be finished":"\u041E\u0447\u0456\u043A\u0443\u0454\u043C\u043E \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043D\u044F \u0456\u043D\u0448\u0438\u0445 \u0437\u0430\u043F\u0443\u0449\u0435\u043D\u0438\u0445 \u0437\u0430\u0434\u0430\u0447","Waiting for changing wallet network":"\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u043C\u0456\u043D\u0438 \u043C\u0435\u0440\u0435\u0436\u0456 \u0433\u0430\u043C\u0430\u043D\u0446\u044F","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043C\u0435\u0440\u0435\u0436\u0443. \u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0456\u0442\u044C \u043C\u0435\u0440\u0435\u0436\u0443 \u0432\u0440\u0443\u0447\u043D\u0443 \u0443 \u0441\u0432\u043E\u0454\u043C\u0443 \u0433\u0430\u043C\u0430\u043D\u0446\u0456.","Sunday":"\u041D\u0435\u0434\u0456\u043B\u044F","Monday":"\u041F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A","Tuesday":"\u0412\u0456\u0432\u0442\u043E\u0440\u043E\u043A","Wednesday":"\u0421\u0435\u0440\u0435\u0434\u0430","Thursday":"\u0427\u0435\u0442\u0432\u0435\u0440","Friday":"\u041F'\u044F\u0442\u043D\u0438\u0446\u044F","Saturday":"\u0421\u0443\u0431\u043E\u0442\u0430","Powered By":"\u041D\u0430\u0434\u0430\u043D\u043E","This token may involve potential security risks; proceed with caution.":"\u0426\u0435\u0439 \u043C\u0430\u0440\u043A\u0435\u0440 \u043C\u043E\u0436\u0435 \u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043F\u043E\u0442\u0435\u043D\u0446\u0456\u0439\u043D\u0456 \u0440\u0438\u0437\u0438\u043A\u0438 \u0434\u043B\u044F \u0431\u0435\u0437\u043F\u0435\u043A\u0438; \u0434\u0456\u044F\u0442\u0438 \u043E\u0431\u0435\u0440\u0435\u0436\u043D\u043E.","Aggregated Transaction":"\u0421\u0443\u043A\u0443\u043F\u043D\u0430 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u044F","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u041F\u043E\u043C\u0456\u043D\u044F\u0442\u0438 \u043D\u0430 ",["fromChain"]," \u0447\u0435\u0440\u0435\u0437 ",["swapper"]],"Bridge from {fromChain} via {swapper}":["\u041C\u0456\u0441\u0442 \u0432\u0456\u0434 ",["fromChain"]," \u0447\u0435\u0440\u0435\u0437 ",["swapper"]],"Bridge to {toChain} via {swapper}":["\u041C\u0456\u0441\u0442 \u0434\u043E ",["toChain"]," \u0447\u0435\u0440\u0435\u0437 ",["swapper"]],"Completed":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0456","In progress":"\u041E\u0431\u0440\u043E\u0431\u043A\u0430","Waiting for the swap transaction":"\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0457 \u043E\u0431\u043C\u0456\u043D\u0443","Waiting for the bridge transaction":"\u041E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u043D\u044F \u043C\u043E\u0441\u0442\u043E\u0432\u043E\u0457 \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0456\u0457","Connected Partially":"\u0427\u0430\u0441\u0442\u043A\u043E\u0432\u043E \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u043E","Connect other chains":"\u0417'\u0454\u0434\u043D\u0430\u0439\u0442\u0435 \u0456\u043D\u0448\u0456 \u043B\u0430\u043D\u0446\u044E\u0433\u0438","Connecting ...":"\u041F\u0456\u0434'\u0454\u0434\u043D\u0430\u043D\u043D\u044F...","Connecting":"\u0417\u2019\u0454\u0434\u043D\u0430\u043D\u043D\u044F","Disconnected":"\u0412\u0456\u0434\u2019\u0454\u0434\u043D\u0430\u043D\u043E","you need to pass a correct state to Wallet.":"\u0432\u0438 \u043C\u0430\u0454\u0442\u0435 \u043F\u0435\u0440\u0435\u0434\u0430\u0442\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0441\u0442\u0430\u043D \u0434\u043E Wallet.","There are no notifications.":"\u041D\u0435\u043C\u0430\u0454 \u0441\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u044C.","Clear all":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0435","Balance":"\u0411\u0430\u043B\u0430\u043D\u0441","Max":"\u041C\u0430\u043A\u0441","Select gas chain":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0433\u0430\u0437\u043E\u0432\u0438\u0439 \u043B\u0430\u043D\u0446\u044E\u0433"}`);var zi=JSON.parse(`{"No results found":"\u06A9\u0648\u0626\u06CC \u0646\u062A\u06CC\u062C\u06C1 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627","Try using different keywords":"\u0645\u062E\u062A\u0644\u0641 \u0645\u0637\u0644\u0648\u0628\u06C1 \u0627\u0644\u0641\u0627\u0638 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u06CC \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","Select Chain":"\u0686\u06CC\u0646 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","All":"\u062A\u0645\u0627\u0645","More +{count}":["\u0645\u0632\u06CC\u062F +",["count"]],"Activate this tab":"\u0627\u0633 \u0679\u06CC\u0628 \u06A9\u0648 \u0686\u0627\u0644\u0648 \u06A9\u0631\u06CC\u06BA\u06D4","Another tab is open and handles transactions.":"\u0627\u06CC\u06A9 \u0627\u0648\u0631 \u0679\u06CC\u0628 \u06A9\u06BE\u0644\u0627 \u06C1\u06D2 \u0627\u0648\u0631 \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u0648 \u06C1\u06CC\u0646\u0688\u0644 \u06A9\u0631\u062A\u0627 \u06C1\u06D2\u06D4","Activate current tab":"\u0645\u0648\u062C\u0648\u062F\u06C1 \u0679\u06CC\u0628 \u06A9\u0648 \u0686\u0627\u0644\u0648 \u06A9\u0631\u06CC\u06BA\u06D4","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u0641\u06CC \u0627\u0644\u062D\u0627\u0644\u060C \u06A9\u0686\u06BE \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u0686\u0644 \u0631\u06C1\u06D2 \u06C1\u06CC\u06BA \u0627\u0648\u0631 \u062F\u0648\u0633\u0631\u06D2 \u0628\u0631\u0627\u0624\u0632\u0631 \u0679\u06CC\u0628 \u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2 \u06C1\u06CC\u0646\u0688\u0644 \u06A9\u06CC\u06D2 \u062C\u0627 \u0631\u06C1\u06D2 \u06C1\u06CC\u06BA\u06D4 \u0627\u06AF\u0631 \u0622\u067E \u0627\u0633 \u0679\u06CC\u0628 \u06A9\u0648 \u0686\u0627\u0644\u0648 \u06A9\u0631\u062A\u06D2 \u06C1\u06CC\u06BA\u060C \u062A\u0648 \u0648\u06C1 \u062A\u0645\u0627\u0645 \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u062C\u0648 \u067E\u06C1\u0644\u06D2 \u0633\u06D2 \u06C1\u06CC \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u06D2 \u0646\u0634\u0627\u0646 \u06A9\u06D2 \u0645\u0631\u062D\u0644\u06D2 \u0645\u06CC\u06BA \u06C1\u06CC\u06BA \u062E\u062A\u0645 \u06C1\u0648 \u062C\u0627\u0626\u06CC\u06BA \u06AF\u06D2\u06D4","Confirm":"\u062A\u0635\u062F\u06CC\u0642 \u06A9\u0631\u06CC\u06BA\u06D4","Your {blockchainName} wallets":["\u0622\u067E \u06A9\u06D2 ",["blockchainName"]," \u0628\u0679\u0648\u06D2"],"Insufficient account balance":"\u0646\u0627\u06A9\u0627\u0641\u06CC \u0627\u06A9\u0627\u0624\u0646\u0679 \u0628\u06CC\u0644\u0646\u0633","Proceed anyway":"\u0628\u06C1\u0631\u062D\u0627\u0644 \u0622\u06AF\u06D2 \u0628\u0691\u06BE\u06CC\u06BA\u06D4","You need to connect a {blockchainName} wallet.":["\u0622\u067E \u06A9\u0648 \u0627\u06CC\u06A9 ",["blockchainName"]," \u0648\u0627\u0644\u06CC\u0679 \u062C\u0648\u0691\u0646\u06D2 \u06A9\u06CC \u0636\u0631\u0648\u0631\u062A \u06C1\u06D2\u06D4"],"Add {chain} chain":[["chain"]," \u0686\u06CC\u0646 \u0634\u0627\u0645\u0644 \u06A9\u0631\u06CC\u06BA\u06D4"],"Chain not connected":"\u0633\u0644\u0633\u0644\u06C1 \u0645\u0646\u0633\u0644\u06A9 \u0646\u06C1\u06CC\u06BA \u06C1\u06D2\u06D4","Show more wallets":"\u0645\u0632\u06CC\u062F \u0628\u0679\u0648\u06D2 \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA\u06D4","Send to a different address":"\u06A9\u0633\u06CC \u062F\u0648\u0633\u0631\u06D2 \u0627\u06CC\u0688\u0631\u06CC\u0633 \u067E\u0631 \u0628\u06BE\u06CC\u062C\u06CC\u06BA\u06D4","Enter {blockchainName} address":[["blockchainName"]," \u067E\u062A\u06C1 \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA\u06D4"],"Address {destination} doesn't match the blockchain address pattern.":["\u067E\u062A\u06C1 ",["destination"]," \u0628\u0644\u0627\u06A9\u0686\u06CC\u0646 \u0627\u06CC\u0688\u0631\u06CC\u0633 \u067E\u06CC\u0679\u0631\u0646 \u0633\u06D2 \u0645\u0645\u0627\u062B\u0644 \u0646\u06C1\u06CC\u06BA \u06C1\u06D2\u06D4"],"via":"\u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u06CC\u06C1 \u0679\u0648\u06A9\u0646 \u06C1\u0645\u0627\u0631\u06CC \u062A\u0635\u062F\u06CC\u0642 \u0634\u062F\u06C1 \u0679\u0648\u06A9\u0646 \u0644\u0633\u0679 \u06A9\u0627 \u062D\u0635\u06C1 \u0646\u06C1\u06CC\u06BA \u06C1\u06D2\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u0633 \u06A9\u06D2 \u0645\u0627\u062E\u0630 \u06A9\u06CC \u062A\u0635\u062F\u06CC\u0642 \u06A9\u0631\u06CC\u06BA \u0627\u0648\u0631 \u0622\u06AF\u06D2 \u0628\u0691\u06BE\u0646\u06D2 \u0633\u06D2 \u067E\u06C1\u0644\u06D2 \u062A\u0645\u0627\u0645 \u0645\u062A\u0639\u0644\u0642\u06C1 \u062E\u0637\u0631\u0627\u062A \u06A9\u0648 \u0633\u0645\u062C\u06BE\u0646\u0627 \u06CC\u0642\u06CC\u0646\u06CC \u0628\u0646\u0627\u0626\u06CC\u06BA\u06D4","Import Anyway":"\u0648\u06CC\u0633\u06D2 \u0628\u06BE\u06CC \u062F\u0631\u0622\u0645\u062F \u06A9\u0631\u06CC\u06BA\u06D4","Learn More":"\u0645\u0632\u06CC\u062F \u062C\u0627\u0646\u06CC\u06BA","Status":"\u062D\u06CC\u062B\u06CC\u062A","Reset":"\u062F\u0648\u0628\u0627\u0631\u06C1 \u062A\u0631\u062A\u06CC\u0628 \u062F\u06CC\u06BA\u06D4","Cancel":"\u0645\u0646\u0633\u0648\u062E \u06A9\u0631\u06CC\u06BA\u06D4","Refresh":"\u062A\u0627\u0632\u06C1 \u062F\u0645 \u06A9\u0631\u06CC\u06BA\u06D4","Notifications":"\u0627\u0637\u0644\u0627\u0639\u0627\u062A","Settings":"\u062A\u0631\u062A\u06CC\u0628\u0627\u062A","History":"\u062A\u0627\u0631\u06CC\u062E","Connect Wallet":"\u0648\u0627\u0644\u06CC\u0679 \u06A9\u0648 \u062C\u0648\u0691\u06CC\u06BA\u06D4","Today":"\u0622\u062C","Failed Network, Please retry.":"\u0646\u0627\u06A9\u0627\u0645 \u0646\u06CC\u0679 \u0648\u0631\u06A9\u060C \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","Retry":"\u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","Add another custom token":"\u0627\u06CC\u06A9 \u0627\u0648\u0631 \u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A \u0679\u0648\u06A9\u0646 \u0634\u0627\u0645\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Swaps steps":"\u0642\u062F\u0645\u0648\u06BA \u06A9\u06CC \u062A\u0628\u062F\u06CC\u0644\u06CC","Connected":"\u062C\u0691\u0627 \u06C1\u0648\u0627","Connection failed":"\u06A9\u0646\u06A9\u0634\u0646 \u0646\u0627\u06A9\u0627\u0645 \u06C1\u0648 \u06AF\u06CC\u0627\u06D4","See why":"\u062F\u06CC\u06A9\u06BE\u06CC\u06BA \u06A9\u06CC\u0648\u06BA","(Currently not supported)":"(\u0641\u06CC \u0627\u0644\u062D\u0627\u0644 \u062A\u0639\u0627\u0648\u0646 \u06CC\u0627\u0641\u062A\u06C1 \u0646\u06C1\u06CC\u06BA)","Slippage Error":"\u067E\u06BE\u0633\u0644\u0646 \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC\u06D4","Slippage Warning":"\u067E\u06BE\u0633\u0644\u0646 \u06A9\u06CC \u0648\u0627\u0631\u0646\u0646\u06AF","Bridge Limit Error":"\u067E\u0644 \u06A9\u06CC \u062D\u062F \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC\u06D4","Yours: {amount} {symbol}":["\u0622\u067E \u06A9\u0627: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u06A9\u0645 \u0627\u0632 \u06A9\u0645 \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u062F\u06C1 slippage: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u0622\u067E \u06A9\u0627: ",["userSlippage"]],"See All Routes":"\u062A\u0645\u0627\u0645 \u0631\u0627\u0633\u062A\u06D2 \u062F\u06CC\u06A9\u06BE\u06CC\u06BA","View more info":"\u0645\u0632\u06CC\u062F \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062F\u06CC\u06A9\u06BE\u06CC\u06BA","Gas & Fee Explanation":"\u06AF\u06CC\u0633 \u0627\u0648\u0631 \u0641\u06CC\u0633 \u06A9\u06CC \u0648\u0636\u0627\u062D\u062A","Details":"\u062A\u0641\u0635\u06CC\u0644\u0627\u062A","Total Payable Fee":"\u06A9\u0644 \u0642\u0627\u0628\u0644 \u0627\u062F\u0627\u0626\u06CC\u06AF\u06CC \u0641\u06CC\u0633","Hide non-payable fees":"\u063A\u06CC\u0631 \u0642\u0627\u0628\u0644 \u0627\u062F\u0627\u0626\u06CC\u06AF\u06CC \u0641\u06CC\u0633 \u0686\u06BE\u067E\u0627\u0626\u06CC\u06BA\u06D4","Show non-payable fees":"\u063A\u06CC\u0631 \u0642\u0627\u0628\u0644 \u0627\u062F\u0627\u0626\u06CC\u06AF\u06CC \u0641\u06CC\u0633 \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA\u06D4","Description":"\u062A\u0641\u0635\u06CC\u0644","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u06D2 \u0622\u0624\u0679 \u067E\u0679 \u0645\u06CC\u06BA \u062F\u0631\u062C \u0630\u06CC\u0644 \u0641\u06CC\u0633\u0648\u06BA \u067E\u0631 \u063A\u0648\u0631 \u06A9\u06CC\u0627 \u062C\u0627\u062A\u0627 \u06C1\u06D2 \u0627\u0648\u0631\\n \u0622\u067E \u06A9\u0648 \u0627\u0646 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0636\u0627\u0641\u06CC \u06AF\u06CC\u0633 \u0627\u062F\u0627 \u06A9\u0631\u0646\u06D2 \u06A9\u06CC \u0636\u0631\u0648\u0631\u062A \u0646\u06C1\u06CC\u06BA \u06C1\u0648\u06AF\u06CC\u06D4","Swap input":"\u0627\u0646 \u067E\u0679 \u06A9\u0648 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Estimated output":"\u062A\u062E\u0645\u06CC\u0646\u06CC \u067E\u06CC\u062F\u0627\u0648\u0627\u0631","Via:":"\u0628\u0630\u0631\u06CC\u0639\u06C1:","Chains:":"\u0632\u0646\u062C\u06CC\u0631\u06CC\u06BA:","Sort by":"\u062A\u0631\u062A\u06CC\u0628 \u062F\u06CC\u06BA","Smart Routing":"\u0627\u0633\u0645\u0627\u0631\u0679 \u0631\u0648\u0679\u0646\u06AF","Lowest Fee":"\u0633\u0628 \u0633\u06D2 \u06A9\u0645 \u0641\u06CC\u0633","Fastest Transfer":"\u062A\u06CC\u0632 \u062A\u0631\u06CC\u0646 \u0679\u0631\u0627\u0646\u0633\u0641\u0631","Maximum Return":"\u0632\u06CC\u0627\u062F\u06C1 \u0633\u06D2 \u0632\u06CC\u0627\u062F\u06C1 \u0648\u0627\u067E\u0633\u06CC","Maximum Output":"\u0632\u06CC\u0627\u062F\u06C1 \u0633\u06D2 \u0632\u06CC\u0627\u062F\u06C1 \u0622\u0624\u0679 \u067E\u0679","Swapping":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u0631\u0646\u0627","Gas cost":"\u06AF\u06CC\u0633 \u06A9\u06CC \u0642\u06CC\u0645\u062A","Receiving":"\u0648\u0635\u0648\u0644 \u06A9\u0631\u0646\u0627","Price impact":"\u0642\u06CC\u0645\u062A \u06A9\u0627 \u0627\u062B\u0631","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u0627\u0633 \u0631\u0627\u0633\u062A\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0622\u067E \u06A9\u0648 \u067E\u06BE\u0633\u0644\u0646 \u06A9\u0648 \u06A9\u0645 \u0627\u0632 \u06A9\u0645 ",["minRequiredSlippage"]," \u062A\u06A9 \u0628\u0691\u06BE\u0627\u0646\u0627 \u06C1\u0648\u06AF\u0627\u06D4"],"Increase":"\u0627\u0636\u0627\u0641\u06C1","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u0622\u0624\u0679 \u067E\u0679 \u06A9\u06CC \u0631\u0642\u0645 ",["percentageChange"],"% ($",["usdValueChange"],") \u0633\u06D2 \u0628\u062F\u0644 \u06AF\u0626\u06CC\u06D4"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u06C1\u0645 \u0622\u067E \u06A9\u0648 \u0645\u0634\u0648\u0631\u06C1 \u062F\u06CC\u062A\u06D2 \u06C1\u06CC\u06BA \u06A9\u06C1 \u0627\u0633 \u0631\u0627\u0633\u062A\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u067E\u06BE\u0633\u0644\u0646 \u06A9\u0648 \u06A9\u0645 \u0627\u0632 \u06A9\u0645 ",["minRequiredSlippage"]," \u062A\u06A9 \u0628\u0691\u06BE\u0627 \u062F\u06CC\u06BA\u06D4"],"Caution, your slippage is high.":"\u062E\u0628\u0631\u062F\u0627\u0631\u060C \u0622\u067E \u06A9\u06CC \u067E\u06BE\u0633\u0644\u0646 \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u06D2\u06D4","Change":"\u062A\u0628\u062F\u06CC\u0644\u06CC","High slippage":"\u0627\u0648\u0646\u0686\u06CC \u067E\u06BE\u0633\u0644\u0646","Low slippage":"\u06A9\u0645 \u067E\u06BE\u0633\u0644\u0646\u0627","Caution, your slippage is high. Your trade may be front run.":"\u062E\u0628\u0631\u062F\u0627\u0631\u060C \u0622\u067E \u06A9\u06CC \u067E\u06BE\u0633\u0644\u0646 \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u06D2\u06D4 \u0622\u067E \u06A9\u06CC \u062A\u062C\u0627\u0631\u062A \u0622\u06AF\u06D2 \u0686\u0644 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u06D4","Swap anyway":"\u0628\u06C1\u0631\u062D\u0627\u0644 \u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u0631\u06CC\u06BA\u06D4","Change Slippage":"Slippage \u06A9\u0648 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Something went wrong":"\u06A9\u0686\u06BE \u063A\u0644\u0637 \u06C1\u0648 \u06AF\u06CC\u0627\u06D4","Something went wrong. Please refresh the app.":"\u06A9\u0686\u06BE \u063A\u0644\u0637 \u06C1\u0648 \u06AF\u06CC\u0627\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u06CC\u067E \u06A9\u0648 \u0631\u06CC\u0641\u0631\u06CC\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","No Routes Found":"\u06A9\u0648\u0626\u06CC \u0631\u0627\u0633\u062A\u06C1 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627","You cannot use the same token for From and To.":"\u0622\u067E From \u0627\u0648\u0631 To \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 \u06C1\u06CC \u0679\u0648\u06A9\u0646 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u0646\u06C1\u06CC\u06BA \u06A9\u0631 \u0633\u06A9\u062A\u06D2\u06D4","Slippage tolerance per swap":"slippage \u0631\u0648\u0627\u062F\u0627\u0631\u06CC \u0641\u06CC \u0633\u0648\u06CC\u067E","Custom":"\u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u0627\u06AF\u0631 \u0642\u06CC\u0645\u062A \u0627\u0633 \u0641\u06CC\u0635\u062F \u0633\u06D2 \u0632\u06CC\u0627\u062F\u06C1 \u0646\u0627\u0645\u0648\u0627\u0641\u0642 \u0637\u0648\u0631 \u067E\u0631 \u062A\u0628\u062F\u06CC\u0644 \u06C1\u0648\u062A\u06CC \u06C1\u06D2 \u062A\u0648 \u0622\u067E \u06A9\u0627 \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u0648\u0627\u067E\u0633 \u06A9\u0631 \u062F\u06CC\u0627 \u062C\u0627\u0626\u06D2 \u06AF\u0627\u06D4","Warning":"\u0648\u0627\u0631\u0646\u0646\u06AF","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u06CC\u06C1 \u062A\u0631\u062A\u06CC\u0628 \u06C1\u0631 \u0642\u062F\u0645 (\u0645\u062B\u0644\u0627\u064B 1 \u0627\u0646\u0686\u060C \u062A\u06BE\u0648\u0631\u0686\u06CC\u0646\u060C \u0648\u063A\u06CC\u0631\u06C1) \u067E\u0631 \u0644\u0627\u06AF\u0648 \u06C1\u0648\u062A\u06CC \u06C1\u06D2\u060C \u06CC\u0639\u0646\u06CC \u0635\u0631\u0641 \u0648\u06C1\u06CC \u0645\u062E\u0635\u0648\u0635 \u0645\u0631\u062D\u0644\u06C1 \u0648\u0627\u067E\u0633 \u06A9\u06CC\u0627 \u062C\u0627\u0626\u06D2 \u06AF\u0627\u060C \u067E\u0648\u0631\u06D2 \u0631\u0627\u0633\u062A\u06D2 \u067E\u0631 \u0646\u06C1\u06CC\u06BA\u06D4","Slippage cannot be set lower than 0.01%.":"Slippage \u06A9\u0648 0.01% \u0633\u06D2 \u06A9\u0645 \u0633\u06CC\u0679 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627\u06D4","Caution, your slippage is high!":"\u062E\u0628\u0631\u062F\u0627\u0631\u060C \u0622\u067E \u06A9\u06CC \u067E\u06BE\u0633\u0644\u0646 \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u06D2!","Request ID":"ID \u06A9\u06CC \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u06A9\u0631\u06CC\u06BA\u06D4","Copied To Clipboard":"\u06A9\u0644\u067E \u0628\u0648\u0631\u0688 \u067E\u0631 \u06A9\u0627\u067E\u06CC \u06A9\u06CC\u0627 \u06AF\u06CC\u0627\u06D4","Copy Request ID":"\u062F\u0631\u062E\u0648\u0627\u0633\u062A \u06A9\u06CC \u0634\u0646\u0627\u062E\u062A \u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA\u06D4","View on Rango Explorer":"\u0631\u0646\u06AF\u0648 \u0627\u06CC\u06A9\u0633\u067E\u0644\u0648\u0631\u0631 \u067E\u0631 \u062F\u06CC\u06A9\u06BE\u06CC\u06BA","Finished at":"\u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0627\u06D4","Created at":"\u067E\u0631 \u062A\u062E\u0644\u06CC\u0642 \u06A9\u06CC\u0627 \u06AF\u06CC\u0627\u06D4","Swap Details":"\u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Not found":"\u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627","Swap with request ID = {requestId} not found.":["\u062F\u0631\u062E\u0648\u0627\u0633\u062A ID = ",["requestId"]," \u06A9\u06D2 \u0633\u0627\u062A\u06BE \u062A\u0628\u0627\u062F\u0644\u06C1 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627\u06D4"],"Change Network":"\u0646\u06CC\u0679 \u0648\u0631\u06A9 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Network Changed":"\u0646\u06CC\u0679 \u0648\u0631\u06A9 \u0628\u062F\u0644 \u06AF\u06CC\u0627\u06D4","Network Switch Failed":"\u0646\u06CC\u0679 \u0648\u0631\u06A9 \u0633\u0648\u0626\u0686 \u0646\u0627\u06A9\u0627\u0645 \u06C1\u0648 \u06AF\u06CC\u0627\u06D4","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u0622\u067E \u06A9\u0648 ",["chain"]," \u0686\u06CC\u0646 \u067E\u0631 ",["conciseAddress"]," \u0648\u0627\u0644\u06CC\u0679 \u0645\u06CC\u06BA ",["amount"]," ",["token"]," \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627 \u06C1\u06D2\u06D4"],"Transaction was not sent.":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u0646\u06C1\u06CC\u06BA \u0628\u06BE\u06CC\u062C\u0627 \u06AF\u06CC\u0627 \u062A\u06BE\u0627\u06D4","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u067E\u0631 ",["blockchain"]," \u0622\u067E \u06A9\u06D2 \u0628\u0679\u0648\u06D2 \u0645\u06CC\u06BA \u0631\u06C1\u062A\u0627 \u06C1\u06D2\u06D4"],"Delete":"\u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","Try again":"\u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","View transaction":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u062F\u06CC\u06A9\u06BE\u06CC\u06BA","Connect":"\u062C\u0691\u06CC\u06BA","Swap Successful":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u0627\u0645\u06CC\u0627\u0628","Transaction Failed":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u0646\u0627\u06A9\u0627\u0645 \u06C1\u0648 \u06AF\u06CC\u0627\u06D4","Done":"\u06C1\u0648 \u06AF\u06CC\u0627","Diagnosis":"\u062A\u0634\u062E\u06CC\u0635","See Details":"\u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u062F\u06CC\u06A9\u06BE\u06CC\u06BA","Cancel Swap":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u0645\u0646\u0633\u0648\u062E \u06A9\u0631\u06CC\u06BA\u06D4","Are you sure you want to cancel this swap?":"\u06A9\u06CC\u0627 \u0622\u067E \u0648\u0627\u0642\u0639\u06CC \u0627\u0633 \u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u0648 \u0645\u0646\u0633\u0648\u062E \u06A9\u0631\u0646\u0627 \u0686\u0627\u06C1\u062A\u06D2 \u06C1\u06CC\u06BA\u061F","Yes, Cancel it":"\u06C1\u0627\u06BA\u060C \u0627\u0633\u06D2 \u0645\u0646\u0633\u0648\u062E \u06A9\u0631 \u062F\u06CC\u06BA\u06D4","No, Continue":"\u0646\u06C1\u06CC\u06BA\u060C \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u06CC\u06BA","Connect {wallet}":["\u062C\u0691\u06CC\u06BA ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u0622\u067E \u06A9\u06D2 \u0628\u0679\u0648\u06D2 \u06CC\u0627 \u06A9\u0686\u06BE \u0646\u06CC\u0679 \u0648\u0631\u06A9\u0633 \u06A9\u0627 \u06A9\u0646\u06A9\u0634\u0646 \u0645\u0646\u0642\u0637\u0639 \u06C1\u0648 \u06AF\u06CC\u0627 \u06C1\u06D2\u06D4 \u062A\u0628\u0627\u062F\u0644\u06C1 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u062C\u0691\u06CC\u06BA\u06D4","Wallet connected successfully.":"\u0648\u0627\u0644\u06CC\u0679 \u06A9\u0627\u0645\u06CC\u0627\u0628\u06CC \u0633\u06D2 \u0645\u0646\u0633\u0644\u06A9 \u06C1\u0648 \u06AF\u06CC\u0627\u06D4","Delete Transaction":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u0648 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","Are you sure you want to delete this swap?":"\u06A9\u06CC\u0627 \u0622\u067E \u0648\u0627\u0642\u0639\u06CC \u0627\u0633 \u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u0648 \u062D\u0630\u0641 \u06A9\u0631\u0646\u0627 \u0686\u0627\u06C1\u062A\u06D2 \u06C1\u06CC\u06BA\u061F","Yes, Delete it":"\u06C1\u0627\u06BA\u060C \u0627\u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","No, Cancel":"\u0646\u06C1\u06CC\u06BA\u060C \u0645\u0646\u0633\u0648\u062E \u06A9\u0631\u06CC\u06BA\u06D4","Install {wallet}":[["wallet"],"\u0627\u0646\u0633\u0679\u0627\u0644 \u06A9\u0631\u06CC\u06BA\u06D4"],"Install":"\u0627\u0646\u0633\u0679\u0627\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Try Again":"\u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","Slippage:":"\u067E\u06BE\u0633\u0644\u0646\u0627:","Select Token":"\u0679\u0648\u06A9\u0646 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","Wallet Connected":"\u0648\u0627\u0644\u06CC\u0679 \u0645\u0646\u0633\u0644\u06A9 \u06C1\u06D2\u06D4","Your wallet is connected, you can use it to swap.":"\u0622\u067E \u06A9\u0627 \u0628\u0679\u0648\u06C1 \u0645\u0646\u0633\u0644\u06A9 \u06C1\u06D2\u060C \u0622\u067E \u0627\u0633\u06D2 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA\u06D4","Failed to Connect":"\u0645\u0631\u0628\u0648\u0637 \u06C1\u0648\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645","Your wallet is not connected. Please try again.":"\u0622\u067E \u06A9\u0627 \u0628\u0679\u0648\u06C1 \u0645\u0646\u0633\u0644\u06A9 \u0646\u06C1\u06CC\u06BA \u06C1\u06D2\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","Connecting to your wallet":"\u0622\u067E \u06A9\u06D2 \u0628\u0679\u0648\u06D2 \u0633\u06D2 \u0645\u0646\u0633\u0644\u06A9 \u06C1\u0648 \u0631\u06C1\u0627 \u06C1\u06D2\u06D4","Click connect in your wallet popup.":"\u0627\u067E\u0646\u06D2 \u0648\u0627\u0644\u0679 \u067E\u0627\u067E \u0627\u067E \u0645\u06CC\u06BA \u06A9\u0646\u06CC\u06A9\u0679 \u067E\u0631 \u06A9\u0644\u06A9 \u06A9\u0631\u06CC\u06BA\u06D4","Select Derivation Path":"\u0627\u062E\u0630 \u06A9\u0631\u0646\u06D2 \u06A9\u0627 \u0631\u0627\u0633\u062A\u06C1 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","In order to connect to {type}, you must first select a Derivation Path":[["type"],"\u0633\u06D2 \u062C\u0691\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2\u060C \u0622\u067E \u06A9\u0648 \u067E\u06C1\u0644\u06D2 \u0627\u062E\u0630 \u06A9\u0631\u0646\u06D2 \u06A9\u0627 \u0631\u0627\u0633\u062A\u06C1 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u0646\u0627 \u06C1\u0648\u06AF\u0627\u06D4"],"Choose Derivation Path Template":"\u0627\u062E\u0630 \u067E\u0627\u062A\u06BE \u0679\u06CC\u0645\u067E\u0644\u06CC\u0679 \u06A9\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","Enter Path":"\u0631\u0627\u0633\u062A\u06C1 \u062F\u0627\u062E\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Enter Index":"\u0627\u0646\u0688\u06CC\u06A9\u0633 \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA\u06D4","This wallet can only connect to one chain at a time.":"\u06CC\u06C1 \u067E\u0631\u0633 \u0627\u06CC\u06A9 \u0648\u0642\u062A \u0645\u06CC\u06BA \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0686\u06CC\u0646 \u0633\u06D2 \u062C\u0691 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4","Disconnect wallet":"\u0628\u0679\u0648\u06D2 \u06A9\u0648 \u0645\u0646\u0642\u0637\u0639 \u06A9\u0631\u06CC\u06BA\u06D4","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u06CC\u06C1 \u067E\u0631\u0633 \u0645\u062A\u0639\u062F\u062F \u0632\u0646\u062C\u06CC\u0631\u0648\u06BA \u06A9\u0648 \u0633\u067E\u0648\u0631\u0679 \u06A9\u0631\u062A\u0627 \u06C1\u06D2\u06D4 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA \u06A9\u06C1 \u0622\u067E \u06A9\u0646 \u0632\u0646\u062C\u06CC\u0631\u0648\u06BA \u06A9\u0648 \u062C\u0648\u0691\u0646\u0627 \u06CC\u0627 \u0645\u0646\u0642\u0637\u0639 \u06A9\u0631\u0646\u0627 \u0686\u0627\u06C1\u062A\u06D2 \u06C1\u06CC\u06BA\u06D4","Add {blockchainDisplayName} Chain":[["blockchainDisplayName"]," \u0686\u06CC\u0646 \u0634\u0627\u0645\u0644 \u06A9\u0631\u06CC\u06BA\u06D4"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u06A9\u06CC\u0627 \u0622\u067E \u0627\u067E\u0646\u06D2 \u0628\u0679\u0648\u06D2 \u0645\u06CC\u06BA ",["blockchainDisplayName"]," \u062A\u062C\u0631\u0628\u0627\u062A\u06CC \u0633\u0644\u0633\u0644\u06C1 \u0634\u0627\u0645\u0644 \u06A9\u0631\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06BA \u06AF\u06D2\u061F"],"Please approve the experimental chain pop-up in your wallet.":"\u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u067E\u0646\u06D2 \u0628\u0679\u0648\u06D2 \u0645\u06CC\u06BA \u062A\u062C\u0631\u0628\u0627\u062A\u06CC \u0686\u06CC\u0646 \u06A9\u06D2 \u067E\u0627\u067E \u0627\u067E \u06A9\u0648 \u0645\u0646\u0638\u0648\u0631 \u06A9\u0631\u06CC\u06BA\u06D4","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0633\u0644\u0633\u0644\u06C1 \u0634\u0627\u0645\u0644 \u06A9\u0631 \u062F\u06CC\u0627 \u06AF\u06CC\u0627\u06D4"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \u0633\u0644\u0633\u0644\u06C1 \u06A9\u0627\u0645\u06CC\u0627\u0628\u06CC \u06A9\u06D2 \u0633\u0627\u062A\u06BE \u0622\u067E \u06A9\u06D2 \u0628\u0679\u0648\u06D2 \u0645\u06CC\u06BA \u0634\u0627\u0645\u0644 \u06A9\u0631 \u062F\u06CC\u0627 \u06AF\u06CC\u0627 \u06C1\u06D2\u06D4"],"Request Rejected":"\u062F\u0631\u062E\u0648\u0627\u0633\u062A \u0645\u0633\u062A\u0631\u062F \u06A9\u0631 \u062F\u06CC \u06AF\u0626\u06CC\u06D4","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u0622\u067E \u0646\u06D2 \u0627\u067E\u0646\u06D2 \u0628\u0679\u0648\u06D2 \u0645\u06CC\u06BA ",["blockchainDisplayName"]," \u0686\u06CC\u0646 \u0634\u0627\u0645\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u0648 \u0645\u0633\u062A\u0631\u062F \u06A9\u0631 \u062F\u06CC\u0627 \u06C1\u06D2\u06D4"],"Disconnect":"\u0645\u0646\u0642\u0637\u0639 \u06A9\u0631\u0646\u0627","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u06CC\u06C1 \u067E\u0631\u0633 \u0645\u062A\u0639\u062F\u062F \u0632\u0646\u062C\u06CC\u0631\u0648\u06BA \u06A9\u0648 \u0633\u067E\u0648\u0631\u0679 \u06A9\u0631\u062A\u0627 \u06C1\u06D2\u06D4 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA \u06A9\u06C1 \u0622\u067E \u06A9\u0646 \u0632\u0646\u062C\u06CC\u0631\u0648\u06BA \u06A9\u0648 \u062C\u0648\u0691\u0646\u0627 \u0686\u0627\u06C1\u062A\u06D2 \u06C1\u06CC\u06BA\u06D4","This wallet can only connect to one chain at a time. ":"\u06CC\u06C1 \u0628\u0679\u0648\u06C1 \u0627\u06CC\u06A9 \u0648\u0642\u062A \u0645\u06CC\u06BA \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0686\u06CC\u0646 \u0633\u06D2 \u062C\u0691 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4 ","Deselect all":"\u0633\u0628\u06BE\u06CC \u06A9\u0648 \u063A\u06CC\u0631 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","Select all":"\u0633\u0628\u06BE\u06CC \u06A9\u0648 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","Failed Network, Please retry your swap.":"\u0646\u0627\u06A9\u0627\u0645 \u0646\u06CC\u0679 \u0648\u0631\u06A9\u060C \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u067E\u0646\u06D2 \u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u06CC \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","Please reset your liquidity sources.":"\u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u067E\u0646\u06D2 \u0644\u06CC\u06A9\u0648\u06CC\u0688\u06CC\u0679\u06CC \u0630\u0631\u0627\u0626\u0639 \u06A9\u0648 \u062F\u0648\u0628\u0627\u0631\u06C1 \u062A\u0631\u062A\u06CC\u0628 \u062F\u06CC\u06BA\u06D4","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u0622\u067E \u0646\u06D2 \u0644\u06CC\u06A9\u0648\u06CC\u0688\u06CC\u0679\u06CC \u0630\u0631\u0627\u0626\u0639 \u06A9\u0648 \u0645\u062D\u062F\u0648\u062F \u06A9\u0631 \u062F\u06CC\u0627 \u06C1\u06D2 \u0627\u0648\u0631 \u0627\u0633 \u06A9\u06D2 \u0646\u062A\u06CC\u062C\u06D2 \u0645\u06CC\u06BA \u0631\u0646\u06AF\u0648 \u06A9\u0648 \u06A9\u0648\u0626\u06CC \u0631\u0627\u0633\u062A\u06C1 \u0646\u06C1\u06CC\u06BA \u0645\u0644 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u067E\u0646\u06D2 \u0644\u06CC\u06A9\u0648\u06CC\u0688\u06CC\u0679\u06CC \u0630\u0631\u0627\u0626\u0639 \u06A9\u0648 \u062F\u0648\u0628\u0627\u0631\u06C1 \u062A\u0631\u062A\u06CC\u0628 \u062F\u06CC\u0646\u06D2 \u067E\u0631 \u063A\u0648\u0631 \u06A9\u0631\u06CC\u06BA\u06D4","No Routes Found.":"\u06A9\u0648\u0626\u06CC \u0631\u0627\u0633\u062A\u06C1 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627\u06D4","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Rango \u06A9\u0648 \u0631\u0648\u0679 \u0646\u06C1 \u0645\u0644\u0646\u06D2 \u06A9\u06CC \u0648\u062C\u0648\u06C1\u0627\u062A: \u0679\u0648\u06A9\u0646 \u067E\u0631 \u06A9\u0645 \u0644\u06CC\u06A9\u0648\u06CC\u0688\u06CC\u0679\u06CC\u060C \u0628\u06C1\u062A \u06A9\u0645 \u0627\u0646 \u067E\u0679 \u0631\u0642\u0645 \u06CC\u0627 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u062F\u06C1 \u0627\u0646 \u067E\u0679/\u0622\u0624\u0679 \u067E\u0679 \u0679\u0648\u06A9\u0646 \u0627\u0645\u062A\u0632\u0627\u062C \u06A9\u06D2 \u0644\u06CC\u06D2 \u06A9\u0648\u0626\u06CC \u0631\u0648\u0679\u0633 \u062F\u0633\u062A\u06CC\u0627\u0628 \u0646\u06C1\u06CC\u06BA\u06D4","Bridge Limit Error: Please increase your amount.":"\u0628\u0631\u062C \u06A9\u06CC \u062D\u062F \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC: \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u067E\u0646\u06CC \u0631\u0642\u0645 \u0628\u0691\u06BE\u0627\u0626\u06CC\u06BA\u06D4","Bridge Limit Error: Please decrease your amount.":"\u0628\u0631\u062C \u06A9\u06CC \u062D\u062F \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC: \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u067E\u0646\u06CC \u0631\u0642\u0645 \u06A9\u0645 \u06A9\u0631\u06CC\u06BA\u06D4","High Price Impact":"\u0627\u0639\u0644\u06CC \u0642\u06CC\u0645\u062A \u06A9\u0627 \u0627\u062B\u0631","Price impact is too high!":"\u0642\u06CC\u0645\u062A \u06A9\u0627 \u0627\u062B\u0631 \u0628\u06C1\u062A \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u06D2!","The price impact is significantly higher than the allowed amount.":"\u0642\u06CC\u0645\u062A \u06A9\u0627 \u0627\u062B\u0631 \u0642\u0627\u0628\u0644 \u0627\u062C\u0627\u0632\u062A \u0631\u0642\u0645 \u0633\u06D2 \u06A9\u0627\u0641\u06CC \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u06D2\u06D4","Confirm high price impact":"\u0627\u0639\u0644\u06CC \u0642\u06CC\u0645\u062A \u06A9\u06D2 \u0627\u062B\u0631 \u06A9\u06CC \u062A\u0635\u062F\u06CC\u0642 \u06A9\u0631\u06CC\u06BA\u06D4","Route updated and price impact is too high, try again later!":"\u0631\u0627\u0633\u062A\u06C1 \u0627\u067E \u0688\u06CC\u0679 \u06C1\u0648\u0627 \u0627\u0648\u0631 \u0642\u06CC\u0645\u062A \u06A9\u0627 \u0627\u062B\u0631 \u0628\u06C1\u062A \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u06D2\u060C \u0628\u0639\u062F \u0645\u06CC\u06BA \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA!","USD Price Unknown":"USD \u0642\u06CC\u0645\u062A \u0646\u0627\u0645\u0639\u0644\u0648\u0645 \u06C1\u06D2\u06D4","USD Price Unknown, Cannot calculate Price Impact.":"USD \u0642\u06CC\u0645\u062A \u0646\u0627\u0645\u0639\u0644\u0648\u0645 \u06C1\u06D2\u060C \u0642\u06CC\u0645\u062A \u06A9\u06D2 \u0627\u062B\u0631\u0627\u062A \u06A9\u0627 \u062D\u0633\u0627\u0628 \u0646\u06C1\u06CC\u06BA \u0644\u06AF\u0627\u06CC\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627\u06D4","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"USD \u0642\u06CC\u0645\u062A \u0646\u0627\u0645\u0639\u0644\u0648\u0645 \u06C1\u06D2\u060C \u0642\u06CC\u0645\u062A \u06A9\u06D2 \u0627\u062B\u0631\u0627\u062A \u06A9\u0627 \u062D\u0633\u0627\u0628 \u0646\u06C1\u06CC\u06BA \u0644\u06AF\u0627\u06CC\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627\u06D4 \u0642\u06CC\u0645\u062A \u06A9\u0627 \u0627\u062B\u0631 \u0645\u0639\u0645\u0648\u0644 \u0633\u06D2 \u0632\u06CC\u0627\u062F\u06C1 \u06C1\u0648 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4 \u06A9\u06CC\u0627 \u0622\u067E \u06A9\u0648 \u062A\u0628\u0627\u062F\u0644\u06C1 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u0627 \u06CC\u0642\u06CC\u0646 \u06C1\u06D2\u061F","Confirm USD Price Unknown":"\u0646\u0627\u0645\u0639\u0644\u0648\u0645 USD \u0642\u06CC\u0645\u062A \u06A9\u06CC \u062A\u0635\u062F\u06CC\u0642 \u06A9\u0631\u06CC\u06BA\u06D4","Swap":"\u062A\u0628\u0627\u062F\u0644\u06C1","The route goes through Ethereum. Continue?":"\u0631\u0627\u0633\u062A\u06C1 Ethereum \u0633\u06D2 \u06AF\u0632\u0631\u062A\u0627 \u06C1\u06D2\u06D4 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u06CC\u06BA\u061F","Routes":"\u0631\u0627\u0633\u062A\u06D2","From":"\u0633\u06D2","To":"\u06A9\u0648","Light":"\u0631\u0648\u0634\u0646\u06CC","Dark":"\u0627\u0646\u062F\u06BE\u06CC\u0631\u0627","Auto":"\u0622\u0679\u0648","Loading failed":"\u0644\u0648\u0688\u0646\u06AF \u0646\u0627\u06A9\u0627\u0645 \u06C1\u0648 \u06AF\u0626\u06CC\u06D4","Bridges":"\u067E\u0644","Exchanges":"\u062A\u0628\u0627\u062F\u0644\u06C1","Custom Tokens":"\u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A \u0679\u0648\u06A9\u0646\u0632","Language":"\u0632\u0628\u0627\u0646","Infinite approval":"\u0644\u0627\u0645\u062D\u062F\u0648\u062F \u0645\u0646\u0638\u0648\u0631\u06CC","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"'\u0644\u0627\u0645\u062D\u062F\u0648\u062F \u0645\u0646\u0638\u0648\u0631\u06CC' \u0645\u0648\u0688 \u06A9\u0648 \u0641\u0639\u0627\u0644 \u06A9\u0631\u0646\u06D2 \u0633\u06D2 \u0628\u0646\u06CC\u0627\u062F\u06CC \u0633\u0645\u0627\u0631\u0679 \u0645\u0639\u0627\u06C1\u062F\u0648\u06BA \u062A\u06A9 \u063A\u06CC\u0631 \u0645\u062D\u062F\u0648\u062F \u0631\u0633\u0627\u0626\u06CC \u062D\u0627\u0635\u0644 \u06C1\u0648\u062A\u06CC \u06C1\u06D2\u060C \u062C\u0633 \u0633\u06D2 \u0648\u06C1 \u0645\u0646\u0638\u0648\u0631 \u0634\u062F\u06C1 \u0679\u0648\u06A9\u0646 \u0631\u0642\u0645 \u06A9\u0648 \u0628\u063A\u06CC\u0631 \u06A9\u0633\u06CC \u067E\u0627\u0628\u0646\u062F\u06CC \u06A9\u06D2 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA\u06D4","Theme":"\u062A\u06BE\u06CC\u0645","Duplicate Token":"\u0688\u067E\u0644\u06CC\u06A9\u06CC\u0679 \u0679\u0648\u06A9\u0646","The address you entered is duplicate, please enter a new address.":"\u0622\u067E \u0646\u06D2 \u062C\u0648 \u067E\u062A\u06C1 \u062F\u0631\u062C \u06A9\u06CC\u0627 \u06C1\u06D2 \u0648\u06C1 \u0688\u067E\u0644\u06CC\u06A9\u06CC\u0679 \u06C1\u06D2\u060C \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0627\u06CC\u06A9 \u0646\u06CC\u0627 \u067E\u062A\u06C1 \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA\u06D4","Token Already Exists":"\u0679\u0648\u06A9\u0646 \u067E\u06C1\u0644\u06D2 \u0633\u06D2 \u0645\u0648\u062C\u0648\u062F \u06C1\u06D2\u06D4","There's no need to add this token again because it already exists and is supported by us.":"\u0627\u0633 \u0679\u0648\u06A9\u0646 \u06A9\u0648 \u062F\u0648\u0628\u0627\u0631\u06C1 \u0634\u0627\u0645\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u06CC \u0636\u0631\u0648\u0631\u062A \u0646\u06C1\u06CC\u06BA \u06C1\u06D2 \u06A9\u06CC\u0648\u0646\u06A9\u06C1 \u06CC\u06C1 \u067E\u06C1\u0644\u06D2 \u0633\u06D2 \u0645\u0648\u062C\u0648\u062F \u06C1\u06D2 \u0627\u0648\u0631 \u06C1\u0645\u0627\u0631\u06D2 \u0630\u0631\u06CC\u0639\u06C1 \u062A\u0639\u0627\u0648\u0646 \u06CC\u0627\u0641\u062A\u06C1 \u06C1\u06D2\u06D4","Token Not Found":"\u0679\u0648\u06A9\u0646 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u0645\u0639\u0630\u0631\u062A\u060C \u0641\u0631\u0627\u06C1\u0645 \u06A9\u0631\u062F\u06C1 \u067E\u062A\u06D2 \u06A9\u06D2 \u0633\u0627\u062A\u06BE ",["blockchain"]," \u0686\u06CC\u0646 \u067E\u0631 \u06A9\u0648\u0626\u06CC \u0679\u0648\u06A9\u0646 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u06CC\u0642\u06CC\u0646\u06CC \u0628\u0646\u0627\u0626\u06CC\u06BA \u06A9\u06C1 \u0622\u067E \u0646\u06D2 \u0635\u062D\u06CC\u062D \u0679\u0648\u06A9\u0646 \u0627\u06CC\u0688\u0631\u06CC\u0633 \u062F\u0631\u062C \u06A9\u06CC\u0627 \u06C1\u06D2\u06D4"],"Network error":"\u0646\u06CC\u0679 \u0648\u0631\u06A9 \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC\u06D4","An error occurred while retrieving token data.":"\u0679\u0648\u06A9\u0646 \u0688\u06CC\u0679\u0627 \u0628\u0627\u0632\u06CC\u0627\u0641\u062A \u06A9\u0631\u062A\u06D2 \u0648\u0642\u062A \u0627\u06CC\u06A9 \u062E\u0631\u0627\u0628\u06CC \u067E\u06CC\u0634 \u0622\u06AF\u0626\u06CC\u06D4","Add Custom Token":"\u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A \u0679\u0648\u06A9\u0646 \u0634\u0627\u0645\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Select chain":"\u0633\u0644\u0633\u0644\u06C1 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","Enter Address":"\u0627\u06CC\u0688\u0631\u06CC\u0633 \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA\u06D4","Enter token address":"\u0679\u0648\u06A9\u0646 \u0627\u06CC\u0688\u0631\u06CC\u0633 \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA\u06D4","Import":"\u062F\u0631\u0622\u0645\u062F \u06A9\u0631\u06CC\u06BA\u06D4","Confirm Swap":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u06CC \u062A\u0635\u062F\u06CC\u0642 \u06A9\u0631\u06CC\u06BA\u06D4","Start Swap":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u0634\u0631\u0648\u0639 \u06A9\u0631\u06CC\u06BA\u06D4","You get":"\u0622\u067E \u062D\u0627\u0635\u0644 \u06A9\u0631\u06CC\u06BA","Search Token":"\u0679\u0648\u06A9\u0646 \u062A\u0644\u0627\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","No custom tokens":"\u06A9\u0648\u0626\u06CC \u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A \u0679\u0648\u06A9\u0646 \u0646\u06C1\u06CC\u06BA\u06D4","press the button to add your custom token":"\u0627\u067E\u0646\u0627 \u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A \u0679\u0648\u06A9\u0646 \u0634\u0627\u0645\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0628\u0679\u0646 \u062F\u0628\u0627\u0626\u06CC\u06BA\u06D4","Delete Custom Token":"\u062D\u0633\u0628 \u0636\u0631\u0648\u0631\u062A \u0679\u0648\u06A9\u0646 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","Are you sure you want to Delete this Token?":"\u06A9\u06CC\u0627 \u0622\u067E \u0648\u0627\u0642\u0639\u06CC \u0627\u0633 \u0679\u0648\u06A9\u0646 \u06A9\u0648 \u062D\u0630\u0641 \u06A9\u0631\u0646\u0627 \u0686\u0627\u06C1\u062A\u06D2 \u06C1\u06CC\u06BA\u061F","Complete":"\u0645\u06A9\u0645\u0644","Running":"\u0686\u0644 \u0631\u06C1\u0627 \u06C1\u06D2\u06D4","Failed":"\u0646\u0627\u06A9\u0627\u0645","Refuel":"\u0627\u06CC\u0646\u062F\u06BE\u0646","Clear":"\u0635\u0627\u0641","Search Transaction":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u062A\u0644\u0627\u0634 \u06A9\u0631\u06CC\u06BA\u06D4","No transactions":"\u06A9\u0648\u0626\u06CC \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u0646\u06C1\u06CC\u06BA\u06D4","Your transaction history is stored locally and will appear here after you start a swap":"\u0622\u067E \u06A9\u06CC \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u06CC \u0633\u0631\u06AF\u0632\u0634\u062A \u0645\u0642\u0627\u0645\u06CC \u0637\u0648\u0631 \u067E\u0631 \u0630\u062E\u06CC\u0631\u06C1 \u06A9\u06CC \u062C\u0627\u062A\u06CC \u06C1\u06D2 \u0627\u0648\u0631 \u0622\u067E \u06A9\u06D2 \u062A\u0628\u0627\u062F\u0644\u06C1 \u0634\u0631\u0648\u0639 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0628\u0639\u062F \u06CC\u06C1\u0627\u06BA \u0638\u0627\u06C1\u0631 \u06C1\u0648\u06AF\u06CC\u06D4","Clear Transaction History":"\u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u06CC \u062A\u0627\u0631\u06CC\u062E \u0635\u0627\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u0622\u06AF\u06D2 \u0628\u0691\u06BE\u0646\u06D2 \u0633\u06D2 \u0648\u06CC\u062C\u06CC\u0679 \u0633\u06D2 \u062A\u0645\u0627\u0645 \u06A9\u0627\u0645\u06CC\u0627\u0628 \u0627\u0648\u0631 \u0646\u0627\u06A9\u0627\u0645 \u0679\u0631\u0627\u0646\u0632\u06CC\u06A9\u0634\u0646\u0632 \u06C1\u0679 \u062C\u0627\u0626\u06CC\u06BA \u06AF\u06CC\u06D4 \u06A9\u06CC\u0627 \u0622\u067E \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u0627 \u0686\u0627\u06C1\u062A\u06D2 \u06C1\u06CC\u06BA\u061F","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u0646\u0648\u0679: \u06CC\u06C1 \u0633\u0644\u0633\u0644\u06C1 \u067E\u0631 \u0622\u067E \u06A9\u06CC \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u06CC \u062A\u0627\u0631\u06CC\u062E \u06A9\u0648 \u0646\u06C1\u06CC\u06BA \u0645\u0679\u0627\u062A\u0627 \u06C1\u06D2\u06D4 \u06CC\u06C1 \u0635\u0631\u0641 \u0627\u0646\u06C1\u06CC\u06BA \u06CC\u06C1\u0627\u06BA \u06C1\u0679\u0627\u062A\u0627 \u06C1\u06D2\u06D4","Yes, Clear the history":"\u06C1\u0627\u06BA\u060C \u062A\u0627\u0631\u06CC\u062E \u06A9\u0648 \u0635\u0627\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","language":"\u0632\u0628\u0627\u0646","Search {sourceType}":[["sourceType"],"\u062A\u0644\u0627\u0634 \u06A9\u0631\u06CC\u06BA\u06D4"],"Search Chain":"\u0633\u0631\u0686 \u0686\u06CC\u0646","Source":"\u0645\u0627\u062E\u0630","Destination":"\u0645\u0646\u0632\u0644","Swap {type}":["\u062A\u0628\u0627\u062F\u0644\u06C1 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u0641\u06CC \u0627\u0644\u062D\u0627\u0644\u060C \u0622\u067E \u0644\u06CC\u06A9\u0648\u06CC\u0688\u06CC\u0679\u06CC \u0630\u0631\u0627\u0626\u0639 \u067E\u0631 \u067E\u0627\u0628\u0646\u062F\u06CC\u0648\u06BA \u06A9\u06D2 \u0633\u0627\u062A\u06BE \u0645\u06C1\u0645 \u06A9\u06D2 \u0645\u0648\u0688 \u0645\u06CC\u06BA \u06C1\u06CC\u06BA\u06D4 \u06A9\u06CC\u0627 \u0622\u067E \u0627\u0633 \u0645\u0648\u0688 \u0633\u06D2 \u0628\u0627\u06C1\u0631 \u0646\u06A9\u0644 \u06A9\u0631 \u062A\u0645\u0627\u0645 \u062F\u0633\u062A\u06CC\u0627\u0628 \u0644\u06CC\u06A9\u0648\u06CC\u0688\u06CC\u0679\u06CC \u0630\u0631\u0627\u0626\u0639 \u06A9\u0648 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06BA \u06AF\u06D2\u061F","The request ID is necessary to display the swap details.":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u06CC \u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u0638\u0627\u06C1\u0631 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u062F\u0631\u062E\u0648\u0627\u0633\u062A \u06A9\u06CC \u0634\u0646\u0627\u062E\u062A \u0636\u0631\u0648\u0631\u06CC \u06C1\u06D2\u06D4","Connect Wallets":"\u0628\u0679\u0648\u06D2 \u06A9\u0648 \u062C\u0648\u0691\u06CC\u06BA\u06D4","Choose a wallet to connect.":"\u062C\u0691\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 \u067E\u0631\u0633 \u06A9\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0631\u06CC\u06BA\u06D4","This week":"\u0627\u0633 \u06C1\u0641\u062A\u06D2","This month":"\u0627\u0633 \u0645\u06C1\u06CC\u0646\u06D2","This year":"\u0627\u0633 \u0633\u0627\u0644","Slippage must be greater than or equal to 0.01":"Slippage 0.01 \u0633\u06D2 \u0632\u06CC\u0627\u062F\u06C1 \u06CC\u0627 \u0627\u0633 \u06A9\u06D2 \u0628\u0631\u0627\u0628\u0631 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2\u06D4","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u0632\u06CC\u0627\u062F\u06C1 \u067E\u06BE\u0633\u0644\u0646 \u0628\u0631\u062F\u0627\u0634\u062A \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u0622\u067E \u06A9\u0627 \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u0633\u0628 \u0633\u06D2 \u0622\u06AF\u06D2 \u06C1\u0648\u0646\u06D2 \u06A9\u0627 \u062E\u0637\u0631\u06C1 \u06C1\u06D2\u06D4","Required: >= {min} {symbol}":["\u0645\u0637\u0644\u0648\u0628\u06C1: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u0645\u0637\u0644\u0648\u0628\u06C1: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u0645\u0637\u0644\u0648\u0628\u06C1: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u0645\u0637\u0644\u0648\u0628\u06C1: < ",["max"]," ",["symbol"]]," for network fee":" \u0646\u06CC\u0679 \u0648\u0631\u06A9 \u0641\u06CC\u0633 \u06A9\u06D2 \u0644\u06CC\u06D2"," for swap":" \u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u06D2 \u0644\u06CC\u06D2"," for input and network fee":" \u0627\u0646 \u067E\u0679 \u0627\u0648\u0631 \u0646\u06CC\u0679 \u0648\u0631\u06A9 \u0641\u06CC\u0633 \u06A9\u06D2 \u0644\u06CC\u06D2","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u0636\u0631\u0648\u0631\u062A \u06C1\u06D2 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\u060C \u0644\u06CC\u06A9\u0646 \u0622\u067E \u06A9\u06D2 ",["blockchain"]," \u0648\u0627\u0644\u06CC\u0679 \u0645\u06CC\u06BA ",["currentAmount"]," ",["symbol"]," \u06C1\u06D2\u06D4"],"Waiting for other running tasks to be finished":"\u062F\u0648\u0633\u0631\u06D2 \u0686\u0644\u0646\u06D2 \u0648\u0627\u0644\u06D2 \u06A9\u0627\u0645\u0648\u06BA \u06A9\u06D2 \u0645\u06A9\u0645\u0644 \u06C1\u0648\u0646\u06D2 \u06A9\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u06A9\u0631 \u0631\u06C1\u06D2 \u06C1\u06CC\u06BA\u06D4","Waiting for changing wallet network":"\u0628\u0679\u0648\u06D2 \u06A9\u06D2 \u0646\u06CC\u0679 \u0648\u0631\u06A9 \u06A9\u0648 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u06A9\u0631 \u0631\u06C1\u06D2 \u06C1\u06CC\u06BA\u06D4","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u0646\u06CC\u0679 \u0648\u0631\u06A9 \u0633\u0648\u0626\u0686 \u0645\u06A9\u0645\u0644 \u0646\u06C1\u06CC\u06BA \u06C1\u0648 \u0633\u06A9\u0627\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u060C \u06CC\u0627 \u0627\u067E\u0646\u06D2 \u0628\u0679\u0648\u06D2 \u0645\u06CC\u06BA \u0646\u06CC\u0679 \u0648\u0631\u06A9 \u06A9\u0648 \u062F\u0633\u062A\u06CC \u0637\u0648\u0631 \u067E\u0631 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA\u06D4","Sunday":"\u0627\u062A\u0648\u0627\u0631","Monday":"\u067E\u06CC\u0631","Tuesday":"\u0645\u0646\u06AF\u0644","Wednesday":"\u0628\u062F\u06BE","Thursday":"\u062C\u0645\u0639\u0631\u0627\u062A","Friday":"\u062C\u0645\u0639\u06C1","Saturday":"\u06C1\u0641\u062A\u06C1","Powered By":"\u06A9\u06CC \u0637\u0631\u0641 \u0633\u06D2 \u0637\u0627\u0642\u062A","This token may involve potential security risks; proceed with caution.":"\u0627\u0633 \u0679\u0648\u06A9\u0646 \u0645\u06CC\u06BA \u0645\u0645\u06A9\u0646\u06C1 \u062D\u0641\u0627\u0638\u062A\u06CC \u062E\u0637\u0631\u0627\u062A \u0634\u0627\u0645\u0644 \u06C1\u0648 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA\u06D4 \u0627\u062D\u062A\u06CC\u0627\u0637 \u06A9\u06D2 \u0633\u0627\u062A\u06BE \u0622\u06AF\u06D2 \u0628\u0691\u06BE\u06CC\u06BA.","Aggregated Transaction":"\u0645\u062C\u0645\u0648\u0639\u06CC \u0644\u06CC\u0646 \u062F\u06CC\u0646","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":[["swapper"],"\u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2 ",["fromChain"]," \u067E\u0631 \u062A\u0628\u0627\u062F\u0644\u06C1 \u06A9\u0631\u06CC\u06BA\u06D4"],"Bridge from {fromChain} via {swapper}":[["fromChain"]," \u0633\u06D2 ",["swapper"],"\u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2 \u067E\u0644"],"Bridge to {toChain} via {swapper}":[["swapper"],"\u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2 ",["toChain"]," \u067E\u0631 \u067E\u0644"],"Completed":"\u0645\u06A9\u0645\u0644","In progress":"\u062C\u0627\u0631\u06CC \u06C1\u06D2\u06D4","Waiting for the swap transaction":"\u062A\u0628\u0627\u062F\u0644\u06C1 \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u06A9\u0631 \u0631\u06C1\u06D2 \u06C1\u06CC\u06BA\u06D4","Waiting for the bridge transaction":"\u067E\u0644 \u06A9\u06D2 \u0644\u06CC\u0646 \u062F\u06CC\u0646 \u06A9\u0627 \u0627\u0646\u062A\u0638\u0627\u0631 \u06C1\u06D2\u06D4","Connected Partially":"\u062C\u0632\u0648\u06CC \u0637\u0648\u0631 \u067E\u0631 \u0645\u0646\u0633\u0644\u06A9","Connect other chains":"\u062F\u0648\u0633\u0631\u06CC \u0632\u0646\u062C\u06CC\u0631\u0648\u06BA \u06A9\u0648 \u062C\u0648\u0691\u06CC\u06BA\u06D4","Connecting ...":"\u0645\u0646\u0633\u0644\u06A9 \u06C1\u0648 \u0631\u06C1\u0627 \u06C1\u06D2...","Connecting":"\u062C\u0691 \u0631\u06C1\u0627 \u06C1\u06D2\u06D4","Disconnected":"\u0645\u0646\u0642\u0637\u0639","you need to pass a correct state to Wallet.":"\u0622\u067E \u06A9\u0648 Wallet \u0645\u06CC\u06BA \u0627\u06CC\u06A9 \u062F\u0631\u0633\u062A \u062D\u0627\u0644\u062A \u0645\u0646\u062A\u0642\u0644 \u06A9\u0631\u0646\u06D2 \u06A9\u06CC \u0636\u0631\u0648\u0631\u062A \u06C1\u06D2\u06D4","There are no notifications.":"\u06A9\u0648\u0626\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0646\u06C1\u06CC\u06BA \u06C1\u06CC\u06BA\u06D4","Clear all":"\u0633\u0628 \u0635\u0627\u0641 \u06A9\u0631\u06CC\u06BA\u06D4","Balance":"\u062A\u0648\u0627\u0632\u0646","Max":"\u0632\u06CC\u0627\u062F\u06C1 \u0633\u06D2 \u0632\u06CC\u0627\u062F\u06C1","Select gas chain":"\u06AF\u06CC\u0633 \u0686\u06CC\u0646 \u06A9\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0631\u06CC\u06BA\u06D4"}`);var Ai=JSON.parse(`{"No results found":"Kh\xF4ng t\xECm th\u1EA5y k\u1EBFt qu\u1EA3 n\xE0o","Try using different keywords":"H\xE3y th\u1EED s\u1EED d\u1EE5ng c\xE1c t\u1EEB kh\xF3a kh\xE1c nhau","Select Chain":"Ch\u1ECDn chu\u1ED7i","All":"T\u1EA5t c\u1EA3","More +{count}":["Th\xEAm +",["count"]],"Activate this tab":"K\xEDch ho\u1EA1t tab n\xE0y","Another tab is open and handles transactions.":"M\u1ED9t tab kh\xE1c \u0111ang m\u1EDF v\xE0 x\u1EED l\xFD c\xE1c giao d\u1ECBch.","Activate current tab":"K\xEDch ho\u1EA1t tab hi\u1EC7n t\u1EA1i","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"Hi\u1EC7n t\u1EA1i, m\u1ED9t s\u1ED1 giao d\u1ECBch \u0111ang ch\u1EA1y v\xE0 \u0111\u01B0\u1EE3c x\u1EED l\xFD b\u1EDFi tab tr\xECnh duy\u1EC7t kh\xE1c. N\u1EBFu b\u1EA1n k\xEDch ho\u1EA1t tab n\xE0y, t\u1EA5t c\u1EA3 c\xE1c giao d\u1ECBch \u0111\xE3 \u1EDF b\u01B0\u1EDBc k\xFD giao d\u1ECBch s\u1EBD h\u1EBFt h\u1EA1n.","Confirm":"X\xE1c nh\u1EADn","Your {blockchainName} wallets":["V\xED ",["blockchainName"]," c\u1EE7a b\u1EA1n"],"Insufficient account balance":"S\u1ED1 d\u01B0 t\xE0i kho\u1EA3n kh\xF4ng \u0111\u1EE7","Proceed anyway":"Ti\u1EBFn h\xE0nh d\xF9 sao \u0111i n\u1EEFa","You need to connect a {blockchainName} wallet.":["B\u1EA1n c\u1EA7n k\u1EBFt n\u1ED1i v\xED ",["blockchainName"]," ."],"Add {chain} chain":["Th\xEAm chu\u1ED7i ",["chain"]],"Chain not connected":"Chu\u1ED7i kh\xF4ng \u0111\u01B0\u1EE3c k\u1EBFt n\u1ED1i","Show more wallets":"Hi\u1EC3n th\u1ECB th\xEAm v\xED","Send to a different address":"G\u1EEDi \u0111\u1EBFn m\u1ED9t \u0111\u1ECBa ch\u1EC9 kh\xE1c","Enter {blockchainName} address":["Nh\u1EADp \u0111\u1ECBa ch\u1EC9 ",["blockchainName"]],"Address {destination} doesn't match the blockchain address pattern.":["\u0110\u1ECBa ch\u1EC9 ",["destination"]," kh\xF4ng kh\u1EDBp v\u1EDBi m\u1EABu \u0111\u1ECBa ch\u1EC9 blockchain."],"via":"th\xF4ng qua","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"M\xE3 th\xF4ng b\xE1o n\xE0y kh\xF4ng n\u1EB1m trong danh s\xE1ch m\xE3 th\xF4ng b\xE1o \u0111\xE3 x\xE1c minh c\u1EE7a ch\xFAng t\xF4i. Vui l\xF2ng x\xE1c minh ngu\u1ED3n g\u1ED1c c\u1EE7a m\xE3 th\xF4ng b\xE1o v\xE0 \u0111\u1EA3m b\u1EA3o hi\u1EC3u r\xF5 m\u1ECDi r\u1EE7i ro li\xEAn quan tr\u01B0\u1EDBc khi ti\u1EBFp t\u1EE5c.","Import Anyway":"Nh\u1EADp kh\u1EA9u D\xF9 sao","Learn More":"T\xECm hi\u1EC3u th\xEAm","Status":"Tr\u1EA1ng th\xE1i","Reset":"C\xE0i l\u1EA1i","Cancel":"H\u1EE7y b\u1ECF","Refresh":"L\xE0m cho kh\u1ECFe l\u1EA1i","Notifications":"Th\xF4ng b\xE1o","Settings":"C\xE0i \u0111\u1EB7t","History":"L\u1ECBch s\u1EED","Connect Wallet":"K\u1EBFt n\u1ED1i v\xED","Today":"H\xF4m nay","Failed Network, Please retry.":"M\u1EA1ng b\u1ECB l\u1ED7i, vui l\xF2ng th\u1EED l\u1EA1i.","Retry":"Th\u1EED l\u1EA1i","Add another custom token":"Th\xEAm m\u1ED9t m\xE3 th\xF4ng b\xE1o t\xF9y ch\u1EC9nh kh\xE1c","Swaps steps":"C\xE1c b\u01B0\u1EDBc ho\xE1n \u0111\u1ED5i","Connected":"\u0110\xE3 k\u1EBFt n\u1ED1i","Connection failed":"K\u1EBFt n\u1ED1i kh\xF4ng th\xE0nh c\xF4ng","See why":"Xem l\xFD do t\u1EA1i sao","(Currently not supported)":"(Hi\u1EC7n t\u1EA1i kh\xF4ng \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3)","Slippage Error":"L\u1ED7i tr\u01B0\u1EE3t","Slippage Warning":"C\u1EA3nh b\xE1o tr\u01B0\u1EE3t","Bridge Limit Error":"L\u1ED7i gi\u1EDBi h\u1EA1n c\u1EA7u","Yours: {amount} {symbol}":["C\u1EE7a b\u1EA1n: ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u0110\u1ED9 tr\u01B0\u1EE3t t\u1ED1i thi\u1EC3u \u0111\u01B0\u1EE3c \u0111\u1EC1 xu\u1EA5t: ",["minRequiredSlippage"]],"Yours: {userSlippage}":["C\u1EE7a b\u1EA1n: ",["userSlippage"]],"See All Routes":"Xem t\u1EA5t c\u1EA3 c\xE1c tuy\u1EBFn \u0111\u01B0\u1EDDng","View more info":"Xem th\xEAm th\xF4ng tin","Gas & Fee Explanation":"Gi\u1EA3i th\xEDch v\u1EC1 Gas & Ph\xED","Details":"Chi ti\u1EBFt","Total Payable Fee":"T\u1ED5ng ph\xED ph\u1EA3i tr\u1EA3","Hide non-payable fees":"\u1EA8n c\xE1c kho\u1EA3n ph\xED kh\xF4ng ph\u1EA3i tr\u1EA3","Show non-payable fees":"Hi\u1EC3n th\u1ECB c\xE1c kho\u1EA3n ph\xED kh\xF4ng ph\u1EA3i tr\u1EA3","Description":"S\u1EF1 mi\xEAu t\u1EA3","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"C\xE1c lo\u1EA1i ph\xED sau \u0111\xE2y \u0111\u01B0\u1EE3c t\xEDnh v\xE0o k\u1EBFt qu\u1EA3 giao d\u1ECBch v\xE0\\n b\u1EA1n s\u1EBD kh\xF4ng c\u1EA7n ph\u1EA3i tr\u1EA3 th\xEAm ph\xED gas cho ch\xFAng.","Swap input":"Ho\xE1n \u0111\u1ED5i \u0111\u1EA7u v\xE0o","Estimated output":"S\u1EA3n l\u01B0\u1EE3ng \u01B0\u1EDBc t\xEDnh","Via:":"Th\xF4ng qua:","Chains:":"Chu\u1ED7i:","Sort by":"S\u1EAFp x\u1EBFp theo","Smart Routing":"L\u1ED9 tr\xECnh th\xF4ng minh","Lowest Fee":"Ph\xED th\u1EA5p nh\u1EA5t","Fastest Transfer":"Chuy\u1EC3n kho\u1EA3n nhanh nh\u1EA5t","Maximum Return":"L\u1EE3i nhu\u1EADn t\u1ED1i \u0111a","Maximum Output":"\u0110\u1EA7u ra t\u1ED1i \u0111a","Swapping":"Trao \u0111\u1ED5i","Gas cost":"Chi ph\xED gas","Receiving":"Nh\u1EADn \u0111\u01B0\u1EE3c","Price impact":"T\xE1c \u0111\u1ED9ng gi\xE1","You need to increase slippage to at least {minRequiredSlippage} for this route.":["B\u1EA1n c\u1EA7n t\u0103ng \u0111\u1ED9 tr\u01B0\u1EE3t l\xEAn \xEDt nh\u1EA5t ",["minRequiredSlippage"]," cho tuy\u1EBFn \u0111\u01B0\u1EDDng n\xE0y."],"Increase":"T\u0103ng","Output amount changed by {percentageChange}% (\${usdValueChange}).":["L\u01B0\u1EE3ng \u0111\u1EA7u ra thay \u0111\u1ED5i theo ",["percentageChange"],"% ($",["usdValueChange"],")."],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["Ch\xFAng t\xF4i khuy\xEAn b\u1EA1n n\xEAn t\u0103ng \u0111\u1ED9 tr\u01B0\u1EE3t l\xEAn \xEDt nh\u1EA5t l\xE0 ",["minRequiredSlippage"]," cho tuy\u1EBFn \u0111\u01B0\u1EDDng n\xE0y."],"Caution, your slippage is high.":"C\u1EA9n th\u1EADn, \u0111\u1ED9 tr\u01B0\u1EE3t c\u1EE7a b\u1EA1n kh\xE1 cao.","Change":"Thay \u0111\u1ED5i","High slippage":"\u0110\u1ED9 tr\u01B0\u1EE3t cao","Low slippage":"\u0110\u1ED9 tr\u01B0\u1EE3t th\u1EA5p","Caution, your slippage is high. Your trade may be front run.":"Th\u1EADn tr\u1ECDng, m\u1EE9c tr\u01B0\u1EE3t gi\xE1 c\u1EE7a b\u1EA1n cao. Giao d\u1ECBch c\u1EE7a b\u1EA1n c\xF3 th\u1EC3 b\u1ECB ch\u1EA1y tr\u01B0\u1EDBc.","Swap anyway":"D\xF9 sao th\xEC c\u0169ng \u0111\u1ED5i","Change Slippage":"Thay \u0111\u1ED5i \u0111\u1ED9 tr\u01B0\u1EE3t","Something went wrong":"C\xF3 g\xEC \u0111\xF3 kh\xF4ng \u1ED5n","Something went wrong. Please refresh the app.":"C\xF3 l\u1ED7i x\u1EA3y ra. Vui l\xF2ng l\xE0m m\u1EDBi \u1EE9ng d\u1EE5ng.","No Routes Found":"Kh\xF4ng t\xECm th\u1EA5y tuy\u1EBFn \u0111\u01B0\u1EDDng n\xE0o","You cannot use the same token for From and To.":"B\u1EA1n kh\xF4ng th\u1EC3 s\u1EED d\u1EE5ng c\xF9ng m\u1ED9t m\xE3 th\xF4ng b\xE1o cho T\u1EEB v\xE0 \u0110\u1EBFn.","Slippage tolerance per swap":"\u0110\u1ED9 tr\u01B0\u1EE3t cho m\u1ED7i l\u1EA7n ho\xE1n \u0111\u1ED5i","Custom":"Phong t\u1EE5c","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"Giao d\u1ECBch c\u1EE7a b\u1EA1n s\u1EBD b\u1ECB h\u1EE7y n\u1EBFu gi\xE1 thay \u0111\u1ED5i b\u1EA5t l\u1EE3i h\u01A1n m\u1EE9c ph\u1EA7n tr\u0103m n\xE0y.","Warning":"C\u1EA3nh b\xE1o","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"C\xE0i \u0111\u1EB7t n\xE0y \u0111\u01B0\u1EE3c \xE1p d\u1EE5ng cho t\u1EEBng b\u01B0\u1EDBc (v\xED d\u1EE5: 1Inch, Thorchain, v.v.), ngh\u0129a l\xE0 ch\u1EC9 b\u01B0\u1EDBc c\u1EE5 th\u1EC3 \u0111\xF3 s\u1EBD \u0111\u01B0\u1EE3c ho\xE0n nguy\xEAn ch\u1EE9 kh\xF4ng ph\u1EA3i to\xE0n b\u1ED9 l\u1ED9 tr\xECnh.","Slippage cannot be set lower than 0.01%.":"\u0110\u1ED9 tr\u01B0\u1EE3t kh\xF4ng th\u1EC3 \u0111\u01B0\u1EE3c thi\u1EBFt l\u1EADp th\u1EA5p h\u01A1n 0,01%.","Caution, your slippage is high!":"C\u1EA9n th\u1EADn, \u0111\u1ED9 tr\u01B0\u1EE3t c\u1EE7a b\u1EA1n r\u1EA5t cao!","Request ID":"Y\xEAu c\u1EA7u ID","Copied To Clipboard":"\u0110\xE3 sao ch\xE9p v\xE0o b\u1EA3ng t\u1EA1m","Copy Request ID":"Sao ch\xE9p ID y\xEAu c\u1EA7u","View on Rango Explorer":"Xem tr\xEAn Rango Explorer","Finished at":"Ho\xE0n th\xE0nh t\u1EA1i","Created at":"\u0110\u01B0\u1EE3c t\u1EA1o ra t\u1EA1i","Swap Details":"Chi ti\u1EBFt trao \u0111\u1ED5i","Not found":"Kh\xF4ng t\xECm th\u1EA5y","Swap with request ID = {requestId} not found.":["Kh\xF4ng t\xECm th\u1EA5y ho\xE1n \u0111\u1ED5i v\u1EDBi ID y\xEAu c\u1EA7u = ",["requestId"]," ."],"Change Network":"Thay \u0111\u1ED5i m\u1EA1ng","Network Changed":"M\u1EA1ng \u0111\xE3 thay \u0111\u1ED5i","Network Switch Failed":"Chuy\u1EC3n m\u1EA1ch m\u1EA1ng kh\xF4ng th\xE0nh c\xF4ng","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["B\u1EA1n \u0111\xE3 nh\u1EADn \u0111\u01B0\u1EE3c ",["amount"]," ",["token"]," trong v\xED ",["conciseAddress"]," tr\xEAn chu\u1ED7i ",["chain"]," ."],"Transaction was not sent.":"Giao d\u1ECBch kh\xF4ng \u0111\u01B0\u1EE3c g\u1EEDi.","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," tr\xEAn ",["blockchain"]," v\u1EABn c\xF2n trong v\xED c\u1EE7a b\u1EA1n."],"Delete":"X\xF3a b\u1ECF","Try again":"Th\u1EED l\u1EA1i","View transaction":"Xem giao d\u1ECBch","Connect":"K\u1EBFt n\u1ED1i","Swap Successful":"Ho\xE1n \u0111\u1ED5i th\xE0nh c\xF4ng","Transaction Failed":"Giao d\u1ECBch kh\xF4ng th\xE0nh c\xF4ng","Done":"Xong","Diagnosis":"Ch\u1EA9n \u0111o\xE1n","See Details":"Xem chi ti\u1EBFt","Cancel Swap":"H\u1EE7y b\u1ECF ho\xE1n \u0111\u1ED5i","Are you sure you want to cancel this swap?":"B\u1EA1n c\xF3 ch\u1EAFc ch\u1EAFn mu\u1ED1n h\u1EE7y giao d\u1ECBch ho\xE1n \u0111\u1ED5i n\xE0y kh\xF4ng?","Yes, Cancel it":"C\xF3, H\u1EE7y n\xF3","No, Continue":"Kh\xF4ng, Ti\u1EBFp t\u1EE5c","Connect {wallet}":["K\u1EBFt n\u1ED1i ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"K\u1EBFt n\u1ED1i v\xED c\u1EE7a b\u1EA1n ho\u1EB7c m\u1ED9t s\u1ED1 m\u1EA1ng \u0111\xE3 b\u1ECB ng\u1EAFt k\u1EBFt n\u1ED1i. H\xE3y k\u1EBFt n\u1ED1i l\u1EA1i \u0111\u1EC3 ti\u1EBFp t\u1EE5c ho\xE1n \u0111\u1ED5i.","Wallet connected successfully.":"V\xED \u0111\xE3 \u0111\u01B0\u1EE3c k\u1EBFt n\u1ED1i th\xE0nh c\xF4ng.","Delete Transaction":"X\xF3a giao d\u1ECBch","Are you sure you want to delete this swap?":"B\u1EA1n c\xF3 ch\u1EAFc ch\u1EAFn mu\u1ED1n x\xF3a ho\xE1n \u0111\u1ED5i n\xE0y kh\xF4ng?","Yes, Delete it":"C\xF3, x\xF3a n\xF3 \u0111i","No, Cancel":"Kh\xF4ng, H\u1EE7y b\u1ECF","Install {wallet}":["C\xE0i \u0111\u1EB7t ",["wallet"]],"Install":"C\xE0i \u0111\u1EB7t","Try Again":"Th\u1EED l\u1EA1i","Slippage:":"Tr\u01B0\u1EE3t:","Select Token":"Ch\u1ECDn M\xE3 th\xF4ng b\xE1o","Wallet Connected":"V\xED \u0111\xE3 k\u1EBFt n\u1ED1i","Your wallet is connected, you can use it to swap.":"V\xED c\u1EE7a b\u1EA1n \u0111\xE3 \u0111\u01B0\u1EE3c k\u1EBFt n\u1ED1i, b\u1EA1n c\xF3 th\u1EC3 s\u1EED d\u1EE5ng n\xF3 \u0111\u1EC3 ho\xE1n \u0111\u1ED5i.","Failed to Connect":"Kh\xF4ng th\u1EC3 k\u1EBFt n\u1ED1i","Your wallet is not connected. Please try again.":"V\xED c\u1EE7a b\u1EA1n ch\u01B0a \u0111\u01B0\u1EE3c k\u1EBFt n\u1ED1i. Vui l\xF2ng th\u1EED l\u1EA1i.","Connecting to your wallet":"K\u1EBFt n\u1ED1i v\u1EDBi v\xED c\u1EE7a b\u1EA1n","Click connect in your wallet popup.":"Nh\u1EA5p v\xE0o k\u1EBFt n\u1ED1i trong c\u1EEDa s\u1ED5 b\u1EADt l\xEAn c\u1EE7a v\xED.","Select Derivation Path":"Ch\u1ECDn \u0110\u01B0\u1EDDng d\u1EABn d\u1EABn xu\u1EA5t","In order to connect to {type}, you must first select a Derivation Path":["\u0110\u1EC3 k\u1EBFt n\u1ED1i v\u1EDBi ",["type"],", tr\u01B0\u1EDBc ti\xEAn b\u1EA1n ph\u1EA3i ch\u1ECDn \u0110\u01B0\u1EDDng d\u1EABn ph\xE1i sinh"],"Choose Derivation Path Template":"Ch\u1ECDn m\u1EABu \u0111\u01B0\u1EDDng d\u1EABn d\u1EABn xu\u1EA5t","Enter Path":"Nh\u1EADp \u0110\u01B0\u1EDDng d\u1EABn","Enter Index":"Nh\u1EADp ch\u1EC9 m\u1EE5c","This wallet can only connect to one chain at a time.":"V\xED n\xE0y ch\u1EC9 c\xF3 th\u1EC3 k\u1EBFt n\u1ED1i v\u1EDBi m\u1ED9t chu\u1ED7i t\u1EA1i m\u1ED9t th\u1EDDi \u0111i\u1EC3m.","Disconnect wallet":"Ng\u1EAFt k\u1EBFt n\u1ED1i v\xED","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"V\xED n\xE0y h\u1ED7 tr\u1EE3 nhi\u1EC1u chu\u1ED7i. Ch\u1ECDn chu\u1ED7i b\u1EA1n mu\u1ED1n k\u1EBFt n\u1ED1i ho\u1EB7c ng\u1EAFt k\u1EBFt n\u1ED1i.","Add {blockchainDisplayName} Chain":["Th\xEAm ",["blockchainDisplayName"]," Chu\u1ED7i"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["B\u1EA1n c\xF3 mu\u1ED1n th\xEAm chu\u1ED7i th\u1EED nghi\u1EC7m ",["blockchainDisplayName"]," v\xE0o v\xED c\u1EE7a m\xECnh kh\xF4ng?"],"Please approve the experimental chain pop-up in your wallet.":"Vui l\xF2ng ch\u1EA5p thu\u1EADn c\u1EEDa s\u1ED5 b\u1EADt l\xEAn chu\u1ED7i th\u1EED nghi\u1EC7m trong v\xED c\u1EE7a b\u1EA1n.","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u0110\xE3 th\xEAm chu\u1ED7i"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":["Chu\u1ED7i ",["blockchainDisplayName"]," \u0111\xE3 \u0111\u01B0\u1EE3c th\xEAm th\xE0nh c\xF4ng v\xE0o v\xED c\u1EE7a b\u1EA1n."],"Request Rejected":"Y\xEAu c\u1EA7u b\u1ECB t\u1EEB ch\u1ED1i","You've rejected adding {blockchainDisplayName} chain to your wallet.":["B\u1EA1n \u0111\xE3 t\u1EEB ch\u1ED1i th\xEAm chu\u1ED7i ",["blockchainDisplayName"]," v\xE0o v\xED c\u1EE7a m\xECnh."],"Disconnect":"Ng\u1EAFt k\u1EBFt n\u1ED1i","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"V\xED n\xE0y h\u1ED7 tr\u1EE3 nhi\u1EC1u chu\u1ED7i. Ch\u1ECDn chu\u1ED7i b\u1EA1n mu\u1ED1n k\u1EBFt n\u1ED1i.","This wallet can only connect to one chain at a time. ":"V\xED n\xE0y ch\u1EC9 c\xF3 th\u1EC3 k\u1EBFt n\u1ED1i v\u1EDBi m\u1ED9t chu\u1ED7i t\u1EA1i m\u1ED9t th\u1EDDi \u0111i\u1EC3m. ","Deselect all":"B\u1ECF ch\u1ECDn t\u1EA5t c\u1EA3","Select all":"Ch\u1ECDn t\u1EA5t c\u1EA3","Failed Network, Please retry your swap.":"M\u1EA1ng b\u1ECB l\u1ED7i, vui l\xF2ng th\u1EED l\u1EA1i vi\u1EC7c ho\xE1n \u0111\u1ED5i.","Please reset your liquidity sources.":"Vui l\xF2ng thi\u1EBFt l\u1EADp l\u1EA1i ngu\u1ED3n thanh kho\u1EA3n c\u1EE7a b\u1EA1n.","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"B\u1EA1n \u0111\xE3 gi\u1EDBi h\u1EA1n c\xE1c ngu\u1ED3n thanh kho\u1EA3n v\xE0 \u0111i\u1EC1u n\xE0y c\xF3 th\u1EC3 khi\u1EBFn Rango kh\xF4ng t\xECm th\u1EA5y \u0111\u01B0\u1EDDng \u0111i. Vui l\xF2ng c\xE2n nh\u1EAFc thi\u1EBFt l\u1EADp l\u1EA1i c\xE1c ngu\u1ED3n thanh kho\u1EA3n c\u1EE7a b\u1EA1n.","No Routes Found.":"Kh\xF4ng t\xECm th\u1EA5y tuy\u1EBFn \u0111\u01B0\u1EDDng n\xE0o.","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"L\xFD do Rango kh\xF4ng t\xECm \u0111\u01B0\u1EE3c tuy\u1EBFn \u0111\u01B0\u1EDDng: t\xEDnh thanh kho\u1EA3n c\u1EE7a token th\u1EA5p, l\u01B0\u1EE3ng \u0111\u1EA7u v\xE0o r\u1EA5t th\u1EA5p ho\u1EB7c kh\xF4ng c\xF3 tuy\u1EBFn \u0111\u01B0\u1EDDng n\xE0o kh\u1EA3 d\u1EE5ng cho t\u1ED5 h\u1EE3p token \u0111\u1EA7u v\xE0o/\u0111\u1EA7u ra \u0111\xE3 ch\u1ECDn.","Bridge Limit Error: Please increase your amount.":"L\u1ED7i gi\u1EDBi h\u1EA1n c\u1EA7u: Vui l\xF2ng t\u0103ng s\u1ED1 ti\u1EC1n c\u1EE7a b\u1EA1n.","Bridge Limit Error: Please decrease your amount.":"L\u1ED7i gi\u1EDBi h\u1EA1n c\u1EA7u: Vui l\xF2ng gi\u1EA3m s\u1ED1 ti\u1EC1n c\u1EE7a b\u1EA1n.","High Price Impact":"T\xE1c \u0111\u1ED9ng gi\xE1 cao","Price impact is too high!":"T\xE1c \u0111\u1ED9ng \u0111\u1EBFn gi\xE1 qu\xE1 cao!","The price impact is significantly higher than the allowed amount.":"T\xE1c \u0111\u1ED9ng \u0111\u1EBFn gi\xE1 c\u1EA3 cao h\u01A1n \u0111\xE1ng k\u1EC3 so v\u1EDBi m\u1EE9c cho ph\xE9p.","Confirm high price impact":"X\xE1c nh\u1EADn t\xE1c \u0111\u1ED9ng gi\xE1 cao","Route updated and price impact is too high, try again later!":"Tuy\u1EBFn \u0111\u01B0\u1EDDng \u0111\xE3 \u0111\u01B0\u1EE3c c\u1EADp nh\u1EADt v\xE0 gi\xE1 c\u1EA3 b\u1ECB \u1EA3nh h\u01B0\u1EDFng qu\xE1 cao, h\xE3y th\u1EED l\u1EA1i sau!","USD Price Unknown":"Gi\xE1 USD Kh\xF4ng r\xF5","USD Price Unknown, Cannot calculate Price Impact.":"Gi\xE1 USD kh\xF4ng x\xE1c \u0111\u1ECBnh, kh\xF4ng th\u1EC3 t\xEDnh \u0111\u01B0\u1EE3c t\xE1c \u0111\u1ED9ng gi\xE1.","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"Gi\xE1 USD kh\xF4ng x\xE1c \u0111\u1ECBnh, Kh\xF4ng th\u1EC3 t\xEDnh t\xE1c \u0111\u1ED9ng gi\xE1. T\xE1c \u0111\u1ED9ng gi\xE1 c\xF3 th\u1EC3 cao h\u01A1n b\xECnh th\u01B0\u1EDDng. B\u1EA1n c\xF3 ch\u1EAFc ch\u1EAFn mu\u1ED1n ti\u1EBFp t\u1EE5c ho\xE1n \u0111\u1ED5i kh\xF4ng?","Confirm USD Price Unknown":"X\xE1c nh\u1EADn gi\xE1 USD Kh\xF4ng r\xF5","Swap":"Tr\xE1o \u0111\u1ED5i","The route goes through Ethereum. Continue?":"Tuy\u1EBFn \u0111\u01B0\u1EDDng \u0111i qua Ethereum. Ti\u1EBFp t\u1EE5c?","Routes":"Tuy\u1EBFn \u0111\u01B0\u1EDDng","From":"T\u1EEB","To":"\u0110\u1EBEN","Light":"\xC1nh s\xE1ng","Dark":"T\u1ED1i t\u0103m","Auto":"T\u01B0\u0323 \u0111\xF4\u0323ng","Loading failed":"T\u1EA3i kh\xF4ng th\xE0nh c\xF4ng","Bridges":"C\u1EA7u","Exchanges":"Trao \u0111\u1ED5i","Custom Tokens":"M\xE3 th\xF4ng b\xE1o t\xF9y ch\u1EC9nh","Language":"Ng\xF4n ng\u1EEF","Infinite approval":"S\u1EF1 ch\u1EA5p thu\u1EADn v\xF4 h\u1EA1n","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"B\u1EADt ch\u1EBF \u0111\u1ED9 'Ph\xEA duy\u1EC7t v\xF4 h\u1EA1n' s\u1EBD c\u1EA5p quy\u1EC1n truy c\u1EADp kh\xF4ng gi\u1EDBi h\u1EA1n v\xE0o c\xE1c h\u1EE3p \u0111\u1ED3ng th\xF4ng minh c\u01A1 b\u1EA3n, cho ph\xE9p ch\xFAng s\u1EED d\u1EE5ng s\u1ED1 l\u01B0\u1EE3ng m\xE3 th\xF4ng b\xE1o \u0111\xE3 \u0111\u01B0\u1EE3c ph\xEA duy\u1EC7t m\xE0 kh\xF4ng c\xF3 gi\u1EDBi h\u1EA1n.","Theme":"Ch\u1EE7 \u0111\u1EC1","Duplicate Token":"M\xE3 th\xF4ng b\xE1o tr\xF9ng l\u1EB7p","The address you entered is duplicate, please enter a new address.":"\u0110\u1ECBa ch\u1EC9 b\u1EA1n nh\u1EADp b\u1ECB tr\xF9ng l\u1EB7p, vui l\xF2ng nh\u1EADp \u0111\u1ECBa ch\u1EC9 m\u1EDBi.","Token Already Exists":"M\xE3 th\xF4ng b\xE1o \u0111\xE3 t\u1ED3n t\u1EA1i","There's no need to add this token again because it already exists and is supported by us.":"Kh\xF4ng c\u1EA7n ph\u1EA3i th\xEAm m\xE3 th\xF4ng b\xE1o n\xE0y n\u1EEFa v\xEC n\xF3 \u0111\xE3 t\u1ED3n t\u1EA1i v\xE0 \u0111\u01B0\u1EE3c ch\xFAng t\xF4i h\u1ED7 tr\u1EE3.","Token Not Found":"Kh\xF4ng t\xECm th\u1EA5y m\xE3 th\xF4ng b\xE1o","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["Xin l\u1ED7i, kh\xF4ng t\xECm th\u1EA5y m\xE3 th\xF4ng b\xE1o n\xE0o tr\xEAn chu\u1ED7i ",["blockchain"]," c\xF3 \u0111\u1ECBa ch\u1EC9 \u0111\u01B0\u1EE3c cung c\u1EA5p. Vui l\xF2ng \u0111\u1EA3m b\u1EA3o r\u1EB1ng b\u1EA1n \u0111\xE3 nh\u1EADp \u0111\xFAng \u0111\u1ECBa ch\u1EC9 m\xE3 th\xF4ng b\xE1o."],"Network error":"L\u1ED7i m\u1EA1ng","An error occurred while retrieving token data.":"\u0110\xE3 x\u1EA3y ra l\u1ED7i khi truy xu\u1EA5t d\u1EEF li\u1EC7u m\xE3 th\xF4ng b\xE1o.","Add Custom Token":"Th\xEAm M\xE3 th\xF4ng b\xE1o t\xF9y ch\u1EC9nh","Select chain":"Ch\u1ECDn chu\u1ED7i","Enter Address":"Nh\u1EADp \u0110\u1ECBa Ch\u1EC9","Enter token address":"Nh\u1EADp \u0111\u1ECBa ch\u1EC9 m\xE3 th\xF4ng b\xE1o","Import":"Nh\u1EADp kh\u1EA9u","Confirm Swap":"X\xE1c nh\u1EADn ho\xE1n \u0111\u1ED5i","Start Swap":"B\u1EAFt \u0111\u1EA7u ho\xE1n \u0111\u1ED5i","You get":"B\u1EA1n nh\u1EADn \u0111\u01B0\u1EE3c","Search Token":"T\xECm ki\u1EBFm M\xE3 th\xF4ng b\xE1o","No custom tokens":"Kh\xF4ng c\xF3 m\xE3 th\xF4ng b\xE1o t\xF9y ch\u1EC9nh","press the button to add your custom token":"nh\u1EA5n n\xFAt \u0111\u1EC3 th\xEAm m\xE3 th\xF4ng b\xE1o t\xF9y ch\u1EC9nh c\u1EE7a b\u1EA1n","Delete Custom Token":"X\xF3a M\xE3 th\xF4ng b\xE1o t\xF9y ch\u1EC9nh","Are you sure you want to Delete this Token?":"B\u1EA1n c\xF3 ch\u1EAFc ch\u1EAFn mu\u1ED1n x\xF3a m\xE3 th\xF4ng b\xE1o n\xE0y kh\xF4ng?","Complete":"Ho\xE0n th\xE0nh","Running":"\u0110ang ch\u1EA1y","Failed":"Th\u1EA5t b\u1EA1i","Refuel":"N\u1EA1p nhi\xEAn li\u1EC7u","Clear":"Th\xF4ng tho\xE1ng","Search Transaction":"T\xECm ki\u1EBFm giao d\u1ECBch","No transactions":"Kh\xF4ng c\xF3 giao d\u1ECBch","Your transaction history is stored locally and will appear here after you start a swap":"L\u1ECBch s\u1EED giao d\u1ECBch c\u1EE7a b\u1EA1n \u0111\u01B0\u1EE3c l\u01B0u tr\u1EEF c\u1EE5c b\u1ED9 v\xE0 s\u1EBD xu\u1EA5t hi\u1EC7n \u1EDF \u0111\xE2y sau khi b\u1EA1n b\u1EAFt \u0111\u1EA7u ho\xE1n \u0111\u1ED5i","Clear Transaction History":"X\xF3a L\u1ECBch s\u1EED giao d\u1ECBch","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"Ti\u1EBFn h\xE0nh s\u1EBD x\xF3a t\u1EA5t c\u1EA3 c\xE1c giao d\u1ECBch th\xE0nh c\xF4ng v\xE0 th\u1EA5t b\u1EA1i kh\u1ECFi ti\u1EC7n \xEDch. B\u1EA1n c\xF3 mu\u1ED1n ti\u1EBFp t\u1EE5c kh\xF4ng?","Note: This does not erase your transaction history on the chain; it only removes them here.":"L\u01B0u \xFD: Thao t\xE1c n\xE0y kh\xF4ng x\xF3a l\u1ECBch s\u1EED giao d\u1ECBch c\u1EE7a b\u1EA1n tr\xEAn chu\u1ED7i; n\xF3 ch\u1EC9 x\xF3a ch\xFAng t\u1EA1i \u0111\xE2y.","Yes, Clear the history":"C\xF3, X\xF3a l\u1ECBch s\u1EED","language":"ng\xF4n ng\u1EEF","Search {sourceType}":["T\xECm ki\u1EBFm ",["sourceType"]],"Search Chain":"Chu\u1ED7i t\xECm ki\u1EBFm","Source":"Ngu\u1ED3n","Destination":"\u0110i\u1EC3m \u0111\u1EBFn","Swap {type}":["Ho\xE1n \u0111\u1ED5i ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"Hi\u1EC7n t\u1EA1i, b\u1EA1n \u0111ang \u1EDF ch\u1EBF \u0111\u1ED9 chi\u1EBFn d\u1ECBch v\u1EDBi c\xE1c h\u1EA1n ch\u1EBF v\u1EC1 ngu\u1ED3n thanh kho\u1EA3n. B\u1EA1n c\xF3 mu\u1ED1n tho\xE1t kh\u1ECFi ch\u1EBF \u0111\u1ED9 n\xE0y v\xE0 s\u1EED d\u1EE5ng t\u1EA5t c\u1EA3 c\xE1c ngu\u1ED3n thanh kho\u1EA3n kh\u1EA3 d\u1EE5ng kh\xF4ng?","The request ID is necessary to display the swap details.":"ID y\xEAu c\u1EA7u l\xE0 c\u1EA7n thi\u1EBFt \u0111\u1EC3 hi\u1EC3n th\u1ECB th\xF4ng tin chi ti\u1EBFt v\u1EC1 giao d\u1ECBch ho\xE1n \u0111\u1ED5i.","Connect Wallets":"K\u1EBFt n\u1ED1i v\xED","Choose a wallet to connect.":"Ch\u1ECDn v\xED \u0111\u1EC3 k\u1EBFt n\u1ED1i.","This week":"Tu\u1EA7n n\xE0y","This month":"Th\xE1ng n\xE0y","This year":"N\u0103m nay","Slippage must be greater than or equal to 0.01":"\u0110\u1ED9 tr\u01B0\u1EE3t ph\u1EA3i l\u1EDBn h\u01A1n ho\u1EB7c b\u1EB1ng 0,01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"Giao d\u1ECBch c\u1EE7a b\u1EA1n c\xF3 nguy c\u01A1 b\u1ECB ch\u1EA1y tr\u01B0\u1EDBc do kh\u1EA3 n\u0103ng tr\u01B0\u1EE3t gi\xE1 cao.","Required: >= {min} {symbol}":["B\u1EAFt bu\u1ED9c: >= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["B\u1EAFt bu\u1ED9c: > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["B\u1EAFt bu\u1ED9c: <= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["B\u1EAFt bu\u1ED9c: < ",["max"]," ",["symbol"]]," for network fee":" cho ph\xED m\u1EA1ng"," for swap":" \u0111\u1EC3 trao \u0111\u1ED5i"," for input and network fee":" cho ph\xED \u0111\u1EA7u v\xE0o v\xE0 ph\xED m\u1EA1ng","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["C\u1EA7n \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],", nh\u01B0ng b\u1EA1n c\xF3 ",["currentAmount"]," ",["symbol"]," trong v\xED ",["blockchain"]," c\u1EE7a m\xECnh."],"Waiting for other running tasks to be finished":"\u0110ang ch\u1EDD c\xE1c t\xE1c v\u1EE5 \u0111ang ch\u1EA1y kh\xE1c ho\xE0n t\u1EA5t","Waiting for changing wallet network":"\u0110ang ch\u1EDD thay \u0111\u1ED5i m\u1EA1ng v\xED","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"Kh\xF4ng th\u1EC3 ho\xE0n t\u1EA5t chuy\u1EC3n \u0111\u1ED5i m\u1EA1ng. Vui l\xF2ng th\u1EED l\u1EA1i ho\u1EB7c chuy\u1EC3n \u0111\u1ED5i m\u1EA1ng th\u1EE7 c\xF4ng trong v\xED c\u1EE7a b\u1EA1n.","Sunday":"Ch\u1EE7 nh\u1EADt","Monday":"Th\u1EE9 hai","Tuesday":"Th\u1EE9 ba","Wednesday":"Th\u1EE9 T\u01B0","Thursday":"Th\u1EE9 n\u0103m","Friday":"Th\u1EE9 s\xE1u","Saturday":"Th\u1EE9 b\u1EA3y","Powered By":"\u0110\u01B0\u1EE3c cung c\u1EA5p b\u1EDFi","This token may involve potential security risks; proceed with caution.":"M\xE3 th\xF4ng b\xE1o n\xE0y c\xF3 th\u1EC3 ti\u1EC1m \u1EA9n r\u1EE7i ro b\u1EA3o m\u1EADt; h\xE3y th\u1EADn tr\u1ECDng khi th\u1EF1c hi\u1EC7n.","Aggregated Transaction":"Giao d\u1ECBch t\u1ED5ng h\u1EE3p","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u0110\u1ED5i tr\xEAn ",["fromChain"]," qua ",["swapper"]],"Bridge from {fromChain} via {swapper}":["C\u1EA7u t\u1EEB ",["fromChain"]," qua ",["swapper"]],"Bridge to {toChain} via {swapper}":["C\u1EA7u n\u1ED1i \u0111\u1EBFn ",["toChain"]," qua ",["swapper"]],"Completed":"Ho\xE0n th\xE0nh","In progress":"\u0110ang ti\u1EBFn h\xE0nh","Waiting for the swap transaction":"\u0110ang ch\u1EDD giao d\u1ECBch ho\xE1n \u0111\u1ED5i","Waiting for the bridge transaction":"\u0110ang ch\u1EDD giao d\u1ECBch c\u1EA7u n\u1ED1i","Connected Partially":"\u0110\xE3 k\u1EBFt n\u1ED1i m\u1ED9t ph\u1EA7n","Connect other chains":"K\u1EBFt n\u1ED1i c\xE1c chu\u1ED7i kh\xE1c","Connecting ...":"\u0110ang k\u1EBFt n\u1ED1i ...","Connecting":"K\u1EBFt n\u1ED1i","Disconnected":"\u0110\xE3 ng\u1EAFt k\u1EBFt n\u1ED1i","you need to pass a correct state to Wallet.":"b\u1EA1n c\u1EA7n ph\u1EA3i chuy\u1EC3n tr\u1EA1ng th\xE1i ch\xEDnh x\xE1c cho Wallet.","There are no notifications.":"Kh\xF4ng c\xF3 th\xF4ng b\xE1o n\xE0o.","Clear all":"X\xF3a t\u1EA5t c\u1EA3","Balance":"S\u1EF1 c\xE2n b\u1EB1ng","Max":"T\u1ED1i \u0111a","Select gas chain":"Ch\u1ECDn chu\u1ED7i kh\xED"}`);var Ni=JSON.parse(`{"No results found":"\u672A\u627E\u5230\u7ED3\u679C","Try using different keywords":"\u5C1D\u8BD5\u4F7F\u7528\u4E0D\u540C\u7684\u5173\u952E\u5B57","Select Chain":"\u9009\u62E9\u94FE\u6761","All":"\u6240\u6709\u7684","More +{count}":["\u66F4\u591A +",["count"]],"Activate this tab":"\u6FC0\u6D3B\u6B64\u6807\u7B7E","Another tab is open and handles transactions.":"\u53E6\u4E00\u4E2A\u6807\u7B7E\u662F\u6253\u5F00\u548C\u5904\u7406\u4EA4\u6613\u3002","Activate current tab":"\u6FC0\u6D3B\u5F53\u524D\u6807\u7B7E","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u76EE\u524D\uFF0C\u6709\u4E9B\u4EA4\u6613\u6B63\u5728\u8FD0\u884C\uFF0C\u6B63\u5728\u7531\u5176\u4ED6\u6D4F\u89C8\u5668\u9009\u9879\u5361\u5904\u7406\u3002 \u5982\u679C\u60A8\u6FC0\u6D3B\u6B64\u6807\u7B7E\uFF0C\u6240\u6709\u5DF2\u7ECF\u5728\u4EA4\u6613\u7B7E\u540D\u6B65\u9AA4\u4E2D\u7684\u4EA4\u6613\u90FD\u5C06\u8FC7\u671F\u3002","Confirm":"\u786E\u8BA4","Your {blockchainName} wallets":["\u60A8\u7684 ",["blockchainName"]," \u94B1\u5305"],"Insufficient account balance":"\u8D26\u6237\u4F59\u989D\u4E0D\u8DB3","Proceed anyway":"\u4ECD\u7136\u7EE7\u7EED","You need to connect a {blockchainName} wallet.":["\u60A8\u9700\u8981\u8FDE\u63A5\u4E00\u4E2A ",["blockchainName"]," \u94B1\u5305\u3002"],"Add {chain} chain":["\u6DFB\u52A0 ",["chain"]," \u94FE"],"Chain not connected":"\u94FE\u6761\u672A\u8FDE\u63A5","Show more wallets":"\u663E\u793A\u66F4\u591A\u94B1\u5305","Send to a different address":"\u53D1\u9001\u5230\u53E6\u4E00\u4E2A\u5730\u5740","Enter {blockchainName} address":["\u8F93\u5165 ",["blockchainName"]," \u5730\u5740"],"Address {destination} doesn't match the blockchain address pattern.":["\u5730\u5740 ",["destination"]," \u4E0E\u533A\u5757\u94FE\u5730\u5740\u6A21\u5F0F\u4E0D\u5339\u914D\u3002"],"via":"\u901A\u8FC7","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u6B64\u4EE4\u724C\u4E0D\u5C5E\u4E8E\u6211\u4EEC\u5DF2\u9A8C\u8BC1\u7684\u4EE4\u724C\u5217\u8868\u3002\u8BF7\u9A8C\u8BC1\u5176\u6765\u6E90\u5E76\u786E\u4FDD\u5728\u7EE7\u7EED\u4E4B\u524D\u4E86\u89E3\u6240\u6709\u76F8\u5173\u98CE\u9669\u3002","Import Anyway":"\u4ECD\u7136\u5BFC\u5165","Learn More":"\u4E86\u89E3\u66F4\u591A","Status":"\u72B6\u6001","Reset":"Reset","Cancel":"\u53D6\u6D88","Refresh":"\u5237\u65B0","Notifications":"\u901A\u77E5","Settings":"\u8BBE\u7F6E","History":"\u5386\u53F2\u8BB0\u5F55","Connect Wallet":"\u8FDE\u63A5\u94B1\u5305","Today":"\u4ECA\u65E5\uFF1A","Failed Network, Please retry.":"\u7F51\u7EDC\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u3002","Retry":"\u91CD\u8BD5","Add another custom token":"\u6DFB\u52A0\u53E6\u4E00\u4E2A\u81EA\u5B9A\u4E49\u4EE4\u724C","Swaps steps":"\u4E92\u6362\u6B65\u9AA4","Connected":"\u5DF2\u8FDE\u63A5","Connection failed":"\u8FDE\u63A5\u5931\u8D25","See why":"\u4E86\u89E3\u539F\u56E0","(Currently not supported)":"\uFF08\u76EE\u524D\u4E0D\u652F\u6301\uFF09","Slippage Error":"\u7FFB\u8F6C\u9519\u8BEF","Slippage Warning":"\u7FFB\u8F6C\u8B66\u544A","Bridge Limit Error":"\u6865\u63A5\u9650\u5236\u9519\u8BEF","Yours: {amount} {symbol}":["\u4F60\u7684\uFF1A ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u5EFA\u8BAE\u7684\u6700\u4F4E\u6ED1\u70B9\uFF1A ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u4F60\u7684\uFF1A ",["userSlippage"]],"See All Routes":"\u67E5\u770B\u6240\u6709\u8DEF\u7531","View more info":"\u67E5\u770B\u66F4\u591A\u4FE1\u606F","Gas & Fee Explanation":"\u6C14\u4F53\u548C\u8D39\u7528\u89E3\u91CA","Details":"\u8BE6\u7EC6\u4FE1\u606F","Total Payable Fee":"\u5E94\u652F\u4ED8\u8D39\u7528\u603B\u989D","Hide non-payable fees":"\u9690\u85CF\u975E\u652F\u4ED8\u8D39\u7528","Show non-payable fees":"\u663E\u793A\u975E\u5E94\u652F\u4ED8\u8D39\u7528","Description":"\u63CF\u8FF0","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u5728\u4EA4\u6613\u8F93\u51FA\u4E2D\u8003\u8651\u5230\u4EE5\u4E0B\u8D39\u7528\u548C\\n \u60A8\u5C06\u4E0D\u9700\u8981\u652F\u4ED8\u989D\u5916\u7684\u6C14\u4F53\u3002","Swap input":"Swap input","Estimated output":"\u4F30\u8BA1\u8F93\u51FA","Via:":"Via\uFF1A","Chains:":"\u94FE\uFF1A","Sort by":"\u6392\u5E8F\u65B9\u5F0F","Smart Routing":"\u667A\u80FD\u8DEF\u7531","Lowest Fee":"\u6700\u4F4E\u8D39\u7528","Fastest Transfer":"\u6700\u5FEB\u7684\u4F20\u8F93","Maximum Return":"\u6700\u5927\u8FD4\u56DE","Maximum Output":"\u6700\u5927\u8F93\u51FA","Swapping":"Swapping","Gas cost":"\u7164\u6C14\u6210\u672C","Receiving":"\u63A5\u6536\u4E2D","Price impact":"\u4EF7\u683C\u5F71\u54CD","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u60A8\u9700\u8981\u5C06\u6B64\u8DEF\u7EBF\u7684\u6ED1\u79FB\u91CF\u81F3\u5C11\u589E\u52A0\u5230 ",["minRequiredSlippage"]," \u3002"],"Increase":"\u589E\u52A0","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u8F93\u51FA\u91CF\u6539\u53D8\u4E86 ",["percentageChange"],"% ($",["usdValueChange"],")\u3002"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u6211\u4EEC\u5EFA\u8BAE\u60A8\u5C06\u6B64\u8DEF\u7EBF\u7684\u6ED1\u79FB\u91CF\u81F3\u5C11\u589E\u52A0\u5230 ",["minRequiredSlippage"]," \u3002"],"Caution, your slippage is high.":"\u6CE8\u610F\u529B\uFF0C\u60A8\u7684\u5E7B\u706F\u7247\u5F88\u9AD8\u3002","Change":"\u66F4\u6539","High slippage":"\u9AD8\u6ED1\u5757","Low slippage":"\u4F4E\u6ED1\u5757","Caution, your slippage is high. Your trade may be front run.":"\u5C0F\u5FC3\uFF0C\u60A8\u7684\u6ED1\u70B9\u5F88\u9AD8\u3002\u60A8\u7684\u4EA4\u6613\u53EF\u80FD\u88AB\u62A2\u5148\u6267\u884C\u3002","Swap anyway":"\u4ECD\u7136\u5207\u6362","Change Slippage":"\u627E\u96F6\u6ED1\u70B9","Something went wrong":"\u51FA\u4E86\u9519\u3002","Something went wrong. Please refresh the app.":"\u51FA\u9519\u4E86\u3002\u8BF7\u5237\u65B0\u5E94\u7528\u7A0B\u5E8F\u3002","No Routes Found":"\u672A\u627E\u5230\u8DEF\u7EBF","You cannot use the same token for From and To.":"\u60A8\u4E0D\u80FD\u5BF9\u201C\u53D1\u4EF6\u4EBA\u201D\u548C\u201C\u6536\u4EF6\u4EBA\u201D\u4F7F\u7528\u76F8\u540C\u7684\u4EE4\u724C\u3002","Slippage tolerance per swap":"\u6BCF\u6B21\u4EA4\u6362\u65F6\u7FFB\u9875\u8303\u56F4","Custom":"\u81EA\u5B9A\u4E49","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u5982\u679C\u4EF7\u683C\u53D8\u5316\u5927\u4E8E\u6B64\u767E\u5206\u6BD4\uFF0C\u60A8\u7684\u4EA4\u6613\u5C06\u4F1A\u6062\u590D\u3002","Warning":"\u8B66\u544A","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u6B64\u8BBE\u7F6E\u9002\u7528\u4E8E\u6BCF\u4E00\u6B65(\u4F8B\u59821Inch\u3001Thorchain\u7B49)\uFF0C\u53EA\u8868\u793A\u7279\u5B9A\u6B65\u9AA4\u5C06\u88AB\u8FD8\u539F\uFF0C\u800C\u4E0D\u662F\u6574\u4E2A\u8DEF\u5F84\u3002","Slippage cannot be set lower than 0.01%.":"\u6ED1\u70B9\u4E0D\u80FD\u8BBE\u7F6E\u4E3A\u4F4E\u4E8E 0.01%\u3002","Caution, your slippage is high!":"\u6CE8\u610F\uFF0C\u60A8\u7684\u6ED1\u70B9\u5F88\u9AD8\uFF01","Request ID":"\u8BF7\u6C42ID","Copied To Clipboard":"\u590D\u5236\u5230\u526A\u8D34\u677F","Copy Request ID":"\u590D\u5236\u8BF7\u6C42ID","View on Rango Explorer":"\u5728Rango\u6D4F\u89C8\u5668\u4E0A\u67E5\u770B","Finished at":"\u5B8C\u6210\u4E8E","Created at":"\u521B\u5EFA\u4E8E","Swap Details":"\u4EA4\u6362\u8BE6\u60C5","Not found":"\u627E\u4E0D\u5230","Swap with request ID = {requestId} not found.":["\u672A\u627E\u5230\u8BF7\u6C42 ID = ",["requestId"]," \u7684\u4EA4\u6362\u3002"],"Change Network":"\u66F4\u6539\u7F51\u7EDC","Network Changed":"\u7F51\u7EDC\u5DF2\u66F4\u6539","Network Switch Failed":"\u7F51\u7EDC\u5207\u6362\u5931\u8D25","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u60A8\u5DF2\u5728 ",["chain"]," \u94FE\u4E0A\u7684 ",["conciseAddress"]," \u94B1\u5305\u4E2D\u6536\u5230 ",["amount"]," ",["token"]," \u3002"],"Transaction was not sent.":"\u4EA4\u6613\u672A\u53D1\u9001\u3002","{amount} {symbol} on {blockchain} remains in your wallet.":[["amount"]," ",["symbol"]," \u548C ",["blockchain"]," \u4ECD\u7559\u5728\u60A8\u7684\u94B1\u5305\u4E2D\u3002"],"Delete":"\u5220\u9664","Try again":"\u518D\u8BD5\u4E00\u6B21","View transaction":"\u67E5\u770B\u4EA4\u6613","Connect":"\u8FDE\u63A5","Swap Successful":"\u4EA4\u6362\u6210\u529F","Transaction Failed":"\u4EA4\u6613\u5931\u8D25","Done":"\u5B8C\u6210","Diagnosis":"\u8BCA\u65AD\u4FE1\u606F","See Details":"\u67E5\u770B\u8BE6\u7EC6\u4FE1\u606F","Cancel Swap":"\u53D6\u6D88\u5207\u6362","Are you sure you want to cancel this swap?":"\u60A8\u786E\u5B9A\u8981\u53D6\u6D88\u6B64\u4EA4\u6362\u5417\uFF1F","Yes, Cancel it":"\u662F\uFF0C\u53D6\u6D88\u5B83","No, Continue":"\u5426\uFF0C\u7EE7\u7EED","Connect {wallet}":["\u8FDE\u63A5 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u60A8\u7684\u94B1\u5305\u6216\u90E8\u5206\u7F51\u7EDC\u8FDE\u63A5\u5DF2\u65AD\u5F00\u3002\u8BF7\u91CD\u65B0\u8FDE\u63A5\u4EE5\u7EE7\u7EED\u5151\u6362","Wallet connected successfully.":"\u94B1\u5305\u8FDE\u63A5\u6210\u529F\u3002","Delete Transaction":"\u5220\u9664\u4EA4\u6613","Are you sure you want to delete this swap?":"\u60A8\u786E\u5B9A\u8981\u5220\u9664\u8FD9\u4E2A\u4EA4\u6362\u5417\uFF1F","Yes, Delete it":"\u662F\uFF0C\u5220\u9664\u5B83","No, Cancel":"\u5426\uFF0C\u53D6\u6D88","Install {wallet}":["\u5B89\u88C5 ",["wallet"]],"Install":"\u5B89\u88C5","Try Again":"\u518D\u8BD5\u4E00\u6B21","Slippage:":"\u6ED1\u79FB\uFF1A","Select Token":"\u9009\u62E9\u4EE4\u724C","Wallet Connected":"\u94B1\u5305\u5DF2\u8FDE\u63A5","Your wallet is connected, you can use it to swap.":"\u60A8\u7684\u94B1\u5305\u5DF2\u8FDE\u63A5\uFF0C\u60A8\u53EF\u4EE5\u4F7F\u7528\u5B83\u4EA4\u6362\u3002","Failed to Connect":"\u8FDE\u63A5\u5931\u8D25","Your wallet is not connected. Please try again.":"\u60A8\u7684\u94B1\u5305\u672A\u8FDE\u63A5\u3002\u8BF7\u91CD\u8BD5\u3002","Connecting to your wallet":"\u6B63\u5728\u8FDE\u63A5\u4F60\u7684\u94B1\u5305","Click connect in your wallet popup.":"\u70B9\u51FB\u5728\u4F60\u7684\u94B1\u5305\u5F39\u51FA\u7A97\u53E3\u4E2D\u8FDE\u63A5\u3002","Select Derivation Path":"\u9009\u62E9\u6D3E\u751F\u8DEF\u5F84","In order to connect to {type}, you must first select a Derivation Path":["\u4E3A\u4E86\u8FDE\u63A5\u5230 ",["type"],"\uFF0C\u4F60\u5FC5\u987B\u9996\u5148\u9009\u62E9\u4E00\u4E2A\u6D3E\u751F\u8DEF\u5F84"],"Choose Derivation Path Template":"\u9009\u62E9\u6D3E\u751F\u8DEF\u5F84\u6A21\u677F","Enter Path":"\u8F93\u5165\u8DEF\u5F84","Enter Index":"\u8F93\u5165\u7D22\u5F15","This wallet can only connect to one chain at a time.":"\u6B64\u94B1\u5305\u4E00\u6B21\u53EA\u80FD\u8FDE\u63A5\u4E00\u6761\u94FE\u3002","Disconnect wallet":"\u65AD\u5F00\u94B1\u5305","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u6B64\u94B1\u5305\u652F\u6301\u591A\u6761\u94FE\u3002\u8BF7\u9009\u62E9\u60A8\u60F3\u8981\u8FDE\u63A5\u6216\u65AD\u5F00\u7684\u94FE\u3002","Add {blockchainDisplayName} Chain":["\u6DFB\u52A0 ",["blockchainDisplayName"]," \u94FE"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u60A8\u60F3\u5C06 ",["blockchainDisplayName"]," \u5B9E\u9A8C\u94FE\u6DFB\u52A0\u5230\u60A8\u7684\u94B1\u5305\u5417\uFF1F"],"Please approve the experimental chain pop-up in your wallet.":"\u8BF7\u6279\u51C6\u60A8\u94B1\u5305\u4E2D\u7684\u5B9E\u9A8C\u6027\u94FE\u5F39\u51FA\u7A97\u53E3\u3002","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u5DF2\u6DFB\u52A0\u94FE"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \u94FE\u5DF2\u6210\u529F\u6DFB\u52A0\u5230\u60A8\u7684\u94B1\u5305\u3002"],"Request Rejected":"\u8BF7\u6C42\u88AB\u62D2\u7EDD","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u60A8\u62D2\u7EDD\u5C06 ",["blockchainDisplayName"]," \u94FE\u6DFB\u52A0\u5230\u60A8\u7684\u94B1\u5305\u3002"],"Disconnect":"\u65AD\u5F00\u8FDE\u63A5","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u6B64\u94B1\u5305\u652F\u6301\u591A\u6761\u94FE\u3002\u8BF7\u9009\u62E9\u60A8\u60F3\u8981\u8FDE\u63A5\u7684\u94FE\u3002","This wallet can only connect to one chain at a time. ":"\u6B64\u94B1\u5305\u4E00\u6B21\u53EA\u80FD\u8FDE\u63A5\u4E00\u6761\u94FE\u3002 ","Deselect all":"\u53D6\u6D88\u5168\u9009","Select all":"\u9009\u62E9\u6240\u6709","Failed Network, Please retry your swap.":"\u7F51\u7EDC\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\u60A8\u7684\u4EA4\u6362\u3002","Please reset your liquidity sources.":"\u8BF7\u91CD\u7F6E\u60A8\u7684\u6D41\u52A8\u8D44\u91D1\u6765\u6E90\u3002","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u60A8\u9650\u5236\u4E86\u6D41\u52A8\u8D44\u91D1\u6765\u6E90\uFF0C\u8FD9\u53EF\u80FD\u5BFC\u81F4Rango\u627E\u4E0D\u5230\u8DEF\u5F84\u3002\u8BF7\u8003\u8651\u91CD\u7F6E\u60A8\u7684\u6D41\u52A8\u8D44\u91D1\u6765\u6E90\u3002","No Routes Found.":"\u672A\u627E\u5230\u8DEF\u7531\u3002","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"\u4E3A\u4EC0\u4E48Rango\u627E\u4E0D\u5230\u8DEF\u7531\uFF1A\u4EE3\u5E01\u6D41\u52A8\u6027\u4F4E\uFF0C\u8F93\u5165\u91CF\u5F88\u4F4E\uFF0C\u6216\u8005\u6CA1\u6709\u9009\u62E9\u7684\u8F93\u5165/\u8F93\u51FA\u4EE3\u5E01\u7EC4\u5408\u53EF\u7528\u7684\u8DEF\u7531\u3002","Bridge Limit Error: Please increase your amount.":"\u6865\u63A5\u9650\u5236\u9519\u8BEF\uFF1A\u8BF7\u589E\u52A0\u60A8\u7684\u91D1\u989D\u3002","Bridge Limit Error: Please decrease your amount.":"\u6865\u63A5\u9650\u5236\u9519\u8BEF\uFF1A\u8BF7\u51CF\u5C11\u60A8\u7684\u91D1\u989D\u3002","High Price Impact":"\u9AD8\u4EF7\u683C\u5F71\u54CD","Price impact is too high!":"\u4EF7\u683C\u5F71\u54CD\u8FC7\u9AD8\uFF01","The price impact is significantly higher than the allowed amount.":"\u4EF7\u683C\u5F71\u54CD\u5927\u5927\u9AD8\u4E8E\u5141\u8BB8\u7684\u6570\u989D\u3002","Confirm high price impact":"\u786E\u8BA4\u9AD8\u4EF7\u683C\u5F71\u54CD","Route updated and price impact is too high, try again later!":"\u8DEF\u7531\u66F4\u65B0\u4E14\u4EF7\u683C\u5F71\u54CD\u592A\u5927\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5","USD Price Unknown":"\u7F8E\u5143\u4EF7\u683C\u672A\u77E5","USD Price Unknown, Cannot calculate Price Impact.":"\u7F8E\u5143\u4EF7\u683C\u672A\u77E5\uFF0C\u4E0D\u80FD\u8BA1\u7B97\u4EF7\u683C\u5F71\u54CD\u3002","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u7F8E\u5143\u4EF7\u683C\u672A\u77E5\uFF0C\u4E0D\u80FD\u8BA1\u7B97\u4EF7\u683C\u5F71\u54CD\u3002\u4EF7\u683C\u5F71\u54CD\u53EF\u80FD\u9AD8\u4E8E\u901A\u5E38\u3002\u60A8\u786E\u5B9A\u8981\u7EE7\u7EED\u6389\u671F\u5417\uFF1F","Confirm USD Price Unknown":"\u786E\u8BA4\u7F8E\u5143\u4EF7\u683C\u672A\u77E5","Swap":"\u5207\u6362","The route goes through Ethereum. Continue?":"\u822A\u7EBF\u7A7F\u8FC7\u592A\u592A\u7A7A\u4E86\u3002\u7EE7\u7EED\u5417\uFF1F","Routes":"\u8DEF\u7531","From":"\u6765\u81EA","To":"\u6536\u4EF6\u4EBA","Light":"\u4EAE\u8272\u7684","Dark":"\u6DF1\u8272","Auto":"\u81EA\u52A8\u64CD\u4F5C","Loading failed":"\u52A0\u8F7D\u5931\u8D25","Bridges":"\u6865\u63A5","Exchanges":"\u4EA4\u6613","Custom Tokens":"\u81EA\u5B9A\u4E49\u4EE4\u724C","Language":"\u8BED\u8A00","Infinite approval":"\u65E0\u9650\u6279\u51C6","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u542F\u7528\u201C\u65E0\u9650\u6279\u51C6\u201D\u6A21\u5F0F\u5141\u8BB8\u65E0\u9650\u5236\u8BBF\u95EE\u57FA\u672C\u667A\u80FD\u5408\u540C\uFF0C\u5141\u8BB8\u4ED6\u4EEC\u4E0D\u53D7\u9650\u5236\u5730\u4F7F\u7528\u5DF2\u6279\u51C6\u7684\u4EE3\u5E01\u91D1\u989D\u3002","Theme":"\u4E3B\u9898","Duplicate Token":"Duplicate Token","The address you entered is duplicate, please enter a new address.":"\u60A8\u8F93\u5165\u7684\u5730\u5740\u662F\u91CD\u590D\u7684\uFF0C\u8BF7\u8F93\u5165\u4E00\u4E2A\u65B0\u5730\u5740\u3002","Token Already Exists":"\u4EE4\u724C\u5DF2\u5B58\u5728","There's no need to add this token again because it already exists and is supported by us.":"\u65E0\u9700\u518D\u6B21\u6DFB\u52A0\u6B64\u4EE4\u724C\uFF0C\u56E0\u4E3A\u5B83\u5DF2\u7ECF\u5B58\u5728\u5E76\u5F97\u5230\u6211\u4EEC\u7684\u652F\u6301\u3002","Token Not Found":"\u672A\u627E\u5230\u4EE4\u724C","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u62B1\u6B49\uFF0C\u5728 ",["blockchain"]," \u94FE\u4E0A\u672A\u627E\u5230\u5177\u6709\u6240\u63D0\u4F9B\u5730\u5740\u7684\u4EE3\u5E01\u3002\u8BF7\u786E\u4FDD\u60A8\u8F93\u5165\u4E86\u6B63\u786E\u7684\u4EE3\u5E01\u5730\u5740\u3002"],"Network error":"\u7F51\u7EDC\u9519\u8BEF","An error occurred while retrieving token data.":"\u68C0\u7D22\u4EE4\u724C\u6570\u636E\u65F6\u53D1\u751F\u9519\u8BEF\u3002","Add Custom Token":"\u6DFB\u52A0\u81EA\u5B9A\u4E49\u4EE4\u724C","Select chain":"\u9009\u62E9\u94FE\u63A5","Enter Address":"\u8F93\u5165\u5730\u5740","Enter token address":"\u8F93\u5165\u4EE4\u724C\u5730\u5740","Import":"\u5BFC\u5165","Confirm Swap":"\u786E\u8BA4\u5207\u6362","Start Swap":"\u542F\u52A8\u4EA4\u6362\u673A","You get":"\u4F60\u5F97\u5230\u4E86","Search Token":"\u641C\u7D22\u4EE4\u724C","No custom tokens":"\u6CA1\u6709\u81EA\u5B9A\u4E49\u4EE4\u724C","press the button to add your custom token":"\u70B9\u51FB\u6309\u94AE\u6DFB\u52A0\u60A8\u7684\u81EA\u5B9A\u4E49\u4EE4\u724C","Delete Custom Token":"\u5220\u9664\u81EA\u5B9A\u4E49\u4EE4\u724C","Are you sure you want to Delete this Token?":"\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6B64\u4EE4\u724C\u5417\uFF1F","Complete":"Complete","Running":"\u6B63\u5728\u8FD0\u884C","Failed":"\u5931\u8D25","Refuel":"\u52A0\u6CB9","Clear":"\u6E05\u7A7A","Search Transaction":"\u641C\u7D22\u4EA4\u6613","No transactions":"\u65E0\u4EA4\u6613","Your transaction history is stored locally and will appear here after you start a swap":"\u60A8\u7684\u4EA4\u6613\u5386\u53F2\u5DF2\u5B58\u50A8\u5728\u672C\u5730\uFF0C\u5E76\u5C06\u5728\u60A8\u5F00\u59CB\u4EA4\u6362\u540E\u663E\u793A\u5728\u8FD9\u91CC","Clear Transaction History":"\u6E05\u9664\u4EA4\u6613\u8BB0\u5F55","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u7EE7\u7EED\u64CD\u4F5C\u5C06\u4ECE\u5C0F\u90E8\u4EF6\u5220\u9664\u6240\u6709\u6210\u529F\u548C\u5931\u8D25\u7684\u4EA4\u6613\u3002\u60A8\u60F3\u8981\u7EE7\u7EED\u5417\uFF1F","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u6CE8\u610F\uFF1A\u8FD9\u4E0D\u4F1A\u64E6\u9664\u60A8\u5728\u94FE\u4E0A\u7684\u4EA4\u6613\u5386\u53F2\u8BB0\u5F55\uFF1B\u5B83\u53EA\u4F1A\u5C06\u5B83\u4EEC\u79FB\u5230\u6B64\u5904\u3002","Yes, Clear the history":"\u662F\u7684\uFF0C\u6E05\u9664\u5386\u53F2\u8BB0\u5F55","language":"\u8BED\u8A00","Search {sourceType}":["\u641C\u7D22 ",["sourceType"]],"Search Chain":"\u641C\u7D22\u94FE\u63A5","Source":"\u6765\u6E90","Destination":"\u76EE\u6807","Swap {type}":["\u4EA4\u6362 ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u76EE\u524D\uFF0C\u60A8\u6B63\u5904\u4E8E\u6D3B\u52A8\u6A21\u5F0F\uFF0C\u5E76\u4E14\u9650\u5236\u4E86\u6D41\u52A8\u8D44\u91D1\u6765\u6E90\u3002 \u60A8\u60F3\u8981\u5207\u6362\u6B64\u6A21\u5F0F\u5E76\u4F7F\u7528\u6240\u6709\u53EF\u7528\u7684\u6D41\u52A8\u8D44\u91D1\u6765\u6E90\u5417\uFF1F","The request ID is necessary to display the swap details.":"\u8BF7\u6C42ID\u662F\u663E\u793A\u4EA4\u6362\u8BE6\u7EC6\u4FE1\u606F\u6240\u5FC5\u9700\u7684\u3002","Connect Wallets":"\u8FDE\u63A5\u94B1\u5305","Choose a wallet to connect.":"\u9009\u62E9\u8981\u8FDE\u63A5\u7684\u94B1\u5305\u3002","This week":"\u672C\u5468","This month":"\u672C\u6708","This year":"\u4ECA\u5E74\uFF1A","Slippage must be greater than or equal to 0.01":"\u6ED1\u70B9\u5FC5\u987B\u5927\u4E8E\u6216\u7B49\u4E8E 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u7531\u4E8E\u6ED1\u70B9\u5BB9\u5FCD\u5EA6\u8F83\u9AD8\uFF0C\u60A8\u7684\u4EA4\u6613\u9762\u4E34\u88AB\u62A2\u5148\u4EA4\u6613\u7684\u98CE\u9669\u3002","Required: >= {min} {symbol}":["\u5FC5\u9700\uFF1A>= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u5FC5\u9700\uFF1A> ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u5FC5\u9700\uFF1A<= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u5FC5\u586B\uFF1A< ",["max"]," ",["symbol"]]," for network fee":" \u7F51\u7EDC\u8D39\u7528"," for swap":" \u6362\u884C"," for input and network fee":" \u8F93\u5165\u548C\u7F51\u7EDC\u8D39\u7528","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u9700\u8981 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\uFF0C\u4F46\u662F\u4F60\u7684 ",["blockchain"]," \u94B1\u5305\u91CC\u6709 ",["currentAmount"]," ",["symbol"],"\u3002"],"Waiting for other running tasks to be finished":"\u7B49\u5F85\u5176\u4ED6\u6B63\u5728\u8FD0\u884C\u7684\u4EFB\u52A1\u5B8C\u6210","Waiting for changing wallet network":"\u6B63\u5728\u7B49\u5F85\u66F4\u6539\u94B1\u5305\u7F51\u7EDC","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u65E0\u6CD5\u5B8C\u6210\u7F51\u7EDC\u5207\u6362\u3002\u8BF7\u91CD\u8BD5\uFF0C\u6216\u5728\u94B1\u5305\u4E2D\u624B\u52A8\u5207\u6362\u7F51\u7EDC\u3002","Sunday":"\u5468\u65E5","Monday":"\u5468\u4E00","Tuesday":"\u661F\u671F\u4E8C","Wednesday":"\u661F\u671F\u4E09","Thursday":"\u661F\u671F\u56DB","Friday":"\u661F\u671F\u4E94","Saturday":"\u5468\u516D","Powered By":"\u652F\u6301\u8005","This token may involve potential security risks; proceed with caution.":"\u6B64\u4EE4\u724C\u53EF\u80FD\u6D89\u53CA\u6F5C\u5728\u7684\u5B89\u5168\u98CE\u9669\uFF1B\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002","Aggregated Transaction":"\u5408\u8BA1\u4EA4\u6613","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u901A\u8FC7 ",["swapper"],"\u5728 ",["fromChain"]," \u4E0A\u4EA4\u6362"],"Bridge from {fromChain} via {swapper}":["\u4ECE ",["fromChain"]," \u7ECF\u7531 ",["swapper"],"\u67B6\u8BBE\u6865\u6881"],"Bridge to {toChain} via {swapper}":["\u901A\u8FC7 ",["swapper"],"\u6865\u63A5\u5230 ",["toChain"]],"Completed":"\u5DF2\u5B8C\u6210","In progress":"\u8FDB\u884C\u4E2D","Waiting for the swap transaction":"\u7B49\u5F85\u6389\u671F\u4EA4\u6613","Waiting for the bridge transaction":"\u7B49\u5F85\u6865\u63A5\u4EA4\u6613","Connected Partially":"\u90E8\u5206\u8FDE\u63A5","Connect other chains":"\u8FDE\u63A5\u5176\u4ED6\u94FE","Connecting ...":"\u6B63\u5728\u8FDE\u63A5...","Connecting":"\u6B63\u5728\u8FDE\u63A5","Disconnected":"\u65AD\u5F00\u8FDE\u63A5","you need to pass a correct state to Wallet.":"\u60A8\u9700\u8981\u5C06\u4E00\u4E2A\u6B63\u786E\u7684\u72B6\u6001\u4F20\u9012\u7ED9\u94B1\u5305\u3002","There are no notifications.":"\u6CA1\u6709\u901A\u77E5\u3002","Clear all":"\u5168\u90E8\u6E05\u9664","Balance":"\u4F59\u989D","Max":"\u6700\u5927\u503C","Select gas chain":"\u9009\u62E9\u6C14\u94FE"}`);var $i=JSON.parse(`{"No results found":"\u6C92\u6709\u627E\u5230\u7D50\u679C","Try using different keywords":"\u5617\u8A66\u4F7F\u7528\u4E0D\u540C\u7684\u95DC\u9375\u5B57","Select Chain":"\u9078\u64C7\u93C8\u689D","All":"\u5168\u90E8","More +{count}":["\u66F4\u591A +",["count"]],"Activate this tab":"\u555F\u52D5\u6B64\u9078\u9805\u5361","Another tab is open and handles transactions.":"\u53E6\u4E00\u500B\u9078\u9805\u5361\u5DF2\u958B\u555F\u4E26\u8655\u7406\u4EA4\u6613\u3002","Activate current tab":"\u555F\u52D5\u76EE\u524D\u9078\u9805\u5361","Currently, some transactions are running and being handled by other browser tab. If you activate this tab, all transactions that are already in the transaction sign step will expire.":"\u76EE\u524D\uFF0C\u67D0\u4E9B\u4E8B\u52D9\u6B63\u5728\u904B\u884C\u4E26\u7531\u5176\u4ED6\u700F\u89BD\u5668\u9078\u9805\u5361\u8655\u7406\u3002\u5982\u679C\u60A8\u555F\u52D5\u6B64\u9078\u9805\u5361\uFF0C\u5247\u5DF2\u5728\u4EA4\u6613\u7C3D\u7F72\u6B65\u9A5F\u4E2D\u7684\u6240\u6709\u4EA4\u6613\u90FD\u5C07\u904E\u671F\u3002","Confirm":"\u78BA\u8A8D","Your {blockchainName} wallets":["\u4F60\u7684 ",["blockchainName"]," \u9322\u5305"],"Insufficient account balance":"\u5E33\u6236\u9918\u984D\u4E0D\u8DB3","Proceed anyway":"\u7121\u8AD6\u5982\u4F55\u90FD\u8981\u7E7C\u7E8C","You need to connect a {blockchainName} wallet.":["\u60A8\u9700\u8981\u9023\u63A5\u4E00\u500B ",["blockchainName"]," \u9322\u5305\u3002"],"Add {chain} chain":["\u52A0\u5165 ",["chain"]," \u93C8"],"Chain not connected":"\u93C8\u689D\u672A\u9023\u63A5","Show more wallets":"\u986F\u793A\u66F4\u591A\u9322\u5305","Send to a different address":"\u767C\u9001\u5230\u4E0D\u540C\u7684\u5730\u5740","Enter {blockchainName} address":["\u8F38\u5165 ",["blockchainName"]," \u5730\u5740"],"Address {destination} doesn't match the blockchain address pattern.":["\u4F4D\u5740 ",["destination"]," \u8207\u5340\u584A\u93C8\u4F4D\u5740\u6A21\u5F0F\u4E0D\u7B26\u3002"],"via":"\u900F\u904E","This token is not part of our verified token list. please verify its source and make sure to understand all associated risks before proceeding.":"\u6B64\u4EE4\u724C\u4E0D\u5C6C\u65BC\u6211\u5011\u9A57\u8B49\u7684\u4EE4\u724C\u6E05\u55AE\u7684\u4E00\u90E8\u5206\u3002\u8ACB\u6838\u5BE6\u5176\u4F86\u6E90\u4E26\u78BA\u4FDD\u5728\u7E7C\u7E8C\u4E4B\u524D\u4E86\u89E3\u6240\u6709\u76F8\u95DC\u98A8\u96AA\u3002","Import Anyway":"\u4ECD\u7136\u5C0E\u5165","Learn More":"\u4E86\u89E3\u66F4\u591A","Status":"\u5730\u4F4D","Reset":"\u91CD\u7F6E","Cancel":"\u53D6\u6D88","Refresh":"\u91CD\u65B0\u6574\u7406","Notifications":"\u901A\u77E5","Settings":"\u8A2D\u5B9A","History":"\u6B77\u53F2","Connect Wallet":"\u9023\u63A5\u9322\u5305","Today":"\u4ECA\u5929","Failed Network, Please retry.":"\u7DB2\u8DEF\u6545\u969C\uFF0C\u8ACB\u91CD\u8A66\u3002","Retry":"\u91CD\u8A66","Add another custom token":"\u65B0\u589E\u53E6\u4E00\u500B\u81EA\u8A02\u4EE4\u724C","Swaps steps":"\u4EA4\u63DB\u6B65\u9A5F","Connected":"\u5DF2\u9023\u63A5","Connection failed":"\u9023\u7DDA\u5931\u6557","See why":"\u4E86\u89E3\u539F\u56E0","(Currently not supported)":"\uFF08\u76EE\u524D\u4E0D\u652F\u63F4\uFF09","Slippage Error":"\u6ED1\u9EDE\u932F\u8AA4","Slippage Warning":"\u6ED1\u9EDE\u8B66\u544A","Bridge Limit Error":"\u6A4B\u9650\u4F4D\u8AA4\u5DEE","Yours: {amount} {symbol}":["\u4F60\u7684\uFF1A ",["amount"]," ",["symbol"]],"Minimum suggested slippage: {minRequiredSlippage}":["\u5EFA\u8B70\u7684\u6700\u4F4E\u6ED1\u9EDE\uFF1A ",["minRequiredSlippage"]],"Yours: {userSlippage}":["\u4F60\u7684\uFF1A ",["userSlippage"]],"See All Routes":"\u67E5\u770B\u6240\u6709\u8DEF\u7DDA","View more info":"\u67E5\u770B\u66F4\u591A\u4FE1\u606F","Gas & Fee Explanation":"Gas & \u8CBB\u7528\u8AAA\u660E","Details":"\u7D30\u7BC0","Total Payable Fee":"\u61C9\u4ED8\u8CBB\u7528\u7E3D\u984D","Hide non-payable fees":"\u96B1\u85CF\u4E0D\u53EF\u652F\u4ED8\u7684\u8CBB\u7528","Show non-payable fees":"\u986F\u793A\u975E\u61C9\u4ED8\u8CBB\u7528","Description":"\u63CF\u8FF0","The following fees are considered in the transaction output and\\n you won\u2019t need to pay extra gas for them.":"\u5728\u4EA4\u6613\u8F38\u51FA\u4E2D\u8003\u616E\u4EE5\u4E0B\u8CBB\u7528\uFF0C\u4E26\u4E14\\n \u60A8\u7121\u9700\u70BA\u5B83\u5011\u652F\u4ED8\u984D\u5916\u7684\u8CBB\u7528\u3002","Swap input":"\u4EA4\u63DB\u8F38\u5165","Estimated output":"\u9810\u8A08\u7522\u91CF","Via:":"\u901A\u904E\uFF1A","Chains:":"\u93C8\u689D\uFF1A","Sort by":"\u6392\u5E8F\u65B9\u5F0F","Smart Routing":"\u667A\u6167\u8DEF\u7531","Lowest Fee":"\u6700\u4F4E\u8CBB\u7528","Fastest Transfer":"\u6700\u5FEB\u7684\u50B3\u8F38","Maximum Return":"\u6700\u5927\u56DE\u5831","Maximum Output":"\u6700\u5927\u8F38\u51FA","Swapping":"\u4EA4\u63DB","Gas cost":"\u5929\u7136\u6C23\u6210\u672C","Receiving":"\u63A5\u6536","Price impact":"\u50F9\u683C\u5F71\u97FF","You need to increase slippage to at least {minRequiredSlippage} for this route.":["\u60A8\u9700\u8981\u5C07\u8A72\u8DEF\u7DDA\u7684\u6ED1\u9EDE\u589E\u52A0\u5230\u81F3\u5C11 ",["minRequiredSlippage"]," \u3002"],"Increase":"\u589E\u52A0","Output amount changed by {percentageChange}% (\${usdValueChange}).":["\u8F38\u51FA\u91CF\u6539\u8B8A\u4E86 ",["percentageChange"],"% ($",["usdValueChange"],")\u3002"],"We recommend you to increase slippage to at least {minRequiredSlippage} for this route.":["\u6211\u5011\u5EFA\u8B70\u60A8\u5C07\u6B64\u8DEF\u7DDA\u7684\u6ED1\u9EDE\u589E\u52A0\u5230\u81F3\u5C11 ",["minRequiredSlippage"]," \u3002"],"Caution, your slippage is high.":"\u5C0F\u5FC3\uFF0C\u4F60\u7684\u6ED1\u9EDE\u5F88\u9AD8\u3002","Change":"\u6539\u8B8A","High slippage":"\u9AD8\u6ED1\u9EDE","Low slippage":"\u4F4E\u6ED1\u9EDE","Caution, your slippage is high. Your trade may be front run.":"\u5C0F\u5FC3\uFF0C\u60A8\u7684\u6ED1\u9EDE\u5F88\u9AD8\u3002\u60A8\u7684\u4EA4\u6613\u53EF\u80FD\u662F\u6436\u5148\u4EA4\u6613\u3002","Swap anyway":"\u7121\u8AD6\u5982\u4F55\u4EA4\u63DB","Change Slippage":"\u627E\u96F6\u6ED1\u9EDE","Something went wrong":"\u51FA\u4E86\u9EDE\u554F\u984C","Something went wrong. Please refresh the app.":"\u51FA\u4E86\u9EDE\u554F\u984C\u3002\u8ACB\u5237\u65B0\u61C9\u7528\u7A0B\u5F0F\u3002","No Routes Found":"\u672A\u627E\u5230\u8DEF\u7DDA","You cannot use the same token for From and To.":"\u60A8\u4E0D\u80FD\u5C0D\u300C\u5BC4\u4EF6\u8005\u300D\u548C\u300C\u6536\u4EF6\u8005\u300D\u4F7F\u7528\u76F8\u540C\u7684\u4EE4\u724C\u3002","Slippage tolerance per swap":"\u6BCF\u6B21\u4E92\u63DB\u7684\u6ED1\u9EDE\u5BB9\u5DEE","Custom":"\u98A8\u4FD7","Your transaction will be reverted if the price changes unfavorably by more than this percentage.":"\u5982\u679C\u50F9\u683C\u4E0D\u5229\u8B8A\u5316\u8D85\u904E\u6B64\u767E\u5206\u6BD4\uFF0C\u60A8\u7684\u4EA4\u6613\u5C07\u88AB\u6062\u5FA9\u3002","Warning":"\u8B66\u544A","This setting is applied to each step (e.g. 1Inch, Thorchain, etc.), meaning only that specific step will be reverted, not the entire route.":"\u6B64\u8A2D\u5B9A\u61C9\u7528\u65BC\u6BCF\u500B\u6B65\u9A5F\uFF08\u4F8B\u5982 1Inch\u3001Thorchain \u7B49\uFF09\uFF0C\u9019\u610F\u5473\u8457\u50C5\u6062\u5FA9\u8A72\u7279\u5B9A\u6B65\u9A5F\uFF0C\u800C\u4E0D\u662F\u6574\u500B\u8DEF\u7DDA\u3002","Slippage cannot be set lower than 0.01%.":"\u6ED1\u9EDE\u4E0D\u80FD\u8A2D\u5B9A\u4F4E\u65BC 0.01%\u3002","Caution, your slippage is high!":"\u6CE8\u610F\uFF0C\u60A8\u7684\u6ED1\u9EDE\u5F88\u9AD8\uFF01","Request ID":"\u8ACB\u6C42ID","Copied To Clipboard":"\u8907\u88FD\u5230\u526A\u8CBC\u7C3F","Copy Request ID":"\u8907\u88FD\u8ACB\u6C42 ID","View on Rango Explorer":"\u5728 Rango Explorer \u4E0A\u67E5\u770B","Finished at":"\u5B8C\u6210\u65BC","Created at":"\u5275\u5EFA\u65BC","Swap Details":"\u4E92\u63DB\u8A73\u60C5","Not found":"\u672A\u627E\u5230","Swap with request ID = {requestId} not found.":["\u8207\u8ACB\u6C42 ID \u9032\u884C\u4EA4\u63DB = ",["requestId"]," \u672A\u627E\u5230\u3002"],"Change Network":"\u6539\u8B8A\u7DB2\u8DEF","Network Changed":"\u7DB2\u8DEF\u5DF2\u66F4\u6539","Network Switch Failed":"\u7DB2\u8DEF\u5207\u63DB\u5931\u6557","You have received {amount} {token} in {conciseAddress} wallet on {chain} chain.":["\u60A8\u5DF2\u5728 ",["chain"]," \u93C8\u4E0A\u7684 ",["conciseAddress"]," \u9322\u5305\u4E2D\u6536\u5230 ",["amount"]," ",["token"]," \u3002"],"Transaction was not sent.":"\u4EA4\u6613\u672A\u767C\u9001\u3002","{amount} {symbol} on {blockchain} remains in your wallet.":[["blockchain"]," \u4E0A\u7684 ",["amount"]," ",["symbol"]," \u4ECD\u4FDD\u7559\u5728\u60A8\u7684\u9322\u5305\u4E2D\u3002"],"Delete":"\u522A\u9664","Try again":"\u518D\u8A66\u4E00\u6B21","View transaction":"\u67E5\u770B\u4EA4\u6613","Connect":"\u9023\u63A5","Swap Successful":"\u514C\u63DB\u6210\u529F","Transaction Failed":"\u4EA4\u6613\u5931\u6557","Done":"\u5B8C\u7562","Diagnosis":"\u8A3A\u65B7","See Details":"\u770B\u8A73\u60C5","Cancel Swap":"\u53D6\u6D88\u6389\u671F","Are you sure you want to cancel this swap?":"\u60A8\u78BA\u5B9A\u8981\u53D6\u6D88\u6B64\u4EA4\u63DB\u55CE\uFF1F","Yes, Cancel it":"\u662F\u7684\uFF0C\u53D6\u6D88\u5B83","No, Continue":"\u4E0D\uFF0C\u7E7C\u7E8C","Connect {wallet}":["\u9023\u63A5 ",["wallet"]],"The connection of your wallet or some networks has been disconnected. Connect to continue the swap":"\u60A8\u7684\u9322\u5305\u6216\u90E8\u5206\u7DB2\u8DEF\u9023\u7DDA\u5DF2\u4E2D\u65B7\u3002\u8ACB\u91CD\u65B0\u9023\u63A5\u4EE5\u7E7C\u7E8C\u514C\u63DB","Wallet connected successfully.":"\u9322\u5305\u9023\u63A5\u6210\u529F\u3002","Delete Transaction":"\u522A\u9664\u4EA4\u6613","Are you sure you want to delete this swap?":"\u60A8\u78BA\u5B9A\u8981\u522A\u9664\u6B64\u4EA4\u63DB\u55CE\uFF1F","Yes, Delete it":"\u662F\u7684\uFF0C\u522A\u9664\u5B83","No, Cancel":"\u4E0D\uFF0C\u53D6\u6D88","Install {wallet}":["\u5B89\u88DD ",["wallet"]],"Install":"\u5B89\u88DD","Try Again":"\u518D\u8A66\u4E00\u6B21","Slippage:":"\u6ED1\u79FB\uFF1A","Select Token":"\u9078\u64C7\u4EE3\u5E63","Wallet Connected":"\u9322\u5305\u5DF2\u9023\u63A5","Your wallet is connected, you can use it to swap.":"\u60A8\u7684\u9322\u5305\u5DF2\u9023\u63A5\uFF0C\u60A8\u53EF\u4EE5\u7528\u5B83\u4F86\u514C\u63DB\u3002","Failed to Connect":"\u9023\u7DDA\u5931\u6557","Your wallet is not connected. Please try again.":"\u60A8\u7684\u9322\u5305\u672A\u9023\u63A5\u3002\u8ACB\u518D\u8A66\u4E00\u6B21\u3002","Connecting to your wallet":"\u9023\u63A5\u5230\u60A8\u7684\u9322\u5305","Click connect in your wallet popup.":"\u9EDE\u64CA\u9322\u5305\u5F48\u51FA\u8996\u7A97\u4E2D\u7684\u201C\u9023\u63A5\u201D\u3002","Select Derivation Path":"\u9078\u64C7\u63A8\u5C0E\u8DEF\u5F91","In order to connect to {type}, you must first select a Derivation Path":["\u70BA\u4E86\u9023\u63A5\u5230 ",["type"],"\uFF0C\u60A8\u5FC5\u9808\u5148\u9078\u64C7\u6D3E\u751F\u8DEF\u5F91"],"Choose Derivation Path Template":"\u9078\u64C7\u6D3E\u751F\u8DEF\u5F91\u6A21\u677F","Enter Path":"\u8F38\u5165\u8DEF\u5F91","Enter Index":"\u8F38\u5165\u7D22\u5F15","This wallet can only connect to one chain at a time.":"\u6B64\u9322\u5305\u4E00\u6B21\u53EA\u80FD\u9023\u63A5\u4E00\u689D\u93C8\u3002","Disconnect wallet":"\u65B7\u958B\u9322\u5305","This wallet supports multiple chains. Choose which chains you\u2019d like to connect or disconnect.":"\u8A72\u9322\u5305\u652F\u63F4\u591A\u689D\u93C8\u3002\u9078\u64C7\u60A8\u60F3\u8981\u9023\u63A5\u6216\u65B7\u958B\u7684\u93C8\u689D\u3002","Add {blockchainDisplayName} Chain":["\u52A0\u5165 ",["blockchainDisplayName"]," \u93C8"],"Would you like to add the {blockchainDisplayName} experimental chain to your wallet?":["\u60A8\u60F3\u5C07 ",["blockchainDisplayName"]," \u5BE6\u9A57\u93C8\u52A0\u5165\u60A8\u7684\u9322\u5305\u55CE\uFF1F"],"Please approve the experimental chain pop-up in your wallet.":"\u8ACB\u6279\u51C6\u60A8\u9322\u5305\u4E2D\u5F48\u51FA\u7684\u5BE6\u9A57\u93C8\u3002","{blockchainDisplayName} Chain Added":[["blockchainDisplayName"]," \u5DF2\u52A0\u5165\u93C8"],"The {blockchainDisplayName} chain has been successfully added to your wallet.":[["blockchainDisplayName"]," \u93C8\u5DF2\u6210\u529F\u6DFB\u52A0\u5230\u60A8\u7684\u9322\u5305\u4E2D\u3002"],"Request Rejected":"\u8ACB\u6C42\u88AB\u62D2\u7D55","You've rejected adding {blockchainDisplayName} chain to your wallet.":["\u60A8\u5DF2\u62D2\u7D55\u5C07 ",["blockchainDisplayName"]," \u93C8\u6DFB\u52A0\u5230\u60A8\u7684\u9322\u5305\u4E2D\u3002"],"Disconnect":"\u65B7\u958B","This wallet supports multiple chains. Choose which chains you\u2019d like to connect.":"\u8A72\u9322\u5305\u652F\u63F4\u591A\u689D\u93C8\u3002\u9078\u64C7\u60A8\u60F3\u8981\u9023\u63A5\u7684\u93C8\u3002","This wallet can only connect to one chain at a time. ":"\u6B64\u9322\u5305\u4E00\u6B21\u53EA\u80FD\u9023\u63A5\u4E00\u689D\u93C8\u3002 ","Deselect all":"\u53D6\u6D88\u5168\u9078","Select all":"\u9078\u64C7\u5168\u90E8","Failed Network, Please retry your swap.":"\u7DB2\u8DEF\u6545\u969C\uFF0C\u8ACB\u91CD\u8A66\u4EA4\u63DB\u3002","Please reset your liquidity sources.":"\u8ACB\u91CD\u7F6E\u60A8\u7684\u6D41\u52D5\u6027\u4F86\u6E90\u3002","You have limited the liquidity sources and this might result in Rango finding no routes. Please consider resetting your liquidity sources.":"\u60A8\u9650\u5236\u4E86\u6D41\u52D5\u6027\u4F86\u6E90\uFF0C\u9019\u53EF\u80FD\u6703\u5C0E\u81F4 Rango \u627E\u4E0D\u5230\u8DEF\u7DDA\u3002\u8ACB\u8003\u616E\u91CD\u7F6E\u60A8\u7684\u6D41\u52D5\u6027\u4F86\u6E90\u3002","No Routes Found.":"\u672A\u627E\u5230\u8DEF\u7DDA\u3002","Reasons why Rango couldn't find a route: low liquidity on token, very low input amount or no routes available for the selected input/output token combination.":"Rango \u627E\u4E0D\u5230\u8DEF\u7DDA\u7684\u539F\u56E0\uFF1A\u4EE3\u5E63\u6D41\u52D5\u6027\u4F4E\u3001\u8F38\u5165\u91CF\u6975\u4F4E\u6216\u6240\u9078\u8F38\u5165/\u8F38\u51FA\u4EE3\u5E63\u7D44\u5408\u6C92\u6709\u53EF\u7528\u8DEF\u7DDA\u3002","Bridge Limit Error: Please increase your amount.":"\u6A4B\u63A5\u9650\u5236\u932F\u8AA4\uFF1A\u8ACB\u589E\u52A0\u60A8\u7684\u91D1\u984D\u3002","Bridge Limit Error: Please decrease your amount.":"\u6A4B\u9650\u5236\u932F\u8AA4\uFF1A\u8ACB\u6E1B\u5C11\u60A8\u7684\u91D1\u984D\u3002","High Price Impact":"\u9AD8\u50F9\u5F71\u97FF","Price impact is too high!":"\u50F9\u683C\u5F71\u97FF\u592A\u5927\u4E86\uFF01","The price impact is significantly higher than the allowed amount.":"\u50F9\u683C\u5F71\u97FF\u660E\u986F\u9AD8\u65BC\u5141\u8A31\u7684\u91D1\u984D\u3002","Confirm high price impact":"\u78BA\u8A8D\u9AD8\u50F9\u5F71\u97FF","Route updated and price impact is too high, try again later!":"\u8DEF\u7DDA\u5DF2\u66F4\u65B0\uFF0C\u50F9\u683C\u5F71\u97FF\u592A\u5927\uFF0C\u8ACB\u7A0D\u5F8C\u518D\u8A66\uFF01","USD Price Unknown":"\u7F8E\u5143\u50F9\u683C\u672A\u77E5","USD Price Unknown, Cannot calculate Price Impact.":"\u7F8E\u5143\u50F9\u683C\u672A\u77E5\uFF0C\u7121\u6CD5\u8A08\u7B97\u50F9\u683C\u5F71\u97FF\u3002","USD Price Unknown, Cannot calculate Price Impact. The price impact may be higher than usual. Are you sure to continue the Swap?":"\u7F8E\u5143\u50F9\u683C\u672A\u77E5\uFF0C\u7121\u6CD5\u8A08\u7B97\u50F9\u683C\u5F71\u97FF\u3002\u50F9\u683C\u5F71\u97FF\u53EF\u80FD\u6BD4\u5E73\u5E38\u66F4\u5927\u3002\u60A8\u78BA\u5B9A\u8981\u7E7C\u7E8C\u4EA4\u63DB\u55CE\uFF1F","Confirm USD Price Unknown":"\u78BA\u8A8D\u7F8E\u5143\u50F9\u683C\u672A\u77E5","Swap":"\u4EA4\u63DB","The route goes through Ethereum. Continue?":"\u8DEF\u7DDA\u7D93\u904E\u4EE5\u592A\u574A\u3002\u7E7C\u7E8C\uFF1F","Routes":"\u8DEF\u7DDA","From":"\u5F9E","To":"\u5230","Light":"\u5149","Dark":"\u9ED1\u6697\u7684","Auto":"\u6C7D\u8ECA","Loading failed":"\u8F09\u5165\u5931\u6557","Bridges":"\u6A4B\u6A11","Exchanges":"\u4EA4\u6D41","Custom Tokens":"\u81EA\u8A02\u4EE4\u724C","Language":"\u8A9E\u8A00","Infinite approval":"\u7121\u9650\u8A8D\u53EF","Enabling the 'Infinite approval' mode grants unrestricted access to underlying smart contracts, allowing them to utilize the approved token amount without limitations.":"\u555F\u7528\u300C\u7121\u9650\u6279\u51C6\u300D\u6A21\u5F0F\u53EF\u4EE5\u4E0D\u53D7\u9650\u5236\u5730\u5B58\u53D6\u5E95\u5C64\u667A\u6167\u5408\u7D04\uFF0C\u5F9E\u800C\u5141\u8A31\u4ED6\u5011\u4E0D\u53D7\u9650\u5236\u5730\u4F7F\u7528\u6279\u51C6\u7684\u4EE3\u5E63\u6578\u91CF\u3002","Theme":"\u4E3B\u984C","Duplicate Token":"\u91CD\u8907\u4EE4\u724C","The address you entered is duplicate, please enter a new address.":"\u60A8\u8F38\u5165\u7684\u5730\u5740\u91CD\u8907\uFF0C\u8ACB\u8F38\u5165\u65B0\u5730\u5740\u3002","Token Already Exists":"\u4EE4\u724C\u5DF2\u5B58\u5728","There's no need to add this token again because it already exists and is supported by us.":"\u7121\u9700\u518D\u6B21\u6DFB\u52A0\u6B64\u4EE4\u724C\uFF0C\u56E0\u70BA\u5B83\u5DF2\u7D93\u5B58\u5728\u4E26\u4E14\u53D7\u5230\u6211\u5011\u7684\u652F\u6301\u3002","Token Not Found":"\u672A\u627E\u5230\u4EE4\u724C","Sorry, no token was found on {blockchain} chain with the provided address. please make sure you have entered the right token address.":["\u62B1\u6B49\uFF0C\u5728 ",["blockchain"]," \u93C8\u4E0A\u627E\u4E0D\u5230\u5177\u6709\u6240\u63D0\u4F9B\u5730\u5740\u7684\u4EE3\u5E63\u3002\u8ACB\u78BA\u4FDD\u60A8\u8F38\u5165\u4E86\u6B63\u78BA\u7684\u4EE3\u5E63\u5730\u5740\u3002"],"Network error":"\u7DB2\u8DEF\u932F\u8AA4","An error occurred while retrieving token data.":"\u6AA2\u7D22\u4EE4\u724C\u8CC7\u6599\u6642\u767C\u751F\u932F\u8AA4\u3002","Add Custom Token":"\u65B0\u589E\u81EA\u8A02\u4EE4\u724C","Select chain":"\u9078\u64C7\u93C8\u689D","Enter Address":"\u8F38\u5165\u5730\u5740","Enter token address":"\u8F38\u5165\u4EE3\u5E63\u5730\u5740","Import":"\u9032\u53E3","Confirm Swap":"\u78BA\u8A8D\u514C\u63DB","Start Swap":"\u958B\u59CB\u4EA4\u63DB","You get":"\u4F60\u5F97\u5230","Search Token":"\u641C\u5C0B\u4EE4\u724C","No custom tokens":"\u6C92\u6709\u81EA\u8A02\u4EE4\u724C","press the button to add your custom token":"\u6309\u4E0B\u6309\u9215\u65B0\u589E\u60A8\u7684\u81EA\u8A02\u4EE4\u724C","Delete Custom Token":"\u522A\u9664\u81EA\u8A02\u4EE4\u724C","Are you sure you want to Delete this Token?":"\u60A8\u78BA\u5B9A\u8981\u522A\u9664\u6B64\u4EE4\u724C\u55CE\uFF1F","Complete":"\u5B8C\u5168\u7684","Running":"\u8DD1\u6B65","Failed":"\u5931\u6557\u7684","Refuel":"\u52A0\u6CB9","Clear":"\u6E05\u9664","Search Transaction":"\u641C\u5C0B\u4EA4\u6613","No transactions":"\u6C92\u6709\u4EA4\u6613","Your transaction history is stored locally and will appear here after you start a swap":"\u60A8\u7684\u4EA4\u6613\u6B77\u53F2\u8A18\u9304\u5132\u5B58\u5728\u672C\u5730\uFF0C\u4E26\u5728\u60A8\u958B\u59CB\u514C\u63DB\u5F8C\u986F\u793A\u5728\u6B64\u8655","Clear Transaction History":"\u6E05\u9664\u4EA4\u6613\u6B77\u53F2\u8A18\u9304","Proceeding will remove all successful and failed transactions from the widget. Do you want to continue?":"\u7E7C\u7E8C\u5C07\u5F9E\u5C0F\u90E8\u4EF6\u4E2D\u522A\u9664\u6240\u6709\u6210\u529F\u548C\u5931\u6557\u7684\u4EA4\u6613\u3002\u60A8\u60F3\u7E7C\u7E8C\u55CE\uFF1F","Note: This does not erase your transaction history on the chain; it only removes them here.":"\u6CE8\u610F\uFF1A\u9019\u4E0D\u6703\u522A\u9664\u60A8\u5728\u93C8\u4E0A\u7684\u4EA4\u6613\u6B77\u53F2\u8A18\u9304\uFF1B\u5B83\u53EA\u5728\u9019\u88E1\u522A\u9664\u5B83\u5011\u3002","Yes, Clear the history":"\u662F\u7684\uFF0C\u6E05\u9664\u6B77\u53F2\u8A18\u9304","language":"\u8A9E\u8A00","Search {sourceType}":["\u641C\u5C0B ",["sourceType"]],"Search Chain":"\u641C\u5C0B\u93C8","Source":"\u4F86\u6E90","Destination":"\u76EE\u7684\u5730","Swap {type}":["\u4EA4\u63DB ",["type"]],"Currently, you're in campaign mode with restrictions on liquidity sources. Would you like to switch out of this mode and make use of all available liquidity sources?":"\u76EE\u524D\uFF0C\u60A8\u8655\u65BC\u6D3B\u52D5\u6A21\u5F0F\uFF0C\u6D41\u52D5\u6027\u4F86\u6E90\u53D7\u5230\u9650\u5236\u3002\u60A8\u60F3\u9000\u51FA\u9019\u7A2E\u6A21\u5F0F\u4E26\u5229\u7528\u6240\u6709\u53EF\u7528\u7684\u6D41\u52D5\u6027\u4F86\u6E90\u55CE\uFF1F","The request ID is necessary to display the swap details.":"\u8ACB\u6C42 ID \u662F\u986F\u793A\u4EA4\u63DB\u8A73\u7D30\u8CC7\u8A0A\u6240\u5FC5\u9700\u7684\u3002","Connect Wallets":"\u9023\u63A5\u9322\u5305","Choose a wallet to connect.":"\u9078\u64C7\u8981\u9023\u63A5\u7684\u9322\u5305\u3002","This week":"\u672C\u661F\u671F","This month":"\u672C\u6708","This year":"\u4ECA\u5E74","Slippage must be greater than or equal to 0.01":"\u6ED1\u9EDE\u5FC5\u9808\u5927\u65BC\u6216\u7B49\u65BC 0.01","Your transaction is at risk of being frontrun due to high slippage tolerance.":"\u7531\u65BC\u6ED1\u9EDE\u5BB9\u5FCD\u5EA6\u8F03\u9AD8\uFF0C\u60A8\u7684\u4EA4\u6613\u9762\u81E8\u88AB\u6436\u5148\u4EA4\u6613\u7684\u98A8\u96AA\u3002","Required: >= {min} {symbol}":["\u5FC5\u586B\uFF1A>= ",["min"]," ",["symbol"]],"Required: > {min} {symbol}":["\u5FC5\u586B\uFF1A > ",["min"]," ",["symbol"]],"Required: <= {max} {symbol}":["\u5FC5\u586B\uFF1A<= ",["max"]," ",["symbol"]],"Required: < {max} {symbol}":["\u5FC5\u586B\uFF1A< ",["max"]," ",["symbol"]]," for network fee":" \u6536\u53D6\u7DB2\u8DEF\u8CBB"," for swap":" \u7528\u65BC\u4EA4\u63DB"," for input and network fee":" \u8F38\u5165\u8CBB\u548C\u7DB2\u8DEF\u8CBB","Needs \u2248 {requiredAmount} {symbol}{reason}, but you have {currentAmount} {symbol} in your {blockchain} wallet.":["\u9700\u8981 \u2248 ",["requiredAmount"]," ",["symbol"],["reason"],"\uFF0C\u4F46\u4F60\u7684 ",["blockchain"]," \u9322\u5305\u88E1\u6709 ",["currentAmount"]," ",["symbol"],"\u3002"],"Waiting for other running tasks to be finished":"\u7B49\u5F85\u5176\u4ED6\u6B63\u5728\u904B\u884C\u7684\u4EFB\u52D9\u5B8C\u6210","Waiting for changing wallet network":"\u7B49\u5F85\u66F4\u6539\u9322\u5305\u7DB2\u7D61","The network switch could not be completed. Please try again, or switch the network manually in your wallet.":"\u7121\u6CD5\u5B8C\u6210\u7DB2\u8DEF\u5207\u63DB\u3002\u8ACB\u91CD\u8A66\uFF0C\u6216\u5728\u9322\u5305\u4E2D\u624B\u52D5\u5207\u63DB\u7DB2\u8DEF\u3002","Sunday":"\u661F\u671F\u65E5","Monday":"\u9031\u4E00","Tuesday":"\u9031\u4E8C","Wednesday":"\u9031\u4E09","Thursday":"\u9031\u56DB","Friday":"\u661F\u671F\u4E94","Saturday":"\u9031\u516D","Powered By":"\u4F9B\u96FB","This token may involve potential security risks; proceed with caution.":"\u8A72\u4EE4\u724C\u53EF\u80FD\u6D89\u53CA\u6F5B\u5728\u7684\u5B89\u5168\u98A8\u96AA\uFF1B\u8B39\u614E\u884C\u4E8B\u3002","Aggregated Transaction":"\u805A\u5408\u4EA4\u6613","{blockchainCategory}":[["blockchainCategory"]],"Swap on {fromChain} via {swapper}":["\u900F\u904E ",["swapper"],"\u4EA4\u63DB ",["fromChain"]],"Bridge from {fromChain} via {swapper}":["\u7531 ",["fromChain"]," \u7D93\u7531 ",["swapper"],"\u67B6\u8A2D\u6A4B\u6A11"],"Bridge to {toChain} via {swapper}":["\u7D93 ",["swapper"],"\u6A4B\u63A5\u5728 ",["toChain"]],"Completed":"\u5B8C\u5168\u7684","In progress":"\u9032\u884C\u4E2D","Waiting for the swap transaction":"\u7B49\u5F85\u6389\u671F\u4EA4\u6613","Waiting for the bridge transaction":"\u7B49\u5F85\u6A4B\u63A5\u4EA4\u6613","Connected Partially":"\u90E8\u5206\u9023\u63A5","Connect other chains":"\u9023\u63A5\u5176\u4ED6\u93C8","Connecting ...":"\u6B63\u5728\u9023\u63A5...","Connecting":"\u9023\u63A5\u4E2D","Disconnected":"\u5DF2\u65B7\u958B\u9023\u63A5","you need to pass a correct state to Wallet.":"\u60A8\u9700\u8981\u5C07\u6B63\u78BA\u7684\u72C0\u614B\u50B3\u905E\u7D66\u9322\u5305\u3002","There are no notifications.":"\u6C92\u6709\u4EFB\u4F55\u901A\u77E5\u3002","Clear all":"\u5168\u90E8\u6E05\u9664","Balance":"\u5E73\u8861","Max":"\u6700\u5927\u9650\u5EA6","Select gas chain":"\u9078\u64C7\u6C23\u93C8"}`);var Q2={af:Qn,ar:ei,bn:ai,ca:ti,da:oi,de:ni,el:ii,en:ri,es:si,fi:li,fil:ci,fr:ui,hi:di,hu:pi,id:hi,it:mi,ja:gi,ko:yi,lt:Ci,ms:ki,nl:fi,pl:wi,pt:bi,ru:vi,sk:Si,sr:Ti,sv:xi,sw:Ii,th:Di,tr:Li,uk:Pi,ur:zi,vi:Ai,"zh-CN":Ni,"zh-TW":$i};bt.load(Q2);function ec(e){let[t,i]=X2(l=>l+1,0);return Mi(()=>{bt.on("change",()=>{i()})},[bt]),Mi(()=>{bt.activate(e.language)},[e.language]),J2.createElement(G2,{i18n:bt,key:t},e.children)}a(ec,"I18nManager");import pe from"react";import rc from"react";import{createStitches as ac}from"@stitches/react";var tc={colors:{primary:"#1C3CF1",primary500:"#1C3CF1",primary550:"#0B27C4",secondary:"#469BF5",secondary100:"#E9F3FF",secondary150:"#D6EAFF",secondary200:"#C8E2FF",secondary250:"#B5D9FF",secondary500:"#469BF5",secondary550:"#2284ED",neutral:"#E6E6E6",neutral100:"#F9F9F9",neutral200:"#F6F6F6",neutral300:"#F2F2F2",neutral400:"#EEEEEE",neutral500:"#E6E6E6",neutral600:"#A2A2A2",neutral700:"#727272",neutral800:"#1B1B1B",neutral900:"#121212",error100:"#FDF3F3",error300:"#FFD7D7",error500:"#FF3B3B",error600:"#432F2F",error700:"#191212",warning100:"#FFF1D4",warning300:"#FFD8B4",warning500:"#F17606",warning600:"#38271F",warning700:"#1A1412",info:"#5BABFF",info100:"#E9F3FF",info300:"#C8E2FF",info500:"#5BABFF",info600:"#2E2E41",info700:"#121521",success100:"#CEFAE6",success300:"#BDECD7",success500:"#06C270",success600:"#1F2825",success700:"#0F1412",background:"#FDFDFD",foreground:"#010101"},space:{0:"0rem",5:"0.313rem",10:"0.625rem",15:"0.938rem",20:"1.25rem",25:"1.563rem",30:"1.875rem",40:"2.5rem",46:"2.875rem",50:"3.125rem",60:"3.75rem",70:"4.375rem",80:"5rem",90:"5.625rem",100:"6.25rem",2:"2px",4:"4px",6:"6px",8:"8px",12:"12px",16:"16px",24:"24px",28:"28px",32:"32px",36:"36px"},radii:{xs:"5px",sm:"10px",xm:"15px",md:"25px",xl:"35px",lg:"40px",primary:"20px",secondary:"$md"},fontSizes:{10:"0.625rem",12:"0.75rem",14:"0.875rem",16:"1rem",18:"1.125rem",20:"1.25rem",22:"1.375rem",24:"1.5rem",28:"1.75rem",32:"2rem",36:"2.25rem",40:"2.5rem",48:"3rem"},fonts:{primary:"Roboto",widget:"$primary"},fontWeights:{regular:400,medium:500,semiBold:600,bold:700},lineHeights:{12:"0.75rem",16:"1rem",20:"1.25rem",24:"1.5rem",26:"1.625rem",28:"1.75rem",30:"1.875rem",36:"2.25rem",40:"2.5rem",44:"2.75rem",52:"3.25rem",64:"4rem"},letterSpacings:{},sizes:{4:"4px",6:"6px",8:"8px",10:"10px",12:"12px",16:"16px",18:"18px",20:"20px",24:"24px",26:"26px",28:"28px",30:"30px",32:"32px",36:"36px",40:"40px",45:"45px",48:"48px"},borderWidths:{},borderStyles:{},shadows:{mainContainer:"15px 15px 15px 0px rgba(0, 0, 0, 0.05)"},zIndices:{},transitions:{}},oc={xs:"(min-width: 375px)",sm:"(min-width: 640px)",md:"(min-width: 768px)",lg:"(min-width: 1024px)"},nc={bc:e=>({backgroundColor:e})},ic={secondary:"#2284ED",secondary250:"#469BF5",secondary500:"#2284ED",secondary550:"#2B3462",neutral:"#222222",neutral900:"#E9E9E9",neutral800:"#E6E6E6",neutral700:"#B8B8B8",neutral600:"#A2A2A2",neutral500:"#222222",neutral400:"#1B1B1B",neutral300:"#121212",neutral200:"#111111",neutral100:"#101010",error500:"#FF5050",warning500:"#FF8A20",background:"#010101",foreground:"#FDFDFD"},{styled:n,css:$,createTheme:ji,keyframes:Ce,globalCss:h8,config:m8}=ac({media:oc,theme:tc,utils:nc}),Ei=ji("light-theme-ui",{}),c=ji("dark-theme-ui",{colors:ic}),g8={secondary800:"#242D5B",secondary850:"#131C49",neutral:"#161C38",neutral100:"#101327",neutral200:"#0D122C",neutral300:"#0F142E",neutral400:"#111733",neutral500:"#161C38",neutral600:"#929292",neutral700:"#C0C0C0",neutral800:"#B8B8B8",neutral900:"#E9E9E9",background:"#070917",foreground:"#FDFDFD"};var Fi=n("div",{flexShrink:0,variants:{size:{2:{},4:{},8:{},10:{},12:{},16:{},18:{},20:{},24:{},30:{},32:{},36:{},40:{}},direction:{vertical:{},horizontal:{}}},compoundVariants:[{size:2,direction:"horizontal",css:{width:2}},{size:2,direction:"vertical",css:{height:2}},{size:4,direction:"horizontal",css:{width:"$4"}},{size:4,direction:"vertical",css:{height:"$4"}},{size:8,direction:"horizontal",css:{width:"$8"}},{size:8,direction:"vertical",css:{height:"$8"}},{size:10,direction:"horizontal",css:{width:"$10"}},{size:10,direction:"vertical",css:{height:"$10"}},{size:12,direction:"horizontal",css:{width:"$12"}},{size:12,direction:"vertical",css:{height:"$12"}},{size:16,direction:"horizontal",css:{width:"$16"}},{size:16,direction:"vertical",css:{height:"$16"}},{size:18,direction:"horizontal",css:{width:"$18"}},{size:18,direction:"vertical",css:{height:"$18"}},{size:20,direction:"horizontal",css:{width:"$20"}},{size:20,direction:"vertical",css:{height:"$20"}},{size:24,direction:"horizontal",css:{width:"$24"}},{size:24,direction:"vertical",css:{height:"$24"}},{size:30,direction:"horizontal",css:{width:"$30"}},{size:30,direction:"vertical",css:{height:"$30"}},{size:32,direction:"horizontal",css:{width:"$32"}},{size:36,direction:"vertical",css:{height:"$36"}},{size:36,direction:"horizontal",css:{width:"$36"}},{size:32,direction:"vertical",css:{height:"$32"}},{size:40,direction:"vertical",css:{height:"$40"}}]});var sc=12;function y({size:e=sc,direction:t="vertical",...i}){return rc.createElement(Fi,{size:e,direction:t,...i})}a(y,"Divider");import Vi from"react";var Hi=n("span",{display:"inline-block",variants:{variant:{display:{},headline:{},title:{},label:{},body:{}},size:{large:{},medium:{},xmedium:{},small:{},xsmall:{}},align:{center:{textAlign:"center"},left:{textAlign:"left"},right:{textAlign:"right"}},noWrap:{true:{whiteSpace:"nowrap"}}},compoundVariants:[{size:"large",variant:"display",css:{fontSize:"$48",fontWeight:"$semiBold",lineHeight:"$64"}},{size:"medium",variant:"display",css:{fontSize:"$40",fontWeight:"$semiBold",lineHeight:"$52"}},{size:"small",variant:"display",css:{fontSize:"$36",fontWeight:"$semiBold",lineHeight:"$44"}},{size:"large",variant:"headline",css:{fontSize:"$32",fontWeight:"$semiBold",lineHeight:"$40"}},{size:"medium",variant:"headline",css:{fontSize:"$38",fontWeight:"$semiBold",lineHeight:"$36"}},{size:"small",variant:"headline",css:{fontSize:"$22",fontWeight:"$semiBold",lineHeight:"$30"}},{size:"xsmall",variant:"headline",css:{fontSize:"$20",fontWeight:"$semiBold",lineHeight:"$28"}},{size:"large",variant:"title",css:{fontSize:"$22",fontWeight:"$medium",lineHeight:"$28"}},{size:"medium",variant:"title",css:{fontSize:"$18",fontWeight:"$medium",lineHeight:"$26"}},{size:"xmedium",variant:"title",css:{fontSize:"$16",fontWeight:"$medium",lineHeight:"$24"}},{size:"small",variant:"title",css:{fontSize:"$14",fontWeight:"$medium",lineHeight:"$20"}},{size:"large",variant:"label",css:{fontSize:"$14",fontWeight:"$medium",lineHeight:"$20"}},{size:"medium",variant:"label",css:{fontSize:"$12",fontWeight:"$medium",lineHeight:"$16"}},{size:"small",variant:"label",css:{fontSize:"$10",fontWeight:"$medium",lineHeight:"$16"}},{size:"large",variant:"body",css:{fontSize:"$16",fontWeight:"$regular",lineHeight:"$24"}},{size:"medium",variant:"body",css:{fontSize:"$14",fontWeight:"$regular",lineHeight:"$20"}},{size:"small",variant:"body",css:{fontSize:"$12",fontWeight:"$regular",lineHeight:"$16"}},{size:"xsmall",variant:"body",css:{fontSize:"$10",fontWeight:"$regular",lineHeight:"$12"}}]});var d=Vi.forwardRef((e,t)=>{let{children:i,id:l,className:r,color:s,...u}=e,m=s?{color:s.startsWith("$")?s:`$${s}`}:{color:"$foreground"};return Vi.createElement(Hi,{id:l,className:`_typography _text ${r||""}`,css:m,ref:t,...u},i)});d.displayName="Typography";var lc=n(d,{userSelect:"none"});var Wi=a((e,t)=>{if(t!=="regular")switch(e){case"success":case"warning":case"error":case"info":return`${e}500`;default:return}},"getColor"),qi=a(e=>{switch(e){case"alarm":return"small";case"regular":return"xsmall";default:return"xsmall"}},"mapVariantToSize");import jt from"react";import Po,{createElement as uc}from"react";import cc from"react";var Xt=n("svg",{variants:{color:{primary:{color:"$primary500"},secondary:{color:"$secondary500"},error:{color:"$error500"},warning:{color:"$warning500"},success:{color:"$success500"},black:{color:"$foreground"},white:{color:"$background"},info:{color:"$info500"},gray:{color:"$neutral700"}}}});function o(e){let{size:t="1em",color:i,children:l}=e,s={...l?.props,width:t,height:t,color:i,className:"_icon"};return cc.createElement(Xt,{...s},l?.props.children)}a(o,"SvgIcon");function dc(e){return uc(o,e,Po.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},Po.createElement("path",{fillRule:"evenodd",d:"M18.8611 13.6389H4.63889C4.15296 13.6389 3.75 13.2359 3.75 12.75C3.75 12.2641 4.15296 11.8611 4.63889 11.8611H18.8611C19.347 11.8611 19.75 12.2641 19.75 12.75C19.75 13.2359 19.347 13.6389 18.8611 13.6389Z",fill:"currentColor"}),Po.createElement("path",{fillRule:"evenodd",d:"M11.75 20.75C11.2641 20.75 10.8611 20.347 10.8611 19.8611V5.63889C10.8611 5.15296 11.2641 4.75 11.75 4.75C12.2359 4.75 12.6389 5.15296 12.6389 5.63889V19.8611C12.6389 20.347 12.2359 20.75 11.75 20.75Z",fill:"currentColor"})))}a(dc,"SvgAdd");var pc=dc;import Bi,{createElement as hc}from"react";function mc(e){return hc(o,e,Bi.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Bi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.45318 2.60045C3.57763 2.60561 3.70937 2.61423 3.84631 2.62555C4.17141 2.65241 4.5031 2.69234 4.81038 2.72934C4.83446 2.73224 4.85839 2.73512 4.88215 2.73798C5.19198 2.77521 5.50531 2.81244 5.71946 2.81549C6.0508 2.82019 6.32322 2.55541 6.32793 2.22407C6.33264 1.89274 6.06785 1.62032 5.73651 1.61561C5.60081 1.61368 5.3621 1.58702 5.02531 1.54655C5.00076 1.5436 4.97583 1.5406 4.95056 1.53755C4.6469 1.50097 4.29373 1.45842 3.94513 1.42962C3.57094 1.3987 3.17504 1.38108 2.82889 1.4088C2.65549 1.42269 2.47599 1.44926 2.30897 1.49983C2.14712 1.54884 1.9535 1.63327 1.79549 1.79127M3.45318 2.60045L5.48846 4.63574C5.72278 4.87005 5.72278 5.24995 5.48846 5.48426C5.25415 5.71858 4.87425 5.71858 4.63994 5.48426L2.60464 3.44897C2.6098 3.57342 2.61842 3.70517 2.62974 3.84211C2.6566 4.16722 2.69654 4.49891 2.73354 4.80619C2.73644 4.83027 2.73932 4.85419 2.74217 4.87795C2.77941 5.18779 2.81664 5.50112 2.81969 5.71527C2.82439 6.04661 2.55961 6.31903 2.22827 6.32374C1.89693 6.32844 1.62452 6.06366 1.61981 5.73232C1.61788 5.59663 1.59122 5.35791 1.55075 5.02112C1.54779 4.99657 1.54479 4.97164 1.54175 4.94637C1.50516 4.64271 1.46262 4.28953 1.43381 3.94093C1.40289 3.56674 1.38526 3.17084 1.41299 2.82468C1.42688 2.65128 1.45345 2.47178 1.50403 2.30476C1.55304 2.14291 1.63748 1.94928 1.79549 1.79128M21.6816 1.49983C21.8435 1.54884 22.0371 1.63327 22.1951 1.79128C22.3531 1.94928 22.4375 2.14291 22.4866 2.30476C22.5371 2.47178 22.5637 2.65128 22.5776 2.82468C22.6053 3.17084 22.5877 3.56674 22.5568 3.94093C22.528 4.28956 22.4854 4.64277 22.4488 4.94645C22.4458 4.97169 22.4428 4.99659 22.4398 5.02112C22.3994 5.35791 22.3727 5.59663 22.3708 5.73232C22.3661 6.06366 22.0936 6.32844 21.7623 6.32374C21.431 6.31903 21.1662 6.04661 21.1709 5.71527C21.1739 5.50112 21.2112 5.18779 21.2484 4.87795C21.2513 4.85418 21.2541 4.83023 21.257 4.80614C21.294 4.49887 21.334 4.1672 21.3608 3.84211C21.3722 3.70517 21.3808 3.57342 21.3859 3.44897L19.3506 5.48426C19.1163 5.71858 18.7364 5.71858 18.5021 5.48426C18.2678 5.24995 18.2678 4.87005 18.5021 4.63574L20.5374 2.60045C20.413 2.60561 20.2812 2.61423 20.1443 2.62555C19.8192 2.65241 19.4875 2.69235 19.1802 2.72934C19.1561 2.73224 19.1322 2.73512 19.1084 2.73798C18.7986 2.77521 18.4853 2.81244 18.2711 2.81549C17.9398 2.82019 17.6674 2.55541 17.6627 2.22407C17.6579 1.89274 17.9227 1.62032 18.2541 1.61561C18.3898 1.61368 18.6285 1.58702 18.9653 1.54655C18.9898 1.5436 19.0148 1.5406 19.04 1.53755C19.3437 1.50097 19.6969 1.45842 20.0455 1.42962C20.4196 1.3987 20.8155 1.38108 21.1617 1.4088C21.3351 1.42269 21.5146 1.44926 21.6816 1.49983ZM12 5.6C8.46537 5.6 5.59999 8.46538 5.59999 12C5.59999 15.5346 8.46537 18.4 12 18.4C15.5346 18.4 18.4 15.5346 18.4 12C18.4 8.46538 15.5346 5.6 12 5.6ZM4.39999 12C4.39999 7.80264 7.80263 4.4 12 4.4C16.1974 4.4 19.6 7.80264 19.6 12C19.6 16.1974 16.1974 19.6 12 19.6C7.80263 19.6 4.39999 16.1974 4.39999 12ZM11.914 7.85703C12.2454 7.85703 12.514 8.12566 12.514 8.45703V8.74862C12.7685 8.79155 12.9983 8.86333 13.2082 8.96269C13.5718 9.13478 13.8401 9.37297 14.0577 9.61866C14.2774 9.86671 14.2545 10.2459 14.0064 10.4656C13.7584 10.6854 13.3792 10.6624 13.1595 10.4143C13.0136 10.2497 12.87 10.1302 12.6948 10.0473C12.5196 9.96434 12.2773 9.90127 11.914 9.90127C11.4745 9.90127 11.1257 10.0294 10.9013 10.1966C10.6762 10.3644 10.6 10.547 10.6 10.6887C10.6 10.8984 10.6593 10.9952 10.778 11.0741C10.9459 11.1858 11.3023 11.2999 12 11.2999C12.8926 11.2999 13.5695 11.5021 14.0216 11.9271C14.4822 12.3602 14.6 12.9206 14.6 13.3875C14.6 13.975 14.31 14.4863 13.8122 14.8284C13.4625 15.0687 13.0219 15.2201 12.514 15.2849V15.5088C12.514 15.8402 12.2454 16.1088 11.914 16.1088C11.5826 16.1088 11.314 15.8402 11.314 15.5088V15.2883C11.0965 15.2607 10.8972 15.214 10.7078 15.1413C10.3529 15.0052 10.0837 14.7967 9.8224 14.5603C9.5767 14.3379 9.55776 13.9585 9.7801 13.7128C10.0024 13.4671 10.3819 13.4482 10.6276 13.6705C10.8459 13.8681 10.9857 13.9626 11.1377 14.021C11.294 14.0809 11.5136 14.1214 11.914 14.1214C12.5245 14.1214 12.9142 13.9895 13.1325 13.8394C13.3341 13.7009 13.4 13.5453 13.4 13.3875C13.4 13.1093 13.3319 12.9258 13.1996 12.8014C13.0587 12.6689 12.7356 12.4999 12 12.4999C11.2196 12.4999 10.576 12.381 10.1134 12.0734C9.60164 11.733 9.39999 11.2242 9.39999 10.6887C9.39999 10.0851 9.7285 9.57404 10.1842 9.23441C10.499 8.99982 10.886 8.83524 11.314 8.75567V8.45703C11.314 8.12566 11.5826 7.85703 11.914 7.85703ZM2.22827 17.6422C2.55961 17.6469 2.82439 17.9193 2.81969 18.2506C2.81664 18.4648 2.77941 18.7781 2.74217 19.0879C2.73932 19.1117 2.73644 19.1356 2.73354 19.1597C2.69654 19.467 2.6566 19.7987 2.62974 20.1238C2.61842 20.2607 2.6098 20.3925 2.60464 20.5169L4.63994 18.4816C4.87425 18.2473 5.25415 18.2473 5.48846 18.4816C5.72278 18.716 5.72278 19.0959 5.48846 19.3302L3.45318 21.3654C3.57763 21.3603 3.70937 21.3517 3.84631 21.3404C4.17139 21.3135 4.50305 21.2736 4.81032 21.2366C4.83442 21.2337 4.85837 21.2308 4.88215 21.2279C5.19198 21.1907 5.50531 21.1535 5.71946 21.1504C6.0508 21.1457 6.32322 21.4105 6.32793 21.7418C6.33264 22.0732 6.06785 22.3456 5.73651 22.3503C5.60081 22.3522 5.3621 22.3789 5.02531 22.4194C5.00073 22.4223 4.97578 22.4253 4.95049 22.4284C4.64685 22.4649 4.2937 22.5075 3.94513 22.5363C3.57094 22.5672 3.17504 22.5848 2.82889 22.5571C2.65549 22.5432 2.47599 22.5166 2.30897 22.4661C2.14712 22.4171 1.9535 22.3326 1.79549 22.1746C1.63748 22.0166 1.55304 21.823 1.50403 21.6611C1.45345 21.4941 1.42688 21.3146 1.41299 21.1412C1.38526 20.7951 1.40289 20.3992 1.43381 20.025C1.46262 19.6764 1.50517 19.3232 1.54175 19.0195C1.54479 18.9943 1.5478 18.9693 1.55075 18.9448C1.59122 18.608 1.61788 18.3693 1.61981 18.2336C1.62452 17.9022 1.89693 17.6375 2.22827 17.6422ZM21.7623 17.6422C22.0936 17.6375 22.3661 17.9022 22.3708 18.2336C22.3727 18.3693 22.3994 18.608 22.4398 18.9448C22.4428 18.9693 22.4458 18.9942 22.4488 19.0194C22.4854 19.3231 22.528 19.6763 22.5568 20.025C22.5877 20.3992 22.6053 20.7951 22.5776 21.1412C22.5637 21.3146 22.5371 21.4941 22.4866 21.6611C22.4375 21.823 22.3531 22.0166 22.1951 22.1746C22.0371 22.3326 21.8435 22.4171 21.6816 22.4661C21.5146 22.5166 21.3351 22.5432 21.1617 22.5571C20.8155 22.5848 20.4196 22.5672 20.0455 22.5363C19.6969 22.5075 19.3437 22.4649 19.0401 22.4284C19.0148 22.4253 18.9899 22.4223 18.9653 22.4194C18.6285 22.3789 18.3898 22.3522 18.2541 22.3503C17.9227 22.3456 17.6579 22.0732 17.6627 21.7418C17.6674 21.4105 17.9398 21.1457 18.2711 21.1504C18.4853 21.1535 18.7986 21.1907 19.1084 21.2279C19.1322 21.2308 19.1562 21.2337 19.1803 21.2366C19.4875 21.2736 19.8192 21.3135 20.1443 21.3404C20.2812 21.3517 20.413 21.3603 20.5374 21.3655L18.5021 19.3302C18.2678 19.0959 18.2678 18.716 18.5021 18.4816C18.7364 18.2473 19.1163 18.2473 19.3506 18.4816L21.3859 20.5169C21.3808 20.3925 21.3722 20.2607 21.3608 20.1238C21.334 19.7987 21.294 19.467 21.257 19.1598C21.2541 19.1357 21.2513 19.1117 21.2484 19.0879C21.2112 18.7781 21.1739 18.4648 21.1709 18.2506C21.1662 17.9193 21.431 17.6469 21.7623 17.6422Z",fill:"currentColor"})))}a(mc,"SvgAffiliate");var gc=mc;import We,{createElement as yc}from"react";function Cc(e){return yc(o,e,We.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},We.createElement("path",{d:"M8.67039 5.54766C8.67994 5.54187 8.68937 5.53695 8.69935 5.53245L8.71277 5.52846C8.74207 5.52051 8.77226 5.51778 8.80218 5.52045C8.8367 5.52346 8.87064 5.53342 8.90134 5.54974C8.93205 5.56607 8.95903 5.58852 8.98102 5.61568C9.00257 5.64277 9.01894 5.67402 9.02829 5.70756L9.66563 7.65375L9.60439 7.67032C9.54198 7.68708 9.47797 7.70395 9.41702 7.72391C9.33427 7.75101 9.2558 7.78366 9.17544 7.81428L8.53809 5.86809C8.51629 5.80775 8.51786 5.74138 8.54227 5.68226C8.56661 5.62296 8.61265 5.57495 8.67039 5.54766Z",fill:"currentColor"}),We.createElement("path",{d:"M4.31652 9.28115C4.34365 9.24036 4.38217 9.20811 4.4269 9.18856C4.46226 9.17289 4.50065 9.16523 4.53906 9.16635C4.57746 9.16747 4.61539 9.17714 4.64978 9.19471L6.48083 10.1223C6.42748 10.2155 6.37764 10.3093 6.3311 10.4045C6.30215 10.4635 6.27424 10.5231 6.247 10.5836L4.41595 9.65597C4.372 9.63416 4.33549 9.60011 4.30989 9.55818C4.28467 9.51613 4.27171 9.46782 4.27283 9.41878C4.27395 9.36974 4.28895 9.32188 4.31652 9.28115Z",fill:"currentColor"}),We.createElement("path",{d:"M6.83869 14.1002C6.07832 11.7784 7.34267 9.27443 9.66435 8.51412C9.9063 8.43488 10.1502 8.37772 10.3939 8.34146C10.0982 9.29702 10.0106 10.3458 10.181 11.417C10.5306 13.6147 11.8965 15.3978 13.6791 16.2836C13.3073 16.5594 12.8853 16.781 12.4214 16.9329C10.0993 17.6934 7.59912 16.4223 6.83869 14.1002Z",fill:"currentColor"}),We.createElement("path",{d:"M3.8378 14.911C3.86254 14.8466 3.91143 14.7948 3.97426 14.7669L3.99187 14.7607L3.99975 14.7585C4.00807 14.7552 4.01693 14.7523 4.02561 14.7501L5.97678 14.1111C5.99167 14.1653 6.00637 14.2214 6.02212 14.277C6.03057 14.3066 6.03933 14.3358 6.04876 14.3646C6.06177 14.4043 6.07607 14.443 6.09068 14.4814L6.13737 14.6015L4.1862 15.2404C4.12305 15.2687 4.05169 15.2706 3.98759 15.246C3.92313 15.2215 3.87145 15.1724 3.84351 15.1095C3.8152 15.0468 3.81343 14.9752 3.8378 14.911Z",fill:"currentColor"}),We.createElement("path",{d:"M7.51423 19.1168L8.44186 17.2858C8.59168 17.3711 8.74049 17.4508 8.89807 17.5211L7.97561 19.3504C7.9445 19.4115 7.89054 19.4578 7.82552 19.4791C7.76014 19.5005 7.68924 19.4951 7.62801 19.4643C7.56708 19.4331 7.52078 19.3791 7.49943 19.3139C7.4889 19.2818 7.48472 19.2478 7.48711 19.2139C7.48993 19.18 7.49914 19.1469 7.51423 19.1168Z",fill:"currentColor"}),We.createElement("path",{d:"M13.0798 19.7377L12.4423 17.7913C12.5256 17.7683 12.6078 17.7484 12.691 17.7212C12.7722 17.6945 12.8537 17.6609 12.9329 17.6307L13.5703 19.577C13.5813 19.6094 13.586 19.6437 13.5837 19.6778L13.5815 19.7C13.5775 19.7262 13.5695 19.752 13.5573 19.776C13.5421 19.8068 13.5211 19.8341 13.495 19.8565C13.4806 19.8688 13.4653 19.8795 13.4489 19.8884C13.4354 19.8957 13.4214 19.9017 13.4066 19.9065C13.3741 19.9172 13.3399 19.9212 13.3055 19.9186C13.2714 19.9158 13.238 19.9063 13.2079 19.8904C13.1966 19.8847 13.1858 19.878 13.1757 19.8707C13.1581 19.8583 13.1422 19.8434 13.1282 19.8269C13.1065 19.8007 13.09 19.7703 13.0798 19.7377Z",fill:"currentColor"}),We.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.2386 8.51423C14.5854 7.29762 15.4329 6.31226 16.5434 5.77669C16.777 5.66404 16.7626 5.29952 16.5044 5.27455C13.9779 5.03012 11.5363 6.63125 10.831 9.17829C10.0531 11.9895 11.6984 14.9386 14.5238 15.7463C16.3896 16.2796 18.3976 15.7372 19.7517 14.4016C19.9363 14.2195 19.7197 13.9339 19.4689 13.9996C16.3574 14.8152 13.1572 12.308 14.2386 8.51423Z",fill:"currentColor"})))}a(Cc,"SvgAutoTheme");var kc=Cc;import Zi,{createElement as fc}from"react";function wc(e){return fc(o,e,Zi.createElement("svg",{viewBox:"0 0 24 24"},Zi.createElement("path",{fillRule:"evenodd",d:"M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z",fill:"currentColor"})))}a(wc,"SvgAutorenew");var bc=wc;import zo,{createElement as vc}from"react";function Sc(e){return vc(o,e,zo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},zo.createElement("g",{id:"Icons"},zo.createElement("path",{id:"Border-Radius",fillRule:"evenodd",clipRule:"evenodd",d:"M3.48926 7.74652C3.48926 5.15304 5.592 3 8.24997 3C8.53793 3 8.77138 3.22074 8.77138 3.49304C8.77138 3.76533 8.53793 3.98607 8.24997 3.98607C6.22533 3.98607 4.53208 5.64173 4.53208 7.74652C4.53208 8.01881 4.29864 8.23955 4.01067 8.23955C3.7227 8.23955 3.48926 8.01881 3.48926 7.74652ZM16.2071 3.49304C16.2071 3.22074 16.4406 3 16.7286 3C19.3865 3 21.4893 5.15304 21.4893 7.74652C21.4893 8.01882 21.2558 8.23956 20.9678 8.23956C20.6799 8.23956 20.4464 8.01882 20.4464 7.74652C20.4464 5.64173 18.7532 3.98607 16.7286 3.98607C16.4406 3.98607 16.2071 3.76533 16.2071 3.49304ZM5.60885 7.74638C5.60885 6.32747 6.76259 5.1266 8.24991 5.1266L16.7285 5.1266C18.2158 5.1266 19.3696 6.32747 19.3696 7.74638L19.3696 16.2533C19.3696 17.6722 18.2158 18.8731 16.7285 18.8731L8.2499 18.8731C6.76259 18.8731 5.60885 17.6722 5.60885 16.2533L5.60885 7.74638ZM8.24991 6.11267C7.39592 6.11267 6.65167 6.81615 6.65167 7.74638L6.65167 16.2533C6.65167 17.1836 7.39592 17.887 8.2499 17.887L16.7285 17.887C17.5825 17.887 18.3267 17.1836 18.3267 16.2533L18.3267 7.74638C18.3267 6.81616 17.5825 6.11267 16.7285 6.11267L8.24991 6.11267ZM4.01067 15.7604C4.29864 15.7604 4.53208 15.9812 4.53208 16.2535C4.53208 18.3583 6.22533 20.0139 8.24996 20.0139C8.53793 20.0139 8.77138 20.2347 8.77138 20.507C8.77138 20.7793 8.53793 21 8.24996 21C5.592 21 3.48926 18.847 3.48926 16.2535C3.48926 15.9812 3.7227 15.7604 4.01067 15.7604ZM20.9678 15.7604C21.2558 15.7604 21.4893 15.9812 21.4893 16.2535C21.4893 18.847 19.3865 21 16.7285 21C16.4406 21 16.2071 20.7793 16.2071 20.507C16.2071 20.2347 16.4406 20.0139 16.7285 20.0139C18.7532 20.0139 20.4464 18.3583 20.4464 16.2535C20.4464 15.9812 20.6799 15.7604 20.9678 15.7604Z",fill:"#727272"}))))}a(Sc,"SvgBorderRadius");var Tc=Sc;import Yi,{createElement as xc}from"react";function Ic(e){return xc(o,e,Yi.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Yi.createElement("path",{d:"M18.21 9.21C15.93 10.78 13.45 13.3 13 17H15V19H9V17H11C10.5 12.5 6.63 9 2 9V7C6.39 7 10.22 9.55 12 13.3C13.13 10.87 14.99 9.05 16.78 7.78L14 5H21V12L18.21 9.21Z",fill:"currentColor"})))}a(Ic,"SvgBridges");var Dc=Ic;import ke,{createElement as Lc}from"react";function Pc(e){return Lc(o,e,ke.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},ke.createElement("g",{clipPath:"url(#clip0_20032_457548)"},ke.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.3999 5.9999C1.3999 3.45939 3.45939 1.3999 5.9999 1.3999H14.9999C17.5404 1.3999 19.5999 3.45939 19.5999 5.9999V10.9999C19.5999 11.3313 19.3313 11.5999 18.9999 11.5999C18.6685 11.5999 18.3999 11.3313 18.3999 10.9999V5.9999C18.3999 4.12213 16.8777 2.5999 14.9999 2.5999H5.9999C4.12213 2.5999 2.5999 4.12213 2.5999 5.9999V17.9999C2.5999 19.8777 4.12213 21.3999 5.9999 21.3999H9.9999C10.3313 21.3999 10.5999 21.6685 10.5999 21.9999C10.5999 22.3313 10.3313 22.5999 9.9999 22.5999H5.9999C3.45939 22.5999 1.3999 20.5404 1.3999 17.9999V5.9999Z",fill:"currentColor"}),ke.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.8999 6.9999C4.8999 6.66853 5.16853 6.3999 5.4999 6.3999H15.4999C15.8313 6.3999 16.0999 6.66853 16.0999 6.9999C16.0999 7.33127 15.8313 7.5999 15.4999 7.5999H5.4999C5.16853 7.5999 4.8999 7.33127 4.8999 6.9999Z",fill:"currentColor"}),ke.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.8999 10.9999C4.8999 10.6685 5.16853 10.3999 5.4999 10.3999H11.4999C11.8313 10.3999 12.0999 10.6685 12.0999 10.9999C12.0999 11.3313 11.8313 11.5999 11.4999 11.5999H5.4999C5.16853 11.5999 4.8999 11.3313 4.8999 10.9999Z",fill:"currentColor"}),ke.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 22.7999C18.8747 22.7999 20.7999 20.8747 20.7999 18.4999C20.7999 16.1251 18.8747 14.1999 16.4999 14.1999C14.1251 14.1999 12.1999 16.1251 12.1999 18.4999C12.1999 20.8747 14.1251 22.7999 16.4999 22.7999ZM16.4999 23.9999C19.5375 23.9999 21.9999 21.5375 21.9999 18.4999C21.9999 15.4623 19.5375 12.9999 16.4999 12.9999C13.4623 12.9999 10.9999 15.4623 10.9999 18.4999C10.9999 21.5375 13.4623 23.9999 16.4999 23.9999Z",fill:"currentColor"}),ke.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 15.7999C16.8313 15.7999 17.0999 16.0685 17.0999 16.3999V18.4999C17.0999 18.8313 16.8313 19.0999 16.4999 19.0999C16.1685 19.0999 15.8999 18.8313 15.8999 18.4999V16.3999C15.8999 16.0685 16.1685 15.7999 16.4999 15.7999Z",fill:"currentColor"}),ke.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 19.7999C16.8313 19.7999 17.0999 20.0685 17.0999 20.3999V20.4499C17.0999 20.7813 16.8313 21.0499 16.4999 21.0499C16.1685 21.0499 15.8999 20.7813 15.8999 20.4499V20.3999C15.8999 20.0685 16.1685 19.7999 16.4999 19.7999Z",fill:"currentColor"})),ke.createElement("defs",null,ke.createElement("clipPath",{id:"clip0_20032_457548"},ke.createElement("rect",{width:24,height:24,fill:"white"})))))}a(Pc,"SvgBugReport");var zc=Pc;import Ao,{createElement as Ac}from"react";function Nc(e){return Ac(o,e,Ao.createElement("svg",{viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},Ao.createElement("g",{id:"Frame 1000009392"},Ao.createElement("path",{id:"Vector",d:"M11.2837 4.18222L12.8874 12.333M6.09508 13.6694L12.8219 12.3459C13.0879 12.2935 13.3626 12.3075 13.6219 12.3865L17.3842 13.5325C18.0508 13.7356 18.6933 13.1551 18.5588 12.4714L16.48 1.90558C16.3454 1.22189 15.5309 0.928099 14.9909 1.36852L11.9432 3.85445C11.7332 4.02578 11.4842 4.14277 11.2182 4.1951L4.4914 5.51863C2.24063 5.96147 0.775013 8.14508 1.21786 10.3958C1.6607 12.6466 3.84431 14.1122 6.09508 13.6694ZM5.64226 13.7585L8.02441 17.9576C8.32196 18.4822 8.92177 18.7574 9.51347 18.641C10.4518 18.4564 10.9334 17.4068 10.4616 16.575L8.54031 13.1883L5.64226 13.7585Z",stroke:"currentColor",fill:"#00000000",strokeLinecap:"round",strokeLinejoin:"round"}))))}a(Nc,"SvgBullhorn");var $c=Nc;import vt,{createElement as Mc}from"react";function jc(e){return Mc(o,e,vt.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},vt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.50034 3.8499C3.99644 3.8499 3.51318 4.05007 3.15687 4.40638C2.80056 4.76269 2.60039 5.24595 2.60039 5.74985V20.7495C2.60039 21.2534 2.80056 21.7367 3.15687 22.093C3.51318 22.4493 3.99644 22.6495 4.50034 22.6495H19.5C20.0039 22.6495 20.4872 22.4493 20.8435 22.093C21.1998 21.7367 21.4 21.2534 21.4 20.7495V5.74985C21.4 5.24595 21.1998 4.76269 20.8435 4.40638C20.4872 4.05007 20.0039 3.8499 19.5 3.8499H4.50034ZM2.30834 3.55786C2.8897 2.9765 3.67818 2.6499 4.50034 2.6499H19.5C20.3222 2.6499 21.1107 2.9765 21.692 3.55786C22.2734 4.13921 22.6 4.92769 22.6 5.74985V20.7495C22.6 21.5717 22.2734 22.3602 21.692 22.9415C21.1107 23.5229 20.3222 23.8495 19.5 23.8495H4.50034C3.67818 23.8495 2.8897 23.5229 2.30834 22.9415C1.72699 22.3602 1.40039 21.5717 1.40039 20.7495V5.74985C1.40039 4.92769 1.72699 4.13921 2.30834 3.55786Z",fill:"currentColor"}),vt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.9999 0.149902C17.3313 0.149902 17.5999 0.418532 17.5999 0.749902V5.74979C17.5999 6.08116 17.3313 6.34979 16.9999 6.34979C16.6685 6.34979 16.3999 6.08116 16.3999 5.74979V0.749902C16.3999 0.418532 16.6685 0.149902 16.9999 0.149902Z",fill:"currentColor"}),vt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.00039 0.149902C7.33176 0.149902 7.60039 0.418532 7.60039 0.749902V5.74979C7.60039 6.08116 7.33176 6.34979 7.00039 6.34979C6.66902 6.34979 6.40039 6.08116 6.40039 5.74979V0.749902C6.40039 0.418532 6.66902 0.149902 7.00039 0.149902Z",fill:"currentColor"}),vt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.40039 10.7494C1.40039 10.418 1.66902 10.1494 2.00039 10.1494H22C22.3313 10.1494 22.6 10.418 22.6 10.7494C22.6 11.0808 22.3313 11.3494 22 11.3494H2.00039C1.66902 11.3494 1.40039 11.0808 1.40039 10.7494Z",fill:"currentColor"})))}a(jc,"SvgCalendar");var Ec=jc;import Ri,{createElement as Fc}from"react";function Hc(e){return Fc(o,e,Ri.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ri.createElement("path",{d:"M18.7249 10.2885V6.69047C18.7249 6.5286 18.6347 6.38026 18.4908 6.30582L12.199 3.0485C12.0742 2.98383 11.9256 2.98383 11.8008 3.0485L5.50897 6.30582C5.36514 6.38026 5.2749 6.5286 5.2749 6.69047V10.2885C5.2749 10.4504 5.36514 10.5988 5.50897 10.6733L8.07348 12.0002L5.50897 13.3267C5.36514 13.4012 5.2749 13.5496 5.2749 13.7115L5.27528 17.3102C5.27528 17.4721 5.36552 17.6205 5.50934 17.6948L11.8008 20.9515C11.8632 20.9838 11.9315 21 11.9999 21C12.0683 21 12.1366 20.9838 12.199 20.9515L18.4905 17.6948C18.6343 17.6205 18.7245 17.4721 18.7245 17.3102L18.7249 13.7115C18.7249 13.5496 18.6347 13.4012 18.4908 13.3267L15.9263 12.0002L18.4908 10.6733C18.6347 10.5988 18.7249 10.4504 18.7249 10.2885ZM11.9999 3.92092L17.3489 6.69011L11.9999 9.46104L6.65085 6.69011L11.9999 3.92092ZM17.8582 17.0466L11.9999 20.0791L6.14158 17.0466L6.14127 14.4237L11.8006 17.3553C11.8632 17.3876 11.9315 17.4038 11.9999 17.4038C12.0683 17.4038 12.1366 17.3876 12.1992 17.3553L17.8585 14.4237L17.8582 17.0466ZM17.3495 13.7117L11.9999 16.4828L6.65034 13.7117L9.01624 12.488L11.8008 13.9287C11.8632 13.9609 11.9317 13.9771 11.9999 13.9771C12.0681 13.9771 12.1366 13.9609 12.199 13.9287L14.9836 12.488L17.3495 13.7117ZM17.8586 10.0249L11.9999 13.0563L6.14121 10.0249V7.40188L11.8006 10.3336C11.8632 10.3659 11.9315 10.3821 11.9999 10.3821C12.0683 10.3821 12.1366 10.3659 12.1992 10.3336L17.8586 7.40188V10.0249Z",fill:"#727272"})))}a(Hc,"SvgChains");var Vc=Hc;import Ui,{createElement as Wc}from"react";function qc(e){return Wc(o,e,Ui.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ui.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.32065 2.32065C3.74249 0.898821 5.88475 0.339844 8.69984 0.339844H15.2998C18.1149 0.339844 20.2572 0.898821 21.679 2.32065C23.1009 3.74249 23.6598 5.88475 23.6598 8.69984V15.2998C23.6598 18.1149 23.1009 20.2572 21.679 21.679C20.2572 23.1009 18.1149 23.6598 15.2998 23.6598H8.69984C5.88475 23.6598 3.74249 23.1009 2.32065 21.679C0.898821 20.2572 0.339844 18.1149 0.339844 15.2998V8.69984C0.339844 5.88475 0.898821 3.74249 2.32065 2.32065ZM3.25403 3.25403C2.20087 4.3072 1.65984 6.01494 1.65984 8.69984V15.2998C1.65984 17.9847 2.20087 19.6925 3.25403 20.7457C4.3072 21.7988 6.01494 22.3398 8.69984 22.3398H15.2998C17.9847 22.3398 19.6925 21.7988 20.7457 20.7457C21.7988 19.6925 22.3398 17.9847 22.3398 15.2998V8.69984C22.3398 6.01494 21.7988 4.3072 20.7457 3.25403C19.6925 2.20087 17.9847 1.65984 15.2998 1.65984H8.69984C6.01494 1.65984 4.3072 2.20087 3.25403 3.25403ZM11.9998 8.03984C12.3644 8.03984 12.6598 8.33534 12.6598 8.69984V16.0478C12.6598 16.4124 12.3644 16.7078 11.9998 16.7078C11.6353 16.7078 11.3398 16.4124 11.3398 16.0478V8.69984C11.3398 8.33534 11.6353 8.03984 11.9998 8.03984ZM6.49984 9.95384C6.86435 9.95384 7.15984 10.2493 7.15984 10.6138V14.1338C7.15984 14.4984 6.86435 14.7938 6.49984 14.7938C6.13534 14.7938 5.83984 14.4984 5.83984 14.1338V10.6138C5.83984 10.2493 6.13534 9.95384 6.49984 9.95384ZM17.4998 9.95384C17.8644 9.95384 18.1598 10.2493 18.1598 10.6138V14.1338C18.1598 14.4984 17.8644 14.7938 17.4998 14.7938C17.1353 14.7938 16.8398 14.4984 16.8398 14.1338V10.6138C16.8398 10.2493 17.1353 9.95384 17.4998 9.95384Z",fill:"currentColor"})))}a(qc,"SvgChart");var Bc=qc;import _i,{createElement as Zc}from"react";function Yc(e){return Zc(o,e,_i.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},_i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.4595 6.04028C23.2057 5.78644 22.7941 5.78644 22.5403 6.04028L11.9999 16.5807L1.45952 6.04028C1.20568 5.78644 0.794123 5.78644 0.540283 6.04028C0.286442 6.29412 0.286442 6.70568 0.540283 6.95952L11.5403 17.9595C11.7941 18.2134 12.2057 18.2134 12.4595 17.9595L23.4595 6.95952C23.7134 6.70568 23.7134 6.29412 23.4595 6.04028Z",fill:"currentColor"})))}a(Yc,"SvgChevronDown");var Na=Yc;import Oi,{createElement as Rc}from"react";function Uc(e){return Rc(o,e,Oi.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Oi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9597 0.540478C18.2136 0.794319 18.2136 1.20588 17.9597 1.45972L7.41934 12.0001L17.9597 22.5405C18.2136 22.7943 18.2136 23.2059 17.9597 23.4597C17.7059 23.7136 17.2943 23.7136 17.0405 23.4597L6.04048 12.4597C5.78664 12.2059 5.78664 11.7943 6.04048 11.5405L17.0405 0.540478C17.2943 0.286637 17.7059 0.286637 17.9597 0.540478Z",fill:"currentColor"})))}a(Uc,"SvgChevronLeft");var No=Uc;import Ki,{createElement as _c}from"react";function Oc(e){return _c(o,e,Ki.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ki.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.04028 0.540478C5.78644 0.794319 5.78644 1.20588 6.04028 1.45972L16.5807 12.0001L6.04028 22.5405C5.78644 22.7943 5.78644 23.2059 6.04028 23.4597C6.29412 23.7136 6.70568 23.7136 6.95952 23.4597L17.9595 12.4597C18.2134 12.2059 18.2134 11.7943 17.9595 11.5405L6.95952 0.540478C6.70568 0.286637 6.29412 0.286637 6.04028 0.540478Z",fill:"currentColor"})))}a(Oc,"SvgChevronRight");var qe=Oc;import Gi,{createElement as Kc}from"react";function Gc(e){return Kc(o,e,Gi.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Gi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.17976 17.6273C1.41944 17.867 1.80803 17.867 2.04771 17.6273L12 7.67504L21.9523 17.6273C22.192 17.867 22.5806 17.867 22.8202 17.6273C23.0599 17.3877 23.0599 16.9991 22.8202 16.7594L12.434 6.37312C12.1943 6.13344 11.8057 6.13344 11.566 6.37312L1.17976 16.7594C0.940081 16.9991 0.940081 17.3877 1.17976 17.6273Z",fill:"currentColor"})))}a(Gc,"SvgChevronUp");var St=Gc;import $a,{createElement as Jc}from"react";function Xc(e){return Jc(o,e,$a.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},$a.createElement("g",{clipPath:"url(#clip0_3736_40175)"},$a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.4597 0.540356C23.7135 0.794197 23.7135 1.20575 23.4597 1.45959L12.9193 12L23.4597 22.5404C23.7135 22.7942 23.7135 23.2058 23.4597 23.4596C23.2059 23.7134 22.7943 23.7134 22.5405 23.4596L12.0001 12.9192L1.45972 23.4596C1.20588 23.7134 0.794319 23.7134 0.540478 23.4596C0.286637 23.2057 0.286637 22.7942 0.540478 22.5403L11.0808 12L0.54048 1.45961C0.286639 1.20577 0.286639 0.794217 0.54048 0.540376C0.794321 0.286535 1.20588 0.286535 1.45972 0.540376L12.0001 11.0807L22.5405 0.540356C22.7943 0.286515 23.2059 0.286515 23.4597 0.540356Z",fill:"currentColor"})),$a.createElement("defs",null,$a.createElement("clipPath",{id:"clip0_3736_40175"},$a.createElement("rect",{width:24,height:24,fill:"white"})))))}a(Xc,"SvgClose");var Tt=Xc;import Qt,{createElement as Qc}from"react";function e3(e){return Qc(o,e,Qt.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Qt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.49068 9.35508C5.80086 9.27081 6.12485 9.43296 6.24334 9.73176C6.95508 11.5267 8.48265 12.9097 10.3699 13.4254L10.3738 13.4264C10.8831 13.569 11.428 13.6418 11.9996 13.6418C12.5713 13.6418 13.1162 13.569 13.6255 13.4264C13.9367 13.3393 14.2635 13.5012 14.3828 13.8015C14.7188 14.6478 14.9048 15.5795 14.9048 16.5471C14.9048 18.7443 13.949 20.7327 12.421 22.0881C11.1043 23.2795 9.36406 24 7.45241 24C3.34076 24 0 20.659 0 16.5471C0 13.1174 2.33477 10.2125 5.49068 9.35508ZM5.30898 10.7382C2.95349 11.6086 1.26312 13.8904 1.26312 16.5471C1.26312 19.9614 4.03839 22.7368 7.45241 22.7368C9.04089 22.7368 10.4827 22.1394 11.5757 21.1495L11.5807 21.1449C12.8479 20.0219 13.6417 18.3733 13.6417 16.5471C13.6417 15.9326 13.5516 15.3369 13.3856 14.7783C12.9358 14.8631 12.4723 14.9049 11.9996 14.9049C11.3215 14.9049 10.6621 14.8187 10.0351 14.6433C7.95605 14.0747 6.24187 12.6339 5.30898 10.7382Z",fill:"currentColor"}),Qt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9991 1.26318C8.58512 1.26318 5.80986 4.0386 5.80986 7.45288C5.80986 8.25876 5.96545 9.03186 6.24334 9.73176C6.95508 11.5267 8.48265 12.9097 10.3699 13.4254L10.3738 13.4264C10.8831 13.569 11.428 13.6418 11.9996 13.6418C12.5713 13.6418 13.1162 13.569 13.6255 13.4264L13.6288 13.4261C15.5161 12.9105 17.0437 11.5275 17.7555 9.73257C18.0333 9.03266 18.1884 8.25876 18.1884 7.45288C18.1884 4.0386 15.4132 1.26318 11.9991 1.26318ZM4.54674 7.45288C4.54674 3.34099 7.8875 0 11.9991 0C16.1108 0 19.4516 3.34099 19.4516 7.45288C19.4516 8.42052 19.2655 9.3522 18.9295 10.1985C18.0727 12.3591 16.2361 14.0226 13.9637 14.6441C13.3367 14.8195 12.6778 14.9049 11.9996 14.9049C11.3215 14.9049 10.6621 14.8187 10.0351 14.6433C7.76264 14.0218 5.92563 12.3591 5.06877 10.1985M4.54674 7.45288C4.54674 8.42043 4.73285 9.35227 5.06877 10.1985L4.54674 7.45288Z",fill:"currentColor"}),Qt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.7567 9.73176C17.8751 9.43296 18.1991 9.27081 18.5093 9.35508C21.6652 10.2125 24 13.1174 24 16.5471C24 20.659 20.6592 24 16.5476 24C14.6347 24 12.8934 23.2786 11.5764 22.0857C11.4433 21.9652 11.3678 21.7937 11.3688 21.6142C11.3698 21.4347 11.4464 21.264 11.5807 21.1449C12.8479 20.0219 13.6417 18.3733 13.6417 16.5471C13.6417 15.7412 13.4874 14.9676 13.2095 14.2677C13.1432 14.1007 13.1512 13.9133 13.2315 13.7525C13.3117 13.5917 13.4567 13.4727 13.6301 13.4254C15.5173 12.9097 17.0449 11.5267 17.7567 9.73176ZM18.691 10.7382C17.8554 12.4363 16.3929 13.7693 14.6027 14.4375C14.7994 15.106 14.9048 15.8163 14.9048 16.5471C14.9048 18.4806 14.1654 20.2523 12.9466 21.5733C13.9594 22.3074 15.2008 22.7368 16.5476 22.7368C19.9616 22.7368 22.7369 19.9614 22.7369 16.5471C22.7369 13.8904 21.0465 11.6086 18.691 10.7382Z",fill:"currentColor"})))}a(e3,"SvgColors");var a3=e3;import Ji,{createElement as t3}from"react";function o3(e){return t3(o,e,Ji.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ji.createElement("path",{d:"M12 24C9.62663 24 7.30655 23.2962 5.33316 21.9776C3.35977 20.6591 1.8217 18.7849 0.913451 16.5922C0.00519937 14.3995 -0.232441 11.9867 0.230582 9.65892C0.693604 7.33115 1.83649 5.19295 3.51472 3.51472C5.19295 1.83649 7.33115 0.693604 9.65892 0.230582C11.9867 -0.232441 14.3995 0.00519937 16.5922 0.913451C18.7849 1.8217 20.6591 3.35977 21.9776 5.33316C23.2962 7.30655 24 9.62663 24 12C23.9964 15.1815 22.731 18.2317 20.4813 20.4813C18.2317 22.731 15.1815 23.9964 12 24ZM5.24958 10.7467C5.02396 10.7461 4.80338 10.8134 4.61649 10.9398C4.42961 11.0663 4.28505 11.2459 4.20158 11.4556C4.11812 11.6652 4.09962 11.8951 4.14847 12.1153C4.19732 12.3356 4.31128 12.5361 4.47553 12.6908L9.38309 17.3238C9.59865 17.5247 9.88439 17.6329 10.1789 17.6253C10.4734 17.6178 10.7532 17.495 10.9582 17.2833L19.556 8.28277C19.7619 8.06674 19.8735 7.77777 19.8663 7.47942C19.8591 7.18108 19.7338 6.89781 19.5177 6.69192C19.3017 6.48603 19.0127 6.3744 18.7144 6.38157C18.416 6.38875 18.1328 6.51414 17.9269 6.73017L10.1144 14.9139L6.02363 11.0527C5.81479 10.856 5.5387 10.7466 5.25183 10.7467H5.24958Z",fill:"currentColor"})))}a(o3,"SvgComplete");var xt=o3;import It,{createElement as n3}from"react";function i3(e){return n3(o,e,It.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},It.createElement("path",{d:"M21.2505 15.5V8.49939C21.2503 6.89262 20.7951 5.86851 20.1153 5.23719C19.4251 4.59653 18.3859 4.24988 17.001 4.24988H7.00049C5.6157 4.24997 4.57617 4.59653 3.88623 5.23719C3.20643 5.86851 2.75108 6.89274 2.75097 8.49939C2.75097 8.9136 2.4152 9.24939 2.00097 9.24939C1.58676 9.24939 1.25098 8.9136 1.25098 8.49939C1.25107 6.60668 1.79528 5.13062 2.86524 4.13709C3.9251 3.153 5.38578 2.74997 7.00049 2.74988H17.001C18.6157 2.74988 20.0763 3.15308 21.1362 4.13709C22.2061 5.13062 22.7503 6.60668 22.7505 8.49939V15.5C22.7505 17.3928 22.2063 18.8685 21.1362 19.8623C20.0763 20.8464 18.6159 21.2495 17.001 21.2495H7.00049C6.5865 21.2492 6.25049 20.9135 6.25049 20.4995C6.25076 20.0856 6.58667 19.7496 7.00049 19.7495H17.001C18.3859 19.7495 19.4251 19.4028 20.1153 18.7622C20.7951 18.1307 21.2505 17.1068 21.2505 15.5Z",fill:"currentColor"}),It.createElement("path",{d:"M16.5309 8.41404C16.8545 8.15559 17.3271 8.20778 17.5856 8.53124C17.8442 8.85488 17.7906 9.32741 17.4669 9.58592L14.3366 12.0864C13.0332 13.1241 10.9554 13.1241 9.65199 12.0864L9.65052 12.0849L6.5304 9.58592L6.42201 9.47898C6.19899 9.21084 6.1869 8.81411 6.41322 8.53124C6.63981 8.24844 7.03005 8.17299 7.34046 8.33201L7.4679 8.41404L10.5866 10.9131L10.7345 11.0185C11.5038 11.5127 12.6926 11.4778 13.402 10.9131L16.5309 8.41404Z",fill:"currentColor"}),It.createElement("path",{d:"M8.00097 15.75C8.4152 15.75 8.75097 16.0858 8.75097 16.5C8.75097 16.9142 8.4152 17.25 8.00097 17.25H2.00097C1.58676 17.25 1.25098 16.9142 1.25098 16.5C1.25098 16.0858 1.58676 15.75 2.00097 15.75H8.00097Z",fill:"currentColor"}),It.createElement("path",{d:"M5.00097 11.7499C5.4152 11.7499 5.75097 12.0857 5.75097 12.4999C5.75097 12.9141 5.4152 13.2499 5.00097 13.2499H2.00097C1.58676 13.2499 1.25098 12.9141 1.25098 12.4999C1.25098 12.0857 1.58676 11.7499 2.00097 11.7499H5.00097Z",fill:"currentColor"})))}a(i3,"SvgContactUs");var r3=i3;import Be,{createElement as s3}from"react";function l3(e){return s3(o,e,Be.createElement("svg",{viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},Be.createElement("g",{id:"Frame"},Be.createElement("path",{id:"Vector",fillRule:"evenodd",clipRule:"evenodd",d:"M1.6665 10.0001C1.6665 5.39771 5.39746 1.66675 9.99984 1.66675C10.321 1.66675 10.6381 1.68494 10.9501 1.72037C11.0608 1.73294 11.1618 1.78931 11.2307 1.87688C11.2995 1.96446 11.3304 2.07596 11.3165 2.18647C11.3026 2.2966 11.2954 2.40898 11.2954 2.52323C11.2954 3.87251 12.2997 4.98791 13.6013 5.16169C13.7876 5.18656 13.9342 5.33309 13.9591 5.51938C14.1333 6.8205 15.2485 7.82416 16.5974 7.82416C16.9256 7.82416 17.239 7.76496 17.5282 7.65703C17.6391 7.61564 17.7623 7.62337 17.8673 7.67831C17.9721 7.73325 18.0486 7.8302 18.0778 7.94494C18.2446 8.60275 18.3332 9.29141 18.3332 10.0001C18.3332 14.6024 14.6022 18.3334 9.99984 18.3334C5.39746 18.3334 1.6665 14.6024 1.6665 10.0001ZM9.99984 2.50008C5.8577 2.50008 2.49984 5.85795 2.49984 10.0001C2.49984 14.1422 5.8577 17.5001 9.99984 17.5001C14.142 17.5001 17.4998 14.1422 17.4998 10.0001C17.4998 9.51183 17.4533 9.03475 17.3643 8.573C17.1173 8.62833 16.8606 8.6575 16.5974 8.6575C14.9318 8.6575 13.5389 7.49289 13.1875 5.93344C11.6273 5.58258 10.4621 4.18929 10.4621 2.52323C10.4621 2.52018 10.4621 2.51713 10.4621 2.51408C10.3093 2.5048 10.1551 2.50008 9.99984 2.50008Z",fill:"currentColor"}),Be.createElement("path",{id:"Vector_2",d:"M8.33325 7.08325C8.33325 7.77361 7.77361 8.33325 7.08325 8.33325C6.39289 8.33325 5.83325 7.77361 5.83325 7.08325C5.83325 6.39289 6.39289 5.83325 7.08325 5.83325C7.77361 5.83325 8.33325 6.39289 8.33325 7.08325Z",fill:"currentColor"}),Be.createElement("path",{id:"Vector_3",d:"M11.6665 9.58325C11.6665 10.2736 11.1068 10.8333 10.4165 10.8333C9.72617 10.8333 9.1665 10.2736 9.1665 9.58325C9.1665 8.89292 9.72617 8.33325 10.4165 8.33325C11.1068 8.33325 11.6665 8.89292 11.6665 9.58325Z",fill:"currentColor"}),Be.createElement("path",{id:"Vector_4",d:"M14.9999 11.6666C14.9999 12.1268 14.6268 12.4999 14.1666 12.4999C13.7063 12.4999 13.3333 12.1268 13.3333 11.6666C13.3333 11.2063 13.7063 10.8333 14.1666 10.8333C14.6268 10.8333 14.9999 11.2063 14.9999 11.6666Z",fill:"currentColor"}),Be.createElement("path",{id:"Vector_5",d:"M10.8333 13.75C10.8333 14.4403 10.2736 15 9.58325 15C8.89292 15 8.33325 14.4403 8.33325 13.75C8.33325 13.0597 8.89292 12.5 9.58325 12.5C10.2736 12.5 10.8333 13.0597 10.8333 13.75Z",fill:"currentColor"}),Be.createElement("path",{id:"Vector_6",d:"M6.66667 11.6666C6.66667 12.1268 6.29357 12.4999 5.83333 12.4999C5.3731 12.4999 5 12.1268 5 11.6666C5 11.2063 5.3731 10.8333 5.83333 10.8333C6.29357 10.8333 6.66667 11.2063 6.66667 11.6666Z",fill:"currentColor"}))))}a(l3,"SvgCookie");var c3=l3;import Xi,{createElement as u3}from"react";function d3(e){return u3(o,e,Xi.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Xi.createElement("path",{d:"M20.4327 5.58132H16.0737V1.95344C16.071 1.43619 15.8811 0.941128 15.5451 0.575383C15.2091 0.209663 14.7541 0.00277478 14.2789 0H4.02234C3.54722 0.00280315 3.09223 0.209677 2.75619 0.575383C2.42017 0.941104 2.23026 1.43614 2.22754 1.95344V16.465C2.23029 16.9823 2.42019 17.4776 2.75619 17.8433C3.09221 18.209 3.54722 18.4157 4.02234 18.4187H8.38133V22.0466C8.38408 22.5638 8.57398 23.0589 8.90999 23.4246C9.246 23.7903 9.70101 23.9972 10.1761 24H20.4327C20.9079 23.9972 21.3628 23.7903 21.6989 23.4246C22.0349 23.0589 22.2248 22.5639 22.2275 22.0466V7.53495C22.2248 7.0177 22.0349 6.52245 21.6989 6.1567C21.3629 5.79098 20.9079 5.58429 20.4327 5.58132ZM4.02278 16.7441C3.88129 16.7441 3.76625 16.6192 3.76625 16.465V1.95344C3.76625 1.79927 3.88112 1.67443 4.0226 1.67443H14.2792C14.3472 1.67443 14.4125 1.70377 14.4605 1.7561C14.5086 1.80842 14.5356 1.87944 14.5356 1.95344V5.58132H10.1766C9.70145 5.58431 9.24647 5.791 8.91043 6.1567C8.57441 6.52242 8.3845 7.01765 8.38177 7.53495V16.7443L4.02278 16.7441ZM20.689 22.0467C20.689 22.1208 20.662 22.1918 20.614 22.2441C20.5659 22.2964 20.5006 22.3258 20.4327 22.3258H10.176C10.0346 22.3258 9.91969 22.2009 9.91969 22.0467V7.53515C9.91969 7.38097 10.0346 7.25595 10.176 7.25595H20.4327C20.5006 7.25595 20.5659 7.28548 20.614 7.3378C20.6621 7.39013 20.689 7.46114 20.689 7.53515V22.0467Z",fill:"currentColor"})))}a(d3,"SvgCopy");var p3=d3;import P,{createElement as h3}from"react";function m3(e){return h3(o,e,P.createElement("svg",{viewBox:"0 0 29 28",xmlns:"http://www.w3.org/2000/svg"},P.createElement("circle",{cx:14.5,cy:8,r:7,fill:"#469BF5"}),P.createElement("path",{d:"M14.5001 3C13.9355 3 13.4778 5.04669 13.4778 7.57143C13.4778 10.0962 13.9355 12.1429 14.5001 12.1429C15.0646 12.1429 15.5224 10.0962 15.5224 7.57143C15.5224 5.04669 15.0646 3 14.5001 3ZM14.5707 11.8849C14.5061 11.9709 14.4415 11.9064 14.4415 11.9064C14.1816 11.6053 14.0516 11.0459 14.0516 11.0459C13.5968 9.58303 13.7051 6.44219 13.7051 6.44219C13.9188 3.9487 14.3075 3.35966 14.4398 3.22888C14.4533 3.21554 14.4711 3.20738 14.4901 3.20585C14.509 3.20432 14.5279 3.20951 14.5433 3.22052C14.7353 3.35648 14.8963 3.92507 14.8963 3.92507C15.3717 5.68909 15.3287 7.34556 15.3287 7.34556C15.3717 8.7869 15.0904 10.4003 15.0904 10.4003C14.8739 11.6265 14.5707 11.8849 14.5707 11.8849Z",fill:"white"}),P.createElement("path",{d:"M18.4671 5.29619C18.186 4.80656 16.1823 5.42826 13.9903 6.68463C11.7983 7.941 10.2521 9.35649 10.5329 9.84592C10.8138 10.3353 12.8177 9.71385 15.0097 8.45748C17.2017 7.20111 18.7479 5.78562 18.4671 5.29619ZM10.7923 9.77875C10.6846 9.7652 10.709 9.6768 10.709 9.6768C10.841 9.30162 11.261 8.91052 11.261 8.91052C12.3046 7.78823 15.0842 6.31912 15.0842 6.31912C17.3542 5.26349 18.0593 5.30803 18.2381 5.35725C18.2565 5.36237 18.2724 5.37383 18.2832 5.38958C18.2939 5.40533 18.2987 5.42437 18.2967 5.44332C18.2752 5.67751 17.8609 6.0999 17.8609 6.0999C16.5675 7.39043 15.1086 8.17758 15.1086 8.17758C13.8792 8.93243 12.3391 9.49111 12.3391 9.49111C11.1672 9.91321 10.7923 9.77875 10.7923 9.77875H10.7923Z",fill:"white"}),P.createElement("path",{d:"M18.4571 9.86134C18.7404 9.373 17.1981 7.95102 15.0138 6.6852C12.8295 5.41938 10.826 4.78999 10.543 5.27916C10.26 5.76833 11.8021 7.18947 13.9876 8.45529C16.1732 9.72111 18.1741 10.3506 18.4571 9.86134ZM10.7307 5.46785C10.6889 5.3687 10.7772 5.34482 10.7772 5.34482C11.1682 5.27101 11.7175 5.43921 11.7175 5.43921C13.2118 5.77933 15.8763 7.44763 15.8763 7.44763C17.9278 8.88253 18.2424 9.51456 18.2896 9.69397C18.2944 9.71237 18.2925 9.73188 18.2843 9.74904C18.2761 9.7662 18.2621 9.77992 18.2448 9.78777C18.0309 9.88567 17.4579 9.73981 17.4579 9.73981C15.692 9.26652 14.2797 8.39938 14.2797 8.39938C13.0108 7.71528 11.756 6.66266 11.756 6.66266C10.8026 5.86025 10.731 5.46894 10.731 5.46894L10.7307 5.46785Z",fill:"white"}),P.createElement("path",{d:"M14.4893 8.09906C14.7865 8.09906 15.0274 7.85827 15.0274 7.56125C15.0274 7.26422 14.7865 7.02344 14.4893 7.02344C14.1922 7.02344 13.9513 7.26422 13.9513 7.56125C13.9513 7.85827 14.1922 8.09906 14.4893 8.09906Z",fill:"white"}),P.createElement("path",{d:"M16.6954 5.81725C16.8677 5.81725 17.0075 5.67278 17.0075 5.49456C17.0075 5.31635 16.8677 5.17188 16.6954 5.17188C16.523 5.17188 16.3833 5.31635 16.3833 5.49456C16.3833 5.67278 16.523 5.81725 16.6954 5.81725Z",fill:"white"}),P.createElement("path",{d:"M11.5731 6.9149C11.7454 6.9149 11.8851 6.77043 11.8851 6.59222C11.8851 6.414 11.7454 6.26953 11.5731 6.26953C11.4007 6.26953 11.261 6.414 11.261 6.59222C11.261 6.77043 11.4007 6.9149 11.5731 6.9149Z",fill:"white"}),P.createElement("path",{d:"M13.8544 10.8719C14.0268 10.8719 14.1665 10.7275 14.1665 10.5492C14.1665 10.371 14.0268 10.2266 13.8544 10.2266C13.6821 10.2266 13.5424 10.371 13.5424 10.5492C13.5424 10.7275 13.6821 10.8719 13.8544 10.8719Z",fill:"white"}),P.createElement("circle",{cx:7.5,cy:20,r:7,fill:"#469BF5"}),P.createElement("g",{clipPath:"url(#clip0_9706_95038)"},P.createElement("path",{d:"M12.0037 16.8405C11.903 16.4592 11.5793 16.0779 10.9965 15.6535C10.5289 15.3153 10.0325 15.1211 9.63681 15.1211C9.55767 15.1211 9.48573 15.1283 9.41379 15.1427C9.23393 15.1786 9.07566 15.3081 8.97494 15.5024C8.85264 15.7326 8.82386 16.042 8.90299 16.229C8.93177 16.2866 8.96774 16.3585 9.01091 16.4233C8.62961 16.6535 8.41379 16.7182 8.38501 16.7254C9.37782 17.0563 10.2052 17.747 10.7231 18.6463L10.7303 18.5599C10.7519 18.3225 10.8239 18.0492 10.9246 17.7686C11.0253 17.7974 11.126 17.8117 11.2267 17.8117C11.4929 17.8117 11.7231 17.7038 11.867 17.5096C12.0109 17.3153 12.0685 17.0563 12.0037 16.8405Z",fill:"white"}),P.createElement("path",{d:"M10.9675 17.5614C11.6222 17.7413 11.8884 17.2377 11.802 16.8996C11.7085 16.5614 11.4064 16.2161 10.874 15.8276C10.3416 15.4391 9.80204 15.2809 9.45671 15.3528C9.11139 15.4247 9.01067 15.9499 9.097 16.1514C9.13297 16.2305 9.21211 16.3456 9.32002 16.4751C9.18333 16.5686 9.05384 16.6406 8.94592 16.7053C9.60779 17.0003 10.1833 17.4607 10.615 18.0363C10.6653 17.842 10.7373 17.6693 10.802 17.5183C10.8524 17.5255 10.91 17.5398 10.9675 17.5614Z",fill:"url(#paint0_radial_9706_95038)"}),P.createElement("path",{d:"M11.4713 16.5684C10.9246 15.9929 10.4641 15.8418 9.91018 15.7195C9.47853 15.6188 9.59364 15.3742 10.1188 15.4245C9.86702 15.3382 9.62961 15.3166 9.45695 15.3526C9.11162 15.4245 9.0109 15.9497 9.09723 16.1511C9.1332 16.2303 9.21234 16.3454 9.32026 16.4749C9.12601 16.6044 8.96054 16.6979 8.82385 16.7699C8.8886 16.7986 8.96774 16.8346 9.06126 16.885C9.30587 17.0145 9.57205 17.2303 9.57205 17.2303C9.16918 16.885 9.25551 16.7267 9.80946 16.3382C9.98213 16.2159 10.2987 16.2303 10.5936 16.3814C10.8886 16.5324 11.2339 16.9137 11.2339 16.9137L10.903 17.5468C10.9246 17.554 10.9462 17.5612 10.9677 17.5684C11.1764 17.626 11.3418 17.6116 11.4713 17.5612C11.6224 17.4677 12.0181 17.1511 11.4713 16.5684Z",fill:"#C0DAF6"}),P.createElement("path",{d:"M9.90274 16.0629C10.0466 16.1204 10.2337 16.2212 10.4639 16.3722C10.7373 16.5521 10.9747 16.7535 11.1258 16.9118C10.874 17.2428 10.7085 17.696 10.6078 18.0125C10.6581 18.0845 10.7157 18.1564 10.766 18.2284C10.8164 18.0485 10.9027 17.7823 11.0178 17.5161C11.0466 17.5233 11.0826 17.5233 11.1186 17.5233C11.2049 17.5233 11.3056 17.5089 11.3848 17.4442C11.4423 17.401 11.5071 17.3219 11.4999 17.178C11.4999 17.0413 11.3919 16.8687 11.1689 16.66C11.0107 16.5089 10.7948 16.3435 10.579 16.1924C9.96029 15.7823 9.52864 15.6672 9.3344 15.8615C9.2049 15.991 9.21929 16.1492 9.26245 16.2643C9.03224 16.4154 8.83799 16.5233 8.7085 16.5953C8.79483 16.624 8.87396 16.66 8.96029 16.696C9.19051 16.5737 9.52145 16.3651 9.90274 16.0629ZM11.2625 17.0917C11.284 17.1276 11.2912 17.1636 11.2912 17.1852C11.2912 17.2499 11.2696 17.2715 11.2553 17.2859C11.2265 17.3075 11.1689 17.3219 11.1186 17.3219C11.1617 17.2356 11.2121 17.1636 11.2625 17.0917ZM9.48547 16.0197C9.50706 15.9981 9.56461 15.9838 9.65814 15.9981C9.58619 16.0557 9.51425 16.1061 9.44231 16.1564C9.43511 16.1061 9.44231 16.0557 9.48547 16.0197Z",fill:"white"}),P.createElement("path",{d:"M7.2192 16.332C4.86668 16.332 2.96021 18.2385 2.96021 20.591C2.96021 22.9435 4.86668 24.85 7.2192 24.85C9.57172 24.85 11.4782 22.9435 11.4782 20.591C11.4782 18.2385 9.56452 16.332 7.2192 16.332ZM7.2192 24.6126C4.99618 24.6126 3.19762 22.814 3.19762 20.591C3.19762 18.368 4.99618 16.5694 7.2192 16.5694C9.44222 16.5694 11.2408 18.368 11.2408 20.591C11.2408 22.814 9.43502 24.6126 7.2192 24.6126Z",fill:"white"}),P.createElement("path",{d:"M7.21921 24.6135C9.44029 24.6135 11.2408 22.813 11.2408 20.5919C11.2408 18.3708 9.44029 16.5703 7.21921 16.5703C4.99814 16.5703 3.19763 18.3708 3.19763 20.5919C3.19763 22.813 4.99814 24.6135 7.21921 24.6135Z",fill:"#6CAFF5"}),P.createElement("path",{d:"M11.0398 20.5547C11.0398 22.6626 9.32759 24.3748 7.21967 24.3748C5.11176 24.3748 3.39233 22.6626 3.39233 20.5547H11.0398Z",fill:"#7EB8F5"}),P.createElement("path",{d:"M10.7375 20.5547C10.7375 22.6122 9.11165 24.2957 7.06848 24.3748H7.21956C9.32747 24.3748 11.0397 22.6626 11.0397 20.5547H10.7375Z",fill:"#7EB8F5"}),P.createElement("path",{d:"M11.0326 20.5885C11.0326 20.1497 10.27 19.8979 9.25564 19.8116C8.52183 19.754 7.78082 19.826 6.9319 20.0849C6.19809 20.3008 5.53622 20.2648 5.0542 20.2072C3.98226 20.0849 3.39233 20.0706 3.39233 20.5885C3.39233 21.3367 4.91751 22.272 7.20528 21.9483C8.36356 21.7828 8.96068 21.4447 9.64413 21.2144C10.3851 20.9698 11.0326 20.977 11.0326 20.5885Z",fill:"#7EB8F5"}),P.createElement("path",{d:"M9.52875 19.2577C9.67976 19.2577 9.80213 19.1353 9.80213 18.9843C9.80213 18.8333 9.67976 18.7109 9.52875 18.7109C9.37774 18.7109 9.25537 18.8333 9.25537 18.9843C9.25537 19.1353 9.37774 19.2577 9.52875 19.2577Z",fill:"#55A6FA",fillOpacity:.53}),P.createElement("path",{d:"M8.47097 18.7754C8.82859 18.7754 9.11845 18.4856 9.11845 18.128C9.11845 17.7703 8.82859 17.4805 8.47097 17.4805C8.11334 17.4805 7.82349 17.7703 7.82349 18.128C7.82349 18.4856 8.11334 18.7754 8.47097 18.7754Z",fill:"#55A6FA",fillOpacity:.53}),P.createElement("path",{d:"M9.16923 22.2728C9.20894 22.2728 9.24118 22.2406 9.24118 22.2008C9.24118 22.1611 9.20894 22.1289 9.16923 22.1289C9.12952 22.1289 9.09729 22.1611 9.09729 22.2008C9.09729 22.2406 9.12952 22.2728 9.16923 22.2728Z",fill:"white",fillOpacity:.3})),P.createElement("circle",{cx:21.5,cy:20,r:7,fill:"#469BF5"}),P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2726 16.668L24.1966 23.4457L25.4961 21.178L22.8716 16.668H20.2726Z",fill:"white"}),P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2726 21.3047L21.623 23.445H24.324L22.9735 21.3047H20.2726Z",fill:"white"}),P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1005 18.8086L17.75 21.1273L19.1005 23.446L21.8269 18.8086H19.1005Z",fill:"white"}),P.createElement("defs",null,P.createElement("radialGradient",{id:"paint0_radial_9706_95038",cx:0,cy:0,r:1,gradientUnits:"userSpaceOnUse",gradientTransform:"translate(11.6708 16.4463) scale(3.21543 3.21542)"},P.createElement("stop",{stopColor:"#C2DBF5"}),P.createElement("stop",{offset:1,stopColor:"#BCD8F5"})),P.createElement("clipPath",{id:"clip0_9706_95038"},P.createElement("rect",{width:10,height:10,fill:"white",transform:"translate(2.5 15)"})))))}a(m3,"SvgCosmosCategory");var $o=m3;import Mo,{createElement as g3}from"react";function y3(e){return g3(o,e,Mo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Mo.createElement("path",{d:"M23.9529 17.8164V6.88069C23.9529 5.29233 22.6605 4 21.0722 4H2.88069C1.29233 4 0 5.29244 0 6.88069V17.8164C0 19.4047 1.29244 20.6971 2.88069 20.6971H21.0722C22.6606 20.6971 23.9529 19.4046 23.9529 17.8164ZM2.88042 5.40869H21.072C21.8836 5.40869 22.5441 6.06918 22.5441 6.8808V8.5537H1.40826V6.8808C1.40826 6.06918 2.06881 5.40869 2.88042 5.40869ZM1.40831 17.8164V9.96239H22.5441V17.8164C22.5441 18.628 21.8836 19.2885 21.072 19.2885H2.88047C2.06886 19.2885 1.40831 18.628 1.40831 17.8164Z",fill:"currentColor"}),Mo.createElement("path",{d:"M20.2882 15.6025H17.66C17.2711 15.6025 16.9551 15.9175 16.9551 16.3074C16.9551 16.6963 17.27 17.0123 17.66 17.0123H20.2882C20.6771 17.0123 20.9931 16.6974 20.9931 16.3074C20.992 15.9175 20.6771 15.6025 20.2882 15.6025Z",fill:"currentColor"})))}a(y3,"SvgCreditCard");var C3=y3;import Qi,{createElement as k3}from"react";function f3(e){return k3(o,e,Qi.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Qi.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.3172 1.14659C18.8459 -0.382197 21.3246 -0.382197 22.8534 1.14659C24.3822 2.67538 24.3822 5.15404 22.8534 6.68283L21.9458 7.59042C21.4696 8.06664 21.4696 8.83873 21.9458 9.31494C22.9734 10.3425 22.9734 12.0084 21.9458 13.036C20.9183 14.0635 19.2523 14.0635 18.2248 13.036L10.964 5.77524C9.93643 4.7477 9.93643 3.08172 10.964 2.05419C11.9915 1.02665 13.6575 1.02665 14.685 2.05419C15.1612 2.5304 15.9333 2.5304 16.4096 2.05419L17.3172 1.14659ZM21.8551 2.14486C20.8777 1.16739 19.2929 1.16739 18.3154 2.14486L17.4078 3.05245C16.3803 4.07999 14.7143 4.07999 13.6868 3.05245C13.2105 2.57624 12.4384 2.57624 11.9622 3.05245C11.486 3.52866 11.486 4.30076 11.9622 4.77697L19.223 12.0377C19.6992 12.5139 20.4713 12.5139 20.9475 12.0377C21.4238 11.5615 21.4238 10.7894 20.9475 10.3132C19.92 9.28567 19.92 7.6197 20.9475 6.59216L21.8551 5.68456C22.8326 4.7071 22.8326 3.12232 21.8551 2.14486ZM11.4177 9.85952C11.1922 9.63393 10.8264 9.63393 10.6008 9.85951L3.49641 16.9639C2.33926 18.121 1.62441 19.6473 1.47625 21.277L1.41434 21.9581C1.38168 22.3173 1.68265 22.6183 2.04192 22.5857L2.72301 22.5237C4.35276 22.3756 5.87898 21.6607 7.03613 20.5036L14.1405 13.3992C14.3661 13.1736 14.3661 12.8079 14.1405 12.5823L11.4177 9.85952ZM9.60255 8.86125C10.3795 8.08433 11.6391 8.08434 12.416 8.86125L15.1388 11.584C15.9157 12.3609 15.9157 13.6206 15.1388 14.3975L8.0344 21.5019C6.64371 22.8925 4.80947 23.7517 2.85082 23.9297L2.16973 23.9916C0.932446 24.1041 -0.104108 23.0676 0.00837295 21.8303L0.0702906 21.1492C0.24835 19.1905 1.10746 17.3563 2.49815 15.9656L9.60255 8.86125Z",fill:"currentColor"})))}a(f3,"SvgCustomColors");var w3=f3;import er,{createElement as b3}from"react";function v3(e){return b3(o,e,er.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},er.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.49131 8.93104C2.71953 9.28416 1.38428 10.8479 1.38428 12.7235C1.38428 14.8592 3.11564 16.5906 5.25138 16.5906C5.78253 16.5906 6.24657 16.4827 6.63097 16.2429C7.01948 16.0007 7.27541 15.6557 7.44145 15.2719C7.75496 14.5475 7.77693 13.6023 7.77693 12.7235C7.77693 11.8447 7.75496 10.8995 7.44145 10.175C7.27541 9.79129 7.01948 9.44629 6.63097 9.204C6.3719 9.04244 6.07667 8.94075 5.74909 8.89161C6.48712 6.61874 8.95994 4.86602 12 4.86602C15.0401 4.86602 17.5129 6.61873 18.251 8.8916C17.9233 8.94073 17.6281 9.04242 17.369 9.204C16.9805 9.44629 16.7245 9.79129 16.5585 10.175C16.245 10.8995 16.223 11.8447 16.223 12.7235C16.223 13.6023 16.245 14.5475 16.5585 15.2719C16.7245 15.6557 16.9805 16.0007 17.369 16.2429C17.5371 16.3478 17.7204 16.4274 17.9179 16.4838V16.8817C17.9179 18.2196 16.5072 19.518 14.4726 19.518H12.4499C12.1186 19.518 11.8499 19.7866 11.8499 20.118C11.8499 20.4493 12.1186 20.718 12.4499 20.718H14.4726C16.9062 20.718 19.1179 19.1184 19.1179 16.8817V16.5732C21.0804 16.3872 22.6157 14.7346 22.6157 12.7235C22.6157 10.8479 21.2805 9.28423 19.5087 8.93106C19.507 8.92282 19.5052 8.91459 19.5031 8.90635C18.7376 5.85484 15.6181 3.66602 12 3.66602C8.38194 3.66602 5.26244 5.85484 4.49696 8.90635C4.4949 8.91458 4.49302 8.92281 4.49131 8.93104ZM5.25138 10.0564C3.77838 10.0564 2.58428 11.2505 2.58428 12.7235C2.58428 14.1965 3.77838 15.3906 5.25138 15.3906C5.62242 15.3906 5.85017 15.3156 5.99597 15.2247C6.13766 15.1364 6.25034 15.0029 6.34014 14.7954C6.53832 14.3374 6.57693 13.649 6.57693 12.7235C6.57693 11.7979 6.53832 11.1095 6.34014 10.6516C6.25034 10.444 6.13766 10.3106 5.99597 10.2222C5.85017 10.1313 5.62242 10.0564 5.25138 10.0564ZM17.6598 10.6516C17.4616 11.1095 17.423 11.7979 17.423 12.7235C17.423 13.649 17.4616 14.3374 17.6598 14.7954C17.7496 15.0029 17.8623 15.1364 18.004 15.2247C18.1498 15.3156 18.3775 15.3906 18.7486 15.3906C20.2216 15.3906 21.4157 14.1965 21.4157 12.7235C21.4157 11.2505 20.2216 10.0564 18.7486 10.0564C18.3775 10.0564 18.1498 10.1313 18.004 10.2222C17.8623 10.3106 17.7496 10.444 17.6598 10.6516Z",fill:"currentColor"})))}a(v3,"SvgCustomerSupport");var S3=v3;import f,{createElement as T3}from"react";function x3(e){return T3(o,e,f.createElement("svg",{viewBox:"0 0 200 173",fill:"none",xmlns:"http://www.w3.org/2000/svg"},f.createElement("path",{fill:"#F3F8FC",d:"M44.167 61.576C5.142 56.15 5.23 102.127 11.919 116.708c12.94 28.225 62.797 48.735 69.176 24.965 9.46-35.247 62.915-2.897 85.22-4.754 22.304-1.858 24.25-31.86 6.499-46.34-17.752-14.48-5.966-32.553-8.561-48.994-2.595-16.44-24.489-29.104-48.396-14.093-22.582 14.178-17.514 41.617-71.69 34.084Z"}),f.createElement("g",{stroke:"#002D5E",strokeLinecap:"round",strokeWidth:.877},f.createElement("path",{d:"M36.509 80.67c-2.554-2.055-5.828-1.903-10.124-.734M41.066 73.016c-2.62-3.294-3.184-5.288-3.688-9.6M37.608 75.705c-3.2-2.95-7.364-5.582-11.294-7.717"})),f.createElement("path",{stroke:"#002D5E",strokeDasharray:"3.51 2.63",strokeWidth:.877,d:"M141.301 100.922c.348-3.058.581-6.172 1.492-9.117.782-2.524 2.02-4.717 3.768-6.66 1.456-1.62 3.195-3.075 5.223-3.867 1.97-.77 4.154-1.006 6.255-1.001 2.518.006 5.171.328 7.493 1.421 1.803.849 3.288 2.637 4.303 4.351 1.759 2.97 1.247 6.634-.92 9.22-.764.91-1.753 1.771-2.862 2.203-1.564.609-3.035.013-4.129-1.244-2.476-2.843-1.619-7.39-.322-10.552 1.524-3.715 4.277-6.931 7.534-9.149 2.361-1.607 5.028-2.739 7.68-3.736 2.619-.984 5.281-1.656 7.97-2.393"}),f.createElement("circle",{cx:186.116,cy:70.399,r:2.746,fill:"#002D5E"}),f.createElement("g",{stroke:"#fff",strokeWidth:.407,filter:"url(#a)"},f.createElement("rect",{width:99.809,height:28.4,x:46.977,y:112.419,fill:"#D6E8F9",fillOpacity:.5,rx:4.404}),f.createElement("rect",{width:70.596,height:4.056,x:70.917,y:120.126,fill:"#F5FAFF",rx:2.028}),f.createElement("rect",{width:70.596,height:4.056,x:70.917,y:129.868,fill:"#F5FAFF",rx:2.028}),f.createElement("path",{fill:"#F5FAFF",d:"M67.263 126.82a7.911 7.911 0 1 1-15.822 0 7.911 7.911 0 0 1 15.822 0Z"})),f.createElement("g",{stroke:"#fff",strokeWidth:.407,filter:"url(#b)"},f.createElement("rect",{width:99.809,height:28.4,x:46.978,y:44.592,fill:"#D6E8F9",fillOpacity:.5,rx:4.404}),f.createElement("rect",{width:70.596,height:4.056,x:70.917,y:52.3,fill:"#F5FAFF",rx:2.028}),f.createElement("rect",{width:70.596,height:4.056,x:70.917,y:62.041,fill:"#F5FAFF",rx:2.028}),f.createElement("path",{fill:"#F5FAFF",d:"M67.263 59a7.911 7.911 0 1 1-15.822 0 7.911 7.911 0 0 1 15.822 0Z"})),f.createElement("g",{filter:"url(#c)"},f.createElement("rect",{width:108.517,height:31.193,x:38.475,y:76.075,fill:"#fff",rx:4.99})),f.createElement("rect",{width:75.27,height:4.731,x:66.133,y:84.572,fill:"#E6F2FF",rx:2.366}),f.createElement("rect",{width:75.27,height:4.731,x:66.133,y:94.894,fill:"#E6F2FF",rx:2.366}),f.createElement("g",{filter:"url(#d)"},f.createElement("circle",{cx:52.386,cy:91.607,r:9.749,stroke:"#002D5E",strokeDasharray:"1.78 1.34",strokeWidth:.446})),f.createElement("g",{filter:"url(#e)"},f.createElement("circle",{cx:54.492,cy:91.848,r:9.99,fill:"#E5F2FF"}),f.createElement("circle",{cx:54.492,cy:91.848,r:9.896,stroke:"#fff",strokeWidth:.188})),f.createElement("g",{stroke:"#002D5E",strokeLinecap:"round",strokeWidth:.754},f.createElement("path",{d:"m53.224 90.58 2.534 2.534M53.224 93.114l2.534-2.534"})),f.createElement("circle",{cx:54.491,cy:91.847,r:4.15,stroke:"#002D5E",strokeWidth:.754}),f.createElement("defs",null,f.createElement("filter",{id:"a",width:100.984,height:29.575,x:46.39,y:111.831,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},f.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),f.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),f.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_19281_419764",stdDeviation:.192})),f.createElement("filter",{id:"b",width:100.984,height:29.575,x:46.39,y:44.005,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},f.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),f.createElement("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),f.createElement("feGaussianBlur",{result:"effect1_foregroundBlur_19281_419764",stdDeviation:.192})),f.createElement("filter",{id:"c",width:116.833,height:39.509,x:33.07,y:74.827,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},f.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),f.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),f.createElement("feOffset",{dx:-1.247,dy:2.911}),f.createElement("feGaussianBlur",{stdDeviation:2.079}),f.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),f.createElement("feColorMatrix",{values:"0 0 0 0 0.507031 0 0 0 0 0.626875 0 0 0 0 0.7375 0 0 0 0.49 0"}),f.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_19281_419764"}),f.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_19281_419764",result:"shape"})),f.createElement("filter",{id:"d",width:21.73,height:21.73,x:41.521,y:80.742,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},f.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),f.createElement("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:.446}),f.createElement("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_19281_419764"}),f.createElement("feBlend",{in:"SourceGraphic",in2:"effect1_backgroundBlur_19281_419764",result:"shape"})),f.createElement("filter",{id:"e",width:22.994,height:24.285,x:42.995,y:81.104,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},f.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),f.createElement("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:.377}),f.createElement("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_19281_419764"}),f.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),f.createElement("feOffset",{dy:2.044}),f.createElement("feGaussianBlur",{stdDeviation:.754}),f.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),f.createElement("feColorMatrix",{values:"0 0 0 0 0.814115 0 0 0 0 0.882372 0 0 0 0 0.9625 0 0 0 0.33 0"}),f.createElement("feBlend",{in2:"effect1_backgroundBlur_19281_419764",result:"effect2_dropShadow_19281_419764"}),f.createElement("feBlend",{in:"SourceGraphic",in2:"effect2_dropShadow_19281_419764",result:"shape"})))))}a(x3,"SvgCustomTokensZeroState");var I3=x3;import g,{createElement as D3}from"react";function L3(e){return D3(o,e,g.createElement("svg",{viewBox:"0 0 200 173",fill:"none",xmlns:"http://www.w3.org/2000/svg"},g.createElement("g",{id:"Custom Tokens"},g.createElement("path",{id:"Vector 10",d:"M44.167 61.5761C5.14181 56.15 5.22992 102.127 11.9196 116.708C24.8586 144.933 74.7156 165.443 81.0951 141.673C90.5545 106.426 144.01 138.776 166.315 136.919C188.62 135.061 190.565 105.059 172.814 90.5792C155.062 76.099 166.849 58.0255 164.253 41.585C161.658 25.1445 139.764 12.4813 115.857 27.4918C93.2754 41.6699 98.3432 69.1088 44.167 61.5761Z",fill:"#111112"}),g.createElement("g",{id:"Group 1000007805"},g.createElement("path",{id:"Vector 5",d:"M33.3549 82.5155C30.8013 80.4597 27.5271 80.6121 23.2312 81.7805",stroke:"#D1D1D1",strokeWidth:.876984,strokeLinecap:"round"}),g.createElement("path",{id:"Vector 6",d:"M37.9128 74.8615C35.292 71.5671 34.7292 69.5732 34.2246 65.261",stroke:"#D1D1D1",strokeWidth:.876984,strokeLinecap:"round"}),g.createElement("path",{id:"Vector 7",d:"M34.4533 77.5497C31.2532 74.6003 27.0895 71.9673 23.1592 69.833",stroke:"#D1D1D1",strokeWidth:.876984,strokeLinecap:"round"})),g.createElement("g",{id:"Group 1000007806"},g.createElement("path",{id:"Vector 2",d:"M138.142 102.767C138.49 99.7086 138.723 96.5943 139.635 93.6495C140.416 91.126 141.655 88.9323 143.402 86.9893C144.858 85.3701 146.598 83.9147 148.625 83.1229C150.596 82.3531 152.779 82.1166 154.881 82.1214C157.399 82.1272 160.052 82.4497 162.373 83.5426C164.176 84.3912 165.662 86.1799 166.677 87.8937C168.435 90.8633 167.923 94.5274 165.757 97.113C164.993 98.0243 164.003 98.885 162.895 99.3162C161.33 99.9252 159.86 99.3294 158.765 98.0726C156.289 95.2291 157.146 90.6821 158.443 87.5208C159.967 83.8057 162.721 80.5889 165.978 78.3715C168.338 76.7645 171.005 75.6328 173.657 74.6358C176.276 73.6511 178.939 72.9793 181.628 72.2427",stroke:"#D1D1D1",strokeWidth:.876984,strokeDasharray:"3.51 2.63"}),g.createElement("circle",{id:"Ellipse 1940",cx:182.957,cy:72.2431,r:2.74629,fill:"#D1D1D1"})),g.createElement("g",{id:"Group 1000007807"},g.createElement("g",{id:"Group 1000007810",filter:"url(#filter0_f_19281_419835)"},g.createElement("g",{id:"Group 1000007748"},g.createElement("g",{id:"Rectangle 6610"},g.createElement("rect",{x:43.6162,y:113.849,width:100.216,height:28.8071,rx:4.60784,fill:"#444444",fillOpacity:.5}),g.createElement("rect",{x:43.8197,y:114.053,width:99.8093,height:28.4001,rx:4.40431,stroke:"#787878",strokeOpacity:.25,strokeWidth:.407059})),g.createElement("rect",{id:"Rectangle 6611",x:67.5557,y:121.557,width:71.0035,height:4.46308,rx:2.23154,fill:"#343434"}),g.createElement("rect",{id:"Rectangle 6612",x:67.5557,y:131.298,width:71.0035,height:4.46308,rx:2.23154,fill:"#343434"})),g.createElement("g",{id:"Ellipse 1952"},g.createElement("ellipse",{cx:56.1948,cy:128.461,rx:8.11468,ry:8.11468,fill:"#3F3F3F"}),g.createElement("path",{d:"M64.2094 128.461C64.2094 132.887 60.6211 136.475 56.1948 136.475C51.7684 136.475 48.1801 132.887 48.1801 128.461C48.1801 124.034 51.7684 120.446 56.1948 120.446C60.6211 120.446 64.2094 124.034 64.2094 128.461Z",stroke:"#787878",strokeOpacity:.25,strokeWidth:.2}))),g.createElement("g",{id:"Group 1000007822",filter:"url(#filter1_f_19281_419835)"},g.createElement("g",{id:"Group 1000007748_2"},g.createElement("g",{id:"Rectangle 6610_2"},g.createElement("rect",{x:43.6162,y:46.2336,width:100.216,height:28.8071,rx:4.60784,fill:"#444444",fillOpacity:.5}),g.createElement("rect",{x:43.8197,y:46.4372,width:99.8093,height:28.4001,rx:4.40431,stroke:"#787878",strokeOpacity:.25,strokeWidth:.407059})),g.createElement("rect",{id:"Rectangle 6611_2",x:67.5557,y:53.9412,width:71.0035,height:4.46308,rx:2.23154,fill:"#343434"}),g.createElement("rect",{id:"Rectangle 6612_2",x:67.5557,y:63.6826,width:71.0035,height:4.46308,rx:2.23154,fill:"#343434"})),g.createElement("g",{id:"Ellipse 1952_2"},g.createElement("ellipse",{cx:56.1948,cy:60.8449,rx:8.11468,ry:8.11468,fill:"#3F3F3F"}),g.createElement("path",{d:"M64.2094 60.8449C64.2094 65.2713 60.6211 68.8596 56.1948 68.8596C51.7684 68.8596 48.1801 65.2713 48.1801 60.8449C48.1801 56.4185 51.7684 52.8302 56.1948 52.8302C60.6211 52.8302 64.2094 56.4185 64.2094 60.8449Z",stroke:"#787878",strokeOpacity:.25,strokeWidth:.2}))),g.createElement("g",{id:"Group 1000007811"},g.createElement("g",{id:"Rectangle 6610_3",filter:"url(#filter2_d_19281_419835)"},g.createElement("rect",{x:35.3213,y:78.5015,width:106.238,height:30.538,rx:4.88471,fill:"#414141"}),g.createElement("rect",{x:35.5248,y:78.705,width:105.831,height:30.131,rx:4.68118,stroke:"#313134",strokeWidth:.407059})),g.createElement("g",{id:"Group 1000007823"},g.createElement("g",{id:"Group 1000007726"},g.createElement("g",{id:"Ellipse 1938",filter:"url(#filter3_bd_19281_419835)"},g.createElement("circle",{cx:52.4858,cy:93.5847,r:9.88228,fill:"#363636"}),g.createElement("circle",{cx:52.4858,cy:93.5847,r:9.78911,stroke:"#787878",strokeWidth:.186346})),g.createElement("g",{id:"Group 1000007725"},g.createElement("path",{id:"Line 351",d:"M51.2324 92.3315L53.7389 94.838",stroke:"white",strokeWidth:.745383,strokeLinecap:"round"}),g.createElement("path",{id:"Line 352",d:"M51.2324 94.8362L53.7389 92.3297",stroke:"white",strokeWidth:.745383,strokeLinecap:"round"})),g.createElement("circle",{id:"Ellipse 1939",cx:52.4894,cy:93.5833,r:4.10556,fill:"#B6B6B6",fillOpacity:.38,stroke:"#B8B8B8",strokeWidth:.745383})),g.createElement("g",{id:"Group 1000007808"},g.createElement("g",{id:"Group 1000007740"},g.createElement("g",{id:"Ellipse 1941",filter:"url(#filter4_b_19281_419835)"},g.createElement("circle",{cx:51.3139,cy:94.4919,r:9.74949,stroke:"#A5A5A5",strokeWidth:.446247,strokeDasharray:"1.78 1.34"}))))),g.createElement("rect",{id:"Rectangle 6611_3",x:66.5283,y:86.8232,width:69.6961,height:4.16096,rx:2.08048,fill:"#5A5A5A"}),g.createElement("rect",{id:"Rectangle 6612_3",x:66.5283,y:97.2258,width:69.6961,height:4.16096,rx:2.08048,fill:"#5A5A5A"})))),g.createElement("defs",null,g.createElement("filter",{id:"filter0_f_19281_419835",x:43.2322,y:113.465,width:100.985,height:29.5751,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},g.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),g.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),g.createElement("feGaussianBlur",{stdDeviation:.191993,result:"effect1_foregroundBlur_19281_419835"})),g.createElement("filter",{id:"filter1_f_19281_419835",x:43.2322,y:45.8497,width:100.985,height:29.5751,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},g.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),g.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),g.createElement("feGaussianBlur",{stdDeviation:.191993,result:"effect1_foregroundBlur_19281_419835"})),g.createElement("filter",{id:"filter2_d_19281_419835",x:22.044,y:70.5351,width:132.793,height:57.0927,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},g.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),g.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),g.createElement("feOffset",{dy:5.31093}),g.createElement("feGaussianBlur",{stdDeviation:6.63866}),g.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),g.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 1 0"}),g.createElement("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_19281_419835"}),g.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_19281_419835",result:"shape"})),g.createElement("filter",{id:"filter3_bd_19281_419835",x:38.8766,y:81.4662,width:27.2185,height:27.2185,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},g.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),g.createElement("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:.372692}),g.createElement("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_19281_419835"}),g.createElement("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),g.createElement("feOffset",{dy:1.49077}),g.createElement("feGaussianBlur",{stdDeviation:1.86346}),g.createElement("feComposite",{in2:"hardAlpha",operator:"out"}),g.createElement("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 0 0.0352941 0 0 0 1 0"}),g.createElement("feBlend",{mode:"normal",in2:"effect1_backgroundBlur_19281_419835",result:"effect2_dropShadow_19281_419835"}),g.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect2_dropShadow_19281_419835",result:"shape"})),g.createElement("filter",{id:"filter4_b_19281_419835",x:40.4493,y:83.6268,width:21.7293,height:21.7303,filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},g.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),g.createElement("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:.446247}),g.createElement("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_19281_419835"}),g.createElement("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_19281_419835",result:"shape"})))))}a(L3,"SvgCustomTokensZeroStateDark");var P3=L3;import ar,{createElement as z3}from"react";function A3(e){return z3(o,e,ar.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},ar.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.37258 9.78494C9.37258 7.99775 10.1423 6.33088 11.4437 5.17318C11.7175 4.92967 11.5567 4.44003 11.1963 4.50607C7.66917 5.15238 4.97201 8.27321 5.00022 12.0067C5.03199 16.1273 8.40939 19.4968 12.5607 19.5C15.3021 19.502 17.82 17.9874 19.1426 15.6485C19.3229 15.3297 18.918 15.0255 18.6027 15.2119C14.6912 17.5249 9.37258 15.3579 9.37258 9.78494Z",fill:"currentColor"})))}a(A3,"SvgDarkMode");var N3=A3;import Ma,{createElement as $3}from"react";function M3(e){return $3(o,e,Ma.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Ma.createElement("g",{clipPath:"url(#clip0_3736_40135)"},Ma.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.42673 4.10987C6.81047 1.73825 8.80256 0 11.1368 0H13.773C16.1072 0 18.0993 1.73825 18.483 4.10987C18.4847 4.1205 18.4862 4.13118 18.4874 4.14188L18.5405 4.60777C19.409 4.71723 20.1677 4.84185 20.8164 4.96697C20.8225 4.96804 20.8285 4.96921 20.8345 4.97045C21.7656 5.15059 22.4685 5.33139 22.9433 5.46895C23.1816 5.53796 23.3623 5.59608 23.4856 5.63775C23.5473 5.65859 23.5946 5.67531 23.6275 5.68723L23.6661 5.70141L23.6773 5.70564L23.6809 5.70701L23.6821 5.7075L23.6827 5.7077C23.6829 5.70779 23.6831 5.70787 23.4549 6.33476L23.6831 5.70787C24.0192 5.8377 24.1895 6.22362 24.0635 6.56985C23.9375 6.91583 23.5633 7.09125 23.2274 6.96194C23.2272 6.96189 23.2271 6.96185 23.227 6.9618L23.2266 6.96166L23.2222 6.95999L23.1963 6.95049C23.1719 6.94166 23.1333 6.92796 23.0803 6.91006C22.9745 6.87428 22.8115 6.82175 22.5914 6.75799C22.278 6.6672 21.8487 6.55361 21.3036 6.43317L20.5397 18.1139L20.5395 18.1166C20.3096 21.4316 17.6317 24 14.4051 24H10.5046C7.27806 24 4.6001 21.4316 4.37022 18.1166L4.37004 18.1139L3.60614 6.43317C3.06101 6.55361 2.63175 6.6672 2.31835 6.75799C2.09824 6.82175 1.93526 6.87428 1.82939 6.91006C1.77645 6.92796 1.7378 6.94166 1.71341 6.95049L1.68755 6.95999L1.68309 6.96166L1.68274 6.9618C1.34671 7.09138 0.972254 6.91596 0.84625 6.56985C0.720202 6.22362 0.890505 5.8377 1.22663 5.70787L1.45486 6.33476C1.22663 5.70787 1.22684 5.70779 1.22707 5.7077L1.22758 5.7075L1.22887 5.70701L1.23245 5.70564L1.24366 5.70141L1.28225 5.68723C1.31516 5.67531 1.36244 5.65859 1.42409 5.63775C1.54739 5.59608 1.72815 5.53796 1.96638 5.46895C2.44118 5.33139 3.14416 5.15059 4.07525 4.97045C4.08123 4.9692 4.08724 4.96804 4.09327 4.96697C4.74202 4.84186 5.50068 4.71723 6.36923 4.60777L6.42232 4.14188C6.42354 4.13118 6.42501 4.1205 6.42673 4.10987ZM7.01295 5.87877C7.02196 5.87794 7.03092 5.87693 7.03984 5.87573C8.53259 5.70737 10.3376 5.58798 12.4549 5.58798C14.5722 5.58798 16.3771 5.70737 17.8699 5.87573C17.8788 5.87693 17.8878 5.87794 17.8968 5.87877C18.6928 5.96908 19.3996 6.07327 20.0172 6.18058L19.2428 18.0212C19.2428 18.0217 19.2427 18.0222 19.2427 18.0227C19.0607 20.6363 16.9491 22.6609 14.4051 22.6609H10.5046C7.96052 22.6609 5.84891 20.6361 5.66701 18.0225C5.66698 18.022 5.66695 18.0216 5.66692 18.0212L4.89257 6.18058C5.51014 6.07327 6.21693 5.96908 7.01295 5.87877ZM17.215 4.46238C15.8455 4.33369 14.2588 4.24893 12.4549 4.24893C10.6509 4.24893 9.0642 4.33369 7.69472 4.46238L7.71155 4.31473C7.99687 2.5966 9.44306 1.33906 11.1368 1.33906H13.773C15.4667 1.33906 16.9129 2.59661 17.1982 4.31474L17.215 4.46238ZM12.4549 9.91416C12.8138 9.91416 13.1049 10.2139 13.1049 10.5837V17.6652C13.1049 18.035 12.8138 18.3348 12.4549 18.3348C12.0959 18.3348 11.8049 18.035 11.8049 17.6652L11.8049 10.5837C11.8049 10.2139 12.0959 9.91416 12.4549 9.91416ZM9.01736 11.3305C9.37635 11.3305 9.66736 11.6302 9.66736 12V16.2489C9.66736 16.6187 9.37635 16.9185 9.01736 16.9185C8.65838 16.9185 8.36736 16.6187 8.36736 16.2489V12C8.36736 11.6302 8.65838 11.3305 9.01736 11.3305ZM15.8924 11.3305C16.2513 11.3305 16.5424 11.6302 16.5424 12V16.2489C16.5424 16.6187 16.2513 16.9185 15.8924 16.9185C15.5334 16.9185 15.2424 16.6187 15.2424 16.2489V12C15.2424 11.6302 15.5334 11.3305 15.8924 11.3305Z",fill:"currentColor"})),Ma.createElement("defs",null,Ma.createElement("clipPath",{id:"clip0_3736_40135"},Ma.createElement("rect",{width:24,height:24,fill:"white",transform:"translate(0.45459)"})))))}a(M3,"SvgDelete");var j3=M3;import h,{createElement as E3}from"react";function F3(e){return E3(o,e,h.createElement("svg",{viewBox:"0 0 228 165",xmlns:"http://www.w3.org/2000/svg"},h.createElement("path",{d:"M37.772 108.328C37.772 90.9014 51.9386 76.78 69.4209 76.78H74.9067V68.0667C74.9067 52.2627 87.7472 39.4032 103.662 39.4032C119.517 39.4032 132.417 52.2026 132.417 68.0667C132.417 80.9263 142.907 91.3822 155.807 91.3822H181.127C183.9 91.3822 186.552 91.923 189.024 92.8844V108.328H37.772Z",fill:"url(#paint0_linear_7539_98594)"}),h.createElement("path",{d:"M82.3193 143.601H140.372C142.724 143.601 144.231 141.017 143.025 138.974L134.646 124.913C130.124 117.341 127.713 108.628 127.713 99.7948H95.0994C95.0994 108.628 92.6881 117.281 88.1668 124.913L79.7874 138.974C78.5817 141.017 80.0285 143.601 82.4398 143.601H82.3193Z",fill:"#D6EAFF"}),h.createElement("path",{d:"M140.373 144.202H82.3198C80.9936 144.202 79.7879 143.541 79.1248 142.339C78.4617 141.197 78.4617 139.815 79.1248 138.674L87.5042 124.612C91.9652 117.101 94.3766 108.568 94.3766 99.8547V99.2538H128.196V99.8547C128.196 108.568 130.547 117.161 135.068 124.612L143.447 138.674C144.111 139.815 144.171 141.197 143.447 142.339C142.784 143.481 141.579 144.202 140.252 144.202H140.373ZM95.6425 100.456C95.5219 109.169 93.1106 117.762 88.6496 125.273L80.2702 139.335C79.7879 140.116 79.7879 141.017 80.2702 141.798C80.6922 142.58 81.5361 143.06 82.3801 143.06H140.433C141.338 143.06 142.121 142.58 142.543 141.798C142.965 141.017 142.965 140.116 142.543 139.335L134.164 125.273C129.703 117.762 127.231 109.229 127.171 100.456H95.7631H95.6425Z",fill:"#0B27C4"}),h.createElement("path",{d:"M33.6713 117.341L189.083 117.341C194.043 117.341 198.065 113.333 198.065 108.388V9.77779C198.065 4.83286 194.043 0.824196 189.083 0.824196L33.6713 0.824196C28.7106 0.824196 24.6891 4.83286 24.6891 9.77779V108.388C24.6891 113.333 28.7106 117.341 33.6713 117.341Z",fill:"#D6EAFF"}),h.createElement("path",{d:"M189.022 117.942H33.611C28.306 117.942 24.0259 113.676 24.0259 108.388V9.77803C24.0259 4.48999 28.306 0.223511 33.611 0.223511H189.022C194.327 0.223511 198.607 4.48999 198.607 9.77803V108.388C198.607 113.676 194.327 117.942 189.022 117.942ZM33.611 1.42534C28.9691 1.42534 25.2316 5.151 25.2316 9.77803V108.388C25.2316 113.015 28.9691 116.741 33.611 116.741H189.022C193.664 116.741 197.402 113.015 197.402 108.388V9.77803C197.402 5.151 193.664 1.42534 189.022 1.42534H33.611Z",fill:"#0B27C4"}),h.createElement("path",{d:"M189.022 108.328V9.83826L33.7312 9.83826V108.328L189.022 108.328Z",fill:"white"}),h.createElement("path",{d:"M189.626 108.929H33.0688V9.23718H189.626V108.929ZM34.3348 107.727H188.42V10.439H34.2745V107.727H34.3348Z",fill:"#0B27C4"}),h.createElement("path",{d:"M37.772 108.328C37.772 90.9014 51.9386 76.78 69.4209 76.78H74.9067V68.0667C74.9067 52.2627 87.7472 39.4032 103.662 39.4032C119.517 39.4032 132.417 52.2026 132.417 68.0667C132.417 80.9263 142.907 91.3822 155.807 91.3822H181.127C183.9 91.3822 186.552 91.923 189.024 92.8844V108.328H37.772Z",fill:"url(#paint1_linear_7539_98594)"}),h.createElement("path",{opacity:.8,d:"M179.98 91.3822V104.122C176.484 103.761 173.229 102.559 170.456 100.696V91.3822H179.98Z",fill:"#3F5AF3"}),h.createElement("path",{d:"M186.972 143.601H218.138C222.001 143.601 225.131 140.481 225.131 136.631V62.2979C225.131 58.4482 222.001 55.3273 218.138 55.3273H186.972C183.11 55.3273 179.979 58.4482 179.979 62.2979V136.631C179.979 140.481 183.11 143.601 186.972 143.601Z",fill:"#D6EAFF"}),h.createElement("path",{d:"M218.14 144.202H186.973C182.753 144.202 179.377 140.777 179.377 136.631V62.2979C179.377 58.0915 182.814 54.7264 186.973 54.7264H218.14C222.36 54.7264 225.736 58.1516 225.736 62.2979V136.631C225.736 140.837 222.299 144.202 218.14 144.202ZM186.973 55.9283C183.416 55.9283 180.583 58.8126 180.583 62.2979V136.631C180.583 140.176 183.477 143.001 186.973 143.001H218.14C221.697 143.001 224.53 140.116 224.53 136.631V62.2979C224.53 58.7526 221.636 55.9283 218.14 55.9283H186.973Z",fill:"#0B27C4"}),h.createElement("path",{d:"M220.913 62.2377V136.571C220.913 138.073 219.647 139.335 218.14 139.335H186.973C185.466 139.335 184.2 138.073 184.2 136.571V62.2377C184.2 60.7354 185.466 59.4735 186.973 59.4735H218.14C219.647 59.4735 220.913 60.7354 220.913 62.2377Z",fill:"white"}),h.createElement("path",{d:"M218.139 139.996H186.972C185.103 139.996 183.596 138.493 183.596 136.631V62.2976C183.596 60.4348 185.103 58.9325 186.972 58.9325H218.139C220.008 58.9325 221.515 60.4348 221.515 62.2976V136.631C221.515 138.493 220.008 139.996 218.139 139.996ZM186.972 60.1343C185.766 60.1343 184.802 61.0958 184.802 62.2976V136.631C184.802 137.832 185.766 138.794 186.972 138.794H218.139C219.344 138.794 220.309 137.832 220.309 136.631V62.2976C220.309 61.0958 219.344 60.1343 218.139 60.1343H186.972Z",fill:"#0B27C4"}),h.createElement("path",{opacity:.8,d:"M167.261 91.3822V98.1124C165.332 96.1895 163.705 93.9661 162.62 91.3822H167.261Z",fill:"#3F5AF3"}),h.createElement("path",{d:"M202.586 67.045C201.259 67.045 200.174 65.9633 200.174 64.6413C200.174 63.3193 201.259 62.2377 202.586 62.2377C203.912 62.2377 204.997 63.3193 204.997 64.6413C204.997 65.9633 203.912 67.045 202.586 67.045ZM202.586 63.4395C201.923 63.4395 201.38 63.9803 201.38 64.6413C201.38 65.3023 201.923 65.8431 202.586 65.8431C203.249 65.8431 203.791 65.3023 203.791 64.6413C203.791 63.9803 203.249 63.4395 202.586 63.4395Z",fill:"#0B27C4"}),h.createElement("path",{d:"M111.317 6.8935C110.292 6.8935 109.448 6.05223 109.448 5.03068C109.448 4.00912 110.292 3.16785 111.317 3.16785C112.341 3.16785 113.185 4.00912 113.185 5.03068C113.185 6.05223 112.341 6.8935 111.317 6.8935ZM111.317 4.36967C110.955 4.36967 110.653 4.67013 110.653 5.03068C110.653 5.39122 110.955 5.69168 111.317 5.69168C111.678 5.69168 111.98 5.39122 111.98 5.03068C111.98 4.67013 111.678 4.36967 111.317 4.36967Z",fill:"#0B27C4"}),h.createElement("path",{d:"M46.2358 75.712H39.9061C39.5444 75.712 39.3032 75.4716 39.3032 75.111C39.3032 74.7505 39.5444 74.5101 39.9061 74.5101H46.2358C46.5975 74.5101 46.8387 74.7505 46.8387 75.111C46.8387 75.4716 46.5975 75.712 46.2358 75.712Z",fill:"#0B27C4"}),h.createElement("path",{d:"M54.6733 75.712H48.3436C47.9819 75.712 47.7407 75.4716 47.7407 75.111C47.7407 74.7505 47.9819 74.5101 48.3436 74.5101H54.6733C55.035 74.5101 55.2762 74.7505 55.2762 75.111C55.2762 75.4716 55.035 75.712 54.6733 75.712Z",fill:"#0B27C4"}),h.createElement("path",{d:"M227.183 79.1236C226.822 79.1236 226.581 78.8832 226.581 78.5227V72.2131C226.581 71.8525 226.822 71.6122 227.183 71.6122C227.545 71.6122 227.786 71.8525 227.786 72.2131V78.5227C227.786 78.8832 227.545 79.1236 227.183 79.1236Z",fill:"#0B27C4"}),h.createElement("path",{d:"M202.588 112.715H205.422C210.907 112.715 216.152 113.856 220.914 115.959V136.571C220.914 138.073 219.648 139.335 218.141 139.335H186.975C185.468 139.335 184.202 138.073 184.202 136.571V91.5624C194.57 93.0647 202.588 101.958 202.588 112.715Z",fill:"url(#paint2_linear_7539_98594)"}),h.createElement("path",{opacity:.8,d:"M197.042 98.4728C193.606 101.658 189.145 103.761 184.202 104.182V91.6224C189.265 92.3435 193.787 94.8674 197.042 98.4728Z",fill:"#3F5AF3"}),h.createElement("path",{d:"M140.373 140.597H128.316C127.955 140.597 127.713 140.356 127.713 139.996C127.713 139.635 127.955 139.395 128.316 139.395H140.373C140.735 139.395 140.976 139.635 140.976 139.996C140.976 140.356 140.735 140.597 140.373 140.597Z",fill:"#0B27C4"}),h.createElement("path",{d:"M124.641 140.597H120.722C120.361 140.597 120.12 140.356 120.12 139.996C120.12 139.635 120.361 139.395 120.722 139.395H124.641C125.003 139.395 125.244 139.635 125.244 139.996C125.244 140.356 125.003 140.597 124.641 140.597Z",fill:"#0B27C4"}),h.createElement("path",{d:"M117.826 140.597H116.5C116.138 140.597 115.897 140.356 115.897 139.996C115.897 139.635 116.138 139.395 116.5 139.395H117.826C118.188 139.395 118.429 139.635 118.429 139.996C118.429 140.356 118.188 140.597 117.826 140.597Z",fill:"#0B27C4"}),h.createElement("path",{opacity:.8,d:"M49.8892 83.5102C53.0842 80.9864 56.7615 79.1235 60.7402 77.9818V87.957C56.8218 87.1157 53.1445 85.6134 49.8892 83.5102Z",fill:"#3F5AF3"}),h.createElement("path",{d:"M113.365 140.597H97.6912C97.3295 140.597 97.0884 140.356 97.0884 139.996C97.0884 139.635 97.3295 139.395 97.6912 139.395H113.365C113.727 139.395 113.968 139.635 113.968 139.996C113.968 140.356 113.727 140.597 113.365 140.597Z",fill:"#0B27C4"}),h.createElement("path",{d:"M93.7137 140.597H82.3201C81.9584 140.597 81.7173 140.356 81.7173 139.996C81.7173 139.635 81.9584 139.395 82.3201 139.395H93.7137C94.0754 139.395 94.3166 139.635 94.3166 139.996C94.3166 140.356 94.0754 140.597 93.7137 140.597Z",fill:"#0B27C4"}),h.createElement("path",{d:"M162.063 50.1633C169.509 48.1187 173.883 40.4436 171.832 33.0205C169.781 25.5975 162.081 21.2374 154.635 23.2821C147.188 25.3267 142.814 33.0018 144.865 40.4249C146.916 47.8479 154.616 52.208 162.063 50.1633Z",fill:"url(#paint3_linear_7539_98594)"}),h.createElement("g",{opacity:.8},h.createElement("path",{d:"M187.816 135.91C187.455 135.91 187.213 135.669 187.213 135.309V119.384C187.213 119.024 187.455 118.784 187.816 118.784C188.178 118.784 188.419 119.024 188.419 119.384V135.309C188.419 135.669 188.178 135.91 187.816 135.91Z",fill:"white"})),h.createElement("g",{opacity:.8},h.createElement("path",{d:"M187.816 116.26C187.455 116.26 187.213 116.02 187.213 115.659V111.753C187.213 111.393 187.455 111.152 187.816 111.152C188.178 111.152 188.419 111.393 188.419 111.753V115.659C188.419 116.02 188.178 116.26 187.816 116.26Z",fill:"white"})),h.createElement("g",{opacity:.8},h.createElement("path",{d:"M187.816 109.469C187.455 109.469 187.213 109.229 187.213 108.868V107.967C187.213 107.606 187.455 107.366 187.816 107.366C188.178 107.366 188.419 107.606 188.419 107.967V108.868C188.419 109.229 188.178 109.469 187.816 109.469Z",fill:"white"})),h.createElement("path",{d:"M210.847 96.0089C210.847 95.2878 210.244 94.7469 209.581 94.7469C208.918 94.7469 208.315 95.3479 208.315 96.0089C208.315 96.6699 208.918 97.2708 209.581 97.2708C210.244 97.2708 210.847 96.6699 210.847 96.0089Z",fill:"url(#paint4_linear_7539_98594)"}),h.createElement("path",{d:"M200.48 75.9466C201.124 73.2337 199.439 70.5145 196.717 69.8731C193.996 69.2318 191.268 70.9112 190.624 73.6242C189.981 76.3372 191.666 79.0564 194.387 79.6977C197.109 80.339 199.837 78.6596 200.48 75.9466Z",fill:"url(#paint5_linear_7539_98594)"}),h.createElement("path",{d:"M218.139 139.996H186.972C185.103 139.996 183.596 138.493 183.596 136.631V62.2976C183.596 60.4348 185.103 58.9325 186.972 58.9325H218.139C220.008 58.9325 221.515 60.4348 221.515 62.2976V136.631C221.515 138.493 220.008 139.996 218.139 139.996ZM186.972 60.1343C185.766 60.1343 184.802 61.0958 184.802 62.2976V136.631C184.802 137.832 185.766 138.794 186.972 138.794H218.139C219.344 138.794 220.309 137.832 220.309 136.631V62.2976C220.309 61.0958 219.344 60.1343 218.139 60.1343H186.972Z",fill:"#0B27C4"}),h.createElement("path",{d:"M101.309 38.862H48.9829C46.5715 38.862 44.5822 36.879 44.5822 34.4753C44.5822 32.0717 43.1354 31.2905 41.3871 31.2905H23.7843C21.373 31.2905 19.3836 29.3075 19.3836 26.9038C19.3836 24.5002 17.9368 23.719 16.1886 23.719H4.61409C2.20274 23.719 0.213379 21.736 0.213379 19.3323C0.213379 16.9287 2.20274 14.9457 4.61409 14.9457H25.8942C28.3056 14.9457 30.2949 16.9287 30.2949 19.3323C30.2949 21.736 31.7417 22.5172 33.49 22.5172H76.1105C78.5219 22.5172 80.5112 24.5002 80.5112 26.9038C80.5112 29.3075 81.9581 30.0887 83.7063 30.0887H101.309C103.72 30.0887 105.71 32.0717 105.71 34.4753C105.71 36.879 103.72 38.862 101.309 38.862ZM4.5538 16.0874C2.80558 16.0874 1.35877 17.5296 1.35877 19.2722C1.35877 21.0149 2.80558 22.4571 4.5538 22.4571H16.1283C18.5396 22.4571 20.529 24.4401 20.529 26.8437C20.529 29.2474 21.9758 30.0286 23.724 30.0286H41.3269C43.7382 30.0286 45.7276 32.0116 45.7276 34.4153C45.7276 36.8189 47.1744 37.6001 48.9226 37.6001H101.249C102.997 37.6001 104.444 36.1579 104.444 34.4153C104.444 32.6726 102.997 31.2304 101.249 31.2304H83.646C81.2346 31.2304 79.2453 29.2474 79.2453 26.8437C79.2453 24.4401 77.7985 23.6589 76.0503 23.6589H33.4297C31.0183 23.6589 29.029 21.6759 29.029 19.2722C29.029 16.8686 27.5822 16.0874 25.8339 16.0874H4.5538Z",fill:"#0B27C4"}),h.createElement("path",{d:"M12.9149 45.4861C10.5035 45.4861 8.51416 43.5031 8.51416 41.0994C8.51416 38.6958 10.5035 36.7128 12.9149 36.7128C15.3262 36.7128 17.3156 38.6958 17.3156 41.0994C17.3156 43.5031 17.0744 41.7003 16.7127 41.7003C16.351 41.7003 16.1099 41.46 16.1099 41.0994C16.1099 39.3568 14.6631 37.9146 12.9149 37.9146C11.1666 37.9146 9.71984 39.3568 9.71984 41.0994C9.71984 42.8421 11.1666 44.2843 12.9149 44.2843C14.6631 44.2843 13.5177 44.5246 13.5177 44.8852C13.5177 45.2457 13.2766 45.4861 12.9149 45.4861Z",fill:"#0B27C4"}),h.createElement("path",{d:"M2.18466 45.4861C1.82296 45.4861 1.58182 45.2457 1.58182 44.8852C1.58182 44.5246 1.82296 44.2843 2.18466 44.2843C3.93289 44.2843 5.37969 42.8421 5.37969 41.0994C5.37969 39.3568 3.93289 37.9146 2.18466 37.9146C0.436432 37.9146 1.58182 37.6742 1.58182 37.3137C1.58182 36.9531 1.82296 36.7128 2.18466 36.7128C4.59601 36.7128 6.58537 38.6958 6.58537 41.0994C6.58537 43.5031 4.59601 45.4861 2.18466 45.4861Z",fill:"#0B27C4"}),h.createElement("path",{d:"M208.313 38.8621C205.902 38.8621 203.913 36.8791 203.913 34.4754C203.913 32.0718 205.902 30.0887 208.313 30.0887C210.725 30.0887 208.916 30.3291 208.916 30.6897C208.916 31.0502 208.675 31.2906 208.313 31.2906C206.565 31.2906 205.118 32.7328 205.118 34.4754C205.118 36.2181 206.565 37.6602 208.313 37.6602C210.062 37.6602 211.508 36.2181 211.508 34.4754C211.508 32.7328 211.749 33.8745 212.111 33.8745C212.473 33.8745 212.714 34.1149 212.714 34.4754C212.714 36.8791 210.725 38.8621 208.313 38.8621Z",fill:"#0B27C4"}),h.createElement("path",{d:"M219.95 38.8621C217.539 38.8621 215.549 36.8791 215.549 34.4754C215.549 32.0718 217.539 30.0887 219.95 30.0887C222.361 30.0887 220.553 30.3291 220.553 30.6897C220.553 31.0502 220.312 31.2906 219.95 31.2906C218.202 31.2906 216.755 32.7328 216.755 34.4754C216.755 36.2181 218.202 37.6602 219.95 37.6602C221.698 37.6602 220.553 37.9006 220.553 38.2612C220.553 38.6217 220.312 38.8621 219.95 38.8621Z",fill:"#0B27C4"}),h.createElement("path",{d:"M113.173 163.601L112.923 163.601L112.923 163.852L113.174 163.851L113.173 163.601ZM113.35 146.526C113.252 146.428 113.094 146.428 112.996 146.526L111.405 148.117C111.307 148.214 111.307 148.373 111.405 148.47C111.503 148.568 111.661 148.568 111.759 148.47L113.173 147.056L114.587 148.47C114.685 148.568 114.843 148.568 114.941 148.47C115.038 148.373 115.038 148.214 114.941 148.117L113.35 146.526ZM207.17 163.299L207.171 163.549L207.419 163.548L207.42 163.301L207.17 163.299ZM207.031 144.201L207.025 145.156L207.525 145.159L207.53 144.204L207.031 144.201ZM207.014 147.066L207.003 148.975L207.503 148.978L207.514 147.069L207.014 147.066ZM206.992 150.885L206.981 152.795L207.481 152.798L207.492 150.888L206.992 150.885ZM206.97 154.704L206.959 156.614L207.459 156.617L207.47 154.707L206.97 154.704ZM206.948 158.524L206.937 160.433L207.437 160.436L207.448 158.527L206.948 158.524ZM206.926 162.343L206.92 163.298L207.42 163.301L207.426 162.346L206.926 162.343ZM207.169 163.049L206.148 163.053L206.149 163.553L207.171 163.549L207.169 163.049ZM204.104 163.059L202.061 163.066L202.062 163.566L204.106 163.559L204.104 163.059ZM200.017 163.072L197.974 163.079L197.976 163.579L200.019 163.572L200.017 163.072ZM195.931 163.085L193.887 163.092L193.889 163.592L195.932 163.585L195.931 163.085ZM191.844 163.099L189.8 163.105L189.802 163.605L191.845 163.599L191.844 163.099ZM187.757 163.112L185.713 163.118L185.715 163.618L187.758 163.612L187.757 163.112ZM183.67 163.125L181.627 163.131L181.628 163.631L183.672 163.625L183.67 163.125ZM179.583 163.138L177.54 163.145L177.541 163.645L179.585 163.638L179.583 163.138ZM175.496 163.151L173.453 163.158L173.455 163.658L175.498 163.651L175.496 163.151ZM171.41 163.164L169.366 163.171L169.368 163.671L171.411 163.664L171.41 163.164ZM167.323 163.177L165.279 163.184L165.281 163.684L167.324 163.677L167.323 163.177ZM163.236 163.191L161.192 163.197L161.194 163.697L163.237 163.691L163.236 163.191ZM159.149 163.204L157.106 163.21L157.107 163.71L159.151 163.704L159.149 163.204ZM155.062 163.217L153.019 163.223L153.02 163.723L155.064 163.717L155.062 163.217ZM150.975 163.23L148.932 163.236L148.933 163.736L150.977 163.73L150.975 163.23ZM146.888 163.243L144.845 163.25L144.847 163.75L146.89 163.743L146.888 163.243ZM142.802 163.256L140.758 163.263L140.76 163.763L142.803 163.756L142.802 163.256ZM138.715 163.269L136.671 163.276L136.673 163.776L138.716 163.769L138.715 163.269ZM134.628 163.282L132.585 163.289L132.586 163.789L134.63 163.782L134.628 163.282ZM130.541 163.296L128.498 163.302L128.499 163.802L130.543 163.796L130.541 163.296ZM126.454 163.309L124.411 163.315L124.412 163.815L126.456 163.809L126.454 163.309ZM122.367 163.322L120.324 163.328L120.326 163.828L122.369 163.822L122.367 163.322ZM118.281 163.335L116.237 163.342L116.239 163.842L118.282 163.835L118.281 163.335ZM114.194 163.348L113.172 163.351L113.174 163.851L114.195 163.848L114.194 163.348ZM113.423 163.601L113.423 162.545L112.923 162.545L112.923 163.601L113.423 163.601ZM113.423 160.433L113.423 158.321L112.923 158.321L112.923 160.433L113.423 160.433ZM113.423 156.208L113.423 154.096L112.923 154.096L112.923 156.208L113.423 156.208ZM113.423 151.983L113.423 149.871L112.923 149.871L112.923 151.983L113.423 151.983ZM113.423 147.759L113.423 146.703L112.923 146.703L112.923 147.759L113.423 147.759ZM113.173 163.601L112.673 163.601L112.673 164.103L113.174 164.101L113.173 163.601ZM113.526 146.349C113.331 146.154 113.015 146.154 112.819 146.349L109.637 149.531C109.442 149.726 109.442 150.043 109.637 150.238C109.833 150.433 110.149 150.433 110.344 150.238L113.173 147.41L116.001 150.238C116.197 150.433 116.513 150.433 116.708 150.238C116.904 150.043 116.904 149.726 116.708 149.531L113.526 146.349ZM207.17 163.299L207.172 163.799L207.667 163.798L207.67 163.302L207.17 163.299ZM206.781 144.2L206.775 145.155L207.775 145.16L207.78 144.205L206.781 144.2ZM206.764 147.064L206.753 148.974L207.753 148.98L207.764 147.07L206.764 147.064ZM206.742 150.884L206.731 152.793L207.731 152.799L207.742 150.889L206.742 150.884ZM206.72 154.703L206.709 156.613L207.709 156.618L207.72 154.709L206.72 154.703ZM206.698 158.522L206.687 160.432L207.687 160.438L207.698 158.528L206.698 158.522ZM206.676 162.342L206.67 163.296L207.67 163.302L207.676 162.347L206.676 162.342ZM207.169 162.799L206.147 162.803L206.15 163.803L207.172 163.799L207.169 162.799ZM204.103 162.809L202.06 162.816L202.063 163.816L204.107 163.809L204.103 162.809ZM200.017 162.822L197.973 162.829L197.976 163.829L200.02 163.822L200.017 162.822ZM195.93 162.835L193.886 162.842L193.89 163.842L195.933 163.835L195.93 162.835ZM191.843 162.849L189.799 162.855L189.803 163.855L191.846 163.849L191.843 162.849ZM187.756 162.862L185.713 162.868L185.716 163.868L187.759 163.862L187.756 162.862ZM183.669 162.875L181.626 162.881L181.629 163.881L183.672 163.875L183.669 162.875ZM179.582 162.888L177.539 162.895L177.542 163.895L179.586 163.888L179.582 162.888ZM175.496 162.901L173.452 162.908L173.455 163.908L175.499 163.901L175.496 162.901ZM171.409 162.914L169.365 162.921L169.368 163.921L171.412 163.914L171.409 162.914ZM167.322 162.927L165.278 162.934L165.282 163.934L167.325 163.927L167.322 162.927ZM163.235 162.941L161.192 162.947L161.195 163.947L163.238 163.94L163.235 162.941ZM159.148 162.954L157.105 162.96L157.108 163.96L159.151 163.954L159.148 162.954ZM155.061 162.967L153.018 162.973L153.021 163.973L155.065 163.967L155.061 162.967ZM150.974 162.98L148.931 162.986L148.934 163.986L150.978 163.98L150.974 162.98ZM146.888 162.993L144.844 163L144.847 164L146.891 163.993L146.888 162.993ZM142.801 163.006L140.757 163.013L140.761 164.013L142.804 164.006L142.801 163.006ZM138.714 163.019L136.671 163.026L136.674 164.026L138.717 164.019L138.714 163.019ZM134.627 163.032L132.584 163.039L132.587 164.039L134.63 164.032L134.627 163.032ZM130.54 163.046L128.497 163.052L128.5 164.052L130.544 164.046L130.54 163.046ZM126.453 163.059L124.41 163.065L124.413 164.065L126.457 164.059L126.453 163.059ZM122.367 163.072L120.323 163.078L120.326 164.078L122.37 164.072L122.367 163.072ZM118.28 163.085L116.236 163.092L116.24 164.092L118.283 164.085L118.28 163.085ZM114.193 163.098L113.171 163.101L113.174 164.101L114.196 164.098L114.193 163.098ZM113.673 163.601L113.673 162.545L112.673 162.545L112.673 163.601L113.673 163.601ZM113.673 160.433L113.673 158.321L112.673 158.321L112.673 160.433L113.673 160.433ZM113.673 156.208L113.673 154.096L112.673 154.096L112.673 156.208L113.673 156.208ZM113.673 151.983L113.673 149.871L112.673 149.871L112.673 151.983L113.673 151.983ZM113.673 147.759L113.673 146.703L112.673 146.703L112.673 147.759L113.673 147.759Z",fill:"#0B27C4"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear_7539_98594",x1:8.23296,y1:35.6175,x2:371.22,y2:246.222,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#2644F1"}),h.createElement("stop",{offset:.2,stopColor:"#1334F0"}),h.createElement("stop",{offset:.4,stopColor:"#3D59F3"}),h.createElement("stop",{offset:.6,stopColor:"#526AF4"}),h.createElement("stop",{offset:.8,stopColor:"#5E75F5"}),h.createElement("stop",{offset:1,stopColor:"#0E2CD7"})),h.createElement("linearGradient",{id:"paint1_linear_7539_98594",x1:-4.30604,y1:-56.4424,x2:250.429,y2:285.597,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#2644F1"}),h.createElement("stop",{offset:.2,stopColor:"#1334F0"}),h.createElement("stop",{offset:.4,stopColor:"#3D59F3"}),h.createElement("stop",{offset:.6,stopColor:"#526AF4"}),h.createElement("stop",{offset:.8,stopColor:"#5E75F5"}),h.createElement("stop",{offset:1,stopColor:"#0E2CD7"})),h.createElement("linearGradient",{id:"paint2_linear_7539_98594",x1:40.3648,y1:-89.733,x2:295.1,y2:252.366,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#2644F1"}),h.createElement("stop",{offset:.2,stopColor:"#1334F0"}),h.createElement("stop",{offset:.4,stopColor:"#3D59F3"}),h.createElement("stop",{offset:.6,stopColor:"#526AF4"}),h.createElement("stop",{offset:.8,stopColor:"#5E75F5"}),h.createElement("stop",{offset:1,stopColor:"#0E2CD7"})),h.createElement("linearGradient",{id:"paint3_linear_7539_98594",x1:42.7137,y1:-120.169,x2:360.531,y2:314.058,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#2644F1"}),h.createElement("stop",{offset:.2,stopColor:"#1334F0"}),h.createElement("stop",{offset:.4,stopColor:"#3D59F3"}),h.createElement("stop",{offset:.6,stopColor:"#526AF4"}),h.createElement("stop",{offset:.8,stopColor:"#5E75F5"}),h.createElement("stop",{offset:1,stopColor:"#0E2CD7"})),h.createElement("linearGradient",{id:"paint4_linear_7539_98594",x1:47.7199,y1:-123.745,x2:365.538,y2:310.421,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#2644F1"}),h.createElement("stop",{offset:.2,stopColor:"#1334F0"}),h.createElement("stop",{offset:.4,stopColor:"#3D59F3"}),h.createElement("stop",{offset:.6,stopColor:"#526AF4"}),h.createElement("stop",{offset:.8,stopColor:"#5E75F5"}),h.createElement("stop",{offset:1,stopColor:"#0E2CD7"})),h.createElement("linearGradient",{id:"paint5_linear_7539_98594",x1:48.4927,y1:-124.657,x2:366.371,y2:309.511,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopColor:"#2644F1"}),h.createElement("stop",{offset:.2,stopColor:"#1334F0"}),h.createElement("stop",{offset:.4,stopColor:"#3D59F3"}),h.createElement("stop",{offset:.6,stopColor:"#526AF4"}),h.createElement("stop",{offset:.8,stopColor:"#5E75F5"}),h.createElement("stop",{offset:1,stopColor:"#0E2CD7"})))))}a(F3,"SvgDesktop");var H3=F3;import ja,{createElement as V3}from"react";function W3(e){return V3(o,e,ja.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},ja.createElement("g",{clipPath:"url(#clip0_18445_28182)"},ja.createElement("path",{d:"M8.13506 3.78534L8.13511 4.78364C8.13513 5.00352 8.01379 5.20546 7.81963 5.30868C4.92721 6.84636 3.08106 9.85427 3.08106 13.1893C3.08106 18.1151 7.07415 22.1082 11.9999 22.1082C16.9256 22.1082 20.9187 18.1151 20.9187 13.1893C20.9187 9.85438 19.0727 6.84656 16.1804 5.30883C15.9863 5.20561 15.8649 5.00367 15.865 4.78379L15.865 3.78548C15.865 3.3487 16.3202 3.06102 16.7148 3.24845C20.5215 5.05701 22.9998 8.89953 22.9998 13.1893C22.9998 19.2644 18.075 24.1892 11.9999 24.1892C5.92482 24.1892 1 19.2644 1 13.1893C1 8.8994 3.47838 5.05679 7.28533 3.2483C7.67985 3.06089 8.13503 3.34857 8.13506 3.78534ZM12.4458 -0.189453C12.7742 -0.189453 13.0404 0.0767532 13.0404 0.405135V11.405C13.0404 11.7334 12.7742 11.9996 12.4458 11.9996H11.5539C11.2256 11.9996 10.9594 11.7334 10.9594 11.405V0.405135C10.9594 0.0767532 11.2256 -0.189453 11.5539 -0.189453H12.4458Z",fill:"currentColor"})),ja.createElement("defs",null,ja.createElement("clipPath",{id:"clip0_18445_28182"},ja.createElement("rect",{width:24,height:24,fill:"white"})))))}a(W3,"SvgDisconnect");var q3=W3;import tr,{createElement as B3}from"react";function Z3(e){return B3(o,e,tr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},tr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.899 2.27191C15.0314 2.01005 15.312 1.8574 15.6037 1.88852C17.4166 2.08189 19.3694 2.48267 21.2253 3.77553C21.3465 3.85999 21.4382 3.98039 21.4874 4.11973C22.6789 7.49582 23.3304 10.4412 23.5822 12.8075C23.831 15.1462 23.6985 17.0009 23.2414 18.1433C23.2341 18.1615 23.2261 18.1794 23.2173 18.1969C22.7981 19.0347 22.1662 19.9871 21.3855 20.7411C20.6151 21.485 19.6146 22.1155 18.4694 22.1155C18.1899 22.1155 17.9568 21.9886 17.8202 21.9015C17.6623 21.8009 17.5077 21.6704 17.3642 21.5322C17.0752 21.2538 16.7706 20.8856 16.4945 20.4912C16.2176 20.0956 15.955 19.6532 15.7588 19.2196C15.6653 19.0127 15.5791 18.7913 15.516 18.5666C13.1328 18.9857 10.8676 18.9857 8.48444 18.5666C8.4213 18.7913 8.33515 19.0127 8.24158 19.2196C8.04541 19.6532 7.78287 20.0956 7.50593 20.4912C7.22987 20.8856 6.92526 21.2538 6.63621 21.5322C6.49268 21.6704 6.33812 21.8009 6.18025 21.9015C6.04365 21.9886 5.81054 22.1155 5.53101 22.1155C4.38587 22.1155 3.3853 21.485 2.61497 20.7411C1.83422 19.9871 1.2023 19.0347 0.783111 18.1969C0.774337 18.1794 0.766298 18.1615 0.759014 18.1433C0.30194 17.0009 0.169411 15.1462 0.418271 12.8075C0.670063 10.4412 1.32158 7.49582 2.51307 4.11973C2.56225 3.98039 2.65392 3.85999 2.77517 3.77553C4.63103 2.48267 6.58386 2.08189 8.3967 1.88852C8.68814 1.85743 8.96846 2.00972 9.101 2.27113L10.0165 4.07672C11.3338 3.89737 12.6694 3.89734 13.9868 4.07663L14.899 2.27191ZM7.09691 18.2788C6.71076 18.1869 6.32052 18.0845 5.92524 17.9716C5.55047 17.8645 5.33346 17.4739 5.44054 17.0991C5.54762 16.7244 5.93823 16.5074 6.313 16.6144C10.303 17.7544 13.6974 17.7544 17.6874 16.6144C18.0622 16.5074 18.4528 16.7244 18.5599 17.0991C18.667 17.4739 18.45 17.8645 18.0752 17.9716C17.6799 18.0845 17.2897 18.1869 16.9035 18.2788C16.9379 18.3842 16.9844 18.5042 17.0448 18.6378C17.1979 18.9761 17.4132 19.3423 17.6508 19.6818C17.8894 20.0226 18.1361 20.316 18.3433 20.5155C18.4381 20.6068 18.5125 20.6667 18.5638 20.7014C19.1559 20.6679 19.7871 20.3224 20.405 19.7257C21.0374 19.115 21.5762 18.3156 21.9413 17.5926C22.2618 16.7669 22.4174 15.2007 22.1786 12.9569C21.9455 10.7663 21.3448 8.00484 20.233 4.80813C18.8635 3.90803 17.4168 3.54109 15.9362 3.34881L15.0154 5.1705C14.8755 5.44734 14.5712 5.60035 14.2655 5.54759C12.7676 5.289 11.2364 5.289 9.73842 5.54759C9.43307 5.6003 9.12905 5.44766 8.98892 5.17128L8.06485 3.34872C6.58406 3.54098 5.13715 3.9079 3.76746 4.80813C2.65563 8.00484 2.05491 10.7663 1.82181 12.9569C1.58305 15.2007 1.73862 16.7669 2.05908 17.5926C2.42427 18.3156 2.96299 19.115 3.59544 19.7257C4.21334 20.3224 4.84451 20.6679 5.43667 20.7014C5.4879 20.6667 5.56232 20.6068 5.65716 20.5155C5.86433 20.316 6.11107 20.0226 6.34961 19.6818C6.58726 19.3423 6.80256 18.9761 6.95558 18.6378C7.01604 18.5042 7.0625 18.3842 7.09691 18.2788ZM5.38821 20.73C5.38826 20.7298 5.39117 20.7283 5.39677 20.726C5.39096 20.7291 5.38815 20.7303 5.38821 20.73ZM18.6122 20.73C18.6122 20.7302 18.6094 20.7291 18.6037 20.726C18.6093 20.7283 18.6122 20.7298 18.6122 20.73ZM7.14082 10.6693C7.49375 10.3163 7.97243 10.1181 8.47156 10.1181C8.97068 10.1181 9.44936 10.3163 9.8023 10.6693C10.1552 11.0222 10.3535 11.5009 10.3535 12C10.3535 12.4991 10.1552 12.9778 9.8023 13.3308C9.44936 13.6837 8.97068 13.882 8.47156 13.882C7.97243 13.882 7.49375 13.6837 7.14082 13.3308C6.78788 12.9778 6.58961 12.4991 6.58961 12C6.58961 11.5009 6.78788 11.0222 7.14082 10.6693ZM8.47156 11.5295C8.34678 11.5295 8.22711 11.5791 8.13887 11.6673C8.05064 11.7556 8.00107 11.8752 8.00107 12C8.00107 12.1248 8.05064 12.2445 8.13887 12.3327C8.22711 12.4209 8.34678 12.4705 8.47156 12.4705C8.59634 12.4705 8.71601 12.4209 8.80424 12.3327C8.89248 12.2445 8.94204 12.1248 8.94204 12C8.94204 11.8752 8.89248 11.7556 8.80424 11.6673C8.71601 11.5791 8.59634 11.5295 8.47156 11.5295ZM14.1981 10.6693C14.5511 10.3163 15.0297 10.1181 15.5289 10.1181C16.028 10.1181 16.5067 10.3163 16.8596 10.6693C17.2125 11.0222 17.4108 11.5009 17.4108 12C17.4108 12.4991 17.2125 12.9778 16.8596 13.3308C16.5067 13.6837 16.028 13.882 15.5289 13.882C15.0297 13.882 14.5511 13.6837 14.1981 13.3308C13.8452 12.9778 13.6469 12.4991 13.6469 12C13.6469 11.5009 13.8452 11.0222 14.1981 10.6693ZM15.5289 11.5295C15.4041 11.5295 15.2844 11.5791 15.1962 11.6673C15.108 11.7556 15.0584 11.8752 15.0584 12C15.0584 12.1248 15.108 12.2445 15.1962 12.3327C15.2844 12.4209 15.4041 12.4705 15.5289 12.4705C15.6537 12.4705 15.7733 12.4209 15.8616 12.3327C15.9498 12.2445 15.9994 12.1248 15.9994 12C15.9994 11.8752 15.9498 11.7556 15.8616 11.6673C15.7733 11.5791 15.6537 11.5295 15.5289 11.5295Z",fill:"currentColor"})))}a(Z3,"SvgDiscord");var Y3=Z3;import Ze,{createElement as R3}from"react";function U3(e){return R3(o,e,Ze.createElement("svg",{viewBox:"0 0 16 17",xmlns:"http://www.w3.org/2000/svg"},Ze.createElement("path",{fillRule:"evenodd",d:"M13.4552 8.11728H13.2618V3.37085C13.2618 3.32158 13.2418 3.27449 13.2065 3.24031C13.2038 3.23758 11.8927 1.96816 11.8902 1.9658C11.8549 1.9338 11.8102 1.91852 11.7636 1.91452H11.3889L11.0773 0.150203C11.0598 0.0512962 10.9651 -0.0145205 10.8668 0.00275184L3.4613 1.30817C3.36258 1.32563 3.29658 1.41981 3.31385 1.51871L3.43476 2.20852L1.1199 3.05104C1.02736 3.08268 0.975905 3.19304 1.01118 3.28413L2.29151 6.80168C1.84407 6.75477 1.42789 7.08567 1.43153 7.54748V15.2542C1.43153 15.6655 1.76607 16 2.17733 16H13.4554C13.8667 16 14.2012 15.6655 14.2012 15.2542V8.86326C14.2012 8.452 13.8667 8.11746 13.4554 8.11746L13.4552 8.11728ZM6.41086 8.11728C6.1496 8.1391 5.91997 7.86602 5.74179 7.71329V2.27815H11.5816V3.41194C11.5816 3.5123 11.6631 3.59376 11.7635 3.59376H12.8982V8.11728H6.41086ZM12.6404 3.23013H11.9453V2.53505L12.6404 3.23013ZM10.7508 0.392379L11.0197 1.91452H5.56016C5.4598 1.91452 5.37834 1.99598 5.37834 2.09634V7.38748C5.17908 7.21912 4.88817 6.89331 4.622 6.84095C4.54964 6.42678 3.74857 1.88761 3.70329 1.63489L10.7508 0.392379ZM1.41517 3.33049L3.50057 2.5716L4.24601 6.8015H2.67841L1.41517 3.33049ZM13.8374 15.254C13.8374 15.4647 13.666 15.6362 13.4552 15.6362H2.17715C1.96643 15.6362 1.79498 15.4647 1.79498 15.254V7.5473C1.79498 7.33657 1.96643 7.16512 2.17715 7.16512C2.38442 7.17058 4.11256 7.16112 4.36728 7.16512C4.50782 7.16512 4.64291 7.21676 4.74763 7.31057L5.78815 8.24255C5.9596 8.39618 6.18087 8.48091 6.41105 8.48091C6.41177 8.47836 13.0792 8.48182 13.0802 8.48164C13.0831 8.47964 13.452 8.48164 13.4554 8.48091C13.6661 8.48091 13.8376 8.65236 13.8376 8.86308L13.8374 15.254Z",fill:"currentColor"}),Ze.createElement("path",{fillRule:"evenodd",d:"M7.81629 10.5452H3.30512C3.20476 10.5452 3.12331 10.6267 3.12331 10.727V13.1862C3.12331 13.2866 3.20476 13.3681 3.30512 13.3681H7.81629C7.91665 13.3681 7.9981 13.2866 7.9981 13.1862V10.727C7.9981 10.6267 7.91665 10.5452 7.81629 10.5452ZM7.63447 13.0044H3.48694V10.9089H7.63447V13.0044Z",fill:"currentColor"}),Ze.createElement("path",{fillRule:"evenodd",d:"M7.81629 13.7564H3.30512C3.06767 13.7601 3.06495 14.1159 3.30512 14.12H7.81629C8.05373 14.1164 8.05646 13.7606 7.81629 13.7564Z",fill:"currentColor"}),Ze.createElement("path",{fillRule:"evenodd",d:"M6.71577 5.27262H11.9909C12.2282 5.26917 12.2313 4.91318 11.9909 4.909H6.71577C6.4785 4.91245 6.47541 5.26844 6.71577 5.27262Z",fill:"currentColor"}),Ze.createElement("path",{fillRule:"evenodd",d:"M11.9909 5.81807H6.71577C6.4785 5.82152 6.47541 6.17751 6.71577 6.18169H11.9909C12.2282 6.17824 12.2313 5.82225 11.9909 5.81807Z",fill:"currentColor"}),Ze.createElement("path",{fillRule:"evenodd",d:"M10.9 6.72713H6.71577C6.47814 6.73077 6.47577 7.08658 6.71577 7.09076H10.9C11.1377 7.08713 11.14 6.73132 10.9 6.72713Z",fill:"currentColor"}),Ze.createElement("path",{fillRule:"evenodd",d:"M6.71577 4.18174H8.71826C8.95662 4.17792 8.95771 3.8223 8.71826 3.81811H6.71577C6.47741 3.82193 6.47632 4.17756 6.71577 4.18174Z",fill:"currentColor"})))}a(U3,"SvgDocument");var _3=U3;import Dt,{createElement as O3}from"react";function K3(e){return O3(o,e,Dt.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Dt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.40527 8.9999C2.40527 4.80254 5.80791 1.3999 10.0053 1.3999H16.0243C18.5648 1.3999 20.6243 3.45939 20.6243 5.9999V12.9438C20.6243 13.2751 20.3557 13.5438 20.0243 13.5438C19.693 13.5438 19.4243 13.2751 19.4243 12.9438V5.9999C19.4243 4.12213 17.9021 2.5999 16.0243 2.5999H10.0053C6.47065 2.5999 3.60527 5.46528 3.60527 8.9999V17.7241C3.60527 19.6018 5.1275 21.1241 7.00527 21.1241H9.1222C9.45357 21.1241 9.7222 21.3927 9.7222 21.7241C9.7222 22.0555 9.45357 22.3241 9.1222 22.3241H7.00527C4.46476 22.3241 2.40527 20.2646 2.40527 17.7241V8.9999Z",fill:"currentColor"}),Dt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.18786 4.9999C9.18786 3.01168 10.7996 1.3999 12.7879 1.3999H15.4055C15.7369 1.3999 16.0055 1.66853 16.0055 1.9999C16.0055 2.33127 15.7369 2.5999 15.4055 2.5999H12.7879C11.4624 2.5999 10.3879 3.67442 10.3879 4.9999V6.59719C10.3879 8.04283 9.20863 9.21087 7.76306 9.19707L6.0228 9.18047C4.68843 9.16774 3.5999 10.2459 3.5999 11.5804V12.5047C3.5999 12.8361 3.33127 13.1047 2.9999 13.1047C2.66853 13.1047 2.3999 12.8361 2.3999 12.5047V11.5804C2.3999 9.5787 4.03269 7.96142 6.03425 7.98052L7.77451 7.99713C8.55289 8.00455 9.18786 7.37561 9.18786 6.59719V4.9999Z",fill:"currentColor"}),Dt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5306 15.6324C17.7465 15.381 18.1253 15.3523 18.3767 15.5682L21.0361 17.8523C21.7761 18.488 21.78 19.6322 21.0442 20.2728L18.3797 22.5927C18.1298 22.8103 17.7508 22.7841 17.5332 22.5342C17.3156 22.2843 17.3418 21.9053 17.5917 21.6877L20.2562 19.3678C20.4402 19.2076 20.4392 18.9216 20.2542 18.7626L17.5948 16.4785C17.3434 16.2626 17.3147 15.8838 17.5306 15.6324Z",fill:"currentColor"}),Dt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7373 15.6324C14.9532 15.8838 14.9245 16.2626 14.6731 16.4785L12.0137 18.7626C11.8287 18.9216 11.8277 19.2076 12.0117 19.3678L14.6761 21.6877C14.9261 21.9053 14.9523 22.2843 14.7347 22.5342C14.5171 22.7841 14.1381 22.8103 13.8882 22.5927L11.2237 20.2728C10.4879 19.6322 10.4918 18.488 11.2318 17.8523L13.8912 15.5682C14.1426 15.3523 14.5214 15.381 14.7373 15.6324Z",fill:"currentColor"})))}a(K3,"SvgDocumentation");var G3=K3;import or,{createElement as J3}from"react";function X3(e){return J3(o,e,or.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},or.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.7846 4.31584C24.1751 4.70637 24.1751 5.33953 23.7846 5.73006L10.0607 19.4539C9.1495 20.3651 7.67211 20.3651 6.76089 19.4539L1.03703 13.7301C0.64651 13.3395 0.64651 12.7064 1.03703 12.3158C1.42756 11.9253 2.06072 11.9253 2.45125 12.3158L8.17511 18.0397C8.30528 18.1699 8.51634 18.1699 8.64651 18.0397L22.3704 4.31584C22.7609 3.92532 23.3941 3.92532 23.7846 4.31584Z",fill:"currentColor"})))}a(X3,"SvgDone");var Lt=X3;import nr,{createElement as Q3}from"react";function e5(e){return Q3(o,e,nr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},nr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 0C5.376 0 0 5.376 0 12C0 18.624 5.376 24 12 24C18.624 24 24 18.624 24 12C24 5.376 18.624 0 12 0ZM10.8 18V15.6H13.2V18H10.8ZM10.8 6V13.2H13.2V6H10.8Z",fill:"currentColor"})))}a(e5,"SvgError");var na=e5;import O,{createElement as a5}from"react";function t5(e){return a5(o,e,O.createElement("svg",{viewBox:"0 0 29 28",xmlns:"http://www.w3.org/2000/svg"},O.createElement("circle",{cx:14.25,cy:8,r:7,fill:"#469BF5"}),O.createElement("g",{clipPath:"url(#clip0_9706_64247)"},O.createElement("path",{d:"M14.2491 3L14.182 3.22789V9.84004L14.2491 9.90697L17.3183 8.09273L14.2491 3Z",fill:"#85BBF5"}),O.createElement("path",{d:"M14.2491 3L11.1798 8.09273L14.2491 9.90697V6.69762V3Z",fill:"#E2EBF5"}),O.createElement("path",{d:"M14.2491 10.4891L14.2113 10.5352V12.8905L14.2491 13.0009L17.3202 8.67578L14.2491 10.4891Z",fill:"#85BBF5"}),O.createElement("path",{d:"M14.2491 13.0009V10.4891L11.1798 8.67578L14.2491 13.0009Z",fill:"#E2EBF5"}),O.createElement("path",{d:"M14.2491 9.90858L17.3184 8.09433L14.2491 6.69922V9.90858Z",fill:"#69ADF5"}),O.createElement("path",{d:"M11.1798 8.09433L14.2491 9.90858V6.69922L11.1798 8.09433Z",fill:"#85BBF5"})),O.createElement("circle",{cx:7.25,cy:20,r:7,fill:"#469BF5"}),O.createElement("g",{clipPath:"url(#clip1_9706_64247)"},O.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.3298 22.9628H5.50681C5.78393 22.9628 5.92249 22.9628 6.04615 22.9285C6.18173 22.8882 6.30539 22.8168 6.4082 22.7184C6.50261 22.6285 6.57073 22.5092 6.70512 22.2741L6.7052 22.2739L6.70915 22.267L8.2357 19.5685C8.37128 19.3316 8.43833 19.2124 8.46813 19.0873C8.5009 18.9517 8.5009 18.8087 8.46813 18.6731C8.43855 18.5489 8.37082 18.4305 8.23726 18.1972L8.23422 18.1918L7.63676 17.1489C7.51311 16.9314 7.45053 16.8226 7.37157 16.7824C7.28664 16.7392 7.18532 16.7392 7.1004 16.7824C7.02144 16.8226 6.95887 16.9314 6.8352 17.1489L3.92902 22.2715C3.80685 22.486 3.74576 22.5933 3.75023 22.6812C3.75619 22.7766 3.80535 22.863 3.88581 22.9151C3.9603 22.9628 4.08247 22.9628 4.3298 22.9628ZM10.1657 22.9628H8.47915C8.23034 22.9628 8.10519 22.9628 8.03218 22.9151C7.95173 22.863 7.90257 22.7751 7.89661 22.6797C7.89216 22.5925 7.95374 22.4862 8.07694 22.2736L8.07697 22.2735L8.07986 22.2685L8.92165 20.8233C9.04531 20.6103 9.10788 20.5045 9.18536 20.4643C9.27024 20.4211 9.37014 20.4211 9.45501 20.4643C9.53194 20.5034 9.59184 20.6047 9.71043 20.8053L9.71061 20.8056L9.72022 20.8218L10.565 22.267L10.5772 22.288L10.5772 22.2881C10.6943 22.4901 10.7541 22.5932 10.7498 22.6783C10.7453 22.7736 10.6946 22.8615 10.6142 22.9137C10.5397 22.9628 10.4145 22.9628 10.1657 22.9628H10.1657Z",fill:"white"})),O.createElement("circle",{cx:21.25,cy:20,r:7,fill:"#469BF5"}),O.createElement("path",{d:"M22.18 23.3046V24.4253L21.2029 25L20.2547 24.4253V23.3046L21.2029 23.8793L22.18 23.3046ZM16.9501 19.4253L17.8983 20V21.9253L19.5363 22.9023V24.023L16.9501 22.5V19.4253ZM25.4558 19.4253V22.5L22.8409 24.023V22.9023L24.4788 21.9253V20L25.4558 19.4253ZM22.8409 17.9023L23.8179 18.477V19.5977L22.18 20.5747V22.5287L21.2317 23.1034L20.2834 22.5287V20.5747L18.588 19.5977V18.477L19.565 17.9023L21.2029 18.8793L22.8409 17.9023ZM18.588 20.4023L19.5363 20.977V22.0977L18.588 21.523V20.4023ZM23.8179 20.4023V21.523L22.8696 22.0977V20.977L23.8179 20.4023ZM17.8983 16.9253L18.8754 17.5L17.8983 18.0747V19.1954L16.9501 18.6207V17.5L17.8983 16.9253ZM24.5075 16.9253L25.4846 17.5V18.6207L24.5075 19.1954V18.0747L23.5593 17.5L24.5075 16.9253ZM21.2029 16.9253L22.18 17.5L21.2029 18.0747L20.2547 17.5L21.2029 16.9253ZM21.2029 15L23.8179 16.523L22.8696 17.0977L21.2317 16.1207L19.565 17.0977L18.6167 16.523L21.2029 15Z",fill:"white"}),O.createElement("defs",null,O.createElement("clipPath",{id:"clip0_9706_64247"},O.createElement("rect",{width:10,height:10,fill:"white",transform:"translate(9.25 3)"})),O.createElement("clipPath",{id:"clip1_9706_64247"},O.createElement("rect",{width:8,height:8,fill:"white",transform:"translate(3.25 16)"})))))}a(t5,"SvgEvmCategory");var jo=t5;import Eo,{createElement as o5}from"react";function n5(e){return o5(o,e,Eo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Eo.createElement("g",{id:"Icons"},Eo.createElement("path",{id:"Vector",d:"M6.99 11L3 15L6.99 19V16H14V14H6.99V11ZM21 9L17.01 5V8H10V10H17.01V13L21 9Z",fill:"currentColor"}))))}a(n5,"SvgExchange");var i5=n5;import ir,{createElement as r5}from"react";function s5(e){return r5(o,e,ir.createElement("svg",{viewBox:"0 0 24 24"},ir.createElement("path",{fillRule:"evenodd",d:"M10.09 15.59 11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z",fill:"currentColor"})))}a(s5,"SvgExit");var l5=s5;import rr,{createElement as c5}from"react";function u5(e){return c5(o,e,rr.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"},rr.createElement("path",{fillRule:"evenodd",d:"M8.8548 12.9707C12.067 12.9707 14.6803 10.3574 14.6803 7.1452C14.6803 3.93297 12.067 1.31969 8.8548 1.31969C5.64257 1.31969 3.02929 3.93297 3.02929 7.1452C3.02929 8.37412 3.4121 9.51535 4.06437 10.4562L3.21525 11.3053L3.20468 11.2948C3.11783 11.2081 2.97714 11.2081 2.89045 11.2948L0.374595 13.8106C0.13297 14.0522 0 14.3745 0 14.7181C0 15.0617 0.13297 15.3839 0.374595 15.6254C0.616221 15.867 0.938332 16 1.28207 16C1.62582 16 1.94793 15.867 2.18955 15.6254L4.70541 13.1095C4.74716 13.0678 4.77047 13.0113 4.77047 12.9524C4.77047 12.8936 4.747 12.8369 4.70541 12.7953L4.69485 12.7848L5.54397 11.9356C6.48482 12.5879 7.62588 12.9709 8.85497 12.9709L8.8548 12.9707ZM8.8548 1.76404C11.8219 1.76404 14.236 4.17795 14.236 7.1452C14.236 10.1125 11.822 12.5264 8.8548 12.5264C5.88755 12.5264 3.47364 10.1123 3.47364 7.1452C3.47364 4.17812 5.88772 1.76404 8.8548 1.76404ZM1.87516 15.3112C1.71754 15.4688 1.50693 15.5556 1.28207 15.5556C1.05722 15.5556 0.846612 15.4688 0.688994 15.3112C0.531375 15.1536 0.444517 14.943 0.444517 14.7181C0.444517 14.4932 0.531375 14.2826 0.688994 14.125L3.04774 11.7663L4.23407 12.9526L1.87532 15.3113L1.87516 15.3112ZM4.38045 12.4704L3.52948 11.6196L4.334 10.815C4.5877 11.1269 4.87292 11.4121 5.18481 11.666L4.38028 12.4705L4.38045 12.4704ZM8.8548 11.6999C11.3663 11.6999 13.4095 9.6567 13.4095 7.1452C13.4095 4.6337 11.3663 2.59053 8.8548 2.59053C6.3433 2.59053 4.30013 4.6337 4.30013 7.1452C4.30013 9.6567 6.3433 11.6999 8.8548 11.6999ZM8.8548 3.03488C11.1212 3.03488 12.965 4.87868 12.965 7.14503C12.965 9.41138 11.1212 11.2554 8.8548 11.2554C6.58845 11.2554 4.74465 9.41155 4.74465 7.14503C4.74465 4.87851 6.58845 3.03488 8.8548 3.03488ZM6.51584 8.35165L6.24655 8.75324C6.18736 8.84144 6.19893 8.95899 6.27405 9.03411L6.96589 9.72595C7.04101 9.8009 7.15856 9.81247 7.24676 9.75328L7.64835 9.48399L8.05396 9.65234L8.14753 10.1265C8.16799 10.2307 8.25937 10.3058 8.36551 10.3058H9.34409C9.45023 10.3058 9.54161 10.2307 9.56207 10.1265L9.65563 9.65234L10.0613 9.48399L10.4628 9.75328C10.551 9.81247 10.6688 9.8009 10.7437 9.72595L11.4355 9.03411C11.5107 8.95899 11.5221 8.84128 11.463 8.75324L11.1938 8.35165L11.3621 7.94587L11.8363 7.85247C11.9404 7.83185 12.0156 7.74063 12.0156 7.63449V6.65591C12.0156 6.54977 11.9404 6.45839 11.8363 6.43793L11.3621 6.34453L11.1938 5.93892L11.463 5.53733C11.5222 5.44913 11.5107 5.33158 11.4355 5.25646L10.7437 4.56462C10.6686 4.4895 10.5509 4.4781 10.4628 4.53729L10.0613 4.80658L9.65563 4.63823L9.56207 4.16403C9.54161 4.05991 9.45023 3.98479 9.34409 3.98479H8.36551C8.25937 3.98479 8.16799 4.05991 8.14753 4.16403L8.05396 4.63823L7.64835 4.80658L7.24676 4.53729C7.15856 4.4781 7.04085 4.48967 6.96589 4.56462L6.27405 5.25646C6.19893 5.33158 6.18753 5.44913 6.24655 5.53733L6.51584 5.93892L6.34749 6.34453L5.8733 6.43793C5.76917 6.45855 5.69405 6.54977 5.69405 6.65591V7.63449C5.69405 7.74063 5.76917 7.83201 5.8733 7.85247L6.34749 7.94587L6.51584 8.35165ZM6.13857 6.83852L6.55022 6.75736C6.62316 6.74294 6.68403 6.69314 6.71253 6.62439L6.9721 5.99878C7.0006 5.93003 6.99289 5.85172 6.95147 5.78985L6.71756 5.44108L7.15118 5.00746L7.49995 5.24137C7.56183 5.28279 7.64013 5.2905 7.70888 5.26216L8.33449 5.0026C8.40307 4.97409 8.45304 4.91322 8.46729 4.84028L8.54845 4.42863H9.16165L9.24281 4.84028C9.25723 4.91322 9.30703 4.97409 9.37561 5.0026L10.0012 5.26216C10.07 5.29067 10.1484 5.28296 10.2101 5.24137L10.5589 5.00746L10.9925 5.44108L10.7586 5.78985C10.7172 5.85156 10.7095 5.93003 10.738 5.99878L10.9976 6.62439C11.0261 6.69297 11.0869 6.74294 11.1599 6.75719L11.5715 6.83835V7.45155L11.1599 7.53271C11.0869 7.54713 11.0261 7.59693 10.9976 7.66568L10.738 8.29129C10.7095 8.36004 10.7172 8.43834 10.7588 8.50022L10.9927 8.84899L10.5591 9.28261L10.2103 9.04869C10.1486 9.00728 10.0701 8.99957 10.0014 9.0279L9.37578 9.28747C9.3072 9.31598 9.25723 9.37684 9.24298 9.44978L9.16182 9.86144H8.54862L8.46746 9.44978C8.45304 9.37684 8.40324 9.31598 8.33466 9.28747L7.70905 9.0279C7.6403 8.9994 7.56199 9.00711 7.50012 9.04869L7.15135 9.28261L6.71773 8.84899L6.95164 8.50022C6.99306 8.43851 7.00077 8.36004 6.97227 8.29129L6.7127 7.66568C6.68419 7.5971 6.62333 7.54713 6.55038 7.53271L6.13873 7.45155V6.83835L6.13857 6.83852ZM8.8548 8.88839C9.8161 8.88839 10.5982 8.10634 10.5982 7.14503C10.5982 6.18373 9.8161 5.40167 8.8548 5.40167C7.8935 5.40167 7.11144 6.18373 7.11144 7.14503C7.11144 8.10634 7.8935 8.88839 8.8548 8.88839ZM8.8548 5.84619C9.57096 5.84619 10.1536 6.42888 10.1536 7.14503C10.1536 7.86119 9.57096 8.44388 8.8548 8.44388C8.13864 8.44388 7.55596 7.86119 7.55596 7.14503C7.55596 6.42888 8.13864 5.84619 8.8548 5.84619ZM15.8353 10.564C15.816 10.5692 15.7967 10.5716 15.7776 10.5716C15.6795 10.5716 15.5896 10.5062 15.5631 10.4067L15.4971 10.1602C15.1235 10.9799 14.5946 11.7351 13.9486 12.3656C13.1831 13.1126 12.2471 13.6912 11.2417 14.0393C11.2177 14.0477 11.1931 14.0516 11.1689 14.0516C11.0769 14.0516 10.9907 13.9939 10.959 13.902C10.9189 13.786 10.9803 13.6594 11.0963 13.6193C12.8617 13.0083 14.2829 11.7186 15.0641 10.0402L14.9068 10.1443C14.8046 10.2122 14.6666 10.1841 14.5988 10.0818C14.5311 9.97948 14.5591 9.84148 14.6614 9.77374L15.4164 9.27372C15.4761 9.23432 15.5509 9.22576 15.6178 9.25125C15.6847 9.27657 15.7352 9.33241 15.7538 9.40149L15.9924 10.2917C16.0241 10.4102 15.9538 10.5323 15.8353 10.564ZM10.9837 0.583581C10.9442 0.523888 10.9359 0.449103 10.961 0.382199C10.9863 0.315295 11.0423 0.264823 11.1113 0.246211L12.0015 0.00760352C12.12 -0.0240878 12.2419 0.0461697 12.2736 0.164719C12.3053 0.283268 12.235 0.405171 12.1165 0.436862L11.8707 0.50276C12.6997 0.880709 13.4635 1.41862 14.0981 2.07492C14.8337 2.83551 15.4047 3.76345 15.7491 4.75829C15.7892 4.87432 15.7278 5.00092 15.6118 5.041C15.5876 5.04938 15.5631 5.05324 15.539 5.05324C15.4469 5.05324 15.3607 4.99555 15.3291 4.90367C14.7192 3.14169 13.4281 1.71827 11.7505 0.936378L11.8542 1.09299C11.922 1.19527 11.894 1.33327 11.7917 1.40102C11.754 1.426 11.7114 1.43807 11.6691 1.43807C11.597 1.43807 11.5264 1.40303 11.4837 1.33847L10.9837 0.583581ZM1.7172 3.99837C1.68534 3.87982 1.75577 3.75792 1.87432 3.72622C1.99287 3.69453 2.11477 3.76479 2.14646 3.88334L2.21253 4.12966C2.58796 3.30635 3.12017 2.54777 3.77027 1.91562C4.53388 1.17314 5.46667 0.597331 6.46805 0.250738C6.58392 0.210663 6.71052 0.272034 6.75076 0.388067C6.79084 0.504101 6.72947 0.630699 6.61343 0.670775C4.84945 1.28129 3.42736 2.57159 2.64598 4.24972L2.80292 4.14576C2.90521 4.07785 3.04321 4.10602 3.11095 4.2083C3.17869 4.31059 3.15069 4.44859 3.04841 4.51633L2.29335 5.01635C2.25646 5.04083 2.2137 5.05324 2.17061 5.05324C2.14411 5.05324 2.11745 5.04854 2.09196 5.03882C2.02506 5.0135 1.97459 4.95766 1.95598 4.88858L1.7172 3.99837Z",fill:"currentColor"})))}a(u5,"SvgExplorer");var d5=u5;import sr,{createElement as p5}from"react";function h5(e){return p5(o,e,sr.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},sr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.4046 1.85421C21.1566 1.83395 20.8342 1.83345 20.3523 1.83345H14.6314C14.2724 1.83345 13.9814 1.54243 13.9814 1.18345C13.9814 0.824463 14.2724 0.533448 14.6314 0.533448L20.3786 0.533448C20.8274 0.533438 21.2032 0.53343 21.5104 0.558531C21.8312 0.58474 22.134 0.641521 22.4209 0.787689C22.8598 1.01133 23.2167 1.36818 23.4403 1.80709C23.5865 2.09396 23.6433 2.3968 23.6695 2.71758C23.6946 3.02482 23.6946 3.40062 23.6945 3.8495V9.59659C23.6945 9.95558 23.4035 10.2466 23.0445 10.2466C22.6856 10.2466 22.3945 9.95558 22.3945 9.59659V3.87565C22.3945 3.39375 22.394 3.07141 22.3738 2.82344C22.3541 2.58305 22.3192 2.47034 22.282 2.39727C22.183 2.20297 22.025 2.045 21.8307 1.946C21.7577 1.90877 21.6449 1.87385 21.4046 1.85421ZM21.8215 2.40646C22.0754 2.6603 22.0754 3.07186 21.8215 3.3257L12.6873 12.46C12.4334 12.7138 12.0219 12.7138 11.768 12.46C11.5142 12.2061 11.5142 11.7946 11.768 11.5407L20.9023 2.40646C21.1561 2.15262 21.5677 2.15262 21.8215 2.40646ZM7.93747 4.13908H10.4248C10.7838 4.13908 11.0748 4.4301 11.0748 4.78908C11.0748 5.14807 10.7838 5.43908 10.4248 5.43908H7.96644C6.80836 5.43908 5.97889 5.43959 5.32826 5.49275C4.68523 5.54528 4.27433 5.646 3.94301 5.81482C3.29435 6.14532 2.76698 6.67269 2.43648 7.32135C2.26766 7.65267 2.16694 8.06357 2.11441 8.7066C2.06125 9.35723 2.06074 10.1867 2.06074 11.3448V16.2616C2.06074 17.4196 2.06125 18.2491 2.11441 18.8997C2.16694 19.5428 2.26766 19.9537 2.43648 20.285C2.76698 20.9336 3.29435 21.461 3.94301 21.7915C4.27433 21.9603 4.68523 22.061 5.32827 22.1136C5.97889 22.1667 6.80836 22.1673 7.96644 22.1673H12.8832C14.0413 22.1673 14.8708 22.1667 15.5214 22.1136C16.1644 22.061 16.5753 21.9603 16.9066 21.7915C17.5553 21.461 18.0827 20.9336 18.4132 20.285C18.582 19.9537 18.6827 19.5428 18.7352 18.8997C18.7884 18.2491 18.7889 17.4196 18.7889 16.2616V13.8032C18.7889 13.4442 19.0799 13.1532 19.4389 13.1532C19.7979 13.1532 20.0889 13.4442 20.0889 13.8032V16.2905C20.0889 17.4133 20.0889 18.2958 20.0309 19.0056C19.9718 19.729 19.8492 20.33 19.5715 20.8752C19.1163 21.7684 18.3901 22.4947 17.4968 22.9498C16.9517 23.2276 16.3507 23.3502 15.6273 23.4093C14.9175 23.4673 14.035 23.4673 12.9121 23.4673H7.93758C6.8147 23.4673 5.93218 23.4673 5.2224 23.4093C4.49897 23.3502 3.89795 23.2276 3.35282 22.9498C2.45956 22.4947 1.73331 21.7684 1.27817 20.8752C1.00041 20.33 0.87783 19.729 0.818724 19.0056C0.760735 18.2958 0.760738 17.4133 0.760742 16.2905V11.3158C0.760738 10.193 0.760735 9.31049 0.818724 8.60074C0.87783 7.87731 1.00041 7.27629 1.27817 6.73116C1.73331 5.83789 2.45956 5.11165 3.35282 4.65651C3.89795 4.37875 4.49897 4.25617 5.2224 4.19706C5.93215 4.13907 6.81465 4.13908 7.93747 4.13908Z",fill:"currentColor"})))}a(h5,"SvgExternalLink");var m5=h5;import Ea,{createElement as g5}from"react";function y5(e){return g5(o,e,Ea.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ea.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.6363 6.08445L18.6344 6.08561L18.6258 6.09088L18.5898 6.11321C18.5579 6.13313 18.5108 6.16281 18.4522 6.20071C18.3348 6.27667 18.1724 6.38479 17.993 6.51285C17.6229 6.77711 17.2237 7.09625 16.9831 7.37734C16.8067 7.58348 16.6044 7.89898 16.4364 8.18539C16.355 8.32422 16.2861 8.44854 16.2377 8.53796C16.2135 8.58257 16.1946 8.61826 16.1819 8.64242L16.1676 8.66965L16.1643 8.67613L16.1636 8.67748C16.0675 8.86453 15.8805 8.98776 15.6707 9.00211C15.4609 9.01646 15.2589 8.91992 15.1383 8.74765L14.1827 7.3829C13.9927 7.11145 14.0586 6.73733 14.3301 6.54727C14.6015 6.3572 14.9757 6.42318 15.1657 6.69463L15.5791 7.28506C15.7263 7.05078 15.8982 6.79948 16.0714 6.59707C16.4121 6.19905 16.912 5.81018 17.2957 5.53622C17.4933 5.39515 17.6715 5.27661 17.8004 5.19318C17.865 5.15138 17.9176 5.11818 17.9545 5.09516L17.9977 5.06838L18.0097 5.06105L18.0132 5.05895L18.0142 5.05831C18.0142 5.05831 18.0148 5.05793 18.3256 5.57119L18.0142 5.05831C18.2977 4.88669 18.6672 4.97698 18.8389 5.26044C19.0104 5.54386 18.9197 5.91279 18.6363 6.08445Z",fill:"currentColor"}),Ea.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.3999 18.9872C1.3999 21.5277 3.45939 23.5872 5.9999 23.5872L14.9999 23.5872C17.5404 23.5872 19.5999 21.5277 19.5999 18.9872L19.5999 13.9872C19.5999 13.6558 19.3313 13.3872 18.9999 13.3872C18.6685 13.3872 18.3999 13.6558 18.3999 13.9872L18.3999 18.9872C18.3999 20.865 16.8777 22.3872 14.9999 22.3872H5.9999C4.12214 22.3872 2.5999 20.865 2.5999 18.9872L2.5999 6.98721C2.5999 5.10944 4.12213 3.58721 5.9999 3.58721L9.9999 3.58721C10.3313 3.58721 10.5999 3.31858 10.5999 2.98721C10.5999 2.65583 10.3313 2.38721 9.9999 2.38721L5.9999 2.38721C3.45939 2.38721 1.3999 4.4467 1.3999 6.98721L1.3999 18.9872Z",fill:"currentColor"}),Ea.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.8999 17.9872C4.8999 18.3186 5.16853 18.5872 5.4999 18.5872L15.4999 18.5872C15.8313 18.5872 16.0999 18.3186 16.0999 17.9872C16.0999 17.6558 15.8313 17.3872 15.4999 17.3872L5.4999 17.3872C5.16853 17.3872 4.8999 17.6558 4.8999 17.9872Z",fill:"currentColor"}),Ea.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2349 13.3872L5.4999 13.3872C5.16853 13.3872 4.8999 13.6558 4.8999 13.9872C4.8999 14.3186 5.16853 14.5872 5.4999 14.5872L10.2349 14.5872C10.5662 14.5872 10.8349 14.3186 10.8349 13.9872C10.8349 13.6558 10.5662 13.3872 10.2349 13.3872Z",fill:"currentColor"}),Ea.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 2.5999C14.0769 2.5999 12.1126 4.56417 12.1126 6.98721C12.1126 9.41025 14.0769 11.3745 16.4999 11.3745C18.9229 11.3745 20.8872 9.41025 20.8872 6.98721C20.8872 4.56417 18.9229 2.5999 16.4999 2.5999ZM10.9126 6.98721C10.9126 3.90142 13.4141 1.3999 16.4999 1.3999C19.5857 1.3999 22.0872 3.90142 22.0872 6.98721C22.0872 10.073 19.5857 12.5745 16.4999 12.5745C13.4141 12.5745 10.9126 10.073 10.9126 6.98721Z",fill:"currentColor"})))}a(y5,"SvgFeatureList");var C5=y5;import lr,{createElement as k5}from"react";function f5(e){return k5(o,e,lr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},lr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.82568 3.82878C2.82568 2.03228 4.28203 0.575928 6.07853 0.575928H17.9208C19.7173 0.575928 21.1737 2.03228 21.1737 3.82878V5.80513C21.1737 6.68795 20.8149 7.53209 20.181 8.1445L15.7568 13.4631L15.7228 13.4949C15.3694 13.8261 15.1689 14.2887 15.1689 14.773V18.8493C15.1689 19.6996 14.836 20.5161 14.2414 21.124L12.2631 23.1462C11.0086 24.4287 8.83041 23.5405 8.83041 21.7465V14.773C8.83041 14.2887 8.6299 13.8261 8.27652 13.4949L8.24251 13.4631L3.81837 8.1445C3.18447 7.53209 2.82568 6.68795 2.82568 5.80513V3.82878ZM6.07853 2.07724C5.11119 2.07724 4.327 2.86143 4.327 3.82878V5.80513C4.327 6.28941 4.52751 6.75208 4.88089 7.08322L4.9149 7.11509L9.33904 12.4336C9.97294 13.046 10.3317 13.8902 10.3317 14.773V21.7465C10.3317 22.195 10.8763 22.417 11.1899 22.0964L13.1682 20.0741C13.4883 19.7468 13.6676 19.3072 13.6676 18.8493V14.773C13.6676 13.8902 14.0264 13.046 14.6603 12.4336L19.0844 7.11509L19.1185 7.08322C19.4718 6.75208 19.6723 6.28941 19.6723 5.80513V3.82878C19.6723 2.86143 18.8882 2.07724 17.9208 2.07724H6.07853Z",fill:"currentColor"})))}a(f5,"SvgFilter");var w5=f5;import Fo,{createElement as b5}from"react";function v5(e){return b5(o,e,Fo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Fo.createElement("path",{id:"Vector",d:"M10.3981 12.2525L19.7762 22.3353C19.9172 22.4895 19.9959 22.6973 19.995 22.9135C19.9942 23.1297 19.9139 23.3368 19.7717 23.4897C19.6294 23.6426 19.4368 23.7289 19.2357 23.7297C19.0346 23.7306 18.8413 23.6459 18.6979 23.4943L8.852 12.9088C8.68428 12.7285 8.61109 12.4856 8.63218 12.2503C8.62181 12.1305 8.63616 12.0098 8.6742 11.8966C8.71224 11.7834 8.77304 11.6807 8.85226 11.5957L18.6984 1.01023C18.8414 0.856505 19.0353 0.770142 19.2376 0.770142C19.4398 0.770142 19.6337 0.856505 19.7767 1.01023C19.9197 1.16396 20 1.37246 20 1.58986C20 1.80726 19.9197 2.01576 19.7767 2.16949L10.3981 12.2525Z",fill:"#727272"}),Fo.createElement("path",{id:"Vector_2",d:"M1.76846 12.2525L11.1473 22.3353C11.2883 22.4895 11.367 22.6973 11.3661 22.9135C11.3653 23.1297 11.285 23.3368 11.1428 23.4897C11.0006 23.6426 10.8079 23.7289 10.6068 23.7297C10.4057 23.7306 10.2124 23.6459 10.069 23.4943L0.223115 12.9088C0.0553913 12.7285 -0.0177975 12.4856 0.0032959 12.2503C-0.00705814 12.1305 0.00729561 12.0098 0.0453348 11.8966C0.083375 11.7835 0.144164 11.6807 0.223369 11.5957L10.069 1.01023C10.212 0.856505 10.4059 0.770142 10.6082 0.770142C10.8104 0.770142 11.0043 0.856505 11.1473 1.01023C11.2903 1.16396 11.3706 1.37246 11.3706 1.58986C11.3706 1.80726 11.2903 2.01576 11.1473 2.16949L1.76846 12.2525Z",fill:"#727272"})))}a(v5,"SvgFirst");var S5=v5;import Fa,{createElement as T5}from"react";function x5(e){return T5(o,e,Fa.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Fa.createElement("g",{id:"Icons"},Fa.createElement("g",{id:"Font"},Fa.createElement("path",{d:"M20.2235 8.41095C19.7886 8.41095 19.4469 8.07056 19.4469 7.63735V5.73429C19.4469 5.37843 19.2295 5.09994 19.0276 5.09994H4.97239C4.77049 5.09994 4.55306 5.36296 4.55306 5.73429V7.63735C4.55306 8.07056 4.21139 8.41095 3.77653 8.41095C3.34167 8.41095 3 8.07056 3 7.63735V5.73429C3 4.52747 3.88525 3.55273 4.97239 3.55273H19.0276C20.1148 3.55273 21 4.52747 21 5.73429V7.63735C21 8.05509 20.6428 8.41095 20.2235 8.41095Z",fill:"#727272"}),Fa.createElement("path",{d:"M11.9921 20.2625C11.5573 20.2625 11.2156 19.9221 11.2156 19.4889V4.32634C11.2156 3.89312 11.5573 3.55273 11.9921 3.55273C12.427 3.55273 12.7687 3.89312 12.7687 4.32634V19.4889C12.7687 19.9067 12.427 20.2625 11.9921 20.2625Z",fill:"#727272"}),Fa.createElement("path",{d:"M14.6953 20.4481H9.2906C8.85575 20.4481 8.51407 20.1077 8.51407 19.6745C8.51407 19.2413 8.85575 18.9009 9.2906 18.9009H14.6953C15.1301 18.9009 15.4718 19.2413 15.4718 19.6745C15.4718 20.1077 15.1301 20.4481 14.6953 20.4481Z",fill:"#727272"})))))}a(x5,"SvgFont");var I5=x5;import Pt,{createElement as D5}from"react";function L5(e){return D5(o,e,Pt.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Pt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.8071 0C24.1477 0 24.4237 0.276065 24.4237 0.616609V17.6986C24.4237 17.7076 24.4235 17.7165 24.4232 17.7255C24.3829 18.6498 23.8666 19.4876 23.0583 19.9387C22.2503 20.3897 21.2662 20.3897 20.4582 19.9387C19.6499 19.4876 19.1337 18.6498 19.0934 17.7255C19.093 17.7165 19.0928 17.7076 19.0928 17.6986V11.5193C19.0928 11.1389 18.9418 10.7742 18.6727 10.5052L18.6726 10.5051C18.4039 10.2362 18.0391 10.0851 17.6586 10.0851C17.3181 10.0851 17.042 9.80903 17.042 9.46848C17.042 9.12794 17.3181 8.85187 17.6586 8.85187C18.3659 8.85187 19.0445 9.13273 19.5447 9.63314M19.5448 9.63324C20.0451 10.1335 20.326 10.8119 20.326 11.5193V17.684C20.3517 18.1764 20.6283 18.6214 21.0592 18.8618L21.0593 18.8619C21.4937 19.1044 22.0229 19.1044 22.4573 18.8619L22.4573 18.8618C22.8882 18.6214 23.1649 18.1763 23.1905 17.684V0.616609C23.1905 0.276065 23.4666 0 23.8071 0",fill:"currentColor"}),Pt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.53542 0.57105L5.53714 0.571045L14.4217 0.571047C15.3082 0.57351 16.1576 0.926858 16.7844 1.55365C17.4112 2.18044 17.7645 3.02981 17.767 3.91636L17.767 3.91808L17.767 20.3758H18.8651C19.2057 20.3758 19.4817 20.6518 19.4817 20.9924V23.3831C19.4817 23.7236 19.2057 23.9997 18.8651 23.9997H1.09952C0.758975 23.9997 0.48291 23.7236 0.48291 23.3831V20.9924C0.48291 20.6518 0.758975 20.3758 1.09952 20.3758H2.18995V3.91637C2.19242 3.02981 2.54577 2.18043 3.17256 1.55365C3.79938 0.926839 4.64891 0.573525 5.53542 0.57105ZM5.53805 1.80427C4.97773 1.80604 4.44078 2.02946 4.04457 2.42567C3.64832 2.82191 3.42493 3.35873 3.42317 3.91902V20.9924C3.42317 21.3329 3.14711 21.609 2.80656 21.609H1.71613V22.7665H18.2485V21.609H17.1504C16.8098 21.609 16.5338 21.3329 16.5338 20.9924V3.91862C16.5319 3.35847 16.3085 2.82182 15.9124 2.42566C15.5161 2.02942 14.9793 1.80603 14.419 1.80427H5.53805Z",fill:"currentColor"}),Pt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.22655 4.30646C6.18948 4.30646 6.15949 4.33645 6.15949 4.37352V8.75265C6.15985 8.75356 6.16028 8.75458 6.16078 8.75571C6.16671 8.76915 6.17792 8.78734 6.19405 8.80464C6.21007 8.82182 6.22439 8.83114 6.2323 8.83503C6.23277 8.83526 6.23319 8.83546 6.23357 8.83564H13.7229C13.7599 8.83564 13.7899 8.80564 13.7899 8.76858V4.38944C13.7896 4.38853 13.7891 4.38752 13.7886 4.38639C13.7827 4.37294 13.7715 4.35476 13.7554 4.33746C13.7393 4.32028 13.725 4.31096 13.7171 4.30707C13.7166 4.30684 13.7162 4.30664 13.7158 4.30646H6.22655ZM4.92627 4.37352C4.92627 3.65538 5.50838 3.07324 6.22655 3.07324H13.7229C14.1221 3.07324 14.4468 3.27076 14.6572 3.49636C14.862 3.71596 15.0231 4.03077 15.0231 4.37352V8.76858C15.0231 9.48672 14.441 10.0689 13.7229 10.0689H6.22655C5.8273 10.0689 5.50257 9.87134 5.29217 9.64573C5.08738 9.42614 4.92627 9.11132 4.92627 8.76858V4.37352Z",fill:"currentColor"}),Pt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.7244 3.19696C23.9967 3.40155 24.0515 3.7881 23.8469 4.06033L22.489 5.86725C22.3169 6.09312 22.2662 6.38829 22.3529 6.65787C22.4396 6.92722 22.6522 7.13715 22.922 7.22041L23.9853 7.53627C24.3118 7.63324 24.4978 7.97649 24.4008 8.30293C24.3038 8.62938 23.9606 8.8154 23.6341 8.71843L22.5634 8.40035C21.9063 8.1994 21.3894 7.68949 21.179 7.03563C20.9687 6.38201 21.0916 5.66758 21.5067 5.12163L22.8611 3.31944C23.0657 3.0472 23.4522 2.99237 23.7244 3.19696Z",fill:"currentColor"})))}a(L5,"SvgGas");var Ho=L5;import cr,{createElement as P5}from"react";function z5(e){return P5(o,e,cr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},cr.createElement("path",{d:"M6.302 2.964c-.348.051-.64.144-.96.305-.814.41-1.324 1.056-1.589 2.011-.039.139-.055 1.781-.071 7.24l-.022 7.06-.28.01c-.154.005-.339.02-.411.032-.149.025-.386.217-.471.382-.075.145-.075.528.001.673.08.156.275.312.453.364.103.03 2.329.039 7.391.031l7.243-.012.141-.096c.486-.334.46-1.025-.049-1.285-.118-.06-.235-.079-.496-.079h-.342v-3.52h1.561c1.677 0 1.732-.006 1.952-.212.214-.199.207-.097.207-3.028 0-2.961.01-2.825-.226-3.047-.063-.058-.534-.315-1.047-.57-.998-.495-1.118-.53-1.412-.406a.897.897 0 0 0-.39.37c-.064.125-.056.516.014.65.096.186.282.313.948.646l.633.317v3.8h-2.24l-.001-4.25c0-4.203-.014-4.722-.138-5.21-.217-.853-.939-1.65-1.795-1.983-.608-.236-.64-.237-4.681-.232-2.027.003-3.792.02-3.923.039m7.934 1.544c.475.162.779.435.959.864l.105.248.01 6.97.011 6.97H5.16l.001-6.81c0-7.417-.008-7.125.225-7.553.211-.388.664-.678 1.174-.751.149-.022 1.787-.035 3.84-.031 3.563.006 3.581.006 3.836.093m-6.177.932c-.905.123-1.564.693-1.804 1.56-.105.376-.109 2.098-.006 2.469.168.609.544 1.086 1.054 1.341.501.251.489.25 2.977.25 2.081 0 2.279-.006 2.498-.074.706-.217 1.163-.635 1.413-1.291.102-.266.106-.308.12-1.315.017-1.142-.011-1.371-.218-1.812-.225-.481-.82-.946-1.393-1.09-.235-.059-4.244-.092-4.641-.038m4.368 1.523a.6.6 0 0 1 .375.453c.028.126.04.494.032.964-.016.865-.043.957-.334 1.114-.157.084-.202.086-2.09.098-1.994.013-2.299-.005-2.49-.146-.2-.147-.219-.242-.232-1.155-.011-.78-.006-.864.068-1.031.063-.144.117-.199.252-.26.163-.074.277-.078 2.239-.079 1.366-.001 2.106.013 2.18.042m-5.809 5.191c-.556.256-.592 1.054-.06 1.325.151.077.233.081 1.622.081 1.567 0 1.579-.001 1.765-.206.332-.365.269-.879-.14-1.156L9.66 12.1l-1.44-.01c-1.332-.009-1.452-.005-1.602.064",fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor"})))}a(z5,"SvgGasStation");var A5=z5;import Vo,{createElement as N5}from"react";function $5(e){return N5(o,e,Vo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Vo.createElement("g",{id:"Height"},Vo.createElement("path",{id:"Height_2",fillRule:"evenodd",clipRule:"evenodd",d:"M12.3807 23.7933C12.1204 24.0689 11.6983 24.0689 11.4379 23.7933L7.19526 19.301C6.93491 19.0254 6.93491 18.5784 7.19526 18.3028C7.45561 18.0271 7.87772 18.0271 8.13807 18.3028L11.2426 21.59V2.41003L8.13807 5.69723C7.87772 5.97289 7.45561 5.97289 7.19526 5.69723C6.93491 5.42156 6.93491 4.97462 7.19526 4.69896L11.4379 0.206747C11.6983 -0.0689157 12.1204 -0.0689157 12.3807 0.206747L16.6234 4.69896C16.8837 4.97462 16.8837 5.42156 16.6234 5.69723C16.363 5.97289 15.9409 5.97289 15.6805 5.69723L12.576 2.41003V21.59L15.6805 18.3028C15.9409 18.0271 16.363 18.0271 16.6234 18.3028C16.8837 18.5784 16.8837 19.0254 16.6234 19.301L12.3807 23.7933Z",fill:"currentColor"}))))}a($5,"SvgHeight");var M5=$5;import ur,{createElement as j5}from"react";function E5(e){return j5(o,e,ur.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},ur.createElement("path",{d:"M2.47273 2.07416C2.69767 1.83987 3.06229 1.83985 3.28722 2.07416L21.5269 21.0738C21.7518 21.3081 21.7518 21.6879 21.5269 21.9222C21.3019 22.1565 20.9372 22.1565 20.7123 21.9222L17.289 18.3562C14.8609 20.0487 12.102 20.5176 9.47697 19.7203C6.71164 18.8802 4.16218 16.6597 2.3186 13.1472C1.94385 12.4332 1.94336 11.5666 2.3186 10.8515C3.29687 8.98725 4.47185 7.48661 5.7746 6.36322L2.47273 2.9226C2.24778 2.68828 2.24778 2.30848 2.47273 2.07416ZM6.59472 7.21752C5.38518 8.23927 4.26773 9.63768 3.32885 11.4269C3.14243 11.7822 3.14304 12.2143 3.32997 12.5706C5.05896 15.8649 7.38701 17.8354 9.7998 18.5683C12.0091 19.2393 14.3435 18.8886 16.4564 17.489L13.9995 14.9296C13.4348 15.3481 12.7461 15.5987 12.0003 15.5988C10.0917 15.5988 8.54455 13.9868 8.54434 11.9988C8.54434 11.222 8.78284 10.5033 9.18447 9.91518L6.59472 7.21752ZM8.1011 4.81869C10.4788 3.66235 13.0634 3.59528 15.4676 4.62182C17.8664 5.64615 20.0496 7.74217 21.681 10.8503C22.0555 11.5642 22.0572 12.4298 21.6821 13.1449C20.9589 14.523 20.1276 15.7021 19.2172 16.6769C18.9955 16.9141 18.6307 16.9193 18.4027 16.6886C18.1748 16.4576 18.1699 16.0777 18.3915 15.8402C19.2226 14.9502 19.9931 13.861 20.6707 12.5695C20.8572 12.2141 20.8567 11.7822 20.6696 11.4257C19.1398 8.51109 17.1408 6.63246 15.0311 5.73158C12.9269 4.83306 10.677 4.89032 8.58823 5.90619C8.29998 6.04638 7.95668 5.91582 7.8221 5.61557C7.68788 5.31542 7.81302 4.9588 8.1011 4.81869ZM9.69631 11.9988C9.6966 13.3241 10.728 14.3988 12.0003 14.3988C12.4274 14.3987 12.8253 14.2746 13.1681 14.0636L10.0158 10.7812C9.81343 11.1383 9.69631 11.5539 9.69631 11.9988Z",fill:"currentColor"})))}a(E5,"SvgHide");var F5=E5;import dr,{createElement as H5}from"react";function V5(e){return H5(o,e,dr.createElement("svg",{viewBox:"0 0 16 17",xmlns:"http://www.w3.org/2000/svg"},dr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.20889 5.83725C4.57975 5.83725 3.97637 6.08718 3.53149 6.53205C3.08662 6.97692 2.83669 7.5803 2.83669 8.20945C2.83669 8.8386 3.08662 9.44198 3.53149 9.88685C3.97637 10.3317 4.57975 10.5817 5.20889 10.5817C5.54212 10.5817 5.79218 10.5219 5.99423 10.4231C6.19629 10.3249 6.37323 10.1764 6.54458 9.96767C6.84599 9.59928 7.09326 9.09805 7.41923 8.43774C7.48453 8.30546 7.55319 8.16703 7.62575 8.02247L7.81553 7.63733C8.13982 6.97814 8.439 6.3703 8.80739 5.92097C9.03623 5.64133 9.30415 5.40579 9.63905 5.2428C9.97395 5.07982 10.3535 5 10.7905 5C11.2991 5 11.8004 5.12085 12.253 5.35258C12.7057 5.58431 13.0968 5.9203 13.3942 6.33285C13.6915 6.7454 13.8866 7.22271 13.9633 7.72544C14.04 8.22817 13.9961 8.74192 13.8353 9.22437C13.6745 9.70682 13.4013 10.1441 13.0383 10.5003C12.6753 10.8565 12.2329 11.1213 11.7475 11.2729C11.2621 11.4245 10.7476 11.4587 10.2464 11.3724C9.74523 11.2862 9.27171 11.0821 8.86488 10.777C8.77606 10.7104 8.71734 10.6112 8.70164 10.5013C8.68593 10.3914 8.71454 10.2798 8.78115 10.1909C8.84777 10.1021 8.94694 10.0434 9.05685 10.0277C9.16676 10.012 9.27841 10.0406 9.36723 10.1072C9.66793 10.3327 10.0179 10.4836 10.3884 10.5473C10.7588 10.611 11.1391 10.5858 11.4979 10.4738C11.8566 10.3617 12.1837 10.1659 12.452 9.90269C12.7203 9.63944 12.9222 9.3162 13.041 8.95961C13.1599 8.60302 13.1923 8.22328 13.1356 7.8517C13.0789 7.48012 12.9348 7.12733 12.715 6.8224C12.4952 6.51747 12.2061 6.26913 11.8715 6.09785C11.5369 5.92657 11.1664 5.83725 10.7905 5.83725C10.4573 5.83725 10.2073 5.89697 10.0052 5.99577C9.80315 6.094 9.62621 6.24248 9.45486 6.45123C9.15345 6.81962 8.90618 7.32085 8.58021 7.98116C8.51491 8.11345 8.44625 8.25187 8.37369 8.39644L8.18392 8.78157C7.85962 9.44076 7.56044 10.0486 7.19206 10.4985C6.96321 10.7776 6.69529 11.0131 6.36039 11.1761C6.02549 11.3391 5.64594 11.4189 5.20889 11.4189C4.70037 11.4188 4.19915 11.2979 3.74653 11.0661C3.29391 10.8343 2.90285 10.4983 2.60556 10.0857C2.30828 9.67314 2.11329 9.19583 2.03665 8.69312C1.96002 8.19041 2.00394 7.67668 2.16479 7.19427C2.32564 6.71186 2.59882 6.27457 2.96181 5.91845C3.32481 5.56232 3.76723 5.29755 4.25263 5.14595C4.73803 4.99434 5.2525 4.96025 5.75366 5.04648C6.25481 5.1327 6.72831 5.33678 7.13512 5.64189C7.1791 5.67491 7.21615 5.71627 7.24414 5.76361C7.27214 5.81095 7.29053 5.86334 7.29828 5.91778C7.30603 5.97223 7.30298 6.02767 7.2893 6.08094C7.27562 6.13421 7.25159 6.18426 7.21857 6.22824C7.18555 6.27222 7.14419 6.30927 7.09685 6.33726C7.04951 6.36526 6.99712 6.38366 6.94267 6.3914C6.88823 6.39915 6.83279 6.3961 6.77952 6.38242C6.72625 6.36875 6.6762 6.34471 6.63222 6.31169C6.22202 6.00293 5.72231 5.83636 5.20889 5.83725Z",fill:"currentColor"})))}a(V5,"SvgInfinity");var W5=V5;import pr,{createElement as q5}from"react";function B5(e){return q5(o,e,pr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},pr.createElement("path",{d:"M12 24C9.62663 24 7.30655 23.2962 5.33316 21.9776C3.35977 20.6591 1.8217 18.7849 0.913451 16.5922C0.00519935 14.3995 -0.232441 11.9867 0.230582 9.65892C0.693604 7.33115 1.83649 5.19295 3.51472 3.51472C5.19295 1.83649 7.33115 0.693604 9.65892 0.230582C11.9867 -0.232441 14.3995 0.00519935 16.5922 0.913451C18.7849 1.8217 20.6591 3.35977 21.9776 5.33316C23.2962 7.30655 24 9.62663 24 12C23.9964 15.1815 22.731 18.2317 20.4813 20.4813C18.2317 22.731 15.1815 23.9964 12 24ZM9.91412 8.40428V9.70711L11.5837 9.99513V17.9201L9.91412 18.2081V19.4997H15.2762V18.2081L13.6066 17.9201V8.40428H9.91412ZM11.5837 3.50122V5.56235H13.6089V3.50122H11.5837Z",fill:"currentColor"})))}a(B5,"SvgInfoError");var zt=B5;import eo,{createElement as Z5}from"react";function Y5(e){return Z5(o,e,eo.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},eo.createElement("path",{d:"M12.2133 10.1543C11.969 10.1582 11.736 10.2584 11.5656 10.4334C11.3952 10.6082 11.3015 10.8434 11.3048 11.0872V17.5287C11.3013 17.775 11.3971 18.0125 11.5705 18.1879C11.744 18.3633 11.9807 18.4619 12.2278 18.4619C12.475 18.4619 12.7117 18.3633 12.8852 18.1879C13.0587 18.0124 13.1543 17.775 13.1507 17.5287V11.0872C13.1543 10.8385 13.0566 10.599 12.8798 10.4232C12.7033 10.2475 12.4628 10.1504 12.2133 10.1543Z",fill:"currentColor"}),eo.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1508 7.38487C13.1508 7.89462 12.7375 8.30795 12.2278 8.30795C11.718 8.30795 11.3047 7.89462 11.3047 7.38487C11.3047 6.87511 11.718 6.46179 12.2278 6.46179C12.7375 6.46179 13.1508 6.87511 13.1508 7.38487Z",fill:"currentColor"}),eo.createElement("path",{d:"M12.2275 0.00012207C5.6104 0.00012207 0.227539 5.38298 0.227539 12.0001C0.227539 18.6173 5.6104 24.0001 12.2275 24.0001C18.8447 24.0001 24.2275 18.6173 24.2275 12.0001C24.2275 5.38298 18.8447 0.00012207 12.2275 0.00012207ZM12.2275 1.71441C17.9185 1.71441 22.5133 6.30928 22.5133 12.0001C22.5133 17.691 17.9184 22.2858 12.2275 22.2858C6.5367 22.2858 1.94182 17.691 1.94182 12.0001C1.94182 6.30928 6.5367 1.71441 12.2275 1.71441Z",fill:"currentColor"})))}a(Y5,"SvgInfo");var B=Y5;import ia,{createElement as R5}from"react";function U5(e){return R5(o,e,ia.createElement("svg",{viewBox:"0 0 8 7",xmlns:"http://www.w3.org/2000/svg"},ia.createElement("g",{clipPath:"url(#clip0_14768_268730)"},ia.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.0687 0.915086C2.84154 0.915086 1.84673 1.9099 1.84673 3.13706C1.84673 4.36422 2.84154 5.35904 4.0687 5.35904C5.29586 5.35904 6.29068 4.36422 6.29068 3.13706C6.29068 1.9099 5.29586 0.915086 4.0687 0.915086ZM1.0625 3.13706C1.0625 1.47678 2.40842 0.130859 4.0687 0.130859C5.72898 0.130859 7.0749 1.47678 7.0749 3.13706C7.0749 4.79734 5.72898 6.14326 4.0687 6.14326C2.40842 6.14326 1.0625 4.79734 1.0625 3.13706Z",fill:"#C8E2FF"}),ia.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.07471 3.09881C7.08137 3.62208 6.95131 4.13803 6.69741 4.59563C6.4435 5.05322 6.07454 5.43661 5.62701 5.70787C5.17949 5.97913 4.6689 6.12887 4.14576 6.14228C3.62261 6.15568 3.10503 6.03229 2.6442 5.78431C2.18337 5.53632 1.79526 5.17233 1.51825 4.72834C1.40362 4.54461 1.45963 4.30274 1.64336 4.18811C1.82709 4.07348 2.06896 4.1295 2.1836 4.31323C2.38834 4.64139 2.67521 4.91043 3.01582 5.09372C3.35644 5.27701 3.739 5.36822 4.12567 5.35831C4.51234 5.3484 4.88973 5.23772 5.22051 5.03722C5.55129 4.83673 5.824 4.55335 6.01167 4.21513C6.19934 3.87691 6.29547 3.49556 6.29054 3.10879C6.28562 2.72202 6.17982 2.34323 5.98361 2.0099C5.78739 1.67656 5.50756 1.40022 5.17178 1.2082C4.83601 1.01619 4.45593 0.915151 4.06913 0.915086C3.85257 0.915049 3.67704 0.739464 3.67708 0.522906C3.67712 0.306348 3.8527 0.130823 4.06926 0.130859C4.59258 0.130948 5.10681 0.267645 5.56109 0.52743C6.01537 0.787216 6.39397 1.16109 6.65944 1.61207C6.92491 2.06306 7.06805 2.57553 7.07471 3.09881Z",fill:"#5BABFF"})),ia.createElement("defs",null,ia.createElement("clipPath",{id:"clip0_14768_268730"},ia.createElement("rect",{width:6.27381,height:6.27381,fill:"white",transform:"translate(0.931763)"})))))}a(U5,"SvgInProgress");var _5=U5;import At,{createElement as O5}from"react";function K5(e){return O5(o,e,At.createElement("svg",{viewBox:"0 0 12 13",xmlns:"http://www.w3.org/2000/svg"},At.createElement("g",{id:"key"},At.createElement("path",{id:"Vector",d:"M3.26028 12.4995C3.20753 12.4995 3.1495 12.4942 3.10203 12.489L1.95736 12.3307C1.40876 12.2569 0.912912 11.7663 0.828513 11.2072L0.670263 10.052C0.617513 9.68278 0.775763 9.20278 1.03951 8.93377L3.35523 6.61815C2.98071 5.12011 3.41325 3.53768 4.51573 2.44581C6.22482 0.742057 9.00473 0.736782 10.7191 2.44581C11.5473 3.27394 12.0009 4.37637 12.0009 5.54737C12.0009 6.71837 11.5473 7.82079 10.7191 8.64893C9.61136 9.74608 8.03414 10.1786 6.54659 9.79883L4.2256 12.1144C4.00405 12.3465 3.60843 12.4995 3.26028 12.4995ZM7.61214 1.95525C6.68902 1.95525 5.77117 2.30339 5.0696 3.00493C4.1201 3.94911 3.77723 5.3311 4.17285 6.61815C4.21505 6.76056 4.17813 6.90826 4.07263 7.01375L1.59338 9.49289C1.50371 9.58256 1.42986 9.81465 1.44569 9.93597L1.60393 11.0911C1.63558 11.2916 1.85186 11.5184 2.05231 11.5448L3.20225 11.703C3.32885 11.7241 3.56095 11.6503 3.65063 11.5606L6.14042 9.07619C6.24592 8.97069 6.39889 8.93904 6.53604 8.98124C7.80731 9.38212 9.19463 9.03926 10.1441 8.0898C10.8193 7.41463 11.1939 6.50737 11.1939 5.54737C11.1939 4.58209 10.8193 3.6801 10.1441 3.00493C9.45838 2.30866 8.53526 1.95525 7.61214 1.95525Z",fill:"#727272"}),At.createElement("path",{id:"Vector_2",d:"M4.84974 11.3351C4.74951 11.3351 4.64929 11.2982 4.57016 11.2191L3.35692 10.0059C3.20394 9.85291 3.20394 9.59973 3.35692 9.44676C3.50989 9.29379 3.76309 9.29379 3.91607 9.44676L5.12931 10.66C5.28229 10.8129 5.28229 11.0661 5.12931 11.2191C5.05019 11.2982 4.94996 11.3351 4.84974 11.3351Z",fill:"#727272"}),At.createElement("path",{id:"Vector_3",d:"M7.64781 6.69786C6.99371 6.69786 6.46094 6.16511 6.46094 5.51104C6.46094 4.85697 6.99371 4.32422 7.64781 4.32422C8.30191 4.32422 8.83468 4.85697 8.83468 5.51104C8.83468 6.16511 8.30191 6.69786 7.64781 6.69786ZM7.64781 5.11543C7.43153 5.11543 7.25218 5.29478 7.25218 5.51104C7.25218 5.72731 7.43153 5.90665 7.64781 5.90665C7.86408 5.90665 8.04343 5.72731 8.04343 5.51104C8.04343 5.29478 7.86408 5.11543 7.64781 5.11543Z",fill:"#727272"}))))}a(K5,"SvgKey");var G5=K5;import re,{createElement as J5}from"react";function X5(e){return J5(o,e,re.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},re.createElement("g",{id:"Icons"},re.createElement("g",{id:"Language"},re.createElement("path",{d:"M14.3359 18.2133C14.2438 18.2133 14.1433 18.1883 14.0596 18.1464C13.7498 17.9874 13.6242 17.6109 13.7749 17.3012L15.5666 13.728C15.6754 13.5188 15.8931 13.3849 16.1275 13.3849C16.3619 13.3849 16.5796 13.5188 16.6885 13.7364L18.4801 17.3096C18.6392 17.6192 18.5136 17.9958 18.1954 18.1547C17.8857 18.3137 17.5089 18.1883 17.3499 17.8703L16.1275 15.4184L14.9052 17.8703C14.788 18.0878 14.5619 18.2133 14.3359 18.2133Z",fill:"currentColor"}),re.createElement("path",{d:"M17.5928 17.5773H14.6458C14.3025 17.5773 14.0179 17.2928 14.0179 16.9497C14.0179 16.6066 14.3025 16.3221 14.6458 16.3221H17.5928C17.936 16.3221 18.2207 16.6066 18.2207 16.9497C18.2207 17.2928 17.9444 17.5773 17.5928 17.5773Z",fill:"currentColor"}),re.createElement("path",{d:"M16.119 21C13.4316 21 11.2381 18.8159 11.2381 16.1213C11.2381 13.4268 13.4232 11.2427 16.119 11.2427C18.8065 11.2427 21 13.4268 21 16.1213C21 18.8159 18.8149 21 16.119 21ZM16.119 12.5063C14.1181 12.5063 12.4939 14.1297 12.4939 16.1297C12.4939 18.1297 14.1181 19.7532 16.119 19.7532C18.1116 19.7532 19.7442 18.1297 19.7442 16.1297C19.7442 14.1297 18.12 12.5063 16.119 12.5063Z",fill:"currentColor"}),re.createElement("path",{d:"M6.02235 12.5899C5.09304 12.5899 4.35629 12.3305 3.83722 11.8284C3.28465 11.2928 3 10.4811 3 9.43513V6.15482C3 4.12135 4.12187 3 6.15631 3H9.43819C10.4847 3 11.2884 3.27615 11.8326 3.83682C12.3601 4.38075 12.6196 5.16739 12.5945 6.17157V9.43513C12.6196 10.456 12.3601 11.2594 11.8159 11.8033C11.2717 12.3473 10.468 12.5983 9.42981 12.5816H6.16467C6.10607 12.5899 6.06421 12.5899 6.02235 12.5899ZM6.15631 4.2636C4.80839 4.2636 4.25582 4.81592 4.25582 6.16319V9.4435C4.25582 10.1381 4.40652 10.6401 4.70791 10.933C5.00094 11.2175 5.46979 11.3431 6.13119 11.3347H9.42981C10.1331 11.3515 10.6187 11.2092 10.9117 10.9163C11.2047 10.6234 11.3387 10.1297 11.3219 9.45188V6.15482C11.3387 5.48536 11.2047 5.00835 10.9201 4.71547C10.627 4.41421 10.1247 4.2636 9.42981 4.2636H6.15631Z",fill:"currentColor"}),re.createElement("path",{d:"M9.48837 7.48523H6.08928C5.74602 7.48523 5.46136 7.20071 5.46136 6.85761C5.46136 6.51452 5.74602 6.23 6.08928 6.23H9.48837C9.83163 6.23 10.1163 6.51452 10.1163 6.85761C10.1163 7.20071 9.84 7.48523 9.48837 7.48523Z",fill:"currentColor"}),re.createElement("path",{d:"M7.79723 7.48528C7.45397 7.48528 7.16932 7.20076 7.16932 6.85766V6.28863C7.16932 5.94554 7.45397 5.66102 7.79723 5.66102C8.14049 5.66102 8.42514 5.94554 8.42514 6.28863V6.85766C8.42514 7.20076 8.14049 7.48528 7.79723 7.48528Z",fill:"currentColor"}),re.createElement("path",{d:"M6.08928 10.1296C5.74602 10.1296 5.46136 9.84513 5.46136 9.50204C5.46136 9.15894 5.74602 8.87442 6.08928 8.87442C7.15254 8.87442 8.01487 7.97067 8.01487 6.84934C8.01487 6.50624 8.29953 6.22173 8.64278 6.22173C8.98604 6.22173 9.2707 6.50624 9.2707 6.84934C9.2707 8.65686 7.84743 10.1296 6.08928 10.1296Z",fill:"currentColor"}),re.createElement("path",{d:"M9.49674 10.1296C8.71813 10.1296 7.97301 9.73635 7.44556 9.04179C7.23626 8.76564 7.29487 8.3723 7.57115 8.16309C7.84743 7.95389 8.24091 8.01249 8.45022 8.28864C8.73487 8.67357 9.11162 8.8828 9.49674 8.8828C9.83999 8.8828 10.1246 9.16731 10.1246 9.51041C10.1246 9.8535 9.83999 10.1296 9.49674 10.1296Z",fill:"currentColor"}),re.createElement("path",{d:"M9.48842 20.9999C5.91351 20.9999 3 18.0878 3 14.5146C3 14.1715 3.28465 13.887 3.62791 13.887C3.97117 13.887 4.25582 14.1715 4.25582 14.5146C4.25582 16.9916 5.98049 19.0669 8.29957 19.6109L8.07352 19.2343C7.89771 18.933 7.98981 18.5481 8.29121 18.3723C8.58423 18.1966 8.97772 18.2887 9.15354 18.5899L10.0326 20.0543C10.1498 20.2468 10.1498 20.4895 10.041 20.682C9.92377 20.8744 9.71447 20.9999 9.48842 20.9999Z",fill:"currentColor"}),re.createElement("path",{d:"M20.3722 10.1213C20.0289 10.1213 19.7443 9.83681 19.7443 9.49371C19.7443 7.01673 18.0196 4.9414 15.7005 4.39747L15.9266 4.77405C16.1024 5.0753 16.0103 5.46026 15.7089 5.63599C15.4158 5.81173 15.0224 5.71967 14.8465 5.41841L13.9675 3.95398C13.8503 3.76152 13.8503 3.51884 13.9591 3.32637C14.0679 3.12553 14.2772 3.00838 14.5033 3.00838C18.0782 3.00838 20.9917 5.9205 20.9917 9.49371C21.0001 9.83681 20.7154 10.1213 20.3722 10.1213Z",fill:"currentColor"})))))}a(X5,"SvgLanguage");var Q5=X5;import Wo,{createElement as eu}from"react";function au(e){return eu(o,e,Wo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Wo.createElement("path",{id:"Vector",d:"M9.6014 11.7457L0.223335 21.8285C0.082301 21.9826 0.00363768 22.1904 0.00448023 22.4067C0.00532279 22.6229 0.0856029 22.83 0.227834 22.9829C0.370064 23.1358 0.562722 23.222 0.763842 23.2229C0.964961 23.2237 1.15825 23.1391 1.3016 22.9874L11.1475 12.402C11.3152 12.2216 11.3884 11.9787 11.3673 11.7435C11.3777 11.6237 11.3634 11.5029 11.3253 11.3898C11.2873 11.2766 11.2265 11.1739 11.1473 11.0889L1.30109 0.503396C1.1581 0.349669 0.964172 0.263306 0.761958 0.263306C0.559745 0.263306 0.365814 0.349669 0.222827 0.503396C0.0798406 0.657122 -0.000488281 0.865621 -0.000488281 1.08302C-0.000488281 1.30043 0.0798406 1.50892 0.222827 1.66265L9.6014 11.7457Z",fill:"#727272"}),Wo.createElement("path",{id:"Vector_2",d:"M18.231 11.7457L8.85222 21.8285C8.71119 21.9826 8.63252 22.1904 8.63337 22.4067C8.63421 22.6229 8.71449 22.83 8.85672 22.9829C8.99895 23.1358 9.19161 23.222 9.39273 23.2229C9.59385 23.2237 9.78713 23.1391 9.93048 22.9874L19.7764 12.402C19.9441 12.2216 20.0173 11.9787 19.9962 11.7435C20.0066 11.6237 19.9922 11.5029 19.9542 11.3898C19.9161 11.2766 19.8553 11.1739 19.7761 11.0889L9.93048 0.503396C9.7875 0.349669 9.59357 0.263306 9.39135 0.263306C9.18914 0.263306 8.99521 0.349669 8.85222 0.503396C8.70924 0.657122 8.62891 0.865621 8.62891 1.08302C8.62891 1.30043 8.70924 1.50892 8.85222 1.66265L18.231 11.7457Z",fill:"#727272"})))}a(au,"SvgLast");var tu=au;import qo,{createElement as ou}from"react";function nu(e){return ou(o,e,qo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},qo.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3809 3.27038C12.5018 2.87966 11.4983 2.87966 10.6192 3.27038L5.62133 5.49164C4.38429 6.04144 3.59276 7.26008 3.66901 8.5691C3.84589 11.6059 4.37566 13.7238 5.39356 15.4596C6.41247 17.1971 7.95519 18.6115 10.2722 20.1802C11.3143 20.8857 12.6881 20.8868 13.7277 20.1813C16.0495 18.6057 17.5804 17.1778 18.5897 15.4379C19.5988 13.6984 20.1205 11.5881 20.313 8.58695C20.3977 7.26813 19.6043 6.03634 18.3589 5.48283L13.3809 3.27038ZM10.1318 2.17381C11.3212 1.64519 12.6789 1.64519 13.8683 2.17381L18.8463 4.38626C20.5123 5.12671 21.63 6.80315 21.5106 8.66379C21.3119 11.7605 20.7663 14.0773 19.6277 16.04C18.4894 18.0023 16.7924 19.5518 14.4016 21.1742C12.9539 22.1566 11.0466 22.1536 9.59945 21.1739C7.21834 19.5618 5.50797 18.0269 4.35842 16.0666C3.20786 14.1046 2.65378 11.7763 2.47104 8.63888C2.3633 6.78931 3.47976 5.13027 5.13396 4.39506L10.1318 2.17381Z",fill:"currentColor"}),qo.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.3951 8.54853C15.6445 8.76674 15.6698 9.14579 15.4516 9.39518L12.5817 12.6751C12.0178 13.3194 11.0466 13.4057 10.378 12.8709L8.6252 11.4686C8.36645 11.2616 8.32449 10.884 8.5315 10.6253C8.73851 10.3665 9.11608 10.3245 9.37484 10.5316L11.1277 11.9338C11.2948 12.0675 11.5376 12.046 11.6786 11.8849L14.5485 8.60497C14.7667 8.35559 15.1457 8.33032 15.3951 8.54853Z",fill:"currentColor"})))}a(nu,"SvgLegacy");var iu=nu;import hr,{createElement as ru}from"react";function su(e){return ru(o,e,hr.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},hr.createElement("path",{d:"M12.0363 4.5C12.0248 4.50117 12.0134 4.50307 12.0022 4.50569C11.9349 4.51415 11.8731 4.54737 11.829 4.59888C11.7848 4.65039 11.7614 4.71649 11.7634 4.7843V6.95074C11.8546 6.9463 11.944 6.93937 12.0363 6.93937C12.1268 6.93937 12.2198 6.94649 12.3093 6.95074V4.7843C12.3108 4.74752 12.3049 4.7108 12.2918 4.67636C12.2788 4.64193 12.2589 4.61048 12.2334 4.58392C12.2079 4.55736 12.1773 4.53623 12.1435 4.5218C12.1096 4.50738 12.0731 4.49997 12.0363 4.5ZM6.53762 6.76889C6.48594 6.77394 6.43678 6.79361 6.3959 6.82561C6.35502 6.85761 6.32411 6.90061 6.3068 6.94956C6.28949 6.9985 6.2865 7.05137 6.29817 7.10195C6.30985 7.15254 6.3357 7.19876 6.37271 7.23517L7.90802 8.77047C8.03137 8.63463 8.15858 8.50694 8.29468 8.38381L6.75938 6.8485C6.73071 6.81951 6.6959 6.79731 6.65753 6.78353C6.61915 6.76976 6.57818 6.76476 6.53762 6.76889ZM17.4724 6.76889C17.4099 6.77565 17.3517 6.80377 17.3075 6.8485L15.7722 8.38381C15.9075 8.50601 16.0419 8.63001 16.1646 8.76479L17.6942 7.23518C17.7348 7.1954 17.762 7.14391 17.7719 7.08793C17.7819 7.03194 17.7741 6.97424 17.7497 6.92289C17.7253 6.87154 17.6854 6.8291 17.6357 6.80149C17.586 6.77388 17.5289 6.76248 17.4724 6.76889ZM12.0249 7.81517C9.44027 7.81517 7.34498 9.91611 7.34498 12.5007C7.34498 15.0853 9.44009 17.1862 12.0249 17.1862C14.6094 17.1862 16.7104 15.0855 16.7104 12.5007C16.7104 9.91611 14.6094 7.81517 12.0249 7.81517ZM4.24599 12.2278C4.1736 12.2353 4.10717 12.2713 4.06132 12.3278C4.01546 12.3843 3.99394 12.4567 4.00148 12.5291C4.00902 12.6015 4.04501 12.6679 4.10152 12.7138C4.15804 12.7597 4.23046 12.7812 4.30285 12.7736H6.47511C6.47085 12.6845 6.46374 12.5966 6.46374 12.5064C6.46374 12.4142 6.47066 12.3188 6.47511 12.2278H4.30285C4.29338 12.2273 4.28389 12.2273 4.27442 12.2278C4.26495 12.2273 4.25546 12.2273 4.24599 12.2278ZM17.6031 12.2278C17.6075 12.3188 17.6088 12.4142 17.6088 12.5064C17.6088 12.5966 17.6073 12.6845 17.6031 12.7736H19.7695C19.8057 12.7742 19.8417 12.7676 19.8753 12.7541C19.909 12.7407 19.9396 12.7207 19.9654 12.6953C19.9912 12.6699 20.0117 12.6396 20.0257 12.6062C20.0397 12.5728 20.047 12.5369 20.047 12.5007C20.047 12.4645 20.0397 12.4286 20.0257 12.3952C20.0117 12.3618 19.9912 12.3315 19.9654 12.3061C19.9396 12.2807 19.909 12.2607 19.8753 12.2472C19.8417 12.2338 19.8057 12.2272 19.7695 12.2278H17.6031ZM7.90797 16.2309L6.37267 17.7662C6.34728 17.7916 6.32714 17.8217 6.3134 17.8549C6.29966 17.8881 6.29259 17.9236 6.29259 17.9596C6.29259 18.0321 6.32139 18.1016 6.37267 18.1529C6.42394 18.2042 6.49349 18.233 6.566 18.233C6.63852 18.233 6.70806 18.2042 6.75934 18.1529L8.28894 16.6176C8.15392 16.4951 8.03041 16.3659 7.90797 16.2309ZM16.1645 16.2422C16.0427 16.3759 15.912 16.5018 15.7778 16.6232L17.3074 18.1528C17.3587 18.2041 17.4282 18.2329 17.5008 18.2329C17.5733 18.2329 17.6428 18.2041 17.6941 18.1528C17.7454 18.1015 17.7742 18.032 17.7742 17.9595C17.7742 17.8869 17.7454 17.8174 17.6941 17.7661L16.1645 16.2422ZM11.7632 18.0561V20.2226C11.7626 20.2588 11.7692 20.2948 11.7827 20.3284C11.7961 20.362 11.8161 20.3926 11.8415 20.4185C11.8669 20.4443 11.8972 20.4648 11.9306 20.4788C11.9641 20.4928 11.9999 20.5 12.0361 20.5C12.0724 20.5 12.1082 20.4928 12.1416 20.4788C12.175 20.4648 12.2053 20.4443 12.2307 20.4185C12.2561 20.3926 12.2761 20.362 12.2896 20.3284C12.303 20.2948 12.3097 20.2588 12.3091 20.2226V18.0561C12.2197 18.0605 12.1266 18.0674 12.0361 18.0674C11.9439 18.0674 11.8544 18.0605 11.7632 18.0561Z",fill:"currentColor"})))}a(su,"SvgLightMode");var lu=su;import mr,{createElement as cu}from"react";function uu(e){return cu(o,e,mr.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},mr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.477539 12.0001C0.477539 9.15583 2.78327 6.8501 5.62754 6.8501H7.82754C8.24175 6.8501 8.57754 7.18588 8.57754 7.6001C8.57754 8.01431 8.24175 8.3501 7.82754 8.3501H5.62754C3.6117 8.3501 1.97754 9.98426 1.97754 12.0001C1.97754 14.0159 3.6117 15.6501 5.62754 15.6501H7.82754C8.24175 15.6501 8.57754 15.9859 8.57754 16.4001C8.57754 16.8143 8.24175 17.1501 7.82754 17.1501H5.62754C2.78327 17.1501 0.477539 14.8444 0.477539 12.0001ZM15.8775 7.6001C15.8775 7.18588 16.2133 6.8501 16.6275 6.8501H18.8275C21.6718 6.8501 23.9775 9.15583 23.9775 12.0001C23.9775 14.8444 21.6718 17.1501 18.8275 17.1501H16.6275C16.2133 17.1501 15.8775 16.8143 15.8775 16.4001C15.8775 15.9859 16.2133 15.6501 16.6275 15.6501H18.8275C20.8434 15.6501 22.4775 14.0159 22.4775 12.0001C22.4775 9.98426 20.8434 8.3501 18.8275 8.3501H16.6275C16.2133 8.3501 15.8775 8.01431 15.8775 7.6001ZM7.07754 12.0001C7.07754 11.5859 7.41333 11.2501 7.82754 11.2501H16.6275C17.0418 11.2501 17.3775 11.5859 17.3775 12.0001C17.3775 12.4143 17.0418 12.7501 16.6275 12.7501H7.82754C7.41333 12.7501 7.07754 12.4143 7.07754 12.0001Z",fill:"currentColor"})))}a(uu,"SvgLink");var du=uu;import se,{createElement as pu}from"react";function hu(e){return pu(o,e,se.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},se.createElement("path",{d:"M24.432 11.1616C24.5297 11.9542 24.3082 12.7531 23.8169 13.3826C23.3254 14.012 22.6039 14.4206 21.8113 14.5181C21.0187 14.6157 20.2196 14.3945 19.5903 13.903C18.9607 13.4115 18.5523 12.69 18.4547 11.8974C18.3572 11.1047 18.5784 10.3059 19.0699 9.67634C19.5615 9.047 20.2827 8.63838 21.0753 8.54093C21.8682 8.44325 22.667 8.66448 23.2964 9.15599C23.9259 9.64753 24.3343 10.369 24.432 11.1616Z",fill:"currentColor"}),se.createElement("path",{d:"M19.9341 3.46405C20.4122 3.93997 20.6819 4.5865 20.6834 5.26117C20.6849 5.93583 20.4185 6.58367 19.9425 7.06182C19.4664 7.53997 18.8201 7.80962 18.1452 7.81117C17.4706 7.81273 16.8229 7.54622 16.3446 7.07027C15.8664 6.59435 15.5968 5.94782 15.5952 5.27315C15.5937 4.59832 15.8602 3.95065 16.3361 3.4725C16.812 2.99412 17.4586 2.72469 18.1332 2.72315C18.8081 2.72137 19.4557 2.98788 19.9341 3.46405H19.9341Z",fill:"currentColor"}),se.createElement("path",{d:"M13.2107 0.786521C13.7696 0.902717 14.2596 1.23635 14.5727 1.71383C14.8856 2.19109 14.9962 2.77341 14.88 3.33253C14.7638 3.89142 14.4301 4.38138 13.9527 4.69448C13.4752 5.00738 12.8931 5.118 12.334 5.0018C11.7751 4.8856 11.2851 4.55197 10.972 4.0745C10.6591 3.59701 10.5485 3.01491 10.6647 2.45579C10.7809 1.89691 11.1145 1.40694 11.592 1.09384C12.0693 0.780943 12.6516 0.670326 13.2107 0.786521Z",fill:"currentColor"}),se.createElement("path",{d:"M7.17135 1.74731C7.633 1.52184 8.16556 1.48928 8.65131 1.65655C9.13727 1.82359 9.53694 2.17707 9.76217 2.63895C9.98742 3.10059 10.0202 3.63293 9.85294 4.11891C9.68567 4.60487 9.33241 5.00431 8.87054 5.22977C8.40889 5.45502 7.87632 5.4878 7.39057 5.32053C6.90462 5.15327 6.50495 4.80001 6.27971 4.33814C6.05447 3.87626 6.02168 3.34392 6.18895 2.85794C6.35621 2.37221 6.70948 1.97254 7.17135 1.74731Z",fill:"currentColor"}),se.createElement("path",{d:"M2.63401 5.40181C2.85056 4.99971 3.21807 4.7002 3.65569 4.56905C4.09326 4.43792 4.56495 4.48609 4.96706 4.70264C5.36916 4.91942 5.66867 5.28693 5.79982 5.72449C5.93073 6.16206 5.88278 6.63375 5.666 7.03586C5.44945 7.43774 5.08194 7.73725 4.64432 7.86839C4.20676 7.99953 3.73506 7.95135 3.33295 7.7348C2.93085 7.51803 2.63134 7.15052 2.5002 6.71295C2.36906 6.27561 2.41723 5.80392 2.63401 5.40181Z",fill:"currentColor"}),se.createElement("path",{d:"M0.56274 10.2383C0.521481 9.8407 0.639906 9.44326 0.891915 9.13308C1.14393 8.82263 1.5088 8.62526 1.90623 8.58422C2.30387 8.54297 2.70153 8.66139 3.01172 8.9134C3.32191 9.16541 3.51931 9.53029 3.56057 9.92771C3.60161 10.3254 3.48318 10.7228 3.23117 11.033C2.97938 11.3432 2.61428 11.5408 2.21686 11.5818C1.81944 11.6231 1.42178 11.5047 1.1116 11.2527C0.801376 11.0006 0.604001 10.6358 0.56274 10.2383Z",fill:"currentColor"}),se.createElement("path",{d:"M0.838025 15.3494C0.582888 15.08 0.445065 14.7203 0.455102 14.3492C0.465138 13.9783 0.622145 13.6264 0.891549 13.3712C1.16095 13.1161 1.52071 12.9783 1.89182 12.9883C2.2627 12.9983 2.61439 13.1553 2.86976 13.4248C3.1249 13.6942 3.26272 14.0539 3.25269 14.4248C3.24265 14.7959 3.08564 15.1476 2.81624 15.403C2.54683 15.6581 2.18707 15.7959 1.8162 15.7859C1.44509 15.7759 1.0934 15.6188 0.838025 15.3494Z",fill:"currentColor"}),se.createElement("path",{d:"M3.04198 19.3038C2.70389 19.2485 2.40169 19.0611 2.20186 18.7828C2.00181 18.5047 1.92063 18.1586 1.97594 17.8205C2.03126 17.4825 2.21859 17.1802 2.4967 16.9802C2.7748 16.7803 3.12118 16.6989 3.45923 16.7542C3.7971 16.8096 4.09952 16.9971 4.29935 17.2752C4.4994 17.5533 4.58058 17.8995 4.52527 18.2375C4.46995 18.5756 4.28262 18.8778 4.00451 19.0779C3.72619 19.2777 3.38003 19.3591 3.04198 19.3038Z",fill:"currentColor"}),se.createElement("path",{d:"M6.31283 21.765C6.03451 21.9107 5.70999 21.9399 5.41025 21.8462C5.11051 21.7523 4.86029 21.5433 4.71463 21.2652C4.569 20.9869 4.53978 20.6624 4.63367 20.3626C4.72734 20.0629 4.93631 19.8127 5.21442 19.667C5.49275 19.5214 5.81744 19.4922 6.11701 19.5861C6.41674 19.6797 6.66697 19.8887 6.81263 20.167C6.95826 20.4451 6.98747 20.7699 6.89358 21.0696C6.79992 21.3691 6.59095 21.6194 6.31283 21.765Z",fill:"currentColor"}),se.createElement("path",{d:"M9.33649 22.6063C9.20825 22.8289 8.99683 22.9915 8.74883 23.0582C8.50061 23.1251 8.23633 23.0905 8.01353 22.9623C7.79096 22.8341 7.62838 22.6226 7.56169 22.3744C7.49478 22.1264 7.52935 21.8619 7.65759 21.6393C7.78583 21.4168 7.99725 21.2542 8.24548 21.1873C8.49348 21.1206 8.75798 21.1552 8.98055 21.2834C9.20334 21.4116 9.36593 21.623 9.43261 21.871C9.4993 22.1193 9.46473 22.3838 9.33649 22.6063Z",fill:"currentColor"}),se.createElement("path",{d:"M11.5464 22.9354C11.461 23.084 11.3201 23.1924 11.1546 23.2367C10.9891 23.2813 10.8129 23.2581 10.6644 23.1727C10.3553 22.9948 10.2491 22.5998 10.4271 22.2907C10.5127 22.1424 10.6537 22.034 10.819 21.9894C10.9844 21.945 11.1606 21.968 11.3091 22.0534C11.4575 22.139 11.5658 22.28 11.6104 22.4453C11.655 22.6107 11.6319 22.7871 11.5464 22.9354Z",fill:"currentColor"}),se.createElement("path",{d:"M13.7535 22.6851C13.6964 22.7839 13.6025 22.8562 13.4921 22.8859C13.3819 22.9158 13.2644 22.9004 13.1654 22.8433C12.9593 22.7246 12.8886 22.4615 13.0073 22.2554C13.1259 22.0493 13.3891 21.9784 13.5951 22.097C13.6942 22.1541 13.7664 22.248 13.7961 22.3584C13.8257 22.4686 13.8103 22.5861 13.7535 22.6851Z",fill:"currentColor"})))}a(hu,"SvgLoading");var Bo=hu;import Zo,{createElement as mu}from"react";function gu(e){return mu(o,e,Zo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Zo.createElement("path",{d:"M14.6529 3.02412C14.39 2.93962 14.1084 3.08424 14.0239 3.34714C13.9394 3.61004 14.084 3.89166 14.3469 3.97615C17.6085 5.02444 19.9999 8.21088 19.9999 12.0001C19.9999 15.7894 17.6085 18.9758 14.3469 20.0241C14.084 20.1086 13.9394 20.3902 14.0239 20.6531C14.1084 20.916 14.39 21.0606 14.6529 20.9762C18.3399 19.7911 20.9999 16.2112 20.9999 12.0001C20.9999 7.78902 18.3399 4.20913 14.6529 3.02412Z",fill:"currentColor"}),Zo.createElement("path",{d:"M12.3536 8.14645C12.1583 7.95119 11.8417 7.95119 11.6464 8.14645C11.4512 8.34171 11.4512 8.65829 11.6464 8.85356L14.2929 11.5H3.5C3.22386 11.5 3 11.7239 3 12C3 12.2762 3.22386 12.5 3.5 12.5H14.2929L11.6464 15.1464C11.4512 15.3417 11.4512 15.6583 11.6464 15.8536C11.8417 16.0488 12.1583 16.0488 12.3536 15.8536L15.8536 12.3536C15.9473 12.2598 16 12.1326 16 12C16 11.8674 15.9473 11.7402 15.8536 11.6465L12.3536 8.14645Z",fill:"currentColor"})))}a(gu,"SvgLogin");var yu=gu;import Ha,{createElement as Cu}from"react";function ku(e){return Cu(o,e,Ha.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ha.createElement("g",{clipPath:"url(#clip0_19665_403207)"},Ha.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.268555 6.51603C0.268555 3.41999 2.77839 0.910156 5.87443 0.910156H11.1186C14.2147 0.910156 16.7245 3.41999 16.7245 6.51604V6.8207C16.7245 7.22453 16.3971 7.5519 15.9933 7.5519C15.5895 7.5519 15.2621 7.22453 15.2621 6.8207V6.51604C15.2621 4.22766 13.407 2.37256 11.1186 2.37256H5.87443C3.58606 2.37256 1.73096 4.22766 1.73096 6.51603V17.4841C1.73096 19.7724 3.58606 21.6275 5.87443 21.6275H11.1186C13.407 21.6275 15.2621 19.7724 15.2621 17.4841V17.1794C15.2621 16.7756 15.5895 16.4482 15.9933 16.4482C16.3971 16.4482 16.7245 16.7756 16.7245 17.1794V17.4841C16.7245 20.5801 14.2147 23.0899 11.1186 23.0899H5.87443C2.77839 23.0899 0.268555 20.5801 0.268555 17.4841V6.51603ZM19.533 8.3803C19.7831 8.06325 20.2429 8.00898 20.56 8.2591C21.2114 8.77302 21.9659 9.38204 22.5599 9.97564C22.8565 10.2721 23.1335 10.5846 23.3408 10.8972C23.5373 11.1936 23.7309 11.5778 23.731 12C23.731 12.4221 23.5373 12.8064 23.3408 13.1028C23.1335 13.4153 22.8565 13.7279 22.5599 14.0244C21.9659 14.618 21.2114 15.227 20.56 15.7409C20.2429 15.991 19.7831 15.9367 19.533 15.6197C19.2829 15.3026 19.3372 14.8429 19.6542 14.5927C20.3082 14.0768 21.0001 13.5157 21.5261 12.99C21.6159 12.9003 21.6984 12.8139 21.7735 12.7312H10.672C10.2682 12.7312 9.94084 12.4038 9.94084 12C9.94084 11.5962 10.2682 11.2688 10.672 11.2688H21.7734C21.6984 11.1861 21.6158 11.0997 21.5261 11.01C21 10.4843 20.3082 9.92316 19.6542 9.40725C19.3372 9.15713 19.2829 8.69735 19.533 8.3803Z",fill:"currentColor"})),Ha.createElement("defs",null,Ha.createElement("clipPath",{id:"clip0_19665_403207"},Ha.createElement("rect",{width:24,height:24,fill:"white"})))))}a(ku,"SvgLogout");var fu=ku;import v,{createElement as wu}from"react";function bu(e){return wu(o,e,v.createElement("svg",{viewBox:"0 0 124 45",xmlns:"http://www.w3.org/2000/svg"},v.createElement("g",{clipPath:"url(#clip0_4784_46479)"},v.createElement("path",{d:"M61.5225 16.129H59.7776V21.4426H56.1006V5.27441H62.5335C65.5899 5.27441 68.0452 7.74673 68.0452 10.8155C68.0452 12.8012 66.8507 14.6025 65.0824 15.5051L68.5058 21.4426H64.5555L61.5225 16.129ZM59.7776 12.8954H62.5335C63.5445 12.8954 64.372 11.9967 64.372 10.8155C64.372 9.63432 63.5445 8.73565 62.5335 8.73565H59.7776V12.8915V12.8954Z",fill:"currentColor"}),v.createElement("path",{d:"M81.3251 9.8931V21.4423H77.8784V20.3553C77.1211 21.2343 75.993 21.7641 74.4551 21.7641C71.4455 21.7641 68.9629 19.1074 68.9629 15.6658C68.9629 12.2241 71.4455 9.56738 74.4551 9.56738C75.993 9.56738 77.1211 10.0972 77.8784 10.9762V9.88918H81.3251V9.8931ZM77.8784 15.6658C77.8784 13.9351 76.7308 12.8481 75.146 12.8481C73.5612 12.8481 72.4135 13.9351 72.4135 15.6658C72.4135 17.3964 73.5612 18.4834 75.146 18.4834C76.7308 18.4834 77.8784 17.3964 77.8784 15.6658Z",fill:"currentColor"}),v.createElement("path",{d:"M94.8778 14.3472V21.4384H91.4311V14.8573C91.4311 13.425 90.5372 12.7539 89.4325 12.7539C88.1678 12.7539 87.2973 13.4917 87.2973 15.132V21.4384H83.8506V9.89308H87.2973V10.9801C87.918 10.1246 89.0656 9.57129 90.584 9.57129C92.9027 9.57129 94.8818 11.2352 94.8818 14.3511L94.8778 14.3472Z",fill:"currentColor"}),v.createElement("path",{d:"M109.027 9.89355V20.8659C109.027 24.747 106.018 26.3874 102.961 26.3874C100.572 26.3874 98.5738 25.4848 97.516 23.5933L100.455 21.8862C100.892 22.6946 101.56 23.3421 103.075 23.3421C104.683 23.3421 105.67 22.5102 105.67 20.8698V19.8063C104.913 20.7521 103.808 21.3094 102.317 21.3094C99.054 21.3094 96.665 18.6291 96.665 15.4425C96.665 12.256 99.054 9.57568 102.317 9.57568C103.812 9.57568 104.913 10.129 105.67 11.0787V9.9014H109.023L109.027 9.89355ZM105.674 15.4347C105.674 13.8414 104.527 12.7544 102.895 12.7544C101.263 12.7544 100.116 13.8414 100.116 15.4347C100.116 17.0279 101.263 18.115 102.895 18.115C104.527 18.115 105.674 17.0279 105.674 15.4347Z",fill:"currentColor"}),v.createElement("path",{d:"M110.979 15.6658C110.979 12.2241 113.688 9.56738 117.069 9.56738C120.449 9.56738 123.158 12.2241 123.158 15.6658C123.158 19.1074 120.445 21.7641 117.069 21.7641C113.692 21.7641 110.979 19.1074 110.979 15.6658ZM119.708 15.6658C119.708 14.0254 118.56 12.9423 117.065 12.9423C115.57 12.9423 114.422 14.0293 114.422 15.6658C114.422 17.3022 115.57 18.3892 117.065 18.3892C118.56 18.3892 119.708 17.3022 119.708 15.6658Z",fill:"currentColor"}),v.createElement("path",{d:"M56.7563 36.4374H61.7527V37.1556H56.0029V27.1133H61.6825V27.8314H56.7602V31.7322H61.3272V32.4503H56.7602V36.4374H56.7563Z",fill:"currentColor"}),v.createElement("path",{d:"M69.6027 37.1556H68.7322L66.3199 34.0279L63.9076 37.1556H63.0371L65.8905 33.4667L63.2089 29.9819H64.0793L66.3199 32.8938L68.5761 29.9819H69.431L66.761 33.4549L69.6027 37.1556Z",fill:"currentColor"}),v.createElement("path",{d:"M74.2122 37.3128C73.1387 37.3128 72.2448 36.9557 71.5305 36.2375C70.8162 35.5194 70.4609 34.6325 70.4609 33.569C70.4609 32.5055 70.8162 31.6186 71.5305 30.9005C72.2448 30.1823 73.1387 29.8252 74.2122 29.8252C74.907 29.8252 75.5354 29.99 76.0975 30.3197C76.6596 30.6493 77.0695 31.0967 77.3232 31.6618L76.7377 32.0071C76.5269 31.548 76.199 31.183 75.7462 30.9162C75.2934 30.6493 74.7821 30.5159 74.2122 30.5159C73.3573 30.5159 72.6391 30.8102 72.0575 31.3988C71.4758 31.9875 71.187 32.7135 71.187 33.5729C71.187 34.4323 71.4758 35.1583 72.0575 35.747C72.6391 36.3356 73.3573 36.6299 74.2122 36.6299C74.7821 36.6299 75.2934 36.4965 75.7462 36.2297C76.199 35.9628 76.5425 35.5978 76.7806 35.1387L77.3818 35.4958C77.0968 36.0491 76.6713 36.4926 76.1053 36.8222C75.5393 37.1519 74.907 37.3167 74.2161 37.3167L74.2122 37.3128Z",fill:"currentColor"}),v.createElement("path",{d:"M82.5582 29.825C83.4053 29.825 84.0766 30.084 84.5763 30.6059C85.0759 31.1279 85.3258 31.8225 85.3258 32.6937V37.1556H84.5997V32.6937C84.5997 32.0226 84.4163 31.4928 84.0493 31.1004C83.6824 30.708 83.1671 30.5117 82.4997 30.5117C81.7658 30.5117 81.1686 30.7551 80.7002 31.2417C80.2357 31.7283 80.0014 32.4386 80.0014 33.3647V37.1517H79.2871V27.1094H80.0014V31.3398C80.5167 30.3273 81.3677 29.8171 82.5543 29.8171L82.5582 29.825Z",fill:"currentColor"}),v.createElement("path",{d:"M93.96 29.9821H94.6899V37.1558H93.96V35.535C93.6555 36.0884 93.2379 36.524 92.7031 36.8418C92.1683 37.1558 91.5672 37.3167 90.8919 37.3167C89.8731 37.3167 89.0026 36.9556 88.2805 36.2336C87.5583 35.5115 87.1953 34.6246 87.1953 33.5729C87.1953 32.5212 87.5583 31.6343 88.2805 30.9122C89.0026 30.1901 89.8731 29.8291 90.8919 29.8291C91.5672 29.8291 92.1722 29.9861 92.7031 30.3039C93.234 30.6179 93.6555 31.0535 93.96 31.6107V29.99V29.9821ZM88.7996 35.7352C89.3852 36.3277 90.0995 36.626 90.9465 36.626C91.7936 36.626 92.5079 36.3277 93.0856 35.7352C93.6672 35.1426 93.9561 34.4205 93.9561 33.569C93.9561 32.7174 93.6672 31.9953 93.0856 31.4027C92.504 30.8102 91.7897 30.5119 90.9465 30.5119C90.1034 30.5119 89.3852 30.8102 88.7996 31.4027C88.2141 31.9953 87.9214 32.7174 87.9214 33.569C87.9214 34.4205 88.2141 35.1426 88.7996 35.7352Z",fill:"currentColor"}),v.createElement("path",{d:"M100.499 29.8252C101.346 29.8252 102.017 30.0842 102.517 30.6062C103.016 31.1281 103.266 31.8227 103.266 32.6939V37.1558H102.54V32.6939C102.54 32.0228 102.357 31.4931 101.99 31.1006C101.623 30.7082 101.108 30.512 100.44 30.512C99.7062 30.512 99.109 30.7553 98.6406 31.2419C98.1761 31.7285 97.9419 32.4388 97.9419 33.365V37.1519H97.2275V29.9783H97.9419V31.34C98.4571 30.3275 99.3081 29.8174 100.495 29.8174L100.499 29.8252Z",fill:"currentColor"}),v.createElement("path",{d:"M111.955 29.9822H112.669V36.8105C112.669 37.8543 112.33 38.6745 111.655 39.2788C110.979 39.8832 110.132 40.1814 109.113 40.1814C108.294 40.1814 107.595 40.0284 107.017 39.7223C106.436 39.4162 106.014 38.9963 105.749 38.4587L106.377 38.1016C106.834 39.0277 107.747 39.4947 109.117 39.4947C110.003 39.4947 110.698 39.2514 111.202 38.7687C111.705 38.286 111.959 37.6346 111.959 36.8105V35.4919C111.662 36.057 111.249 36.5004 110.71 36.8262C110.171 37.1519 109.566 37.3128 108.891 37.3128C107.864 37.3128 106.99 36.9517 106.272 36.2297C105.553 35.5076 105.194 34.6207 105.194 33.569C105.194 32.5173 105.553 31.6304 106.272 30.9083C106.99 30.1862 107.864 29.8252 108.891 29.8252C109.566 29.8252 110.171 29.9861 110.71 30.3118C111.249 30.6375 111.662 31.081 111.959 31.6461V29.9822H111.955ZM106.783 35.7352C107.369 36.3278 108.083 36.626 108.93 36.626C109.777 36.626 110.491 36.3278 111.077 35.7352C111.662 35.1426 111.955 34.4206 111.955 33.569C111.955 32.7174 111.662 31.9953 111.077 31.4028C110.491 30.8102 109.777 30.5119 108.93 30.5119C108.083 30.5119 107.369 30.8102 106.783 31.4028C106.198 31.9953 105.905 32.7174 105.905 33.569C105.905 34.4206 106.198 35.1426 106.783 35.7352Z",fill:"currentColor"}),v.createElement("path",{d:"M118.419 29.8252C119.465 29.8252 120.316 30.198 120.968 30.9436C121.62 31.6892 121.944 32.5761 121.944 33.5965C121.944 33.6357 121.944 33.6906 121.936 33.7691C121.932 33.8476 121.928 33.9025 121.928 33.9418H115.464C115.55 34.7463 115.87 35.3938 116.428 35.8843C116.987 36.3788 117.674 36.6221 118.489 36.6221C119.059 36.6221 119.559 36.5044 119.988 36.265C120.418 36.0256 120.738 35.7117 120.96 35.3192L121.589 35.692C121.296 36.1904 120.874 36.5828 120.332 36.8772C119.789 37.1715 119.173 37.3167 118.478 37.3167C117.385 37.3167 116.483 36.9635 115.78 36.2611C115.078 35.5586 114.723 34.6599 114.723 33.5729C114.723 32.4859 115.066 31.6108 115.757 30.8965C116.448 30.1862 117.334 29.8291 118.419 29.8291V29.8252ZM118.419 30.5119C117.611 30.5119 116.936 30.767 116.393 31.2733C115.851 31.7795 115.542 32.4349 115.464 33.2393H121.202C121.124 32.3878 120.824 31.7206 120.297 31.2379C119.77 30.7553 119.141 30.5119 118.419 30.5119Z",fill:"currentColor"}),v.createElement("path",{d:"M22.3785 44.9961C34.7378 44.9961 44.757 34.9234 44.757 22.498C44.757 10.0727 34.7378 0 22.3785 0C10.0192 0 0 10.0727 0 22.498C0 34.9234 10.0192 44.9961 22.3785 44.9961Z",fill:"white"}),v.createElement("path",{d:"M19.3255 15.3717C19.3255 15.3717 20.2663 15.8936 21.6871 16.6863L40.2442 8.94759C39.5728 8.05677 38.8389 7.21697 38.0465 6.43604C37.9177 6.5106 37.8084 6.55376 37.8084 6.55376L18.4512 14.7359C18.6698 14.9596 18.9547 15.1755 19.3255 15.3678V15.3717Z",fill:"url(#paint0_linear_4784_46479)"}),v.createElement("path",{d:"M42.2159 12.0829L38.7964 13.4133C36.0601 14.4218 25.2905 18.6875 25.2905 18.6875C27.0509 19.6647 28.9519 20.7164 30.6265 21.6347C34.9086 23.9853 32.1996 29.1458 31.6336 30.1269C31.6258 30.1387 31.618 30.1544 31.6102 30.1661C31.5633 30.2446 31.536 30.2917 31.536 30.2917C31.536 30.2917 31.9381 26.4341 29.233 25.0096C26.5084 23.5851 20.2589 20.2416 17.6319 18.8327C16.3945 18.1695 15.4967 16.9648 15.3289 15.5677C15.204 14.5199 15.4655 13.3152 16.7146 12.2635C17.4445 11.5845 18.2252 11.2196 18.2252 11.2196L32.1879 5.45871C32.1879 5.45871 32.2777 5.42339 32.4065 5.35668L35.3106 4.14407C31.657 1.5344 27.1993 0 22.3785 0C10.0202 0 0 10.0737 0 22.498C0 26.4969 1.04222 30.2525 2.86514 33.5057L8.26752 31.1394L19.0215 26.6029C17.1674 25.5825 15.4538 24.6289 14.6419 24.1933C14.2359 23.9736 13.7284 23.6322 13.3225 23.4163C11.1444 22.2587 9.7157 18.9897 13.0219 15.1125C13.0219 15.1125 12.6784 18.7935 14.7238 20.0414C16.6756 21.2344 24.2444 25.1312 26.4888 26.3399C27.0666 26.65 27.5974 27.0463 28.019 27.5486C28.8934 28.5886 29.2252 29.8757 28.8582 31.2335C28.8426 31.3003 28.8192 31.367 28.7997 31.4298C28.788 31.4729 28.7724 31.5161 28.7567 31.5553C28.7333 31.622 28.7099 31.6848 28.6865 31.7476C28.6787 31.7672 28.6709 31.7869 28.6631 31.8065C27.8941 33.6784 25.8409 34.2396 25.8409 34.2396L25.591 34.322L12.5223 39.714L9.64153 40.9854C13.2561 43.5048 17.6436 44.9882 22.3785 44.9882C34.7368 44.9882 44.757 34.9145 44.757 22.4902C44.757 18.7307 43.8358 15.1871 42.212 12.0712L42.2159 12.0829Z",fill:"url(#paint1_linear_4784_46479)"}),v.createElement("path",{d:"M22.6365 28.5845L8.29916 34.7064L4.66895 36.2487C5.33644 37.1159 6.06248 37.9322 6.84707 38.6896L7.34671 38.4384L26.1262 30.5663L22.6326 28.5806L22.6365 28.5845Z",fill:"url(#paint2_linear_4784_46479)"}),v.createElement("path",{opacity:.1,d:"M19.0181 26.603L22.6366 28.5848L20.8254 29.3579L17.0391 27.4389L19.0181 26.603Z",fill:"#4D4D4D"}),v.createElement("path",{opacity:.1,d:"M25.8408 34.2513C25.8408 34.2513 28.8464 32.1126 26.1257 30.5703L24.4199 31.2845C24.4199 31.2845 27.2694 32.0537 25.8408 34.2513Z",fill:"#4D4D4D"}),v.createElement("path",{opacity:.1,d:"M19.0181 26.603L22.6366 28.5848L20.8254 29.3579L17.0391 27.4389L19.0181 26.603Z",fill:"#4D4D4D"}),v.createElement("path",{opacity:.1,d:"M25.8408 34.2513C25.8408 34.2513 28.8464 32.1126 26.1257 30.5703L24.4199 31.2845C24.4199 31.2845 27.2694 32.0537 25.8408 34.2513Z",fill:"#4D4D4D"}),v.createElement("path",{opacity:.3,d:"M20.3095 13.9196L18.3968 14.7281C18.3968 14.7281 15.6293 12.295 19.0097 10.9019C19.0097 10.9019 17.9128 12.7737 20.3056 13.9196H20.3095Z",fill:"#4D4D4D"}),v.createElement("path",{opacity:.3,d:"M25.2904 18.7109L21.6602 16.6938L23.405 15.9639L26.9728 18.0281L25.2904 18.7109Z",fill:"#4D4D4D"})),v.createElement("defs",null,v.createElement("linearGradient",{id:"paint0_linear_4784_46479",x1:18.4512,y1:11.5651,x2:40.2442,y2:11.5651,gradientUnits:"userSpaceOnUse"},v.createElement("stop",{stopColor:"#469BF5"}),v.createElement("stop",{offset:.09,stopColor:"#3A81F3"}),v.createElement("stop",{offset:.21,stopColor:"#2F68F2"}),v.createElement("stop",{offset:.34,stopColor:"#2654F2"}),v.createElement("stop",{offset:.49,stopColor:"#2046F1"}),v.createElement("stop",{offset:.67,stopColor:"#1D3EF1"}),v.createElement("stop",{offset:1,stopColor:"#1C3CF1"})),v.createElement("linearGradient",{id:"paint1_linear_4784_46479",x1:0,y1:22.498,x2:44.7609,y2:22.498,gradientUnits:"userSpaceOnUse"},v.createElement("stop",{offset:.08,stopColor:"#469BF5"}),v.createElement("stop",{offset:.7,stopColor:"#2756F2"}),v.createElement("stop",{offset:1,stopColor:"#1C3CF1"})),v.createElement("linearGradient",{id:"paint2_linear_4784_46479",x1:4.67285,y1:33.639,x2:26.1301,y2:33.639,gradientUnits:"userSpaceOnUse"},v.createElement("stop",{offset:.08,stopColor:"#469BF5"}),v.createElement("stop",{offset:.24,stopColor:"#4191F4"}),v.createElement("stop",{offset:.51,stopColor:"#3678F3"}),v.createElement("stop",{offset:.85,stopColor:"#2550F1"}),v.createElement("stop",{offset:1,stopColor:"#1C3CF1"})),v.createElement("clipPath",{id:"clip0_4784_46479"},v.createElement("rect",{width:123.158,height:45,fill:"white"})))))}a(bu,"SvgLogoWithText");var vu=bu;import gr,{createElement as Su}from"react";function Tu(e){return Su(o,e,gr.createElement("svg",{viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"},gr.createElement("path",{fillRule:"evenodd",d:"M10.7826 9.2168C8.98375 9.2168 7.25857 9.93139 5.98658 11.2034C4.71459 12.4754 4 14.2005 4 15.9994C4 17.7983 4.71459 19.5234 5.98658 20.7954C7.25857 22.0674 8.98375 22.782 10.7826 22.782C12.5815 22.782 14.3067 22.0674 15.5786 20.7954C16.8506 19.5234 17.5652 17.7983 17.5652 15.9994C17.5652 14.2005 16.8506 12.4754 15.5786 11.2034C14.3067 9.93139 12.5815 9.2168 10.7826 9.2168ZM21.4783 9.73854C19.6052 9.73854 18.087 12.5418 18.087 15.9994C18.087 16.6479 18.1402 17.273 18.2393 17.861C18.3713 18.6451 18.5847 19.3631 18.8612 19.9818C18.9995 20.2912 19.1534 20.5756 19.3209 20.8307C19.6558 21.341 20.045 21.7349 20.4697 21.9791C20.7885 22.1617 21.1271 22.2603 21.4783 22.2603C21.8294 22.2603 22.168 22.1617 22.4868 21.9791C22.9115 21.7349 23.3007 21.341 23.6357 20.8307C23.8031 20.5756 23.957 20.2912 24.0953 19.9818C24.3718 19.3636 24.5852 18.6451 24.7172 17.861C24.8163 17.273 24.8696 16.6479 24.8696 15.9994C24.8696 12.5418 23.3513 9.73854 21.4783 9.73854ZM26.6957 10.2603C26.5605 10.2603 26.4301 10.3505 26.308 10.5185C26.2261 10.6302 26.1478 10.7763 26.0743 10.9531C26.0372 11.0413 26.0012 11.1373 25.9668 11.2406C25.8974 11.4467 25.8327 11.682 25.7737 11.9413C25.6558 12.4604 25.5603 13.0792 25.4941 13.7658C25.4612 14.1091 25.4357 14.4697 25.4179 14.8432C25.4002 15.2163 25.3913 15.6034 25.3913 15.9994C25.3913 16.3954 25.4002 16.7825 25.4179 17.1561C25.4351 17.5297 25.4607 17.8902 25.4941 18.2335C25.5603 18.9201 25.6558 19.5384 25.7737 20.058C25.8327 20.3178 25.8974 20.5526 25.9668 20.7587C26.0012 20.862 26.0372 20.958 26.0743 21.0462C26.1483 21.2231 26.2266 21.3691 26.308 21.4808C26.4301 21.6483 26.5605 21.7385 26.6957 21.7385C27.4162 21.7385 28 19.169 28 15.9994C28 12.8298 27.4162 10.2603 26.6957 10.2603Z",fill:"currentColor"})))}a(Tu,"SvgMedium");var xu=Tu;import ao,{createElement as Iu}from"react";function Du(e){return Iu(o,e,ao.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},ao.createElement("path",{fillRule:"evenodd",d:"M3 7H21",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),ao.createElement("path",{fillRule:"evenodd",d:"M3 12H21",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}),ao.createElement("path",{fillRule:"evenodd",d:"M3 17H21",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"})))}a(Du,"SvgMenu");var Lu=Du;import Yo,{createElement as Pu}from"react";function zu(e){return Pu(o,e,Yo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Yo.createElement("path",{d:"M11.3401 11.1425C10.2986 11.1425 9.45435 11.9867 9.45435 13.0282C9.45435 14.0696 10.2986 14.9139 11.3401 14.9139H12.6258C13.0045 14.9139 13.3115 15.2209 13.3115 15.5996C13.3115 15.9783 13.0045 16.2853 12.6258 16.2853H10.6972C10.3658 16.2853 10.0972 16.5539 10.0972 16.8853C10.0972 17.2167 10.3658 17.4853 10.6972 17.4853H11.3844V17.5287C11.3844 17.8601 11.653 18.1287 11.9844 18.1287C12.3158 18.1287 12.5844 17.8601 12.5844 17.5287V17.4853H12.6258C13.6672 17.4853 14.5115 16.6411 14.5115 15.5996C14.5115 14.5581 13.6672 13.7139 12.6258 13.7139H11.3401C10.9613 13.7139 10.6543 13.4069 10.6543 13.0282C10.6543 12.6494 10.9613 12.3425 11.3401 12.3425H11.9623C11.9696 12.3427 11.977 12.3429 11.9844 12.3429C11.9884 12.3429 11.9923 12.3428 11.9963 12.3427C11.9997 12.3427 12.0032 12.3426 12.0066 12.3425H13.2686C13.6 12.3425 13.8686 12.0738 13.8686 11.7425C13.8686 11.4111 13.6 11.1425 13.2686 11.1425H12.5844V11.1C12.5844 10.7686 12.3158 10.5 11.9844 10.5C11.653 10.5 11.3844 10.7686 11.3844 11.1V11.1425H11.3401Z",fill:"currentColor"}),Yo.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.31064 2.43196C9.51225 2.36335 9.73512 2.40676 9.89625 2.54601L11.9906 4.35592L14.1709 2.53904C14.3315 2.40516 14.5503 2.36459 14.7483 2.43196L16.9524 3.18196C17.1213 3.23945 17.2559 3.36915 17.3196 3.53585C17.3833 3.70255 17.3694 3.88895 17.2819 4.04444L15.4067 7.37358C16.7014 8.35397 17.8806 9.61863 18.7702 10.9702C19.7705 12.4897 20.4412 14.1757 20.4412 15.7329C20.4412 17.8589 19.5247 19.3729 17.9534 20.3206C16.4286 21.2401 14.3349 21.6 11.9841 21.6C9.63336 21.6 7.53963 21.2401 6.01488 20.3206C4.4435 19.3729 3.52699 17.8589 3.52699 15.7329C3.52699 14.1757 4.19776 12.4897 5.198 10.9702C6.10219 9.59651 7.3055 8.31258 8.62524 7.32565L6.77707 4.04443C6.68949 3.88895 6.67567 3.70255 6.73935 3.53585C6.80304 3.36915 6.93762 3.23945 7.10656 3.18196L9.31064 2.43196ZM15.8816 4.08519L14.2962 6.89996H9.76273L8.17729 4.08519L9.37173 3.67874L11.5912 5.59679C11.8134 5.78884 12.142 5.79179 12.3676 5.60377L14.6804 3.67645L15.8816 4.08519ZM9.60063 8.09996C8.29737 9.02098 7.08949 10.2791 6.20034 11.6299C5.27152 13.041 4.72699 14.4966 4.72699 15.7329C4.72699 17.4478 5.43129 18.5673 6.63459 19.293C7.88453 20.0468 9.71936 20.4 11.9841 20.4C14.2489 20.4 16.0837 20.0468 17.3336 19.293C18.5369 18.5673 19.2412 17.4478 19.2412 15.7329C19.2412 14.4966 18.6967 13.041 17.7679 11.6299C16.8787 10.2791 15.6709 9.02098 14.3676 8.09996H9.60063Z",fill:"currentColor"})))}a(zu,"SvgMoneyBag");var Au=zu;import to,{createElement as Nu}from"react";function $u(e){return Nu(o,e,to.createElement("svg",{viewBox:"0 0 25 25",xmlns:"http://www.w3.org/2000/svg"},to.createElement("path",{fillRule:"evenodd",d:"M7.80078 12.5C7.80078 11.6716 7.12921 11 6.30078 11C5.47235 11 4.80078 11.6716 4.80078 12.5C4.80078 13.3284 5.47235 14 6.30078 14C7.12921 14 7.80078 13.3284 7.80078 12.5Z",fill:"currentColor"}),to.createElement("path",{fillRule:"evenodd",d:"M13.8008 12.5C13.8008 11.6716 13.1292 11 12.3008 11C11.4724 11 10.8008 11.6716 10.8008 12.5C10.8008 13.3284 11.4724 14 12.3008 14C13.1292 14 13.8008 13.3284 13.8008 12.5Z",fill:"currentColor"}),to.createElement("path",{fillRule:"evenodd",d:"M19.8008 12.5C19.8008 11.6716 19.1292 11 18.3008 11C17.4724 11 16.8008 11.6716 16.8008 12.5C16.8008 13.3284 17.4724 14 18.3008 14C19.1292 14 19.8008 13.3284 19.8008 12.5Z",fill:"currentColor"})))}a($u,"SvgMore");var Mu=$u;import yr,{createElement as ju}from"react";function Eu(e){return ju(o,e,yr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},yr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.3231 7.40376L23.4597 11.5403C23.7136 11.7942 23.7136 12.2057 23.4597 12.4596L19.3231 16.5961C19.0693 16.85 18.6577 16.85 18.4039 16.5961C18.1501 16.3423 18.1501 15.9307 18.4039 15.6769L21.4309 12.65H1.0001C0.641113 12.65 0.350098 12.3589 0.350098 12C0.350098 11.641 0.641113 11.35 1.0001 11.35H21.4309L18.4039 8.323C18.1501 8.06916 18.1501 7.6576 18.4039 7.40376C18.6577 7.14992 19.0693 7.14992 19.3231 7.40376Z",fill:"currentColor"})))}a(Eu,"SvgNext");var ra=Eu;import je,{createElement as Fu}from"react";function Hu(e){return Fu(o,e,je.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},je.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.0304 2.4375V3.12441C16.0304 2.4375 16.0301 2.4375 16.0304 2.4375L16.0319 2.4375L16.0337 2.43751L16.0383 2.43753L16.0514 2.43769C16.0618 2.43785 16.0757 2.43815 16.0928 2.43869C16.1269 2.43978 16.174 2.44185 16.2323 2.44582C16.3486 2.45373 16.5106 2.46924 16.7041 2.49975C17.0884 2.56031 17.612 2.6823 18.1526 2.93156C19.2617 3.44284 20.4302 4.49412 20.5947 6.51644L20.5969 6.54424V12.2916H19.2231V6.60106C19.0998 5.19398 18.3333 4.52763 17.5775 4.17918C17.1833 3.99747 16.7896 3.90398 16.4902 3.85681C16.342 3.83344 16.2206 3.82201 16.139 3.81646C16.1049 3.81414 16.0779 3.81286 16.0591 3.81215C14.4249 3.99225 13.6604 4.74826 13.2775 5.40608C13.0756 5.7529 12.9692 6.09267 12.9139 6.34615C12.8864 6.47201 12.8721 6.57383 12.8648 6.64072C12.8612 6.67407 12.8593 6.69844 12.8584 6.71244L12.858 6.71956V16.88L12.8557 16.9078C12.6915 18.9309 11.5302 19.9824 10.4243 20.4932C9.88568 20.7421 9.36417 20.8632 8.98144 20.9231C8.78867 20.9532 8.62727 20.9684 8.51139 20.9761C8.45335 20.9799 8.40642 20.9819 8.37236 20.9829C8.35532 20.9834 8.34147 20.9837 8.33102 20.9838L8.31792 20.9839L8.31333 20.9839H8.31153C6.00027 20.9881 4.73082 20.0094 4.08107 18.9328C3.76952 18.4165 3.61648 17.9054 3.54043 17.527C3.50215 17.3366 3.4826 17.1759 3.47258 17.0595C3.46756 17.0012 3.46489 16.9536 3.46348 16.9186C3.46278 16.901 3.46239 16.8866 3.46217 16.8755L3.46196 16.8613L3.46192 16.8561L3.46192 16.854C3.46192 16.8535 3.46191 16.8522 4.14882 16.8522H3.46191V12.2916H4.83572V16.8488L4.83619 16.8634C4.83681 16.8789 4.83821 16.9055 4.84132 16.9416C4.84756 17.0141 4.86053 17.1231 4.8873 17.2563C4.94134 17.5252 5.04848 17.8769 5.2573 18.2229C5.64805 18.8704 6.46017 19.614 8.3103 19.6101L8.31297 19.6101L8.3316 19.6097C8.3501 19.6091 8.38034 19.6079 8.42071 19.6053C8.50165 19.5999 8.62205 19.5888 8.76918 19.5658C9.06627 19.5193 9.45701 19.4268 9.84817 19.2461C10.5972 18.9001 11.3607 18.2353 11.4842 16.8233V6.68664L12.1711 6.70407C11.4844 6.68664 11.4842 6.68706 11.4842 6.68664L11.4844 6.68491L11.4845 6.68287L11.4847 6.6779L11.4852 6.66444C11.4857 6.65392 11.4864 6.64034 11.4874 6.62387C11.4896 6.59096 11.4931 6.54642 11.4991 6.4918C11.511 6.38273 11.5325 6.23231 11.5717 6.05306C11.6496 5.6963 11.7995 5.21429 12.0902 4.71496C12.6891 3.68608 13.8445 2.65953 15.9599 2.44113L15.9951 2.4375H16.0304ZM12.8576 6.72561C12.8576 6.7264 12.8576 6.72625 12.8576 6.72561V6.72561Z",fill:"currentColor"}),je.createElement("mask",{id:"mask0_3736_40141",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:3,y:2,width:20,height:19},je.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.11822 18.3546L21.1163 2.88989L22.7441 4.78442L4.74609 20.2491L3.11822 18.3546Z",fill:"black"})),je.createElement("g",{mask:"url(#mask0_3736_40141)"},je.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.0251 2.43726V3.12416C16.0251 2.43726 16.0247 2.43726 16.0251 2.43726L16.0265 2.43726L16.0283 2.43726L16.0329 2.43729L16.046 2.43744C16.0564 2.4376 16.0703 2.4379 16.0874 2.43845C16.1216 2.43953 16.1686 2.44161 16.2269 2.44557C16.3432 2.45349 16.5052 2.469 16.6988 2.4995C17.083 2.56006 17.6066 2.68206 18.1473 2.93132C19.2563 3.4426 20.4248 4.49387 20.5893 6.5162L20.5916 6.54399V12.2913H19.2177V6.60081C19.0944 5.19374 18.328 4.52739 17.5721 4.17894C17.178 3.99723 16.7842 3.90374 16.4849 3.85656C16.3366 3.83319 16.2153 3.82177 16.1336 3.81622C16.0995 3.81389 16.0725 3.81261 16.0537 3.81191C14.4195 3.992 13.655 4.74801 13.2721 5.40584C13.0703 5.75266 12.9638 6.09243 12.9085 6.3459C12.881 6.47177 12.8667 6.57358 12.8594 6.64047C12.8558 6.67382 12.8539 6.69819 12.853 6.71219L12.8526 6.71932V16.8798L12.8504 16.9075C12.6861 18.9307 11.5248 19.9821 10.4189 20.493C9.88031 20.7418 9.3588 20.863 8.97606 20.9228C8.7833 20.953 8.6219 20.9682 8.50602 20.9758C8.44798 20.9797 8.40105 20.9816 8.36699 20.9827C8.34995 20.9832 8.3361 20.9834 8.32565 20.9836L8.31255 20.9837L8.30796 20.9837H8.30616C5.9949 20.9878 4.72545 20.0092 4.0757 18.9325C3.76415 18.4163 3.61111 17.9052 3.53506 17.5268C3.49678 17.3363 3.47723 17.1757 3.46721 17.0593C3.46218 17.0009 3.45952 16.9534 3.45811 16.9183C3.45741 16.9008 3.45702 16.8863 3.4568 16.8752L3.45659 16.861L3.45655 16.8558L3.45655 16.8537C3.45654 16.8533 3.45654 16.8519 4.14345 16.8519H3.45654V12.2913H4.83035V16.8486L4.83082 16.8631C4.83144 16.8787 4.83284 16.9053 4.83595 16.9414C4.84219 17.0138 4.85516 17.1229 4.88193 17.2561C4.93597 17.5249 5.04311 17.8767 5.25193 18.2227C5.64268 18.8702 6.4548 19.6137 8.30493 19.6099L8.3076 19.6099L8.32623 19.6094C8.34473 19.6089 8.37497 19.6077 8.41534 19.605C8.49628 19.5997 8.61667 19.5885 8.76381 19.5655C9.0609 19.5191 9.45164 19.4265 9.8428 19.2458C10.5918 18.8998 11.3553 18.2351 11.4788 16.8231V6.68639L12.1657 6.70383C11.479 6.6864 11.4788 6.68681 11.4788 6.68639L11.4791 6.68466L11.4791 6.68263L11.4793 6.67766L11.4798 6.6642C11.4803 6.65368 11.481 6.64009 11.4821 6.62363C11.4842 6.59071 11.4877 6.54618 11.4937 6.49155C11.5056 6.38249 11.5272 6.23207 11.5663 6.05282C11.6442 5.69606 11.7942 5.21405 12.0848 4.71472C12.6837 3.68583 13.8391 2.65928 15.9545 2.44089L15.9897 2.43726H16.0251ZM12.8523 6.72537C12.8522 6.72615 12.8522 6.726 12.8523 6.72537V6.72537Z",fill:"#FDFDFD"})),je.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.8206 3.10254C23.0453 3.36412 23.0155 3.75838 22.7539 3.98314L2.76815 21.1558C2.50657 21.3805 2.11231 21.3507 1.88755 21.0891C1.66279 20.8275 1.69264 20.4333 1.95422 20.2085L21.94 3.03587C22.2016 2.81111 22.5958 2.84096 22.8206 3.10254Z",fill:"currentColor"}),je.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.908 12.7864C19.0532 12.7864 18.3601 13.4794 18.3601 14.3343C18.3601 15.1892 19.0532 15.8822 19.908 15.8822C20.7629 15.8822 21.4559 15.1892 21.4559 14.3343C21.4559 13.4794 20.7629 12.7864 19.908 12.7864ZM16.9863 14.3343C16.9863 12.7207 18.2944 11.4126 19.908 11.4126C21.5216 11.4126 22.8297 12.7207 22.8297 14.3343C22.8297 15.9479 21.5216 17.256 19.908 17.256C18.2944 17.256 16.9863 15.9479 16.9863 14.3343Z",fill:"currentColor"}),je.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.14924 8.31766C3.29436 8.31766 2.60135 9.01067 2.60135 9.86555C2.60135 10.7204 3.29436 11.4134 4.14924 11.4134C5.00412 11.4134 5.69713 10.7204 5.69713 9.86555C5.69713 9.01067 5.00412 8.31766 4.14924 8.31766ZM1.22754 9.86555C1.22754 8.25194 2.53563 6.94385 4.14924 6.94385C5.76285 6.94385 7.07094 8.25194 7.07094 9.86555C7.07094 11.4792 5.76285 12.7873 4.14924 12.7873C2.53563 12.7873 1.22754 11.4792 1.22754 9.86555Z",fill:"currentColor"})))}a(Hu,"SvgNoRoute");var Vu=Hu;import Nt,{createElement as Wu}from"react";function qu(e){return Wu(o,e,Nt.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Nt.createElement("g",{id:"Frame 1000007661"},Nt.createElement("g",{id:"Group 1000007530"},Nt.createElement("path",{id:"Subtract",fillRule:"evenodd",clipRule:"evenodd",d:"M5.08063 7.73123C5.08063 4.14247 7.99067 1.2332 11.5804 1.2332C14.1703 1.2332 16.4065 2.7476 17.4511 4.93898L18.3676 4.02277C17.0543 1.62551 14.5072 0 11.5804 0C7.30941 0 3.8471 3.46139 3.8471 7.73123C3.8471 9.21129 3.06751 10.9332 2.1141 12.2068C1.41485 13.1409 1.00049 14.3016 1.00049 15.5573C1.00049 17.1616 1.67567 18.6083 2.75746 19.6287L3.63017 18.7563C2.7714 17.9594 2.23402 16.8211 2.23402 15.5573C2.23402 14.577 2.55661 13.6739 3.1017 12.9457C4.14201 11.5559 5.08063 9.57778 5.08063 7.73123ZM6.16446 19.8996L5.10978 20.954C5.58391 21.0845 6.08322 21.1542 6.59882 21.1542H8.17177C8.46269 22.7722 9.87812 24 11.5804 24C13.2827 24 14.6981 22.7722 14.989 21.1542H16.562C19.6538 21.1542 22.1603 18.6484 22.1603 15.5573C22.1603 14.3016 21.7459 13.1409 21.0467 12.2068C20.0933 10.9332 19.3137 9.21129 19.3137 7.73123C19.3137 7.41895 19.2952 7.111 19.2592 6.8084L18.0858 7.98147C18.1649 9.75478 19.0656 11.6185 20.0591 12.9457C20.6042 13.6739 20.9268 14.577 20.9268 15.5573C20.9268 17.9673 18.9726 19.9209 16.562 19.9209H6.59882C6.45223 19.9209 6.30733 19.9137 6.16446 19.8996ZM11.5804 22.7668C10.5628 22.7668 9.70449 22.0854 9.43694 21.1542H13.7238C13.4563 22.0854 12.5979 22.7668 11.5804 22.7668Z",fill:"currentColor"}),Nt.createElement("path",{id:"Rectangle 6608",d:"M19.9662 3.42426C20.2006 3.18995 20.5806 3.18995 20.815 3.42426C21.0494 3.65858 21.0494 4.03848 20.815 4.27279L2.27315 22.8096C2.03877 23.0439 1.65877 23.0439 1.42439 22.8096C1.19001 22.5753 1.19001 22.1954 1.42439 21.9611L19.9662 3.42426Z",fill:"currentColor"})))))}a(qu,"SvgNoNotification");var Ro=qu;import Ye,{createElement as Bu}from"react";function Zu(e){return Bu(o,e,Ye.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},Ye.createElement("g",{clipPath:"url(#clip0_3736_40162)"},Ye.createElement("path",{d:"M24 12.571C24 19.1985 18.6274 24.571 12 24.571C5.37258 24.571 0 19.1985 0 12.571C0 5.94363 5.37258 0.571045 12 0.571045C18.6274 0.571045 24 5.94363 24 12.571Z",fill:"currentColor"}),Ye.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 23.571C18.0751 23.571 23 18.6462 23 12.571C23 6.49591 18.0751 1.57104 12 1.57104C5.92487 1.57104 1 6.49591 1 12.571C1 18.6462 5.92487 23.571 12 23.571ZM12 24.571C18.6274 24.571 24 19.1985 24 12.571C24 5.94363 18.6274 0.571045 12 0.571045C5.37258 0.571045 0 5.94363 0 12.571C0 19.1985 5.37258 24.571 12 24.571Z",fill:"currentColor"}),Ye.createElement("path",{d:"M10.9863 12.4939H12.1113C12.5488 12.4939 12.9108 12.4184 13.1973 12.2673C13.4889 12.1163 13.7051 11.908 13.8457 11.6423C13.9863 11.3767 14.0566 11.072 14.0566 10.7283C14.0566 10.3689 13.9915 10.0616 13.8613 9.8064C13.7363 9.54598 13.5436 9.34546 13.2832 9.20483C13.028 9.06421 12.7025 8.9939 12.3066 8.9939C11.9733 8.9939 11.6712 9.0616 11.4004 9.19702C11.1348 9.32723 10.9238 9.51473 10.7676 9.75952C10.6113 9.9991 10.5332 10.2856 10.5332 10.6189H8.64258C8.64258 10.0147 8.80143 9.47827 9.11914 9.00952C9.43685 8.54077 9.86914 8.17358 10.416 7.90796C10.9681 7.63713 11.5879 7.50171 12.2754 7.50171C13.0098 7.50171 13.6504 7.6241 14.1973 7.8689C14.7493 8.10848 15.179 8.46785 15.4863 8.94702C15.7936 9.42619 15.9473 10.0199 15.9473 10.7283C15.9473 11.0512 15.8717 11.3793 15.7207 11.7126C15.5697 12.046 15.3457 12.3507 15.0488 12.6267C14.752 12.8975 14.3822 13.1189 13.9395 13.2908C13.4967 13.4574 12.9837 13.5408 12.4004 13.5408H10.9863V12.4939ZM10.9863 13.9626V12.9314H12.4004C13.0671 12.9314 13.6348 13.0095 14.1035 13.1658C14.5775 13.322 14.9629 13.5382 15.2598 13.8142C15.5566 14.085 15.7728 14.3949 15.9082 14.7439C16.0488 15.0929 16.1191 15.4626 16.1191 15.8533C16.1191 16.3845 16.0228 16.8585 15.8301 17.2751C15.6426 17.6866 15.3743 18.0356 15.0254 18.322C14.6764 18.6085 14.2676 18.8246 13.7988 18.9705C13.3353 19.1163 12.8301 19.1892 12.2832 19.1892C11.7936 19.1892 11.3249 19.1215 10.877 18.9861C10.429 18.8507 10.028 18.6501 9.67383 18.3845C9.31966 18.1137 9.03841 17.7778 8.83008 17.3767C8.62695 16.9705 8.52539 16.5017 8.52539 15.9705H10.4082C10.4082 16.309 10.4863 16.6085 10.6426 16.8689C10.804 17.1241 11.028 17.3246 11.3145 17.4705C11.6061 17.6163 11.9395 17.6892 12.3145 17.6892C12.7103 17.6892 13.0514 17.6189 13.3379 17.4783C13.6243 17.3376 13.8431 17.1293 13.9941 16.8533C14.1504 16.5772 14.2285 16.2439 14.2285 15.8533C14.2285 15.4106 14.1426 15.0512 13.9707 14.7751C13.7988 14.4991 13.554 14.296 13.2363 14.1658C12.9186 14.0304 12.5436 13.9626 12.1113 13.9626H10.9863Z",fill:"white"})),Ye.createElement("defs",null,Ye.createElement("clipPath",{id:"clip0_3736_40162"},Ye.createElement("rect",{width:24,height:24,fill:"white",transform:"translate(0 0.571045)"})))))}a(Zu,"SvgNotificationNumber");var Yu=Zu;import Cr,{createElement as Ru}from"react";function Uu(e){return Ru(o,e,Cr.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Cr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.4545 1.2332C8.86576 1.2332 5.95649 4.14247 5.95649 7.73123C5.95649 9.57778 5.01813 11.5559 3.97809 12.9457C3.43315 13.6739 3.11064 14.577 3.11064 15.5573C3.11064 17.9673 5.06431 19.9209 7.47428 19.9209H17.4348C19.8447 19.9209 21.7984 17.9673 21.7984 15.5573C21.7984 14.577 21.4759 13.6739 20.931 12.9457C19.8909 11.556 18.9525 9.57778 18.9525 7.73123C18.9525 4.14247 16.0433 1.2332 12.4545 1.2332ZM15.8622 21.1542H17.4348C20.5258 21.1542 23.0316 18.6484 23.0316 15.5573C23.0316 14.3016 22.6173 13.1409 21.9183 12.2068C20.9651 10.9332 20.1858 9.21129 20.1858 7.73123C20.1858 3.46139 16.7244 0 12.4545 0C8.18468 0 4.72329 3.46139 4.72329 7.73123C4.72329 9.21129 3.94391 10.9332 2.99076 12.2068C2.2917 13.1409 1.87744 14.3016 1.87744 15.5573C1.87744 18.6484 4.38323 21.1542 7.47428 21.1542H9.04681C9.33766 22.7722 10.7527 24 12.4545 24C14.1563 24 15.5714 22.7722 15.8622 21.1542ZM14.5974 21.1542H10.3116C10.5791 22.0854 11.4372 22.7668 12.4545 22.7668C13.4718 22.7668 14.3299 22.0854 14.5974 21.1542Z",fill:"currentColor"})))}a(Uu,"SvgNotifications");var _u=Uu;import Uo,{createElement as Ou}from"react";function Ku(e){return Ou(o,e,Uo.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Uo.createElement("g",{id:"Number"},Uo.createElement("path",{id:"Vector",d:"M12.379 2.00335C12.315 2.01277 12.2532 2.03276 12.1962 2.06255L0.767986 7.73863C0.581526 7.83102 0.464088 8.01691 0.464088 8.21997C0.464088 8.42303 0.581526 8.60912 0.767986 8.70151L12.1962 14.3776C12.3549 14.4556 12.5427 14.4556 12.7013 14.3776L24.1296 8.70151C24.316 8.60912 24.4335 8.42303 24.4335 8.21997C24.4335 8.01692 24.316 7.83102 24.1296 7.73863L12.7013 2.06255C12.6024 2.01202 12.4902 1.99128 12.379 2.00335ZM12.4486 3.15213L22.6574 8.22006L12.4486 13.288L2.23983 8.22006L12.4486 3.15213ZM0.994475 11.7251C0.73627 11.7331 0.517924 11.9118 0.466014 12.1571C0.4141 12.4024 0.542817 12.6499 0.776911 12.7557L12.2051 18.1615C12.3591 18.2341 12.5388 18.2341 12.6928 18.1615L24.121 12.7557C24.2598 12.6965 24.3679 12.585 24.4202 12.447C24.4727 12.309 24.4648 12.1561 24.3983 12.024C24.3318 11.8916 24.2128 11.7913 24.0683 11.746C23.9241 11.7008 23.7668 11.7148 23.6332 11.7843L12.4488 17.0719L1.26451 11.7843C1.1809 11.7428 1.08819 11.7225 0.994475 11.7251ZM0.994475 15.5091C0.73627 15.517 0.517924 15.6957 0.466014 15.941C0.414104 16.1863 0.542817 16.4341 0.776911 16.5396L12.2051 21.9454C12.3591 22.0182 12.5388 22.0182 12.6928 21.9454L24.121 16.5396C24.2598 16.4806 24.3679 16.3692 24.4202 16.231C24.4727 16.093 24.4648 15.9403 24.3983 15.8079C24.3318 15.6756 24.2128 15.5753 24.0683 15.5302C23.9241 15.4849 23.7668 15.4987 23.6332 15.5683L12.4488 20.8558L1.26451 15.5683C1.1809 15.527 1.08819 15.5065 0.994475 15.5091Z",fill:"currentColor",stroke:"currentColor",strokeWidth:.15}))))}a(Ku,"SvgNumber");var _o=Ku;import Va,{createElement as Gu}from"react";function Ju(e){return Gu(o,e,Va.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Va.createElement("g",{id:"surface1"},Va.createElement("path",{fill:"currentColor",style:{stroke:"none",fillRule:"nonzero",fillOpacity:1},d:"M 11.519531 9.542969 L 13.011719 9.542969 L 13.011719 4.089844 L 11.6875 4.089844 L 9.816406 5.617188 L 10.582031 6.558594 L 11.199219 6.046875 C 11.324219 5.9375 11.4375 5.820312 11.542969 5.695312 C 11.527344 5.988281 11.519531 6.308594 11.519531 6.65625 Z M 11.519531 9.542969 "}),Va.createElement("path",{fill:"currentColor",style:{stroke:"none",fillRule:"nonzero",fillOpacity:1},d:"M 8.488281 20.453125 L 4.535156 20.453125 L 4.535156 19.484375 L 5.867188 18.136719 C 6.246094 17.742188 6.496094 17.46875 6.613281 17.324219 C 6.707031 17.210938 6.789062 17.082031 6.855469 16.949219 C 6.902344 16.847656 6.925781 16.734375 6.925781 16.621094 C 6.929688 16.558594 6.917969 16.496094 6.894531 16.4375 C 6.867188 16.378906 6.832031 16.328125 6.785156 16.285156 C 6.675781 16.199219 6.539062 16.15625 6.398438 16.164062 C 6.214844 16.167969 6.035156 16.21875 5.878906 16.308594 C 5.667969 16.4375 5.46875 16.582031 5.285156 16.746094 L 4.472656 15.796875 C 4.6875 15.59375 4.925781 15.414062 5.179688 15.257812 C 5.375 15.148438 5.585938 15.066406 5.804688 15.011719 C 6.054688 14.949219 6.3125 14.921875 6.566406 14.925781 C 6.890625 14.917969 7.214844 14.980469 7.511719 15.109375 C 7.773438 15.222656 8 15.40625 8.160156 15.640625 C 8.308594 15.871094 8.390625 16.140625 8.386719 16.414062 C 8.394531 16.816406 8.28125 17.207031 8.058594 17.542969 C 7.929688 17.742188 7.777344 17.925781 7.613281 18.097656 C 7.429688 18.292969 7.035156 18.660156 6.429688 19.203125 L 6.429688 19.238281 L 8.492188 19.238281 Z M 8.488281 20.453125 "}),Va.createElement("path",{fill:"currentColor",style:{stroke:"none",fillRule:"nonzero",fillOpacity:1},d:"M 18.90625 17.058594 C 19.113281 16.8125 19.222656 16.503906 19.21875 16.183594 C 19.222656 16 19.183594 15.820312 19.097656 15.65625 C 19.011719 15.496094 18.886719 15.359375 18.734375 15.257812 C 18.335938 15.011719 17.871094 14.894531 17.40625 14.921875 C 17.054688 14.917969 16.707031 14.960938 16.367188 15.046875 C 16.050781 15.140625 15.75 15.285156 15.480469 15.472656 L 16.09375 16.457031 C 16.414062 16.238281 16.789062 16.117188 17.175781 16.105469 C 17.332031 16.097656 17.484375 16.136719 17.621094 16.214844 C 17.675781 16.246094 17.71875 16.296875 17.746094 16.351562 C 17.777344 16.410156 17.789062 16.472656 17.785156 16.535156 C 17.785156 16.917969 17.414062 17.109375 16.664062 17.109375 L 16.320312 17.109375 L 16.320312 18.214844 L 16.65625 18.214844 C 16.882812 18.210938 17.105469 18.230469 17.328125 18.277344 C 17.464844 18.300781 17.597656 18.367188 17.699219 18.460938 C 17.78125 18.554688 17.824219 18.679688 17.816406 18.804688 C 17.820312 18.890625 17.804688 18.972656 17.765625 19.050781 C 17.726562 19.125 17.667969 19.1875 17.597656 19.234375 C 17.378906 19.339844 17.132812 19.386719 16.890625 19.367188 C 16.660156 19.367188 16.429688 19.335938 16.207031 19.28125 C 15.953125 19.222656 15.707031 19.128906 15.476562 19.011719 L 15.476562 20.238281 C 15.738281 20.34375 16.011719 20.417969 16.289062 20.46875 C 16.558594 20.511719 16.832031 20.535156 17.105469 20.53125 C 17.691406 20.566406 18.277344 20.414062 18.777344 20.097656 C 18.96875 19.960938 19.125 19.78125 19.230469 19.574219 C 19.335938 19.363281 19.386719 19.128906 19.378906 18.894531 C 19.378906 18.152344 18.921875 17.722656 18.011719 17.605469 L 18.011719 17.582031 C 18.359375 17.5 18.667969 17.316406 18.90625 17.058594 Z M 18.90625 17.058594 "}),Va.createElement("path",{fill:"currentColor",style:{stroke:"none",fillRule:"evenodd",fillOpacity:1},d:"M 6 0.707031 C 5.636719 0.707031 5.34375 1 5.34375 1.363281 L 5.34375 11.617188 L 1.089844 11.617188 C 0.730469 11.617188 0.4375 11.910156 0.4375 12.273438 L 0.4375 23.179688 C 0.4375 23.542969 0.730469 23.835938 1.089844 23.835938 L 22.910156 23.835938 C 23.269531 23.835938 23.5625 23.542969 23.5625 23.179688 L 23.5625 12.273438 C 23.5625 11.910156 23.269531 11.617188 22.910156 11.617188 L 18.652344 11.617188 L 18.652344 1.363281 C 18.652344 1 18.359375 0.707031 18 0.707031 Z M 17.34375 11.617188 L 6.652344 11.617188 L 6.652344 2.019531 L 17.34375 2.019531 Z M 1.746094 22.527344 L 1.746094 12.925781 L 11.34375 12.925781 L 11.34375 22.527344 Z M 12.652344 22.527344 L 12.652344 12.925781 L 22.253906 12.925781 L 22.253906 22.527344 Z M 12.652344 22.527344 "}))))}a(Ju,"SvgNumberBlocks");var Xu=Ju;import ee,{createElement as Qu}from"react";function e0(e){return Qu(o,e,ee.createElement("svg",{viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg"},ee.createElement("circle",{cx:14,cy:8,r:7,fill:"#469BF5"}),ee.createElement("path",{d:"M17.464 9.86197L16.3084 11.0827C16.2833 11.1092 16.2529 11.1303 16.2191 11.1448C16.1853 11.1592 16.1489 11.1667 16.1121 11.1667H10.6342C10.608 11.1667 10.5824 11.1591 10.5606 11.145C10.5387 11.1309 10.5215 11.1108 10.5111 11.0872C10.5007 11.0636 10.4975 11.0375 10.5019 11.0121C10.5064 10.9867 10.5182 10.9632 10.5361 10.9444L11.6925 9.72366C11.7176 9.69722 11.7478 9.67612 11.7815 9.66167C11.8152 9.64722 11.8515 9.63974 11.8882 9.63968H17.3658C17.392 9.63968 17.4175 9.6472 17.4394 9.66132C17.4613 9.67544 17.4784 9.69554 17.4889 9.71915C17.4993 9.74276 17.5025 9.76885 17.4981 9.79423C17.4936 9.8196 17.4818 9.84315 17.464 9.86197ZM16.3084 7.40382C16.2833 7.3773 16.2529 7.35616 16.2191 7.34171C16.1853 7.32727 16.1489 7.31982 16.1121 7.31984H10.6342C10.608 7.31984 10.5824 7.32736 10.5606 7.34148C10.5387 7.3556 10.5215 7.3757 10.5111 7.39931C10.5007 7.42292 10.4975 7.44902 10.5019 7.47439C10.5064 7.49976 10.5182 7.52331 10.5361 7.54214L11.6925 8.76284C11.7176 8.78929 11.7478 8.81038 11.7815 8.82483C11.8152 8.83927 11.8515 8.84676 11.8882 8.84682H17.3658C17.392 8.84682 17.4175 8.8393 17.4394 8.82518C17.4613 8.81106 17.4784 8.79096 17.4889 8.76735C17.4993 8.74374 17.5025 8.71764 17.4981 8.69227C17.4936 8.6669 17.4818 8.64335 17.464 8.62453L16.3084 7.40382ZM10.6342 6.52698H16.1121C16.1489 6.527 16.1853 6.51956 16.2191 6.50511C16.2529 6.49066 16.2833 6.46952 16.3084 6.443L17.464 5.22229C17.4818 5.20347 17.4936 5.17992 17.4981 5.15455C17.5025 5.12918 17.4993 5.10308 17.4889 5.07947C17.4784 5.05586 17.4613 5.03576 17.4394 5.02164C17.4175 5.00752 17.392 5 17.3658 5H11.8882C11.8515 5.00006 11.8152 5.00755 11.7815 5.02199C11.7478 5.03644 11.7176 5.05754 11.6925 5.08398L10.5364 6.30469C10.5186 6.32349 10.5067 6.34702 10.5023 6.37236C10.4978 6.3977 10.501 6.42378 10.5114 6.44738C10.5217 6.47098 10.5389 6.49108 10.5607 6.50522C10.5825 6.51936 10.608 6.52692 10.6342 6.52698Z",fill:"white"}),ee.createElement("circle",{cx:7,cy:20,r:7,fill:"#469BF5"}),ee.createElement("g",{clipPath:"url(#clip0_9706_69204)"},ee.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.76322 18.3239L3.94253 17.7704C3.97931 17.6573 4.06758 17.5699 4.18069 17.5359L4.73701 17.3649C4.81425 17.341 4.81425 17.2324 4.73793 17.2076L4.18345 17.0283C4.07126 16.9915 3.98299 16.9033 3.94896 16.7901L3.77793 16.2338C3.75402 16.1566 3.64551 16.1566 3.62069 16.2329L3.44138 16.7865C3.40459 16.8987 3.31632 16.9869 3.20322 17.021L2.64689 17.192C2.56965 17.2159 2.56873 17.3244 2.64597 17.3492L3.20046 17.5285C3.31264 17.5653 3.40092 17.6545 3.43494 17.7676L3.60597 18.3239C3.62988 18.4012 3.73839 18.4021 3.76322 18.3249V18.3239Z",fill:"white"}),ee.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5632 18.0042C12.3342 17.7477 11.9756 17.6033 11.6271 17.5435C11.2758 17.4865 10.908 17.492 10.5613 17.5536C9.86063 17.6723 9.22339 17.9628 8.66799 18.3205C8.37925 18.4962 8.13374 18.6994 7.8781 18.9072C7.75489 19.012 7.64362 19.1233 7.52684 19.2336L7.20776 19.5509C6.86109 19.9132 6.51994 20.2424 6.18983 20.5155C5.85787 20.7877 5.54799 20.9936 5.2427 21.138C4.93741 21.2833 4.61098 21.3679 4.18523 21.3817C3.76316 21.3964 3.26385 21.3201 2.7296 21.195C2.19259 21.07 1.62891 20.8916 0.999023 20.738C1.21879 21.3477 1.54983 21.8865 1.97466 22.3794C2.405 22.8631 2.94201 23.3044 3.63167 23.595C4.31121 23.892 5.16546 23.9978 5.96454 23.8378C6.76546 23.6833 7.46799 23.3127 8.03626 22.8842C8.60546 22.4511 9.06707 21.9582 9.45511 21.4451C9.5627 21.3035 9.61879 21.2244 9.69695 21.1132L9.91121 20.795C10.0602 20.5982 10.1963 20.3748 10.3434 20.1798C10.633 19.7716 10.9181 19.3642 11.2491 18.989C11.4156 18.7987 11.5921 18.6166 11.7999 18.4419C11.9038 18.3564 12.0151 18.2727 12.1393 18.1973C12.2652 18.1164 12.3976 18.0529 12.5613 18.0033L12.5632 18.0042Z",fill:"white"}),ee.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5632 18.0028C12.3168 17.3803 11.8579 16.8571 11.2428 16.4708C10.6313 16.0883 9.78161 15.8934 8.94023 16.0598C8.5246 16.1398 8.12184 16.2952 7.76782 16.5012C7.41563 16.7062 7.10023 16.9536 6.82805 17.2194C6.69195 17.3527 6.56782 17.4915 6.44552 17.6304L6.12736 18.0368L5.6354 18.6906C5.00828 19.532 4.33333 20.5177 3.22437 20.8092C2.13655 21.0961 1.66483 20.8423 1 20.7375C1.12138 21.0511 1.27218 21.3554 1.4754 21.623C1.67586 21.8961 1.91218 22.1527 2.20552 22.3725C2.35356 22.4782 2.5108 22.5821 2.6846 22.6713C2.85747 22.7568 3.04506 22.8322 3.2446 22.8883C3.64184 22.9968 4.08874 23.0354 4.52092 22.9766C4.95402 22.9187 5.36782 22.7817 5.7292 22.5996C6.09333 22.4194 6.41057 22.1996 6.69379 21.9679C7.25747 21.4998 7.69517 20.983 8.06483 20.4607C8.25058 20.1996 8.41977 19.9338 8.57609 19.6672L8.76 19.3499C8.81609 19.2571 8.8731 19.1642 8.93103 19.0768C9.16368 18.7283 9.39172 18.4488 9.66851 18.2382C9.94161 18.023 10.3214 17.8639 10.8299 17.8272C11.3356 17.7895 11.9195 17.8584 12.5614 18.0028H12.5632Z",fill:"white"}),ee.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.82568 23.1713C9.82568 23.6283 10.1963 23.9989 10.6533 23.9989C11.1103 23.9989 11.4809 23.6283 11.4809 23.1713C11.4809 22.7143 11.1103 22.3438 10.6533 22.3438C10.1963 22.3438 9.82568 22.7143 9.82568 23.1713Z",fill:"white"})),ee.createElement("circle",{cx:21,cy:20,r:7,fill:"#469BF5"}),ee.createElement("g",{clipPath:"url(#clip1_9706_69204)"},ee.createElement("path",{d:"M24.5312 18.5094C24.1796 18.1848 23.6933 17.6891 23.2972 17.3376L23.2738 17.3212C23.2348 17.2899 23.1908 17.2653 23.1437 17.2485C22.1886 17.0704 17.7437 16.2396 17.657 16.2501C17.6327 16.2535 17.6095 16.2623 17.5891 16.2759L17.5668 16.2935C17.5394 16.3213 17.5186 16.3549 17.5059 16.3919L17.5 16.4071V16.4903V16.5032C18.0004 17.8966 19.9761 22.461 20.3652 23.532C20.3886 23.6047 20.4332 23.743 20.5164 23.75H20.5351C20.5796 23.75 20.7695 23.4992 20.7695 23.4992C20.7695 23.4992 24.1632 19.3837 24.5065 18.9454C24.551 18.8914 24.5902 18.8333 24.6237 18.7719C24.6323 18.7239 24.6283 18.6745 24.612 18.6285C24.5958 18.5825 24.5679 18.5415 24.5312 18.5094ZM21.6402 18.9887L23.0886 17.7876L23.9382 18.5704L21.6402 18.9887ZM21.0777 18.9102L18.584 16.8665L22.6187 17.6106L21.0777 18.9102ZM21.3027 19.4458L23.855 19.0344L20.9371 22.55L21.3027 19.4458ZM18.2453 17.0704L20.8691 19.2969L20.4894 22.5524L18.2453 17.0704Z",fill:"white"})),ee.createElement("defs",null,ee.createElement("clipPath",{id:"clip0_9706_69204"},ee.createElement("rect",{width:11.5632,height:8,fill:"white",transform:"translate(1 16)"})),ee.createElement("clipPath",{id:"clip1_9706_69204"},ee.createElement("rect",{width:8,height:8,fill:"white",transform:"translate(17 16)"})))))}a(e0,"SvgOtherCategory");var Oo=e0;import Wa,{createElement as a0}from"react";function t0(e){return a0(o,e,Wa.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"},Wa.createElement("g",{clipPath:"url(#clip0_16926_238235)"},Wa.createElement("path",{d:"M13.5 7H9.5C8.673 7 8 7.673 8 8.5V13H2.5C2.36739 13 2.24021 12.9473 2.14645 12.8536C2.05268 12.7598 2 12.6326 2 12.5V2.5C2 2.36739 2.05268 2.24021 2.14645 2.14645C2.24021 2.05268 2.36739 2 2.5 2H4V2.5C4 2.63261 4.05268 2.75979 4.14645 2.85355C4.24021 2.94732 4.36739 3 4.5 3H8.5C8.63261 3 8.75979 2.94732 8.85355 2.85355C8.94732 2.75979 9 2.63261 9 2.5V2H10.5C10.6326 2 10.7598 2.05268 10.8536 2.14645C10.9473 2.24021 11 2.36739 11 2.5V5.5C11 5.63261 11.0527 5.75979 11.1464 5.85355C11.2402 5.94732 11.3674 6 11.5 6C11.6326 6 11.7598 5.94732 11.8536 5.85355C11.9473 5.75979 12 5.63261 12 5.5V2.5C12 1.673 11.327 1 10.5 1H9V0.5C9 0.367392 8.94732 0.240215 8.85355 0.146447C8.75979 0.0526784 8.63261 0 8.5 0L4.5 0C4.36739 0 4.24021 0.0526784 4.14645 0.146447C4.05268 0.240215 4 0.367392 4 0.5V1H2.5C1.673 1 1 1.673 1 2.5V12.5C1 13.327 1.673 14 2.5 14H8V14.5C8 15.327 8.673 16 9.5 16H13.5C14.327 16 15 15.327 15 14.5V8.5C15 7.673 14.327 7 13.5 7ZM5 1H8V2H5V1ZM14 14.5C14 14.6326 13.9473 14.7598 13.8536 14.8536C13.7598 14.9473 13.6326 15 13.5 15H9.5C9.36739 15 9.24021 14.9473 9.14645 14.8536C9.05268 14.7598 9 14.6326 9 14.5V8.5C9 8.36739 9.05268 8.24021 9.14645 8.14645C9.24021 8.05268 9.36739 8 9.5 8H13.5C13.6326 8 13.7598 8.05268 13.8536 8.14645C13.9473 8.24021 14 8.36739 14 8.5V14.5ZM13 13.5C13 13.6326 12.9473 13.7598 12.8536 13.8536C12.7598 13.9473 12.6326 14 12.5 14H10.5C10.3674 14 10.2402 13.9473 10.1464 13.8536C10.0527 13.7598 10 13.6326 10 13.5C10 13.3674 10.0527 13.2402 10.1464 13.1464C10.2402 13.0527 10.3674 13 10.5 13H12.5C12.6326 13 12.7598 13.0527 12.8536 13.1464C12.9473 13.2402 13 13.3674 13 13.5ZM13 11.5C13 11.6326 12.9473 11.7598 12.8536 11.8536C12.7598 11.9473 12.6326 12 12.5 12H10.5C10.3674 12 10.2402 11.9473 10.1464 11.8536C10.0527 11.7598 10 11.6326 10 11.5C10 11.3674 10.0527 11.2402 10.1464 11.1464C10.2402 11.0527 10.3674 11 10.5 11H12.5C12.6326 11 12.7598 11.0527 12.8536 11.1464C12.9473 11.2402 13 11.3674 13 11.5ZM13 9.5C13 9.63261 12.9473 9.75979 12.8536 9.85355C12.7598 9.94732 12.6326 10 12.5 10H10.5C10.3674 10 10.2402 9.94732 10.1464 9.85355C10.0527 9.75979 10 9.63261 10 9.5C10 9.36739 10.0527 9.24021 10.1464 9.14645C10.2402 9.05268 10.3674 9 10.5 9H12.5C12.6326 9 12.7598 9.05268 12.8536 9.14645C12.9473 9.24021 13 9.36739 13 9.5Z",fill:"#727272"})),Wa.createElement("defs",null,Wa.createElement("clipPath",{id:"clip0_16926_238235"},Wa.createElement("rect",{width:16,height:16,fill:"white"})))))}a(t0,"SvgPaste");var o0=t0;import kr,{createElement as n0}from"react";function i0(e){return n0(o,e,kr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},kr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.7794 3.57932C18.2423 3.04219 17.3714 3.04219 16.8343 3.57932L14.2204 6.19315L17.8069 9.77957L20.4207 7.16576V7.16576C20.9578 6.62861 20.9578 5.75769 20.4207 5.22055L18.7794 3.57932ZM16.975 10.6115L13.3886 7.02504L3.29175 17.1218C3.218 17.1956 3.17647 17.2957 3.17647 17.4001V20.8235H6.59986C6.70419 20.8235 6.80435 20.7821 6.87821 20.7082L16.975 10.6115ZM19.6114 2.74746C18.6148 1.75085 16.9989 1.75085 16.0024 2.74744V2.74744L2.4599 16.2899V16.2899C2.16542 16.5843 2 16.9838 2 17.4001V21.4118C2 21.7366 2.26336 22 2.58824 22H6.59986C7.01632 22 7.41565 21.8345 7.71003 21.5402L21.2526 7.99764C22.2491 7.00105 22.2491 5.38527 21.2526 4.38868L19.6114 2.74746Z",fill:"currentColor"})))}a(i0,"SvgPencil");var r0=i0;import qa,{createElement as s0}from"react";function l0(e){return s0(o,e,qa.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},qa.createElement("g",{clipPath:"url(#clip0_3736_40152)"},qa.createElement("path",{d:"M6.49636 23.6636C6.70432 23.7702 6.95035 23.7839 7.17959 23.7013C7.40926 23.6186 7.60362 23.4466 7.72026 23.2228L10.7963 17.3204L16.2882 20.1373C16.4962 20.244 16.742 20.2574 16.9716 20.1747C17.2013 20.092 17.3957 19.92 17.5121 19.6965L18.3911 18.0099C18.8976 17.038 19.0763 15.9358 18.8968 14.8896C18.7174 13.8431 18.1908 12.9174 17.406 12.2686L20.0866 7.12496L21.6556 7.92969C22.089 8.152 22.6371 7.95458 22.8797 7.48905C23.1225 7.02321 22.9678 6.46571 22.5344 6.2434L11.5507 0.609804C11.1173 0.387496 10.5693 0.584614 10.3265 1.05044C10.0839 1.51599 10.2385 2.07378 10.6719 2.29609L12.2408 3.10082L9.51628 8.32884C8.48642 8.12375 7.39804 8.28256 6.41978 8.78044C5.44136 9.27851 4.62745 10.0877 4.10411 11.0827L3.3899 12.4531C3.27342 12.6766 3.24433 12.9334 3.30908 13.1671C3.37383 13.4009 3.52702 13.592 3.73499 13.6987L9.22697 16.5155L6.15098 22.4179C6.03434 22.6417 6.00525 22.8985 6.07 23.1322C6.13464 23.3655 6.28839 23.5569 6.49636 23.6636ZM18.5178 6.32006L15.8812 11.3793L11.1737 8.96478L13.8103 3.90555L18.5178 6.32006ZM5.67369 11.8877C6.06765 11.1337 6.72388 10.5539 7.49828 10.275C8.27267 9.99607 9.10196 10.0409 9.80432 10.4L15.7867 13.4684C16.4108 13.7885 16.8706 14.362 17.0648 15.0628C17.259 15.7635 17.1715 16.5342 16.8219 17.205L16.3825 18.0481L5.39882 12.4145L5.67369 11.8877Z",fill:"currentColor"})),qa.createElement("defs",null,qa.createElement("clipPath",{id:"clip0_3736_40152"},qa.createElement("rect",{width:24,height:24,fill:"white",transform:"translate(0.227539)"})))))}a(l0,"SvgPin");var c0=l0;import fr,{createElement as u0}from"react";function d0(e){return u0(o,e,fr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},fr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0636 2.6C10.1507 2.6 8.60005 4.1507 8.60005 6.06359C8.60005 7.97648 10.1507 9.52717 12.0636 9.52717C13.9765 9.52717 15.5272 7.97648 15.5272 6.06359C15.5272 4.1507 13.9765 2.6 12.0636 2.6ZM7.40005 6.06359C7.40005 3.48796 9.48801 1.4 12.0636 1.4C14.6393 1.4 16.7272 3.48796 16.7272 6.06359C16.7272 8.63922 14.6393 10.7272 12.0636 10.7272C9.48801 10.7272 7.40005 8.63922 7.40005 6.06359ZM6.85651 14.7727C9.97465 12.9424 13.9255 12.9424 17.0436 14.7727C17.1482 14.8341 17.2767 14.9056 17.4217 14.9862C18.0519 15.3368 18.9933 15.8605 19.6389 16.4834C20.042 16.8724 20.4204 17.3807 20.4891 18.0006C20.5621 18.6589 20.2716 19.2787 19.6813 19.8331C18.6512 20.8005 17.4252 21.5661 15.8448 21.5661H8.05532C6.47498 21.5661 5.24887 20.8005 4.21882 19.8331C3.62849 19.2787 3.33796 18.6589 3.41096 18.0006C3.4797 17.3807 3.85806 16.8724 4.26126 16.4834C4.90678 15.8605 5.84812 15.3369 6.47838 14.9863C6.62334 14.9056 6.75185 14.8341 6.85651 14.7727ZM16.4361 15.8076C13.6931 14.1975 10.2071 14.1975 7.46396 15.8076C7.31802 15.8932 7.15724 15.9831 6.9882 16.0777C6.35806 16.43 5.61319 16.8465 5.09449 17.347C4.77177 17.6583 4.62705 17.9218 4.60365 18.1328C4.58451 18.3054 4.63279 18.5757 5.04031 18.9584L4.62957 19.3957L5.04032 18.9584C5.96005 19.8222 6.90548 20.3661 8.05532 20.3661H15.8448C16.9946 20.3661 17.94 19.8222 18.8598 18.9584C19.2673 18.5757 19.3156 18.3054 19.2965 18.1328C19.2731 17.9218 19.1283 17.6583 18.8056 17.3469C18.2869 16.8464 17.542 16.43 16.9118 16.0776C16.7428 15.9831 16.5821 15.8932 16.4362 15.8076L16.4361 15.8076Z",fill:"currentColor"})))}a(d0,"SvgProfile");var p0=d0;import Re,{createElement as h0}from"react";function m0(e){return h0(o,e,Re.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Re.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.2815 8.25591L19.6283 7.73436C20.2352 8.89455 20.5936 10.2051 20.6294 11.5964C20.634 11.7859 20.6325 11.9742 20.6249 12.1613C19.5312 10.5143 17.6595 9.42856 15.5343 9.42856C15.4286 9.42856 15.3235 9.43125 15.219 9.43656C16.4138 8.96941 17.7426 8.45317 18.2815 8.25591ZM13.3962 9.81336L12.2685 9.23878L11.5409 9.5425L12.6547 10.1488C12.8929 10.0212 13.1405 9.90896 13.3962 9.81336ZM11.3239 11.1122C10.7771 10.8212 10.2844 10.5585 9.94529 10.3774C9.45802 10.1171 9.1042 9.64569 9.03773 9.09755C8.98763 8.68747 9.09091 8.21551 9.58329 7.80236C9.84865 7.55744 10.1319 7.4158 10.1738 7.39586L10.1841 7.39126L15.6785 5.13683C15.6785 5.13683 15.7132 5.12302 15.7639 5.09694L16.9076 4.62192C15.4688 3.60183 13.7125 3 11.8151 3C6.93834 3 2.91085 7.10492 3.00084 11.9814C3.02845 13.4873 3.43544 14.8996 4.12723 16.1298L6.25525 15.2023L9.68954 13.7611C9.75651 13.5402 9.83567 13.3245 9.92623 13.1149C9.91673 13.1097 9.90725 13.1045 9.89779 13.0993C9.41097 12.8318 8.99628 12.604 8.76572 12.481C8.68653 12.4387 8.59757 12.3845 8.50852 12.3301L8.50848 12.3301L8.50848 12.3301C8.41757 12.2746 8.32657 12.2191 8.24573 12.1762C7.38777 11.7227 6.82535 10.4423 8.12762 8.92267C8.12762 8.92267 7.99264 10.3646 8.79896 10.8545C9.12623 11.0535 9.85537 11.445 10.653 11.8655C10.8557 11.5962 11.0803 11.3442 11.3239 11.1122ZM9.43422 15.255C9.43003 15.3478 9.42792 15.4411 9.42792 15.5349C9.42792 15.8823 9.45692 16.2228 9.51263 16.5543L5.8932 18.0636L5.69686 18.1617C5.38803 17.8642 5.10119 17.5441 4.83839 17.2045L6.26798 16.6002L9.43422 15.255ZM9.85338 17.7788C10.3154 18.9477 11.1278 19.9398 12.1611 20.6259C12.0627 20.6297 11.9639 20.632 11.8647 20.6325C9.98159 20.6427 8.23602 20.0614 6.79927 19.0648L7.93435 18.5663L9.85338 17.7788ZM10.612 9.02247C10.612 9.02247 10.9816 9.22751 11.5425 9.53788L18.852 6.50573C18.5882 6.15649 18.2988 5.82822 17.9869 5.52245C17.9353 5.55159 17.8923 5.56796 17.8923 5.56796L10.9441 8.48962C10.8683 8.46801 9.83602 8.15546 10.3829 7.31633C10.3829 7.31633 9.18744 8.16225 10.2683 8.77377L10.2679 8.77396C10.3537 8.86242 10.4662 8.94628 10.612 9.02247Z",fill:"url(#paint0_linear_16912_208495)"}),Re.createElement("path",{d:"M20.2351 15.5998C20.2351 18.1601 18.1596 20.2355 15.5994 20.2355C13.0392 20.2355 10.9637 18.1601 10.9637 15.5998C10.9637 13.0396 13.0392 10.9641 15.5994 10.9641C18.1596 10.9641 20.2351 13.0396 20.2351 15.5998ZM20.6394 20.7498C20.6096 20.7498 20.5817 20.7377 20.5642 20.7202L19.6076 19.7636C19.5686 19.7246 19.5637 19.6554 19.6091 19.6065C19.6486 19.5688 19.7169 19.5647 19.7652 19.61L20.7198 20.5646C20.7579 20.6028 20.7634 20.6698 20.7212 20.7184C20.6955 20.74 20.6657 20.7498 20.6394 20.7498Z",stroke:"#727272",strokeWidth:.5,fill:"transparent"}),Re.createElement("defs",null,Re.createElement("linearGradient",{id:"paint0_linear_16912_208495",x1:2.99864,y1:11.8168,x2:20.6305,y2:11.8168,gradientUnits:"userSpaceOnUse"},Re.createElement("stop",{offset:.0754,stopColor:"#469BF5"}),Re.createElement("stop",{offset:.7046,stopColor:"#2857F2"}),Re.createElement("stop",{offset:1,stopColor:"#1C3CF1"})))))}a(m0,"SvgRangoExplorer");var g0=m0;import Ko,{createElement as y0}from"react";function C0(e){return y0(o,e,Ko.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ko.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.5543 8.80555C16.7998 9.05054 16.8002 9.44816 16.5552 9.69366L11.0688 15.1914C10.9509 15.3095 10.7909 15.3759 10.624 15.3758C10.4571 15.3757 10.2971 15.3092 10.1793 15.1909L7.4418 12.4421C7.19707 12.1963 7.19789 11.7987 7.44364 11.554C7.6894 11.3092 8.08702 11.31 8.33175 11.5558L10.6248 13.8583L15.6662 8.80646C15.9112 8.56096 16.3088 8.56055 16.5543 8.80555Z",fill:"currentColor"}),Ko.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.034 1.62891C12.4707 1.1563 11.533 1.16075 10.9866 1.62794L9.19324 3.16028C8.94868 3.37167 8.62911 3.53755 8.32526 3.65046C8.02072 3.76362 7.67165 3.84597 7.35257 3.84597H5.38746C4.53024 3.84597 3.82317 4.55304 3.82317 5.41027V7.36401C3.82317 7.68352 3.7406 8.02973 3.62935 8.33029C3.51777 8.63171 3.35598 8.94486 3.1551 9.18592L3.1514 9.19036L1.61992 10.994C1.15868 11.544 1.15776 12.4746 1.619 13.0245L3.15512 14.8338C3.356 15.0748 3.51777 15.388 3.62935 15.6894C3.7406 15.99 3.82317 16.3362 3.82317 16.6557V18.5981C3.82317 19.4553 4.53024 20.1624 5.38746 20.1624H7.35257C7.67649 20.1624 8.02553 20.2443 8.33057 20.3583C8.63529 20.4721 8.95127 20.6385 9.1944 20.849L10.9856 22.3908C11.5485 22.8631 12.4855 22.8589 13.032 22.3925L14.8244 20.8496C15.0691 20.6378 15.3899 20.4709 15.6942 20.3579C15.9988 20.2447 16.3479 20.1624 16.6669 20.1624H18.598C19.4552 20.1624 20.1623 19.4553 20.1623 18.5981V16.667C20.1623 16.3431 20.2442 15.9941 20.3582 15.689C20.472 15.3843 20.6385 15.0683 20.849 14.8252L22.3907 13.034C22.863 12.4711 22.8588 11.5341 22.3924 10.9876L20.8496 9.19518C20.6377 8.95047 20.4709 8.62968 20.3578 8.32535C20.2446 8.02081 20.1623 7.67174 20.1623 7.35265V5.42163C20.1623 4.5644 19.4552 3.85733 18.598 3.85733H16.6669C16.343 3.85733 15.994 3.7754 15.6889 3.66143C15.3843 3.5476 15.0684 3.38121 14.8253 3.17077L13.034 1.62891ZM10.1706 0.6732C11.191 -0.199189 12.8185 -0.195314 13.8457 0.670466L13.8507 0.674665L15.647 2.2209C15.7445 2.30545 15.9167 2.40574 16.1285 2.48488C16.3403 2.56402 16.5365 2.60135 16.6669 2.60135H18.598C20.1488 2.60135 21.4182 3.87074 21.4182 5.42163V7.35265C21.4182 7.47657 21.4552 7.67273 21.5351 7.88787C21.615 8.10292 21.7155 8.27663 21.7987 8.3726L21.8001 8.3742L23.3462 10.1705C24.2188 11.1909 24.215 12.8185 23.3491 13.8458L23.3449 13.8508L21.8001 15.6455L21.7987 15.6471C21.7141 15.7446 21.6139 15.9168 21.5347 16.1286C21.4556 16.3404 21.4182 16.5366 21.4182 16.667V18.5981C21.4182 20.1489 20.1488 21.4183 18.598 21.4183H16.6669C16.543 21.4183 16.3469 21.4553 16.1317 21.5352C15.9167 21.6151 15.743 21.7156 15.647 21.7988L15.6454 21.8002L13.8507 23.345L13.8491 23.3463C12.8287 24.2189 11.2011 24.215 10.1738 23.3492L10.1688 23.345L8.37412 21.8002L8.37251 21.7988C8.27496 21.7142 8.10282 21.6139 7.89099 21.5348C7.67919 21.4557 7.48301 21.4183 7.35257 21.4183H5.38746C3.83658 21.4183 2.56719 20.1489 2.56719 18.5981V16.6557C2.56719 16.5322 2.53048 16.3388 2.45147 16.1254C2.37327 15.9141 2.27454 15.7397 2.19176 15.6397L0.658475 13.8338C-0.196709 12.8164 -0.196703 11.2033 0.658481 10.1859L0.66048 10.1835L2.19176 8.38001C2.27455 8.27999 2.37327 8.10555 2.45147 7.89428C2.53048 7.68085 2.56719 7.48751 2.56719 7.36401V5.41027C2.56719 3.85938 3.83658 2.58999 5.38746 2.58999H7.35257C7.47648 2.58999 7.67265 2.55307 7.88778 2.47313C8.10283 2.39322 8.27654 2.29272 8.37251 2.20954L8.37585 2.20665L10.1706 0.6732Z",fill:"currentColor"})))}a(C0,"SvgRank");var k0=C0;import oo,{createElement as f0}from"react";function w0(e){return f0(o,e,oo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},oo.createElement("path",{d:"M6.29926 18.2997C2.82191 15.1563 2.5569 9.7767 5.6942 6.30604C8.8315 2.83538 14.2165 2.55094 17.6939 5.69429C18.4094 6.34109 19.0142 7.07007 19.4955 7.88186C19.6905 8.2039 19.5837 8.61775 19.2617 8.8127C18.9396 9.00765 18.5258 8.90088 18.3308 8.57884C17.9196 7.89116 17.4024 7.2535 16.7871 6.69737C13.8648 4.05575 9.34494 4.28377 6.70333 7.20608C4.06171 10.1284 4.28973 14.6483 7.21204 17.2899C10.1343 19.9315 14.6542 19.7035 17.2959 16.7812C18.251 15.7246 18.8622 14.4301 19.0662 13.0348C19.1179 12.6684 19.4622 12.4086 19.8353 12.4663C20.2017 12.518 20.4616 12.8623 20.4038 13.2354C20.1624 14.9006 19.436 16.4435 18.2996 17.7007C15.1556 21.1653 9.77661 21.443 6.29926 18.2997Z",fill:"currentColor"}),oo.createElement("path",{d:"M19.2696 9.6089C19.1207 9.49207 19.0218 9.31141 19.01 9.10738L18.807 5.14476C18.788 4.77467 19.0763 4.45089 19.4464 4.43183C19.8165 4.41278 20.1402 4.70108 20.1593 5.07117L20.3622 9.0338C20.3813 9.40389 20.093 9.72767 19.7229 9.74672C19.5584 9.76661 19.3973 9.70903 19.2696 9.6089Z",fill:"currentColor"}),oo.createElement("path",{d:"M15.5108 9.47903C15.3476 9.35108 15.2457 9.14511 15.2505 8.9198C15.2639 8.55221 15.575 8.25778 15.9482 8.26404L19.707 8.3939C20.0802 8.40016 20.3691 8.71837 20.3628 9.09152C20.3565 9.46466 20.0383 9.75353 19.6652 9.74728L15.9007 9.62451C15.7529 9.62312 15.6243 9.56804 15.5108 9.47903Z",fill:"currentColor"})))}a(w0,"SvgRefresh");var b0=w0;import wr,{createElement as v0}from"react";function S0(e){return v0(o,e,wr.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"},wr.createElement("path",{fillRule:"evenodd",d:"M13.5783 0H4.98897C4.9378 0 4.8884 0.0211734 4.85135 0.0564623L2.05646 2.85311C2.01941 2.89016 2 2.93957 2 2.99074V13.5192V15.1548C2 15.6206 2.37936 16 2.84517 16H13.5783C14.0441 16 14.4235 15.6206 14.4235 15.1548V0.84517C14.4235 0.379356 14.0441 0 13.5783 0ZM4.79488 0.665196V2.5408C4.79488 2.68196 4.68019 2.79488 4.5408 2.79488H2.6652L4.79488 0.665196ZM14.0335 15.1548C14.0335 15.4054 13.8288 15.6101 13.5783 15.6101H2.84341C2.59285 15.6101 2.38818 15.4054 2.38818 15.1548V13.5192V3.18483H4.53904C4.89369 3.18483 5.18306 2.89546 5.18306 2.5408V0.389943H13.5765C13.8271 0.389943 14.0318 0.594618 14.0318 0.84517V15.1548H14.0335ZM12.9025 9.00044C12.9025 9.10807 12.8143 9.19629 12.7067 9.19629H3.71504C3.60741 9.19629 3.51919 9.10807 3.51919 9.00044C3.51919 8.89281 3.60741 8.80459 3.71504 8.80459H12.7084C12.8143 8.80459 12.9025 8.89281 12.9025 9.00044ZM12.9025 10.3944C12.9025 10.502 12.8143 10.5902 12.7067 10.5902H3.71504C3.60741 10.5902 3.51919 10.502 3.51919 10.3944C3.51919 10.2867 3.60741 10.1985 3.71504 10.1985H12.7084C12.8143 10.1985 12.9025 10.2867 12.9025 10.3944ZM12.9025 11.7865C12.9025 11.8941 12.8143 11.9824 12.7067 11.9824H3.71504C3.60741 11.9824 3.51919 11.8941 3.51919 11.7865C3.51919 11.6789 3.60741 11.5906 3.71504 11.5906H12.7084C12.8143 11.5924 12.9025 11.6789 12.9025 11.7865ZM9.83591 13.1804C9.83591 13.288 9.74768 13.3763 9.64005 13.3763H3.71504C3.60741 13.3763 3.51919 13.288 3.51919 13.1804C3.51919 13.0728 3.60741 12.9846 3.71504 12.9846H9.64182C9.74945 12.9846 9.83591 13.0728 9.83591 13.1804ZM4.3079 7.28011H12.112C12.2197 7.28011 12.3079 7.19188 12.3079 7.08425C12.3079 6.97662 12.2197 6.8884 12.112 6.8884H11.7539V3.03485C11.7539 2.809 11.5704 2.6255 11.3445 2.6255H10.1006C9.87473 2.6255 9.69122 2.809 9.69122 3.03485V3.63652H8.42612C8.20027 3.63652 8.01676 3.82003 8.01676 4.04588V4.64755H6.75166C6.52581 4.64755 6.3423 4.83105 6.3423 5.0569V5.65858H5.0772C4.85135 5.65858 4.66784 5.84208 4.66784 6.06793V6.88487H4.30966C4.20203 6.88487 4.11381 6.97309 4.11381 7.08072C4.11381 7.18836 4.20026 7.28011 4.3079 7.28011ZM10.1006 3.01544H11.3445C11.3551 3.01544 11.3639 3.02426 11.3639 3.03485V6.89016H10.0812V3.03485C10.0812 3.02426 10.09 3.01544 10.1006 3.01544ZM8.42612 4.02647H9.69122V6.8884H8.40671V4.04764C8.40671 4.03705 8.41553 4.02647 8.42612 4.02647ZM6.75166 5.03926H8.01676V6.8884H6.73225V5.06043C6.73048 5.04985 6.74107 5.03926 6.75166 5.03926ZM5.05602 6.07323C5.05602 6.06264 5.06484 6.05382 5.07543 6.05382H6.34054V6.89193H5.05602V6.07323Z",fill:"currentColor"})))}a(S0,"SvgReport");var T0=S0;import fe,{createElement as x0}from"react";function I0(e){return x0(o,e,fe.createElement("svg",{viewBox:"0 0 17 16",xmlns:"http://www.w3.org/2000/svg"},fe.createElement("path",{fillRule:"evenodd",d:"M15.8844 12.8493H15.3478V4.32162C15.3478 3.66683 14.8162 3.13529 14.1615 3.13529H13.4681C13.3654 3.13529 13.2833 3.21746 13.2833 3.32017C13.2833 3.42289 13.3654 3.50505 13.4681 3.50505H14.1615C14.6134 3.50505 14.978 3.87225 14.978 4.32162V12.8493H1.09132V4.32162C1.09132 3.86968 1.45595 3.50505 1.90531 3.50505H2.82202C2.92473 3.50505 3.0069 3.42289 3.0069 3.32017C3.0069 3.21746 2.92473 3.13529 2.82202 3.13529H1.90531C1.25309 3.13529 0.721554 3.66683 0.721554 4.32162V12.8493H0.184882C0.0821698 12.8493 0 12.9315 0 13.0342V14.9806C0 15.5429 0.45707 16 1.01685 16H15.0473C15.6097 16 16.0668 15.5429 16.0668 14.9806V13.0342C16.0668 12.934 15.9846 12.8493 15.8844 12.8493ZM6.73536 13.2191H9.33398V13.7147C9.33398 13.8328 9.2364 13.9303 9.11828 13.9303H6.95105C6.83293 13.9303 6.73536 13.8328 6.73536 13.7147V13.2191ZM15.6996 14.9806C15.6996 15.3401 15.4068 15.6302 15.0499 15.6302H1.01942C0.659926 15.6302 0.369764 15.3375 0.369764 14.9806V13.2191H6.36559V13.7147C6.36559 14.0356 6.62751 14.3001 6.94848 14.3001H9.11571C9.43669 14.3001 9.6986 14.0382 9.6986 13.7147V13.2191H15.6944V14.9806H15.6996Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M4.10079 11.2419H11.966C12.3409 11.2419 12.6464 10.9363 12.6464 10.5614V0.680469C12.6464 0.305569 12.3409 0 11.966 0H6.08313C5.94447 0 5.81095 0.0308137 5.69026 0.0847376H5.68769C5.59011 0.125822 5.50281 0.184882 5.42321 0.259348L3.69764 1.97978C3.61547 2.06195 3.55128 2.15696 3.51019 2.25197C3.51019 2.25453 3.51019 2.25453 3.50762 2.2571C3.50762 2.25967 3.50762 2.26224 3.50506 2.26224C3.44856 2.38549 3.42032 2.51645 3.42032 2.65254V10.5614C3.42032 10.9389 3.72589 11.2419 4.10079 11.2419ZM11.966 0.367196C12.138 0.367196 12.2767 0.508426 12.2767 0.677901V10.5614C12.2767 10.7334 12.138 10.8721 11.966 10.8721H4.10079C3.92874 10.8721 3.79008 10.7334 3.79008 10.5614V2.65254C3.79008 2.60632 3.79779 2.5601 3.80806 2.51388H5.41037C5.70567 2.51388 5.94447 2.27508 5.94447 1.97978V0.385171C5.99069 0.3749 6.03434 0.367196 6.08313 0.367196H11.966ZM5.57728 0.629113V1.98235C5.57728 2.07479 5.50281 2.14925 5.41037 2.14925H4.05457L5.57728 0.629113Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M7.27716 3.18408H10.8105C10.9953 3.18408 11.1443 3.03515 11.1443 2.85026V1.65623C11.1443 1.47135 10.9953 1.32242 10.8105 1.32242H7.27716C7.09228 1.32242 6.94335 1.47135 6.94335 1.65623V2.85026C6.94335 3.03258 7.09485 3.18408 7.27716 3.18408ZM7.31311 1.69218H10.7771V2.81688H7.31311V1.69218Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M5.17413 3.94158C5.07142 3.94158 4.98925 4.02375 4.98925 4.12646C4.98925 4.22918 5.07142 4.31135 5.17413 4.31135H11.0647C11.1674 4.31135 11.2496 4.22918 11.2496 4.12646C11.2496 4.02375 11.1674 3.94158 11.0647 3.94158H5.17413Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M5.17413 5.4797H11.0647C11.1674 5.4797 11.2496 5.39753 11.2496 5.29482C11.2496 5.1921 11.1674 5.10993 11.0647 5.10993H5.17413C5.07142 5.10993 4.98925 5.1921 4.98925 5.29482C4.98925 5.39753 5.07399 5.4797 5.17413 5.4797Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M5.17413 6.65062H11.0647C11.1674 6.65062 11.2496 6.56845 11.2496 6.46574C11.2496 6.36302 11.1674 6.28085 11.0647 6.28085H5.17413C5.07142 6.28085 4.98925 6.36302 4.98925 6.46574C4.99182 6.56845 5.07399 6.65062 5.17413 6.65062Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M6.07543 7.25662C5.264 7.25662 4.60151 7.91655 4.60151 8.72797C4.60151 9.5394 5.26144 10.1993 6.07543 10.1993C6.88686 10.1993 7.54678 9.5394 7.54678 8.72797C7.54678 7.91655 6.88686 7.25662 6.07543 7.25662ZM6.07543 9.82956C5.46686 9.82956 4.97127 9.33397 4.97127 8.72797C4.97127 8.1194 5.46686 7.62638 6.07543 7.62638C6.684 7.62638 7.17702 8.12197 7.17702 8.72797C7.17702 9.33397 6.684 9.82956 6.07543 9.82956Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M9.99647 7.25662C9.18504 7.25662 8.52255 7.91655 8.52255 8.72797C8.52255 9.5394 9.18248 10.1993 9.99647 10.1993C10.8079 10.1993 11.4678 9.5394 11.4678 8.72797C11.4653 7.91655 10.8053 7.25662 9.99647 7.25662ZM9.99647 9.82956C9.3879 9.82956 8.89231 9.33397 8.89231 8.72797C8.89231 8.1194 9.3879 7.62638 9.99647 7.62638C10.605 7.62638 11.0981 8.12197 11.0981 8.72797C11.0981 9.33397 10.6025 9.82956 9.99647 9.82956Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M6.28599 8.41984L5.97785 8.61756L5.92393 8.51998C5.87514 8.43267 5.76216 8.39929 5.67228 8.44808C5.58241 8.49687 5.5516 8.60985 5.60039 8.69973L5.74932 8.96678C5.775 9.01043 5.81608 9.04381 5.86487 9.05665C5.88028 9.05922 5.89568 9.06179 5.90852 9.06179C5.94447 9.06179 5.97785 9.05152 6.00867 9.03354L6.48114 8.73054C6.56588 8.67662 6.59156 8.56107 6.53763 8.47633C6.48628 8.38902 6.37329 8.36591 6.28599 8.41984Z",fill:"currentColor"}),fe.createElement("path",{fillRule:"evenodd",d:"M10.415 8.30685C10.3431 8.23495 10.2276 8.23495 10.1557 8.30685L9.99647 8.46606L9.83727 8.30685C9.76537 8.23495 9.64982 8.23495 9.57792 8.30685C9.50602 8.37875 9.50602 8.4943 9.57792 8.5662L9.73712 8.72541L9.57792 8.88461C9.50602 8.95651 9.50602 9.07206 9.57792 9.14396C9.61387 9.17991 9.66009 9.19788 9.70888 9.19788C9.7551 9.19788 9.80388 9.17991 9.83983 9.14396L9.99904 8.98475L10.1582 9.14396C10.1942 9.17991 10.2404 9.19788 10.2892 9.19788C10.3354 9.19788 10.3842 9.17991 10.4202 9.14396C10.4921 9.07206 10.4921 8.95651 10.4202 8.88461L10.261 8.72541L10.4202 8.5662C10.4869 8.4943 10.4869 8.37875 10.415 8.30685Z",fill:"currentColor"})))}a(I0,"SvgRequest");var D0=I0;import $t,{createElement as L0}from"react";function P0(e){return L0(o,e,$t.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},$t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.50787 23.5806C9.21497 23.8735 8.7401 23.8735 8.44721 23.5806L1.92428 17.0576C1.63139 16.7647 1.63139 16.2899 1.92429 15.997C2.21718 15.7041 2.69206 15.7041 2.98495 15.997L9.50787 22.52C9.80076 22.8129 9.80076 23.2877 9.50787 23.5806Z",fill:"currentColor"}),$t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.97754 23.8003C8.56333 23.8003 8.22754 23.4645 8.22754 23.0503L8.22754 0.949467C8.22754 0.535254 8.56333 0.199467 8.97754 0.199467C9.39175 0.199467 9.72754 0.535254 9.72754 0.949467L9.72754 23.0503C9.72754 23.4645 9.39175 23.8003 8.97754 23.8003Z",fill:"currentColor"}),$t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.9849 8.00567C22.692 8.29857 22.2171 8.29856 21.9243 8.00567L15.4013 1.48268C15.1084 1.18979 15.1084 0.714912 15.4013 0.422021C15.6942 0.129129 16.1691 0.129131 16.462 0.422026L22.9849 6.94501C23.2778 7.23791 23.2778 7.71278 22.9849 8.00567Z",fill:"currentColor"}),$t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9297 23.8003C15.5155 23.8003 15.1797 23.4645 15.1797 23.0503L15.1797 0.949467C15.1797 0.535254 15.5155 0.199467 15.9297 0.199467C16.3439 0.199467 16.6797 0.535254 16.6797 0.949467L16.6797 23.0503C16.6797 23.4645 16.3439 23.8003 15.9297 23.8003Z",fill:"currentColor"})))}a(P0,"SvgReverse");var z0=P0;import br,{createElement as A0}from"react";function N0(e){return A0(o,e,br.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},br.createElement("path",{d:"M8.619 5.277a.943.943 0 0 0-.191.068c-.039.022-1.005.973-2.148 2.114-1.52 1.517-2.091 2.112-2.124 2.212a.77.77 0 0 0 .113.681c.065.081.175.18.242.22.117.068.454.071 6.969.069 7.475-.003 7 .013 7.211-.237a.746.746 0 0 0-.268-1.168c-.156-.071-.407-.074-5.941-.075L6.704 9.16l1.362-1.37c1.472-1.479 1.481-1.491 1.445-1.873a.74.74 0 0 0-.892-.64m2.661 8.081c-4.968.016-6.721.034-6.78.068a.845.845 0 0 0-.379.663c.002.303.253.627.55.709.099.028 2.063.042 5.887.042h5.738l-1.362 1.37c-1.472 1.479-1.481 1.491-1.445 1.873a.71.71 0 0 0 .728.648.842.842 0 0 0 .316-.057c.06-.032 1.045-.992 2.188-2.135 1.5-1.498 2.091-2.115 2.124-2.213a.754.754 0 0 0-.671-.98c-.107-.006-3.209-.001-6.894.012",fillRule:"evenodd",clipRule:"evenodd",fill:"currentColor"})))}a(N0,"SvgReverseHorizontal");var $0=N0;import no,{createElement as M0}from"react";function j0(e){return M0(o,e,no.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},no.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3027 2.55688V3.25637C16.3027 2.55688 16.3023 2.55688 16.3027 2.55688L16.3042 2.55689L16.306 2.55689L16.3107 2.55692L16.324 2.55708C16.3346 2.55724 16.3488 2.55754 16.3662 2.5581C16.401 2.5592 16.4489 2.56132 16.5082 2.56536C16.6266 2.57341 16.7916 2.58921 16.9887 2.62027C17.38 2.68194 17.9132 2.80617 18.4638 3.06C19.5932 3.58064 20.783 4.65118 20.9505 6.71055L20.9528 6.73886V12.5915H19.5539V6.79672C19.4282 5.36387 18.6478 4.68531 17.8781 4.33047C17.4767 4.14544 17.0757 4.05024 16.7709 4.00219C16.6199 3.9784 16.4964 3.96676 16.4132 3.96111C16.3785 3.95874 16.351 3.95744 16.3318 3.95672C14.6677 4.14012 13.8892 4.90998 13.4993 5.57985C13.2937 5.93303 13.1854 6.27902 13.129 6.53714C13.101 6.66531 13.0865 6.76899 13.079 6.8371C13.0753 6.87107 13.0734 6.89588 13.0725 6.91014L13.0721 6.91739V17.264L13.0698 17.2923C12.9025 19.3524 11.72 20.4232 10.5939 20.9434C10.0454 21.1968 9.51429 21.3202 9.12455 21.3811C8.92825 21.4118 8.76389 21.4273 8.64589 21.4351C8.58678 21.439 8.539 21.441 8.50431 21.442C8.48696 21.4426 8.47285 21.4428 8.46222 21.443L8.44888 21.4431L8.4442 21.4431L8.44237 21.4431C6.08877 21.4473 4.79606 20.4508 4.1344 19.3543C3.81715 18.8286 3.6613 18.3082 3.58386 17.9228C3.54488 17.7289 3.52497 17.5653 3.51477 17.4468C3.50965 17.3874 3.50694 17.3389 3.50551 17.3032C3.50479 17.2854 3.50439 17.2707 3.50417 17.2593L3.50395 17.2449L3.50392 17.2396L3.50391 17.2375C3.50391 17.237 3.50391 17.2357 4.2034 17.2357H3.50391V12.5915H4.90289V17.2322L4.90336 17.2471C4.90399 17.2629 4.90542 17.29 4.90859 17.3267C4.91494 17.4005 4.92815 17.5115 4.95541 17.6472C5.01043 17.921 5.11954 18.2791 5.33218 18.6315C5.73009 19.2909 6.55709 20.048 8.44111 20.0441L8.44383 20.0441L8.46281 20.0437C8.48164 20.0431 8.51244 20.0419 8.55355 20.0392C8.63597 20.0337 8.75857 20.0224 8.90841 19.9989C9.21093 19.9516 9.60883 19.8574 10.0072 19.6734C10.7699 19.3211 11.5474 18.6441 11.6731 17.2063V6.88387L12.3726 6.90162C11.6734 6.88387 11.6731 6.8843 11.6731 6.88387L11.6734 6.88211L11.6735 6.88003L11.6736 6.87497L11.6742 6.86126C11.6746 6.85055 11.6754 6.83672 11.6765 6.81995C11.6786 6.78643 11.6822 6.74108 11.6883 6.68546C11.7004 6.57439 11.7224 6.42122 11.7622 6.23869C11.8416 5.87539 11.9943 5.38455 12.2903 4.87607C12.9001 3.82834 14.0767 2.78298 16.2308 2.56058L16.2667 2.55688H16.3027ZM13.0718 6.92355C13.0717 6.92435 13.0717 6.9242 13.0718 6.92355V6.92355Z",fill:"currentColor"}),no.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2521 13.0936C19.3815 13.0936 18.6758 13.7993 18.6758 14.6698C18.6758 15.5403 19.3815 16.2461 20.2521 16.2461C21.1226 16.2461 21.8283 15.5403 21.8283 14.6698C21.8283 13.7993 21.1226 13.0936 20.2521 13.0936ZM17.2769 14.6698C17.2769 13.0266 18.6089 11.6946 20.2521 11.6946C21.8953 11.6946 23.2273 13.0266 23.2273 14.6698C23.2273 16.313 21.8953 17.645 20.2521 17.645C18.6089 17.645 17.2769 16.313 17.2769 14.6698Z",fill:"currentColor"}),no.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.20277 8.54253C3.33223 8.54253 2.62652 9.24824 2.62652 10.1188C2.62652 10.9893 3.33223 11.695 4.20277 11.695C5.07331 11.695 5.77902 10.9893 5.77902 10.1188C5.77902 9.24824 5.07331 8.54253 4.20277 8.54253ZM1.22754 10.1188C1.22754 8.47561 2.55959 7.14355 4.20277 7.14355C5.84594 7.14355 7.178 8.47561 7.178 10.1188C7.178 11.762 5.84594 13.094 4.20277 13.094C2.55959 13.094 1.22754 11.762 1.22754 10.1188Z",fill:"currentColor"})))}a(j0,"SvgRoute");var E0=j0;import Go,{createElement as F0}from"react";function H0(e){return F0(o,e,Go.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},Go.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.58325 2.02067C9.59093 2.35195 9.3286 2.62673 8.99732 2.63441C6.16945 2.69997 4.77428 2.9858 3.84461 3.92835C3.03337 4.75082 2.70799 5.94273 2.5992 8.16812C2.58302 8.4991 2.3016 8.75429 1.97062 8.73811C1.63964 8.72193 1.38445 8.44051 1.40063 8.10953C1.51093 5.85326 1.84092 4.25093 2.99026 3.08567C4.30071 1.75708 6.18417 1.4993 8.96951 1.43473C9.30079 1.42706 9.57557 1.68939 9.58325 2.02067ZM14.4166 2.02067C14.4243 1.68939 14.699 1.42706 15.0303 1.43473C17.8157 1.4993 19.6991 1.75708 21.0096 3.08567C22.1589 4.25092 22.4889 5.85326 22.5992 8.10954C22.6154 8.44052 22.3602 8.72194 22.0292 8.73811C21.6982 8.75428 21.4168 8.49909 21.4006 8.16811C21.2919 5.94273 20.9665 4.75082 20.1553 3.92835C19.2255 2.98579 17.8304 2.69997 15.0025 2.63441C14.6712 2.62673 14.4089 2.35195 14.4166 2.02067ZM1.97062 15.6786C2.3016 15.6624 2.58302 15.9176 2.5992 16.2486C2.70798 18.474 3.03337 19.6658 3.84461 20.4883C4.77428 21.4309 6.16945 21.7168 8.99731 21.7823C9.32859 21.7899 9.59093 22.0647 9.58325 22.396C9.57558 22.7273 9.3008 22.9896 8.96952 22.9819C6.18416 22.9174 4.30071 22.6596 2.99026 21.331C1.84093 20.1657 1.51093 18.5635 1.40063 16.3071C1.38445 15.9762 1.63965 15.6947 1.97062 15.6786ZM22.0292 15.6786C22.3602 15.6947 22.6154 15.9762 22.5992 16.3071C22.4889 18.5635 22.1589 20.1657 21.0096 21.331C19.6991 22.6596 17.8157 22.9174 15.0303 22.9819C14.699 22.9896 14.4242 22.7273 14.4166 22.396C14.4089 22.0647 14.6712 21.7899 15.0025 21.7823C17.8304 21.7168 19.2255 21.4309 20.1552 20.4883C20.9665 19.6658 21.2919 18.474 21.4006 16.2486C21.4168 15.9176 21.6982 15.6624 22.0292 15.6786Z",fill:"currentColor"}),Go.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.39992 11.6997C6.39992 8.84957 8.67353 6.52145 11.4999 6.52145C14.3263 6.52145 16.5999 8.84957 16.5999 11.6997C16.5999 12.9113 16.189 14.0286 15.4994 14.9127L17.4278 16.8746C17.6601 17.111 17.6568 17.4908 17.4205 17.7231C17.1842 17.9554 16.8043 17.9521 16.572 17.7158L14.6567 15.7672C13.7896 16.4622 12.6941 16.8779 11.4999 16.8779C8.67353 16.8779 6.39992 14.5497 6.39992 11.6997ZM11.4999 7.72145C9.35568 7.72145 7.59992 9.49274 7.59992 11.6997C7.59992 13.9066 9.35568 15.6779 11.4999 15.6779C13.6441 15.6779 15.3999 13.9066 15.3999 11.6997C15.3999 9.49274 13.6441 7.72145 11.4999 7.72145Z",fill:"currentColor"})))}a(H0,"SvgScanner");var V0=H0;import Mt,{createElement as W0}from"react";function q0(e){return W0(o,e,Mt.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Mt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.1297 4.15703C13.935 4.15703 13.5652 4.31417 13.2086 5.04165L13.2065 5.04589L11.708 8.04284C11.5535 8.35839 11.2936 8.6315 11.023 8.83277C10.7517 9.03459 10.414 9.20563 10.0653 9.26254L7.35557 9.70885C6.59307 9.84027 6.32773 10.1442 6.26382 10.3438C6.20022 10.5425 6.23891 10.9424 6.78676 11.4903L8.90971 13.6133C9.1703 13.8817 9.34982 14.2405 9.44958 14.5896C9.5489 14.9373 9.58745 15.3398 9.4993 15.7108L9.49876 15.713L8.89345 18.3254C8.66637 19.3044 8.89026 19.678 9.02355 19.7749C9.1589 19.8734 9.58682 19.9701 10.4497 19.4606L12.9892 17.9517C13.3345 17.7437 13.7543 17.6591 14.1377 17.6591C14.521 17.6591 14.9408 17.7437 15.2861 17.9518L17.8274 19.4616C18.6899 19.9761 19.1166 19.8777 19.2508 19.7796C19.3853 19.6814 19.6089 19.3042 19.3819 18.3256L18.7759 15.7102L18.7757 15.7092C18.6885 15.3355 18.7258 14.9314 18.8257 14.5817C18.9256 14.2322 19.1063 13.8725 19.3719 13.6069L21.4868 11.4921L21.4876 11.4913C22.0361 10.9377 22.0753 10.535 22.0115 10.3359C21.9481 10.1379 21.6846 9.83555 20.9213 9.70911L18.1973 9.26046C17.8585 9.19741 17.5259 9.03063 17.2542 8.83019C16.9846 8.63125 16.7229 8.36056 16.5673 8.04284L15.0695 5.04728C14.7024 4.31804 14.3271 4.15703 14.1297 4.15703ZM14.1297 2.95703C14.9959 2.95703 15.6897 3.61019 16.1414 4.50783L16.1422 4.50923L17.6446 7.5142C17.6913 7.60998 17.801 7.74239 17.9666 7.86456C18.1288 7.98418 18.2937 8.05649 18.4119 8.07962L21.1169 8.52515C22.0873 8.6859 22.8933 9.15476 23.1544 9.96992C23.415 10.7838 23.0341 11.6359 22.3389 12.337L22.3371 12.3388L20.2205 14.4555C20.1351 14.5409 20.0393 14.7024 19.9796 14.9113C19.9201 15.1197 19.9149 15.3108 19.9443 15.4367L19.9446 15.438L20.5509 18.0544C20.8024 19.1392 20.7123 20.1981 19.9587 20.7486C19.205 21.2992 18.1694 21.0627 17.2133 20.4926L14.6675 18.98C14.5558 18.9125 14.365 18.8591 14.1377 18.8591C13.9103 18.8591 13.7195 18.9125 13.6078 18.98L13.6039 18.9824L11.0604 20.4935C10.1048 21.058 9.07033 21.2929 8.31757 20.7453C7.56277 20.1961 7.4729 19.139 7.72442 18.0546L8.3307 15.438L8.33167 15.4339C8.35982 15.3162 8.35577 15.1294 8.29575 14.9193C8.23652 14.712 8.14079 14.5454 8.05111 14.4517L5.93823 12.3388C5.24162 11.6422 4.86018 10.7924 5.12098 9.9779C5.38142 9.16455 6.18463 8.69242 7.15436 8.52584L7.15843 8.52514L9.87069 8.07843L9.8718 8.07825C9.98026 8.06059 10.1422 7.99241 10.3068 7.86995C10.4714 7.74746 10.583 7.61219 10.6307 7.51422L10.6334 7.50866L12.1322 4.51126C12.5733 3.6125 13.2615 2.95703 14.1297 2.95703Z",fill:"currentColor"}),Mt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.76416 4.5541C0.76416 4.22273 1.03279 3.9541 1.36416 3.9541H7.74598C8.07735 3.9541 8.34598 4.22273 8.34598 4.5541C8.34598 4.88547 8.07735 5.1541 7.74598 5.1541H1.36416C1.03279 5.1541 0.76416 4.88547 0.76416 4.5541Z",fill:"currentColor"}),Mt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.76416 19.4447C0.76416 19.1134 1.03279 18.8447 1.36416 18.8447H4.55507C4.88644 18.8447 5.15507 19.1134 5.15507 19.4447C5.15507 19.7761 4.88644 20.0447 4.55507 20.0447H1.36416C1.03279 20.0447 0.76416 19.7761 0.76416 19.4447Z",fill:"currentColor"}),Mt.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.76416 11.9994C0.76416 11.668 1.03279 11.3994 1.36416 11.3994H2.4278C2.75917 11.3994 3.0278 11.668 3.0278 11.9994C3.0278 12.3308 2.75917 12.5994 2.4278 12.5994H1.36416C1.03279 12.5994 0.76416 12.3308 0.76416 11.9994Z",fill:"currentColor"})))}a(q0,"SvgScore");var B0=q0;import Jo,{createElement as Z0}from"react";function Y0(e){return Z0(o,e,Jo.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Jo.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.058 4.04189C14.3131 0.296976 8.2414 0.296976 4.49648 4.04189C0.751566 7.78681 0.751566 13.8585 4.49648 17.6034C8.2414 21.3483 14.3131 21.3483 18.058 17.6034C21.8029 13.8585 21.8029 7.78681 18.058 4.04189ZM18.93 3.16988C14.7035 -1.05663 7.85098 -1.05663 3.62447 3.16988C-0.602038 7.39639 -0.602038 14.2489 3.62447 18.4754C7.85098 22.7019 14.7035 22.7019 18.93 18.4754C23.1565 14.2489 23.1565 7.39639 18.93 3.16988Z",fill:"currentColor"}),Jo.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.0517 17.5971C18.2925 17.3563 18.6829 17.3563 18.9237 17.5971L24.2739 22.9473C24.5147 23.1881 24.5147 23.5785 24.2739 23.8193C24.0331 24.0601 23.6427 24.0601 23.4019 23.8193L18.0517 18.4691C17.8109 18.2283 17.8109 17.8379 18.0517 17.5971Z",fill:"currentColor"})))}a(Y0,"SvgSearch");var Xo=Y0;import vr,{createElement as R0}from"react";function U0(e){return R0(o,e,vr.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},vr.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.50467 2.93423C8.50467 1.50705 9.66162 0.350098 11.0888 0.350098H13.8205C15.2477 0.350098 16.4047 1.50706 16.4047 2.93424C16.4047 3.92275 17.4748 4.5406 18.3309 4.04632C19.5669 3.33272 21.1474 3.75618 21.861 4.99218L23.2268 7.35787C23.9404 8.59386 23.5169 10.1743 22.2809 10.8879C21.4248 11.3822 21.4248 12.6179 22.2809 13.1121C23.5169 13.8257 23.9404 15.4062 23.2268 16.6422L21.861 19.0079C21.1474 20.2439 19.5669 20.6673 18.3309 19.9537C17.4748 19.4595 16.4047 20.0773 16.4047 21.0659C16.4047 22.4931 15.2477 23.6501 13.8205 23.6501H11.0889C9.66164 23.6501 8.50467 22.4931 8.50467 21.0659C8.50467 20.0773 7.43452 19.4595 6.57844 19.9537C5.34246 20.6673 3.76202 20.2439 3.04842 19.0079L1.68258 16.6422C0.968984 15.4062 1.39246 13.8257 2.62845 13.1121C3.48456 12.6179 3.48456 11.3822 2.62845 10.8879C1.39247 10.1743 0.968985 8.59386 1.68258 7.35787L3.04842 4.99216C3.76202 3.75618 5.34248 3.33271 6.57845 4.0463C7.43455 4.54057 8.50467 3.92274 8.50467 2.93423ZM11.0888 1.6501C10.3796 1.6501 9.80467 2.22502 9.80467 2.93423C9.80467 4.92351 7.65119 6.16676 5.92845 5.17214C5.31425 4.81752 4.52886 5.02797 4.17426 5.64216L2.80842 8.00787C2.4538 8.62208 2.66425 9.40746 3.27845 9.76207C5.00123 10.7567 5.00123 13.2433 3.27845 14.238C2.66424 14.5926 2.4538 15.378 2.80841 15.9922L4.17426 18.3579C4.52886 18.9721 5.31424 19.1825 5.92844 18.8279C7.65123 17.8333 9.80467 19.0766 9.80467 21.0659C9.80467 21.7751 10.3796 22.3501 11.0889 22.3501H13.8205C14.5297 22.3501 15.1047 21.7751 15.1047 21.0659C15.1047 19.0766 17.2581 17.8332 18.9809 18.8279C19.5951 19.1825 20.3805 18.9721 20.7351 18.3579L22.101 15.9922C22.4556 15.378 22.2451 14.5926 21.6309 14.238C19.9082 13.2433 19.9082 10.7567 21.6309 9.76207C22.2451 9.40746 22.4556 8.62208 22.101 8.00787L20.7351 5.64218C20.3805 5.02798 19.5951 4.81753 18.9809 5.17215C17.2582 6.16678 15.1047 4.92353 15.1047 2.93424C15.1047 2.22503 14.5297 1.6501 13.8205 1.6501H11.0888ZM12.4547 8.2501C10.3836 8.2501 8.70467 9.92903 8.70467 12.0001C8.70467 14.0712 10.3836 15.7501 12.4547 15.7501C14.5257 15.7501 16.2047 14.0712 16.2047 12.0001C16.2047 9.92903 14.5257 8.2501 12.4547 8.2501ZM7.40467 12.0001C7.40467 9.21106 9.66563 6.9501 12.4547 6.9501C15.2437 6.9501 17.5047 9.21106 17.5047 12.0001C17.5047 14.7891 15.2437 17.0501 12.4547 17.0501C9.66563 17.0501 7.40467 14.7891 7.40467 12.0001Z",fill:"currentColor"})))}a(U0,"SvgSettings");var _0=U0;import Ba,{createElement as O0}from"react";function K0(e){return O0(o,e,Ba.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ba.createElement("g",{clipPath:"url(#clip0_19665_403199)"},Ba.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.3333 2.34435C17.7132 2.34435 16.3999 3.65765 16.3999 5.27769C16.3999 6.89772 17.7132 8.21102 19.3333 8.21102C20.9534 8.21102 22.2666 6.89772 22.2666 5.27769C22.2666 3.65765 20.9534 2.34435 19.3333 2.34435ZM14.9333 5.27769C14.9333 2.84765 16.9032 0.877686 19.3333 0.877686C21.7634 0.877686 23.7333 2.84765 23.7333 5.27769C23.7333 7.70773 21.7634 9.67769 19.3333 9.67769C17.8132 9.67769 16.4732 8.90689 15.6827 7.73484L8.91673 10.8571C9.01448 11.2215 9.0666 11.6046 9.0666 11.9999C9.0666 12.3952 9.01449 12.7782 8.91675 13.1427L15.6828 16.2649C16.4732 15.0929 17.8132 14.3221 19.3333 14.3221C21.7634 14.3221 23.7333 16.292 23.7333 18.7221C23.7333 21.1522 21.7634 23.1221 19.3333 23.1221C16.9032 23.1221 14.9333 21.1522 14.9333 18.7221C14.9333 18.3346 14.9834 17.9588 15.0774 17.6009L8.30465 14.4755C7.51261 15.6372 6.17867 16.3999 4.6666 16.3999C2.23656 16.3999 0.266602 14.43 0.266602 11.9999C0.266602 9.56979 2.23656 7.59991 4.6666 7.59991C6.17863 7.59991 7.51254 8.36258 8.30459 9.52424L15.0774 6.39888C14.9834 6.04093 14.9333 5.66515 14.9333 5.27769ZM4.6666 9.06658C3.04656 9.06658 1.73327 10.3798 1.73327 11.9999C1.73327 13.62 3.04656 14.9332 4.6666 14.9332C6.28664 14.9332 7.59993 13.62 7.59993 11.9999C7.59993 10.3798 6.28664 9.06658 4.6666 9.06658ZM19.3333 15.7888C17.7132 15.7888 16.3999 17.102 16.3999 18.7221C16.3999 20.3422 17.7132 21.6555 19.3333 21.6555C20.9534 21.6555 22.2666 20.3422 22.2666 18.7221C22.2666 17.102 20.9534 15.7888 19.3333 15.7888Z",fill:"currentColor"})),Ba.createElement("defs",null,Ba.createElement("clipPath",{id:"clip0_19665_403199"},Ba.createElement("rect",{width:24,height:24,fill:"white"})))))}a(K0,"SvgShare");var G0=K0;import Sr,{createElement as J0}from"react";function X0(e){return J0(o,e,Sr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Sr.createElement("path",{d:"M12.0003 3.89844C15.6864 3.89859 19.283 6.28168 21.681 10.8512C22.0559 11.5657 22.0559 12.4311 21.681 13.1457C19.283 17.7152 15.6864 20.0982 12.0003 20.0984C8.314 20.0985 4.71662 17.7154 2.31854 13.1457C1.94363 12.4312 1.94361 11.5657 2.31854 10.8512C4.71662 6.2815 8.314 3.89847 12.0003 3.89844ZM12.0003 5.09844C8.83389 5.09846 5.57815 7.14263 3.32991 11.4266C3.14315 11.7825 3.14315 12.2144 3.32991 12.5703C5.57815 16.8543 8.83388 18.8985 12.0003 18.8984C15.1666 18.8982 18.4225 16.8543 20.6707 12.5703C20.8574 12.2145 20.8574 11.7824 20.6707 11.4266C18.4225 7.14262 15.1666 5.09859 12.0003 5.09844ZM14.3043 11.9984C14.3043 10.6731 13.2726 9.59867 12.0003 9.59844C10.7278 9.59844 9.69631 10.673 9.69631 11.9984C9.69631 13.3239 10.7278 14.3984 12.0003 14.3984C13.2726 14.3982 14.3043 13.3238 14.3043 11.9984ZM15.4563 11.9984C15.4563 13.9865 13.9088 15.5982 12.0003 15.5984C10.0915 15.5984 8.54429 13.9867 8.54429 11.9984C8.54429 10.0102 10.0915 8.39844 12.0003 8.39844C13.9088 8.39867 15.4563 10.0104 15.4563 11.9984Z",fill:"currentColor"})))}a(X0,"SvgShow");var Q0=X0;import Tr,{createElement as e9}from"react";function a9(e){return e9(o,e,Tr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Tr.createElement("path",{d:"M12.1875 15.9375C12.2868 15.9371 12.3819 15.8973 12.4519 15.8269L19.2019 9.07687C19.2633 9.00514 19.2954 8.91286 19.2918 8.81848C19.2881 8.7241 19.249 8.63457 19.1822 8.56779C19.1154 8.501 19.0259 8.46188 18.9315 8.45823C18.8371 8.45459 18.7449 8.48669 18.6731 8.54813L11.9231 15.2981C11.871 15.3506 11.8355 15.4172 11.8212 15.4898C11.8069 15.5623 11.8143 15.6375 11.8425 15.7058C11.8708 15.7741 11.9186 15.8326 11.98 15.8738C12.0414 15.915 12.1136 15.9372 12.1875 15.9375ZM15 9.75C15 9.37916 14.89 9.01665 14.684 8.70831C14.478 8.39996 14.1851 8.15964 13.8425 8.01773C13.4999 7.87581 13.1229 7.83868 12.7592 7.91103C12.3955 7.98337 12.0614 8.16195 11.7992 8.42417C11.537 8.6864 11.3584 9.02049 11.286 9.38421C11.2137 9.74792 11.2508 10.1249 11.3927 10.4675C11.5346 10.8101 11.775 11.103 12.0833 11.309C12.3916 11.515 12.7542 11.625 13.125 11.625C13.6223 11.625 14.0992 11.4275 14.4508 11.0758C14.8025 10.7242 15 10.2473 15 9.75ZM12 9.75C12 9.5275 12.066 9.30999 12.1896 9.12498C12.3132 8.93998 12.4889 8.79578 12.6945 8.71064C12.9 8.62549 13.1262 8.60321 13.3445 8.64662C13.5627 8.69002 13.7632 8.79717 13.9205 8.9545C14.0778 9.11184 14.185 9.31229 14.2284 9.53052C14.2718 9.74875 14.2495 9.97495 14.1644 10.1805C14.0792 10.3861 13.935 10.5618 13.75 10.6854C13.565 10.809 13.3475 10.875 13.125 10.875C12.8266 10.875 12.5405 10.7565 12.3295 10.5455C12.1185 10.3345 12 10.0484 12 9.75ZM18 16.125C18.3708 16.125 18.7334 16.015 19.0417 15.809C19.35 15.603 19.5904 15.3101 19.7323 14.9675C19.8742 14.6249 19.9113 14.2479 19.839 13.8842C19.7666 13.5205 19.588 13.1864 19.3258 12.9242C19.0636 12.662 18.7295 12.4834 18.3658 12.411C18.0021 12.3387 17.6251 12.3758 17.2825 12.5177C16.9399 12.6596 16.647 12.9 16.441 13.2083C16.235 13.5166 16.125 13.8792 16.125 14.25C16.125 14.7473 16.3225 15.2242 16.6742 15.5758C17.0258 15.9275 17.5027 16.125 18 16.125ZM18 13.125C18.2225 13.125 18.44 13.191 18.625 13.3146C18.81 13.4382 18.9542 13.6139 19.0394 13.8195C19.1245 14.025 19.1468 14.2512 19.1034 14.4695C19.06 14.6877 18.9528 14.8882 18.7955 15.0455C18.6382 15.2028 18.4377 15.31 18.2195 15.3534C18.0012 15.3968 17.775 15.3745 17.5695 15.2894C17.3639 15.2042 17.1882 15.06 17.0646 14.875C16.941 14.69 16.875 14.4725 16.875 14.25C16.875 13.9516 16.9935 13.6655 17.2045 13.4545C17.4155 13.2435 17.7016 13.125 18 13.125ZM3.375 3.75H5.625C5.72446 3.75 5.81984 3.71049 5.89016 3.64016C5.96049 3.56984 6 3.47446 6 3.375C6 3.27554 5.96049 3.18016 5.89016 3.10984C5.81984 3.03951 5.72446 3 5.625 3H3.375C3.27554 3 3.18016 3.03951 3.10984 3.10984C3.03951 3.18016 3 3.27554 3 3.375C3 3.47446 3.03951 3.56984 3.10984 3.64016C3.18016 3.71049 3.27554 3.75 3.375 3.75ZM18.375 3.75H20.625C20.7245 3.75 20.8198 3.71049 20.8902 3.64016C20.9605 3.56984 21 3.47446 21 3.375C21 3.27554 20.9605 3.18016 20.8902 3.10984C20.8198 3.03951 20.7245 3 20.625 3H18.375C18.2755 3 18.1802 3.03951 18.1098 3.10984C18.0395 3.18016 18 3.27554 18 3.375C18 3.47446 18.0395 3.56984 18.1098 3.64016C18.1802 3.71049 18.2755 3.75 18.375 3.75ZM10.875 3.75H13.125C13.2245 3.75 13.3198 3.71049 13.3902 3.64016C13.4605 3.56984 13.5 3.47446 13.5 3.375C13.5 3.27554 13.4605 3.18016 13.3902 3.10984C13.3198 3.03951 13.2245 3 13.125 3H10.875C10.7755 3 10.6802 3.03951 10.6098 3.10984C10.5395 3.18016 10.5 3.27554 10.5 3.375C10.5 3.47446 10.5395 3.56984 10.6098 3.64016C10.6802 3.71049 10.7755 3.75 10.875 3.75ZM7.125 3.75H9.375C9.47446 3.75 9.56984 3.71049 9.64017 3.64016C9.71049 3.56984 9.75 3.47446 9.75 3.375C9.75 3.27554 9.71049 3.18016 9.64017 3.10984C9.56984 3.03951 9.47446 3 9.375 3H7.125C7.02554 3 6.93016 3.03951 6.85983 3.10984C6.78951 3.18016 6.75 3.27554 6.75 3.375C6.75 3.47446 6.78951 3.56984 6.85983 3.64016C6.93016 3.71049 7.02554 3.75 7.125 3.75ZM14.625 3.75H16.875C16.9745 3.75 17.0698 3.71049 17.1402 3.64016C17.2105 3.56984 17.25 3.47446 17.25 3.375C17.25 3.27554 17.2105 3.18016 17.1402 3.10984C17.0698 3.03951 16.9745 3 16.875 3H14.625C14.5255 3 14.4302 3.03951 14.3598 3.10984C14.2895 3.18016 14.25 3.27554 14.25 3.375C14.25 3.47446 14.2895 3.56984 14.3598 3.64016C14.4302 3.71049 14.5255 3.75 14.625 3.75ZM5.625 20.25H3.375C3.27554 20.25 3.18016 20.2895 3.10984 20.3598C3.03951 20.4302 3 20.5255 3 20.625C3 20.7245 3.03951 20.8198 3.10984 20.8902C3.18016 20.9605 3.27554 21 3.375 21H5.625C5.72446 21 5.81984 20.9605 5.89016 20.8902C5.96049 20.8198 6 20.7245 6 20.625C6 20.5255 5.96049 20.4302 5.89016 20.3598C5.81984 20.2895 5.72446 20.25 5.625 20.25ZM20.625 20.25H18.375C18.2755 20.25 18.1802 20.2895 18.1098 20.3598C18.0395 20.4302 18 20.5255 18 20.625C18 20.7245 18.0395 20.8198 18.1098 20.8902C18.1802 20.9605 18.2755 21 18.375 21H20.625C20.7245 21 20.8198 20.9605 20.8902 20.8902C20.9605 20.8198 21 20.7245 21 20.625C21 20.5255 20.9605 20.4302 20.8902 20.3598C20.8198 20.2895 20.7245 20.25 20.625 20.25ZM13.125 20.25H10.875C10.7755 20.25 10.6802 20.2895 10.6098 20.3598C10.5395 20.4302 10.5 20.5255 10.5 20.625C10.5 20.7245 10.5395 20.8198 10.6098 20.8902C10.6802 20.9605 10.7755 21 10.875 21H13.125C13.2245 21 13.3198 20.9605 13.3902 20.8902C13.4605 20.8198 13.5 20.7245 13.5 20.625C13.5 20.5255 13.4605 20.4302 13.3902 20.3598C13.3198 20.2895 13.2245 20.25 13.125 20.25ZM9.375 20.25H7.125C7.02554 20.25 6.93016 20.2895 6.85983 20.3598C6.78951 20.4302 6.75 20.5255 6.75 20.625C6.75 20.7245 6.78951 20.8198 6.85983 20.8902C6.93016 20.9605 7.02554 21 7.125 21H9.375C9.47446 21 9.56984 20.9605 9.64017 20.8902C9.71049 20.8198 9.75 20.7245 9.75 20.625C9.75 20.5255 9.71049 20.4302 9.64017 20.3598C9.56984 20.2895 9.47446 20.25 9.375 20.25ZM16.875 20.25H14.625C14.5255 20.25 14.4302 20.2895 14.3598 20.3598C14.2895 20.4302 14.25 20.5255 14.25 20.625C14.25 20.7245 14.2895 20.8198 14.3598 20.8902C14.4302 20.9605 14.5255 21 14.625 21H16.875C16.9745 21 17.0698 20.9605 17.1402 20.8902C17.2105 20.8198 17.25 20.7245 17.25 20.625C17.25 20.5255 17.2105 20.4302 17.1402 20.3598C17.0698 20.2895 16.9745 20.25 16.875 20.25ZM10.3894 16.2356C10.3191 16.1658 10.2241 16.1266 10.125 16.1266C10.0259 16.1266 9.93089 16.1658 9.86063 16.2356L8.25 17.8444V6.15563L9.86063 7.76437C9.93236 7.82581 10.0246 7.85791 10.119 7.85427C10.2134 7.85062 10.3029 7.8115 10.3697 7.74471C10.4365 7.67793 10.4756 7.5884 10.4793 7.49402C10.4829 7.39964 10.4508 7.30736 10.3894 7.23563L8.13937 4.98563C8.06911 4.91578 7.97407 4.87658 7.875 4.87658C7.77593 4.87658 7.68089 4.91578 7.61063 4.98563L5.36063 7.23563C5.29919 7.30736 5.26709 7.39964 5.27073 7.49402C5.27438 7.5884 5.3135 7.67793 5.38029 7.74471C5.44707 7.8115 5.5366 7.85062 5.63098 7.85427C5.72536 7.85791 5.81764 7.82581 5.88937 7.76437L7.5 6.15563V17.8444L5.88937 16.2356C5.81764 16.1742 5.72536 16.1421 5.63098 16.1457C5.5366 16.1494 5.44707 16.1885 5.38029 16.2553C5.3135 16.3221 5.27438 16.4116 5.27073 16.506C5.26709 16.6004 5.29919 16.6926 5.36063 16.7644L7.61063 19.0144C7.68089 19.0842 7.77593 19.1234 7.875 19.1234C7.97407 19.1234 8.06911 19.0842 8.13937 19.0144L10.3894 16.7644C10.4592 16.6941 10.4984 16.5991 10.4984 16.5C10.4984 16.4009 10.4592 16.3059 10.3894 16.2356Z",fill:"currentColor"})))}a(a9,"SvgSlippage");var t9=a9;import Za,{createElement as o9}from"react";function n9(e){return o9(o,e,Za.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Za.createElement("g",{clipPath:"url(#clip0_19665_403204)"},Za.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.999935 0.266602C1.40494 0.266602 1.73327 0.594926 1.73327 0.999935V14.4444C1.73327 16.4817 1.73483 17.9358 1.88335 19.0405C2.02903 20.1241 2.3039 20.7609 2.77141 21.2285C2.7714 21.2285 2.77142 21.2285 2.77141 21.2285M2.77141 21.2285C3.23891 21.696 3.87575 21.9708 4.95932 22.1165C6.064 22.265 7.5182 22.2666 9.55549 22.2666H22.9999C23.4049 22.2666 23.7333 22.5949 23.7333 22.9999C23.7333 23.4049 23.4049 23.7333 22.9999 23.7333H9.49996C7.5305 23.7333 5.97763 23.7333 4.76389 23.5701C3.51768 23.4026 2.51976 23.051 1.73433 22.2656C0.948917 21.4801 0.597309 20.4822 0.429758 19.2359C0.266576 18.0222 0.266587 16.4694 0.266602 14.4999L0.266602 0.999935C0.266602 0.594926 0.594927 0.266602 0.999935 0.266602M8.32449 4.17795C6.98416 4.17795 6.06248 4.98901 5.29529 6.26659C5.08679 6.61381 4.63629 6.72625 4.28907 6.51775C3.94186 6.30925 3.82941 5.85875 4.03791 5.51153C4.91701 4.0476 6.22867 2.71128 8.32449 2.71128C9.36395 2.71128 10.2395 2.97626 10.97 3.46553C11.6929 3.94969 12.231 4.62463 12.6496 5.3813C13.4335 6.79833 13.8659 8.64001 14.2715 10.3675C14.2905 10.4486 14.3095 10.5294 14.3284 10.6099C14.7661 12.4697 15.193 14.183 15.951 15.4412C16.3214 16.0559 16.7549 16.5322 17.2811 16.8571C17.8026 17.1791 18.4563 17.378 19.3111 17.378C20.663 17.378 21.5795 16.5614 22.3773 15.2794C22.5913 14.9355 23.0435 14.8302 23.3874 15.0442C23.7313 15.2582 23.8365 15.7104 23.6226 16.0543C22.7232 17.4995 21.4198 18.8446 19.3111 18.8446C18.2146 18.8446 17.2883 18.5852 16.5107 18.1051C15.7378 17.6279 15.1528 16.9583 14.6948 16.1981C13.796 14.7062 13.326 12.7529 12.9008 10.946C12.8897 10.8992 12.8788 10.8525 12.8678 10.8059C12.4406 8.9898 12.0493 7.32607 11.3662 6.09127C11.0241 5.47294 10.6285 5.00204 10.1538 4.68412C9.68679 4.37131 9.10098 4.17795 8.32449 4.17795Z",fill:"currentColor"})),Za.createElement("defs",null,Za.createElement("clipPath",{id:"clip0_19665_403204"},Za.createElement("rect",{width:24,height:24,fill:"white"})))))}a(n9,"SvgStats");var i9=n9;import sa,{createElement as r9}from"react";function s9(e){return r9(o,e,sa.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},sa.createElement("g",{id:"Style"},sa.createElement("g",{id:"Vector"},sa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.12348 3.15363C4.43468 1.84244 6.40414 1.33337 8.96989 1.33337H10.9699C11.3381 1.33337 11.6366 1.63185 11.6366 2.00004C11.6366 2.36823 11.3381 2.6667 10.9699 2.6667H8.96989C6.53564 2.6667 5.0051 3.15763 4.06629 4.09644C3.12749 5.03525 2.63656 6.56579 2.63656 9.00004V15C2.63656 17.4343 3.12749 18.9648 4.06629 19.9036C5.0051 20.8424 6.53564 21.3334 8.96989 21.3334H14.9699C17.4041 21.3334 18.9347 20.8424 19.8735 19.9036C20.8123 18.9648 21.3032 17.4343 21.3032 15V13C21.3032 12.6318 21.6017 12.3334 21.9699 12.3334C22.3381 12.3334 22.6366 12.6318 22.6366 13V15C22.6366 17.5658 22.1275 19.5352 20.8163 20.8464C19.5051 22.1576 17.5356 22.6667 14.9699 22.6667H8.96989C6.40414 22.6667 4.43468 22.1576 3.12348 20.8464C1.81229 19.5352 1.30322 17.5658 1.30322 15V9.00004C1.30322 6.43428 1.81229 4.46483 3.12348 3.15363Z",fill:"currentColor"}),sa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.6533 2.70122C19.1946 3.28847 17.4352 4.33801 15.7767 5.56928C14.1164 6.80192 12.599 8.18569 11.6112 9.41666C11.611 9.41693 11.6108 9.41719 11.6106 9.41746L10.5735 10.7179C11.1923 10.8971 11.7777 11.2353 12.2798 11.7366C12.7724 12.2208 13.1029 12.7819 13.2804 13.3834L14.5634 12.3603C14.5631 12.3605 14.5636 12.3601 14.5634 12.3603C15.794 11.3727 17.1734 9.85753 18.4009 8.19869C19.6287 6.53961 20.6747 4.77756 21.2617 3.31231L21.2625 3.3104C21.342 3.11383 21.2901 2.93258 21.1592 2.80166C21.0422 2.68463 20.858 2.62459 20.6533 2.70122ZM12.0795 14.126C12.0087 13.6037 11.7766 13.111 11.3436 12.686L11.3392 12.6817C10.8986 12.2411 10.3815 11.9985 9.85474 11.9241C9.70039 11.9146 9.58818 11.909 9.48218 11.9156C9.25816 11.9296 9.04212 11.83 8.90739 11.6504C8.77266 11.4709 8.73731 11.2356 8.81333 11.0244C8.92575 10.7122 9.09202 10.4104 9.3202 10.151L10.5694 8.5846L10.5706 8.58306C11.6528 7.23423 13.2651 5.77332 14.9819 4.49873C16.6987 3.22417 18.5618 2.1049 20.162 1.46169L20.1721 1.4576C20.9057 1.17667 21.6398 1.39669 22.102 1.85885C22.5709 2.32773 22.799 3.06605 22.4991 3.80916C21.856 5.4137 20.7423 7.27624 19.4727 8.99182C18.203 10.7076 16.7469 12.3178 15.3978 13.4002L15.3963 13.4015L13.8162 14.6615L13.8006 14.6736C13.5646 14.8505 13.3122 15.0042 13.0135 15.1211C12.8083 15.2014 12.5767 15.1751 12.3948 15.0509C12.2128 14.9267 12.1039 14.7206 12.1039 14.5003C12.1039 14.3817 12.0961 14.2604 12.0795 14.126Z",fill:"currentColor"}),sa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.8644 11.9144C9.71005 11.9048 9.59784 11.8992 9.49184 11.9059C9.48226 11.9065 9.47267 11.9069 9.46307 11.9071C8.20229 11.9313 7.05337 12.8306 6.9031 14.2118C6.90307 14.2121 6.90312 14.2116 6.9031 14.2118L6.69317 16.1812L6.69292 16.1835C6.61951 16.8502 7.18196 17.4002 7.82596 17.328L7.82959 17.3276L9.79274 17.1183C10.4333 17.0359 10.9538 16.7633 11.337 16.3809C11.8429 15.866 12.1136 15.1948 12.1136 14.4905C12.1136 14.381 12.1057 14.2498 12.0891 14.1163C12.0188 13.5976 11.7885 13.1116 11.3489 12.6719C10.9082 12.2313 10.3912 11.9887 9.8644 11.9144ZM9.95752 10.5842C9.96234 10.5845 9.96712 10.5848 9.97184 10.5851C9.98719 10.5861 10.0025 10.5876 10.0177 10.5896C10.8435 10.6989 11.6383 11.0757 12.2917 11.7291C12.9311 12.3686 13.3008 13.1215 13.411 13.9418L13.4118 13.9478C13.435 14.1332 13.4469 14.3209 13.4469 14.4905C13.4469 15.5453 13.0383 16.5533 12.2854 17.3182L12.2817 17.3219C11.6862 17.9174 10.8895 18.3235 9.95398 18.4419L9.94094 18.4435L7.97251 18.6532C6.4778 18.8196 5.20177 17.5508 5.36746 16.0388C5.36741 16.0392 5.3675 16.0384 5.36746 16.0388L5.57735 14.0698C5.80677 11.9567 7.56956 10.6164 9.42348 10.5743C9.62029 10.5631 9.81008 10.575 9.95752 10.5842Z",fill:"currentColor"}),sa.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3638 8.19047C11.3638 7.82228 11.6622 7.5238 12.0304 7.5238C14.4998 7.5238 16.4871 9.52342 16.4871 11.9805C16.4871 12.3487 16.1886 12.6471 15.8204 12.6471C15.4522 12.6471 15.1538 12.3487 15.1538 11.9805C15.1538 10.2575 13.7611 8.85713 12.0304 8.85713C11.6622 8.85713 11.3638 8.55866 11.3638 8.19047Z",fill:"currentColor"})))))}a(s9,"SvgStyle");var l9=s9;import Ya,{createElement as c9}from"react";function u9(e){return c9(o,e,Ya.createElement("svg",{viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"},Ya.createElement("path",{fillRule:"evenodd",d:"M7.77732 12.5006C7.82378 12.5797 7.90809 12.6296 8.001 12.6296C8.09392 12.6296 8.17823 12.5797 8.22468 12.5006L8.9353 11.2686C10.7368 10.8402 12.0324 9.20905 12.0324 7.34562C12.0324 5.12259 10.224 3.3125 7.99928 3.3125C5.77453 3.3125 3.96788 5.12259 3.96788 7.34562C3.96788 9.20905 5.2635 10.8419 7.06499 11.2686L7.77732 12.5006ZM4.48407 7.34562C4.48407 5.40649 6.06187 3.82868 8.001 3.82868C9.94014 3.82868 11.5179 5.40649 11.5179 7.34562C11.5179 9.00601 10.3393 10.4531 8.71678 10.7886C8.64451 10.8041 8.58257 10.8488 8.54472 10.9125L8.001 11.8554L7.45729 10.9125C7.42116 10.8488 7.35749 10.8041 7.28523 10.7886C5.66269 10.4548 4.48407 9.00601 4.48407 7.34562Z",fill:"currentColor"}),Ya.createElement("path",{fillRule:"evenodd",d:"M9.81797 8.87615C9.81797 8.73334 9.70268 8.61806 9.55987 8.61806H6.44212C6.29931 8.61806 6.18403 8.73334 6.18403 8.87615C6.18403 9.01896 6.29931 9.13424 6.44212 9.13424H9.55815C9.70096 9.13424 9.81797 9.01896 9.81797 8.87615Z",fill:"currentColor"}),Ya.createElement("path",{fillRule:"evenodd",d:"M6.44212 5.91896H9.55815C9.70096 5.91896 9.81625 5.80368 9.81625 5.66087C9.81625 5.51806 9.70096 5.40278 9.55815 5.40278H6.44212C6.29931 5.40278 6.18403 5.51806 6.18403 5.66087C6.18403 5.80368 6.30103 5.91896 6.44212 5.91896Z",fill:"currentColor"}),Ya.createElement("path",{fillRule:"evenodd",d:"M10.1706 7.26504C10.1706 7.12223 10.0553 7.00694 9.91246 7.00694H6.08926C5.94644 7.00694 5.83116 7.12223 5.83116 7.26504C5.83116 7.40785 5.94644 7.52313 6.08926 7.52313H9.91074C10.0553 7.52313 10.1706 7.40785 10.1706 7.26504Z",fill:"currentColor"}),Ya.createElement("path",{fillRule:"evenodd",d:"M15.1001 5.72137H15.0278C14.7956 5.72137 14.5856 5.81256 14.4256 5.95709C13.6772 3.10947 11.0808 1 8.00086 1C4.92096 1 2.32455 3.10947 1.5778 5.95709C1.41779 5.81256 1.20787 5.72137 0.975589 5.72137H0.901602C0.404344 5.72137 0 6.12571 0 6.62297V8.65674C0 9.15399 0.404344 9.55834 0.901602 9.55834H0.973868C1.47113 9.55834 1.87547 9.15399 1.87547 8.65674V7.63985C1.87547 4.26229 4.62329 1.51618 7.99914 1.51618C11.375 1.51618 14.1228 4.26401 14.1228 7.63985C14.1228 10.3946 12.3041 12.7862 9.67502 13.5312C9.52704 13.3093 9.27411 13.1647 8.98849 13.1647H7.88041C7.42445 13.1647 7.05452 13.5347 7.05452 13.9906V14.0543C7.05452 14.5103 7.42445 14.8802 7.88041 14.8802H8.99021C9.44617 14.8802 9.81611 14.5103 9.81611 14.0543V14.0285C12.1148 13.3781 13.8423 11.568 14.4256 9.32433C14.5856 9.46886 14.7956 9.55834 15.0261 9.55834H15.0984C15.5956 9.55834 16 9.15399 16 8.65674V6.62469C16.0017 6.12743 15.5974 5.72137 15.1001 5.72137ZM1.36101 8.65674C1.36101 8.87009 1.18722 9.04215 0.975589 9.04215H0.901602C0.688246 9.04215 0.516184 8.86837 0.516184 8.65674V6.62469C0.516184 6.41133 0.689966 6.23927 0.901602 6.23927H0.973868C1.18722 6.23927 1.35929 6.41305 1.35929 6.62469V8.65674H1.36101ZM9.30164 14.0543C9.30164 14.2246 9.16227 14.364 8.99193 14.364H7.88041C7.71007 14.364 7.5707 14.2246 7.5707 14.0543V13.9906C7.5707 13.8203 7.71007 13.6809 7.88041 13.6809H8.99021C9.11582 13.6809 9.22594 13.7566 9.27411 13.8668C9.27583 13.8788 9.27583 13.8891 9.27927 13.9012C9.28272 13.9149 9.29132 13.927 9.29648 13.939C9.29992 13.9562 9.30164 13.9734 9.30164 13.9906V14.0543ZM15.4855 8.65674C15.4855 8.87009 15.3117 9.04215 15.1001 9.04215H15.0278C14.8145 9.04215 14.6424 8.86837 14.6424 8.65674V6.62469C14.6424 6.41133 14.8162 6.23927 15.0278 6.23927H15.1001C15.3135 6.23927 15.4855 6.41305 15.4855 6.62469V8.65674Z",fill:"currentColor"})))}a(u9,"SvgSupport");var d9=u9;import de,{createElement as p9}from"react";function h9(e){return p9(o,e,de.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},de.createElement("g",{clipPath:"url(#clip0_13896_357843)"},de.createElement("g",{clipPath:"url(#clip1_13896_357843)"},de.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.46967 18.9837C0.176778 18.6908 0.176776 18.2159 0.469666 17.923L5.0163 13.3763C5.30919 13.0834 5.78406 13.0834 6.07696 13.3763C6.36985 13.6692 6.36986 14.1441 6.07697 14.437L2.06066 18.4534L6.07696 22.4697C6.36985 22.7626 6.36985 23.2374 6.07696 23.5303C5.78407 23.8232 5.30919 23.8232 5.0163 23.5303L0.46967 18.9837Z",fill:"currentColor"}),de.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.25 18.4539C0.25 18.0396 0.585786 17.7039 1 17.7039H23C23.4142 17.7039 23.75 18.0396 23.75 18.4539C23.75 18.8681 23.4142 19.2039 23 19.2039H1C0.585786 19.2039 0.25 18.8681 0.25 18.4539Z",fill:"currentColor"}),de.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9228 10.6483C17.6299 10.3554 17.6299 9.88049 17.9228 9.58759L21.9391 5.57122L17.9228 1.55491C17.6299 1.26202 17.6299 0.787147 17.9228 0.494253C18.2157 0.201361 18.6906 0.201361 18.9835 0.494253L23.5301 5.04088C23.823 5.33378 23.823 5.80865 23.5301 6.10154L18.9835 10.6482C18.6906 10.9411 18.2157 10.9411 17.9228 10.6483Z",fill:"currentColor"}),de.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.25 5.57129C0.25 5.15708 0.585786 4.82129 1 4.82129L23 4.82129C23.4142 4.82129 23.75 5.15708 23.75 5.57129C23.75 5.9855 23.4142 6.32129 23 6.32129L1 6.32129C0.585786 6.32129 0.25 5.9855 0.25 5.57129Z",fill:"currentColor"}))),de.createElement("defs",null,de.createElement("clipPath",{id:"clip0_13896_357843"},de.createElement("rect",{width:24,height:24,fill:"white",transform:"matrix(0 -1 1 0 0 24)"})),de.createElement("clipPath",{id:"clip1_13896_357843"},de.createElement("rect",{width:24,height:24,fill:"white",transform:"matrix(0 -1 1 0 0 24)"})))))}a(h9,"SvgSwap");var m9=h9;import Qo,{createElement as g9}from"react";function y9(e){return g9(o,e,Qo.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Qo.createElement("g",{id:"Custom token"},Qo.createElement("path",{id:"Icon (Stroke)",fillRule:"evenodd",clipRule:"evenodd",d:"M12.0004 0.174805C12.456 0.174805 12.8254 0.544173 12.8254 0.999811V2.40968C17.483 2.80507 21.1952 6.51725 21.5906 11.1749H23.0005C23.4561 11.1749 23.8255 11.5443 23.8255 11.9999C23.8255 12.4555 23.4561 12.8249 23.0005 12.8249H21.5906C21.1952 17.4825 17.483 21.1947 12.8254 21.5901V23C12.8254 23.4556 12.456 23.825 12.0004 23.825C11.5447 23.825 11.1754 23.4556 11.1754 23V21.5901C6.51773 21.1947 2.80556 17.4825 2.41017 12.8249H1.0003C0.544661 12.8249 0.175293 12.4555 0.175293 11.9999C0.175293 11.5443 0.544661 11.1749 1.0003 11.1749H2.41017C2.80556 6.51725 6.51773 2.80507 11.1754 2.40968V0.999811C11.1754 0.544173 11.5447 0.174805 12.0004 0.174805ZM11.1754 4.06699C7.42972 4.45195 4.45243 7.42923 4.06748 11.1749H5.40033C5.85597 11.1749 6.22534 11.5443 6.22534 11.9999C6.22534 12.4555 5.85597 12.8249 5.40033 12.8249H4.06748C4.45243 16.5706 7.42972 19.5478 11.1754 19.9328V18.5999C11.1754 18.1443 11.5447 17.7749 12.0004 17.7749C12.456 17.7749 12.8254 18.1443 12.8254 18.5999V19.9328C16.571 19.5478 19.5483 16.5706 19.9333 12.8249H18.6004C18.1448 12.8249 17.7754 12.4555 17.7754 11.9999C17.7754 11.5443 18.1448 11.1749 18.6004 11.1749H19.9333C19.5483 7.42923 16.571 4.45195 12.8254 4.06699V5.39984C12.8254 5.85548 12.456 6.22485 12.0004 6.22485C11.5447 6.22485 11.1754 5.85548 11.1754 5.39984V4.06699ZM12.0004 8.97487C12.456 8.97487 12.8254 9.34424 12.8254 9.79988V11.1749H14.2004C14.656 11.1749 15.0254 11.5443 15.0254 11.9999C15.0254 12.4555 14.656 12.8249 14.2004 12.8249H12.8254V14.1999C12.8254 14.6555 12.456 15.0249 12.0004 15.0249C11.5447 15.0249 11.1754 14.6555 11.1754 14.1999V12.8249H9.80037C9.34473 12.8249 8.97536 12.4555 8.97536 11.9999C8.97536 11.5443 9.34473 11.1749 9.80037 11.1749H11.1754V9.79988C11.1754 9.34424 11.5447 8.97487 12.0004 8.97487Z",fill:"currentColor"}))))}a(y9,"SvgTarget");var C9=y9;import xr,{createElement as k9}from"react";function f9(e){return k9(o,e,xr.createElement("svg",{viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"},xr.createElement("path",{fillRule:"evenodd",d:"M27.5468 4.97762C27.1374 4.61721 26.4944 4.56565 25.8295 4.84275H25.8285C25.1292 5.13402 6.03537 13.6363 5.25808 13.9837C5.11671 14.0347 3.88199 14.5129 4.00918 15.5783C4.12271 16.5388 5.11507 16.9366 5.23625 16.9825L10.0905 18.708C10.4125 19.8209 11.5998 23.927 11.8623 24.8042C12.0261 25.351 12.293 26.0696 12.7608 26.2175C13.1713 26.3818 13.5796 26.2316 13.8438 26.0163L16.8116 23.1586L21.6025 27.0375L21.7166 27.1083C22.0419 27.2579 22.3536 27.3327 22.6511 27.3327C22.8809 27.3327 23.1014 27.2879 23.3121 27.1984C24.0299 26.8924 24.317 26.1823 24.347 26.1019L27.9256 6.79152C28.144 5.76019 27.8405 5.23545 27.5468 4.97762ZM14.3716 19.3982L12.734 23.9315L11.0965 18.2649L23.6511 8.63149L14.3716 19.3982Z",fill:"currentColor"})))}a(f9,"SvgTelegram");var w9=f9;import io,{createElement as b9}from"react";function v9(e){return b9(o,e,io.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},io.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.4551 22.6998C18.3645 22.6998 23.1551 17.9092 23.1551 11.9998C23.1551 6.09031 18.3645 1.29976 12.4551 1.29976C6.54563 1.29976 1.75508 6.09031 1.75508 11.9998C1.75508 17.9092 6.54563 22.6998 12.4551 22.6998ZM12.4551 23.9998C19.0825 23.9998 24.4551 18.6272 24.4551 11.9998C24.4551 5.37234 19.0825 -0.000244141 12.4551 -0.000244141C5.82766 -0.000244141 0.455078 5.37234 0.455078 11.9998C0.455078 18.6272 5.82766 23.9998 12.4551 23.9998Z",fill:"currentColor"}),io.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.1564 6.64951C12.1564 6.29053 11.8654 5.99951 11.5064 5.99951C11.1475 5.99951 10.8564 6.29053 10.8564 6.64951V13.5539C10.8564 13.7039 10.9073 13.8421 10.9927 13.9522C11.0305 14.019 11.0778 14.0798 11.1342 14.1315L15.3897 18.0282C15.6545 18.2706 16.0194 18.2179 16.2049 17.9106C16.3903 17.6032 16.326 17.1574 16.0612 16.915L12.1564 13.3395V6.64951Z",fill:"currentColor"}),io.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.1564 13.3395L16.0612 16.915C16.077 16.9294 16.092 16.9446 16.1063 16.9603C16.1506 17.0092 16.188 17.0642 16.2182 17.1233C16.3425 17.3663 16.3451 17.678 16.2049 17.9106C16.0194 18.2179 15.6545 18.2706 15.3897 18.0282L11.1342 14.1315C11.0778 14.0798 11.0305 14.019 10.9927 13.9522C10.9073 13.8421 10.8564 13.7039 10.8564 13.5539V6.64951C10.8564 6.29053 11.1475 5.99951 11.5064 5.99951C11.8654 5.99951 12.1564 6.29053 12.1564 6.64951V13.3395Z",fill:"currentColor"})))}a(v9,"SvgTime");var en=v9;import Ir,{createElement as S9}from"react";function T9(e){return S9(o,e,Ir.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Ir.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.72071 5.68769C1.71769 2.54635 4.26488 -0.00214142 7.40636 1.35055e-06C10.77 0.00229565 14.1336 0.0022956 17.4972 1.35055e-06C20.6387 -0.00214148 23.1856 2.5459 23.1849 5.68684C23.1845 7.86988 23.1856 9.9259 23.1869 12.0692C23.188 14.0266 23.1892 16.0568 23.1892 18.323C23.1892 18.4865 23.1242 18.6433 23.0086 18.7589L17.9483 23.8194C17.8327 23.935 17.6758 24 17.5123 24C15.9522 24 14.295 23.9993 12.6072 23.9986C10.8818 23.9979 9.1243 23.9971 7.40581 23.9971C4.26467 23.9971 1.71769 21.4485 1.72071 18.3071C1.7249 13.9398 1.7249 10.055 1.72071 5.68769ZM7.40552 1.2332C4.94605 1.23152 2.95155 3.22689 2.95391 5.68651C2.9581 10.0546 2.9581 13.9402 2.95391 18.3083C2.95155 20.7679 4.94602 22.7639 7.40583 22.7639C9.13703 22.7639 10.8892 22.7647 12.6094 22.7654C14.0722 22.766 15.5119 22.7666 16.8957 22.7668V19.5881C16.8957 18.5488 17.7382 17.7064 18.7774 17.7064H21.956C21.9558 15.6878 21.9547 13.8496 21.9537 12.0711C21.9524 9.92644 21.9513 7.8687 21.9517 5.68659C21.9522 3.22658 19.9575 1.23152 17.498 1.2332C14.1339 1.2355 10.7697 1.2355 7.40552 1.2332ZM21.084 18.9396H18.7774C18.4192 18.9396 18.1289 19.2299 18.1289 19.5881V21.8948L21.084 18.9396ZM6.7748 5.67184C6.7748 5.3313 7.05087 5.05524 7.3914 5.05524H17.5122C17.8527 5.05524 18.1288 5.3313 18.1288 5.67184C18.1288 6.01238 17.8527 6.28844 17.5122 6.28844H7.3914C7.05087 6.28844 6.7748 6.01238 6.7748 5.67184ZM6.7748 9.46718C6.7748 9.12664 7.05087 8.85058 7.3914 8.85058H17.5122C17.8527 8.85058 18.1288 9.12664 18.1288 9.46718C18.1288 9.80772 17.8527 10.0838 17.5122 10.0838H7.3914C7.05087 10.0838 6.7748 9.80772 6.7748 9.46718ZM6.7748 13.2625C6.7748 12.922 7.05087 12.6459 7.3914 12.6459H12.4518C12.7924 12.6459 13.0684 12.922 13.0684 13.2625C13.0684 13.603 12.7924 13.8791 12.4518 13.8791H7.3914C7.05087 13.8791 6.7748 13.603 6.7748 13.2625Z",fill:"currentColor"})))}a(T9,"SvgTransaction");var x9=T9;import Dr,{createElement as I9}from"react";function D9(e){return I9(o,e,Dr.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Dr.createElement("path",{d:"M8.75 1.8125C7.60466 1.8125 6.68218 2.6999 6.55078 3.8125H5.25C4.29252 3.8125 3.5 4.60502 3.5 5.5625V8.5625C3.5 10.3485 4.96403 11.8125 6.75 11.8125H6.85449C7.52788 13.8737 9.2997 15.358 11.5 15.6602V17.3125H9.75C7.96403 17.3125 6.5 18.7765 6.5 20.5625V21.0625C6.50002 21.2614 6.57904 21.4522 6.71969 21.5928C6.86034 21.7335 7.05109 21.8125 7.25 21.8125H17.25C17.4489 21.8125 17.6397 21.7335 17.7803 21.5928C17.921 21.4522 18 21.2614 18 21.0625V20.5625C18 18.7765 16.536 17.3125 14.75 17.3125H13V15.6602C15.2003 15.358 16.9721 13.8737 17.6455 11.8125H17.75C19.536 11.8125 21 10.3485 21 8.5625V5.5625C21 4.60502 20.2075 3.8125 19.25 3.8125H17.9492C17.8178 2.6999 16.8953 1.8125 15.75 1.8125H8.75ZM8.75 3.3125H15.75C16.1732 3.3125 16.5 3.63925 16.5 4.0625V4.43945C16.4868 4.51997 16.4868 4.6021 16.5 4.68262V10.0625C16.5 12.4034 14.6279 14.2794 12.293 14.3037C12.2643 14.3021 12.2357 14.3021 12.207 14.3037C9.87213 14.2794 8 12.4034 8 10.0625V4.68555C8.01323 4.60503 8.01323 4.5229 8 4.44238V4.0625C8 3.63925 8.32675 3.3125 8.75 3.3125ZM5.25 5.3125H6.5V10.0625C6.5 10.1365 6.5392 10.1981 6.54199 10.2715C5.67213 10.1658 5 9.4635 5 8.5625V5.5625C5 5.41498 5.10248 5.3125 5.25 5.3125ZM18 5.3125H19.25C19.3975 5.3125 19.5 5.41498 19.5 5.5625V8.5625C19.5 9.4635 18.8279 10.1658 17.958 10.2715C17.9608 10.1981 18 10.1365 18 10.0625V5.3125ZM9.75 18.8125H14.75C15.636 18.8125 16.326 19.464 16.4502 20.3125H8.0498C8.17403 19.464 8.86398 18.8125 9.75 18.8125Z",fill:"currentColor"})))}a(D9,"SvgTrophy");var L9=D9;import la,{createElement as P9}from"react";function z9(e){return P9(o,e,la.createElement("svg",{viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.3143 10.9429C11.7029 10.9429 12.8286 9.81717 12.8286 8.42857C12.8286 7.03997 11.7029 5.91429 10.3143 5.91429C8.92568 5.91429 7.8 7.03997 7.8 8.42857C7.8 9.81717 8.92568 10.9429 10.3143 10.9429ZM10.3143 11.8571C12.2078 11.8571 13.7429 10.3221 13.7429 8.42857C13.7429 6.53502 12.2078 5 10.3143 5C8.42074 5 6.88571 6.53502 6.88571 8.42857C6.88571 10.3221 8.42074 11.8571 10.3143 11.8571Z",fill:"currentColor"}),la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.7429 20.0857C15.1315 20.0857 16.2571 18.96 16.2571 17.5714C16.2571 16.1828 15.1315 15.0571 13.7429 15.0571C12.3543 15.0571 11.2286 16.1828 11.2286 17.5714C11.2286 18.96 12.3543 20.0857 13.7429 20.0857ZM13.7429 21C15.6364 21 17.1714 19.465 17.1714 17.5714C17.1714 15.6779 15.6364 14.1429 13.7429 14.1429C11.8493 14.1429 10.3143 15.6779 10.3143 17.5714C10.3143 19.465 11.8493 21 13.7429 21Z",fill:"currentColor"}),la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 8.42857C3 8.1761 3.20467 7.97143 3.45714 7.97143H6.88571C7.13819 7.97143 7.34286 8.1761 7.34286 8.42857C7.34286 8.68104 7.13819 8.88571 6.88571 8.88571H3.45714C3.20467 8.88571 3 8.68104 3 8.42857Z",fill:"currentColor"}),la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7143 17.5714C16.7143 17.319 16.919 17.1143 17.1714 17.1143H20.6C20.8525 17.1143 21.0571 17.319 21.0571 17.5714C21.0571 17.8239 20.8525 18.0286 20.6 18.0286H17.1714C16.919 18.0286 16.7143 17.8239 16.7143 17.5714Z",fill:"currentColor"}),la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.4286 8.42857C14.4286 8.1761 14.6332 7.97143 14.8857 7.97143H20.6C20.8525 7.97143 21.0571 8.1761 21.0571 8.42857C21.0571 8.68104 20.8525 8.88571 20.6 8.88571H14.8857C14.6332 8.88571 14.4286 8.68104 14.4286 8.42857Z",fill:"currentColor"}),la.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 17.5714C3 17.319 3.20467 17.1143 3.45714 17.1143H9.17143C9.4239 17.1143 9.62857 17.319 9.62857 17.5714C9.62857 17.8239 9.4239 18.0286 9.17143 18.0286H3.45714C3.20467 18.0286 3 17.8239 3 17.5714Z",fill:"currentColor"})))}a(z9,"SvgTune");var A9=z9;import we,{createElement as N9}from"react";function $9(e){return N9(o,e,we.createElement("svg",{viewBox:"0 0 29 28",xmlns:"http://www.w3.org/2000/svg"},we.createElement("circle",{cx:14.75,cy:8,r:7,fill:"#469BF5"}),we.createElement("path",{d:"M17.6511 7.26507C17.7689 6.47699 17.1689 6.05337 16.3485 5.77078L16.6147 4.70326L15.9648 4.54134L15.7057 5.58075C15.5349 5.53814 15.3595 5.49799 15.1851 5.45819L15.4461 4.41192L14.7966 4.25L14.5303 5.31717C14.389 5.28498 14.2501 5.25317 14.1154 5.21965L14.1162 5.21629L13.22 4.99251L13.0472 5.68657C13.0472 5.68657 13.5293 5.79709 13.5191 5.80389C13.7823 5.86957 13.8299 6.04376 13.822 6.18183L13.5188 7.39799C13.5369 7.40259 13.5604 7.40925 13.5863 7.41967C13.5647 7.41428 13.5416 7.40841 13.5177 7.40268L13.0927 9.10633C13.0605 9.18628 12.9789 9.30626 12.7949 9.2607C12.8014 9.27014 12.3226 9.14283 12.3226 9.14283L12 9.88668L12.8456 10.0975C13.003 10.1369 13.1571 10.1782 13.309 10.217L13.04 11.2968L13.6891 11.4587L13.9554 10.3904C14.1327 10.4386 14.3048 10.483 14.4733 10.5248L14.2079 11.5881L14.8577 11.75L15.1266 10.6723C16.2347 10.882 17.0679 10.7974 17.4186 9.79515C17.7012 8.98821 17.4046 8.52276 16.8216 8.21923C17.2462 8.12131 17.5658 7.84196 17.6511 7.26507ZM16.1664 9.34702C15.9655 10.154 14.6069 9.71775 14.1664 9.60837L14.5232 8.17787C14.9637 8.28784 16.3762 8.50545 16.1664 9.34702ZM16.3673 7.25338C16.1841 7.98738 15.0533 7.61447 14.6865 7.52303L15.01 6.22566C15.3768 6.3171 16.5581 6.48776 16.3673 7.25338Z",fill:"white"}),we.createElement("circle",{cx:7.75,cy:20,r:7,fill:"#469BF5"}),we.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.2203 22.2684L7.77769 20.3888L8.64617 20.1426L8.82765 19.5204L7.97212 19.7796L8.8795 16.6945V16.6453C8.87883 16.6255 8.87427 16.6061 8.86609 16.5881C8.85791 16.5701 8.84626 16.5539 8.83182 16.5404C8.81737 16.527 8.80041 16.5165 8.7819 16.5095C8.76339 16.5026 8.7437 16.4994 8.72395 16.5001H7.57029C7.52661 16.4987 7.48374 16.5121 7.4485 16.5379C7.41327 16.5637 7.38769 16.6006 7.37585 16.6427L6.29996 20.2981L5.44444 20.5574L5.25 21.1536L6.10552 20.8944L5.34074 23.4998H9.90353C9.94731 23.5016 9.9904 23.4885 10.0257 23.4626C10.0611 23.4367 10.0865 23.3995 10.098 23.3572L10.3572 22.4628V22.4136C10.3566 22.3938 10.352 22.3744 10.3438 22.3564C10.3356 22.3384 10.324 22.3222 10.3095 22.3087C10.2951 22.2953 10.2781 22.2848 10.2596 22.2778C10.2411 22.2709 10.2214 22.2677 10.2017 22.2684H7.2203Z",fill:"white"}),we.createElement("circle",{cx:21.75,cy:20,r:7,fill:"#469BF5"}),we.createElement("g",{clipPath:"url(#clip0_9706_95224)"},we.createElement("path",{d:"M24.0422 18.076C23.8054 17.3151 23.0809 17.1948 22.2192 17.2974L21.9943 16.2204L21.3388 16.3574L21.5578 17.406C21.3854 17.4419 21.21 17.4821 21.0357 17.5222L20.8154 16.4666L20.1602 16.6034L20.3848 17.6801C20.2435 17.7126 20.1047 17.7444 19.9688 17.7729L19.968 17.7695L19.0638 17.958L19.2102 18.6581C19.2102 18.6581 19.6923 18.5478 19.6861 18.5583C19.9516 18.503 20.0703 18.6391 20.1233 18.7669L20.3795 19.9938C20.3978 19.99 20.4219 19.9858 20.4497 19.9839C20.4279 19.9885 20.4046 19.9932 20.3805 19.9985L20.7392 21.7173C20.7451 21.8033 20.7238 21.9468 20.5383 21.9859C20.5483 21.9915 20.0618 22.0853 20.0618 22.0853L20.095 22.8954L20.9481 22.7172C21.1069 22.6843 21.2637 22.6543 21.4172 22.6232L21.645 23.7124L22.2998 23.5758L22.0747 22.498C22.2553 22.4642 22.4296 22.4293 22.5995 22.3937L22.8232 23.4665L23.4788 23.3295L23.2519 22.2422C24.3408 21.9488 25.0542 21.5101 24.9339 20.4551C24.8372 19.6056 24.3675 19.3156 23.7106 19.296C24.0503 19.0231 24.2164 18.6325 24.0422 18.076ZM23.6114 20.5965C23.7817 21.4105 22.3686 21.6089 21.9244 21.7021L21.6232 20.2589C22.0676 20.1662 23.4341 19.7475 23.6114 20.5965ZM22.8813 18.624C23.0357 19.3646 21.8553 19.5209 21.4852 19.5982L21.212 18.2894C21.5821 18.2121 22.7199 17.8517 22.8813 18.624Z",fill:"white"})),we.createElement("defs",null,we.createElement("clipPath",{id:"clip0_9706_95224"},we.createElement("rect",{width:8,height:8,fill:"white",transform:"translate(16.408 18.1406) rotate(-25.7942)"})))))}a($9,"SvgUtxoCategory");var an=$9;import Ra,{createElement as M9}from"react";function j9(e){return M9(o,e,Ra.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Ra.createElement("g",{clipPath:"url(#clip0_4007_29493)"},Ra.createElement("path",{d:"M4.97838 11.0393C6.54107 11.0395 7.57025 12.4621 7.69713 13.9162V13.9174C7.84689 15.6586 8.02841 17.0308 8.37564 17.958C8.54544 18.4114 8.72795 18.6801 8.89713 18.8311C9.04304 18.9612 9.21692 19.0396 9.49009 19.0396C9.65352 19.0396 9.80112 18.9858 9.97877 18.7666C10.1829 18.5146 10.3892 18.0793 10.5612 17.4154C10.9037 16.0929 11.0299 14.1963 11.0299 12.0002C11.0299 9.77877 11.1534 7.67501 11.5608 6.10215C11.7638 5.31845 12.0581 4.58209 12.51 4.02441C12.9886 3.43395 13.654 3.04004 14.4905 3.04004C15.2174 3.04015 15.8503 3.28068 16.3608 3.73613C16.8479 4.17084 17.1724 4.75495 17.4026 5.36973C17.8555 6.57939 18.0492 8.20664 18.196 9.9166L18.2135 10.0678C18.3297 10.7882 18.7881 11.0392 18.9999 11.0393H21.0003L21.0987 11.0451C21.5825 11.0945 21.96 11.5033 21.96 12.0002C21.9598 12.4969 21.5824 12.9059 21.0987 12.9553L21.0003 12.96H18.9999C17.4379 12.9599 16.4079 11.5322 16.2823 10.083V10.0818C16.133 8.34238 15.9523 6.96992 15.6049 6.04238C15.435 5.58857 15.2517 5.31936 15.0823 5.16816C14.9363 5.03801 14.7629 4.95967 14.4905 4.95957C14.3271 4.95957 14.1793 5.01374 14.0018 5.23262C13.7976 5.48456 13.5914 5.91987 13.4194 6.58379C13.0768 7.90643 12.9495 9.80362 12.9495 12.0002C12.9495 14.2213 12.8271 16.3243 12.4198 17.8971C12.2168 18.6809 11.9226 19.4182 11.4706 19.976C10.992 20.5664 10.3265 20.9603 9.49009 20.9604C8.76331 20.9604 8.13038 20.7196 7.61978 20.2643C7.13263 19.8298 6.80819 19.2464 6.57798 18.6318C6.23821 17.7246 6.04416 16.5816 5.9065 15.3447L5.78463 14.0826C5.71129 13.2439 5.20751 12.9603 4.97838 12.96H2.97798C2.44792 12.96 2.01843 12.5302 2.01822 12.0002C2.01822 11.47 2.44779 11.0393 2.97798 11.0393H4.97838Z",fill:"currentColor"})),Ra.createElement("defs",null,Ra.createElement("clipPath",{id:"clip0_4007_29493"},Ra.createElement("rect",{width:24,height:24,fill:"white"})))))}a(j9,"SvgVolume");var E9=j9;import Ua,{createElement as F9}from"react";function H9(e){return F9(o,e,Ua.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Ua.createElement("g",{clipPath:"url(#clip0_3736_40081)"},Ua.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.8584 0.862959L15.3058 1.41525C16.9489 1.78602 18.2271 2.07447 19.2188 2.40426C20.2261 2.73925 21.004 3.13692 21.6096 3.76475C21.7414 3.9014 21.8498 4.01602 21.9385 4.11203C21.9394 4.11303 21.9403 4.11403 21.9413 4.11504C22.5067 4.5409 22.9972 5.05945 23.3914 5.64946C23.95 6.48545 24.2066 7.45716 24.3315 8.68458C24.4546 9.89445 24.4546 11.419 24.4546 13.3875V13.4584C24.4546 15.4268 24.4546 16.9514 24.3315 18.1613C24.2066 19.3887 23.95 20.3604 23.3914 21.1964C22.9312 21.8852 22.3398 22.4766 21.651 22.9369C20.815 23.4954 19.8433 23.7521 18.6159 23.8769C17.406 24 15.8814 24 13.9129 24H10.9962C9.02776 24 7.50318 24 6.29331 23.8769C5.06589 23.7521 4.09417 23.4954 3.25818 22.9369C2.56938 22.4766 1.97797 21.8852 1.51773 21.1964C0.959139 20.3604 0.702521 19.3887 0.577659 18.1613C0.504912 17.4462 0.475165 16.6211 0.463001 15.6594C0.457469 15.6262 0.45459 15.5921 0.45459 15.5573V13.5198C0.45459 13.4993 0.45459 13.4789 0.45459 13.4584V13.3875C0.45459 13.367 0.45459 13.3465 0.45459 13.3261V11.2885C0.45459 11.2538 0.457469 11.2197 0.463001 11.1865C0.475164 10.2248 0.504912 9.3997 0.577659 8.68458C0.702521 7.45716 0.959139 6.48545 1.51773 5.64946C1.85461 5.14527 2.26177 4.69328 2.72596 4.3067C3.11565 3.02447 3.55365 2.07925 4.32097 1.37775C4.84839 0.895558 5.46731 0.520025 6.14202 0.271815C6.96557 -0.0311507 7.84132 -0.0555731 8.89761 0.0751007C9.93706 0.203692 11.2152 0.492136 12.8584 0.862959ZM4.39684 3.35079C4.95892 3.15746 5.58334 3.04115 6.29331 2.96893C7.50318 2.84585 9.02777 2.84586 10.9962 2.84586H13.9129C14.7013 2.84586 15.4185 2.84586 16.0727 2.85376C15.7378 2.77698 15.3811 2.69646 15.0007 2.61061L12.6204 2.07346C10.9367 1.6935 9.7179 1.41918 8.7462 1.29897C7.7843 1.17997 7.13094 1.22202 6.56779 1.42918C6.04187 1.62266 5.56127 1.91472 5.15307 2.28791C4.85984 2.55599 4.61826 2.89086 4.39684 3.35079ZM1.68779 13.4229C1.68779 12.8782 1.68785 12.3738 1.69023 11.9051H4.6285C5.46675 11.9051 6.14629 12.5847 6.14629 13.4229C6.14629 14.2612 5.46675 14.9407 4.6285 14.9407H1.69023C1.68785 14.4721 1.68779 13.9676 1.68779 13.4229ZM1.70507 16.1739H4.6285C6.14783 16.1739 7.37949 14.9423 7.37949 13.4229C7.37949 11.9036 6.14783 10.6719 4.6285 10.6719H1.70507C1.72046 9.96264 1.74955 9.34986 1.80453 8.80939C1.91947 7.67947 2.14247 6.93418 2.5431 6.33459C2.91337 5.78044 3.38916 5.30464 3.94331 4.93437C4.5429 4.53374 5.2882 4.31074 6.41812 4.1958C7.55834 4.07981 9.02038 4.07906 11.0317 4.07906H13.8775C15.8888 4.07906 17.3508 4.07981 18.491 4.1958C19.621 4.31074 20.3663 4.53374 20.9658 4.93437C21.52 5.30464 21.9958 5.78044 22.3661 6.33459C22.7667 6.93418 22.9897 7.67947 23.1046 8.80939C23.2206 9.94961 23.2214 11.4117 23.2214 13.4229C23.2214 15.4342 23.2206 16.8963 23.1046 18.0365C22.9897 19.1664 22.7667 19.9117 22.3661 20.5113C21.9958 21.0654 21.52 21.5412 20.9658 21.9115C20.3663 22.3121 19.621 22.5351 18.491 22.6501C17.3508 22.7661 15.8888 22.7668 13.8775 22.7668H11.0317C9.02038 22.7668 7.55834 22.7661 6.41812 22.6501C5.2882 22.5351 4.5429 22.3121 3.94331 21.9115C3.38916 21.5412 2.91337 21.0654 2.5431 20.5113C2.14247 19.9117 1.91947 19.1664 1.80453 18.0365C1.74955 17.496 1.72046 16.8832 1.70507 16.1739ZM17.5297 19.1146C17.5297 18.7741 17.8058 18.498 18.1463 18.498H19.5693C19.9098 18.498 20.1859 18.7741 20.1859 19.1146C20.1859 19.4552 19.9098 19.7312 19.5693 19.7312H18.1463C17.8058 19.7312 17.5297 19.4552 17.5297 19.1146Z",fill:"currentColor"})),Ua.createElement("defs",null,Ua.createElement("clipPath",{id:"clip0_3736_40081"},Ua.createElement("rect",{width:24,height:24,fill:"white",transform:"translate(0.45459)"})))))}a(H9,"SvgWallet");var V9=H9;import Lr,{createElement as W9}from"react";function q9(e){return W9(o,e,Lr.createElement("svg",{viewBox:"0 0 25 24",xmlns:"http://www.w3.org/2000/svg"},Lr.createElement("path",{d:"M22.7245 22.4863H1.73091C1.38524 22.4863 1.05369 22.3491 0.809081 22.1049C0.56447 21.8606 0.426788 21.5293 0.42627 21.1836C0.426608 20.9568 0.485203 20.7339 0.59644 20.5362L11.0923 2.15775C11.1771 2.00885 11.2905 1.87815 11.4259 1.77315C11.5614 1.66815 11.7162 1.5909 11.8816 1.54584C12.0469 1.50078 12.2195 1.48878 12.3895 1.51055C12.5595 1.53231 12.7235 1.5874 12.8722 1.67267C13.075 1.78726 13.2427 1.95497 13.3573 2.15775L23.8531 20.544C23.9681 20.7424 24.0287 20.9677 24.0288 21.197C24.0288 21.4263 23.9683 21.6516 23.8534 21.85C23.7385 22.0485 23.5733 22.2131 23.3743 22.3272C23.1754 22.4414 22.9499 22.501 22.7206 22.5L22.7245 22.4863ZM11.0394 17.7724V20.1196H13.4121V17.7724H11.0394ZM10.9201 8.14893L11.5754 16.5166H12.8644L13.5314 8.16067L10.9201 8.14893Z",fill:"currentColor"})))}a(q9,"SvgWarning");var Ie=q9;import tn,{createElement as B9}from"react";function Z9(e){return B9(o,e,tn.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},tn.createElement("g",{id:"Icons"},tn.createElement("path",{id:"Widget",fillRule:"evenodd",clipRule:"evenodd",d:"M3 7.76471C3 5.13323 5.13323 3 7.76471 3L16.2353 3C18.8668 3 21 5.13323 21 7.76471V16.2353C21 18.8668 18.8668 21 16.2353 21H7.76471C5.13323 21 3 18.8668 3 16.2353L3 7.76471ZM19.9412 11.4706V7.76471C19.9412 5.718 18.282 4.05882 16.2353 4.05882L10.4118 4.05882V11.4706L19.9412 11.4706ZM19.9412 12.5294V16.2353C19.9412 18.282 18.282 19.9412 16.2353 19.9412H7.76471C5.718 19.9412 4.05882 18.282 4.05882 16.2353L4.05882 12.5294L9.88235 12.5294H19.9412ZM9.35294 11.4706V4.05882L7.76471 4.05882C5.718 4.05882 4.05882 5.718 4.05882 7.76471L4.05882 11.4706L9.35294 11.4706Z",fill:"#727272"}))))}a(Z9,"SvgWidget");var Y9=Z9;import _a,{createElement as R9}from"react";function U9(e){return R9(o,e,_a.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},_a.createElement("g",{id:"Width",clipPath:"url(#clip0_5933_20072)"},_a.createElement("path",{id:"Width_2",fillRule:"evenodd",clipRule:"evenodd",d:"M0.206748 12.0355C-0.0689161 11.8403 -0.0689161 11.5237 0.206748 11.3284L4.69896 8.14645C4.97462 7.95118 5.42156 7.95118 5.69722 8.14645C5.97289 8.34171 5.97289 8.65829 5.69722 8.85355L2.41003 11.182H21.59L18.3028 8.85355C18.0271 8.65829 18.0271 8.34171 18.3028 8.14645C18.5784 7.95118 19.0254 7.95118 19.301 8.14645L23.7933 11.3284C24.0689 11.5237 24.0689 11.8403 23.7933 12.0355L19.301 15.2175C19.0254 15.4128 18.5784 15.4128 18.3028 15.2175C18.0271 15.0223 18.0271 14.7057 18.3028 14.5104L21.59 12.182H2.41003L5.69722 14.5104C5.97289 14.7057 5.97289 15.0223 5.69722 15.2175C5.42156 15.4128 4.97462 15.4128 4.69896 15.2175L0.206748 12.0355Z",fill:"currentColor"})),_a.createElement("defs",null,_a.createElement("clipPath",{id:"clip0_5933_20072"},_a.createElement("rect",{width:24,height:24,fill:"white"})))))}a(U9,"SvgWidth");var _9=U9;import Pr,{createElement as O9}from"react";function K9(e){return O9(o,e,Pr.createElement("svg",{viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg"},Pr.createElement("path",{fillRule:"evenodd",d:"M18.0955 14.3165L26.2864 5H24.3456L17.2303 13.0877L11.5514 5H5L13.5895 17.2311L5 27H6.94072L14.4501 18.4571L20.4486 27H27L18.0955 14.3165ZM15.4365 17.3385L14.5649 16.1198L7.64059 6.43161H10.6219L16.2117 14.2532L17.0797 15.4719L24.3447 25.6381H21.3634L15.4365 17.3385Z",fill:"currentColor"})))}a(K9,"SvgX");var G9=K9;import Ar from"react";var J9=Ce({"100%":{transform:"rotate(360deg)"}}),zr=n("div",{position:"relative",animation:`${J9} 1.5s linear infinite`,display:"flex",justifyContent:"center",alignItems:"center"});function ca(e){let{size:t,color:i,css:l={}}=e;return Ar.createElement(zr,{css:l},Ar.createElement(Bo,{size:t,color:i}))}a(ca,"Spinner");function X9(e){switch(e.type){case"success":return jt.createElement(xt,{color:e.type,size:12});case"warning":return jt.createElement(Ie,{color:e.type,size:12});case"error":return jt.createElement(na,{color:e.type,size:12});case"loading":return jt.createElement(ca,{color:"info",size:12});default:return jt.createElement(zt,{color:e.type,size:12})}}a(X9,"AlertIcon");var ro=X9;var Nr=n("div",{display:"flex",flexDirection:"column",borderRadius:"$xs",".title_typography":{width:"100%"},".title_typography:first-letter":{textTransform:"uppercase"},".footer":{paddingTop:"$5",paddingLeft:"$24"},".description":{color:"$neutral700",fontSize:"$10",lineHeight:"$12"},variants:{type:{success:{},warning:{},error:{},info:{},loading:{}},variant:{regular:{padding:"$5",alignItems:"flex-start",backgroundColor:"$neutral400"},alarm:{padding:"$5 $10",".title_typography":{fontWeight:"$medium"}}}},compoundVariants:[{type:"warning",variant:"alarm",css:{$$color:"$colors$warning100",[`.${c} &`]:{$$color:"$colors$warning700"},backgroundColor:"$$color"}},{type:"error",variant:"alarm",css:{$$color:"$colors$error100",[`.${c} &`]:{$$color:"$colors$error700"},backgroundColor:"$$color"}},{type:"info",variant:"alarm",css:{$$color:"$colors$info100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color"}},{type:"success",variant:"alarm",css:{$$color:"$colors$success100",[`.${c} &`]:{$$color:"$colors$success700"},backgroundColor:"$$color"}}]}),$r=n("div",{display:"flex",alignItems:"center",alignSelf:"stretch",whiteSpace:"normal",wordBreak:"break-all",variants:{variant:{regular:{justifyContent:"space-between"},alarm:{justifyContent:"flex-start"}}}}),Mr=n("div",{display:"flex",alignItems:"center",flex:"1 0 0"}),Ue=n("div",{borderRadius:"$lg",width:"$20",height:"$20",display:"flex",justifyContent:"center",alignItems:"center",alignSelf:"flex-start",flexShrink:0,variants:{type:{success:{$$color:"$colors$success300",[`.${c} &`]:{$$color:"$colors$success600"},backgroundColor:"$$color"},warning:{$$color:"$colors$warning300",[`.${c} &`]:{$$color:"$colors$warning600"},backgroundColor:"$$color"},error:{$$color:"$colors$error300",[`.${c} &`]:{$$color:"$colors$error600"},backgroundColor:"$$color"},info:{$$color:"$colors$info300",[`.${c} &`]:{$$color:"$colors$info600"},backgroundColor:"$$color"},loading:{$$color:"$colors$info300",[`.${c} &`]:{$$color:"$colors$info600"},backgroundColor:"$$color"}},align:{center:{alignSelf:"center"}}}});function so(e){let{type:t,title:i,footer:l,action:r,containerStyles:s,variant:u="regular",titleAlign:m,id:k}=e,b=typeof l=="string";return pe.createElement(Nr,{className:"_alert",id:k,css:s,type:t,variant:u},pe.createElement($r,{variant:u},pe.createElement(Mr,null,pe.createElement(Ue,{type:t},pe.createElement(ro,{type:t})),pe.createElement(y,{direction:"horizontal",size:4}),i&&pe.createElement(d,{color:Wi(t,u),align:m,variant:"body",className:"title_typography",size:qi(u)},i)),r?pe.createElement(pe.Fragment,null,pe.createElement(y,{direction:"horizontal",size:"20"}),pe.createElement("div",null,r)):null),l?pe.createElement("div",{className:`footer ${b?"description":""}`},l):null)}a(so,"Alert");so.toString=()=>"._alert";import Q9 from"react";import jr from"react";var lo=n("div",{display:"flex",justifyContent:"center",alignItems:"center",".image":{width:"100%",height:"100%",objectFit:"contain"},".circular":{borderRadius:"$lg"}});function K(e){let{size:t,useAsPlaceholder:i,backgroundColor:l="$secondary100",type:r,...s}=e,u=r==="circular"?"$lg":"$xs";return jr.createElement(lo,{css:{width:t+"px",height:t+"px",...i&&{backgroundColor:l,borderRadius:u}}},!i&&jr.createElement("img",{className:`image ${r==="circular"?"circular":""}`,...s}))}a(K,"Image");var Er=n("button",{padding:"$10",borderRadius:"$sm",width:"100%",$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",cursor:"pointer",border:0,fontFamily:"inherit",[`& ${lo}`]:{borderRadius:"$xm",overflow:"hidden"},"&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color"},"&:focus-visible":{outline:0,$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color"},variants:{selected:{true:{outline:"1px solid $secondary500"},false:{outline:0}}}});function on(e){let{children:t,selected:i,onClick:l,className:r}=e;return Q9.createElement(Er,{selected:i,onClick:l,className:r},t)}a(on,"BlockchainsChip");import{i18n as ed}from"@lingui/core";import ua from"react";import Et from"react";function nn(e){let{size:t="1em",color:i}=e;return Et.createElement(Xt,{...{width:t,height:t,color:i,className:"_icon"},xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",className:"c-lekKBq"},Et.createElement("g",{fill:"currentColor"},Et.createElement("path",{d:"m7.641 6.333.89.492 6.982-2.896a8.471 8.471 0 0 0-.825-.939c-.05.028-.09.044-.09.044L7.315 6.097c.083.084.19.164.33.236H7.64ZM3.134 14.967l7.067-2.947-1.315-.743-5.393 2.291-1.366.578c.251.325.526.63.82.914l.187-.095v.002Z"}),Et.createElement("path",{d:"m16.253 5.1-1.287.498c-1.03.377-5.082 1.975-5.082 1.975.662.365 1.378.759 2.008 1.102 1.612.88.592 2.812.379 3.18l-.01.014a5.873 5.873 0 0 0-.027.046s.151-1.443-.866-1.977a648.55 648.55 0 0 1-4.365-2.313c-.466-.248-.804-.7-.868-1.223-.048-.392.051-.843.521-1.238.274-.254.569-.39.569-.39l5.253-2.156s.033-.013.081-.038l1.093-.454A8.421 8.421 0 0 0 1.447 13.12l2.032-.886 4.046-1.697c-.698-.383-1.342-.739-1.648-.903-.152-.081-.344-.21-.496-.292-.82-.433-1.357-1.656-.113-3.107 0 0-.13 1.377.641 1.845.734.446 3.582 1.905 4.428 2.358.216.116.416.264.576.453.329.39.454.87.316 1.38-.006.025-.015.049-.023.073l-.016.048a1.018 1.018 0 0 1-.037.095c-.29.7-1.062.91-1.062.91L10 13.43l-4.917 2.018-1.084.476A8.42 8.42 0 0 0 16.253 5.099v.002Z"})),Et.createElement("path",{fill:"currentColor",d:"m7.53 10.53 1.36.74-.68.29-1.426-.717.745-.314ZM10.09 13.392s1.13-.8.108-1.378l-.643.268s1.072.287.535 1.11ZM9.889 7.567l-1.361-.74.695-.29 1.437.731-.771.3ZM7.41 4.705s-1.131.801-.108 1.378l.642-.268s-1.072-.287-.535-1.11Z",opacity:.4,style:{mixBlendMode:"multiply"}}))}a(nn,"Logo");var Fr=n("div",{display:"flex",width:"100%",justifyContent:"end",alignItems:"center"}),Hr=n("a",{display:"flex",justifyContent:"center",alignItems:"center",textDecoration:"none"});function rn(){return ua.createElement(Fr,null,ua.createElement(d,{variant:"body",size:"xsmall",color:"$neutral700"},ed.t("Powered By")),ua.createElement(y,{direction:"horizontal",size:8}),ua.createElement(Hr,{href:"https://rango.exchange",target:"_blank"},ua.createElement(nn,{size:16,color:"gray"}),ua.createElement(y,{direction:"horizontal",size:4}),ua.createElement(d,{variant:"body",size:"xsmall",color:"neutral700"},"RANGO")))}a(rn,"BottomLogo");import da from"react";var Vr=n("button",{position:"relative",display:"flex",overflow:"hidden",alignItems:"center",justifyContent:"center",fontSize:"$16",fontWeight:"$400",border:"0",borderRadius:"$secondary",cursor:"pointer",transition:"all 0.35s",fontFamily:"inherit",variants:{size:{xxsmall:{fontSize:"$10",lineHeight:"12px",padding:"$4"},xsmall:{fontSize:"$12",lineHeight:"12px",padding:"$0 $4"},small:{fontSize:"$14",fontWeight:"$medium",lineHeight:"20px",padding:"$4 $4"},medium:{fontSize:"$16",lineHeight:"24px",fontWeight:"$medium",padding:"$8 $8"},large:{fontSize:"$18",lineHeight:"26px",padding:"$12 $24",fontWeight:"$medium"}},variant:{contained:{backgroundColor:"$background",color:"$foreground",border:0,"&:hover":{backgroundColor:"$neutral300"},"&:focus-visible":{backgroundColor:"$neutral500",outline:0},"&:disabled":{backgroundColor:"$neutral600",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color",pointerEvents:"none"}},outlined:{backgroundColor:"$background",border:1,borderStyle:"solid",color:"$foreground",borderColor:"$neutral200","&:hover":{borderColor:"$neutral300"},"&:focus-visible":{borderColor:"$neutral500",outline:0},"&:disabled":{borderColor:"$neutral600",color:"$neutral600",pointerEvents:"none"}},ghost:{backgroundColor:"transparent",color:"$neutral700","&:disabled":{color:"$neutral600",pointerEvents:"none"},"&:focus-visible":{backgroundColor:"$neutral500",outline:0},"&:hover":{color:"$secondary500"}},default:{}},fullWidth:{true:{width:"100%"}},type:{primary:{},error:{},warning:{},success:{},secondary:{}}},compoundVariants:[{type:"primary",variant:"contained",css:{background:"$primary500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color","&:hover":{background:"$primary550",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color"},"&:disabled":{$$color:"$colors$background",background:"$neutral600",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color",pointerEvents:"none"},"&:visited":{background:"$primary500"},"&:active":{backgroundColor:"$primary500",backgroundSize:"100%",transition:"background 0s"},"&:focus-visible":{background:"$primary550",outline:0}}},{type:"primary",variant:"outlined",css:{color:"$primary500",borderColor:"$primary500","&:hover":{color:"$primary550",borderColor:"$primary550"},"&:focus-visible":{color:"$primary550",borderColor:"$primary550",outline:0}}},{type:"primary",variant:"ghost",css:{color:"$primary500","&:hover":{color:"$primary550"},"&:focus-visible":{color:"$primary550",outline:0}}},{type:"secondary",variant:"contained",css:{background:"$secondary500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color","&:hover":{background:"$secondary550",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color"},"&:visited":{background:"$secondary500"},"&:focus":{background:"$secondary550",outline:0},"&:focus-visible":{background:"$secondary550",outline:0}}},{type:"secondary",variant:"outlined",css:{color:"$secondary500",borderColor:"$secondary500","&:hover":{color:"$secondary550",borderColor:"$secondary550"},"&:visited":{color:"$secondary500",borderColor:"$secondary500"},"&:focus":{color:"$secondary550",borderColor:"$secondary500",outline:0},"&:focus-visible":{color:"$secondary550",borderColor:"$secondary500",outline:0}}},{type:"secondary",variant:"ghost",css:{color:"$secondary500","&:hover":{color:"$secondary550"},"&:visited":{color:"$secondary500"},"&:focus":{color:"$secondary550",outline:0},"&:focus-visible":{color:"$secondary550",outline:0}}},{type:"error",variant:"contained",css:{background:"$error500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color","&:hover":{background:"$error500"},"&:visited":{background:"$error500"},"&:focus":{background:"$error500"},"&:focus-visible":{$$outline:"$colors$error600",[`.${c} &`]:{$$outline:"$colors$error300"},outlineColor:"$$outline"}}},{type:"error",variant:"outlined",css:{color:"$error500",borderColor:"$error500","&:hover":{color:"$error500",borderColor:"$error500"},"&:visited":{color:"$error500",borderColor:"$error500"},"&:focus":{color:"$error500",borderColor:"$error500"},"&:focus-visible":{$$outline:"$colors$error600",[`.${c} &`]:{$$outline:"$colors$error300"},color:"$$outline",outlineColor:"$$outline"}}},{type:"error",variant:"ghost",css:{color:"$error500","&:hover":{color:"$error500"},"&:visited":{color:"$error500"},"&:focus":{color:"$error500"},"&:focus-visible":{$$outline:"$colors$error600",[`.${c} &`]:{$$outline:"$colors$error300"},color:"$$outline",outline:0}}},{type:"warning",variant:"contained",css:{background:"$warning500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color","&:hover":{background:"$warning500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color"},"&:visited":{background:"$warning500"},"&:focus":{background:"$warning500"},"&:focus-visible":{$$outline:"$colors$warning600",[`.${c} &`]:{$$outline:"$colors$warning300"},outlineColor:"$$outline"}}},{type:"warning",variant:"outlined",css:{color:"$warning500",borderColor:"$warning500","&:hover":{color:"$warning500",borderColor:"$warning500"},"&:visited":{color:"$warning500",borderColor:"$warning500"},"&:focus":{color:"$warning500",borderColor:"$warning500"},"&:focus-visible":{$$outline:"$colors$warning600",[`.${c} &`]:{$$outline:"$colors$warning300"},outlineColor:"$$outline",color:"$$outline"}}},{type:"warning",variant:"ghost",css:{color:"$warning500","&:hover":{color:"$warning500"},"&:visited":{color:"$warning500"},"&:focus":{color:"$warning500"},"&:focus-visible":{$$outline:"$colors$warning600",[`.${c} &`]:{$$outline:"$colors$warning300"},color:"$$outline"}}},{type:"success",variant:"contained",css:{background:"$success500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color","&:hover":{background:"$success500",$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color"},"&:visited":{background:"$success500"},"&:focus":{background:"$success500"},"&:focus-visible":{$$outline:"$colors$success600",[`.${c} &`]:{$$outline:"$colors$success300"},outlineColor:"$$outline"}}},{type:"success",variant:"outlined",css:{color:"$success500",borderColor:"$success500","&:hover":{color:"$success500",borderColor:"$success500"},"&:visited":{color:"$success500",borderColor:"$success500"},"&:focus":{color:"$success500",borderColor:"$success500"},"&:focus-visible":{$$outline:"$colors$success600",[`.${c} &`]:{$$outline:"$colors$success300"},outlineColor:"$$outline",color:"$$outline"}}},{type:"success",variant:"ghost",css:{color:"$success500","&:hover":{color:"$success500"},"&:visited":{color:"$success500"},"&:focus":{color:"$success500"},"&:focus-visible":{$$outline:"$colors$success600",[`.${c} &`]:{$$outline:"$colors$success300"},outline:0,color:"$$outline"}}}],defaultVariants:{size:"medium",variant:"contained"}}),Wr=n("span",{flexGrow:1,display:"inline-block",variants:{pl:{true:{paddingLeft:"$8"}},pr:{true:{paddingRight:"$8"}}}}),ad=Ce({to:{transform:"scale(2)",opacity:.1}}),qr=n("div",{position:"absolute",inset:"0",overflow:"hidden",borderRadius:"$sm","& span":{transform:"scale(0)",borderRadius:"100%",position:"absolute",opacity:"0.75",backgroundColor:"$neutral500",animation:`${ad} 0.8s linear`}});import Br,{useEffect as td,useState as od}from"react";var nd=850,id=a((e,t,i)=>{td(()=>{let l=null;return e>0&&(l&&clearTimeout(l),l=setTimeout(()=>{i(),l&&clearTimeout(l)},t)),()=>{l&&clearTimeout(l)}},[e,t,i])},"useDebouncedRippleCleanUp"),rd=a(({duration:e=nd})=>{let[t,i]=od([]);return id(t.length,e,()=>{i([])}),Br.createElement(qr,{onMouseDown:a(r=>{let s=r.currentTarget.getBoundingClientRect(),u=s.width>s.height?s.width:s.height,m=r.pageX-s.x-u/2,k=r.pageY-s.y-u/2,b={x:m,y:k,size:u};i([...t,b])},"addRipple")},t.length>0&&t.map((r,s)=>{let u="span"+s;return Br.createElement("span",{key:u,style:{top:r.y,left:r.x,width:r.size,height:r.size}})}))},"Ripple"),Zr=rd;function sd(e,t){let{children:i,loading:l,disabled:r,prefix:s,suffix:u,onClick:m,disableRipple:k,...b}=e,x=!r&&!l&&!k;return da.createElement(Vr,{disabled:!l&&r,onClick:l||r?void 0:m,...b,ref:t},l?da.createElement(ca,{css:{width:"$24",height:"$24"}}):da.createElement(da.Fragment,null,s,i&&da.createElement(Wr,{pl:!!s,pr:!!u,className:"_text"},i),u),x&&da.createElement(Zr,null))}a(sd,"ButtonComponent");var he=da.forwardRef(sd);he.displayName="Button";import Yr from"react";function ld(e,t){let{style:i,id:l,className:r,...s}=e;return Yr.createElement(he,{className:`_icon-button ${r}`,id:l,ref:t,...s,style:{borderRadius:"100%",lineHeight:0,...i}},e.children)}a(ld,"IconButtonComponent");var be=Yr.forwardRef(ld);be.displayName="IconButton";be.toString=()=>"._icon-button";import*as Or from"@radix-ui/react-collapsible";import sn from"react";import*as Rr from"@radix-ui/react-collapsible";var cd=Ce({from:{height:0},to:{height:"var(--radix-collapsible-content-height)"}}),ud=Ce({from:{height:"var(--radix-collapsible-content-height)"},to:{height:0}}),co=n(Rr.Content,{overflow:"hidden",variants:{open:{true:{animation:`${cd} 300ms ease-out`},false:{animation:`${ud} 300ms ease-out`}}}});import*as Ur from"@radix-ui/react-collapsible";var _r=n(Ur.Trigger,{border:"none",background:"transparent",width:"100%"});function dd(e){let{open:t,onOpenChange:i,trigger:l,children:r,...s}=e;return sn.createElement(Or.Root,{open:t,onOpenChange:i,...s},sn.createElement(_r,{asChild:!0},l),sn.createElement(co,{open:t},r))}a(dd,"CollapsibleComponent");import _e from"react";import*as uo from"@radix-ui/react-checkbox";var Kr=n("div",{display:"flex",alignItems:"center"}),Gr=n(uo.Root,{borderRadius:"$xs",position:"relative",width:"1rem",height:"1rem",padding:0,$$borderColor:"$colors$neutral600",[`.${c} &`]:{$$borderColor:"$colors$neutral700"},border:"1px solid $$borderColor",backgroundColor:"transparent",cursor:"pointer",'&[data-state="checked"]':{$$color:"$colors$secondary500",[`.${c} &`]:{$$color:"$colors$secondary250"},backgroundColor:"$$color",borderColor:"$$color"},"&[data-disabled]":{backgroundColor:"$neutral600",borderColor:"$neutral700"}}),Jr=n(uo.CheckboxIndicator,{display:"flex",justifyContent:"center",alignItems:"center"}),Xr=n("label",{color:"$foreground",fontSize:"$m",cursor:"pointer"});function pd(e){let{id:t,label:i,...l}=e,r=t&&i;return _e.createElement(Kr,null,_e.createElement(Gr,{id:t,...l},_e.createElement(Jr,null,_e.createElement(Lt,{color:"white",size:12}))),r?_e.createElement(_e.Fragment,null,_e.createElement(y,{direction:"horizontal",size:8}),_e.createElement(Xr,{className:"_text",htmlFor:t},i)):null)}a(pd,"Checkbox");import e1 from"react";var Qr=n("button",{display:"inline-flex",justifyContent:"center",alignItems:"center",borderRadius:"$xs",padding:"$5 $15",cursor:"pointer",transition:"all 0.35s",border:"1px solid transparent",fontFamily:"inherit",$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color","&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color"},"&:focus-visible":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color",outline:0},variants:{selected:{true:{border:"1px solid $secondary500"}}}});function hd(e){let{label:t,selected:i,prefix:l,suffix:r,...s}=e;return e1.createElement(Qr,{selected:i,...s},l||null,e1.createElement(d,{color:i?void 0:"neutral700",variant:"body",size:"medium"},t),r||null)}a(hd,"Chip");import{i18n as xd}from"@lingui/core";import S,{useState as Id}from"react";import pa from"react";import gd from"react";var md=Ce({"0%":{backgroundPosition:"-468px 0"},"100%":{backgroundPosition:"468px 0"}}),a1=n("div",{$$background:"linear-gradient(90deg, $colors$secondary200 20%, rgba(200, 226, 255, 0.20) 70%, $colors$secondary200 100%)",[`.${c} &`]:{$$background:"linear-gradient(90deg, $colors$secondary550 0%,rgba(43, 52, 98, 0.20) 70%, $colors$secondary550 100%)"},background:"$$background",backgroundSize:"800px 100px",animation:`${md} 2s infinite ease-out`,variants:{variant:{text:{borderRadius:"$sm"},circular:{borderRadius:"$lg"},rectangular:{},rounded:{borderRadius:"$sm"}},size:{small:{},medium:{},large:{}}},compoundVariants:[{size:"small",variant:"text",css:{height:"$8"}},{size:"medium",variant:"text",css:{height:"$12"}},{size:"large",variant:"text",css:{height:"$16"}}]});function z(e){let{width:t="100%"}=e,i=e.variant!=="text"?{width:t,height:e.height}:{width:t};return gd.createElement(a1,{css:i,...e})}a(z,"Skeleton");var Ee={small:{token:17,chain:10},xmedium:{token:22,chain:10},medium:{token:27,chain:10},large:{token:30,chain:15}},ln="https://raw.githubusercontent.com/rango-exchange/assets/refs/heads/main/common/unknown-image.png";var t1=n("div",{position:"relative",display:"flex",[`& ${K}`]:{borderRadius:"100%"}}),po=n("div",{position:"absolute",borderRadius:"100%",$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",variants:{size:{small:{right:"-3px",bottom:"-3px"},xmedium:{right:"-3px",bottom:"-3px"},medium:{right:"0",bottom:"0"},large:{right:"-5px",bottom:"-5px"}},hasBorder:{true:{$$borderColor:"$colors$secondary250",[`.${c} &`]:{$$borderColor:"$colors$secondary550"},border:"1px solid $$borderColor"},false:{}}}}),o1=n("div",{borderRadius:"100%",width:"$30",display:"flex",justifyContent:"center",alignItems:"center",variants:{hasBorder:{true:{$$borderColor:"$colors$secondary550",[`.${c} &`]:{$$borderColor:"$colors$secondary500"},border:"1px solid $$borderColor"},false:{}}}});var V=a(e=>{let{tokenImage:t,chainImage:i,chianImageId:l,size:r,useAsPlaceholder:s,loading:u}=e,m=t===""?ln:t,k=i===""?ln:i;return pa.createElement(t1,{css:u?{}:{width:Ee[r].token,height:Ee[r].token}},u?pa.createElement(z,{variant:"circular",height:Ee[r].token,width:Ee[r].token}):pa.createElement(o1,{hasBorder:!m},pa.createElement(K,{size:Ee[r].token,src:m,type:"circular",...(s||!m)&&{useAsPlaceholder:!0,backgroundColor:"transparent"}})),pa.createElement(po,{size:r,hasBorder:!k},u?pa.createElement(z,{variant:"circular",height:Ee[r].chain,width:Ee[r].chain}):pa.createElement(K,{id:l,size:Ee[r].chain,src:k,type:"circular",...(s||!k)&&{useAsPlaceholder:!0,backgroundColor:"transparent"}})))},"ChainToken");import i1 from"react";var ha=$({}),n1=n("div",{backgroundColor:"$neutral400",borderRadius:"$xs",padding:"$2 $5",display:"flex",justifyContent:"center",alignItems:"center",variants:{type:{RECOMMENDED:{[`& .${ha}`]:{color:"$secondary500",[`.${c} &`]:{color:"$secondary250"}}},FASTEST:{[`& .${ha}`]:{color:"$success500"}},HIGH_IMPACT:{[`& .${ha}`]:{color:"$error500"}},LOWEST_FEE:{[`& .${ha}`]:{color:"#FF4DAD"}},CENTRALIZED:{[`& .${ha}`]:{color:"$warning500"}}}}});var cn=a(e=>{let{value:t,label:i}=e;return i1.createElement(n1,{type:t},i1.createElement(d,{variant:"body",size:"small",className:ha()},i))},"QuoteTag");var r1=n("div",{display:"flex",justifyContent:"space-between",gap:"$8",variants:{direction:{vertical:{flexDirection:"column",alignItems:"start"},horizontal:{flexDirection:"row",width:"100%",alignItems:"end"}},centerAlign:{true:{alignItems:"center",justifyContent:"center"}}}}),BS=$({display:"flex",justifyContent:"center",alignItems:"center"}),s1=n("div",{flex:"1 1 0",minWidth:0,display:"flex",alignItems:"center",justifyContent:"flex-start",flexDirection:"row",variants:{direction:{vertical:{maxWidth:320},horizontal:{maxWidth:254}}}}),l1=$({display:"flex",paddingBottom:"$5",minWidth:0,flex:"0 1 auto"}),c1={width:"fit-content"},u1=n(d,{maxWidth:"64px"}),G=$({overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}),Ft=$({minWidth:0}),un=$({"& .output-usd-value":{maxWidth:77},maxWidth:88}),d1=$({"& .output-usd-value":{maxWidth:300},maxWidth:320}),p1=$({flexShrink:1}),h1=n("div",{display:"flex",flexDirection:"row",alignItems:"center"});import*as Oe from"@radix-ui/react-tooltip";import ma from"react";import*as m1 from"@radix-ui/react-tooltip";var g1=n(m1.Content,{zIndex:"999999"}),y1=n(d,{borderRadius:"$md",padding:"$5 $10",boxShadow:"5px 5px 10px 0px rgba(0, 0, 0, 0.10)",backgroundColor:"$neutral200",[`.${c} &`]:{backgroundColor:"$neutral500"}}),C1=n("div",{display:"flex",justifyContent:"center",alignItems:"center"});function W(e){let{children:t,content:i,color:l,sideOffset:r,container:s,open:u,side:m="top",styles:k,align:b,alignOffset:x,collisionPadding:I}=e;return ma.createElement(Oe.Provider,{delayDuration:0},ma.createElement(Oe.Root,{open:u},ma.createElement(Oe.Trigger,{asChild:!0,style:k?.root},ma.createElement(C1,null,t)),ma.createElement(Oe.Portal,{container:s},ma.createElement(g1,{alignOffset:x,align:b,side:m,sideOffset:r,collisionPadding:I,collisionBoundary:s},ma.createElement(y1,{css:k?.content,variant:"label",size:"medium",color:l},i)))))}a(W,"Tooltip");import yd from"react";function J(e){let i=Number(e.content).toFixed(e.maxDecimals||12).replace(/(?:\.0*|(\.\d+?)0*)$/,"$1");return yd.createElement(W,{...e,content:i})}a(J,"NumericTooltip");function dn(e){return!e||e.length<=4?e:e.slice(0,4)+"..."}a(dn,"shortenAmount");function pn(e){return!e||e.length<=6?e:e.slice(0,6)+"..."}a(pn,"shortenDisplayName");function k1(e,t){return{CENTRALIZED:t("Centralized"),FASTEST:t("Fastest"),HIGH_IMPACT:t("High Impact"),LOWEST_FEE:t("Lowest Fee"),RECOMMENDED:t("Recommended")}[e]}a(k1,"getTagLabel");import X from"react";import Ke,{useRef as fd}from"react";import{useEffect as Cd,useState as kd}from"react";function ga(e,t){let[i,l]=kd(!1);return Cd(()=>{let r=t.current;r&&(r.scrollWidth>r.clientWidth?l(!0):l(!1))},[e,t.current]),i}a(ga,"useIsTruncated");var f1=n("div",{width:"100%",display:"flex",justifyContent:"end",alignItems:"center",overflow:"hidden",minWidth:0}),Ht=n("div",{display:"flex","& .output-usd-value":{flex:"1 1 auto",minWidth:0,flexShrink:1,maxWidth:"100%"},"& ._typography":{$$color:"$colors$neutral600",[`.${c} &`]:{$$color:"$colors$neutral700"},color:"$$color"},variants:{hasWarning:{true:{"& ._typography":{color:"$warning500"}}},hasError:{true:{"& ._typography":{color:"$error500"}}}}});function ya(e){let{size:t="medium",outputUsdValue:i,outputColor:l,realOutputUsdValue:r,percentageChange:s,warningLevel:u,error:m,tooltipProps:k,...b}=e,x=!i||u==="low",I=u==="high",p=fd(null),N=ga(r||"",p);return Ke.createElement(f1,{...b},i&&Ke.createElement(Ht,{className:G()},Ke.createElement(d,{className:`${G()} output-usd-value`,size:t,ref:p,variant:"body",color:l},r==="0"?"0.00":`~$${r}`),N&&Ke.createElement(J,{content:r,container:k?.container,side:k?.side},Ke.createElement(B,{size:12,color:"gray"}))),(i&&s||!i)&&Ke.createElement(Ht,{hasError:I,hasWarning:x},Ke.createElement(y,{direction:"horizontal",size:4}),Ke.createElement(d,{size:t,variant:"body"},i&&s&&`(${s.includes("-")?s:`-${s}`}${s?"%":"-"})`,!i&&m)))}a(ya,"PriceImpact");var ae=n("div",{display:"flex",justifyContent:"center",alignItems:"center"}),w1=n("div",{border:"1px solid",padding:"$20 $15",backgroundColor:"$neutral200",borderRadius:"$xm",cursor:"pointer",gap:"$20",display:"flex",flexDirection:"column",[`.${c} &`]:{backgroundColor:"$neutral500"},"&:hover":{backgroundColor:"$neutral300",[`.${c} &`]:{backgroundColor:"$neutral400"}},variants:{selected:{true:{$$color:"$colors$secondary500",[`.${c} &`]:{$$color:"$colors$secondary250"},borderColor:"$$color"},false:{borderColor:"transparent"}},hovered:{true:{"&:hover":{backgroundColor:"$neutral200",[`.${c} &`]:{backgroundColor:"$neutral500"}}}}}}),b1=n("div",{display:"flex",justifyContent:"space-between",variants:{loading:{true:{padding:"$2"}}}}),v1=n("div",{display:"flex",gap:"$5"}),S1=n("div",{display:"flex",height:"85px"}),T1=n("div",{padding:"$10 $5 $5 0",height:"100px",display:"flex",width:"100%",variants:{isHovered:{true:{backgroundColor:"$neutral400",boxShadow:"4px 4px 10px 0 #0000001A",borderRadius:"$xs",zIndex:10}}}}),x1=n("div",{width:"100%",display:"flex",height:"100%"}),I1=n(ae,{minWidth:"42px",position:"relative",variants:{isInternalSwap:{true:{flexDirection:"column",gap:"$5","& .token-info":{position:"static",flexDirection:"column-reverse"}}}}}),D1=n("div",{width:"100%",height:"50%",borderBottom:"1px dashed",borderColor:"$secondary200",display:"flex",flexDirection:"column",justifyContent:"flex-end",gap:"2px",[`.${c} &`]:{borderColor:"$secondary550"}}),L1=n(ae,{position:"absolute",flexDirection:"column",bottom:0,left:0,right:0,"& .internal_swap_amount_typography, & .token_label_typography":{color:"$neutral700",[`.${c} &`]:{color:"$neutral900"}}}),ho=n(ae,{flexDirection:"column","& ._typography":{color:"$neutral700",[`.${c} &`]:{color:"$neutral900"}}}),P1=n(ae,{flexDirection:"column",width:"fit-content"}),z1=n(ae,{position:"relative"}),Vt=n(ae,{borderRadius:"$lg",position:"relative",width:"$24",height:"$24",border:"1px solid transparent",variants:{state:{warning:{borderColor:"$warning500"},error:{borderColor:"$error500"}}}}),A1=n(ae,{borderRadius:"$lg",position:"absolute",width:"$10",height:"$10",bottom:-3,right:-3,variants:{type:{warning:{$$color:"$colors$warning300",[`.${c} &`]:{$$color:"$colors$warning600"},backgroundColor:"$$color"},error:{$$color:"$colors$error300",[`.${c} &`]:{$$color:"$colors$error600"},backgroundColor:"$$color"}}}}),N1=n(ae,{flexDirection:"column",paddingLeft:"$8"}),mo=n("div",{display:"flex",width:"calc(50% + 1px)",borderRight:"1px dashed",height:"$10",borderColor:"$secondary200",[`.${c} &`]:{borderColor:"$secondary550"}}),$1=n(ya,{justifyContent:"center",gap:"$4",maxWidth:150}),M1=$({position:"relative","&::after":{content:"",position:"absolute",bottom:"-6px",right:"-3px",transform:"translate(-50%, -50%) rotate(45deg)",width:"$6",height:"$6",borderTop:"2px solid",borderRight:"2px solid",borderColor:"$secondary200",[`.${c} &`]:{borderColor:"$secondary550"}}}),hn=n("div",{height:"$12",marginLeft:"$10",marginRight:"$10",borderLeft:"1px solid $neutral700"}),j1=n(ae,{padding:"$10 $2 0",height:"85px",gap:"$10",flexDirection:"column"}),E1=n("div",{display:"flex",alignItems:"center",paddingTop:"$25"}),F1=n("div",{display:"flex",justifyContent:"center",alignItems:"flex-start",flexDirection:"column",gap:"$10"}),H1=n("div",{width:"100%",variants:{hasFooter:{true:{paddingBottom:"$5",borderBottom:"1px solid",borderColor:"$neutral500",[`.${c} &`]:{borderColor:"$neutral800"}}}}}),V1=n(ae,{width:"100%",flexDirection:"column",alignItems:"stretch",gap:"$10"}),mn=n("div",{paddingBottom:"$20"}),W1=n(d,{maxWidth:"65px"}),q1=n(d,{maxWidth:"34px"});function B1(){return X.createElement(X.Fragment,null,X.createElement(ae,null,X.createElement(z,{width:57.5,variant:"text",size:"large"}),X.createElement(hn,null),X.createElement(z,{width:57.5,variant:"text",size:"large"}),X.createElement(hn,null),X.createElement(z,{width:25.5,variant:"text",size:"large"})),X.createElement(ae,{css:{gap:"$5"}},X.createElement(z,{width:153,variant:"text",size:"large"})))}a(B1,"SkeletonHeader");function Z1(){return X.createElement(j1,null,X.createElement(V,{useAsPlaceholder:!0,size:"large",loading:!0}),X.createElement(z,{variant:"rounded",width:122,height:29}))}a(Z1,"SkeletonOutput");function Y1(){return X.createElement(E1,null,X.createElement(z,{variant:"rounded",width:42,height:49}))}a(Y1,"SkeletonItemLeft");function R1(){return X.createElement(ae,{css:{flexDirection:"column",gap:"$2"}},X.createElement(z,{variant:"circular",width:30,height:30}),X.createElement(mo,{css:{width:"unset"}}))}a(R1,"SkeletonItemRight");import Ca from"react";var wd=6;function Oa(e){let{style:t={},chainImage:i,tokenImage:l,tooltipProps:r,amount:s,name:u,isInternalSwap:m,size:k="xmedium"}=e;return Ca.createElement(I1,{style:t,isInternalSwap:m},Ca.createElement(V,{size:k,chainImage:i,tokenImage:l}),Ca.createElement(L1,{className:"token-info"},Ca.createElement(J,{content:r?.content,container:r?.container,side:"bottom",open:r?.open},Ca.createElement(q1,{size:"xsmall",variant:"body",className:`${G()} ${m?"internal_swap_amount_typography":""}`},s),s&&s.length>wd&&Ca.createElement(B,{color:"gray",size:12})),Ca.createElement(d,{size:"xsmall",variant:"body",className:"token_label_typography"},u)))}a(Oa,"TokenSection");import{i18n as vd}from"@lingui/core";import q from"react";import Z from"react";var U1=n("div",{borderRadius:"$xs",display:"flex",justifyContent:"start",alignItems:"center"}),gn=n("div",{height:"$12",marginLeft:"$10",marginRight:"$10",borderLeft:"1px solid $foreground"}),go=$({width:"$16",height:"$16",display:"flex",justifyContent:"center",alignItems:"center"}),bd=Ce({"50%":{opacity:.2}}),yo=$({display:"flex",alignItems:"center",cursor:"default","&.feeSection":{cursor:"pointer","&:hover":{svg:{color:"$secondary"},"._typography":{color:"$secondary"}}},"&.warning":{animation:`${bd} 2s linear infinite`,svg:{color:"$warning500"},"._typography":{color:"$warning500"}}});function yn(e){let{fee:t,time:i,steps:l,onClickFee:r,tooltipGas:s,feeWarning:u,timeWarning:m,tooltipContainer:k}=e;return Z.createElement(U1,null,Z.createElement(W,{container:k,content:s,open:!r&&!s?!1:void 0,side:"bottom"},Z.createElement("div",{className:`${yo()} ${r?"feeSection":""} ${u?"warning":""}`,onClick:r},Z.createElement("div",{className:go()},Z.createElement(Ho,{size:12,color:"gray"})),Z.createElement(y,{direction:"horizontal",size:2}),Z.createElement(d,{align:"center",variant:"body",size:"small"},"$",t))),Z.createElement(gn,null),Z.createElement("div",{className:`${yo()} ${m?"warning":""}`},Z.createElement("div",{className:go()},Z.createElement(en,{size:12,color:"gray"})),Z.createElement(y,{direction:"horizontal",size:2}),Z.createElement(d,{align:"center",variant:"body",size:"small"},i)),!!l&&Z.createElement(Z.Fragment,null,Z.createElement(gn,null),Z.createElement("div",{className:yo()},Z.createElement("div",{className:go()},Z.createElement(_o,{size:16,color:"gray"})),Z.createElement(y,{direction:"horizontal",size:2}),Z.createElement(d,{align:"center",variant:"body",size:"small"},l))))}a(yn,"QuoteCost");function _1(e){let{internalSwaps:t,time:i,fee:l,alerts:r}=e,s=!!t.length,u=s||!!r;return q.createElement(F1,null,q.createElement(H1,{hasFooter:u},q.createElement(yn,{fee:l,time:i})),u&&q.createElement(V1,null,s&&q.createElement(q.Fragment,null,q.createElement(d,{size:"xsmall",variant:"body"},vd.t("Aggregated Transaction")),q.createElement(ae,{style:{padding:"2px"}},t.map((m,k,b)=>{let x=`internal-item-${k}`,I=k===b.length-1;return q.createElement(ae,{key:x},q.createElement(Oa,{isInternalSwap:!0,size:"small",chainImage:m.from.chain.image,tokenImage:m.from.token?.image||"",name:m.from.token?.displayName,amount:m.from.price?.value}),q.createElement(mn,null,q.createElement(qe,{color:"black"})),q.createElement(ho,{style:{paddingBottom:"10px"}},q.createElement(Vt,null,q.createElement(K,{size:16,type:"circular",src:m.swapper.image})),q.createElement(y,{size:2}),q.createElement(d,{size:"xsmall",variant:"body",align:"center"},m.swapper.displayName)),q.createElement(mn,null,q.createElement(qe,{color:"black"})),I&&q.createElement(q.Fragment,null,q.createElement(Oa,{isInternalSwap:!0,size:"small",chainImage:m.to.chain.image,tokenImage:m.to.token?.image||"",name:m.to.token?.displayName,amount:m.to.price?.value})))}))),r))}a(_1,"TooltipContent");var Dd=7;function Ld(e){let{loading:t,percentageChange:i,warningLevel:l,tooltipContainer:r,onClick:s,selected:u=!1,id:m}=e,[k,b]=Id(null),x=t?Array(3).fill(void 0):e.steps,I=x.length;return S.createElement(w1,{id:m,selected:u,onClick:s,hovered:k!==null},S.createElement(b1,{loading:t},t?S.createElement(B1,null):S.createElement(S.Fragment,null,e.quoteCost,S.createElement(v1,null,e.tags.map(p=>S.createElement(cn,{key:p.label,label:k1(p.value,xd.t),value:p.value}))))),S.createElement(S1,null,x.map((p,N)=>{let F=`item-${N}`,D=k===N,j=N===I-1,A=N===0;return S.createElement(T1,{key:F,isHovered:D,style:{marginLeft:!A&&!t?"-47px":"0px"}},S.createElement(W,{container:r,side:"bottom",align:j&&!A?"end":"start",sideOffset:10,open:!t&&D,styles:{root:{width:"100%"},content:{borderRadius:"5px",padding:"10px",backgroundColor:"$neutral400 !important"}},content:t?null:S.createElement(_1,{internalSwaps:p.internalSwaps||[],time:p.time||"",fee:p.fee||"",alerts:p.alerts})},S.createElement(x1,null,t?S.createElement(Y1,null):S.createElement(Oa,{style:{opacity:k===N-1?0:1},chainImage:p.from.chain.image,tokenImage:p.from.token.image,amount:D?dn(p.from.price.value):p.from.price.value,name:D?pn(p.from.token.displayName):p.from.token.displayName,tooltipProps:{content:p.from.price.realValue,open:p.from.price.realValue?void 0:!1,container:r}}),S.createElement(D1,{className:j?M1():""},t?S.createElement(R1,null):S.createElement(S.Fragment,null,S.createElement(ho,null,S.createElement(P1,{onMouseEnter:()=>b(N),onMouseLeave:()=>b(null)},S.createElement(z1,null,p.internalSwaps?p.internalSwaps.map((te,ge)=>{let R=`${ge}-swapper-image`;return S.createElement(Vt,{state:p.state,key:R,style:{marginLeft:ge!==0?"-10px":"0px"}},S.createElement(K,{size:22,type:"circular",src:te.swapper.image}))}):S.createElement(Vt,{state:p.state},S.createElement(K,{size:22,type:"circular",src:p.swapper.image})),p.state&&S.createElement(A1,{type:p.state},p.state==="error"?S.createElement(na,{size:8,color:"error"}):S.createElement(Ie,{size:8,color:"warning"}))),S.createElement(y,{size:2}),S.createElement(d,{size:"xsmall",variant:"body",align:"center"},p.swapper.displayName))),S.createElement(mo,null))),!t&&!j&&S.createElement(Oa,{style:{opacity:D?1:0},chainImage:p.to.chain.image,tokenImage:p.to.token.image,amount:dn(p.to.price.value),name:pn(p.to.token.displayName)}),!t&&j&&S.createElement(N1,null,S.createElement(V,{chainImage:p.to.chain.image,tokenImage:p.to.token.image,size:"medium"}),S.createElement(y,{size:4}),S.createElement("div",null,S.createElement(J,{content:e.outputPrice.realValue,container:r,open:e.outputPrice.realValue?void 0:!1},S.createElement(W1,{className:G(),size:"xmedium",variant:"title"},e.outputPrice.value),e.outputPrice.value.length>Dd&&S.createElement(B,{color:"gray",size:12}),S.createElement(y,{size:4,direction:"horizontal"}),S.createElement(d,{size:"xmedium",variant:"title"},p.to.token.displayName))),S.createElement($1,{size:"small",warningLevel:l,outputUsdValue:e.outputPrice.usdValue,realOutputUsdValue:e.outputPrice.realUsdValue,percentageChange:i,tooltipProps:{container:r}})))))}),t&&S.createElement(Z1,null)))}a(Ld,"FullExpandedQuote");import Ka from"react";import{globalCss as Pd}from"@stitches/react";var De=20;var O1=Pd({".rng-scrolled":{".rng-curve-left::before, rng-curve-right::before":{borderRadius:"0 !important"}}}),K1=n("div",{display:"flex",alignItems:"center",padding:"$20 $20 $15 $20",$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",position:"relative",borderTopRightRadius:"$primary",borderTopLeftRadius:"$primary",variants:{titlePosition:{left:{justifyContent:"start"},center:{justifyContent:"center"},right:{justifyContent:"end"}}},".rng-curve-left,.rng-curve-right":{width:20*2,height:20*2,position:"absolute",bottom:0,overflow:"hidden",transform:"translateY(100%)","&:before":{width:20*2,height:20*2,display:"block",content:"",position:"absolute",bottom:0,borderRadius:"50%",transition:"border-radius 0.5s"}},".rng-curve-left":{left:0,"&:before":{left:0,boxShadow:`-${20}px -${20}px 0 0 $$color`}},".rng-curve-right":{right:0,"&:before":{right:0,boxShadow:`${20}px -${20}px 0 0 $$color`}}}),G1=n("div",{position:"absolute",left:"$20",display:"flex",alignItems:"center",gap:"$5"}),J1=n("div",{position:"absolute",right:"$20",display:"flex",alignItems:"center",gap:"$5"});function zd({prefix:e,suffix:t,title:i}){O1();let l=a(()=>e?t?"center":"right":"left","getTitlePosition"),r=a(()=>{if(i){if(typeof i=="string")return Ka.createElement(d,{variant:"headline",size:"small"},i)}else return null;return i},"renderTitle");return Ka.createElement(K1,{titlePosition:l()},Ka.createElement(G1,null,e),r(),Ka.createElement(J1,null,t),Ka.createElement("div",{className:"rng-curve-left"}),Ka.createElement("div",{className:"rng-curve-right"}))}a(zd,"Header");import le,{useEffect as Co,useRef as ns,useState as Ad}from"react";import{createPortal as Nd}from"react-dom";function X1(e){return e.scrollTop}a(X1,"forceReflow");var Q1=n("div",{position:"absolute",top:"0",left:"0",right:"0",bottom:"0",width:"100%",height:"100%",backgroundColor:"transparent",zIndex:10,borderRadius:"$primary",overflow:"hidden",transition:"background .35s",variants:{active:{true:{backgroundColor:"color-mix(in srgb, $neutral500 70%, transparent)"}}}}),es=n("div",{backgroundColor:"$background",width:"100%",maxHeight:"100%",borderRadius:"$primary",display:"flex",flexDirection:"column",zIndex:9999999,position:"absolute",transition:"transform .45s ease-in-out, top .45s ease-in-out, left .45s ease-in-out",variants:{anchor:{right:{left:"100%"},center:{top:"100%",left:"50%",transform:"translateX(-50%)"},bottom:{top:"100%"}},active:{true:{}}},compoundVariants:[{active:!0,anchor:"right",css:{transform:"translateX(-100%)"}},{active:!0,anchor:"center",css:{top:"50%",left:"50%",transform:"translate(-50%, -50%)"}},{active:!0,anchor:"bottom",css:{transform:"translateY(-100%)"}}]}),as=n("div",{display:"flex",alignItems:"center",justifyContent:"end",[`& ${be}`]:{padding:"$5"}}),Cn=n("div",{padding:"$20 $20 $0 $20",display:"flex",justifyContent:"space-between",alignItems:"center",position:"relative",variants:{noTitle:{true:{justifyContent:"flex-end"}}}}),ts=n("div",{display:"flex",flexDirection:"column",flex:1,padding:"$0 $20 $10 $20",backgroundColor:"$background",position:"relative",overflowY:"auto",overflowX:"hidden"}),os=n("div",{padding:"0 $20 $10","& .footer__logo":{"&.logo__show":{opacity:1},"&.logo__hidden":{visibility:"hidden"}}});function kn(e){let{title:t,open:i,onClose:l,onExit:r,styles:s,anchor:u="bottom",container:m=document.body,prefix:k,header:b,dismissible:x=!0,id:I,children:p,suffix:N,footer:F,hasWatermark:D=!0,hasCloseIcon:j=!0}=e,[A,te]=Ad("unmounted"),ge=A==="activated",R=A=="mounted"||A==="activated"||A==="deactivated",ne=ns(null),ie=ns(),Me=a(ue=>{ue.stopPropagation(),ue.target===ue.currentTarget&&x&&l()},"handleBackDropClick");return Co(()=>{ie.current=r},[r]),Co(()=>(ie.current&&ne.current?.addEventListener("transitionend",ie.current),i?(te("mounted"),m.style.overflow="hidden"):A==="activated"?(te("deactivated"),ne.current?.addEventListener("transitionend",()=>{te("unmounted"),m.style.removeProperty("overflow")})):te("unmounted"),()=>{ie.current&&ne.current?.removeEventListener("transitionend",ie.current)}),[i]),Co(()=>()=>{m?.style.removeProperty("overflow")},[]),Co(()=>{m&&R&&(ne.current&&X1(ne.current),te("activated"))},[R,m]),A==="unmounted"||!m?null:Nd(le.createElement(Q1,{active:ge,onClick:Me,css:s?.root},le.createElement(es,{id:I,active:ge,css:s?.container,anchor:u,ref:ue=>ne.current=ue},b??le.createElement(Cn,{noTitle:!t&&x&&!k},k,t&&le.createElement(d,{variant:"title",size:"small"},t),le.createElement(as,null,N,x&&j&&le.createElement(be,{id:`${I}-close-btn`,onClick:l,variant:"ghost"},le.createElement(Tt,{color:"gray",size:14})))),le.createElement(ts,{css:s?.content},p),le.createElement(os,{css:s?.footer},F&&le.createElement("div",{className:"footer__content"},F),le.createElement("div",{className:`footer__logo ${D?"logo__show":"logo__hidden"}`},le.createElement(y,{size:12}),le.createElement(rn,null))))),m)}a(kn,"Modal");import Ge from"react";var is=n("div",{display:"flex",flexDirection:"column",alignItems:"center",width:"100%"}),rs=n("div",{width:"100%",textAlign:"center"}),ss=n("div",{borderRadius:"50%",width:"$45",height:"$45",display:"flex",justifyContent:"center",alignItems:"center",variants:{type:{success:{$$color:"$colors$success300",[`.${c} &`]:{$$color:"$colors$success600"},backgroundColor:"$$color"},warning:{$$color:"$colors$warning300",[`.${c} &`]:{$$color:"$colors$warning600"},backgroundColor:"$$color"},error:{$$color:"$colors$error300",[`.${c} &`]:{$$color:"$colors$error600"},backgroundColor:"$$color"},info:{$$color:"$colors$info300",[`.${c} &`]:{$$color:"$colors$info600"},backgroundColor:"$$color"},loading:{$$color:"$colors$info300",[`.${c} &`]:{$$color:"$colors$info600"},backgroundColor:"$$color"}}}});import Wt from"react";function $d(e){switch(e.type){case"success":return Wt.createElement(xt,{color:e.type,size:30});case"warning":return Wt.createElement(Ie,{color:e.type,size:30});case"error":return Wt.createElement(na,{color:e.type,size:30});case"loading":return Wt.createElement(ca,{color:"info",size:30});default:return Wt.createElement(zt,{color:e.type,size:30})}}a($d,"StatusIcon");var ls=$d;function fn(e){let{type:t,title:i,description:l,children:r,icon:s,id:u}=e;return Ge.createElement(is,{id:u},Ge.createElement(ss,{type:t,className:"_message_box_icon_container"},s||Ge.createElement(ls,{type:t})),Ge.createElement(y,{size:4}),Ge.createElement(d,{color:t==="loading"?"info500":`${t}500`,variant:"title",size:"medium",className:"_message_box_title"},i),Ge.createElement(y,{size:4}),Ge.createElement(rs,null,typeof l=="string"?Ge.createElement(d,{color:"neutral700",variant:"body",size:"medium",className:"_message_box_description"},l):l),r)}a(fn,"MessageBox");import*as ds from"@radix-ui/react-collapsible";import Je,{useState as Md}from"react";import*as cs from"@radix-ui/react-collapsible";var us=n(cs.Trigger,{padding:"$15",paddingBottom:"$5",borderRadius:"$xm",cursor:"pointer",$$backgroundColor:"$colors$neutral200",[`.${c} &`]:{$$backgroundColor:"$colors$neutral500"},backgroundColor:"$$backgroundColor",textAlign:"center",border:0,width:"100%","&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color"},"&:focus-visible":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color",outline:0}});function jd(e){let{description:t,status:i,title:l,children:r}=e,[s,u]=Md(!1);return Je.createElement(ds.Root,{open:s,onOpenChange:u},Je.createElement(us,null,Je.createElement(fn,{title:l,description:t,type:i}),Je.createElement(co,{open:s},Je.createElement(y,{size:12}),r),Je.createElement(y,{size:12}),s?Je.createElement(St,{color:"black",size:16}):Je.createElement(Na,{color:"black",size:16})))}a(jd,"CollapsibleMessageBox");import Ga from"react";import ms from"react";import*as ko from"@radix-ui/react-radio-group";var ps=n(ko.Item,{padding:"0",width:"16px",height:"16px",borderRadius:"100%",cursor:"pointer",backgroundColor:"transparent",$$borderColor:"$colors$neutral600",[`.${c} &`]:{$$borderColor:"$colors$neutral700"},border:"1px solid $$borderColor",'&[data-state="checked"]':{$$color:"$colors$secondary500",[`.${c} &`]:{$$color:"$colors$secondary250"},backgroundColor:"$$color",borderColor:"$$color"}}),hs=n(ko.Indicator,{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:"100%",position:"relative","&::after":{content:"",display:"block",width:"8px",height:"8px",borderRadius:"50%",backgroundColor:"$background"}});function wn(e){let{value:t}=e;return ms.createElement(ps,{value:t,id:t},ms.createElement(hs,null))}a(wn,"Radio");import*as gs from"@radix-ui/react-radio-group";var bn=n(gs.Root,{variants:{direction:{horizontal:{display:"flex",flexDirection:"row",flexWrap:"wrap"},vertical:{display:"grid",gridGap:"$24"}}}}),ys=n("div",{display:"flex",alignItems:"center",marginRight:"$8"}),Cs=n("div",{display:"flex"}),ks=n("label",{paddingLeft:"$8",cursor:"pointer",color:"$foreground","& > span":{display:"block"}});function Ed(e){let{value:t,onChange:i,direction:l="vertical",style:r,options:s}=e;return Ga.createElement(Cs,null,Ga.createElement(bn,{onValueChange:i,value:t,direction:l,style:r},s.map(u=>Ga.createElement(ys,{key:u.value},Ga.createElement(wn,{value:u.value}),Ga.createElement(ks,{className:"_text",htmlFor:u.value},Ga.createElement(d,{variant:"body",size:"small"},u.label))))))}a(Ed,"RadioGroup");import Xe,{createElement as Fd}from"react";var fs=n("ellipse",{cx:"12.5px",cy:"12.5px",rx:"7.7px",ry:"7.7px",strokeLinecap:"round",fill:"none",strokeDasharray:100,transform:"rotate(20deg)",transformOrigin:"center",variants:{type:{"in-progress":{stroke:"$info500",strokeWidth:2},basic:{strokeWidth:1.8}}}}),vn=n("path",{fill:"$info500"});var Hd=59,Vd=100,ws=41,Wd=0,qd=10,Bd=82,Zd=2,bs=a(e=>{let t=e.progress?"in-progress":"basic";return Xe.createElement(fs,{type:t,stroke:"currentColor",strokeDashoffset:e.progress||Hd})},"Ellipse");function Yd(e){let t=a(r=>(r-Bd)/qd,"normalizeValue"),i=Math.min(e.progress/Zd,ws),l=i!==ws?Wd:t(e.progress);return Fd(o,e,Xe.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Xe.createElement(bs,null),Xe.createElement(bs,{progress:Vd-i}),Xe.createElement("path",{d:"M19.2696 9.6089C19.1207 9.49207 19.0218 9.31141 19.01 9.10738L18.807 5.14476C18.788 4.77467 19.0763 4.45089 19.4464 4.43183C19.8165 4.41278 20.1402 4.70108 20.1593 5.07117L20.3622 9.0338C20.3813 9.40389 20.093 9.72767 19.7229 9.74672C19.5584 9.76661 19.3973 9.70903 19.2696 9.6089Z",fill:"currentColor"}),Xe.createElement(vn,{d:"M19.2696 9.6089C19.1207 9.49207 19.0218 9.31141 19.01 9.10738L18.807 5.14476C18.788 4.77467 19.0763 4.45089 19.4464 4.43183C19.8165 4.41278 20.1402 4.70108 20.1593 5.07117L20.3622 9.0338C20.3813 9.40389 20.093 9.72767 19.7229 9.74672C19.5584 9.76661 19.3973 9.70903 19.2696 9.6089Z",fillOpacity:l}),Xe.createElement("path",{d:"M15.5108 9.47903C15.3476 9.35108 15.2457 9.14511 15.2505 8.9198C15.2639 8.55221 15.575 8.25778 15.9482 8.26404L19.707 8.3939C20.0802 8.40016 20.3691 8.71837 20.3628 9.09152C20.3565 9.46466 20.0383 9.75353 19.6652 9.74728L15.9007 9.62451C15.7529 9.62312 15.6243 9.56804 15.5108 9.47903Z",fill:"currentColor"}),Xe.createElement(vn,{d:"M15.5108 9.47903C15.3476 9.35108 15.2457 9.14511 15.2505 8.9198C15.2639 8.55221 15.575 8.25778 15.9482 8.26404L19.707 8.3939C20.0802 8.40016 20.3691 8.71837 20.3628 9.09152C20.3565 9.46466 20.0383 9.75353 19.6652 9.74728L15.9007 9.62451C15.7529 9.62312 15.6243 9.56804 15.5108 9.47903Z",fillOpacity:l})))}a(Yd,"RefreshProgressButton");import{i18n as Ud}from"@lingui/core";import Qe from"react";import{TransactionType as fo}from"rango-types";var Ja=(s=>(s.ALL="ALL",s.EVM="EVM",s.COSMOS="COSMOS",s.UTXO="UTXO",s.OTHER="OTHER",s))(Ja||{});var vs={EVM:jo,COSMOS:$o,UTXO:an,OTHER:Oo},Ss={ALL:"All",EVM:"EVM",COSMOS:"Cosmos",UTXO:"UTXO",OTHER:"Other"},Ts=a((e,t)=>{switch(t){case"ALL":return!0;case"UTXO":return e.type===fo.TRANSFER;case"OTHER":return e.type!==fo.TRANSFER&&e.type!==fo.COSMOS&&e.type!==fo.EVM;default:return e.type===t}},"filterByType"),xs=a((e,t)=>e.some(i=>Ts(i,t)),"hasAnyCategory"),Rd=a(e=>Object.values(Ja).filter(l=>l!=="ALL").reduce((l,r)=>{let s=e.some(u=>Ts(u,r));return l+(s?1:0)},0),"getCategoriesCount");var Is=n("div",{display:"grid",gap:"$10",gridTemplateColumns:"auto 1fr 1fr 1fr 1fr"}),yD=n("div",{display:"flex",position:"relative",alignItems:"center",justifyContent:"center",paddingTop:"$10"}),CD=n("img",{position:"absolute",top:-2,width:15,height:15});function _d(e){let{setCategory:t,category:i,isLoading:l,blockchains:r}=e,s=Object.keys(Ja);return Qe.createElement(Is,null,l&&Array.from(Array(5),(u,m)=>Qe.createElement(z,{key:m,variant:"rounded",height:70,width:m===0?45:65})),!l&&s.map(u=>{let m=u!=="ALL"?vs[u]:null;return xs(r,u)&&Qe.createElement(on,{className:"widget-selectable-category-list-blockchains-chip-btn",selected:i===u,key:u,onClick:()=>t(u)},m&&Qe.createElement(Qe.Fragment,null,Qe.createElement(m,{size:28}),Qe.createElement(y,{size:12})),Qe.createElement(d,{size:"xsmall",variant:"body",color:u==="ALL"?"secondary500":void 0},Ud.t({id:"{blockchainCategory}",values:{blockchainCategory:Ss[u]}})))}))}a(_d,"SelectableCategoryList");import ce from"react";import{i18n as Sn}from"@lingui/core";function Ds(e){switch(e){case"failed":return Sn.t("Failed");case"success":return Sn.t("Completed");default:return Sn.t("In progress")}}a(Ds,"getStatus");function Ls(e,t){if(!e)return"";let i=new Date(Number(e)),l=12,r=10;if(!t){let I={year:"numeric",month:"long",day:"numeric"};return i.toLocaleDateString(void 0,I)}let s=i.getHours(),u=i.getMinutes(),m=s>=l?"pm":"am",k=s%l===0?l:s%l,b=u<r?`0${u}`:u;return`${k}:${b} ${m}`}a(Ls,"formattedDateAndTime");var Ps=n("div",{display:"flex",justifyContent:"space-between",alignItems:"flex-start",flexDirection:"column",gap:10}),Tn=n("div",{display:"flex",padding:0,justifyContent:"space-between",alignItems:"center",alignSelf:"stretch"}),zs=n("button",{$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",border:"none",width:"100%",borderRadius:"$xm",gap:10,padding:15,cursor:"pointer",fontFamily:"inherit","&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color"},"&:focus-visible":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color",outline:"none"}}),As=n("div",{display:"flex",padding:"$2",alignItems:"flex-start"}),Ns=n("div",{$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",border:"none",width:"100%",borderRadius:"$xm",gap:10,padding:15}),$s=n("div",{display:"flex",justifyContent:"space-between",alignItems:"flex-start",flexDirection:"column",gap:25});var Ms={failed:"error500",running:"info500",success:"success500"};import{i18n as Hs}from"@lingui/core";import w from"react";var xn=n("div",{display:"flex",padding:0,alignItems:"center",gap:10}),In=n("div",{display:"flex",padding:0,alignItems:"center",alignSelf:"stretch"}),Dn=n("div",{display:"flex",alignItems:"flex-start",variants:{direction:{column:{flexDirection:"column",flex:"1 0 0"},row:{padding:0}}}}),js=n("div",{display:"flex",alignItems:"center",alignSelf:"stretch"}),qt=n("div",{display:"flex",padding:0,flexDirection:"column",justifyContent:"center",alignItems:"flex-start"}),Ln=n("div",{display:"flex",padding:"$4",width:"$32",height:"$32",justifyContent:"center",alignItems:"center"}),Es=n("div",{display:"flex",alignItems:"center",justifyContent:"center"}),Fs=n("div",{width:"$24",height:"$24",display:"flex",justifyContent:"center",alignItems:"center"}),WD=n("div",{display:"flex",padding:0,alignItems:"center",gap:25}),Bt=n(d,{maxWidth:"97px"}),Pn=n(d,{maxWidth:"$48"}),Zt=n("div",{display:"flex",justifyContent:"center",alignItems:"center"});var wo=10,Vs=6;function zn(e){if("isLoading"in e)return w.createElement(xn,null,w.createElement(In,null,w.createElement("div",null,w.createElement(V,{size:"medium",loading:!0})),w.createElement("div",{style:{transform:"translateX(-5px)"}},w.createElement(V,{size:"medium",loading:!0}))),w.createElement(Es,null,w.createElement(qt,null,w.createElement(z,{variant:"text",size:"medium",width:76}),w.createElement(y,{size:8}),w.createElement(z,{variant:"text",size:"medium",width:60})),w.createElement(Fs,null,w.createElement(ra,{size:12,color:"gray"})),w.createElement(qt,null,w.createElement(z,{variant:"text",size:"medium",width:76}),w.createElement(y,{size:8}),w.createElement(z,{variant:"text",size:"medium",width:60}))));let{data:{from:{token:t,amount:i,blockchain:l,realAmount:r},to:{token:s,blockchain:u,realAmount:m}},status:k,tooltipContainer:b,currentStep:x}=e;return w.createElement(xn,null,w.createElement(In,null,w.createElement("div",null,w.createElement(V,{tokenImage:t.image,chainImage:l.image,size:"large"})),w.createElement("div",{style:{transform:"translateX(-10px)"}},w.createElement(V,{tokenImage:s.image,chainImage:u.image,size:"large"}))),k==="running"?w.createElement(Dn,{direction:"column"},w.createElement(js,null,w.createElement(Bt,{className:G(),size:"medium",variant:"title"},t.displayName),t.displayName.length>wo&&w.createElement(W,{content:t.displayName,container:b},w.createElement(B,{size:12,color:"gray"})),w.createElement(Ln,null,w.createElement(ra,{size:24,color:"black"})),w.createElement(Bt,{className:G(),size:"medium",variant:"title"},s.displayName),s.displayName.length>wo&&w.createElement(W,{content:s.displayName,container:b},w.createElement(B,{size:12,color:"gray"}))),w.createElement(d,{size:"small",variant:"body",color:"neutral700"},x?.fromBlockchain===x?.toBlockchain?Hs.t("Waiting for the swap transaction"):Hs.t("Waiting for the bridge transaction"))):w.createElement(Dn,{direction:"row"},w.createElement(qt,null,w.createElement(Zt,null,w.createElement(Bt,{className:G(),size:"medium",variant:"title"},t.displayName),t.displayName.length>wo&&w.createElement(W,{content:t.displayName,container:b},w.createElement(B,{size:12,color:"gray"}))),!!i&&w.createElement(Zt,null,w.createElement(Pn,{className:G(),size:"small",variant:"body",color:"neutral700"},r),r.length>Vs&&w.createElement(J,{content:r,container:b},w.createElement(B,{size:12,color:"gray"})))),w.createElement(Ln,null,w.createElement(ra,{size:24,color:"black"})),w.createElement(qt,null,w.createElement(Zt,null,w.createElement(Bt,{className:G(),size:"medium",variant:"title"},s.displayName),s.displayName.length>wo&&w.createElement(W,{content:s.displayName,container:b},w.createElement(B,{size:12,color:"gray"}))),w.createElement(Zt,null,w.createElement(Pn,{className:G(),size:"small",variant:"body",color:"neutral700"},m),m.length>Vs&&w.createElement(J,{content:m,container:b},w.createElement(B,{size:12,color:"gray"}))))))}a(zn,"SwapToken");function Od(e){if("isLoading"in e)return ce.createElement(Ns,null,ce.createElement($s,null,ce.createElement(Tn,null,ce.createElement(z,{variant:"text",size:"medium",width:76}),ce.createElement(z,{variant:"text",size:"medium",width:76})),ce.createElement(zn,{isLoading:!0})));let{onClick:t,requestId:i,creationTime:l,onlyShowTime:r,status:s,swapTokenData:u,tooltipContainer:m,currentStep:k,className:b}=e;return ce.createElement(zs,{onClick:t.bind(null,i),className:b},ce.createElement(Ps,null,ce.createElement(Tn,null,ce.createElement(As,null,ce.createElement(d,{variant:"label",size:"medium",color:"neutral600"},Ls(l,r))),ce.createElement(d,{variant:"label",size:"medium",color:Ms[s]},Ds(s))),ce.createElement(zn,{data:u,status:s,tooltipContainer:m,currentStep:k})))}a(Od,"SwapListItem");import Bs from"react";import*as bo from"@radix-ui/react-switch";var Ws=n(bo.Root,{boxSizing:"border-box",boxShadow:"none",width:"24px",height:"16px",$$color:"$colors$neutral600",[`.${c} &`]:{$$color:"$colors$neutral700"},backgroundColor:"$$color",border:"none",borderRadius:"99999px",padding:"0",cursor:"pointer",transition:"all 0.35s",overflow:"hidden",'&[data-state="checked"]':{$$color:"$colors$secondary500",[`.${c} &`]:{$$color:"$colors$secondary250"},backgroundColor:"$$color",borderColor:"$$color"},"-webkit-tap-highlight-color":"rgba(0, 0, 0, 0)"}),qs=n(bo.Thumb,{boxSizing:"border-box",position:"relative",left:"$2",display:"block",width:"12px",height:"12px",backgroundColor:"$background",borderColor:"$secondary100",transition:" transform 300ms",borderRadius:"999999px",willChange:"transform","&:hover":{boxShadow:"rgba(0, 0, 0, 0.6) 0px 3px 8px","-moz-box-shadow":"rgba(0, 0, 0, 0.6) 0px 3px 8px","-webkit-box-shadow":"rgba(0, 0, 0, 0.6) 0px 3px 8px","-o-box-shadow":"rgba(0, 0, 0, 0.6) 0px 3px 8px"},'&[data-state="checked"]':{transform:"translateX(8px)"}});function Kd(e){let{checked:t,onChange:i}=e;return Bs.createElement(Ws,{checked:t,onCheckedChange:i},Bs.createElement(qs,null))}a(Kd,"Switch");import Le,{useRef as Gd}from"react";var Zs=n("div",{borderRadius:"$xs",display:"flex",justifyContent:"center",alignItems:"center",borderWidth:1,borderStyle:"solid",variants:{fullWidth:{true:{width:"100%"},false:{width:"fit-content"}},size:{small:{},large:{borderRadius:"$xl"}},suffix:{true:{},false:{padding:0}},prefix:{true:{},false:{padding:0}},variant:{contained:{$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color","&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color"}},outlined:{backgroundColor:"transparent",border:"1px solid $neutral100","&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral400"},borderColor:"$$color"}},ghost:{background:"transparent"}},disabled:{true:{},false:{}},status:{default:{borderColor:"transparent"},error:{borderColor:"$error500"},warning:{borderColor:"$warning500"},success:{borderColor:"$secondary500"}}},compoundVariants:[{size:"small",suffix:!0,css:{paddingRight:"$15"}},{size:"small",prefix:!0,css:{paddingLeft:"$15"}},{size:"large",suffix:!0,css:{paddingRight:"$10"}},{size:"large",prefix:!0,css:{paddingLeft:"$10"}},{variant:"contained",disabled:!0,css:{"&:hover":{backgroundColor:"$neutral100"}}},{variant:"outlined",disabled:!0,css:{"&:hover":{borderColor:"$neutral100"}}}]}),Ys=n("input",{flexGrow:1,color:"$foreground",fontSize:"$14",lineHeight:"$20",fontWeight:400,border:"none",outline:"none",fontFamily:"inherit",maxWidth:"100%",variants:{prefix:{true:{paddingLeft:"$0"},false:{}},size:{small:{padding:"$6 $15 $6 $0"},large:{padding:"$10 $10 $10 $0"}}},compoundVariants:[{size:"small",prefix:!1,css:{paddingLeft:"$15"}},{size:"large",prefix:!1,css:{paddingLeft:"$10"}}],backgroundColor:"transparent","-webkit-appearance":"none",margin:0,"&:disabled":{cursor:"not-allowed"},"&::-webkit-outer-spin-button, &::-webkit-inner-spin-button":{"-webkit-appearance":"none",margin:0},'&[type="number"]':{"-moz-appearance":"textfield"},"&::placeholder, &::-webkit-input-placeholder":{color:"$neutral700",[`.${c} &`]:{color:"$neutral900"}},"&:focus-visible":{outline:"none"}}),Rs=n("label",{display:"inline-block"});function Jd(e,t){let i=Gd(null),{label:l,prefix:r,suffix:s,size:u="small",style:m,variant:k,fullWidth:b,labelProps:x,status:I="default",...p}=e,N=a(j=>{p?.type==="number"&&["-","+"].includes(j.key)&&j.preventDefault()},"handleKeyDown"),F=a(j=>{if(p?.type==="number"){let A=j.clipboardData.getData("text");/^\d+(\.\d+)?$/.test(A)||j.preventDefault()}},"handlePaste"),D=a(()=>{t&&"current"in t&&t.current?t.current.focus():i.current&&i.current.focus()},"handleClick");return Le.createElement(Le.Fragment,null,l&&Le.createElement(Le.Fragment,null,Le.createElement(Rs,{className:"_text",...p.id&&{htmlFor:p.id}},Le.createElement(d,{variant:"label",size:"large",...x},l)),Le.createElement(y,{direction:"vertical",size:4})),Le.createElement(Zs,{disabled:p.disabled,fullWidth:b,variant:k,size:u,css:m,status:I,suffix:!!s,prefix:!!r,onClick:D,className:"_text-field"},r,Le.createElement(Ys,{autoComplete:"off",...p,onKeyDown:N,onPaste:F,spellCheck:!1,prefix:!!r,size:u,ref:t||i}),s))}a(Jd,"TextFieldComponent");var Yt=Le.forwardRef(Jd);Yt.displayName="TextField";Yt.toString=()=>"._text-field";import ve,{useEffect as ol,useState as nl}from"react";function Us(){let e=1;return()=>(e++,e)}a(Us,"idGenerator");var _s=500,ea=300,Os=200,Ks=200;import ka,{createContext as Xd,useContext as Qd,useMemo as e6,useState as Xa}from"react";import{createPortal as a6}from"react-dom";var Gs=$({transition:`transform ${Os}ms ease-in-out`,"&:hover":{transform:"scale(0.99)"}}),Js=n("div",{transition:`transform ${ea}ms cubic-bezier(0, 0, 0.75, 1.25)`,cursor:"pointer",variants:{isActive:{true:{}},isVisible:{true:{}},position:{"right-top":{},"right-bottom":{},"left-top":{},"left-bottom":{},"center-top":{},"center-bottom":{}}},compoundVariants:[{position:"right-top",isActive:!0,isVisible:!0,css:{transform:"translateX(0)",maxHeight:"200px"}},{position:"right-top",isActive:!1,isVisible:!0,css:{maxHeight:"200px",transform:"translateX(100%)"}},{position:"right-top",isActive:!1,isVisible:!1,css:{maxHeight:"0px",transform:"translateX(100%)",transition:`max-height ${ea}ms ease-in-out`}},{position:"right-bottom",isActive:!0,isVisible:!0,css:{transform:"translateX(0)",maxHeight:"200px"}},{position:"right-bottom",isActive:!1,isVisible:!0,css:{transform:"translateX(100%)",maxHeight:"200px"}},{position:"right-bottom",isActive:!1,isVisible:!1,css:{transform:"translateX(100%)",maxHeight:"0px",transition:`max-height ${ea}ms ease-in-out`}},{position:"left-top",isActive:!0,isVisible:!0,css:{transform:"translateX(0)",maxHeight:"200px"}},{position:"left-top",isActive:!1,isVisible:!0,css:{transform:"translateX(-100%)",maxHeight:"200px"}},{position:"left-top",isActive:!1,isVisible:!1,css:{transform:"translateX(-100%)",maxHeight:"0px",transition:`max-height ${ea}ms ease-in-out`}},{position:"left-bottom",isActive:!0,isVisible:!0,css:{transform:"translateX(0)",maxHeight:"200px"}},{position:"left-bottom",isActive:!1,isVisible:!0,css:{transform:"translateX(-100%)",maxHeight:"200px"}},{position:"left-bottom",isActive:!1,isVisible:!1,css:{transform:"translateX(-100%)",maxHeight:"0px",transition:`max-height ${ea}ms ease-in-out`}},{position:"center-top",isActive:!0,isVisible:!0,css:{maxHeight:"200px",transform:"translateY(0)",opacity:1}},{position:"center-top",isActive:!1,isVisible:!0,css:{maxHeight:"200px",transform:"translateY(-1000%)",opacity:0}},{position:"center-top",isActive:!1,isVisible:!1,css:{maxHeight:"0px",opacity:0,transform:"translateY(-1000%)",transition:`max-height ${ea}ms ease-in-out`}},{position:"center-bottom",isActive:!0,isVisible:!0,css:{transform:"translateY(0)",maxHeight:"200px",opacity:1}},{position:"center-bottom",isActive:!1,isVisible:!0,css:{transform:"translateY(1000%)",maxHeight:"200px",opacity:0}},{position:"center-bottom",isActive:!1,isVisible:!1,css:{transform:"translateY(1000%)",maxHeight:"0px",opacity:0,transition:`max-height ${ea}ms ease-in-out`}}]}),Xs=n("div",{overflow:"hidden",position:"absolute",zIndex:9999,display:"flex",gap:"$4",flexDirection:"column",variants:{position:{"right-top":{right:12,top:2},"right-bottom":{right:12,bottom:2,flexDirection:"column-reverse"},"left-top":{left:12,top:2},"left-bottom":{left:12,bottom:2,flexDirection:"column-reverse"},"center-top":{left:"50%",transform:"translateX(-50%)",top:2},"center-bottom":{left:"50%",transform:"translateX(-50%)",bottom:2,flexDirection:"column-reverse"}}}}),Qs=n("div",{display:"flex",borderRadius:"$sm",width:"292px",minHeight:"52px",variants:{variant:{custom:{backgroundColor:"$background",borderRight:"1px solid","&:hover":{backgroundColor:"$secondary100",[`.${c} &`]:{backgroundColor:"$neutral300"}}},standard:{"& ._alert":{padding:"$10",width:"100%",justifyContent:"center",alignItems:"center"}}},type:{error:{},success:{},warning:{},info:{},loading:{}}},compoundVariants:[{variant:"custom",type:"error",css:{borderRightColor:"$error500"}},{variant:"custom",type:"success",css:{borderRightColor:"$success500"}},{variant:"custom",type:"warning",css:{borderRightColor:"$warning500"}},{variant:"custom",type:"info",css:{borderRightColor:"$info500"}},{variant:"custom",type:"loading",css:{borderRightColor:"$info500"}}]}),el=n("div",{display:"flex",padding:"$10",alignItems:"center"}),al=n(d,{overflowWrap:"break-word",wordBreak:"break-word",variants:{hasColor:{false:{[`.${Ei} &`]:{color:"$neutral700"},[`.${c} &`]:{color:"$neutral900"}}}}});var tl=Xd(void 0),Qa=a((e,t)=>ka.createElement(ka.Fragment,null,e.length>0&&ka.createElement(Xs,{style:e[0].containerStyle,position:t},e.map(i=>ka.createElement(Nn,{...i,key:i.id})))),"renderToastContainer"),t6=a(e=>{let t=e6(()=>Us(),[]),{children:i,container:l}=e,[r,s]=Xa([]),[u,m]=Xa([]),[k,b]=Xa([]),[x,I]=Xa([]),[p,N]=Xa([]),[F,D]=Xa([]),j=a(R=>{switch(R){case"right-top":return b;case"right-bottom":return I;case"left-top":return s;case"left-bottom":return m;case"center-top":return N;default:return D}},"getToastSetter"),A=a(R=>{a(()=>j(R.position),"addToasts")()(ie=>ie.find(ue=>ue.id===R.id)?(console.warn("Trying to send a toast with an existing ID. Please update the toast ID or use it after the toast is hidden"),ie):[...ie,{...R,id:R.id||t()}])},"handleAddToast"),te=a((R,ne)=>{a(()=>j(ne),"removeFromToasts")()(Me=>Me.filter(ue=>ue.id!==R))},"handleRemoveToast"),ge={addToast:R=>A(R),removeToast:(R,ne)=>te(R,ne)};return ka.createElement(tl.Provider,{value:ge},i,l&&a6(ka.createElement(ka.Fragment,null,Qa(k,"right-top"),Qa(r,"left-top"),Qa(p,"center-top"),Qa(x,"right-bottom"),Qa(u,"left-bottom"),Qa(F,"center-bottom")),l))},"ToastProvider");function An(){let e=Qd(tl);if(!e)throw new Error("useToast can only be used within the ToastProvider component");return e}a(An,"useToast");var Nn=a(e=>{let{id:t,autoHideDuration:i,onClose:l,type:r,title:s,position:u,hasCloseIcon:m=!0,hideOnTap:k=!0,variant:b="standard"}=e,[x,I]=nl(!1),[p,N]=nl(!1),{removeToast:F}=An();ol(()=>{let j;if(i){let A=setTimeout(()=>{D()},i);j=a(()=>clearTimeout(A),"cleanup")}return j},[t]);let D=a(()=>{I(!1),setTimeout(()=>{N(!1)},Ks),setTimeout(()=>{F(t,u),l?.()},_s)},"handleClose");return ol(()=>{N(!0),setTimeout(()=>{I(!0)},0)},[]),ve.createElement(Js,{isActive:x,position:u,isVisible:p},ve.createElement("div",{className:Gs()},ve.createElement(Qs,{onClick:k?D:void 0,variant:b,type:r},b==="custom"?ve.createElement(el,null,ve.createElement(Ue,{type:r,align:"center"},ve.createElement(ro,{type:r})),ve.createElement(y,{direction:"horizontal",size:10}),ve.createElement(al,{variant:"body",size:"small",align:"left"},e.title)):ve.createElement(so,{title:s,type:r,variant:"alarm",titleAlign:"left",id:t.toString(),action:m?ve.createElement(be,{className:"toast-close-icon-btn",variant:"ghost",size:"xsmall",onClick:D},ve.createElement(Tt,{size:12})):void 0}))))},"Toast");import{detectInstallLink as o6}from"@rango-dev/wallets-shared";import oe from"react";import{i18n as Se}from"@lingui/core";var Rt=(s=>(s.NOT_INSTALLED="not_installed",s.DISCONNECTED="disconnected",s.CONNECTING="connecting",s.CONNECTED="connected",s.PARTIALLY_CONNECTED="partially_connected",s))(Rt||{});function $n(e){switch(e){case"connected":return{color:"success500",description:Se.t("Connected"),tooltipText:Se.t("Disconnect")};case"partially_connected":return{color:"warning500",description:Se.t("Connected Partially"),tooltipText:Se.t("Connect other chains")};case"not_installed":return{color:"info500",description:Se.t("Install"),tooltipText:Se.t("Install")};case"connecting":return{color:"neutral600",description:Se.t("Connecting ..."),tooltipText:Se.t("Connecting")};case"disconnected":return{color:"neutral600",description:Se.t("Disconnected"),tooltipText:Se.t("Connect")};default:throw new Error(Se.t("you need to pass a correct state to Wallet."))}}a($n,"makeInfo");var Ut=n("div",{"& img":{borderRadius:"50%"}}),vo=n(d,{textTransform:"capitalize"}),So=n("div",{display:"flex",flexDirection:"column",marginTop:"$10"}),Mn=n("button",{borderRadius:"$xm",padding:"$10",border:"0",display:"flex",flexDirection:"column",$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",alignItems:"center",cursor:"pointer",width:108,position:"relative",fontFamily:"inherit","&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color"},"&:focus-visible":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color",outline:0},"&:disabled":{filter:"grayscale(1)",pointerEvents:"none"},variants:{selected:{true:{outlineWidth:1,$$outline:"$colors$secondary500",[`.${c} &`]:{$$outline:"$colors$secondary250"},outlineColor:"$$outline",outlineStyle:"solid"}}}}),jn=n(Mn,{width:"auto",paddingRight:"$6",paddingLeft:"$6",flex:1,minWidth:"98px",maxWidth:"110px",minHeight:"93px"}),il=n("div",{borderRadius:"$xm",padding:"$10 0",border:"0",display:"flex",flexDirection:"column",backgroundColor:"$neutral100",alignItems:"center",justifyContent:"center",width:100});function n6(e){let{title:t,type:i,image:l,onClick:r,isLoading:s,disabled:u=!1}=e,m=$n(e.state);return s?oe.createElement(il,null,oe.createElement(z,{variant:"circular",width:35,height:35}),oe.createElement(y,{size:12}),oe.createElement(z,{variant:"text",width:85,size:"medium"}),oe.createElement(y,{size:4}),oe.createElement(z,{variant:"text",width:64,size:"medium"})):a(b=>u?oe.createElement(oe.Fragment,null,b):oe.createElement(W,{container:e.container,content:m.tooltipText,side:"top"},b),"wrapComponentWithTooltip")(oe.createElement(Mn,{className:"widget-clickable-wallet-btn",disabled:e.state=="connecting"||u,onClick:()=>{e.state==="not_installed"?window.open(o6(e.link),"_blank"):r(i)}},oe.createElement(Ut,null,oe.createElement(K,{src:l,size:35})),oe.createElement(So,null,oe.createElement(vo,{variant:"label",size:"medium",noWrap:!1},t),oe.createElement(d,{variant:"body",size:"xsmall",noWrap:!1,color:m.color},m.description))))}a(n6,"Wallet");var En=n6;import{detectInstallLink as i6}from"@rango-dev/wallets-shared";import et from"react";function r6(e){let{title:t,type:i,image:l,onClick:r,selected:s,id:u,description:m,descriptionColor:k,disabled:b=!1}=e;return et.createElement(jn,{selected:s,id:u,disabled:e.state=="connecting"||b,onClick:()=>{e.state==="not_installed"?window.open(i6(e.link),"_blank"):r(i)}},et.createElement(Ut,null,et.createElement(K,{src:l,size:35})),et.createElement(So,null,et.createElement(vo,{variant:"label",size:"medium",noWrap:!1},t),et.createElement(d,{variant:"body",size:"xsmall",noWrap:!1,color:k},m)))}a(r6,"SelectableWallet");import{GroupedVirtuoso as s6,Virtuoso as l6}from"react-virtuoso";import c6 from"react";import at from"react";var rl=n("li",{width:"100%",overflow:"hidden",borderRadius:"$xs",display:"flex",alignItems:"center",padding:"$10 $5",border:0,backgroundColor:"transparent",".item-start-container":{paddingRight:"$10",flexShrink:0,"& svg":{display:"block"}},".item-text-container":{flexGrow:1,flexShrink:1,flexBasis:"auto",textAlign:"left","._description":{$$color:"$colors$neutral600",[`.${c} &`]:{$$color:"$colors$neutral700"},color:"$$color"},".item-text-title":{fontWeight:"bold",display:"flex",alignItems:"center",color:"$foreground"}},".item-end-container":{display:"flex",justifyContent:"center",alignItems:"center",paddingLeft:"$10",overflow:"hidden",flexShrink:0},variants:{hasDivider:{true:{borderBottom:"1px solid",borderColor:"$neutral300",[`.${c} &`]:{borderColor:"$neutral400"},borderBottomRightRadius:0,borderBottomLeftRadius:0}}}});function _t(e){let{start:t,title:i,description:l,end:r,onClick:s,hasDivider:u,...m}=e;return at.createElement(rl,{hasDivider:u,onClick:s,...m},t&&at.createElement("div",{className:"item-start-container"},t),at.createElement("div",{className:"item-text-container"},i&&at.createElement("div",{className:"item-text-title"},i),l&&at.createElement(d,{variant:"body",className:"_description",size:"small"},l)),r&&at.createElement("div",{className:"item-end-container"},r))}a(_t,"ListItem");var sl=n(_t,{transition:"all 0.35s","&:hover":{borderRadius:"$xs",$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color",cursor:"pointer"},"&:active":{transform:"scale(0.99)"},"&:focus-visible":{borderRadius:"$xs",outline:0,$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color"},variants:{selected:{true:{outline:"1px solid $secondary500"},false:{outline:0}}}});function Fn(e){let{onClick:t,id:i,selected:l,...r}=e,s=a(()=>{t&&t(i)},"onClickWithKey");return c6.createElement(sl,{onClick:s,id:i,"aria-label":"button",selected:l,onKeyUp:u=>{u.key==="Enter"&&s()},tabIndex:0,...r})}a(Fn,"ListItemButton");import Hn from"react";var ll=n("ul",{padding:0,margin:0,listStyle:"none"});function u6(e){return Hn.createElement(ll,{as:e.as},e.items.map(t=>{let{id:i,type:l,...r}=t,s=l||e.type;return s?Hn.cloneElement(s,{...r,key:i,id:i}):Hn.createElement(_t,{key:i,id:i,...r})}))}a(u6,"List");import tt from"react";var cl=n("div",{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",textAlign:"center","& .not-found-description":{color:"$neutral700",[`.${c} &`]:{color:"$neutral900"}}});function d6(e){let{icon:t,titleColor:i,hasIcon:l=!0}=e;return tt.createElement(cl,null,l&&(t||tt.createElement(Xo,{color:"secondary",size:26})),tt.createElement(y,{size:4}),tt.createElement(d,{variant:"title",size:"medium",color:i},e.title),tt.createElement(y,{size:10}),tt.createElement(d,{className:"not-found-description",variant:"body",size:"medium"},e.description))}a(d6,"NotFound");import M,{useRef as Vn}from"react";function p6(e){let t=Vn(null),i=ga(e.price?.realValue||"",t),l=Vn(null),r=ga(e.price?.realUsdValue||"",l),s=Vn(null),u=ga(e.token.displayName,s);return M.createElement(r1,{direction:e.direction,centerAlign:e.centerAlign,id:e.id},M.createElement(s1,{direction:e.direction},M.createElement(V,{chainImage:e.chain.image,tokenImage:e.token.image,size:"medium"}),M.createElement(y,{direction:"horizontal",size:4}),M.createElement("div",{className:Ft()},e.label&&M.createElement(d,{size:"xsmall",variant:"body",color:"$neutral700"},e.label),M.createElement(h1,{className:Ft()},M.createElement(d,{size:"medium",variant:"title",ref:t,className:`${G()} ${Ft()}`,style:{fontWeight:600}},e.price.realValue),e.price.realValue&&i&&M.createElement(M.Fragment,null,M.createElement(y,{direction:"horizontal",size:2}),M.createElement(J,{styles:{root:c1},content:e.price.realValue,open:e.price.realValue?void 0:!1,container:e.tooltipContainer},M.createElement(B,{size:12,color:"gray"}))),M.createElement(y,{direction:"horizontal",size:8}),M.createElement(u1,{size:"medium",variant:"title",className:G(),ref:s,style:{fontWeight:400}},e.token.displayName),u&&M.createElement(M.Fragment,null,M.createElement(y,{direction:"horizontal",size:2}),M.createElement(W,{content:e.token.displayName,container:e.tooltipContainer},M.createElement(B,{size:12,color:"gray"})))))),e.price.usdValue&&e.price.usdValue!=="0"&&M.createElement("div",{className:l1()},e.type==="input"&&M.createElement(Ht,{className:un()},M.createElement(d,{ref:l,className:G(),size:"small",variant:"body"},`~$${e.price.realUsdValue}`),r&&M.createElement(J,{content:e.price.realUsdValue,container:e.tooltipContainer},M.createElement(B,{size:12,color:"gray"}))),e.type==="output"&&M.createElement(ya,{className:`${e.direction==="horizontal"?un():d1()} ${Ft()} ${p1()}`,style:{...e.direction==="horizontal"&&{flexWrap:"wrap"}},size:"small",tooltipProps:{container:e.tooltipContainer,side:"top"},outputUsdValue:e.price.usdValue,percentageChange:e.percentageChange,warningLevel:e.warningLevel,realOutputUsdValue:e.price.realUsdValue})))}a(p6,"TokenAmount");import{i18n as To}from"@lingui/core";import T,{forwardRef as h6,Fragment as m6,memo as g6,useEffect as y6,useRef as C6}from"react";import{css as Ot}from"@stitches/react";var ul=n("div",{width:"100%",position:"relative",padding:"0 0.5rem",boxSizing:"border-box",border:"1px solid transparent",variants:{type:{"quote-details":{border:"none"},"swap-progress":{backgroundColor:"$neutral100",$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},borderRadius:"$xm",padding:"$10 $15",marginBottom:"15px"}},state:{default:{borderColor:"transparent"},"in-progress":{borderColor:"$info500"},completed:{borderColor:"$success500"},warning:{borderColor:"$warning500"},error:{borderColor:"$error500"}}}}),Wn=n("div",{borderRadius:"100%",width:"24px",height:"24px",overflow:"hidden",border:"1.5px solid transparent",variants:{state:{default:{borderColor:"transparent"},"in-progress":{borderColor:"$info500"},completed:{borderColor:"$success500"},warning:{borderColor:"$warning500"},error:{borderColor:"$error500"}}}}),dl=n("div",{width:"100%",variants:{pb:{true:{paddingBottom:"35px"}}}}),pl=n("div",{borderLeft:"1px dashed $foreground",minHeight:"64px",margin:"0 11.5px",alignSelf:"stretch",variants:{invisible:{true:{visibility:"hidden",minHeight:"unset"}}}}),hl=n("div",{borderLeft:"1px solid transparent",margin:"0 $12",display:"block",height:"8px",variants:{state:{default:{borderColor:"transparent"},"in-progress":{borderColor:"$info500"},completed:{borderColor:"$success500"},warning:{borderColor:"$warning500"},error:{borderColor:"$error500"}}}}),ml=n("div",{borderLeft:"1px dashed transparent",margin:"0 $10",alignSelf:"stretch",display:"block",height:"15px",position:"absolute",top:"-16px",left:"16px",variants:{state:{default:{borderColor:"transparent"},"in-progress":{borderColor:"$info500"},completed:{borderColor:"$success500"},warning:{borderColor:"$warning500"},error:{borderColor:"$error500"}}}}),qn=n(d,{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",maxWidth:"38px"}),Bn=n(d,{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",maxWidth:"60px"}),gl=Ot({width:"100%",overflow:"hidden"}),yl=Ot({display:"flex",flexDirection:"column",justifyContent:"center"}),Zn=Ot({display:"flex",alignItems:"center"}),Cl=Ot({display:"flex",flex:"1",width:"100%",alignItems:"start",variants:{tx:{true:{paddingLeft:"36px"}}}}),kl=Ot({display:"flex",paddingTop:"$5",paddingBottom:"$10",alignItems:"center"});var k6=45,fl=9,wl=h6((e,t)=>{let{step:i,hasSeparator:l,type:r,state:s,isFocused:u,tabIndex:m,tooltipContainer:k,className:b}=e,{from:x,to:I,swapper:p}=i,N=C6(null),F=N.current,D=s==="completed"||s==="error",j=i.internalSwaps?.length?i.internalSwaps:[{from:x,to:I,swapper:p}];return y6(()=>{let A=t?.current;u&&F&&A&&(A.scrollTop=F.offsetTop-k6)},[u,F]),T.createElement(ul,{type:r,state:s,ref:N,className:b,tabIndex:m},r==="quote-details"&&T.createElement("div",{className:Zn()},T.createElement(Wn,{state:s},T.createElement(K,{size:22,src:i.swapper.image})),T.createElement(y,{direction:"horizontal",size:8}),T.createElement(d,{size:"medium",variant:"label"},i.from.chain.displayName===i.to.chain.displayName?To.t({id:"Swap on {fromChain} via {swapper}",values:{fromChain:i.from.chain.displayName,swapper:i.swapper.displayName}}):To.t({id:"Bridge from {fromChain} via {swapper}",values:{fromChain:i.from.chain.displayName,swapper:i.swapper.displayName}}))),r==="swap-progress"&&T.createElement("div",{className:yl()},l&&T.createElement(ml,{state:s}),j.map((A,te)=>{let ge=`${A.swapper.displayName}-${te}`;return T.createElement(m6,{key:ge},T.createElement("div",{id:A.swapper.displayName,className:Zn()},T.createElement(Wn,{state:s},T.createElement(K,{size:22,src:A.swapper.image})),T.createElement(y,{direction:"horizontal",size:8}),T.createElement(d,{size:"medium",variant:"label"},A?.swapper.type==="DEX"?To.t({id:"Swap on {fromChain} via {swapper}",values:{fromChain:A.from.chain.displayName,swapper:A.swapper.displayName}}):To.t({id:"Bridge to {toChain} via {swapper}",values:{toChain:A.to.chain.displayName,swapper:A.swapper.displayName}}))),te!==j.length-1&&T.createElement(hl,{state:s}))})),T.createElement("div",{className:Cl()},T.createElement(pl,{invisible:!l||r==="swap-progress"}),T.createElement("div",{className:gl()},T.createElement("div",{className:kl()},T.createElement(V,{chainImage:i.from.chain.image,tokenImage:i.from.token.image,size:"small"}),T.createElement(J,{content:i.from.price.realValue,container:k},T.createElement(y,{direction:"horizontal",size:4}),T.createElement(Bn,{size:"small",color:"$neutral700",variant:"body"},`${i.from.price.realValue}`),i.from.price.realValue&&i.from.price.realValue.length>fl&&T.createElement(T.Fragment,null,T.createElement(y,{direction:"horizontal",size:2}),T.createElement(B,{size:12,color:"gray"})),T.createElement(y,{direction:"horizontal",size:2}),T.createElement(qn,{size:"small",color:"$neutral700",variant:"body"},i.from.token.displayName)),T.createElement(y,{direction:"horizontal",size:4}),T.createElement(ra,{color:"gray"}),T.createElement(y,{size:4,direction:"horizontal"}),T.createElement(V,{chainImage:i.to.chain.image,tokenImage:i.to.token.image,size:"small"}),T.createElement(J,{content:i.to.price.realValue,container:k},T.createElement(y,{direction:"horizontal",size:4}),T.createElement(Bn,{size:"small",color:"$neutral700",variant:"body"},`${D?"":"~"}${i.to.price.value}`),T.createElement(y,{direction:"horizontal",size:2}),i.to.price.value.length+(D?0:1)>fl&&T.createElement(B,{size:12,color:"gray"}),T.createElement(y,{direction:"horizontal",size:2}),T.createElement(qn,{size:"small",color:"$neutral700",variant:"body"},i.to.token.displayName))),T.createElement(dl,{pb:l&&r==="quote-details"},i.alerts))))});wl.displayName="StepDetailsComponent";var f6=g6(wl);import*as ot from"@radix-ui/react-popover";import fa from"react";import*as xo from"@radix-ui/react-popover";var bl=n(xo.Content,{borderRadius:"$sm",filter:"drop-shadow(0px 5px 20px rgba(130, 130, 130, 0.20))",backgroundColor:"$neutral100",zIndex:10,[`.${c} &`]:{backgroundColor:"$neutral300"}}),vl=n(xo.Arrow,{fill:"$neutral100",[`.${c} &`]:{fill:"$neutral300"},width:"$16",height:"$8"});var w6=0,b6=0,v6=a((e,t)=>{let{container:i,children:l,styles:r,hasArrow:s=!0,...u}=e;return fa.createElement(ot.Portal,{container:i},fa.createElement(bl,{...u,ref:t},l,s&&fa.createElement(vl,{css:r?.arrowStyles})))},"PopoverContentComponent"),Sl=fa.forwardRef(v6);Sl.displayName="PopoverContent";function S6(e){let{children:t,content:i,side:l="bottom",sideOffset:r=w6,alignOffset:s=b6,align:u="center",collisionBoundary:m=[],collisionPadding:k=0,container:b=document.body,onOpenChange:x,open:I,...p}=e;return fa.createElement(ot.Root,{onOpenChange:x,open:I},fa.createElement(ot.Trigger,{asChild:!0},t),fa.createElement(Sl,{align:u,alignOffset:s,collisionBoundary:m,collisionPadding:k,side:l,sideOffset:r,container:b,...p},i))}a(S6,"Popover");import nt from"react";var C="1em";function Tl(e){let{size:t=C}=e;return nt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},nt.createElement("mask",{id:"a"},nt.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),nt.createElement("g",{mask:"url(#a)"},nt.createElement("path",{fill:"#496e2d",d:"M0 0h512v512H0z"}),nt.createElement("circle",{cx:200.3,cy:256,r:111.3,fill:"#d80027"})))}a(Tl,"Bengali");import it from"react";function xl(e){let{size:t=C}=e;return it.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},it.createElement("mask",{id:"a"},it.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),it.createElement("g",{mask:"url(#a)"},it.createElement("path",{fill:"#ffda44",d:"M0 0v57l32 29-32 28v57l32 29-32 28v57l32 28-32 28v57l32 29-32 28v57h512v-57l-32-28 32-29v-57l-32-28 32-28v-57l-32-28 32-29v-57l-32-28 32-29V0H0z"}),it.createElement("path",{fill:"#d80027",d:"M0 57h512v57H0Zm0 114h512v57H0Zm0 114h512v56H0Zm0 113h512v57H0Z"})))}a(xl,"Catalonia");import rt from"react";function Il(e){let{size:t=C}=e;return rt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},rt.createElement("mask",{id:"a"},rt.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),rt.createElement("g",{mask:"url(#a)"},rt.createElement("path",{fill:"#d80027",d:"M0 0h512v512H0z"}),rt.createElement("path",{fill:"#ffda44",d:"m140.1 155.8 22.1 68h71.5l-57.8 42.1 22.1 68-57.9-42-57.9 42 22.2-68-57.9-42.1H118zm163.4 240.7-16.9-20.8-25 9.7 14.5-22.5-16.9-20.9 25.9 6.9 14.6-22.5 1.4 26.8 26 6.9-25.1 9.6zm33.6-61 8-25.6-21.9-15.5 26.8-.4 7.9-25.6 8.7 25.4 26.8-.3-21.5 16 8.6 25.4-21.9-15.5zm45.3-147.6L370.6 212l19.2 18.7-26.5-3.8-11.8 24-4.6-26.4-26.6-3.8 23.8-12.5-4.6-26.5 19.2 18.7zm-78.2-73-2 26.7 24.9 10.1-26.1 6.4-1.9 26.8-14.1-22.8-26.1 6.4 17.3-20.5-14.2-22.7 24.9 10.1z"})))}a(Il,"Chinese");import wa from"react";function Dl(e){let{size:t=C}=e;return wa.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},wa.createElement("mask",{id:"a"},wa.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),wa.createElement("g",{mask:"url(#a)"},wa.createElement("path",{fill:"#eee",d:"M0 0h512v512H0z"}),wa.createElement("path",{fill:"#6da544",d:"M400.7 222.6h-33.4a111.3 111.3 0 0 1-222.6 0h-33.4c0 66.2 44.5 122 105.2 139.2a37 37 0 0 0 3.9 40.5l36.3-29.2 36.4 29.2a37 37 0 0 0 3.7-40.8 144.8 144.8 0 0 0 103.9-138.9z"}),wa.createElement("path",{fill:"#ffda44",d:"M167 211.5s0 55.6 55.6 55.6l11.1 11.2H256s11.1-33.4 33.4-33.4c0 0 0-22.3 22.3-22.3H345s-11-44.5 44.6-77.9l-22.3-11.1s-78 55.6-133.6 44.5v22.2h-22.2l-11.2-11-33.3 22.2z"})))}a(Dl,"Cyprus");import st from"react";function Ll(e){let{size:t=C}=e;return st.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},st.createElement("mask",{id:"a"},st.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),st.createElement("g",{mask:"url(#a)"},st.createElement("path",{fill:"#d80027",d:"M0 0h133.6l32.7 20.3 34-20.3H512v222.6L491.4 256l20.6 33.4V512H200.3l-31.7-20.4-35 20.4H0V289.4l29.4-33L0 222.7z"}),st.createElement("path",{fill:"#eee",d:"M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0h-66.7z"})))}a(Ll,"Denmark");import ba from"react";function Pl(e){let{size:t=C}=e;return ba.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},ba.createElement("mask",{id:"a"},ba.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),ba.createElement("g",{mask:"url(#a)"},ba.createElement("path",{fill:"#eee",d:"m0 0 8 22-8 23v23l32 54-32 54v32l32 48-32 48v32l32 54-32 54v68l22-8 23 8h23l54-32 54 32h32l48-32 48 32h32l54-32 54 32h68l-8-22 8-23v-23l-32-54 32-54v-32l-32-48 32-48v-32l-32-54 32-54V0l-22 8-23-8h-23l-54 32-54-32h-32l-48 32-48-32h-32l-54 32L68 0H0z"}),ba.createElement("path",{fill:"#0052b4",d:"M336 0v108L444 0Zm176 68L404 176h108zM0 176h108L0 68ZM68 0l108 108V0Zm108 512V404L68 512ZM0 444l108-108H0Zm512-108H404l108 108Zm-68 176L336 404v108z"}),ba.createElement("path",{fill:"#d80027",d:"M0 0v45l131 131h45L0 0zm208 0v208H0v96h208v208h96V304h208v-96H304V0h-96zm259 0L336 131v45L512 0h-45zM176 336 0 512h45l131-131v-45zm160 0 176 176v-45L381 336h-45z"})))}a(Pl,"English");import lt from"react";function zl(e){let{size:t=C}=e;return lt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},lt.createElement("mask",{id:"a"},lt.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),lt.createElement("g",{mask:"url(#a)"},lt.createElement("path",{fill:"#eee",d:"M0 0h133.6l35.3 16.7L200.3 0H512v222.6l-22.6 31.7 22.6 35.1V512H200.3l-32-19.8-34.7 19.8H0V289.4l22.1-33.3L0 222.6z"}),lt.createElement("path",{fill:"#0052b4",d:"M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0h-66.7z"})))}a(zl,"Finland");import va from"react";function Al(e){let{size:t=C}=e;return va.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},va.createElement("mask",{id:"a"},va.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),va.createElement("g",{mask:"url(#a)"},va.createElement("path",{fill:"#eee",d:"M167 0h178l25.9 252.3L345 512H167l-29.8-253.4z"}),va.createElement("path",{fill:"#0052b4",d:"M0 0h167v512H0z"}),va.createElement("path",{fill:"#d80027",d:"M345 0h167v512H345z"})))}a(Al,"French");import Sa from"react";function Nl(e){let{size:t=C}=e;return Sa.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Sa.createElement("mask",{id:"a"},Sa.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),Sa.createElement("g",{mask:"url(#a)"},Sa.createElement("path",{fill:"#ffda44",d:"m0 345 256.7-25.5L512 345v167H0z"}),Sa.createElement("path",{fill:"#d80027",d:"m0 167 255-23 257 23v178H0z"}),Sa.createElement("path",{fill:"#333",d:"M0 0h512v167H0z"})))}a(Nl,"German");import ct from"react";function $l(e){let{size:t=C}=e;return ct.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},ct.createElement("mask",{id:"a"},ct.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),ct.createElement("g",{mask:"url(#a)"},ct.createElement("path",{fill:"#0052b4",d:"M0 0h99l29 32 28-32h356v57l-32 28 32 29v57l-32 28 32 29v57l-32 28 32 28v57l-32 29 32 28v57H0v-57l32-28-32-29v-56l32-29-32-28V171l32-29-32-28Z"}),ct.createElement("path",{fill:"#eee",d:"M99 0v114H0v57h99v114H0v57h512v-57H156V171h100v-57H156V0Zm157 57v57h256V57Zm0 114v57h256v-57ZM0 398v57h512v-57z"})))}a($l,"Greece");import Pe from"react";function Ml(e){let{size:t=C}=e;return Pe.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Pe.createElement("mask",{id:"a"},Pe.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),Pe.createElement("g",{mask:"url(#a)"},Pe.createElement("path",{fill:"#eee",d:"m0 160 256-32 256 32v192l-256 32L0 352z"}),Pe.createElement("path",{fill:"#ff9811",d:"M0 0h512v160H0Z"}),Pe.createElement("path",{fill:"#6da544",d:"M0 352h512v160H0Z"}),Pe.createElement("circle",{cx:256,cy:256,r:72,fill:"#0052b4"}),Pe.createElement("circle",{cx:256,cy:256,r:48,fill:"#eee"}),Pe.createElement("circle",{cx:256,cy:256,r:24,fill:"#0052b4"})))}a(Ml,"Hindi");import Ta from"react";function jl(e){let{size:t=C}=e;return Ta.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Ta.createElement("mask",{id:"a"},Ta.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Ta.createElement("g",{mask:"url(#a)"},Ta.createElement("path",{fill:"#eee",d:"m0 167 253.8-19.3L512 167v178l-254.9 32.3L0 345z"}),Ta.createElement("path",{fill:"#d80027",d:"M0 0h512v167H0z"}),Ta.createElement("path",{fill:"#6da544",d:"M0 345h512v167H0z"})))}a(jl,"Hungary");import ze from"react";function El(e){let{size:t=C}=e;return ze.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},ze.createElement("mask",{id:"a"},ze.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),ze.createElement("g",{mask:"url(#a)"},ze.createElement("path",{fill:"#eee",d:"m0 160 256-32 256 32v192l-256 32L0 352z"}),ze.createElement("path",{fill:"#ff9811",d:"M0 0h512v160H0Z"}),ze.createElement("path",{fill:"#6da544",d:"M0 352h512v160H0Z"}),ze.createElement("circle",{cx:"256",cy:"256",r:"72",fill:"#0052b4"}),ze.createElement("circle",{cx:"256",cy:"256",r:"48",fill:"#eee"}),ze.createElement("circle",{cx:"256",cy:"256",r:"24",fill:"#0052b4"})))}a(El,"India");import ut from"react";function Fl(e){let{size:t=C}=e;return ut.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},ut.createElement("mask",{id:"a"},ut.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),ut.createElement("g",{mask:"url(#a)"},ut.createElement("path",{fill:"#eee",d:"m0 256 249.6-41.3L512 256v256H0z"}),ut.createElement("path",{fill:"#a2001d",d:"M0 0h512v256H0z"})))}a(Fl,"Indonesian");import xa from"react";function Hl(e){let{size:t=C}=e;return xa.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},xa.createElement("mask",{id:"a"},xa.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),xa.createElement("g",{mask:"url(#a)"},xa.createElement("path",{fill:"#eee",d:"M167 0h178l25.9 252.3L345 512H167l-29.8-253.4z"}),xa.createElement("path",{fill:"#6da544",d:"M0 0h167v512H0z"}),xa.createElement("path",{fill:"#d80027",d:"M345 0h167v512H345z"})))}a(Hl,"Italian");import dt from"react";function Vl(e){let{size:t=C}=e;return dt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},dt.createElement("mask",{id:"a"},dt.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),dt.createElement("g",{mask:"url(#a)"},dt.createElement("path",{fill:"#eee",d:"M0 0h512v512H0z"}),dt.createElement("circle",{cx:"256",cy:"256",r:"111.3",fill:"#d80027"})))}a(Vl,"Japanese");import Ae from"react";function Wl(e){let{size:t=C}=e;return Ae.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Ae.createElement("mask",{id:"a"},Ae.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Ae.createElement("g",{mask:"url(#a)"},Ae.createElement("path",{fill:"#eee",d:"M0 0h512v512H0Z"}),Ae.createElement("path",{fill:"#333",d:"m350 335 24-24 16 16-24 23zm-39 39 24-24 15 16-23 24zm87 8 23-24 16 16-24 24zm-40 39 24-23 16 15-24 24Zm16-63 24-23 15 15-23 24zm-39 40 23-24 16 16-24 23zm63-221-63-63 15-15 64 63zm-63-15-24-24 16-16 23 24zm39 39-24-24 16-15 24 23zm8-87-24-23 16-16 24 24Zm39 40-23-24 15-16 24 24ZM91 358l63 63-16 16-63-63zm63 16 23 24-15 15-24-23zm-40-39 24 23-16 16-23-24zm24-24 63 63-16 16-63-63zm16-220-63 63-16-16 63-63zm23 23-63 63-15-16 63-63zm24 24-63 63-16-16 63-63z"}),Ae.createElement("path",{fill:"#d80027",d:"M319 319 193 193a89 89 0 1 1 126 126z"}),Ae.createElement("path",{fill:"#0052b4",d:"M319 319a89 89 0 1 1-126-126z"}),Ae.createElement("circle",{cx:"224.5",cy:"224.5",r:"44.5",fill:"#d80027"}),Ae.createElement("circle",{cx:"287.5",cy:"287.5",r:"44.5",fill:"#0052b4"})))}a(Wl,"Korea");import Ia from"react";function ql(e){let{size:t=C}=e;return Ia.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Ia.createElement("mask",{id:"a"},Ia.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Ia.createElement("g",{mask:"url(#a)"},Ia.createElement("path",{fill:"#6da544",d:"m0 167 253.8-19.3L512 167v178l-254.9 32.3L0 345z"}),Ia.createElement("path",{fill:"#ffda44",d:"M0 0h512v167H0z"}),Ia.createElement("path",{fill:"#d80027",d:"M0 345h512v167H0z"})))}a(ql,"Lithuania");import Da from"react";function Bl(e){let{size:t=C}=e;return Da.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Da.createElement("mask",{id:"a"},Da.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),Da.createElement("g",{mask:"url(#a)"},Da.createElement("path",{fill:"#ffda44",d:"m0 167 253.8-19.3L512 167v178l-254.9 32.3L0 345z"}),Da.createElement("path",{fill:"#d80027",d:"M0 0h512v167H0z"}),Da.createElement("path",{fill:"#338af3",d:"M0 345h512v167H0z"})))}a(Bl,"Malay");import La from"react";function Zl(e){let{size:t=C}=e;return La.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},La.createElement("mask",{id:"a"},La.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),La.createElement("g",{mask:"url(#a)"},La.createElement("path",{fill:"#eee",d:"m0 167 253.8-19.3L512 167v178l-254.9 32.3L0 345z"}),La.createElement("path",{fill:"#a2001d",d:"M0 0h512v167H0z"}),La.createElement("path",{fill:"#0052b4",d:"M0 345h512v167H0z"})))}a(Zl,"Netherlands");import Pa from"react";function Yl(e){let{size:t=C}=e;return Pa.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Pa.createElement("mask",{id:"a"},Pa.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Pa.createElement("g",{mask:"url(#a)"},Pa.createElement("path",{fill:"#eee",d:"M0 0h133.6l50.2 252.5L133.6 512H0z"}),Pa.createElement("path",{fill:"#496e2d",d:"M133.6 0H512v512H133.6z"}),Pa.createElement("path",{fill:"#eee",d:"M365.5 298.3A72.3 72.3 0 1 1 313.7 168a89 89 0 1 0 74.6 103.2 72 72 0 0 1-22.8 27.2zM364 167l18.2 19.6 24.3-11.3-13 23.5 18.2 19.6-26.3-5.1-13 23.4-3.3-26.7-26.1-5 24.4-11.3z"})))}a(Yl,"Pakistan");import aa from"react";function Rl(e){let{size:t=C}=e;return aa.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},aa.createElement("mask",{id:"a"},aa.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),aa.createElement("g",{mask:"url(#a)"},aa.createElement("path",{fill:"#0052b4",d:"M0 0h512v256l-265 45.2z"}),aa.createElement("path",{fill:"#d80027",d:"M210 256h302v256H0z"}),aa.createElement("path",{fill:"#eee",d:"M0 0v512l256-256z"}),aa.createElement("path",{fill:"#ffda44",d:"M175.3 256 144 241.3l16.7-30.3-34 6.5-4.3-34.3-23.6 25.2L75 183.2l-4.3 34.3-34-6.5 16.7 30.3L22.3 256l31.2 14.7L37 301l34-6.5 4.2 34.3 23.7-25.2 23.6 25.2 4.3-34.3 34 6.5-16.7-30.3zm-107-155.8 10.4 14.5 17-5.4-10.6 14.4 10.4 14.5-17-5.6L68 147l.2-17.9-17-5.6 17-5.4zm0 264.8 10.4 14.6 17-5.4-10.6 14.3 10.4 14.6-17-5.7L68 411.8l.2-17.9-17-5.6 17-5.4zm148.4-132.4L206.3 247l-17-5.4 10.5 14.4-10.4 14.6 17-5.7 10.6 14.4-.1-17.9 17-5.6-17.1-5.4z"})))}a(Rl,"Philippines");import pt from"react";function Ul(e){let{size:t=C}=e;return pt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},pt.createElement("mask",{id:"a"},pt.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),pt.createElement("g",{mask:"url(#a)"},pt.createElement("path",{fill:"#d80027",d:"m0 256 256.4-44.3L512 256v256H0z"}),pt.createElement("path",{fill:"#eee",d:"M0 0h512v256H0z"})))}a(Ul,"Poland");import Fe from"react";function _l(e){let{size:t=C}=e;return Fe.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Fe.createElement("mask",{id:"a"},Fe.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Fe.createElement("g",{mask:"url(#a)"},Fe.createElement("path",{fill:"#6da544",d:"M0 512h167l37.9-260.3L167 0H0z"}),Fe.createElement("path",{fill:"#d80027",d:"M512 0H167v512h345z"}),Fe.createElement("circle",{cx:"167",cy:"256",r:"89",fill:"#ffda44"}),Fe.createElement("path",{fill:"#d80027",d:"M116.9 211.5V267a50 50 0 1 0 100.1 0v-55.6H117z"}),Fe.createElement("path",{fill:"#eee",d:"M167 283.8c-9.2 0-16.7-7.5-16.7-16.7V245h33.4v22c0 9.2-7.5 16.7-16.7 16.7z"})))}a(_l,"Portuguese");import za from"react";function Ol(e){let{size:t=C}=e;return za.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},za.createElement("mask",{id:"a"},za.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),za.createElement("g",{mask:"url(#a)"},za.createElement("path",{fill:"#0052b4",d:"M512 170v172l-256 32L0 342V170l256-32z"}),za.createElement("path",{fill:"#eee",d:"M512 0v170H0V0Z"}),za.createElement("path",{fill:"#d80027",d:"M512 342v170H0V342Z"})))}a(Ol,"Russian");import He from"react";function Kl(e){let{size:t=C}=e;return He.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},He.createElement("mask",{id:"a"},He.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),He.createElement("g",{mask:"url(#a)"},He.createElement("path",{fill:"#496e2d",d:"M0 0h512v512H0z"}),He.createElement("g",{fill:"#eee"},He.createElement("path",{d:"M144.7 306c0 18.5 15 33.5 33.4 33.5h100.2a27.8 27.8 0 0 0 27.8 27.8h33.4a27.8 27.8 0 0 0 27.8-27.8V306zm225.4-161.3v78c0 12.2-10 22.2-22.3 22.2v33.4c30.7 0 55.7-25 55.7-55.7v-77.9H370zm-239.3 78c0 12.2-10 22.2-22.3 22.2v33.4c30.7 0 55.7-25 55.7-55.7v-77.9h-33.4z"}),He.createElement("path",{d:"M320 144.7h33.4v78H320zm-50 44.5a5.6 5.6 0 0 1-11.2 0v-44.5h-33.4v44.5a5.6 5.6 0 0 1-11.1 0v-44.5h-33.4v44.5a39 39 0 0 0 39 39 38.7 38.7 0 0 0 22.2-7 38.7 38.7 0 0 0 22.2 7c1.7 0 3.4-.1 5-.3a22.3 22.3 0 0 1-21.6 17v33.4c30.6 0 55.6-25 55.6-55.7v-77.9H270z"}),He.createElement("path",{d:"M180.9 244.9h50v33.4h-50z"}))))}a(Kl,"SaudiArabia");import Ne from"react";function Gl(e){let{size:t=C}=e;return Ne.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Ne.createElement("mask",{id:"a"},Ne.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Ne.createElement("g",{mask:"url(#a)"},Ne.createElement("path",{fill:"#0052b4",d:"m0 167 253.8-19.3L512 167v178l-254.9 32.3L0 345z"}),Ne.createElement("path",{fill:"#d80027",d:"M0 0h512v167H0z"}),Ne.createElement("path",{fill:"#eee",d:"M0 345h512v167H0z"}),Ne.createElement("path",{fill:"#d80027",d:"M66.2 144.7v127.7c0 72.6 94.9 95 94.9 95s94.9-22.4 94.9-95V144.7z"}),Ne.createElement("path",{fill:"#ffda44",d:"M105.4 167h111.4v-44.6l-22.3 11.2-33.4-33.4-33.4 33.4-22.3-11.2zm128.3 123.2-72.3-72.4L89 290.2l23.7 23.6 48.7-48.7 48.7 48.7z"}),Ne.createElement("path",{fill:"#eee",d:"M233.7 222.6H200a22.1 22.1 0 0 0 3-11.1 22.3 22.3 0 0 0-42-10.5 22.3 22.3 0 0 0-41.9 10.5 22.1 22.1 0 0 0 3 11.1H89a23 23 0 0 0 23 22.3h-.7c0 12.3 10 22.2 22.3 22.2 0 11 7.8 20 18.1 21.9l-17.5 39.6a72.1 72.1 0 0 0 27.2 5.3 72.1 72.1 0 0 0 27.2-5.3L171.1 289c10.3-2 18.1-11 18.1-21.9 12.3 0 22.3-10 22.3-22.2h-.8a23 23 0 0 0 23-22.3z"})))}a(Gl,"Serbia");import Te from"react";function Jl(e){let{size:t=C}=e;return Te.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Te.createElement("mask",{id:"a"},Te.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),Te.createElement("g",{mask:"url(#a)"},Te.createElement("path",{fill:"#0052b4",d:"m0 160 256-32 256 32v192l-256 32L0 352z"}),Te.createElement("path",{fill:"#eee",d:"M0 0h512v160H0z"}),Te.createElement("path",{fill:"#d80027",d:"M0 352h512v160H0z"}),Te.createElement("path",{fill:"#eee",d:"M64 63v217c0 104 144 137 144 137s144-33 144-137V63z"}),Te.createElement("path",{fill:"#d80027",d:"M96 95v185a83 78 0 0 0 9 34h206a83 77 0 0 0 9-34V95z"}),Te.createElement("path",{fill:"#eee",d:"M288 224h-64v-32h32v-32h-32v-32h-32v32h-32v32h32v32h-64v32h64v32h32v-32h64z"}),Te.createElement("path",{fill:"#0052b4",d:"M152 359a247 231 0 0 0 56 24c12-3 34-11 56-24a123 115 0 0 0 47-45 60 56 0 0 0-34-10l-14 2a60 56 0 0 0-110 0 60 56 0 0 0-14-2c-12 0-24 4-34 10a123 115 0 0 0 47 45z"})))}a(Jl,"Slovakia");import $e from"react";function Xl(e){let{size:t=C}=e;return $e.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},$e.createElement("mask",{id:"a"},$e.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),$e.createElement("g",{mask:"url(#a)"},$e.createElement("path",{fill:"#eee",d:"m0 0 192 256L0 512h47l465-189v-34l-32-33 32-33v-34L47 0Z"}),$e.createElement("path",{fill:"#333",d:"M0 142v228l140-114z"}),$e.createElement("path",{fill:"#ffda44",d:"M192 256 0 95v47l114 114L0 370v47z"}),$e.createElement("path",{fill:"#6da544",d:"M512 223H223L0 0v94l161 162L0 418v94l223-223h289z"}),$e.createElement("path",{fill:"#d80027",d:"M512 0H47l189 189h276z"}),$e.createElement("path",{fill:"#0052b4",d:"M512 512H47l189-189h276z"})))}a(Xl,"SouthAfrica");import L from"react";function Ql(e){let{size:t=C}=e;return L.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},L.createElement("mask",{id:"a"},L.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),L.createElement("g",{mask:"url(#a)"},L.createElement("path",{fill:"#ffda44",d:"m0 128 256-32 256 32v256l-256 32L0 384Z"}),L.createElement("path",{fill:"#d80027",d:"M0 0h512v128H0zm0 384h512v128H0z"}),L.createElement("g",{fill:"#eee"},L.createElement("path",{d:"M144 304h-16v-80h16zm128 0h16v-80h-16z"}),L.createElement("ellipse",{cx:"208",cy:"296",rx:"48",ry:"32"})),L.createElement("g",{fill:"#d80027"},L.createElement("rect",{width:"16",height:"24",x:"128",y:"192",rx:"8"}),L.createElement("rect",{width:"16",height:"24",x:"272",y:"192",rx:"8"}),L.createElement("path",{d:"M208 272v24a24 24 0 0 0 24 24 24 24 0 0 0 24-24v-24h-24z"})),L.createElement("rect",{width:"32",height:"16",x:"120",y:"208",fill:"#ff9811",ry:"8"}),L.createElement("rect",{width:"32",height:"16",x:"264",y:"208",fill:"#ff9811",ry:"8"}),L.createElement("rect",{width:"32",height:"16",x:"120",y:"304",fill:"#ff9811",rx:"8"}),L.createElement("rect",{width:"32",height:"16",x:"264",y:"304",fill:"#ff9811",rx:"8"}),L.createElement("path",{fill:"#ff9811",d:"M160 272v24c0 8 4 14 9 19l5-6 5 10a21 21 0 0 0 10 0l5-10 5 6c6-5 9-11 9-19v-24h-9l-5 8-5-8h-10l-5 8-5-8z"}),L.createElement("path",{d:"M122 252h172m-172 24h28m116 0h28"}),L.createElement("path",{fill:"#d80027",d:"M122 248a4 4 0 0 0-4 4 4 4 0 0 0 4 4h172a4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 24a4 4 0 0 0-4 4 4 4 0 0 0 4 4h28a4 4 0 0 0 4-4 4 4 0 0 0-4-4zm144 0a4 4 0 0 0-4 4 4 4 0 0 0 4 4h28a4 4 0 0 0 4-4 4 4 0 0 0-4-4z"}),L.createElement("path",{fill:"#eee",d:"M196 168c-7 0-13 5-15 11l-5-1c-9 0-16 7-16 16s7 16 16 16c7 0 13-4 15-11a16 16 0 0 0 17-4 16 16 0 0 0 17 4 16 16 0 1 0 10-20 16 16 0 0 0-27-5c-3-4-7-6-12-6zm0 8c5 0 8 4 8 8 0 5-3 8-8 8-4 0-8-3-8-8 0-4 4-8 8-8zm24 0c5 0 8 4 8 8 0 5-3 8-8 8-4 0-8-3-8-8 0-4 4-8 8-8zm-44 10 4 1 4 8c0 4-4 7-8 7s-8-3-8-8c0-4 4-8 8-8zm64 0c5 0 8 4 8 8 0 5-3 8-8 8-4 0-8-3-8-7l4-8z"}),L.createElement("path",{fill:"none",d:"M220 284v12c0 7 5 12 12 12s12-5 12-12v-12z"}),L.createElement("path",{fill:"#ff9811",d:"M200 160h16v32h-16z"}),L.createElement("path",{fill:"#eee",d:"M208 224h48v48h-48z"}),L.createElement("path",{fill:"#d80027",d:"m248 208-8 8h-64l-8-8c0-13 18-24 40-24s40 11 40 24zm-88 16h48v48h-48z"}),L.createElement("rect",{width:"20",height:"32",x:"222",y:"232",fill:"#d80027",rx:"10",ry:"10"}),L.createElement("path",{fill:"#ff9811",d:"M168 232v8h8v16h-8v8h32v-8h-8v-16h8v-8zm8-16h64v8h-64z"}),L.createElement("g",{fill:"#ffda44"},L.createElement("circle",{cx:"186",cy:"202",r:"6"}),L.createElement("circle",{cx:"208",cy:"202",r:"6"}),L.createElement("circle",{cx:"230",cy:"202",r:"6"})),L.createElement("path",{fill:"#d80027",d:"M169 272v43a24 24 0 0 0 10 4v-47h-10zm20 0v47a24 24 0 0 0 10-4v-43h-10z"}),L.createElement("g",{fill:"#338af3"},L.createElement("circle",{cx:"208",cy:"272",r:"16"}),L.createElement("rect",{width:"32",height:"16",x:"264",y:"320",ry:"8"}),L.createElement("rect",{width:"32",height:"16",x:"120",y:"320",ry:"8"}))))}a(Ql,"Spanish");import me from"react";function e2(e){let{size:t=C}=e;return me.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},me.createElement("mask",{id:"a"},me.createElement("circle",{cx:"256",cy:"256",r:"256",fill:"#fff"})),me.createElement("g",{mask:"url(#a)"},me.createElement("path",{fill:"#eee",d:"m0 144.7 253.4-28.2L512 144.7V178l-36 76.4 36 79.6v33.3L254.7 400 0 367.3V334l39-78-39-78z"}),me.createElement("path",{fill:"#333",d:"M0 0h512v144.7H0z"}),me.createElement("path",{fill:"#a2001d",d:"M0 178h512v156H0z"}),me.createElement("path",{fill:"#496e2d",d:"M0 367.3h512V512H0z"}),me.createElement("path",{fill:"#eee",d:"m335.9 118.3-30.3-14-49.4 111.9-49.4-111.9-30.3 14L237.8 256l-61.3 137.7 30.3 14 49.4-111.9 49.4 111.9 30.3-14L274.6 256z"}),me.createElement("path",{fill:"#eee",d:"M256.2 111.3s-7 5.8-16.7 16l-16 127.6 16 129.8c9.7 10.2 16.7 16 16.7 16s7-5.8 16.7-16l15-130.7-15-126.7c-9.7-10.2-16.7-16-16.7-16z"}),me.createElement("path",{fill:"#333",d:"m311.9 179.2-10 75.5 10 78.1A158.6 158.6 0 0 0 334 256c0-28.2-9.7-54.5-22.2-76.8zm-111.4 0 8.9 74.3-9 79.3a158.6 158.6 0 0 1-22.1-76.8c0-28.2 9.7-54.5 22.2-76.8z"}),me.createElement("path",{fill:"#a2001d",d:"M200.5 179.2v153.6a269 269 0 0 0 39 51.9V127.3c-11.4 12-26.6 30-39 52zm111.4 0a269 269 0 0 0-39-51.9v257.4c11.4-12 26.5-30 39-52V179.3z"})))}a(e2,"Swahili");import ht from"react";function a2(e){let{size:t=C}=e;return ht.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},ht.createElement("mask",{id:"a"},ht.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),ht.createElement("g",{mask:"url(#a)"},ht.createElement("path",{fill:"#0052b4",d:"M0 0h133.6l35.3 16.7L200.3 0H512v222.6l-22.6 31.7 22.6 35.1V512H200.3l-32-19.8-34.7 19.8H0V289.4l22.1-33.3L0 222.6z"}),ht.createElement("path",{fill:"#ffda44",d:"M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0z"})))}a(a2,"Swedish");import Aa from"react";function t2(e){let{size:t=C}=e;return Aa.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},Aa.createElement("mask",{id:"a"},Aa.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),Aa.createElement("g",{mask:"url(#a)"},Aa.createElement("path",{fill:"#d80027",d:"M0 0h512v89l-79.2 163.7L512 423v89H0v-89l82.7-169.6L0 89z"}),Aa.createElement("path",{fill:"#eee",d:"M0 89h512v78l-42.6 91.2L512 345v78H0v-78l40-92.5L0 167z"}),Aa.createElement("path",{fill:"#0052b4",d:"M0 167h512v178H0z"})))}a(t2,"Thai");import ta from"react";function o2(e){let{size:t=C}=e;return ta.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},ta.createElement("mask",{id:"a"},ta.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),ta.createElement("g",{mask:"url(#a)"},ta.createElement("path",{fill:"#d80027",d:"M0 0h512v512H0z"}),ta.createElement("g",{fill:"#eee"},ta.createElement("path",{d:"m245.5 209.2 21 29 34-11.1-21 29 21 28.9-34-11.1-21 29V267l-34-11.1 34-11z"}),ta.createElement("path",{d:"M188.2 328.3a72.3 72.3 0 1 1 34.4-136 89 89 0 1 0 0 127.3 72 72 0 0 1-34.4 8.7z"}))))}a(o2,"Turkish");import mt from"react";function n2(e){let{size:t=C}=e;return mt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},mt.createElement("mask",{id:"a"},mt.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),mt.createElement("g",{mask:"url(#a)"},mt.createElement("path",{fill:"#ffda44",d:"m0 256 258-39.4L512 256v256H0z"}),mt.createElement("path",{fill:"#338af3",d:"M0 0h512v256H0z"})))}a(n2,"Ukrainian");import gt from"react";function i2(e){let{size:t=C}=e;return gt.createElement("svg",{width:t,height:t,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},gt.createElement("mask",{id:"a"},gt.createElement("circle",{cx:256,cy:256,r:256,fill:"#fff"})),gt.createElement("g",{mask:"url(#a)"},gt.createElement("path",{fill:"#d80027",d:"M0 0h512v512H0z"}),gt.createElement("path",{fill:"#ffda44",d:"m256 133.6 27.6 85H373L300.7 271l27.6 85-72.3-52.5-72.3 52.6 27.6-85-72.3-52.6h89.4z"})))}a(i2,"Vietnamese");import*as Q from"@radix-ui/react-select";import Y,{useEffect as x6,useRef as I6,useState as D6}from"react";import*as yt from"@radix-ui/react-select";var T6=300,r2=n(yt.Trigger,{display:"flex",justifyContent:"space-between",alignItems:"center",cursor:"pointer",outline:0,whiteSpace:"nowrap",width:"100%","& svg":{transition:`all ${T6}ms ease`},"& ._typography":{whiteSpace:"nowrap"},variants:{open:{true:{"& svg":{transform:"rotate(180deg)"}},false:{"& svg":{transform:"rotate(0)"}}},variant:{filled:{border:0,borderRadius:"$sm",padding:"$5 $10",backgroundColor:"$neutral300",[`.${c} &`]:{backgroundColor:"$neutral400"},"&:hover":{backgroundColor:"$secondary100",[`.${c} &`]:{backgroundColor:"$neutral"}}},outlined:{backgroundColor:"transparent",padding:"$10",border:"1px solid $neutral300",borderRadius:"$xm","&:hover":{borderColor:"$secondary200","& svg":{color:"$secondary500"}}}}}}),s2=n(yt.Content,{width:"var(--radix-select-trigger-width)",maxHeight:"var(--radix-select-content-available-height)",overflowY:"auto",borderRadius:"$sm",boxShadow:"-5px 5px 10px 0px rgba(86, 86, 86, 0.10)",backgroundColor:"$background"}),l2=n(yt.Item,{padding:"$10",listStyleType:"none",display:"flex",justifyContent:"space-between",alignItems:"center",cursor:"pointer","&:focus":{outline:"none"},"&:hover":{backgroundColor:"$secondary100","& ._text":{color:"$secondary500"},[`.${c} &`]:{backgroundColor:"$neutral",color:"$secondary500"}}});function L6(e){let[t,i]=D6(!1),l=I6(null),{options:r,value:s,container:u,handleItemClick:m,variant:k,id:b,styles:x}=e,I=a(()=>{i(D=>!D)},"handleToggle"),p=a(D=>{l.current&&!l.current.contains(D.target)&&i(!1)},"handleClickOutside");x6(()=>(document.addEventListener("click",p),()=>{document.removeEventListener("click",p)}),[]);let N=r.find(D=>D.value===s)?.label,F=a(D=>u?Y.createElement(Q.Portal,{container:u},D):Y.createElement(Y.Fragment,null,D),"wrapPortal");return Y.createElement("div",{ref:l},Y.createElement(Q.Root,{value:s,open:t},Y.createElement(r2,{id:b,variant:k,onKeyDown:D=>D.key==="Enter"&&I(),onClick:I,open:t,"aria-label":N,css:x?.trigger},Y.createElement(Q.Value,null,Y.createElement(d,{variant:"body",size:"small"},N)),Y.createElement(Q.Icon,{className:"SelectIcon"},Y.createElement(Na,{size:12,color:"black"}))),F(Y.createElement(s2,{position:"popper",sideOffset:5},Y.createElement(Q.ScrollUpButton,{className:"SelectScrollButton"},Y.createElement(St,null)),Y.createElement(Q.Viewport,{className:"SelectViewport"},Y.createElement(Q.Group,null,r.map(D=>Y.createElement(l2,{onClick:()=>{m?.(D),I()},key:D.value,value:D.value},Y.createElement(Q.ItemText,null,Y.createElement(d,{variant:"body",size:"small",className:"_text"},D.label)),D.value===s&&Y.createElement(Lt,{size:14,color:"secondary"}))))),Y.createElement(Q.ScrollDownButton,{className:"SelectScrollButton"},Y.createElement(Na,null))))))}a(L6,"SelectComponent");import xe,{useEffect as y2,useRef as Yn,useState as Ct}from"react";var c2=n("div",{position:"relative",variants:{hasPadding:{true:{padding:"0 $32"}}}}),u2=n(be,{position:"absolute",height:"100%",zIndex:20,borderRadius:"$xs !important",variants:{hidden:{true:{visibility:"hidden"}}}}),d2=n(u2,{right:0}),p2=n(u2,{left:0}),h2=n("div",{display:"flex",flexDirection:"row",position:"relative",justifyContent:"space-between",height:"100%",variants:{type:{secondary:{border:"3px solid $neutral100",backgroundColor:"$neutral100"},primary:{$$color:"$colors$neutral200",[`.${c} &`]:{$$color:"$colors$neutral500"},borderColor:"$$color",borderWidth:"5px",borderStyle:"solid",backgroundColor:"$$color"},bordered:{}},borderRadius:{small:{borderRadius:"$xs"},medium:{borderRadius:"$sm"},full:{borderRadius:"$xm"},none:{borderRadius:"unset"}},scrollable:{true:{overflowX:"auto",scrollBehavior:"smooth",scrollbarWidth:"none","&::webkit-scrollbar":{display:"none"}}}}}),m2=n(he,{color:"$neutral700",flex:1,backgroundColor:"transparent",height:"100%",zIndex:10,"& ._text":{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"center",gap:"$2"},variants:{borderRadius:{small:{borderRadius:"$xs"},medium:{borderRadius:"$sm"},full:{borderRadius:"$xm"},none:{borderRadius:"unset"}},type:{primary:{padding:"$5 $10",height:"100%"},secondary:{},bordered:{padding:"$10 $20"}},isActive:{true:{transition:"color 0.8s linear"},false:{}}},compoundVariants:[{type:"secondary",isActive:!0,css:{$$color:"$colors$background",[`.${c} &`]:{$$color:"$colors$foreground"},color:"$$color"}},{type:"secondary",isActive:!1,css:{"&:hover":{backgroundColor:"$secondary100",color:"$secondary500",[`.${c} &`]:{backgroundColor:"transparent",color:"$neutral700"}}}},{type:"primary",isActive:!0,css:{color:"$secondary","& svg":{color:"$secondary"}}},{type:"primary",isActive:!1,css:{"&:hover":{backgroundColor:"transparent"}}},{type:"bordered",isActive:!0,css:{color:"$secondary500"}},{type:"bordered",isActive:!1,css:{color:"$neutral600",fontWeight:"$regular","&:hover":{color:"$secondary550"}}}]}),g2=n("div",{padding:"$4",boxSizing:"border-box",position:"absolute",inset:0,transition:"transform 0.2s cubic-bezier(0, 0, 0.86, 1.2)","&.no-transition":{transition:"none"},variants:{type:{secondary:{backgroundColor:"$secondary500"},primary:{backgroundColor:"$background"},bordered:{borderRadius:"0 !important",borderBottom:"$secondary500 solid 2px"}},borderRadius:{small:{borderRadius:"$xs"},medium:{borderRadius:"$sm"},full:{borderRadius:"$xm"},none:{borderRadius:"unset"}}}});var P6=100;function z6(e){let{items:t,onChange:i,container:l=document.body,value:r,type:s,className:u,scrollable:m,scrollButtons:k=!0}=e,[b,x]=Ct(0),I=Yn(null),p=Yn(null),N=Yn(null),F=t.findIndex(H=>H.id===r),[D,j]=Ct(!0),[A,te]=Ct(0),[ge,R]=Ct(!0),[ne,ie]=Ct(!1),[Me,ue]=Ct(!1),kt="medium";s==="bordered"?kt="none":s&&e.borderRadius&&(kt=e.borderRadius);let Jn=a(H=>{if(!p.current)return;let ye=p.current.scrollWidth/t.length*1.5;H==="right"?p.current.scrollLeft-=ye:p.current.scrollLeft+=ye},"handleScroll"),Xn=a(()=>{if(I.current&&p.current){let H=I.current.getBoundingClientRect(),Ve=p.current.getBoundingClientRect();x(H.width),te(I.current.offsetLeft);let ye=H.left<Ve.left,ft=H.right>Ve.right;if(ye)p.current.scrollLeft=I.current.offsetLeft;else if(ft){let wt=window.getComputedStyle(p.current);p.current.scrollLeft=p.current.scrollLeft+H.right-Ve.right+parseFloat(wt.borderRightWidth)}}},"updateIndicator");return y2(()=>{let H=setTimeout(()=>{j(!1),clearTimeout(H)},P6)},[]),y2(()=>{Xn();let H=a(()=>{if(m&&p.current){let ft=p.current.scrollLeft===0,wt=p.current.scrollLeft+p.current.clientWidth===p.current.scrollWidth;R(!!ft),ie(!!wt)}},"updateArrowsVisibility"),Ve=a(ft=>{if(Xn(),!p.current||!m||!k)return;H();let wt=64,Jt=ft[0].target,O2=Jt.scrollWidth-wt>Jt.clientWidth;Me&&!O2?ue(!1):Jt.scrollWidth>Jt.clientWidth&&ue(!0)},"resizeHandler");p.current?.addEventListener("scroll",H);let ye=new ResizeObserver(Ve);return p.current&&ye.observe(p.current),()=>{p.current&&(ye.unobserve(p.current),p.current.removeEventListener("scroll",H))}},[p.current,Me,F]),xe.createElement(c2,{hasPadding:k&&Me,className:u},m&&Me&&k&&xe.createElement(xe.Fragment,null,xe.createElement(p2,{ref:N,hidden:ge,onClick:()=>Jn("right")},xe.createElement(No,{size:16,color:"secondary"})),xe.createElement(d2,{hidden:ne,onClick:()=>Jn("left")},xe.createElement(qe,{size:16,color:"secondary"}))),xe.createElement(h2,{ref:p,className:`_tabs ${u||""}`,type:s,borderRadius:kt,scrollable:m},t.map((H,Ve)=>{let ye=H.id===r;return xe.createElement(W,{key:H.id,styles:{root:{width:"100%"}},container:l,side:"bottom",sideOffset:2,content:H.tooltip,open:H.tooltip?void 0:!1},xe.createElement(m2,{className:`_tab ${ye?"_active":""}`,ref:Ve===F?I:null,type:s,fullWidth:!m,disableRipple:!0,borderRadius:kt,onClick:()=>i(H),size:"small",isActive:ye,"data-active":ye,variant:"default"},H.icon,H.title))}),xe.createElement(g2,{type:s,borderRadius:kt,className:`_backdrop-tab ${D?"no-transition":""}`,css:{width:b,transform:`translateX(${A}px)`}})))}a(z6,"TabsComponent");import{i18n as A6}from"@lingui/core";import oa from"react";var C2={root:{zIndex:10}},k2=n("div",{width:"217px",display:"flex",justifyContent:"center",alignItems:"center","& .warning-icon-container":{width:"$20",height:"$20",alignSelf:"unset"}}),f2=n(Ue,{width:"14px",height:"14px",alignSelf:"unset"});function Rn(e){return oa.createElement(W,{styles:C2,side:"bottom",align:"center",sideOffset:20,container:e.container,content:oa.createElement(k2,null,oa.createElement(Ue,{type:"warning",className:"warning-icon-container"},oa.createElement(Ie,{color:"warning",size:13})),oa.createElement(y,{size:4,direction:"horizontal"}),oa.createElement(d,{variant:"body",size:"xsmall"},A6.t("This token may involve potential security risks; proceed with caution.")))},oa.createElement(f2,{type:"warning"},oa.createElement(Ie,{color:"warning",size:9})))}a(Rn,"CustomTokenWarning");import{i18n as N6}from"@lingui/core";import Un from"react";var w2=n("div",{display:"grid",gap:"$8",gridTemplateColumns:"repeat(2, minmax(0, 1fr))",overflow:"auto"});function $6(e){let{open:t,list:i,onSelect:l,onClose:r,id:s}=e;return Un.createElement(kn,{title:N6.t("Connect Wallets"),open:t,onClose:r,id:s,styles:{container:{width:"75%",maxWidth:"30rem",height:"60%"}}},Un.createElement(w2,null,i.map(u=>Un.createElement(En,{...u,key:u.title,onClick:l}))))}a($6,"ConnectWalletsModal");import Kt from"react";var M6=n("ul",{padding:"$0 $0 $40 $0",margin:0}),j6=n("li",{paddingBottom:"$10"}),E6=n(d,{display:"block"});function F6({messages:e}){return Kt.createElement(Kt.Fragment,null,Kt.createElement(M6,null,e.map((t,i)=>{let l=i+t;return Kt.createElement(j6,{key:l},Kt.createElement(E6,{variant:"body",size:"medium",color:"$neutral700"},t))})))}a(F6,"BalanceErrors");import{i18n as H2}from"@lingui/core";import E from"react";var Gt={SWAP_FROM_INPUT_CONTAINER_ID:"rango-swap-from-input-container",SWAP_TO_INPUT_CONTAINER_ID:"rango-swap-to-input-container",SWAP_FROM_CHAIN_IMAGE_ID:"rango-swap-from-chain-image",SWAP_TO_CHAIN_IMAGE_ID:"rango-swap-to-chain-image"};var Io=$(),b2=n("div",{$$color:"$colors$neutral100",[`.${c} &`]:{$$color:"$colors$neutral300"},backgroundColor:"$$color",borderRadius:"$xm",padding:"$15",variants:{sharpBottomStyle:{true:{borderBottomLeftRadius:"$0",borderBottomRightRadius:"$0"}}},[`& .${Io}`]:{$$color:"$colors$neutral600",[`.${c} &`]:{$$color:"$colors$neutral700"},color:"$$color"},"& ._text-field":{"& input":{padding:0}}}),v2=n(Yt,{width:"100%",fontSize:"$18",lineHeight:"$26",fontWeight:"$medium",textAlign:"right","&:disabled":{cursor:"unset"}}),S2=n(he,{$$color:"$colors$secondary200",[`.${c} &`]:{$$color:"$colors$secondary800"},backgroundColor:"$$color","& ._typography":{color:"$colors$secondary500",[`.${c} &`]:{color:"$colors$secondary250"}}}),DE=n("div",{display:"flex",width:"100%",textAlign:"right",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",variants:{hasWarning:{true:{"& ._typography":{color:"$warning500"}},false:{"& ._typography":{$$color:"$colors$neutral600",[`.${c} &`]:{$$color:"$colors$neutral700"},color:"$$color"}}}}}),T2=$({display:"flex",justifyContent:"space-between",alignItems:"center"}),x2=n("div",{width:"60%"}),I2=$({display:"flex",justifyContent:"space-between",alignItems:"center"}),_n=$({display:"flex",justifyContent:"center",alignItems:"center"}),D2=$({width:"48%",maxWidth:"170px",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"end",flexGrow:1}),L2=$({paddingBottom:"$5"}),LE=n(d,{width:"100%",textAlign:"right",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:147});import{i18n as Do}from"@lingui/core";import U from"react";var P2=n(he,{width:"100%",maxWidth:"180px",minWidth:"130px",backgroundColor:"transparent",borderRadius:"$xs",color:"$neutral700","&:disabled":{color:"$neutral600"},"&:focus-visible":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$info700"},backgroundColor:"$$color !important",outline:0},"&:disabled:hover":{backgroundColor:"transparent"},"&:hover":{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color !important",[`& ${po}`]:{$$color:"$colors$secondary100",[`.${c} &`]:{$$color:"$colors$neutral100"},backgroundColor:"$$color !important"}},"& > span":{width:"100%"}}),On=$(),z2=n("div",{width:"100%",maxWidth:"170px",padding:"$2 $5",display:"flex",borderRadius:"$xs",justifyContent:"start",boxSizing:"border-box",alignItems:"center",[`& .${On}`]:{$$color:"$colors$neutral600",[`.${c} &`]:{$$color:"$colors$neutral700"},color:"$$color"}}),A2=$({display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"start",paddingLeft:"$10",flexGrow:1,textAlign:"left",width:"100%",overflow:"hidden"}),N2=$({width:"100%",padding:"$5 $0"}),$2=n("div",{width:"100%",display:"flex",alignItems:"center"}),M2=n(d,{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}),j2={content:{padding:"$10"},root:{zIndex:10,maxWidth:"calc(100% - 18px)",display:"flex",justifyContent:"start"}},E2=n(d,{maxWidth:217,lineBreak:"anywhere"}),$E=n(d,{maxWidth:96,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"});function F2(e){let{error:t,chainImage:i,tokenImage:l,tokenSymbol:r,chain:s,chianImageId:u,onClick:m,loading:k,warning:b,tooltipContainer:x,id:I,selectionType:p="token"}=e,N=!t&&!k&&!!r,F=a(()=>t||(!k&&!s?p==="token"?Do.t("Select Chain"):Do.t("Select gas chain"):s),"getBodyContent");return U.createElement(P2,{id:`${I}-clear-all-btn`,variant:"default",disabled:t||k,onClick:m},U.createElement(z2,null,U.createElement(V,{chianImageId:u,size:"large",useAsPlaceholder:t,chainImage:i,tokenImage:l,loading:k}),U.createElement("div",{className:A2()},k?U.createElement("div",{className:N2()},U.createElement(z,{variant:"text",size:"large"}),U.createElement(y,{size:8}),U.createElement(z,{variant:"text",size:"medium"})):U.createElement(U.Fragment,null,U.createElement($2,null,N?U.createElement(W,{styles:j2,align:"start",side:"bottom",alignOffset:-15,sideOffset:15,container:x,content:U.createElement(E2,{variant:"body",size:"xsmall"},r)},U.createElement(M2,{variant:"title",size:"medium"},r)):U.createElement(d,{variant:"title",size:"medium"},p==="token"?Do.t("Select Token"):Do.t("Select Chain")),b&&U.createElement(U.Fragment,null,U.createElement(y,{size:4,direction:"horizontal"}),U.createElement(Rn,{container:x}))),U.createElement(d,{variant:"body",size:"medium",className:On()},F())))))}a(F2,"TokenSection");function H6(e){let t="balance"in e&&!e.loading&&!e.loadingBalance&&e.token.displayName&&e.anyWalletConnected,i="balance"in e&&(e.loading||e.loadingBalance),l=e.price;return E.createElement(b2,{id:e.mode==="To"?Gt.SWAP_TO_INPUT_CONTAINER_ID:Gt.SWAP_FROM_INPUT_CONTAINER_ID,sharpBottomStyle:e.sharpBottomStyle},E.createElement("div",{className:L2()},E.createElement("div",{className:I2()},E.createElement(d,{variant:"body",size:"small",className:Io()},e.label),t&&E.createElement("div",{className:_n()},E.createElement(d,{className:Io(),variant:"body",size:"xsmall"},H2.t("Balance"),": ",e.balance),E.createElement(y,{direction:"horizontal",size:4}),E.createElement(S2,{variant:"default",size:"xsmall",id:`${e.id}-max-btn`,onClick:e.onSelectMaxBalance},E.createElement(d,{variant:"body",size:"xsmall"},H2.t("Max")))),i&&E.createElement("div",{className:_n()},E.createElement(z,{variant:"text",size:"large",width:105})))),E.createElement("div",{className:T2()},E.createElement(x2,null,E.createElement(F2,{id:`${e.id}-token-selection-container`,selectionType:e.selectionType,chain:e.chain.displayName,chianImageId:e.mode==="To"?Gt.SWAP_TO_CHAIN_IMAGE_ID:Gt.SWAP_FROM_CHAIN_IMAGE_ID,tokenSymbol:e.token.displayName,error:e.error,chainImage:e.chain.image,tokenImage:e.token.image,onClick:e.onClickToken,loading:e.loading,warning:e.token.securityWarning,tooltipContainer:e.tooltipContainer})),E.createElement("div",{className:D2()},e.loading||e.mode==="To"&&e.fetchingQuote?E.createElement(E.Fragment,null,E.createElement(z,{variant:"text",size:"large"}),E.createElement(y,{size:8}),E.createElement(z,{variant:"text",size:"medium"})):E.createElement(E.Fragment,null,E.createElement(J,{align:"end",content:l.realValue,container:e.tooltipContainer,open:!l.realValue||l.realValue==="0"?!1:void 0},E.createElement(v2,{disabled:e.disabled||e.mode==="To",style:{padding:0},value:l.value,id:`${e.id}-input`,type:"onInputChange"in e?"number":"text",step:"any",size:"large",placeholder:"0",variant:"ghost",..."onInputBlur"in e&&{onBlur:r=>e.onInputBlur?.(r.target.value)},min:0,..."onInputChange"in e&&{onChange:r=>e.onInputChange(r.target.value)}})),E.createElement(ya,{size:"medium",tooltipProps:{container:e.tooltipContainer,side:"bottom"},outputUsdValue:l.usdValue,realOutputUsdValue:l.realUsdValue,percentageChange:"percentageChange"in e?e.percentageChange:void 0,warningLevel:"percentageChange"in e?e.warningLevel:void 0,error:l.error})))))}a(H6,"SwapInput");import{i18n as Kn}from"@lingui/core";import _ from"react";import{i18n as V6}from"@lingui/core";import Lo from"react";var V2=n("div",{borderRadius:"$sm",padding:"0 $10 $10 $10",width:"350px",maxWidth:"90vw",minHeight:"150px",maxHeight:"207px",overflowY:"auto",background:"inherit",variants:{equalPadding:{true:{padding:"$10"}}}}),W2=n("div",{padding:"$10 $10 0 $10",display:"flex",justifyContent:"space-between",alignItems:"center",background:"inherit",position:"sticky",top:"0",zIndex:999}),q2=n(he,{padding:"$5 !important"}),B2=n("ul",{padding:0,margin:0,listStyle:"none",".to-chain-token":{transform:"translateX(-3px)"}}),Z2=n(Fn,{variants:{actionRequired:{true:{backgroundColor:"$error300",[`.${c} &`]:{backgroundColor:"$error600"}}}}}),Y2=n("div",{display:"flex",padding:"0 0 0 $5",alignItems:"center",alignSelf:"stretch"}),R2=n("div",{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",padding:"$10",width:"100%",height:"150px"}),U2=n("span",{display:"flex",justifyContent:"center",alignItems:"center",paddingRight:"$8"});function _2(){return Lo.createElement(R2,null,Lo.createElement(Ro,{color:"secondary",size:26}),Lo.createElement(y,{size:12}),Lo.createElement(d,{variant:"body",size:"medium",color:"neutral700"},V6.t("There are no notifications.")))}a(_2,"NotificationNotFound");function mF(e){let{list:t,getBlockchainImage:i,getTokenImage:l,onClickItem:r,onClearAll:s,containerStyles:u,id:m}=e;return _.createElement(V2,{equalPadding:t.length===0,css:u},t.length>0&&_.createElement(_.Fragment,null,_.createElement(W2,null,_.createElement(d,{variant:"label",size:"medium"},Kn.t("Notifications")),_.createElement(q2,{id:`${m}-clear-all-btn`,variant:"ghost",size:"xsmall",onClick:s},_.createElement(d,{variant:"body",size:"xsmall",color:"neutral700"},Kn.t("Clear all")))),_.createElement(y,{direction:"vertical",size:4})),t.length?_.createElement(B2,null,t.map((k,b)=>{let{route:x,requestId:I,event:p}=k,N=l(x.from),F=i(x.from.blockchain),D=l(x.to),j=i(x.to.blockchain);return _.createElement(_.Fragment,{key:I},b>0&&_.createElement(y,{size:4}),_.createElement(Z2,{className:`${m}-list-item`,onClick:()=>r(I),actionRequired:p.messageSeverity==="warning",title:_.createElement(d,{variant:"body",size:"small",color:p.messageSeverity==="warning"?"$foreground":"$neutral700"},Kn.t(p.message)),id:I,start:_.createElement(Y2,null,_.createElement(V,{tokenImage:N,chainImage:F,size:"small"}),_.createElement(V,{tokenImage:D,chainImage:j,size:"small"})),end:_.createElement(U2,null,_.createElement(qe,{size:12,color:"gray"}))}))})):_.createElement(_2,null))}a(mF,"Notifications");import W6 from"copy-to-clipboard";import Gn from"react";function q6(e){let[t,i]=Gn.useState(!1),l=Gn.useCallback(r=>{W6(r.toString()),i(!0)},[]);return Gn.useEffect(()=>{let r;return t&&e&&(r=setTimeout(()=>i(!1),e)),()=>{clearTimeout(r)}},[t,e]),[t,l]}a(q6,"useCopyToClipboard");export{pc as AddIcon,gc as AffiliateIcon,so as Alert,kc as AutoThemeIcon,bc as AutorenewIcon,F6 as BalanceErrors,Tl as Bengali,Ja as BlockchainCategories,on as BlockchainsChip,Tc as BorderRadiusIcon,rn as BottomLogo,Dc as BridgesIcon,zc as BugReportIcon,$c as BullhornIcon,he as Button,Ec as CalendarIcon,xl as Catalonia,V as ChainToken,Vc as ChainsIcon,Bc as ChartIcon,pd as Checkbox,Na as ChevronDownIcon,No as ChevronLeftIcon,qe as ChevronRightIcon,St as ChevronUpIcon,Il as Chinese,hd as Chip,Tt as CloseIcon,dd as Collapsible,jd as CollapsibleMessageBox,a3 as ColorsIcon,xt as CompleteIcon,$6 as ConnectWalletsModal,r3 as ContactUsIcon,c3 as CookieIcon,p3 as CopyIcon,$o as CosmosCategoryIcon,C3 as CreditCardIcon,w3 as CustomColorsIcon,Rn as CustomTokenWarning,P3 as CustomTokensZeroStateDarkIcon,I3 as CustomTokensZeroStateIcon,S3 as CustomerSupportIcon,Dl as Cyprus,N3 as DarkModeIcon,j3 as DeleteIcon,Ll as Denmark,H3 as DesktopIcon,q3 as DisconnectIcon,Y3 as DiscordIcon,y as Divider,_3 as DocumentIcon,G3 as DocumentationIcon,Lt as DoneIcon,Pl as English,na as ErrorIcon,jo as EvmCategoryIcon,i5 as ExchangeIcon,l5 as ExitIcon,d5 as ExplorerIcon,m5 as ExternalLinkIcon,C5 as FeatureListIcon,w5 as FilterIcon,zl as Finland,S5 as FirstIcon,I5 as FontIcon,Al as French,Ld as FullExpandedQuote,Ho as GasIcon,A5 as GasStationIcon,Nl as German,$l as Greece,s6 as GroupedVirtualizedList,De as HEADER_CORNDER_RADIUS,zd as Header,M5 as HeightIcon,F5 as HideIcon,Ml as Hindi,jl as Hungary,ec as I18nManager,be as IconButton,K as Image,lo as ImageContainer,_5 as InProgressIcon,El as India,Fl as Indonesian,W5 as InfinityIcon,zt as InfoErrorIcon,B as InfoIcon,Hl as Italian,Vl as Japanese,G5 as KeyIcon,Wl as Korea,Q5 as LanguageIcon,tu as LastIcon,iu as LegacyIcon,lu as LightModeIcon,du as LinkIcon,u6 as List,_t as ListItem,Fn as ListItemButton,ql as Lithuania,Bo as LoadingIcon,yu as LoginIcon,vu as LogoWithTextIcon,fu as LogoutIcon,Bl as Malay,xu as MediumIcon,Lu as MenuIcon,fn as MessageBox,kn as Modal,Cn as ModalHeader,Au as MoneyBagIcon,Mu as MoreIcon,Zl as Netherlands,ra as NextIcon,Ro as NoNotificationIcon,Vu as NoRouteIcon,d6 as NotFound,lc as NotSelectableTypography,Yu as NotificationNumberIcon,mF as Notifications,_u as NotificationsIcon,Xu as NumberBlocksIcon,_o as NumberIcon,J as NumericTooltip,Oo as OtherCategoryIcon,Yl as Pakistan,o0 as PasteIcon,r0 as PencilIcon,Rl as Philippines,c0 as PinIcon,Ul as Poland,S6 as Popover,_l as Portuguese,ya as PriceImpact,p0 as ProfileIcon,yn as QuoteCost,cn as QuoteTag,wn as Radio,Ed as RadioGroup,bn as RadioRoot,g0 as RangoExplorerIcon,k0 as RankIcon,b0 as RefreshIcon,Yd as RefreshProgressButton,T0 as ReportIcon,D0 as RequestIcon,$0 as ReverseHorizontalIcon,z0 as ReverseIcon,E0 as RouteIcon,Ol as Russian,Kl as SaudiArabia,V0 as ScannerIcon,B0 as ScoreIcon,Xo as SearchIcon,L6 as Select,_d as SelectableCategoryList,r6 as SelectableWallet,jn as SelectableWalletButton,Gl as Serbia,_0 as SettingsIcon,G0 as ShareIcon,Q0 as ShowIcon,z as Skeleton,t9 as SlippageIcon,Jl as Slovakia,Xl as SouthAfrica,Ql as Spanish,ca as Spinner,i9 as StatsIcon,f6 as StepDetails,l9 as StyleIcon,d9 as SupportIcon,e2 as Swahili,m9 as SwapIcon,H6 as SwapInput,Od as SwapListItem,a2 as Swedish,Kd as Switch,z6 as Tabs,C9 as TargetIcon,w9 as TelegramIcon,Yt as TextField,t2 as Thai,en as TimeIcon,Nn as Toast,t6 as ToastProvider,p6 as TokenAmount,W as Tooltip,x9 as TransactionIcon,L9 as TrophyIcon,A9 as TuneIcon,o2 as Turkish,d as Typography,Gt as UI_ID,n2 as Ukrainian,an as UtxoCategoryIcon,i2 as Vietnamese,l6 as VirtualizedList,E9 as VolumeIcon,En as Wallet,V9 as WalletIcon,Ut as WalletImageContainer,Rt as WalletState,Ie as WarningIcon,Y9 as WidgetIcon,_9 as WidthIcon,G9 as XIcon,m8 as config,ji as createTheme,$ as css,ic as darkColors,c as darkTheme,Rd as getCategoriesCount,h8 as globalCss,Ce as keyframes,Ei as lightTheme,$n as makeInfo,g8 as rangoDarkColors,n as styled,tc as theme,q6 as useCopyToClipboard,ga as useIsTruncated,An as useToast};
2
+ //# sourceMappingURL=index.js.map