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: I36cb9c9bb8a5665a21d4b33b526360c60397048a
This commit is contained in:
parent
aaa858f822
commit
08910fcf38
|
@ -67,6 +67,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": "편집 필터 기록을 볼",
|
||||
|
@ -77,9 +78,12 @@
|
|||
"action-abusefilter-revert": "주어진 필터에 의한 모든 바뀜을 되돌릴",
|
||||
"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": "사용자:",
|
||||
|
@ -376,8 +380,8 @@
|
|||
"abusefilter-edit-builder-funcs-rmspecials": "특수 문자를 제거 ($1)",
|
||||
"abusefilter-edit-builder-funcs-ip_in_range": "IP가 대역 안에 있는지 여부 ($1)",
|
||||
"abusefilter-edit-builder-funcs-ip_in_ranges": "IP가 대역에 포함되는지 여부 ($1)",
|
||||
"abusefilter-edit-builder-funcs-contains-any": "문자열에서 여러 하위 문자열을 OR 방식으로 검색합니다. ($1)",
|
||||
"abusefilter-edit-builder-funcs-contains-all": "문자열에서 여러 하위 문자열을 AND 방식으로 검색합니다. ($1)",
|
||||
"abusefilter-edit-builder-funcs-contains-any": "문자열에서 여러 하위 문자열을 OR 방식으로 검색합니다 ($1)",
|
||||
"abusefilter-edit-builder-funcs-contains-all": "문자열에서 여러 하위 문자열을 AND 방식으로 검색합니다 ($1)",
|
||||
"abusefilter-edit-builder-funcs-equals-to-any": "주어진 문자열이 다음의 인수 중 어느 것과 동일(===)한지 확인합니다 ($1)",
|
||||
"abusefilter-edit-builder-funcs-substr": "하위 문자열 ($1)",
|
||||
"abusefilter-edit-builder-funcs-strpos": "문자열 내의 하위 문자열의 위치 ($1)",
|
||||
|
@ -472,6 +476,7 @@
|
|||
"abusefilter-history": "편집 필터 #$1의 편집 역사",
|
||||
"abusefilter-history-foruser": "$1의 편집",
|
||||
"abusefilter-history-hidden": "숨겨짐",
|
||||
"abusefilter-history-protected": "보호됨",
|
||||
"abusefilter-history-enabled": "활성화됨",
|
||||
"abusefilter-history-global": "전역",
|
||||
"abusefilter-history-timestamp": "시간",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"abusefilter-hidden": "ਨਿੱਜੀ",
|
||||
"abusefilter-unhidden": "ਜਨਤਕ",
|
||||
"abusefilter-deleted": "ਮਿਟਾਇਆ ਹੋਇਆ",
|
||||
"abusefilter-status-global": "ਗਲੋਬਲ",
|
||||
"abusefilter-status-global": "ਵਿਸ਼ਵ-ਵਿਆਪੀ",
|
||||
"abusefilter-list-options-scope-local": "ਸਿਰਫ਼ ਸਥਾਨਕ ਨਿਯਮ",
|
||||
"abusefilter-list-options-submit": "ਨਵਿਆਓ",
|
||||
"abusefilter-tools-reautoconfirm-user": "ਵਰਤੋਂਕਾਰ:",
|
||||
|
|
Loading…
Reference in a new issue