mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
74 lines
3.6 KiB
JSON
74 lines
3.6 KiB
JSON
{
|
|
"batch.downloadTemplate": "Download Excel Template",
|
|
"batch.emptyHistory": "No test history yet.",
|
|
"batch.noticeDescription": "Download the template, upload your cases, then run a local mock batch test.",
|
|
"batch.noticeTitle": "Quick start",
|
|
"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": "Start with a condition group to define evaluation gates.",
|
|
"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 judge models, metrics, and batch tests for this resource.",
|
|
"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.added": "Added",
|
|
"metrics.custom.addMapping": "Add Mapping",
|
|
"metrics.custom.description": "Select an evaluation workflow and map your variables before running tests.",
|
|
"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": "Combine built-in metrics with custom evaluator workflows.",
|
|
"metrics.groups.operations": "Operations",
|
|
"metrics.groups.quality": "Quality",
|
|
"metrics.noResults": "No metrics match your search.",
|
|
"metrics.remove": "Remove metric",
|
|
"metrics.searchPlaceholder": "Search metrics",
|
|
"metrics.showLess": "Show less",
|
|
"metrics.showMore": "Show more",
|
|
"metrics.title": "Metrics",
|
|
"title": "Evaluation"
|
|
}
|