1 | /*
|
---|
2 | * Globalize Culture ja-JP
|
---|
3 | *
|
---|
4 | * http://github.com/jquery/globalize
|
---|
5 | *
|
---|
6 | * Copyright Software Freedom Conservancy, Inc.
|
---|
7 | * Dual licensed under the MIT or GPL Version 2 licenses.
|
---|
8 | * http://jquery.org/license
|
---|
9 | *
|
---|
10 | * This file was generated by the Globalize Culture Generator
|
---|
11 | * Translation: bugs found in this file need to be fixed in the generator
|
---|
12 | */
|
---|
13 |
|
---|
14 | (function( window, undefined ) {
|
---|
15 |
|
---|
16 | var Globalize;
|
---|
17 |
|
---|
18 | if ( typeof require !== "undefined"
|
---|
19 | && typeof exports !== "undefined"
|
---|
20 | && typeof module !== "undefined" ) {
|
---|
21 | // Assume CommonJS
|
---|
22 | Globalize = require( "globalize" );
|
---|
23 | } else {
|
---|
24 | // Global variable
|
---|
25 | Globalize = window.Globalize;
|
---|
26 | }
|
---|
27 |
|
---|
28 | Globalize.addCultureInfo( "ja-JP", "default", {
|
---|
29 | name: "ja-JP",
|
---|
30 | englishName: "Japanese (Japan)",
|
---|
31 | nativeName: "日本語 (日本)",
|
---|
32 | language: "ja",
|
---|
33 | numberFormat: {
|
---|
34 | NaN: "NaN (非数値)",
|
---|
35 | negativeInfinity: "-∞",
|
---|
36 | positiveInfinity: "+∞",
|
---|
37 | percent: {
|
---|
38 | pattern: ["-n%","n%"]
|
---|
39 | },
|
---|
40 | currency: {
|
---|
41 | pattern: ["-$n","$n"],
|
---|
42 | decimals: 0,
|
---|
43 | symbol: "¥"
|
---|
44 | }
|
---|
45 | },
|
---|
46 | calendars: {
|
---|
47 | standard: {
|
---|
48 | days: {
|
---|
49 | names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
---|
50 | namesAbbr: ["日","月","火","水","木","金","土"],
|
---|
51 | namesShort: ["日","月","火","水","木","金","土"]
|
---|
52 | },
|
---|
53 | months: {
|
---|
54 | names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
---|
55 | namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
---|
56 | },
|
---|
57 | AM: ["午前","午前","午前"],
|
---|
58 | PM: ["午後","午後","午後"],
|
---|
59 | eras: [{"name":"西暦","start":null,"offset":0}],
|
---|
60 | patterns: {
|
---|
61 | d: "yyyy/MM/dd",
|
---|
62 | D: "yyyy'年'M'月'd'日'",
|
---|
63 | t: "H:mm",
|
---|
64 | T: "H:mm:ss",
|
---|
65 | f: "yyyy'年'M'月'd'日' H:mm",
|
---|
66 | F: "yyyy'年'M'月'd'日' H:mm:ss",
|
---|
67 | M: "M'月'd'日'",
|
---|
68 | Y: "yyyy'年'M'月'"
|
---|
69 | }
|
---|
70 | },
|
---|
71 | Japanese: {
|
---|
72 | name: "Japanese",
|
---|
73 | days: {
|
---|
74 | names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
|
---|
75 | namesAbbr: ["日","月","火","水","木","金","土"],
|
---|
76 | namesShort: ["日","月","火","水","木","金","土"]
|
---|
77 | },
|
---|
78 | months: {
|
---|
79 | names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
|
---|
80 | namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
|
---|
81 | },
|
---|
82 | AM: ["午前","午前","午前"],
|
---|
83 | PM: ["午後","午後","午後"],
|
---|
84 | eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
|
---|
85 | twoDigitYearMax: 99,
|
---|
86 | patterns: {
|
---|
87 | d: "gg y/M/d",
|
---|
88 | D: "gg y'年'M'月'd'日'",
|
---|
89 | t: "H:mm",
|
---|
90 | T: "H:mm:ss",
|
---|
91 | f: "gg y'年'M'月'd'日' H:mm",
|
---|
92 | F: "gg y'年'M'月'd'日' H:mm:ss",
|
---|
93 | M: "M'月'd'日'",
|
---|
94 | Y: "gg y'年'M'月'"
|
---|
95 | }
|
---|
96 | }
|
---|
97 | }
|
---|
98 | });
|
---|
99 |
|
---|
100 | }( this ));
|
---|