mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: If923b91ce414555467052a733839b84c090c0bb4
This commit is contained in:
parent
b2bbefad26
commit
66ace65efd
|
@ -7,11 +7,15 @@
|
||||||
"He7d3r"
|
"He7d3r"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"syntaxhighlight-desc": "Permite o realce sintático de código fonte, através do elemento <code><syntaxhighlight></code>, usando o [http://pygments.org/ Pygments]",
|
"syntaxhighlight-desc": "Permite o realce sintático de código fonte, através do elemento <code><syntaxhighlight></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": "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-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-code": "Código",
|
||||||
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Língua",
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Língua",
|
||||||
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Nenhum)",
|
||||||
|
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Mostrar números de linha",
|
||||||
|
"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-unknown-language": "Língua \"$1\" desconhecida",
|
||||||
"syntaxhighlight-error-exceeds-size-limit": "O tamanho do código de $1 {{PLURAL:$1|bytes}} excede o máximo permitido de $2 {{PLURAL:$2|bytes}}"
|
"syntaxhighlight-error-exceeds-size-limit": "O tamanho do código, $1 {{PLURAL:$1|bytes}}, excede o máximo permitido, $2 {{PLURAL:$2|bytes}}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue