From c588b5eab28826b4f9094578862723dc042cdfd7 Mon Sep 17 00:00:00 2001 From: Pedro Lima <49299328+LITUATUI@users.noreply.github.com> Date: Sun, 6 Feb 2022 13:22:12 +0000 Subject: [PATCH] Add European Portuguese translation --- i18n/pt-PT.yaml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 i18n/pt-PT.yaml diff --git a/i18n/pt-PT.yaml b/i18n/pt-PT.yaml new file mode 100644 index 0000000..20ace94 --- /dev/null +++ b/i18n/pt-PT.yaml @@ -0,0 +1,70 @@ +toggleMenu: + other: Mudar menu + +darkMode: + other: Modo escuro + +list: + page: + one: "{{ .Count }} página" + other: "{{ .Count }} páginas" + + section: + other: Secção + + subsection: + one: Sub-secção + other: Sub-secções + +article: + back: + other: Voltar + + tableOfContents: + other: Índice + + relatedContents: + other: Conteúdo relacionado + + lastUpdatedOn: + other: Atualizado em + + readingTime: + one: "{{ .Count }} minuto de leitura" + other: "{{ .Count }} minutos de leitura" + +notFound: + title: + other: Não encontrado + + subtitle: + other: Esta página não existe + +widget: + archives: + title: + other: Arquivos + + more: + other: Mais + + tagCloud: + title: + other: Etiquetas + +search: + title: + other: Procurar + + placeholder: + other: Escreva algo... + + resultTitle: + other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)" + +footer: + builtWith: + other: Criado com {{ .Generator }} + + designedBy: + other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}