zh_CN.js 129 B

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