summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/i18n/pt-br.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
commit98a21b966410c127e74b16e7a2817882ee16560f (patch)
treeee646c86e3d3f0fa1cd952294d49feeeb700d60f /themes/hugo-coder/i18n/pt-br.toml
parente6eec31b71ab728f6610f4e764b2e206fb95f940 (diff)
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/i18n/pt-br.toml')
m---------themes/hugo-coder0
-rw-r--r--themes/hugo-coder/i18n/pt-br.toml60
2 files changed, 60 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder
deleted file mode 160000
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be
diff --git a/themes/hugo-coder/i18n/pt-br.toml b/themes/hugo-coder/i18n/pt-br.toml
new file mode 100644
index 0000000..9f2808a
--- /dev/null
+++ b/themes/hugo-coder/i18n/pt-br.toml
@@ -0,0 +1,60 @@
1[category]
2other = "categoria"
3
4[categories]
5other = "categorias"
6
7[tag]
8other = "etiqueta"
9
10[tags]
11other = "etiquetas"
12
13[series]
14other = "séries"
15
16[autor]
17other = "autor"
18
19[authors]
20other = "autores"
21
22[posts]
23other = "artigos"
24
25[reading_time]
26one = "Um minuto de leitura"
27other = "{{ .Count }} minutos de leitura"
28
29[page_not_found]
30other = "Página Não Encontrada"
31
32[page_does_not_exist]
33other = "Desculpe, essa página não existe."
34
35[head_back]
36other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
37
38[powered_by]
39other = "Promovido por"
40
41[note]
42other = "nota"
43
44[tip]
45other = "dica"
46
47[example]
48other = "exemplo"
49
50[question]
51other = "pergunta"
52
53[info]
54other = "info"
55
56[warning]
57other = "aviso"
58
59[error]
60other = "erro"