-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the locale of Chinese
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* German translation for bootstrap-markdown | ||
* benhaile <[email protected]> | ||
*/ | ||
(function ($) { | ||
$.fn.markdown.messages.zh = { | ||
'Bold': "粗体", | ||
'Italic': "斜体", | ||
'Heading': "标题", | ||
'URL/Link': "链接", | ||
'Image': "图片", | ||
'List': "列表", | ||
'Unordered List': "无序列表", | ||
'Ordered List': "有序列表", | ||
'Code': "代码", | ||
'Quote': "引用", | ||
'Preview': "预览", | ||
'strong text': "粗体", | ||
'emphasized text': "强调", | ||
'heading text': "标题", | ||
'enter link description here': "输入链接说明", | ||
'Insert Hyperlink': "URL地址", | ||
'enter image description here': "输入图片说明", | ||
'Insert Image Hyperlink': "图片URL地址", | ||
'enter image title here': "在这里输入图片标题", | ||
'list text here': "这里是列表文本", | ||
'code text here': "这里输入代码", | ||
'quote here': "这里输入引用文本" | ||
|
||
|
||
}; | ||
}(jQuery)); |