From c6507c76a77122596e4edce59c5620f3be4cd45d Mon Sep 17 00:00:00 2001
From: Pedro Lima <49299328+LITUATUI@users.noreply.github.com>
Date: Sun, 06 Feb 2022 22:35:43 +0000
Subject: [PATCH] Add European Portuguese translation (#301)

---
 i18n/pt-PT.toml |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/i18n/pt-PT.toml b/i18n/pt-PT.toml
new file mode 100644
index 0000000..95d48b6
--- /dev/null
+++ b/i18n/pt-PT.toml
@@ -0,0 +1,40 @@
+[category]
+other = "categoria"
+
+[tag]
+other = "etiqueta"
+
+[reading_time]
+one = "Tempo de leitura: 1 minuto"
+other = "Tempo de leitura: {{ .Count }} minutos"
+
+[old_content_warning]
+one = "Aviso: Este artigo tem mais de {{ .Count }} dia. Poderá estar desatualizado."
+other = "Aviso: Este artigo tem mais de {{ .Count }} dias. Poderá estar desatualizado."
+
+[page_not_found]
+other = "Página não encontrada"
+
+[page_does_not_exist]
+other = "Desculpe, esta página não existe."
+
+[head_back]
+other = "Retornar à <a href=\"{{ . }}\">página inicial</a>."
+
+[comments]
+other = "comentários"
+
+[send]
+other = "Enviar"
+
+[read_more]
+other = "Ler mais"
+
+[name]
+other = "Nome"
+
+[email]
+other = "Email"
+
+[message]
+other = "Mensagem" 

--
Gitblit v1.10.0