mediawiki-extensions-Syntax.../i18n/vi.json
Translation updater bot f48d370935 Localisation updates from https://translatewiki.net.
Change-Id: Ifb851275b8261ecac761277e8c2d2171e8bc24c6
2022-01-19 08:24:27 +01:00

25 lines
1.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Minh Nguyen",
"NguoiDungKhongDinhDanh"
]
},
"syntaxhighlight-desc": "Tô màu cú pháp trong thẻ <code>&lt;syntaxhighlight&gt;</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-enclose-category": "Trang dùng thuộc tính enclose cũ",
"syntaxhighlight-enclose-category-desc": "Thẻ syntaxhighlight trong trang sử dụng cú pháp enclose cũ.",
"syntaxhighlight-source-category": "Trang dùng thẻ source cũ",
"syntaxhighlight-source-category-desc": "Thẻ syntaxhighlight trong trang sử dụng thẻ source cũ.",
"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-startingline": "Số dòng đầu",
"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"
}