langES-obj.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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'], factory);
  26. } else if (
  27. typeof exports === 'object' &&
  28. typeof exports.nodeName !== 'string'
  29. ) {
  30. // CommonJS
  31. factory(exports);
  32. } else {
  33. // Browser globals
  34. factory({});
  35. }
  36. })(this, function(exports) {
  37. var localeObj = {
  38. time: {
  39. month: [
  40. 'enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio',
  41. 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'
  42. ],
  43. monthAbbr: [
  44. 'ene', 'feb', 'mar', 'abr', 'may', 'jun',
  45. 'jul', 'ago', 'sep', 'oct', 'nov', 'dic'
  46. ],
  47. dayOfWeek: [
  48. 'domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'
  49. ],
  50. dayOfWeekAbbr: [
  51. 'dom', 'lun', 'mar', 'mie', 'jue', 'vie', 'sáb'
  52. ]
  53. },
  54. legend: {
  55. selector: {
  56. all: 'Todas',
  57. inverse: 'Inversa'
  58. }
  59. },
  60. toolbox: {
  61. brush: {
  62. title: {
  63. rect: 'Selección de cuadro',
  64. polygon: 'Selección de lazo',
  65. lineX: 'Seleccionar horizontalmente',
  66. lineY: 'Seleccionar verticalmente',
  67. keep: 'Mantener selección',
  68. clear: 'Despejar selecciones'
  69. }
  70. },
  71. dataView: {
  72. title: 'Ver datos',
  73. lang: ['Ver datos', 'Cerrar', 'Actualizar']
  74. },
  75. dataZoom: {
  76. title: {
  77. zoom: 'Zoom',
  78. back: 'Restablecer zoom'
  79. }
  80. },
  81. magicType: {
  82. title: {
  83. line: 'Cambiar a gráfico de líneas',
  84. bar: 'Cambiar a gráfico de barras',
  85. stack: 'Pila',
  86. tiled: 'Teja'
  87. }
  88. },
  89. restore: {
  90. title: 'Restaurar'
  91. },
  92. saveAsImage: {
  93. title: 'Guardar como imagen',
  94. lang: ['Clic derecho para guardar imagen']
  95. }
  96. },
  97. series: {
  98. typeNames: {
  99. pie: 'Gráfico circular',
  100. bar: 'Gráfico de barras',
  101. line: 'Gráfico de líneas',
  102. scatter: 'Diagrama de dispersión',
  103. effectScatter: 'Diagrama de dispersión de ondas',
  104. radar: 'Gráfico de radar',
  105. tree: 'Árbol',
  106. treemap: 'Mapa de árbol',
  107. boxplot: 'Diagrama de caja',
  108. candlestick: 'Gráfico de velas',
  109. k: 'Gráfico de líneas K',
  110. heatmap: 'Mapa de calor',
  111. map: 'Mapa',
  112. parallel: 'Mapa de coordenadas paralelas',
  113. lines: 'Gráfico de líneas',
  114. graph: 'Gráfico de relaciones',
  115. sankey: 'Diagrama de Sankey',
  116. funnel: 'Gráfico de embudo',
  117. gauge: 'Medidor',
  118. pictorialBar: 'Gráfico de barras pictóricas',
  119. themeRiver: 'Mapa de río temático',
  120. sunburst: 'Sunburst',
  121. custom: 'Gráfico personalizado',
  122. chart: 'Gráfico'
  123. }
  124. },
  125. aria: {
  126. general: {
  127. withTitle: 'Este es un gráfico sobre “{title}”',
  128. withoutTitle: 'Este es un gráfico'
  129. },
  130. series: {
  131. single: {
  132. prefix: '',
  133. withName: ' con tipo {seriesType} llamado {seriesName}.',
  134. withoutName: ' con tipo {seriesType}.'
  135. },
  136. multiple: {
  137. prefix: '. Consta de {seriesCount} series.',
  138. withName: ' La serie {seriesId} es un {seriesType} que representa {seriesName}.',
  139. withoutName: ' La serie {seriesId} es un {seriesType}.',
  140. separator: {
  141. middle: '',
  142. end: ''
  143. }
  144. }
  145. },
  146. data: {
  147. allData: 'Los datos son los siguientes: ',
  148. partialData: 'Los primeros {displayCnt} elementos son: ',
  149. withName: 'los datos para {name} son {value}',
  150. withoutName: '{value}',
  151. separator: {
  152. middle: ', ',
  153. end: '. '
  154. }
  155. }
  156. }
  157. };
  158. for (var key in localeObj) {
  159. if (localeObj.hasOwnProperty(key)) {
  160. exports[key] = localeObj[key];
  161. }
  162. }
  163. });