diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:30:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:30:02 -0400 |
commit | 1de335ad3f395ca6861085393ba366a9e3fb4a0d (patch) | |
tree | f1fdd326034e05177596851be6a7127615d81498 /extensions/ParserFunctions/i18n/yue.json | |
parent | 9c75fa8ff6d4d38ef552c00fef5969fb154765e8 (diff) | |
parent | f6d65e533c62f6deb21342d4901ece24497b433e (diff) |
Merge commit 'f6d65'
# Conflicts:
# skins/ArchLinux/ArchLinux.php
Diffstat (limited to 'extensions/ParserFunctions/i18n/yue.json')
-rw-r--r-- | extensions/ParserFunctions/i18n/yue.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/ParserFunctions/i18n/yue.json b/extensions/ParserFunctions/i18n/yue.json index 0f0f9898..5738c3e0 100644 --- a/extensions/ParserFunctions/i18n/yue.json +++ b/extensions/ParserFunctions/i18n/yue.json @@ -1,12 +1,15 @@ { "@metadata": { "authors": [ - "Shinjiman" + "Shinjiman", + "Yueman" ] }, "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": "表達錯: 未預料嘅數字", @@ -21,5 +24,6 @@ "pfunc_expr_invalid_argument": "$1嘅無效參數: < -1 or > 1", "pfunc_expr_invalid_argument_ln": "ln嘅無效參數: <= 0", "pfunc_expr_unknown_error": "表達錯: 未知嘅錯 ($1)", - "pfunc_expr_not_a_number": "響 $1: 結果唔係數字" + "pfunc_expr_not_a_number": "響 $1: 結果唔係數字", + "pfunc_string_too_long": "出錯:字串超過 $1 個字元嘅限制。" } |