439 lines
18 KiB
Plaintext
439 lines
18 KiB
Plaintext
{
|
||
"@@locale": "zh",
|
||
|
||
"appTitle": "我智能体",
|
||
"appSubtitle": "服务器集群运维智能体",
|
||
|
||
"navHome": "主页",
|
||
"navMyAgents": "我的智能体",
|
||
"navBilling": "账单",
|
||
"navProfile": "我",
|
||
|
||
"cancelButton": "取消",
|
||
"confirmButton": "确认",
|
||
"saveButton": "保存",
|
||
"retryButton": "重试",
|
||
"loadingLabel": "加载中...",
|
||
"unknownLabel": "未知",
|
||
"unnamedLabel": "未命名",
|
||
|
||
"homeGreeting": "{greeting},{name}",
|
||
"@homeGreeting": {
|
||
"placeholders": {
|
||
"greeting": { "type": "String" },
|
||
"name": { "type": "String" }
|
||
}
|
||
},
|
||
"homeSubtitle": "我智能体 随时为你服务",
|
||
"greetingEarlyMorning": "早上好",
|
||
"greetingNoon": "中午好",
|
||
"greetingAfternoon": "下午好",
|
||
"greetingEvening": "晚上好",
|
||
"greetingLateNight": "夜深了",
|
||
|
||
"agentStatusIdle": "空闲中",
|
||
"agentStatusThinking": "正在思考...",
|
||
"agentStatusExecuting": "执行指令中...",
|
||
"agentStatusAwaitingApproval": "等待审批",
|
||
"agentStatusError": "发生错误",
|
||
|
||
"officialAgentsSection": "IT0 官方智能体",
|
||
"myAgentsSection": "我的智能体",
|
||
"officialBadge": "官方",
|
||
"officialAgent1Name": "我智能体 运维助手",
|
||
"officialAgent1Desc": "服务器管理、SSH 执行、日志分析",
|
||
"officialAgent2Name": "安全审计助手",
|
||
"officialAgent2Desc": "漏洞扫描、权限审查、合规检查",
|
||
"officialAgent3Name": "数据库巡检",
|
||
"officialAgent3Desc": "慢查询分析、索引优化、备份验证",
|
||
|
||
"noOwnAgentsTitle": "还没有自己的智能体",
|
||
"noOwnAgentsDesc": "点击下方机器人按钮,告诉 我智能体\n\"帮我招募一个 小龙虾 智能体\"",
|
||
"quickTipsHeader": "你可以这样说...",
|
||
"quickTip1": "💬 \"帮我招募一个监控 GitHub Actions 的智能体\"",
|
||
"quickTip2": "🔧 \"把我的 小龙虾 配置导出为 JSON\"",
|
||
"quickTip3": "📊 \"分析我的服务器最近7天的负载情况\"",
|
||
"quickTip4": "🛡️ \"帮我设置每天凌晨2点自动备份数据库\"",
|
||
|
||
"myAgentsTitle": "我的智能体",
|
||
"myAgentsEmptyTitle": "招募你的专属智能体",
|
||
"myAgentsEmptyDesc": "通过与 我智能体 对话,你可以招募各种智能体:\n小龙虾 编程助手、运维机器人、数据分析师...",
|
||
"myAgentsStep1Title": "点击下方机器人",
|
||
"myAgentsStep1Desc": "打开与 我智能体 的对话窗口",
|
||
"myAgentsStep2Title": "描述你想要的智能体",
|
||
"myAgentsStep2Desc": "例如:\"帮我招募一个 小龙虾 编程助手\"",
|
||
"myAgentsStep3Title": "我智能体 自动部署",
|
||
"myAgentsStep3Desc": "部署完成后出现在这里,通过 Telegram/WhatsApp 等渠道与它对话",
|
||
"myAgentsTemplatesHeader": "热门模板(告诉 我智能体 你想要哪种)",
|
||
|
||
"summaryTotal": "总计 {count}",
|
||
"@summaryTotal": {
|
||
"placeholders": { "count": { "type": "int" } }
|
||
},
|
||
"summaryRunning": "运行中 {count}",
|
||
"@summaryRunning": {
|
||
"placeholders": { "count": { "type": "int" } }
|
||
},
|
||
"summaryStopped": "已停止 {count}",
|
||
"@summaryStopped": {
|
||
"placeholders": { "count": { "type": "int" } }
|
||
},
|
||
|
||
"statusRunning": "运行中",
|
||
"statusDeploying": "部署中",
|
||
"statusStopped": "已停止",
|
||
"statusError": "错误",
|
||
|
||
"dismissTitle": "解聘智能体",
|
||
"dismissConfirmContent": "确认要解聘「{name}」吗?\n\n解聘后将停止并删除该智能体容器,此操作不可撤销。",
|
||
"@dismissConfirmContent": {
|
||
"placeholders": { "name": { "type": "String" } }
|
||
},
|
||
"dismissButton": "解聘",
|
||
"renameButton": "重命名",
|
||
"renameTitle": "重命名",
|
||
"renameHint": "输入新名称",
|
||
"dismissSuccessMessage": "已解聘「{name}」",
|
||
"@dismissSuccessMessage": {
|
||
"placeholders": { "name": { "type": "String" } }
|
||
},
|
||
"dismissErrorMessage": "解聘失败:{error}",
|
||
"@dismissErrorMessage": {
|
||
"placeholders": { "error": { "type": "String" } }
|
||
},
|
||
"renameSuccessMessage": "重命名成功",
|
||
"renameErrorMessage": "重命名失败:{error}",
|
||
"@renameErrorMessage": {
|
||
"placeholders": { "error": { "type": "String" } }
|
||
},
|
||
|
||
"loginPasswordTab": "密码登录",
|
||
"loginOtpTab": "验证码登录",
|
||
"emailLabel": "邮箱",
|
||
"emailHint": "user@example.com",
|
||
"emailRequiredError": "请输入邮箱地址",
|
||
"invalidEmailError": "请输入有效的邮箱地址",
|
||
"passwordLabel": "密码",
|
||
"passwordRequiredError": "请输入密码",
|
||
"phoneLabel": "手机号",
|
||
"phoneHint": "+86 138 0000 0000",
|
||
"phoneRequiredError": "请输入手机号",
|
||
"otpLabel": "验证码",
|
||
"otpHint": "6 位数字",
|
||
"otpRequiredError": "请输入验证码",
|
||
"sendingLabel": "发送中",
|
||
"getOtpButton": "获取验证码",
|
||
"enterPhoneFirstError": "请先输入手机号",
|
||
"loginButton": "登录",
|
||
"accountCreationNote": "账号由管理员在后台创建或通过邀请链接注册",
|
||
|
||
"chatNewConversationTooltip": "新对话",
|
||
"chatStopTooltip": "停止",
|
||
"chatVoiceCallTooltip": "语音通话",
|
||
"chatSelectFromAlbum": "从相册选择",
|
||
"chatMultiSelectSupport": "支持多选",
|
||
"chatTakePhoto": "拍照",
|
||
"chatSelectFile": "选择文件",
|
||
"chatImagesPdfLabel": "图片、PDF",
|
||
"chatThinkingLabel": "思考中...",
|
||
"chatNeedsApprovalLabel": "需要审批",
|
||
"chatExecutionFailedLabel": "执行失败",
|
||
"chatExecutionResultLabel": "执行结果",
|
||
"chatStandingOrderDraftLabel": "常驻指令草案",
|
||
"chatProcessingLabel": "处理中...",
|
||
"chatReplyingLabel": "回复中...",
|
||
"chatReplyLabel": "回复",
|
||
"chatStartConversationPrompt": "开始与 我智能体 对话",
|
||
"chatInputInstructionHint": "输入指令或拨打语音通话",
|
||
"chatAdditionalInstructionHint": "追加指令...",
|
||
"chatInstructionHint": "输入指令...",
|
||
"chatAddImageTooltip": "添加图片",
|
||
"chatInjectionTooltip": "追加指令",
|
||
"chatCollapseLabel": "收起",
|
||
"chatExpandLabel": "展开 ({lineCount} 行)",
|
||
"@chatExpandLabel": {
|
||
"placeholders": { "lineCount": { "type": "int" } }
|
||
},
|
||
"chatRecognizingLabel": "识别中…",
|
||
"chatSpeechRecognitionError": "语音识别失败,请重试",
|
||
"chatTargetsLabel": "目标: ",
|
||
|
||
"agentCallVoiceCallTitle": "语音通话",
|
||
"agentCallRingingStatus": "我智能体 语音通话",
|
||
"agentCallActiveStatus": "我智能体",
|
||
"agentCallConnectingStatus": "连接中...",
|
||
"agentCallEndedStatus": "通话结束",
|
||
"agentCallThinking": "思考中...",
|
||
|
||
"terminalTitle": "远程终端",
|
||
"terminalInitMessage": "我智能体 远程终端",
|
||
"terminalSelectServerMessage": "请选择服务器并点击连接。",
|
||
"terminalSelectServerFirst": "请先选择服务器",
|
||
"terminalConnectingMessage": "正在连接服务器",
|
||
"terminalConnectedLabel": "已连接",
|
||
"terminalConnectingLabel": "连接中...",
|
||
"terminalDisconnectedLabel": "未连接",
|
||
"terminalSelectServerHint": "选择服务器...",
|
||
"terminalNoAvailableServers": "暂无可用服务器",
|
||
"terminalLoadServersError": "加载服务器失败",
|
||
"terminalConnectButton": "连接",
|
||
"terminalDisconnectButton": "断开",
|
||
"terminalDisconnectMessage": "已断开连接",
|
||
|
||
"tasksPageTitle": "任务",
|
||
"opsTasksTab": "运维任务",
|
||
"standingOrdersTab": "常驻指令",
|
||
"noTasksTitle": "暂无任务",
|
||
"createNewTaskHint": "点击 + 创建新任务",
|
||
"noStandingOrdersTitle": "暂无常驻指令",
|
||
"standingOrdersHint": "通过 我智能体 对话新增常驻指令",
|
||
"createTaskTitle": "新建任务",
|
||
"taskTitleLabel": "标题",
|
||
"taskTitleHint": "例如: 重启 web-01 的 nginx",
|
||
"taskDescriptionLabel": "描述",
|
||
"taskDescriptionHint": "可选详情...",
|
||
"taskPriorityLabel": "优先级",
|
||
"taskServerOptionalLabel": "服务器(可选)",
|
||
"taskNoServerSelection": "不指定",
|
||
"createTaskButton": "创建任务",
|
||
"createTaskError": "创建任务失败: {error}",
|
||
"@createTaskError": {
|
||
"placeholders": { "error": { "type": "String" } }
|
||
},
|
||
|
||
"notificationInboxTitle": "站内消息",
|
||
"notificationMarkAllRead": "全部已读",
|
||
"notificationLoadingFailed": "加载失败",
|
||
"noMessagesTitle": "暂无消息",
|
||
"operationFailedError": "操作失败,请重试",
|
||
"linkLabel": "链接:",
|
||
|
||
"notificationPreferencesTitle": "通知偏好设置",
|
||
"noNotificationChannels": "暂无可配置的通知频道",
|
||
"notificationPreferencesInfo": "您可以选择接收哪些类型的通知。强制通知(如安全告警)无法关闭。",
|
||
"mandatoryNotificationsSection": "重要通知(不可关闭)",
|
||
"optionalNotificationsSection": "可选通知",
|
||
"savePreferencesButton": "保存偏好设置",
|
||
"requiredLabel": "必需",
|
||
"preferencesSavedMessage": "通知偏好已保存",
|
||
"saveFailedMessage": "保存失败: {error}",
|
||
"@saveFailedMessage": {
|
||
"placeholders": { "error": { "type": "String" } }
|
||
},
|
||
|
||
"referralScreenTitle": "邀请有礼",
|
||
"yourReferralCodeLabel": "你的推荐码",
|
||
"copyReferralCodeTooltip": "复制推荐码",
|
||
"copyInviteLinkButton": "复制邀请链接",
|
||
"shareButton": "分享",
|
||
"copiedToClipboard": "已复制到剪贴板",
|
||
"referralRecordsSection": "推荐记录",
|
||
"viewAllReferralsLink": "查看全部 >",
|
||
"pendingRewardsSection": "待领积分",
|
||
"viewAllRewardsLink": "查看全部 >",
|
||
"referredLabel": "已推荐",
|
||
"peopleUnit": "人",
|
||
"activatedLabel": "已激活",
|
||
"pendingCreditsLabel": "待领积分",
|
||
"rewardRulesTitle": "奖励规则",
|
||
"proReferralReward": "推荐 Pro 套餐:你获得 $15 积分,对方获得 $5 积分",
|
||
"enterpriseReferralReward": "推荐 Enterprise 套餐:你获得 $50 积分,对方获得 $20 积分",
|
||
"renewalBonusReward": "对方续订后,你持续获得每月付款额 10% 的积分,最长 12 个月",
|
||
"creditDeductionNote": "积分自动抵扣你的下期账单",
|
||
"noReferralsMessage": "暂无推荐记录,分享推荐码邀请好友吧",
|
||
"pendingPaymentStatus": "待付款",
|
||
"activeStatus": "已激活",
|
||
"rewardedStatus": "已奖励",
|
||
"expiredStatus": "已过期",
|
||
"registeredAt": "注册于",
|
||
"noPendingRewardsMessage": "暂无待领积分",
|
||
"noReferralRecordsMessage": "暂无推荐记录",
|
||
"noRewardRecordsMessage": "暂无奖励记录",
|
||
"pendingDeductionStatus": "待抵扣",
|
||
|
||
"billingTitle": "订阅与用量",
|
||
"upgradeButton": "升级套餐",
|
||
"upgradeDialogTitle": "升级套餐",
|
||
"upgradeDialogMessage": "请前往 Web 管理后台 → 账单 → 套餐 完成升级。",
|
||
"acknowledgeButton": "知道了",
|
||
"currentPlanLabel": "当前套餐",
|
||
"periodEndLabel": "当期结束:",
|
||
"tokenUsageLabel": "本月 Token 用量",
|
||
"unlimitedLabel": "不限量",
|
||
"billingStatusActive": "正常",
|
||
"billingStatusTrialing": "试用期",
|
||
"billingStatusPastDue": "待付款",
|
||
"billingStatusCancelled": "已取消",
|
||
"billingStatusExpired": "已过期",
|
||
"invoicePaidStatus": "已付款",
|
||
"invoiceUnpaidStatus": "待付款",
|
||
|
||
"serversPageTitle": "服务器",
|
||
"noServersTitle": "未找到服务器",
|
||
"noServersFiltered": "没有匹配当前筛选条件的服务器",
|
||
"allEnvironments": "全部",
|
||
"ipAddressLabel": "IP 地址",
|
||
"osLabel": "操作系统",
|
||
"cpuLabel": "CPU",
|
||
"memoryLabel": "内存",
|
||
"regionLabel": "区域",
|
||
"cloudProviderLabel": "云厂商",
|
||
"createdAtLabel": "创建时间",
|
||
|
||
"standingOrdersPageTitle": "常驻指令",
|
||
"standingOrdersEmptyHint": "配置后常驻指令将显示在此处",
|
||
"executionHistoryLabel": "执行历史 ({count})",
|
||
"@executionHistoryLabel": {
|
||
"placeholders": { "count": { "type": "int" } }
|
||
},
|
||
"unnamedOrderName": "未命名指令",
|
||
"neverExecuted": "从未执行",
|
||
"updateStatusError": "更新状态失败: {error}",
|
||
"@updateStatusError": {
|
||
"placeholders": { "error": { "type": "String" } }
|
||
},
|
||
|
||
"settingsPageTitle": "设置",
|
||
"appearanceThemeLabel": "外观主题",
|
||
"languageLabel": "语言",
|
||
"languageZh": "简体中文",
|
||
"languageZhTW": "繁體中文",
|
||
"languageEn": "English",
|
||
"languageAuto": "自动(跟随系统)",
|
||
"referralTabTenant": "企业推荐",
|
||
"referralTabPersonal": "我的圈子",
|
||
"loadFailed": "加载失败",
|
||
"myPersonalInviteCode": "我的个人邀请码",
|
||
"pointsBalanceTitle": "积分余额",
|
||
"currentBalanceLabel": "当前余额",
|
||
"circleMembersCountLabel": "圈子成员",
|
||
"totalEarnedLabel": "累计获得",
|
||
"circleRewardRulesTitle": "圈子奖励规则",
|
||
"circleRule1": "新成员加入你的圈子,你和对方各获 200 积分欢迎礼",
|
||
"circleRule2": "圈子成员订阅 Pro 时,你获 1500 pts,对方获 500 pts",
|
||
"circleRule3": "圈子成员订阅 Enterprise 时,你获 5000 pts,对方获 2000 pts",
|
||
"circleRule4": "每月续订时你持续获得付款额 10% 的积分,最长 12 个月",
|
||
"circleRule5": "二级圈子续订,你获 5% 积分,最长 6 个月",
|
||
"circleRule6": "积分可兑换额外使用配额或解锁智能体",
|
||
"myCircleMembersSection": "我的圈子成员",
|
||
"pointsHistorySection": "积分记录",
|
||
"noCircleMembersMessage": "暂无圈子成员,快去邀请好友吧!",
|
||
"noPointsHistoryMessage": "暂无积分记录",
|
||
"activatedStatus": "已激活",
|
||
"joinedAtLabel": "加入于",
|
||
"viewAllButton": "查看全部",
|
||
"rewardHistoryPageTitle": "奖励历史",
|
||
"noRewardsHistoryMessage": "暂无奖励记录",
|
||
"creditDeductionReward": "积分自动抵扣你的下期账单",
|
||
"selectLanguageTitle": "选择语言",
|
||
"pushNotificationsLabel": "推送通知",
|
||
"soundLabel": "提示音",
|
||
"hapticFeedbackLabel": "震动反馈",
|
||
"conversationEngineLabel": "对话引擎",
|
||
"ttsVoiceLabel": "语音音色",
|
||
"ttsStyleLabel": "语音风格",
|
||
"subscriptionLabel": "订阅与用量",
|
||
"changePasswordLabel": "修改密码",
|
||
"versionLabel": "版本",
|
||
"checkUpdateLabel": "检查更新",
|
||
"tenantLabel": "租户",
|
||
"logoutButton": "退出登录",
|
||
|
||
"selectThemeTitle": "选择主题",
|
||
"darkModeLabel": "深色模式",
|
||
"lightModeLabel": "浅色模式",
|
||
"followSystemLabel": "跟随系统",
|
||
|
||
"selectVoiceTitle": "选择语音音色",
|
||
"voiceCoralDesc": "女 · 温暖",
|
||
"voiceNovaDesc": "女 · 活泼",
|
||
"voiceSageDesc": "女 · 知性",
|
||
"voiceShimmerDesc": "女 · 柔和",
|
||
"voiceMarinDesc": "女 · 清澈",
|
||
"voiceAshDesc": "男 · 沉稳",
|
||
"voiceEchoDesc": "男 · 清朗",
|
||
"voiceOnyxDesc": "男 · 低沉",
|
||
"voiceVerseDesc": "男 · 磁性",
|
||
"voiceBalladDesc": "男 · 浑厚",
|
||
"voiceCedarDesc": "男 · 自然",
|
||
"voiceAlloyDesc": "中性",
|
||
"voiceFableDesc": "中性 · 叙事",
|
||
|
||
"selectEngineTitle": "选择对话引擎",
|
||
"agentSdkDesc": "支持工具审批、技能注入、会话恢复",
|
||
"claudeApiDesc": "直连 API,响应更快",
|
||
|
||
"selectStyleTitle": "选择语音风格",
|
||
"defaultStyleLabel": "默认",
|
||
"customStyleLabel": "自定义风格",
|
||
"customStyleHint": "例如:用东北话说话,幽默风趣",
|
||
"resetToDefaultButton": "恢复默认",
|
||
"styleProfessionalName": "专业干练",
|
||
"styleProfessionalDesc": "用专业、简洁、干练的语气说话,不拖泥带水。",
|
||
"styleGentleName": "温柔耐心",
|
||
"styleGentleDesc": "用温柔、耐心的语气说话,像一个贴心的朋友。",
|
||
"styleRelaxedName": "轻松活泼",
|
||
"styleRelaxedDesc": "用轻松、活泼的语气说话,带一点幽默感。",
|
||
"styleFormalName": "严肃正式",
|
||
"styleFormalDesc": "用严肃、正式的语气说话,像在正式会议中发言。",
|
||
"styleScifiName": "科幻AI",
|
||
"styleScifiDesc": "用科幻电影中AI的语气说话,冷静、理性、略带未来感。",
|
||
|
||
"editNameDialogTitle": "修改显示名称",
|
||
"displayNameLabel": "显示名称",
|
||
"displayNameHint": "输入新的显示名称",
|
||
"changePasswordTitle": "修改密码",
|
||
"currentPasswordLabel": "当前密码",
|
||
"newPasswordLabel": "新密码",
|
||
"confirmPasswordLabel": "确认新密码",
|
||
"passwordMismatchError": "两次输入的密码不一致",
|
||
"passwordMinLengthError": "新密码至少6个字符",
|
||
"confirmChangeButton": "确认修改",
|
||
"passwordChangedMessage": "密码已修改",
|
||
"nameUpdatedMessage": "名称已更新",
|
||
"updateFailedMessage": "更新失败",
|
||
"changeFailedMessage": "修改失败",
|
||
"logoutDialogTitle": "退出登录",
|
||
"logoutConfirmMessage": "确定要退出登录吗?",
|
||
"logoutConfirmButton": "退出",
|
||
|
||
"profileSubscriptionLabel": "订阅套餐与用量",
|
||
"profileFreePlanLabel": "Free",
|
||
"profileReferralLabel": "邀请有礼",
|
||
"profileReferralHint": "推荐赚积分",
|
||
"profileInSiteMessagesLabel": "站内消息",
|
||
"profileViewMessagesLabel": "查看消息",
|
||
|
||
"errorNetworkError": "无法连接到服务器,请检查网络",
|
||
"errorDataFormat": "数据格式异常",
|
||
"errorUnknown": "发生未知错误",
|
||
"errorConnectionTimeout": "连接超时,服务器无响应",
|
||
"errorSendTimeout": "发送请求超时,请检查网络",
|
||
"errorReceiveTimeout": "等待响应超时,请稍后重试",
|
||
"errorBadCertificate": "安全证书验证失败",
|
||
"errorRequestCancelled": "请求已取消",
|
||
"errorBadRequest": "请求参数错误",
|
||
"errorPermissionDenied": "没有权限执行此操作",
|
||
"errorNotFound": "请求的资源不存在",
|
||
"errorConflict": "数据冲突,请刷新后重试",
|
||
"errorInvalidData": "提交的数据不合法",
|
||
"errorTooManyRequests": "请求过于频繁,请稍后重试",
|
||
"errorInternalServer": "服务器内部错误,请稍后重试",
|
||
"errorBadGateway": "服务器网关错误,请稍后重试",
|
||
"errorServiceUnavailable": "服务器暂时不可用,请稍后重试",
|
||
"errorConnectionReset": "连接被服务器重置,请稍后重试",
|
||
"errorConnectionRefused": "服务器拒绝连接,请确认服务是否启动",
|
||
"errorConnectionClosed": "连接已关闭,请稍后重试",
|
||
"errorSocketException": "网络连接异常,请检查网络设置",
|
||
"errorTlsException": "安全连接失败,请检查网络环境",
|
||
"errorNetworkRequestFailed": "网络请求失败,请检查网络后重试",
|
||
|
||
"defaultUserName": "用户",
|
||
"agentInConversation": "对话中 · {count} 条消息",
|
||
"@agentInConversation": {
|
||
"placeholders": {
|
||
"count": { "type": "int" }
|
||
}
|
||
}
|
||
}
|