ga_IE.js 548 B

12345678910111213141516171819202122
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var locale = {
  7. // Options
  8. items_per_page: '/ leathanach',
  9. jump_to: 'Téigh',
  10. jump_to_confirm: 'dheimhnigh',
  11. page: '',
  12. // Pagination
  13. prev_page: 'Leathanach Roimhe Seo',
  14. next_page: 'An chéad leathanach eile',
  15. prev_5: '5 leathanach roimhe seo',
  16. next_5: 'Ar Aghaidh 5 Leathanaigh',
  17. prev_3: '3 leathanach roimhe seo',
  18. next_3: 'Ar Aghaidh 3 Leathanaigh',
  19. page_size: 'Page Size'
  20. };
  21. var _default = exports.default = locale;