UNPKG

870 BJavaScriptView Raw
1export default {
2 today: 'inniu',
3 now: 'anois',
4 backToToday: 'Ar ais inniu',
5 ok: 'ceart go leor',
6 clear: 'soiléir',
7 month: 'mhí',
8 year: 'bhliain',
9 timeSelect: 'roghnaigh am',
10 dateSelect: 'roghnaigh dáta',
11 weekSelect: 'Roghnaigh seachtain',
12 monthSelect: 'Roghnaigh mí',
13 yearSelect: 'Roghnaigh bliain',
14 decadeSelect: 'Roghnaigh deich mbliana',
15 yearFormat: 'YYYY',
16 dateFormat: 'D/M/YYYY',
17 dayFormat: 'D',
18 dateTimeFormat: 'D/M/YYYY HH:mm:ss',
19 monthBeforeYear: true,
20 previousMonth: 'An mhí roimhe seo (PageUp)',
21 nextMonth: 'An mhí seo chugainn (PageDown)',
22 previousYear: 'Anuraidh (Control + left)',
23 nextYear: 'An bhliain seo chugainn (Control + right)',
24 previousDecade: 'Le deich mbliana anuas',
25 nextDecade: 'Deich mbliana amach romhainn',
26 previousCentury: 'An chéid seo caite',
27 nextCentury: 'An chéad aois eile'
28};
\No newline at end of file