2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-14 16:22:26 +03:00

add lang pt-br

This commit is contained in:
Frederico Ferreira
2017-10-15 22:37:44 -02:00
committed by GitHub
parent f1aea4919f
commit 15f87978f0
+10 -1
View File
@@ -25,5 +25,14 @@ export default {
'date': 'Seleccionar fecha',
'dateRange': 'Seleccionar un rango de fechas'
}
}
},
'pt-br': {
'days': ['Dom','Seg', 'Ter', 'Qua', 'Quin', 'Sex', 'Sáb'],
'months': ['Jav', 'Feb', 'Mar', 'Abr', 'Maio', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'],
'pickers': ['próximos 7 dias', 'próximos 30 dias', '7 dias anteriores', ' 30 dias anteriores'],
'placeholder': {
'date': 'Selecione uma data',
'dateRange': 'Selecione um período'
}
},
}