@dydxprotocol/v4-localization 1.0.9 → 1.0.11

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": "To participate in governance, you need to export your secret phrase to Keplr Wallet.",
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": "To stake, you need to export your secret phrase to Keplr Wallet.",
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",
@@ -974,6 +981,7 @@
974
981
  "CURRENT_RATE_8H": "Current 8h Rate",
975
982
  "CURRENTLY_TRADING_GOERLI": "You are trading on our Goerli testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
976
983
  "CURRENTLY_TRADING_ROPSTEN": "You are trading on our Ropsten testnet app with test funds. Create an account on our mainnet app to start trading with real funds",
984
+ "DELEVERAGED": "Deleveraged",
977
985
  "ENTER_AMOUNT": "Enter amount",
978
986
  "ENTER_LIMIT_PRICE": "Enter limit price",
979
987
  "ENTER_TRIGGER_PRICE": "Enter trigger price",
@@ -1036,6 +1044,7 @@
1036
1044
  "NEXT_FUNDING": "Next Funding",
1037
1045
  "NEXT_IN": "Next in {TIME}",
1038
1046
  "NOTIONAL_VALUE": "Notional Value",
1047
+ "OFFSETING": "Offsetting",
1039
1048
  "OPEN_INTEREST": "Open Interest",
1040
1049
  "OPEN_POSITIONS": "Open Positions",
1041
1050
  "OPEN_STATUS": "Open",
@@ -1541,6 +1550,7 @@
1541
1550
  },
1542
1551
  "MNEMONIC_EXPORT": {
1543
1552
  "EXPORT_SECRET_PHRASE": "Export secret phrase",
1553
+ "EXPORT_PHRASE": "Export phrase",
1544
1554
  "HIDE_PHRASE": "Hide phrase",
1545
1555
  "NEVER_SHARE_PHRASE": "Never share your phrase with anyone!",
1546
1556
  "REVEAL_SECRET_PHRASE": "Reveal secret phrase",
@@ -1845,4 +1855,4 @@
1845
1855
  "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
1846
1856
  }
1847
1857
  }
1848
- }
1858
+ }
@@ -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 Wallet",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -719,6 +719,7 @@ export const APP_STRING_KEYS = {
719
719
  BEFORE_PROCEED_ACK: 'APP.MNEMONIC_EXPORT.BEFORE_PROCEED_ACK',
720
720
  COPY_TO_CLIPBOARD: 'APP.MNEMONIC_EXPORT.COPY_TO_CLIPBOARD',
721
721
  DONT_SHOW: 'APP.MNEMONIC_EXPORT.DONT_SHOW',
722
+ EXPORT_PHRASE: 'APP.MNEMONIC_EXPORT.EXPORT_PHRASE',
722
723
  EXPORT_SECRET_PHRASE: 'APP.MNEMONIC_EXPORT.EXPORT_SECRET_PHRASE',
723
724
  HIDE_PHRASE: 'APP.MNEMONIC_EXPORT.HIDE_PHRASE',
724
725
  I_UNDERSTAND: 'APP.MNEMONIC_EXPORT.I_UNDERSTAND',
@@ -941,6 +942,7 @@ export const APP_STRING_KEYS = {
941
942
  EXPORT: 'APP.PORTFOLIO.EXPORT',
942
943
  FEE_DISCOUNT: 'APP.PORTFOLIO.FEE_DISCOUNT',
943
944
  FEE_STRUCTURE: 'APP.PORTFOLIO.FEE_STRUCTURE',
945
+ FOR_V4: 'APP.PORTFOLIO.FOR_V4',
944
946
  FREE_TRADING_DESCRIPTION: 'APP.PORTFOLIO.FREE_TRADING_DESCRIPTION',
945
947
  FREE_TRADING_DESCRIPTION_ASTERISK: 'APP.PORTFOLIO.FREE_TRADING_DESCRIPTION_ASTERISK',
946
948
  FREE_TRADING_DISCLAIMER: 'APP.PORTFOLIO.FREE_TRADING_DISCLAIMER',
@@ -952,8 +954,13 @@ export const APP_STRING_KEYS = {
952
954
  GASLESS_DEPOSITS_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_PROMO',
953
955
  GOVERNANCE_DESCRIPTION: 'APP.PORTFOLIO.GOVERNANCE_DESCRIPTION',
954
956
  HAVE_YOU_EXPORTED: 'APP.PORTFOLIO.HAVE_YOU_EXPORTED',
957
+ HAVE_YOU_EXPORTED_DESCRIPTION: 'APP.PORTFOLIO.HAVE_YOU_EXPORTED_DESCRIPTION',
955
958
  HOLDING: 'APP.PORTFOLIO.HOLDING',
956
959
  IN_THIS_EPOCH: 'APP.PORTFOLIO.IN_THIS_EPOCH',
960
+ LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
961
+ LAUNCH_INCENTIVES_LEADERBOARD: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_LEADERBOARD',
962
+ LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
963
+ LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
957
964
  LEARN_TO_EXPORT: 'APP.PORTFOLIO.LEARN_TO_EXPORT',
958
965
  MAKER_MARKET_SHARE: 'APP.PORTFOLIO.MAKER_MARKET_SHARE',
959
966
  MARKET_NOW_LIVE: 'APP.PORTFOLIO.MARKET_NOW_LIVE',
@@ -967,6 +974,7 @@ export const APP_STRING_KEYS = {
967
974
  OVERVIEW_DESCRIPTION: 'APP.PORTFOLIO.OVERVIEW_DESCRIPTION',
968
975
  OVER_THE_LAST_30_DAYS: 'APP.PORTFOLIO.OVER_THE_LAST_30_DAYS',
969
976
  PAYMENTS_DESCRIPTION: 'APP.PORTFOLIO.PAYMENTS_DESCRIPTION',
977
+ POINTS: 'APP.PORTFOLIO.POINTS',
970
978
  PORTFOLIO: 'APP.PORTFOLIO.PORTFOLIO',
971
979
  PORTFOLIO_VALUE: 'APP.PORTFOLIO.PORTFOLIO_VALUE',
972
980
  POSITIONS_DESCRIPTION: 'APP.PORTFOLIO.POSITIONS_DESCRIPTION',
@@ -1188,6 +1196,7 @@ export const APP_STRING_KEYS = {
1188
1196
  CURRENT_FUNDING_RATE: 'APP.TRADE.CURRENT_FUNDING_RATE',
1189
1197
  CURRENT_RATE_1H: 'APP.TRADE.CURRENT_RATE_1H',
1190
1198
  CURRENT_RATE_8H: 'APP.TRADE.CURRENT_RATE_8H',
1199
+ DELEVERAGED: 'APP.TRADE.DELEVERAGED',
1191
1200
  ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
1192
1201
  ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
1193
1202
  ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',
@@ -1250,6 +1259,7 @@ export const APP_STRING_KEYS = {
1250
1259
  NEXT_FUNDING: 'APP.TRADE.NEXT_FUNDING',
1251
1260
  NEXT_IN: 'APP.TRADE.NEXT_IN',
1252
1261
  NOTIONAL_VALUE: 'APP.TRADE.NOTIONAL_VALUE',
1262
+ OFFSETING: 'APP.TRADE.OFFSETING',
1253
1263
  OPEN_INTEREST: 'APP.TRADE.OPEN_INTEREST',
1254
1264
  OPEN_POSITIONS: 'APP.TRADE.OPEN_POSITIONS',
1255
1265
  OPEN_STATUS: 'APP.TRADE.OPEN_STATUS',