blob: 1fa08a90420dee440fcc3e8c5a57fd978ff7fe5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"@metadata": {
"authors": [
"Minh Nguyen"
]
},
"syntaxhighlight-desc": "Tô màu cú pháp trong thẻ <code><syntaxhighlight></code> dùng [http://pygments.org/ Pygments – trình tô màu cú pháp Python]",
"syntaxhighlight-error-category": "Trang có lỗi tô màu cú pháp",
"syntaxhighlight-error-category-desc": "Đã xuất hiện lỗi khi tô màu đoạn mã trong trang.",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-code": "Đoạn mã",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-language": "Ngôn ngữ",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-none": "(Không có)",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-showlines": "Đánh số dòng",
"syntaxhighlight-visualeditor-mwsyntaxhighlightinspector-title": "Đoạn mã",
"syntaxhighlight-error-pygments-invocation-failure": "Thất bại khi gọi Pygments",
"syntaxhighlight-error-unknown-language": "Ngôn ngữ không rõ “$1”",
"syntaxhighlight-error-exceeds-size-limit": "Đoạn mã có $1 byte, vượt quá tối đa $2 byte"
}
|