FontChoice.js.uncompressed.js 566 B

12345678910111213141516171819202122232425
  1. define(
  2. "dijit/_editor/nls/kk/FontChoice", ({
  3. fontSize: "Өлшемі",
  4. fontName: "Қаріп",
  5. formatBlock: "Пішім",
  6. serif: "serif",
  7. "sans-serif": "sans-serif",
  8. monospace: "monospace",
  9. cursive: "көлбеу",
  10. fantasy: "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. );