www-thermferm/jqwidgets/globalization/globalize.culture.cs-CZ.js

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture cs-CZ
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "cs-CZ", "default", {
31 name: "cs-CZ",
32 englishName: "Czech (Czech Republic)",
33 nativeName: "čeština (Česká republika)",
34 language: "cs",
35 numberFormat: {
36 ",": " ",
37 ".": ",",
38 "NaN": "Není číslo",
39 negativeInfinity: "-nekonečno",
40 positiveInfinity: "+nekonečno",
41 percent: {
42 pattern: ["-n%","n%"],
43 ",": " ",
44 ".": ","
45 },
46 currency: {
47 pattern: ["-n $","n $"],
48 ",": " ",
49 ".": ",",
50 symbol: "Kč"
51 }
52 },
53 calendars: {
54 standard: {
55 "/": ".",
56 firstDay: 1,
57 days: {
58 names: ["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],
59 namesAbbr: ["ne","po","út","st","čt","pá","so"],
60 namesShort: ["ne","po","út","st","čt","pá","so"]
61 },
62 months: {
63 names: ["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec",""],
64 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
65 },
66 monthsGenitive: {
67 names: ["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince",""],
68 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
69 },
70 AM: ["dop.","dop.","DOP."],
71 PM: ["odp.","odp.","ODP."],
72 eras: [{"name":"n. l.","start":null,"offset":0}],
73 patterns: {
74 d: "d.M.yyyy",
75 D: "d. MMMM yyyy",
76 t: "H:mm",
77 T: "H:mm:ss",
78 f: "d. MMMM yyyy H:mm",
79 F: "d. MMMM yyyy H:mm:ss",
80 M: "dd MMMM",
81 Y: "MMMM yyyy"
82 }
83 }
84 }
85 });
86
87 }( this ));

mercurial