Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ii-CN.js
1 /*
2  * Globalize Culture ii-CN
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( "ii-CN", "default", {
29         name: "ii-CN",
30         englishName: "Yi (PRC)",
31         nativeName: "ꆈꌠꁱꂷ (ꍏꉸꏓꂱꇭꉼꇩ)",
32         language: "ii",
33         numberFormat: {
34                 groupSizes: [3,0],
35                 NaN: "ꌗꂷꀋꉬ",
36                 negativeInfinity: "ꀄꊭꌐꀋꉆ",
37                 positiveInfinity: "ꈤꇁꑖꀋꉬ",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         groupSizes: [3,0]
41                 },
42                 currency: {
43                         pattern: ["$-n","$n"],
44                         symbol: "¥"
45                 }
46         },
47         calendars: {
48                 standard: {
49                         firstDay: 1,
50                         days: {
51                                 names: ["ꑭꆏꑍ","ꆏꊂ꒔","ꆏꊂꑍ","ꆏꊂꌕ","ꆏꊂꇖ","ꆏꊂꉬ","ꆏꊂꃘ"],
52                                 namesAbbr: ["ꑭꆏ","ꆏ꒔","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"],
53                                 namesShort: ["ꆏ","꒔","ꑍ","ꌕ","ꇖ","ꉬ","ꃘ"]
54                         },
55                         months: {
56                                 names: ["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊯꊪꆪ","ꊰꑋꆪ",""],
57                                 namesAbbr: ["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊯꊪꆪ","ꊰꑋꆪ",""]
58                         },
59                         AM: ["ꂵꆪꈌꈐ","ꂵꆪꈌꈐ","ꂵꆪꈌꈐ"],
60                         PM: ["ꂵꆪꈌꉈ","ꂵꆪꈌꉈ","ꂵꆪꈌꉈ"],
61                         eras: [{"name":"ꇬꑼ","start":null,"offset":0}],
62                         patterns: {
63                                 d: "yyyy/M/d",
64                                 D: "yyyy'ꈎ' M'ꆪ' d'ꑍ'",
65                                 t: "tt h:mm",
66                                 T: "H:mm:ss",
67                                 f: "yyyy'ꈎ' M'ꆪ' d'ꑍ' tt h:mm",
68                                 F: "yyyy'ꈎ' M'ꆪ' d'ꑍ' H:mm:ss",
69                                 M: "M'ꆪ' d'ꑍ'",
70                                 Y: "yyyy'ꈎ' M'ꆪ'"
71                         }
72                 }
73         }
74 });
75
76 }( this ));