From 2532e55bd2643c1308dc084b3d852ced94d6ab4e Mon Sep 17 00:00:00 2001 From: Pedro Lima <49299328+LITUATUI@users.noreply.github.com> Date: Thu, 24 Feb 2022 19:10:04 +0000 Subject: [PATCH] Add missing strings --- i18n/pt.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/i18n/pt.yaml b/i18n/pt.yaml index f449de9c..4317bbd7 100644 --- a/i18n/pt.yaml +++ b/i18n/pt.yaml @@ -1,8 +1,8 @@ - id: prev_page - translation: "Página Anterior" + translation: "Página anterior" - id: next_page - translation: "Próxima Página" + translation: "Próxima página" - id: read_time translation: @@ -15,7 +15,19 @@ other: "{{ .Count }} palavras" - id: toc - translation: "Conteúdo" + translation: "Índice" - id: translations translation: "Traduções" + +- id: home + translation: "Página inicial" + +- id: edit_post + translation: "Editar" + +- id: code_copy + translation: "copiar" + +- id: code_copied + translation: "copiado!"