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
update ko.js
modify some words
  • Loading branch information
JJByun committed Nov 6, 2019
commit f390656780d20606994cdf5f91f814656247eb59
12 changes: 6 additions & 6 deletions lib/locales/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ module.exports = {
'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 on legend to isolate one trace': '범례를 더블 클릭하여 하나의 트레이스를 분리합니다',
'Double-click to zoom back out': '더블 클릭하여 줌을 해제합니다',
'Download plot as a png': '.png 이미지 파일로 차트를 다운로드 합니다',
'Download plot': '그래프를 다운로드 합니다',
'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 선택',
'IE only supports svg. Changing format to svg.': 'IE는 svg만을 지원합니다. 포맷을 svg로 변경하세요',
'Lasso Select': '올가미 선택',
'Orbital rotation': '궤도 수정',
'Pan': '이동',
'Produced with Plotly': 'Plotly 제공',
Expand All @@ -43,8 +43,8 @@ module.exports = {
'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의 가장 가까운 데이터를 보여줍니다',
'Toggle Spike Lines': '스위치로 Lines을 고정합니다',
'Toggle show closest data on hover': '스위치로 hover와 가장 가까운 데이터를 보여줍니다',
'Turntable rotation': 'Turntable 회전',
'Zoom': '확대(줌)',
'Zoom in': '확대(줌 인)',
Expand Down