File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
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 ) ) ;
You can’t perform that action at this time.
0 commit comments