From ccd23eabb150592a7c42cd286dd521afeaea9cbd Mon Sep 17 00:00:00 2001 From: guqing <38999863+guqing@users.noreply.github.com> Date: Sat, 8 Feb 2025 17:13:28 +0800 Subject: [PATCH] chore(i18n): unify terminology by replacing "Link" and "Associate" with "Relate" for knowledge context (#2161) --- ui/src/locales/lang/en-US/views/document.ts | 2 +- ui/src/locales/lang/en-US/views/problem.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/locales/lang/en-US/views/document.ts b/ui/src/locales/lang/en-US/views/document.ts index c0061c00b..9c7aaa920 100644 --- a/ui/src/locales/lang/en-US/views/document.ts +++ b/ui/src/locales/lang/en-US/views/document.ts @@ -168,7 +168,7 @@ export default { successMessage: 'Successful', tip1: 'The {data} in the prompt is a placeholder for segmented content, which is replaced by the segmented content when executed and sent to the AI model;', tip2: 'The AI model generates relevant questions based on the segmented content. Please place the generated questions within the', - tip3: 'tags, and the system will automatically associate the questions within these tags;', + tip3: 'tags, and the system will automatically relate the questions within these tags;', tip4: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.', prompt1: 'Content: {data}\n \n Please summarize the above content and generate a summary based on the content 5 a question. \nAnswer requirements: \n - Please output only questions; \n - Please place each question in', diff --git a/ui/src/locales/lang/en-US/views/problem.ts b/ui/src/locales/lang/en-US/views/problem.ts index 4c3bae9c6..f312cce6a 100644 --- a/ui/src/locales/lang/en-US/views/problem.ts +++ b/ui/src/locales/lang/en-US/views/problem.ts @@ -19,7 +19,7 @@ export default { placeholder: 'Search by name' }, table: { - paragraph_count: 'Linked Segments', + paragraph_count: 'Related Segments', updateTime: 'Update Time' }, delete: { @@ -28,7 +28,7 @@ export default { confirmMessage2: 'segments. Please proceed with caution.' }, relateParagraph: { - title: 'Link to Segment', + title: 'Relate to Segment', selectDocument: 'Select a Document', placeholder: 'Search document by name', selectParagraph: 'Select Segments',