@dydxprotocol/v4-localization 1.1.309 → 1.1.310
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/config/localization/en/app.json +1 -0
- package/config/localization/fr/app.json +298 -293
- package/config/localization/fr/tooltips.json +50 -50
- package/config/localization/ja/app.json +179 -174
- package/config/localization/ja/tooltips.json +30 -30
- package/config/localization/ko/app.json +8 -3
- package/config/localization/ru/app.json +479 -474
- package/config/localization/ru/tooltips.json +77 -77
- package/config/localization/zh-CN/app.json +43 -38
- package/config/localization/zh-CN/tooltips.json +23 -23
- package/config/localization_notifications/fr/app.json +19 -19
- package/config/localization_notifications/ja/app.json +10 -10
- package/config/localization_notifications/ru/app.json +21 -21
- package/config/localization_notifications/zh-CN/app.json +9 -9
- package/config/localizations_native/fr/app.json +36 -36
- package/config/localizations_native/ja/app.json +29 -29
- package/config/localizations_native/ru/app.json +56 -56
- package/config/localizations_native/zh-CN/app.json +8 -8
- package/package.json +1 -1
- package/scripts/generated/app.ts +1 -0
|
@@ -429,6 +429,7 @@
|
|
|
429
429
|
"WEBSITE": "Website",
|
|
430
430
|
"WHITEPAPER": "Whitepaper",
|
|
431
431
|
"WITHDRAW": "Withdraw",
|
|
432
|
+
"WITHDRAW_SLIPPAGE_WARNING": "You are paying ${DOLLAR_AMOUNT} ({PERCENT_AMOUNT}%) in fees and/or slippage on this withdrawal. Choosing a different target chain or withdrawal amount or waiting several minutes may result in lower fees.",
|
|
432
433
|
"YES": "Yes",
|
|
433
434
|
"YOU": "You",
|
|
434
435
|
"YOUR_ACCOUNT": "Your account",
|