@dydxprotocol/v4-localization 1.1.234 → 1.1.236
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.
|
@@ -1135,6 +1135,7 @@
|
|
|
1135
1135
|
"MEGAVAULT_DESCRIPTION": "Earn by providing liquidity across markets.",
|
|
1136
1136
|
"PERMISIONLESS_MARKET_LISTINGS": "Permissionless Market Listings",
|
|
1137
1137
|
"PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION": "Instantly list markets on dYdX Chain without requiring governance approval.",
|
|
1138
|
+
"UNLIMITED": "unlimited",
|
|
1138
1139
|
"UPDATED_INCENTIVES": "Updated Incentives",
|
|
1139
1140
|
"UPDATED_INCENTIVES_DESCRIPTION": "Earn DYDX by staking, listing markets, trading, and more."
|
|
1140
1141
|
},
|
|
@@ -1824,7 +1825,18 @@
|
|
|
1824
1825
|
"INITIATED_DEPOSIT": "Initiated deposit",
|
|
1825
1826
|
"INITIATED_WITHDRAWAL": "Initiated withdrawal",
|
|
1826
1827
|
"WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...",
|
|
1827
|
-
"WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}"
|
|
1828
|
+
"WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}",
|
|
1829
|
+
"INSTANT_DEPOSIT": "Instant deposit",
|
|
1830
|
+
"INSTANT_DEPOSIT_IN_PROGRESS": "Instant deposit in progress",
|
|
1831
|
+
"DEPOSIT_COMPLETED": "Deposit completed",
|
|
1832
|
+
"DEPOSIT_FAILD": "Deposit failed",
|
|
1833
|
+
"DEPOSIT_SHORTLY": "Your deposit should arrive shortly",
|
|
1834
|
+
"VIEW_INSTANT_DEPOSIT_HISTORY": "View instant deposit history",
|
|
1835
|
+
"VIEW_DEPOSIT_STATUS": "View deposit status",
|
|
1836
|
+
"INSTANT": "Instant",
|
|
1837
|
+
"STANDARD": "Standard",
|
|
1838
|
+
"HIGHER_FEES": "Higer fees, ${AMOUNT_USD} limit",
|
|
1839
|
+
"LOWEST_FEES": "Lowest fees, no limit"
|
|
1828
1840
|
},
|
|
1829
1841
|
"TRADE_UDPATES": "Trade Updates",
|
|
1830
1842
|
"TRADING_REWARD_RECEIVED": "Trading Reward Received",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -270,6 +270,7 @@ export const APP_STRING_KEYS = {
|
|
|
270
270
|
MEGAVAULT_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.MEGAVAULT_DESCRIPTION',
|
|
271
271
|
PERMISIONLESS_MARKET_LISTINGS: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS',
|
|
272
272
|
PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION',
|
|
273
|
+
UNLIMITED: 'APP.DYDX_UNLIMITED_MODAL.UNLIMITED',
|
|
273
274
|
UPDATED_INCENTIVES: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES',
|
|
274
275
|
UPDATED_INCENTIVES_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES_DESCRIPTION',
|
|
275
276
|
|
|
@@ -1065,10 +1066,20 @@ export const APP_STRING_KEYS = {
|
|
|
1065
1066
|
// TRANSFER_STATUS
|
|
1066
1067
|
|
|
1067
1068
|
BRIDGING_TOKENS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.BRIDGING_TOKENS',
|
|
1069
|
+
DEPOSIT_COMPLETED: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_COMPLETED',
|
|
1070
|
+
DEPOSIT_FAILD: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_FAILD',
|
|
1068
1071
|
DEPOSIT_IN_PROGRESS_: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_IN_PROGRESS_',
|
|
1072
|
+
DEPOSIT_SHORTLY: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_SHORTLY',
|
|
1069
1073
|
DEPOSIT_TO_CHAIN: 'APP.NOTIFICATIONS.TRANSFER_STATUS.DEPOSIT_TO_CHAIN',
|
|
1074
|
+
HIGHER_FEES: 'APP.NOTIFICATIONS.TRANSFER_STATUS.HIGHER_FEES',
|
|
1070
1075
|
INITIATED_DEPOSIT: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INITIATED_DEPOSIT',
|
|
1071
1076
|
INITIATED_WITHDRAWAL: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INITIATED_WITHDRAWAL',
|
|
1077
|
+
INSTANT_DEPOSIT: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INSTANT_DEPOSIT',
|
|
1078
|
+
INSTANT_DEPOSIT_IN_PROGRESS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.INSTANT_DEPOSIT_IN_PROGRESS',
|
|
1079
|
+
LOWEST_FEES: 'APP.NOTIFICATIONS.TRANSFER_STATUS.LOWEST_FEES',
|
|
1080
|
+
STANDARD: 'APP.NOTIFICATIONS.TRANSFER_STATUS.STANDARD',
|
|
1081
|
+
VIEW_DEPOSIT_STATUS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.VIEW_DEPOSIT_STATUS',
|
|
1082
|
+
VIEW_INSTANT_DEPOSIT_HISTORY: 'APP.NOTIFICATIONS.TRANSFER_STATUS.VIEW_INSTANT_DEPOSIT_HISTORY',
|
|
1072
1083
|
WITHDRAW_IN_PROGRESS: 'APP.NOTIFICATIONS.TRANSFER_STATUS.WITHDRAW_IN_PROGRESS',
|
|
1073
1084
|
WITHDRAW_TO_CHAIN: 'APP.NOTIFICATIONS.TRANSFER_STATUS.WITHDRAW_TO_CHAIN',
|
|
1074
1085
|
UPDATED: 'APP.NOTIFICATIONS.UPDATED',
|