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:
authorJimmy Cai <github@jimmycai.com>2022-03-09 18:04:24 +0300
committerGitHub <noreply@github.com>2022-03-09 18:04:24 +0300
commit7d1713d40729fa6984ff92c6fd9e41c864915ff2 (patch)
tree6083cf5e8da3a1b65c3aa4c6223d339d2a809243 /i18n/pt-br.yaml
parentb5d0c5b37d8d774d30c66d533efa3982fe6d50a5 (diff)
refactor(i18n): use lowercase language codes
Related with this Hugo issue: https://github.com/gohugoio/hugo/issues/7344
Diffstat (limited to 'i18n/pt-br.yaml')
-rw-r--r--i18n/pt-br.yaml64
1 files changed, 64 insertions, 0 deletions
diff --git a/i18n/pt-br.yaml b/i18n/pt-br.yaml
new file mode 100644
index 0000000..ffdbe41
--- /dev/null
+++ b/i18n/pt-br.yaml
@@ -0,0 +1,64 @@
+toggleMenu:
+ other: Alternar Menu
+
+darkMode:
+ other: Modo Escuro
+
+list:
+ page:
+ one: "{{ .Count }} página"
+ other: "{{ .Count }} páginas"
+
+ section:
+ other: Seção
+
+ subsection:
+ one: Subseção
+ other: Subseções
+
+article:
+ back:
+ other: Voltar
+
+ tableOfContents:
+ other: Índice
+
+ relatedContents:
+ other: Conteúdo relacionado
+
+ lastUpdatedOn:
+ other: Última atualização 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: Tags
+
+search:
+ title:
+ other: Busca
+ placeholder:
+ other: Digite algo...
+ resultTitle:
+ other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
+
+footer:
+ builtWith:
+ other: Criado com {{ .Generator }}
+ designedBy:
+ other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}