mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
100 lines
4.9 KiB
JSON
100 lines
4.9 KiB
JSON
{
|
|
"batch.description": "Execute batch evaluations and track performance history.",
|
|
"batch.downloadTemplate": "Download Excel Template",
|
|
"batch.emptyHistory": "No test history yet.",
|
|
"batch.noticeDescription": "Configuration incomplete. Select the Judge Model and Metrics on the left to generate your batch test template.",
|
|
"batch.noticeTitle": "Quick start",
|
|
"batch.requirementsDescription": "The input variables required to run this batch test. Ensure your uploaded dataset matches these fields.",
|
|
"batch.requirementsTitle": "Data requirements",
|
|
"batch.run": "Run Test",
|
|
"batch.status.failed": "Failed",
|
|
"batch.status.running": "Running",
|
|
"batch.status.success": "Success",
|
|
"batch.tabs.history": "Test History",
|
|
"batch.tabs.input-fields": "Input Fields",
|
|
"batch.title": "Batch Test",
|
|
"batch.uploadHint": "Select a .csv or .xlsx file",
|
|
"batch.uploadTitle": "Upload test file",
|
|
"batch.validation": "Complete the judge model, metrics, and custom mappings before running a batch test.",
|
|
"conditions.addCondition": "Add Condition",
|
|
"conditions.addGroup": "Add Condition Group",
|
|
"conditions.boolean.false": "False",
|
|
"conditions.boolean.true": "True",
|
|
"conditions.description": "Define additional rules for when results should pass or fail.",
|
|
"conditions.emptyDescription": "Add metrics above to configure pass/fail thresholds.",
|
|
"conditions.emptyTitle": "No conditions yet",
|
|
"conditions.fieldPlaceholder": "Select field",
|
|
"conditions.groupLabel": "Group {{index}}",
|
|
"conditions.logical.and": "AND",
|
|
"conditions.logical.or": "OR",
|
|
"conditions.operators.after": "After",
|
|
"conditions.operators.before": "Before",
|
|
"conditions.operators.contains": "Contains",
|
|
"conditions.operators.greater_or_equal": "Greater than or equal",
|
|
"conditions.operators.greater_than": "Greater than",
|
|
"conditions.operators.is": "Is",
|
|
"conditions.operators.is_empty": "Is empty",
|
|
"conditions.operators.is_not": "Is not",
|
|
"conditions.operators.is_not_empty": "Is not empty",
|
|
"conditions.operators.less_or_equal": "Less than or equal",
|
|
"conditions.operators.less_than": "Less than",
|
|
"conditions.operators.not_contains": "Does not contain",
|
|
"conditions.removeCondition": "Remove condition",
|
|
"conditions.removeGroup": "Remove condition group",
|
|
"conditions.selectFieldFirst": "Select a field first",
|
|
"conditions.selectTime": "Choose a time...",
|
|
"conditions.selectValue": "Choose a value",
|
|
"conditions.title": "Judgment Conditions",
|
|
"conditions.valuePlaceholder": "Enter a value",
|
|
"description": "Configure automated testing to grade your application's performance.",
|
|
"history.columns.creator": "Creator",
|
|
"history.columns.status": "Status",
|
|
"history.columns.time": "Time",
|
|
"history.columns.version": "Version",
|
|
"history.creatorYou": "You",
|
|
"history.empty": "No test history yet",
|
|
"history.latestVersion": "Latest",
|
|
"history.searchPlaceholder": "Search",
|
|
"history.title": "Test History",
|
|
"judgeModel.description": "Choose the model used to score your evaluation results.",
|
|
"judgeModel.title": "Judge Model",
|
|
"metrics.add": "Add Metric",
|
|
"metrics.addCustom": "Add Custom Metrics",
|
|
"metrics.addNode": "Add Node",
|
|
"metrics.added": "Added",
|
|
"metrics.collapseNodes": "Collapse nodes",
|
|
"metrics.custom.addMapping": "Add Mapping",
|
|
"metrics.custom.description": "Select an evaluation workflow and map your variables before running tests.",
|
|
"metrics.custom.footerDescription": "Connect your published evaluation workflows",
|
|
"metrics.custom.footerTitle": "Custom metrics",
|
|
"metrics.custom.mappingTitle": "Variable Mapping",
|
|
"metrics.custom.mappingWarning": "Complete the workflow selection and each variable mapping to enable batch tests.",
|
|
"metrics.custom.sourcePlaceholder": "Source variable",
|
|
"metrics.custom.targetPlaceholder": "Target variable",
|
|
"metrics.custom.title": "Custom Evaluator",
|
|
"metrics.custom.warningBadge": "Needs setup",
|
|
"metrics.custom.workflowLabel": "Evaluation Workflow",
|
|
"metrics.custom.workflowPlaceholder": "Select a workflow",
|
|
"metrics.description": "Choose from built-in metrics like Groundedness and Correctness to evaluate your workflow outputs.",
|
|
"metrics.expandNodes": "Expand nodes",
|
|
"metrics.groups.operations": "Operations",
|
|
"metrics.groups.other": "Other",
|
|
"metrics.groups.quality": "Quality",
|
|
"metrics.noNodesInWorkflow": "No LLM nodes in this workflow",
|
|
"metrics.noResults": "No metrics or nodes were found",
|
|
"metrics.nodesAll": "All nodes",
|
|
"metrics.nodesLabel": "Node Scope",
|
|
"metrics.nodesSelected": "Selected nodes",
|
|
"metrics.remove": "Remove metric",
|
|
"metrics.searchNodeOrMetrics": "Search node or metrics",
|
|
"metrics.searchPlaceholder": "Search metrics",
|
|
"metrics.showLess": "Show less",
|
|
"metrics.showMore": "Show more",
|
|
"metrics.title": "Metrics",
|
|
"metrics.update": "Update",
|
|
"pipeline.passIf": "Pass if \u2265",
|
|
"pipeline.uploadAndRun": "Upload & Run Test",
|
|
"results.empty": "No evaluation results yet.",
|
|
"title": "Evaluation"
|
|
}
|