Skip to content

Commit 0845d06

Browse files
committed
update assets
1 parent 037ad7d commit 0845d06

File tree

2 files changed

+49
-1
lines changed
  • lib/bootstrap-wysihtml5-rails
  • vendor/assets/javascripts/bootstrap-wysihtml5/locales

2 files changed

+49
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module BootstrapWysihtml5Rails
22
module Rails
3-
VERSION = "0.3.1.15"
3+
VERSION = "0.3.1.16"
44
end
55
end
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/**
2+
* Chinese Traditional translation for bootstrap-wysihtml5
3+
*/
4+
(function($){
5+
$.fn.wysihtml5.locale["zh-TW"] = {
6+
font_styles: {
7+
normal: "內文",
8+
h1: "標題 1",
9+
h2: "標題 2",
10+
h3: "標題 3"
11+
},
12+
emphasis: {
13+
bold: "粗體",
14+
italic: "斜體",
15+
underline: "底線"
16+
},
17+
lists: {
18+
unordered: "項目符號",
19+
ordered: "編號列表",
20+
outdent: "減少縮排",
21+
indent: "增加縮排"
22+
},
23+
link: {
24+
insert: "插入超連結",
25+
cancel: "取消"
26+
},
27+
image: {
28+
insert: "插入圖片連結",
29+
cancel: "取消"
30+
},
31+
html: {
32+
edit: "HTML原始碼"
33+
},
34+
colours: {
35+
black: "黑色",
36+
silver: "銀色",
37+
gray: "灰色",
38+
maroon: "栗色",
39+
red: "红色",
40+
purple: "紫色",
41+
green: "綠色",
42+
olive: "橄欖色",
43+
navy: "深藍色",
44+
blue: "藍色",
45+
orange: "橙色"
46+
}
47+
};
48+
}(jQuery));

0 commit comments

Comments
 (0)