UNPKG

387 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 'lang': 'zh-cn',
5 'msgMax': '值不能大于最大值',
6 'msgMin': '值不能小于最小值',
7 'en-us': {
8 'msgMax': 'Cannot be greater than the Max value',
9 'msgMin': 'Cannot be less than the Min value'
10 },
11 'zh-tw': {
12 'msgMax': '值不能大於最大值',
13 'msgMin': '值不能小於最小值'
14 }
15};
\No newline at end of file