29 lines
645 B
JavaScript
29 lines
645 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/editor/plugins/nls/zh-tw/Smiley", //begin v1.x content
|
||
|
({
|
||
|
smiley: "插入表情符號",
|
||
|
emoticonSmile: "微笑",
|
||
|
emoticonLaughing: "大笑",
|
||
|
emoticonWink: "眨眼",
|
||
|
emoticonGrin: "露齒而笑",
|
||
|
emoticonCool: "酷",
|
||
|
emoticonAngry: "生氣",
|
||
|
emoticonHalf: "左右為難",
|
||
|
emoticonEyebrow: "揚眉",
|
||
|
emoticonFrown: "皺眉",
|
||
|
emoticonShy: "羞怯",
|
||
|
emoticonGoofy: "傻了",
|
||
|
emoticonOops: "哎喲",
|
||
|
emoticonTongue: "吐舌頭",
|
||
|
emoticonIdea: "思考",
|
||
|
emoticonYes: "對",
|
||
|
emoticonNo: "不對",
|
||
|
emoticonAngel: "守護神",
|
||
|
emoticonCrying: "哭泣",
|
||
|
emoticonHappy: "歡樂派對"
|
||
|
})
|
||
|
|
||
|
//end v1.x content
|
||
|
);
|