Smiley.js 627 B

123456789101112131415161718192021222324
  1. define(
  2. "dojox/editor/plugins/nls/he/Smiley", ({
  3. smiley: "הוספת רגשון",
  4. emoticonSmile: "חיוך",
  5. emoticonLaughing: "צחוק ",
  6. emoticonWink: "קריצה",
  7. emoticonGrin: "גיחוך",
  8. emoticonCool: "מגניב",
  9. emoticonAngry: "כועס ",
  10. emoticonHalf: "חצי ",
  11. emoticonEyebrow: "גבה",
  12. emoticonFrown: "קימוט מצח",
  13. emoticonShy: "ביישן",
  14. emoticonGoofy: "דבילי",
  15. emoticonOops: "אופס ",
  16. emoticonTongue: "לשון ",
  17. emoticonIdea: "רעיון",
  18. emoticonYes: "כן",
  19. emoticonNo: "לא",
  20. emoticonAngel: "מלאך ",
  21. emoticonCrying: "בוכה",
  22. emoticonHappy: "שמח"
  23. })
  24. );