mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: parse to right datatype and show parse json error
This commit is contained in:
@ -29,6 +29,7 @@ const translation = {
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} is required',
|
||||
invalidJson: '{{field}} is invalid JSON',
|
||||
fields: {
|
||||
variable: 'Variable Name',
|
||||
variableValue: 'Variable Value',
|
||||
|
||||
@ -29,6 +29,7 @@ const translation = {
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} 不能为空',
|
||||
invalidJson: '{{field}} 是非法的 JSON',
|
||||
fields: {
|
||||
variable: '变量名',
|
||||
variableValue: '变量值',
|
||||
|
||||
Reference in New Issue
Block a user