cy.js 513 B

1234567891011121314151617181920212223
  1. var l14 = {
  2. code: 'cy',
  3. week: {
  4. dow: 1,
  5. doy: 4, // The week that contains Jan 4th is the first week of the year.
  6. },
  7. buttonText: {
  8. prev: 'Blaenorol',
  9. next: 'Nesaf',
  10. today: 'Heddiw',
  11. year: 'Blwyddyn',
  12. month: 'Mis',
  13. week: 'Wythnos',
  14. day: 'Dydd',
  15. list: 'Rhestr',
  16. },
  17. weekText: 'Wythnos',
  18. allDayText: 'Trwy\'r dydd',
  19. moreLinkText: 'Mwy',
  20. noEventsText: 'Dim digwyddiadau',
  21. };
  22. export { l14 as default };