diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /l10n-zh-TW/dom/chrome/xslt/xslt.properties | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-TW/dom/chrome/xslt/xslt.properties')
-rw-r--r-- | l10n-zh-TW/dom/chrome/xslt/xslt.properties | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/l10n-zh-TW/dom/chrome/xslt/xslt.properties b/l10n-zh-TW/dom/chrome/xslt/xslt.properties new file mode 100644 index 0000000000..a9b99bc2f6 --- /dev/null +++ b/l10n-zh-TW/dom/chrome/xslt/xslt.properties @@ -0,0 +1,39 @@ +# 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/. + +1 = 無法分析 XSLT 樣式表。 +2 = 分析 XPath 運算式失敗。 +3 = +4 = XSLT 轉換失敗。 +5 = 錯誤的 XSLT/XPath 函式。 +6 = XSLT 樣式表可能產生遞迴了。 +7 = 不合 XSLT 1.0 的屬性。 +8 = XPath 運算式應該要傳回 NodeSet。 +9 = XSLT 轉換因 <xsl:message> 而結束。 +10 = 載入 XSLT 樣式表時發生網路錯誤: +11 = XSLT 樣式表沒有 XML mimetype: +12 = XSLT 樣式表直接或間接的試圖遞迴載入它自己: +13 = 呼叫 XPath 函式時傳入的參數數目不對。 +14 = 呼叫了未知的 XPath 擴充功能, +15 = XPath 分析失敗: 應該要有「)」: +16 = XPath 分析失敗: 無效的 axis: +17 = XPath 分析失敗: 應該要有名稱或 Nodetype 測試: +18 = XPath 分析失敗: 應該要有「]」: +19 = XPath 分析失敗: 錯誤的變數名: +20 = XPath 分析失敗: 不應該有的表達式結束: +21 = XPath 分析失敗: 應該要有 operator: +22 = XPath 分析失敗: 未關閉的敘述 (literal): +23 = 分析 XPath 錯誤: 缺少「:」: +24 = XPath 分析失敗: 不應該有 '!' ,且 negation 為 not(): +25 = XPath 分析失敗: 找到非法的字元: +26 = XPath 分析失敗: 應該要有 Binary operator: +27 = 由於安全性的考量,已停止載入一項 XSLT 樣式表。 +28 = 正對無效的表達式求值。 +29 = 大括弧不對稱。 +30 = 建立中的元素有無效的 QName。 +31 = 可變繫結 (Variable binding) 於相同模板中緊隨另一個可變繫結。 +32 = 不允許呼叫 key 函數。 + +LoadingError = 載入樣式表錯誤: %S +TransformError = XSLT 轉換發生錯誤:%S |