| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "add": { | |
| 3 "message": "추가" | |
| 4 }, | |
| 5 "add_filters_msg": { | |
| 6 "message": "새 필터를 추가하시겠습니까?" | |
| 7 }, | |
| 8 "block_element": { | |
| 9 "message": "이 요소 숨기기" | |
| 10 }, | |
| 11 "cancel": { | |
| 12 "message": "취소" | |
| 13 }, | |
| 14 "clickhide_instructions": { | |
| 15 "message": "이 팝업을 닫은 후 웹 페이지에서 HTML 요소를 클릭하십시오." | |
| 16 }, | |
| 17 "continue": { | |
| 18 "message": "다음" | |
| 19 }, | |
| 20 "description": { | |
| 21 "message": "500만 대 이상의 기기가 사용하고 있는 Adblock Plus는 세계에서 가장 인기있는 광고 차단기입니다." | |
| 22 }, | |
| 23 "disabled_for_site": { | |
| 24 "message": "이 사이트에서 <strong>광고 차단을 사용 중지</strong> 합니다." | |
| 25 }, | |
| 26 "easy_create_filter": { | |
| 27 "message": "항목 차단" | |
| 28 }, | |
| 29 "enabled_for_site": { | |
| 30 "message": "이 사이트에서 <strong>광고 차단을 사용</strong>합니다" | |
| 31 }, | |
| 32 "filter_elemhideemulation_nodomain": { | |
| 33 "message": "확장된 요소 숨김 필터에 지정된 활성 도메인이 없음" | |
| 34 }, | |
| 35 "filter_invalid_csp": { | |
| 36 "message": "잘못된 보안 정책 컨텐츠" | |
| 37 }, | |
| 38 "filter_invalid_domain": { | |
| 39 "message": "잘못된 (혹은 비어 있는) 도메인이 지정되었습니다" | |
| 40 }, | |
| 41 "filter_invalid_regexp": { | |
| 42 "message": "잘못된 정규 표현식" | |
| 43 }, | |
| 44 "filter_unknown_option": { | |
| 45 "message": "알 수 없는 필터 옵션" | |
| 46 }, | |
| 47 "filters_subscription_lastDownload_connectionError": { | |
| 48 "message": "실패함 : 다운로드 실패" | |
| 49 }, | |
| 50 "invalid_css_selector": { | |
| 51 "message": "$selector$은/는 유효한 CSS 선택이 아닙니다", | |
| 52 "placeholders": { | |
| 53 "selector": { | |
| 54 "content": "$1" | |
| 55 } | |
| 56 } | |
| 57 }, | |
| 58 "line": { | |
| 59 "message": "$number$번째 줄", | |
| 60 "placeholders": { | |
| 61 "number": { | |
| 62 "content": "$1" | |
| 63 } | |
| 64 } | |
| 65 }, | |
| 66 "loading": { | |
| 67 "message": "로드 중입니다..." | |
| 68 }, | |
| 69 "name": { | |
| 70 "message": "Adblock Plus" | |
| 71 }, | |
| 72 "name_devbuild": { | |
| 73 "message": "Adblock Plus 개발 빌드" | |
| 74 }, | |
| 75 "notification_configure": { | |
| 76 "message": "알림 설정 구성" | |
| 77 }, | |
| 78 "notification_open_all": { | |
| 79 "message": "이 알림에 있는 모든 링크를 엽니다" | |
| 80 }, | |
| 81 "notification_with_buttons": { | |
| 82 "message": "이 알림에 포함된 모든 링크를 열려면 '확인'을 클릭하세요." | |
| 83 }, | |
| 84 "notification_without_buttons": { | |
| 85 "message": "알림에 포함된 모든 링크를 열려면 클릭하세요." | |
| 86 }, | |
| 87 "options_short": { | |
| 88 "message": "설정" | |
| 89 }, | |
| 90 "overlay_notification_button_no": { | |
| 91 "message": "아니요" | |
| 92 }, | |
| 93 "overlay_notification_button_yes": { | |
| 94 "message": "예" | |
| 95 }, | |
| 96 "overlay_notification_closing_button_hide": { | |
| 97 "message": "이 알림 닫기" | |
| 98 }, | |
| 99 "overlay_notification_closing_button_optout": { | |
| 100 "message": "알림 표시를 중지합니다" | |
| 101 }, | |
| 102 "sendReport": { | |
| 103 "message": "현재 페이지의 문제 보고" | |
| 104 }, | |
| 105 "stats_label_page": { | |
| 106 "message": "이 페이지에서 <strong>$number$</strong> 개", | |
| 107 "placeholders": { | |
| 108 "number": { | |
| 109 "content": "$1" | |
| 110 } | |
| 111 } | |
| 112 }, | |
| 113 "stats_label_total": { | |
| 114 "message": "총 <strong>$number$</strong> 개", | |
| 115 "placeholders": { | |
| 116 "number": { | |
| 117 "content": "$1" | |
| 118 } | |
| 119 } | |
| 120 }, | |
| 121 "stats_show_iconnumber": { | |
| 122 "message": "아이콘에 차단된 광고 개수 표시" | |
| 123 }, | |
| 124 "stats_title": { | |
| 125 "message": "차단된 광고" | |
| 126 }, | |
| 127 "unexpected_filter_list_header": { | |
| 128 "message": "여기에서 필터 목록 헤더가 허용되지 않습니다" | |
| 129 } | |
| 130 } | |
| OLD | NEW |