refactor(i18n): simplify the structure of the translation file

This commit is contained in:
Jimmy Cai
2022-06-12 09:13:39 +00:00
committed by GitHub
parent b02569add9
commit b66083e728
24 changed files with 417 additions and 1077 deletions
+17 -40
View File
@@ -1,64 +1,41 @@
toggleMenu:
other: Alternar Menu
toggleMenu: Alternar Menu
darkMode:
other: Modo Escuro
darkMode: Modo Escuro
list:
page:
one: "{{ .Count }} página"
other: "{{ .Count }} páginas"
section:
other: Seção
section: Seção
subsection:
one: Subseção
other: Subseções
article:
back:
other: Voltar
tableOfContents:
other: Índice
relatedContent:
other: Conteúdo relacionado
lastUpdatedOn:
other: Última atualização em
back: Voltar
tableOfContents: Índice
relatedContent: Conteúdo relacionado
lastUpdatedOn: Ú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.
title: Não Encontrado
subtitle: Esta página não existe.
widget:
archives:
title:
other: Arquivos
more:
other: Mais
title: Arquivos
more: Mais
tagCloud:
title:
other: Tags
title: Tags
search:
title:
other: Busca
placeholder:
other: Digite algo...
resultTitle:
other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
title: Busca
placeholder: Digite algo...
resultTitle: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
footer:
builtWith:
other: Criado com {{ .Generator }}
designedBy:
other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
builtWith: Criado com {{ .Generator }}
designedBy: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}