| 1234567891011121314151617181920212223242526272829303132333435 |
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- const locale = {
- locale: 'gl_ES',
- today: 'Hoxe',
- now: 'Agora',
- backToToday: 'Voltar a hoxe',
- ok: 'Aceptar',
- clear: 'Limpar',
- month: 'Mes',
- year: 'Ano',
- timeSelect: 'Seleccionar hora',
- dateSelect: 'Seleccionar data',
- monthSelect: 'Elexir un mes',
- yearSelect: 'Elexir un año',
- decadeSelect: 'Elexir unha década',
- yearFormat: 'YYYY',
- dateFormat: 'D/M/YYYY',
- dayFormat: 'D',
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
- monthBeforeYear: true,
- previousMonth: 'Mes anterior (PageUp)',
- nextMonth: 'Mes seguinte (PageDown)',
- previousYear: 'Ano anterior (Control + left)',
- nextYear: 'Ano seguinte (Control + right)',
- previousDecade: 'Década anterior',
- nextDecade: 'Década seguinte',
- previousCentury: 'Século anterior',
- nextCentury: 'Século seguinte'
- };
- var _default = exports.default = locale;
|