@dydxprotocol/v4-localization 0.1.22 → 0.1.24
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.
|
@@ -628,6 +628,8 @@
|
|
|
628
628
|
"INITIATED_DEPOSIT": "Initiated deposit",
|
|
629
629
|
"INITIATED_WITHDRAWAL": "Initiated withdrawal",
|
|
630
630
|
"INITIATED_TRANSFEROUT": "Initiated transfer",
|
|
631
|
+
"AMOUNT_RECEIVED": "Amount received",
|
|
632
|
+
"ESTIMATED_TIME": "Estimated time",
|
|
631
633
|
"BRIDGING_TOKENS": "Bridging tokens",
|
|
632
634
|
"DEPOSIT_TO_DYDX": "Deposit to dYdX",
|
|
633
635
|
"DEPOSIT_TO_DESTINATION": "Deposit to {DESTINATION_CHAIN}",
|
|
@@ -656,6 +658,7 @@
|
|
|
656
658
|
"CREATE_OR_VERIFY_COSMOS_ADDRESS": "Create or verify Cosmos address.",
|
|
657
659
|
"CREDITED_WITH": "Your account will be credited with ${AMOUNT_USD} in test funds.",
|
|
658
660
|
"DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
661
|
+
"DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
|
|
659
662
|
"DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!",
|
|
660
663
|
"ENABLE_API": "Enable secure access to our API for lightning quick trading",
|
|
661
664
|
"ENABLE_TRADING": "Enable trading",
|
|
@@ -663,7 +666,7 @@
|
|
|
663
666
|
"FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
|
|
664
667
|
"FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
|
|
665
668
|
"GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
|
|
666
|
-
"
|
|
669
|
+
"GENERATE_DYDX_WALLET": "Generate your dYdX Chain wallet",
|
|
667
670
|
"GENERATE_KEYS": "Generate dYdX keys",
|
|
668
671
|
"GENERATE_KEYS_DESCRIPTION": "Keys allow you to access your account",
|
|
669
672
|
"GENERATE_KEYS_FOOTER": "Generating dYdX keys is free and requires a signature from your wallet. You can recreate your keys anytime using your wallet.",
|
|
@@ -720,11 +723,13 @@
|
|
|
720
723
|
"VALUE_PROP_TRUSTLESS_DESC": "Built with open-source, audited smart contracts",
|
|
721
724
|
"VALUE_PROP_TRUSTLESS": "Trustless",
|
|
722
725
|
"VERIFY_OWNERSHIP": "Verify ownership",
|
|
726
|
+
"VERIFY_WALLET_OWNERSHIP": "Verify that you own this wallet",
|
|
723
727
|
"VERIFY_WALLET_COMPATIBILITY": "Verify wallet compatibility",
|
|
724
728
|
"WANT_TO_LEARN": "Want to learn more?",
|
|
725
729
|
"WELCOME_DYDX": "Welcome to dYdX",
|
|
726
730
|
"WELCOME": "Welcome",
|
|
727
731
|
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
732
|
+
"WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.",
|
|
728
733
|
"WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
|
|
729
734
|
"WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
|
|
730
735
|
"WRONG_NETWORK": "Wrong network",
|
|
@@ -1636,6 +1641,8 @@
|
|
|
1636
1641
|
"BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed",
|
|
1637
1642
|
"BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit.",
|
|
1638
1643
|
"GENERAL": {
|
|
1644
|
+
"RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
|
|
1645
|
+
"RATE_LIMIT_REACHED_ERROR_MESSAGE": "Rate limited reached for this IP address. Please try again later.",
|
|
1639
1646
|
"SOMETHING_WENT_WRONG_WITH_MESSAGE": "Something went wrong: {ERROR_MESSAGE}",
|
|
1640
1647
|
"SOMETHING_WENT_WRONG": "Something went wrong. Please try again later.",
|
|
1641
1648
|
"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 +1750,12 @@
|
|
|
1743
1750
|
"UNKNOWN_API_ERROR": "Unknown API error"
|
|
1744
1751
|
},
|
|
1745
1752
|
"ONBOARDING": {
|
|
1753
|
+
"WALLET_RESTRICTED_ERROR_TITLE": "Wallet Restricted",
|
|
1754
|
+
"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.",
|
|
1755
|
+
"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.",
|
|
1756
|
+
"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.",
|
|
1757
|
+
"REGION_NOT_PERMITTED_TITLE": "dYdX Unavailable",
|
|
1758
|
+
"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
1759
|
"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
1760
|
"COULD_NOT_CONNECT": "Couldn't connect to {WALLET}",
|
|
1748
1761
|
"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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -796,6 +796,7 @@ export const APP_STRING_KEYS = {
|
|
|
796
796
|
|
|
797
797
|
ABOUT_WALLETS: 'APP.ONBOARDING.ABOUT_WALLETS',
|
|
798
798
|
ACKNOWLEDGE_TERMS: 'APP.ONBOARDING.ACKNOWLEDGE_TERMS',
|
|
799
|
+
AMOUNT_RECEIVED: 'APP.ONBOARDING.AMOUNT_RECEIVED',
|
|
799
800
|
API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND',
|
|
800
801
|
APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
|
|
801
802
|
CHECK_WALLET_FOR_REQUEST: 'APP.ONBOARDING.CHECK_WALLET_FOR_REQUEST',
|
|
@@ -812,6 +813,7 @@ export const APP_STRING_KEYS = {
|
|
|
812
813
|
CREDITED_WITH: 'APP.ONBOARDING.CREDITED_WITH',
|
|
813
814
|
DEPOSIT_ALERT_SUBTITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_SUBTITLE',
|
|
814
815
|
DEPOSIT_ALERT_TITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_TITLE',
|
|
816
|
+
DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE',
|
|
815
817
|
DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
|
|
816
818
|
DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
|
|
817
819
|
DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
|
|
@@ -823,7 +825,7 @@ export const APP_STRING_KEYS = {
|
|
|
823
825
|
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
|
|
824
826
|
FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
|
|
825
827
|
GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
|
|
826
|
-
|
|
828
|
+
GENERATE_DYDX_WALLET: 'APP.ONBOARDING.GENERATE_DYDX_WALLET',
|
|
827
829
|
GENERATE_KEYS: 'APP.ONBOARDING.GENERATE_KEYS',
|
|
828
830
|
GENERATE_KEYS_DESCRIPTION: 'APP.ONBOARDING.GENERATE_KEYS_DESCRIPTION',
|
|
829
831
|
GENERATE_KEYS_FOOTER: 'APP.ONBOARDING.GENERATE_KEYS_FOOTER',
|
|
@@ -884,11 +886,13 @@ export const APP_STRING_KEYS = {
|
|
|
884
886
|
VALUE_PROP_TRUSTLESS_DESC: 'APP.ONBOARDING.VALUE_PROP_TRUSTLESS_DESC',
|
|
885
887
|
VERIFY_OWNERSHIP: 'APP.ONBOARDING.VERIFY_OWNERSHIP',
|
|
886
888
|
VERIFY_WALLET_COMPATIBILITY: 'APP.ONBOARDING.VERIFY_WALLET_COMPATIBILITY',
|
|
889
|
+
VERIFY_WALLET_OWNERSHIP: 'APP.ONBOARDING.VERIFY_WALLET_OWNERSHIP',
|
|
887
890
|
WANT_TO_LEARN: 'APP.ONBOARDING.WANT_TO_LEARN',
|
|
888
891
|
WELCOME: 'APP.ONBOARDING.WELCOME',
|
|
889
892
|
WELCOME_DYDX: 'APP.ONBOARDING.WELCOME_DYDX',
|
|
890
893
|
WITHDRAWAL_ALERT_SUBTITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_SUBTITLE',
|
|
891
894
|
WITHDRAWAL_ALERT_TITLE: 'APP.ONBOARDING.WITHDRAWAL_ALERT_TITLE',
|
|
895
|
+
WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE',
|
|
892
896
|
WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS',
|
|
893
897
|
WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
|
|
894
898
|
WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',
|
|
@@ -1439,6 +1443,8 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1439
1443
|
|
|
1440
1444
|
// GENERAL
|
|
1441
1445
|
|
|
1446
|
+
RATE_LIMIT_REACHED_ERROR_MESSAGE: 'ERRORS.GENERAL.RATE_LIMIT_REACHED_ERROR_MESSAGE',
|
|
1447
|
+
RATE_LIMIT_REACHED_ERROR_TITLE: 'ERRORS.GENERAL.RATE_LIMIT_REACHED_ERROR_TITLE',
|
|
1442
1448
|
SOMETHING_WENT_WRONG: 'ERRORS.GENERAL.SOMETHING_WENT_WRONG',
|
|
1443
1449
|
SOMETHING_WENT_WRONG_WITH_MESSAGE: 'ERRORS.GENERAL.SOMETHING_WENT_WRONG_WITH_MESSAGE',
|
|
1444
1450
|
TIMESTAMP_DISCREPANCY: 'ERRORS.GENERAL.TIMESTAMP_DISCREPANCY',
|
|
@@ -1452,8 +1458,14 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1452
1458
|
INVALID_USERNAME: 'ERRORS.ONBOARDING.INVALID_USERNAME',
|
|
1453
1459
|
KEY_RECOVERY_FAILED: 'ERRORS.ONBOARDING.KEY_RECOVERY_FAILED',
|
|
1454
1460
|
LEDGER_U2F_REQUIRED: 'ERRORS.ONBOARDING.LEDGER_U2F_REQUIRED',
|
|
1461
|
+
REGION_NOT_PERMITTED_SUBTITLE: 'ERRORS.ONBOARDING.REGION_NOT_PERMITTED_SUBTITLE',
|
|
1462
|
+
REGION_NOT_PERMITTED_TITLE: 'ERRORS.ONBOARDING.REGION_NOT_PERMITTED_TITLE',
|
|
1455
1463
|
USERNAME_TAKEN: 'ERRORS.ONBOARDING.USERNAME_TAKEN',
|
|
1456
1464
|
WALLET_NO_TRANSACTIONS: 'ERRORS.ONBOARDING.WALLET_NO_TRANSACTIONS',
|
|
1465
|
+
WALLET_RESTRICTED_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_MESSAGE',
|
|
1466
|
+
WALLET_RESTRICTED_ERROR_TITLE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_TITLE',
|
|
1467
|
+
WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
|
|
1468
|
+
WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
|
|
1457
1469
|
|
|
1458
1470
|
// TRADE_BOX
|
|
1459
1471
|
|