@lifi/widget 2.0.0-alpha.2 → 2.0.0-alpha.3
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/cjs/components/ChainSelect/ChainSelect.d.ts +1 -0
- package/cjs/components/GasMessage/FundsSufficiencyMessage.d.ts +1 -0
- package/cjs/components/Step/CircularProgress.d.ts +1 -0
- package/cjs/components/Step/StepList.d.ts +1 -0
- package/cjs/components/SwapInput/SwapInputEndAdornment.d.ts +1 -0
- package/cjs/components/SwapRoutes/SwapRoutesExpanded.d.ts +1 -0
- package/cjs/config/version.d.ts +1 -1
- package/cjs/config/version.js +1 -1
- package/cjs/i18n/bn.json +237 -0
- package/cjs/i18n/de.json +14 -7
- package/cjs/i18n/fr.json +87 -73
- package/cjs/i18n/index.d.ts +3 -1
- package/cjs/i18n/index.js +5 -1
- package/cjs/i18n/uk.json +9 -6
- package/cjs/i18n/vi.json +237 -0
- package/cjs/pages/ActiveSwapsPage/ActiveSwapsPage.d.ts +1 -0
- package/cjs/pages/SelectTokenPage/SearchTokenInput.d.ts +1 -0
- package/cjs/pages/SelectWalletPage/SelectWalletPage.d.ts +1 -0
- package/cjs/pages/SettingsPage/GasPriceSelect.d.ts +1 -0
- package/cjs/pages/SettingsPage/SettingsPage.d.ts +1 -0
- package/cjs/pages/SettingsPage/ShowDestinationWallet.d.ts +1 -0
- package/cjs/pages/SettingsPage/SlippageInput.d.ts +1 -0
- package/components/ChainSelect/ChainSelect.d.ts +1 -0
- package/components/GasMessage/FundsSufficiencyMessage.d.ts +1 -0
- package/components/Step/CircularProgress.d.ts +1 -0
- package/components/Step/StepList.d.ts +1 -0
- package/components/SwapInput/SwapInputEndAdornment.d.ts +1 -0
- package/components/SwapRoutes/SwapRoutesExpanded.d.ts +1 -0
- package/config/version.d.ts +1 -1
- package/config/version.js +1 -1
- package/i18n/bn.json +237 -0
- package/i18n/de.json +14 -7
- package/i18n/fr.json +87 -73
- package/i18n/index.d.ts +3 -1
- package/i18n/index.js +3 -1
- package/i18n/uk.json +9 -6
- package/i18n/vi.json +237 -0
- package/package.json +1 -1
- package/pages/ActiveSwapsPage/ActiveSwapsPage.d.ts +1 -0
- package/pages/SelectTokenPage/SearchTokenInput.d.ts +1 -0
- package/pages/SelectWalletPage/SelectWalletPage.d.ts +1 -0
- package/pages/SettingsPage/GasPriceSelect.d.ts +1 -0
- package/pages/SettingsPage/SettingsPage.d.ts +1 -0
- package/pages/SettingsPage/ShowDestinationWallet.d.ts +1 -0
- package/pages/SettingsPage/SlippageInput.d.ts +1 -0
- package/tsconfig.cjs.tsbuildinfo +1 -1
package/cjs/i18n/fr.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"copyAddress": "Copier l’adresse",
|
|
9
9
|
"dark": "Sombre",
|
|
10
10
|
"delete": "Supprimer",
|
|
11
|
-
"
|
|
11
|
+
"disconnect": "Déconnecter",
|
|
12
12
|
"done": "Terminé",
|
|
13
|
-
"getGas": "
|
|
13
|
+
"getGas": "Obtenir du gaz",
|
|
14
14
|
"hide": "Cacher",
|
|
15
15
|
"lifiSwap": "LI.FI Swap",
|
|
16
16
|
"light": "Clair",
|
|
@@ -18,31 +18,36 @@
|
|
|
18
18
|
"ok": "Ok",
|
|
19
19
|
"okay": "D'accord",
|
|
20
20
|
"removeSwap": "Supprimer l'échange",
|
|
21
|
+
"reset": "Réinitialiser",
|
|
22
|
+
"resetSettings": "Réinitialiser les paramètres",
|
|
21
23
|
"restartSwap": "Redémarrer l'échange",
|
|
22
|
-
"
|
|
24
|
+
"reviewGasSwap": "Vérifier le gaz d'échange",
|
|
25
|
+
"reviewSwap": "Vérifier l'échange",
|
|
23
26
|
"seeDetails": "Voir les détails",
|
|
24
|
-
"showAll": "Afficher
|
|
25
|
-
"startGasSwap": "
|
|
26
|
-
"startSwap": "
|
|
27
|
+
"showAll": "Afficher tout",
|
|
28
|
+
"startGasSwap": "Commencer l'échange de gaz",
|
|
29
|
+
"startSwap": "Commencer l'échange",
|
|
27
30
|
"swap": "Échanger",
|
|
28
|
-
"tryAgain": "Réessayer"
|
|
31
|
+
"tryAgain": "Réessayer",
|
|
32
|
+
"viewOnExplorer": "Voir sur l'explorateur"
|
|
29
33
|
},
|
|
30
34
|
"format": {
|
|
31
35
|
"currency": "{{value, currency(currency: USD)}}",
|
|
32
36
|
"number": "{{value, number(maximumFractionDigits: 4)}}"
|
|
33
37
|
},
|
|
34
38
|
"header": {
|
|
35
|
-
"activeSwaps": "
|
|
39
|
+
"activeSwaps": "Échanges actifs",
|
|
40
|
+
"checkout": "Paiement",
|
|
36
41
|
"from": "Échanger de",
|
|
37
|
-
"gas": "
|
|
38
|
-
"gasSwap": "
|
|
39
|
-
"routes": "Vous
|
|
42
|
+
"gas": "Gaz",
|
|
43
|
+
"gasSwap": "Échange de gaz",
|
|
44
|
+
"routes": "Vous recevez",
|
|
40
45
|
"selectChain": "Sélectionner la chaîne",
|
|
41
46
|
"selectWallet": "Sélectionnez votre portefeuille",
|
|
42
47
|
"settings": "Paramètres",
|
|
43
48
|
"swap": "Échanger",
|
|
44
49
|
"swapDetails": "Détails de l'échange",
|
|
45
|
-
"swapHistory": "Historique
|
|
50
|
+
"swapHistory": "Historique d'échange",
|
|
46
51
|
"to": "Échanger pour",
|
|
47
52
|
"walletConnected": "Portefeuille connecté"
|
|
48
53
|
},
|
|
@@ -51,46 +56,43 @@
|
|
|
51
56
|
"title": "Langue"
|
|
52
57
|
},
|
|
53
58
|
"settings": {
|
|
54
|
-
"advancedPreferences": "Préférences avancées",
|
|
55
59
|
"enabledBridges": "Bridges activés",
|
|
56
|
-
"enabledExchanges": "Échanges
|
|
60
|
+
"enabledExchanges": "Échanges autorisés",
|
|
57
61
|
"gasPrice": {
|
|
58
62
|
"fast": "Rapide",
|
|
59
63
|
"normal": "Normal",
|
|
60
64
|
"slow": "Lent",
|
|
61
65
|
"title": "Prix du gaz"
|
|
62
66
|
},
|
|
63
|
-
"resetToDefault": "Réinitialisation des valeurs par défaut",
|
|
64
67
|
"routePriority": "Priorité de l'itinéraire",
|
|
65
|
-
"selectEnabledBridges": "Sélectionner les bridges activés",
|
|
66
|
-
"selectEnabledExchanges": "Sélectionner les échanges activés",
|
|
67
68
|
"showDestinationWallet": "Afficher le portefeuille de destination",
|
|
68
69
|
"slippage": "Effet de glissement"
|
|
69
70
|
},
|
|
70
71
|
"swap": {
|
|
71
72
|
"crossStepDetails": "Passer de {{from}} à {{to}} via {{tool}}",
|
|
72
|
-
"currentAmount": "
|
|
73
|
+
"currentAmount": "Montant actuel",
|
|
73
74
|
"error": {
|
|
74
75
|
"message": {
|
|
75
|
-
"slippageThreshold": "
|
|
76
|
-
"transactionFailed": "Veuillez consulter l'explorateur de
|
|
77
|
-
"transactionNotSent": "La transaction n'a pas été envoyée
|
|
78
|
-
"transactionRejected": "Votre signature est requise pour compléter la transaction.
|
|
79
|
-
"unknown": "
|
|
76
|
+
"slippageThreshold": "L'effet de glissement est supérieur au seuil défini. Veuillez demander un nouvel itinéraire pour obtenir un nouveau devis.",
|
|
77
|
+
"transactionFailed": "Veuillez consulter l'explorateur de blocs pour plus d'informations.",
|
|
78
|
+
"transactionNotSent": "La transaction n'a pas été envoyée. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} sur {{chainName}} restent dans votre portefeuille.",
|
|
79
|
+
"transactionRejected": "Votre signature est requise pour compléter la transaction. {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} sur {{chainName}} restent dans votre portefeuille.",
|
|
80
|
+
"unknown": "Veuillez réessayer ou contacter le support."
|
|
80
81
|
},
|
|
81
82
|
"title": {
|
|
82
|
-
"balanceIsTooLow": "
|
|
83
|
+
"balanceIsTooLow": "Le solde est trop bas.",
|
|
83
84
|
"chainSwitch": "Changement de chaîne nécessaire.",
|
|
84
85
|
"failed": "L'échange a échoué.",
|
|
85
|
-
"gasLimitIsTooLow": "
|
|
86
|
-
"slippageNotMet": "
|
|
87
|
-
"transactionCanceled": "Transaction
|
|
86
|
+
"gasLimitIsTooLow": "La limite de gaz est trop basse.",
|
|
87
|
+
"slippageNotMet": "Les conditions de l'effet de glissement ne sont pas remplies.",
|
|
88
|
+
"transactionCanceled": "Transaction annulée.",
|
|
88
89
|
"transactionFailed": "La transaction a échoué.",
|
|
89
90
|
"transactionRejected": "Signature requise.",
|
|
90
91
|
"transactionUnderpriced": "La transaction est sous-évaluée.",
|
|
91
92
|
"transactionUnprepared": "Impossible de préparer la transaction.",
|
|
92
93
|
"unknown": "Il y a eu un problème.",
|
|
93
94
|
"walletAddressInvalid": "L'adresse du portefeuille n'est pas valide.",
|
|
95
|
+
"walletAddressRequired": "L'adresse du portefeuille est nécessaire.",
|
|
94
96
|
"walletEnsAddressInvalid": "L'adresse du portefeuille n'est pas valide ou le réseau ne supporte pas l'ENS."
|
|
95
97
|
}
|
|
96
98
|
},
|
|
@@ -99,122 +101,134 @@
|
|
|
99
101
|
"from": "De",
|
|
100
102
|
"fromAmount": "Vous payez",
|
|
101
103
|
"gasCost": "Coût du gaz",
|
|
102
|
-
"gasFeeEstimated": "
|
|
103
|
-
"gasFeePaid": "
|
|
104
|
+
"gasFeeEstimated": "frais de gaz estimés",
|
|
105
|
+
"gasFeePaid": "frais de gaz payés",
|
|
104
106
|
"inProgress": "en cours",
|
|
105
107
|
"info": {
|
|
106
108
|
"message": {
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
109
|
+
"autoRefuel": "Vous avez peu de gaz sur {{chainName}}. En continuant, vous aurez assez de gaz pour compléter l'échange.",
|
|
110
|
+
"emptyActiveSwaps": "Les échanges en cours apparaissent ici. Une fois terminés, vous les trouverez dans l'historique d'échange.",
|
|
111
|
+
"emptySwapHistory": "L'historique d'échange est uniquement stocké au niveau local et sera supprimé si vous effacez les données de votre navigateur.",
|
|
112
|
+
"emptyTokenList": "Nous n'avons pas pu trouver de jetons sur la chaîne {{chainName}} ou vous n'en avez pas. Veuillez réessayer ou choisissez une autre chaîne.",
|
|
110
113
|
"routeNotFound": "Essayez une autre combinaison de jetons."
|
|
111
114
|
},
|
|
112
115
|
"title": {
|
|
113
|
-
"
|
|
116
|
+
"autoRefuel": "Obtenir du gaz",
|
|
117
|
+
"emptyActiveSwaps": "Aucun échange actif",
|
|
114
118
|
"emptySwapHistory": "Aucun échange récent",
|
|
115
119
|
"routeNotFound": "Aucun itinéraire disponible"
|
|
116
120
|
}
|
|
117
121
|
},
|
|
118
|
-
"
|
|
122
|
+
"nftStepDetails": "Acheter un NFT via {{tool}}",
|
|
123
|
+
"onChain": "sur {{chainName}}",
|
|
119
124
|
"otherTokens": "Autres jetons",
|
|
125
|
+
"ownedBy": "Propriétaire",
|
|
126
|
+
"payWith": "Payer avec",
|
|
120
127
|
"process": {
|
|
121
128
|
"crossChain": {
|
|
122
129
|
"actionRequired": "Veuillez signer la transaction.",
|
|
123
|
-
"done": "Transaction
|
|
124
|
-
"pending": "En
|
|
125
|
-
"started": "Préparation de la transaction
|
|
130
|
+
"done": "Transaction Bridge confirmée",
|
|
131
|
+
"pending": "En attente de la transaction bridge",
|
|
132
|
+
"started": "Préparation de la transaction bridge"
|
|
126
133
|
},
|
|
127
134
|
"receivingChain": {
|
|
128
|
-
"done": "
|
|
129
|
-
"partial": "Bridge
|
|
130
|
-
"pending": "En attente de la chaîne de
|
|
131
|
-
"refunded": "
|
|
135
|
+
"done": "Bridge complété",
|
|
136
|
+
"partial": "Bridge partiellement complété",
|
|
137
|
+
"pending": "En attente de la chaîne de destination",
|
|
138
|
+
"refunded": "Transaction bridge remboursée"
|
|
132
139
|
},
|
|
133
140
|
"swap": {
|
|
134
141
|
"actionRequired": "Veuillez signer la transaction.",
|
|
135
142
|
"done": "Échange terminé.",
|
|
136
|
-
"pending": "
|
|
137
|
-
"started": "Préparation de
|
|
143
|
+
"pending": "En attente de la transaction d'échange",
|
|
144
|
+
"started": "Préparation de la transaction d'échange"
|
|
138
145
|
},
|
|
139
146
|
"switchChain": {
|
|
140
147
|
"actionRequired": "Changement de chaîne requis.",
|
|
141
|
-
"done": "
|
|
148
|
+
"done": "Chaîne changée avec succès."
|
|
142
149
|
},
|
|
143
150
|
"tokenAllowance": {
|
|
144
|
-
"done": "
|
|
145
|
-
"pending": "En attente de l'allocation
|
|
151
|
+
"done": "Allocation de jetons approuvée.",
|
|
152
|
+
"pending": "En attente de l'allocation de jetons",
|
|
146
153
|
"started": "Fixation de l'allocation de jeton."
|
|
147
154
|
}
|
|
148
155
|
},
|
|
149
|
-
"quotedAmount": "
|
|
150
|
-
"rateChange": "
|
|
151
|
-
"receiving": "
|
|
156
|
+
"quotedAmount": "Montant indiqué",
|
|
157
|
+
"rateChange": "Taux de change",
|
|
158
|
+
"receiving": "En cours de réception",
|
|
159
|
+
"refuelStepDetails": "Obtenir du gaz via {{tool}}",
|
|
152
160
|
"routes": "Vous obtenez",
|
|
153
161
|
"selectChain": "Chaîne",
|
|
154
162
|
"selectChainAndToken": "Sélectionnez la chaîne et le jeton",
|
|
155
163
|
"selectToken": "Jeton",
|
|
156
|
-
"sendToAddress": "
|
|
164
|
+
"sendToAddress": "Envoyer à {{address}}",
|
|
157
165
|
"sendToWallet": "Envoyer vers un autre portefeuille",
|
|
158
|
-
"sentToAddress": "
|
|
166
|
+
"sentToAddress": "Envoyé à {{address}}",
|
|
159
167
|
"stepBridge": "Bridge",
|
|
168
|
+
"stepDetails": "{{tool}} via LI.FI",
|
|
160
169
|
"stepSwap": "Échanger",
|
|
161
170
|
"stepSwapAndBridge": "Échange et Bridge",
|
|
162
171
|
"success": {
|
|
163
172
|
"message": {
|
|
164
|
-
"swapPartiallySuccessful": "
|
|
165
|
-
"swapSuccessful": "Il y a maintenant {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} dans le portefeuille {{walletAddress}}
|
|
173
|
+
"swapPartiallySuccessful": "Nous avons essayé de compléter l'échange, mais {{tool}} a manqué de liquidité pour le jeton {{tokenSymbol}}.",
|
|
174
|
+
"swapSuccessful": "Il y a maintenant {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} dans le portefeuille {{walletAddress}} sur la chaîne {{chainName}}."
|
|
166
175
|
},
|
|
167
176
|
"title": {
|
|
168
|
-
"gasSwapSuccessful": "
|
|
169
|
-
"refundIssued": "
|
|
170
|
-
"swapPartiallySuccessful": "
|
|
177
|
+
"gasSwapSuccessful": "Échange de gaz réussi",
|
|
178
|
+
"refundIssued": "Remboursement émis",
|
|
179
|
+
"swapPartiallySuccessful": "Échange partiellement réussi",
|
|
171
180
|
"swapSuccessful": "Échange réussi"
|
|
172
181
|
}
|
|
173
182
|
},
|
|
174
183
|
"supportId": "ID de support",
|
|
175
|
-
"swapStepDetails": "
|
|
184
|
+
"swapStepDetails": "Échanger sur {{chain}} via {{tool}}",
|
|
176
185
|
"swapping": "Échanger",
|
|
177
186
|
"tags": {
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
187
|
+
"cheapest": "Pas cher",
|
|
188
|
+
"fastest": "Rapide",
|
|
189
|
+
"insurable": "Assurable",
|
|
190
|
+
"insurance": "Assurance",
|
|
191
|
+
"insured": "Assuré",
|
|
192
|
+
"recommended": "Recommandé",
|
|
193
|
+
"safest": "Sûr"
|
|
183
194
|
},
|
|
184
195
|
"to": "À",
|
|
185
196
|
"tokenOnChain": "{{tokenSymbol}} sur {{chainName}}",
|
|
186
197
|
"tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} sur {{chainName}}",
|
|
187
198
|
"tokenSearch": "Recherchez votre jeton",
|
|
188
199
|
"valueLoss": "Perte de valeur",
|
|
189
|
-
"walletAddressOrEns": "Adresse du portefeuille ou nom
|
|
200
|
+
"walletAddressOrEns": "Adresse du portefeuille ou nom ENS",
|
|
190
201
|
"warning": {
|
|
191
202
|
"message": {
|
|
192
|
-
"deleteActiveSwaps": "Les échanges actifs sont uniquement stockés
|
|
193
|
-
"deleteSwapHistory": "L'historique
|
|
203
|
+
"deleteActiveSwaps": "Les échanges actifs sont uniquement stockés au niveau local et seront perdus si vous les supprimez.",
|
|
204
|
+
"deleteSwapHistory": "L'historique d'échange est uniquement stocké au niveau local et ne pourra pas être récupéré si vous le supprimez.",
|
|
194
205
|
"highValueLoss": "La valeur des jetons reçus est nettement inférieure à celle des jetons échangés et au coût de la transaction.",
|
|
195
|
-
"insufficientFunds": "Vous n'avez pas assez de fonds pour
|
|
196
|
-
"insufficientGas": "Vous devez
|
|
197
|
-
"rateChanged": "
|
|
206
|
+
"insufficientFunds": "Vous n'avez pas assez de fonds pour finaliser l'échange.",
|
|
207
|
+
"insufficientGas": "Vous n'avez pas assez de gaz pour finaliser l'échange. Vous devez avoir au moins:",
|
|
208
|
+
"rateChanged": "Le taux de change a changé. En continuant l'échange, vous devrez accepter le nouveau taux.",
|
|
209
|
+
"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."
|
|
198
210
|
},
|
|
199
211
|
"title": {
|
|
200
212
|
"deleteActiveSwaps": "Supprimer tous les échanges actifs ?",
|
|
201
213
|
"deleteSwap": "Supprimer cet échange ?",
|
|
202
|
-
"deleteSwapHistory": "Supprimer l'historique
|
|
214
|
+
"deleteSwapHistory": "Supprimer l'historique d'échange ?",
|
|
203
215
|
"highValueLoss": "Perte de valeur élevée",
|
|
204
216
|
"insufficientGas": "Gaz insuffisant",
|
|
205
|
-
"rateChanged": "
|
|
217
|
+
"rateChanged": "Taux modifié",
|
|
218
|
+
"resetSettings": "Réinitialiser les paramètres ?"
|
|
206
219
|
}
|
|
207
220
|
}
|
|
208
221
|
},
|
|
209
222
|
"tooltip": {
|
|
223
|
+
"additionalProviderFee": "Ponts additionnels, DEX et frais de service.",
|
|
210
224
|
"estimatedNetworkFee": "Frais de réseau estimés.",
|
|
211
|
-
"estimatedTime": "Durée
|
|
225
|
+
"estimatedTime": "Durée d'exécution de l'échange estimé en minutes.",
|
|
212
226
|
"notFound": {
|
|
213
227
|
"text": "Nous n'avons pas trouvé cette page.",
|
|
214
228
|
"title": "404"
|
|
215
229
|
},
|
|
216
|
-
"numberOfSteps": "Un certain nombre d'étapes
|
|
217
|
-
"progressToNextUpdate": "Les données affichées seront actualisées
|
|
230
|
+
"numberOfSteps": "Un certain nombre d'étapes d'échange. Chaque étape peut contenir 1 à 2 transactions nécessitant une signature.",
|
|
231
|
+
"progressToNextUpdate": "Les données affichées seront automatiquement actualisées après {{value}} secondes. Cliquez ici pour les mettre à jour manuellement.",
|
|
218
232
|
"settingsModified": "Paramètres (modifiés)"
|
|
219
233
|
},
|
|
220
234
|
"wallet": {
|
package/cjs/i18n/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import bn from './bn.json';
|
|
1
2
|
import de from './de.json';
|
|
2
3
|
import en from './en.json';
|
|
3
4
|
import es from './es.json';
|
|
@@ -8,5 +9,6 @@ import ko from './ko.json';
|
|
|
8
9
|
import th from './th.json';
|
|
9
10
|
import tr from './tr.json';
|
|
10
11
|
import uk from './uk.json';
|
|
12
|
+
import vi from './vi.json';
|
|
11
13
|
import zh from './zh.json';
|
|
12
|
-
export { de, en, es, fr, id, it, ko, th, tr, uk, zh };
|
|
14
|
+
export { bn, de, en, es, fr, id, it, ko, th, tr, uk, vi, zh };
|
package/cjs/i18n/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.zh = exports.uk = exports.tr = exports.th = exports.ko = exports.it = exports.id = exports.fr = exports.es = exports.en = exports.de = void 0;
|
|
3
|
+
exports.zh = exports.vi = exports.uk = exports.tr = exports.th = exports.ko = exports.it = exports.id = exports.fr = exports.es = exports.en = exports.de = exports.bn = void 0;
|
|
4
|
+
const bn_json_1 = require("./bn.json");
|
|
5
|
+
exports.bn = bn_json_1.default;
|
|
4
6
|
const de_json_1 = require("./de.json");
|
|
5
7
|
exports.de = de_json_1.default;
|
|
6
8
|
const en_json_1 = require("./en.json");
|
|
@@ -21,5 +23,7 @@ const tr_json_1 = require("./tr.json");
|
|
|
21
23
|
exports.tr = tr_json_1.default;
|
|
22
24
|
const uk_json_1 = require("./uk.json");
|
|
23
25
|
exports.uk = uk_json_1.default;
|
|
26
|
+
const vi_json_1 = require("./vi.json");
|
|
27
|
+
exports.vi = vi_json_1.default;
|
|
24
28
|
const zh_json_1 = require("./zh.json");
|
|
25
29
|
exports.zh = zh_json_1.default;
|
package/cjs/i18n/uk.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"title": "Мова"
|
|
57
57
|
},
|
|
58
58
|
"settings": {
|
|
59
|
-
"enabledBridges": "Увімкнені
|
|
59
|
+
"enabledBridges": "Увімкнені бріджі",
|
|
60
60
|
"enabledExchanges": "Увімкнені обмінники",
|
|
61
61
|
"gasPrice": {
|
|
62
62
|
"fast": "Швидко",
|
|
@@ -184,11 +184,13 @@
|
|
|
184
184
|
"swapStepDetails": "Своп на {{chain}} через {{tool}}",
|
|
185
185
|
"swapping": "Обмін",
|
|
186
186
|
"tags": {
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
187
|
+
"cheapest": "Дешевий",
|
|
188
|
+
"fastest": "Швидкий",
|
|
189
|
+
"insurable": "Страхування",
|
|
190
|
+
"insurance": "Страхування",
|
|
191
|
+
"insured": "Застрахований",
|
|
192
|
+
"recommended": "Рекомендований",
|
|
193
|
+
"safest": "Безпечний"
|
|
192
194
|
},
|
|
193
195
|
"to": "До",
|
|
194
196
|
"tokenOnChain": "{{tokenSymbol}} на {{chainName}}",
|
|
@@ -218,6 +220,7 @@
|
|
|
218
220
|
}
|
|
219
221
|
},
|
|
220
222
|
"tooltip": {
|
|
223
|
+
"additionalProviderFee": "Додаткові комісії бріджів, обмінників та послуг.",
|
|
221
224
|
"estimatedNetworkFee": "Орієнтовна мережева плата.",
|
|
222
225
|
"estimatedTime": "Орієнтовний час виконання свопу в хвилинах.",
|
|
223
226
|
"notFound": {
|
package/cjs/i18n/vi.json
ADDED
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"button": {
|
|
3
|
+
"auto": "Tự động",
|
|
4
|
+
"cancel": "Huỷ bỏ",
|
|
5
|
+
"connectWallet": "Kết nối ví",
|
|
6
|
+
"contactSupport": "Liên hệ hỗ trợ",
|
|
7
|
+
"continue": "Tiếp tục",
|
|
8
|
+
"copyAddress": "Sao chép địa chỉ",
|
|
9
|
+
"dark": "Tối",
|
|
10
|
+
"delete": "Xóa",
|
|
11
|
+
"disconnect": "Ngắt kết nối",
|
|
12
|
+
"done": "Hoàn thành",
|
|
13
|
+
"getGas": "Thiết lập gas",
|
|
14
|
+
"hide": "Ẩn",
|
|
15
|
+
"lifiSwap": "LI.FI Swap",
|
|
16
|
+
"light": "Sáng",
|
|
17
|
+
"max": "Tối đa",
|
|
18
|
+
"ok": "Ok",
|
|
19
|
+
"okay": "Okay",
|
|
20
|
+
"removeSwap": "Xoá",
|
|
21
|
+
"reset": "Đặt lại",
|
|
22
|
+
"resetSettings": "Đặt lại cài đặt",
|
|
23
|
+
"restartSwap": "Thiết lập lại",
|
|
24
|
+
"reviewGasSwap": "Xem lại gas swap",
|
|
25
|
+
"reviewSwap": "Xem lại Swap",
|
|
26
|
+
"seeDetails": "Xem chi tiết",
|
|
27
|
+
"showAll": "Hiển thị tất cả",
|
|
28
|
+
"startGasSwap": "Start gas swap",
|
|
29
|
+
"startSwap": "Bắt đầu Swap",
|
|
30
|
+
"swap": "Swap",
|
|
31
|
+
"tryAgain": "Thử lại",
|
|
32
|
+
"viewOnExplorer": "Xem tại Explorer"
|
|
33
|
+
},
|
|
34
|
+
"format": {
|
|
35
|
+
"currency": "{{value, currency(currency: USD)}}",
|
|
36
|
+
"number": "{{value, number(maximumFractionDigits: 9)}}"
|
|
37
|
+
},
|
|
38
|
+
"header": {
|
|
39
|
+
"activeSwaps": "Active swaps",
|
|
40
|
+
"checkout": "Thanh toán",
|
|
41
|
+
"from": "Swap từ",
|
|
42
|
+
"gas": "Gas",
|
|
43
|
+
"gasSwap": "Gas swap",
|
|
44
|
+
"routes": "Kết quả",
|
|
45
|
+
"selectChain": "Chọn chain",
|
|
46
|
+
"selectWallet": "Chọn ví",
|
|
47
|
+
"settings": "Cài đặt",
|
|
48
|
+
"swap": "Swap",
|
|
49
|
+
"swapDetails": "Thông tin swap",
|
|
50
|
+
"swapHistory": "Lịch sử Swap",
|
|
51
|
+
"to": "Swap từ",
|
|
52
|
+
"walletConnected": "Wallet connected"
|
|
53
|
+
},
|
|
54
|
+
"language": {
|
|
55
|
+
"name": "Tiếng Việt",
|
|
56
|
+
"title": "Ngôn ngữ"
|
|
57
|
+
},
|
|
58
|
+
"settings": {
|
|
59
|
+
"enabledBridges": "Số lượng cầu khả dụng",
|
|
60
|
+
"enabledExchanges": "Số lượng sàn giao dịch khả dụng",
|
|
61
|
+
"gasPrice": {
|
|
62
|
+
"fast": "Nhanh",
|
|
63
|
+
"normal": "Bình thường",
|
|
64
|
+
"slow": "Chậm",
|
|
65
|
+
"title": "Giá gas"
|
|
66
|
+
},
|
|
67
|
+
"routePriority": "Tuyền đường ưu tiên",
|
|
68
|
+
"showDestinationWallet": "Hiển thị địa chỉ ví nhận",
|
|
69
|
+
"slippage": "Trượt giá"
|
|
70
|
+
},
|
|
71
|
+
"swap": {
|
|
72
|
+
"crossStepDetails": "Chuyển từ {{from}} đến {{to}} thông qua {{tool}}",
|
|
73
|
+
"currentAmount": "Số lượng hiện tại",
|
|
74
|
+
"error": {
|
|
75
|
+
"message": {
|
|
76
|
+
"slippageThreshold": "Độ trượt giá lớn hơn ngưỡng xác định. Vui lòng yêu cầu một tuyến đường mới để nhận báo giá mới.",
|
|
77
|
+
"transactionFailed": "Vui lòng kiểm tra block explorer để biết thêm thông tin.",
|
|
78
|
+
"transactionNotSent": "Giao dịch chưa được gửi. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} tại {{chainName}} vẫn còn trong ví của bạn.",
|
|
79
|
+
"transactionRejected": "Cần có chữ ký để hoàn tất giao dịch. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} tại {{chainName}} vẫn còn trong ví của bạn.",
|
|
80
|
+
"unknown": "Vui lòng thử lại hoặc liên hệ hỗ trợ."
|
|
81
|
+
},
|
|
82
|
+
"title": {
|
|
83
|
+
"balanceIsTooLow": "Số dư quá thấp",
|
|
84
|
+
"chainSwitch": "Yêu cầu đổi chain",
|
|
85
|
+
"failed": "Việc Swap thất bại",
|
|
86
|
+
"gasLimitIsTooLow": "Giới hạn gas quá thấp",
|
|
87
|
+
"slippageNotMet": "Điều kiện trượt giá không được đáp ứng",
|
|
88
|
+
"transactionCanceled": "Giao dịch bị huỷ",
|
|
89
|
+
"transactionFailed": "Giao dịch không thành công",
|
|
90
|
+
"transactionRejected": "Yêu cầu chữ ký",
|
|
91
|
+
"transactionUnderpriced": "Giao dịch bị định giá thấp",
|
|
92
|
+
"transactionUnprepared": "Không thể tải giao dịch",
|
|
93
|
+
"unknown": "Xảy ra lỗi",
|
|
94
|
+
"walletAddressInvalid": "Địa chỉ ví không hợp lệ.",
|
|
95
|
+
"walletAddressRequired": "Yêu cầu địa chỉ ví.",
|
|
96
|
+
"walletEnsAddressInvalid": "Địa chỉ ví không hợp lệ hoặc mạng lưới không hỗ trợ ENS."
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"estimatedTime": "{{value}}m",
|
|
100
|
+
"featuredTokens": "Featured tokens",
|
|
101
|
+
"from": "Từ",
|
|
102
|
+
"fromAmount": "Yêu cầu",
|
|
103
|
+
"gasCost": "Phí Gas",
|
|
104
|
+
"gasFeeEstimated": "phí Gas ước tính",
|
|
105
|
+
"gasFeePaid": "phí Gas đã trả",
|
|
106
|
+
"inProgress": "đang xử lý",
|
|
107
|
+
"info": {
|
|
108
|
+
"message": {
|
|
109
|
+
"autoRefuel": "Gas trên {{chainName}} chain của bạn đang thấp. Để tiếp tục, bạn nên có thêm gas để hoàn thành việc swap.",
|
|
110
|
+
"emptyActiveSwaps": "Các lệnh swap đang xử lý sẽ được hiện ở đây. Khi nào lệnh hoàn tất, bạn có thể kiểm tra lại tại mục lịch sử swap.",
|
|
111
|
+
"emptySwapHistory": "Lịch sử Swap chỉ được lưu trữ cục bộ và sẽ bị xóa nếu bạn xóa dữ liệu trình duyệt của mình.",
|
|
112
|
+
"emptyTokenList": "Chúng tôi không thể tìm được Token ở {{chainName}} chain hoặc số dư của bạn không có. Vui lòng thử tìm kiếm lại hoặc chọn một chain khác.",
|
|
113
|
+
"routeNotFound": "Vui lòng chọn lại cặp token khác."
|
|
114
|
+
},
|
|
115
|
+
"title": {
|
|
116
|
+
"autoRefuel": "Thiết lập Gas",
|
|
117
|
+
"emptyActiveSwaps": "Swap hiện không hoạt động",
|
|
118
|
+
"emptySwapHistory": "Không có lệnh Swap gần đây",
|
|
119
|
+
"routeNotFound": "Không có đường đi"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"nftStepDetails": "Mua NFT thông qua {{tool}}",
|
|
123
|
+
"onChain": "tại {{chainName}}",
|
|
124
|
+
"otherTokens": "Token khác",
|
|
125
|
+
"ownedBy": "Được sở hữu bởi",
|
|
126
|
+
"payWith": "Trả bằng",
|
|
127
|
+
"process": {
|
|
128
|
+
"crossChain": {
|
|
129
|
+
"actionRequired": "Vui lòng ký hoàn thành giao dịch",
|
|
130
|
+
"done": "Giao dịch bridge đã được xác nhận",
|
|
131
|
+
"pending": "Chờ giao dịch Bridge",
|
|
132
|
+
"started": "Chuẩn bị giao dịch Bridge"
|
|
133
|
+
},
|
|
134
|
+
"receivingChain": {
|
|
135
|
+
"done": "Bridge thành công",
|
|
136
|
+
"partial": "Bridge thành công 1 phần",
|
|
137
|
+
"pending": "Đạng chain đến",
|
|
138
|
+
"refunded": "Giao dịch Bridge đã được hoàn trả"
|
|
139
|
+
},
|
|
140
|
+
"swap": {
|
|
141
|
+
"actionRequired": "Vui lòng ký hoàn thành giao dịch",
|
|
142
|
+
"done": "Lệnh swap đã hoàn tất",
|
|
143
|
+
"pending": "Chờ giao dịch Swap",
|
|
144
|
+
"started": "Đang chuẩn bị giao dịch Swap"
|
|
145
|
+
},
|
|
146
|
+
"switchChain": {
|
|
147
|
+
"actionRequired": "Yêu cầu đổi chain",
|
|
148
|
+
"done": "Chuyển đổi chain thành công"
|
|
149
|
+
},
|
|
150
|
+
"tokenAllowance": {
|
|
151
|
+
"done": "Mã token đã được phê duyệt",
|
|
152
|
+
"pending": "Chờ phê duyệt quyền sử dụng token",
|
|
153
|
+
"started": "Thiết lập quyền sử dụng token"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"quotedAmount": "Số tiền trích dẫn",
|
|
157
|
+
"rateChange": "Thay đổi tỉ giá",
|
|
158
|
+
"receiving": "Đang nhận",
|
|
159
|
+
"refuelStepDetails": "Lấy gas thông qua {{tool}}",
|
|
160
|
+
"routes": "Bạn nhận",
|
|
161
|
+
"selectChain": "Chain",
|
|
162
|
+
"selectChainAndToken": "Chọn chain và token",
|
|
163
|
+
"selectToken": "Token",
|
|
164
|
+
"sendToAddress": "Gửi đến {{address}}",
|
|
165
|
+
"sendToWallet": "Gửi đến địa chỉ khác",
|
|
166
|
+
"sentToAddress": "Gửi đến {{address}}",
|
|
167
|
+
"stepBridge": "Bridge",
|
|
168
|
+
"stepDetails": "{{tool}} thông qua LI.FI",
|
|
169
|
+
"stepSwap": "Swap",
|
|
170
|
+
"stepSwapAndBridge": "Swap và Bridge",
|
|
171
|
+
"success": {
|
|
172
|
+
"message": {
|
|
173
|
+
"swapPartiallySuccessful": "Chúng tôi đã cố gắng hoàn thành việc hoán đổi, nhưng {{tool}} đã cạn thanh khoản cho token {{tokenSymbol}}.",
|
|
174
|
+
"swapSuccessful": "Hiện tại {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} trong ví {{walletAddress}} tại {{chainName}} chain."
|
|
175
|
+
},
|
|
176
|
+
"title": {
|
|
177
|
+
"gasSwapSuccessful": "Gas Swap thành công",
|
|
178
|
+
"refundIssued": "Đã Refund",
|
|
179
|
+
"swapPartiallySuccessful": "Swap thành công một phần",
|
|
180
|
+
"swapSuccessful": "Swap thành công"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"supportId": "Support ID",
|
|
184
|
+
"swapStepDetails": "Swap tại {{chain}} thông qua {{tool}}",
|
|
185
|
+
"swapping": "Đang Swap",
|
|
186
|
+
"tags": {
|
|
187
|
+
"cheapest": "Rẻ",
|
|
188
|
+
"fastest": "Nhanh",
|
|
189
|
+
"insurable": "Bảo hiểm",
|
|
190
|
+
"insurance": "Bảo hiểm",
|
|
191
|
+
"insured": "An toàn",
|
|
192
|
+
"recommended": "Khuyến nghị",
|
|
193
|
+
"safest": "An toàn"
|
|
194
|
+
},
|
|
195
|
+
"to": "Đến",
|
|
196
|
+
"tokenOnChain": "{{tokenSymbol}} tại {{chainName}}",
|
|
197
|
+
"tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} tại {{chainName}}",
|
|
198
|
+
"tokenSearch": "Tìm kiếm token",
|
|
199
|
+
"valueLoss": "Bạn sẽ mất",
|
|
200
|
+
"walletAddressOrEns": "Địa chỉ hoặc tên miền ENS",
|
|
201
|
+
"warning": {
|
|
202
|
+
"message": {
|
|
203
|
+
"deleteActiveSwaps": "Các giao dịch đang hoạt động chỉ được lưu trữ cục bộ và không thể phục hồi nếu bạn xóa chúng.",
|
|
204
|
+
"deleteSwapHistory": "Lịch sử Swap chỉ lưu trữ cục bộ và không thể phục hồi khi bạn xoá chúng.",
|
|
205
|
+
"highValueLoss": "Giá trị của token nhận được đang thấp hơn rất nhiều so với token được swap và chi phí giao dịch.",
|
|
206
|
+
"insufficientFunds": "Bạn không có đủ tiền để thực hiện tác vụ này.",
|
|
207
|
+
"insufficientGas": "Bạn không đủ gas để thực hiện swap. Bạn cần thêm ít nhất:",
|
|
208
|
+
"rateChanged": "Tỉ lệ hoán đổi đã thay đổi. Để tiếp tục Swap, bạn sẽ chấp nhận tỉ lệ mới.",
|
|
209
|
+
"resetSettings": "Thao tác này sẽ đặt lại mức độ ưu tiên của tuyến đường, độ trượt giá, giá gas, bridge và sàn giao dịch."
|
|
210
|
+
},
|
|
211
|
+
"title": {
|
|
212
|
+
"deleteActiveSwaps": "Xoá tất cả các lệnh swap đang hoạt động?",
|
|
213
|
+
"deleteSwap": "Xoá lệnh swap?",
|
|
214
|
+
"deleteSwapHistory": "Xoá lịch sử Swap?",
|
|
215
|
+
"highValueLoss": "Tổn thất lớn",
|
|
216
|
+
"insufficientGas": "Không đủ gas",
|
|
217
|
+
"rateChanged": "Tỉ giá đã thay đổi",
|
|
218
|
+
"resetSettings": "Đặt lại cài đặt?"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"tooltip": {
|
|
223
|
+
"additionalProviderFee": "Cầu bổ sung, DEX và phí dịch vụ.",
|
|
224
|
+
"estimatedNetworkFee": "Phí mạng ước tính.",
|
|
225
|
+
"estimatedTime": "Thời gian thực hiện lệnh swap (phút).",
|
|
226
|
+
"notFound": {
|
|
227
|
+
"text": "Chúng tôi không thể tìm thấy trang này.",
|
|
228
|
+
"title": "404"
|
|
229
|
+
},
|
|
230
|
+
"numberOfSteps": "Một số bước swap. Mỗi bước có thể chứa 1-2 giao dịch yêu cầu chữ ký.",
|
|
231
|
+
"progressToNextUpdate": "Thông tin hiển thị sẽ tự động làm mới sau {{value}} giây. Bấm vào đây để cập nhật thủ công.",
|
|
232
|
+
"settingsModified": "Thiết lập (Đã điều chỉnh)"
|
|
233
|
+
},
|
|
234
|
+
"wallet": {
|
|
235
|
+
"extensionNotFound": "Chắc chắn rằng tiện ích trên trình duyệt {{name}} đã được kích hoạt tước khi chọn ví này."
|
|
236
|
+
}
|
|
237
|
+
}
|