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) • 586 B
JavaScript
define(
({
smiley: "Inserir Emoticon",
emoticonSmile: "sorriso",
emoticonLaughing: "gargalhando",
emoticonWink: "piscando",
emoticonGrin: "sorriso largo",
emoticonCool: "legal",
emoticonAngry: "bravo",
emoticonHalf: "confuso",
emoticonEyebrow: "sarcástico",
emoticonFrown: "sobrancelhas franzidas",
emoticonShy: "envergonhado",
emoticonGoofy: "tonto",
emoticonOops: "surpreso",
emoticonTongue: "mostrando a língua",
emoticonIdea: "ideia",
emoticonYes: "sim",
emoticonNo: "não",
emoticonAngel: "angelical",
emoticonCrying: "chorando",
emoticonHappy: "feliz"
})
);