@dydxprotocol/v4-localization 1.1.265 → 1.1.267
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.
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"DOCUMENT": "document",
|
|
146
146
|
"DONE": "Done",
|
|
147
147
|
"DONT_SHOW_ME_AGAIN": "Don't show me this again",
|
|
148
|
+
"DOWNLOAD_IOS_APP": "Download iOS app",
|
|
148
149
|
"DOWNLOAD_MOBILE_APP": "Download mobile app",
|
|
149
150
|
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
|
|
150
151
|
"DYDX_CHAIN": "dYdX Chain",
|
|
@@ -359,6 +360,7 @@
|
|
|
359
360
|
"STATUS": "Status",
|
|
360
361
|
"STEP_SIZE": "Step Size",
|
|
361
362
|
"STOP_ORDER_SHORT": "Stop",
|
|
363
|
+
"SUPPORTED_TOKENS": "Supported tokens",
|
|
362
364
|
"SWITCH_LEADERBOARD": "Switch leaderboard",
|
|
363
365
|
"TAKE_ME_THERE": "Take me there",
|
|
364
366
|
"TERMS_AND_CONDITIONS": "Terms & Conditions",
|
|
@@ -2719,6 +2721,7 @@
|
|
|
2719
2721
|
"RESTRICTED_OPEN_POSITIONS_WITHDRAW": "Your account is restricted. You must close all your positions before you can withdraw.",
|
|
2720
2722
|
"WITHDRAWAL_FAILED_TRY_AGAIN": "Your withdrawal request failed. Please try again.",
|
|
2721
2723
|
"WITHDRAWAL_UNDERCOLLATERALIZED": "Your withdrawal request would leave your account undercollateralized. Please try a smaller amount.",
|
|
2724
|
+
"WITHDRAWN_TO_CHAINID": "An error has occured while withdrawing, withdrawn funds can be recovered on {CHAIN_ID}.",
|
|
2722
2725
|
"WITHDRAW_MORE_THAN_FREE_DUE_TO_FEE": "You cannot withdraw more than your free collateral. Make sure you account for the fast withdraw fee when entering an amount.",
|
|
2723
2726
|
"WITHDRAW_MORE_THAN_FREE": "You cannot withdraw more than your free collateral.",
|
|
2724
2727
|
"WITHDRAW_MUST_SPECIFY_ADDRESS": "Please enter a destination address.",
|
|
@@ -212,6 +212,10 @@
|
|
|
212
212
|
"PHANTOM_SUPPORT": {
|
|
213
213
|
"TITLE": "dYdX now supports Phantom!",
|
|
214
214
|
"BODY": "You can now connect and use dYdX with your Phantom wallet! Try it now."
|
|
215
|
+
},
|
|
216
|
+
"SIMPLE_IOS_RELEASE": {
|
|
217
|
+
"TITLE": "New Simplified Experience on iOS",
|
|
218
|
+
"BODY": "A new simplified experience is available now for mobile traders. Toggle from pro to simplified now on iOS."
|
|
215
219
|
}
|
|
216
220
|
}
|
|
217
221
|
}
|
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
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -471,6 +471,7 @@ export const APP_STRING_KEYS = {
|
|
|
471
471
|
DOCUMENT: 'APP.GENERAL.DOCUMENT',
|
|
472
472
|
DONE: 'APP.GENERAL.DONE',
|
|
473
473
|
DONT_SHOW_ME_AGAIN: 'APP.GENERAL.DONT_SHOW_ME_AGAIN',
|
|
474
|
+
DOWNLOAD_IOS_APP: 'APP.GENERAL.DOWNLOAD_IOS_APP',
|
|
474
475
|
DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP',
|
|
475
476
|
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
|
|
476
477
|
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
|
|
@@ -683,6 +684,7 @@ export const APP_STRING_KEYS = {
|
|
|
683
684
|
STATUS: 'APP.GENERAL.STATUS',
|
|
684
685
|
STEP_SIZE: 'APP.GENERAL.STEP_SIZE',
|
|
685
686
|
STOP_ORDER_SHORT: 'APP.GENERAL.STOP_ORDER_SHORT',
|
|
687
|
+
SUPPORTED_TOKENS: 'APP.GENERAL.SUPPORTED_TOKENS',
|
|
686
688
|
SWITCH_LEADERBOARD: 'APP.GENERAL.SWITCH_LEADERBOARD',
|
|
687
689
|
TAKE_ME_THERE: 'APP.GENERAL.TAKE_ME_THERE',
|
|
688
690
|
TERMS_AND_CONDITIONS: 'APP.GENERAL.TERMS_AND_CONDITIONS',
|
|
@@ -2317,6 +2319,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2317
2319
|
RESTRICTED_OPEN_POSITIONS_WITHDRAW: 'ERRORS.WITHDRAW_MODAL.RESTRICTED_OPEN_POSITIONS_WITHDRAW',
|
|
2318
2320
|
WITHDRAWAL_FAILED_TRY_AGAIN: 'ERRORS.WITHDRAW_MODAL.WITHDRAWAL_FAILED_TRY_AGAIN',
|
|
2319
2321
|
WITHDRAWAL_UNDERCOLLATERALIZED: 'ERRORS.WITHDRAW_MODAL.WITHDRAWAL_UNDERCOLLATERALIZED',
|
|
2322
|
+
WITHDRAWN_TO_CHAINID: 'ERRORS.WITHDRAW_MODAL.WITHDRAWN_TO_CHAINID',
|
|
2320
2323
|
WITHDRAW_MORE_THAN_FREE: 'ERRORS.WITHDRAW_MODAL.WITHDRAW_MORE_THAN_FREE',
|
|
2321
2324
|
WITHDRAW_MORE_THAN_FREE_DUE_TO_FEE: 'ERRORS.WITHDRAW_MODAL.WITHDRAW_MORE_THAN_FREE_DUE_TO_FEE',
|
|
2322
2325
|
WITHDRAW_MUST_SPECIFY_ADDRESS: 'ERRORS.WITHDRAW_MODAL.WITHDRAW_MUST_SPECIFY_ADDRESS',
|
|
@@ -59,6 +59,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
59
59
|
RELEASE_REWARDS_AND_FULL_TRADING_TITLE: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.TITLE',
|
|
60
60
|
REWARDS_DISTRIBUTED_BODY: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.BODY',
|
|
61
61
|
REWARDS_DISTRIBUTED_TITLE: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.TITLE',
|
|
62
|
+
SIMPLE_IOS_RELEASE_BODY: 'NOTIFICATIONS.SIMPLE_IOS_RELEASE.BODY',
|
|
63
|
+
SIMPLE_IOS_RELEASE_TITLE: 'NOTIFICATIONS.SIMPLE_IOS_RELEASE.TITLE',
|
|
62
64
|
SLOW_WITHDRAWAL_PENDING_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.BODY',
|
|
63
65
|
SLOW_WITHDRAWAL_PENDING_TITLE: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.TITLE',
|
|
64
66
|
SLOW_WITHDRAWAL_SUCCESS_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_SUCCESS.BODY',
|