Skip to content

Commit 6c5b75d

Browse files
committed
basic data
1 parent 91b75d3 commit 6c5b75d

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

_data/languages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ zh_CN: 简体中文
33
zh_TW: 繁體中文
44
ja: 日本語
55
es: Español
6+
pt_br: Português

_data/navigation.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,49 @@ es:
215215
twitter_impersonation:
216216
title: "Twitter impersonation" # XXX
217217
url: "/en/twitter-impersonation" # XXX
218+
219+
pt_br:
220+
home:
221+
title: "Bitcoin Core"
222+
url: "/"
223+
about:
224+
title: "Sobre"
225+
url: "/pt_br/about/"
226+
download:
227+
title: "Download"
228+
url: "/pt_br/download"
229+
blog:
230+
title: "blog"
231+
url: "/pt_br/blog/"
232+
releases:
233+
title: "versões"
234+
url: "/pt_br/releases/"
235+
dev:
236+
title: "Desenvolvimento"
237+
submenu: true
238+
tree:
239+
contribute:
240+
title: "contribua"
241+
url: "/pt_br/contribute/"
242+
contribute-code:
243+
title: "contribua com o código"
244+
url: "/pt_br/faq/contributing-code/"
245+
meetings:
246+
title: "encontros"
247+
url: "/pt_br/meetings/"
248+
eol:
249+
title: "Ciclo de vida"
250+
url: "/pt_br/lifecycle"
251+
contact:
252+
title: "Contato"
253+
submenu: true
254+
tree:
255+
contact_us:
256+
title: "Fale conosco"
257+
url: "/pt_br/contact/"
258+
announcements:
259+
title: "Comunicados"
260+
url: "/pt_br/list/announcements/join/"
261+
twitter_impersonation:
262+
title: "Twitter impessoal"
263+
url: "/pt_br/twitter-impersonation"

_data/translations.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,17 @@ es:
6767
rss_feed: "Fuente RSS del Blog de Bitcoin Core"
6868
rss_meetings_feed: "Feed de reuniones"
6969
rss_blog_feed: "Feed de entradas del blog"
70+
71+
pt_br:
72+
created: "Publicado em "
73+
author: "por"
74+
description: "página Bitcoin Core"
75+
footer: "Projeto Bitcoin Core"
76+
related: "Recomendado"
77+
viewallposts: "Veja todos os posts"
78+
not_translated: "Nota: esta página não foi traduzida"
79+
tocoverview: "Resumo"
80+
translation_outdated: "Essa tradução talvez esteja desatualizada. Por favor, compare com a versão em Inglês."
81+
rss_feed: "Feed RSS do blog Bitcoin Core"
82+
rss_meetings_feed: "Feed de reuniões"
83+
rss_blog_feed: "Feed de post no blog"

0 commit comments

Comments
 (0)