@dydxprotocol/v4-localization 1.0.9 → 1.0.10
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.
|
@@ -870,6 +870,7 @@
|
|
|
870
870
|
"EXPORT": "Export",
|
|
871
871
|
"FEE_DISCOUNT": "Fee Discount",
|
|
872
872
|
"FEE_STRUCTURE": "Fee Structure",
|
|
873
|
+
"FOR_V4": "for v4",
|
|
873
874
|
"FREE_TRADING_TITLE": "Trade for free",
|
|
874
875
|
"FREE_TRADING_DESCRIPTION": "Enjoy no trading fees on your first $100,000 in volume every month!",
|
|
875
876
|
"FREE_TRADING_TITLE_ASTERISK": "Trade for {FREE_TRADING_TITLE_ASTERISK_FREE}*",
|
|
@@ -879,10 +880,15 @@
|
|
|
879
880
|
"FREE_TRADING_DISCLAIMER_PERPETUAL_FUNDING": "perpetual funding",
|
|
880
881
|
"GASLESS_DEPOSITS_NEW_PROMO": "If your first deposit is $1000 or more, dYdX will pay your deposit gas fees!",
|
|
881
882
|
"GASLESS_DEPOSITS_PROMO": "Enjoy zero gas costs on your deposit of $2000 or more, once every three days.",
|
|
882
|
-
"GOVERNANCE_DESCRIPTION": "
|
|
883
|
+
"GOVERNANCE_DESCRIPTION": "Participate in governance of the dYdX Chain with $DYDX. Available through Keplr.",
|
|
883
884
|
"HAVE_YOU_EXPORTED": "Have you exported your secret phrase?",
|
|
885
|
+
"HAVE_YOU_EXPORTED_DESCRIPTION": "To vote or stake on dYdX Chain, users must utilize a Cosmos-native wallet.",
|
|
884
886
|
"HOLDING": "Holding {NUMBER}",
|
|
885
887
|
"IN_THIS_EPOCH": "in this epoch",
|
|
888
|
+
"LAUNCH_INCENTIVES_TITLE": "Launch Incentives {FOR_V4}",
|
|
889
|
+
"LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX v4. Trade to climb the rankings to earn your rightful spot on the {LEADERBOARD}.",
|
|
890
|
+
"LAUNCH_INCENTIVES_LEADERBOARD": "leaderboard",
|
|
891
|
+
"LEADERBOARD": "Leaderboard",
|
|
886
892
|
"LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
|
|
887
893
|
"MAKER_MARKET_SHARE": "maker market share",
|
|
888
894
|
"MARKET_NOW_LIVE": "{SYMBOL} now live",
|
|
@@ -896,6 +902,7 @@
|
|
|
896
902
|
"OVER_THE_LAST_30_DAYS": "over the last 30 days",
|
|
897
903
|
"OVERVIEW_DESCRIPTION": "Account overview",
|
|
898
904
|
"PAYMENTS_DESCRIPTION": "See how much you spent trading",
|
|
905
|
+
"POINTS": "points",
|
|
899
906
|
"PORTFOLIO_VALUE": "Portfolio Value",
|
|
900
907
|
"PORTFOLIO": "Portfolio",
|
|
901
908
|
"POSITIONS_DESCRIPTION": "Monitor your exposure & risk",
|
|
@@ -907,7 +914,7 @@
|
|
|
907
914
|
"REWARDS_UPDATE": "Rewards update",
|
|
908
915
|
"SEARCH_MARKETS": "Search markets",
|
|
909
916
|
"STAKING": "Staking",
|
|
910
|
-
"STAKING_DESCRIPTION": "
|
|
917
|
+
"STAKING_DESCRIPTION": "Stake your $DYDX to help secure the network and earn $USDC. All fees on the dYdX Chain go to stakers. Available through Keplr.",
|
|
911
918
|
"STOP_MARKET_ORDERS": "Stop market orders",
|
|
912
919
|
"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.",
|
|
913
920
|
"TARGET_VOLUME": "Target Volume",
|
|
@@ -1541,6 +1548,7 @@
|
|
|
1541
1548
|
},
|
|
1542
1549
|
"MNEMONIC_EXPORT": {
|
|
1543
1550
|
"EXPORT_SECRET_PHRASE": "Export secret phrase",
|
|
1551
|
+
"EXPORT_PHRASE": "Export phrase",
|
|
1544
1552
|
"HIDE_PHRASE": "Hide phrase",
|
|
1545
1553
|
"NEVER_SHARE_PHRASE": "Never share your phrase with anyone!",
|
|
1546
1554
|
"REVEAL_SECRET_PHRASE": "Reveal secret phrase",
|
|
@@ -1845,4 +1853,4 @@
|
|
|
1845
1853
|
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
|
|
1846
1854
|
}
|
|
1847
1855
|
}
|
|
1848
|
-
}
|
|
1856
|
+
}
|
|
@@ -101,7 +101,8 @@
|
|
|
101
101
|
"SYNC_WITH_DESKTOP": "Sync with Desktop",
|
|
102
102
|
"SWIPE_UP_TO_TRADE": "Swipe up to trade",
|
|
103
103
|
"SWITCH": "Switch",
|
|
104
|
-
"SWITCH_WALLET": "Switch
|
|
104
|
+
"SWITCH_WALLET": "Switch wallet",
|
|
105
|
+
"MANAGE_WALLET": "Manage wallet",
|
|
105
106
|
"REWARD_POOL": "Reward Pool",
|
|
106
107
|
"TRADE_RESTRICTED": "Trade Restricted",
|
|
107
108
|
"TRANSFER_OUT": "Transfer Out",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -941,6 +941,7 @@ export const APP_STRING_KEYS = {
|
|
|
941
941
|
EXPORT: 'APP.PORTFOLIO.EXPORT',
|
|
942
942
|
FEE_DISCOUNT: 'APP.PORTFOLIO.FEE_DISCOUNT',
|
|
943
943
|
FEE_STRUCTURE: 'APP.PORTFOLIO.FEE_STRUCTURE',
|
|
944
|
+
FOR_V4: 'APP.PORTFOLIO.FOR_V4',
|
|
944
945
|
FREE_TRADING_DESCRIPTION: 'APP.PORTFOLIO.FREE_TRADING_DESCRIPTION',
|
|
945
946
|
FREE_TRADING_DESCRIPTION_ASTERISK: 'APP.PORTFOLIO.FREE_TRADING_DESCRIPTION_ASTERISK',
|
|
946
947
|
FREE_TRADING_DISCLAIMER: 'APP.PORTFOLIO.FREE_TRADING_DISCLAIMER',
|
|
@@ -952,8 +953,13 @@ export const APP_STRING_KEYS = {
|
|
|
952
953
|
GASLESS_DEPOSITS_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_PROMO',
|
|
953
954
|
GOVERNANCE_DESCRIPTION: 'APP.PORTFOLIO.GOVERNANCE_DESCRIPTION',
|
|
954
955
|
HAVE_YOU_EXPORTED: 'APP.PORTFOLIO.HAVE_YOU_EXPORTED',
|
|
956
|
+
HAVE_YOU_EXPORTED_DESCRIPTION: 'APP.PORTFOLIO.HAVE_YOU_EXPORTED_DESCRIPTION',
|
|
955
957
|
HOLDING: 'APP.PORTFOLIO.HOLDING',
|
|
956
958
|
IN_THIS_EPOCH: 'APP.PORTFOLIO.IN_THIS_EPOCH',
|
|
959
|
+
LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
|
|
960
|
+
LAUNCH_INCENTIVES_LEADERBOARD: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_LEADERBOARD',
|
|
961
|
+
LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
|
|
962
|
+
LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
|
|
957
963
|
LEARN_TO_EXPORT: 'APP.PORTFOLIO.LEARN_TO_EXPORT',
|
|
958
964
|
MAKER_MARKET_SHARE: 'APP.PORTFOLIO.MAKER_MARKET_SHARE',
|
|
959
965
|
MARKET_NOW_LIVE: 'APP.PORTFOLIO.MARKET_NOW_LIVE',
|
|
@@ -967,6 +973,7 @@ export const APP_STRING_KEYS = {
|
|
|
967
973
|
OVERVIEW_DESCRIPTION: 'APP.PORTFOLIO.OVERVIEW_DESCRIPTION',
|
|
968
974
|
OVER_THE_LAST_30_DAYS: 'APP.PORTFOLIO.OVER_THE_LAST_30_DAYS',
|
|
969
975
|
PAYMENTS_DESCRIPTION: 'APP.PORTFOLIO.PAYMENTS_DESCRIPTION',
|
|
976
|
+
POINTS: 'APP.PORTFOLIO.POINTS',
|
|
970
977
|
PORTFOLIO: 'APP.PORTFOLIO.PORTFOLIO',
|
|
971
978
|
PORTFOLIO_VALUE: 'APP.PORTFOLIO.PORTFOLIO_VALUE',
|
|
972
979
|
POSITIONS_DESCRIPTION: 'APP.PORTFOLIO.POSITIONS_DESCRIPTION',
|