@dydxprotocol/v4-localization 1.1.318 → 1.1.319
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",
|
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',
|
|
@@ -2086,8 +2087,11 @@ export const APP_STRING_KEYS = {
|
|
|
2086
2087
|
DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
|
|
2087
2088
|
EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
|
|
2088
2089
|
RESEND: 'APP.TURNKEY_ONBOARD.RESEND',
|
|
2090
|
+
SIGN_IN_APPLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_APPLE',
|
|
2089
2091
|
SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESCRIPTION',
|
|
2090
2092
|
SIGN_IN_DESKTOP: 'APP.TURNKEY_ONBOARD.SIGN_IN_DESKTOP',
|
|
2093
|
+
SIGN_IN_EMAIL: 'APP.TURNKEY_ONBOARD.SIGN_IN_EMAIL',
|
|
2094
|
+
SIGN_IN_GOOGLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_GOOGLE',
|
|
2091
2095
|
SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
|
|
2092
2096
|
SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
|
|
2093
2097
|
USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
|