Skip to content

Commit

Permalink
feat: add pt-BR support to locales
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovitorweb authored and cotes2020 committed Mar 7, 2022
1 parent 5607a17 commit c2c503f
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions _data/locales/pt-BR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# The layout text of site

# ----- Commons label -----

layout:
post: Post
category: Categoria
tag: Tag

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: Home
categories: Categorias
tags: Tags
archives: Arquivos
about: Sobre

# the text displayed in the search bar & search results
search:
hint: Buscar
cancel: Cancelar
no_results: Oops! Nenhum resultado encontrado.

panel:
lastmod: Atualizados recentemente
trending_tags: Trending Tags
toc: Conteúdo

copyright:
# Shown at the bottom of the post
license:
template: Esta postagem está licenciada sob :LICENSE_NAME pelo autor.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

# Displayed in the footer
brief: Alguns direitos reservados.
verbose: >-
Exceto onde indicado de outra forma, as postagens do blog neste site são licenciadas sob a
Creative Commons Attribution 4.0 International (CC BY 4.0) License pelo autor.
meta: Feito com :PLATFORM usando o tema :THEME.

not_found:
statment: Desculpe, a página não foi encontrada.
hint_template: :HEAD_BAK para tentar encontrar novamente, ou procure na :ARCHIVES_PAGE.
head_back: Vá para a página inicial
archives_page: Página de arquivos

# ----- Posts related labels -----

post:
written_by: Por
posted: Postado em
updated: Atualizado
words: palavras
pageview_measure: visualizações
read_time:
unit: min
prompt: " de leitura"
relate_posts: Leia também
share: Compartilhar
button:
next: Próximo
previous: Anterior
copy_code:
succeed: Copiado!
share_link:
title: Copie o link
succeed: Link copiado com sucesso!
# pinned prompt of posts list on homepage
pin_prompt: Fixado

# categories page
categories:
category_measure: categorias
post_measure: posts

0 comments on commit c2c503f

Please sign in to comment.