globalize.culture.ja-JP.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture ja-JP
  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( "ja-JP", "default", {
  27. name: "ja-JP",
  28. englishName: "Japanese (Japan)",
  29. nativeName: "日本語 (日本)",
  30. language: "ja",
  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. Japanese: {
  70. name: "Japanese",
  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 ));