diff --git a/i18n/ko.toml b/i18n/ko.toml index 2fac72f2c..f16938767 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -34,3 +34,6 @@ other = "더보기" [otherLanguages] other = "다국어" +[readingTime] +other = "{{.Count}} 분" + diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml new file mode 100644 index 000000000..4de2feebb --- /dev/null +++ b/i18n/pt-br.toml @@ -0,0 +1,40 @@ +[categories] +other = "Categorias" + +[authors] +other = "Autores" + +[tags] +other = "Tags" + +[socialMedia] +other = "Redes sociais" + +[latestPosts] +other = "Últimos posts" + +[search] +other = "Pesquisar..." + +[noSearchResults] +other = "Nenhum resultado" + +[olderPosts] +other = "Posts mais antigos" + +[newerPosts] +other = "Posts mais novos" + +[footnoteReturnText] +other = "[voltar]" + +[continueReading] +other = "Continuar lendo" + +[otherLanguages] +other = "Outros Idiomas" + +[readingTime] +one = "1 min de leitura" +other = "{{ .Count }} mins. de leitura" +