diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 7818fedc5..b4f311e92 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -179,6 +179,7 @@ "LOSERS": "Losers", "EARNED_BY_STAKERS": "Earned by Stakers", "ADD_NEW_MARKET": "Add new market", + "ADD_NEW_MARKET_CAPITALIZED": "Add New Market", "NO_RECENTLY_LISTED_MARKETS": "No recently listed markets", "HIGHLIGHTS": "Highlights", "LAYER_1": "Layer 1", @@ -1684,7 +1685,7 @@ "TRADING_REWARD_HISTORY": "Trading Reward History", "TRADING_REWARD_TABLE_DISCONNECTED_STATE": "Your history will appear here.", "TRADING_REWARD_TABLE_EMPTY_STATE": "You have no history.", - "TRADING_REWARDS_LEGAL_DISCLAIMER": "The above services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. All such services are provided to you directly by third parties, independent from and unaffiliated with the host and operator of this website (the “Operator”), and does not involve the Operator. All such services, including any staking, governance or swapping, occur outside of the Operator’s website, and any transaction or transmission of value will occur directly between you and the applicable third party. Any information requested from you by such applicable third party is not provided to the Operator, and the Operator is not liable for any aspect of any transaction or transmission between you and such applicable third party. Nothing on this website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature. You agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing, including confirming APY with the applicable third party.", + "TRADING_REWARDS_LEGAL_DISCLAIMER": "Governance, rewards, and staking related services are provided to you directly by third parties, who are independent from and unaffiliated with the host and operator of this interface (the “Operator”), on third-party sites, without involvement of the Operator. You agree that you are familiar with the Terms of Use and understand the risks associated with these services, including variable reward rates, slashing and other risks inherent in staking. Nothing on this website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature. You are solely responsible for conducting independent research, due diligence and seeking advice from a professional advisor prior to taking any action related to the services.", "REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.", "EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.", "FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?", diff --git a/package-lock.json b/package-lock.json index a5e71cd18..db3b8707f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.95", + "version": "1.1.96", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.95", + "version": "1.1.96", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 7d926d58a..dd14d4e2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.95", + "version": "1.1.96", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index df73170ee..b9aeafaa0 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1,6 +1,6 @@ // !! GENERATED FILE - DO NOT EDIT -// Generated from ../config/localization/en/app.json using codegen_localization_app.swift +// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift export const APP_STRING_KEYS = { @@ -262,6 +262,7 @@ export const APP_STRING_KEYS = { ADDING: 'APP.GENERAL.ADDING', ADDRESS: 'APP.GENERAL.ADDRESS', ADD_NEW_MARKET: 'APP.GENERAL.ADD_NEW_MARKET', + ADD_NEW_MARKET_CAPITALIZED: 'APP.GENERAL.ADD_NEW_MARKET_CAPITALIZED', ADVANCED: 'APP.GENERAL.ADVANCED', AI: 'APP.GENERAL.AI', ALERTS: 'APP.GENERAL.ALERTS',