hjg
2023-11-17 3780c5e65b05bf23020810798babc6d20311fa79
提交 | 用户 | 时间
58d006 1 /*
A 2  * Globalize Culture de-DE
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( "de-DE", "default", {
29     name: "de-DE",
30     englishName: "German (Germany)",
31     nativeName: "Deutsch (Deutschland)",
32     language: "de",
33     numberFormat: {
34         ",": ".",
35         ".": ",",
36         NaN: "n. def.",
37         negativeInfinity: "-unendlich",
38         positiveInfinity: "+unendlich",
39         percent: {
40             pattern: ["-n%","n%"],
41             ",": ".",
42             ".": ","
43         },
44         currency: {
45             pattern: ["-n $","n $"],
46             ",": ".",
47             ".": ",",
48             symbol: "€"
49         }
50     },
51     calendars: {
52         standard: {
53             "/": ".",
54             firstDay: 1,
55             days: {
56                 names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
57                 namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"],
58                 namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"]
59             },
60             months: {
61                 names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""],
62                 namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
63             },
64             AM: null,
65             PM: null,
66             eras: [{"name":"n. Chr.","start":null,"offset":0}],
67             patterns: {
68                 d: "dd.MM.yyyy",
69                 D: "dddd, d. MMMM yyyy",
70                 t: "HH:mm",
71                 T: "HH:mm:ss",
72                 f: "dddd, d. MMMM yyyy HH:mm",
73                 F: "dddd, d. MMMM yyyy HH:mm:ss",
74                 M: "dd MMMM",
75                 Y: "MMMM yyyy"
76             }
77         }
78     }
79 });
80
81 }( this ));