Skip to content
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

Create bootstrap-markdown.kr.js #79

Merged
merged 1 commit into from
Jul 26, 2014
Merged
Changes from all commits
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
24 changes: 24 additions & 0 deletions locale/bootstrap-markdown.kr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+/**
+ * Korean translation for bootstrap-markdown
+ * WoongBi Kim <[email protected]>
+ */
;(function($){
$.fn.markdown.messages['kr'] = {
'Bold': "진하게",
'Italic': "이탤릭체",
'Heading': "머리글",
'URL/Link': "링크주소",
'Image': "이미지",
'List': "리스트",
'Preview': "미리보기",
'strong text': "강한 강조 텍스트",
'emphasized text': "강조 텍스트",
'heading text': "머리글 텍스트",
'enter link description here': "여기에 링크의 설명을 적으세요",
'Insert Hyperlink': "하이퍼링크 삽입",
'enter image description here': "여기세 이미지 설명을 적으세요",
'Insert Image Hyperlink': "이미지 링크 삽입",
'enter image title here': "여기에 이미지 제목을 적으세요",
'list text here': "리스트 텍스트"
};
}(jQuery))