Skip to content

Commit

Permalink
Create pt-PT.ts (#2904)
Browse files Browse the repository at this point in the history
Local Create pt-PT.ts
  • Loading branch information
nfcg authored May 9, 2024
1 parent 8146693 commit 13c9fea
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/js/locales/pt-PT.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
const name = 'pt-PT';

const localization = {
today: 'Hoje',
clear: 'Limpar seleção',
close: 'Eliminar seleção',
selectMonth: 'Selecionar mês',
previousMonth: 'Mês anterior',
nextMonth: 'Próximo mês',
selectYear: 'Selecionar ano',
previousYear: 'Ano anterior',
nextYear: 'Próximo ano',
selectDecade: 'Seleccionar década',
previousDecade: 'Década anterior',
nextDecade: 'Próxima década',
previousCentury: 'Século anterior',
nextCentury: 'Próximo Século',
pickHour: 'Seleccionar hora',
incrementHour: 'Aumentar hora',
decrementHour: 'Diminuir hora',
pickMinute: 'Seleccionar minuto',
incrementMinute: 'Aumentar minuto',
decrementMinute: 'Diminuir minuto',
pickSecond: 'Seleccionar segundo',
incrementSecond: 'Aumentar segundo',
decrementSecond: 'Diminuir segundo',
toggleMeridiem: 'Alterar AM/PM',
selectTime: 'Selecionar hora',
selectDate: 'Seleccionar data',
dayViewHeaderFormat: { month: 'longo', year: '2-digitos' },
startOfTheWeek: 1,
locale: 'pt-PT',
dateFormats: {
LT: 'H:mm',
LTS: 'H:mm:ss',
L: 'dd/MM/yyyy',
LL: 'd [de] MMMM [de] yyyy',
LLL: 'd [de] MMMM [de] yyyy H:mm',
LLLL: 'dddd, d [de] MMMM [de] yyyy H:mm',
},
ordinal: (n) => `${n}º`,
format: 'L LT',
};

export { localization, name };

0 comments on commit 13c9fea

Please sign in to comment.