tachybase_todo/packages/plugins/error-handler/src/locale/en_US.ts

5 lines
121 B
TypeScript
Raw Normal View History

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