From dbc6996f0d8bf4c387ad499b76b6efe143f022ce Mon Sep 17 00:00:00 2001 From: benhaile Date: Mon, 27 Oct 2014 20:33:29 +0800 Subject: [PATCH 1/2] bootstrap-markdown.zh.js This is the locale of Chinese --- locale/bootstrap-markdown.zh.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 locale/bootstrap-markdown.zh.js diff --git a/locale/bootstrap-markdown.zh.js b/locale/bootstrap-markdown.zh.js new file mode 100644 index 0000000..ae6c895 --- /dev/null +++ b/locale/bootstrap-markdown.zh.js @@ -0,0 +1,32 @@ +/** + * German translation for bootstrap-markdown + * benhaile + */ +(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)); From ed81eab73e092e1e3e5ac6c91daeeda205ea24a2 Mon Sep 17 00:00:00 2001 From: benhaile Date: Mon, 3 Nov 2014 16:38:00 +0800 Subject: [PATCH 2/2] Update bootstrap-markdown.zh.js --- locale/bootstrap-markdown.zh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/bootstrap-markdown.zh.js b/locale/bootstrap-markdown.zh.js index ae6c895..ff9ca4f 100644 --- a/locale/bootstrap-markdown.zh.js +++ b/locale/bootstrap-markdown.zh.js @@ -1,5 +1,5 @@ /** - * German translation for bootstrap-markdown + * Chinese translation for bootstrap-markdown * benhaile */ (function ($) {