重构:将 "lobster" 重命名为 "claw" 并添加国际化支持 (i18n)

This commit is contained in:
richarjiang
2026-03-13 12:07:28 +08:00
parent fa4c458eda
commit 9e30771180
38 changed files with 1003 additions and 344 deletions

65
messages/zh.json Normal file
View File

@@ -0,0 +1,65 @@
{
"metadata": {
"title": "OpenClaw Market - 全球龙虾活动",
"description": "全球 AI 代理活动实时可视化"
},
"navbar": {
"brand": "OpenClaw Market",
"globe": "3D 地球",
"map": "2D 地图",
"live": "实时"
},
"installBanner": {
"title": "加入热力图",
"subtitle": "安装技能,让你的龙虾点亮全球",
"copyTooltip": "点击复制"
},
"stats": {
"onlineNow": "当前在线",
"totalClaws": "总龙虾数",
"tasksToday": "今日任务",
"avgDuration": "平均时长"
},
"regionRanking": {
"title": "区域排名",
"noData": "暂无数据"
},
"clawFeed": {
"title": "实时动态",
"waiting": "等待龙虾活动中..."
},
"activityTimeline": {
"title": "24小时活动"
},
"globe": {
"loading": "正在加载地球...",
"activeClaws": "{count, plural, other {# 只活跃龙虾}}"
},
"globeControls": {
"zoomIn": "放大",
"zoomOut": "缩小",
"resetView": "重置视角"
},
"viewSwitcher": {
"global": "全球"
},
"continents": {
"asia": "亚洲",
"europe": "欧洲",
"americas": "美洲",
"africa": "非洲",
"oceania": "大洋洲"
},
"continentPage": {
"regionTitle": "{name}区域"
},
"continentMap": {
"claws": "{count} 只龙虾",
"active": "{count} 活跃",
"weight": "权重:{value}"
},
"languageSwitcher": {
"en": "EN",
"zh": "中文"
}
}