langZH.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. /*
  23. * Licensed to the Apache Software Foundation (ASF) under one
  24. * or more contributor license agreements. See the NOTICE file
  25. * distributed with this work for additional information
  26. * regarding copyright ownership. The ASF licenses this file
  27. * to you under the Apache License, Version 2.0 (the
  28. * "License"); you may not use this file except in compliance
  29. * with the License. You may obtain a copy of the License at
  30. *
  31. * http://www.apache.org/licenses/LICENSE-2.0
  32. *
  33. * Unless required by applicable law or agreed to in writing,
  34. * software distributed under the License is distributed on an
  35. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  36. * KIND, either express or implied. See the License for the
  37. * specific language governing permissions and limitations
  38. * under the License.
  39. */
  40. export default {
  41. time: {
  42. month: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
  43. monthAbbr: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
  44. dayOfWeek: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
  45. dayOfWeekAbbr: ['日', '一', '二', '三', '四', '五', '六']
  46. },
  47. legend: {
  48. selector: {
  49. all: '全选',
  50. inverse: '反选'
  51. }
  52. },
  53. toolbox: {
  54. brush: {
  55. title: {
  56. rect: '矩形选择',
  57. polygon: '圈选',
  58. lineX: '横向选择',
  59. lineY: '纵向选择',
  60. keep: '保持选择',
  61. clear: '清除选择'
  62. }
  63. },
  64. dataView: {
  65. title: '数据视图',
  66. lang: ['数据视图', '关闭', '刷新']
  67. },
  68. dataZoom: {
  69. title: {
  70. zoom: '区域缩放',
  71. back: '区域缩放还原'
  72. }
  73. },
  74. magicType: {
  75. title: {
  76. line: '切换为折线图',
  77. bar: '切换为柱状图',
  78. stack: '切换为堆叠',
  79. tiled: '切换为平铺'
  80. }
  81. },
  82. restore: {
  83. title: '还原'
  84. },
  85. saveAsImage: {
  86. title: '保存为图片',
  87. lang: ['右键另存为图片']
  88. }
  89. },
  90. series: {
  91. typeNames: {
  92. pie: '饼图',
  93. bar: '柱状图',
  94. line: '折线图',
  95. scatter: '散点图',
  96. effectScatter: '涟漪散点图',
  97. radar: '雷达图',
  98. tree: '树图',
  99. treemap: '矩形树图',
  100. boxplot: '箱型图',
  101. candlestick: 'K线图',
  102. k: 'K线图',
  103. heatmap: '热力图',
  104. map: '地图',
  105. parallel: '平行坐标图',
  106. lines: '线图',
  107. graph: '关系图',
  108. sankey: '桑基图',
  109. funnel: '漏斗图',
  110. gauge: '仪表盘图',
  111. pictorialBar: '象形柱图',
  112. themeRiver: '主题河流图',
  113. sunburst: '旭日图'
  114. }
  115. },
  116. aria: {
  117. general: {
  118. withTitle: '这是一个关于“{title}”的图表。',
  119. withoutTitle: '这是一个图表,'
  120. },
  121. series: {
  122. single: {
  123. prefix: '',
  124. withName: '图表类型是{seriesType},表示{seriesName}。',
  125. withoutName: '图表类型是{seriesType}。'
  126. },
  127. multiple: {
  128. prefix: '它由{seriesCount}个图表系列组成。',
  129. withName: '第{seriesId}个系列是一个表示{seriesName}的{seriesType},',
  130. withoutName: '第{seriesId}个系列是一个{seriesType},',
  131. separator: {
  132. middle: ';',
  133. end: '。'
  134. }
  135. }
  136. },
  137. data: {
  138. allData: '其数据是——',
  139. partialData: '其中,前{displayCnt}项是——',
  140. withName: '{name}的数据是{value}',
  141. withoutName: '{value}',
  142. separator: {
  143. middle: ',',
  144. end: ''
  145. }
  146. }
  147. }
  148. };