Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Side by Side Diff: chrome/test/data/chromeproxy/extension/_locales/ko/messages.json

Issue 1438043006: Check in Data Saver extension into Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all lines<80 characters, fixed remaining presubmit warnings Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "compressedsizeformat": {
3 "message": "압축 후: \u003Cb>$1B\u003C/b>",
4 "placeholders": {
5 "1": {
6 "content": "$1"
7 }
8 }
9 },
10 "compressedsizeformatgb": {
11 "message": "압축 후: \u003Cb>$1GB\u003C/b>",
12 "placeholders": {
13 "1": {
14 "content": "$1"
15 }
16 }
17 },
18 "compressedsizeformatkb": {
19 "message": "압축 후: \u003Cb>$1KB\u003C/b>",
20 "placeholders": {
21 "1": {
22 "content": "$1"
23 }
24 }
25 },
26 "compressedsizeformatmb": {
27 "message": "압축 후: \u003Cb>$1MB\u003C/b>",
28 "placeholders": {
29 "1": {
30 "content": "$1"
31 }
32 }
33 },
34 "datasavingspercentformat": {
35 "message": "$1%",
36 "placeholders": {
37 "1": {
38 "content": "$1"
39 }
40 }
41 },
42 "disabledatasaverlabel": {
43 "message": "데이터 세이버 사용 중지"
44 },
45 "enabledatasaverlabel": {
46 "message": "데이터 세이버 사용"
47 },
48 "extdesc": {
49 "message": "Google 서버를 통해 방문하는 페이지를 최적화하여 데이터 사용량을 줄이세요."
50 },
51 "extname": {
52 "message": "데이터 세이버"
53 },
54 "extnamebeta": {
55 "message": "데이터 세이버(베타)"
56 },
57 "helpandfeedback": {
58 "message": "도움말 및 의견"
59 },
60 "incognitomessage": {
61 "message": "이 확장 프로그램은 시크릿 모드에서 사용할 수 없습니다."
62 },
63 "info1": {
64 "message": "Google을 사용해 방문하는 페이지를 최적화하여 데이터 사용량을 줄이세요."
65 },
66 "info2": {
67 "message": "HTTPS 또는 시크릿 모드를 통해 액세스된 페이지는 최적화되지 않으며 Google에서 볼 수 없습니다."
68 },
69 "learnmorelinktext": {
70 "message": "자세히 알아보기"
71 },
72 "originalsizeformat": {
73 "message": "원본 크기: \u003Cb>$1B\u003C/b>",
74 "placeholders": {
75 "1": {
76 "content": "$1"
77 }
78 }
79 },
80 "originalsizeformatgb": {
81 "message": "원본 크기: \u003Cb>$1GB\u003C/b>",
82 "placeholders": {
83 "1": {
84 "content": "$1"
85 }
86 }
87 },
88 "originalsizeformatkb": {
89 "message": "원본 크기: \u003Cb>$1KB\u003C/b>",
90 "placeholders": {
91 "1": {
92 "content": "$1"
93 }
94 }
95 },
96 "originalsizeformatmb": {
97 "message": "원본 크기: \u003Cb>$1MB\u003C/b>",
98 "placeholders": {
99 "1": {
100 "content": "$1"
101 }
102 }
103 },
104 "reducedatausagelabel": {
105 "message": "데이터 사용량 줄이기"
106 },
107 "reportissue": {
108 "message": "문제 신고"
109 },
110 "versionnotcompatible": {
111 "message": "현재 Chrome 버전은 이 확장 프로그램과 호환되지 않습니다. Chrome을 최신 버전으로 업데이트하세요. M 41 베타 버전 이상을 이용해야 합니다."
112 }
113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698