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