合伙人运营小程序
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.

ru.js 248B

123456789101112
  1. export default {
  2. year: '',
  3. month: '',
  4. date: '',
  5. hour: '',
  6. minute: '',
  7. second: '',
  8. am: 'до полудня',
  9. pm: 'после полудня',
  10. confirm: 'подтвердить',
  11. cancel: 'отменить',
  12. };