Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.zh-TW.js
1 /*
2  * Globalize Culture zh-TW
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( "zh-TW", "default", {
29         name: "zh-TW",
30         englishName: "Chinese (Traditional, Taiwan)",
31         nativeName: "中文(台灣)",
32         language: "zh-CHT",
33         numberFormat: {
34                 NaN: "不是一個數字",
35                 negativeInfinity: "負無窮大",
36                 positiveInfinity: "正無窮大",
37                 percent: {
38                         pattern: ["-n%","n%"]
39                 },
40                 currency: {
41                         pattern: ["-$n","$n"],
42                         symbol: "NT$"
43                 }
44         },
45         calendars: {
46                 standard: {
47                         days: {
48                                 names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
49                                 namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
50                                 namesShort: ["日","一","二","三","四","五","六"]
51                         },
52                         months: {
53                                 names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
54                                 namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
55                         },
56                         AM: ["上午","上午","上午"],
57                         PM: ["下午","下午","下午"],
58                         eras: [{"name":"西元","start":null,"offset":0}],
59                         patterns: {
60                                 d: "yyyy/M/d",
61                                 D: "yyyy'年'M'月'd'日'",
62                                 t: "tt hh:mm",
63                                 T: "tt hh:mm:ss",
64                                 f: "yyyy'年'M'月'd'日' tt hh:mm",
65                                 F: "yyyy'年'M'月'd'日' tt hh:mm:ss",
66                                 M: "M'月'd'日'",
67                                 Y: "yyyy'年'M'月'"
68                         }
69                 },
70                 Taiwan: {
71                         name: "Taiwan",
72                         days: {
73                                 names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
74                                 namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
75                                 namesShort: ["日","一","二","三","四","五","六"]
76                         },
77                         months: {
78                                 names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
79                                 namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
80                         },
81                         AM: ["上午","上午","上午"],
82                         PM: ["下午","下午","下午"],
83                         eras: [{"name":"","start":null,"offset":1911}],
84                         twoDigitYearMax: 99,
85                         patterns: {
86                                 d: "yyyy/M/d",
87                                 D: "yyyy'年'M'月'd'日'",
88                                 t: "tt hh:mm",
89                                 T: "tt hh:mm:ss",
90                                 f: "yyyy'年'M'月'd'日' tt hh:mm",
91                                 F: "yyyy'年'M'月'd'日' tt hh:mm:ss",
92                                 M: "M'月'd'日'",
93                                 Y: "yyyy'年'M'月'"
94                         }
95                 }
96         }
97 });
98
99 }( this ));