mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-23 15:57:10 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I3217745df830c8ca4fa2e99127a71368b37980b7
This commit is contained in:
parent
039df002dc
commit
8a845602ec
|
@ -7,7 +7,12 @@
|
|||
"Nemoralis"
|
||||
]
|
||||
},
|
||||
"pfunc_desc": "Məntiqi funksiyalarla təhlilçini təkmilləşdir",
|
||||
"pfunc_time_error": "Xəta: Yanlış zaman.",
|
||||
"pfunc_time_too_long": "Xəta: Həddindən artıq #time çağırışı.",
|
||||
"pfunc_time_too_big": "Xəta: #time yalnız 9999-a qədər olan illəri dəstəkləyir.",
|
||||
"pfunc_time_too_small": "Xəta: #time yalnız 0-dan etibarən olan illəri dəstəkləyir.",
|
||||
"pfunc_timef_bad_format": "Xəta: #timef üçün yanlış format",
|
||||
"pfunc_expr_stack_exhausted": "İfadə xətası: Stek doludur.",
|
||||
"pfunc_expr_unexpected_number": "İfadə xətası: gözlənilməz ədəd",
|
||||
"pfunc_expr_preg_match_failure": "İfadə xətası: Gözlənilməz preg_match nasazlığı",
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"pfunc_time_too_long": "Error: troppo de appellos a #time",
|
||||
"pfunc_time_too_big": "Error: #time supporta solmente annos usque a 9999",
|
||||
"pfunc_time_too_small": "Error: #time supporta solmente annos desde 0.",
|
||||
"pfunc_timef_bad_format": "Error: formato non valide pro #timef",
|
||||
"pfunc_rel2abs_invalid_depth": "Error: Profunditate invalide in percurso: “$1” (tentativa de accesso a un nodo superior al nodo radice)",
|
||||
"pfunc_expr_stack_exhausted": "Error in expression: Pila exhaurite",
|
||||
"pfunc_expr_unexpected_number": "Error in expression: Numero non expectate",
|
||||
|
|
Loading…
Reference in a new issue