Feat/i18n restructure (#2529)
This commit is contained in:
69
web/i18n/en-US/app-log.ts
Normal file
69
web/i18n/en-US/app-log.ts
Normal file
@@ -0,0 +1,69 @@
|
||||
const translation = {
|
||||
title: 'Logs',
|
||||
description: 'The logs record the running status of the application, including user inputs and AI replies.',
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
table: {
|
||||
header: {
|
||||
time: 'Time',
|
||||
endUser: 'End User',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
summary: 'Title',
|
||||
messageCount: 'Message Count',
|
||||
userRate: 'User Rate',
|
||||
adminRate: 'Op. Rate',
|
||||
},
|
||||
pagination: {
|
||||
previous: 'Prev',
|
||||
next: 'Next',
|
||||
},
|
||||
empty: {
|
||||
noChat: 'No conversation yet',
|
||||
noOutput: 'No output',
|
||||
element: {
|
||||
title: 'Is anyone there?',
|
||||
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.',
|
||||
},
|
||||
},
|
||||
},
|
||||
detail: {
|
||||
time: 'Time',
|
||||
conversationId: 'Conversation ID',
|
||||
promptTemplate: 'Prompt Template',
|
||||
promptTemplateBeforeChat: 'Prompt Template Before Chat · As System Message',
|
||||
annotationTip: 'Improvements Marked by {{user}}',
|
||||
timeConsuming: '',
|
||||
second: 's',
|
||||
tokenCost: 'Token spent',
|
||||
loading: 'loading',
|
||||
operation: {
|
||||
like: 'like',
|
||||
dislike: 'dislike',
|
||||
addAnnotation: 'Add Improvement',
|
||||
editAnnotation: 'Edit Improvement',
|
||||
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.',
|
||||
},
|
||||
variables: 'Variables',
|
||||
uploadImages: 'Uploaded Images',
|
||||
},
|
||||
filter: {
|
||||
period: {
|
||||
today: 'Today',
|
||||
last7days: 'Last 7 Days',
|
||||
last4weeks: 'Last 4 weeks',
|
||||
last3months: 'Last 3 months',
|
||||
last12months: 'Last 12 months',
|
||||
monthToDate: 'Month to date',
|
||||
quarterToDate: 'Quarter to date',
|
||||
yearToDate: 'Year to date',
|
||||
allTime: 'All time',
|
||||
},
|
||||
annotation: {
|
||||
all: 'All',
|
||||
annotated: 'Annotated Improvements ({{count}} items)',
|
||||
not_annotated: 'Not Annotated',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
Reference in New Issue
Block a user