Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.19: Celestia description #203

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.0.18",
"version": "1.0.19",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down