@dydxprotocol/v4-localization 1.1.92 → 1.1.93
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.
|
@@ -1861,7 +1861,15 @@
|
|
|
1861
1861
|
"DONT_SHOW": "Don’t show anyone this!",
|
|
1862
1862
|
"TAP_TO_REVEAL": "Tap to reveal"
|
|
1863
1863
|
},
|
|
1864
|
+
"EQUITY_TIERS":{
|
|
1865
|
+
"EQUITY_TIERS": "Equity Tiers",
|
|
1866
|
+
"NET_COLLATERAL": "Net Collateral",
|
|
1867
|
+
"LONG_TERM_OR_CONDITIONAL_ORDERS": "Long-term or Conditional orders",
|
|
1868
|
+
"EQUITY_TIERS_DESCRIPTION": "Limit on how many open orders a subaccount is allowed to have",
|
|
1869
|
+
"EQUITY_TIERS_DESCRIPTION_LONG": "Equity tier limit defines the set of equity tiers to limit how many open orders a subaccount is allowed to have."
|
|
1870
|
+
},
|
|
1864
1871
|
"FEE_TIERS": {
|
|
1872
|
+
"FEE_TIERS": "Fee Tiers",
|
|
1865
1873
|
"ADDITIONAL_CONDITION": "Additional Condition",
|
|
1866
1874
|
"AND_EXCHANGE_MARKET_SHARE": "and exchange market share",
|
|
1867
1875
|
"AND_MAKER_MARKET_SHARE": "and maker market share",
|
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
|
|
|
@@ -211,6 +211,14 @@ export const APP_STRING_KEYS = {
|
|
|
211
211
|
EPOCH_END_EARNED: 'APP.EPOCH_END_MODAL.EPOCH_END_EARNED',
|
|
212
212
|
YOU_EARNED: 'APP.EPOCH_END_MODAL.YOU_EARNED',
|
|
213
213
|
|
|
214
|
+
// EQUITY_TIERS
|
|
215
|
+
|
|
216
|
+
EQUITY_TIERS: 'APP.EQUITY_TIERS.EQUITY_TIERS',
|
|
217
|
+
EQUITY_TIERS_DESCRIPTION: 'APP.EQUITY_TIERS.EQUITY_TIERS_DESCRIPTION',
|
|
218
|
+
EQUITY_TIERS_DESCRIPTION_LONG: 'APP.EQUITY_TIERS.EQUITY_TIERS_DESCRIPTION_LONG',
|
|
219
|
+
LONG_TERM_OR_CONDITIONAL_ORDERS: 'APP.EQUITY_TIERS.LONG_TERM_OR_CONDITIONAL_ORDERS',
|
|
220
|
+
NET_COLLATERAL: 'APP.EQUITY_TIERS.NET_COLLATERAL',
|
|
221
|
+
|
|
214
222
|
// FEEDBACK_MODAL
|
|
215
223
|
|
|
216
224
|
FEEDBACK_PLACEHOLDER: 'APP.FEEDBACK_MODAL.FEEDBACK_PLACEHOLDER',
|
|
@@ -221,6 +229,7 @@ export const APP_STRING_KEYS = {
|
|
|
221
229
|
ADDITIONAL_CONDITION: 'APP.FEE_TIERS.ADDITIONAL_CONDITION',
|
|
222
230
|
AND_EXCHANGE_MARKET_SHARE: 'APP.FEE_TIERS.AND_EXCHANGE_MARKET_SHARE',
|
|
223
231
|
AND_MAKER_MARKET_SHARE: 'APP.FEE_TIERS.AND_MAKER_MARKET_SHARE',
|
|
232
|
+
FEE_TIERS: 'APP.FEE_TIERS.FEE_TIERS',
|
|
224
233
|
TRADING_VOLUME: 'APP.FEE_TIERS.TRADING_VOLUME',
|
|
225
234
|
|
|
226
235
|
// FORCE_WITHDRAW
|