@dydxprotocol/v4-localization 0.1.22 → 0.1.23
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.
|
@@ -1636,6 +1636,8 @@
|
|
|
1636
1636
|
"BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed",
|
|
1637
1637
|
"BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit.",
|
|
1638
1638
|
"GENERAL": {
|
|
1639
|
+
"RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
|
|
1640
|
+
"RATE_LIMIT_REACHED_ERROR_MESSAGE": "Rate limited reached for this IP address. Please try again later.",
|
|
1639
1641
|
"SOMETHING_WENT_WRONG_WITH_MESSAGE": "Something went wrong: {ERROR_MESSAGE}",
|
|
1640
1642
|
"SOMETHING_WENT_WRONG": "Something went wrong. Please try again later.",
|
|
1641
1643
|
"TIMESTAMP_DISCREPANCY": "For security purposes, we verify timestamps when authenticating your account. Please make sure your system clock is synced correctly and refresh the app."
|
|
@@ -1743,6 +1745,12 @@
|
|
|
1743
1745
|
"UNKNOWN_API_ERROR": "Unknown API error"
|
|
1744
1746
|
},
|
|
1745
1747
|
"ONBOARDING": {
|
|
1748
|
+
"WALLET_RESTRICTED_ERROR_TITLE": "Wallet Restricted",
|
|
1749
|
+
"WALLET_RESTRICTED_ERROR_MESSAGE": "Because this address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, this address has been blocked.",
|
|
1750
|
+
"WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE": "Because the destination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
|
|
1751
|
+
"WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE": "Because the origination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the origination address has been blocked and this transaction cannot be completed.",
|
|
1752
|
+
"REGION_NOT_PERMITTED_TITLE": "dYdX Unavailable",
|
|
1753
|
+
"REGION_NOT_PERMITTED_SUBTITLE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You may withdraw your funds from the protocol at any time.",
|
|
1746
1754
|
"BANNED_USER": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, you have been permanently blocked from performing transfers within the protocol, making fast withdrawals to remove funds from the protocol, and placing orders other than market orders that reduce your positions. You may withdraw your funds from the protocol at any time.",
|
|
1747
1755
|
"COULD_NOT_CONNECT": "Couldn't connect to {WALLET}",
|
|
1748
1756
|
"INDETERMINISTIC_SIGNING": "Your wallet does not support deterministic signing. Please switch to a different wallet provider.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1439,6 +1439,8 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1439
1439
|
|
|
1440
1440
|
// GENERAL
|
|
1441
1441
|
|
|
1442
|
+
RATE_LIMIT_REACHED_ERROR_MESSAGE: 'ERRORS.GENERAL.RATE_LIMIT_REACHED_ERROR_MESSAGE',
|
|
1443
|
+
RATE_LIMIT_REACHED_ERROR_TITLE: 'ERRORS.GENERAL.RATE_LIMIT_REACHED_ERROR_TITLE',
|
|
1442
1444
|
SOMETHING_WENT_WRONG: 'ERRORS.GENERAL.SOMETHING_WENT_WRONG',
|
|
1443
1445
|
SOMETHING_WENT_WRONG_WITH_MESSAGE: 'ERRORS.GENERAL.SOMETHING_WENT_WRONG_WITH_MESSAGE',
|
|
1444
1446
|
TIMESTAMP_DISCREPANCY: 'ERRORS.GENERAL.TIMESTAMP_DISCREPANCY',
|
|
@@ -1452,8 +1454,14 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1452
1454
|
INVALID_USERNAME: 'ERRORS.ONBOARDING.INVALID_USERNAME',
|
|
1453
1455
|
KEY_RECOVERY_FAILED: 'ERRORS.ONBOARDING.KEY_RECOVERY_FAILED',
|
|
1454
1456
|
LEDGER_U2F_REQUIRED: 'ERRORS.ONBOARDING.LEDGER_U2F_REQUIRED',
|
|
1457
|
+
REGION_NOT_PERMITTED_SUBTITLE: 'ERRORS.ONBOARDING.REGION_NOT_PERMITTED_SUBTITLE',
|
|
1458
|
+
REGION_NOT_PERMITTED_TITLE: 'ERRORS.ONBOARDING.REGION_NOT_PERMITTED_TITLE',
|
|
1455
1459
|
USERNAME_TAKEN: 'ERRORS.ONBOARDING.USERNAME_TAKEN',
|
|
1456
1460
|
WALLET_NO_TRANSACTIONS: 'ERRORS.ONBOARDING.WALLET_NO_TRANSACTIONS',
|
|
1461
|
+
WALLET_RESTRICTED_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_MESSAGE',
|
|
1462
|
+
WALLET_RESTRICTED_ERROR_TITLE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_TITLE',
|
|
1463
|
+
WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
|
|
1464
|
+
WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
|
|
1457
1465
|
|
|
1458
1466
|
// TRADE_BOX
|
|
1459
1467
|
|