UNPKG

367 BJavaScriptView Raw
1module.exports = {
2 'lang': 'zh-cn',
3 'msgMax':'值不能大于最大值',
4 'msgMin':'值不能小于最小值',
5 'en-us': {
6 'msgMax':'Cannot be greater than the Max value',
7 'msgMin':'Cannot be less than the Min value'
8 },
9 'zh-tw': {
10 'msgMax':'值不能大於最大值',
11 'msgMin':'值不能小於最小值'
12 },
13}