www-thermferm/jqwidgets/globalization/globalize.culture.ja-JP.js

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
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 ));

mercurial