feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
This commit is contained in:
@@ -374,6 +374,10 @@ const translation = {
|
||||
'paragraph': 'Paragraph',
|
||||
'select': 'Select',
|
||||
'number': 'Number',
|
||||
'checkbox': 'Checkbox',
|
||||
'json': 'JSON Code',
|
||||
'jsonSchema': 'JSON Schema',
|
||||
'optional': 'optional',
|
||||
'single-file': 'Single File',
|
||||
'multi-files': 'File List',
|
||||
'notSet': 'Not set, try typing {{input}} in the prefix prompt',
|
||||
|
@@ -372,8 +372,12 @@ const translation = {
|
||||
'paragraph': '段落',
|
||||
'select': '下拉选项',
|
||||
'number': '数字',
|
||||
'checkbox': '复选框',
|
||||
'single-file': '单文件',
|
||||
'multi-files': '文件列表',
|
||||
'json': 'JSON',
|
||||
'jsonSchema': 'JSON Schema',
|
||||
'optional': '可选',
|
||||
'notSet': '未设置,在 Prompt 中输入 {{input}} 试试',
|
||||
'stringTitle': '文本框设置',
|
||||
'maxLength': '最大长度',
|
||||
|
Reference in New Issue
Block a user