Skip to content

Commit

Permalink
Merge pull request #45 from totoromaum/patch-1
Browse files Browse the repository at this point in the history
Update ko.json
  • Loading branch information
fnoks committed Nov 2, 2020
2 parents fea1b64 + 1acdb64 commit 956a4c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions language/ko.json
@@ -1,25 +1,25 @@
{
"semantics":[
{
"label":"Panels",
"entity":"panel",
"label":"패널",
"entity":"패널",
"field":{
"label":"Content",
"entity":"content",
"label":"콘텐츠",
"entity":"콘텐츠",
"fields":[
{
"label":"Title"
"label":"제목"
},
{
"label":"Content type",
"entity":"content"
"label":"콘텐츠 유형",
"entity":"콘텐츠"
}
]
}
},
{
"label":"H tags for labels (does not affect the size of the label)",
"description":"The h tag used on the labels. Normally H2 but if this belongs under an H2 heading use H3. Does not affect the size of the labels, only used for semantical purposes.",
"label":"라벨을 위한 H 태그 (라벨 크기에는 영향을 주지 않음)",
"description":"레이블에 사용된 H 태그. 일반적으로 H2이지만 H2 머리글 아래에 속할 경우 H3을 사용하십시오. 라벨의 크기에 영향을 주지 않으며, 단지 의미상의 목적으로만 사용됨",
"options":[
{
"label":"H2"
Expand All @@ -33,4 +33,4 @@
]
}
]
}
}

0 comments on commit 956a4c0

Please sign in to comment.