Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1879547
hi.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
2 KB
Subscribers
None
hi.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
(){
var
e
=
{
1
:
"१"
,
2
:
"२"
,
3
:
"३"
,
4
:
"४"
,
5
:
"५"
,
6
:
"६"
,
7
:
"७"
,
8
:
"८"
,
9
:
"९"
,
0
:
"०"
},
n
=
{
"१"
:
"1"
,
"२"
:
"2"
,
"३"
:
"3"
,
"४"
:
"4"
,
"५"
:
"5"
,
"६"
:
"6"
,
"७"
:
"7"
,
"८"
:
"8"
,
"९"
:
"9"
,
"०"
:
"0"
};
t
.
defineLocale
(
"hi"
,{
months
:
"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर"
.
split
(
"_"
),
monthsShort
:
"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस."
.
split
(
"_"
),
monthsParseExact
:!
0
,
weekdays
:
"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार"
.
split
(
"_"
),
weekdaysShort
:
"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि"
.
split
(
"_"
),
weekdaysMin
:
"र_सो_मं_बु_गु_शु_श"
.
split
(
"_"
),
longDateFormat
:
{
LT
:
"A h:mm बजे"
,
LTS
:
"A h:mm:ss बजे"
,
L
:
"DD/MM/YYYY"
,
LL
:
"D MMMM YYYY"
,
LLL
:
"D MMMM YYYY, A h:mm बजे"
,
LLLL
:
"dddd, D MMMM YYYY, A h:mm बजे"
},
calendar
:
{
sameDay
:
"[आज] LT"
,
nextDay
:
"[कल] LT"
,
nextWeek
:
"dddd, LT"
,
lastDay
:
"[कल] LT"
,
lastWeek
:
"[पिछले] dddd, LT"
,
sameElse
:
"L"
},
relativeTime
:
{
future
:
"%s में"
,
past
:
"%s पहले"
,
s
:
"कुछ ही क्षण"
,
m
:
"एक मिनट"
,
mm
:
"%d मिनट"
,
h
:
"एक घंटा"
,
hh
:
"%d घंटे"
,
d
:
"एक दिन"
,
dd
:
"%d दिन"
,
M
:
"एक महीने"
,
MM
:
"%d महीने"
,
y
:
"एक वर्ष"
,
yy
:
"%d वर्ष"
},
preparse
:
function
(
e
){
return
e
.
replace
(
/[१२३४५६७८९०]/g
,
function
(
e
){
return
n
[
e
]})},
postformat
:
function
(
t
){
return
t
.
replace
(
/\d/g
,
function
(
t
){
return
e
[
t
]})},
meridiemParse
:
/रात|सुबह|दोपहर|शाम/
,
meridiemHour
:
function
(
e
,
t
){
return
12
===
e
&&
(
e
=
0
),
"रात"
===
t
?
e
<
4
?
e
:
e
+
12
:
"सुबह"
===
t
?
e
:
"दोपहर"
===
t
?
e
>=
10
?
e
:
e
+
12
:
"शाम"
===
t
?
e
+
12
:
void
0
},
meridiem
:
function
(
e
,
t
,
n
){
return
e
<
4
?
"रात"
:
e
<
10
?
"सुबह"
:
e
<
17
?
"दोपहर"
:
e
<
20
?
"शाम"
:
"रात"
},
week
:
{
dow
:
0
,
doy
:
6
}})}(),
e
.
fullCalendar
.
locale
(
"hi"
,{
buttonText
:
{
month
:
"महीना"
,
week
:
"सप्ताह"
,
day
:
"दिन"
,
list
:
"कार्यसूची"
},
allDayText
:
"सभी दिन"
,
eventLimitText
:
function
(
e
){
return
"+अधिक "
+
e
},
noEventsMessage
:
"कोई घटनाओं को प्रदर्शित करने के लिए"
})});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 6:23 PM (5 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915527
Default Alt Text
hi.js (2 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment