globalize.culture.de-DE.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture de-DE
  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. (function( window, undefined ) {
  16. var Globalize;
  17. if ( typeof require !== "undefined" &&
  18. typeof exports !== "undefined" &&
  19. typeof module !== "undefined" ) {
  20. // Assume CommonJS
  21. Globalize = require( "globalize" );
  22. } else {
  23. // Global variable
  24. Globalize = window.Globalize;
  25. }
  26. Globalize.addCultureInfo( "de-DE", "default", {
  27. name: "de-DE",
  28. englishName: "German (Germany)",
  29. nativeName: "Deutsch (Deutschland)",
  30. language: "de",
  31. numberFormat: {
  32. ",": ".",
  33. ".": ",",
  34. "NaN": "n. def.",
  35. negativeInfinity: "-unendlich",
  36. positiveInfinity: "+unendlich",
  37. percent: {
  38. pattern: ["-n%","n%"],
  39. ",": ".",
  40. ".": ","
  41. },
  42. currency: {
  43. pattern: ["-n $","n $"],
  44. ",": ".",
  45. ".": ",",
  46. symbol: "€"
  47. }
  48. },
  49. calendars: {
  50. standard: {
  51. "/": ".",
  52. firstDay: 1,
  53. days: {
  54. names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
  55. namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"],
  56. namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"]
  57. },
  58. months: {
  59. names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""],
  60. namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
  61. },
  62. AM: null,
  63. PM: null,
  64. eras: [{"name":"n. Chr.","start":null,"offset":0}],
  65. patterns: {
  66. d: "dd.MM.yyyy",
  67. D: "dddd, d. MMMM yyyy",
  68. t: "HH:mm",
  69. T: "HH:mm:ss",
  70. f: "dddd, d. MMMM yyyy HH:mm",
  71. F: "dddd, d. MMMM yyyy HH:mm:ss",
  72. M: "dd MMMM",
  73. Y: "MMMM yyyy"
  74. }
  75. }
  76. }
  77. });
  78. }( this ));