mediawiki-extensions-Parser.../i18n/vi.json
Siebrand Mazeland 472cc18534 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I14f32ccb8bcaf3d3c38b3267b1fcb2a2f611c424
2014-03-28 12:15:51 +01:00

29 lines
1.9 KiB
JSON
Raw 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",
"Vinhtantran"
]
},
"pfunc_desc": "Nâng cao bộ xử lý với những hàm cú pháp lôgic",
"pfunc_time_error": "Lỗi: thời gian không hợp lệ",
"pfunc_time_too_long": "Lỗi: quá nhiều lần gọi #time",
"pfunc_time_too_big": "Lỗi: #time chỉ hỗ trợ các năm cho tới 9999.",
"pfunc_time_too_small": "Lỗi: #time chỉ hỗ trợ cho các năm 0 trở lên.",
"pfunc_rel2abs_invalid_depth": "Lỗi: độ sâu không hợp lệ trong đường dẫn “$1” (do cố gắng truy cập nút phía trên nút gốc)",
"pfunc_expr_stack_exhausted": "Lỗi biểu thức: Đã cạn stack",
"pfunc_expr_unexpected_number": "Lỗi biểu thức: Dư số",
"pfunc_expr_preg_match_failure": "Lỗi biểu thức: Hàm preg_match thất bại",
"pfunc_expr_unrecognised_word": "Lỗi biểu thức: Từ “$1” không rõ ràng",
"pfunc_expr_unexpected_operator": "Lỗi biểu thức: Dư toán tử $1",
"pfunc_expr_missing_operand": "Lỗi biểu thức: Thiếu toán hạng trong $1",
"pfunc_expr_unexpected_closing_bracket": "Lỗi biểu thức: Dư dấu đóng ngoặc",
"pfunc_expr_unrecognised_punctuation": "Lỗi biểu thức: Dấu phân cách “$1” không rõ ràng",
"pfunc_expr_unclosed_bracket": "Lỗi biểu thức: Dấu ngoặc chưa được đóng",
"pfunc_expr_division_by_zero": "Chia cho zero",
"pfunc_expr_invalid_argument": "Tham số không hợp lệ cho $1: < 1 hay > 1",
"pfunc_expr_invalid_argument_ln": "Tham số không hợp lệ cho ln: ≤ 0",
"pfunc_expr_unknown_error": "Lỗi biểu thức: Lỗi không rõ nguyên nhân ($1)",
"pfunc_expr_not_a_number": "Trong $1: kết quả không phải là kiểu số",
"pfunc_string_too_long": "Lỗi: Chuỗi vượt quá giới hạn $1 ký tự"
}