Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
93
themes/mainroad/i18n/pt.yaml
Normal file
93
themes/mainroad/i18n/pt.yaml
Normal file
|
@ -0,0 +1,93 @@
|
|||
# General
|
||||
- id: read_more
|
||||
translation: "Leia mais…"
|
||||
|
||||
- id: menu_label
|
||||
translation: "Menu"
|
||||
|
||||
- id: sidemenu_title
|
||||
translation: "Menu"
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: "Última modificação"
|
||||
|
||||
- id: meta_translations
|
||||
translation: "Traduções"
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: "Conteúdo da página"
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: "Anterior"
|
||||
|
||||
- id: post_nav_next
|
||||
translation: "Próximo"
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: "Sobre {{ .Name }}"
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: "ATENÇÃO"
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: "Ative pelo menos um widget da barra lateral."
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: "BUSCAR…"
|
||||
|
||||
# Languages widget
|
||||
- id: languages_title
|
||||
translation: "Línguas"
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: "Categorias"
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: "Postagens recentes"
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: "Social"
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: "Tags"
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation:
|
||||
"Gerado com <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> com o tema \
|
||||
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: "404. Página não encontrada"
|
||||
|
||||
- id: 404_text
|
||||
translation:
|
||||
"A página que você estava procurando parece ter sido excluída ou não existe. Por favor, use a pesquisa ou vá para"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "página principal"
|
||||
|
||||
# No posts empty state
|
||||
- id: noposts_warning_title
|
||||
translation: "Você ainda não tem nenhuma postagem!"
|
||||
|
||||
- id: noposts_warning_description
|
||||
translation:
|
||||
"Quando você criar uma postagem em qualquer pasta (seção) dentro do diretório <b>content</b>, ele vai aparecer aqui. \
|
||||
Apenas uma seção (a que conter mais postagens) será exibida na página principal por padrão."
|
||||
|
||||
- id: noposts_warning_tip
|
||||
translation:
|
||||
"<b>Dica:</b> Você pode mostrar quantas seções você quiser com o parâmetro de configuração \
|
||||
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|
Loading…
Add table
Add a link
Reference in a new issue