From 982745144f18ca42cf81031a846e4c30aea210c0 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Date: Thu, 25 Mar 2021 18:38:12 +0000
Subject: [PATCH] Fix notice and taxonomies translations (#544)

---
 i18n/pt-br.toml |   34 ++++++++++++++++++++++++++++++++--
 1 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
index 8aa77ce..9f2808a 100644
--- a/i18n/pt-br.toml
+++ b/i18n/pt-br.toml
@@ -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 @@
 
 [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"

--
Gitblit v1.10.0