mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix notice and taxonomies translations (#544)
* Fix missing translations for notices * Fix taxonomy translations
This commit is contained in:
committed by
GitHub
parent
c309f14e0f
commit
982745144f
@@ -1,15 +1,24 @@
|
||||
[category]
|
||||
other = "categoria"
|
||||
|
||||
[categories]
|
||||
other = "categorias"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
other = "etiqueta"
|
||||
|
||||
[tags]
|
||||
other = "etiquetas"
|
||||
|
||||
[series]
|
||||
other = "séries"
|
||||
|
||||
[author]
|
||||
[autor]
|
||||
other = "autor"
|
||||
|
||||
[authors]
|
||||
other = "autores"
|
||||
|
||||
[posts]
|
||||
other = "artigos"
|
||||
|
||||
@@ -28,3 +37,24 @@ other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
|
||||
|
||||
[powered_by]
|
||||
other = "Promovido por"
|
||||
|
||||
[note]
|
||||
other = "nota"
|
||||
|
||||
[tip]
|
||||
other = "dica"
|
||||
|
||||
[example]
|
||||
other = "exemplo"
|
||||
|
||||
[question]
|
||||
other = "pergunta"
|
||||
|
||||
[info]
|
||||
other = "info"
|
||||
|
||||
[warning]
|
||||
other = "aviso"
|
||||
|
||||
[error]
|
||||
other = "erro"
|
||||
|
||||
Reference in New Issue
Block a user