| OLD | NEW |
| 1 { | 1 { |
| 2 "add": { | 2 "add": { |
| 3 "message": "추가" | 3 "message": "추가" |
| 4 }, | 4 }, |
| 5 "add_domain_button": { | 5 "add_domain_button": { |
| 6 "message": "도메인 추가" | 6 "message": "도메인 추가" |
| 7 }, | 7 }, |
| 8 "add_filter_button": { | 8 "add_filter_button": { |
| 9 "message": "필터 추가" | 9 "message": "필터 추가" |
| 10 }, | 10 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 }, | 22 }, |
| 23 "cancel": { | 23 "cancel": { |
| 24 "message": "취소" | 24 "message": "취소" |
| 25 }, | 25 }, |
| 26 "clickhide_instructions": { | 26 "clickhide_instructions": { |
| 27 "message": "이 팝업을 닫은 후 웹 페이지에서 HTML 요소를 클릭하십시오." | 27 "message": "이 팝업을 닫은 후 웹 페이지에서 HTML 요소를 클릭하십시오." |
| 28 }, | 28 }, |
| 29 "continue": { | 29 "continue": { |
| 30 "message": "다음" | 30 "message": "다음" |
| 31 }, | 31 }, |
| 32 "description": { | |
| 33 "message": "100 백만 이상의 장치에 사용 Adblock Plus는 세계에서 가장 인기있는 광고 차단기 입니다." | |
| 34 }, | |
| 35 "disabled_for_site": { | 32 "disabled_for_site": { |
| 36 "message": "이 사이트에서 <strong>광고 차단을 사용 중지</strong> 합니다." | 33 "message": "이 사이트에서 <strong>광고 차단을 사용 중지</strong> 합니다." |
| 37 }, | 34 }, |
| 38 "disabled_for_these_domains": { | 35 "disabled_for_these_domains": { |
| 39 "message": "다음 도메인에서는 광고를 차단하지 않습니다. 주소 표시줄의 애드블록 플러스 아이콘 또는 허용된 도메인 탭에서 도메인
을 입력한 후 \"도메인 추가\" 버튼을 누르십시오." | 36 "message": "다음 도메인에서는 광고를 차단하지 않습니다. 주소 표시줄의 애드블록 플러스 아이콘 또는 허용된 도메인 탭에서 도메인
을 입력한 후 \"도메인 추가\" 버튼을 누르십시오." |
| 40 }, | 37 }, |
| 41 "easy_create_filter": { | 38 "easy_create_filter": { |
| 42 "message": "요소 숨기기" | 39 "message": "요소 숨기기" |
| 43 }, | 40 }, |
| 44 "edit_filters_raw": { | 41 "edit_filters_raw": { |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "unexpected_filter_list_header": { | 244 "unexpected_filter_list_header": { |
| 248 "message": "여기에서 필터 목록 헤더가 허용되지 않습니다" | 245 "message": "여기에서 필터 목록 헤더가 허용되지 않습니다" |
| 249 }, | 246 }, |
| 250 "update_now": { | 247 "update_now": { |
| 251 "message": "지금 업데이트" | 248 "message": "지금 업데이트" |
| 252 }, | 249 }, |
| 253 "whitelisted_domains": { | 250 "whitelisted_domains": { |
| 254 "message": "허용된 도메인" | 251 "message": "허용된 도메인" |
| 255 } | 252 } |
| 256 } | 253 } |
| OLD | NEW |