@dydxprotocol/v4-localization 1.1.308 → 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 +13 -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 +12 -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",
|
|
@@ -1821,6 +1822,18 @@
|
|
|
1821
1822
|
"YOUR_LEAGUE": "Your League",
|
|
1822
1823
|
"YOURE_IN": "You're in {LEAGUE}"
|
|
1823
1824
|
},
|
|
1825
|
+
"TURNKEY_ONBOARD": {
|
|
1826
|
+
"SIGN_IN_TITLE": "Sign in",
|
|
1827
|
+
"SIGN_IN_DESCRIPTION": "To get started, sign in with your social accounts, email or connect your wallet.",
|
|
1828
|
+
"SIGN_IN_PASSKEY": "Sign in with Passkey",
|
|
1829
|
+
"SIGN_IN_WALLET": "Sign in with Wallet",
|
|
1830
|
+
"SIGN_IN_DESKTOP": "Sign in with Desktop",
|
|
1831
|
+
"SUBMIT": "Submit",
|
|
1832
|
+
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1833
|
+
"CHECK_EMAIL_TITLE": "Check your Email",
|
|
1834
|
+
"CHECK_EMAIL_DESCRIPTION": "Open the magic link in your email to complete your sign in",
|
|
1835
|
+
"RESEND": "Resend"
|
|
1836
|
+
},
|
|
1824
1837
|
"VAULTS": {
|
|
1825
1838
|
"ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
|
|
1826
1839
|
"ACKNOWLEDGE_MEGAVAULT_TERMS": "Agree to MegaVault Terms",
|