@dydxprotocol/v4-localization 1.1.318 → 1.1.320
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.
|
@@ -1029,6 +1029,7 @@
|
|
|
1029
1029
|
"START_TRADING_BLURB": "Start trading on the world's most powerful open exchange.",
|
|
1030
1030
|
"SWITCH_NETWORK": "Switch network",
|
|
1031
1031
|
"SWITCH_NETWORKS": "Switch networks",
|
|
1032
|
+
"TOS_SHORT": "By signing up, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}.",
|
|
1032
1033
|
"TOS_TITLE": "By using any of our products and services, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:",
|
|
1033
1034
|
"TOS_LINE1": "You are not a person or company who is a resident of, or is located, incorporated or has a registered agent in, the United States, Canada, or other blocked or restricted location.",
|
|
1034
1035
|
"TOS_LINE2": "You will not in the future access this site, or use our products or services, while located within the United States, Canada, or other blocked or restricted location.",
|
|
@@ -1833,6 +1834,9 @@
|
|
|
1833
1834
|
"SIGN_IN_PASSKEY": "Sign in with Passkey",
|
|
1834
1835
|
"SIGN_IN_WALLET": "Sign in with Wallet",
|
|
1835
1836
|
"SIGN_IN_DESKTOP": "Sign in with Desktop",
|
|
1837
|
+
"SIGN_IN_GOOGLE": "Sign in with Google",
|
|
1838
|
+
"SIGN_IN_APPLE": "Sign in with Apple",
|
|
1839
|
+
"SIGN_IN_EMAIL": "Sign in with Email",
|
|
1836
1840
|
"SUBMIT": "Submit",
|
|
1837
1841
|
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1838
1842
|
"CHECK_EMAIL_TITLE": "Check your Email",
|
|
@@ -2545,6 +2549,8 @@
|
|
|
2545
2549
|
},
|
|
2546
2550
|
"REBATE_BANNER": {
|
|
2547
2551
|
"REBATE_BANNER_TITLE": "This September: Get 50% of Trading Fees Back",
|
|
2552
|
+
"REBATE_BANNER_TITLE_SURGE": "dYdX Surge:",
|
|
2553
|
+
"REBATE_BANNER_TITLE_FEES": "Get 50% of Trading Fees Back",
|
|
2548
2554
|
"REBATE_BANNER_SUBTITLE": "Paid out in October",
|
|
2549
2555
|
"REBATE_BANNER_CTA": "Get Rebate"
|
|
2550
2556
|
},
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1314,6 +1314,7 @@ export const APP_STRING_KEYS = {
|
|
|
1314
1314
|
TOS_LINE3: 'APP.ONBOARDING.TOS_LINE3',
|
|
1315
1315
|
TOS_LINE4: 'APP.ONBOARDING.TOS_LINE4',
|
|
1316
1316
|
TOS_LINE5: 'APP.ONBOARDING.TOS_LINE5',
|
|
1317
|
+
TOS_SHORT: 'APP.ONBOARDING.TOS_SHORT',
|
|
1317
1318
|
TOS_TITLE: 'APP.ONBOARDING.TOS_TITLE',
|
|
1318
1319
|
TOS_TRANSLATION_DISCLAIMER: 'APP.ONBOARDING.TOS_TRANSLATION_DISCLAIMER',
|
|
1319
1320
|
TRANSFEROUT_ALERT_SUBTITLE: 'APP.ONBOARDING.TRANSFEROUT_ALERT_SUBTITLE',
|
|
@@ -1558,6 +1559,8 @@ export const APP_STRING_KEYS = {
|
|
|
1558
1559
|
REBATE_BANNER_CTA: 'APP.REBATE_BANNER.REBATE_BANNER_CTA',
|
|
1559
1560
|
REBATE_BANNER_SUBTITLE: 'APP.REBATE_BANNER.REBATE_BANNER_SUBTITLE',
|
|
1560
1561
|
REBATE_BANNER_TITLE: 'APP.REBATE_BANNER.REBATE_BANNER_TITLE',
|
|
1562
|
+
REBATE_BANNER_TITLE_FEES: 'APP.REBATE_BANNER.REBATE_BANNER_TITLE_FEES',
|
|
1563
|
+
REBATE_BANNER_TITLE_SURGE: 'APP.REBATE_BANNER.REBATE_BANNER_TITLE_SURGE',
|
|
1561
1564
|
|
|
1562
1565
|
// RECLAIM_CHILD_SUBACCOUNT_FUNDS_MODAL
|
|
1563
1566
|
|
|
@@ -2086,8 +2089,11 @@ export const APP_STRING_KEYS = {
|
|
|
2086
2089
|
DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
|
|
2087
2090
|
EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
|
|
2088
2091
|
RESEND: 'APP.TURNKEY_ONBOARD.RESEND',
|
|
2092
|
+
SIGN_IN_APPLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_APPLE',
|
|
2089
2093
|
SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESCRIPTION',
|
|
2090
2094
|
SIGN_IN_DESKTOP: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESKTOP',
|
|
2095
|
+
SIGN_IN_EMAIL: 'APP.TURNKEY_ONBOARD.SIGN_IN_EMAIL',
|
|
2096
|
+
SIGN_IN_GOOGLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_GOOGLE',
|
|
2091
2097
|
SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
|
|
2092
2098
|
SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
|
|
2093
2099
|
USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
|