FontChoice.js.uncompressed.js 478 B

12345678910111213141516171819202122232425
  1. define(
  2. "dijit/_editor/nls/ko/FontChoice", ({
  3. fontSize: "크기",
  4. fontName: "글꼴",
  5. formatBlock: "서식",
  6. serif: "serif",
  7. "sans-serif": "sans-serif",
  8. monospace: "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. );