mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 16:15:07 +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:
@ -405,7 +405,7 @@ export default {
|
||||
fileFilter: '正则匹配表达式',
|
||||
setDefaultTip: '',
|
||||
setDefault: '设置默认',
|
||||
eidtLinkDataPipeline: '编辑pipeline',
|
||||
editLinkDataPipeline: '编辑pipeline',
|
||||
linkPipelineSetTip: '管理与此数据集的数据管道链接',
|
||||
default: '默认',
|
||||
dataPipeline: 'Ingestion pipeline',
|
||||
@ -820,7 +820,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
'可选:指定空间键以限制同步到特定空间。留空则同步所有可访问的空间。多个空间请用逗号分隔(例如:DEV,DOCS,HR)',
|
||||
s3PrefixTip: `指定 S3 存储桶内的文件夹路径,用于读取文件。
|
||||
示例:general/v2/`,
|
||||
addDataSourceModalTital: '创建你的 {{name}} 链接',
|
||||
addDataSourceModalTitle: '创建你的 {{name}} 链接',
|
||||
deleteSourceModalTitle: '删除数据源链接',
|
||||
deleteSourceModalContent: `
|
||||
<p>您确定要删除此数据源链接吗?</p>`,
|
||||
@ -1202,14 +1202,14 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
search: '搜索',
|
||||
communication: '通信',
|
||||
developer: '开发者',
|
||||
typeCommandOrsearch: '输入命令或或搜索...',
|
||||
typeCommandORsearch: '输入命令或或搜索...',
|
||||
builtIn: '内置',
|
||||
goto: '异常分支',
|
||||
comment: '默认值',
|
||||
ExceptionDefaultValue: '异常处理默认值',
|
||||
exceptionMethod: '异常处理方法',
|
||||
maxRounds: '最大反思轮数',
|
||||
delayEfterError: '错误后延迟',
|
||||
delayAfterError: '错误后延迟',
|
||||
maxRetries: '最大重试轮数',
|
||||
advancedSettings: '高级设置',
|
||||
addTools: '添加工具',
|
||||
@ -1246,7 +1246,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
dialog: '对话',
|
||||
flow: '工作流',
|
||||
noMoreData: '没有更多数据了',
|
||||
historyversion: '历史版本',
|
||||
historyVersion: '历史版本',
|
||||
version: {
|
||||
details: '版本详情',
|
||||
download: '下载',
|
||||
|
||||
Reference in New Issue
Block a user