ga_IE.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'ga_IE',
  8. today: 'inniu',
  9. now: 'anois',
  10. backToToday: 'Ar ais inniu',
  11. ok: 'ceart go leor',
  12. clear: 'soiléir',
  13. month: 'mhí',
  14. year: 'bhliain',
  15. timeSelect: 'roghnaigh am',
  16. dateSelect: 'roghnaigh dáta',
  17. weekSelect: 'Roghnaigh seachtain',
  18. monthSelect: 'Roghnaigh mí',
  19. yearSelect: 'Roghnaigh bliain',
  20. decadeSelect: 'Roghnaigh deich mbliana',
  21. yearFormat: 'YYYY',
  22. dateFormat: 'D/M/YYYY',
  23. dayFormat: 'D',
  24. dateTimeFormat: 'D/M/YYYY HH:mm:ss',
  25. monthBeforeYear: true,
  26. previousMonth: 'An mhí roimhe seo (PageUp)',
  27. nextMonth: 'An mhí seo chugainn (PageDown)',
  28. previousYear: 'Anuraidh (Control + left)',
  29. nextYear: 'An bhliain seo chugainn (Control + right)',
  30. previousDecade: 'Le deich mbliana anuas',
  31. nextDecade: 'Deich mbliana amach romhainn',
  32. previousCentury: 'An chéid seo caite',
  33. nextCentury: 'An chéad aois eile'
  34. };
  35. var _default = exports.default = locale;