tachybase_todo/packages/plugins/error-handler/src/locale/en_US.ts
chenos 883f1e6fd1
fix: eslint (#1759)
* fix: eslint

* fix: eslint --fix

* fix: changelog
2023-04-25 13:12:14 +08:00

7 lines
217 B
TypeScript

export default {
'unique violation': '{{field}} must be unique',
'notNull violation': 'notNull violation',
'Validation error': '{{field}} validation error',
'notNull Violation': '{{field}} cannot be null',
};