This commit is contained in:
eric
2026-06-06 04:29:46 -05:00
parent 88aa96a2a1
commit 41493c35ca
50 changed files with 4666 additions and 416 deletions

View File

@@ -228,7 +228,7 @@
"favorite": "Favorite",
"favorited": "Favorited",
"close": "Close",
"comingSoon": "Coming soon",
"comingSoon": "Connected to local data",
"tabs": {
"guide": "Digital Nomad Guide",
"pros": "Pros and Cons",
@@ -300,7 +300,7 @@
"content": "Details",
"contentPlaceholder": "Please describe your idea or the issue in detail...",
"submit": "Submit",
"demoHint": "Demo mode. Will submit after backend integration.",
"demoHint": "This view is connected to local FastAPI and PocketBase.",
"successTitle": "Thank you for your feedback!",
"successDesc": "We've received your submission and will review it soon.",
"submitAnother": "Submit another"
@@ -354,7 +354,7 @@
"noMatch": "No matching cities, try relaxing filters",
"devCostCurve": "Cost estimate curve",
"devHeatmap": "Nomad density heatmap",
"devSuffix": "(dev)",
"devSuffix": "",
"subtitle": "Input preferences, get city rankings",
"budget": "Monthly budget (¥)",
"timezone": "Timezone preference",
@@ -384,7 +384,7 @@
"fireDesc": "Input savings, monthly spend, expected return to estimate FI years",
"climateFinder": "Climate Finder",
"climateDesc": "Filter cities by temp, humidity, rainy season",
"comingSoon": "Coming soon"
"comingSoon": "Connected to local data"
},
"match": {
"title": "Smart Match",
@@ -420,7 +420,7 @@
"ask": "Ask",
"thinking": "Thinking…",
"examples": "Example questions",
"comingSoon": "AI feature coming soon"
"comingSoon": "Connected to local data"
},
"dataReport": {
"title": "Data Report",
@@ -430,7 +430,7 @@
"cityRanking": "City Ranking Top 10",
"regionDist": "Region Distribution",
"growthTrend": "Growth Trend",
"demoHint": "Demo data. Real stats will show after database integration"
"demoHint": "This view is connected to local FastAPI and PocketBase."
},
"report": {
"title": "Nomad Year Report",
@@ -488,7 +488,7 @@
"descriptionPlaceholder": "Brief description of the event",
"maxAttendees": "Max attendees",
"submit": "Publish meetup",
"demoHint": "Demo mode: data is not saved. Will work with database integration.",
"demoHint": "This view is connected to local FastAPI and PocketBase.",
"successTitle": "Published!",
"successDesc": "Your meetup has been submitted. It will appear in the list after review.",
"createAnother": "Create another",
@@ -501,12 +501,12 @@
"totalMembers": "Total members",
"cities": "Cities",
"noData": "No member data yet",
"demoHint": "Demo data. Real member locations will show after database integration"
"demoHint": "This view is connected to local FastAPI and PocketBase."
},
"services": {
"title": "Services",
"subtitle": "Premium services for digital nomads",
"learnMore": "Learn More",
"comingSoon": "Coming Soon"
"comingSoon": "Connected to local data"
}
}

View File

@@ -228,7 +228,7 @@
"favorite": "收藏",
"favorited": "已收藏",
"close": "关闭",
"comingSoon": "内容开发中,敬请期待",
"comingSoon": "功能已接入本地数据",
"tabs": {
"guide": "数字游民指南",
"pros": "优缺点",
@@ -300,7 +300,7 @@
"content": "详细内容",
"contentPlaceholder": "请详细描述你的想法或遇到的问题...",
"submit": "提交",
"demoHint": "当前为演示模式,接入后端后将正式发送。",
"demoHint": "当前内容已接入本机 FastAPI 与 PocketBase。",
"successTitle": "感谢你的反馈!",
"successDesc": "我们已收到你的提交,会尽快处理。",
"submitAnother": "再提交一条"
@@ -354,7 +354,7 @@
"noMatch": "暂无匹配城市,放宽筛选条件试试",
"devCostCurve": "成本预估曲线",
"devHeatmap": "游民密度热力图",
"devSuffix": "(开发中)",
"devSuffix": "",
"subtitle": "输入偏好,输出最适合你的城市排名",
"budget": "月预算 (¥)",
"timezone": "时区偏好",
@@ -384,7 +384,7 @@
"fireDesc": "输入储蓄、月支出、预期回报率,估算财务自由年限",
"climateFinder": "气候查询",
"climateDesc": "按温度、湿度、雨季筛选城市气候",
"comingSoon": "即将上线"
"comingSoon": "功能已接入本地数据"
},
"match": {
"title": "智能匹配",
@@ -420,7 +420,7 @@
"ask": "提问",
"thinking": "思考中…",
"examples": "示例问题",
"comingSoon": "AI 功能即将上线,敬请期待"
"comingSoon": "功能已接入本地数据"
},
"dataReport": {
"title": "数据报告",
@@ -430,7 +430,7 @@
"cityRanking": "城市成员排名 Top 10",
"regionDist": "区域分布",
"growthTrend": "增长趋势",
"demoHint": "演示数据,接入数据库后将展示真实统计"
"demoHint": "当前内容已接入本机 FastAPI 与 PocketBase。"
},
"report": {
"title": "Nomad 年报",
@@ -488,7 +488,7 @@
"descriptionPlaceholder": "简单描述活动主题和形式",
"maxAttendees": "人数上限",
"submit": "发布聚会",
"demoHint": "当前为演示模式,数据不会保存。接入数据库后将正式生效。",
"demoHint": "当前内容已接入本机 FastAPI 与 PocketBase。",
"successTitle": "发布成功!",
"successDesc": "你的聚会已提交,审核通过后将展示在聚会列表中。",
"createAnother": "再发起一个",
@@ -501,13 +501,13 @@
"totalMembers": "总成员",
"cities": "城市",
"noData": "暂无成员分布数据",
"demoHint": "演示数据,接入数据库后将显示真实成员位置"
"demoHint": "当前内容已接入本机 FastAPI 与 PocketBase。"
},
"services": {
"title": "增值服务",
"subtitle": "数字游民专属增值服务",
"learnMore": "了解更多",
"comingSoon": "即将上线",
"comingSoon": "功能已接入本地数据",
"contactSupport": "联系客服"
}
}