Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Update en.js #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 33 additions & 16 deletions .vuepress/nav/en.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
---
title : Brazilian Portuguese translation.
date : 2021-05-08 // YYYY-MM-DD
description : Translation of the file (EM.JS) in the directory “docs/.vuepress/nav/en.js” into Brazilian Portuguese. The file will be named
“pt-br.js”
autor : Nandofmike
sidebar : true
tags automáticas :
- Thor
- Connex
- Tradução
- Português
- Brasil
prev : docs/.vuepress/nav/
próximo : false
---

module.exports = [
{

text: 'Thor',
ariaLabel: 'Thor',
items: [
{
text: 'Learn',
text: 'Aprenda',
link: '/thor/learn/'
},
{
text: 'Get Started',
text: 'Iniciar',
link: '/thor/get-started/installation.html'
},
{
Expand All @@ -23,11 +40,11 @@ module.exports = [
ariaLabel: 'Connex',
items: [
{
text: 'Get Started',
text: 'Iniciar',
link: '/connex/index.html'
},
{
text: 'API Specification',
text: 'Especificações do API',
link: '/connex/api.html'
}
]
Expand All @@ -39,11 +56,11 @@ module.exports = [
{text:"Sync2",
items: [
{
text : 'Get Sync2',
text : 'Obter Sync2',
link : '/sync2/get-started.html'
},
{
text: 'User Guide',
text: 'Guia do usuário',
link: '/sync2/user-guide/'
},{
text: 'FAQ',
Expand All @@ -54,11 +71,11 @@ module.exports = [
{text:"Sync",
items: [
{
text: 'Download',
text: 'Baixar arquivo',
link: '/sync/download-and-install.html'
},
{
text: 'User Guide',
text: 'Guia do usuário',
link: '/sync/user-guide/'
},
{
Expand All @@ -70,40 +87,40 @@ module.exports = [
]
},
{
text:'Tutorials',
text:'Tutoriais',
link: '/tutorials/'
},
{
text: 'Resources',
text: 'Recursos',
items: [
{
text: 'Explorer',
text: 'Explorer Vechain',
link: 'https://explore.vechain.org'
},
{
text: 'App-hub',
link: 'https://apps.vechain.org/'
},
{
text: 'Miscellaneous',
text: 'Outros assuntos',
link: '/others/miscellaneous.html'
},
{
text: 'Demos & Services',
text: 'Demonstrações & Serviços',
link: '/others/demos-and-services.html'
}
]
},
{
text: 'Online Support',
text: 'Suporte Online',
ariaLabel: 'Online Support',
items: [
{
text: 'VeChain Official',
text: 'Grupo Vechain no Telegram',
link: 'https://t.me/vechain_official_english'
},
{
text: 'Dev Community',
text: 'Desenvolvedores Telegram',
link: 'https://t.me/VeChainDevCommunity'
}

Expand Down