电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en.js 183B

123456789101112
  1. export default {
  2. year: '',
  3. month: '',
  4. date: '',
  5. hour: '',
  6. minute: '',
  7. second: '',
  8. am: 'AM',
  9. pm: 'PM',
  10. confirm: 'confirm',
  11. cancel: 'cancel',
  12. };