UNPKG

@v4fire/client

Version:

V4Fire client core library

17 lines (15 loc) 523 B
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ module.exports = { 'i-input-text': { 'Required field': 'Required field', 'A value must match the pattern': 'A value must match the pattern', 'Value length must be at least {min} characters': 'Value length must be at least {min} characters', 'Value length must be no more than {max} characters': 'Value length must be no more than {max} characters' } };