Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
translation to korean
translate ko.js file
  • Loading branch information
JJByun committed Oct 29, 2019
commit 9e9da79193244b6465c27a58a73403704fd8137f
56 changes: 54 additions & 2 deletions lib/locales/ko.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
*
Expand All @@ -11,7 +11,59 @@
module.exports = {
moduleType: 'locale',
name: 'ko',
dictionary: {},
dictionary: {
'Autoscale': '자동 크기지정',
'Box Select': '박스 선택',
'Click to enter Colorscale title': '클릭하여 Colorscale 제목을 지정합니다',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'Click to enter Colorscale title': '클릭하여 Colorscale 제목을 지정합니다',
'Click to enter Colorscale title': 'Colorscale 제목을 지정하려면 클릭하시오',

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Click 으로 명령 형태는 다 저런식으로 수정하는게 좋다는거죠?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

무조건 그런건 아니고 자연스럽다면 그렇게 바꾸는게 좋은 것 같아요

'Click to enter Component A title': '클릭하여 A데이터의 제목을 지정합니다 ',
'Click to enter Component B title': '클릭하여 B데이터의 제목을 지정합니다',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'Click to enter Component B title': '클릭하여 B데이터의 제목을 지정합니다',
'Click to enter Component B title': 'B 데이터의 제목을 지정하려면 클릭하시오',

'Click to enter Component C title': '클릭하여 C데이터의 제목을 지정합니다',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

'Click to enter Plot title': '클릭하여 차트 제목을 지정합니다',
'Click to enter X axis title': '클릭하여 X축 제목을 지정합니다',
'Click to enter Y axis title': '클릭하여 Y축 제목을 지정합니다',
'Click to enter radial axis title': '클릭하여 원형 축 제목을 지정합니다',
'Compare data on hover': 'hover 위의 데이터와 비교합니다',
'Double-click on legend to isolate one trace': '범례를 더블 클릭하여 하나의 추적을 분리합니다',
'Double-click to zoom back out': '더블 클릭하여 줌을 해제합니다',
'Download plot as a png': '.png 이미지 파일로 차트를 다운로드 합니다',
'Download plot': '그래프를 다운로드 합니다',
'Edit in Chart Studio': 'Chart Studio를 수정합니다',
'IE only supports svg. Changing format to svg.': 'IE suporta apenas svg. Alterando formato para svg',
'Lasso Select': 'Lasso 선택',
'Orbital rotation': '궤도 수정',
'Pan': '이동',
'Produced with Plotly': 'Plotly 제공',
'Reset': 리셋',
'Reset axes': '축 리셋',
'Reset camera to default': 'camera를 기본값으로 리셋',
'Reset camera to last save': 'camera를 마지막으로 저장한 값으로 리셋',
'Reset view': 'view 리셋',
'Reset views': 'views 리셋',
'Show closest data on hover': 'hover에 근접한 데이터 보이기',
'Snapshot succeeded': 'Snapshot 성공',
'Sorry, there was a problem downloading your snapshot!': '죄송합니다, snapshot을 다운로드 중 문제가 발생했습니다!',
'Taking snapshot - this may take a few seconds': 'snapshot을 찍습니다 - 이것은 몇 초가 소요될 수 있습니다',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

동명사형태인 것 같아요

Suggested change
'Taking snapshot - this may take a few seconds': 'snapshot을 찍습니다 - 이것은 몇 초가 소요될 수 있습니다',
'Taking snapshot - this may take a few seconds': '스냅샷 찍기 - 초가 걸릴 수 있습니다.'

'Toggle Spike Lines': 'Toggle로 Lines을 고정합니다',
'Toggle show closest data on hover': 'Toggle은 hover의 가장 가까운 데이터를 보여줍니다',
'Turntable rotation': 'Turntable 회전',
'Zoom': '확대(줌)',
'Zoom in': '확대(줌 인)',
'Zoom out': '축소(줌 아웃)',
'close': '닫기',
'high': '높음',
'low': '낮음',
'max': '최댓값',
'mean ± σ': '평균 ± σ',
'mean': '평균',
'median': '중간 값',
'min': '최솟값',
'new text': '새로운 텍스트',
'open': '열기',
'q1': 'q1',
'q3': 'q3',
'source': '소스',
'target': '타겟',
},
format: {
days: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'],
shortDays: ['일', '월', '화', '수', '목', '금', '토'],
Expand Down