]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/zh-tw/FontChoice.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / zh-tw / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/zh-tw/FontChoice", ({
3 fontSize: "大小",
4 fontName: "字型",
5 formatBlock: "格式",
6 serif: "新細明體",
7 "sans-serif": "新細明體",
8 monospace: "等寬",
9 cursive: "Cursive",
10 fantasy: "Fantasy",
11 noFormat: "無",
12 p: "段落",
13 h1: "標題",
14 h2: "子標題",
15 h3: "次子標題",
16 pre: "預先格式化",
17 1: "最小",
18 2: "較小",
19 3: "小",
20 4: "中",
21 5: "大",
22 6: "較大",
23 7: "最大"
24 })
25 );