zh_CN.js 127 B

12345
  1. var locale = {
  2. placeholder: '请选择时间',
  3. rangePlaceholder: ['开始时间', '结束时间']
  4. };
  5. export default locale;