UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

46 lines (45 loc) 1.52 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { lng: 'en', resources: { en: { translation: { complete: 'Submission Complete', error: 'Please fix the following errors before submitting.', required: '{{field}} is required', pattern: '{{field}} does not match the pattern {{pattern}}', minLength: '{{field}} must be longer than {{length}} characters.', maxLength: '{{field}} must be shorter than {{length}} characters.', min: '{{field}} cannot be less than {{min}}.', max: '{{field}} cannot be greater than {{max}}.', invalid_email: '{{field}} must be a valid email.', // eslint-disable-line camelcase invalid_regex: '{{field}} does not match the pattern {{regex}}.', // eslint-disable-line camelcase invalid_date: '{{field}} is not a valid date.', // eslint-disable-line camelcase mask: '{{field}} does not match the mask.', stripe: '{{stripe}}', month: 'Month', day: 'Day', year: 'Year', january: 'January', february: 'February', march: 'March', april: 'April', may: 'May', june: 'June', july: 'July', august: 'August', september: 'September', october: 'October', november: 'November', december: 'December', next: 'Next', previous: 'Previous', cancel: 'Cancel', submit: 'Submit Form' } } } };