Browse Source

'加了一些i18N'

hf;;
hflllll 1 week ago
parent
commit
24580a497e
7 changed files with 351 additions and 648 deletions
  1. +2
    -2
      src/components/about/PartnersModule.vue
  2. +0
    -19
      src/components/layout/NavBar.vue
  3. +197
    -144
      src/i18n/locales/en.json
  4. +72
    -476
      src/i18n/locales/ja.json
  5. +79
    -1
      src/i18n/locales/zh.json
  6. +0
    -5
      src/router/index.ts
  7. +1
    -1
      tsconfig.tsbuildinfo

+ 2
- 2
src/components/about/PartnersModule.vue View File

@ -163,7 +163,7 @@ onMounted(() => {
<img :src="partner.logo" :alt="partner.name" class="max-h-full max-w-full" />
</div>
<h4 class="text-lg font-bold text-text text-center mb-2">{{ partner.name }}</h4>
<p class="text-text-secondary text-center text-sm">{{ partner.description }}</p>
<p class="text-text-secondary text-center text-sm" v-html="partner.description"></p>
</div>
</div>
</div>
@ -203,7 +203,7 @@ onMounted(() => {
<img :src="partner.logo" :alt="partner.name" class="max-h-full max-w-full" />
</div>
<h4 class="text-lg font-bold text-text text-center mb-2">{{ partner.name }}</h4>
<p class="text-text-secondary text-center text-sm">{{ partner.description }}</p>
<p class="text-text-secondary text-center text-sm" v-html="partner.description"></p>
</div>
</div>
</div>


+ 0
- 19
src/components/layout/NavBar.vue View File

@ -86,15 +86,6 @@ const emit = defineEmits(['changeLanguage']);
{{ t('nav.about') }}
</router-link>
<!-- 资源 -->
<router-link
to="/resources"
class="text-text-secondary hover:text-text transition-colors duration-200 animate__animated animate__fadeInDown animate__duration-fast animate__delay-md"
:class="{ 'text-primary-light font-medium': $route.path === '/resources' }"
>
{{ t('nav.resources') }}
</router-link>
<!-- 社区 -->
<router-link
to="/community"
@ -228,16 +219,6 @@ const emit = defineEmits(['changeLanguage']);
{{ t('nav.about') }}
</router-link>
<!-- 资源 -->
<router-link
to="/resources"
class="text-text-secondary hover:text-text py-2 animate__animated animate__fadeInRight animate__duration-fast animate__delay-md"
:class="{ 'text-primary-light font-medium': $route.path === '/resources' }"
@click="isMenuOpen = false"
>
{{ t('nav.resources') }}
</router-link>
<!-- 社区 -->
<router-link
to="/community"


+ 197
- 144
src/i18n/locales/en.json View File

@ -4,7 +4,6 @@
"ecosystem": "Ecosystem",
"technology": "Technology",
"about": "About",
"resources": "Resources",
"community": "Community",
"faq": "FAQ",
"contact": "Contact"
@ -137,6 +136,11 @@
"grants": "Grants Program",
"community": "Developer Community"
},
"apps": {
"title": "Applications",
"subtitle": "Discover applications built on MOSE blockchain",
"visit": "Visit App"
},
"ten_ecosystems": {
"title": "MOSE Ten Ecosystems",
"subtitle": "We've built a complete ecosystem supporting various blockchain application scenarios",
@ -250,191 +254,240 @@
},
"layer4": {
"title": "Layer 4: Application Layer",
"description": "Supporting DApp development and deployment"
"description": "Supporting various DApps and use cases with developer-friendly tools"
}
},
"innovation": {
"title": "Core Innovations",
"subtitle": "MOSE's technological breakthroughs",
"zk_proofs": {
"title": "Zero-Knowledge Proofs",
"description": "Using state-of-the-art zk-SNARKs technology for transaction privacy"
"subtitle": "Breakthrough technologies that set MOSE apart",
"privacy": {
"title": "Privacy-Preserving Technology",
"description": "MOSE utilizes zero-knowledge proofs and advanced cryptographic techniques to ensure transaction privacy while maintaining regulatory compliance."
},
"cross_chain": {
"title": "Cross-Chain Protocol",
"description": "Unique cross-chain bridging technology for asset and data transfer between different blockchains"
"interoperability": {
"title": "Cross-Chain Interoperability",
"description": "Our proprietary XRouter protocol enables seamless asset transfers and communication between different blockchain networks."
},
"scalability": {
"title": "Scalability Solutions",
"description": "Sharding technology and state channels for high throughput"
"title": "High Scalability",
"description": "MOSE's layered architecture and optimized consensus mechanism achieve throughput of 100,000+ TPS with sub-second finality."
},
"security": {
"title": "Security Architecture",
"description": "Multi-layer security design to prevent various attacks"
"title": "Enhanced Security",
"description": "Multi-layer security design with formal verification, ensuring the highest level of protection for user assets and data."
}
},
"ecosystem_integration": {
"title": "Ecosystem Integration",
"subtitle": "How MOSE integrates with existing blockchain ecosystems",
"ethereum": {
"title": "Ethereum Integration",
"description": "Seamless interoperability with the Ethereum ecosystem"
},
"cosmos": {
"title": "Cosmos Integration",
"description": "Interoperability with the Cosmos network"
},
"polkadot": {
"title": "Polkadot Integration",
"description": "Operating as a Polkadot parachain"
"subtitle": "Seamlessly connect with the broader blockchain ecosystem",
"compatibility": {
"title": "Multi-Chain Compatibility",
"description": "MOSE is compatible with major blockchain ecosystems including Ethereum, Cosmos, and Polkadot."
},
"bridges": {
"title": "Cross-Chain Bridges",
"description": "Secure and efficient bridges for asset transfers between MOSE and other blockchains."
},
"oracles": {
"title": "Decentralized Oracles",
"description": "Integration with leading oracle networks for reliable off-chain data."
},
"standards": {
"title": "Open Standards",
"description": "Support for industry standards ensuring wide compatibility and interoperability."
}
}
},
"about": {
"title": "About Us",
"subtitle": "Learn about the team and vision behind MOSE",
"vision": {
"title": "Our Vision",
"description": "MOSE is dedicated to building the next generation of decentralized infrastructure, providing secure, efficient, and scalable blockchain solutions for global users through innovative privacy protection and cross-chain technology."
"hero": {
"title": "About MOSE",
"subtitle": "Building the future of privacy-preserving blockchain technology"
},
"story": {
"title": "Our Story",
"founding": "MOSE was founded in 2022 by a team of cryptography experts, blockchain engineers, and privacy advocates with a shared vision: to create a blockchain platform that combines high performance with strong privacy guarantees.",
"mission": "Our mission is to provide a decentralized infrastructure that empowers users with control over their data while enabling innovative applications across various industries.",
"growth": "Since our inception, we have grown to a team of over 200 professionals across 10 global offices, building partnerships with leading institutions and expanding our ecosystem."
},
"milestones": {
"title": "Key Milestones",
"2022": {
"q1": "MOSE project founded",
"q3": "Seed funding round completed"
},
"2023": {
"q1": "Testnet Alpha launched",
"q2": "Strategic partnerships announced",
"q4": "Testnet Beta with privacy features"
},
"2024": {
"q2": "Mainnet preparation",
"q4": "Ecosystem expansion"
},
"2025": {
"q3": "Full mainnet launch"
}
},
"mission": {
"title": "Our Mission",
"description": "Empowering global users, protecting data privacy, and promoting widespread adoption of blockchain technology."
"ecosystem": {
"title": "Our Ecosystem",
"description": "MOSE is building a comprehensive ecosystem of privacy-preserving applications and services across various sectors, from finance and healthcare to social media and enterprise solutions."
},
"companies": {
"title": "Global Offices",
"description": "With headquarters in Singapore and offices across major financial and technology hubs worldwide, MOSE maintains a truly global presence to serve our diverse community."
},
"partners": {
"title": "Our Partners",
"description": "We collaborate with industry leaders to advance blockchain technology and expand the MOSE ecosystem.",
"technology_title": "Technology Partners",
"investors_title": "Investors",
"compliance_title": "Compliance Partners"
},
"team": {
"title": "Core Team",
"subtitle": "Professional talents from top global technology companies and academic institutions"
},
"investors": {
"title": "Investors",
"subtitle": "Global leading venture capital institutions and strategic partners"
},
"roadmap": {
"title": "Development Roadmap",
"subtitle": "MOSE's past, present, and future",
"phase1": {
"title": "Phase 1: Research & Testing",
"description": "2023-2024: Core technology research and testnet deployment"
},
"phase2": {
"title": "Phase 2: Mainnet Launch",
"description": "2025-2026: Mainnet launch and ecosystem building"
},
"phase3": {
"title": "Phase 3: Global Expansion",
"description": "2026-2027: Global market expansion and ecosystem prosperity"
"title": "Leadership Team",
"ceo": {
"name": "John Smith",
"title": "CEO & Co-Founder",
"bio": "Former CTO at a leading blockchain company with 15+ years of experience in distributed systems."
},
"cto": {
"name": "Sarah Chen",
"title": "CTO & Co-Founder",
"bio": "PhD in Cryptography from MIT, specializing in zero-knowledge proofs and privacy-preserving technologies."
},
"coo": {
"name": "Michael Johnson",
"title": "COO",
"bio": "20+ years of operational experience in fintech and blockchain companies."
},
"research": {
"name": "Elena Rodriguez",
"title": "Head of Research",
"bio": "Leading cryptographer with multiple patents in privacy-preserving technologies."
}
}
},
"resources": {
"title": "Resources",
"subtitle": "Access MOSE's documentation, tools, and resources",
"docs": {
"title": "Documentation",
"description": "Detailed technical documentation and developer guides"
},
"github": {
"title": "GitHub",
"description": "MOSE's open-source code repositories"
},
"blog": {
"title": "Blog",
"description": "Latest technical articles and project updates"
},
"community": {
"title": "Community",
"description": "Join MOSE's global community"
}
},
"community": {
"title": "Community",
"subtitle": "Join MOSE's global community, participate in discussions and contribute",
"join": {
"title": "Join the Community",
"description": "Become part of the MOSE ecosystem"
"hero": {
"title": "Join Our Community",
"subtitle": "Connect with MOSE users, developers, and enthusiasts worldwide"
},
"social_media": {
"title": "Official Social Media",
"follow": "Follow us for the latest updates and announcements"
},
"forum": {
"title": "Community Forum",
"description": "Join discussions, ask questions, and share ideas with the MOSE community",
"comments": "Comments",
"add_comment": "Add Comment",
"username": "Username",
"comment": "Your comment",
"cancel": "Cancel",
"submit": "Submit",
"view_comments": "View Comments"
},
"announcements": {
"title": "Official Announcements",
"view_all": "View All"
},
"highlights": {
"title": "Community Highlights",
"view_all": "View All"
},
"channels": {
"title": "Community Channels",
"telegram": "Telegram",
"discord": "Discord",
"twitter": "Twitter",
"reddit": "Reddit",
"forum": "Forum"
"events": {
"title": "Upcoming Events",
"online": "Online",
"in_person": "In Person",
"register": "Register"
},
"contribute": {
"title": "How to Contribute",
"description": "Participate in MOSE's development and ecosystem building"
},
"ambassadors": {
"title": "Ambassador Program",
"description": "Become a MOSE community ambassador"
"title": "Ways to Contribute",
"develop": {
"title": "Development",
"description": "Contribute code, report bugs, and help improve the MOSE protocol"
},
"validate": {
"title": "Run a Node",
"description": "Help secure the network by running a validator node"
},
"translate": {
"title": "Translations",
"description": "Help translate MOSE documentation and resources"
},
"advocate": {
"title": "Advocacy",
"description": "Spread the word about MOSE in your community"
}
}
},
"faq": {
"title": "FAQ",
"subtitle": "Frequently asked questions about MOSE",
"general": {
"title": "General Questions",
"what_is_mose": {
"question": "What is MOSE?",
"answer": "MOSE is a next-generation blockchain platform focused on privacy protection, cross-chain interoperability, and high performance."
},
"how_different": {
"question": "How is MOSE different from other blockchains?",
"answer": "MOSE combines zero-knowledge proof technology and cross-chain protocols to provide unique privacy protection and interoperability solutions."
}
"hero": {
"title": "Frequently Asked Questions",
"subtitle": "Find answers to common questions about MOSE blockchain"
},
"technical": {
"title": "Technical Questions",
"consensus": {
"question": "What consensus mechanism does MOSE use?",
"answer": "MOSE uses an improved Proof of Stake (PoS) consensus mechanism to achieve high throughput and low latency."
},
"privacy": {
"question": "How does MOSE protect transaction privacy?",
"answer": "MOSE uses zero-knowledge proof technology, allowing transaction validation without revealing transaction details."
}
"search": {
"placeholder": "Search for questions..."
},
"ecosystem": {
"title": "Ecosystem Questions",
"dapps": {
"question": "What types of applications can be built on MOSE?",
"answer": "MOSE supports various DApps, including DeFi, NFT, gaming, and social applications."
},
"integration": {
"question": "How does MOSE integrate with existing blockchains?",
"answer": "MOSE provides cross-chain bridging technology for seamless interoperability with major blockchains."
}
"categories": {
"all": "All Questions",
"general": "General",
"technical": "Technical",
"ecosystem": "Ecosystem",
"token": "Token",
"development": "Development"
},
"more": {
"title": "Still have questions?",
"contact": "Contact Us",
"community": "Join Our Community"
}
},
"contact": {
"title": "Contact Us",
"subtitle": "Have questions or suggestions? Contact us",
"hero": {
"title": "Contact Us",
"subtitle": "Get in touch with the MOSE team"
},
"form": {
"name": "Name",
"email": "Email",
"title": "Send Us a Message",
"name": "Your Name",
"email": "Your Email",
"subject": "Subject",
"message": "Message",
"submit": "Submit"
"message": "Your Message",
"submit": "Send Message",
"success": "Your message has been sent successfully. We'll get back to you soon.",
"error": "There was an error sending your message. Please try again.",
"validation": {
"required": "Please fill in all required fields",
"email": "Please enter a valid email address"
}
},
"info": {
"title": "Contact Information",
"address": "Address",
"address_value": "One Raffles Place, Singapore 048616",
"phone": "Phone",
"phone_value": "+65 1234 5678",
"hours": "Office Hours",
"hours_value": "Monday - Friday: 9:00 AM - 6:00 PM (SGT)"
},
"office": {
"title": "Office Locations",
"singapore": "Singapore",
"zurich": "Zurich",
"tokyo": "Tokyo",
"london": "London",
"new_york": "New York"
"email": {
"info": "info@moseblockchain.com",
"support": "support@moseblockchain.com"
},
"social": {
"title": "Social Media",
"follow_us": "Follow Us"
"follow": "Follow us on social media"
}
},
"projects": {
"mose_nft": "NFT marketplace for creating, buying, and selling digital collectibles",
"mose_bridge": "Cross-chain bridge for seamless asset transfer between blockchains",
"mose_social": "Decentralized social platform with privacy features",
"mose_lending": "DeFi lending protocol with competitive interest rates",
"mose_staking": "Staking platform for earning rewards on MOSE tokens"
"common": {
"loading": "Loading...",
"submitting": "Submitting...",
"error": "Error",
"success": "Success",
"read_more": "Read More",
"view_all": "View All",
"learn_more": "Learn More",
"coming_soon": "Coming Soon"
}
}

+ 72
- 476
src/i18n/locales/ja.json View File

@ -3,221 +3,31 @@
"home": "ホーム",
"ecosystem": "エコシステム",
"technology": "テクノロジー",
"about": "私たちについて",
"resources": "リソース",
"about": "会社概要",
"community": "コミュニティ",
"faq": "よくある質問",
"contact": "お問い合わせ"
},
"ecosystem": {
"title": "エコシステム",
"subtitle": "MOSEエコシステムを探索し、プラットフォーム上に構築されたさまざまなプロジェクトとアプリケーションを発見する",
"categories": {
"all": "すべて",
"defi": "DeFi",
"nft": "NFT",
"dao": "DAO",
"gaming": "ゲーム",
"infrastructure": "インフラストラクチャー",
"social": "ソーシャル"
},
"projects": {
"featured": "注目のプロジェクト",
"viewAll": "すべて見る",
"learnMore": "詳細を見る"
},
"partners": {
"title": "戦略的パートナー",
"subtitle": "MOSEエコシステムの拡大に協力する組織とプロジェクト"
},
"join": {
"title": "エコシステムに参加する",
"subtitle": "MOSEで次世代の分散型アプリケーションを構築する",
"cta": "今すぐ申し込む"
},
"resources": {
"title": "開発者リソース",
"docs": "ドキュメント",
"github": "GitHub",
"grants": "助成金プログラム",
"community": "開発者コミュニティ"
},
"ten_ecosystems": {
"title": "MOSE 10大エコシステム",
"subtitle": "様々なブロックチェーンアプリケーションシナリオをサポートする完全なエコシステムを構築しました",
"coming_soon": "近日公開",
"mose_layer1": {
"name": "MOSE Layer1",
"description": "高性能でスケーラブルなベースレイヤーブロックチェーン"
},
"flashbox": {
"name": "FlashBox",
"description": "高速な取引と即時確認の決済ソリューション"
},
"xrouter": {
"name": "XRouter",
"description": "異なるブロックチェーンを接続するクロスチェーンルーティングプロトコル"
},
"musd": {
"name": "MUSD",
"description": "米ドルに1:1でペッグされた分散型ステーブルコイン"
},
"dex": {
"name": "MOSE DEX",
"description": "低スリッページと低手数料の分散型取引所"
},
"bank": {
"name": "MOSE Bank",
"description": "複数の資産をサポートするDeFiレンディングプラットフォーム"
},
"wallet": {
"name": "MOSE Wallet",
"description": "安全で使いやすいデジタル資産ウォレット"
},
"privacy_tools": {
"name": "プライバシーツール",
"description": "取引プライバシーのためのゼロ知識証明ツール"
},
"dao": {
"name": "DAOガバナンス",
"description": "分散型自律組織のガバナンスフレームワーク"
},
"defi": {
"name": "DeFiエコシステム",
"description": "完全な分散型金融エコシステム"
}
},
"companies": {
"title": "グローバルプレゼンス",
"subtitle": "MOSEは世界中にオフィスを設立し、グローバルユーザーにサービスを提供しています",
"list_title": "グローバルオフィス",
"focus": "事業フォーカス",
"team": "チーム規模",
"1": {
"focus": "戦略的意思決定と経営",
"team": "100+",
"name": "シンガポール本社",
"description": "MOSEのグローバル本社、世界戦略とビジネス開発を担当"
},
"2": {
"focus": "金融コンプライアンスとガバナンス",
"team": "50+",
"name": "スイスオフィス",
"description": "欧州本部、コンプライアンスと法務に注力"
},
"3": {
"focus": "ブロックチェーン技術革新",
"team": "80+",
"name": "日本オフィス",
"description": "アジア太平洋技術センター、研究開発に注力"
},
"4": {
"focus": "機関投資家向け関係構築",
"team": "30+",
"name": "イギリスオフィス",
"description": "欧州金融センター、企業連携を担当"
},
"5": {
"focus": "マーケティングとコミュニティ",
"team": "60+",
"name": "アメリカオフィス",
"description": "北米本部、マーケティングとコミュニティ構築に注力"
},
"6": {
"focus": "中東地域ビジネス",
"team": "25+",
"name": "UAEオフィス",
"description": "中東地域センター、中東市場を開拓"
},
"7": {
"focus": "ゲームとNFTエコシステム",
"team": "40+",
"name": "韓国オフィス",
"description": "東アジア地域センター、ゲームとNFTアプリケーションに注力"
},
"8": {
"focus": "オセアニア市場開発",
"team": "20+",
"name": "オーストラリアオフィス",
"description": "オセアニア本部、地域市場拡大を担当"
},
"9": {
"focus": "技術研究開発",
"team": "35+",
"name": "カナダオフィス",
"description": "北米研究開発センター、コアプロトコル開発に注力"
},
"10": {
"focus": "セキュリティとプライバシー技術",
"team": "45+",
"name": "ドイツオフィス",
"description": "欧州技術センター、セキュリティとプライバシー技術の研究開発を担当"
},
"singapore": {
"name": "シンガポール本社",
"description": "MOSEのグローバル本社、世界戦略とビジネス開発を担当"
},
"switzerland": {
"name": "スイスオフィス",
"description": "欧州本部、コンプライアンスと法務に注力"
},
"japan": {
"name": "日本オフィス",
"description": "アジア太平洋技術センター、研究開発に注力"
},
"uk": {
"name": "イギリスオフィス",
"description": "欧州金融センター、企業連携を担当"
},
"usa": {
"name": "アメリカオフィス",
"description": "北米本部、マーケティングとコミュニティ構築に注力"
},
"uae": {
"name": "UAEオフィス",
"description": "中東地域センター、中東市場を開拓"
},
"korea": {
"name": "韓国オフィス",
"description": "東アジア地域センター、ゲームとNFTアプリケーションに注力"
},
"australia": {
"name": "オーストラリアオフィス",
"description": "オセアニア本部、地域市場拡大を担当"
},
"canada": {
"name": "カナダオフィス",
"description": "北米研究開発センター、コアプロトコル開発に注力"
},
"germany": {
"name": "ドイツオフィス",
"description": "欧州技術センター、セキュリティとプライバシー技術の研究開発を担当"
}
}
},
"home": {
"hero": {
"title": "MOSEブロックチェーン",
"subtitle": "高性能、セキュリティ、スケーラビリティを備えた次世代ブロックチェーンプラットフォーム"
},
"video": {
"title": "ビデオを見る"
"subtitle": "次世代の高性能、安全、スケーラブルなブロックチェーンプラットフォーム"
},
"cta": {
"explore": "エコシステムを探索",
"docs": "ドキュメント"
},
"core_values": {
"title": "コアバリュー",
"title": "コア・バリュー",
"privacy": {
"title": "プライバシー保護",
"desc1": "ゼロ知識証明による匿名取引",
"desc1": "ゼロ知識証明ベースの匿名取引",
"desc2": "匿名アトミックスワップ技術"
},
"interop": {
"title": "クロスチェーン相互運用性",
"desc1": "12以上の主要ブロックチェーンをサポート",
"desc2": "イーサリアム/Cosmos/Polkadotエコシステム"
"desc2": "Ethereum/Cosmos/Polkadotエコシステム"
},
"compliance": {
"title": "規制コンプライアンス",
@ -227,341 +37,127 @@
},
"project_intro": {
"title": "プロジェクト紹介",
"description": "スイス暗号財団、シンガポールデジタル金融連盟などによって共同で設立され、クロスチェーンプライバシー技術の研究開発に特化し、Web3に分散型プライバシーインフラストラクチャを提供しています。グローバル展開:シンガポール本社と10のエコシステムハブが北米、ヨーロッパ、アジア太平洋などの主要地域にサービスを提供しています。",
"global_presence": "グローバル展開",
"description": "スイス・クリプト財団とシンガポール・デジタル・ファイナンス・アライアンスによって設立されたMOSEは、クロスチェーンプライバシー技術の研究開発に焦点を当て、Web3のための分散型プライバシーインフラストラクチャを提供しています。グローバルプレゼンス:シンガポール本社と10のエコシステムハブが北米、ヨーロッパ、アジア太平洋などの主要地域にサービスを提供しています。",
"global_presence": "グローバルプレゼンス",
"security_focus": "セキュリティとコンプライアンス",
"innovation": "技術革新"
},
"partners": {
"title": "パートナー",
"subtitle": "業界リーダーと協力してブロックチェーン技術を推進"
"subtitle": "ブロックチェーン技術を発展させるために業界をリードする機関と協力"
},
"news": {
"title": "最新ニュース",
"mainnet_launch": "メインネットV1.0リリース、日次取引量が1億ドルを突破",
"mas_license": "シンガポールMASサンドボックスライセンスを取得",
"hackathon": "東京開発者ハッカソン(賞金プール50万ドル)"
"mainnet_launch": "MOSEメインネットは2025年7月に開始予定",
"mas_license": "MOSEはシンガポール金融管理局(MAS)から支払いサービスライセンスを取得",
"hackathon": "第一回MOSEグローバル開発者ハッカソンが正式に開始"
},
"milestone": {
"title": "開発マイルストーン",
"title": "マイルストーン",
"july_2026": {
"title": "2026年7月プラットフォーム拡張",
"description": "2026年7月にプラットフォームの大規模な拡張を実現し、ネットワークパフォーマンスとユーザーエクスペリエンスを向上させる予定です。"
"title": "2026年7月 メインネット完全リリース",
"description": "MOSEメインネットは2026年7月に完全リリースされ、完全なクロスチェーンプライバシー取引機能を実装します。"
},
"achievements": {
"one": {
"title": "技術的ブレークスルー",
"description": "毎秒10,000以上のトランザクション処理能力を実現"
"title": "グローバルノードデプロイメント",
"description": "50カ国以上に分散した1,000以上の検証ノード"
},
"two": {
"title": "エコシステム成長",
"description": "エコシステムプロジェクト数が500以上に成長"
"title": "フラッシュトランザクション",
"description": "0.5秒のトランザクション確認、1秒あたり10万以上のトランザクション処理"
},
"three": {
"title": "グローバルカバレッジ",
"description": "100以上の国と地域のユーザーをカバー"
"title": "グローバルエコシステム",
"description": "10以上の主要ブロックチェーンを接続し、100以上のDAppsをサポート"
}
}
},
"events": {
"title": "イベントカレンダー",
"subtitle": "今後のイベントやカンファレンスについて学ぶ",
"title": "今後のイベント",
"subtitle": "MOSEの今後のグローバルイベントについて学ぶ",
"learn_more": "詳細を見る",
"view_all": "すべてのイベントを見る",
"consensus_conference": {
"title": "MOSEコンセンサスカンファレンス",
"description": "ブロックチェーン技術の未来について議論するために業界のリーダーと開発者が集まります",
"location": "シンガポール"
},
"swiss_meeting": {
"title": "スイステクノロジーサミット",
"description": "MOSEエコシステムにおける技術革新に関する詳細な技術会議",
"location": "スイス、チューリッヒ"
},
"privacy_summit": {
"title": "プライバシーテクノロジーサミット",
"description": "ブロックチェーンプライバシー技術の最先端の開発と応用を探索",
"location": "中国、上海"
}
}
},
"rewards": {
"title": "報酬メカニズム",
"subtitle": "MOSEの報酬メカニズムとトークン配布計画について学ぶ",
"airdrop": {
"title": "エアドロップ報酬",
"description": "コミュニティ活動に参加してMOSEトークン報酬を獲得",
"total_addresses": "総アドレス数",
"eligible_addresses": "対象アドレス",
"amount_per_address": "アドレスあたりの量",
"rules": {
"title": "参加ルール",
"daily_release": "報酬は長期参加を確保するため30日間毎日リリースされます",
"min_holding": "報酬を請求するには最小量のMOSEトークンを保持する必要があります",
"flash_swap": "乱用を防ぐためフラッシュスワップは禁止されています"
}
"view_all": "すべてのイベントを見る"
},
"burn": {
"title": "トークン焼却メカニズム",
"description": "デフレーションメカニズムは時間の経過とともにMOSEトークンの価値を高めるよう設計されています",
"current": "現在の焼却量",
"target": "目標焼却量",
"percentage": "焼却割合",
"stop_threshold": "停止しきい値",
"mechanism": {
"title": "焼却メカニズム",
"fee_burn": "すべての取引手数料の20%がトークン焼却に使用されます",
"stop_condition": "流通量が1000万MOSEに達すると焼却は停止します",
"compound_growth": "焼却されたトークン数が増えるにつれて焼却率が上昇します"
}
}
"congrats": "おめでとうございます!これはプロジェクトの将来の発展にとって非常に重要です。"
},
"incentives": {
"title": "インセンティブモデル",
"subtitle": "あなたに最適なMOSEインセンティブプログラムを選択してください",
"models": {
"v4": {
"title": "標準参加プログラム",
"feature1": "短期参加(30日間)に適しています",
"feature2": "トークンロックは不要",
"feature3": "簡単なタスクを完了して報酬を獲得"
},
"v5": {
"title": "高度貢献プログラム",
"feature1": "長期参加(90日間)向けに設計",
"feature2": "一部のMOSEトークンをロックする必要があります",
"feature3": "高度なタスクを完了して追加報酬を獲得"
}
},
"reward_amount": "報酬額",
"select_model": "このプランを選択",
"market_data": {
"title": "市場データ",
"transaction_volume": "取引量",
"transaction_subtitle": "2023年のMOSEネットワークでの総取引量",
"growth_rate": "前年比成長率",
"growth_subtitle": "昨年と比較した取引量の成長",
"security_incidents": "回避されたセキュリティ損失",
"security_subtitle": "当社のセキュリティメカニズムにより回避された総損失"
"ecosystem": {
"apps": {
"title": "アプリケーション",
"subtitle": "MOSEブロックチェーン上に構築されたアプリケーションを探索",
"visit": "アプリを訪問"
}
},
"common": {
"loading": "読み込み中...",
"error": "エラーが発生しました",
"success": "成功しました!",
"linkedin": "LinkedIn",
"readMore": "詳細を見る",
"viewAll": "すべて表示",
"learnMore": "もっと学ぶ",
"comingSoon": "近日公開",
"submit": "送信",
"cancel": "キャンセル",
"back": "戻る",
"next": "次へ"
},
"about": {
"hero": {
"title": "私たちについて",
"subtitle": "MOSEのビジョン、ミッション、チームについて学ぶ"
"title": "MOSEについて",
"subtitle": "プライバシー保護ブロックチェーン技術の未来を構築"
},
"milestones": {
"title": "主要なマイルストーン"
},
"story": {
"title": "私たちの物語",
"paragraph1": "MOSEは高性能で安全かつスケーラブルなブロックチェーンプラットフォームの構築に専念するプロジェクトです。私たちの使命は、分散型アプリケーションに強力なインフラストラクチャを提供し、開発者が次世代のブロックチェーンアプリケーションを構築できるようにすることです。",
"paragraph2": "私たちのチームはブロックチェーン技術の専門家、経験豊富な開発者、業界のリーダーで構成され、ブロックチェーン技術の開発と応用を推進するために協力しています。",
"paragraph3": "MOSEの中心的な価値観には、分散化、セキュリティ、スケーラビリティ、コミュニティ主導の開発が含まれます。これらの価値観に導かれることで、より開かれた、公平で効率的なブロックチェーンエコシステムを構築できると信じています。"
"title": "私たちのストーリー"
},
"team": {
"title": "私たちのチーム",
"positions": {
"ceo": "最高経営責任者 & 創設者",
"cto": "最高技術責任者",
"lead_dev": "リード開発者",
"marketing": "マーケティングディレクター"
}
"ecosystem": {
"title": "私たちのエコシステム"
},
"milestones": {
"title": "マイルストーン",
"founded": "MOSE設立",
"founded_desc": "MOSEは高性能ブロックチェーンプラットフォームを作るというビジョンで設立されました。",
"testnet": "テストネット立ち上げ",
"testnet_desc": "主要な機能を備えたテストネットの立ち上げに成功しました。",
"mainnet": "メインネットベータ",
"mainnet_desc": "パフォーマンスとセキュリティを向上させたメインネットのベータ版をリリースしました。",
"growth": "エコシステム拡大",
"growth_desc": "様々なプロジェクトとパートナーシップでエコシステムを拡大しました。"
"companies": {
"title": "グローバルオフィス"
},
"partners": {
"title": "パートナー",
"technology_title": "技術パートナー",
"title": "パートナー企業",
"technology_title": "テクノロジーパートナー",
"investors_title": "投資家",
"compliance_title": "コンプライアンスサポート",
"technology": {
"aleo": "ゼロ知識証明技術プロバイダー",
"starkware": "スケーラビリティソリューションプロバイダー",
"layerzero": "クロスチェーンプロトコル開発パートナー",
"axelar": "安全なクロスチェーン通信プラットフォーム"
},
"investors": {
"binance": "大手暗号通貨取引所の投資部門",
"polychain": "評価額3億ドル、ブロックチェーン技術投資に特化"
},
"compliance": {
"mas": "シンガポール金融管理局、規制サンドボックスを提供",
"finma": "スイス金融市場監督機構、コンプライアンスアドバイザー"
}
}
},
"projects": {
"mose_swap": "低手数料で高流動性の分散型取引所",
"mose_nft": "MOSEブロックチェーン上でユニークなデジタル資産を取引",
"mose_dao": "MOSEエコシステムの分散型ガバナンス",
"mose_gaming": "MOSE上に構築されたPlay-to-Earnゲーム",
"mose_bridge": "MOSE資産のクロスチェーンブリッジ",
"mose_social": "分散型ソーシャルネットワーク",
"mose_lending": "分散型貸付プロトコル",
"mose_staking": "MOSEトークンをステーキングして報酬を獲得"
},
"technology": {
"hero": {
"title": "テクノロジーアーキテクチャ",
"subtitle": "MOSEの最先端技術とイノベーションを探る"
},
"architecture": {
"title": "4層アーキテクチャ",
"subtitle": "MOSEは高度な4層アーキテクチャ設計を採用し、様々なアプリケーションシナリオに強力なサポートを提供します",
"aggregation": {
"title": "集約層",
"description": "TornadoやRaijour等、10以上のミキシングプロトコルを統合",
"features": [
"マルチプロトコルサポート",
"シームレスな統合",
"効率的な集約"
]
},
"crosschain": {
"title": "クロスチェーン層",
"description": "F4-SNAPK5に基づく匿名アトミックスワップ(遅延<30秒)",
"features": [
"高速交換",
"プライバシー保護",
"安全で信頼性が高い"
]
},
"routing": {
"title": "ルーティング層",
"description": "ルーティングネットワークを動的に更新し、高リスク規制ノードを自動的に追跡",
"features": [
"リアルタイムモニタリング",
"リスク回避",
"インテリジェントルーティング"
]
},
"application": {
"title": "アプリケーション層",
"description": "オープンSDKがDEX、NFTマーケットなどのシナリオでワンクリックプライバシーをサポート",
"features": [
"オープンAPI",
"簡単な統合",
"豊富なシナリオ"
]
}
},
"innovation": {
"title": "核心的イノベーション",
"subtitle": "MOSEの技術障壁と革新的な優位性",
"interoperability": {
"title": "クロスチェーンプロトコルの相互運用性",
"description": "3つの国際特許出願中",
"detail": "異なるブロックチェーン間のシームレスな相互作用を可能にし、クロスチェーン資産転送中のセキュリティとプライバシーを確保"
},
"compatibility": {
"title": "12以上のパブリックチェーンと互換性",
"description": "DevKitは200以上のプロジェクトに採用",
"detail": "イーサリアム、バイナンススマートチェーン、ポルカドット、コスモスなどの主流チェーンをサポートし、市場取引量の90%以上をカバー"
},
"encryption": {
"title": "F4-SNAPK5暗号化アルゴリズム",
"description": "独自のゼロ知識証明アルゴリズム",
"detail": "より効率的な計算性能と強力なセキュリティを提供し、取引検証速度を300%向上"
},
"communication": {
"title": "データなしの効率的なクロスチェーン通信",
"description": "従来のクロスチェーン通信のボトルネックを突破",
"detail": "通信オーバーヘッドを80%削減しながら、取引検証の信頼性と完全性を確保"
}
},
"ecosystem_integration": {
"title": "エコシステム統合",
"subtitle": "MOSE技術がエコシステム全体をどのようにサポートするか",
"description": "オープンAPIと開発キットを通じて、MOSE技術はさまざまなアプリケーションシナリオにシームレスに統合でき、安全で効率的、プライベートなブロックチェーンインフラストラクチャを提供します"
"compliance_title": "コンプライアンスパートナー"
}
},
"community": {
"hero": {
"title": "コミュニティ",
"subtitle": "活気あるコミュニティに参加して、最新情報やイベントを常に把握しましょう"
"title": "コミュニティに参加",
"subtitle": "世界中のMOSEユーザー、開発者、愛好者とつながる"
},
"social_media": {
"title": "ソーシャルメディアウォール",
"official_post": "公式投稿"
"title": "公式ソーシャルメディア"
},
"forum": {
"title": "フォーラム入口",
"description": "これは公式フォーラムエリアです。公式チームのみがトピックを投稿でき、ユーザーは閲覧とコメントができます。",
"title": "コミュニティフォーラム",
"description": "ディスカッションに参加し、質問し、MOSEコミュニティとアイデアを共有",
"comments": "コメント",
"no_comments": "まだコメントはありません。最初のコメントを投稿しましょう!",
"add_comment": "コメントを追加",
"username": "ユーザー名",
"comment": "コメント",
"comment": "あなたのコメント",
"cancel": "キャンセル",
"submit": "送信",
"view_comments": "コメントを見る",
"topics": "トピック",
"add_comment": "コメントを追加"
"view_comments": "コメントを見る"
},
"announcements": {
"title": "お知らせ",
"awards_title": "最新の受賞発表"
"title": "公式アナウンス"
},
"highlights": {
"title": "コミュニティハイライト",
"ugc_title": "UGCコンテンツショーケース"
},
"time": {
"today": "今日",
"yesterday": "昨日",
"days_ago": "{days}日前"
},
"posts": {
"mainnet_launch": {
"title": "MOSEメインネット立ち上げ計画",
"content": "MOSEメインネットが2026年7月に正式にローンチされる予定であることをお知らせします。それまでに、複数のテストネットバージョンをリリースし、コミュニティメンバーのテスト参加を歓迎します。"
},
"singapore_license": {
"title": "シンガポール規制サンドボックスライセンス承認",
"content": "MOSEプロジェクトがシンガポール金融管理局(MAS)の規制サンドボックスライセンスを取得したことを発表できることを光栄に思います。これはコンプライアンスへの重要な一歩です。"
},
"tokyo_hackathon": {
"title": "東京開発者ハッカソン発表",
"content": "2024年11月に東京開発者ハッカソンを開催し、総賞金プールは50万ドルです。イベントはプライバシーコンピューティングとクロスチェーンソリューションの革新的なアプリケーションに焦点を当てます。"
}
},
"rewards": {
"daily_contest": "デイリーコンテストTOP10(1位:500 MOSE)",
"weekly_whale": "ウィークリーホエールリワード(V5レベル:300,000 MOSE)"
},
"events": {
"singapore_conference": "シンガポールコンセンサス会議2024基調講演",
"dubai_summit": "ドバイRegTechサミット円卓会議",
"tokyo_hackathon": "東京開発者ハッカソン"
"title": "コミュニティハイライト"
}
},
"faq": {
"hero": {
"title": "よくある質問",
"subtitle": "MOSEブロックチェーンに関するよくある質問の回答を探す"
},
"messages": {
"progress": "プロジェクトの進捗は非常に速く、メインネットのローンチが楽しみです!",
"team": "チームは非常にプロフェッショナルで、技術文書も詳細です"
"search": {
"placeholder": "質問を検索..."
},
"comments": {
"great": "素晴らしい!メインネットを試すのが待ちきれません!",
"testnet": "テストネットはいつ開放されますか?",
"congrats": "おめでとうございます!これはプロジェクトの将来の発展にとって非常に重要です。"
"categories": {
"all": "すべての質問",
"general": "一般",
"technical": "技術",
"ecosystem": "エコシステム",
"token": "トークン",
"development": "開発"
},
"more": {
"title": "まだ質問がありますか?",
"contact": "お問い合わせ",
"community": "コミュニティに参加"
}
}
}

+ 79
- 1
src/i18n/locales/zh.json View File

@ -4,7 +4,6 @@
"ecosystem": "生态系统",
"technology": "技术",
"about": "关于我们",
"resources": "资源",
"community": "社区",
"faq": "常见问题",
"contact": "联系我们"
@ -633,5 +632,84 @@
"description": "作为Polkadot平行链运行"
}
}
},
"ecosystem": {
"apps": {
"title": "应用程序",
"subtitle": "探索基于MOSE区块链构建的应用",
"visit": "访问应用"
}
},
"about": {
"hero": {
"title": "关于MOSE",
"subtitle": "构建隐私保护区块链技术的未来"
},
"milestones": {
"title": "重要里程碑"
},
"story": {
"title": "我们的故事"
},
"ecosystem": {
"title": "我们的生态系统"
},
"companies": {
"title": "全球办公室"
},
"partners": {
"title": "我们的合作伙伴",
"technology_title": "技术合作伙伴",
"investors_title": "投资者",
"compliance_title": "合规合作伙伴"
}
},
"community": {
"hero": {
"title": "加入我们的社区",
"subtitle": "与全球MOSE用户、开发者和爱好者联系"
},
"social_media": {
"title": "官方社交媒体"
},
"forum": {
"title": "社区论坛",
"description": "加入讨论,提问并与MOSE社区分享想法",
"comments": "评论",
"add_comment": "添加评论",
"username": "用户名",
"comment": "您的评论",
"cancel": "取消",
"submit": "提交",
"view_comments": "查看评论"
},
"announcements": {
"title": "官方公告"
},
"highlights": {
"title": "社区亮点"
}
},
"faq": {
"hero": {
"title": "常见问题",
"subtitle": "查找关于MOSE区块链的常见问题解答"
},
"search": {
"placeholder": "搜索问题..."
},
"categories": {
"all": "所有问题",
"general": "一般问题",
"technical": "技术问题",
"ecosystem": "生态系统",
"token": "代币",
"development": "开发"
},
"more": {
"title": "还有问题?",
"contact": "联系我们",
"community": "加入我们的社区"
}
}
}

+ 0
- 5
src/router/index.ts View File

@ -16,11 +16,6 @@ const routes = [
name: 'About',
component: () => import('@/views/About.vue')
},
{
path: '/resources',
name: 'Resources',
component: () => import('@/views/Resources.vue')
},
{
path: '/community',
name: 'Community',


+ 1
- 1
tsconfig.tsbuildinfo
File diff suppressed because it is too large
View File


Loading…
Cancel
Save