Skip to content

Commit 572b5bd

Browse files
committed
Adding Portugese in the ui-text
1 parent 86f27cd commit 572b5bd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

_data/ui-text.yml

+31
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,37 @@ tr: &DEFAULT_TR
132132
tr-TR:
133133
<<: *DEFAULT_TR
134134

135+
# Brazilian Portguese (default)
136+
# -----------------
137+
pt: &DEFAULT_PT
138+
page : "Página"
139+
pagination_previous : "Anterior"
140+
pagination_next : "Próxima"
141+
breadcrumb_home_label : "Home"
142+
breadcrumb_separator : "/"
143+
toc_label : "Nesta página"
144+
ext_link_label : "Link direto"
145+
less_than : "meno que"
146+
minute_read : "minutos de leitura"
147+
share_on_label : "Compartilhe em"
148+
meta_label :
149+
tags_label : "Tags:"
150+
categories_label : "Categorias:"
151+
date_label : "Atualizado em:"
152+
comments_label : "Deixe um comentário"
153+
more_label : "Aprenda Mais"
154+
related_label : "Você Talvez Goste Também"
155+
follow_label : "Acompanhe em"
156+
feed_label : "Feed"
157+
powered_by : "Feito com"
158+
website_label : "Site"
159+
email_label : "Email"
160+
recent_posts : "Postagens recentes"
161+
undefined_wpm : "Parâmetro indefinido em word_per_minute no _config.yml"
162+
pt-BR:
163+
<<: *DEFAULT_PT
164+
pt-PT:
165+
<<: *DEFAULT_PT
135166

136167
# Another locale
137168
# --------------

0 commit comments

Comments
 (0)