mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
14 lines
491 B
JSON
14 lines
491 B
JSON
|
{
|
||
|
"@metadata": {
|
||
|
"authors": [
|
||
|
"ChoiChong"
|
||
|
]
|
||
|
},
|
||
|
"pfunc_time_error": "错误:冇效时间。",
|
||
|
"pfunc_expr_unrecognised_word": "表达式错误:唔能识别亇词语“$1”。",
|
||
|
"pfunc_expr_unexpected_operator": "表达式错误:未预料亇$1操作符。",
|
||
|
"pfunc_expr_missing_operand": "表达式错误:缺少$1亇操作数。",
|
||
|
"pfunc_expr_unrecognised_punctuation": "表达式错误:唔能识别亇符号“$1”。",
|
||
|
"pfunc_expr_division_by_zero": "零除。"
|
||
|
}
|