mirror of https://github.com/langgenius/dify.git
71 lines
3.0 KiB
JSON
71 lines
3.0 KiB
JSON
{
|
|
"addModal.answerName": "Answer",
|
|
"addModal.answerPlaceholder": "Type answer here",
|
|
"addModal.createNext": "Add another annotated response",
|
|
"addModal.queryName": "Question",
|
|
"addModal.queryPlaceholder": "Type query here",
|
|
"addModal.title": "Add Annotation Reply",
|
|
"batchAction.cancel": "Cancel",
|
|
"batchAction.delete": "Delete",
|
|
"batchAction.selected": "Selected",
|
|
"batchModal.answer": "answer",
|
|
"batchModal.browse": "browse",
|
|
"batchModal.cancel": "Cancel",
|
|
"batchModal.completed": "Import completed",
|
|
"batchModal.content": "content",
|
|
"batchModal.contentTitle": "chunk content",
|
|
"batchModal.csvUploadTitle": "Drag and drop your CSV file here, or ",
|
|
"batchModal.error": "Import Error",
|
|
"batchModal.ok": "OK",
|
|
"batchModal.processing": "In batch processing",
|
|
"batchModal.question": "question",
|
|
"batchModal.run": "Run Batch",
|
|
"batchModal.runError": "Run batch failed",
|
|
"batchModal.template": "Download the template here",
|
|
"batchModal.tip": "The CSV file must conform to the following structure:",
|
|
"batchModal.title": "Bulk Import",
|
|
"editBy": "Answer edited by {{author}}",
|
|
"editModal.answerName": "Storyteller Bot",
|
|
"editModal.answerPlaceholder": "Type your answer here",
|
|
"editModal.createdAt": "Created At",
|
|
"editModal.queryName": "User Query",
|
|
"editModal.queryPlaceholder": "Type your query here",
|
|
"editModal.removeThisCache": "Remove this Annotation",
|
|
"editModal.title": "Edit Annotation Reply",
|
|
"editModal.yourAnswer": "Your Answer",
|
|
"editModal.yourQuery": "Your Query",
|
|
"embeddingModelSwitchTip": "Annotation text vectorization model, switching models will be re-embedded, resulting in additional costs.",
|
|
"errorMessage.answerRequired": "Answer is required",
|
|
"errorMessage.queryRequired": "Question is required",
|
|
"hitHistoryTable.match": "Match",
|
|
"hitHistoryTable.query": "Query",
|
|
"hitHistoryTable.response": "Response",
|
|
"hitHistoryTable.score": "Score",
|
|
"hitHistoryTable.source": "Source",
|
|
"hitHistoryTable.time": "Time",
|
|
"initSetup.configConfirmBtn": "Save",
|
|
"initSetup.configTitle": "Annotation Reply Setup",
|
|
"initSetup.confirmBtn": "Save & Enable",
|
|
"initSetup.title": "Annotation Reply Initial Setup",
|
|
"list.delete.title": "Are you sure Delete?",
|
|
"name": "Annotation Reply",
|
|
"noData.description": "You can edit annotations during app debugging or import annotations in bulk here for a high-quality response.",
|
|
"noData.title": "No annotations",
|
|
"table.header.actions": "actions",
|
|
"table.header.addAnnotation": "Add Annotation",
|
|
"table.header.answer": "answer",
|
|
"table.header.bulkExport": "Bulk Export",
|
|
"table.header.bulkImport": "Bulk Import",
|
|
"table.header.clearAll": "Delete All",
|
|
"table.header.clearAllConfirm": "Delete all annotations?",
|
|
"table.header.createdAt": "created at",
|
|
"table.header.hits": "hits",
|
|
"table.header.question": "question",
|
|
"title": "Annotations",
|
|
"viewModal.annotatedResponse": "Annotation Reply",
|
|
"viewModal.hit": "Hit",
|
|
"viewModal.hitHistory": "Hit History",
|
|
"viewModal.hits": "Hits",
|
|
"viewModal.noHitHistory": "No hit history"
|
|
}
|