@dydxprotocol/v4-localization 1.1.207 → 1.1.208
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.
|
@@ -352,6 +352,7 @@
|
|
|
352
352
|
"SIZE": "Size",
|
|
353
353
|
"SLOW_WITHDRAW": "Slow Withdraw",
|
|
354
354
|
"SORT_BY": "Sort by",
|
|
355
|
+
"SOURCE": "Source",
|
|
355
356
|
"SOURCE_ADDRESS": "Source Address",
|
|
356
357
|
"STAKE": "Stake",
|
|
357
358
|
"STAKED": "Staked",
|
|
@@ -2093,7 +2094,8 @@
|
|
|
2093
2094
|
"SEND_FUNDS": "Deposit crypto",
|
|
2094
2095
|
"SEND_FUNDS_MODAL_TITLE": "Transfer & Deposit",
|
|
2095
2096
|
"SEND_FUNDS_MODAL_SUBTITLE": "Deposit crypto to your wallet and trading account",
|
|
2096
|
-
"SEND_FUNDS_SUBTITLE": "Send funds to this wallet address and deposit to your trading account."
|
|
2097
|
+
"SEND_FUNDS_SUBTITLE": "Send funds to this wallet address and deposit to your trading account.",
|
|
2098
|
+
"SHOW_DEPOSIT_FORM": "Show deposit form"
|
|
2097
2099
|
},
|
|
2098
2100
|
"USER_SURVEY": {
|
|
2099
2101
|
"USER_SURVEY_BODY": "We're constantly looking for ways to improve your trading experience on dYdX! Please consider taking our 10 minute user survey.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -157,6 +157,7 @@ export const APP_STRING_KEYS = {
|
|
|
157
157
|
SEND_FUNDS_MODAL_TITLE: 'APP.DEPOSIT_OPTIONS.SEND_FUNDS_MODAL_TITLE',
|
|
158
158
|
SEND_FUNDS_SUBTITLE: 'APP.DEPOSIT_OPTIONS.SEND_FUNDS_SUBTITLE',
|
|
159
159
|
SEND_TO_WALLET: 'APP.DEPOSIT_OPTIONS.SEND_TO_WALLET',
|
|
160
|
+
SHOW_DEPOSIT_FORM: 'APP.DEPOSIT_OPTIONS.SHOW_DEPOSIT_FORM',
|
|
160
161
|
|
|
161
162
|
// DEPOSIT_PROMO
|
|
162
163
|
|
|
@@ -612,6 +613,7 @@ export const APP_STRING_KEYS = {
|
|
|
612
613
|
SIZE: 'APP.GENERAL.SIZE',
|
|
613
614
|
SLOW_WITHDRAW: 'APP.GENERAL.SLOW_WITHDRAW',
|
|
614
615
|
SORT_BY: 'APP.GENERAL.SORT_BY',
|
|
616
|
+
SOURCE: 'APP.GENERAL.SOURCE',
|
|
615
617
|
SOURCE_ADDRESS: 'APP.GENERAL.SOURCE_ADDRESS',
|
|
616
618
|
STAKE: 'APP.GENERAL.STAKE',
|
|
617
619
|
STAKED: 'APP.GENERAL.STAKED',
|