@dydxprotocol/v4-localization 0.1.11 → 0.1.13
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.
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"TODAY": "Today",
|
|
28
28
|
"WEEK": "Week",
|
|
29
29
|
"WEEKS_ABBREVIATED": "w",
|
|
30
|
-
"WEEKS": "Weeks"
|
|
30
|
+
"WEEKS": "Weeks",
|
|
31
|
+
"X_MINUTES": "{X} Minutes"
|
|
31
32
|
},
|
|
32
33
|
"ABOUT": "About",
|
|
33
34
|
"ACADEMY": "Academy",
|
|
@@ -556,7 +557,8 @@
|
|
|
556
557
|
"SETTING_ALLOWANCE_EXPLANATION": "You will be able to deposit once your enable {SYMBOL} transaction confirms. You only have to do this once per asset.",
|
|
557
558
|
"SLIPPAGE": "Slippage",
|
|
558
559
|
"SUBJECT_TO_RULES": "Subject to these rules",
|
|
559
|
-
"SWAP": "Swap"
|
|
560
|
+
"SWAP": "Swap",
|
|
561
|
+
"ESTIMATED_TIME": "Estimated Time"
|
|
560
562
|
},
|
|
561
563
|
"WITHDRAW_MODAL": {
|
|
562
564
|
"ENABLE_WITHDRAW": "Enable withdraw",
|
|
@@ -640,6 +642,7 @@
|
|
|
640
642
|
"FREE_TRADING_DISCLAIMER_PERPETUAL_FUNDING": "perpetual funding",
|
|
641
643
|
"GASLESS_DEPOSITS_NEW_PROMO": "If your first deposit is $1000 or more, dYdX will pay your deposit gas fees!",
|
|
642
644
|
"GASLESS_DEPOSITS_PROMO": "Enjoy zero gas costs on your deposit of $2000 or more, once every three days.",
|
|
645
|
+
"GOVERNANCE_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.",
|
|
643
646
|
"HOLDING": "Holding {NUMBER}",
|
|
644
647
|
"IN_THIS_EPOCH": "in this epoch",
|
|
645
648
|
"MAKER_MARKET_SHARE": "maker market share",
|
|
@@ -660,6 +663,8 @@
|
|
|
660
663
|
"REWARDS_NOT_PROVIDED": "Rewards are not provided by dYdX Trading Inc.",
|
|
661
664
|
"REWARDS_UPDATE": "Rewards update",
|
|
662
665
|
"SEARCH_MARKETS": "Search markets",
|
|
666
|
+
"STAKING": "Staking",
|
|
667
|
+
"STAKING_DESCRIPTION": "To stake, you need to export your secret phrase to Keplr Wallet.",
|
|
663
668
|
"STOP_MARKET_ORDERS": "Stop market orders",
|
|
664
669
|
"STOP_MARKET_ORDERS_DESCRIPTION": "Stop market and take profit market orders are here! Quickly and easily set triggers to limit your losses and lock in profits.",
|
|
665
670
|
"TARGET_VOLUME": "Target Volume",
|
|
@@ -677,6 +682,7 @@
|
|
|
677
682
|
"TRADING_LEAGUES": "Trading leagues",
|
|
678
683
|
"TRADING_LEAGUES_DESCRIPTION": "Trading leagues are now live! Climb the rankings and earn your share of the {PRIZE}.",
|
|
679
684
|
"TRADING_LEAGUES_PRIZE": "$100K weekly prize pool",
|
|
685
|
+
"TRADING_REWARDS": "Trading Rewards",
|
|
680
686
|
"TRADING_VOLUME_LABEL": "exchanged in the last 24h",
|
|
681
687
|
"TRADING_VOLUME": "Trading Volume",
|
|
682
688
|
"TRAILING_VOLUME": "Trailing Volume",
|
|
@@ -127,6 +127,10 @@
|
|
|
127
127
|
"TITLE": "Maximum Leverage",
|
|
128
128
|
"BODY": "Maximum allowed leverage for this market. To limit risk, maximum leverage decreases linearly with position size after a certain threshold."
|
|
129
129
|
},
|
|
130
|
+
"MAXIMUM_REWARDS": {
|
|
131
|
+
"TITLE": "Maximum Rewards",
|
|
132
|
+
"BODY": "Earn rewards when you trade on dYdX. Actual rewards may vary."
|
|
133
|
+
},
|
|
130
134
|
"NET_FUNDING": {
|
|
131
135
|
"TITLE": "Net Funding",
|
|
132
136
|
"BODY": "Total funding earned / paid for the lifetime of the current position. Resets if you close your position or change position sides (long to short, or vice versa)."
|
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 scripts/codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -136,6 +136,7 @@ export const APP_STRING_KEYS = {
|
|
|
136
136
|
ENABLE_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL',
|
|
137
137
|
ENABLE_SYMBOL_ON_DYDX: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL_ON_DYDX',
|
|
138
138
|
ENABLING_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLING_SYMBOL',
|
|
139
|
+
ESTIMATED_TIME: 'APP.DEPOSIT_MODAL.ESTIMATED_TIME',
|
|
139
140
|
EXCHANGE_RATE: 'APP.DEPOSIT_MODAL.EXCHANGE_RATE',
|
|
140
141
|
EXCHANGE_RECEIVED: 'APP.DEPOSIT_MODAL.EXCHANGE_RECEIVED',
|
|
141
142
|
FREE_GAS: 'APP.DEPOSIT_MODAL.FREE_GAS',
|
|
@@ -519,6 +520,7 @@ export const APP_STRING_KEYS = {
|
|
|
519
520
|
WEEK: 'APP.GENERAL.TIME_STRINGS.WEEK',
|
|
520
521
|
WEEKS: 'APP.GENERAL.TIME_STRINGS.WEEKS',
|
|
521
522
|
WEEKS_ABBREVIATED: 'APP.GENERAL.TIME_STRINGS.WEEKS_ABBREVIATED',
|
|
523
|
+
X_MINUTES: 'APP.GENERAL.TIME_STRINGS.X_MINUTES',
|
|
522
524
|
_24H: 'APP.GENERAL.TIME_STRINGS._24H',
|
|
523
525
|
_30D: 'APP.GENERAL.TIME_STRINGS._30D',
|
|
524
526
|
TO: 'APP.GENERAL.TO',
|
|
@@ -907,6 +909,7 @@ export const APP_STRING_KEYS = {
|
|
|
907
909
|
FREE_TRADING_TITLE_ASTERISK_FREE: 'APP.PORTFOLIO.FREE_TRADING_TITLE_ASTERISK_FREE',
|
|
908
910
|
GASLESS_DEPOSITS_NEW_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_NEW_PROMO',
|
|
909
911
|
GASLESS_DEPOSITS_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_PROMO',
|
|
912
|
+
GOVERNANCE_DESCRIPTION: 'APP.PORTFOLIO.GOVERNANCE_DESCRIPTION',
|
|
910
913
|
HOLDING: 'APP.PORTFOLIO.HOLDING',
|
|
911
914
|
IN_THIS_EPOCH: 'APP.PORTFOLIO.IN_THIS_EPOCH',
|
|
912
915
|
MAKER_MARKET_SHARE: 'APP.PORTFOLIO.MAKER_MARKET_SHARE',
|
|
@@ -927,6 +930,8 @@ export const APP_STRING_KEYS = {
|
|
|
927
930
|
REWARDS_NOT_PROVIDED: 'APP.PORTFOLIO.REWARDS_NOT_PROVIDED',
|
|
928
931
|
REWARDS_UPDATE: 'APP.PORTFOLIO.REWARDS_UPDATE',
|
|
929
932
|
SEARCH_MARKETS: 'APP.PORTFOLIO.SEARCH_MARKETS',
|
|
933
|
+
STAKING: 'APP.PORTFOLIO.STAKING',
|
|
934
|
+
STAKING_DESCRIPTION: 'APP.PORTFOLIO.STAKING_DESCRIPTION',
|
|
930
935
|
STOP_MARKET_ORDERS: 'APP.PORTFOLIO.STOP_MARKET_ORDERS',
|
|
931
936
|
STOP_MARKET_ORDERS_DESCRIPTION: 'APP.PORTFOLIO.STOP_MARKET_ORDERS_DESCRIPTION',
|
|
932
937
|
TARGET_VOLUME: 'APP.PORTFOLIO.TARGET_VOLUME',
|
|
@@ -87,6 +87,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
87
87
|
MARGIN_USAGE_TITLE: 'TOOLTIPS.TRADE.MARGIN_USAGE.TITLE',
|
|
88
88
|
MAXIMUM_LEVERAGE_BODY: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.BODY',
|
|
89
89
|
MAXIMUM_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.TITLE',
|
|
90
|
+
MAXIMUM_REWARDS_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.BODY',
|
|
91
|
+
MAXIMUM_REWARDS_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.TITLE',
|
|
90
92
|
MAX_WITHDRAW_BODY: 'TOOLTIPS.TRADE.MAX_WITHDRAW.BODY',
|
|
91
93
|
MAX_WITHDRAW_TITLE: 'TOOLTIPS.TRADE.MAX_WITHDRAW.TITLE',
|
|
92
94
|
NET_FUNDING_BODY: 'TOOLTIPS.TRADE.NET_FUNDING.BODY',
|