@lifi/widget 3.0.0-alpha.20 → 3.0.0-alpha.21

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 (210) hide show
  1. package/AppProvider.tsx +6 -6
  2. package/AppRoutes.tsx +5 -0
  3. package/_cjs/AppProvider.js +1 -1
  4. package/_cjs/AppProvider.js.map +1 -1
  5. package/_cjs/AppRoutes.js +4 -0
  6. package/_cjs/AppRoutes.js.map +1 -1
  7. package/_cjs/components/AccountAvatar.js +3 -4
  8. package/_cjs/components/AccountAvatar.js.map +1 -1
  9. package/_cjs/components/Header/NavigationHeader.js +1 -0
  10. package/_cjs/components/Header/NavigationHeader.js.map +1 -1
  11. package/_cjs/components/Header/WalletHeader.js +1 -2
  12. package/_cjs/components/Header/WalletHeader.js.map +1 -1
  13. package/_cjs/components/Header/WalletMenu.js +4 -5
  14. package/_cjs/components/Header/WalletMenu.js.map +1 -1
  15. package/_cjs/components/SendToWallet/SendToWalletButton.js +5 -11
  16. package/_cjs/components/SendToWallet/SendToWalletButton.js.map +1 -1
  17. package/_cjs/components/SendToWallet/SendToWalletExpandButton.js +6 -5
  18. package/_cjs/components/SendToWallet/SendToWalletExpandButton.js.map +1 -1
  19. package/_cjs/components/Step/Step.js +1 -2
  20. package/_cjs/components/Step/Step.js.map +1 -1
  21. package/_cjs/config/theme.js +3 -0
  22. package/_cjs/config/theme.js.map +1 -1
  23. package/_cjs/config/version.d.ts +1 -1
  24. package/_cjs/config/version.js +1 -1
  25. package/_cjs/hooks/useGasSufficiency.js +15 -14
  26. package/_cjs/hooks/useGasSufficiency.js.map +1 -1
  27. package/_cjs/hooks/useRoutes.d.ts +1 -1
  28. package/_cjs/hooks/useTokenAddressBalance.d.ts +1 -1
  29. package/_cjs/hooks/useTokenBalance.d.ts +1 -1
  30. package/_cjs/hooks/useTokenBalances.d.ts +1 -1
  31. package/_cjs/i18n/bn.json +127 -74
  32. package/_cjs/i18n/de.json +52 -18
  33. package/_cjs/i18n/es.json +145 -77
  34. package/_cjs/i18n/fr.json +47 -16
  35. package/_cjs/i18n/hi.json +298 -0
  36. package/_cjs/i18n/id.json +54 -19
  37. package/_cjs/i18n/it.json +54 -19
  38. package/_cjs/i18n/ko.json +54 -19
  39. package/_cjs/i18n/pt.json +48 -17
  40. package/_cjs/i18n/th.json +54 -19
  41. package/_cjs/i18n/tr.json +47 -16
  42. package/_cjs/i18n/uk.json +47 -16
  43. package/_cjs/i18n/vi.json +54 -19
  44. package/_cjs/i18n/zh.json +47 -16
  45. package/_cjs/pages/SelectWalletPage/EVMListItemButton.js +1 -1
  46. package/_cjs/pages/SelectWalletPage/EVMListItemButton.js.map +1 -1
  47. package/_cjs/pages/SelectWalletPage/SelectWalletPage.js +30 -12
  48. package/_cjs/pages/SelectWalletPage/SelectWalletPage.js.map +1 -1
  49. package/_cjs/pages/SendToWallet/ConfirmAddressSheet.js +3 -1
  50. package/_cjs/pages/SendToWallet/ConfirmAddressSheet.js.map +1 -1
  51. package/_cjs/pages/SendToWallet/SendToConfiguredWalletPage.d.ts +1 -0
  52. package/_cjs/pages/SendToWallet/SendToConfiguredWalletPage.js +74 -0
  53. package/_cjs/pages/SendToWallet/SendToConfiguredWalletPage.js.map +1 -0
  54. package/_cjs/pages/SendToWallet/index.d.ts +1 -0
  55. package/_cjs/pages/SendToWallet/index.js +1 -0
  56. package/_cjs/pages/SendToWallet/index.js.map +1 -1
  57. package/_cjs/providers/WalletProvider/SDKProviders.js +8 -5
  58. package/_cjs/providers/WalletProvider/SDKProviders.js.map +1 -1
  59. package/_cjs/providers/WidgetProvider/WidgetProvider.js +4 -1
  60. package/_cjs/providers/WidgetProvider/WidgetProvider.js.map +1 -1
  61. package/_cjs/providers/WidgetProvider/utils.d.ts +5 -0
  62. package/_cjs/providers/WidgetProvider/utils.js +21 -0
  63. package/_cjs/providers/WidgetProvider/utils.js.map +1 -0
  64. package/_cjs/stores/bookmarks/BookmarkStore.js +3 -1
  65. package/_cjs/stores/bookmarks/BookmarkStore.js.map +1 -1
  66. package/_cjs/stores/bookmarks/createBookmarkStore.d.ts +6 -1
  67. package/_cjs/stores/bookmarks/createBookmarkStore.js +12 -2
  68. package/_cjs/stores/bookmarks/createBookmarkStore.js.map +1 -1
  69. package/_cjs/stores/bookmarks/types.d.ts +2 -5
  70. package/_cjs/stores/form/FormStore.js +1 -1
  71. package/_cjs/stores/form/FormStore.js.map +1 -1
  72. package/_cjs/stores/routes/utils.js.map +1 -1
  73. package/_cjs/types/widget.d.ts +7 -1
  74. package/_cjs/utils/chainType.d.ts +1 -0
  75. package/_cjs/utils/chainType.js +2 -0
  76. package/_cjs/utils/chainType.js.map +1 -1
  77. package/_cjs/utils/converters.js +24 -0
  78. package/_cjs/utils/converters.js.map +1 -1
  79. package/_cjs/utils/index.d.ts +1 -1
  80. package/_cjs/utils/index.js +1 -1
  81. package/_cjs/utils/index.js.map +1 -1
  82. package/_cjs/utils/navigationRoutes.d.ts +1 -0
  83. package/_cjs/utils/navigationRoutes.js +3 -0
  84. package/_cjs/utils/navigationRoutes.js.map +1 -1
  85. package/_esm/AppProvider.js +1 -1
  86. package/_esm/AppProvider.js.map +1 -1
  87. package/_esm/AppRoutes.js +5 -1
  88. package/_esm/AppRoutes.js.map +1 -1
  89. package/_esm/components/AccountAvatar.js +3 -4
  90. package/_esm/components/AccountAvatar.js.map +1 -1
  91. package/_esm/components/Header/NavigationHeader.js +1 -0
  92. package/_esm/components/Header/NavigationHeader.js.map +1 -1
  93. package/_esm/components/Header/WalletHeader.js +2 -3
  94. package/_esm/components/Header/WalletHeader.js.map +1 -1
  95. package/_esm/components/Header/WalletMenu.js +4 -5
  96. package/_esm/components/Header/WalletMenu.js.map +1 -1
  97. package/_esm/components/SendToWallet/SendToWalletButton.js +5 -11
  98. package/_esm/components/SendToWallet/SendToWalletButton.js.map +1 -1
  99. package/_esm/components/SendToWallet/SendToWalletExpandButton.js +6 -5
  100. package/_esm/components/SendToWallet/SendToWalletExpandButton.js.map +1 -1
  101. package/_esm/components/Step/Step.js +1 -2
  102. package/_esm/components/Step/Step.js.map +1 -1
  103. package/_esm/config/theme.js +3 -0
  104. package/_esm/config/theme.js.map +1 -1
  105. package/_esm/config/version.d.ts +1 -1
  106. package/_esm/config/version.js +1 -1
  107. package/_esm/hooks/useGasSufficiency.js +13 -12
  108. package/_esm/hooks/useGasSufficiency.js.map +1 -1
  109. package/_esm/hooks/useRoutes.d.ts +1 -1
  110. package/_esm/hooks/useTokenAddressBalance.d.ts +1 -1
  111. package/_esm/hooks/useTokenBalance.d.ts +1 -1
  112. package/_esm/hooks/useTokenBalances.d.ts +1 -1
  113. package/_esm/i18n/bn.json +127 -74
  114. package/_esm/i18n/de.json +52 -18
  115. package/_esm/i18n/es.json +145 -77
  116. package/_esm/i18n/fr.json +47 -16
  117. package/_esm/i18n/hi.json +298 -0
  118. package/_esm/i18n/id.json +54 -19
  119. package/_esm/i18n/it.json +54 -19
  120. package/_esm/i18n/ko.json +54 -19
  121. package/_esm/i18n/pt.json +48 -17
  122. package/_esm/i18n/th.json +54 -19
  123. package/_esm/i18n/tr.json +47 -16
  124. package/_esm/i18n/uk.json +47 -16
  125. package/_esm/i18n/vi.json +54 -19
  126. package/_esm/i18n/zh.json +47 -16
  127. package/_esm/pages/SelectWalletPage/EVMListItemButton.js +2 -2
  128. package/_esm/pages/SelectWalletPage/EVMListItemButton.js.map +1 -1
  129. package/_esm/pages/SelectWalletPage/SelectWalletPage.js +27 -9
  130. package/_esm/pages/SelectWalletPage/SelectWalletPage.js.map +1 -1
  131. package/_esm/pages/SendToWallet/ConfirmAddressSheet.js +3 -1
  132. package/_esm/pages/SendToWallet/ConfirmAddressSheet.js.map +1 -1
  133. package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.d.ts +1 -0
  134. package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.js +70 -0
  135. package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.js.map +1 -0
  136. package/_esm/pages/SendToWallet/index.d.ts +1 -0
  137. package/_esm/pages/SendToWallet/index.js +1 -0
  138. package/_esm/pages/SendToWallet/index.js.map +1 -1
  139. package/_esm/providers/WalletProvider/SDKProviders.js +9 -6
  140. package/_esm/providers/WalletProvider/SDKProviders.js.map +1 -1
  141. package/_esm/providers/WidgetProvider/WidgetProvider.js +4 -1
  142. package/_esm/providers/WidgetProvider/WidgetProvider.js.map +1 -1
  143. package/_esm/providers/WidgetProvider/utils.d.ts +5 -0
  144. package/_esm/providers/WidgetProvider/utils.js +17 -0
  145. package/_esm/providers/WidgetProvider/utils.js.map +1 -0
  146. package/_esm/stores/bookmarks/BookmarkStore.js +3 -1
  147. package/_esm/stores/bookmarks/BookmarkStore.js.map +1 -1
  148. package/_esm/stores/bookmarks/createBookmarkStore.d.ts +6 -1
  149. package/_esm/stores/bookmarks/createBookmarkStore.js +12 -2
  150. package/_esm/stores/bookmarks/createBookmarkStore.js.map +1 -1
  151. package/_esm/stores/bookmarks/types.d.ts +2 -5
  152. package/_esm/stores/form/FormStore.js +1 -1
  153. package/_esm/stores/form/FormStore.js.map +1 -1
  154. package/_esm/stores/routes/utils.js.map +1 -1
  155. package/_esm/types/widget.d.ts +7 -1
  156. package/_esm/utils/chainType.d.ts +1 -0
  157. package/_esm/utils/chainType.js +2 -0
  158. package/_esm/utils/chainType.js.map +1 -1
  159. package/_esm/utils/converters.js +24 -0
  160. package/_esm/utils/converters.js.map +1 -1
  161. package/_esm/utils/index.d.ts +1 -1
  162. package/_esm/utils/index.js +1 -1
  163. package/_esm/utils/index.js.map +1 -1
  164. package/_esm/utils/navigationRoutes.d.ts +1 -0
  165. package/_esm/utils/navigationRoutes.js +3 -0
  166. package/_esm/utils/navigationRoutes.js.map +1 -1
  167. package/components/AccountAvatar.tsx +3 -7
  168. package/components/Header/NavigationHeader.tsx +1 -0
  169. package/components/Header/WalletHeader.tsx +2 -6
  170. package/components/Header/WalletMenu.tsx +4 -8
  171. package/components/SendToWallet/SendToWalletButton.tsx +7 -13
  172. package/components/SendToWallet/SendToWalletExpandButton.tsx +9 -5
  173. package/components/Step/Step.tsx +3 -2
  174. package/config/theme.ts +3 -0
  175. package/config/version.ts +1 -1
  176. package/hooks/useGasSufficiency.ts +14 -14
  177. package/i18n/bn.json +127 -74
  178. package/i18n/de.json +52 -18
  179. package/i18n/es.json +145 -77
  180. package/i18n/fr.json +47 -16
  181. package/i18n/hi.json +298 -0
  182. package/i18n/id.json +54 -19
  183. package/i18n/it.json +54 -19
  184. package/i18n/ko.json +54 -19
  185. package/i18n/pt.json +48 -17
  186. package/i18n/th.json +54 -19
  187. package/i18n/tr.json +47 -16
  188. package/i18n/uk.json +47 -16
  189. package/i18n/vi.json +54 -19
  190. package/i18n/zh.json +47 -16
  191. package/package.json +12 -12
  192. package/pages/SelectWalletPage/EVMListItemButton.tsx +5 -5
  193. package/pages/SelectWalletPage/SelectWalletPage.tsx +36 -20
  194. package/pages/SendToWallet/ConfirmAddressSheet.tsx +3 -1
  195. package/pages/SendToWallet/SendToConfiguredWalletPage.tsx +149 -0
  196. package/pages/SendToWallet/index.ts +1 -0
  197. package/pages/TransactionDetailsPage/TransactionDetailsPage.tsx +1 -1
  198. package/providers/WalletProvider/SDKProviders.tsx +20 -11
  199. package/providers/WidgetProvider/WidgetProvider.tsx +7 -2
  200. package/providers/WidgetProvider/utils.ts +26 -0
  201. package/stores/bookmarks/BookmarkStore.tsx +3 -1
  202. package/stores/bookmarks/createBookmarkStore.ts +19 -3
  203. package/stores/bookmarks/types.ts +2 -5
  204. package/stores/form/FormStore.tsx +1 -1
  205. package/stores/routes/utils.ts +4 -10
  206. package/types/widget.ts +7 -1
  207. package/utils/chainType.ts +2 -0
  208. package/utils/converters.ts +29 -0
  209. package/utils/index.ts +1 -1
  210. package/utils/navigationRoutes.ts +3 -0
package/_esm/i18n/fr.json CHANGED
@@ -9,10 +9,15 @@
9
9
  },
10
10
  "button": {
11
11
  "auto": "Auto",
12
+ "bookmark": "",
13
+ "bookmarks": "",
12
14
  "bridge": "Bridge",
13
15
  "buy": "Acheter",
14
16
  "buyNow": "Acheter maintenant",
15
17
  "cancel": "Annuler",
18
+ "changeWallet": "Changer de portefeuille",
19
+ "close": "",
20
+ "confirm": "",
16
21
  "connectWallet": "Connecter un portefeuille",
17
22
  "contactSupport": "Contacter le support",
18
23
  "continue": "Continuer",
@@ -30,6 +35,7 @@
30
35
  "light": "Clair",
31
36
  "max": "max",
32
37
  "ok": "Ok",
38
+ "options": "",
33
39
  "removeTransaction": "Supprimer la transaction",
34
40
  "reset": "Réinitialiser",
35
41
  "resetSettings": "Réinitialiser les paramètres",
@@ -47,6 +53,7 @@
47
53
  },
48
54
  "header": {
49
55
  "activeTransactions": "Transactions actives",
56
+ "bookmarkedWallets": "",
50
57
  "bridge": "Bridge",
51
58
  "checkout": "Paiement",
52
59
  "exchange": "Échanger",
@@ -55,8 +62,10 @@
55
62
  "payWith": "Payer avec",
56
63
  "purchase": "Acheter",
57
64
  "purchaseDetails": "Détails de l'achat",
65
+ "recentWallets": "",
58
66
  "selectChain": "Sélectionner la chaîne",
59
67
  "selectWallet": "Sélectionnez votre portefeuille",
68
+ "sendToWallet": "",
60
69
  "settings": "Paramètres",
61
70
  "swap": "Échanger",
62
71
  "to": "Échanger pour",
@@ -71,7 +80,8 @@
71
80
  "emptyActiveTransactions": "Les transactions en cours apparaîtront ici. Une fois terminées, retrouvez-les dans l'historique des transactions.",
72
81
  "emptyTokenList": "Nous n'avons pas pu trouver de jetons sur la chaîne {{chainName}} ou vous n'en avez pas. Veuillez rechercher par adresse de contrat si votre jeton n'apparaît pas ou choisissez une autre chaîne.",
73
82
  "emptyTransactionHistory": "L'historique de transaction est uniquement stocké au niveau local et sera supprimé si vous effacez les données de votre navigateur.",
74
- "routeNotFound": "Raisons possibles : faible liquidité, le montant sélectionné est trop faible, les coûts de gaz sont trop élevés ou il n'y a pas de routes pour la combinaison sélectionnée."
83
+ "routeNotFound": "Raisons possibles : faible liquidité, le montant sélectionné est trop faible, les coûts de gaz sont trop élevés ou il n'y a pas de routes pour la combinaison sélectionnée.",
84
+ "fundsToExchange": ""
75
85
  },
76
86
  "title": {
77
87
  "autoRefuel": "Obtenir du gaz",
@@ -103,7 +113,8 @@
103
113
  "insufficientFunds": "Vous n'avez pas assez de fonds pour finaliser l'échange.",
104
114
  "insufficientGas": "Vous n'avez pas assez de gaz pour finaliser l'échange. Vous devez avoir au moins:",
105
115
  "rateChanged": "Le taux de change a changé. En continuant l'échange, vous devrez accepter le nouveau taux.",
106
- "resetSettings": "Cela réinitialisera la priorité de votre itinéraire, l'effet de glissement, le prix du gaz, les ponts et les plateformes d'échanges activés."
116
+ "resetSettings": "Cela réinitialisera la priorité de votre itinéraire, l'effet de glissement, le prix du gaz, les ponts et les plateformes d'échanges activés.",
117
+ "slippageOutsideRecommendedLimits": "Une tolérance élevée au glissement peut entraîner un échange défavorable causé par le front-running."
107
118
  },
108
119
  "title": {
109
120
  "deleteActiveTransactions": "Supprimer toutes les transactions actives ?",
@@ -128,27 +139,28 @@
128
139
  "unknown": "Veuillez réessayer ou contacter le support."
129
140
  },
130
141
  "title": {
142
+ "addressRequired": "",
131
143
  "allowanceRequired": "Allocation insuffisante",
132
144
  "balanceIsTooLow": "Le solde est trop bas.",
145
+ "bookmarkAlreadyExists": "",
146
+ "bookmarkNameRequired": "",
133
147
  "chainSwitch": "Changement de chaîne nécessaire.",
148
+ "exchangeRateUpdateCanceled": "Mise à jour du taux de change annulée",
134
149
  "gasLimitIsTooLow": "La limite de gaz est trop basse.",
135
150
  "insufficientFunds": "Fonds insuffisants",
136
151
  "signatureRejected": "Signature requise",
137
152
  "slippageNotMet": "Les conditions de l'effet de glissement ne sont pas remplies.",
138
153
  "transactionCanceled": "Transaction annulée.",
139
- "exchangeRateUpdateCanceled": "Mise à jour du taux de change annulée",
140
154
  "transactionFailed": "La transaction a échoué.",
141
155
  "transactionUnderpriced": "La transaction est sous-évaluée.",
142
156
  "transactionUnprepared": "Impossible de préparer la transaction.",
143
157
  "unknown": "Il y a eu un problème.",
144
- "walletAddressInvalid": "L'adresse du portefeuille n'est pas valide.",
158
+ "walletAddressInvalid": "",
145
159
  "walletAddressRequired": "L'adresse du portefeuille est nécessaire.",
146
- "walletEnsAddressInvalid": "L'adresse du portefeuille ou l'ENS est invalide, ou le réseau ne supporte pas l'ENS."
160
+ "walletChainTypeInvalid": ""
147
161
  }
148
162
  },
149
163
  "tooltip": {
150
- "additionalProviderFee": "Ponts additionnels, DEX et frais de service.",
151
- "estimatedNetworkFee": "Frais de réseau estimés.",
152
164
  "estimatedTime": "Durée d'exécution de l'échange estimé en minutes.",
153
165
  "notFound": {
154
166
  "text": "Nous n'avons pas trouvé cette page.",
@@ -157,18 +169,25 @@
157
169
  "numberOfSteps": "Un certain nombre d'étapes d'échange. Chaque étape peut contenir 1 à 2 transactions nécessitant une signature.",
158
170
  "progressToNextUpdate": "Les données affichées seront automatiquement actualisées après {{value}} secondes. Cliquez ici pour les mettre à jour manuellement.",
159
171
  "recommended": "Une voie bon marché qui équilibre complexité et facilité d'utilisation.",
160
- "settingsModified": "Paramètres (modifiés)"
172
+ "settingsModified": "Paramètres (modifiés)",
173
+ "selectAll": "Tout sélectionner",
174
+ "deselectAll": "Tout désélectionner"
161
175
  },
162
176
  "main": {
163
177
  "crossStepDetails": "Passer de {{from}} à {{to}} via {{tool}}",
164
178
  "currentAmount": "Montant actuel",
165
- "estimatedTime": "{{value}}m",
166
179
  "featuredTokens": "Jetons en vedette",
180
+ "fees": {
181
+ "estimated": "frais estimés",
182
+ "networkEstimated": "Frais de réseau estimés:",
183
+ "networkPaid": "Frais de réseau payés :",
184
+ "paid": "frais payés",
185
+ "providerEstimated": "Frais de fournisseur estimés :",
186
+ "providerPaid": "Frais de fournisseur payés :"
187
+ },
167
188
  "from": "De",
168
189
  "fromAmount": "Vous payez",
169
190
  "gasCost": "Coût du gaz",
170
- "gasFeeEstimated": "frais de gaz estimés",
171
- "gasFeePaid": "frais de gaz payés",
172
191
  "inProgress": "en cours",
173
192
  "nftStepDetails": "Acheter un NFT via {{tool}}",
174
193
  "onChain": "sur {{chainName}}",
@@ -238,8 +257,7 @@
238
257
  "tokenOnChain": "{{tokenSymbol}} sur {{chainName}}",
239
258
  "tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} sur {{chainName}}",
240
259
  "tokenSearch": "Recherche par nom de jeton ou adresse",
241
- "valueLoss": "Perte de valeur",
242
- "walletAddressOrEns": "Adresse du portefeuille ou nom ENS"
260
+ "valueLoss": "Perte de valeur"
243
261
  },
244
262
  "insurance": {
245
263
  "bridgeExploits": "Des dysfonctionnements de pont, des hacks ou des exploits",
@@ -248,8 +266,9 @@
248
266
  "slippageError": "Erreur dans le slippage pour les jetons reçus"
249
267
  },
250
268
  "settings": {
251
- "enabledBridges": "Bridges activés",
252
- "enabledExchanges": "Échanges autorisés",
269
+ "theme": "Thème",
270
+ "enabledBridges": "Ponts",
271
+ "enabledExchanges": "Échanges",
253
272
  "gasPrice": {
254
273
  "fast": "Rapide",
255
274
  "normal": "Normal",
@@ -257,10 +276,22 @@
257
276
  "title": "Prix du gaz"
258
277
  },
259
278
  "routePriority": "Priorité de l'itinéraire",
260
- "showDestinationWallet": "Afficher le portefeuille de destination",
279
+ "sendToWalletOption": "Option d'envoi vers le portefeuille",
261
280
  "slippage": "Effet de glissement",
281
+ "custom": "Personnalisé",
262
282
  "resetSettings": "Vous utilisez des paramètres personnalisés limitant le nombre de routes disponibles."
263
283
  },
284
+ "sendToWallet": {
285
+ "enterAddress": "",
286
+ "enterName": "",
287
+ "confirmWalletAddress": "",
288
+ "connectedWallets": "",
289
+ "bookmarkWallet": "",
290
+ "addBookmark": "",
291
+ "noBookmarkedWallets": "",
292
+ "noConnectedWallets": "",
293
+ "noRecentWallets": ""
294
+ },
264
295
  "wallet": {
265
296
  "extensionNotFound": "Veuillez vous assurer que seule l'extension de navigateur {{name}} est active avant de choisir ce portefeuille."
266
297
  }
@@ -0,0 +1,298 @@
1
+ {
2
+ "language": {
3
+ "name": "अंग्रेज़ी",
4
+ "title": "भाषा"
5
+ },
6
+ "format": {
7
+ "currency": "",
8
+ "number": ""
9
+ },
10
+ "button": {
11
+ "auto": "स्वतः",
12
+ "bookmark": "",
13
+ "bookmarks": "",
14
+ "bridge": "",
15
+ "buy": "",
16
+ "buyNow": "",
17
+ "cancel": "रद्द करें",
18
+ "changeWallet": "",
19
+ "close": "",
20
+ "confirm": "",
21
+ "connectWallet": "वॉलेट से जुड़ें?",
22
+ "contactSupport": "ग्राहक सेवा के लिए संपर्क करें",
23
+ "continue": "जारी रखें",
24
+ "copyAddress": "",
25
+ "dark": "अँधेरा",
26
+ "delete": "हटाएं",
27
+ "disconnect": "संपर्क तोड़ें",
28
+ "done": "समाप्त",
29
+ "exchange": "",
30
+ "getGas": "गेस शुल्क ले",
31
+ "hide": "छिपाएँ",
32
+ "learnMore": "",
33
+ "lifiCheckout": "",
34
+ "lifiExchange": "",
35
+ "light": "",
36
+ "max": "अधिकतम",
37
+ "ok": "ठीक है",
38
+ "options": "",
39
+ "removeTransaction": "",
40
+ "reset": "",
41
+ "resetSettings": "",
42
+ "reviewBridge": "",
43
+ "reviewPurchase": "",
44
+ "reviewSwap": "",
45
+ "seeDetails": "",
46
+ "showAll": "",
47
+ "startBridging": "",
48
+ "startSwapping": "",
49
+ "swap": "",
50
+ "tryAgain": "",
51
+ "viewCoverage": "",
52
+ "viewOnExplorer": ""
53
+ },
54
+ "header": {
55
+ "activeTransactions": "",
56
+ "bookmarkedWallets": "",
57
+ "bridge": "",
58
+ "checkout": "",
59
+ "exchange": "",
60
+ "from": "",
61
+ "gas": "गैस",
62
+ "payWith": "",
63
+ "purchase": "",
64
+ "purchaseDetails": "",
65
+ "recentWallets": "",
66
+ "selectChain": "चैन चुने",
67
+ "selectWallet": "वॉलेट चुनाव करे",
68
+ "sendToWallet": "",
69
+ "settings": "सेटिंग्स",
70
+ "swap": "",
71
+ "to": "",
72
+ "transactionDetails": "",
73
+ "transactionHistory": "",
74
+ "walletConnected": "",
75
+ "youGet": ""
76
+ },
77
+ "info": {
78
+ "message": {
79
+ "autoRefuel": "",
80
+ "emptyActiveTransactions": "",
81
+ "emptyTokenList": "",
82
+ "emptyTransactionHistory": "",
83
+ "routeNotFound": "",
84
+ "fundsToExchange": ""
85
+ },
86
+ "title": {
87
+ "autoRefuel": "गेस शुल्क ले",
88
+ "emptyActiveTransactions": "",
89
+ "emptyTransactionHistory": "",
90
+ "routeNotFound": ""
91
+ }
92
+ },
93
+ "success": {
94
+ "message": {
95
+ "exchangePartiallySuccessful": "",
96
+ "exchangeSuccessful": "",
97
+ "purchaseSuccessful": ""
98
+ },
99
+ "title": {
100
+ "bridgePartiallySuccessful": "",
101
+ "bridgeSuccessful": "",
102
+ "purchaseSuccessful": "",
103
+ "refundIssued": "",
104
+ "swapPartiallySuccessful": "",
105
+ "swapSuccessful": ""
106
+ }
107
+ },
108
+ "warning": {
109
+ "message": {
110
+ "deleteActiveTransactions": "",
111
+ "deleteTransactionHistory": "",
112
+ "highValueLoss": "",
113
+ "insufficientFunds": "",
114
+ "insufficientGas": "",
115
+ "rateChanged": "",
116
+ "resetSettings": "",
117
+ "slippageOutsideRecommendedLimits": ""
118
+ },
119
+ "title": {
120
+ "deleteActiveTransactions": "",
121
+ "deleteTransaction": "",
122
+ "deleteTransactionHistory": "",
123
+ "highValueLoss": "",
124
+ "insufficientGas": "",
125
+ "rateChanged": "",
126
+ "resetSettings": ""
127
+ }
128
+ },
129
+ "error": {
130
+ "message": {
131
+ "allowanceRequired": "",
132
+ "insufficientFunds": "",
133
+ "signatureRejected": "",
134
+ "slippageThreshold": "",
135
+ "transactionFailed": "",
136
+ "transactionNotSent": "",
137
+ "transactionCanceled": "",
138
+ "remainInYourWallet": "",
139
+ "unknown": ""
140
+ },
141
+ "title": {
142
+ "addressRequired": "",
143
+ "allowanceRequired": "",
144
+ "balanceIsTooLow": "",
145
+ "bookmarkAlreadyExists": "",
146
+ "bookmarkNameRequired": "",
147
+ "chainSwitch": "",
148
+ "exchangeRateUpdateCanceled": "",
149
+ "gasLimitIsTooLow": "",
150
+ "insufficientFunds": "",
151
+ "signatureRejected": "",
152
+ "slippageNotMet": "",
153
+ "transactionCanceled": "",
154
+ "transactionFailed": "",
155
+ "transactionUnderpriced": "",
156
+ "transactionUnprepared": "",
157
+ "unknown": "",
158
+ "walletAddressInvalid": "",
159
+ "walletAddressRequired": "",
160
+ "walletChainTypeInvalid": ""
161
+ }
162
+ },
163
+ "tooltip": {
164
+ "estimatedTime": "",
165
+ "notFound": {
166
+ "text": "",
167
+ "title": "404"
168
+ },
169
+ "numberOfSteps": "",
170
+ "progressToNextUpdate": "",
171
+ "recommended": "",
172
+ "settingsModified": "",
173
+ "selectAll": "",
174
+ "deselectAll": ""
175
+ },
176
+ "main": {
177
+ "crossStepDetails": "",
178
+ "currentAmount": "",
179
+ "featuredTokens": "",
180
+ "fees": {
181
+ "estimated": "",
182
+ "networkEstimated": "",
183
+ "networkPaid": "",
184
+ "paid": "",
185
+ "providerEstimated": "",
186
+ "providerPaid": ""
187
+ },
188
+ "from": "",
189
+ "fromAmount": "",
190
+ "gasCost": "",
191
+ "inProgress": "",
192
+ "nftStepDetails": "",
193
+ "onChain": "",
194
+ "otherTokens": "",
195
+ "ownedBy": "",
196
+ "process": {
197
+ "crossChain": {
198
+ "actionRequired": "",
199
+ "done": "",
200
+ "pending": "",
201
+ "started": ""
202
+ },
203
+ "nft": {
204
+ "done": ""
205
+ },
206
+ "receivingChain": {
207
+ "done": "",
208
+ "partial": "",
209
+ "pending": "",
210
+ "refunded": ""
211
+ },
212
+ "swap": {
213
+ "actionRequired": "",
214
+ "done": "",
215
+ "pending": "",
216
+ "started": ""
217
+ },
218
+ "switchChain": {
219
+ "actionRequired": "",
220
+ "done": ""
221
+ },
222
+ "tokenAllowance": {
223
+ "done": "",
224
+ "pending": "",
225
+ "started": ""
226
+ }
227
+ },
228
+ "quotedAmount": "",
229
+ "rateChange": "",
230
+ "receiving": "",
231
+ "refuelStepDetails": "",
232
+ "selectChain": "चैन चुने",
233
+ "selectChainAndToken": "",
234
+ "selectToken": "",
235
+ "sendToAddress": "",
236
+ "sendToWallet": "",
237
+ "sending": "",
238
+ "sentToAddress": "",
239
+ "stepBridge": "",
240
+ "stepBridgeAndBuy": "",
241
+ "stepDetails": "",
242
+ "stepSwap": "",
243
+ "stepSwapAndBridge": "",
244
+ "stepSwapAndBuy": "",
245
+ "supportId": "",
246
+ "swapStepDetails": "",
247
+ "tags": {
248
+ "cheapest": "",
249
+ "fastest": "",
250
+ "insurable": "",
251
+ "insurance": "",
252
+ "insured": "",
253
+ "recommended": "",
254
+ "safest": ""
255
+ },
256
+ "to": "",
257
+ "tokenOnChain": "",
258
+ "tokenOnChainAmount": "",
259
+ "tokenSearch": "",
260
+ "valueLoss": ""
261
+ },
262
+ "insurance": {
263
+ "bridgeExploits": "",
264
+ "insure": "",
265
+ "insured": "",
266
+ "slippageError": ""
267
+ },
268
+ "settings": {
269
+ "theme": "",
270
+ "enabledBridges": "",
271
+ "enabledExchanges": "",
272
+ "gasPrice": {
273
+ "fast": "",
274
+ "normal": "",
275
+ "slow": "",
276
+ "title": ""
277
+ },
278
+ "routePriority": "",
279
+ "sendToWalletOption": "",
280
+ "slippage": "",
281
+ "custom": "",
282
+ "resetSettings": ""
283
+ },
284
+ "sendToWallet": {
285
+ "enterAddress": "",
286
+ "enterName": "",
287
+ "confirmWalletAddress": "",
288
+ "connectedWallets": "",
289
+ "bookmarkWallet": "",
290
+ "addBookmark": "",
291
+ "noBookmarkedWallets": "",
292
+ "noConnectedWallets": "",
293
+ "noRecentWallets": ""
294
+ },
295
+ "wallet": {
296
+ "extensionNotFound": ""
297
+ }
298
+ }
package/_esm/i18n/id.json CHANGED
@@ -9,10 +9,15 @@
9
9
  },
10
10
  "button": {
11
11
  "auto": "Otomatis",
12
+ "bookmark": "",
13
+ "bookmarks": "",
12
14
  "bridge": "Bridge",
13
15
  "buy": "Beli",
14
16
  "buyNow": "Beli sekarang",
15
17
  "cancel": "Batal",
18
+ "changeWallet": "",
19
+ "close": "",
20
+ "confirm": "",
16
21
  "connectWallet": "Hubungkan dompet",
17
22
  "contactSupport": "Kontak bantuan",
18
23
  "continue": "Lanjutkan",
@@ -30,6 +35,7 @@
30
35
  "light": "Terang",
31
36
  "max": "maks",
32
37
  "ok": "Ya",
38
+ "options": "",
33
39
  "removeTransaction": "Hapus transaksi",
34
40
  "reset": "Atur ulang",
35
41
  "resetSettings": "Setel ulang pengaturan",
@@ -47,6 +53,7 @@
47
53
  },
48
54
  "header": {
49
55
  "activeTransactions": "Transaksi aktif",
56
+ "bookmarkedWallets": "",
50
57
  "bridge": "Bridge",
51
58
  "checkout": "Checkout",
52
59
  "exchange": "Pertukaran",
@@ -55,8 +62,10 @@
55
62
  "payWith": "Bayar dengan",
56
63
  "purchase": "Pembelian",
57
64
  "purchaseDetails": "Detail pembelian",
65
+ "recentWallets": "",
58
66
  "selectChain": "Pilih jaringan",
59
67
  "selectWallet": "Pilih dompet",
68
+ "sendToWallet": "",
60
69
  "settings": "Pengaturan",
61
70
  "swap": "Swap",
62
71
  "to": "Swap ke",
@@ -71,7 +80,8 @@
71
80
  "emptyActiveTransactions": "Transaksi yang sedang berlangsung akan muncul di sini. Setelah selesai, temukan di riwayat transaksi.",
72
81
  "emptyTokenList": "Kami tidak dapat menemukan token di jaringan {{chainName}} atau Anda tidak memilikinya. Silakan cari berdasarkan alamat kontrak jika token Anda tidak muncul atau pilih jaringan lain.",
73
82
  "emptyTransactionHistory": "Riwayat transaksi hanya disimpan secara lokal dan akan dihapus jika Anda menghapus data browser.",
74
- "routeNotFound": "Alasannya mungkin: likuiditas rendah, jumlah yang dipilih terlalu rendah, biaya gas terlalu tinggi, atau tidak ada rute untuk kombinasi yang dipilih."
83
+ "routeNotFound": "Alasannya mungkin: likuiditas rendah, jumlah yang dipilih terlalu rendah, biaya gas terlalu tinggi, atau tidak ada rute untuk kombinasi yang dipilih.",
84
+ "fundsToExchange": ""
75
85
  },
76
86
  "title": {
77
87
  "autoRefuel": "Dapatkan gas",
@@ -103,7 +113,8 @@
103
113
  "insufficientFunds": "Anda tidak memiliki cukup dana untuk menyelesaikan penukaran.",
104
114
  "insufficientGas": "Anda tidak memiliki cukup gas untuk menyelesaikan penukaran. Anda perlu menambahkan setidaknya:",
105
115
  "rateChanged": "Nilai tukar telah berubah. Dengan melanjutkan penukaran, Anda akan menerima tarif baru.",
106
- "resetSettings": "Ini akan mengatur ulang prioritas rute Anda, slippage, harga gas, jembatan yang diaktifkan, dan pertukaran."
116
+ "resetSettings": "Ini akan mengatur ulang prioritas rute Anda, slippage, harga gas, jembatan yang diaktifkan, dan pertukaran.",
117
+ "slippageOutsideRecommendedLimits": ""
107
118
  },
108
119
  "title": {
109
120
  "deleteActiveTransactions": "Hapus seluruh transaksi aktif?",
@@ -119,33 +130,37 @@
119
130
  "message": {
120
131
  "allowanceRequired": "Jumlah transfer untuk {{tokenSymbol}} melebihi jatah Anda saat ini. Tingkatkan jatah Anda dan coba lagi.",
121
132
  "insufficientFunds": "Anda tidak memiliki cukup gas untuk menutup biaya transaksi.",
133
+ "signatureRejected": "",
122
134
  "slippageThreshold": "Slippage lebih besar dari ambang batas yang ditentukan. Silakan minta rute baru untuk mendapatkan penawaran baru.",
123
135
  "transactionFailed": "Silakan periksa block explorer untuk informasi lebih lanjut.",
124
- "transactionNotSent": "Transaksi tidak terkirim. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}} tetap berada di dompet Anda.",
125
- "transactionRejected": "Tanda tangan Anda diperlukan untuk menyelesaikan transaksi. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}} tetap berada di dompet Anda.",
136
+ "transactionNotSent": "",
137
+ "transactionCanceled": "",
138
+ "remainInYourWallet": "",
126
139
  "unknown": "Silakan coba lagi atau hubungi bagian dukungan."
127
140
  },
128
141
  "title": {
142
+ "addressRequired": "",
129
143
  "allowanceRequired": "Saldo tidak mencukupi",
130
144
  "balanceIsTooLow": "Saldo Anda terlalu sedikit",
145
+ "bookmarkAlreadyExists": "",
146
+ "bookmarkNameRequired": "",
131
147
  "chainSwitch": "Penggantian jaringan diperlukan",
148
+ "exchangeRateUpdateCanceled": "",
132
149
  "gasLimitIsTooLow": "Gas limit terlalu rendah",
133
150
  "insufficientFunds": "Dana tidak mencukupi",
151
+ "signatureRejected": "",
134
152
  "slippageNotMet": "Kondisi slippage tidak terpenuhi",
135
153
  "transactionCanceled": "Transaksi dibatalkan",
136
154
  "transactionFailed": "Transaksi gagal",
137
- "transactionRejected": "Tanda tangan diperlukan",
138
155
  "transactionUnderpriced": "Transaksi di bawah harga",
139
156
  "transactionUnprepared": "Tidak dapat menguraikan transaksi",
140
157
  "unknown": "Terjadi kesalahan",
141
- "walletAddressInvalid": "Alamat dompet tidak valid.",
158
+ "walletAddressInvalid": "",
142
159
  "walletAddressRequired": "Alamat dompet diperlukan.",
143
- "walletEnsAddressInvalid": "Alamat dompet tidak valid atau jaringan tidak mendukung ENS."
160
+ "walletChainTypeInvalid": ""
144
161
  }
145
162
  },
146
163
  "tooltip": {
147
- "additionalProviderFee": "Jembatan tambahan, DEX, dan biaya layanan.",
148
- "estimatedNetworkFee": "Perkiraan biaya jaringan.",
149
164
  "estimatedTime": "Perkiraan waktu eksekusi swap dalam hitungan menit.",
150
165
  "notFound": {
151
166
  "text": "Kami tidak dapat menemukan halaman ini.",
@@ -154,18 +169,25 @@
154
169
  "numberOfSteps": "Sejumlah langkah swap. Setiap langkah dapat berisi 1-2 transaksi yang memerlukan tanda tangan.",
155
170
  "progressToNextUpdate": "Data yang ditampilkan akan disegarkan secara otomatis setelah {{value}} detik. Klik di sini untuk memperbarui secara manual.",
156
171
  "recommended": "Rute murah yang menyeimbangkan kerumitan dan kemudahan penggunaan.",
157
- "settingsModified": "Pengaturan (diubah)"
172
+ "settingsModified": "Pengaturan (diubah)",
173
+ "selectAll": "",
174
+ "deselectAll": ""
158
175
  },
159
176
  "main": {
160
177
  "crossStepDetails": "Bridge dari {{from}} to {{to}} via {{tool}}",
161
178
  "currentAmount": "Jumlah saat ini",
162
- "estimatedTime": "{{value}}m",
163
179
  "featuredTokens": "Token unggulan",
180
+ "fees": {
181
+ "estimated": "",
182
+ "networkEstimated": "",
183
+ "networkPaid": "",
184
+ "paid": "",
185
+ "providerEstimated": "",
186
+ "providerPaid": ""
187
+ },
164
188
  "from": "Dari",
165
189
  "fromAmount": "Anda membayar",
166
190
  "gasCost": "Biaya Gas",
167
- "gasFeeEstimated": "perkiraan biaya gas",
168
- "gasFeePaid": "biaya gas yang dibayar",
169
191
  "inProgress": "dalam proses",
170
192
  "nftStepDetails": "Beli NFT melalui {{tool}}",
171
193
  "onChain": "di {{chainName}}",
@@ -235,8 +257,7 @@
235
257
  "tokenOnChain": "{{tokenSymbol}} di {{chainName}}",
236
258
  "tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}}",
237
259
  "tokenSearch": "Cari berdasarkan nama atau alamat token",
238
- "valueLoss": "Kehilangan nilai",
239
- "walletAddressOrEns": "Alamat dompet atau nama ENS"
260
+ "valueLoss": "Kehilangan nilai"
240
261
  },
241
262
  "insurance": {
242
263
  "bridgeExploits": "Malfungsi jembatan, peretasan, atau eksploitasi",
@@ -245,8 +266,9 @@
245
266
  "slippageError": "Kesalahan dalam slippage untuk token yang diterima"
246
267
  },
247
268
  "settings": {
248
- "enabledBridges": "Jembatan diaktifkan",
249
- "enabledExchanges": "Pertukaran diaktifkan",
269
+ "theme": "",
270
+ "enabledBridges": "",
271
+ "enabledExchanges": "",
250
272
  "gasPrice": {
251
273
  "fast": "Cepat",
252
274
  "normal": "Normal",
@@ -254,8 +276,21 @@
254
276
  "title": "Harga gas"
255
277
  },
256
278
  "routePriority": "Prioritas rute",
257
- "showDestinationWallet": "Tampilkan Alamat Tujuan",
258
- "slippage": "Slippage"
279
+ "sendToWalletOption": "",
280
+ "slippage": "Slippage",
281
+ "custom": "",
282
+ "resetSettings": ""
283
+ },
284
+ "sendToWallet": {
285
+ "enterAddress": "",
286
+ "enterName": "",
287
+ "confirmWalletAddress": "",
288
+ "connectedWallets": "",
289
+ "bookmarkWallet": "",
290
+ "addBookmark": "",
291
+ "noBookmarkedWallets": "",
292
+ "noConnectedWallets": "",
293
+ "noRecentWallets": ""
259
294
  },
260
295
  "wallet": {
261
296
  "extensionNotFound": "Pastikan hanya ekstensi browser {{name}} yang aktif sebelum memilih dompet ini."