mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I958d7b361b4f1b26ed02714bdcf87cb602fd9239
This commit is contained in:
parent
b7c7ae168d
commit
e1a2aa37a4
|
@ -466,6 +466,7 @@
|
|||
"abusefilter-exception-regexfailure": "خطأ في التعبير المنتظم \"$2\" عند الحرف $1.",
|
||||
"abusefilter-exception-overridebuiltin": "تجاوز غير قانوني لمتغير موجود مسبقا \"$2\" عند الحرف $1.",
|
||||
"abusefilter-exception-outofbounds": "طلب عنصر مصفوفة غير موجود $2 (حجم المصفوفة = $3) عند الحرف $1.",
|
||||
"abusefilter-exception-negativeindex": "المؤشرات السالبة غير مسموح بها في المصفوفات، حصلت على المؤشر \"$2\" في الحرف $1.",
|
||||
"abusefilter-exception-notarray": "طلب مدخلة مصفوفة لغير مصفوفة عند الحرف $1.",
|
||||
"abusefilter-exception-unclosedcomment": "تعليق غير مغلق في الحرف $1.",
|
||||
"abusefilter-exception-invalidiprange": "نطاق عنوان أيبي غير صالح \"$2\" متوفر بالحرف $1.",
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
"Pyscowicz"
|
||||
]
|
||||
},
|
||||
"abusefilter-log-detailslink": "tarkat tiot",
|
||||
"abusefilter-throttle-user": "käyttäjäkonttu",
|
||||
"abusefilter-history-foruser": "Käyttäjän $1 mookkaukset",
|
||||
"abusefilter-diff-info": "Perustiot",
|
||||
"abusefilter-group-default": "Ylheinen"
|
||||
}
|
||||
|
|
|
@ -477,6 +477,7 @@
|
|||
"abusefilter-exception-regexfailure": "於第 $1 個字元處的正規表示法「$2」錯誤。",
|
||||
"abusefilter-exception-overridebuiltin": "於第 $1 個字元處非法覆蓋內建的變數 \"$2\"。",
|
||||
"abusefilter-exception-outofbounds": "於第 $1 個字元處使用了不存在的陣列項目 $2(陣列大小 = $3)。",
|
||||
"abusefilter-exception-negativeindex": "陣列裡不允許負值索引,在位置$1的字元出現為「$2」的索引。",
|
||||
"abusefilter-exception-notarray": "於第 $1 個字元處於非陣列中使用了陣列項目。",
|
||||
"abusefilter-exception-unclosedcomment": "在第 $1 字元有未關閉評論。",
|
||||
"abusefilter-exception-invalidiprange": "在字元 $1 提供了無效 IP 範圍 \"$2\"。",
|
||||
|
|
Loading…
Reference in a new issue