mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.kr.js
vendored
Normal file
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.kr.js
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
/**
|
||||
+ * Korean translation for bootstrap-markdown
|
||||
+ * WoongBi Kim <ssinss@gmail.com>
|
||||
+ */
|
||||
;(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));
|
Loading…
Add table
Add a link
Reference in a new issue