@dydxprotocol/v4-localization 1.1.396 → 1.1.398
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.
|
@@ -1959,7 +1959,9 @@
|
|
|
1959
1959
|
"CONTINUE_SIGN_IN_DESCRIPTION": "Please wait",
|
|
1960
1960
|
"CONTINUE_SIGN_IN_TITLE": "Continue to sign in",
|
|
1961
1961
|
"DEPOSIT_AND_TRADE": "Deposit and start trading",
|
|
1962
|
+
"DEPOSIT_LOSS_OF_FUNDS_WARNING": "Only deposit {ASSETS} on the {NETWORK} network. Sending unsupported assets to a different network can result in a {LOSS_OF_FUNDS}.",
|
|
1962
1963
|
"DEPOSIT_NETWORK_WARNING": "This address can only receive {ASSETS} on the {NETWORK} Network. ${MIN_DEPOSIT} Minimum (${MIN_INSTANT_DEPOSIT} for instant), ${MAX_DEPOSIT} Maximum deposit",
|
|
1964
|
+
"SUPPORTED_ASSETS": "Supported assets",
|
|
1963
1965
|
"EMAIL_LOGIN_SUCCESS": "You are now logged in with your email account.",
|
|
1964
1966
|
"EMAIL_PLACEHOLDER": "Enter your email",
|
|
1965
1967
|
"ERROR_LOGGING_IN": "Error logging in",
|
|
@@ -1967,6 +1969,7 @@
|
|
|
1967
1969
|
"LOGGED_IN": "Logged in",
|
|
1968
1970
|
"LOGGED_IN_WITH": "Logged in with {EMAIL}",
|
|
1969
1971
|
"LOGGING_IN": "Logging in...",
|
|
1972
|
+
"LOSS_OF_FUNDS": "loss of funds",
|
|
1970
1973
|
"OPEN_SENT_MAGIC_LINK": "Open the Magic link sent to {EMAIL} to complete your sign in",
|
|
1971
1974
|
"PLEASE_WAIT_LOGIN": "Please wait while we log you in...",
|
|
1972
1975
|
"PASSKEY_DESCRIPTION": "Passkeys are a secure alternative to passwords",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -2349,6 +2349,7 @@ export const APP_STRING_KEYS = {
|
|
|
2349
2349
|
CONTINUE_SIGN_IN_DESCRIPTION: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_DESCRIPTION',
|
|
2350
2350
|
CONTINUE_SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.CONTINUE_SIGN_IN_TITLE',
|
|
2351
2351
|
DEPOSIT_AND_TRADE: 'APP.TURNKEY_ONBOARD.DEPOSIT_AND_TRADE',
|
|
2352
|
+
DEPOSIT_LOSS_OF_FUNDS_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_LOSS_OF_FUNDS_WARNING',
|
|
2352
2353
|
DEPOSIT_NETWORK_WARNING: 'APP.TURNKEY_ONBOARD.DEPOSIT_NETWORK_WARNING',
|
|
2353
2354
|
EMAIL_LOGIN_SUCCESS: 'APP.TURNKEY_ONBOARD.EMAIL_LOGIN_SUCCESS',
|
|
2354
2355
|
EMAIL_PLACEHOLDER: 'APP.TURNKEY_ONBOARD.EMAIL_PLACEHOLDER',
|
|
@@ -2357,6 +2358,7 @@ export const APP_STRING_KEYS = {
|
|
|
2357
2358
|
LOGGED_IN: 'APP.TURNKEY_ONBOARD.LOGGED_IN',
|
|
2358
2359
|
LOGGED_IN_WITH: 'APP.TURNKEY_ONBOARD.LOGGED_IN_WITH',
|
|
2359
2360
|
LOGGING_IN: 'APP.TURNKEY_ONBOARD.LOGGING_IN',
|
|
2361
|
+
LOSS_OF_FUNDS: 'APP.TURNKEY_ONBOARD.LOSS_OF_FUNDS',
|
|
2360
2362
|
OPEN_SENT_MAGIC_LINK: 'APP.TURNKEY_ONBOARD.OPEN_SENT_MAGIC_LINK',
|
|
2361
2363
|
PASSKEY_DESCRIPTION: 'APP.TURNKEY_ONBOARD.PASSKEY_DESCRIPTION',
|
|
2362
2364
|
PLEASE_WAIT_LOGIN: 'APP.TURNKEY_ONBOARD.PLEASE_WAIT_LOGIN',
|
|
@@ -2371,6 +2373,7 @@ export const APP_STRING_KEYS = {
|
|
|
2371
2373
|
SIGN_IN_PASSKEY: 'APP.TURNKEY_ONBOARD.SIGN_IN_PASSKEY',
|
|
2372
2374
|
SIGN_IN_TITLE: 'APP.TURNKEY_ONBOARD.SIGN_IN_TITLE',
|
|
2373
2375
|
SIGN_IN_WITH_WALLET: 'APP.TURNKEY_ONBOARD.SIGN_IN_WITH_WALLET',
|
|
2376
|
+
SUPPORTED_ASSETS: 'APP.TURNKEY_ONBOARD.SUPPORTED_ASSETS',
|
|
2374
2377
|
USER_SIGNED_IN_BELOW: 'APP.TURNKEY_ONBOARD.USER_SIGNED_IN_BELOW',
|
|
2375
2378
|
VIEW_MORE_WALLETS: 'APP.TURNKEY_ONBOARD.VIEW_MORE_WALLETS',
|
|
2376
2379
|
WAIT_TO_RESEND_MAGIC_LINK: 'APP.TURNKEY_ONBOARD.WAIT_TO_RESEND_MAGIC_LINK',
|