source: public/vendors/charts/apex/locales/pt-br.json@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 780 bytes
Line 
1{
2 "name": "pt-br",
3 "options": {
4 "months": ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
5 "shortMonths": ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
6 "days": ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
7 "shortDays": ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"],
8 "toolbar": {
9 "exportToSVG": "Baixar SVG",
10 "exportToPNG": "Baixar PNG",
11 "menu": "Menu",
12 "selection": "Selecionar",
13 "selectionZoom": "Selecionar Zoom",
14 "zoomIn": "Aumentar",
15 "zoomOut": "Diminuir",
16 "pan": "Navegação",
17 "reset": "Reiniciar Zoom"
18 }
19 }
20}
Note: See TracBrowser for help on using the repository browser.