mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
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:
@ -1010,6 +1010,10 @@ export default {
|
||||
note: 'Catatan',
|
||||
noteDescription: 'Catatan',
|
||||
notePlaceholder: 'Silakan masukkan catatan',
|
||||
prompt: 'Prompt',
|
||||
promptTip:
|
||||
'Gunakan prompt sistem untuk menjelaskan tugas untuk LLM, tentukan bagaimana harus merespons, dan menguraikan persyaratan lainnya. Prompt sistem sering digunakan bersama dengan kunci (variabel), yang berfungsi sebagai berbagai input data untuk LLM. Gunakan garis miring `/` atau tombol (x) untuk menampilkan kunci yang digunakan.',
|
||||
promptMessage: 'Prompt diperlukan',
|
||||
},
|
||||
footer: {
|
||||
profile: 'Semua hak dilindungi @ React',
|
||||
|
||||
Reference in New Issue
Block a user