1
1
/**
2
2
* Configuration for the brazilian portuguese translation
3
- */
3
+ */
4
4
5
5
module . exports = {
6
6
display : "Português Brasileiro" ,
@@ -13,13 +13,15 @@ module.exports = {
13
13
t : {
14
14
"Get Started" : "Começando" ,
15
15
"View on GitHub" : "Veja no GitHub" ,
16
- " Languages" : "Idiomas" ,
16
+ Languages : "Idiomas" ,
17
17
"Open Source" : "Código aberto" ,
18
- " Contribute" : "Contribua" ,
19
- "Source on GitHub" : "Fonte no GitHub" ,
18
+ Contribute : "Contribua" ,
19
+ "Source on GitHub" : "Código-fonte no GitHub" ,
20
20
"Fork on GitHub" : "Faça uma copia no GitHub" ,
21
21
"Fork the Website" : "Faça uma copia do Website" ,
22
- "Create an Issue" : "Crie uma Issue"
22
+ "Create an Issue" : "Crie uma Issue" ,
23
+ Next : "Próxima" ,
24
+ Previous : "Anterior" ,
23
25
} ,
24
26
sidebar : [
25
27
{
@@ -116,12 +118,12 @@ module.exports = {
116
118
{
117
119
type : "link" ,
118
120
href : "https://github.com/axios/axios/blob/master/CONTRIBUTING.md" ,
119
- text : "Contribuindo para o Axios"
121
+ text : "Contribuindo para o Axios" ,
120
122
} ,
121
123
{
122
124
type : "link" ,
123
125
href : "/docs/translating" ,
124
- text : "Traduzindo os documentos"
125
- }
126
+ text : "Traduzindo os documentos" ,
127
+ } ,
126
128
] ,
127
129
} ;
0 commit comments