@lifi/widget 3.18.4 → 3.18.6
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.
- package/CHANGELOG.md +14 -0
- package/README.md +2 -1
- package/dist/esm/components/ActiveTransactions/ActiveTransactionItem.js +2 -2
- package/dist/esm/components/ActiveTransactions/ActiveTransactionItem.js.map +1 -1
- package/dist/esm/components/Timer/StepTimer.js +69 -31
- package/dist/esm/components/Timer/StepTimer.js.map +1 -1
- package/dist/esm/config/version.d.ts +1 -1
- package/dist/esm/config/version.js +1 -1
- package/dist/esm/hooks/timer/time.d.ts +19 -0
- package/dist/esm/hooks/timer/time.js +25 -0
- package/dist/esm/hooks/timer/time.js.map +1 -0
- package/dist/esm/hooks/timer/useInterval.d.ts +1 -1
- package/dist/esm/hooks/timer/useInterval.js +3 -3
- package/dist/esm/hooks/timer/useInterval.js.map +1 -1
- package/dist/esm/hooks/timer/useTimer.d.ts +10 -10
- package/dist/esm/hooks/timer/useTimer.js +31 -24
- package/dist/esm/hooks/timer/useTimer.js.map +1 -1
- package/dist/esm/hooks/timer/validate.d.ts +2 -0
- package/dist/esm/hooks/timer/validate.js +15 -0
- package/dist/esm/hooks/timer/validate.js.map +1 -0
- package/dist/esm/hooks/useRoutes.js +2 -1
- package/dist/esm/hooks/useRoutes.js.map +1 -1
- package/dist/esm/i18n/bn.json +35 -17
- package/dist/esm/i18n/de.json +36 -18
- package/dist/esm/i18n/es.json +65 -47
- package/dist/esm/i18n/fr.json +40 -22
- package/dist/esm/i18n/hi.json +27 -9
- package/dist/esm/i18n/id.json +68 -50
- package/dist/esm/i18n/it.json +36 -18
- package/dist/esm/i18n/ja.json +40 -22
- package/dist/esm/i18n/ko.json +38 -20
- package/dist/esm/i18n/pt.json +42 -24
- package/dist/esm/i18n/th.json +40 -22
- package/dist/esm/i18n/tr.json +52 -34
- package/dist/esm/i18n/uk.json +43 -25
- package/dist/esm/i18n/vi.json +40 -22
- package/dist/esm/i18n/zh.json +43 -25
- package/package.json +6 -6
- package/package.json.tmp +5 -5
- package/src/components/ActiveTransactions/ActiveTransactionItem.tsx +2 -2
- package/src/components/Timer/StepTimer.tsx +97 -38
- package/src/config/version.ts +1 -1
- package/src/hooks/timer/time.ts +49 -0
- package/src/hooks/timer/useInterval.ts +4 -4
- package/src/hooks/timer/useTimer.ts +49 -35
- package/src/hooks/timer/validate.ts +15 -0
- package/src/hooks/useRoutes.ts +2 -1
- package/src/i18n/bn.json +35 -17
- package/src/i18n/de.json +36 -18
- package/src/i18n/es.json +65 -47
- package/src/i18n/fr.json +40 -22
- package/src/i18n/hi.json +27 -9
- package/src/i18n/id.json +68 -50
- package/src/i18n/it.json +36 -18
- package/src/i18n/ja.json +40 -22
- package/src/i18n/ko.json +38 -20
- package/src/i18n/pt.json +42 -24
- package/src/i18n/th.json +40 -22
- package/src/i18n/tr.json +52 -34
- package/src/i18n/uk.json +43 -25
- package/src/i18n/vi.json +40 -22
- package/src/i18n/zh.json +43 -25
- package/dist/esm/components/Timer/RouteTimer.d.ts +0 -4
- package/dist/esm/components/Timer/RouteTimer.js +0 -23
- package/dist/esm/components/Timer/RouteTimer.js.map +0 -1
- package/dist/esm/hooks/timer/useStopwatch.d.ts +0 -16
- package/dist/esm/hooks/timer/useStopwatch.js +0 -41
- package/dist/esm/hooks/timer/useStopwatch.js.map +0 -1
- package/dist/esm/hooks/timer/utils.d.ts +0 -12
- package/dist/esm/hooks/timer/utils.js +0 -55
- package/dist/esm/hooks/timer/utils.js.map +0 -1
- package/src/components/Timer/RouteTimer.tsx +0 -33
- package/src/hooks/timer/useStopwatch.ts +0 -65
- package/src/hooks/timer/utils.ts +0 -64
package/src/i18n/hi.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"format": {
|
|
7
7
|
"currency": "",
|
|
8
8
|
"number": "",
|
|
9
|
-
"percent": ""
|
|
9
|
+
"percent": "",
|
|
10
|
+
"tokenAmount": ""
|
|
10
11
|
},
|
|
11
12
|
"button": {
|
|
12
13
|
"auto": "स्वतः",
|
|
@@ -83,14 +84,13 @@
|
|
|
83
84
|
"message": {
|
|
84
85
|
"autoRefuel": "",
|
|
85
86
|
"emptyActiveTransactions": "",
|
|
86
|
-
"emptyTokenList": "",
|
|
87
|
-
"emptyChainList": "",
|
|
88
87
|
"emptyBridgesList": "",
|
|
88
|
+
"emptyChainList": "",
|
|
89
89
|
"emptyExchangesList": "",
|
|
90
|
+
"emptyTokenList": "",
|
|
90
91
|
"emptyTransactionHistory": "",
|
|
91
|
-
"
|
|
92
|
-
"toAddressIsRequired": ""
|
|
93
|
-
"routeNotFound": ""
|
|
92
|
+
"routeNotFound": "",
|
|
93
|
+
"toAddressIsRequired": ""
|
|
94
94
|
},
|
|
95
95
|
"title": {
|
|
96
96
|
"autoRefuel": "",
|
|
@@ -117,14 +117,18 @@
|
|
|
117
117
|
},
|
|
118
118
|
"warning": {
|
|
119
119
|
"message": {
|
|
120
|
+
"accountNotDeployedMessage": "",
|
|
121
|
+
"lowAddressActivity": "",
|
|
120
122
|
"deleteActiveTransactions": "",
|
|
121
123
|
"deleteTransactionHistory": "",
|
|
124
|
+
"fundsLossPrevention": "",
|
|
122
125
|
"highValueLoss": "",
|
|
123
126
|
"insufficientFunds": "",
|
|
124
127
|
"insufficientGas": "",
|
|
125
128
|
"rateChanged": "",
|
|
126
129
|
"resetSettings": "",
|
|
127
|
-
"slippageOutsideRecommendedLimits": ""
|
|
130
|
+
"slippageOutsideRecommendedLimits": "",
|
|
131
|
+
"slippageUnderRecommendedLimits": ""
|
|
128
132
|
},
|
|
129
133
|
"title": {
|
|
130
134
|
"deleteActiveTransactions": "",
|
|
@@ -133,7 +137,8 @@
|
|
|
133
137
|
"highValueLoss": "",
|
|
134
138
|
"insufficientGas": "",
|
|
135
139
|
"rateChanged": "",
|
|
136
|
-
"resetSettings": ""
|
|
140
|
+
"resetSettings": "",
|
|
141
|
+
"lowAddressActivity": ""
|
|
137
142
|
}
|
|
138
143
|
},
|
|
139
144
|
"error": {
|
|
@@ -146,6 +151,7 @@
|
|
|
146
151
|
"transactionCanceled": "",
|
|
147
152
|
"transactionConflict": "",
|
|
148
153
|
"transactionExpired": "",
|
|
154
|
+
"transactionRejected": "",
|
|
149
155
|
"transactionFailed": "",
|
|
150
156
|
"transactionNotSent": "",
|
|
151
157
|
"transactionSimulationFailed": "",
|
|
@@ -167,6 +173,7 @@
|
|
|
167
173
|
"transactionConflict": "",
|
|
168
174
|
"transactionExpired": "",
|
|
169
175
|
"transactionFailed": "",
|
|
176
|
+
"transactionRejected": "",
|
|
170
177
|
"transactionSimulationFailed": "",
|
|
171
178
|
"transactionUnderpriced": "",
|
|
172
179
|
"transactionUnprepared": "",
|
|
@@ -187,6 +194,7 @@
|
|
|
187
194
|
"text": "",
|
|
188
195
|
"title": "404"
|
|
189
196
|
},
|
|
197
|
+
"relayerService": "",
|
|
190
198
|
"numberOfSteps": "",
|
|
191
199
|
"priceImpact": "",
|
|
192
200
|
"progressToNextUpdate": "",
|
|
@@ -203,7 +211,9 @@
|
|
|
203
211
|
"featuredTokens": "",
|
|
204
212
|
"fees": {
|
|
205
213
|
"defaultIntegrator": "",
|
|
214
|
+
"relayerService": "",
|
|
206
215
|
"estimated": "",
|
|
216
|
+
"free": "",
|
|
207
217
|
"integrator": "",
|
|
208
218
|
"network": "",
|
|
209
219
|
"paid": "",
|
|
@@ -247,7 +257,14 @@
|
|
|
247
257
|
"actionRequired": "",
|
|
248
258
|
"done": ""
|
|
249
259
|
},
|
|
260
|
+
"permit": {
|
|
261
|
+
"actionRequired": "",
|
|
262
|
+
"done": "",
|
|
263
|
+
"pending": "",
|
|
264
|
+
"started": ""
|
|
265
|
+
},
|
|
250
266
|
"tokenAllowance": {
|
|
267
|
+
"actionRequired": "",
|
|
251
268
|
"done": "",
|
|
252
269
|
"pending": "",
|
|
253
270
|
"started": ""
|
|
@@ -278,7 +295,8 @@
|
|
|
278
295
|
"transferId": "",
|
|
279
296
|
"tags": {
|
|
280
297
|
"cheapest": "",
|
|
281
|
-
"fastest": ""
|
|
298
|
+
"fastest": "",
|
|
299
|
+
"gasless": ""
|
|
282
300
|
},
|
|
283
301
|
"to": "",
|
|
284
302
|
"tokenOnChain": "",
|
package/src/i18n/id.json
CHANGED
|
@@ -6,28 +6,29 @@
|
|
|
6
6
|
"format": {
|
|
7
7
|
"currency": "{{value, currencyExt(currency: USD)}}",
|
|
8
8
|
"number": "{{value, number(maximumFractionDigits: 9)}}",
|
|
9
|
-
"percent": ""
|
|
9
|
+
"percent": "{{value, percent(maximumFractionDigits: 2)}}",
|
|
10
|
+
"tokenAmount": "{{value, numberExt}}"
|
|
10
11
|
},
|
|
11
12
|
"button": {
|
|
12
13
|
"auto": "Otomatis",
|
|
13
14
|
"bookmark": "Bookmark",
|
|
14
15
|
"bookmarks": "Penanda",
|
|
15
16
|
"bridge": "Bridge",
|
|
16
|
-
"bridgeReview": "",
|
|
17
|
+
"bridgeReview": "Peninjauan bridge",
|
|
17
18
|
"buy": "Beli",
|
|
18
19
|
"cancel": "Batal",
|
|
19
|
-
"checkoutReview": "",
|
|
20
|
+
"checkoutReview": "Tinjau pembelian",
|
|
20
21
|
"close": "Tutup",
|
|
21
22
|
"confirm": "Konfirmasi",
|
|
22
|
-
"connectAnotherWallet": "",
|
|
23
|
+
"connectAnotherWallet": "Hubungkan dompet yang lain",
|
|
23
24
|
"connectWallet": "Hubungkan dompet",
|
|
24
25
|
"contactSupport": "Kontak bantuan",
|
|
25
26
|
"continue": "Lanjutkan",
|
|
26
27
|
"copyAddress": "Salin alamat",
|
|
27
28
|
"dark": "Gelap",
|
|
28
29
|
"delete": "Hapus",
|
|
29
|
-
"deposit": "",
|
|
30
|
-
"depositReview": "",
|
|
30
|
+
"deposit": "Deposit",
|
|
31
|
+
"depositReview": "Tinjau deposit",
|
|
31
32
|
"disconnect": "Tidak terkoneksi",
|
|
32
33
|
"done": "Selesai",
|
|
33
34
|
"exchange": "Pertukaran",
|
|
@@ -45,21 +46,21 @@
|
|
|
45
46
|
"startBridging": "Mulai bridge",
|
|
46
47
|
"startSwapping": "Mulai swap",
|
|
47
48
|
"swap": "Swap",
|
|
48
|
-
"swapReview": "",
|
|
49
|
+
"swapReview": "Tinjau swap",
|
|
49
50
|
"tryAgain": "Coba lagi",
|
|
50
51
|
"viewCoverage": "Melihat cakupan",
|
|
51
52
|
"viewOnExplorer": "Lihat di explorer"
|
|
52
53
|
},
|
|
53
54
|
"header": {
|
|
54
55
|
"activeTransactions": "Transaksi aktif",
|
|
55
|
-
"amount": "",
|
|
56
|
+
"amount": "Jumlah",
|
|
56
57
|
"bookmarkedWallets": "Dompet yang ditandai",
|
|
57
58
|
"bridge": "Bridge",
|
|
58
59
|
"checkout": "Checkout",
|
|
59
|
-
"checkoutDetails": "",
|
|
60
|
-
"deposit": "",
|
|
61
|
-
"depositDetails": "",
|
|
62
|
-
"depositTo": "",
|
|
60
|
+
"checkoutDetails": "Detail Pembayaran",
|
|
61
|
+
"deposit": "Deposit",
|
|
62
|
+
"depositDetails": "Detail Setoran",
|
|
63
|
+
"depositTo": "Deposit ke",
|
|
63
64
|
"exchange": "Pertukaran",
|
|
64
65
|
"from": "Swap dari",
|
|
65
66
|
"gas": "Gas",
|
|
@@ -83,14 +84,13 @@
|
|
|
83
84
|
"message": {
|
|
84
85
|
"autoRefuel": "Gas anda hampir habis {{chainName}}. Dengan melanjutkan, anda akan mendapatkan cukup gas untuk menyelesaikan penukaran.",
|
|
85
86
|
"emptyActiveTransactions": "Transaksi yang sedang berlangsung akan muncul di sini. Setelah selesai, temukan di riwayat transaksi.",
|
|
87
|
+
"emptyBridgesList": "Kami tidak dapat menemukan bridge yang sesuai dengan pencarian Anda",
|
|
88
|
+
"emptyChainList": "Kami tidak dapat menemukan chain yang sesuai dengan pencarian Anda",
|
|
89
|
+
"emptyExchangesList": "Kami tidak dapat menemukan exchanges yang sesuai dengan pencarian Anda",
|
|
86
90
|
"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.",
|
|
87
|
-
"emptyChainList": "",
|
|
88
|
-
"emptyBridgesList": "",
|
|
89
|
-
"emptyExchangesList": "",
|
|
90
91
|
"emptyTransactionHistory": "Riwayat transaksi hanya disimpan secara lokal dan akan dihapus jika Anda menghapus data browser.",
|
|
91
|
-
"
|
|
92
|
-
"toAddressIsRequired": "
|
|
93
|
-
"routeNotFound": "Alasannya mungkin: likuiditas rendah, jumlah yang dipilih terlalu rendah, biaya gas terlalu tinggi, atau tidak ada rute untuk kombinasi yang dipilih."
|
|
92
|
+
"routeNotFound": "Alasannya mungkin: likuiditas rendah, jumlah yang dipilih terlalu rendah, biaya gas terlalu tinggi, atau tidak ada rute untuk kombinasi yang dipilih.",
|
|
93
|
+
"toAddressIsRequired": "Alamat dompet tujuan diperlukan untuk melanjutkan transfer."
|
|
94
94
|
},
|
|
95
95
|
"title": {
|
|
96
96
|
"autoRefuel": "Dapatkan gas di {{chainName}}",
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"success": {
|
|
103
103
|
"message": {
|
|
104
104
|
"exchangePartiallySuccessful": "Kami sudah mencoba menyelesaikan transaksi, tapi {{tool}} tidak dapat melanjutkan karena pengaturan slippage atau kurangnya likuiditas untuk token {{tokenSymbol}}.",
|
|
105
|
-
"exchangeSuccessful": "Sekarang ada {{amount,
|
|
106
|
-
"checkoutSuccessful": ""
|
|
105
|
+
"exchangeSuccessful": "Sekarang ada {{amount, numberExt}} {{tokenSymbol}} di dompet {{walletAddress}} pada jaringan {{chainName}}.",
|
|
106
|
+
"checkoutSuccessful": "Anda sekarang memiliki {{assetName}} di dompet {{walletAddress}} di chain {{chainName}}."
|
|
107
107
|
},
|
|
108
108
|
"title": {
|
|
109
109
|
"bridgePartiallySuccessful": "Bridge sebagian berhasil",
|
|
110
110
|
"bridgeSuccessful": "Bridge berhasil",
|
|
111
|
-
"depositSuccessful": "",
|
|
112
|
-
"checkoutSuccessful": "",
|
|
111
|
+
"depositSuccessful": "Deposito berhasil",
|
|
112
|
+
"checkoutSuccessful": "Pembelian berhasil",
|
|
113
113
|
"refundIssued": "Pengembalian dana diterbitkan",
|
|
114
114
|
"swapPartiallySuccessful": "Swap sebagian berhasil",
|
|
115
115
|
"swapSuccessful": "Swap berhasil"
|
|
@@ -117,14 +117,18 @@
|
|
|
117
117
|
},
|
|
118
118
|
"warning": {
|
|
119
119
|
"message": {
|
|
120
|
+
"accountNotDeployedMessage": "Akun kontrak pintar tidak ada di rantai tujuan. Mengirim dana ke akun kontrak pintar yang tidak ada dapat mengakibatkan kerugian permanen.",
|
|
121
|
+
"lowAddressActivity": "Alamat ini memiliki aktivitas rendah di jaringan {{chainName}}. Harap verifikasi bahwa Anda mengirim ke alamat dan jaringan yang benar untuk mencegah potensi kehilangan dana.",
|
|
120
122
|
"deleteActiveTransactions": "Transaksi aktif hanya disimpan secara lokal dan tidak dapat dipulihkan jika Anda menghapusnya.",
|
|
121
123
|
"deleteTransactionHistory": "Riwayat transaksi hanya disimpan secara lokal dan tidak dapat dipulihkan jika Anda menghapusnya.",
|
|
124
|
+
"fundsLossPrevention": "Selalu pastikan akun kontrak pintar disiapkan dengan benar di rantai tujuan dan hindari transfer langsung ke bursa untuk mencegah hilangnya dana.",
|
|
122
125
|
"highValueLoss": "Nilai token yang diterima jauh lebih rendah daripada token yang ditukar dan biaya transaksi.",
|
|
123
126
|
"insufficientFunds": "Anda tidak memiliki cukup dana untuk menyelesaikan penukaran.",
|
|
124
127
|
"insufficientGas": "Anda tidak memiliki cukup gas untuk menyelesaikan penukaran. Anda perlu menambahkan setidaknya:",
|
|
125
128
|
"rateChanged": "Nilai tukar telah berubah. Dengan melanjutkan penukaran, Anda akan menerima tarif baru.",
|
|
126
129
|
"resetSettings": "Ini akan mengatur ulang prioritas rute Anda, slippage, harga gas, jembatan yang diaktifkan, dan pertukaran.",
|
|
127
|
-
"slippageOutsideRecommendedLimits": "Toleransi selip yang tinggi dapat mengakibatkan perdagangan yang tidak menguntungkan yang disebabkan oleh front-running."
|
|
130
|
+
"slippageOutsideRecommendedLimits": "Toleransi selip yang tinggi dapat mengakibatkan perdagangan yang tidak menguntungkan yang disebabkan oleh front-running.",
|
|
131
|
+
"slippageUnderRecommendedLimits": "Toleransi terhadap slipage yang rendah dapat mengakibatkan keterlambatan atau kegagalan transaksi."
|
|
128
132
|
},
|
|
129
133
|
"title": {
|
|
130
134
|
"deleteActiveTransactions": "Hapus seluruh transaksi aktif?",
|
|
@@ -133,19 +137,21 @@
|
|
|
133
137
|
"highValueLoss": "Kehilangan nilai tinggi",
|
|
134
138
|
"insufficientGas": "Gas tidak mencukupi",
|
|
135
139
|
"rateChanged": "Rate berubah",
|
|
136
|
-
"resetSettings": "Setel ulang pengaturan?"
|
|
140
|
+
"resetSettings": "Setel ulang pengaturan?",
|
|
141
|
+
"lowAddressActivity": "Aktivitas Dompet rendah"
|
|
137
142
|
}
|
|
138
143
|
},
|
|
139
144
|
"error": {
|
|
140
145
|
"message": {
|
|
141
146
|
"allowanceRequired": "Jumlah transfer untuk {{tokenSymbol}} melebihi jatah Anda saat ini. Tingkatkan jatah Anda dan coba lagi.",
|
|
142
147
|
"insufficientFunds": "Anda tidak memiliki cukup gas untuk menutup biaya transaksi.",
|
|
143
|
-
"remainInYourWallet": "{{amount,
|
|
144
|
-
"signatureRejected": "Tanda tangan Anda diperlukan untuk menyelesaikan transaksi. {{amount,
|
|
148
|
+
"remainInYourWallet": "{{amount, numberExt}} {{tokenSymbol}} di {{chainName}} tetap ada di dompet Anda.",
|
|
149
|
+
"signatureRejected": "Tanda tangan Anda diperlukan untuk menyelesaikan transaksi. {{amount, numberExt}} {{tokenSymbol}} di {{chainName}} tetap ada di dompet Anda.",
|
|
145
150
|
"slippageThreshold": "Slippage lebih besar dari ambang batas yang ditentukan. Silakan minta rute baru untuk mendapatkan penawaran baru.",
|
|
146
151
|
"transactionCanceled": "Transaksi dibatalkan.",
|
|
147
|
-
"transactionConflict": "",
|
|
152
|
+
"transactionConflict": "Transaksi tidak dapat diproses karena bentrok dengan transaksi tertunda lainnya yang menggunakan dana yang sama. Harap tunggu hingga transaksi tertunda dikonfirmasi atau periksa riwayat transaksi Anda sebelum mencoba lagi.",
|
|
148
153
|
"transactionExpired": "Ketinggian blok telah melebihi batas maksimum yang diperbolehkan atau blockhash tidak lagi cukup baru.",
|
|
154
|
+
"transactionRejected": "Transaksi ditolak karena kesalahan internal dompet. Silakan coba lagi atau minta penawaran baru.",
|
|
149
155
|
"transactionFailed": "Silakan periksa block explorer untuk informasi lebih lanjut.",
|
|
150
156
|
"transactionNotSent": "Transaksi tidak terkirim.",
|
|
151
157
|
"transactionSimulationFailed": "Transaksi tidak dapat dieksekusi dalam simulasi.",
|
|
@@ -164,9 +170,10 @@
|
|
|
164
170
|
"signatureRejected": "Tanda tangan diperlukan",
|
|
165
171
|
"slippageNotMet": "Kondisi slippage tidak terpenuhi",
|
|
166
172
|
"transactionCanceled": "Transaksi dibatalkan",
|
|
167
|
-
"transactionConflict": "",
|
|
173
|
+
"transactionConflict": "Konflik Transaksi",
|
|
168
174
|
"transactionExpired": "Transaksi berakhir",
|
|
169
175
|
"transactionFailed": "Transaksi gagal",
|
|
176
|
+
"transactionRejected": "Transaksi ditolak",
|
|
170
177
|
"transactionSimulationFailed": "Verifikasi transaksi gagal",
|
|
171
178
|
"transactionUnderpriced": "Transaksi di bawah harga",
|
|
172
179
|
"transactionUnprepared": "Tidak dapat menguraikan transaksi",
|
|
@@ -180,13 +187,14 @@
|
|
|
180
187
|
},
|
|
181
188
|
"tooltip": {
|
|
182
189
|
"deselectAll": "Hapus semua",
|
|
183
|
-
"estimatedTime": "",
|
|
184
|
-
"feeCollection": "",
|
|
190
|
+
"estimatedTime": "Saatnya menyelesaikan transaksi swap atau bridge, tidak termasuk peralihan rantai dan persetujuan token.",
|
|
191
|
+
"feeCollection": "Biaya diterapkan pada pasangan token yang dipilih dan memastikan pengalaman terbaik dengan {{tool}}.",
|
|
185
192
|
"minReceived": "Perkiraan jumlah minimum dapat berubah hingga transaksi swapping/bridging ditandatangani. Untuk transfer 2 langkah, ini berlaku hingga transaksi langkah kedua ditandatangani.",
|
|
186
193
|
"notFound": {
|
|
187
194
|
"text": "Kami tidak dapat menemukan halaman ini.",
|
|
188
195
|
"title": "404"
|
|
189
196
|
},
|
|
197
|
+
"relayerService": "Kami menangani gas, sehingga Anda dapat mentransfer aset tanpa memegang token asli. Biaya jaringan sudah termasuk dalam transfer.",
|
|
190
198
|
"numberOfSteps": "Sejumlah langkah swap. Setiap langkah dapat berisi 1-2 transaksi yang memerlukan tanda tangan.",
|
|
191
199
|
"priceImpact": "Perkiraan perbedaan nilai antara token sumber dan tujuan.",
|
|
192
200
|
"progressToNextUpdate": "Data yang ditampilkan akan disegarkan secara otomatis setelah {{value}} detik. Klik di sini untuk memperbarui secara manual.",
|
|
@@ -202,9 +210,11 @@
|
|
|
202
210
|
"depositStepDetails": "Dapatkan melalui {{tool}}",
|
|
203
211
|
"featuredTokens": "Token unggulan",
|
|
204
212
|
"fees": {
|
|
205
|
-
"defaultIntegrator": "",
|
|
213
|
+
"defaultIntegrator": "Biaya integrator",
|
|
214
|
+
"relayerService": "Transaksi tanpa Gas",
|
|
206
215
|
"estimated": "estimasi biaya",
|
|
207
|
-
"
|
|
216
|
+
"free": "Gratis",
|
|
217
|
+
"integrator": "Biaya {{tool}}",
|
|
208
218
|
"network": "Biaya jaringan",
|
|
209
219
|
"paid": "biaya yang dibayar",
|
|
210
220
|
"provider": "Biaya penyedia"
|
|
@@ -220,9 +230,9 @@
|
|
|
220
230
|
"priceImpact": "Dampak terhadap harga",
|
|
221
231
|
"process": {
|
|
222
232
|
"bridge": {
|
|
223
|
-
"actionRequired": "
|
|
233
|
+
"actionRequired": "Mempersiapkan transaksi bridge",
|
|
224
234
|
"done": "Tranksaksi bridge dikonfirmasi",
|
|
225
|
-
"pending": "
|
|
235
|
+
"pending": "Transaksi bridge tertunda",
|
|
226
236
|
"started": "Mempersiapkan transaksi bridge"
|
|
227
237
|
},
|
|
228
238
|
"checkout": {
|
|
@@ -238,19 +248,26 @@
|
|
|
238
248
|
"refunded": "Dana transaksi bridge dikembalikan"
|
|
239
249
|
},
|
|
240
250
|
"swap": {
|
|
241
|
-
"actionRequired": "
|
|
251
|
+
"actionRequired": "Mempersiapkan transaksi bridge",
|
|
242
252
|
"done": "Swap selesai",
|
|
243
|
-
"pending": "
|
|
253
|
+
"pending": "Transaksi swap tertunda",
|
|
244
254
|
"started": "Mempersiapkan transaksi swap"
|
|
245
255
|
},
|
|
246
256
|
"switchChain": {
|
|
247
|
-
"actionRequired": "
|
|
248
|
-
"done": "
|
|
257
|
+
"actionRequired": "Konfirmasikan pergantian rantai",
|
|
258
|
+
"done": "Rantai beralih"
|
|
259
|
+
},
|
|
260
|
+
"permit": {
|
|
261
|
+
"actionRequired": "Tanda tangani pesan izin",
|
|
262
|
+
"done": "Permit tertandatangani",
|
|
263
|
+
"pending": "Menunggu pesan izin",
|
|
264
|
+
"started": "Mempersiapkan transaksi"
|
|
249
265
|
},
|
|
250
266
|
"tokenAllowance": {
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
267
|
+
"actionRequired": "Menyetujui pengeluaran {{tokenSymbol}}",
|
|
268
|
+
"done": "Pengeluaran {{tokenSymbol}} disetujui",
|
|
269
|
+
"pending": "{{tokenSymbol}} persetujuan tertunda",
|
|
270
|
+
"started": "Mempersiapkan transaksi"
|
|
254
271
|
}
|
|
255
272
|
},
|
|
256
273
|
"quotedAmount": "Jumlah yang dikutip",
|
|
@@ -266,28 +283,29 @@
|
|
|
266
283
|
"sentToAddress": "Dikirim ke {{address}}",
|
|
267
284
|
"stepBridge": "Bridge",
|
|
268
285
|
"stepBridgeAndBuy": "Bridge dan beli",
|
|
269
|
-
"stepBridgeAndDeposit": "",
|
|
286
|
+
"stepBridgeAndDeposit": "Bridge dan deposit",
|
|
270
287
|
"stepBuy": "Beli",
|
|
271
|
-
"stepDeposit": "",
|
|
288
|
+
"stepDeposit": "Deposit",
|
|
272
289
|
"stepDetails": "{{tool}} melalui LI.FI",
|
|
273
290
|
"stepSwap": "Swap",
|
|
274
291
|
"stepSwapAndBridge": "Swap dan bridge",
|
|
275
292
|
"stepSwapAndBuy": "Swap dan beli",
|
|
276
|
-
"stepSwapAndDeposit": "",
|
|
293
|
+
"stepSwapAndDeposit": "Swap dan deposit",
|
|
277
294
|
"swapStepDetails": "Swap di {{chain}} melalui {{tool}}",
|
|
278
|
-
"transferId": "",
|
|
295
|
+
"transferId": "Transfer ID",
|
|
279
296
|
"tags": {
|
|
280
297
|
"cheapest": "Pengembalian terbaik",
|
|
281
|
-
"fastest": "Tercepat"
|
|
298
|
+
"fastest": "Tercepat",
|
|
299
|
+
"gasless": "Tanpa Gas"
|
|
282
300
|
},
|
|
283
301
|
"to": "Kepada",
|
|
284
302
|
"tokenOnChain": "{{tokenSymbol}} di {{chainName}}",
|
|
285
|
-
"tokenOnChainAmount": "{{amount,
|
|
303
|
+
"tokenOnChainAmount": "{{amount, numberExt}} {{tokenSymbol}} di {{chainName}}",
|
|
286
304
|
"tokenSearch": "Cari berdasarkan nama atau alamat token",
|
|
287
305
|
"valueLoss": "Kehilangan nilai",
|
|
288
|
-
"searchChains": "",
|
|
289
|
-
"searchBridges": "",
|
|
290
|
-
"searchExchanges": ""
|
|
306
|
+
"searchChains": "Cari berdasarkan nama rantai",
|
|
307
|
+
"searchBridges": "Cari berdasarkan nama bridge",
|
|
308
|
+
"searchExchanges": "Cari berdasarkan nama exchange"
|
|
291
309
|
},
|
|
292
310
|
"settings": {
|
|
293
311
|
"theme": "Tema",
|
package/src/i18n/it.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"format": {
|
|
7
7
|
"currency": "",
|
|
8
8
|
"number": "{{value, number(maximumFractionDigits: 9)}}",
|
|
9
|
-
"percent": ""
|
|
9
|
+
"percent": "",
|
|
10
|
+
"tokenAmount": ""
|
|
10
11
|
},
|
|
11
12
|
"button": {
|
|
12
13
|
"auto": "Auto",
|
|
@@ -83,14 +84,13 @@
|
|
|
83
84
|
"message": {
|
|
84
85
|
"autoRefuel": "Livello basso di gas su {{chainName}}. Continuando avrai abbastanza gas per completare lo scambio.",
|
|
85
86
|
"emptyActiveTransactions": "Le transazioni in corso appariranno qui. Una volta completate, potrai trovarle nella cronologia delle transazioni.",
|
|
86
|
-
"emptyTokenList": "Non siamo riusciti a trovare token sulla chain {{chainName}} o non ne hai. Riprova o scegli un'altra chain.",
|
|
87
|
-
"emptyChainList": "",
|
|
88
87
|
"emptyBridgesList": "",
|
|
88
|
+
"emptyChainList": "",
|
|
89
89
|
"emptyExchangesList": "",
|
|
90
|
+
"emptyTokenList": "Non siamo riusciti a trovare token sulla chain {{chainName}} o non ne hai. Riprova o scegli un'altra chain.",
|
|
90
91
|
"emptyTransactionHistory": "La cronologia delle transazioni è memorizzata solo localmente e verrà eliminata se si cancellano i dati del browser.",
|
|
91
|
-
"
|
|
92
|
-
"toAddressIsRequired": ""
|
|
93
|
-
"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."
|
|
92
|
+
"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.",
|
|
93
|
+
"toAddressIsRequired": ""
|
|
94
94
|
},
|
|
95
95
|
"title": {
|
|
96
96
|
"autoRefuel": "",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"success": {
|
|
103
103
|
"message": {
|
|
104
104
|
"exchangePartiallySuccessful": "",
|
|
105
|
-
"exchangeSuccessful": "
|
|
105
|
+
"exchangeSuccessful": "",
|
|
106
106
|
"checkoutSuccessful": ""
|
|
107
107
|
},
|
|
108
108
|
"title": {
|
|
@@ -117,14 +117,18 @@
|
|
|
117
117
|
},
|
|
118
118
|
"warning": {
|
|
119
119
|
"message": {
|
|
120
|
+
"accountNotDeployedMessage": "",
|
|
121
|
+
"lowAddressActivity": "",
|
|
120
122
|
"deleteActiveTransactions": "Gli scambi attivi vengono memorizzati solo localmente e non possono essere recuperati se vengono cancellati.",
|
|
121
123
|
"deleteTransactionHistory": "La cronologia delle transazioni è memorizzata solo localmente e non può essere recuperata se la elimini.",
|
|
124
|
+
"fundsLossPrevention": "",
|
|
122
125
|
"highValueLoss": "Il valore dei token ricevuti è significativamente inferiore ai token scambiati più il costo della transazione.",
|
|
123
126
|
"insufficientFunds": "Non hai abbastanza fondi per completare lo scambio.",
|
|
124
127
|
"insufficientGas": "Non hai abbastanza gas per completare lo scambio. Devi aggiungere almeno:",
|
|
125
128
|
"rateChanged": "Il tasso di scambio è cambiato. Se procedi, confermi di accettare il nuovo tasso.",
|
|
126
129
|
"resetSettings": "Questo porterà al ripristino della priorità di route, slittamento di prezzo, prezzo del gas, bridge abilitati ed exchanges.",
|
|
127
|
-
"slippageOutsideRecommendedLimits": ""
|
|
130
|
+
"slippageOutsideRecommendedLimits": "",
|
|
131
|
+
"slippageUnderRecommendedLimits": ""
|
|
128
132
|
},
|
|
129
133
|
"title": {
|
|
130
134
|
"deleteActiveTransactions": "Eliminare tutte le transazioni attive?",
|
|
@@ -133,7 +137,8 @@
|
|
|
133
137
|
"highValueLoss": "Perdita di valore elevato",
|
|
134
138
|
"insufficientGas": "Gas insufficiente",
|
|
135
139
|
"rateChanged": "Tasso cambiato",
|
|
136
|
-
"resetSettings": "Ripristinare le impostazioni?"
|
|
140
|
+
"resetSettings": "Ripristinare le impostazioni?",
|
|
141
|
+
"lowAddressActivity": ""
|
|
137
142
|
}
|
|
138
143
|
},
|
|
139
144
|
"error": {
|
|
@@ -146,6 +151,7 @@
|
|
|
146
151
|
"transactionCanceled": "",
|
|
147
152
|
"transactionConflict": "",
|
|
148
153
|
"transactionExpired": "",
|
|
154
|
+
"transactionRejected": "",
|
|
149
155
|
"transactionFailed": "Per ulteriori informazioni, consultare il block explorer.",
|
|
150
156
|
"transactionNotSent": "",
|
|
151
157
|
"transactionSimulationFailed": "",
|
|
@@ -167,6 +173,7 @@
|
|
|
167
173
|
"transactionConflict": "",
|
|
168
174
|
"transactionExpired": "",
|
|
169
175
|
"transactionFailed": "Transazione fallita",
|
|
176
|
+
"transactionRejected": "",
|
|
170
177
|
"transactionSimulationFailed": "",
|
|
171
178
|
"transactionUnderpriced": "L'operazione è sottostimata",
|
|
172
179
|
"transactionUnprepared": "Impossibile preparare la transazione",
|
|
@@ -187,6 +194,7 @@
|
|
|
187
194
|
"text": "Non siamo riusciti a trovare questa pagina.",
|
|
188
195
|
"title": "404"
|
|
189
196
|
},
|
|
197
|
+
"relayerService": "",
|
|
190
198
|
"numberOfSteps": "",
|
|
191
199
|
"priceImpact": "",
|
|
192
200
|
"progressToNextUpdate": "I dati visualizzati si aggiorneranno automaticamente dopo {{value}} secondi. Fai click qui per aggiornare manualmente.",
|
|
@@ -203,7 +211,9 @@
|
|
|
203
211
|
"featuredTokens": "Token in evidenza",
|
|
204
212
|
"fees": {
|
|
205
213
|
"defaultIntegrator": "",
|
|
214
|
+
"relayerService": "",
|
|
206
215
|
"estimated": "",
|
|
216
|
+
"free": "",
|
|
207
217
|
"integrator": "",
|
|
208
218
|
"network": "",
|
|
209
219
|
"paid": "",
|
|
@@ -238,19 +248,26 @@
|
|
|
238
248
|
"refunded": "Transazione di bridge rimborsata"
|
|
239
249
|
},
|
|
240
250
|
"swap": {
|
|
241
|
-
"actionRequired": "
|
|
251
|
+
"actionRequired": "",
|
|
242
252
|
"done": "Scambio completato",
|
|
243
|
-
"pending": "
|
|
253
|
+
"pending": "",
|
|
244
254
|
"started": "Preparazione dello scambio"
|
|
245
255
|
},
|
|
246
256
|
"switchChain": {
|
|
247
|
-
"actionRequired": "
|
|
248
|
-
"done": "
|
|
257
|
+
"actionRequired": "",
|
|
258
|
+
"done": ""
|
|
259
|
+
},
|
|
260
|
+
"permit": {
|
|
261
|
+
"actionRequired": "",
|
|
262
|
+
"done": "",
|
|
263
|
+
"pending": "",
|
|
264
|
+
"started": ""
|
|
249
265
|
},
|
|
250
266
|
"tokenAllowance": {
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
267
|
+
"actionRequired": "",
|
|
268
|
+
"done": "",
|
|
269
|
+
"pending": "",
|
|
270
|
+
"started": ""
|
|
254
271
|
}
|
|
255
272
|
},
|
|
256
273
|
"quotedAmount": "Totale quotato",
|
|
@@ -278,11 +295,12 @@
|
|
|
278
295
|
"transferId": "",
|
|
279
296
|
"tags": {
|
|
280
297
|
"cheapest": "",
|
|
281
|
-
"fastest": ""
|
|
298
|
+
"fastest": "",
|
|
299
|
+
"gasless": ""
|
|
282
300
|
},
|
|
283
301
|
"to": "A",
|
|
284
302
|
"tokenOnChain": "{{tokenSymbol}} su {{chainName}}",
|
|
285
|
-
"tokenOnChainAmount": "
|
|
303
|
+
"tokenOnChainAmount": "",
|
|
286
304
|
"tokenSearch": "Cerca per nome token o indirizzo",
|
|
287
305
|
"valueLoss": "Perdita di valore",
|
|
288
306
|
"searchChains": "",
|