미디어위키:Gadget-HotCat.js/local defaults: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>탈퇴한 회원2 (새 문서: // <source lang='javascript'> if (typeof (HotCat) != 'undefined') { HotCat.messages.commit = '저장'; HotCat.messages.ok = '완료'; HotCat.messages.cancel...) |
백괴게임>유한림 잔글편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
// <source lang= | //<source lang="javascript"> | ||
// Localizations of a few HotCat user interface texts. | |||
if (typeof (HotCat) != 'undefined') { | |||
HotCat.messages.commit = '저장'; | HotCat.messages.commit = '저장'; | ||
HotCat.messages.ok = '완료'; | HotCat.messages.ok = '완료'; | ||
HotCat.messages.cancel = '취소'; | HotCat.messages.cancel = '취소'; | ||
HotCat.messages.multi_error = '서버로부터 문서 내용을 불러오지 | HotCat.messages.multi_error = '서버로부터 문서 내용을 불러오지 못했기 때문에 편집 결과를 저장하지 못했습니다.' + '불편을 드려 죄송합니다.'; | ||
HotCat.messages.cat_removed = '[[분류:$1]] | HotCat.categories = '분류'; | ||
HotCat.messages.template_removed = '{{[[분류:$1]]}} | |||
HotCat.messages.cat_added = '[[분류:$1]] | HotCat.messages.cat_removed = '[[분류:$1]] 삭제함'; | ||
HotCat.messages.template_removed = '{{[[분류:$1]]}} 삭제함'; | |||
HotCat.messages.cat_added = '[[분류:$1]] 추가함'; | |||
HotCat.messages.cat_keychange = '[[분류:$1]]의 정렬 키를 바꿈: '; | HotCat.messages.cat_keychange = '[[분류:$1]]의 정렬 키를 바꿈: '; | ||
HotCat.messages.cat_notFound = ' | HotCat.messages.cat_notFound = '"$1" 분류가 없습니다.'; | ||
HotCat.messages.cat_exists = ' | HotCat.messages.cat_exists = '"$1" 분류가 이미 있습니다. 분류를 추가하지 못했습니다.'; | ||
HotCat.messages.cat_resolved = ' ([[분류:$1]]로의 넘겨주기를 해제함)'; | HotCat.messages.cat_resolved = ' ([[분류:$1]]로의 넘겨주기를 해제함)'; | ||
HotCat.messages.prefix = '[[commons:Help:Gadget-HotCat|HotCat]]을 | HotCat.messages.uncat_removed = '{{분류 필요}} 제거함'; | ||
HotCat.messages.prefix = '[[commons:Help:Gadget-HotCat|HotCat]]을 사용해서 '; | |||
HotCat.messages.using = ""; | HotCat.messages.using = ""; | ||
HotCat.messages.multi_change = '$ | HotCat.messages.multi_change = '$1 개의 분류'; | ||
HotCat.messages.separator = ', ' | HotCat.messages.separator = ', ' | ||
HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|분류'; | HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|분류'; | ||
HotCat.category_canonical = '분류'; | HotCat.category_canonical = '분류'; | ||
HotCat.categories = '분류'; | HotCat.categories = '분류'; | ||
HotCat.disambig_category = '동음이의어 분류'; | HotCat.disambig_category = '동음이의어 분류'; | ||
HotCat.redir_category = ' | HotCat.redir_category = '위키백과 분류 넘겨주기'; | ||
HotCat.engine_names.searchindex = '검색 색인'; | HotCat.engine_names.searchindex = '검색 색인'; | ||
HotCat.engine_names.pagelist = '문서 목록'; | HotCat.engine_names.pagelist = '문서 목록'; | ||
29번째 줄: | 34번째 줄: | ||
HotCat.engine_names.subcat = '하위 분류'; | HotCat.engine_names.subcat = '하위 분류'; | ||
HotCat.engine_names.parentcat = '상위 분류'; | HotCat.engine_names.parentcat = '상위 분류'; | ||
HotCat.tooltips.change = '수정'; | HotCat.tooltips.change = '수정'; | ||
HotCat.tooltips.remove = '삭제'; | HotCat.tooltips.remove = '삭제'; | ||
HotCat.tooltips.add = '새 분류 추가'; | HotCat.tooltips.add = '새 분류 추가'; | ||
HotCat.tooltips.restore = '편집 되돌리기'; | HotCat.tooltips.restore = '편집 결과 되돌리기'; | ||
HotCat.tooltips.undo = '편집 되돌리기'; | HotCat.tooltips.undo = '편집 결과 되돌리기'; | ||
HotCat.tooltips.down = '하위 분류 표시 및 분류 수정'; | HotCat.tooltips.down = '하위 분류 표시 및 분류 수정'; | ||
HotCat.tooltips.up = '상위 분류 표시 및 분류 수정'; | HotCat.tooltips.up = '상위 분류 표시 및 분류 수정'; | ||
HotCat.multi_tooltip = '여러 분류 수정'; | HotCat.multi_tooltip = '여러 분류 수정'; | ||
HotCat.uncat_regexp = /\{\{\s*(분류 필요|분류 없음)[^}]*\}\}\s*(<\!--.*?--\>)?/g ; | HotCat.uncat_regexp = /\{\{\s*(분류 필요|분류 없음)[^}]*\}\}\s*(<\!--.*?--\>)?/g ; | ||
HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|틀'; | HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|틀'; | ||
HotCat.template_categories = {}; | HotCat.template_categories = {}; | ||
} | } | ||
//</source> |
2018년 1월 22일 (월) 20:26 판
//
// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
HotCat.messages.commit = '저장';
HotCat.messages.ok = '완료';
HotCat.messages.cancel = '취소';
HotCat.messages.multi_error = '서버로부터 문서 내용을 불러오지 못했기 때문에 편집 결과를 저장하지 못했습니다.' + '불편을 드려 죄송합니다.';
HotCat.categories = '분류';
HotCat.messages.cat_removed = '[[분류:$1]] 삭제함';
HotCat.messages.template_removed = '{{[[분류:$1]]}} 삭제함';
HotCat.messages.cat_added = '[[분류:$1]] 추가함';
HotCat.messages.cat_keychange = '[[분류:$1]]의 정렬 키를 바꿈: ';
HotCat.messages.cat_notFound = '"$1" 분류가 없습니다.';
HotCat.messages.cat_exists = '"$1" 분류가 이미 있습니다. 분류를 추가하지 못했습니다.';
HotCat.messages.cat_resolved = ' ([[분류:$1]]로의 넘겨주기를 해제함)';
HotCat.messages.uncat_removed = '{{분류 필요}} 제거함';
HotCat.messages.prefix = '[[commons:Help:Gadget-HotCat|HotCat]]을 사용해서 ';
HotCat.messages.using = "";
HotCat.messages.multi_change = '$1 개의 분류';
HotCat.messages.separator = ', '
HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|분류';
HotCat.category_canonical = '분류';
HotCat.categories = '분류';
HotCat.disambig_category = '동음이의어 분류';
HotCat.redir_category = '위키백과 분류 넘겨주기';
HotCat.engine_names.searchindex = '검색 색인';
HotCat.engine_names.pagelist = '문서 목록';
HotCat.engine_names.combined = '결합 검색';
HotCat.engine_names.subcat = '하위 분류';
HotCat.engine_names.parentcat = '상위 분류';
HotCat.tooltips.change = '수정';
HotCat.tooltips.remove = '삭제';
HotCat.tooltips.add = '새 분류 추가';
HotCat.tooltips.restore = '편집 결과 되돌리기';
HotCat.tooltips.undo = '편집 결과 되돌리기';
HotCat.tooltips.down = '하위 분류 표시 및 분류 수정';
HotCat.tooltips.up = '상위 분류 표시 및 분류 수정';
HotCat.multi_tooltip = '여러 분류 수정';
HotCat.uncat_regexp = /\{\{\s*(분류 필요|분류 없음)[^}]*\}\}\s*(<\!--.*?--\>)?/g ;
HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|틀';
HotCat.template_categories = {};
}
//