From d11886067fcd4d80e9c8026b5afed2e8ee00bee3 Mon Sep 17 00:00:00 2001 From: nandofmike <83838054+nandofmike@users.noreply.github.com> Date: Sat, 8 May 2021 11:00:08 -0300 Subject: [PATCH] Update en.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tradução do arquivo en.js para o português do Brasil --- .vuepress/nav/en.js | 49 ++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/.vuepress/nav/en.js b/.vuepress/nav/en.js index 987d8088..91e7969f 100644 --- a/.vuepress/nav/en.js +++ b/.vuepress/nav/en.js @@ -1,3 +1,20 @@ +--- +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 = [ { @@ -5,11 +22,11 @@ module.exports = [ ariaLabel: 'Thor', items: [ { - text: 'Learn', + text: 'Aprenda', link: '/thor/learn/' }, { - text: 'Get Started', + text: 'Iniciar', link: '/thor/get-started/installation.html' }, { @@ -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' } ] @@ -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', @@ -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/' }, { @@ -70,14 +87,14 @@ module.exports = [ ] }, { - text:'Tutorials', + text:'Tutoriais', link: '/tutorials/' }, { - text: 'Resources', + text: 'Recursos', items: [ { - text: 'Explorer', + text: 'Explorer Vechain', link: 'https://explore.vechain.org' }, { @@ -85,25 +102,25 @@ module.exports = [ 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' }