Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt.toml « i18n - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd11c6ac9de553312e1f51b71f3456c1eb2bbdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Header & Footer

[ariaMainMenu]
other = "Menu principal."

[changeAccent]
other = "Mudar cor de acentuação."

[changeMode]
other = "Mudar para o modo claro/escuro."

[noscript]
other = "Não foi possível executar o JavaScript. Alguns recursos foram desativados."


# Pages

[anchorFor]
other = "Âncora para"

[tableOfContents]
other = "Conteúdo"

[publishedOn]
other = "Publicado em"

[lastUpdatedOn]
other = "Última atualização em"


# Footnotes

[references]
other = "Referências"

[seeFootnotes]
other = "Ver nota no rodapé."

[return]
other = "Retornar"

[returnToText]
other = "Retornar ao texto."


# Contact form

[name]
other = "Nome"

[subject]
other = "Assunto"

[message]
other = "Mensagem"

[submit]
other = "Enviar"


# List (layout)

[tag]
other = "Marcador"

[tags]
other = "Marcadores"

[category]
other = "Categoria"

[categories]
other = "Categorias"

[ariaPagination]
other = "Navegação de paginação."

[ariaGoToPage]
other = "Ir para a página {{ .PageNumber }}."

[ariaGoToFirst]
other = "Ir para a primeira página."

[ariaGoToNext]
other = "Ir para a próxima página."

[ariaGoToPrev]
other = "Ir para a página anterior."

[ariaGoToLast]
other = "Ir para a última página."


# List (meta tags)

[page]
other = "página"

[of]
other = "de"

[posts]
other = "Postagens"

[postsUnderTag]
other = "Postagens sob o marcador \"{{ .Title }}\"."

[postsUnderCategory]
other = "Postagens sob a categoria \"{{ .Title }}\"."

[pageContaining]
other = "Página contendo"


# Search form

[searchLabel]
other = "Busca"

[searchAriaButton]
other = "Executar busca."

[searchInput]
other = "Campo de busca. Aceita de {{ .minLength }} até {{ .maxLength }} caracteres."


# Search results page

[searchNoPageFound]
other = "Nenhuma página encontrada."

[searchResultsFor]
other = "Resultados para"

[searchOnePageFound]
other = "Uma página encontrada"

[searchPagesFound]
other = "páginas encontradas"

[searchAwaitingSearch]
other = "Aguardando pesquisa."

[searchTooMany]
other = "Muitas páginas encontradas. Por favor, tente repetir a busca usando outro termo."


# Translations

[alsoAvailable]
other = "Também disponível em"

[and]
other = " e "


# Misc

[missingCodec]
other = "Seu navegador não suporta áudio/vídeo em HTML5."

[boxContainingCode]
other = "Caixa contendo amostra de código."

[boxContainingExpression]
other = "Caixa contendo expressão."