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: I7adbcfdec086f5540b438aaee21812e3ace66297
This commit is contained in:
parent
f42e8102e9
commit
dcf992aa89
|
@ -84,6 +84,7 @@
|
|||
"right-abusefilter-hide-log": "隱藏在濫用日誌的項目",
|
||||
"right-abusefilter-hidden-log": "檢視已隱藏的濫用日誌項目",
|
||||
"right-abusefilter-modify-global": "建立或修改全域濫用過濾器",
|
||||
"right-abusefilter-protected-vars-log": "檢視與存取受保護變數值相關的日誌",
|
||||
"action-abusefilter-modify": "修改防濫用過濾器",
|
||||
"action-abusefilter-view": "檢視防濫用過濾器",
|
||||
"action-abusefilter-log": "檢視濫用日誌",
|
||||
|
@ -95,9 +96,11 @@
|
|||
"action-abusefilter-view-private": "檢視標記為非公開的防濫用過濾器",
|
||||
"action-abusefilter-log-private": "檢視標記為非公開的濫用過濾器日誌項目",
|
||||
"action-abusefilter-log-protected": "檢視標記為受保護的濫用過濾器日誌項目",
|
||||
"action-abusefilter-log-protected-access": "要檢視含有公開受保護變數的日誌,不需先在您的偏好設定裡啟用該選項",
|
||||
"action-abusefilter-hide-log": "隱藏在濫用日誌的項目",
|
||||
"action-abusefilter-hidden-log": "檢視已隱藏的濫用日誌項目",
|
||||
"action-abusefilter-modify-global": "建立或修改全域濫用過濾器",
|
||||
"action-abusefilter-protected-vars-log": "檢視揭露受保護變數的日誌",
|
||||
"abusefilter-log-summary": "此日誌顯示曾觸發過濾器的所有操作清單。",
|
||||
"abusefilter-log-search": "搜尋濫用日誌",
|
||||
"abusefilter-log-search-user": "使用者:",
|
||||
|
@ -605,6 +608,7 @@
|
|||
"abusefilter-examine-notfound": "無法找到您請求的變更。",
|
||||
"abusefilter-examine-incompatible": "防濫用篩選器不支援您請求的變更。",
|
||||
"abusefilter-examine-noresults": "您提供的搜尋參數找不到結果。",
|
||||
"abusefilter-examine-protected-vars-permission": "要檢視包含受保護變數的日誌,請先接受[[Special:Preferences|您的偏好設定]]裡的協議內容。",
|
||||
"abusefilter-topnav": "'''防濫用過濾器導覽'''",
|
||||
"abusefilter-topnav-home": "首頁",
|
||||
"abusefilter-topnav-recentchanges": "最近過濾器變更",
|
||||
|
@ -680,6 +684,11 @@
|
|||
"right-abusefilter-access-protected-vars": "檢視和建立受保護的過濾器",
|
||||
"action-abusefilter-access-protected-vars": "檢視和建立受保護的過濾器",
|
||||
"prefs-abusefilter": "防濫用過濾器",
|
||||
"abusefilter-preference-protected-vars-view-agreement": "在防濫用過濾器啟用揭露臨時帳號的 IP 位址",
|
||||
"abusefilter-protected-vars-log-name": "防濫用過濾器受保護變數日誌",
|
||||
"log-action-filter-abusefilter-protected-vars": "操作類型:"
|
||||
"abusefilter-protected-vars-log-header": "此日誌是關於:\n# 在日誌詳細資料中檢視受保護的變數\n# 更改檢視受保護變數的使用者存取級別",
|
||||
"logentry-abusefilter-protected-vars-change-access-enable": "$1已啟用{{GENDER:$2|他|她|他/她們}}擁有檢視受保護變數的權限",
|
||||
"logentry-abusefilter-protected-vars-change-access-disable": "$1已停用{{GENDER:$2|他|她|他/她們}}擁有檢視受保護變數的權限",
|
||||
"log-action-filter-abusefilter-protected-vars": "操作類型:",
|
||||
"log-action-filter-abusefilter-protected-vars-change-access": "更改存取"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue