Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: _locales/ko/messages.json

Issue 29335668: Issue 2597 - Begin the switch to adblockpluscore (Closed)
Patch Set: Created Feb. 4, 2016, 7 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: _locales/ko/messages.json
diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json
index 163e218c30dec26c6dc53815f12bfa133e7e6d6c..2e164a446b22cbbc2f5054d4a1e28f0f21f60c44 100644
--- a/_locales/ko/messages.json
+++ b/_locales/ko/messages.json
@@ -59,12 +59,72 @@
"filter_must_follow_syntax": {
"message": "필터는 <a>Adblock Plus 필터 구문</a>을 따라야 합니다."
},
+ "filters_acceptableAds2_label": {
+ "message": "비침입형 광고 허용"
+ },
+ "filters_addSubscriptionAdd_label": {
+ "message": "추가"
+ },
+ "filters_addSubscriptionOther_label": {
+ "message": "다른 구독 필터 추가 (F)"
+ },
+ "filters_addSubscription_label": {
+ "message": "구독 필터 추가"
+ },
+ "filters_readMore_label": {
+ "message": "자세히 보기"
+ },
+ "filters_subscription_delete_label": {
+ "message": "삭제"
+ },
+ "filters_subscription_enabled_label": {
+ "message": "사용"
+ },
+ "filters_subscription_lastDownload_checksumMismatch": {
+ "message": "실패함 : 검사합 불일치"
+ },
+ "filters_subscription_lastDownload_connectionError": {
+ "message": "실패함 : 다운로드 실패"
+ },
+ "filters_subscription_lastDownload_inProgress": {
+ "message": "다운로드 중..."
+ },
+ "filters_subscription_lastDownload_invalidData": {
+ "message": "실패함 : 올바르지 않은 필터"
+ },
+ "filters_subscription_lastDownload_invalidURL": {
+ "message": "실패함 : 올바르지 않은 주소"
+ },
+ "filters_viewList_label": {
+ "message": "필터 목록 보기"
+ },
"found_a_bug": {
"message": "버그를 발견하셨습니까? Adblock Plus를 여러분이 사용하는 언어로 번역하고 싶습니까? <a>연락하기</a>"
},
"general": {
"message": "일반"
},
+ "global_filter_cssproperty_nodomain": {
+ "message": "CSS 속성 필터에 대한 활성 도메인이 없습니다."
+ },
+ "global_filter_elemhide_duplicate_id": {
+ "message": "숨기려는 요소의 ID는 한 개만 지정할 수 있습니다."
+ },
+ "global_filter_elemhide_nocriteria": {
+ "message": "숨기려는 요소를 인식하기 위한 기준이 지정되지 않았습니다."
+ },
+ "global_notification_antiadblock_message": {
+ "message": "이 사이트는 애드블록 플러스 사용자에게 표적 메시지를 보여주는 것으로 알려져 있습니다. 애드블록 플러스로 표적 메시지를 숨기겠습니까?"
+ },
+ "global_notification_antiadblock_title": {
+ "message": "표적 메시지를 숨기겠습니까?"
+ },
+ "global_remove_subscription_warning": {
+ "message": "이 구독 필터를 제거하시겠습니까?"
+ },
+ "global_subscription_invalid_location": {
+ "message": "구독 필터의 위치에 입력하는 URL 또는 파일명이 올바르지 않습니다."
+ },
"invalid_css_selector": {
"message": "$selector$은/는 유효한 CSS 선택이 아닙니다",
"placeholders": {
@@ -100,6 +160,9 @@
}
}
},
+ "name": {
+ "message": "Adblock Plus"
+ },
"name_devbuild": {
"message": "Adblock Plus 개발 빌드"
},
@@ -124,6 +187,21 @@
"out_of_date_lists": {
"message": "오래된 목록은 주기적으로 업데이트됩니다."
},
+ "overlay_notification_button_no": {
+ "message": "아니요"
+ },
+ "overlay_notification_button_yes": {
+ "message": "예"
+ },
+ "overlay_notification_closing_button_hide": {
+ "message": "이 알림 닫기"
+ },
+ "overlay_notification_closing_button_optout": {
+ "message": "알림 표시를 중지합니다"
+ },
+ "overlay_shownotifications_label": {
+ "message": "유용한 알림 표시"
+ },
"remove_button": {
"message": "선택 항목 제거"
},
@@ -174,9 +252,15 @@
"stats_title": {
"message": "차단된 광고"
},
+ "subscriptionSelection_location_label": {
+ "message": "위치"
+ },
"subscriptionSelection_subscriptionSelector_label": {
"message": "다음 목록에서 구독할 필터를 선택하십시오."
},
+ "subscriptionSelection_title_label": {
+ "message": "이름"
+ },
"unexpected_filter_list_header": {
"message": "여기에서 필터 목록 헤더가 허용되지 않습니다"
},

Powered by Google App Engine
This is Rietveld