mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
b52bce3813
Change-Id: Iae65c2938d4033e7edaa688d24ed79a4226de2dd
14 lines
486 B
JSON
14 lines
486 B
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"Cem Rize"
|
||
]
|
||
},
|
||
"pfunc_time_error": "Hata: Geçersiz saat.",
|
||
"pfunc_expr_unrecognised_word": "İfade hatası: Tanınmayan \"$1\" kelimesi",
|
||
"pfunc_expr_unexpected_operator": "İfade hatası: Beklenmedik $1 operatörü",
|
||
"pfunc_expr_missing_operand": "İfade hatası: $1 için eksik terim",
|
||
"pfunc_expr_unrecognised_punctuation": "İfade hatası: Tanınmayan noktalama karakteri \"$1\"",
|
||
"pfunc_expr_division_by_zero": "Sıfır ile bölme"
|
||
}
|