Skip to content

Commit

Permalink
Merge branch '2.3.0' into image_choice_and_detail_in_image_view
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Mar 2, 2017
2 parents 178991a + b07d3c2 commit 72f23ab
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -75,8 +75,8 @@
});
});
</script>
// This enables live reloading of assets for improved developer experience.
// Remove if copying this page as a basis for another project.
<!-- This enables live reloading of assets for improved developer experience. -->
<!-- Remove if copying this page as a basis for another project. -->
<script src="//localhost:35729/livereload.js"></script>
</body>
</html>
5 changes: 1 addition & 4 deletions js/src/widgets/contextControls.js
Expand Up @@ -200,10 +200,7 @@
pickerOffset=pickerContainer.offset(),
windowWidth = this.state.windowsElements[this.windowId].width();
if (pickerContainer.width() + pickerOffset.left > windowWidth) {
pickerContainer.offset({
top: pickerOffset.top,
left: windowWidth - (pickerContainer.width())
});
pickerContainer.css('left', windowWidth - (pickerContainer.outerWidth()));
}
},

Expand Down
27 changes: 18 additions & 9 deletions locales/ko/translation.json
@@ -1,11 +1,13 @@
{
"addItem": "아이템 더하기",
"addNewObject": "URL로 오브젝트 추가",
"addItem": "아이템 추가",
"addNewObject": "URL 사용 오브젝트 추가",
"addSlotAbove": "슬롯 추가 - 위",
"addSlotBelow": "슬롯 추가 - 아래",
"addSlotLeft": "슬롯 추가 - 왼쪽",
"addSlotRight": "슬롯 추가 - 오른쪽",
"addTagsHere": "태그 더하기",
"addTagsHere": "태그 추가",
"annotationTooltip": "주석 모드 전환",
"attribution": "저작자 정보",
"bookmark": "북마크",
"bookmarkTitle": "작업공간 공유/북마크",
"bookmarkTooltip": "북마크 하기",
Expand All @@ -21,12 +23,12 @@
"closeTooltip": "창 닫기",
"comments": "코멘트",
"contrastTooltip": "대비 조절",
"dashed":"점선",
"dashed": "파선",
"delete": "지우기",
"deleteAnnotation": "이 주석과 그에 관련된 도형들을 삭제하시겠습니까?",
"deleteShape":"이 도형을 삭제하시겠습니까?",
"details": "세부 정보",
"dotDashed":"Dots &amp; Dashes",
"dotDashed":"쇄선",
"dropToLoad": "매니페스트를 여기 놓으세요.",
"edit": "편집",
"editModalBtnDeleteAnnotation":"주석 삭제",
Expand All @@ -35,40 +37,47 @@
"ellipseTooltip": "타원형",
"fillColorTooltip": "면색",
"filterObjects": "오브젝트 필터",
"freehandTooltip": "Freeform annotation",
"freehandTooltip": "프리핸드",
"fullScreen": "전체화면",
"fullScreenTooltip": "전체화면 전환",
"fullScreenWindowTooltip": "이 창을 전체화면으로",
"grayscaleTooltip": "그레이스케일 전환",
"imageManipulationTooltip": "이미지 변환",
"imageView": "이미지로 보기",
"invertTooltip": "색상 반전",
"item": "아이템",
"items": "아이템",
"license": "라이선스",
"links": "고리",
"load": "불러오기",
"logo": "로고",
"metadataTooltip": "View information/metadata about this object",
"metadataTooltip": "메타데이터",
"more": "더 보기",
"newObject": "새 오브젝트",
"no": "아니요",
"noIndex": "인덱스가 없습니다",
"objectMetadata": "오브젝트 메타데이터",
"pinTooltip": "",
"pointerTooltip": "포인터",
"polygonTooltip": "다각형",
"rectangleTooltip": "직사각형",
"related": "관련고리",
"resetTooltip": "이미지 리셋",
"rights": "저작권 정보",
"rights": "저작권 정보",
"rightsStatus": "저작권 상황",
"rotateLeftTooltip": "90도 좌회전",
"rotateRightTooltip": "90도 우회전",
"saturationTooltip": "채도 변환",
"save": "저장",
"scrollView": "스크롤로 보기",
"seeAlso": "같이 보기",
"selectGrid": "격자 선택하기",
"sidePanelTooltip": "사이드 패널 전환",
"solid":"Solid",
"solid":"실선",
"thumbnailsView": "썸네일로 보기",
"unspecified": "불특정",
"url": "URL",
"viewTypeTooltip": "뷰 타입 전환",
"within": "상위 컬렉션",
"yes": ""
}

0 comments on commit 72f23ab

Please sign in to comment.