forked from tuvn86/webapp-conversation
fix: optional copywriting i18n
This commit is contained in:
parent
884e72b4f0
commit
fcd6a0215d
3 changed files with 8 additions and 2 deletions
|
|
@ -28,6 +28,9 @@ const translation = {
|
|||
waitForResponse:
|
||||
'Please wait for the response to the previous message to complete.',
|
||||
},
|
||||
variableTable: {
|
||||
optional: 'Optional',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@ const translation = {
|
|||
valueOfVarRequired: '变量值必填',
|
||||
waitForResponse: '请等待上条信息响应完成',
|
||||
},
|
||||
variableTable: {
|
||||
optional: '可选',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue