summaryrefslogtreecommitdiff
path: root/extensions/ParserFunctions/i18n/zh-hant.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ParserFunctions/i18n/zh-hant.json')
-rw-r--r--extensions/ParserFunctions/i18n/zh-hant.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/extensions/ParserFunctions/i18n/zh-hant.json b/extensions/ParserFunctions/i18n/zh-hant.json
new file mode 100644
index 00000000..658c1093
--- /dev/null
+++ b/extensions/ParserFunctions/i18n/zh-hant.json
@@ -0,0 +1,35 @@
+{
+ "@metadata": {
+ "authors": [
+ "Gaoxuewei",
+ "Justincheng12345",
+ "Liangent",
+ "Mark85296341",
+ "Shinjiman",
+ "Simon Shek",
+ "Waihorace",
+ "Cwlin0416"
+ ]
+ },
+ "pfunc_desc": "加強分析器,提供邏輯函數功能",
+ "pfunc_time_error": "錯誤:無效時間。",
+ "pfunc_time_too_long": "錯誤:過多 #time 呼叫。",
+ "pfunc_time_too_big": "錯誤:#time 支援上限為 9999 年。",
+ "pfunc_time_too_small": "錯誤:#time 支援下限為 0 年。",
+ "pfunc_rel2abs_invalid_depth": "錯誤:無效路徑深度:\"$1\" (嘗試存取根節點以上的節點)",
+ "pfunc_expr_stack_exhausted": "表達式錯誤:堆疊用盡。",
+ "pfunc_expr_unexpected_number": "表達式錯誤:預期之外的數字。",
+ "pfunc_expr_preg_match_failure": "表達式錯誤:預期之外的 preg_match 失敗。",
+ "pfunc_expr_unrecognised_word": "表達式錯誤:無法識別的字 \"$1\"。",
+ "pfunc_expr_unexpected_operator": "表達式錯誤:預期之外的 $1 運算子。",
+ "pfunc_expr_missing_operand": "表達式錯誤:缺少 $1 的運算元。",
+ "pfunc_expr_unexpected_closing_bracket": "表達式錯誤:預期之外的反括號。",
+ "pfunc_expr_unrecognised_punctuation": "表達式錯誤:無法識別的標點符號 \"$1\"。",
+ "pfunc_expr_unclosed_bracket": "表達式錯誤:未結束的括號。",
+ "pfunc_expr_division_by_zero": "除數為零。",
+ "pfunc_expr_invalid_argument": "$1 的參數無效:< -1 或 > 1。",
+ "pfunc_expr_invalid_argument_ln": "ln 的參數無效:<= 0。",
+ "pfunc_expr_unknown_error": "表達式錯誤:未知錯誤 ($1)。",
+ "pfunc_expr_not_a_number": "於 $1 中:結果不為數字。",
+ "pfunc_string_too_long": "錯誤:字串超過 $1 字元限制。"
+}