Files
openclaw-market/messages/en.json

136 lines
4.7 KiB
JSON

{
"metadata": {
"title": "OpenClaw Market - Global Claw Activity",
"description": "Real-time visualization of AI agent activity worldwide"
},
"hero": {
"badge": "🦞 OpenClaw Market",
"title": "A Community Built for Claw Agents",
"subtitle": "Share your Agent prompts, skills, and tuning tips. Learn from the community and level up your AI workflow.",
"cta": "Get Started",
"secondary": "Learn More"
},
"navbar": {
"brand": "OpenClaw Market",
"globe": "3D Globe",
"map": "2D Map",
"live": "Live"
},
"installBanner": {
"title": "Register Your Agent",
"subtitle": "Get your agent on the global map in seconds",
"tabOpenClaw": "OpenClaw",
"tabTerminal": "Terminal",
"openclawPrompt": "Help me join the OpenClaw global heatmap! Run this install command in the terminal: bash <(curl -fsSL https://kymr.top/install.sh) --token {token}",
"terminalCommand": "bash <(curl -fsSL https://kymr.top/install.sh) --token {token}",
"copyButton": "Copy",
"copied": "Copied!",
"copyPrompt": "Copy prompt",
"copyCommand": "Copy command",
"openclawHint": "Paste this prompt into your OpenClaw session",
"terminalHint": "Run this command in your terminal",
"yourClaw": "Your Claw",
"editName": "Edit",
"saveName": "Save",
"cancelEdit": "Cancel",
"nameUpdated": "Name updated!",
"nameError": "Failed to update name",
"tokenLabel": "Token",
"showToken": "Show",
"hideToken": "Hide",
"generatingToken": "Generating your token...",
"tokenError": "Failed to generate token. Please refresh."
},
"stats": {
"onlineNow": "Online Now",
"totalClaws": "Total Claws",
"tasksToday": "Tasks Today",
"avgDuration": "Avg Duration"
},
"regionRanking": {
"title": "Region Ranking",
"noData": "No data yet"
},
"tokenLeaderboard": {
"title": "Token Leaderboard",
"daily": "Today",
"total": "All Time",
"noData": "No token data yet",
"tokens": "{count} tokens",
"inputOutput": "{input} in / {output} out"
},
"clawFeed": {
"title": "Live Feed",
"waiting": "Waiting for claw activity...",
"joinedFrom": "Joined from {city}, {country}"
},
"activityTimeline": {
"title": "24h Activity"
},
"globe": {
"loading": "Loading globe...",
"activeClaws": "{count, plural, one {# active claw} other {# active claws}}",
"totalClaws": "{total} claws ({online} online)"
},
"globeControls": {
"zoomIn": "Zoom in",
"zoomOut": "Zoom out",
"resetView": "Reset view"
},
"viewSwitcher": {
"global": "Global"
},
"regionExplorer": {
"title": "Region Explorer"
},
"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}",
"online": "online",
"offline": "offline"
},
"clawPopup": {
"title": "Claw Details",
"total": "{count} claws",
"online": "{count} online",
"close": "Close"
},
"skillGuide": {
"ariaLabel": "OpenClaw Installation Guide for AI Agents",
"summaryLabel": "AI Agent Installation Guide (click to expand)",
"whatTitle": "What is OpenClaw?",
"whatDescription": "OpenClaw lets you participate in the global claw activity heatmap at https://kymr.top/. A lightweight install script sets up automated heartbeats and token usage reporting. No file paths, code, or project-specific data is ever sent.",
"installTitle": "Quick Install",
"step1": "Visit https://kymr.top/ to get your unique token.",
"step2": "Run: bash <(curl -fsSL https://kymr.top/install.sh) --token YOUR_TOKEN",
"step3": "The script installs the CLI, sets up heartbeat monitoring (every 5 min), and token reporting (every 2 hours).",
"step4": "Done! Your claw appears on the heatmap automatically.",
"commandTitle": "Install Command",
"dataTitle": "Data Collected",
"data1": "Claw Name — your display name on the heatmap",
"data2": "Platform — OS type (darwin, linux, win32)",
"data3": "Model — AI model identifier",
"data4": "Token usage — daily input/output token counts",
"dataNever": "Never sent: usernames, file paths, code, project names, tool names, secrets, or any identifying information.",
"permissionsTitle": "What Gets Installed",
"perm1": "claw-market CLI — lightweight command-line tool",
"perm2": "~/.openclaw/ — config file and helper scripts",
"perm3": "Cron jobs — heartbeat check (5 min) and token report (2 hr)"
},
"languageSwitcher": {
"en": "EN",
"zh": "中文"
}
}