Skip to content

Commit 0178f2d

Browse files
committed
Merge pull request jhollingworth#190 from cosmolen/patch-2
Korean translation (edited)
2 parents ec5043e + 9f152db commit 0178f2d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
/**
2+
* Korean translation for bootstrap-wysihtml5
3+
*/
4+
(function($){
5+
$.fn.wysihtml5.locale["ko-KR"] = {
6+
font_styles: {
7+
normal: "일반",
8+
h1: "헤드라인 1",
9+
h2: "헤드라인 2",
10+
h3: "헤드라인 3"
11+
},
12+
emphasis: {
13+
bold: "굵게",
14+
italic: "기울게",
15+
underline: "밑줄"
16+
},
17+
lists: {
18+
unordered: "기호목록",
19+
ordered: "숫자목록",
20+
outdent: "내어쓰기",
21+
indent: "들여쓰기"
22+
},
23+
link: {
24+
insert: "링크 삽입",
25+
cancel: "취소"
26+
},
27+
image: {
28+
insert: "이미지 삽입",
29+
cancel: "취소"
30+
},
31+
html: {
32+
edit: "HTML 편집"
33+
},
34+
colours: {
35+
black: "검은색",
36+
silver: "은색",
37+
gray: "회색",
38+
maroon: "고동색",
39+
red: "빨간색",
40+
purple: "보라색",
41+
green: "초록색",
42+
olive: "올리브",
43+
navy: "네이비",
44+
blue: "파란색",
45+
orange: "주황색"
46+
}
47+
48+
};
49+
}(jQuery));

0 commit comments

Comments
 (0)