diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 70679ff8..5ceda020 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -63,7 +63,6 @@
"COPY": "Copy",
"LANGUAGE": "Language",
"UNIVERSAL_DIVIDEND": "Universal dividend",
- "UNIVERSAL_DIVIDEND_COMPACT": "Universal dividend ×{{count}}",
"UD": "UD",
"DATE_PATTERN": "MM/DD/YYYY HH:mm",
"DATE_FILE_PATTERN": "YYYY-MM-DD",
@@ -111,8 +110,7 @@
"SETTINGS": "Settings",
"NETWORK": "Network",
"TRANSACTIONS": "My transactions",
- "SCAN_QRCODE": "Scan QR Code",
- "CESIUM_V1_RECOVERY": "Cesium 1 Recovery"
+ "SCAN_QRCODE": "Scan QR Code"
},
"ABOUT": {
"TITLE": "About",
@@ -141,7 +139,7 @@
"FORK_ME": "Fork me!",
"SHOW_LICENSE": "Show license",
"REPORT_ISSUE": "Report an issue",
- "NOT_YOUR_ACCOUNT_QUESTION": "You do not own the account {{pubkey}}?",
+ "NOT_YOUR_ACCOUNT_QUESTION": "You do not own the account {{pubkey|formatPubkey}}?",
"BTN_CHANGE_ACCOUNT": "Forget this account",
"CONNECTION_ERROR": "Peer {{server}} unreachable or invalid address.
Check your Internet connection, or change node in the settings.",
"SHOW_ALL_FEED": "Show all",
@@ -222,7 +220,6 @@
"EXPERT_MODE_HELP": "Allow to see more details",
"DEBUG_MODE": "Enable debug mode",
"DEBUG_MODE_HELP": "Display additional debugging information.",
- "HIDE_CESIUM_V1_RECOVERY": "Hide Cesium v1 recovery",
"BLOCK_VALIDITY_WINDOW": "Block uncertainty time",
"BLOCK_VALIDITY_WINDOW_SHORT": "Time of uncertainty",
"BLOCK_VALIDITY_WINDOW_HELP": "Time to wait before considering an information is validated",
@@ -443,7 +440,6 @@
},
"NETWORK": {
"TITLE": "Network",
- "TITLE_PREVIEW": "Network preview",
"NODES_VIEW": "Nodes",
"BLOCKS_VIEW": "Blocks",
"NO_BLOCKS": "No blocks available",
@@ -457,8 +453,7 @@
"EVENTS_ONLY": "Events",
"FILTERS": "Filters",
"MAX_BLOCKS": "Maximum number of blocks",
- "STATUS": "Network status",
- "STATUS_TITLE": "Network status: {{status}}",
+ "STATUS_TITLE": "Network: {{status}}",
"CONSENSUS": {
"NONE": "No consensus",
"PENDING": "Scanning…",
@@ -615,9 +610,9 @@
},
"LOOKUP": {
"TITLE": "Registry",
- "NEWCOMERS": "New members",
+ "NEWCOMERS": "New members:",
"NEWCOMERS_COUNT": "{{count}} members",
- "PENDING": "Pending registrations",
+ "PENDING": "Pending registrations:",
"PENDING_COUNT": "{{count}} pending registrations",
"REGISTERED": "Registered {{sigDate | formatFromNow}}",
"MEMBER_FROM": "Member since {{memberDate|medianFromNowShort}}",
@@ -875,20 +870,13 @@
"MEMBERSHIP_MANAGEMENT": {
"TITLE": "Membership management",
"BTN_RENEW": "Renew my membership",
- "RENEW_UNAVAILABLE_TITLE": "Renewal unavailable",
- "RENEW_REASON_PENDING": "A distance evaluation is already in progress. Please wait for the result before renewing.",
- "RENEW_REASON_TOO_EARLY": "Renewal will be available from {{date}}.",
- "RENEW_REASON_EXPIRED_WITH_DATES": "Your membership expired on {{expireDate}}.
Your identity will be automatically revoked on {{revocationDate}} if you do not renew before that date.",
- "RENEW_REASON_EXPIRED_REVOCATION_ONLY": "Your membership has expired.
Your identity will be automatically revoked on {{revocationDate}} if you do not renew before that date.",
- "RENEW_REASON_EXPIRED": "Your membership has expired.",
- "RENEW_REASON_NO_MEMBERSHIP": "Your membership has expired. Renewal is no longer possible.",
"BTN_MIGRATE": "Migrate my identity",
"BTN_REVOKE": "Revoke my identity",
"BTN_REVOKE_CONFIRM": "Yes, revoke my identity",
"SELECT_TARGET_WALLET_TITLE": "Select target wallet",
"SELECT_TARGET_WALLET_HELP": "Select the wallet that will receive the migrated identity. Only non-member wallets are shown.",
"MIGRATE_CONFIRM_TITLE": "Migrate identity",
- "MIGRATE_CONFIRM_MESSAGE": "You are about to migrate the identity {{uid}} to the wallet {{targetAddress}}.
All your funds will be automatically transferred to the new address. The old wallet will be removed.
Warning: This operation is irreversible. After migration, only the new wallet will have access to the identity, its certifications and your funds.
Are you sure you want to continue?",
+ "MIGRATE_CONFIRM_MESSAGE": "You are about to migrate the identity {{uid}} to the wallet {{targetAddress}}.
Warning: This operation is irreversible. After migration, only the new wallet will have access to the identity and its certifications.
Are you sure you want to continue?",
"RENEW_CONFIRM_TITLE": "Membership renewal",
"REVOKE_CONFIRM_TITLE": "Revoke identity",
"REVOKE_CONFIRM_MESSAGE": "⚠️ CRITICAL WARNING
You are about to revoke the identity {{uid}}.
This action will:
• Permanently revoke your membership
• Lose all certifications
• Stop producing Universal Dividends
This operation is IRREVERSIBLE and DEFINITIVE.
The account will remain usable as a simple wallet, but the identity cannot be recovered.
Are you absolutely sure?"
@@ -898,11 +886,6 @@
"MESSAGE": "Your membership will expire soon. Remember to renew it to continue producing your universal dividends.",
"EXPIRES_ON": "Expires on:"
},
- "DISTANCE_EVAL": {
- "TITLE": "Evaluation in progress",
- "MESSAGE": "A distance evaluation is in progress for your identity. The result will be available at the next blockchain session.",
- "ESTIMATED_AT": "Estimated result around"
- },
"MNEMONIC_VIEW": {
"TITLE": "Recovery phrase",
"BTN_SHOW_MNEMONIC": "Show recovery phrase",
@@ -996,11 +979,8 @@
},
"WALLET_LIST": {
"TITLE": "My wallets",
- "BTN_NEW": "Create a wallet",
- "BTN_NEW_DOTS": "Create a new wallet...",
- "BTN_ADD_EXISTING_DOTS": "Add an existing wallet...",
- "EMPTY_WALLET_WARNING": "Greyed-out wallets have a zero balance and cannot be used as migration targets. Please transfer at least {{amount}} to the target wallet first.",
- "BTN_TRANSFER_MIN": "Transfer {{amount}}",
+ "BTN_NEW": "Add a wallet",
+ "BTN_NEW_DOTS": "Add a wallet...",
"BTN_DOWNLOAD": "Download the list",
"BTN_IMPORT_FILE_DOTS": "Import from a file...",
"NO_WALLET": "No secondary wallet",
@@ -1136,7 +1116,7 @@
},
"MIGRATION_DETECTED": {
"TITLE": "Identity migrated",
- "MESSAGE": "Your identity {{uid}} has been migrated to another wallet ({{newAddress}}).",
+ "MESSAGE": "Your identity {{uid}} has been migrated to another wallet ({{newAddress}}) from another application.",
"EXPLANATION": "This wallet no longer contains an identity. To access your identity, you need to import the recovery phrase from your new wallet.",
"BTN_FORGET_AND_IMPORT": "Forget this wallet and import my new recovery phrase",
"BTN_IGNORE": "Ignore this warning",
@@ -1528,37 +1508,5 @@
"IDENTICAL_KEYS": "New keys are identical to current keys",
"SHOW_ANYWAY": "Next keys are the same — Show anyway"
}
- },
- "UPDATE_POPUP": {
- "TITLE": "Update available",
- "MESSAGE": "A new version of Cesium is available. Please update your application.",
- "BTN_UPDATE": "Update",
- "BTN_LATER": "Later"
- },
- "CESIUM_V1_RECOVERY": {
- "TITLE": "Cesium 1 Recovery",
- "DESCRIPTION": "Here are the Cesium v1 accounts detected on this device. You can recover them for use in Cesium v2.",
- "MAIN_ACCOUNT": "Main account",
- "BTN_RECOVER": "Recover",
- "HOME_HINT": "V1 accounts to recover!",
- "ALREADY_IMPORTED": "Recovered",
- "NO_ACCOUNTS": "No Cesium v1 accounts detected",
- "NO_ACCOUNTS_HELP": "No Cesium v1 accounts were found on this device.",
- "DISMISS": {
- "BTN": "Don't show this screen again",
- "TITLE": "Hide recovery",
- "MESSAGE": "This will hide the Cesium v1 recovery screen and menus. This has no effect on your accounts on the blockchain: they remain recoverable at any time via settings.",
- "BTN_CONFIRM": "Hide"
- },
- "ERROR": {
- "PUBKEY_MISMATCH": "The credentials entered do not match this account. The derived public key differs from the expected one."
- }
- },
- "HISTORY": {
- "OPTIONS": {
- "SHOW_UD": "Show dividends",
- "SHOW_BALANCE": "Show balance"
- },
- "IDENTITY_MIGRATION": "Identity migration"
}
}