From 3f0327a16b7e078be5ca756397a1e6a60298c869 Mon Sep 17 00:00:00 2001 From: jaredvu Date: Mon, 18 Dec 2023 11:39:49 -0800 Subject: [PATCH 1/2] v1.0.19: Celestia description --- config/localization/en/app.json | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 2c9feeebc..280200716 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -562,6 +562,8 @@ "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.", "SYNTHETIX_PRIMARY_DESCRIPTION": "Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.", "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.", + "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.", + "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.", "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.", "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.", "UMA_PRIMARY_DESCRIPTION": "UMA is open-source infrastructure for deploying and enforcing synthetic assets on Ethereum.", @@ -691,6 +693,7 @@ "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.", "NOT_SUPPORTED": "Not supported", "ONBOARDING": "Onboarding", + "MINIMUM_AMOUNT_RECEIVED": "Minimum Amount Received", "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.", "PRIVACY_POLICY": "Privacy Policy", "RECOVER_KEYS": "Recover keys", diff --git a/package-lock.json b/package-lock.json index 1d03c13c5..3a7f1dfa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.18", + "version": "1.0.19", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 7654a9b03..94b5b7302 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.18", + "version": "1.0.19", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index ddc822990..03fc90da4 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -102,6 +102,8 @@ export const APP_STRING_KEYS = { SUSHISWAP_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUSHISWAP_SECONDARY_DESCRIPTION', SYNTHETIX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_PRIMARY_DESCRIPTION', SYNTHETIX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_SECONDARY_DESCRIPTION', + TIA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_PRIMARY_DESCRIPTION', + TIA_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_SECONDARY_DESCRIPTION', TRX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_PRIMARY_DESCRIPTION', TRX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_SECONDARY_DESCRIPTION', UMA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UMA_PRIMARY_DESCRIPTION', @@ -849,6 +851,7 @@ export const APP_STRING_KEYS = { LEGACY_SIGNING: 'APP.ONBOARDING.LEGACY_SIGNING', LINKING_WALLET: 'APP.ONBOARDING.LINKING_WALLET', LINK_WALLET: 'APP.ONBOARDING.LINK_WALLET', + MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED', MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION', NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET', NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT', From 29dc726478e5969ba4ee17acd0cef63d803ec022 Mon Sep 17 00:00:00 2001 From: jaredvu Date: Mon, 18 Dec 2023 15:08:49 -0800 Subject: [PATCH 2/2] v1.1.0: Add Celestia desc to __ASSETS key --- config/localization/en/app.json | 106 ++------------------------------ package-lock.json | 4 +- package.json | 2 +- scripts/generated/app.ts | 103 ------------------------------- 4 files changed, 7 insertions(+), 208 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 280200716..f6b049336 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -448,6 +448,10 @@ "PRIMARY": "Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.", "SECONDARY": "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." }, + "TIA": { + "PRIMARY": "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.", + "SECONDARY": "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." + }, "TRX": { "PRIMARY": "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.", "SECONDARY": "TRON relies on a Delegated Proof-of-Stake (DPoS) mechanism in which 27 Super Representatives rotate every 6 hours to validate blocks and transactions." @@ -477,108 +481,6 @@ "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." } }, - "ASSET_DESCRIPTIONS": { - "0X_PRIMARY_DESCRIPTION": "0x is a professional grade liquidity aggregator protocol that allows users to easily trade ERC20 tokens and other assets. 0x uses a unique hybrid off-chain relay, on-chain settlement architecture to achieve a flexible and gas-efficient experience for traders.", - "0X_SECONDARY_DESCRIPTION": "ZRX is 0x's native governance and staking token, allowing holders to vote on 0x Improvement Proposals (ZEIPs) and influence the development of the protocol. Additionally, ZRX can be staked or delegated to earn liquidity rewards through their market maker liquidity program.", - "1INCH_PRIMARY_DESCRIPTION": "The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space.", - "1INCH_SECONDARY_DESCRIPTION": "The initial protocol of the 1inch Network is a DEX aggregator solution that searches deals across multiple liquidity sources, offering users better rates than any individual exchange. This protocol incorporates the Pathfinder algorithm which finds the best paths among different markets over 50+ liquidity sources on Ethereum and 20+ liquidity sources on Binance Smart Chain. In less than two years the 1inch DEX aggregator surpassed $30B in overall volume.", - "AAVE_PRIMARY_DESCRIPTION": "Aave is an open-source and non-custodial protocol to earn interest on deposits and borrow assets.", - "AAVE_SECONDARY_DESCRIPTION": "Aave is a decentralised non-custodial liquidity market protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralised (perpetually) or undercollateralised (one-block liquidity) fashion.", - "ALGORAND_PRIMARY_DESCRIPTION": "Algorand removes the technical barriers that for years undermined mainstream blockchain adoption: decentralization, scale, and security.", - "ALGORAND_SECONDARY_DESCRIPTION": "Algorand uses a Permissionless, Pure Proof of Stake consensus mechanism, ensuring full participation, protection, and speed within a truly decentralized network. Additionally, Algorand is the first blockchain to offer immediate transaction finality alongside a throughput of up to 1,000 transactions per second.", - "APECOIN_PRIMARY_DESCRIPTION": "ApeCoin is the ecosystem’s governance token, allowing ApeCoin holders to participate in ApeCoin DAO.", - "APECOIN_SECONDARY_DESCRIPTION": "ApeCoin is the ecosystem’s utility token, giving all its participants a shared and open currency that can be used without centralized intermediaries.", - "APTOS_PRIMARY_DESCRIPTION": "Aptos is a layer-1 blockchain designed to be scalable, secure, and easy to use.", - "APTOS_SECONDARY_DESCRIPTION": "Aptos is designed to handle a large number of transactions per second and uses a proof-of-stake consensus mechanism.", - "ARBITRUM_PRIMARY_DESCRIPTION": "ARB is the governance token of the Arbitrum network.", - "ARBITRUM_SECONDARY_DESCRIPTION": "Arbitrum is a suite of scaling solutions providing environments with high-throughput, low-cost smart contracts, backed by industry-leading proving technology rooted in Ethereum.", - "AVAX_PRIMARY_DESCRIPTION": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains.", - "AVAX_SECONDARY_DESCRIPTION": "Developers who build on Avalanche can easily create powerful, reliable, and secure applications and custom blockchain networks with complex rulesets, or build on existing private or public subnets.", - "BITCOIN_CASH_PRIMARY_DESCRIPTION": "With Bitcoin Cash, you can send money to anyone, anywhere in the world, 24 hours a day, 365 days a year. Like the Internet itself, the network is always on.", - "BITCOIN_CASH_SECONDARY_DESCRIPTION": "Bitcoin Cash offers more privacy and anonymity than traditional payment systems like bank transfers and credit card payments, since it’s normally impossible to know who controls a Bitcoin address. Bitcoin Cash offers various levels of privacy depending on how it is used. It’s important to educate yourself thoroughly before using BCH for privacy purposes.", - "BITCOIN_PRIMARY_DESCRIPTION": "Bitcoin is a decentralized digital currency, without a central bank or single administrator that can be sent from user to user on the peer-to-peer bitcoin network without the need for intermediaries.", - "BITCOIN_SECONDARY_DESCRIPTION": "Transactions are verified by a network nodes through cryptography and recorded in a public distributed ledger called a blockchain. Bitcoins are created as a reward for a process known as mining. They can be exchanged for other currencies, products, and services.", - "BLUR_PRIMARY_DESCRIPTION": "BLUR is a NFT marketplace.", - "BLUR_SECONDARY_DESCRIPTION": "The BLUR token is the governance token of BLUR protocol.", - "CARDANO_PRIMARY_DESCRIPTION": "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.", - "CARDANO_SECONDARY_DESCRIPTION": "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.", - "CELO_PRIMARY_DESCRIPTION": "Celo is a proof-of-stake blockchain that offers full EVM compatibility.", - "CELO_SECONDARY_DESCRIPTION": "CELO also offers users access to native and non-native stablecoins, an ultralight mobile client, and gas payable in multiple currencies.", - "CHAINLINK_PRIMARY_DESCRIPTION": "Chainlink connects smart contracts on any blockchain to data providers, web APIs, enterprise systems, cloud services, IoT devices, payment systems, and other blockchains.", - "CHAINLINK_SECONDARY_DESCRIPTION": "Chainlink expands the capability of smart contracts by enabling access to real-world data, events, payments, and more without sacrificing the security and reliability guarantees inherent to blockchain technology.", - "COMPOUND_PRIMARY_DESCRIPTION": "Compound is an algorithmic, autonomous interest rate protocol built for developers, to unlock a universe of open financial applications.", - "COMPOUND_SECONDARY_DESCRIPTION": "Suppliers (and borrowers) of an asset interact directly with the protocol, earning (and paying) a floating interest rate, without having to negotiate terms such as maturity, interest rate, or collateral with a peer or counterparty.", - "COSMOS_PRIMARY_DESCRIPTION": "Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future.", - "COSMOS_SECONDARY_DESCRIPTION": "Cosmos apps and services connect using IBC, the Inter-Blockchain Communication protocol. This innovation enables you to freely exchange assets and data across sovereign, decentralized blockchains.", - "CURVE_PRIMARY_DESCRIPTION": "Curve is an exchange liquidity pool on Ethereum (like Uniswap) designed for extremely efficient stablecoin trading and low risk, supplemental fee income for liquidity providers, without an opportunity cost.", - "CURVE_SECONDARY_DESCRIPTION": "Curve allows users (and smart contracts like 1inch, Paraswap, Totle and Dex.ag) to trade between DAI and USDC with a bespoke low slippage, low fee algorithm designed specifically for stablecoins and earn fees.", - "DOGECOIN_PRIMARY_DESCRIPTION": "Dogecoin is an open source peer-to-peer digital currency.", - "DOGECOIN_SECONDARY_DESCRIPTION": "Forked from Litecoin, Dogecoin is a cryptocurrency based on the popular \"Doge\" Internet meme and features a Shiba Inu on its logo.", - "ENJ_PRIMARY_DESCRIPTION": "Enjin has crafted simple products to help you manage your NFTs and cryptocurrencies—and get involved with the new, rapidly growing virtual economy.", - "ENJ_SECONDARY_DESCRIPTION": "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.\"", - "EOS_PRIMARY_DESCRIPTION": "EOSIO is a highly performant open-source blockchain platform, built to support and operate safe, compliant, and predictable digital infrastructures.", - "EOS_SECONDARY_DESCRIPTION": "An open-source platform for blockchain innovation and performance - businesses and developers around the world use EOSIO to create secure, transparent, and deterministic digital infrastructures.", - "ETC_PRIMARY_DESCRIPTION": "Ethereum Classic is a hard fork of Ethereum that launched in July 2016. It functions as a smart contract network, with the ability to host and support decentralized applications.", - "ETC_SECONDARY_DESCRIPTION": "ETC launched with the goal of preserving a primary value proposition of blockchain smart contract platforms: \"Code is Law\". The hard fork was the result of a belief that the majority of blockchain protocols, including Ethereum, have deviated from this core principle.", - "ETHEREUM_PRIMARY_DESCRIPTION": "Ethereum is a global, open-source platform for decentralized applications.", - "ETHEREUM_SECONDARY_DESCRIPTION": "Ethereum is a decentralized blockchain platform founded in 2014. Ethereum is an open-source project that is not owned or operated by a single individual. This means that anyone, anywhere can download the software and begin interacting with the network. Ethereum allows developers to make and operate 'smart contracts', a core piece of infrastructure for any decentralized application.", - "FILECOIN_PRIMARY_DESCRIPTION": "Filecoin is a decentralized storage network designed to store humanity’s most important information.", - "FILECOIN_SECONDARY_DESCRIPTION": "The Filecoin network is made up of a large number of diverse storage providers and developers. This creates a robust and reliable service, while cryptographic proofs guarantee your data remains available and unchanged over time.", - "ICP_PRIMARY_DESCRIPTION": "The DFINITY Foundation is a not for profit organization that develops the Internet Computer, a public blockchain network designed to host smart contracts.", - "ICP_SECONDARY_DESCRIPTION": "ICP is the native cryptocurrency of the platform.", - "LDO_PRIMARY_DESCRIPTION": "Lido is the name of a family of open-source peer-to-system software tools deployed and functioning on the Ethereum, Solana, and Polygon blockchain networks.", - "LDO_SECONDARY_DESCRIPTION": "LDO is an ERC20 token that gives the ability to participate in the governance process of the Lido DAO.", - "LITECOIN_PRIMARY_DESCRIPTION": "Litecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world.", - "LITECOIN_SECONDARY_DESCRIPTION": "Litecoin is an open source, global payment network that is fully decentralized. Litecoin features faster transaction confirmation times and improved storage efficiency than the leading math-based currency. With substantial industry support, trade volume and liquidity, Litecoin is a proven medium of commerce complementary to Bitcoin.", - "MAKER_PRIMARY_DESCRIPTION": "The Maker Protocol, also known as the Multi-Collateral Dai (MCD) system, allows users to generate Dai by leveraging collateral assets approved by “Maker Governance.” Maker Governance is the community organized and operated process of managing the various aspects of the Maker Protocol. ", - "MAKER_SECONDARY_DESCRIPTION": "Dai is a decentralized, unbiased, collateral-backed cryptocurrency soft-pegged to the US Dollar. Resistant to hyperinflation due to its low volatility, Dai offers economic freedom and opportunity to anyone, anywhere.", - "MONERO_PRIMARY_DESCRIPTION": "Monero is the leading cryptocurrency focused on private and censorship-resistant transactions.", - "MONERO_SECONDARY_DESCRIPTION": "Unlike selectively transparent alternatives (e.g. Zcash), Monero is the only cryptocurrency where every user is anonymous by default. The sender, receiver, and amount of every single transaction are hidden through the use of three important technologies: Stealth Addresses, Ring Signatures, and RingCT.", - "NEAR_PRIMARY_DESCRIPTION": "NEAR is a development platform built on a sharded, proof-of-stake, layer-one blockchain designed for usability.", - "NEAR_SECONDARY_DESCRIPTION": "The NEAR token is used to secure the network via its proof-of-stake mechanism.", - "OPTIMISM_PRIMARY_DESCRIPTION": "OP Mainnet is a low-cost and lightning-fast Ethereum L2 blockchain powered by Optimism.", - "OPTIMISM_SECONDARY_DESCRIPTION": "OP is the governance token of the Optimism Collective.", - "PEPE_PRIMARY_DESCRIPTION": "Pepe is a memecoin.", - "PEPE_SECONDARY_DESCRIPTION": "According to its website, Pepe is here to make memecoins great again.", - "POLKADOT_PRIMARY_DESCRIPTION": "Polkadot is built to connect private and consortium chains, public and permissionless networks, oracles, and future technologies that are yet to be created. Polkadot facilitates an internet where independent blockchains can exchange information and transactions in a trustless way via the Polkadot relay chain.", - "POLKADOT_SECONDARY_DESCRIPTION": "Polkadot makes it easier than ever to create and connect decentralized applications, services, and institutions. By empowering innovators to build better solutions, we seek to free society from its reliance on a broken web where its large institutions can’t violate our trust.", - "POLYGON_PRIMARY_DESCRIPTION": "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.", - "POLYGON_SECONDARY_DESCRIPTION": "Polygon combines the best of Ethereum and sovereign blockchains into an open, secure, full-fledged multi-chain system that is able to fully benefit from Ethereum’s network effects", - "RIPPLE_PRIMARY_DESCRIPTION": "Ripple is a network designed to settle cross border payments.", - "RIPPLE_SECONDARY_DESCRIPTION": "XRP is an open-source digital asset built to be the most practical cryptocurrency for applications across the financial services space.", - "RUNE_PRIMARY_DESCRIPTION": "Thorchain is a decentralized and autonomous cross-chain liquidity network.", - "RUNE_SECONDARY_DESCRIPTION": "RUNE is the asset which powers the THORChain ecosystem and provides the economic incentives required to secure the network economically.", - "SEI_PRIMARY_DESCRIPTION": "Sei is a general purpose, open-source Layer 1 blockchain specialized for the exchange of digital assets.", - "SEI_SECONDARY_DESCRIPTION": "SEI is the governance token of the SEI network.", - "SHIB_PRIMARY_DESCRIPTION": "Shiba Inu, or SHIB, is the main token of the Shiba ecosystem, bringing the power of a decentralized, community-led currency to millions across the globe.", - "SHIB_SECONDARY_DESCRIPTION": "Shiba Inu developed a layer 2 network called Shibarium, which is built on top of the Ethereum blockchain.", - "SOLANA_PRIMARY_DESCRIPTION": "Solana is a fast, secure, and censorship resistant blockchain providing the open infrastructure required for global adoption.", - "SOLANA_SECONDARY_DESCRIPTION": "Solana is an open source project implementing a new, high-performance, permissionless blockchain. The Solana Foundation is based in Geneva, Switzerland and maintains the open source project.", - "STELLAR_PRIMARY_DESCRIPTION": "Stellar is an open network for storing and moving money.", - "STELLAR_SECONDARY_DESCRIPTION": "Stellar makes it possible to create, send, and trade digital representations of all forms of money: dollars, pesos, bitcoin, pretty much anything. It’s designed so all the world’s financial systems can work together on a single network.", - "SUI_PRIMARY_DESCRIPTION": "Sui is an innovative, decentralized Layer 1 blockchain that redefines asset ownership.", - "SUI_SECONDARY_DESCRIPTION": "Sui simplifies the smart contract development process with Move, a user-friendly programming language that’s both safe and expressive. SUI is the governance token of the Sui network.", - "SUSHISWAP_PRIMARY_DESCRIPTION": "SushiSwap is an automated market making decentralized exchange currently operating on Ethereum.", - "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.", - "SYNTHETIX_PRIMARY_DESCRIPTION": "Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.", - "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.", - "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.", - "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.", - "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.", - "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.", - "UMA_PRIMARY_DESCRIPTION": "UMA is open-source infrastructure for deploying and enforcing synthetic assets on Ethereum.", - "UMA_SECONDARY_DESCRIPTION": "UMA builds open-source infrastructure for \"priceless\" financial contracts on Ethereum in the form of two technologies: priceless financial contract templates used to create synthetic tokens, and a decentralized oracle service used to manage and enforce contracts on UMA.", - "UNISWAP_PRIMARY_DESCRIPTION": "Uniswap is a decentralized protocol for automated liquidity provision on Ethereum.", - "UNISWAP_SECONDARY_DESCRIPTION": "Uniswap is a protocol for exchanging ERC-20 tokens on Ethereum. It eliminates trusted intermediaries and unnecessary forms of rent extraction, allowing for fast, efficient trading.", - "WORLDCOIN_PRIMARY_DESCRIPTION": "Worldcoin protocol is intended to be the world’s largest identity and financial public network.", - "WORLDCOIN_SECONDARY_DESCRIPTION": "Worldcoin is a token providing utility and giving users a say over the direction of the Worldcoin protocol.", - "XTZ_PRIMARY_DESCRIPTION": "Tezos is an open-source platform for assets and applications that can evolve by upgrading itself.", - "XTZ_SECONDARY_DESCRIPTION": "By design, Tezos embraces long-term upgradability, open participation, collaboration, and smart contract safety. Tezos is a Proof of Stake blockchain.", - "YEARN_FINANCE_PRIMARY_DESCRIPTION": "Yearn Finance is a suite of products in Decentralized Finance (DeFi) that provides lending aggregation, yield generation, and insurance on the Ethereum blockchain.", - "YEARN_FINANCE_SECONDARY_DESCRIPTION": "The protocol is maintained by various independent developers and is governed by YFI holders.", - "ZCASH_PRIMARY_DESCRIPTION": "Zcash is a digital currency - fast and confidential with low fees. ", - "ZCASH_SECONDARY_DESCRIPTION": "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." - }, "HEADER": { "API_DOCUMENTATION": "API Documentation", "CHAT": "Chat", diff --git a/package-lock.json b/package-lock.json index 3a7f1dfa5..7c21ae658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.19", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.19", + "version": "1.1.0", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 94b5b7302..b52009960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.19", + "version": "1.1.0", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 03fc90da4..97639934e 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -16,109 +16,6 @@ export const APP_STRING_KEYS = { UNSET: 'APP.ALLOWANCE_ALERT_MODAL.UNSET', WALLET_CAN_BE_USED_NORMALLY: 'APP.ALLOWANCE_ALERT_MODAL.WALLET_CAN_BE_USED_NORMALLY', - // ASSET_DESCRIPTIONS - - '0X_PRIMARY_DESCRIPTION': 'APP.ASSET_DESCRIPTIONS.0X_PRIMARY_DESCRIPTION', - '0X_SECONDARY_DESCRIPTION': 'APP.ASSET_DESCRIPTIONS.0X_SECONDARY_DESCRIPTION', - '1INCH_PRIMARY_DESCRIPTION': 'APP.ASSET_DESCRIPTIONS.1INCH_PRIMARY_DESCRIPTION', - '1INCH_SECONDARY_DESCRIPTION': 'APP.ASSET_DESCRIPTIONS.1INCH_SECONDARY_DESCRIPTION', - AAVE_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.AAVE_PRIMARY_DESCRIPTION', - AAVE_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.AAVE_SECONDARY_DESCRIPTION', - ALGORAND_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ALGORAND_PRIMARY_DESCRIPTION', - ALGORAND_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ALGORAND_SECONDARY_DESCRIPTION', - APECOIN_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.APECOIN_PRIMARY_DESCRIPTION', - APECOIN_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.APECOIN_SECONDARY_DESCRIPTION', - APTOS_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.APTOS_PRIMARY_DESCRIPTION', - APTOS_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.APTOS_SECONDARY_DESCRIPTION', - ARBITRUM_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ARBITRUM_PRIMARY_DESCRIPTION', - ARBITRUM_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ARBITRUM_SECONDARY_DESCRIPTION', - AVAX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.AVAX_PRIMARY_DESCRIPTION', - AVAX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.AVAX_SECONDARY_DESCRIPTION', - BITCOIN_CASH_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.BITCOIN_CASH_PRIMARY_DESCRIPTION', - BITCOIN_CASH_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.BITCOIN_CASH_SECONDARY_DESCRIPTION', - BITCOIN_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.BITCOIN_PRIMARY_DESCRIPTION', - BITCOIN_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.BITCOIN_SECONDARY_DESCRIPTION', - BLUR_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.BLUR_PRIMARY_DESCRIPTION', - BLUR_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.BLUR_SECONDARY_DESCRIPTION', - CARDANO_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CARDANO_PRIMARY_DESCRIPTION', - CARDANO_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CARDANO_SECONDARY_DESCRIPTION', - CELO_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CELO_PRIMARY_DESCRIPTION', - CELO_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CELO_SECONDARY_DESCRIPTION', - CHAINLINK_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CHAINLINK_PRIMARY_DESCRIPTION', - CHAINLINK_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CHAINLINK_SECONDARY_DESCRIPTION', - COMPOUND_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.COMPOUND_PRIMARY_DESCRIPTION', - COMPOUND_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.COMPOUND_SECONDARY_DESCRIPTION', - COSMOS_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.COSMOS_PRIMARY_DESCRIPTION', - COSMOS_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.COSMOS_SECONDARY_DESCRIPTION', - CURVE_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CURVE_PRIMARY_DESCRIPTION', - CURVE_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.CURVE_SECONDARY_DESCRIPTION', - DOGECOIN_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.DOGECOIN_PRIMARY_DESCRIPTION', - DOGECOIN_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.DOGECOIN_SECONDARY_DESCRIPTION', - ENJ_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ENJ_PRIMARY_DESCRIPTION', - ENJ_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ENJ_SECONDARY_DESCRIPTION', - EOS_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.EOS_PRIMARY_DESCRIPTION', - EOS_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.EOS_SECONDARY_DESCRIPTION', - ETC_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ETC_PRIMARY_DESCRIPTION', - ETC_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ETC_SECONDARY_DESCRIPTION', - ETHEREUM_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ETHEREUM_PRIMARY_DESCRIPTION', - ETHEREUM_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ETHEREUM_SECONDARY_DESCRIPTION', - FILECOIN_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.FILECOIN_PRIMARY_DESCRIPTION', - FILECOIN_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.FILECOIN_SECONDARY_DESCRIPTION', - ICP_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ICP_PRIMARY_DESCRIPTION', - ICP_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ICP_SECONDARY_DESCRIPTION', - LDO_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.LDO_PRIMARY_DESCRIPTION', - LDO_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.LDO_SECONDARY_DESCRIPTION', - LITECOIN_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.LITECOIN_PRIMARY_DESCRIPTION', - LITECOIN_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.LITECOIN_SECONDARY_DESCRIPTION', - MAKER_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.MAKER_PRIMARY_DESCRIPTION', - MAKER_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.MAKER_SECONDARY_DESCRIPTION', - MONERO_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.MONERO_PRIMARY_DESCRIPTION', - MONERO_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.MONERO_SECONDARY_DESCRIPTION', - NEAR_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.NEAR_PRIMARY_DESCRIPTION', - NEAR_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.NEAR_SECONDARY_DESCRIPTION', - OPTIMISM_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.OPTIMISM_PRIMARY_DESCRIPTION', - OPTIMISM_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.OPTIMISM_SECONDARY_DESCRIPTION', - PEPE_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.PEPE_PRIMARY_DESCRIPTION', - PEPE_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.PEPE_SECONDARY_DESCRIPTION', - POLKADOT_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.POLKADOT_PRIMARY_DESCRIPTION', - POLKADOT_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.POLKADOT_SECONDARY_DESCRIPTION', - POLYGON_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.POLYGON_PRIMARY_DESCRIPTION', - POLYGON_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.POLYGON_SECONDARY_DESCRIPTION', - RIPPLE_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.RIPPLE_PRIMARY_DESCRIPTION', - RIPPLE_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.RIPPLE_SECONDARY_DESCRIPTION', - RUNE_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.RUNE_PRIMARY_DESCRIPTION', - RUNE_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.RUNE_SECONDARY_DESCRIPTION', - SEI_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SEI_PRIMARY_DESCRIPTION', - SEI_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SEI_SECONDARY_DESCRIPTION', - SHIB_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SHIB_PRIMARY_DESCRIPTION', - SHIB_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SHIB_SECONDARY_DESCRIPTION', - SOLANA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SOLANA_PRIMARY_DESCRIPTION', - SOLANA_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SOLANA_SECONDARY_DESCRIPTION', - STELLAR_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.STELLAR_PRIMARY_DESCRIPTION', - STELLAR_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.STELLAR_SECONDARY_DESCRIPTION', - SUI_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUI_PRIMARY_DESCRIPTION', - SUI_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUI_SECONDARY_DESCRIPTION', - SUSHISWAP_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUSHISWAP_PRIMARY_DESCRIPTION', - SUSHISWAP_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SUSHISWAP_SECONDARY_DESCRIPTION', - SYNTHETIX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_PRIMARY_DESCRIPTION', - SYNTHETIX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.SYNTHETIX_SECONDARY_DESCRIPTION', - TIA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_PRIMARY_DESCRIPTION', - TIA_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TIA_SECONDARY_DESCRIPTION', - TRX_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_PRIMARY_DESCRIPTION', - TRX_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.TRX_SECONDARY_DESCRIPTION', - UMA_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UMA_PRIMARY_DESCRIPTION', - UMA_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UMA_SECONDARY_DESCRIPTION', - UNISWAP_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UNISWAP_PRIMARY_DESCRIPTION', - UNISWAP_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.UNISWAP_SECONDARY_DESCRIPTION', - WORLDCOIN_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.WORLDCOIN_PRIMARY_DESCRIPTION', - WORLDCOIN_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.WORLDCOIN_SECONDARY_DESCRIPTION', - XTZ_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.XTZ_PRIMARY_DESCRIPTION', - XTZ_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.XTZ_SECONDARY_DESCRIPTION', - YEARN_FINANCE_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.YEARN_FINANCE_PRIMARY_DESCRIPTION', - YEARN_FINANCE_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.YEARN_FINANCE_SECONDARY_DESCRIPTION', - ZCASH_PRIMARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ZCASH_PRIMARY_DESCRIPTION', - ZCASH_SECONDARY_DESCRIPTION: 'APP.ASSET_DESCRIPTIONS.ZCASH_SECONDARY_DESCRIPTION', - // COMPLIANCE_MODAL COMPLIANCE_BODY: 'APP.COMPLIANCE_MODAL.COMPLIANCE_BODY',