-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5607a17
commit c2c503f
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |