globalize.culture.cs-CZ.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. (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( "cs-CZ", "default", {
  27. name: "cs-CZ",
  28. englishName: "Czech (Czech Republic)",
  29. nativeName: "čeština (Česká republika)",
  30. language: "cs",
  31. numberFormat: {
  32. ",": " ",
  33. ".": ",",
  34. "NaN": "Není číslo",
  35. negativeInfinity: "-nekonečno",
  36. positiveInfinity: "+nekonečno",
  37. percent: {
  38. pattern: ["-n%","n%"],
  39. ",": " ",
  40. ".": ","
  41. },
  42. currency: {
  43. pattern: ["-n $","n $"],
  44. ",": " ",
  45. ".": ",",
  46. symbol: "Kč"
  47. }
  48. },
  49. calendars: {
  50. standard: {
  51. "/": ".",
  52. firstDay: 1,
  53. days: {
  54. names: ["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],
  55. namesAbbr: ["ne","po","út","st","čt","pá","so"],
  56. namesShort: ["ne","po","út","st","čt","pá","so"]
  57. },
  58. months: {
  59. names: ["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec",""],
  60. namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
  61. },
  62. monthsGenitive: {
  63. names: ["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince",""],
  64. namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
  65. },
  66. AM: ["dop.","dop.","DOP."],
  67. PM: ["odp.","odp.","ODP."],
  68. eras: [{"name":"n. l.","start":null,"offset":0}],
  69. patterns: {
  70. d: "d.M.yyyy",
  71. D: "d. MMMM yyyy",
  72. t: "H:mm",
  73. T: "H:mm:ss",
  74. f: "d. MMMM yyyy H:mm",
  75. F: "d. MMMM yyyy H:mm:ss",
  76. M: "dd MMMM",
  77. Y: "MMMM yyyy"
  78. }
  79. }
  80. }
  81. });
  82. }( this ));