mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 15:35:56 +08:00
chore: update annotation reply english i18n (#1773)
This commit is contained in:
parent
2de73991ff
commit
7775f5785f
@ -1,6 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
title: 'Annotations',
|
title: 'Annotations',
|
||||||
name: 'Annotated Response',
|
name: 'Annotation Reply',
|
||||||
editBy: 'Answer edited by {{author}}',
|
editBy: 'Answer edited by {{author}}',
|
||||||
noData: {
|
noData: {
|
||||||
title: 'No annotations',
|
title: 'No annotations',
|
||||||
@ -20,7 +20,7 @@ const translation = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
editModal: {
|
editModal: {
|
||||||
title: 'Edit Annotated Response',
|
title: 'Edit Annotation Reply',
|
||||||
queryName: 'User Query',
|
queryName: 'User Query',
|
||||||
answerName: 'Storyteller Bot',
|
answerName: 'Storyteller Bot',
|
||||||
yourAnswer: 'Your Answer',
|
yourAnswer: 'Your Answer',
|
||||||
@ -31,7 +31,7 @@ const translation = {
|
|||||||
createdAt: 'Created At',
|
createdAt: 'Created At',
|
||||||
},
|
},
|
||||||
addModal: {
|
addModal: {
|
||||||
title: 'Add Annotated Response',
|
title: 'Add Annotation Reply',
|
||||||
queryName: 'Question',
|
queryName: 'Question',
|
||||||
answerName: 'Answer',
|
answerName: 'Answer',
|
||||||
answerPlaceholder: 'Type answer here',
|
answerPlaceholder: 'Type answer here',
|
||||||
@ -61,7 +61,7 @@ const translation = {
|
|||||||
queryRequired: 'Question is required',
|
queryRequired: 'Question is required',
|
||||||
},
|
},
|
||||||
viewModal: {
|
viewModal: {
|
||||||
annotatedResponse: 'Annotated Response',
|
annotatedResponse: 'Annotation Reply',
|
||||||
hitHistory: 'Hit History',
|
hitHistory: 'Hit History',
|
||||||
hit: 'Hit',
|
hit: 'Hit',
|
||||||
hits: 'Hits',
|
hits: 'Hits',
|
||||||
@ -76,8 +76,8 @@ const translation = {
|
|||||||
time: 'Time',
|
time: 'Time',
|
||||||
},
|
},
|
||||||
initSetup: {
|
initSetup: {
|
||||||
title: 'Annotated Response Initial Setup',
|
title: 'Annotation Reply Initial Setup',
|
||||||
configTitle: 'Annotated Response Setup',
|
configTitle: 'Annotation Reply Setup',
|
||||||
confirmBtn: 'Save & Enable',
|
confirmBtn: 'Save & Enable',
|
||||||
configConfirmBtn: 'Save',
|
configConfirmBtn: 'Save',
|
||||||
},
|
},
|
||||||
|
@ -76,12 +76,12 @@ const translation = {
|
|||||||
resDes: 'Citations and Attributions is enabled',
|
resDes: 'Citations and Attributions is enabled',
|
||||||
},
|
},
|
||||||
annotation: {
|
annotation: {
|
||||||
title: 'Annotated Response',
|
title: 'Annotation Reply',
|
||||||
description: 'You can manually add high-quality response to the cache for prioritized matching with similar user questions.',
|
description: 'You can manually add high-quality response to the cache for prioritized matching with similar user questions.',
|
||||||
resDes: 'Annotation Response is enabled',
|
resDes: 'Annotation Response is enabled',
|
||||||
scoreThreshold: {
|
scoreThreshold: {
|
||||||
title: 'Score Threshold',
|
title: 'Score Threshold',
|
||||||
description: 'Used to set the similarity threshold for annotation response.',
|
description: 'Used to set the similarity threshold for annotation reply.',
|
||||||
easyMatch: 'Easy Match',
|
easyMatch: 'Easy Match',
|
||||||
accurateMatch: 'Accurate Match',
|
accurateMatch: 'Accurate Match',
|
||||||
},
|
},
|
||||||
@ -90,7 +90,7 @@ const translation = {
|
|||||||
choosePlaceholder: 'Choose match variable',
|
choosePlaceholder: 'Choose match variable',
|
||||||
},
|
},
|
||||||
cacheManagement: 'Annotations',
|
cacheManagement: 'Annotations',
|
||||||
cached: 'Annotationed',
|
cached: 'Annotated',
|
||||||
remove: 'Remove',
|
remove: 'Remove',
|
||||||
removeConfirm: 'Delete this annotation ?',
|
removeConfirm: 'Delete this annotation ?',
|
||||||
add: 'Add annotation',
|
add: 'Add annotation',
|
||||||
|
@ -102,7 +102,7 @@ const translation = {
|
|||||||
annotatedResponse: {
|
annotatedResponse: {
|
||||||
fullTipLine1: 'Upgrade your plan to',
|
fullTipLine1: 'Upgrade your plan to',
|
||||||
fullTipLine2: 'annotate more conversations.',
|
fullTipLine2: 'annotate more conversations.',
|
||||||
quotaTitle: 'Annotated Response Quota',
|
quotaTitle: 'Annotation Reply Quota',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user