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
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 으로 명령 형태는 다 저런식으로 수정하는게 좋다는거죠?

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