dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
25 lines (24 loc) • 595 B
JavaScript
define(
({
smiley: "顔文字の挿入",
emoticonSmile: "笑顔",
emoticonLaughing: "大笑い",
emoticonWink: "ウィンク",
emoticonGrin: "にやり",
emoticonCool: "クール",
emoticonAngry: "怒り",
emoticonHalf: "やや不満",
emoticonEyebrow: "驚き",
emoticonFrown: "しかめ面",
emoticonShy: "戸惑い",
emoticonGoofy: "おやおや",
emoticonOops: "しまった",
emoticonTongue: "舌を出す",
emoticonIdea: "ひらめき",
emoticonYes: "はい",
emoticonNo: "いいえ",
emoticonAngel: "天使",
emoticonCrying: "泣き顔",
emoticonHappy: "幸せ"
})
);