Skip to content

Commit 983ab96

Browse files
authored
feat(i18n): create pt-br.toml (#78)
add PT-BR translation
1 parent 37f55bc commit 983ab96

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

i18n/pt-br.toml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[hugo_preview_result]
2+
other = "Resultado"
3+
4+
[hugo_preview_source]
5+
other = "Fonte"
6+
7+
[parameter_context]
8+
other = "Contexto"
9+
10+
[parameter_default]
11+
other = "Padrão"
12+
13+
[parameter_example]
14+
other = "Exemplo"
15+
16+
[parameter_heading]
17+
other = "Parâmetros"
18+
19+
[parameter_name]
20+
other = "Nome"
21+
22+
[parameter_position]
23+
other = "Posição"
24+
25+
[parameter_options]
26+
other = "Opções disponíveis: {{ . }}."
27+
28+
[parameter_required]
29+
other = "Obrigatório"
30+
31+
[parameter_since]
32+
other = "Desde"
33+
34+
[parameter_type]
35+
other = "Tipo"

0 commit comments

Comments
 (0)