@lifi/widget 3.0.0-alpha.35 → 3.0.0-alpha.36

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 (140) hide show
  1. package/_esm/components/AlertMessage/AlertMessage.d.ts +2 -2
  2. package/_esm/components/AlertMessage/AlertMessage.js +1 -1
  3. package/_esm/components/AlertMessage/AlertMessage.js.map +1 -1
  4. package/_esm/components/BaseTransactionButton/BaseTransactionButton.js +1 -1
  5. package/_esm/components/BaseTransactionButton/BaseTransactionButton.js.map +1 -1
  6. package/_esm/components/Card/InputCard.d.ts +1 -1
  7. package/_esm/components/ChainSelect/ChainSelect.js +10 -3
  8. package/_esm/components/ChainSelect/ChainSelect.js.map +1 -1
  9. package/_esm/components/GasMessage/FundsSufficiencyMessage.js +2 -12
  10. package/_esm/components/GasMessage/FundsSufficiencyMessage.js.map +1 -1
  11. package/_esm/components/Header/EVMDisconnectIconButton.d.ts +1 -1
  12. package/_esm/components/Routes/RoutesExpanded.js +12 -2
  13. package/_esm/components/Routes/RoutesExpanded.js.map +1 -1
  14. package/_esm/components/Select.d.ts +1 -3
  15. package/_esm/components/SelectTokenButton/SelectTokenButton.style.js +4 -0
  16. package/_esm/components/SelectTokenButton/SelectTokenButton.style.js.map +1 -1
  17. package/_esm/components/ToAddressRequiredMessage.d.ts +8 -0
  18. package/_esm/components/ToAddressRequiredMessage.js +15 -0
  19. package/_esm/components/ToAddressRequiredMessage.js.map +1 -0
  20. package/_esm/components/TokenList/useTokenSelect.js +16 -3
  21. package/_esm/components/TokenList/useTokenSelect.js.map +1 -1
  22. package/_esm/config/version.d.ts +1 -1
  23. package/_esm/config/version.js +1 -1
  24. package/_esm/hooks/useGasRefuel.js +1 -0
  25. package/_esm/hooks/useGasRefuel.js.map +1 -1
  26. package/_esm/hooks/useRoutes.d.ts +2 -0
  27. package/_esm/hooks/useRoutes.js +10 -10
  28. package/_esm/hooks/useRoutes.js.map +1 -1
  29. package/_esm/hooks/useTransactionHistory.js +2 -2
  30. package/_esm/hooks/useTransactionHistory.js.map +1 -1
  31. package/_esm/i18n/bn.json +29 -28
  32. package/_esm/i18n/de.json +31 -30
  33. package/_esm/i18n/en.json +1 -0
  34. package/_esm/i18n/es.json +30 -29
  35. package/_esm/i18n/fr.json +44 -43
  36. package/_esm/i18n/hi.json +23 -22
  37. package/_esm/i18n/id.json +30 -29
  38. package/_esm/i18n/it.json +30 -29
  39. package/_esm/i18n/ko.json +31 -30
  40. package/_esm/i18n/pt.json +30 -29
  41. package/_esm/i18n/th.json +30 -29
  42. package/_esm/i18n/tr.json +50 -49
  43. package/_esm/i18n/uk.json +29 -28
  44. package/_esm/i18n/vi.json +30 -29
  45. package/_esm/i18n/zh.json +47 -46
  46. package/_esm/index.d.ts +3 -0
  47. package/_esm/index.js +3 -0
  48. package/_esm/index.js.map +1 -1
  49. package/_esm/pages/MainPage/{MainGasMessage.d.ts → MainMessages.d.ts} +1 -1
  50. package/_esm/pages/MainPage/MainMessages.js +10 -0
  51. package/_esm/pages/MainPage/MainMessages.js.map +1 -0
  52. package/_esm/pages/MainPage/MainPage.js +2 -2
  53. package/_esm/pages/MainPage/MainPage.js.map +1 -1
  54. package/_esm/pages/RoutesPage/RoutesPage.js +10 -2
  55. package/_esm/pages/RoutesPage/RoutesPage.js.map +1 -1
  56. package/_esm/pages/SendToWallet/SendToWalletPage.style.d.ts +2 -2
  57. package/_esm/stores/chains/ChainOrderStore.d.ts +1 -1
  58. package/_esm/stores/chains/ChainOrderStore.js +4 -7
  59. package/_esm/stores/chains/ChainOrderStore.js.map +1 -1
  60. package/_esm/stores/chains/createChainOrderStore.d.ts +1 -1
  61. package/_esm/stores/chains/createChainOrderStore.js +1 -1
  62. package/_esm/stores/chains/createChainOrderStore.js.map +1 -1
  63. package/_esm/stores/form/FormStore.js +2 -2
  64. package/_esm/stores/form/FormStore.js.map +1 -1
  65. package/_esm/stores/form/FormUpdater.d.ts +3 -3
  66. package/_esm/stores/form/FormUpdater.js +7 -5
  67. package/_esm/stores/form/FormUpdater.js.map +1 -1
  68. package/_esm/stores/header/useHeaderStore.d.ts +1 -1
  69. package/_esm/stores/header/useHeaderStore.js +4 -7
  70. package/_esm/stores/header/useHeaderStore.js.map +1 -1
  71. package/_esm/stores/routes/RouteExecutionStore.d.ts +1 -1
  72. package/_esm/stores/routes/RouteExecutionStore.js +4 -7
  73. package/_esm/stores/routes/RouteExecutionStore.js.map +1 -1
  74. package/_esm/stores/settings/useAppearance.d.ts +4 -1
  75. package/_esm/stores/settings/useSplitSubvariantStore.d.ts +1 -1
  76. package/_esm/stores/settings/useSplitSubvariantStore.js +4 -7
  77. package/_esm/stores/settings/useSplitSubvariantStore.js.map +1 -1
  78. package/_esm/themes/azureLight.d.ts +2 -0
  79. package/_esm/themes/azureLight.js +45 -0
  80. package/_esm/themes/azureLight.js.map +1 -0
  81. package/_esm/themes/createTheme.js +1 -44
  82. package/_esm/themes/createTheme.js.map +1 -1
  83. package/_esm/themes/palettes.d.ts +50 -0
  84. package/_esm/themes/palettes.js +51 -0
  85. package/_esm/themes/palettes.js.map +1 -0
  86. package/_esm/themes/watermelonLight.d.ts +2 -0
  87. package/_esm/themes/watermelonLight.js +68 -0
  88. package/_esm/themes/watermelonLight.js.map +1 -0
  89. package/_esm/themes/windows95.js +7 -4
  90. package/_esm/themes/windows95.js.map +1 -1
  91. package/_esm/types/widget.d.ts +0 -5
  92. package/_esm/types/widget.js.map +1 -1
  93. package/components/AlertMessage/AlertMessage.tsx +3 -3
  94. package/components/BaseTransactionButton/BaseTransactionButton.tsx +1 -1
  95. package/components/ChainSelect/ChainSelect.tsx +34 -26
  96. package/components/GasMessage/FundsSufficiencyMessage.tsx +7 -13
  97. package/components/Routes/RoutesExpanded.tsx +15 -1
  98. package/components/SelectTokenButton/SelectTokenButton.style.tsx +4 -0
  99. package/components/ToAddressRequiredMessage.tsx +38 -0
  100. package/components/TokenList/useTokenSelect.ts +19 -3
  101. package/config/version.ts +1 -1
  102. package/hooks/useGasRefuel.ts +1 -0
  103. package/hooks/useRoutes.ts +12 -11
  104. package/hooks/useTransactionHistory.ts +2 -2
  105. package/i18n/bn.json +29 -28
  106. package/i18n/de.json +31 -30
  107. package/i18n/en.json +1 -0
  108. package/i18n/es.json +30 -29
  109. package/i18n/fr.json +44 -43
  110. package/i18n/hi.json +23 -22
  111. package/i18n/id.json +30 -29
  112. package/i18n/it.json +30 -29
  113. package/i18n/ko.json +31 -30
  114. package/i18n/pt.json +30 -29
  115. package/i18n/th.json +30 -29
  116. package/i18n/tr.json +50 -49
  117. package/i18n/uk.json +29 -28
  118. package/i18n/vi.json +30 -29
  119. package/i18n/zh.json +47 -46
  120. package/index.ts +3 -0
  121. package/package.json +14 -14
  122. package/pages/MainPage/MainMessages.tsx +17 -0
  123. package/pages/MainPage/MainPage.tsx +2 -2
  124. package/pages/RoutesPage/RoutesPage.tsx +21 -3
  125. package/stores/chains/ChainOrderStore.tsx +8 -13
  126. package/stores/chains/createChainOrderStore.ts +1 -1
  127. package/stores/form/FormStore.tsx +2 -1
  128. package/stores/form/FormUpdater.tsx +8 -10
  129. package/stores/header/useHeaderStore.tsx +5 -10
  130. package/stores/routes/RouteExecutionStore.tsx +8 -13
  131. package/stores/settings/useSplitSubvariantStore.tsx +7 -12
  132. package/themes/azureLight.ts +46 -0
  133. package/themes/createTheme.ts +1 -47
  134. package/themes/palettes.ts +52 -0
  135. package/themes/watermelonLight.ts +69 -0
  136. package/themes/windows95.ts +7 -4
  137. package/types/widget.ts +0 -5
  138. package/_esm/pages/MainPage/MainGasMessage.js +0 -9
  139. package/_esm/pages/MainPage/MainGasMessage.js.map +0 -1
  140. package/pages/MainPage/MainGasMessage.tsx +0 -11
package/i18n/hi.json CHANGED
@@ -28,10 +28,7 @@
28
28
  "done": "समाप्त",
29
29
  "exchange": "",
30
30
  "getGas": "गेस शुल्क ले",
31
- "hide": "छिपाएँ",
32
31
  "learnMore": "",
33
- "lifiCheckout": "",
34
- "lifiExchange": "",
35
32
  "light": "",
36
33
  "max": "अधिकतम",
37
34
  "ok": "ठीक है",
@@ -80,8 +77,9 @@
80
77
  "emptyActiveTransactions": "",
81
78
  "emptyTokenList": "",
82
79
  "emptyTransactionHistory": "",
83
- "routeNotFound": "",
84
- "fundsToExchange": ""
80
+ "fundsToExchange": "",
81
+ "toAddressIsRequired": "",
82
+ "routeNotFound": ""
85
83
  },
86
84
  "title": {
87
85
  "autoRefuel": "गेस शुल्क ले",
@@ -130,16 +128,15 @@
130
128
  "message": {
131
129
  "allowanceRequired": "",
132
130
  "insufficientFunds": "",
131
+ "remainInYourWallet": "",
133
132
  "signatureRejected": "",
134
133
  "slippageThreshold": "",
134
+ "transactionCanceled": "",
135
135
  "transactionFailed": "",
136
136
  "transactionNotSent": "",
137
- "transactionCanceled": "",
138
- "remainInYourWallet": "",
139
137
  "unknown": ""
140
138
  },
141
139
  "title": {
142
- "addressRequired": "",
143
140
  "allowanceRequired": "",
144
141
  "balanceIsTooLow": "",
145
142
  "bookmarkAlreadyExists": "",
@@ -156,6 +153,7 @@
156
153
  "transactionUnprepared": "",
157
154
  "unknown": "",
158
155
  "walletAddressInvalid": "",
156
+ "walletAddressInvalid_chain": "",
159
157
  "walletAddressRequired": "",
160
158
  "walletChainTypeInvalid": ""
161
159
  }
@@ -168,14 +166,16 @@
168
166
  },
169
167
  "numberOfSteps": "",
170
168
  "progressToNextUpdate": "",
171
- "recommended": "",
172
169
  "settingsModified": "",
173
170
  "selectAll": "",
174
171
  "deselectAll": ""
175
172
  },
176
173
  "main": {
177
- "crossStepDetails": "",
174
+ "allTokens": "",
175
+ "bridgeStepDetails": "",
176
+ "checkoutStepDetails": "",
178
177
  "currentAmount": "",
178
+ "depositStepDetails": "",
179
179
  "featuredTokens": "",
180
180
  "fees": {
181
181
  "estimated": "",
@@ -189,18 +189,21 @@
189
189
  "fromAmount": "",
190
190
  "gasCost": "",
191
191
  "inProgress": "",
192
- "nftStepDetails": "",
192
+ "myTokens": "",
193
193
  "onChain": "",
194
- "otherTokens": "",
195
194
  "ownedBy": "",
195
+ "popularTokens": "",
196
196
  "process": {
197
- "crossChain": {
197
+ "bridge": {
198
198
  "actionRequired": "",
199
199
  "done": "",
200
200
  "pending": "",
201
201
  "started": ""
202
202
  },
203
- "nft": {
203
+ "checkout": {
204
+ "done": ""
205
+ },
206
+ "deposit": {
204
207
  "done": ""
205
208
  },
206
209
  "receivingChain": {
@@ -249,9 +252,7 @@
249
252
  "fastest": "",
250
253
  "insurable": "",
251
254
  "insurance": "",
252
- "insured": "",
253
- "recommended": "",
254
- "safest": ""
255
+ "insured": ""
255
256
  },
256
257
  "to": "",
257
258
  "tokenOnChain": "",
@@ -276,18 +277,18 @@
276
277
  "title": ""
277
278
  },
278
279
  "routePriority": "",
279
- "sendToWalletOption": "",
280
280
  "slippage": "",
281
281
  "custom": "",
282
282
  "resetSettings": ""
283
283
  },
284
284
  "sendToWallet": {
285
- "enterAddress": "",
286
- "enterName": "",
285
+ "addBookmark": "",
286
+ "bookmarkWallet": "",
287
287
  "confirmWalletAddress": "",
288
288
  "connectedWallets": "",
289
- "bookmarkWallet": "",
290
- "addBookmark": "",
289
+ "enterAddress_long": "",
290
+ "enterAddress_short": "",
291
+ "enterName": "",
291
292
  "noBookmarkedWallets": "",
292
293
  "noConnectedWallets": "",
293
294
  "noRecentWallets": ""
package/i18n/id.json CHANGED
@@ -28,10 +28,7 @@
28
28
  "done": "Selesai",
29
29
  "exchange": "Pertukaran",
30
30
  "getGas": "Dapatkan gas",
31
- "hide": "Sembunyikan",
32
31
  "learnMore": "Pelajari lebih lanjut",
33
- "lifiCheckout": "Pembayaran LI.FI",
34
- "lifiExchange": "Pertukaran LI.FI",
35
32
  "light": "Terang",
36
33
  "max": "maks",
37
34
  "ok": "Ya",
@@ -80,8 +77,9 @@
80
77
  "emptyActiveTransactions": "Transaksi yang sedang berlangsung akan muncul di sini. Setelah selesai, temukan di riwayat transaksi.",
81
78
  "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.",
82
79
  "emptyTransactionHistory": "Riwayat transaksi hanya disimpan secara lokal dan akan dihapus jika Anda menghapus data browser.",
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": ""
80
+ "fundsToExchange": "",
81
+ "toAddressIsRequired": "",
82
+ "routeNotFound": "Alasannya mungkin: likuiditas rendah, jumlah yang dipilih terlalu rendah, biaya gas terlalu tinggi, atau tidak ada rute untuk kombinasi yang dipilih."
85
83
  },
86
84
  "title": {
87
85
  "autoRefuel": "Dapatkan gas",
@@ -130,16 +128,15 @@
130
128
  "message": {
131
129
  "allowanceRequired": "Jumlah transfer untuk {{tokenSymbol}} melebihi jatah Anda saat ini. Tingkatkan jatah Anda dan coba lagi.",
132
130
  "insufficientFunds": "Anda tidak memiliki cukup gas untuk menutup biaya transaksi.",
131
+ "remainInYourWallet": "",
133
132
  "signatureRejected": "",
134
133
  "slippageThreshold": "Slippage lebih besar dari ambang batas yang ditentukan. Silakan minta rute baru untuk mendapatkan penawaran baru.",
134
+ "transactionCanceled": "",
135
135
  "transactionFailed": "Silakan periksa block explorer untuk informasi lebih lanjut.",
136
136
  "transactionNotSent": "",
137
- "transactionCanceled": "",
138
- "remainInYourWallet": "",
139
137
  "unknown": "Silakan coba lagi atau hubungi bagian dukungan."
140
138
  },
141
139
  "title": {
142
- "addressRequired": "",
143
140
  "allowanceRequired": "Saldo tidak mencukupi",
144
141
  "balanceIsTooLow": "Saldo Anda terlalu sedikit",
145
142
  "bookmarkAlreadyExists": "",
@@ -156,6 +153,7 @@
156
153
  "transactionUnprepared": "Tidak dapat menguraikan transaksi",
157
154
  "unknown": "Terjadi kesalahan",
158
155
  "walletAddressInvalid": "",
156
+ "walletAddressInvalid_chain": "",
159
157
  "walletAddressRequired": "Alamat dompet diperlukan.",
160
158
  "walletChainTypeInvalid": ""
161
159
  }
@@ -168,14 +166,16 @@
168
166
  },
169
167
  "numberOfSteps": "Sejumlah langkah swap. Setiap langkah dapat berisi 1-2 transaksi yang memerlukan tanda tangan.",
170
168
  "progressToNextUpdate": "Data yang ditampilkan akan disegarkan secara otomatis setelah {{value}} detik. Klik di sini untuk memperbarui secara manual.",
171
- "recommended": "Rute murah yang menyeimbangkan kerumitan dan kemudahan penggunaan.",
172
169
  "settingsModified": "Pengaturan (diubah)",
173
170
  "selectAll": "",
174
171
  "deselectAll": ""
175
172
  },
176
173
  "main": {
177
- "crossStepDetails": "Bridge dari {{from}} to {{to}} via {{tool}}",
174
+ "allTokens": "",
175
+ "bridgeStepDetails": "",
176
+ "checkoutStepDetails": "",
178
177
  "currentAmount": "Jumlah saat ini",
178
+ "depositStepDetails": "",
179
179
  "featuredTokens": "Token unggulan",
180
180
  "fees": {
181
181
  "estimated": "",
@@ -189,19 +189,22 @@
189
189
  "fromAmount": "Anda membayar",
190
190
  "gasCost": "Biaya Gas",
191
191
  "inProgress": "dalam proses",
192
- "nftStepDetails": "Beli NFT melalui {{tool}}",
192
+ "myTokens": "",
193
193
  "onChain": "di {{chainName}}",
194
- "otherTokens": "Token lainnya",
195
194
  "ownedBy": "Dimiliki oleh",
195
+ "popularTokens": "",
196
196
  "process": {
197
- "crossChain": {
198
- "actionRequired": "Mohon konfirmasi transaksi",
199
- "done": "Bridge dikonfirmasi",
200
- "pending": "Menunggu transaksi bridge",
201
- "started": "Mempersiapkan transaksi bridge"
197
+ "bridge": {
198
+ "actionRequired": "",
199
+ "done": "",
200
+ "pending": "",
201
+ "started": ""
202
+ },
203
+ "checkout": {
204
+ "done": ""
202
205
  },
203
- "nft": {
204
- "done": "NFT dibeli"
206
+ "deposit": {
207
+ "done": ""
205
208
  },
206
209
  "receivingChain": {
207
210
  "done": "Bridge selesai",
@@ -245,13 +248,11 @@
245
248
  "supportId": "ID dukungan",
246
249
  "swapStepDetails": "Swap di {{chain}} melalui {{tool}}",
247
250
  "tags": {
248
- "cheapest": "Murah",
249
- "fastest": "Cepat",
251
+ "cheapest": "",
252
+ "fastest": "",
250
253
  "insurable": "Dapat diasuransikan",
251
254
  "insurance": "Asuransi",
252
- "insured": "Diasuransikan",
253
- "recommended": "Direkomendasikan",
254
- "safest": "Aman"
255
+ "insured": "Diasuransikan"
255
256
  },
256
257
  "to": "Kepada",
257
258
  "tokenOnChain": "{{tokenSymbol}} di {{chainName}}",
@@ -276,18 +277,18 @@
276
277
  "title": "Harga gas"
277
278
  },
278
279
  "routePriority": "Prioritas rute",
279
- "sendToWalletOption": "",
280
280
  "slippage": "Slippage",
281
281
  "custom": "",
282
282
  "resetSettings": ""
283
283
  },
284
284
  "sendToWallet": {
285
- "enterAddress": "",
286
- "enterName": "",
285
+ "addBookmark": "",
286
+ "bookmarkWallet": "",
287
287
  "confirmWalletAddress": "",
288
288
  "connectedWallets": "",
289
- "bookmarkWallet": "",
290
- "addBookmark": "",
289
+ "enterAddress_long": "",
290
+ "enterAddress_short": "",
291
+ "enterName": "",
291
292
  "noBookmarkedWallets": "",
292
293
  "noConnectedWallets": "",
293
294
  "noRecentWallets": ""
package/i18n/it.json CHANGED
@@ -28,10 +28,7 @@
28
28
  "done": "Fatto",
29
29
  "exchange": "Scambia",
30
30
  "getGas": "Ottieni gas",
31
- "hide": "Nascondi",
32
31
  "learnMore": "Ulteriori informazioni",
33
- "lifiCheckout": "LI.FI Checkout",
34
- "lifiExchange": "LI.FI Exchange",
35
32
  "light": "Chiaro",
36
33
  "max": "massimo",
37
34
  "ok": "Ok",
@@ -80,8 +77,9 @@
80
77
  "emptyActiveTransactions": "Le transazioni in corso appariranno qui. Una volta completate, potrai trovarle nella cronologia delle transazioni.",
81
78
  "emptyTokenList": "Non siamo riusciti a trovare token sulla chain {{chainName}} o non ne hai. Riprova o scegli un'altra chain.",
82
79
  "emptyTransactionHistory": "La cronologia delle transazioni è memorizzata solo localmente e verrà eliminata se si cancellano i dati del browser.",
83
- "routeNotFound": "Le ragioni potrebbero essere: bassa liquidità, la quantità selezionata è troppo bassa, i costi del gas sono troppo elevati o non ci sono routes per la combinazione selezionata.",
84
- "fundsToExchange": ""
80
+ "fundsToExchange": "",
81
+ "toAddressIsRequired": "",
82
+ "routeNotFound": "Le ragioni potrebbero essere: bassa liquidità, la quantità selezionata è troppo bassa, i costi del gas sono troppo elevati o non ci sono routes per la combinazione selezionata."
85
83
  },
86
84
  "title": {
87
85
  "autoRefuel": "Ottieni gas",
@@ -130,16 +128,15 @@
130
128
  "message": {
131
129
  "allowanceRequired": "L'importo di {{tokenSymbol}} supera la tua quota massima permessa. Aumenta la quota e riprova.",
132
130
  "insufficientFunds": "Non hai abbastanza gas per coprire il costo della transazione.",
131
+ "remainInYourWallet": "",
133
132
  "signatureRejected": "",
134
133
  "slippageThreshold": "Lo slittamento di prezzo è più alto della soglia definita. Si prega di richiedere una nuova route per ottenere una quota aggiornata.",
134
+ "transactionCanceled": "",
135
135
  "transactionFailed": "Per ulteriori informazioni, consultare il block explorer.",
136
136
  "transactionNotSent": "",
137
- "transactionCanceled": "",
138
- "remainInYourWallet": "",
139
137
  "unknown": "Riprova o contatta il nostro supporto."
140
138
  },
141
139
  "title": {
142
- "addressRequired": "",
143
140
  "allowanceRequired": "Quota massima insufficiente",
144
141
  "balanceIsTooLow": "Il saldo è troppo basso",
145
142
  "bookmarkAlreadyExists": "",
@@ -156,6 +153,7 @@
156
153
  "transactionUnprepared": "Impossibile preparare la transazione",
157
154
  "unknown": "Qualcosa è andato storto",
158
155
  "walletAddressInvalid": "",
156
+ "walletAddressInvalid_chain": "",
159
157
  "walletAddressRequired": "L'indirizzo è un campo obbligatorio.",
160
158
  "walletChainTypeInvalid": ""
161
159
  }
@@ -168,14 +166,16 @@
168
166
  },
169
167
  "numberOfSteps": "Una serie di fasi di scambio. Ogni fase può contenere 1-3 transazioni che richiedono una firma.",
170
168
  "progressToNextUpdate": "I dati visualizzati si aggiorneranno automaticamente dopo {{value}} secondi. Fai click qui per aggiornare manualmente.",
171
- "recommended": "Una rotta economica che equilibra complessità e facilità di utilizzo.",
172
169
  "settingsModified": "Impostazioni (modificate)",
173
170
  "selectAll": "",
174
171
  "deselectAll": ""
175
172
  },
176
173
  "main": {
177
- "crossStepDetails": "Trasferisci da {{from}} a {{to}} tramite {{tool}}",
174
+ "allTokens": "",
175
+ "bridgeStepDetails": "",
176
+ "checkoutStepDetails": "",
178
177
  "currentAmount": "Quantità corrente",
178
+ "depositStepDetails": "",
179
179
  "featuredTokens": "Token in evidenza",
180
180
  "fees": {
181
181
  "estimated": "",
@@ -189,19 +189,22 @@
189
189
  "fromAmount": "Paghi",
190
190
  "gasCost": "Costo del gas",
191
191
  "inProgress": "in corso",
192
- "nftStepDetails": "Acquista NFT tramite {{tool}}",
192
+ "myTokens": "",
193
193
  "onChain": "su {{chainName}}",
194
- "otherTokens": "Altri token",
195
194
  "ownedBy": "Di proprietà di",
195
+ "popularTokens": "",
196
196
  "process": {
197
- "crossChain": {
198
- "actionRequired": "Si prega di firmare la transazione",
199
- "done": "Transazione di bridge approvata",
200
- "pending": "In attesa della transazione di bridge",
201
- "started": "Preparazione della transazione di bridge"
197
+ "bridge": {
198
+ "actionRequired": "",
199
+ "done": "",
200
+ "pending": "",
201
+ "started": ""
202
+ },
203
+ "checkout": {
204
+ "done": ""
202
205
  },
203
- "nft": {
204
- "done": "NFT acquistati"
206
+ "deposit": {
207
+ "done": ""
205
208
  },
206
209
  "receivingChain": {
207
210
  "done": "Bridge completato",
@@ -245,13 +248,11 @@
245
248
  "supportId": "ID supporto",
246
249
  "swapStepDetails": "Scambio su {{chain}} tramite {{tool}}.",
247
250
  "tags": {
248
- "cheapest": "Economico",
249
- "fastest": "Veloce",
251
+ "cheapest": "",
252
+ "fastest": "",
250
253
  "insurable": "Assicurabile",
251
254
  "insurance": "Assicurazione",
252
- "insured": "Assicurato",
253
- "recommended": "Consigliato",
254
- "safest": "Sicuro"
255
+ "insured": "Assicurato"
255
256
  },
256
257
  "to": "A",
257
258
  "tokenOnChain": "{{tokenSymbol}} su {{chainName}}",
@@ -276,18 +277,18 @@
276
277
  "title": "Prezzo gas"
277
278
  },
278
279
  "routePriority": "Priorità di route",
279
- "sendToWalletOption": "",
280
280
  "slippage": "Slittamento",
281
281
  "custom": "",
282
282
  "resetSettings": ""
283
283
  },
284
284
  "sendToWallet": {
285
- "enterAddress": "",
286
- "enterName": "",
285
+ "addBookmark": "",
286
+ "bookmarkWallet": "",
287
287
  "confirmWalletAddress": "",
288
288
  "connectedWallets": "",
289
- "bookmarkWallet": "",
290
- "addBookmark": "",
289
+ "enterAddress_long": "",
290
+ "enterAddress_short": "",
291
+ "enterName": "",
291
292
  "noBookmarkedWallets": "",
292
293
  "noConnectedWallets": "",
293
294
  "noRecentWallets": ""
package/i18n/ko.json CHANGED
@@ -28,10 +28,7 @@
28
28
  "done": "완료",
29
29
  "exchange": "교환",
30
30
  "getGas": "가스 받기",
31
- "hide": "숨기기",
32
31
  "learnMore": "자세히 알아보기",
33
- "lifiCheckout": "LI.FI 결제",
34
- "lifiExchange": "LI.FI 교환",
35
32
  "light": "밝게",
36
33
  "max": "최대",
37
34
  "ok": "확인",
@@ -80,8 +77,9 @@
80
77
  "emptyActiveTransactions": "진행 중인 스왑이 여기에 나타납니다. 완료 후에는 스왑 기록을 참조하십시오",
81
78
  "emptyTokenList": "{{chainName}} 체인에서 토큰을 찾을 수 없거나 보유 중인 토큰이 아닙니다. 다시 검색하거나 다른 체인을 선택하십시오.",
82
79
  "emptyTransactionHistory": "스왑 기록은 로컬에만 저장되며 브라우저 데이터를 지우면 삭제됩니다.",
83
- "routeNotFound": "이유: 낮은 유동성, 선택된 수량이 너무 적음, 가스비가 너무 비싸거나 경로가 존재하지 않음",
84
- "fundsToExchange": ""
80
+ "fundsToExchange": "",
81
+ "toAddressIsRequired": "",
82
+ "routeNotFound": "이유: 낮은 유동성, 선택된 수량이 너무 적음, 가스비가 너무 비싸거나 경로가 존재하지 않음"
85
83
  },
86
84
  "title": {
87
85
  "autoRefuel": "가스 받기",
@@ -130,16 +128,15 @@
130
128
  "message": {
131
129
  "allowanceRequired": "{{tokenSymbol}} 이체 금액이 한도를 초과했습니다. 한도를 증액한 뒤 다시 시도해주십시오.",
132
130
  "insufficientFunds": "트랜잭션에 필요한 가스비가 부족합니다.",
131
+ "remainInYourWallet": "{{chainName}} 체인에 {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}이 남아있습니다.",
133
132
  "signatureRejected": "트랜잭션 완료를 위해 서명이 필요합니다. {{chainName}}의 {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}이 지갑에 남아있습니다.",
134
133
  "slippageThreshold": "슬리피지가 한계점보다 큽니다. 새로운 견적을 얻기 위해 새 경로를 요청하십시오.",
134
+ "transactionCanceled": "거래가 취소되었습니다.",
135
135
  "transactionFailed": "자세한 정보는 블록 탐색기에서 확인하세요.",
136
136
  "transactionNotSent": "트랜잭션이 전송되지 않았습니다.",
137
- "transactionCanceled": "거래가 취소되었습니다.",
138
- "remainInYourWallet": "{{chainName}} 체인에 {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}이 남아있습니다.",
139
137
  "unknown": "다시 시도하거나 고객 센터에 문의하십시오."
140
138
  },
141
139
  "title": {
142
- "addressRequired": "",
143
140
  "allowanceRequired": "한도 부족",
144
141
  "balanceIsTooLow": "잔액이 부족합니다.",
145
142
  "bookmarkAlreadyExists": "",
@@ -156,6 +153,7 @@
156
153
  "transactionUnprepared": "트랜잭션을 진행할 수 없습니다.",
157
154
  "unknown": "문제가 발생했습니다",
158
155
  "walletAddressInvalid": "",
156
+ "walletAddressInvalid_chain": "",
159
157
  "walletAddressRequired": "지갑 주소가 필요합니다.",
160
158
  "walletChainTypeInvalid": ""
161
159
  }
@@ -168,14 +166,16 @@
168
166
  },
169
167
  "numberOfSteps": "여러 스왑 단계. 각 단계 진행을 위해서는 1-2개의 트랜잭션 서명이 필요할 수 있습니다.",
170
168
  "progressToNextUpdate": "표시된 데이터가 {{value}} 초 후에 자동 새로고침 됩니다. 수동으로 업데이트 하려면 여기를 클릭하십시오.",
171
- "recommended": "편리성과 복잡성에 균형을 둔 저렴한 루트",
172
169
  "settingsModified": "설정 (수정됨)",
173
170
  "selectAll": "전체 선택",
174
171
  "deselectAll": "전체 선택 해제"
175
172
  },
176
173
  "main": {
177
- "crossStepDetails": "{{tool}}을 통해 {{from}}(으)로부터 {{to}}(으)로 브릿지",
174
+ "allTokens": "",
175
+ "bridgeStepDetails": "",
176
+ "checkoutStepDetails": "",
178
177
  "currentAmount": "현재 수량",
178
+ "depositStepDetails": "",
179
179
  "featuredTokens": "주요 토큰",
180
180
  "fees": {
181
181
  "estimated": "",
@@ -189,19 +189,22 @@
189
189
  "fromAmount": "지불 수량",
190
190
  "gasCost": "가스비",
191
191
  "inProgress": "진행 중",
192
- "nftStepDetails": "{{tool}} 를 통해 NFT 구입",
192
+ "myTokens": "",
193
193
  "onChain": "{{chainName}} 에서",
194
- "otherTokens": "다른 토큰",
195
194
  "ownedBy": "소유자: ",
195
+ "popularTokens": "",
196
196
  "process": {
197
- "crossChain": {
198
- "actionRequired": "트랜잭션을 서명하십시오.",
199
- "done": "브릿지 트랜잭션이 확인됨",
200
- "pending": "브릿지 트랜잭션 대기 중",
201
- "started": "브릿지 트랜잭션 준비 중"
197
+ "bridge": {
198
+ "actionRequired": "",
199
+ "done": "",
200
+ "pending": "",
201
+ "started": ""
202
+ },
203
+ "checkout": {
204
+ "done": ""
202
205
  },
203
- "nft": {
204
- "done": "NFT 구입 성공"
206
+ "deposit": {
207
+ "done": ""
205
208
  },
206
209
  "receivingChain": {
207
210
  "done": "브릿지 완료",
@@ -245,13 +248,11 @@
245
248
  "supportId": "서포트 ID",
246
249
  "swapStepDetails": "{{tool}}로 {{chain}}에서 스왑",
247
250
  "tags": {
248
- "cheapest": "저렴한",
249
- "fastest": "빠르게",
251
+ "cheapest": "",
252
+ "fastest": "",
250
253
  "insurable": "보험 적용 가능한",
251
254
  "insurance": "보험",
252
- "insured": "보험 적용됨",
253
- "recommended": "추천",
254
- "safest": "안전한"
255
+ "insured": "보험 적용됨"
255
256
  },
256
257
  "to": "도착",
257
258
  "tokenOnChain": "{{chainName}}의 {{tokenSymbol}}",
@@ -276,18 +277,18 @@
276
277
  "title": "가스 가격"
277
278
  },
278
279
  "routePriority": "우선 경로",
279
- "sendToWalletOption": "",
280
280
  "slippage": "슬리피지",
281
281
  "custom": "사용자 정의",
282
- "resetSettings": "\b이용 가능한 경로 수를 제한하는 사용자 지정 설정을 사용하고 있습니다."
282
+ "resetSettings": ""
283
283
  },
284
284
  "sendToWallet": {
285
- "enterAddress": "",
286
- "enterName": "",
285
+ "addBookmark": "",
286
+ "bookmarkWallet": "",
287
287
  "confirmWalletAddress": "",
288
288
  "connectedWallets": "",
289
- "bookmarkWallet": "",
290
- "addBookmark": "",
289
+ "enterAddress_long": "",
290
+ "enterAddress_short": "",
291
+ "enterName": "",
291
292
  "noBookmarkedWallets": "",
292
293
  "noConnectedWallets": "",
293
294
  "noRecentWallets": ""