mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 16:26:18 +00:00
7fd34f813a
Change-Id: Iad4f7894e7dad85e8734bb6b1bbfb34b4dfb0a9c
15 lines
561 B
JSON
15 lines
561 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Papuass"
|
|
]
|
|
},
|
|
"pfunc_time_error": "Kļūda: nederīgs laiks",
|
|
"pfunc_time_too_long": "Kļūda: pārāk daudz #time izsaukumu",
|
|
"pfunc_expr_unrecognised_word": "Izteiksmes kļūda: Neatpazīts vārds \"$1\".",
|
|
"pfunc_expr_unexpected_operator": "Izteiksmes kļūda: Negaidīts $1 operators.",
|
|
"pfunc_expr_missing_operand": "Izteiksmes kļūda: trūkst $1 operands.",
|
|
"pfunc_expr_unrecognised_punctuation": "Izteiksmes kļūda: Neatpazīta pieturzīme \"$1\".",
|
|
"pfunc_expr_division_by_zero": "Dalīšana ar nulli"
|
|
}
|