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
12 changes: 6 additions & 6 deletions lib/locales/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ module.exports = {
'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 리셋',
'Reset': 초기화',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this line should be

'Reset': '초기화',

Now missing a start quotation mark after the key.
@JJByun would you please fix that so that tests pass on the CircleCI?
Thanks!

'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을 다운로드 중 문제가 발생했습니다!',
Expand Down