Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCelso Miranda <769237+celsomiranda@users.noreply.github.com>2022-10-21 13:56:00 +0300
committerGitHub <noreply@github.com>2022-10-21 13:56:00 +0300
commit299b80c5f8c1067a6c4fb8609b88eb0438ecbabf (patch)
tree09e3218d5eeed75886244ff64d25b60b5b2e93ae
parent414a9915e57e6d67b2d0563877cb675ff21614c7 (diff)
feat(i18n): add european portuguese translation (#699)
Very subtle changes from the Brazilian Portuguese translation
-rw-r--r--i18n/pt-pt.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/i18n/pt-pt.yaml b/i18n/pt-pt.yaml
new file mode 100644
index 0000000..f524969
--- /dev/null
+++ b/i18n/pt-pt.yaml
@@ -0,0 +1,67 @@
+toggleMenu:
+ other: Alternar Menu
+
+darkMode:
+ other: Modo Escuro
+
+list:
+ page:
+ one: "{{ .Count }} página"
+ other: "{{ .Count }} páginas"
+
+ section:
+ other: Secção
+
+ subsection:
+ one: Subsecção
+ other: Subsecções
+
+article:
+ back:
+ other: Voltar
+
+ tableOfContents:
+ other: Índice
+
+ relatedContent:
+ other: Conteúdo relacionado
+
+ lastUpdatedOn:
+ other: Última atualização a
+
+ 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: Tags
+ categoriesCloud:
+ title:
+ other: Categorias
+
+search:
+ title:
+ other: Pesquisa
+ placeholder:
+ other: Escreva algo...
+ resultTitle:
+ other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
+
+footer:
+ builtWith:
+ other: Criado com {{ .Generator }}
+ designedBy:
+ other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}