Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.zh-CHS.js
1 /*
2  * Globalize Culture zh-CHS
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-CHS", "default", {
29         name: "zh-CHS",
30         englishName: "Chinese (Simplified) Legacy",
31         nativeName: "中文(简体) 旧版",
32         language: "zh-CHS",
33         numberFormat: {
34                 NaN: "非数字",
35                 negativeInfinity: "负无穷大",
36                 positiveInfinity: "正无穷大",
37                 percent: {
38                         pattern: ["-n%","n%"]
39                 },
40                 currency: {
41                         pattern: ["$-n","$n"],
42                         symbol: "¥"
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: "H:mm",
63                                 T: "H:mm:ss",
64                                 f: "yyyy'年'M'月'd'日' H:mm",
65                                 F: "yyyy'年'M'月'd'日' H:mm:ss",
66                                 M: "M'月'd'日'",
67                                 Y: "yyyy'年'M'月'"
68                         }
69                 }
70         }
71 });
72
73 }( this ));