promptLocale_ja-jp.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /*
  2. +=========================================================================+
  3. | Licensed Materials - Property of IBM |
  4. | BI and PM: cclcore |
  5. | (C) Copyright IBM Corp. 2002, 2013 |
  6. | |
  7. | US Government Users Restricted Rights - Use, duplication or |
  8. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp. |
  9. | |
  10. +=========================================================================+
  11. */
  12. /* This file for locale ja-jp */
  13. g_arMonths = [ "1 月", "2 月", "3 月", "4 月", "5 月", "6 月", "7 月", "8 月", "9 月", "10 月", "11 月", "12 月" ];
  14. g_arMonthsAbbr = [ "1 月", "2 月", "3 月", "4 月", "5 月", "6 月", "7 月", "8 月", "9 月", "10 月", "11 月", "12 月" ];
  15. g_arDays = [ "日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日" ];
  16. g_arDaysAbbr = [ "日", "月", "火", "水", "木", "金", "土" ];
  17. g_amString ="午前";
  18. g_pmString ="午後";
  19. g_startDayOfWeek = 1;
  20. g_mediumFormat ="yyyy/MM/dd H:mm:ss";
  21. g_shortFormat ="yy/MM/dd H:mm";
  22. g_shortFormatDateOrder ="YMD";
  23. g_mediumFormatDateOrder ="YMD";
  24. g_dateOrder ="YMD";
  25. g_yearFormatMedium ="yyyy";
  26. g_monthFormatMedium ="MM";
  27. g_dayFormatMedium ="dd";
  28. g_hourFormatMedium ="H";
  29. g_minuteFormatMedium ="mm";
  30. g_secondFormatMedium ="ss";
  31. g_yearFormatShort ="yy";
  32. g_monthFormatShort ="MM";
  33. g_dayFormatShort ="dd";
  34. g_hourFormatShort ="H";
  35. g_minuteFormatShort ="mm";
  36. g_secondFormatShort ="";
  37. g_dateSeparatorMedium ="/";
  38. g_dateSeparatorShort ="/";
  39. g_timeSeparator =":";
  40. g_AMPMLocation ="none";
  41. g_24HourClock ="true";
  42. g_decimalSeparator =".";
  43. g_groupingSeparator =",";
  44. g_groupingSize = 3;
  45. g_secondaryGroupingSize = 0;
  46. g_maximumIntegerDigits = 309;
  47. g_minimumIntegerDigits = 1;
  48. g_maximumFractionDigits = 3;
  49. g_minimumFractionDigits = 0;
  50. g_positivePrefix ="";
  51. g_positiveSuffix ="";
  52. g_negativePrefix ="-";
  53. g_negativeSuffix ="";
  54. g_minusSign ="-";
  55. g_plusSign ="+";
  56. g_zeroDigit ="0";
  57. g_listSeparator =",";
  58. g_negativeLocation ="left";
  59. g_positiveLocation ="none";
  60. g_currencySymbol ="¥";
  61. g_monetaryDecimalSeparator =".";
  62. g_currencyLocation ="left";
  63. g_currencyDecimalSeparator =".";
  64. g_currencyGroupingSeparator =",";
  65. g_currencyGroupingSize = 3;
  66. g_currencySecondaryGroupingSize = 0;
  67. g_currencyPositivePrefix ="¥";
  68. g_currencyPositiveSuffix ="";
  69. g_currencyNegativePrefix ="-¥";
  70. g_currencyNegativeSuffix ="";
  71. g_currencyMinusSign ="-";
  72. g_currencyPlusSign ="+";
  73. g_currencyZeroDigit ="0";
  74. g_currencyNegativeLocation ="left";
  75. g_currencyPositiveLocation ="none";
  76. g_percentSymbol ="%";
  77. g_percentLocation ="right";
  78. g_percentageDecimalSeparator =".";
  79. g_percentageGroupingSeparator =",";
  80. g_percentageGroupingSize = 3;
  81. g_percentageSecondaryGroupingSize = 0;
  82. g_percentagePositivePrefix ="";
  83. g_percentagePositiveSuffix ="%";
  84. g_percentageNegativePrefix ="-";
  85. g_percentageNegativeSuffix ="%";
  86. g_percentageMinusSign ="-";
  87. g_percentagePlusSign ="+";
  88. g_percentageZeroDigit ="0";
  89. g_percentageNegativeLocation ="left";
  90. g_percentagePositiveLocation ="right";
  91. g_exponentialSymbol ="E";
  92. g_scientificDecimalSeparator =".";
  93. g_scientificGroupingSeparator =",";
  94. g_scientificGroupingSize = 0;
  95. g_scientificSecondaryGroupingSize = 0;
  96. g_scientificPositivePrefix ="";
  97. g_scientificPositiveSuffix ="";
  98. g_scientificNegativePrefix ="-";
  99. g_scientificNegativeSuffix ="";
  100. g_scientificMinusSign ="-";
  101. g_scientificPlusSign ="+";
  102. g_scientificZeroDigit ="0";
  103. g_scientificNegativeLocation ="left";
  104. g_scientificPositiveLocation ="none";