Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821434
ja.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
ja.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
(
"ja"
,{
months
:
"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月"
.
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/MM/DD"
,
LL
:
"YYYY年M月D日"
,
LLL
:
"YYYY年M月D日 HH:mm"
,
LLLL
:
"YYYY年M月D日 HH:mm dddd"
,
l
:
"YYYY/MM/DD"
,
ll
:
"YYYY年M月D日"
,
lll
:
"YYYY年M月D日 HH:mm"
,
llll
:
"YYYY年M月D日 HH:mm dddd"
},
meridiemParse
:
/午前|午後/i
,
isPM
:
function
(
e
){
return
"午後"
===
e
},
meridiem
:
function
(
e
,
t
,
d
){
return
e
<
12
?
"午前"
:
"午後"
},
calendar
:
{
sameDay
:
"[今日] LT"
,
nextDay
:
"[明日] LT"
,
nextWeek
:
"[来週]dddd LT"
,
lastDay
:
"[昨日] LT"
,
lastWeek
:
"[前週]dddd LT"
,
sameElse
:
"L"
},
dayOfMonthOrdinalParse
:
/\d{1,2}日/
,
ordinal
:
function
(
e
,
t
){
switch
(
t
){
case
"d"
:
case
"D"
:
case
"DDD"
:
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
(
"ja"
,{
buttonText
:
{
month
:
"月"
,
week
:
"週"
,
day
:
"日"
,
list
:
"予定リスト"
},
allDayText
:
"終日"
,
eventLimitText
:
function
(
e
){
return
"他 "
+
e
+
" 件"
},
noEventsMessage
:
"イベントが表示されないように"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 12:33 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915471
Default Alt Text
ja.js (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment