'grok建议功能'

This commit is contained in:
eric
2026-03-09 00:05:00 -05:00
parent 41487dc22e
commit 8eef28536e
14 changed files with 1044 additions and 87 deletions

View File

@@ -1,6 +1,7 @@
{
"common": {
"siteName": "Nomad China",
"tagline": "Nomad OS · Your next stop, data-driven",
"siteNameShort": "NomadCNA",
"logout": "Logout",
"loginRegister": "Login / Sign up",
@@ -9,15 +10,26 @@
},
"nav": {
"cities": "Cities",
"ai": "AI",
"travel": "Travel",
"community": "Community",
"explore": "Explore"
"explore": "Explore",
"dashboard": "Next Stop",
"tools": "Tools",
"pricing": "Pricing",
"gigs": "Gigs",
"report": "Report"
},
"hero": {
"badge": "China Digital Nomad Community · Since 2024",
"title": "Explore China",
"titleSuffix": "Remote Work, Free Life",
"subtitle": "Join the global Chinese digital nomad community, discover the best cities in China for remote work and living",
"badge": "Digital Nomad Life OS · Nomad OS",
"title": "Your Next Stop",
"titleSuffix": "Data-Driven",
"subtitle": "City decisions, tax & visa tools, smart matching, gig board. One-stop solution for nomad life",
"feature1": "Next stop: input budget, timezone, internet → get city rankings",
"feature2": "Tax & visa toolkit: exchange, tax estimate, visa countdown",
"feature3": "Smart match: partner, roommate, co-founder, explore buddy",
"feature4": "Gig board: post/claim tasks, platform fee 10-15%",
"feature5": "Nomad report: countries visited? Generate share card",
"ctaJoin": "Join Nomad China →",
"stats": {
"cities": "Cities",
@@ -32,9 +44,11 @@
"resources": "Resources",
"about": "About",
"links": {
"ai": "AI Assistant",
"join": "Join Community",
"meetups": "Offline Meetups",
"dating": "Dating",
"dating": "Smart Match",
"dashboard": "Next Stop",
"map": "Member Map",
"climate": "Climate Query",
"cost": "Cost Calculator",
@@ -43,8 +57,11 @@
"guide": "Remote Work Guide",
"cityGuide": "City Guide",
"stories": "Nomad Stories",
"report": "Nomad Report",
"faq": "FAQ",
"aboutUs": "About Us",
"pricing": "Pricing",
"gigs": "Gig Board",
"recruit": "Careers",
"terms": "Terms",
"privacy": "Privacy",
@@ -134,5 +151,112 @@
"goLogin": "Go to login",
"passwordMismatch": "Passwords do not match",
"passwordMinLength": "Password must be at least 8 characters"
},
"pricing": {
"title": "Membership",
"monthly": "Monthly",
"yearly": "Yearly",
"subtitle": "From Free to Pro, unlock more nomad power",
"free": "Free",
"basic": "Basic",
"pro": "Pro",
"perMonth": "/mo",
"perYear": "/yr",
"currentPlan": "Current plan",
"getStarted": "Get started",
"upgrade": "Upgrade",
"features": {
"browse": "Basic browse + public data",
"noAds": "Ad-free",
"advancedFilter": "Advanced filters",
"unlimitedSwipe": "Unlimited swipe",
"priorityEvent": "Priority event signup",
"crmRoster": "CRM roster visible",
"oneOnOne": "1v1 with paid guests",
"gigAccess": "Internal gig earnings",
"dashboard": "Data dashboard",
"experienceCamp": "Experience camp sold separately"
}
},
"dashboard": {
"title": "Next Stop Dashboard",
"noMatch": "No matching cities, try relaxing filters",
"devCostCurve": "Cost estimate curve",
"devHeatmap": "Nomad density heatmap",
"devSuffix": "(dev)",
"subtitle": "Input preferences, get city rankings",
"budget": "Monthly budget (¥)",
"timezone": "Timezone preference",
"internet": "Min internet (Mbps)",
"visa": "Visa friendliness",
"tags": "People to meet",
"search": "Recommend cities",
"costCurve": "Cost estimate curve",
"nomadHeatmap": "Nomad density heatmap",
"nearbyEvents": "Nearby events",
"aiTip": "AI recommendation"
},
"tools": {
"title": "Toolkit",
"disclaimer": "Data for reference only, actual rates may vary",
"taxDisclaimer": "Simplified estimate, not professional tax advice",
"subtitle": "Exchange · Tax · Visa",
"exchange": "Live exchange rates",
"tax": "Tax calculator",
"visa": "Visa countdown",
"incomeCountry": "Income country",
"estimate": "Estimate tax",
"visaExpiry": "Visa expiry",
"daysLeft": "days left",
"expired": "Expired"
},
"match": {
"title": "Smart Match",
"likedYou": "People who liked you",
"dislike": "Pass",
"like": "Like",
"report": "Report",
"matchTags": "Match tags",
"dating": "Dating",
"friends": "Friends",
"partner": "Partner",
"roommate": "Roommate",
"cofounder": "Co-founder",
"explore": "Explore buddy",
"badgeDating": "Both looking for 🌹 Dating",
"badgeFriends": "Both looking for 🤝 Friends",
"badgePartner": "Both looking for 👥 Partner",
"badgeRoommate": "Both looking for 🏠 Roommate",
"badgeCofounder": "Both looking for 🚀 Co-founder",
"badgeExplore": "Both looking for 🍜 Explore"
},
"gigs": {
"title": "Gig Board",
"subtitle": "Post tasks · Earn money",
"publish": "Post task",
"browse": "Browse tasks",
"platformFee": "Platform fee 10-15%"
},
"ai": {
"title": "AI Assistant",
"subtitle": "Ask for city recommendations, travel plans, intro copy",
"placeholder": "Enter your question, e.g. Budget $800/mo, Asia tropical, stable internet...",
"ask": "Ask",
"thinking": "Thinking…",
"examples": "Example questions",
"comingSoon": "AI feature coming soon"
},
"report": {
"title": "Nomad Year Report",
"desc": "Auto stats: countries visited, avg monthly cost, coworking check-ins",
"yearTitle": "2025 Nomad Report",
"countries": "Countries",
"avgCost": "Avg monthly cost",
"coworkingCheckins": "Coworking check-ins",
"meetups": "Meetups",
"watermark": "Nomad China · Share card with watermark",
"regenerate": "Regenerate",
"subtitle": "Countries visited? Avg monthly cost?",
"generate": "Generate report"
}
}

View File

@@ -1,6 +1,7 @@
{
"common": {
"siteName": "游牧中国",
"tagline": "Nomad OS · 你的下一站,由数据决定",
"siteNameShort": "游牧中国",
"logout": "退出",
"loginRegister": "登录 / 注册",
@@ -9,15 +10,26 @@
},
"nav": {
"cities": "城市",
"ai": "AI",
"travel": "旅行",
"community": "社区",
"explore": "探索"
"explore": "探索",
"dashboard": "下一站",
"tools": "工具箱",
"pricing": "会员",
"gigs": "赏金",
"report": "年报"
},
"hero": {
"badge": "中国数字游民社区 · 始于 2024",
"title": "探索中国",
"titleSuffix": "远程工作,自由生活",
"subtitle": "加入全球华人数字游民社区,发现中国最适合远程工作和生活的城市",
"badge": "数字游民生活操作系统 · Nomad OS",
"title": "你的下一站",
"titleSuffix": "由数据决定",
"subtitle": "城市决策、税务签证、智能匹配、赏金任务。一站式解决游牧生活的核心痛点",
"feature1": "下一站决策:输入预算、时区、网速,输出城市排名",
"feature2": "税务签证工具箱:汇率、税负估算、签证倒计时",
"feature3": "智能匹配:搭档、室友、合伙人、探店 buddy",
"feature4": "赏金墙:发布/接单小任务,平台抽成 10-15%",
"feature5": "Nomad 年报:今年飞了多少国家?生成分享卡片",
"ctaJoin": "加入游牧中国 →",
"stats": {
"cities": "个城市",
@@ -32,9 +44,11 @@
"resources": "资源",
"about": "关于",
"links": {
"ai": "AI 助理",
"join": "加入社群",
"meetups": "线下聚会",
"dating": "交友约会",
"dating": "智能匹配",
"dashboard": "下一站",
"map": "成员地图",
"climate": "气候查询",
"cost": "生活成本计算",
@@ -43,8 +57,11 @@
"guide": "远程工作指南",
"cityGuide": "城市落地攻略",
"stories": "游民故事",
"report": "Nomad 年报",
"faq": "常见问题",
"aboutUs": "关于我们",
"pricing": "会员定价",
"gigs": "赏金墙",
"recruit": "招聘",
"terms": "使用条款",
"privacy": "隐私政策",
@@ -134,5 +151,112 @@
"goLogin": "去登录",
"passwordMismatch": "两次密码不一致",
"passwordMinLength": "密码至少 8 位"
},
"pricing": {
"title": "会员体系",
"monthly": "月付",
"yearly": "年付",
"subtitle": "从 Free 到 Pro解锁更多游牧能力",
"free": "Free",
"basic": "Basic",
"pro": "Pro",
"perMonth": "/月",
"perYear": "/年",
"currentPlan": "当前方案",
"getStarted": "开始使用",
"upgrade": "升级",
"features": {
"browse": "基础浏览 + 公开资料",
"noAds": "去除广告",
"advancedFilter": "高级筛选",
"unlimitedSwipe": "无限滑动匹配",
"priorityEvent": "优先活动报名",
"crmRoster": "专属花名册可见",
"oneOnOne": "付费嘉宾 1v1",
"gigAccess": "内部小任务赚钱",
"dashboard": "数据仪表盘",
"experienceCamp": "体验营/共居单独售卖"
}
},
"dashboard": {
"title": "下一站决策仪表盘",
"noMatch": "暂无匹配城市,放宽筛选条件试试",
"devCostCurve": "成本预估曲线",
"devHeatmap": "游民密度热力图",
"devSuffix": "(开发中)",
"subtitle": "输入偏好,输出最适合你的城市排名",
"budget": "月预算 (¥)",
"timezone": "时区偏好",
"internet": "最低网速 (Mbps)",
"visa": "签证友好度",
"tags": "想认识的人群",
"search": "推荐城市",
"costCurve": "成本预估曲线",
"nomadHeatmap": "游民密度热力图",
"nearbyEvents": "最近同城活动",
"aiTip": "AI 推荐"
},
"tools": {
"title": "工具箱",
"disclaimer": "数据仅供参考,以实际汇率为准",
"taxDisclaimer": "简化估算,非专业税务建议",
"subtitle": "汇率 · 税务 · 签证",
"exchange": "实时汇率",
"tax": "税务计算器",
"visa": "签证倒计时",
"incomeCountry": "收入国家",
"estimate": "估算税负",
"visaExpiry": "签证到期",
"daysLeft": "天剩余",
"expired": "已过期"
},
"match": {
"title": "智能匹配",
"likedYou": "这些人喜欢了你",
"dislike": "不感兴趣",
"like": "喜欢",
"report": "举报资料",
"matchTags": "匹配标签",
"dating": "约会",
"friends": "交友",
"partner": "搭档",
"roommate": "室友",
"cofounder": "项目合伙人",
"explore": "探店 buddy",
"badgeDating": "你们都在寻找 🌹 约会",
"badgeFriends": "你们都在寻找 🤝 交友",
"badgePartner": "你们都在寻找 👥 搭档",
"badgeRoommate": "你们都在寻找 🏠 室友",
"badgeCofounder": "你们都在寻找 🚀 合伙人",
"badgeExplore": "你们都在寻找 🍜 探店"
},
"gigs": {
"title": "赏金墙",
"subtitle": "发布需求 · 接单赚钱",
"publish": "发布任务",
"browse": "浏览任务",
"platformFee": "平台抽成 10-15%"
},
"ai": {
"title": "AI 助理",
"subtitle": "问城市推荐、写行程计划、生成介绍文案",
"placeholder": "输入你的问题例如预算每月800刀想亚洲热带有稳定网...",
"ask": "提问",
"thinking": "思考中…",
"examples": "示例问题",
"comingSoon": "AI 功能即将上线,敬请期待"
},
"report": {
"title": "Nomad 年报",
"desc": "自动统计:今年飞了多少国家、平均月生活成本、在多少个 co-working 打卡",
"yearTitle": "2025 Nomad 年报",
"countries": "国家/地区",
"avgCost": "月均生活成本",
"coworkingCheckins": "Co-working 打卡",
"meetups": "线下聚会",
"watermark": "游牧中国 NomadCNA · 生成分享卡片带水印引流",
"regenerate": "重新生成",
"subtitle": "今年飞了多少国家?平均月生活成本?",
"generate": "生成年报"
}
}