@dydxprotocol/v4-localization 1.0.18 → 1.0.19
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.
|
@@ -562,6 +562,8 @@
|
|
|
562
562
|
"SUSHISWAP_SECONDARY_DESCRIPTION": "SushiSwap is a community run project that is governed by vote of its token holders. Core products include Exchange, Liquidity Pools, Farms, and SushiBar Staking.",
|
|
563
563
|
"SYNTHETIX_PRIMARY_DESCRIPTION": "Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.",
|
|
564
564
|
"SYNTHETIX_SECONDARY_DESCRIPTION": "Synthetix allows users to capture the price movements of popular cryptocurrencies, fiat currencies, stocks, commodities and more with zero slippage. Synthetic assets or Synths, are assets voted into existence by the community which represent the price of different types of assets.",
|
|
565
|
+
"TIA_PRIMARY_DESCRIPTION": "Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.",
|
|
566
|
+
"TIA_SECONDARY_DESCRIPTION": "Celestia enables the next generation of scalable blockchain architectures - modular blockchains. Celestia scales by decoupling execution from consensus and introducing a new primitive, data availability sampling.",
|
|
565
567
|
"TRX_PRIMARY_DESCRIPTION": "TRON is a public blockchain dedicated to providing the underlying infrastructure that enables developers to create smart contracts and decentralized applications, freely publish, own, and store data & other content.",
|
|
566
568
|
"TRX_SECONDARY_DESCRIPTION": "TRON relies on a Delegated Proof-of-Stake (DPoS) mechanism in which 27 Super Representatives rotate every 6 hours to validate blocks and transactions.",
|
|
567
569
|
"UMA_PRIMARY_DESCRIPTION": "UMA is open-source infrastructure for deploying and enforcing synthetic assets on Ethereum.",
|
|
@@ -691,6 +693,7 @@
|
|
|
691
693
|
"NOT_SUPPORTED_DESCRIPTION": "Your wallet does not support the latest signing standard (common issue with hardware wallets). Try a legacy signing method with the button below.",
|
|
692
694
|
"NOT_SUPPORTED": "Not supported",
|
|
693
695
|
"ONBOARDING": "Onboarding",
|
|
696
|
+
"MINIMUM_AMOUNT_RECEIVED": "Minimum Amount Received",
|
|
694
697
|
"PERMITTED_TO_USE": "You are lawfully permitted to access this site and trade on dYdX under the laws of the jurisdiction in which you reside and are located.",
|
|
695
698
|
"PRIVACY_POLICY": "Privacy Policy",
|
|
696
699
|
"RECOVER_KEYS": "Recover keys",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -102,6 +102,8 @@ export const APP_STRING_KEYS = {
|
|
|
102
102
|
SUSHISWAP_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUSHISWAP_SECONDARY_DESCRIPTION',
|
|
103
103
|
SYNTHETIX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_PRIMARY_DESCRIPTION',
|
|
104
104
|
SYNTHETIX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_SECONDARY_DESCRIPTION',
|
|
105
|
+
TIA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_PRIMARY_DESCRIPTION',
|
|
106
|
+
TIA_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_SECONDARY_DESCRIPTION',
|
|
105
107
|
TRX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_PRIMARY_DESCRIPTION',
|
|
106
108
|
TRX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_SECONDARY_DESCRIPTION',
|
|
107
109
|
UMA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UMA_PRIMARY_DESCRIPTION',
|
|
@@ -849,6 +851,7 @@ export const APP_STRING_KEYS = {
|
|
|
849
851
|
LEGACY_SIGNING: 'APP.ONBOARDING.LEGACY_SIGNING',
|
|
850
852
|
LINKING_WALLET: 'APP.ONBOARDING.LINKING_WALLET',
|
|
851
853
|
LINK_WALLET: 'APP.ONBOARDING.LINK_WALLET',
|
|
854
|
+
MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
|
|
852
855
|
MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
|
|
853
856
|
NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
|
|
854
857
|
NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',
|