Feat: Translate the maxRounds field of the chat settings #3221 (#10010)

### What problem does this PR solve?

Feat: Translate the maxRounds field of the chat settings #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-10 10:56:34 +08:00
committed by GitHub
parent 5cf2c97908
commit a9cc992d13
5 changed files with 21 additions and 18 deletions

View File

@ -932,7 +932,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
builtIn: 'Built-in',
ExceptionDefaultValue: 'Exception default value',
exceptionMethod: 'Exception method',
maxRounds: 'Max rounds',
maxRounds: 'Max reflection rounds',
delayEfterError: 'Delay after error',
maxRetries: 'Max retries',
advancedSettings: 'Advanced Settings',

View File

@ -890,7 +890,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
comment: '默认值',
ExceptionDefaultValue: '异常处理默认值',
exceptionMethod: '异常处理方法',
maxRounds: '最大轮数',
maxRounds: '最大反思轮数',
delayEfterError: '错误后延迟',
maxRetries: '最大重试次数',
advancedSettings: '高级设置',