Created
February 23, 2016 14:04
-
-
Save thiagofa/718f6af2e005a69670bb to your computer and use it in GitHub Desktop.
Tradução do componente p:calendar para Português
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PrimeFaces.locales['pt'] = { | |
closeText: 'Fechar', | |
prevText: 'Anterior', | |
nextText: 'Próximo', | |
currentText: 'Começo', | |
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho','Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], | |
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 'Jul','Ago','Set','Out','Nov','Dez'], | |
dayNames: ['Domingo','Segunda','Terça','Quarta','Quinta','Sexta','Sábado'], | |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], | |
dayNamesMin: ['D','S','T','Q','Q','S','S'], | |
weekHeader: 'Semana', | |
firstDay: 0, | |
isRTL: false, | |
showMonthAfterYear: false, | |
yearSuffix: '', | |
timeOnlyTitle: 'Só Horas', | |
timeText: 'Tempo', | |
hourText: 'Hora', | |
minuteText: 'Minuto', | |
secondText: 'Segundo', | |
ampm: false, | |
month: 'Mês', | |
week: 'Semana', | |
day: 'Dia', | |
allDayText: 'Todo o Dia' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment