mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 13:46:48 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1116d64f0762cd58358a059b7b90a84a0e932965
This commit is contained in:
parent
ace8a613a4
commit
7d3aec3dcc
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Func",
|
||||
"Liuxinyu970226",
|
||||
"Looong",
|
||||
"SomeyaMako",
|
||||
|
@ -49,6 +50,7 @@
|
|||
"apihelp-query+abuselog-param-user": "只显示由指定的用户或IP地址完成的记录。",
|
||||
"apihelp-query+abuselog-param-title": "只显示在指定页面上发生过的条项。",
|
||||
"apihelp-query+abuselog-param-filter": "只显示被指定过滤器ID捕获过的记录。使用管道字符分离,以“$1”开始以表示为公共过滤器。",
|
||||
"apihelp-query+abuselog-param-filter-central": "仅显示由提供的过滤器ID捕获的项目。使用管道符分开。",
|
||||
"apihelp-query+abuselog-param-limit": "列出日志记录的最大数量。",
|
||||
"apihelp-query+abuselog-param-prop": "要获得的属性。",
|
||||
"apihelp-query+abuselog-param-wiki": "显示触发来自的Wiki。",
|
||||
|
|
|
@ -113,6 +113,8 @@
|
|||
"abusefilter-log-hide-reason": "Motiu:",
|
||||
"abusefilter-log-hide-reason-other": "Motiu diferent o addicional:",
|
||||
"abusefilter-log-hide-forbidden": "No teniu permisos per ocultar entrades al registre d'abusos.",
|
||||
"abusefilter-log-hide-show": "Mostra",
|
||||
"abusefilter-log-hide-hide": "Amaga",
|
||||
"log-action-filter-abusefilter": "Tipus de canvi de filtre:",
|
||||
"log-action-filter-abusefilter-create": "Creació d’un filtre nou",
|
||||
"log-action-filter-abusefilter-modify": "Modificació de filtre",
|
||||
|
|
9
i18n/mrh.json
Normal file
9
i18n/mrh.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Teitei Para"
|
||||
]
|
||||
},
|
||||
"abusefilter-log-hide-show": "Palâ",
|
||||
"abusefilter-log-hide-hide": "Nyu"
|
||||
}
|
|
@ -137,6 +137,7 @@
|
|||
"abusefilter-log-private-not-included": "En eller flera av de Filter-ID du angav är privata. Då du saknar tillstånd att se detaljer för privata filter, har dessa filter inte sökts.",
|
||||
"abusefilter-log-hide-legend": "Dölj loggpost",
|
||||
"abusefilter-log-hide-id": "Loggpost-ID:",
|
||||
"abusefilter-log-hide-set-visibility": "Ändra synligheten för de markerade posterna:",
|
||||
"abusefilter-log-hide-reason": "Orsak:",
|
||||
"abusefilter-log-hide-reason-other": "Annan/ytterligare anledning:",
|
||||
"abusefilter-log-hide-forbidden": "Du har inte behörighet att dölja\nmissbrukslogg-poster.",
|
||||
|
@ -507,6 +508,7 @@
|
|||
"abusefilter-revert-periodend": "Periodslut:",
|
||||
"abusefilter-revert-search": "Välj handlingar",
|
||||
"abusefilter-revert-filter": "Filter-ID:",
|
||||
"abusefilter-revert-preview-no-results": "Frågan hittade inga åtgärder som kunde ångras.",
|
||||
"abusefilter-revert-preview-intro": "Nedan är de handlingar som är gjorda av missbruksfiltret som kommer att återställas av denna handling. Vänligen kontrollera dem noggrant, och klicka \"{{int:abusefilter-revert-confirm}}\" för att bekräfta ditt val.",
|
||||
"abusefilter-revert-confirm-legend": "Bekräfta återställning",
|
||||
"abusefilter-revert-confirm": "Bekräfta",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"Geonuch",
|
||||
"Harley Hartwell",
|
||||
"Horus",
|
||||
"Just Sayori",
|
||||
"Korrawit",
|
||||
"Matma Rex",
|
||||
"Nullzero",
|
||||
|
@ -116,6 +117,8 @@
|
|||
"abusefilter-log-hide-reason": "สาเหตุ:",
|
||||
"abusefilter-log-hide-reason-other": "สาเหตุอื่นๆ/เพิ่มเติม:",
|
||||
"abusefilter-log-hide-forbidden": "คุณไม่มีสิทธิซ่อนหน่วยรายการบันทึกการละเมิดกฎ",
|
||||
"abusefilter-log-hide-show": "แสดง",
|
||||
"abusefilter-log-hide-hide": "ซ่อน",
|
||||
"abusefilter-log-entry-suppress": "$1 ได้{{GENDER:$2|ซ่อน}} $3",
|
||||
"abusefilter-log-entry-unsuppress": "$1 ได้{{GENDER:$2|เลิกซ่อน}} $3",
|
||||
"logentry-abusefilter-hit": "$1 {{GENDER:$2|เรียกคำสั่ง}}จาก $4 ขณะ{{GENDER:$2|กระทำการ}} \"$5\" บน $3 การกระทำที่ปฏิบัติ: $6 ($7)",
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"EagerLin",
|
||||
"Fantasticfears",
|
||||
"FireJackey",
|
||||
"Func",
|
||||
"Gaoxuewei",
|
||||
"GoForceX",
|
||||
"Gzdavidwong",
|
||||
|
@ -113,6 +114,7 @@
|
|||
"abusefilter-log-search-group-any": "任何",
|
||||
"abusefilter-log-search-filter": "过滤器ID:",
|
||||
"abusefilter-log-search-filter-help": "以竖线分隔,前缀为“$1”表示全域过滤器",
|
||||
"abusefilter-log-search-filter-help-central": "以管道符分隔",
|
||||
"abusefilter-log-search-title": "标题:",
|
||||
"abusefilter-log-search-wiki": "Wiki:",
|
||||
"abusefilter-log-search-impact": "影响:",
|
||||
|
@ -163,9 +165,12 @@
|
|||
"abusefilter-log-private-not-included": "一个或多个您指定的过滤器ID是私有的。因为您不被允许查看私有过滤器的详情,所以这些过滤器未被寻找。",
|
||||
"abusefilter-log-hide-legend": "隐藏日志条目",
|
||||
"abusefilter-log-hide-id": "日志记录ID:",
|
||||
"abusefilter-log-hide-set-visibility": "设置选中项目的可见性:",
|
||||
"abusefilter-log-hide-reason": "原因:",
|
||||
"abusefilter-log-hide-reason-other": "其他/附加原因:",
|
||||
"abusefilter-log-hide-forbidden": "您没有权限去隐藏此滥用记录条目。",
|
||||
"abusefilter-log-hide-show": "显示",
|
||||
"abusefilter-log-hide-hide": "隐藏",
|
||||
"abusefilter-log-entry-suppress": "$1{{GENDER:$2|隐藏}}$3",
|
||||
"abusefilter-log-entry-unsuppress": "$1{{GENDER:$2|取消隐藏}}$3",
|
||||
"logentry-abusefilter-hit": "$1在$3{{GENDER:$2|执行}}操作“$5”时{{GENDER:$2|触发}}了$4。采取的行动:$6($7)",
|
||||
|
@ -532,6 +537,7 @@
|
|||
"abusefilter-revert-periodend": "结束时间:",
|
||||
"abusefilter-revert-search": "选择操作",
|
||||
"abusefilter-revert-filter": "过滤器ID:",
|
||||
"abusefilter-revert-preview-no-results": "该查询未找到任何可以还原的操作。",
|
||||
"abusefilter-revert-preview-intro": "下面列出了本次操作将要撤销的防滥用过滤器操作。请仔细检查下面的各项,并点击“{{int:abusefilter-revert-confirm}}”按钮确认您的选择。",
|
||||
"abusefilter-revert-confirm-legend": "确认回退",
|
||||
"abusefilter-revert-confirm": "确认",
|
||||
|
|
Loading…
Reference in a new issue