重构:将 "lobster" 重命名为 "claw" 并添加国际化支持 (i18n)
This commit is contained in:
65
messages/en.json
Normal file
65
messages/en.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"metadata": {
|
||||
"title": "OpenClaw Market - Global Claw Activity",
|
||||
"description": "Real-time visualization of AI agent activity worldwide"
|
||||
},
|
||||
"navbar": {
|
||||
"brand": "OpenClaw Market",
|
||||
"globe": "3D Globe",
|
||||
"map": "2D Map",
|
||||
"live": "Live"
|
||||
},
|
||||
"installBanner": {
|
||||
"title": "Join the Heatmap",
|
||||
"subtitle": "Install the skill and let your claw light up the globe",
|
||||
"copyTooltip": "Click to copy"
|
||||
},
|
||||
"stats": {
|
||||
"onlineNow": "Online Now",
|
||||
"totalClaws": "Total Claws",
|
||||
"tasksToday": "Tasks Today",
|
||||
"avgDuration": "Avg Duration"
|
||||
},
|
||||
"regionRanking": {
|
||||
"title": "Region Ranking",
|
||||
"noData": "No data yet"
|
||||
},
|
||||
"clawFeed": {
|
||||
"title": "Live Feed",
|
||||
"waiting": "Waiting for claw activity..."
|
||||
},
|
||||
"activityTimeline": {
|
||||
"title": "24h Activity"
|
||||
},
|
||||
"globe": {
|
||||
"loading": "Loading globe...",
|
||||
"activeClaws": "{count, plural, one {# active claw} other {# active claws}}"
|
||||
},
|
||||
"globeControls": {
|
||||
"zoomIn": "Zoom in",
|
||||
"zoomOut": "Zoom out",
|
||||
"resetView": "Reset view"
|
||||
},
|
||||
"viewSwitcher": {
|
||||
"global": "Global"
|
||||
},
|
||||
"continents": {
|
||||
"asia": "Asia",
|
||||
"europe": "Europe",
|
||||
"americas": "Americas",
|
||||
"africa": "Africa",
|
||||
"oceania": "Oceania"
|
||||
},
|
||||
"continentPage": {
|
||||
"regionTitle": "{name} Region"
|
||||
},
|
||||
"continentMap": {
|
||||
"claws": "{count} claws",
|
||||
"active": "{count} active",
|
||||
"weight": "weight: {value}"
|
||||
},
|
||||
"languageSwitcher": {
|
||||
"en": "EN",
|
||||
"zh": "中文"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user