feat: Add missing text placeholder in prompt help messages for different locales
This commit is contained in:
@@ -174,7 +174,8 @@
|
||||
"label": "提示词",
|
||||
"placeholder": "输入提示词",
|
||||
"required": "请输入提示词",
|
||||
"help": "您可以在提示词中使用 {key} 作为变量。"
|
||||
"help": "您可以在提示词中使用 {key} 作为变量。",
|
||||
"missingTextPlaceholder": "提示中缺少{text}变量。请添加它。"
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "是否为系统提示词"
|
||||
|
||||
Reference in New Issue
Block a user