mirror of https://github.com/langgenius/dify.git
85 lines
3.8 KiB
JSON
85 lines
3.8 KiB
JSON
{
|
|
"agentLog": "Agent Log",
|
|
"agentLogDetail.agentMode": "Agent Mode",
|
|
"agentLogDetail.finalProcessing": "Final Processing",
|
|
"agentLogDetail.iteration": "Iteration",
|
|
"agentLogDetail.iterations": "Iterations",
|
|
"agentLogDetail.toolUsed": "Tool Used",
|
|
"dateFormat": "MM/DD/YYYY",
|
|
"dateTimeFormat": "MM/DD/YYYY hh:mm:ss A",
|
|
"description": "The logs record the running status of the application, including user inputs and AI replies.",
|
|
"detail.annotationTip": "Improvements Marked by {{user}}",
|
|
"detail.conversationId": "Conversation ID",
|
|
"detail.loading": "loading",
|
|
"detail.modelParams": "Model parameters",
|
|
"detail.operation.addAnnotation": "Add Improvement",
|
|
"detail.operation.annotationPlaceholder": "Enter the expected answer that you want AI to reply, which can be used for model fine-tuning and continuous improvement of text generation quality in the future.",
|
|
"detail.operation.dislike": "dislike",
|
|
"detail.operation.editAnnotation": "Edit Improvement",
|
|
"detail.operation.like": "like",
|
|
"detail.promptTemplate": "Prompt Template",
|
|
"detail.promptTemplateBeforeChat": "Prompt Template Before Chat · As System Message",
|
|
"detail.second": "s",
|
|
"detail.time": "Time",
|
|
"detail.timeConsuming": "",
|
|
"detail.tokenCost": "Token spent",
|
|
"detail.uploadImages": "Uploaded Images",
|
|
"detail.variables": "Variables",
|
|
"filter.annotation.all": "All",
|
|
"filter.annotation.annotated": "Annotated Improvements ({{count}} items)",
|
|
"filter.annotation.not_annotated": "Not Annotated",
|
|
"filter.ascending": "ascending",
|
|
"filter.descending": "descending",
|
|
"filter.period.allTime": "All time",
|
|
"filter.period.custom": "Custom",
|
|
"filter.period.last12months": "Last 12 months",
|
|
"filter.period.last30days": "Last 30 Days",
|
|
"filter.period.last3months": "Last 3 months",
|
|
"filter.period.last4weeks": "Last 4 weeks",
|
|
"filter.period.last7days": "Last 7 Days",
|
|
"filter.period.monthToDate": "Month to date",
|
|
"filter.period.quarterToDate": "Quarter to date",
|
|
"filter.period.today": "Today",
|
|
"filter.period.yearToDate": "Year to date",
|
|
"filter.sortBy": "Sort by:",
|
|
"promptLog": "Prompt Log",
|
|
"runDetail.fileListDetail": "Detail",
|
|
"runDetail.fileListLabel": "File Details",
|
|
"runDetail.testWithParams": "Test With Params",
|
|
"runDetail.title": "Conversation Log",
|
|
"runDetail.workflowTitle": "Log Detail",
|
|
"table.empty.element.content": "Observe and annotate interactions between end-users and AI applications here to continuously improve AI accuracy. You can try <shareLink>sharing</shareLink> or <testLink>testing</testLink> the Web App yourself, then return to this page.",
|
|
"table.empty.element.title": "Is anyone there?",
|
|
"table.empty.noChat": "No conversation yet",
|
|
"table.empty.noOutput": "No output",
|
|
"table.header.adminRate": "Op. Rate",
|
|
"table.header.endUser": "End User or Account",
|
|
"table.header.input": "Input",
|
|
"table.header.messageCount": "Message Count",
|
|
"table.header.output": "Output",
|
|
"table.header.runtime": "RUN TIME",
|
|
"table.header.startTime": "START TIME",
|
|
"table.header.status": "STATUS",
|
|
"table.header.summary": "Title",
|
|
"table.header.time": "Created time",
|
|
"table.header.tokens": "TOKENS",
|
|
"table.header.triggered_from": "TRIGGER BY",
|
|
"table.header.updatedTime": "Updated time",
|
|
"table.header.user": "END USER OR ACCOUNT",
|
|
"table.header.userRate": "User Rate",
|
|
"table.header.version": "VERSION",
|
|
"table.pagination.next": "Next",
|
|
"table.pagination.previous": "Prev",
|
|
"title": "Logs",
|
|
"triggerBy.appRun": "WebApp",
|
|
"triggerBy.debugging": "Debugging",
|
|
"triggerBy.plugin": "Plugin",
|
|
"triggerBy.ragPipelineDebugging": "RAG Debugging",
|
|
"triggerBy.ragPipelineRun": "RAG Pipeline",
|
|
"triggerBy.schedule": "Schedule",
|
|
"triggerBy.webhook": "Webhook",
|
|
"viewLog": "View Log",
|
|
"workflowSubtitle": "The log recorded the operation of Automate.",
|
|
"workflowTitle": "Workflow Logs"
|
|
}
|