FontChoice.js 491 B

123456789101112131415161718192021222324252627282930
  1. define(
  2. "dijit/_editor/nls/zh/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "大小",
  5. fontName: "字体",
  6. formatBlock: "格式",
  7. serif: "有衬线",
  8. "sans-serif": "无衬线",
  9. monospace: "等宽字体",
  10. cursive: "草书",
  11. fantasy: "虚线",
  12. noFormat: "无",
  13. p: "段落",
  14. h1: "标题",
  15. h2: "子标题",
  16. h3: "二级子标题",
  17. pre: "预设有格式的",
  18. 1: "XXS 号",
  19. 2: "XS 号",
  20. 3: "S 号",
  21. 4: "M 号",
  22. 5: "L 号",
  23. 6: "XL 号",
  24. 7: "XXL 号"
  25. })
  26. //end v1.x content
  27. );