UNPKG

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