This commit is contained in:
eric
2026-03-09 05:07:59 -05:00
parent 302a072036
commit eb852fb11d
27 changed files with 1523 additions and 169 deletions

View File

@@ -7,7 +7,9 @@
"logout": "Logout",
"loginRegister": "Login / Sign up",
"explore": "Explore →",
"toggleMenu": "Toggle menu"
"toggleMenu": "Toggle menu",
"themeLight": "Switch to dark mode",
"themeDark": "Switch to light mode"
},
"menu": {
"searchPlaceholder": "Search or filter",
@@ -19,6 +21,7 @@
"yourProfile": "Your profile",
"settings": "Settings",
"favorites": "Favorites",
"pricing": "Pricing",
"nomadInsurance": "Nomad Insurance",
"community": "Community",
"tools": "Tools",
@@ -48,7 +51,7 @@
},
"nav": {
"cities": "Cities",
"menu": "Menu",
"menu": "More",
"ai": "AI",
"travel": "Travel",
"community": "Community",
@@ -70,6 +73,20 @@
"feature4": "Gig board: post/claim tasks, platform fee 10-15%",
"feature5": "Nomad report: countries visited? Generate share card",
"ctaJoin": "Join Nomad China →",
"emailPlaceholder": "Enter your email...",
"loginHint": "Have an account? Enter email to auto-login",
"membersJoined": "5,000+ members joined",
"mediaPress": "Press Coverage",
"quickLinks": {
"nextStop": "Next Stop",
"meetups": "Meetups",
"dating": "Smart Match",
"tools": "Toolkit",
"ai": "AI Assistant",
"gigs": "Gig Board",
"report": "Report",
"join": "Join Community"
},
"stats": {
"cities": "Cities",
"nomads": "Nomads",
@@ -77,6 +94,37 @@
"cost": "Monthly cost from"
}
},
"filter": {
"discoverDest": "Discover Destinations",
"citiesCount": "cities",
"sortLabel": "Sort",
"sortByScore": "Overall Score",
"sortByCostAsc": "Lowest Cost",
"sortByCostDesc": "Highest Cost",
"sortByInternet": "Fastest Internet",
"sortBySafety": "Safest",
"sortByNomads": "Most Nomads",
"sortByTemp": "Warmest",
"tags": {
"all": "All",
"hot": "Popular",
"cheap": "Budget",
"fastInternet": "Fast Internet",
"warm": "Warm",
"safe": "Safe",
"beach": "Beach",
"mountain": "Mountain",
"urban": "Urban",
"food": "Food",
"culture": "Culture",
"tier1": "Tier 1",
"newTier1": "New Tier 1",
"livable": "Livable",
"historical": "Historical",
"friendly": "Friendly",
"outdoor": "Outdoor"
}
},
"home": {
"stats": {
"cities": "Cities",
@@ -114,7 +162,11 @@
"cityGuides": "City Guides",
"viewGuides": "View guides →",
"noMatch": "No matching cities found",
"showAll": "Show all cities"
"showAll": "Show all cities",
"meetupDate": "Mar 15",
"meetupLocation": "Shenzhen Nanshan",
"meetupPeople": "12 people",
"joinedThisMonthShort": "86 joined this month"
},
"footer": {
"community": "Community",
@@ -165,6 +217,10 @@
},
"copyright": "© 2024-2026 Nomad China. All rights reserved."
},
"cityCard": {
"nomadsHere": "nomads here",
"perMonth": "mo"
},
"cityModal": {
"breadcrumbPrefix": "Cost of Living",
"reviews": "reviews",
@@ -230,6 +286,24 @@
"region": "Asia",
"map": "Map"
},
"feedback": {
"title": "Ideas & Feedback",
"subtitle": "Help us improve. Your voice matters.",
"type": "Type",
"suggestion": "Suggestion",
"bug": "Bug Report",
"email": "Email",
"emailPlaceholder": "your@email.com",
"titleLabel": "Title",
"titlePlaceholder": "Brief description",
"content": "Details",
"contentPlaceholder": "Please describe your idea or the issue in detail...",
"submit": "Submit",
"demoHint": "Demo mode. Will submit after backend integration.",
"successTitle": "Thank you for your feedback!",
"successDesc": "We've received your submission and will review it soon.",
"submitAnother": "Submit another"
},
"auth": {
"title": "Login / Sign up",
"login": "Login",
@@ -347,8 +421,19 @@
"examples": "Example questions",
"comingSoon": "AI feature coming soon"
},
"dataReport": {
"title": "Data Report",
"subtitle": "Member distribution, city rankings, growth trends",
"backToReport": "Back to report",
"membersMap": "Members Map",
"cityRanking": "City Ranking Top 10",
"regionDist": "Region Distribution",
"growthTrend": "Growth Trend",
"demoHint": "Demo data. Real stats will show after database integration"
},
"report": {
"title": "Nomad Year Report",
"dataReport": "Data Report",
"desc": "Auto stats: countries visited, avg monthly cost, coworking check-ins",
"yearTitle": "2025 Nomad Report",
"countries": "Countries",
@@ -379,6 +464,44 @@
"notFound": "City guide not found",
"backToHome": "Back to Home"
},
"meetups": {
"title": "Offline Meetups",
"subtitle": "Connect with digital nomads worldwide, expand your network",
"hostMeetup": "Host Meetup",
"upcoming": "Upcoming",
"previous": "Past"
},
"hostMeetup": {
"title": "Host Meetup",
"subtitle": "Create an offline event and gather local nomads",
"backToMeetups": "Back to meetups",
"city": "City",
"selectCity": "Select city",
"date": "Date",
"time": "Time",
"venue": "Venue name",
"venuePlaceholder": "e.g. Café, coworking space",
"address": "Address",
"addressPlaceholder": "Street, building number",
"description": "Description",
"descriptionPlaceholder": "Brief description of the event",
"maxAttendees": "Max attendees",
"submit": "Publish meetup",
"demoHint": "Demo mode: data is not saved. Will work with database integration.",
"successTitle": "Published!",
"successDesc": "Your meetup has been submitted. It will appear in the list after review.",
"createAnother": "Create another",
"viewMeetups": "View meetups"
},
"membersMap": {
"title": "Members Map",
"subtitle": "See where digital nomads are",
"nomadsInCity": "nomads here",
"totalMembers": "Total members",
"cities": "Cities",
"noData": "No member data yet",
"demoHint": "Demo data. Real member locations will show after database integration"
},
"services": {
"title": "Services",
"subtitle": "Premium services for digital nomads",

View File

@@ -7,7 +7,9 @@
"logout": "退出",
"loginRegister": "登录 / 注册",
"explore": "开始探索 →",
"toggleMenu": "切换菜单"
"toggleMenu": "切换菜单",
"themeLight": "切换到夜间模式",
"themeDark": "切换到日间模式"
},
"menu": {
"searchPlaceholder": "搜索或筛选",
@@ -19,6 +21,7 @@
"yourProfile": "个人资料",
"settings": "设置",
"favorites": "收藏",
"pricing": "会员",
"nomadInsurance": "游民保险",
"community": "社区",
"tools": "工具",
@@ -48,7 +51,7 @@
},
"nav": {
"cities": "城市",
"menu": "功能菜单",
"menu": "更多",
"ai": "AI",
"travel": "旅行",
"community": "社区",
@@ -70,6 +73,20 @@
"feature4": "赏金墙:发布/接单小任务,平台抽成 10-15%",
"feature5": "Nomad 年报:今年飞了多少国家?生成分享卡片",
"ctaJoin": "加入游牧中国 →",
"emailPlaceholder": "输入你的邮箱...",
"loginHint": "已有账号?输入邮箱即可自动登录",
"membersJoined": "5,000+ 成员已加入",
"mediaPress": "媒体报道",
"quickLinks": {
"nextStop": "下一站",
"meetups": "线下聚会",
"dating": "智能匹配",
"tools": "工具箱",
"ai": "AI 助理",
"gigs": "赏金墙",
"report": "年报",
"join": "加入社群"
},
"stats": {
"cities": "个城市",
"nomads": "位游民",
@@ -77,6 +94,37 @@
"cost": "起/月生活费"
}
},
"filter": {
"discoverDest": "发现目的地",
"citiesCount": "个城市",
"sortLabel": "排序",
"sortByScore": "综合评分",
"sortByCostAsc": "费用最低",
"sortByCostDesc": "费用最高",
"sortByInternet": "网速最快",
"sortBySafety": "最安全",
"sortByNomads": "游民最多",
"sortByTemp": "最温暖",
"tags": {
"all": "全部",
"hot": "热门",
"cheap": "便宜",
"fastInternet": "高速网络",
"warm": "温暖",
"safe": "安全",
"beach": "海滨",
"mountain": "山城",
"urban": "都市",
"food": "美食",
"culture": "文化",
"tier1": "一线城市",
"newTier1": "新一线",
"livable": "宜居",
"historical": "历史名城",
"friendly": "友好社区",
"outdoor": "户外运动"
}
},
"home": {
"stats": {
"cities": "个城市",
@@ -114,7 +162,11 @@
"cityGuides": "城市攻略",
"viewGuides": "查看攻略 →",
"noMatch": "没有找到匹配的城市",
"showAll": "显示全部城市"
"showAll": "显示全部城市",
"meetupDate": "3月15日",
"meetupLocation": "深圳南山",
"meetupPeople": "12人",
"joinedThisMonthShort": "本月 86 人加入"
},
"footer": {
"community": "社区",
@@ -165,6 +217,10 @@
},
"copyright": "© 2024-2026 游牧中国 NomadCNA. All rights reserved."
},
"cityCard": {
"nomadsHere": "人在此",
"perMonth": "月"
},
"cityModal": {
"breadcrumbPrefix": "生活成本",
"reviews": "条评价",
@@ -230,6 +286,24 @@
"region": "亚洲",
"map": "地图"
},
"feedback": {
"title": "建议与反馈",
"subtitle": "帮助我们改进产品,你的声音很重要",
"type": "类型",
"suggestion": "建议",
"bug": "Bug 反馈",
"email": "邮箱",
"emailPlaceholder": "your@email.com",
"titleLabel": "标题",
"titlePlaceholder": "简要描述问题或建议",
"content": "详细内容",
"contentPlaceholder": "请详细描述你的想法或遇到的问题...",
"submit": "提交",
"demoHint": "当前为演示模式,接入后端后将正式发送。",
"successTitle": "感谢你的反馈!",
"successDesc": "我们已收到你的提交,会尽快处理。",
"submitAnother": "再提交一条"
},
"auth": {
"title": "登录 / 注册",
"login": "登录",
@@ -347,8 +421,19 @@
"examples": "示例问题",
"comingSoon": "AI 功能即将上线,敬请期待"
},
"dataReport": {
"title": "数据报告",
"subtitle": "成员分布、城市排名、增长趋势",
"backToReport": "返回年报",
"membersMap": "成员分布地图",
"cityRanking": "城市成员排名 Top 10",
"regionDist": "区域分布",
"growthTrend": "增长趋势",
"demoHint": "演示数据,接入数据库后将展示真实统计"
},
"report": {
"title": "Nomad 年报",
"dataReport": "数据报告",
"desc": "自动统计:今年飞了多少国家、平均月生活成本、在多少个 co-working 打卡",
"yearTitle": "2025 Nomad 年报",
"countries": "国家/地区",
@@ -379,6 +464,44 @@
"notFound": "城市指南不存在",
"backToHome": "返回首页"
},
"meetups": {
"title": "线下聚会",
"subtitle": "与全球数字游民面对面交流,拓展人脉,分享经验",
"hostMeetup": "发起聚会",
"upcoming": "即将举办",
"previous": "往期聚会"
},
"hostMeetup": {
"title": "发起聚会",
"subtitle": "创建线下活动,召集同城数字游民",
"backToMeetups": "返回聚会列表",
"city": "城市",
"selectCity": "选择城市",
"date": "日期",
"time": "时间",
"venue": "场地名称",
"venuePlaceholder": "如:咖啡馆、共享办公空间",
"address": "详细地址",
"addressPlaceholder": "街道、门牌号",
"description": "活动介绍",
"descriptionPlaceholder": "简单描述活动主题和形式",
"maxAttendees": "人数上限",
"submit": "发布聚会",
"demoHint": "当前为演示模式,数据不会保存。接入数据库后将正式生效。",
"successTitle": "发布成功!",
"successDesc": "你的聚会已提交,审核通过后将展示在聚会列表中。",
"createAnother": "再发起一个",
"viewMeetups": "查看聚会列表"
},
"membersMap": {
"title": "成员地图",
"subtitle": "查看各地数字游民分布",
"nomadsInCity": "人在此",
"totalMembers": "总成员",
"cities": "城市",
"noData": "暂无成员分布数据",
"demoHint": "演示数据,接入数据库后将显示真实成员位置"
},
"services": {
"title": "增值服务",
"subtitle": "数字游民专属增值服务",