Skip to content

Commit

Permalink
add more token migration strings
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Oct 10, 2023
1 parent 28d3b28 commit 254be16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand All @@ -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",
Expand All @@ -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}",
Expand Down
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": "0.1.27",
"version": "0.1.28",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -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 = {

Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 254be16

Please sign in to comment.