globalize.culture.zn-CN.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture zn-CN
  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( "zn-CN", "default", {
  27. name: "zn-CN",
  28. englishName: "Chinese (China)",
  29. nativeName: "Chinese (China)",
  30. language: "zn",
  31. numberFormat: {
  32. "NaN": "NaN (非数値)",
  33. negativeInfinity: "-∞",
  34. positiveInfinity: "+∞",
  35. percent: {
  36. pattern: ["-n%","n%"]
  37. },
  38. currency: {
  39. pattern: ["-$n","$n"],
  40. decimals: 0,
  41. symbol: "¥"
  42. }
  43. },
  44. calendars: {
  45. standard: {
  46. days: {
  47. names: ["周日","周一","周二","周三","周四","周五","周六"],
  48. namesAbbr: ["日","一","二","三","四","五","六"],
  49. namesShort: ["日","一","二","三","四","五","六"]
  50. },
  51. months: {
  52. names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
  53. namesAbbr: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""]
  54. },
  55. AM: ["午前","午前","午前"],
  56. PM: ["午后","午后","午后"],
  57. eras: [{"name":"公历","start":null,"offset":0}],
  58. patterns: {
  59. d: "yyyy/MM/dd",
  60. D: "yyyy'年'M'月'd'日'",
  61. t: "H:mm",
  62. T: "H:mm:ss",
  63. f: "yyyy'年'M'月'd'日' H:mm",
  64. F: "yyyy'年'M'月'd'日' H:mm:ss",
  65. M: "M'月'd'日'",
  66. Y: "yyyy'年'M'月'"
  67. }
  68. },
  69. Chinese: {
  70. name: "Chinese",
  71. days: {
  72. names: ["周日","周一","周二","周三","周四","周五","周六"],
  73. namesAbbr: ["日","一","二","三","四","五","六"],
  74. namesShort: ["日","一","二","三","四","五","六"]
  75. },
  76. months: {
  77. names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
  78. namesAbbr: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""]
  79. },
  80. AM: ["午前","午前","午前"],
  81. PM: ["午后","午后","午后"],
  82. //eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
  83. twoDigitYearMax: 99,
  84. patterns: {
  85. d: "gg y/M/d",
  86. D: "gg y'年'M'月'd'日'",
  87. t: "H:mm",
  88. T: "H:mm:ss",
  89. f: "gg y'年'M'月'd'日' H:mm",
  90. F: "gg y'年'M'月'd'日' H:mm:ss",
  91. M: "M'月'd'日'",
  92. Y: "gg y'年'M'月'"
  93. }
  94. }
  95. }
  96. });
  97. }( this ));