langPT-br-obj.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. /**
  38. * Language: Portuguese (Brazil).
  39. */
  40. var localeObj = {
  41. time: {
  42. month: [
  43. 'Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho',
  44. 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'
  45. ],
  46. monthAbbr: [
  47. 'Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun',
  48. 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'
  49. ],
  50. dayOfWeek: [
  51. 'Domingo', 'Segunda-feira', 'Terça-feira', 'Quarta-feira',
  52. 'Quinta-feira', 'Sexta-feira', 'Sábado'
  53. ],
  54. dayOfWeekAbbr: [
  55. 'Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'
  56. ]
  57. },
  58. legend: {
  59. selector: {
  60. all: 'Todas',
  61. inverse: 'Inv'
  62. }
  63. },
  64. toolbox: {
  65. brush: {
  66. title: {
  67. rect: 'Seleção retangular',
  68. polygon: 'Seleção em laço',
  69. lineX: 'Selecionar horizontalmente',
  70. lineY: 'Selecionar verticalmente',
  71. keep: 'Manter seleções',
  72. clear: 'Limpar seleções'
  73. }
  74. },
  75. dataView: {
  76. title: 'Exibição de dados',
  77. lang: ['Exibição de dados', 'Fechar', 'Atualizar']
  78. },
  79. dataZoom: {
  80. title: {
  81. zoom: 'Zoom',
  82. back: 'Restaurar Zoom'
  83. }
  84. },
  85. magicType: {
  86. title: {
  87. line: 'Trocar para gráfico de linhas',
  88. bar: 'Trocar para gráfico de barras',
  89. stack: 'Empilhar',
  90. tiled: 'Tile'
  91. }
  92. },
  93. restore: {
  94. title: 'Restore'
  95. },
  96. saveAsImage: {
  97. title: 'Salvar como imagem',
  98. lang: ['Clique com o botão direito para salvar imagem']
  99. }
  100. },
  101. series: {
  102. typeNames: {
  103. pie: 'Gráfico de pizza',
  104. bar: 'Gráfico de barras',
  105. line: 'Gráfico de linhas',
  106. scatter: 'Gráfico de dispersão',
  107. effectScatter: 'Gráfico de dispersão ondulado',
  108. radar: 'Gráfico radar',
  109. tree: 'Árvore',
  110. treemap: 'Treemap',
  111. boxplot: 'Boxplot',
  112. candlestick: 'Candlestick',
  113. k: 'Gráfico K line',
  114. heatmap: 'Mapa de calor',
  115. map: 'Mapa',
  116. parallel: 'Coordenadas paralelas',
  117. lines: 'Gráfico de linhas',
  118. graph: 'Relationship graph',
  119. sankey: 'Gráfico Sankey',
  120. funnel: 'Gráfico de funil',
  121. gauge: 'Gauge',
  122. pictorialBar: 'Pictorial bar',
  123. themeRiver: 'Theme River Map',
  124. sunburst: 'Sunburst',
  125. custom: 'Gráfico personalizado',
  126. chart: 'Gráfico'
  127. }
  128. },
  129. aria: {
  130. general: {
  131. withTitle: 'Este é um gráfico entitulado "{title}"',
  132. withoutTitle: 'Este é um gráfico'
  133. },
  134. series: {
  135. single: {
  136. prefix: '',
  137. withName: ' do tipo {seriesType} nomeada/nomeado como {seriesName}.',
  138. withoutName: ' do tipo {seriesType}.'
  139. },
  140. multiple: {
  141. prefix: '. Consiste de {seriesCount} séries.',
  142. withName: ' A {seriesId} série é um/uma {seriesType} representando {seriesName}.',
  143. withoutName: ' A {seriesId} series é um/uma {seriesType}.',
  144. separator: {
  145. middle: '',
  146. end: ''
  147. }
  148. }
  149. },
  150. data: {
  151. allData: 'Os dados são: ',
  152. partialData: 'As primeiros {displayCnt} itens são: ',
  153. withName: 'os dados para {name} são {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. });