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

Side by Side Diff: _locales/ko/messages.json

Issue 5088751004942336: Issue 370 - Right-clicked element is removed independent of created filter (Closed)
Patch Set: Rebase to rev 3c9cea80c481 Created July 18, 2014, 8:54 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « _locales/ja/store.description ('k') | _locales/ko/store.description » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 } 80 }
81 }, 81 },
82 "last_updated_at_today": { 82 "last_updated_at_today": {
83 "message": "오늘 $time$에 마지막으로 업데이트됨", 83 "message": "오늘 $time$에 마지막으로 업데이트됨",
84 "placeholders": { 84 "placeholders": {
85 "time": { 85 "time": {
86 "content": "$1" 86 "content": "$1"
87 } 87 }
88 } 88 }
89 }, 89 },
90 "name_devbuild": {
91 "message": "애드블록 플러스 개발 빌드"
92 },
93 "notification_with_buttons": {
94 "message": "이 알림에 포함된 모든 링크를 열려면 '확인'을 클릭하세요."
95 },
96 "notification_without_buttons": {
97 "message": "알림에 포함된 모든 링크를 열려면 클릭하세요."
98 },
90 "options": { 99 "options": {
91 "message": "Adblock Plus - 애드블록 플러스 옵션" 100 "message": "Adblock Plus - 애드블록 플러스 옵션"
92 }, 101 },
93 "options_short": { 102 "options_short": {
94 "message": "옵션" 103 "message": "옵션"
95 }, 104 },
96 "out_of_date_lists": { 105 "out_of_date_lists": {
97 "message": "기한이 다 된 목록은 주기적으로 업데이트됩니다." 106 "message": "기한이 다 된 목록은 주기적으로 업데이트됩니다."
98 }, 107 },
99 "remove_button": { 108 "remove_button": {
100 "message": "선택 항목 제거" 109 "message": "선택 항목 제거"
101 }, 110 },
102 "show_block_element_menu": { 111 "show_block_element_menu": {
103 "message": "문맥 메뉴에 '요소 숨김' 항목 표시" 112 "message": "문맥 메뉴에 '요소 숨김' 항목 표시"
104 }, 113 },
105 "show_icon": {
106 "message": "주소 표시줄에 아이콘 표시"
107 },
108 "stats_label_page": { 114 "stats_label_page": {
109 "message": "이 페이지에 $number$ 개", 115 "message": "이 페이지에 $number$ 개",
110 "placeholders": { 116 "placeholders": {
111 "number": { 117 "number": {
112 "content": "$1" 118 "content": "$1"
113 } 119 }
114 } 120 }
115 }, 121 },
116 "stats_label_total": { 122 "stats_label_total": {
117 "message": "전체 $number$ 개", 123 "message": "전체 $number$ 개",
118 "placeholders": { 124 "placeholders": {
119 "number": { 125 "number": {
120 "content": "$1" 126 "content": "$1"
121 } 127 }
122 } 128 }
123 }, 129 },
124 "stats_over": { 130 "stats_over": {
125 "message": "$number$ 이상", 131 "message": "$number$ 이상",
126 "placeholders": { 132 "placeholders": {
127 "number": { 133 "number": {
128 "content": "$1" 134 "content": "$1"
129 } 135 }
130 } 136 }
131 }, 137 },
132 "stats_share_download": { 138 "stats_share_download": {
133 "message": "애드블록 플러스 다운로드" 139 "message": "애드블록 플러스 다운로드"
134 }, 140 },
135 "stats_share_label_fb": {
136 "message": "페이스북으로 공유"
137 },
138 "stats_share_label_gplus": {
139 "message": "구글플러스로 공유"
140 },
141 "stats_share_label_twitter": {
142 "message": "트위터로 공유"
143 },
144 "stats_share_message": { 141 "stats_share_message": {
145 "message": "애드블록 플러스 덕분에 $number$ 개의 광고와 트래커를 차단했어요.", 142 "message": "애드블록 플러스 덕분에 $number$ 개의 광고와 트래커를 차단했어요.",
146 "placeholders": { 143 "placeholders": {
147 "number": { 144 "number": {
148 "content": "$1" 145 "content": "$1"
149 } 146 }
150 } 147 }
151 }, 148 },
152 "stats_share_title": { 149 "stats_share_title": {
153 "message": "차단 통계 공유" 150 "message": "차단 통계 공유"
154 }, 151 },
155 "stats_show_iconnumber": { 152 "stats_show_iconnumber": {
156 "message": "아이콘에 차단된 광고 개수 표시" 153 "message": "아이콘에 차단된 광고 개수 표시"
157 }, 154 },
158 "stats_title": { 155 "stats_title": {
159 "message": "차단된 광고" 156 "message": "차단된 광고"
160 }, 157 },
161 "subscriptionSelection_subscriptionSelector_label": { 158 "subscriptionSelection_subscriptionSelector_label": {
162 "message": "목록에서 구독할 필터를 선택하십시오." 159 "message": "목록에서 구독할 필터를 선택하십시오."
163 }, 160 },
164 "update_now": { 161 "update_now": {
165 "message": "지금 업데이트" 162 "message": "지금 업데이트"
166 }, 163 },
167 "whitelisted_domains": { 164 "whitelisted_domains": {
168 "message": "허용된 도메인" 165 "message": "허용된 도메인"
169 } 166 }
170 } 167 }
OLDNEW
« no previous file with comments | « _locales/ja/store.description ('k') | _locales/ko/store.description » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld