summaryrefslogtreecommitdiff
path: root/themes/LoveIt/i18n/pt-BR.toml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/i18n/pt-BR.toml')
-rw-r--r--themes/LoveIt/i18n/pt-BR.toml202
1 files changed, 202 insertions, 0 deletions
diff --git a/themes/LoveIt/i18n/pt-BR.toml b/themes/LoveIt/i18n/pt-BR.toml
new file mode 100644
index 0000000..9267dc5
--- /dev/null
+++ b/themes/LoveIt/i18n/pt-BR.toml
@@ -0,0 +1,202 @@
+# Translations for Brazilian Portuguese
+# Tradução para português do Brasil
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Voltar ao topo"
+
+[viewComments]
+other = "Ver comentários"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "{{ .Some }}"
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[category]
+other = "Categoria"
+
+[categories]
+other = "Categorias"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Mais"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Selecione o idioma"
+
+[switchTheme]
+other = "Trocar tema"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Possibilitado por {{ .Hugo }} | Tema - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "O seu comentário ..."
+
+[facebookLanguageCode]
+other = "pt_BR"
+
+[giscusLang]
+other = "en"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Pesquisa"
+
+[searchPlaceholder]
+other = "Pesquisar títulos ou conteúdos ..."
+
+[clear]
+other = "Limpar"
+
+[cancel]
+other = "Cancelar"
+
+[noResultsFound]
+other = "Nenhum resultado encontrado"
+
+[lunrLanguageCode]
+other = "pt"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.pt.js"
+
+[copyToClipboard]
+other = "Copiar para a área de transferência"
+
+[cookieconsentMessage]
+other = "Este site usa Cookies para melhorar sua experiência."
+
+[cookieconsentDismiss]
+other = "Aceita"
+
+[cookieconsentLink]
+other = "Saber mais"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Compartilhe em"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Conteúdos"
+
+[publishedOnDate]
+other = "publicado em {{ .Date }}"
+
+[includedInCategories]
+other = "incluido em {{ .Categories }}"
+
+[wordCount]
+one = "Uma palavra"
+other = "{{ .Count }} palavras"
+
+[readingTime]
+one = "Um minuto"
+other = "{{ .Count }} minutos"
+
+[views]
+other = "visualizações"
+
+[author]
+other = "Autor"
+
+[updatedOnDate]
+other = "Atualizado em {{ .Date }}"
+
+[readMarkdown]
+other = "Leia em Markdown"
+
+[back]
+other = "Voltar"
+
+[home]
+other = "Home"
+
+[readMore]
+other = "Leia mais"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Página não encontrada"
+
+[pageNotFoundText]
+other = "A página que você procura não existe. Desculpe"
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Nota"
+
+[abstract]
+other = "Abstrato"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Dica"
+
+[success]
+other = "Sucesso"
+
+[question]
+other = "Pergunta"
+
+[warning]
+other = "Aviso"
+
+[failure]
+other = "Falha"
+
+[danger]
+other = "Perigo"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Exemplo"
+
+[quote]
+other = "Citação"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOVO"
+
+[changed]
+other = "ALTERADO"
+
+[deleted]
+other = "EXCLUÍDO"
+# === shortcodes/version.html ===