mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
104 lines
5.1 KiB
JSON
104 lines
5.1 KiB
JSON
{
|
|
"batch.description": "执行批量评测并追踪性能历史。",
|
|
"batch.downloadTemplate": "下载 Excel 模板",
|
|
"batch.emptyHistory": "还没有测试历史。",
|
|
"batch.example": "示例:",
|
|
"batch.fileRequired": "请先上传评估数据集文件,再运行测试。",
|
|
"batch.loadingInputFields": "正在加载输入字段...",
|
|
"batch.noInputFields": "未找到已发布 Start 节点的输入字段。",
|
|
"batch.noticeDescription": "配置尚未完成。请先在左侧选择判定模型和指标,以生成批量测试模板。",
|
|
"batch.noticeTitle": "快速开始",
|
|
"batch.removeUploadedFile": "移除已上传文件",
|
|
"batch.requirementsDescription": "运行此批量测试所需的输入变量。请确保上传的数据集包含这些字段。",
|
|
"batch.requirementsTitle": "数据要求",
|
|
"batch.run": "运行测试",
|
|
"batch.runFailed": "启动批量测试失败。",
|
|
"batch.runStarted": "批量测试已启动。",
|
|
"batch.status.failed": "失败",
|
|
"batch.status.running": "运行中",
|
|
"batch.status.success": "成功",
|
|
"batch.tabs.history": "测试历史",
|
|
"batch.tabs.input-fields": "输入字段",
|
|
"batch.title": "批量测试",
|
|
"batch.uploadAndRun": "上传并运行测试",
|
|
"batch.uploadDropzoneDownloadLink": "下载",
|
|
"batch.uploadDropzoneDownloadPrefix": "还没有模板?",
|
|
"batch.uploadDropzoneEmphasis": "已填写的",
|
|
"batch.uploadDropzonePrefix": "拖拽你的",
|
|
"batch.uploadDropzoneSuffix": "Excel 模板",
|
|
"batch.uploadError": "文件上传失败。",
|
|
"batch.uploadHint": "选择 .csv 或 .xlsx 文件",
|
|
"batch.uploadTitle": "上传测试文件",
|
|
"batch.uploading": "文件上传中...",
|
|
"batch.validation": "运行批量测试前,请先完成判定模型、指标和自定义映射配置。",
|
|
"conditions.addCondition": "添加条件",
|
|
"conditions.addGroup": "添加条件组",
|
|
"conditions.boolean.false": "否",
|
|
"conditions.boolean.true": "是",
|
|
"conditions.description": "定义额外规则,决定结果何时通过或失败。",
|
|
"conditions.emptyDescription": "请先添加上方指标,再配置通过 / 失败阈值。",
|
|
"conditions.emptyTitle": "还没有条件",
|
|
"conditions.fieldPlaceholder": "选择指标",
|
|
"conditions.groupLabel": "条件组 {{index}}",
|
|
"conditions.logical.and": "且",
|
|
"conditions.logical.or": "或",
|
|
"conditions.operators.contains": "包含",
|
|
"conditions.operators.greater_or_equal": "大于等于",
|
|
"conditions.operators.greater_than": "大于",
|
|
"conditions.operators.is": "等于",
|
|
"conditions.operators.is_empty": "为空",
|
|
"conditions.operators.is_not": "不等于",
|
|
"conditions.operators.is_not_empty": "不为空",
|
|
"conditions.operators.less_or_equal": "小于等于",
|
|
"conditions.operators.less_than": "小于",
|
|
"conditions.operators.not_contains": "不包含",
|
|
"conditions.removeCondition": "删除条件",
|
|
"conditions.removeGroup": "删除条件组",
|
|
"conditions.selectFieldFirst": "请先选择指标",
|
|
"conditions.selectValue": "选择值",
|
|
"conditions.title": "判定条件",
|
|
"conditions.valuePlaceholder": "输入值",
|
|
"conditions.valueTypes.boolean": "布尔",
|
|
"conditions.valueTypes.number": "数值",
|
|
"conditions.valueTypes.string": "文本",
|
|
"config.saveFailed": "保存评测配置失败。",
|
|
"description": "配置自动化测试,对应用表现进行评分。",
|
|
"history.actions.downloadResultFile": "下载结果文件",
|
|
"history.actions.downloadTestFile": "下载测试文件",
|
|
"history.actions.open": "打开历史记录操作",
|
|
"history.columns.creator": "创建人",
|
|
"history.columns.status": "状态",
|
|
"history.columns.time": "时间",
|
|
"history.columns.version": "版本",
|
|
"history.creatorYou": "你",
|
|
"history.empty": "还没有测试历史",
|
|
"history.latestVersion": "最新",
|
|
"history.searchPlaceholder": "搜索",
|
|
"history.status.completed": "已完成",
|
|
"history.status.running": "运行中",
|
|
"history.title": "测试历史",
|
|
"judgeModel.description": "选择用于打分和判定评测结果的模型。",
|
|
"judgeModel.title": "判定模型",
|
|
"metrics.add": "添加指标",
|
|
"metrics.addCustom": "添加自定义指标",
|
|
"metrics.addNode": "添加节点",
|
|
"metrics.added": "已添加",
|
|
"metrics.custom.description": "选择评测工作流并完成变量映射后即可运行测试。",
|
|
"metrics.custom.mappingTitle": "变量映射",
|
|
"metrics.custom.mappingWarning": "请先完成工作流选择和所有变量映射,再运行批量测试。",
|
|
"metrics.custom.title": "自定义评测器",
|
|
"metrics.custom.warningBadge": "待配置",
|
|
"metrics.custom.workflowLabel": "评测工作流",
|
|
"metrics.custom.workflowPlaceholder": "选择工作流",
|
|
"metrics.description": "从内置指标中选择,如 Groundedness 和 Correctness ,以评估您的工作流输出。",
|
|
"metrics.groups.operations": "运行",
|
|
"metrics.groups.quality": "质量",
|
|
"metrics.noResults": "没有匹配的指标。",
|
|
"metrics.remove": "删除指标",
|
|
"metrics.searchPlaceholder": "搜索指标",
|
|
"metrics.showLess": "收起",
|
|
"metrics.showMore": "展开更多",
|
|
"metrics.title": "指标",
|
|
"title": "评测"
|
|
}
|