We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd4973 commit ceafd7aCopy full SHA for ceafd7a
src/locales/bootstrap-wysihtml5.zh-TW.js
@@ -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
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