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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 }, | 52 }, |
53 "enabled_for_site": { | 53 "enabled_for_site": { |
54 "message": "이 사이트에서 <strong>광고 차단을 사용</strong>합니다" | 54 "message": "이 사이트에서 <strong>광고 차단을 사용</strong>합니다" |
55 }, | 55 }, |
56 "filter_lists": { | 56 "filter_lists": { |
57 "message": "구독 필터" | 57 "message": "구독 필터" |
58 }, | 58 }, |
59 "filter_must_follow_syntax": { | 59 "filter_must_follow_syntax": { |
60 "message": "필터는 <a>Adblock Plus 필터 구문</a>을 따라야 합니다." | 60 "message": "필터는 <a>Adblock Plus 필터 구문</a>을 따라야 합니다." |
61 }, | 61 }, |
| 62 "filters_acceptableAds2_label": { |
| 63 "message": "비침입형 광고 허용" |
| 64 }, |
| 65 "filters_addSubscriptionAdd_label": { |
| 66 "message": "추가" |
| 67 }, |
| 68 "filters_addSubscriptionOther_label": { |
| 69 "message": "다른 구독 필터 추가 (F)" |
| 70 }, |
| 71 "filters_addSubscription_label": { |
| 72 "message": "구독 필터 추가" |
| 73 }, |
| 74 "filters_readMore_label": { |
| 75 "message": "자세히 보기" |
| 76 }, |
| 77 "filters_subscription_delete_label": { |
| 78 "message": "삭제" |
| 79 }, |
| 80 "filters_subscription_enabled_label": { |
| 81 "message": "사용" |
| 82 }, |
| 83 "filters_subscription_lastDownload_checksumMismatch": { |
| 84 "message": "실패함 : 검사합 불일치" |
| 85 }, |
| 86 "filters_subscription_lastDownload_connectionError": { |
| 87 "message": "실패함 : 다운로드 실패" |
| 88 }, |
| 89 "filters_subscription_lastDownload_inProgress": { |
| 90 "message": "다운로드 중..." |
| 91 }, |
| 92 "filters_subscription_lastDownload_invalidData": { |
| 93 "message": "실패함 : 올바르지 않은 필터" |
| 94 }, |
| 95 "filters_subscription_lastDownload_invalidURL": { |
| 96 "message": "실패함 : 올바르지 않은 주소" |
| 97 }, |
| 98 "filters_viewList_label": { |
| 99 "message": "필터 목록 보기" |
| 100 }, |
62 "found_a_bug": { | 101 "found_a_bug": { |
63 "message": "버그를 발견하셨습니까? Adblock Plus를 여러분이 사용하는 언어로 번역하고 싶습니까? <a>연락하기</a>" | 102 "message": "버그를 발견하셨습니까? Adblock Plus를 여러분이 사용하는 언어로 번역하고 싶습니까? <a>연락하기</a>" |
64 }, | 103 }, |
65 "general": { | 104 "general": { |
66 "message": "일반" | 105 "message": "일반" |
67 }, | 106 }, |
| 107 "global_filter_cssproperty_nodomain": { |
| 108 "message": "CSS 속성 필터에 대한 활성 도메인이 없습니다." |
| 109 }, |
| 110 "global_filter_elemhide_duplicate_id": { |
| 111 "message": "숨기려는 요소의 ID는 한 개만 지정할 수 있습니다." |
| 112 }, |
| 113 "global_filter_elemhide_nocriteria": { |
| 114 "message": "숨기려는 요소를 인식하기 위한 기준이 지정되지 않았습니다." |
| 115 }, |
| 116 "global_notification_antiadblock_message": { |
| 117 "message": "이 사이트는 애드블록 플러스 사용자에게 표적 메시지를 보여주는 것으로 알려져 있습니다. 애드블록 플러스로 표적 메시
지를 숨기겠습니까?" |
| 118 }, |
| 119 "global_notification_antiadblock_title": { |
| 120 "message": "표적 메시지를 숨기겠습니까?" |
| 121 }, |
| 122 "global_remove_subscription_warning": { |
| 123 "message": "이 구독 필터를 제거하시겠습니까?" |
| 124 }, |
| 125 "global_subscription_invalid_location": { |
| 126 "message": "구독 필터의 위치에 입력하는 URL 또는 파일명이 올바르지 않습니다." |
| 127 }, |
68 "invalid_css_selector": { | 128 "invalid_css_selector": { |
69 "message": "$selector$은/는 유효한 CSS 선택이 아닙니다", | 129 "message": "$selector$은/는 유효한 CSS 선택이 아닙니다", |
70 "placeholders": { | 130 "placeholders": { |
71 "selector": { | 131 "selector": { |
72 "content": "$1" | 132 "content": "$1" |
73 } | 133 } |
74 } | 134 } |
75 }, | 135 }, |
76 "last_updated_at": { | 136 "last_updated_at": { |
77 "message": "$date$ $time$에 마지막으로 업데이트됨", | 137 "message": "$date$ $time$에 마지막으로 업데이트됨", |
(...skipping 15 matching lines...) Expand all Loading... |
93 } | 153 } |
94 }, | 154 }, |
95 "line": { | 155 "line": { |
96 "message": "$number$번째 줄", | 156 "message": "$number$번째 줄", |
97 "placeholders": { | 157 "placeholders": { |
98 "number": { | 158 "number": { |
99 "content": "$1" | 159 "content": "$1" |
100 } | 160 } |
101 } | 161 } |
102 }, | 162 }, |
| 163 "name": { |
| 164 "message": "Adblock Plus" |
| 165 }, |
103 "name_devbuild": { | 166 "name_devbuild": { |
104 "message": "Adblock Plus 개발 빌드" | 167 "message": "Adblock Plus 개발 빌드" |
105 }, | 168 }, |
106 "notification_configure": { | 169 "notification_configure": { |
107 "message": "알림 설정 구성" | 170 "message": "알림 설정 구성" |
108 }, | 171 }, |
109 "notification_open_all": { | 172 "notification_open_all": { |
110 "message": "이 알림에 있는 모든 링크를 엽니다" | 173 "message": "이 알림에 있는 모든 링크를 엽니다" |
111 }, | 174 }, |
112 "notification_with_buttons": { | 175 "notification_with_buttons": { |
113 "message": "이 알림에 포함된 모든 링크를 열려면 '확인'을 클릭하세요." | 176 "message": "이 알림에 포함된 모든 링크를 열려면 '확인'을 클릭하세요." |
114 }, | 177 }, |
115 "notification_without_buttons": { | 178 "notification_without_buttons": { |
116 "message": "알림에 포함된 모든 링크를 열려면 클릭하세요." | 179 "message": "알림에 포함된 모든 링크를 열려면 클릭하세요." |
117 }, | 180 }, |
118 "options": { | 181 "options": { |
119 "message": "Adblock Plus 설정" | 182 "message": "Adblock Plus 설정" |
120 }, | 183 }, |
121 "options_short": { | 184 "options_short": { |
122 "message": "설정" | 185 "message": "설정" |
123 }, | 186 }, |
124 "out_of_date_lists": { | 187 "out_of_date_lists": { |
125 "message": "오래된 목록은 주기적으로 업데이트됩니다." | 188 "message": "오래된 목록은 주기적으로 업데이트됩니다." |
126 }, | 189 }, |
| 190 "overlay_notification_button_no": { |
| 191 "message": "아니요" |
| 192 }, |
| 193 "overlay_notification_button_yes": { |
| 194 "message": "예" |
| 195 }, |
| 196 "overlay_notification_closing_button_hide": { |
| 197 "message": "이 알림 닫기" |
| 198 }, |
| 199 "overlay_notification_closing_button_optout": { |
| 200 "message": "알림 표시를 중지합니다" |
| 201 }, |
| 202 "overlay_shownotifications_label": { |
| 203 "message": "유용한 알림 표시" |
| 204 }, |
127 "remove_button": { | 205 "remove_button": { |
128 "message": "선택 항목 제거" | 206 "message": "선택 항목 제거" |
129 }, | 207 }, |
130 "show_block_element_menu": { | 208 "show_block_element_menu": { |
131 "message": "마우스 우클릭시 나오는 메뉴에 '이 요소 숨기기' 항목을 표시합니다." | 209 "message": "마우스 우클릭시 나오는 메뉴에 '이 요소 숨기기' 항목을 표시합니다." |
132 }, | 210 }, |
133 "stats_label_page": { | 211 "stats_label_page": { |
134 "message": "이 페이지에서 $number$ 개", | 212 "message": "이 페이지에서 $number$ 개", |
135 "placeholders": { | 213 "placeholders": { |
136 "number": { | 214 "number": { |
(...skipping 30 matching lines...) Expand all Loading... |
167 }, | 245 }, |
168 "stats_share_title": { | 246 "stats_share_title": { |
169 "message": "이 숫자를 공유" | 247 "message": "이 숫자를 공유" |
170 }, | 248 }, |
171 "stats_show_iconnumber": { | 249 "stats_show_iconnumber": { |
172 "message": "아이콘에 차단된 광고 개수 표시" | 250 "message": "아이콘에 차단된 광고 개수 표시" |
173 }, | 251 }, |
174 "stats_title": { | 252 "stats_title": { |
175 "message": "차단된 광고" | 253 "message": "차단된 광고" |
176 }, | 254 }, |
| 255 "subscriptionSelection_location_label": { |
| 256 "message": "위치" |
| 257 }, |
177 "subscriptionSelection_subscriptionSelector_label": { | 258 "subscriptionSelection_subscriptionSelector_label": { |
178 "message": "다음 목록에서 구독할 필터를 선택하십시오." | 259 "message": "다음 목록에서 구독할 필터를 선택하십시오." |
179 }, | 260 }, |
| 261 "subscriptionSelection_title_label": { |
| 262 "message": "이름" |
| 263 }, |
180 "unexpected_filter_list_header": { | 264 "unexpected_filter_list_header": { |
181 "message": "여기에서 필터 목록 헤더가 허용되지 않습니다" | 265 "message": "여기에서 필터 목록 헤더가 허용되지 않습니다" |
182 }, | 266 }, |
183 "update_now": { | 267 "update_now": { |
184 "message": "지금 업데이트" | 268 "message": "지금 업데이트" |
185 }, | 269 }, |
186 "whitelisted_domains": { | 270 "whitelisted_domains": { |
187 "message": "허용된 도메인" | 271 "message": "허용된 도메인" |
188 } | 272 } |
189 } | 273 } |
OLD | NEW |