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

Unified Diff: locale/ko/filter.json

Issue 29372834: Issue 4833 - Add translations for invalid filter messages (Closed)
Patch Set: Created Jan. 24, 2017, 11:14 a.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
« no previous file with comments | « locale/kk/filter.json ('k') | locale/lt/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/ko/filter.json
diff --git a/locale/ko/filter.json b/locale/ko/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..05b9ae02f6da882263c1aaa7541fff26665ccc8f
--- /dev/null
+++ b/locale/ko/filter.json
@@ -0,0 +1,11 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "숨기려는 요소의 ID는 한 개만 지정할 수 있습니다."
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "숨기려는 요소를 인식하기 위한 기준이 지정되지 않았습니다."
+ },
+ "filter_regexp_tooltip": {
+ "message": "이 필터는 정규 표현식이거나 최적화하기에 길이가 너무 짧으므로 웹 페이지를 불러오는 속도가 저하됩니다."
+ }
+}
« no previous file with comments | « locale/kk/filter.json ('k') | locale/lt/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld