mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-24 00:06:21 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I11b2bb45ea463763f57248c1bfce20d5075ce0e9
This commit is contained in:
parent
f933d1d603
commit
be7f8ade77
|
@ -7,6 +7,7 @@
|
|||
"Grondin",
|
||||
"Hashar",
|
||||
"IAlex",
|
||||
"MacOS Weed",
|
||||
"Od1n",
|
||||
"Sherbrooke",
|
||||
"Thibaut120094",
|
||||
|
@ -32,7 +33,7 @@
|
|||
"pfunc_expr_unclosed_bracket": "Erreur d’expression : parenthèse non fermée.",
|
||||
"pfunc_expr_division_by_zero": "Division par zéro.",
|
||||
"pfunc_expr_invalid_argument": "Paramètre incorrect pour <b>$1</b> : valeur absolue supérieure à 1.",
|
||||
"pfunc_expr_invalid_argument_ln": "Paramètre incorrect pour <b>ln</b> : négatif ou nul.",
|
||||
"pfunc_expr_invalid_argument_ln": "Paramètre incorrect pour ln : négatif ou nul.",
|
||||
"pfunc_expr_unknown_error": "Erreur d’expression : erreur inconnue ($1).",
|
||||
"pfunc_expr_not_a_number": "Dans <b>$1</b> : le résultat n’est pas un nombre.",
|
||||
"pfunc_string_too_long": "Erreur : la chaîne dépasse la limite maximale de $1 caractère{{PLURAL:$1||s}}."
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"pfunc_expr_unrecognised_punctuation": "Error in expression: Character de punctuation \"$1\" non recognoscite",
|
||||
"pfunc_expr_unclosed_bracket": "Error in expression: Accollada non claudite",
|
||||
"pfunc_expr_division_by_zero": "Division per zero",
|
||||
"pfunc_expr_invalid_argument": "Argumento invalide pro $1: < -1 o > 1",
|
||||
"pfunc_expr_invalid_argument": "Argumento invalide pro $1: minus de -1 o plus grande de 1.",
|
||||
"pfunc_expr_invalid_argument_ln": "Argumento invalide pro ln: ≤ 0",
|
||||
"pfunc_expr_unknown_error": "Error de expression: Error incognite ($1)",
|
||||
"pfunc_expr_not_a_number": "In $1: le resultato non es un numero",
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
"pfunc_expr_unrecognised_punctuation": "Errore nell'espressione: carattere di punteggiatura \"$1\" non riconosciuto.",
|
||||
"pfunc_expr_unclosed_bracket": "Errore nell'espressione: parentesi non chiusa.",
|
||||
"pfunc_expr_division_by_zero": "Divisione per zero.",
|
||||
"pfunc_expr_invalid_argument": "Argomento non valido per $1: < -1 o > 1.",
|
||||
"pfunc_expr_invalid_argument_ln": "Argomento non valido per ln: <= 0.",
|
||||
"pfunc_expr_invalid_argument": "Argomento non valido per $1: minore di -1 o maggiore di 1.",
|
||||
"pfunc_expr_invalid_argument_ln": "Argomento non valido per ln: minore o uguale a 0.",
|
||||
"pfunc_expr_unknown_error": "Errore nell'espressione: errore sconosciuto ($1).",
|
||||
"pfunc_expr_not_a_number": "In $1: il risultato non è un numero.",
|
||||
"pfunc_string_too_long": "Errore: la stringa supera il limite di $1 {{PLURAL:$1|carattere|caratteri}}."
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"authors": [
|
||||
"Les Meloures",
|
||||
"Robby",
|
||||
"Soued031"
|
||||
"Soued031",
|
||||
"Volvox"
|
||||
]
|
||||
},
|
||||
"pfunc_desc": "Erweidert Parser mat logesche Funktiounen",
|
||||
|
@ -20,8 +21,8 @@
|
|||
"pfunc_expr_unrecognised_punctuation": "Expressiouns-Feeler: D'Sazzeechen \"$1\" gouf net erkannt",
|
||||
"pfunc_expr_unclosed_bracket": "Expressiouns-Feeler: Eckeg Klammer net zougemaach",
|
||||
"pfunc_expr_division_by_zero": "Divisioun duerch Null",
|
||||
"pfunc_expr_invalid_argument": "Ongültege Wäert fir $1: < -1 oder > 1",
|
||||
"pfunc_expr_invalid_argument_ln": "Ongültege Wäert fir ln: <= 0",
|
||||
"pfunc_expr_invalid_argument": "Ongültege Wäert fir $1: méi kleng wéi -1 oder méi grouss wéi 1.",
|
||||
"pfunc_expr_invalid_argument_ln": "Ongültege Wäert fir ln: méi kleng oder gläich 0.",
|
||||
"pfunc_expr_unknown_error": "Expression-Feeler: Onbekannte Feeler ($1)",
|
||||
"pfunc_expr_not_a_number": "An $1: D'Resultat ass keng Zuel",
|
||||
"pfunc_string_too_long": "Feeler: D'Zeecheketten ass méi laang wéi d'Limit vu(n) $1 Zeechen"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"FakeGreenHand",
|
||||
"GuoPC",
|
||||
"Hydra",
|
||||
"Hzy980512",
|
||||
"Liangent",
|
||||
|
@ -29,8 +30,8 @@
|
|||
"pfunc_expr_unrecognised_punctuation": "表达式错误:无法识别标点符号“$1”。",
|
||||
"pfunc_expr_unclosed_bracket": "表达式错误:未封闭的括号。",
|
||||
"pfunc_expr_division_by_zero": "除以零。",
|
||||
"pfunc_expr_invalid_argument": "$1的参数无效:< -1或> 1。",
|
||||
"pfunc_expr_invalid_argument_ln": "ln的参数无效:<= 0。",
|
||||
"pfunc_expr_invalid_argument": "$1的参数无效:小于-1或大于1。",
|
||||
"pfunc_expr_invalid_argument_ln": "ln的参数无效:小于或等于0。",
|
||||
"pfunc_expr_unknown_error": "表达式错误:未知错误($1)。",
|
||||
"pfunc_expr_not_a_number": "$1内:结果不是数字。",
|
||||
"pfunc_string_too_long": "错误:字符串超过$1个字符的限制。"
|
||||
|
|
Loading…
Reference in a new issue