File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
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 ) ) ;
You can’t perform that action at this time.
0 commit comments