* fix(plugin-formula): fix locale * refactor(client): migrate variable component * refactor(plugin-workflow): use core evaluators * refactor(plugin-workflow): migrate calculation engines to evaluators
9 lines
280 B
TypeScript
9 lines
280 B
TypeScript
export default {
|
|
'Formula': '公式',
|
|
'Formula engine': '公式引擎',
|
|
'Expression': '表达式',
|
|
'Expression syntax error': '表达式语法错误',
|
|
'Syntax references': '语法参考',
|
|
'Compute a value based on the other fields': '基于其他字段进行计算'
|
|
}
|