langJA.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. /**
  20. * AUTO-GENERATED FILE. DO NOT MODIFY.
  21. */
  22. (function(root, factory) {
  23. if (typeof define === 'function' && define.amd) {
  24. // AMD. Register as an anonymous module.
  25. define(['exports', 'echarts'], factory);
  26. } else if (
  27. typeof exports === 'object' &&
  28. typeof exports.nodeName !== 'string'
  29. ) {
  30. // CommonJS
  31. factory(exports, require('echarts/lib/echarts'));
  32. } else {
  33. // Browser globals
  34. factory({}, root.echarts);
  35. }
  36. })(this, function(exports, echarts) {
  37. /**
  38. * Language: Japanese.
  39. */
  40. var localeObj = {
  41. time: {
  42. month: [
  43. '一月', '二月', '三月', '四月', '五月', '六月',
  44. '七月', '八月', '九月', '十月', '十一月', '十二月'
  45. ],
  46. monthAbbr: [
  47. '1月', '2月', '3月', '4月', '5月', '6月',
  48. '7月', '8月', '9月', '10月', '11月', '12月'
  49. ],
  50. dayOfWeek: [
  51. '日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'
  52. ],
  53. dayOfWeekAbbr: [
  54. '日', '月', '火', '水', '木', '金', '土'
  55. ]
  56. },
  57. legend: {
  58. selector: {
  59. all: 'すべてを選択',
  60. inverse: '選択範囲を反転'
  61. }
  62. },
  63. toolbox: {
  64. brush: {
  65. title: {
  66. rect: '矩形選択',
  67. polygon: 'なげなわ選択',
  68. lineX: '横方向に選択',
  69. lineY: '縦方向に選択',
  70. keep: '選択範囲を維持',
  71. clear: '選択範囲をクリア'
  72. }
  73. },
  74. dataView: {
  75. title: 'データビュー',
  76. lang: ['データビュー', '閉じる', 'リロード']
  77. },
  78. dataZoom: {
  79. title: {
  80. zoom: 'ズーム',
  81. back: 'リセット'
  82. }
  83. },
  84. magicType: {
  85. title: {
  86. line: '折れ線に切り替え',
  87. bar: '棒に切り替え',
  88. stack: '積み上げに切り替え',
  89. tiled: 'タイル状に切り替え'
  90. }
  91. },
  92. restore: {
  93. title: '復元'
  94. },
  95. saveAsImage: {
  96. title: '図として保存',
  97. lang: ['右クリックして図を保存']
  98. }
  99. },
  100. series: {
  101. typeNames: {
  102. pie: '円グラフ',
  103. bar: '棒グラフ',
  104. line: '折れ線グラフ',
  105. scatter: '散布図',
  106. effectScatter: 'エフェクト散布図',
  107. radar: 'レーダーチャート',
  108. tree: '階層グラフ',
  109. treemap: 'ツリーマップ',
  110. boxplot: '箱ひげ図',
  111. candlestick: 'Kチャート',
  112. k: 'Kチャート',
  113. heatmap: 'ヒートマップ',
  114. map: '地図',
  115. parallel: 'パラレルチャート',
  116. lines: 'ラインチャート',
  117. graph: '相関図',
  118. sankey: 'サンキーダイアグラム',
  119. funnel: 'ファネルグラフ',
  120. gauge: 'ゲージ',
  121. pictorialBar: '絵入り棒グラフ',
  122. themeRiver: 'テーマリバー',
  123. sunburst: 'サンバースト',
  124. custom: 'カスタムチャート',
  125. chart: 'チャート'
  126. }
  127. },
  128. aria: {
  129. general: {
  130. withTitle: 'これは「{title}」に関するチャートです。',
  131. withoutTitle: 'これはチャートで、'
  132. },
  133. series: {
  134. single: {
  135. prefix: '',
  136. withName: 'チャートのタイプは{seriesType}で、{seriesName}を示しています。',
  137. withoutName: 'チャートのタイプは{seriesType}です。'
  138. },
  139. multiple: {
  140. prefix: '{seriesCount}つのチャートシリーズによって構成されています。',
  141. withName: '{seriesId}番目のシリーズは{seriesName}を示した{seriesType}で、',
  142. withoutName: '{seriesId}番目のシリーズは{seriesType}で、',
  143. separator: {
  144. middle: ';',
  145. end: '。'
  146. }
  147. }
  148. },
  149. data: {
  150. allData: 'データは:',
  151. partialData: 'その内、{displayCnt}番目までは:',
  152. withName: '{name}のデータは{value}',
  153. withoutName: '{value}',
  154. separator: {
  155. middle: '、',
  156. end: ''
  157. }
  158. }
  159. }
  160. };
  161. echarts.registerLocale('JA', localeObj);
  162. });