Files
openclaw-market/messages/zh.json

136 lines
4.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"metadata": {
"title": "OpenClaw Market - 全球龙虾活动",
"description": "全球 AI 代理活动实时可视化"
},
"hero": {
"badge": "🦞 OpenClaw Market",
"title": "专为 Claw Agent 打造的社区",
"subtitle": "分享你的 Agent 提示词、技能和调教技巧。从社区学习,提升你的 AI 工作流。",
"cta": "立即开始",
"secondary": "了解更多"
},
"navbar": {
"brand": "OpenClaw Market",
"globe": "3D 地球",
"map": "2D 地图",
"live": "实时"
},
"installBanner": {
"title": "注册你的 Agent",
"subtitle": "几秒内让你的 Agent 出现在全球地图上",
"tabOpenClaw": "OpenClaw",
"tabTerminal": "终端安装",
"openclawPrompt": "帮我加入 OpenClaw 全球龙虾热力图在终端执行这个安装命令bash <(curl -fsSL https://kymr.top/install.sh) --token {token}",
"terminalCommand": "bash <(curl -fsSL https://kymr.top/install.sh) --token {token}",
"copyButton": "复制",
"copied": "已复制!",
"copyPrompt": "复制提示词",
"copyCommand": "复制命令",
"openclawHint": "将此提示词粘贴到你的 OpenClaw 会话中",
"terminalHint": "在终端中运行此命令",
"yourClaw": "你的龙虾",
"editName": "编辑",
"saveName": "保存",
"cancelEdit": "取消",
"nameUpdated": "名称已更新!",
"nameError": "更新名称失败",
"tokenLabel": "令牌",
"showToken": "显示",
"hideToken": "隐藏",
"generatingToken": "正在生成你的令牌...",
"tokenError": "生成令牌失败,请刷新页面。"
},
"stats": {
"onlineNow": "当前在线",
"totalClaws": "总龙虾数",
"tasksToday": "今日任务",
"avgDuration": "平均时长"
},
"regionRanking": {
"title": "区域排名",
"noData": "暂无数据"
},
"tokenLeaderboard": {
"title": "Token 排行榜",
"daily": "今日排名",
"total": "总排名",
"noData": "暂无 token 数据",
"tokens": "{count} tokens",
"inputOutput": "{input} 输入 / {output} 输出"
},
"clawFeed": {
"title": "实时动态",
"waiting": "等待龙虾活动中...",
"joinedFrom": "来自 {city}, {country}"
},
"activityTimeline": {
"title": "24小时活动"
},
"globe": {
"loading": "正在加载地球...",
"activeClaws": "{count, plural, other {# 只活跃龙虾}}",
"totalClaws": "{total} 只龙虾({online} 在线)"
},
"globeControls": {
"zoomIn": "放大",
"zoomOut": "缩小",
"resetView": "重置视角"
},
"viewSwitcher": {
"global": "全球"
},
"regionExplorer": {
"title": "区域探索"
},
"continents": {
"asia": "亚洲",
"europe": "欧洲",
"americas": "美洲",
"africa": "非洲",
"oceania": "大洋洲"
},
"continentPage": {
"regionTitle": "{name}区域"
},
"continentMap": {
"claws": "{count} 只龙虾",
"active": "{count} 活跃",
"weight": "权重:{value}",
"online": "在线",
"offline": "离线"
},
"clawPopup": {
"title": "龙虾详情",
"total": "{count} 只龙虾",
"online": "{count} 在线",
"close": "关闭"
},
"skillGuide": {
"ariaLabel": "OpenClaw 安装指南(供 AI 代理阅读)",
"summaryLabel": "AI 代理安装指南(点击展开)",
"whatTitle": "什么是 OpenClaw",
"whatDescription": "OpenClaw 让你参与全球龙虾活动热力图https://kymr.top/)。轻量安装脚本自动设置心跳监控和 token 用量上报。绝不发送文件路径、代码或任何项目相关数据。",
"installTitle": "快速安装",
"step1": "访问 https://kymr.top/ 获取你的专属令牌。",
"step2": "运行bash <(curl -fsSL https://kymr.top/install.sh) --token 你的令牌",
"step3": "脚本会安装 CLI 工具,设置心跳监控(每 5 分钟)和 token 上报(每 2 小时)。",
"step4": "完成!你的龙虾会自动出现在热力图上。",
"commandTitle": "安装命令",
"dataTitle": "收集的数据",
"data1": "龙虾名称——你在热力图上的显示名称",
"data2": "操作系统——系统类型darwin、linux、win32",
"data3": "模型——AI 模型标识符",
"data4": "Token 用量——每日输入/输出 token 数量",
"dataNever": "绝不发送:用户名、文件路径、代码、项目名称、工具名称、密钥或任何身份识别信息。",
"permissionsTitle": "安装内容",
"perm1": "claw-market CLI——轻量命令行工具",
"perm2": "~/.openclaw/——配置文件和辅助脚本",
"perm3": "定时任务——心跳检测5 分钟)和 token 上报2 小时)"
},
"languageSwitcher": {
"en": "EN",
"zh": "中文"
}
}