langRU.js 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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: Russian.
  39. */
  40. var localeObj = {
  41. time: {
  42. month: [
  43. 'Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь',
  44. 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'
  45. ],
  46. monthAbbr: [
  47. 'Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн',
  48. 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'
  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: 'Свечной график',
  112. 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:
  142. ' Серия {seriesId} имеет тип {seriesType} и показывает {seriesName}.',
  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. echarts.registerLocale('RU', localeObj);
  163. });