dify/web/i18n/zh-Hans/app-log.json

85 lines
3.8 KiB
JSON
Raw Permalink 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.

{
"agentLog": "Agent 日志",
"agentLogDetail.agentMode": "Agent 模式",
"agentLogDetail.finalProcessing": "最终处理",
"agentLogDetail.iteration": "迭代",
"agentLogDetail.iterations": "迭代次数",
"agentLogDetail.toolUsed": "使用工具",
"dateFormat": "YYYY-MM-DD",
"dateTimeFormat": "YYYY-MM-DD HH:mm:ss",
"description": "日志记录了应用的运行情况,包括用户的输入和 AI 的回复。",
"detail.annotationTip": "{{user}} 标记的改进回复",
"detail.conversationId": "对话 ID",
"detail.loading": "加载中",
"detail.modelParams": "模型参数",
"detail.operation.addAnnotation": "标记改进回复",
"detail.operation.annotationPlaceholder": "输入你希望 AI 回复的预期答案,这在今后可用于模型微调,持续改进文本生成质量。",
"detail.operation.dislike": "反对",
"detail.operation.editAnnotation": "编辑改进回复",
"detail.operation.like": "赞同",
"detail.promptTemplate": "前缀提示词",
"detail.promptTemplateBeforeChat": "对话前提示词 · 以系统消息提交",
"detail.second": " 秒",
"detail.time": "时间",
"detail.timeConsuming": "耗时",
"detail.tokenCost": "花费 Token",
"detail.uploadImages": "上传的图片",
"detail.variables": "变量",
"filter.annotation.all": "全部",
"filter.annotation.annotated": "已标注改进({{count}} 项)",
"filter.annotation.not_annotated": "未标注",
"filter.ascending": "升序",
"filter.descending": "降序",
"filter.period.allTime": "所有时间",
"filter.period.custom": "自定义",
"filter.period.last12months": "过去 12 月",
"filter.period.last30days": "过去 30 天",
"filter.period.last3months": "过去 3 月",
"filter.period.last4weeks": "过去 4 周",
"filter.period.last7days": "过去 7 天",
"filter.period.monthToDate": "本月至今",
"filter.period.quarterToDate": "本季度至今",
"filter.period.today": "今天",
"filter.period.yearToDate": "本年至今",
"filter.sortBy": "排序:",
"promptLog": "Prompt 日志",
"runDetail.fileListDetail": "详情",
"runDetail.fileListLabel": "文件详情",
"runDetail.testWithParams": "按此参数测试",
"runDetail.title": "对话日志",
"runDetail.workflowTitle": "日志详情",
"table.empty.element.content": "在这里观测和标注最终用户和 AI 应用程序之间的交互,以不断提高 AI 的准确性。您可以尝试<shareLink>分享</shareLink>或<testLink>测试</testLink>此Web应用程序然后返回此页面。",
"table.empty.element.title": "这里有人吗",
"table.empty.noChat": "未开始的对话",
"table.empty.noOutput": "无输出",
"table.header.adminRate": "管理员反馈",
"table.header.endUser": "用户或账户",
"table.header.input": "输入",
"table.header.messageCount": "消息数",
"table.header.output": "输出",
"table.header.runtime": "运行时间",
"table.header.startTime": "开始时间",
"table.header.status": "状态",
"table.header.summary": "标题",
"table.header.time": "创建时间",
"table.header.tokens": "TOKENS",
"table.header.triggered_from": "触发方式",
"table.header.updatedTime": "更新时间",
"table.header.user": "用户或账户",
"table.header.userRate": "用户反馈",
"table.header.version": "版本",
"table.pagination.next": "下一页",
"table.pagination.previous": "上一页",
"title": "日志",
"triggerBy.appRun": "网页应用",
"triggerBy.debugging": "调试",
"triggerBy.plugin": "插件",
"triggerBy.ragPipelineDebugging": "RAG 调试",
"triggerBy.ragPipelineRun": "RAG 流水线",
"triggerBy.schedule": "定时任务",
"triggerBy.webhook": "Webhook",
"viewLog": "查看日志",
"workflowSubtitle": "日志记录了应用的执行情况",
"workflowTitle": "日志"
}