From d19be068f9faa5901984590a57952258ec8b66df Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sun, 22 Feb 2026 05:39:44 +0300 Subject: [PATCH] fix: add missing tokenomics, teamSection and treasury keys to en.ts --- web/src/i18n/locales/en.ts | 61 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/web/src/i18n/locales/en.ts b/web/src/i18n/locales/en.ts index cb9ce26a..ce155cdf 100644 --- a/web/src/i18n/locales/en.ts +++ b/web/src/i18n/locales/en.ts @@ -62,11 +62,65 @@ export default { 'tokenomics.circulating': 'Circulating Supply', 'tokenomics.staked': 'Staked', 'tokenomics.rewards': 'Rewards Pool', + 'tokenomics.dualToken': 'Dual Token Ecosystem', + 'tokenomics.dualTokenDesc': 'PEZ and HEZ tokens work together for governance and utility', + 'tokenomics.pezToken': 'PEZ Token', + 'tokenomics.hezToken': 'HEZ Token', + 'tokenomics.pezDistribution': 'PEZ Distribution', + 'tokenomics.treasury': 'Treasury', + 'tokenomics.presale': 'Presale', + 'tokenomics.founder': 'Founder', + 'tokenomics.stakingRewards': 'Staking Rewards', + 'tokenomics.governance': 'Governance', + 'tokenomics.ecosystem': 'Ecosystem', + 'tokenomics.team': 'Team', + 'tokenomics.hezFeatures': 'Token Features', + 'tokenomics.govToken': 'Governance Token', + 'tokenomics.govTokenDesc': 'Vote on proposals and participate in DAO decisions', + 'tokenomics.stakingRewardsTitle': 'Staking Rewards', + 'tokenomics.stakingRewardsDesc': 'Earn HEZ tokens by staking PEZ', + 'tokenomics.treasuryAccess': 'Treasury Access', + 'tokenomics.treasuryAccessDesc': 'Propose and vote on treasury fund allocations', + 'tokenomics.deflationary': 'Deflationary', + 'tokenomics.deflationaryDesc': 'Synthetic halving every 48 months', + 'tokenomics.utilityToken': 'Utility Token', + 'tokenomics.utilityTokenDesc': 'Used for platform transactions and services', + 'tokenomics.p2pTrading': 'P2P Trading', + 'tokenomics.p2pTradingDesc': 'Primary currency for peer-to-peer marketplace', + 'tokenomics.feeDiscounts': 'Fee Discounts', + 'tokenomics.feeDiscountsDesc': 'Lower platform fees when using HEZ', + 'tokenomics.rewardDistribution': 'Reward Distribution', + 'tokenomics.rewardDistributionDesc': 'Earned through staking and participation', + 'tokenomics.tokenSynergy': 'Token Synergy', + 'tokenomics.synergy1': 'Stake PEZ → Earn HEZ Rewards', + 'tokenomics.synergy2': 'Use HEZ → Boost Governance Power', + 'tokenomics.synergy3': 'Hold Both → Maximum Platform Benefits', // Team 'team.title': 'Our Heroes', 'team.subtitle': 'Honoring Kurdish leaders and freedom fighters', + // Team Section + 'teamSection.title': 'Our Team', + 'teamSection.subtitle': 'Meet the Visionaries', + 'teamSection.description': 'A dedicated team of blockchain experts and governance specialists building the future of decentralized democracy', + 'teamSection.chiefArchitect': 'Chief Architect', + 'teamSection.chiefArchitectDesc': 'Blockchain visionary and protocol designer', + 'teamSection.govLead': 'Governance Lead', + 'teamSection.govLeadDesc': 'Democratic systems and consensus mechanisms', + 'teamSection.protocolEngineer': 'Protocol Engineer', + 'teamSection.protocolEngineerDesc': 'Core protocol development and optimization', + 'teamSection.securityAdvisor': 'Security Advisor', + 'teamSection.securityAdvisorDesc': 'Cryptography and network security expert', + 'teamSection.communityDirector': 'Community Director', + 'teamSection.communityDirectorDesc': 'Ecosystem growth and community relations', + 'teamSection.treasuryManager': 'Treasury Manager', + 'teamSection.treasuryManagerDesc': 'Economic models and treasury operations', + 'teamSection.devRelations': 'Developer Relations', + 'teamSection.devRelationsDesc': 'Technical documentation and developer support', + 'teamSection.researchLead': 'Research Lead', + 'teamSection.researchLeadDesc': 'Blockchain research and innovation', + // Footer 'footer.about': 'About', 'footer.governance': 'Governance', @@ -2175,6 +2229,12 @@ export default { // ==================== BATCH 7: Treasury ==================== // TreasuryOverview + 'treasury.title': 'Treasury', + 'treasury.subtitle': 'Manage community funds', + 'treasury.overview': 'Overview', + 'treasury.proposals': 'Proposals', + 'treasury.approvals': 'Approvals', + 'treasury.history': 'History', 'treasury.loading': 'Loading treasury data from blockchain...', 'treasury.errorLoad': 'Failed to load treasury data: {{error}}', 'treasury.liveData': 'Live Blockchain Data', @@ -3450,6 +3510,7 @@ export default { 'sessionMonitor.idle': 'Idle', 'sessionMonitor.inactive': 'Inactive', 'sessionMonitor.ip': 'IP:', + 'sessionMonitor.terminateFailed': 'Failed to terminate session', // Batch 12: Pezkuwi Wallet Button 'pezWallet.connected': 'Account Connected',