trisquel-icecat/icecat/l10n/vi/dom/dom/xslt.ftl
2025-10-06 02:35:48 -06:00

51 lines
3.1 KiB
Text

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
## XSLT and XPath specific errors.
xslt-parse-failure = Thất bại khi phân tích một stylesheet XSLT.
xpath-parse-failure = Thất bại khi phân tích một biểu thức XPath.
xslt-execution-failure = Thất bại khi chuyển đổi XSLT.
xpath-unknown-function = Sai hàm XSLT/XPath.
xslt-bad-recursion = Bảng kiểu XSLT (có thể) chứa đệ qui.
xslt-bad-value = Giá trị thuộc tính không hợp lệ trong XSLT 1.0.
xslt-nodeset-expected = Cần một biểu thức XPath để trả lại một NodeSet.
xslt-aborted = Chuyển đổi XSLT bị hủy bỏ bởi <xsl:message>.
xslt-network-error = Một lỗi mạng đã xảy ra khi tải một bảng kiểu XSLT:
xslt-wrong-mime-type = Một stylesheet XSLT không chứa kiểu mime XML:
xslt-load-recursion = Một stylesheet XSLT nhập trực tiếp hoặc gián tiếp hoặc chứa chính nó:
xpath-bad-argument-count = Nột hàm XPath được gọi với số đối số sai.
xpath-bad-extension-function = Một hàm mở rộng XPath được gọi.
xpath-paren-expected = Phân tích XPath thất bại: cần ')':
xpath-invalid-axis = Phân tích XPath thất bại: sai trục:
xpath-no-node-type-test = Phân tích XPath thất bại: cần kiểm tra Tên hoặc Nodetype:
xpath-bracket-expected = Phân tích XPath thất bại: cần ']':
xpath-invalid-var-name = Phân tích XPath thất bại: sai tên biến:
xpath-unexpected-end = Phân tích XPath thất bại: bất ngờ kết thúc biểu thức:
xpath-operator-expected = Phân tích XPath thất bại: cần toán tử:
xpath-unclosed-literal = Phân tích XPath thất bại: chưa đóng kí tự sai:
xpath-bad-colon = Phân tích XPath thất bại: thừa ':':
xpath-bad-bang = Phân tích XPath thất bại: thừa '!', phủ định là not():
xpath-illegal-char = Phân tích XPath thất bại: tìm thấy kí tự không hợp lệ:
xpath-binary-expected = Phân tích XPath thất bại: cần toán tử nhị phân:
xslt-load-blocked-error = Một stylesheet XSLT đã bị chặn vì lí do bảo mật.
xpath-invalid-expression-evaluated = Định lượng biểu thức bất hợp lệ.
xpath-unbalanced-curly-brace = Dấu ngoặc ôm không cân bằng.
xslt-bad-node-name = Đang tạo một phần tử với QName bất hợp lệ.
xslt-var-already-set = Gắn kết biến che đậy gắn kết biến trong cùng khuôn mẫu.
xslt-call-to-key-not-allowed = Không có quyền gọi hàm chính.
# Other failures, not found in the previous ones.
# Variables:
# $errorCode (String) - The error code (formatted in hexadecimal)
xslt-unknown-error = Không xác định được lỗi gì đã xảy ra ({ $errorCode })
## Messages for the XML error page.
##
## Variables:
## $error (string) - the specific XSLT or XPath error (a translated string
## from the previous section)
xslt-loading-error = Gặp lỗi khi tải stylesheet: { $error }
xslt-transform-error = Gặp lỗi khi chuyển đổi XSLT: { $error }