Skip to content

Commit 349b5d5

Browse files
authored
[Updated] Adding 'next/previous' translation (axios#53)
1 parent 4693657 commit 349b5d5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

ptBR.lang.js

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Configuration for the brazilian portuguese translation
3-
*/
3+
*/
44

55
module.exports = {
66
display: "Português Brasileiro",
@@ -13,13 +13,15 @@ module.exports = {
1313
t: {
1414
"Get Started": "Começando",
1515
"View on GitHub": "Veja no GitHub",
16-
"Languages": "Idiomas",
16+
Languages: "Idiomas",
1717
"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",
2020
"Fork on GitHub": "Faça uma copia no GitHub",
2121
"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",
2325
},
2426
sidebar: [
2527
{
@@ -116,12 +118,12 @@ module.exports = {
116118
{
117119
type: "link",
118120
href: "https://github.com/axios/axios/blob/master/CONTRIBUTING.md",
119-
text: "Contribuindo para o Axios"
121+
text: "Contribuindo para o Axios",
120122
},
121123
{
122124
type: "link",
123125
href: "/docs/translating",
124-
text: "Traduzindo os documentos"
125-
}
126+
text: "Traduzindo os documentos",
127+
},
126128
],
127129
};

0 commit comments

Comments
 (0)