]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dijit / _editor / nls / zh / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/zh/FontChoice", ({
3 fontSize: "大小",
4 fontName: "字体",
5 formatBlock: "格式",
6 serif: "有衬线",
7 "sans-serif": "无衬线",
8 monospace: "等宽字体",
9 cursive: "草书",
10 fantasy: "虚线",
11 noFormat: "无",
12 p: "段落",
13 h1: "标题",
14 h2: "副标题",
15 h3: "二级子标题",
16 pre: "预设有格式的",
17 1: "XX 小号",
18 2: "X 小号",
19 3: "小号",
20 4: "中号",
21 5: "大号",
22 6: "X 大号",
23 7: "XX 大号"
24 })
25 );