summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/Smiley.js
blob: da7b0644b1ba47d33cc1445a4d780493826450fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//>>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
);