mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 17:15:32 +08:00
Fix text issue (#12221)
### What problem does this PR solve? Fix several text issues. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -145,17 +145,17 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
||||
avatar: 'Avatar',
|
||||
description: 'Description',
|
||||
memorySize: 'Memory size',
|
||||
advancedSettings: 'Advanced Settings',
|
||||
advancedSettings: 'Advanced settings',
|
||||
permission: 'Permission',
|
||||
onlyMe: 'Only Me',
|
||||
onlyMe: 'Only me',
|
||||
team: 'Team',
|
||||
storageType: 'Storage Type',
|
||||
storageType: 'Storage type',
|
||||
storageTypePlaceholder: 'Please select storage type',
|
||||
forgetPolicy: 'Forget Policy',
|
||||
forgetPolicy: 'Forget policy',
|
||||
temperature: 'Temperature',
|
||||
systemPrompt: 'System Prompt',
|
||||
systemPrompt: 'System prompt',
|
||||
systemPromptPlaceholder: 'Please enter system prompt',
|
||||
userPrompt: 'User Prompt',
|
||||
userPrompt: 'User prompt',
|
||||
userPromptPlaceholder: 'Please enter user prompt',
|
||||
},
|
||||
sideBar: {
|
||||
@ -166,7 +166,7 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
||||
knowledgeList: {
|
||||
welcome: 'Welcome back',
|
||||
description: 'Which knowledge bases will you use today?',
|
||||
createKnowledgeBase: 'Create Dataset',
|
||||
createKnowledgeBase: 'Create dataset',
|
||||
name: 'Name',
|
||||
namePlaceholder: 'Please input name.',
|
||||
doc: 'Docs',
|
||||
@ -364,11 +364,11 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
||||
autoQuestions: 'Auto-question',
|
||||
autoQuestionsTip: `Automatically extract N questions for each chunk to increase their ranking for queries containing those questions. You can check or update the added questions for a chunk from the chunk list. This feature will not disrupt the chunking process if an error occurs, except that it may add an empty result to the original chunk. Be aware that extra tokens will be consumed by the indexing model specified in 'Configuration'. For details, see https://ragflow.io/docs/dev/autokeyword_autoquestion.`,
|
||||
redo: 'Do you want to clear the existing {{chunkNum}} chunks?',
|
||||
setMetaData: 'Set meta data',
|
||||
setMetaData: 'Set metadata',
|
||||
pleaseInputJson: 'Please enter JSON',
|
||||
documentMetaTips: `<p>The meta data is in Json format(it's not searchable). It will be added into prompt for LLM if any chunks of this document are included in the prompt.</p>
|
||||
documentMetaTips: `<p>The metadata is in Json format(it's not searchable). It will be added into prompt for LLM if any chunks of this document are included in the prompt.</p>
|
||||
<p>Examples:</p>
|
||||
<b>The meta data is:</b><br>
|
||||
<b>The metadata is:</b><br>
|
||||
<code>
|
||||
{
|
||||
"Author": "Alex Dowson",
|
||||
@ -401,14 +401,14 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
||||
imageTableContextWindowTip:
|
||||
'Captures N tokens of text above and below the image & table to provide richer background context.',
|
||||
autoMetadata: 'Auto metadata',
|
||||
mineruOptions: 'MinerU Options',
|
||||
mineruParseMethod: 'Parse Method',
|
||||
mineruOptions: 'MinerU options',
|
||||
mineruParseMethod: 'Parse method',
|
||||
mineruParseMethodTip:
|
||||
'Method for parsing PDF: auto (automatic detection), txt (text extraction), ocr (optical character recognition)',
|
||||
mineruFormulaEnable: 'Formula Recognition',
|
||||
mineruFormulaEnable: 'Formula recognition',
|
||||
mineruFormulaEnableTip:
|
||||
'Enable formula recognition. Note: This may not work correctly for Cyrillic documents.',
|
||||
mineruTableEnable: 'Table Recognition',
|
||||
mineruTableEnable: 'Table recognition',
|
||||
mineruTableEnableTip: 'Enable table recognition and extraction.',
|
||||
overlappedPercent: 'Overlapped percent(%)',
|
||||
generationScopeTip:
|
||||
@ -441,11 +441,11 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
||||
fileFilter: 'File filter',
|
||||
setDefaultTip: '',
|
||||
setDefault: 'Set as default',
|
||||
eidtLinkDataPipeline: 'Edit Ingestion pipeline',
|
||||
linkPipelineSetTip: 'Manage Ingestion pipeline linkage with this dataset',
|
||||
editLinkDataPipeline: 'Edit ingestion pipeline',
|
||||
linkPipelineSetTip: 'Manage ingestion pipeline linkage with this dataset',
|
||||
default: 'Default',
|
||||
dataPipeline: 'Ingestion pipeline',
|
||||
linkDataPipeline: 'Link Ingestion pipeline',
|
||||
linkDataPipeline: 'Link ingestion pipeline',
|
||||
enableAutoGenerate: 'Enable auto generate',
|
||||
teamPlaceholder: 'Please select a team.',
|
||||
dataFlowPlaceholder: 'Please select a pipeline.',
|
||||
@ -756,8 +756,8 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
maxTokens: 'Max tokens',
|
||||
maxTokensMessage: 'Max tokens is required',
|
||||
maxTokensTip: `This sets the maximum length of the model's output, measured in the number of tokens (words or pieces of words). Defaults to 512. If disabled, you lift the maximum token limit, allowing the model to determine the number of tokens in its responses.`,
|
||||
maxTokensInvalidMessage: 'Please enter a valid number for Max Tokens.',
|
||||
maxTokensMinMessage: 'Max Tokens cannot be less than 0.',
|
||||
maxTokensInvalidMessage: 'Please enter a valid number for Max tokens.',
|
||||
maxTokensMinMessage: 'Max tokens cannot be less than 0.',
|
||||
quote: 'Show quote',
|
||||
quoteTip: 'Whether to display the original text as a reference.',
|
||||
selfRag: 'Self-RAG',
|
||||
@ -878,7 +878,7 @@ Example: general/v2/`,
|
||||
Example: https://fsn1.your-objectstorage.com`,
|
||||
S3CompatibleAddressingStyleTip: `Required for S3 compatible Storage Box. Specify the S3-compatible addressing style.
|
||||
Example: Virtual Hosted Style`,
|
||||
addDataSourceModalTital: 'Create your {{name}} connector',
|
||||
addDataSourceModalTitle: 'Create your {{name}} connector',
|
||||
deleteSourceModalTitle: 'Delete data source',
|
||||
deleteSourceModalContent: `
|
||||
<p>Are you sure you want to delete this data source link?</p>`,
|
||||
@ -970,10 +970,10 @@ Example: Virtual Hosted Style`,
|
||||
avatarTip: 'This will be displayed on your profile.',
|
||||
profileDescription: 'Update your photo and personal details here.',
|
||||
maxTokens: 'Max tokens',
|
||||
maxTokensMessage: 'Max Tokens is required',
|
||||
maxTokensMessage: 'Max tokens is required',
|
||||
maxTokensTip: `This sets the maximum length of the model's output, measured in the number of tokens (words or pieces of words). Defaults to 512. If disabled, you lift the maximum token limit, allowing the model to determine the number of tokens in its responses.`,
|
||||
maxTokensInvalidMessage: 'Please enter a valid number for Max Tokens.',
|
||||
maxTokensMinMessage: 'Max Tokens cannot be less than 0.',
|
||||
maxTokensInvalidMessage: 'Please enter a valid number for Max tokens.',
|
||||
maxTokensMinMessage: 'Max tokens cannot be less than 0.',
|
||||
password: 'Password',
|
||||
passwordDescription:
|
||||
'Please enter your current password to change your password.',
|
||||
@ -1322,12 +1322,12 @@ Example: Virtual Hosted Style`,
|
||||
search: 'Search',
|
||||
communication: 'Communication',
|
||||
developer: 'Developer',
|
||||
typeCommandOrsearch: 'Type a command or search...',
|
||||
typeCommandORsearch: 'Type a command or search...',
|
||||
builtIn: 'Built-in',
|
||||
ExceptionDefaultValue: 'Exception default value',
|
||||
exceptionMethod: 'Exception method',
|
||||
maxRounds: 'Max reflection rounds',
|
||||
delayEfterError: 'Delay after error',
|
||||
delayAfterError: 'Delay after error',
|
||||
maxRetries: 'Max retry rounds',
|
||||
advancedSettings: 'Advanced settings',
|
||||
addTools: 'Add tools',
|
||||
@ -1834,7 +1834,7 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
}`,
|
||||
datatype: 'MINE type of the HTTP request',
|
||||
insertVariableTip: `Enter / Insert variables`,
|
||||
historyversion: 'Version history',
|
||||
historyVersion: 'Version history',
|
||||
version: {
|
||||
created: 'Created',
|
||||
details: 'Version details',
|
||||
@ -2247,7 +2247,7 @@ Important structured information may include: names, dates, locations, events, k
|
||||
dataflowParser: {
|
||||
result: 'Result',
|
||||
parseSummary: 'Parse summary',
|
||||
parseSummaryTip: 'Parser:deepdoc',
|
||||
parseSummaryTip: 'Parser:DeepDoc',
|
||||
parserMethod: 'Parser method',
|
||||
outputFormat: 'Output format',
|
||||
rerunFromCurrentStep: 'Rerun from current step',
|
||||
@ -2270,10 +2270,10 @@ Important structured information may include: names, dates, locations, events, k
|
||||
<p>To keep them, please click Rerun to re-run the current stage.</p> `,
|
||||
changeStepModalConfirmText: 'Switch Anyway',
|
||||
changeStepModalCancelText: 'Cancel',
|
||||
unlinkPipelineModalTitle: 'Unlink Ingestion pipeline',
|
||||
unlinkPipelineModalTitle: 'Unlink ingestion pipeline',
|
||||
unlinkPipelineModalConfirmText: 'Unlink',
|
||||
unlinkPipelineModalContent: `
|
||||
<p>Once unlinked, this Dataset will no longer be connected to the current Ingestion pipeline.</p>
|
||||
<p>Once unlinked, this Dataset will no longer be connected to the current ingestion pipeline.</p>
|
||||
<p>Files that are already being parsed will continue until completion</p>
|
||||
<p>Files that are not yet parsed will no longer be processed</p> <br/>
|
||||
<p>Are you sure you want to proceed?</p> `,
|
||||
@ -2284,7 +2284,7 @@ Important structured information may include: names, dates, locations, events, k
|
||||
},
|
||||
datasetOverview: {
|
||||
downloadTip: 'Files being downloaded from data sources. ',
|
||||
processingTip: 'Files being processed by Ingestion pipeline.',
|
||||
processingTip: 'Files being processed by ingestion pipeline.',
|
||||
totalFiles: 'Total files',
|
||||
downloading: 'Downloading',
|
||||
downloadSuccessTip: 'Total successful downloads',
|
||||
|
||||
Reference in New Issue
Block a user