tachybase_todo/packages/plugins/formula-field/src/client/locale/zh-CN.ts
Junyi 86d9eaf2fb
refactor(plugin-workflow): migrate evaluators (#1485)
* fix(plugin-formula): fix locale

* refactor(client): migrate variable component

* refactor(plugin-workflow): use core evaluators

* refactor(plugin-workflow): migrate calculation engines to evaluators
2023-02-22 23:45:03 +08:00

9 lines
280 B
TypeScript

export default {
'Formula': '公式',
'Formula engine': '公式引擎',
'Expression': '表达式',
'Expression syntax error': '表达式语法错误',
'Syntax references': '语法参考',
'Compute a value based on the other fields': '基于其他字段进行计算'
}