geosphere-maps/public/assets/date-picker/nls/pt-BR.json
2023-09-22 11:33:13 +02:00

32 lines
854 B
JSON

{
"default-calendar": "gregorian",
"separator": "/",
"unitOrder": "DD/MM/YYYY",
"weekStart": 7,
"placeholder": "DD/MM/YYYY",
"days": {
"abbreviated": ["dom.", "seg.", "ter.", "qua.", "qui.", "sex.", "sáb."],
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"],
"wide": ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"]
},
"numerals": "0123456789",
"months": {
"abbreviated": ["jan.", "fev.", "mar.", "abr.", "mai.", "jun.", "jul.", "ago.", "set.", "out.", "nov.", "dez."],
"narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
"wide": [
"janeiro",
"fevereiro",
"março",
"abril",
"maio",
"junho",
"julho",
"agosto",
"setembro",
"outubro",
"novembro",
"dezembro"
]
}
}