10000 translation to korean by JJByun · Pull Request #4315 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

translation to korean #4315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 3, 2019
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 some words
update some words
25 line: 'hover 위의 데이터와 비교합니다'->'마우스를 올리면 데이터와 비교합니다'
42 line: 'hover에 근접한 데이터 보이기' -> '마우스를 올리면 근접한 데이터를 보이기'
47 line: '스위치로 hover와 가장 가까운 데이터를 보여줍니다' -> '스위치로 마우스를 올렸을 때 가장 가까운 데이터를 보여줍니다'
  • Loading branch information
JJByun committed Nov 17, 2019
commit 16804552b39002b443823b06e9a33d14a76d6913
6 changes: 3 additions & 3 deletions lib/locales/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
'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 위의 데이터와 비교합니다',
'Compare data on hover': '마우스를 올리면 데이터와 비교합니다',
'Double-click on legend to isolate one trace': '범례를 더블 클릭하여 하나의 트레이스를 분리합니다',
'Double-click to zoom back out': '더블 클릭하여 줌을 해제합니다',
'Download plot as a png': '.png 이미지 파일로 차트를 다운로드 합니다',
Expand All @@ -39,12 +39,12 @@ module.exports = {
'Reset camera to last save': 'camera를 마지막으로 저장한 값으로 초기화',
'Reset view': 'view 초기화',
'Reset views': 'views 초기화',
'Show closest data on hover': 'hover에 근접한 데이터 보이기',
'Show closest data on 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': '스위치로 Lines을 고정합니다',
'Toggle show closest data on hover': '스위치로 hover와 가장 가까운 데이터를 보여줍니다',
'Toggle show closest data on hover': '스위치로 마우스를 올렸을 때 가장 가까운 데이터를 보여줍니다',
'Turntable rotation': 'Turntable 회전',
'Zoom': '확대(줌)',
'Zoom in': '확대(줌 인)',
Expand Down
0