summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SyntaxHighlight_GeSHi/i18n/pt.json
blob: c33141687a3be8d90530a256489324456ec6b57a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"@metadata": {
		"authors": [
			"Hamilton Abreu",
			"Malafaya",
			"Vitorvicentevalente",
			"He7d3r"
		]
	},
	"syntaxhighlight-desc": "Permite o realce sintático de código fonte, através do elemento <code>&lt;syntaxhighlight&gt;</code>, usando o [http://pygments.org/ realçador de sintaxe Pygments - Python]",
	"syntaxhighlight-error-category": "Páginas com erros no destaque de sintaxe",
	"syntaxhighlight-error-category-desc": "Ocorreu um erro ao tentar realçar o código incluído na página.",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Código",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Língua",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Nenhum)",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostrar números de linha",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-startingline": "Número de linha inicial",
	"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Bloco de código",
	"syntaxhighlight-error-pygments-invocation-failure": "Erro na invocação do Pygments",
	"syntaxhighlight-error-unknown-language": "Língua \"$1\" desconhecida",
	"syntaxhighlight-error-exceeds-size-limit": "O tamanho do código, $1 {{PLURAL:$1|bytes}}, excede o máximo permitido, $2 {{PLURAL:$2|bytes}}"
}