Fix notice and taxonomies translations (#544)

* Fix missing translations for notices

* Fix taxonomy translations
This commit is contained in:
Luiz F. A. de Prá
2021-03-25 15:38:12 -03:00
committed by GitHub
parent c309f14e0f
commit 982745144f
3 changed files with 59 additions and 11 deletions

View File

@@ -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"