@dydxprotocol/v4-localization 1.1.26 → 1.1.28

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.
@@ -344,6 +344,10 @@
344
344
  "PRIMARY": "BLUR is a NFT marketplace.",
345
345
  "SECONDARY": "The BLUR token is the governance token of BLUR protocol."
346
346
  },
347
+ "BNB": {
348
+ "PRIMARY": "BNB is the currency of Binance Chain.",
349
+ "SECONDARY": "Binance is a unique ecosystem of decentralized, blockchain-based networks, including the Binance Chain."
350
+ },
347
351
  "ADA": {
348
352
  "PRIMARY": "Cardano is a proof-of-stake blockchain platform: the first to be founded on peer-reviewed research and developed through evidence-based methods. It combines pioneering technologies to provide unparalleled security and sustainability to decentralized applications, systems, and societies.",
349
353
  "SECONDARY": "With a leading team of engineers, Cardano exists to redistribute power from unaccountable structures to the margins – to individuals – and be an enabling force for positive change and progress."
@@ -372,6 +376,10 @@
372
376
  "PRIMARY": "Dogecoin is an open source peer-to-peer digital currency.",
373
377
  "SECONDARY": "Forked from Litecoin, Dogecoin is a cryptocurrency based on the popular \"Doge\" Internet meme and features a Shiba Inu on its logo."
374
378
  },
379
+ "DYM": {
380
+ "PRIMARY": "Dymension is a home for easily deployable and lightning fast app-chains, called RollApps.",
381
+ "SECONDARY": "Dymension standardizes rollups with IBC (Inter-Blockchain Communication Protocol), similar to how tokens were standardized with ERC."
382
+ },
375
383
  "ENJ": {
376
384
  "PRIMARY": "Enjin has crafted simple products to help you manage your NFTs and cryptocurrencies—and get involved with the new, rapidly growing virtual economy.",
377
385
  "SECONDARY": "ENJ is used to infuse digital assets like NFTs. It powers NFTs as they move across games, apps, marketplaces, and wallets. Every asset minted contains ENJ, giving it real-world value that can be retrieved at any time through \"melting.\""
@@ -503,6 +511,10 @@
503
511
  "ZEC": {
504
512
  "PRIMARY": "Zcash is a digital currency - fast and confidential with low fees. ",
505
513
  "SECONDARY": "Zcash gives you the option of confidential transactions and financial privacy through shielded addresses. Zero-knowledge proofs allow transactions to be verified without revealing the sender, receiver or transaction amount. Selective disclosure features within Zcash allow a user to share some transaction details, for purposes of compliance or audit."
514
+ },
515
+ "ZETA": {
516
+ "PRIMARY": "ZetaChain is a novel L1 that has chain-agnostic interoperability built-in.",
517
+ "SECONDARY": "ZetaChain is a public, decentralized blockchain and smart contract platform that enables message passing and value transfer between any blockchain."
506
518
  }
507
519
  },
508
520
  "HEADER": {
@@ -1360,6 +1372,8 @@
1360
1372
  "LIQUID_STAKE_STRIDE_DESCRIPTION": "Stake your {TOKEN_DENOM} tokens for st{TOKEN_DENOM} which you can deploy around the ecosystem.",
1361
1373
  "NAVIGATE_TO_STRIDE": "{STRONG_YES}, navigate to Stride Zone.",
1362
1374
  "STAKE_WITH_KEPLR": "Stake with Keplr",
1375
+ "STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION": "By selecting “{CTA}” below, you acknowledge and agree that (a) you will leave our website and join a website made available by Chainapsis, Inc. (“Keplr”), which is independent from and unaffiliated with the host and operator of this website (the “Operator”); (b) this service is provided to you directly by Keplr and does not involve the Operator; (c) this service and any staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Keplr. This service is not available to any persons located in the U.S., Canada or restricted territories. You also agree that any information requested from you by Keplr is not provided to the Operator, and that you will not hold the Operator liable for any aspect of any transaction or transmission between you and Keplr. Nothing on the Operator’s website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature, and 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.",
1376
+ "STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
1363
1377
  "STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
1364
1378
  "STAKING_REWARDS": "Staking Rewards"
1365
1379
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.26",
3
+ "version": "1.1.28",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1136,6 +1136,8 @@ export const APP_STRING_KEYS = {
1136
1136
  LIQUID_STAKING_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKING_AND_LEAVING_DESCRIPTION',
1137
1137
  NAVIGATE_TO_STRIDE: 'APP.STAKING_REWARDS.NAVIGATE_TO_STRIDE',
1138
1138
  STAKE_WITH_KEPLR: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR',
1139
+ STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION',
1140
+ STAKING_AND_LEAVING: 'APP.STAKING_REWARDS.STAKING_AND_LEAVING',
1139
1141
  STAKING_PAGE_SUBTITLE: 'APP.STAKING_REWARDS.STAKING_PAGE_SUBTITLE',
1140
1142
  STAKING_REWARDS: 'APP.STAKING_REWARDS.STAKING_REWARDS',
1141
1143