langRU.js 5.5 KB

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