UNPKG

6.15 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
43/**
44 * Language: Russian.
45 */
46
47var localeObj = {
48 time: {
49 month: [
50 'Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь',
51 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'
52 ],
53 monthAbbr: [
54 'Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн',
55 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'
56 ],
57 dayOfWeek: [
58 'Воскресенье', 'Понедельник', 'Вторник', 'Среда', 'Четверг', 'Пятница', 'Суббота'
59 ],
60 dayOfWeekAbbr: [
61 'вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'
62 ]
63 },
64 legend: {
65 selector: {
66 all: 'Всё',
67 inverse: 'Обратить'
68 }
69 },
70 toolbox: {
71 brush: {
72 title: {
73 rect: 'Выделить область',
74 polygon: 'Инструмент «Лассо»',
75 lineX: 'Горизонтальное выделение',
76 lineY: 'Вертикальное выделение',
77 keep: 'Оставить выбранное',
78 clear: 'Очистить выбранное'
79 }
80 },
81 dataView: {
82 title: 'Данные',
83 lang: ['Данные', 'Закрыть', 'Обновить']
84 },
85 dataZoom: {
86 title: {
87 zoom: 'Увеличить',
88 back: 'Сбросить увеличение'
89 }
90 },
91 magicType: {
92 title: {
93 line: 'Переключиться на линейный график',
94 bar: 'Переключиться на столбчатую диаграмму',
95 stack: 'Стопка',
96 tiled: 'Плитка'
97 }
98 },
99 restore: {
100 title: 'Восстановить'
101 },
102 saveAsImage: {
103 title: 'Сохранить картинку',
104 lang: ['Правый клик, чтобы сохранить картинку']
105 }
106 },
107 series: {
108 typeNames: {
109 pie: 'Круговая диаграмма',
110 bar: 'Столбчатая диаграмма',
111 line: 'Линейный график',
112 scatter: 'Точечная диаграмма',
113 effectScatter: 'Точечная диаграмма с волнами',
114 radar: 'Лепестковая диаграмма',
115 tree: 'Дерево',
116 treemap: 'Плоское дерево',
117 boxplot: 'Ящик с усами',
118 candlestick: 'Свечной график',
119 k: 'График К-линий',
120 heatmap: 'Тепловая карта',
121 map: 'Карта',
122 parallel: 'Диаграмма параллельных координат',
123 lines: 'Линейный граф',
124 graph: 'Граф отношений',
125 sankey: 'Диаграмма Санкей',
126 funnel: 'Воронкообразная диаграмма',
127 gauge: 'Шкала',
128 pictorialBar: 'Столбец-картинка',
129 themeRiver: 'Тематическая река',
130 sunburst: 'Солнечные лучи'
131 }
132 },
133 aria: {
134 general: {
135 withTitle: 'Это график, показывающий "{title}"',
136 withoutTitle: 'Это график'
137 },
138 series: {
139 single: {
140 prefix: '',
141 withName: ' с типом {seriesType} и именем {seriesName}.',
142 withoutName: ' с типом {seriesType}.'
143 },
144 multiple: {
145 prefix: '. Он состоит из {seriesCount} серий.',
146 withName:
147 ' Серия {seriesId} имеет тип {seriesType} и показывает {seriesName}.',
148 withoutName: ' Серия {seriesId} имеет тип {seriesType}.',
149 separator: {
150 middle: '',
151 end: ''
152 }
153 }
154 },
155 data: {
156 allData: 'Данные таковы: ',
157 partialData: 'Первые {displayCnt} элементов: ',
158 withName: 'значение для {name} — {value}',
159 withoutName: '{value}',
160 separator: {
161 middle: ', ',
162 end: '. '
163 }
164 }
165 }
166};
167
168 for (var key in localeObj) {
169 if (localeObj.hasOwnProperty(key)) {
170 exports[key] = localeObj[key];
171 }
172 }
173
174});
\No newline at end of file