jqwidgets-ng 17.1.1 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ReleaseNotes.txt +125 -5
- package/jqwidgets/globalization/globalize.culture.cs-CZ.js +87 -87
- package/jqwidgets/globalization/globalize.culture.de-DE.js +83 -83
- package/jqwidgets/globalization/globalize.culture.en-CA.js +51 -51
- package/jqwidgets/globalization/globalize.culture.en-US.js +35 -35
- package/jqwidgets/globalization/globalize.culture.fr-FR.js +81 -81
- package/jqwidgets/globalization/globalize.culture.he-IL.js +99 -99
- package/jqwidgets/globalization/globalize.culture.hr-HR.js +83 -83
- package/jqwidgets/globalization/globalize.culture.hu-HU.js +82 -82
- package/jqwidgets/globalization/globalize.culture.it-IT.js +81 -81
- package/jqwidgets/globalization/globalize.culture.ja-JP.js +102 -102
- package/jqwidgets/globalization/globalize.culture.lt.js +85 -85
- package/jqwidgets/globalization/globalize.culture.ru-RU.js +84 -84
- package/jqwidgets/globalization/globalize.culture.sa-IN.js +73 -73
- package/jqwidgets/globalization/globalize.js +1591 -1591
- package/jqwidgets/jqxgantt.api.js +381 -381
- package/jqwidgets/jqxsplitlayout.js +6 -2445
- package/jqwidgets/styles/font/jqx-icons.svg +268 -268
- package/jqwidgets/styles/gantt/font/jqx-icons.svg +332 -332
- package/jqwidgets/styles/gantt/jqx.gantt.css +18667 -18667
- package/jqwidgets/styles/jqx.base.css +34 -34
- package/jqwidgets/styles/jqx.fluent.css +3563 -3563
- package/jqwidgets/styles/jqx.fluent_old.css +1262 -1262
- package/jqwidgets/styles/theme.css +293 -293
- package/package.json +3 -3
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/*
|
|
4
|
-
* Globalize Culture hu-HU
|
|
5
|
-
*
|
|
6
|
-
* http://github.com/jquery/globalize
|
|
7
|
-
*
|
|
8
|
-
* Copyright Software Freedom Conservancy, Inc.
|
|
9
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
10
|
-
* http://jquery.org/license
|
|
11
|
-
*
|
|
12
|
-
* This file was generated by the Globalize Culture Generator
|
|
13
|
-
* Translation: bugs found in this file need to be fixed in the generator
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
(function( window, undefined ) {
|
|
17
|
-
|
|
18
|
-
var Globalize;
|
|
19
|
-
|
|
20
|
-
if ( typeof require !== "undefined" &&
|
|
21
|
-
typeof exports !== "undefined" &&
|
|
22
|
-
typeof module !== "undefined" ) {
|
|
23
|
-
// Assume CommonJS
|
|
24
|
-
Globalize = require( "globalize" );
|
|
25
|
-
} else {
|
|
26
|
-
// Global variable
|
|
27
|
-
Globalize = window.Globalize;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
Globalize.addCultureInfo( "hu-HU", "default", {
|
|
31
|
-
name: "hu-HU",
|
|
32
|
-
englishName: "Hungarian (Hungary)",
|
|
33
|
-
nativeName: "magyar (Magyarország)",
|
|
34
|
-
language: "hu",
|
|
35
|
-
numberFormat: {
|
|
36
|
-
",": " ",
|
|
37
|
-
".": ",",
|
|
38
|
-
"NaN": "nem szám",
|
|
39
|
-
negativeInfinity: "negatív végtelen",
|
|
40
|
-
positiveInfinity: "végtelen",
|
|
41
|
-
percent: {
|
|
42
|
-
",": " ",
|
|
43
|
-
".": ","
|
|
44
|
-
},
|
|
45
|
-
currency: {
|
|
46
|
-
pattern: ["-n $","n $"],
|
|
47
|
-
",": " ",
|
|
48
|
-
".": ",",
|
|
49
|
-
symbol: "Ft"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
calendars: {
|
|
53
|
-
standard: {
|
|
54
|
-
"/": ".",
|
|
55
|
-
firstDay: 1,
|
|
56
|
-
days: {
|
|
57
|
-
names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
|
|
58
|
-
namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
|
|
59
|
-
namesShort: ["V","H","K","Sze","Cs","P","Szo"]
|
|
60
|
-
},
|
|
61
|
-
months: {
|
|
62
|
-
names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
|
|
63
|
-
namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
|
|
64
|
-
},
|
|
65
|
-
AM: ["de.","de.","DE."],
|
|
66
|
-
PM: ["du.","du.","DU."],
|
|
67
|
-
eras: [{"name":"i.sz.","start":null,"offset":0}],
|
|
68
|
-
patterns: {
|
|
69
|
-
d: "yyyy.MM.dd.",
|
|
70
|
-
D: "yyyy. MMMM d.",
|
|
71
|
-
t: "H:mm",
|
|
72
|
-
T: "H:mm:ss",
|
|
73
|
-
f: "yyyy. MMMM d. H:mm",
|
|
74
|
-
F: "yyyy. MMMM d. H:mm:ss",
|
|
75
|
-
M: "MMMM d.",
|
|
76
|
-
Y: "yyyy. MMMM"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
|
|
82
|
-
}( this ));
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/*
|
|
4
|
+
* Globalize Culture hu-HU
|
|
5
|
+
*
|
|
6
|
+
* http://github.com/jquery/globalize
|
|
7
|
+
*
|
|
8
|
+
* Copyright Software Freedom Conservancy, Inc.
|
|
9
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
10
|
+
* http://jquery.org/license
|
|
11
|
+
*
|
|
12
|
+
* This file was generated by the Globalize Culture Generator
|
|
13
|
+
* Translation: bugs found in this file need to be fixed in the generator
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
(function( window, undefined ) {
|
|
17
|
+
|
|
18
|
+
var Globalize;
|
|
19
|
+
|
|
20
|
+
if ( typeof require !== "undefined" &&
|
|
21
|
+
typeof exports !== "undefined" &&
|
|
22
|
+
typeof module !== "undefined" ) {
|
|
23
|
+
// Assume CommonJS
|
|
24
|
+
Globalize = require( "globalize" );
|
|
25
|
+
} else {
|
|
26
|
+
// Global variable
|
|
27
|
+
Globalize = window.Globalize;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
Globalize.addCultureInfo( "hu-HU", "default", {
|
|
31
|
+
name: "hu-HU",
|
|
32
|
+
englishName: "Hungarian (Hungary)",
|
|
33
|
+
nativeName: "magyar (Magyarország)",
|
|
34
|
+
language: "hu",
|
|
35
|
+
numberFormat: {
|
|
36
|
+
",": " ",
|
|
37
|
+
".": ",",
|
|
38
|
+
"NaN": "nem szám",
|
|
39
|
+
negativeInfinity: "negatív végtelen",
|
|
40
|
+
positiveInfinity: "végtelen",
|
|
41
|
+
percent: {
|
|
42
|
+
",": " ",
|
|
43
|
+
".": ","
|
|
44
|
+
},
|
|
45
|
+
currency: {
|
|
46
|
+
pattern: ["-n $","n $"],
|
|
47
|
+
",": " ",
|
|
48
|
+
".": ",",
|
|
49
|
+
symbol: "Ft"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
calendars: {
|
|
53
|
+
standard: {
|
|
54
|
+
"/": ".",
|
|
55
|
+
firstDay: 1,
|
|
56
|
+
days: {
|
|
57
|
+
names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
|
|
58
|
+
namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
|
|
59
|
+
namesShort: ["V","H","K","Sze","Cs","P","Szo"]
|
|
60
|
+
},
|
|
61
|
+
months: {
|
|
62
|
+
names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
|
|
63
|
+
namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
|
|
64
|
+
},
|
|
65
|
+
AM: ["de.","de.","DE."],
|
|
66
|
+
PM: ["du.","du.","DU."],
|
|
67
|
+
eras: [{"name":"i.sz.","start":null,"offset":0}],
|
|
68
|
+
patterns: {
|
|
69
|
+
d: "yyyy.MM.dd.",
|
|
70
|
+
D: "yyyy. MMMM d.",
|
|
71
|
+
t: "H:mm",
|
|
72
|
+
T: "H:mm:ss",
|
|
73
|
+
f: "yyyy. MMMM d. H:mm",
|
|
74
|
+
F: "yyyy. MMMM d. H:mm:ss",
|
|
75
|
+
M: "MMMM d.",
|
|
76
|
+
Y: "yyyy. MMMM"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
}( this ));
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/*
|
|
4
|
-
* Globalize Culture it-IT
|
|
5
|
-
*
|
|
6
|
-
* http://github.com/jquery/globalize
|
|
7
|
-
*
|
|
8
|
-
* Copyright Software Freedom Conservancy, Inc.
|
|
9
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
10
|
-
* http://jquery.org/license
|
|
11
|
-
*
|
|
12
|
-
* This file was generated by the Globalize Culture Generator
|
|
13
|
-
* Translation: bugs found in this file need to be fixed in the generator
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
(function( window, undefined ) {
|
|
17
|
-
|
|
18
|
-
var Globalize;
|
|
19
|
-
|
|
20
|
-
if ( typeof require !== "undefined" &&
|
|
21
|
-
typeof exports !== "undefined" &&
|
|
22
|
-
typeof module !== "undefined" ) {
|
|
23
|
-
// Assume CommonJS
|
|
24
|
-
Globalize = require( "globalize" );
|
|
25
|
-
} else {
|
|
26
|
-
// Global variable
|
|
27
|
-
Globalize = window.Globalize;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
Globalize.addCultureInfo( "it-IT", "default", {
|
|
31
|
-
name: "it-IT",
|
|
32
|
-
englishName: "Italian (Italy)",
|
|
33
|
-
nativeName: "italiano (Italia)",
|
|
34
|
-
language: "it",
|
|
35
|
-
numberFormat: {
|
|
36
|
-
",": ".",
|
|
37
|
-
".": ",",
|
|
38
|
-
"NaN": "Non un numero reale",
|
|
39
|
-
negativeInfinity: "-Infinito",
|
|
40
|
-
positiveInfinity: "+Infinito",
|
|
41
|
-
percent: {
|
|
42
|
-
pattern: ["-n%","n%"],
|
|
43
|
-
",": ".",
|
|
44
|
-
".": ","
|
|
45
|
-
},
|
|
46
|
-
currency: {
|
|
47
|
-
pattern: ["-$ n","$ n"],
|
|
48
|
-
",": ".",
|
|
49
|
-
".": ",",
|
|
50
|
-
symbol: "€"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
calendars: {
|
|
54
|
-
standard: {
|
|
55
|
-
firstDay: 1,
|
|
56
|
-
days: {
|
|
57
|
-
names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
|
|
58
|
-
namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
|
|
59
|
-
namesShort: ["do","lu","ma","me","gi","ve","sa"]
|
|
60
|
-
},
|
|
61
|
-
months: {
|
|
62
|
-
names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
|
|
63
|
-
namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
|
|
64
|
-
},
|
|
65
|
-
AM: null,
|
|
66
|
-
PM: null,
|
|
67
|
-
eras: [{"name":"d.C.","start":null,"offset":0}],
|
|
68
|
-
patterns: {
|
|
69
|
-
d: "dd/MM/yyyy",
|
|
70
|
-
D: "dddd d MMMM yyyy",
|
|
71
|
-
t: "HH:mm",
|
|
72
|
-
T: "HH:mm:ss",
|
|
73
|
-
f: "dddd d MMMM yyyy HH:mm",
|
|
74
|
-
F: "dddd d MMMM yyyy HH:mm:ss",
|
|
75
|
-
M: "dd MMMM",
|
|
76
|
-
Y: "MMMM yyyy"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/*
|
|
4
|
+
* Globalize Culture it-IT
|
|
5
|
+
*
|
|
6
|
+
* http://github.com/jquery/globalize
|
|
7
|
+
*
|
|
8
|
+
* Copyright Software Freedom Conservancy, Inc.
|
|
9
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
10
|
+
* http://jquery.org/license
|
|
11
|
+
*
|
|
12
|
+
* This file was generated by the Globalize Culture Generator
|
|
13
|
+
* Translation: bugs found in this file need to be fixed in the generator
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
(function( window, undefined ) {
|
|
17
|
+
|
|
18
|
+
var Globalize;
|
|
19
|
+
|
|
20
|
+
if ( typeof require !== "undefined" &&
|
|
21
|
+
typeof exports !== "undefined" &&
|
|
22
|
+
typeof module !== "undefined" ) {
|
|
23
|
+
// Assume CommonJS
|
|
24
|
+
Globalize = require( "globalize" );
|
|
25
|
+
} else {
|
|
26
|
+
// Global variable
|
|
27
|
+
Globalize = window.Globalize;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
Globalize.addCultureInfo( "it-IT", "default", {
|
|
31
|
+
name: "it-IT",
|
|
32
|
+
englishName: "Italian (Italy)",
|
|
33
|
+
nativeName: "italiano (Italia)",
|
|
34
|
+
language: "it",
|
|
35
|
+
numberFormat: {
|
|
36
|
+
",": ".",
|
|
37
|
+
".": ",",
|
|
38
|
+
"NaN": "Non un numero reale",
|
|
39
|
+
negativeInfinity: "-Infinito",
|
|
40
|
+
positiveInfinity: "+Infinito",
|
|
41
|
+
percent: {
|
|
42
|
+
pattern: ["-n%","n%"],
|
|
43
|
+
",": ".",
|
|
44
|
+
".": ","
|
|
45
|
+
},
|
|
46
|
+
currency: {
|
|
47
|
+
pattern: ["-$ n","$ n"],
|
|
48
|
+
",": ".",
|
|
49
|
+
".": ",",
|
|
50
|
+
symbol: "€"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
calendars: {
|
|
54
|
+
standard: {
|
|
55
|
+
firstDay: 1,
|
|
56
|
+
days: {
|
|
57
|
+
names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
|
|
58
|
+
namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
|
|
59
|
+
namesShort: ["do","lu","ma","me","gi","ve","sa"]
|
|
60
|
+
},
|
|
61
|
+
months: {
|
|
62
|
+
names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
|
|
63
|
+
namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
|
|
64
|
+
},
|
|
65
|
+
AM: null,
|
|
66
|
+
PM: null,
|
|
67
|
+
eras: [{"name":"d.C.","start":null,"offset":0}],
|
|
68
|
+
patterns: {
|
|
69
|
+
d: "dd/MM/yyyy",
|
|
70
|
+
D: "dddd d MMMM yyyy",
|
|
71
|
+
t: "HH:mm",
|
|
72
|
+
T: "HH:mm:ss",
|
|
73
|
+
f: "dddd d MMMM yyyy HH:mm",
|
|
74
|
+
F: "dddd d MMMM yyyy HH:mm:ss",
|
|
75
|
+
M: "dd MMMM",
|
|
76
|
+
Y: "MMMM yyyy"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
82
|
}( this ));
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/*
|
|
4
|
-
* Globalize Culture ja-JP
|
|
5
|
-
*
|
|
6
|
-
* http://github.com/jquery/globalize
|
|
7
|
-
*
|
|
8
|
-
* Copyright Software Freedom Conservancy, Inc.
|
|
9
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
10
|
-
* http://jquery.org/license
|
|
11
|
-
*
|
|
12
|
-
* This file was generated by the Globalize Culture Generator
|
|
13
|
-
* Translation: bugs found in this file need to be fixed in the generator
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
(function( window, undefined ) {
|
|
17
|
-
|
|
18
|
-
var Globalize;
|
|
19
|
-
|
|
20
|
-
if ( typeof require !== "undefined" &&
|
|
21
|
-
typeof exports !== "undefined" &&
|
|
22
|
-
typeof module !== "undefined" ) {
|
|
23
|
-
// Assume CommonJS
|
|
24
|
-
Globalize = require( "globalize" );
|
|
25
|
-
} else {
|
|
26
|
-
// Global variable
|
|
27
|
-
Globalize = window.Globalize;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
Globalize.addCultureInfo( "ja-JP", "default", {
|
|
31
|
-
name: "ja-JP",
|
|
32
|
-
englishName: "Japanese (Japan)",
|
|
33
|
-
nativeName: "日本語 (日本)",
|
|
34
|
-
language: "ja",
|
|
35
|
-
numberFormat: {
|
|
36
|
-
"NaN": "NaN (非数値)",
|
|
37
|
-
negativeInfinity: "-∞",
|
|
38
|
-
positiveInfinity: "+∞",
|
|
39
|
-
percent: {
|
|
40
|
-
pattern: ["-n%","n%"]
|
|
41
|
-
},
|
|
42
|
-
currency: {
|
|
43
|
-
pattern: ["-$n","$n"],
|
|
44
|
-
decimals: 0,
|
|
45
|
-
symbol: "¥"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
calendars: {
|
|
49
|
-
standard: {
|
|
50
|
-
days: {
|
|
51
|
-
names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
|
52
|
-
namesAbbr: ["日","月","火","水","木","金","土"],
|
|
53
|
-
namesShort: ["日","月","火","水","木","金","土"]
|
|
54
|
-
},
|
|
55
|
-
months: {
|
|
56
|
-
names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
|
57
|
-
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
|
58
|
-
},
|
|
59
|
-
AM: ["午前","午前","午前"],
|
|
60
|
-
PM: ["午後","午後","午後"],
|
|
61
|
-
eras: [{"name":"西暦","start":null,"offset":0}],
|
|
62
|
-
patterns: {
|
|
63
|
-
d: "yyyy/MM/dd",
|
|
64
|
-
D: "yyyy'年'M'月'd'日'",
|
|
65
|
-
t: "H:mm",
|
|
66
|
-
T: "H:mm:ss",
|
|
67
|
-
f: "yyyy'年'M'月'd'日' H:mm",
|
|
68
|
-
F: "yyyy'年'M'月'd'日' H:mm:ss",
|
|
69
|
-
M: "M'月'd'日'",
|
|
70
|
-
Y: "yyyy'年'M'月'"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
Japanese: {
|
|
74
|
-
name: "Japanese",
|
|
75
|
-
days: {
|
|
76
|
-
names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
|
77
|
-
namesAbbr: ["日","月","火","水","木","金","土"],
|
|
78
|
-
namesShort: ["日","月","火","水","木","金","土"]
|
|
79
|
-
},
|
|
80
|
-
months: {
|
|
81
|
-
names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
|
82
|
-
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
|
83
|
-
},
|
|
84
|
-
AM: ["午前","午前","午前"],
|
|
85
|
-
PM: ["午後","午後","午後"],
|
|
86
|
-
eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
|
|
87
|
-
twoDigitYearMax: 99,
|
|
88
|
-
patterns: {
|
|
89
|
-
d: "gg y/M/d",
|
|
90
|
-
D: "gg y'年'M'月'd'日'",
|
|
91
|
-
t: "H:mm",
|
|
92
|
-
T: "H:mm:ss",
|
|
93
|
-
f: "gg y'年'M'月'd'日' H:mm",
|
|
94
|
-
F: "gg y'年'M'月'd'日' H:mm:ss",
|
|
95
|
-
M: "M'月'd'日'",
|
|
96
|
-
Y: "gg y'年'M'月'"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
}( this ));
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/*
|
|
4
|
+
* Globalize Culture ja-JP
|
|
5
|
+
*
|
|
6
|
+
* http://github.com/jquery/globalize
|
|
7
|
+
*
|
|
8
|
+
* Copyright Software Freedom Conservancy, Inc.
|
|
9
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
10
|
+
* http://jquery.org/license
|
|
11
|
+
*
|
|
12
|
+
* This file was generated by the Globalize Culture Generator
|
|
13
|
+
* Translation: bugs found in this file need to be fixed in the generator
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
(function( window, undefined ) {
|
|
17
|
+
|
|
18
|
+
var Globalize;
|
|
19
|
+
|
|
20
|
+
if ( typeof require !== "undefined" &&
|
|
21
|
+
typeof exports !== "undefined" &&
|
|
22
|
+
typeof module !== "undefined" ) {
|
|
23
|
+
// Assume CommonJS
|
|
24
|
+
Globalize = require( "globalize" );
|
|
25
|
+
} else {
|
|
26
|
+
// Global variable
|
|
27
|
+
Globalize = window.Globalize;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
Globalize.addCultureInfo( "ja-JP", "default", {
|
|
31
|
+
name: "ja-JP",
|
|
32
|
+
englishName: "Japanese (Japan)",
|
|
33
|
+
nativeName: "日本語 (日本)",
|
|
34
|
+
language: "ja",
|
|
35
|
+
numberFormat: {
|
|
36
|
+
"NaN": "NaN (非数値)",
|
|
37
|
+
negativeInfinity: "-∞",
|
|
38
|
+
positiveInfinity: "+∞",
|
|
39
|
+
percent: {
|
|
40
|
+
pattern: ["-n%","n%"]
|
|
41
|
+
},
|
|
42
|
+
currency: {
|
|
43
|
+
pattern: ["-$n","$n"],
|
|
44
|
+
decimals: 0,
|
|
45
|
+
symbol: "¥"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
calendars: {
|
|
49
|
+
standard: {
|
|
50
|
+
days: {
|
|
51
|
+
names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
|
52
|
+
namesAbbr: ["日","月","火","水","木","金","土"],
|
|
53
|
+
namesShort: ["日","月","火","水","木","金","土"]
|
|
54
|
+
},
|
|
55
|
+
months: {
|
|
56
|
+
names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
|
57
|
+
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
|
58
|
+
},
|
|
59
|
+
AM: ["午前","午前","午前"],
|
|
60
|
+
PM: ["午後","午後","午後"],
|
|
61
|
+
eras: [{"name":"西暦","start":null,"offset":0}],
|
|
62
|
+
patterns: {
|
|
63
|
+
d: "yyyy/MM/dd",
|
|
64
|
+
D: "yyyy'年'M'月'd'日'",
|
|
65
|
+
t: "H:mm",
|
|
66
|
+
T: "H:mm:ss",
|
|
67
|
+
f: "yyyy'年'M'月'd'日' H:mm",
|
|
68
|
+
F: "yyyy'年'M'月'd'日' H:mm:ss",
|
|
69
|
+
M: "M'月'd'日'",
|
|
70
|
+
Y: "yyyy'年'M'月'"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
Japanese: {
|
|
74
|
+
name: "Japanese",
|
|
75
|
+
days: {
|
|
76
|
+
names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
|
77
|
+
namesAbbr: ["日","月","火","水","木","金","土"],
|
|
78
|
+
namesShort: ["日","月","火","水","木","金","土"]
|
|
79
|
+
},
|
|
80
|
+
months: {
|
|
81
|
+
names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
|
82
|
+
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
|
83
|
+
},
|
|
84
|
+
AM: ["午前","午前","午前"],
|
|
85
|
+
PM: ["午後","午後","午後"],
|
|
86
|
+
eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
|
|
87
|
+
twoDigitYearMax: 99,
|
|
88
|
+
patterns: {
|
|
89
|
+
d: "gg y/M/d",
|
|
90
|
+
D: "gg y'年'M'月'd'日'",
|
|
91
|
+
t: "H:mm",
|
|
92
|
+
T: "H:mm:ss",
|
|
93
|
+
f: "gg y'年'M'月'd'日' H:mm",
|
|
94
|
+
F: "gg y'年'M'月'd'日' H:mm:ss",
|
|
95
|
+
M: "M'月'd'日'",
|
|
96
|
+
Y: "gg y'年'M'月'"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
}( this ));
|