From 254be1674c7fa651b5ce680c524166d8acfabe7d Mon Sep 17 00:00:00 2001 From: Aleka Cheung Date: Tue, 10 Oct 2023 15:42:50 -0400 Subject: [PATCH] add more token migration strings --- config/localization/en/app.json | 5 ++++- package.json | 2 +- scripts/generated/app.ts | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index b65a01d20..36c1c6d4b 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -875,7 +875,7 @@ "MAKER_MARKET_SHARE": "maker market share", "MARKET_NOW_LIVE": "{SYMBOL} now live", "MIGRATE_NOW": "Migrate now", - "MIGRATE_DESCRIPTION": "Migrate your DYDX from Ethereum to dYdX Chain. This will enable you to participate in governance. You will also be able to stake your DYDX.", + "MIGRATE_DESCRIPTION": "Migrate your DYDX from Ethereum to dYdX Chain. This will enable you to stake and participate in governance.", "NAVIGATE_TO_KEPLR": "{STRONG_YES}, navigate to Keplr Dashboard.", "NO_TOKENS_TO_MIGRATE": "No tokens to migrate", "NONE_HELD": "None held", @@ -1559,6 +1559,7 @@ "AVAILABLE_BLOCK": "Available block", "AVAILABLE_ON_CHAIN": "Available on {CHAIN}", "BALANCE_ON_CHAIN": "Balance on {CHAIN}", + "BANNER_CONTENT": "dYdX Chain is in Alpha - help secure the network by staking!", "BEFORE": "Before", "CHECK_STATUS": "Check status", "CONFIRM_MIGRATION_DISCLAIMER_1": "I understand it may take 24-48 hours until my tokens are available on the dYdX Chain.", @@ -1578,6 +1579,7 @@ "GENERATED_ADDRESS_INFO": "You'll be able to manage your dYdX Chain DYDX on {TRADE_URL} using the same wallet.", "GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX Chain address via {ADDRESS_OR_WALLET_SIGNATURE}", "LATEST_BLOCK_HEIGHT": "Latest block height", + "LEARN_ABOUT_STAKING": "Learn about staking", "MIGRATION_BLOCKED_MESSAGE": "Because you appear to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked and this transaction cannot be completed.", "MIGRATION_BLOCKED_MESSAGE_DESTINATION": "Because the destination address appears to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.", "MIGRATION_FAILED": "Migration failed", @@ -1604,6 +1606,7 @@ "PENDING_MIGRATIONS": "Pending Migrations", "PREVIEW_MIGRATION": "Preview migration", "PROGRESS_TRACKING_WARNING": "Leave this open to track your progress while the transaction is being finalized.", + "READ_LAUNCH_BLOG_POST": "Read launch blog post", "RETRY_MIGRATION": "Retry migration", "SEARCH_DYDX_CHAIN_ADDRESS": "Search dYdX Chain address", "SEND_TO_ANOTHER_ADDRESS": "Send to another {ADDRESS}", diff --git a/package.json b/package.json index a5face152..04ea5eb9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "0.1.27", + "version": "0.1.28", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 071cf9768..266eb51c7 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 scripts/codegen_localization_app.swift +// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift export const APP_STRING_KEYS = { @@ -1536,6 +1536,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = { AVAILABLE_BLOCK: 'TOKEN_MIGRATION.AVAILABLE_BLOCK', AVAILABLE_ON_CHAIN: 'TOKEN_MIGRATION.AVAILABLE_ON_CHAIN', BALANCE_ON_CHAIN: 'TOKEN_MIGRATION.BALANCE_ON_CHAIN', + BANNER_CONTENT: 'TOKEN_MIGRATION.BANNER_CONTENT', BEFORE: 'TOKEN_MIGRATION.BEFORE', CHECK_STATUS: 'TOKEN_MIGRATION.CHECK_STATUS', CONFIRM_MIGRATION: 'TOKEN_MIGRATION.CONFIRM_MIGRATION', @@ -1555,6 +1556,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = { GENERATED_ADDRESS_INFO: 'TOKEN_MIGRATION.GENERATED_ADDRESS_INFO', GENERATED_ADDRESS_VIA_ADDRESS: 'TOKEN_MIGRATION.GENERATED_ADDRESS_VIA_ADDRESS', LATEST_BLOCK_HEIGHT: 'TOKEN_MIGRATION.LATEST_BLOCK_HEIGHT', + LEARN_ABOUT_STAKING: 'TOKEN_MIGRATION.LEARN_ABOUT_STAKING', MIGRATION_BLOCKED_MESSAGE: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE', MIGRATION_BLOCKED_MESSAGE_DESTINATION: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE_DESTINATION', MIGRATION_FAILED: 'TOKEN_MIGRATION.MIGRATION_FAILED', @@ -1581,6 +1583,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = { PENDING_MIGRATIONS_DESCRIPTION_III: 'TOKEN_MIGRATION.PENDING_MIGRATIONS_DESCRIPTION_III', PREVIEW_MIGRATION: 'TOKEN_MIGRATION.PREVIEW_MIGRATION', PROGRESS_TRACKING_WARNING: 'TOKEN_MIGRATION.PROGRESS_TRACKING_WARNING', + READ_LAUNCH_BLOG_POST: 'TOKEN_MIGRATION.READ_LAUNCH_BLOG_POST', RETRY_MIGRATION: 'TOKEN_MIGRATION.RETRY_MIGRATION', SEARCH_DYDX_CHAIN_ADDRESS: 'TOKEN_MIGRATION.SEARCH_DYDX_CHAIN_ADDRESS', SENDING_IN_PROGRESS: 'TOKEN_MIGRATION.SENDING_IN_PROGRESS',