Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1880047
zh-tw.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
zh-tw.js
View Options
!
function
(
e
){
"function"
==
typeof
define
&&
define
.
amd
?
define
([
"jquery"
,
"moment"
],
e
)
:
"object"
==
typeof
exports
?
module
.
exports
=
e
(
require
(
"jquery"
),
require
(
"moment"
))
:
e
(
window
.
jQuery
,
window
.
moment
)}(
function
(
e
,
t
){
!
function
(){
t
.
defineLocale
(
"zh-tw"
,{
months
:
"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月"
.
split
(
"_"
),
monthsShort
:
"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月"
.
split
(
"_"
),
weekdays
:
"星期日_星期一_星期二_星期三_星期四_星期五_星期六"
.
split
(
"_"
),
weekdaysShort
:
"週日_週一_週二_週三_週四_週五_週六"
.
split
(
"_"
),
weekdaysMin
:
"日_一_二_三_四_五_六"
.
split
(
"_"
),
longDateFormat
:
{
LT
:
"HH:mm"
,
LTS
:
"HH:mm:ss"
,
L
:
"YYYY年MMMD日"
,
LL
:
"YYYY年MMMD日"
,
LLL
:
"YYYY年MMMD日 HH:mm"
,
LLLL
:
"YYYY年MMMD日dddd HH:mm"
,
l
:
"YYYY年MMMD日"
,
ll
:
"YYYY年MMMD日"
,
lll
:
"YYYY年MMMD日 HH:mm"
,
llll
:
"YYYY年MMMD日dddd HH:mm"
},
meridiemParse
:
/凌晨|早上|上午|中午|下午|晚上/
,
meridiemHour
:
function
(
e
,
t
){
return
12
===
e
&&
(
e
=
0
),
"凌晨"
===
t
||
"早上"
===
t
||
"上午"
===
t
?
e
:
"中午"
===
t
?
e
>=
11
?
e
:
e
+
12
:
"下午"
===
t
||
"晚上"
===
t
?
e
+
12
:
void
0
},
meridiem
:
function
(
e
,
t
,
d
){
var
n
=
100
*
e
+
t
;
return
n
<
600
?
"凌晨"
:
n
<
900
?
"早上"
:
n
<
1130
?
"上午"
:
n
<
1230
?
"中午"
:
n
<
1800
?
"下午"
:
"晚上"
},
calendar
:
{
sameDay
:
"[今天]LT"
,
nextDay
:
"[明天]LT"
,
nextWeek
:
"[下]ddddLT"
,
lastDay
:
"[昨天]LT"
,
lastWeek
:
"[上]ddddLT"
,
sameElse
:
"L"
},
dayOfMonthOrdinalParse
:
/\d{1,2}(日|月|週)/
,
ordinal
:
function
(
e
,
t
){
switch
(
t
){
case
"d"
:
case
"D"
:
case
"DDD"
:
return
e
+
"日"
;
case
"M"
:
return
e
+
"月"
;
case
"w"
:
case
"W"
:
return
e
+
"週"
;
default
:
return
e
}},
relativeTime
:
{
future
:
"%s內"
,
past
:
"%s前"
,
s
:
"幾秒"
,
m
:
"1 分鐘"
,
mm
:
"%d 分鐘"
,
h
:
"1 小時"
,
hh
:
"%d 小時"
,
d
:
"1 天"
,
dd
:
"%d 天"
,
M
:
"1 個月"
,
MM
:
"%d 個月"
,
y
:
"1 年"
,
yy
:
"%d 年"
}})}(),
e
.
fullCalendar
.
locale
(
"zh-tw"
,{
buttonText
:
{
month
:
"月"
,
week
:
"週"
,
day
:
"天"
,
list
:
"活動列表"
},
allDayText
:
"整天"
,
eventLimitText
:
"顯示更多"
,
noEventsMessage
:
"没有任何活動"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 6:34 PM (22 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915381
Default Alt Text
zh-tw.js (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment