UNPKG

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