38 lines
1.1 KiB
JavaScript
38 lines
1.1 KiB
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
var locale = {
|
||
|
locale: 'pt_PT',
|
||
|
today: 'Hoje',
|
||
|
now: 'Agora',
|
||
|
backToToday: 'Hoje',
|
||
|
ok: 'OK',
|
||
|
clear: 'Limpar',
|
||
|
month: 'Mês',
|
||
|
year: 'Ano',
|
||
|
timeSelect: 'Selecionar hora',
|
||
|
dateSelect: 'Selecionar data',
|
||
|
monthSelect: 'Selecionar mês',
|
||
|
yearSelect: 'Selecionar ano',
|
||
|
decadeSelect: 'Selecionar década',
|
||
|
yearFormat: 'YYYY',
|
||
|
dateFormat: 'D/M/YYYY',
|
||
|
dayFormat: 'D',
|
||
|
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
|
||
|
monthBeforeYear: true,
|
||
|
previousMonth: 'Mês anterior (PageUp)',
|
||
|
nextMonth: 'Mês 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',
|
||
|
shortWeekDays: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
|
||
|
shortMonths: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"]
|
||
|
};
|
||
|
var _default = locale;
|
||
|
exports.default = _default;
|