feat(i18n): add English locale for all blockchain commands
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run

18 translation keys covering chain, wallet, asset commands
and common error/status messages. Ready for go-i18n integration.

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-02 03:11:37 +01:00
parent 09b8953bc2
commit 1baf04cd27
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -0,0 +1,21 @@
{
"blockchain.chain.serve.description": "Sync the blockchain and serve JSON-RPC API",
"blockchain.chain.sync.description": "Headless P2P chain synchronisation",
"blockchain.chain.explorer.description": "Interactive terminal block explorer",
"blockchain.chain.status.description": "Show chain and network status",
"blockchain.wallet.create.description": "Create a new Lethean wallet with iTHN address",
"blockchain.wallet.address.description": "Show wallet address",
"blockchain.wallet.seed.description": "Show 24-word mnemonic seed phrase",
"blockchain.wallet.restore.description": "Restore wallet from seed phrase",
"blockchain.wallet.scan.description": "Scan chain for owned outputs",
"blockchain.wallet.transfer.description": "Send LTHN to an address",
"blockchain.wallet.info.description": "Show full wallet information",
"blockchain.asset.deploy.description": "Deploy a confidential asset (HF5+)",
"blockchain.asset.info.description": "Query asset descriptor by ID or ticker",
"blockchain.error.daemon_unreachable": "Daemon unreachable at %s",
"blockchain.error.invalid_address": "Invalid iTHN address",
"blockchain.error.alias_not_found": "Alias @%s not found",
"blockchain.status.syncing": "Syncing: %d/%d blocks",
"blockchain.status.synced": "Fully synced at height %d",
"blockchain.status.hf5_countdown": "HF5 activates in %d blocks (~%.1f hours)"
}