8000 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 ko.js
delete space
  • Loading branch information
JJByun committed Nov 15, 2019
commit 9b2db6d114c795500846b47f5e8ab7b269fbeaa2
2 changes: 1 addition & 1 deletion lib/locales/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'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 으로 명령 형태는 다 저런식으로 수정하는게 좋다는거죠?

Copy link

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 A title': '클릭하여 A데이터의 제목을 지정합니다',

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 A title': '클릭하여 A데이터의 제목을 지정합니다',
'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': '클릭하여 차트 제목을 지정합니다',
Expand Down
0