Smiley.js 623 B

123456789101112131415161718192021222324
  1. define(
  2. "dojox/editor/plugins/nls/ar/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. );