mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-10 17:28:29 +00:00
69b90178c1
This commit adds support in having tags in entry.meta. This includes: - Updating the README - Adding values for tags across multiple languages (en, fr, it, pt-br, pt) - Moving from span to div in entry/meta/categories to make sure each one of 'tags' and 'categories' sections is in a separate line.
52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
# Entry
|
|
- id: entry_toc
|
|
translation: "Conteúdo da página"
|
|
|
|
# Entry meta
|
|
- id: meta_lastmod
|
|
translation: "Última modificação"
|
|
|
|
- id: meta_categories
|
|
translation: "Categorias"
|
|
|
|
- id: meta_tags
|
|
translation: "Tags"
|
|
|
|
# Share
|
|
- id: share-caption
|
|
translation: "Campartilhar no"
|
|
|
|
- id: save-caption
|
|
translation: "Salvar no"
|
|
|
|
# Related
|
|
- id: related_title
|
|
translation: "Relacionado"
|
|
|
|
# Footer
|
|
- id: footer_credits
|
|
translation: "Powered by <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> and \
|
|
<a href=\"https://github.com/vimux/binario\" rel=\"nofollow noopener\" target=\"_blank\">Binario</a> theme."
|
|
|
|
# "No posts" empty state
|
|
- id: empty_title
|
|
translation: "Você ainda não tem postagens!"
|
|
|
|
- id: empty_text_start
|
|
translation: "Conforme as postagens são adicionadas no diretório <code>mainSections</code>"
|
|
|
|
- id: empty_text_end
|
|
translation: "Eles vão aparecendo aqui"
|
|
|
|
- id: empty_tip
|
|
translation: "<b>Dica:</b> Você pode alterar o diretório <code>mainSections</code> no site config file."
|
|
|
|
# 404
|
|
- id: page404_title
|
|
translation: "404 Página não encontrada"
|
|
|
|
- id: page404_lead
|
|
translation: "Desculpe, a página que você estava procurando não existe."
|
|
|
|
- id: page404_link
|
|
translation: "Voltar para a página principal"
|