mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
fd4f08e147
Change-Id: Id12df865ec398e9cf51621211eeda04b34eb27ef
14 lines
592 B
JSON
14 lines
592 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": "0 でぃ除算さびたん。"
|
|
}
|