fix: optional copywriting i18n

This commit is contained in:
Joel
2024-07-31 11:54:30 +08:00
parent 884e72b4f0
commit fcd6a0215d
3 changed files with 8 additions and 2 deletions

View File

@ -23,6 +23,9 @@ const translation = {
valueOfVarRequired: '变量值必填',
waitForResponse: '请等待上条信息响应完成',
},
variableTable: {
optional: '可选',
},
}
export default translation