@dydxprotocol/v4-localization 1.0.4 → 1.0.5
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.
|
@@ -659,8 +659,9 @@
|
|
|
659
659
|
"CREATE_OR_VERIFY_COSMOS_ADDRESS": "Create or verify Cosmos address.",
|
|
660
660
|
"CREDITED_WITH": "Your account will be credited with ${AMOUNT_USD} in test funds.",
|
|
661
661
|
"DEPOSIT_OF": "Deposit of {AMOUNT_USD}",
|
|
662
|
-
"DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
|
|
663
662
|
"DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
663
|
+
"DEPOSIT_STATUS_SHORTLY": "Your deposit of {AMOUNT_USD} will be available shortly.",
|
|
664
|
+
"DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.",
|
|
664
665
|
"DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!",
|
|
665
666
|
"ENABLE_API": "Enable secure access to our API for lightning quick trading",
|
|
666
667
|
"ENABLE_TRADING": "Enable trading",
|
|
@@ -730,9 +731,10 @@
|
|
|
730
731
|
"WANT_TO_LEARN": "Want to learn more?",
|
|
731
732
|
"WELCOME_DYDX": "Welcome to dYdX",
|
|
732
733
|
"WELCOME": "Welcome",
|
|
734
|
+
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
735
|
+
"WITHDRAW_STATUS_SHORTLY": "Your withdrawal of {AMOUNT_USD} will be available shortly.",
|
|
733
736
|
"WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.",
|
|
734
737
|
"WITHDRAW_OF": "Withdraw of {AMOUNT_USD}",
|
|
735
|
-
"WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.",
|
|
736
738
|
"WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
|
|
737
739
|
"WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
|
|
738
740
|
"WRONG_NETWORK": "Wrong network",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -820,6 +820,7 @@ export const APP_STRING_KEYS = {
|
|
|
820
820
|
DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE',
|
|
821
821
|
DEPOSIT_OF: 'APP.ONBOARDING.DEPOSIT_OF',
|
|
822
822
|
DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
|
|
823
|
+
DEPOSIT_STATUS_SHORTLY: 'APP.ONBOARDING.DEPOSIT_STATUS_SHORTLY',
|
|
823
824
|
DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
|
|
824
825
|
DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
|
|
825
826
|
DISCONNECT_CONFIRMATION: 'APP.ONBOARDING.DISCONNECT_CONFIRMATION',
|
|
@@ -907,6 +908,7 @@ export const APP_STRING_KEYS = {
|
|
|
907
908
|
WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE',
|
|
908
909
|
WITHDRAW_OF: 'APP.ONBOARDING.WITHDRAW_OF',
|
|
909
910
|
WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS',
|
|
911
|
+
WITHDRAW_STATUS_SHORTLY: 'APP.ONBOARDING.WITHDRAW_STATUS_SHORTLY',
|
|
910
912
|
WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
|
|
911
913
|
WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',
|
|
912
914
|
WRONG_NETWORK_EXPLANATION_STAGING: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_STAGING',
|