diff --git a/i18n.js b/i18n.js new file mode 100644 index 0000000..e509369 --- /dev/null +++ b/i18n.js @@ -0,0 +1,913 @@ +/** + * I18N - Lightweight internationalization system for landing page + * + * Supports 9 locales: zh-CN, zh-TW, en, ja, ko, de, fr, es, pt + * + * Usage: + * + * + * + * HTML attributes: + * data-i18n="key" -> sets textContent + * data-i18n-html="key" -> sets innerHTML (for content with tags) + */ +;(function () { + 'use strict'; + + /* ------------------------------------------------------------------ */ + /* Translations */ + /* ------------------------------------------------------------------ */ + + const translations = { + /* ==================== zh-CN (Simplified Chinese) ==================== */ + 'zh-CN': { + // Nav + 'nav.features': '核心优势', + 'nav.showcase': '功能展示', + 'nav.about': '关于我们', + 'nav.cta': '前往 App Store', + + // Hero + 'hero.badge': '一次买断 · 永久使用 · 无广告', + 'hero.title': '万物皆宜', + 'hero.subtitle': '千年智慧,掌中可鉴', + 'hero.desc': '融合紫微斗数排盘、黄历宜忌、运势推演于一体的中国传统命理分析工具。随时随地,为您呈现千年术数智慧的精妙与深邃。', + 'hero.cta': '前往 App Store', + 'hero.learn_more': '了解更多', + 'hero.scroll': '向下探索', + + // Features + 'features.label': '核心优势', + 'features.title': '为何选择万物皆宜', + 'features.desc': '我们以最严谨的态度传承中华术数文化,用最现代的技术守护您的每一次探索。', + 'features.algo.title': '专业命理算法', + 'features.algo.desc': '基于紫微斗数千年传承的理论体系,十四主星、四化星、辅星体系完整实现。大限流限推演精确到流时,每一颗星的安星法则均有典可查。', + 'features.privacy.title': '隐私安全保护', + 'features.privacy.desc': '您的个人信息绝不离开您的手机。无需联网即可使用全部功能,无需注册账号,无需上传任何数据,安心探索,无后顾之忧。', + 'features.daily.title': '日常运势指导', + 'features.daily.desc': '每日黄历宜忌、吉神方位、财神方位一目了然。事业、财运、感情、健康多维度运势分析,让传统智慧融入您的日常生活。', + 'features.aesthetic.title': '文化传承美学', + 'features.aesthetic.desc': '新中式视觉设计语言,将水墨意境与古典纹样融入每一个界面细节。这不仅仅是一个工具,更是一扇窥见中华传统文化之美的窗口。', + + // Showcase + 'showcase.label': '功能展示', + 'showcase.title': '掌中术数,尽在指尖', + 'showcase.ziwei.label': '紫微斗数', + 'showcase.ziwei.title': '千年星象,一屏尽览', + 'showcase.ziwei.desc': '输入出生年月日时,即刻生成完整的紫微斗数命盘。十二宫位、十四主星、百余辅星精确安星,四化飞星系统完整呈现。', + 'showcase.ziwei.f1': '自动排盘,支持农历与公历', + 'showcase.ziwei.f2': '十二宫位完整展示', + 'showcase.ziwei.f3': '十四主星 + 全部辅星体系', + 'showcase.ziwei.f4': '大限、流年、流月、流日、流时推演', + 'showcase.almanac.label': '黄历查询', + 'showcase.almanac.title': '择吉避凶,顺天应时', + 'showcase.almanac.desc': '每日宜忌一目了然,涵盖嫁娶、出行、动土、开市等二十余项传统事项。吉神方位、财神方位、胎神方位精准标注。', + 'showcase.almanac.f1': '每日宜忌二十余项', + 'showcase.almanac.f2': '吉神方位与财神方位', + 'showcase.almanac.f3': '支持条件搜索与收藏', + 'showcase.almanac.f4': '农历与节气精确对照', + 'showcase.fortune.label': '运势分析', + 'showcase.fortune.title': '多维洞察,趋吉避凶', + 'showcase.fortune.desc': '从事业、财运、感情、健康四大维度,提供每日、每月、每年的运势分析。结合紫微斗数与黄历信息,给出综合性的生活参考建议。', + 'showcase.fortune.f1': '每日 / 每月 / 每年运势', + 'showcase.fortune.f2': '事业 · 财运 · 感情 · 健康', + 'showcase.fortune.f3': '基于命盘的个性化分析', + 'showcase.fortune.f4': '历史记录与趋势追踪', + 'showcase.fortune.placeholder': '功能截图即将上线', + + // Culture + 'culture.quote': '「万物皆宜」致力于以现代科技手段传承与弘扬中华传统文化,让千年术数智慧以全新的方式走进当代人的生活。', + 'culture.disclaimer': '我们尊重科学精神,反对一切形式的迷信活动与邪教组织。本应用所提供的命理分析内容,仅供文化研究、个人兴趣参考之用,不构成任何决策建议。我们鼓励用户以理性、客观的态度看待传统文化,取其精华,让古老的智慧在新时代焕发新的光彩。', + 'culture.badge1': '弘扬传统文化', + 'culture.badge2': '倡导科学理性', + 'culture.badge3': '反对迷信邪教', + 'culture.badge4': '仅供文化参考', + 'culture.badge5': '仅供娱乐', + + // CTA + 'cta.title': '开启您的命理探索之旅', + 'cta.desc': '前往 App Store,搜索「万物皆宜」即可下载。', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': '隐私政策', + 'footer.terms': '用户协议', + 'footer.contact': '联系我们', + 'footer.copy': '© 2026 万物皆宜. 保留所有权利.', + + // Page meta + 'page.title': '万物皆宜 — 中华传统命理智慧,掌中可及', + 'page.description': '万物皆宜,一款融合紫微斗数排盘、黄历查询、运势分析的中国传统命理分析 App。一次买断,永久使用。', + }, + + /* ==================== zh-TW (Traditional Chinese) ==================== */ + 'zh-TW': { + // Nav + 'nav.features': '核心優勢', + 'nav.showcase': '功能展示', + 'nav.about': '關於我們', + 'nav.cta': '前往 App Store', + + // Hero + 'hero.badge': '一次買斷 · 永久使用 · 無廣告', + 'hero.title': '萬物皆宜', + 'hero.subtitle': '千年智慧,掌中可鑑', + 'hero.desc': '融合紫微斗數排盤、黃曆宜忌、運勢推演於一體的中國傳統命理分析工具。隨時隨地,為您呈現千年術數智慧的精妙與深邃。', + 'hero.cta': '前往 App Store', + 'hero.learn_more': '了解更多', + 'hero.scroll': '向下探索', + + // Features + 'features.label': '核心優勢', + 'features.title': '為何選擇萬物皆宜', + 'features.desc': '我們以最嚴謹的態度傳承中華術數文化,用最現代的技術守護您的每一次探索。', + 'features.algo.title': '專業命理演算法', + 'features.algo.desc': '基於紫微斗數千年傳承的理論體系,十四主星、四化星、輔星體系完整實現。大限流限推演精確到流時,每一顆星的安星法則均有典可查。', + 'features.privacy.title': '隱私安全保護', + 'features.privacy.desc': '您的個人資訊絕不離開您的手機。無需連網即可使用全部功能,無需註冊帳號,無需上傳任何資料,安心探索,無後顧之憂。', + 'features.daily.title': '日常運勢指導', + 'features.daily.desc': '每日黃曆宜忌、吉神方位、財神方位一目了然。事業、財運、感情、健康多維度運勢分析,讓傳統智慧融入您的日常生活。', + 'features.aesthetic.title': '文化傳承美學', + 'features.aesthetic.desc': '新中式視覺設計語言,將水墨意境與古典紋樣融入每一個介面細節。這不僅僅是一個工具,更是一扇窺見中華傳統文化之美的視窗。', + + // Showcase + 'showcase.label': '功能展示', + 'showcase.title': '掌中術數,盡在指尖', + 'showcase.ziwei.label': '紫微斗數', + 'showcase.ziwei.title': '千年星象,一螢幕盡覽', + 'showcase.ziwei.desc': '輸入出生年月日時,即刻生成完整的紫微斗數命盤。十二宮位、十四主星、百餘輔星精確安星,四化飛星系統完整呈現。', + 'showcase.ziwei.f1': '自動排盤,支援農曆與公曆', + 'showcase.ziwei.f2': '十二宮位完整展示', + 'showcase.ziwei.f3': '十四主星 + 全部輔星體系', + 'showcase.ziwei.f4': '大限、流年、流月、流日、流時推演', + 'showcase.almanac.label': '黃曆查詢', + 'showcase.almanac.title': '擇吉避凶,順天應時', + 'showcase.almanac.desc': '每日宜忌一目了然,涵蓋嫁娶、出行、動土、開市等二十餘項傳統事項。吉神方位、財神方位、胎神方位精準標註。', + 'showcase.almanac.f1': '每日宜忌二十餘項', + 'showcase.almanac.f2': '吉神方位與財神方位', + 'showcase.almanac.f3': '支援條件搜尋與收藏', + 'showcase.almanac.f4': '農曆與節氣精確對照', + 'showcase.fortune.label': '運勢分析', + 'showcase.fortune.title': '多維洞察,趨吉避凶', + 'showcase.fortune.desc': '從事業、財運、感情、健康四大維度,提供每日、每月、每年的運勢分析。結合紫微斗數與黃曆資訊,給出綜合性的生活參考建議。', + 'showcase.fortune.f1': '每日 / 每月 / 每年運勢', + 'showcase.fortune.f2': '事業 · 財運 · 感情 · 健康', + 'showcase.fortune.f3': '基於命盤的個人化分析', + 'showcase.fortune.f4': '歷史記錄與趨勢追蹤', + 'showcase.fortune.placeholder': '功能截圖即將上線', + + // Culture + 'culture.quote': '「萬物皆宜」致力於以現代科技手段傳承與弘揚中華傳統文化,讓千年術數智慧以全新的方式走進當代人的生活。', + 'culture.disclaimer': '我們尊重科學精神,反對一切形式的迷信活動與邪教組織。本應用所提供的命理分析內容,僅供文化研究、個人興趣參考之用,不構成任何決策建議。我們鼓勵使用者以理性、客觀的態度看待傳統文化,取其精華,讓古老的智慧在新時代煥發新的光彩。', + 'culture.badge1': '弘揚傳統文化', + 'culture.badge2': '倡導科學理性', + 'culture.badge3': '反對迷信邪教', + 'culture.badge4': '僅供文化參考', + 'culture.badge5': '僅供娛樂', + + // CTA + 'cta.title': '開啟您的命理探索之旅', + 'cta.desc': '前往 App Store,搜尋「萬物皆宜」即可下載。', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': '隱私權政策', + 'footer.terms': '使用者協議', + 'footer.contact': '聯絡我們', + 'footer.copy': '© 2026 萬物皆宜. 保留所有權利.', + + // Page meta + 'page.title': '萬物皆宜 — 中華傳統命理智慧,掌中可及', + 'page.description': '萬物皆宜,一款融合紫微斗數排盤、黃曆查詢、運勢分析的中國傳統命理分析 App。一次買斷,永久使用。', + }, + + /* ==================== en (English) ==================== */ + 'en': { + // Nav + 'nav.features': 'Features', + 'nav.showcase': 'Showcase', + 'nav.about': 'About', + 'nav.cta': 'App Store', + + // Hero + 'hero.badge': 'One-time purchase · Lifetime use · Ad-free', + 'hero.title': '万物皆宜', + 'hero.subtitle': 'Ancient Wisdom in the Palm of Your Hand', + 'hero.desc': 'A comprehensive Chinese metaphysics tool that integrates Zi Wei Dou Shu (Purple Star Astrology) chart generation, traditional almanac consultation, and fortune analysis. Explore the profound wisdom of a thousand years of Chinese astrological tradition, anytime, anywhere.', + 'hero.cta': 'Download on the App Store', + 'hero.learn_more': 'Learn More', + 'hero.scroll': 'Explore', + + // Features + 'features.label': 'Features', + 'features.title': 'Why Choose 万物皆宜', + 'features.desc': 'We preserve the heritage of Chinese metaphysical arts with the utmost rigor, powered by the most modern technology to safeguard every exploration you make.', + 'features.algo.title': 'Professional Astrology Algorithms', + 'features.algo.desc': 'Built upon the thousand-year theoretical framework of Zi Wei Dou Shu, with complete implementation of the fourteen major stars, four transformations, and auxiliary star systems. Period analysis is precise down to the hourly level, with every star placement rule traceable to classical sources.', + 'features.privacy.title': 'Privacy & Security', + 'features.privacy.desc': 'Your personal data never leaves your device. Use all features offline — no account registration, no data uploads, no internet required. Explore with complete peace of mind.', + 'features.daily.title': 'Daily Fortune Guidance', + 'features.daily.desc': 'Daily auspicious and inauspicious activities, favorable directions, and wealth directions at a glance. Multi-dimensional fortune analysis across career, wealth, relationships, and health — bringing traditional wisdom into your everyday life.', + 'features.aesthetic.title': 'Cultural Aesthetic Heritage', + 'features.aesthetic.desc': 'A neo-Chinese visual design language that weaves ink-wash aesthetics and classical motifs into every interface detail. More than a tool — it is a window into the beauty of traditional Chinese culture.', + + // Showcase + 'showcase.label': 'Showcase', + 'showcase.title': 'Ancient Arts at Your Fingertips', + 'showcase.ziwei.label': 'Zi Wei Dou Shu', + 'showcase.ziwei.title': 'A Millennium of Stars, One Screen', + 'showcase.ziwei.desc': 'Enter your birth date and time to instantly generate a complete Purple Star Astrology chart. All twelve palaces, fourteen major stars, and over a hundred auxiliary stars are precisely placed, with the full four-transformation flying star system rendered.', + 'showcase.ziwei.f1': 'Auto chart generation, lunar & solar calendar support', + 'showcase.ziwei.f2': 'Complete twelve palace display', + 'showcase.ziwei.f3': 'Fourteen major stars + full auxiliary system', + 'showcase.ziwei.f4': 'Decade, annual, monthly, daily & hourly period analysis', + 'showcase.almanac.label': 'Traditional Almanac', + 'showcase.almanac.title': 'Choose Auspicious Days, Follow the Seasons', + 'showcase.almanac.desc': 'Daily auspicious and inauspicious activities at a glance, covering over twenty traditional categories including marriage, travel, construction, and business openings. Favorable deity, wealth, and fetal deity directions are precisely marked.', + 'showcase.almanac.f1': 'Over twenty daily activity categories', + 'showcase.almanac.f2': 'Favorable deity and wealth directions', + 'showcase.almanac.f3': 'Conditional search and bookmarking', + 'showcase.almanac.f4': 'Precise lunar calendar and solar term mapping', + 'showcase.fortune.label': 'Fortune Analysis', + 'showcase.fortune.title': 'Multi-Dimensional Insights', + 'showcase.fortune.desc': 'Comprehensive daily, monthly, and yearly fortune analysis across four dimensions — career, wealth, relationships, and health. Combining Purple Star Astrology with almanac data to provide holistic lifestyle guidance.', + 'showcase.fortune.f1': 'Daily / Monthly / Yearly fortunes', + 'showcase.fortune.f2': 'Career · Wealth · Relationships · Health', + 'showcase.fortune.f3': 'Personalized analysis based on your natal chart', + 'showcase.fortune.f4': 'History tracking and trend analysis', + 'showcase.fortune.placeholder': 'Screenshots coming soon', + + // Culture + 'culture.quote': '万物皆宜 is dedicated to preserving and promoting traditional Chinese culture through modern technology, bringing a thousand years of metaphysical wisdom into the lives of people today.', + 'culture.disclaimer': 'We respect the scientific spirit and oppose all forms of superstition and cult organizations. The metaphysical analysis content provided by this app is intended solely for cultural research and personal interest, and does not constitute any form of decision-making advice. We encourage users to approach traditional culture with a rational and objective mindset, embracing its essence while letting ancient wisdom shine anew in the modern era.', + 'culture.badge1': 'Promoting Traditional Culture', + 'culture.badge2': 'Advocating Scientific Rationality', + 'culture.badge3': 'Opposing Superstition & Cults', + 'culture.badge4': 'For Cultural Reference Only', + 'culture.badge5': 'For Entertainment Only', + + // CTA + 'cta.title': 'Begin Your Metaphysical Journey', + 'cta.desc': 'Search for "万物皆宜" on the App Store to download.', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': 'Privacy Policy', + 'footer.terms': 'Terms of Service', + 'footer.contact': 'Contact Us', + 'footer.copy': '© 2026 万物皆宜. All rights reserved.', + + // Page meta + 'page.title': '万物皆宜 — Traditional Chinese Metaphysics, Now in Your Hands', + 'page.description': '万物皆宜 — a Chinese traditional metaphysics app integrating Purple Star Astrology, traditional almanac, and fortune analysis. One-time purchase, lifetime access.', + }, + + /* ==================== ja (Japanese) ==================== */ + 'ja': { + // Nav + 'nav.features': '特徴', + 'nav.showcase': '機能紹介', + 'nav.about': '私たちについて', + 'nav.cta': 'App Store へ', + + // Hero + 'hero.badge': '買い切り · 永久利用 · 広告なし', + 'hero.title': '万物皆宜', + 'hero.subtitle': '千年の知恵を、手のひらに', + 'hero.desc': '紫微斗数の命盤作成、黄暦の吉凶、運勢分析を一体化した中国伝統命理分析ツール。いつでもどこでも、千年の術数の奥深さをお手元にお届けします。', + 'hero.cta': 'App Store でダウンロード', + 'hero.learn_more': '詳しく見る', + 'hero.scroll': 'スクロールして探索', + + // Features + 'features.label': '特徴', + 'features.title': '万物皆宜が選ばれる理由', + 'features.desc': '中華術数文化を最も厳格な姿勢で継承し、最先端の技術であなたの探求を守ります。', + 'features.algo.title': 'プロフェッショナル命理アルゴリズム', + 'features.algo.desc': '紫微斗数の千年にわたる理論体系に基づき、十四主星、四化星、輔星体系を完全実装。大限・流限の推演は流時まで正確に計算し、すべての星の安星法則は典拠に基づいています。', + 'features.privacy.title': 'プライバシー保護', + 'features.privacy.desc': '個人情報はお客様のスマートフォンから一切送信されません。全機能をオフラインで利用可能。アカウント登録やデータのアップロードは不要で、安心してご利用いただけます。', + 'features.daily.title': '日常の運勢ガイド', + 'features.daily.desc': '毎日の黄暦吉凶、吉神方位、財神方位が一目でわかります。事業・財運・恋愛・健康の多角的な運勢分析で、伝統の知恵を日常に取り入れましょう。', + 'features.aesthetic.title': '文化継承の美学', + 'features.aesthetic.desc': '新中国風のビジュアルデザイン言語で、水墨の世界観と古典文様をすべての画面の細部に融合。単なるツールではなく、中華伝統文化の美しさを覗く窓です。', + + // Showcase + 'showcase.label': '機能紹介', + 'showcase.title': '手のひらの術数、指先で操作', + 'showcase.ziwei.label': '紫微斗数', + 'showcase.ziwei.title': '千年の星象、一画面に', + 'showcase.ziwei.desc': '生年月日時を入力するだけで、完全な紫微斗数命盤が即座に生成されます。十二宮位、十四主星、百余の輔星を正確に配置し、四化飛星システムを完全に表示。', + 'showcase.ziwei.f1': '自動命盤作成、農暦と公暦に対応', + 'showcase.ziwei.f2': '十二宮位の完全表示', + 'showcase.ziwei.f3': '十四主星 + 全輔星体系', + 'showcase.ziwei.f4': '大限・流年・流月・流日・流時の推演', + 'showcase.almanac.label': '黄暦検索', + 'showcase.almanac.title': '吉日を選び、天に従う', + 'showcase.almanac.desc': '毎日の吉凶が一目でわかり、婚礼・旅行・建築・開業など二十以上の伝統項目を網羅。吉神方位・財神方位・胎神方位を正確に標示。', + 'showcase.almanac.f1': '毎日二十以上の吉凶項目', + 'showcase.almanac.f2': '吉神方位と財神方位', + 'showcase.almanac.f3': '条件検索とお気に入り機能', + 'showcase.almanac.f4': '農暦と節気の正確な対照', + 'showcase.fortune.label': '運勢分析', + 'showcase.fortune.title': '多次元の洞察、吉凶を知る', + 'showcase.fortune.desc': '事業・財運・恋愛・健康の四つの次元から、毎日・毎月・毎年の運勢分析を提供。紫微斗数と黄暦の情報を組み合わせ、総合的な生活参考アドバイスをお届けします。', + 'showcase.fortune.f1': '毎日 / 毎月 / 毎年の運勢', + 'showcase.fortune.f2': '事業 · 財運 · 恋愛 · 健康', + 'showcase.fortune.f3': '命盤に基づくパーソナライズ分析', + 'showcase.fortune.f4': '履歴記録と傾向追跡', + 'showcase.fortune.placeholder': 'スクリーンショットは近日公開', + + // Culture + 'culture.quote': '「万物皆宜」は現代テクノロジーを通じて中華伝統文化の継承と振興に尽力し、千年の術数の知恵を現代の人々の生活に新しい形でお届けします。', + 'culture.disclaimer': '私たちは科学的精神を尊重し、あらゆる形の迷信活動やカルト組織に反対します。本アプリが提供する命理分析コンテンツは、文化研究や個人的な興味の参考のみを目的としており、いかなる意思決定の助言を構成するものではありません。ユーザーの皆様には、伝統文化に対して理性的かつ客観的な態度で向き合い、その精髄を受け継ぎ、古き知恵を新時代で輝かせることをお勧めします。', + 'culture.badge1': '伝統文化の振興', + 'culture.badge2': '科学的理性の提唱', + 'culture.badge3': '迷信・カルトへの反対', + 'culture.badge4': '文化参考用', + 'culture.badge5': 'エンターテインメント用', + + // CTA + 'cta.title': '命理の探求の旅を始めましょう', + 'cta.desc': 'App Store で「万物皆宜」を検索してダウンロード。', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': 'プライバシーポリシー', + 'footer.terms': '利用規約', + 'footer.contact': 'お問い合わせ', + 'footer.copy': '© 2026 万物皆宜. All rights reserved.', + + // Page meta + 'page.title': '万物皆宜 — 中華伝統命理の知恵を、手のひらに', + 'page.description': '万物皆宜 — 紫微斗数命盤作成、黄暦検索、運勢分析を融合した中国伝統命理分析アプリ。買い切り、永久利用。', + }, + + /* ==================== ko (Korean) ==================== */ + 'ko': { + // Nav + 'nav.features': '핵심 기능', + 'nav.showcase': '기능 소개', + 'nav.about': '소개', + 'nav.cta': 'App Store', + + // Hero + 'hero.badge': '일회 결제 · 영구 사용 · 광고 없음', + 'hero.title': '万物皆宜', + 'hero.subtitle': '천년의 지혜를 손안에', + 'hero.desc': '자미두수 명반 생성, 황력 길흉, 운세 분석을 하나로 통합한 중국 전통 명리 분석 도구. 언제 어디서나 천년 술수 지혜의 정수를 경험하세요.', + 'hero.cta': 'App Store에서 다운로드', + 'hero.learn_more': '자세히 보기', + 'hero.scroll': '탐색하기', + + // Features + 'features.label': '핵심 기능', + 'features.title': '万物皆宜를 선택해야 하는 이유', + 'features.desc': '가장 엄격한 태도로 중화 술수 문화를 계승하고, 가장 현대적인 기술로 여러분의 모든 탐구를 보호합니다.', + 'features.algo.title': '전문 명리 알고리즘', + 'features.algo.desc': '자미두수의 천년 이론 체계를 기반으로, 십사주성, 사화성, 보성 체계를 완전히 구현했습니다. 대한·류한 추연은 류시까지 정밀하게 계산하며, 모든 별의 안성 법칙은 문헌에 근거합니다.', + 'features.privacy.title': '개인정보 보호', + 'features.privacy.desc': '개인정보는 스마트폰을 절대 떠나지 않습니다. 모든 기능을 오프라인으로 사용할 수 있으며, 계정 등록이나 데이터 업로드가 필요 없어 안심하고 이용할 수 있습니다.', + 'features.daily.title': '일일 운세 가이드', + 'features.daily.desc': '매일의 황력 길흉, 길신 방위, 재신 방위를 한눈에 확인하세요. 사업·재물·애정·건강의 다차원 운세 분석으로 전통 지혜를 일상에 녹여냅니다.', + 'features.aesthetic.title': '문화 계승의 미학', + 'features.aesthetic.desc': '신중국풍 비주얼 디자인 언어로 수묵의 정취와 고전 문양을 모든 인터페이스 디테일에 융합했습니다. 단순한 도구가 아닌, 중화 전통 문화의 아름다움을 엿볼 수 있는 창입니다.', + + // Showcase + 'showcase.label': '기능 소개', + 'showcase.title': '손안의 술수, 손끝에서 경험', + 'showcase.ziwei.label': '자미두수', + 'showcase.ziwei.title': '천년의 성상, 한 화면에', + 'showcase.ziwei.desc': '생년월일시를 입력하면 완전한 자미두수 명반이 즉시 생성됩니다. 십이궁위, 십사주성, 백여 보성을 정밀하게 배치하고 사화비성 시스템을 완전히 표현합니다.', + 'showcase.ziwei.f1': '자동 명반 생성, 음력 및 양력 지원', + 'showcase.ziwei.f2': '십이궁위 완전 표시', + 'showcase.ziwei.f3': '십사주성 + 전 보성 체계', + 'showcase.ziwei.f4': '대한·류년·류월·류일·류시 추연', + 'showcase.almanac.label': '황력 조회', + 'showcase.almanac.title': '길일을 택하고 천시에 순응하라', + 'showcase.almanac.desc': '매일의 길흉을 한눈에 확인하고, 혼인·여행·토공·개업 등 20여 가지 전통 항목을 포괄합니다. 길신 방위·재신 방위·태신 방위를 정밀하게 표시합니다.', + 'showcase.almanac.f1': '매일 20여 가지 길흉 항목', + 'showcase.almanac.f2': '길신 방위와 재신 방위', + 'showcase.almanac.f3': '조건 검색 및 즐겨찾기', + 'showcase.almanac.f4': '음력과 절기의 정밀한 대조', + 'showcase.fortune.label': '운세 분석', + 'showcase.fortune.title': '다차원 통찰, 길흉을 알다', + 'showcase.fortune.desc': '사업·재물·애정·건강 네 가지 차원에서 매일·매월·매년 운세 분석을 제공합니다. 자미두수와 황력 정보를 결합하여 종합적인 생활 참고 조언을 드립니다.', + 'showcase.fortune.f1': '매일 / 매월 / 매년 운세', + 'showcase.fortune.f2': '사업 · 재물 · 애정 · 건강', + 'showcase.fortune.f3': '명반 기반 맞춤형 분석', + 'showcase.fortune.f4': '기록 추적 및 트렌드 분석', + 'showcase.fortune.placeholder': '스크린샷이 곧 공개됩니다', + + // Culture + 'culture.quote': '「万物皆宜」는 현대 기술을 통해 중화 전통문화의 계승과 발전에 전념하며, 천년 술수 지혜를 현대인의 삶에 새로운 방식으로 선사합니다.', + 'culture.disclaimer': '우리는 과학적 정신을 존중하며, 모든 형태의 미신 활동과 사이비 종교에 반대합니다. 본 앱이 제공하는 명리 분석 콘텐츠는 문화 연구 및 개인적 흥미 참고용으로만 제공되며, 어떠한 의사결정 조언도 구성하지 않습니다. 사용자 여러분께서는 전통 문화에 대해 이성적이고 객관적인 태도로 접근하시어, 그 정수를 이어받아 고대의 지혜가 새 시대에 빛나기를 권장합니다.', + 'culture.badge1': '전통문화 계승', + 'culture.badge2': '과학적 이성 제창', + 'culture.badge3': '미신·사이비 반대', + 'culture.badge4': '문화 참고용', + 'culture.badge5': '오락용', + + // CTA + 'cta.title': '명리 탐구의 여정을 시작하세요', + 'cta.desc': 'App Store에서「万物皆宜」를 검색하여 다운로드하세요.', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': '개인정보 처리방침', + 'footer.terms': '이용약관', + 'footer.contact': '문의하기', + 'footer.copy': '© 2026 万物皆宜. All rights reserved.', + + // Page meta + 'page.title': '万物皆宜 — 중화 전통 명리의 지혜를 손안에', + 'page.description': '万物皆宜 — 자미두수 명반 생성, 황력 조회, 운세 분석을 융합한 중국 전통 명리 분석 앱. 일회 결제, 영구 사용.', + }, + + /* ==================== de (German) ==================== */ + 'de': { + // Nav + 'nav.features': 'Funktionen', + 'nav.showcase': 'Übersicht', + 'nav.about': 'Über uns', + 'nav.cta': 'App Store', + + // Hero + 'hero.badge': 'Einmalzahlung · Dauerhafte Nutzung · Werbefrei', + 'hero.title': '万物皆宜', + 'hero.subtitle': 'Jahrtausendealte Weisheit in Ihrer Hand', + 'hero.desc': 'Ein umfassendes Werkzeug der chinesischen Metaphysik, das die Erstellung von Zi Wei Dou Shu (Purpur-Stern-Astrologie)-Geburtshoroskopen, traditionelle Almanach-Konsultation und Glücksanalyse vereint. Entdecken Sie die tiefgründige Weisheit einer tausendjährigen chinesischen astrologischen Tradition — jederzeit und überall.', + 'hero.cta': 'Im App Store herunterladen', + 'hero.learn_more': 'Mehr erfahren', + 'hero.scroll': 'Entdecken', + + // Features + 'features.label': 'Funktionen', + 'features.title': 'Warum 万物皆宜 wählen', + 'features.desc': 'Wir bewahren das Erbe der chinesischen metaphysischen Künste mit größter Sorgfalt und nutzen modernste Technologie, um jede Ihrer Entdeckungen zu begleiten.', + 'features.algo.title': 'Professionelle Astrologie-Algorithmen', + 'features.algo.desc': 'Basierend auf dem tausendjährigen theoretischen Fundament von Zi Wei Dou Shu mit vollständiger Implementierung der vierzehn Hauptsterne, vier Transformationen und Hilfssternsysteme. Die Periodenanalyse reicht bis zur Stundenebene — jede Sternplatzierung lässt sich auf klassische Quellen zurückführen.', + 'features.privacy.title': 'Datenschutz & Sicherheit', + 'features.privacy.desc': 'Ihre persönlichen Daten verlassen niemals Ihr Gerät. Nutzen Sie alle Funktionen offline — keine Kontoregistrierung, kein Datenupload, keine Internetverbindung erforderlich. Erkunden Sie mit voller Ruhe.', + 'features.daily.title': 'Tägliche Glücksberatung', + 'features.daily.desc': 'Tägliche günstige und ungünstige Aktivitäten, bevorzugte Himmelsrichtungen und Reichtumsrichtungen auf einen Blick. Mehrdimensionale Glücksanalysen in den Bereichen Karriere, Finanzen, Beziehungen und Gesundheit — traditionelle Weisheit für Ihren Alltag.', + 'features.aesthetic.title': 'Kulturelle Ästhetik', + 'features.aesthetic.desc': 'Eine neo-chinesische visuelle Designsprache, die Tuschmalerei-Ästhetik und klassische Ornamente in jedes Interface-Detail einwebt. Mehr als ein Werkzeug — ein Fenster zur Schönheit der traditionellen chinesischen Kultur.', + + // Showcase + 'showcase.label': 'Übersicht', + 'showcase.title': 'Jahrtausendealte Künste in Ihrer Hand', + 'showcase.ziwei.label': 'Zi Wei Dou Shu', + 'showcase.ziwei.title': 'Jahrtausende von Sternen auf einem Bildschirm', + 'showcase.ziwei.desc': 'Geben Sie Ihr Geburtsdatum und Ihre Geburtszeit ein, um sofort ein vollständiges Purpur-Stern-Horoskop zu erstellen. Alle zwölf Paläste, vierzehn Hauptsterne und über hundert Hilfssterne werden präzise platziert, das vollständige Vier-Transformationen-Flugstern-System wird dargestellt.', + 'showcase.ziwei.f1': 'Automatische Horoskoperstellung, Mond- und Sonnenkalender', + 'showcase.ziwei.f2': 'Vollständige Anzeige der zwölf Paläste', + 'showcase.ziwei.f3': 'Vierzehn Hauptsterne + vollständiges Hilfssystem', + 'showcase.ziwei.f4': 'Jahrzehnt-, Jahres-, Monats-, Tages- und Stundenerioden', + 'showcase.almanac.label': 'Traditioneller Almanach', + 'showcase.almanac.title': 'Günstige Tage wählen, den Zeiten folgen', + 'showcase.almanac.desc': 'Tägliche günstige und ungünstige Aktivitäten auf einen Blick — über zwanzig traditionelle Kategorien wie Hochzeit, Reisen, Bauvorhaben und Geschäftseröffnung. Bevorzugte Gottheits-, Reichtums- und Fötusrichtungen werden genau markiert.', + 'showcase.almanac.f1': 'Über zwanzig tägliche Aktivitätskategorien', + 'showcase.almanac.f2': 'Bevorzugte Gottheits- und Reichtumsrichtungen', + 'showcase.almanac.f3': 'Erweiterte Suche und Lesezeichen', + 'showcase.almanac.f4': 'Präzise Mondkalender- und Sonnenzeit-Zuordnung', + 'showcase.fortune.label': 'Glücksanalyse', + 'showcase.fortune.title': 'Mehrdimensionale Einblicke', + 'showcase.fortune.desc': 'Umfassende tägliche, monatliche und jährliche Glücksanalysen in vier Dimensionen — Karriere, Finanzen, Beziehungen und Gesundheit. Kombiniert Purpur-Stern-Astrologie mit Almanach-Daten für ganzheitliche Lebensberatung.', + 'showcase.fortune.f1': 'Tägliche / Monatliche / Jährliche Horoskope', + 'showcase.fortune.f2': 'Karriere · Finanzen · Beziehungen · Gesundheit', + 'showcase.fortune.f3': 'Personalisierte Analyse basierend auf Ihrem Geburtshoroskop', + 'showcase.fortune.f4': 'Verlaufsnachverfolgung und Trendanalyse', + 'showcase.fortune.placeholder': 'Screenshots in Kürze verfügbar', + + // Culture + 'culture.quote': '万物皆宜 widmet sich der Bewahrung und Förderung der traditionellen chinesischen Kultur durch moderne Technologie und bringt jahrtausendealte metaphysische Weisheit in das Leben der Menschen von heute.', + 'culture.disclaimer': 'Wir respektieren den wissenschaftlichen Geist und lehnen alle Formen von Aberglauben und Sektenorganisationen ab. Die von dieser App bereitgestellten metaphysischen Analyseinhalte dienen ausschließlich der Kulturforschung und dem persönlichen Interesse und stellen keine Entscheidungsberatung dar. Wir ermutigen die Nutzer, der traditionellen Kultur mit einer rationalen und objektiven Einstellung zu begegnen, ihr Wesen zu bewahren und altes Wissen in der modernen Zeit neu erstrahlen zu lassen.', + 'culture.badge1': 'Förderung der traditionellen Kultur', + 'culture.badge2': 'Wissenschaftliche Rationalität', + 'culture.badge3': 'Gegen Aberglaube & Sekten', + 'culture.badge4': 'Nur zur kulturellen Referenz', + 'culture.badge5': 'Nur zur Unterhaltung', + + // CTA + 'cta.title': 'Beginnen Sie Ihre metaphysische Reise', + 'cta.desc': 'Suchen Sie nach „万物皆宜" im App Store zum Herunterladen.', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': 'Datenschutzrichtlinie', + 'footer.terms': 'Nutzungsbedingungen', + 'footer.contact': 'Kontakt', + 'footer.copy': '© 2026 万物皆宜. Alle Rechte vorbehalten.', + + // Page meta + 'page.title': '万物皆宜 — Traditionelle chinesische Metaphysik in Ihrer Hand', + 'page.description': '万物皆宜 — Eine App, die Purpur-Stern-Astrologie, traditionellen Almanach und Glücksanalyse vereint. Einmalzahlung, dauerhafte Nutzung.', + }, + + /* ==================== fr (French) ==================== */ + 'fr': { + // Nav + 'nav.features': 'Fonctionnalités', + 'nav.showcase': 'Présentation', + 'nav.about': 'À propos', + 'nav.cta': 'App Store', + + // Hero + 'hero.badge': 'Achat unique · Utilisation illimitée · Sans publicité', + 'hero.title': '万物皆宜', + 'hero.subtitle': 'La sagesse millénaire au creux de votre main', + 'hero.desc': 'Un outil complet de métaphysique chinoise qui intègre la génération de thèmes astrologiques Zi Wei Dou Shu (Astrologie de l\'Étoile Pourpre), la consultation de l\'almanach traditionnel et l\'analyse de la bonne fortune. Explorez la sagesse profonde d\'un millénaire de tradition astrologique chinoise,随时随地, en tout lieu.', + 'hero.cta': 'Télécharger sur l\'App Store', + 'hero.learn_more': 'En savoir plus', + 'hero.scroll': 'Découvrir', + + // Features + 'features.label': 'Fonctionnalités', + 'features.title': 'Pourquoi choisir 万物皆宜', + 'features.desc': 'Nous préservons l\'héritage des arts métaphysiques chinois avec la plus grande rigueur, soutenus par les technologies les plus modernes pour accompagner chacune de vos explorations.', + 'features.algo.title': 'Algorithmes astrologiques professionnels', + 'features.algo.desc': 'Fondé sur le cadre théorique millénaire de Zi Wei Dou Shu, avec une implémentation complète des quatorze étoiles majeures, des quatre transformations et des systèmes d\'étoiles auxiliaires. L\'analyse des périodes est précise jusqu\'à l\'heure — chaque placement d\'étoile est traçable dans les sources classiques.', + 'features.privacy.title': 'Confidentialité et sécurité', + 'features.privacy.desc': 'Vos données personnelles ne quittent jamais votre appareil. Utilisez toutes les fonctionnalités hors ligne — sans création de compte, sans envoi de données, sans connexion Internet requise. Explorez en toute sérénité.', + 'features.daily.title': 'Conseils quotidiens de fortune', + 'features.daily.desc': 'Activités favorables et défavorables du jour, directions propices et directions de richesse en un coup d\'œil. Analyses multidimensionnelles couvrant carrière, finances, relations et santé — la sagesse traditionnelle au quotidien.', + 'features.aesthetic.title': 'Esthétique culturelle', + 'features.aesthetic.desc': 'Un langage visuel néo-chinois qui tisse l\'esthétique de l\'encre de Chine et les motifs classiques dans chaque détail de l\'interface. Plus qu\'un outil — une fenêtre sur la beauté de la culture traditionnelle chinoise.', + + // Showcase + 'showcase.label': 'Présentation', + 'showcase.title': 'Les arts millénaires à portée de main', + 'showcase.ziwei.label': 'Zi Wei Dou Shu', + 'showcase.ziwei.title': 'Un millénaire d\'étoiles sur un écran', + 'showcase.ziwei.desc': 'Entrez votre date et heure de naissance pour générer instantanément un thème astrologique complet en Étoile Pourpre. Les douze palais, quatorze étoiles majeures et plus d\'une centaine d\'étoiles auxiliaires sont placés avec précision, le système complet des quatre transformations et étoiles volantes est rendu.', + 'showcase.ziwei.f1': 'Génération automatique, calendrier lunaire et solaire', + 'showcase.ziwei.f2': 'Affichage complet des douze palais', + 'showcase.ziwei.f3': 'Quatorze étoiles majeures + système auxiliaire complet', + 'showcase.ziwei.f4': 'Périodes décennales, annuelles, mensuelles, quotidiennes et horaires', + 'showcase.almanac.label': 'Almanach traditionnel', + 'showcase.almanac.title': 'Choisir les jours fastes, suivre les saisons', + 'showcase.almanac.desc': 'Activités favorables et défavorables du jour en un coup d\'œil, couvrant plus de vingt catégories traditionnelles : mariage, voyages, construction, ouverture d\'entreprise. Les directions des divinités favorables, de la richesse et du fœtus sont marquées avec précision.', + 'showcase.almanac.f1': 'Plus de vingt catégories d\'activités quotidiennes', + 'showcase.almanac.f2': 'Directions des divinités et de la richesse', + 'showcase.almanac.f3': 'Recherche avancée et favoris', + 'showcase.almanac.f4': 'Correspondance précise calendrier lunaire et termes solaires', + 'showcase.fortune.label': 'Analyse de fortune', + 'showcase.fortune.title': 'Perspectives multidimensionnelles', + 'showcase.fortune.desc': 'Analyses quotidiennes, mensuelles et annuelles dans quatre dimensions — carrière, finances, relations et santé. Alliant l\'Astrologie de l\'Étoile Pourpre aux données de l\'almanach pour des conseils de vie holistiques.', + 'showcase.fortune.f1': 'Fortune quotidienne / mensuelle / annuelle', + 'showcase.fortune.f2': 'Carrière · Finances · Relations · Santé', + 'showcase.fortune.f3': 'Analyse personnalisée basée sur votre thème natal', + 'showcase.fortune.f4': 'Historique et analyse des tendances', + 'showcase.fortune.placeholder': 'Captures d\'écran à venir', + + // Culture + 'culture.quote': '万物皆宜 s\'engage à préserver et promouvoir la culture traditionnelle chinoise grâce aux technologies modernes, apportant la sagesse métaphysique millénaire dans la vie des gens d\'aujourd\'hui.', + 'culture.disclaimer': 'Nous respectons l\'esprit scientifique et nous opposons à toute forme de superstition et d\'organisation sectaire. Le contenu d\'analyse métaphysique fourni par cette application est destiné uniquement à la recherche culturelle et à l\'intérêt personnel, et ne constitue en aucun cas un conseil de décision. Nous encourageons les utilisateurs à aborder la culture traditionnelle avec une attitude rationnelle et objective, en en préservant l\'essence et en permettant à l\'ancienne sagesse de briller à nouveau dans l\'ère moderne.', + 'culture.badge1': 'Promotion de la culture traditionnelle', + 'culture.badge2': 'Rationalité scientifique', + 'culture.badge3': 'Contre la superstition et les sectes', + 'culture.badge4': 'Référence culturelle uniquement', + 'culture.badge5': 'Divertissement uniquement', + + // CTA + 'cta.title': 'Commencez votre voyage métaphysique', + 'cta.desc': 'Recherchez « 万物皆宜 » sur l\'App Store pour télécharger.', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': 'Politique de confidentialité', + 'footer.terms': 'Conditions d\'utilisation', + 'footer.contact': 'Nous contacter', + 'footer.copy': '© 2026 万物皆宜. Tous droits réservés.', + + // Page meta + 'page.title': '万物皆宜 — La métaphysique chinoise traditionnelle à portée de main', + 'page.description': '万物皆宜 — Une application intégrant l\'Astrologie de l\'Étoile Pourpre, l\'almanach traditionnel et l\'analyse de fortune. Achat unique, utilisation illimitée.', + }, + + /* ==================== es (Spanish) ==================== */ + 'es': { + // Nav + 'nav.features': 'Características', + 'nav.showcase': 'Funciones', + 'nav.about': 'Acerca de', + 'nav.cta': 'App Store', + + // Hero + 'hero.badge': 'Pago único · Uso permanente · Sin anuncios', + 'hero.title': '万物皆宜', + 'hero.subtitle': 'Milenaria sabiduría en la palma de tu mano', + 'hero.desc': 'Una herramienta integral de metafísica china que integra la generación de cartas astrales de Zi Wei Dou Shu (Astrología de la Estrella Púrpura), la consulta del almanaque tradicional y el análisis de la fortuna. Explora la profunda sabiduría de un milenio de tradición astrológica china, en cualquier momento y lugar.', + 'hero.cta': 'Descargar en el App Store', + 'hero.learn_more': 'Más información', + 'hero.scroll': 'Explorar', + + // Features + 'features.label': 'Características', + 'features.title': 'Por qué elegir 万物皆宜', + 'features.desc': 'Preservamos el patrimonio de las artes metafísicas chinas con el mayor rigor, impulsados por la tecnología más moderna para acompañar cada una de tus exploraciones.', + 'features.algo.title': 'Algoritmos astrológicos profesionales', + 'features.algo.desc': 'Basado en el marco teórico milenario de Zi Wei Dou Shu, con implementación completa de las catorce estrellas principales, las cuatro transformaciones y los sistemas de estrellas auxiliares. El análisis de períodos es preciso hasta el nivel horario — cada colocación estelar se rastrea en fuentes clásicas.', + 'features.privacy.title': 'Privacidad y seguridad', + 'features.privacy.desc': 'Tus datos personales nunca abandonan tu dispositivo. Usa todas las funciones sin conexión — sin registro de cuenta, sin carga de datos, sin necesidad de Internet. Explora con total tranquilidad.', + 'features.daily.title': 'Guía diaria de fortuna', + 'features.daily.desc': 'Actividades favorables y desfavorables del día, direcciones propicias y direcciones de riqueza de un vistazo. Análisis multidimensionales que abarcan carrera, finanzas, relaciones y salud — sabiduría tradicional para tu día a día.', + 'features.aesthetic.title': 'Estética cultural', + 'features.aesthetic.desc': 'Un lenguaje visual neo-chino que entrelaza la estética de la tinta y los motivos clásicos en cada detalle de la interfaz. Más que una herramienta — una ventana a la belleza de la cultura tradicional china.', + + // Showcase + 'showcase.label': 'Funciones', + 'showcase.title': 'Artes milenarias a tu alcance', + 'showcase.ziwei.label': 'Zi Wei Dou Shu', + 'showcase.ziwei.title': 'Un milenio de estrellas en una pantalla', + 'showcase.ziwei.desc': 'Ingresa tu fecha y hora de nacimiento para generar instantáneamente una carta astral completa de Estrella Púrpura. Los doce palacios, catorce estrellas principales y más de cien estrellas auxiliares se colocan con precisión, y el sistema completo de cuatro transformaciones y estrellas voladoras se representa íntegramente.', + 'showcase.ziwei.f1': 'Generación automática, calendario lunar y solar', + 'showcase.ziwei.f2': 'Visualización completa de los doce palacios', + 'showcase.ziwei.f3': 'Catorce estrellas principales + sistema auxiliar completo', + 'showcase.ziwei.f4': 'Análisis de períodos decenales, anuales, mensuales, diarios y horarios', + 'showcase.almanac.label': 'Almanaque tradicional', + 'showcase.almanac.title': 'Elige días propicios, sigue los tiempos', + 'showcase.almanac.desc': 'Actividades favorables y desfavorables del día de un vistazo, abarcando más de veinte categorías tradicionales: matrimonio, viajes, construcción, apertura de negocios. Las direcciones de deidades favorables, riqueza y feto se marcan con precisión.', + 'showcase.almanac.f1': 'Más de veinte categorías de actividades diarias', + 'showcase.almanac.f2': 'Direcciones de deidades favorables y de riqueza', + 'showcase.almanac.f3': 'Búsqueda avanzada y marcadores', + 'showcase.almanac.f4': 'Correspondencia precisa del calendario lunar y los términos solares', + 'showcase.fortune.label': 'Análisis de fortuna', + 'showcase.fortune.title': 'Perspectivas multidimensionales', + 'showcase.fortune.desc': 'Análisis diarios, mensuales y anuales en cuatro dimensiones — carrera, finanzas, relaciones y salud. Combinando la Astrología de la Estrella Púrpura con datos del almanaque para ofrecer orientación vital integral.', + 'showcase.fortune.f1': 'Fortuna diaria / mensual / anual', + 'showcase.fortune.f2': 'Carrera · Finanzas · Relaciones · Salud', + 'showcase.fortune.f3': 'Análisis personalizado basado en tu carta natal', + 'showcase.fortune.f4': 'Seguimiento histórico y análisis de tendencias', + 'showcase.fortune.placeholder': 'Capturas de pantalla próximamente', + + // Culture + 'culture.quote': '万物皆宜 se dedica a preservar y promover la cultura tradicional china a través de la tecnología moderna, acercando la milenaria sabiduría metafísica a la vida de las personas de hoy.', + 'culture.disclaimer': 'Respetamos el espíritu científico y nos oponemos a toda forma de superstición y organizaciones sectarias. El contenido de análisis metafísico proporcionado por esta aplicación está destinado únicamente a la investigación cultural y el interés personal, y no constituye ningún consejo de decisión. Animamos a los usuarios a abordar la cultura tradicional con una actitud racional y objetiva, abrazando su esencia y permitiendo que la antigua sabiduría brille con nuevo fulgor en la era moderna.', + 'culture.badge1': 'Promoción de la cultura tradicional', + 'culture.badge2': 'Racionalidad científica', + 'culture.badge3': 'Contra la superstición y las sectas', + 'culture.badge4': 'Solo como referencia cultural', + 'culture.badge5': 'Solo como entretenimiento', + + // CTA + 'cta.title': 'Comienza tu viaje metafísico', + 'cta.desc': 'Busca «万物皆宜» en el App Store para descargar.', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': 'Política de privacidad', + 'footer.terms': 'Términos de servicio', + 'footer.contact': 'Contáctanos', + 'footer.copy': '© 2026 万物皆宜. Todos los derechos reservados.', + + // Page meta + 'page.title': '万物皆宜 — Metafísica tradicional china al alcance de tu mano', + 'page.description': '万物皆宜 — Una app que integra la Astrología de la Estrella Púrpura, el almanaque tradicional y el análisis de fortuna. Pago único, uso permanente.', + }, + + /* ==================== pt (Portuguese) ==================== */ + 'pt': { + // Nav + 'nav.features': 'Funcionalidades', + 'nav.showcase': 'Destaques', + 'nav.about': 'Sobre', + 'nav.cta': 'App Store', + + // Hero + 'hero.badge': 'Pagamento único · Uso permanente · Sem anúncios', + 'hero.title': '万物皆宜', + 'hero.subtitle': 'Sabedoria milenar na palma da sua mão', + 'hero.desc': 'Uma ferramenta abrangente de metafísica chinesa que integra a geração de mapas astrais de Zi Wei Dou Shu (Astrologia da Estrela Púrpura), a consulta ao almanaque tradicional e a análise da fortuna. Explore a profunda sabedoria de um milénio de tradição astrológica chinesa, a qualquer hora e em qualquer lugar.', + 'hero.cta': 'Transferir na App Store', + 'hero.learn_more': 'Saiba mais', + 'hero.scroll': 'Explorar', + + // Features + 'features.label': 'Funcionalidades', + 'features.title': 'Por que escolher 万物皆宜', + 'features.desc': 'Preservamos o património das artes metafísicas chinesas com o maior rigor, impulsionados pela tecnologia mais moderna para acompanhar cada uma das suas explorações.', + 'features.algo.title': 'Algoritmos astrológicos profissionais', + 'features.algo.desc': 'Baseado no enquadramento teórico milenar de Zi Wei Dou Shu, com implementação completa das catorze estrelas principais, quatro transformações e sistemas de estrelas auxiliares. A análise de períodos é precisa até ao nível horário — cada posicionamento estelar é rastreável em fontes clássicas.', + 'features.privacy.title': 'Privacidade e segurança', + 'features.privacy.desc': 'Os seus dados pessoais nunca saem do seu dispositivo. Utilize todas as funcionalidades offline — sem registo de conta, sem carregamento de dados, sem necessidade de Internet. Explore com total tranquilidade.', + 'features.daily.title': 'Orientação diária de fortuna', + 'features.daily.desc': 'Atividades favoráveis e desfavoráveis do dia, direções propícias e direções de riqueza num relance. Análises multidimensionais que abrangem carreira, finanças, relacionamentos e saúde — sabedoria tradicional para o seu dia a dia.', + 'features.aesthetic.title': 'Estética cultural', + 'features.aesthetic.desc': 'Uma linguagem visual neo-chinesa que entrelaça a estética da tinta e os motivos clássicos em cada detalhe da interface. Mais do que uma ferramenta — uma janela para a beleza da cultura tradicional chinesa.', + + // Showcase + 'showcase.label': 'Destaques', + 'showcase.title': 'Artes milenares ao seu alcance', + 'showcase.ziwei.label': 'Zi Wei Dou Shu', + 'showcase.ziwei.title': 'Um milénio de estrelas num ecrã', + 'showcase.ziwei.desc': 'Introduza a sua data e hora de nascimento para gerar instantaneamente um mapa astral completo de Estrela Púrpura. Os doze palácios, catorze estrelas principais e mais de cem estrelas auxiliares são posicionados com precisão, e o sistema completo de quatro transformações e estrelas voadoras é apresentado na íntegra.', + 'showcase.ziwei.f1': 'Geração automática, calendário lunar e solar', + 'showcase.ziwei.f2': 'Visualização completa dos doze palácios', + 'showcase.ziwei.f3': 'Catorze estrelas principais + sistema auxiliar completo', + 'showcase.ziwei.f4': 'Análise de períodos decenais, anuais, mensais, diários e horários', + 'showcase.almanac.label': 'Almanaque tradicional', + 'showcase.almanac.title': 'Escolha dias propícios, siga os tempos', + 'showcase.almanac.desc': 'Atividades favoráveis e desfavoráveis do dia num relance, abrangendo mais de vinte categorias tradicionais: casamento, viagens, construção, abertura de negócios. As direções de divindades favoráveis, riqueza e feto são marcadas com precisão.', + 'showcase.almanac.f1': 'Mais de vinte categorias de atividades diárias', + 'showcase.almanac.f2': 'Direções de divindades favoráveis e de riqueza', + 'showcase.almanac.f3': 'Pesquisa avançada e marcadores', + 'showcase.almanac.f4': 'Correspondência precisa do calendário lunar e dos termos solares', + 'showcase.fortune.label': 'Análise de fortuna', + 'showcase.fortune.title': 'Perspetivas multidimensionais', + 'showcase.fortune.desc': 'Análises diárias, mensais e anuais em quatro dimensões — carreira, finanças, relacionamentos e saúde. Combinando a Astrologia da Estrela Púrpura com dados do almanaque para oferecer orientação vital integral.', + 'showcase.fortune.f1': 'Fortuna diária / mensal / anual', + 'showcase.fortune.f2': 'Carreira · Finanças · Relacionamentos · Saúde', + 'showcase.fortune.f3': 'Análise personalizada baseada no seu mapa natal', + 'showcase.fortune.f4': 'Histórico e análise de tendências', + 'showcase.fortune.placeholder': 'Capturas de ecrã em breve', + + // Culture + 'culture.quote': '万物皆宜 dedica-se a preservar e promover a cultura tradicional chinesa através da tecnologia moderna, aproximando a milenar sabedoria metafísica da vida das pessoas de hoje.', + 'culture.disclaimer': 'Respeitamos o espírito científico e opomo-nos a todas as formas de superstição e organizações sectárias. O conteúdo de análise metafísica fornecido por esta aplicação destina-se exclusivamente à investigação cultural e interesse pessoal, não constituindo qualquer conselho de decisão. Encorajamos os utilizadores a abordar a cultura tradicional com uma atitude racional e objetiva, abraçando a sua essência e permitindo que a antiga sabedoria brilhe novamente na era moderna.', + 'culture.badge1': 'Promoção da cultura tradicional', + 'culture.badge2': 'Racionalidade científica', + 'culture.badge3': 'Contra a superstição e as seitas', + 'culture.badge4': 'Apenas como referência cultural', + 'culture.badge5': 'Apenas como entretenimento', + + // CTA + 'cta.title': 'Inicie a sua viagem metafísica', + 'cta.desc': 'Pesquise «万物皆宜» na App Store para transferir.', + 'cta.appstore': 'App Store', + 'cta.googleplay': 'Google Play', + + // Footer + 'footer.privacy': 'Política de privacidade', + 'footer.terms': 'Termos de serviço', + 'footer.contact': 'Contacte-nos', + 'footer.copy': '© 2026 万物皆宜. Todos os direitos reservados.', + + // Page meta + 'page.title': '万物皆宜 — Metafísica tradicional chinesa ao seu alcance', + 'page.description': '万物皆宜 — Uma app que integra a Astrologia da Estrela Púrpura, o almanaque tradicional e a análise de fortuna. Pagamento único, uso permanente.', + }, + }; + + /* ------------------------------------------------------------------ */ + /* Locale display names (in native language) */ + /* ------------------------------------------------------------------ */ + + const localeNames = { + 'zh-CN': '简体中文', + 'zh-TW': '繁體中文', + 'en': 'English', + 'ja': '日本語', + 'ko': '한국어', + 'de': 'Deutsch', + 'fr': 'Français', + 'es': 'Español', + 'pt': 'Português', + }; + + /* ------------------------------------------------------------------ */ + /* Internal state */ + /* ------------------------------------------------------------------ */ + + let currentLocale = 'zh-CN'; + + const STORAGE_KEY = 'preferred-locale'; + + /* ------------------------------------------------------------------ */ + /* Helpers */ + /* ------------------------------------------------------------------ */ + + /** + * Translate a key for the given locale. + * Falls back to zh-CN if the key is missing in the target locale. + * + * @param {string} locale + * @param {string} key + * @returns {string} + */ + function t(locale, key) { + return (translations[locale] && translations[locale][key]) || + (translations['zh-CN'] && translations['zh-CN'][key]) || + key; + } + + /** + * Try to match a raw locale string (e.g. "zh-CN", "zh", "en-US") + * against the supported locales. Returns the best match or null. + * + * @param {string} raw + * @returns {string|null} + */ + function resolveLocale(raw) { + if (!raw) return null; + // Exact match + if (translations[raw]) return raw; + // Language-only match (e.g. "zh" -> "zh-CN", "en" -> "en") + var lang = raw.split('-')[0]; + for (var code in translations) { + if (code.split('-')[0] === lang) return code; + } + return null; + } + + /* ------------------------------------------------------------------ */ + /* Public API */ + /* ------------------------------------------------------------------ */ + + /** + * Detect the user's preferred locale and apply translations. + * Priority: localStorage > navigator.language > zh-CN + */ + function init() { + var locale = + resolveLocale(localStorage.getItem(STORAGE_KEY)) || + resolveLocale(navigator.language) || + resolveLocale(navigator.userLanguage) || // IE fallback + 'zh-CN'; + + apply(locale); + } + + /** + * Apply translations for the given locale to the entire page. + * + * @param {string} locale - e.g. "zh-CN", "en", "ja" + */ + function apply(locale) { + if (!translations[locale]) { + console.warn('[I18N] Unsupported locale: "' + locale + '", falling back to zh-CN.'); + locale = 'zh-CN'; + } + + currentLocale = locale; + + // 1. Set document language + document.documentElement.lang = locale; + + // 2. Update page title + document.title = t(locale, 'page.title'); + + // 3. Update meta description + var metaDesc = document.querySelector('meta[name="description"]'); + if (metaDesc) { + metaDesc.setAttribute('content', t(locale, 'page.description')); + } + + // 4. Translate all [data-i18n] elements (textContent) + var i18nEls = document.querySelectorAll('[data-i18n]'); + for (var i = 0; i < i18nEls.length; i++) { + var key = i18nEls[i].getAttribute('data-i18n'); + i18nEls[i].textContent = t(locale, key); + } + + // 5. Translate all [data-i18n-html] elements (innerHTML) + var htmlEls = document.querySelectorAll('[data-i18n-html]'); + for (var j = 0; j < htmlEls.length; j++) { + var hKey = htmlEls[j].getAttribute('data-i18n-html'); + htmlEls[j].innerHTML = t(locale, hKey); + } + + // 6. Persist locale preference + try { + localStorage.setItem(STORAGE_KEY, locale); + } catch (e) { + // localStorage may be unavailable (private browsing, etc.) + } + + // 7. Update language switcher dropdowns + var selectors = document.querySelectorAll('[data-locale-switcher]'); + for (var s = 0; s < selectors.length; s++) { + selectors[s].value = locale; + } + } + + /** + * Get the currently active locale code. + * + * @returns {string} + */ + function getCurrentLocale() { + return currentLocale; + } + + /* ------------------------------------------------------------------ */ + /* Export to global scope */ + /* ------------------------------------------------------------------ */ + + window.I18N = { + translations: translations, + localeNames: localeNames, + init: init, + apply: apply, + getCurrentLocale: getCurrentLocale, + }; +})(); diff --git a/index.html b/index.html new file mode 100644 index 0000000..4051192 --- /dev/null +++ b/index.html @@ -0,0 +1,1161 @@ + + + + + + 万物皆宜 — 中华传统命理智慧,掌中可及 + + + + + + + + + + + + + +
+
+
+ +
+ + 一次买断 · 永久使用 · 无广告 +
+

万物皆宜

+

千年智慧,掌中可鉴

+

+ 融合紫微斗数排盘、黄历宜忌、运势推演于一体的中国传统命理分析工具。随时随地,为您呈现千年术数智慧的精妙与深邃。 +

+ +
+
+ 向下探索 +
+
+
+ + +
+
+
+ +

为何选择万物皆宜

+
+

我们以最严谨的态度传承中华术数文化,用最现代的技术守护您的每一次探索。

+
+
+
+
+

专业命理算法

+

基于紫微斗数千年传承的理论体系,十四主星、四化星、辅星体系完整实现。大限流限推演精确到流时,每一颗星的安星法则均有典可查。

+
+
+
+

隐私安全保护

+

您的个人信息绝不离开您的手机。无需联网即可使用全部功能,无需注册账号,无需上传任何数据,安心探索,无后顾之忧。

+
+
+
+

日常运势指导

+

每日黄历宜忌、吉神方位、财神方位一目了然。事业、财运、感情、健康多维度运势分析,让传统智慧融入您的日常生活。

+
+
+
+

文化传承美学

+

新中式视觉设计语言,将水墨意境与古典纹样融入每一个界面细节。这不仅仅是一个工具,更是一扇窥见中华传统文化之美的窗口。

+
+
+
+
+ + +
+
+
+ +

掌中术数,尽在指尖

+
+
+ +
+
+ +

千年星象,一屏尽览

+

输入出生年月日时,即刻生成完整的紫微斗数命盘。十二宫位、十四主星、百余辅星精确安星,四化飞星系统完整呈现。

+
    +
  • 自动排盘,支持农历与公历
  • +
  • 十二宫位完整展示
  • +
  • 十四主星 + 全部辅星体系
  • +
  • 大限、流年、流月、流日、流时推演
  • +
+
+
+ 紫微斗数排盘功能展示 +
+
+ +
+
+ +

择吉避凶,顺天应时

+

每日宜忌一目了然,涵盖嫁娶、出行、动土、开市等二十余项传统事项。吉神方位、财神方位、胎神方位精准标注。

+
    +
  • 每日宜忌二十余项
  • +
  • 吉神方位与财神方位
  • +
  • 支持条件搜索与收藏
  • +
  • 农历与节气精确对照
  • +
+
+
+ 黄历查询功能展示 +
+
+ +
+
+ +

多维洞察,趋吉避凶

+

从事业、财运、感情、健康四大维度,提供每日、每月、每年的运势分析。结合紫微斗数与黄历信息,给出综合性的生活参考建议。

+
    +
  • 每日 / 每月 / 每年运势
  • +
  • 事业 · 财运 · 感情 · 健康
  • +
  • 基于命盘的个性化分析
  • +
  • 历史记录与趋势追踪
  • +
+
+
+
+
+
运势分析
+
功能截图即将上线
+
+
+
+
+
+ + +
+
+
+
+ 「万物皆宜」致力于以现代科技手段传承与弘扬中华传统文化,让千年术数智慧以全新的方式走进当代人的生活。 +
+

+ 我们尊重科学精神,反对一切形式的迷信活动与邪教组织。本应用所提供的命理分析内容,仅供文化研究、个人兴趣参考之用,不构成任何决策建议。我们鼓励用户以理性、客观的态度看待传统文化,取其精华,让古老的智慧在新时代焕发新的光彩。 +

+
+
+ 弘扬传统文化 +
+
+ 倡导科学理性 +
+
+ 反对迷信邪教 +
+
+ 仅供文化参考 +
+
+ 仅供娱乐 +
+
+
+
+
+ + +
+
+

开启您的命理探索之旅

+

前往 App Store,搜索「万物皆宜」即可下载。

+
+ + + App Store + + + + Google Play + +
+
+
+ + + + + + + + +