mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? Feat: Place the new mcp button at the end of the line. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1229,7 +1229,6 @@ export default {
|
||||
},
|
||||
addVariable: 'Variable hinzufügen',
|
||||
variableSettings: 'Variableneinstellungen',
|
||||
globalVariables: 'Globale Variablen',
|
||||
systemPrompt: 'System-Prompt',
|
||||
addCategory: 'Kategorie hinzufügen',
|
||||
categoryName: 'Kategoriename',
|
||||
|
||||
@ -1064,10 +1064,10 @@ Example: general/v2/`,
|
||||
exceptionMethod: 'Exception method',
|
||||
maxRounds: 'Max reflection rounds',
|
||||
delayEfterError: 'Delay after error',
|
||||
maxRetries: 'Max reflection rounds',
|
||||
maxRetries: 'Max retry rounds',
|
||||
advancedSettings: 'Advanced Settings',
|
||||
addTools: 'Add Tools',
|
||||
sysPromptDefultValue: `
|
||||
sysPromptDefaultValue: `
|
||||
<role>
|
||||
You are a helpful assistant, an AI assistant specialized in problem-solving for the user.
|
||||
If a specific domain is provided, adapt your expertise to that domain; otherwise, operate as a generalist.
|
||||
@ -1524,7 +1524,6 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
},
|
||||
addVariable: 'Add variable',
|
||||
variableSettings: 'Variable settings',
|
||||
globalVariables: 'Global variables',
|
||||
systemPrompt: 'System prompt',
|
||||
userPrompt: 'User prompt',
|
||||
addCategory: 'Add category',
|
||||
|
||||
@ -1154,7 +1154,6 @@ export default {
|
||||
},
|
||||
addVariable: 'Ajouter une variable',
|
||||
variableSettings: 'Paramètres des variables',
|
||||
globalVariables: 'Variables globales',
|
||||
systemPrompt: 'Invite système',
|
||||
addCategory: 'Ajouter une catégorie',
|
||||
categoryName: 'Nom de la catégorie',
|
||||
|
||||
@ -1131,7 +1131,6 @@ export default {
|
||||
},
|
||||
addVariable: 'Adicionar variável',
|
||||
variableSettings: 'Configurações da variável',
|
||||
globalVariables: 'Variáveis globais',
|
||||
systemPrompt: 'Prompt do sistema',
|
||||
addCategory: 'Adicionar categoria',
|
||||
categoryName: 'Nome da categoria',
|
||||
|
||||
@ -937,7 +937,7 @@ export default {
|
||||
maxRetries: 'Макс. попыток',
|
||||
advancedSettings: 'Расширенные настройки',
|
||||
addTools: 'Добавить инструменты',
|
||||
sysPromptDefultValue: `
|
||||
sysPromptDefaultValue: `
|
||||
<role>
|
||||
Вы полезный помощник, ИИ-ассистент, специализирующийся на решении проблем пользователя.
|
||||
Если указана конкретная область, адаптируйте вашу экспертизу к этой области; в противном случае действуйте как универсальный специалист.
|
||||
@ -1385,7 +1385,6 @@ export default {
|
||||
},
|
||||
addVariable: 'Добавить переменную',
|
||||
variableSettings: 'Настройки переменных',
|
||||
globalVariables: 'Глобальные переменные',
|
||||
systemPrompt: 'Системный промпт',
|
||||
userPrompt: 'Пользовательский промпт',
|
||||
addCategory: 'Добавить категорию',
|
||||
|
||||
@ -759,7 +759,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
confirmPasswordMessage: '请确认新密码',
|
||||
confirmPasswordNonMatchMessage: '您输入的新密码不匹配!',
|
||||
cancel: '取消',
|
||||
addedModels: '添加了的模型',
|
||||
addedModels: '已添加的模型',
|
||||
modelsToBeAdded: '待添加的模型',
|
||||
addTheModel: '添加',
|
||||
apiKey: 'API-Key',
|
||||
@ -1011,10 +1011,10 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
exceptionMethod: '异常处理方法',
|
||||
maxRounds: '最大反思轮数',
|
||||
delayEfterError: '错误后延迟',
|
||||
maxRetries: '最大反思轮数',
|
||||
maxRetries: '最大重试轮数',
|
||||
advancedSettings: '高级设置',
|
||||
addTools: '添加工具',
|
||||
sysPromptDefultValue: `
|
||||
sysPromptDefaultValue: `
|
||||
<role>
|
||||
你是一名乐于助人的助手,一名专注于为用户解决问题的 AI 助手。
|
||||
如果用户指定了特定领域,你需要在该领域展现专业性;如果没有,则以通用助手的方式工作。
|
||||
|
||||
Reference in New Issue
Block a user