7ca37c961790d39def2d087a90415a8b742de7ed
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.zh-CHT.js
1 /*
2  * Globalize Culture zh-CHT
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-CHT", "default", {
29         name: "zh-CHT",
30         englishName: "Chinese (Traditional) Legacy",
31         nativeName: "中文(繁體) 舊版",
32         language: "zh-CHT",
33         numberFormat: {
34                 NaN: "非數字",
35                 negativeInfinity: "負無窮大",
36                 positiveInfinity: "正無窮大",
37                 percent: {
38                         pattern: ["-n%","n%"]
39                 },
40                 currency: {
41                         symbol: "HK$"
42                 }
43         },
44         calendars: {
45                 standard: {
46                         days: {
47                                 names: ["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],
48                                 namesAbbr: ["週日","週一","週二","週三","週四","週五","週六"],
49                                 namesShort: ["日","一","二","三","四","五","六"]
50                         },
51                         months: {
52                                 names: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""],
53                                 namesAbbr: ["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月",""]
54                         },
55                         AM: ["上午","上午","上午"],
56                         PM: ["下午","下午","下午"],
57                         eras: [{"name":"公元","start":null,"offset":0}],
58                         patterns: {
59                                 d: "d/M/yyyy",
60                                 D: "yyyy'年'M'月'd'日'",
61                                 t: "H:mm",
62                                 T: "H:mm:ss",
63                                 f: "yyyy'年'M'月'd'日' H:mm",
64                                 F: "yyyy'年'M'月'd'日' H:mm:ss",
65                                 M: "M'月'd'日'",
66                                 Y: "yyyy'年'M'月'"
67                         }
68                 }
69         }
70 });
71
72 }( this ));