mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 07:26:47 +08:00
refactor: reword locale translations (#12118)
### What problem does this PR solve? Reword (in locales/en) "Image context window" to "Image & table context window", etc. ### Type of change - [x] Refactoring
This commit is contained in:
@ -371,9 +371,9 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
|
|||||||
globalIndexModel: 'Indexing model',
|
globalIndexModel: 'Indexing model',
|
||||||
settings: 'Settings',
|
settings: 'Settings',
|
||||||
autoMetadataTip: `Automatically generate metadata. Applies to new files during parsing. Existing files require re-parsing to update (chunks remain preserved). Be aware that extra tokens will be consumed by the indexing model specified in 'Configuration'.`,
|
autoMetadataTip: `Automatically generate metadata. Applies to new files during parsing. Existing files require re-parsing to update (chunks remain preserved). Be aware that extra tokens will be consumed by the indexing model specified in 'Configuration'.`,
|
||||||
imageContextWindow: 'Image context window',
|
imageContextWindow: 'Image & table context window',
|
||||||
imageContextWindowTip:
|
imageContextWindowTip:
|
||||||
'Captures N tokens of text above and below the image to provide richer background context for the image chunk.',
|
'Captures N tokens of text above and below the image & table to provide richer background context.',
|
||||||
autoMetadata: 'Auto metadata',
|
autoMetadata: 'Auto metadata',
|
||||||
mineruOptions: 'MinerU Options',
|
mineruOptions: 'MinerU Options',
|
||||||
mineruParseMethod: 'Parse Method',
|
mineruParseMethod: 'Parse Method',
|
||||||
|
|||||||
@ -1813,6 +1813,7 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
|||||||
keywords: '关键词',
|
keywords: '关键词',
|
||||||
questions: '问题',
|
questions: '问题',
|
||||||
metadata: '元数据',
|
metadata: '元数据',
|
||||||
|
toc: '目录',
|
||||||
fieldName: '结果目的地',
|
fieldName: '结果目的地',
|
||||||
prompts: {
|
prompts: {
|
||||||
system: {
|
system: {
|
||||||
|
|||||||
Reference in New Issue
Block a user