Feat: Add translation text to the prompt word of the generate operator to distinguish it from the prompt word of the knowledge base #6934 (#6935)

### What problem does this PR solve?

Feat: Add translation text to the prompt word of the generate operator
to distinguish it from the prompt word of the knowledge base #6934

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-04-10 19:24:04 +08:00
committed by GitHub
parent 43cf321942
commit 4b125f0ffe
10 changed files with 46 additions and 12 deletions

View File

@ -1145,6 +1145,9 @@ export default {
categoryName: '分類名稱',
nextStep: '下一步',
insertVariableTip: `輸入 / 插入變數`,
promptMessage: '提示詞是必填項',
promptTip:
'系統提示為大型模型提供任務描述、規定回覆方式,以及設定其他各種要求。系統提示通常與 key變數合用透過變數設定大型模型的輸入資料。你可以透過斜線或 (x) 按鈕顯示可用的 key。',
},
footer: {
profile: '“保留所有權利 @ react”',