langFI-obj.js 5.1 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. 'tammikuuta', 'helmikuuta', 'maaliskuuta', 'huhtikuuta', 'toukokuuta', 'kesäkuuta',
  41. 'heinäkuuta', 'elokuuta', 'syyskuuta', 'lokakuuta', 'marraskuuta', 'joulukuuta'
  42. ],
  43. monthAbbr: [
  44. 'tammik', 'helmik', 'maalisk', 'huhtik', 'toukok', 'kesäk',
  45. 'heinäk', 'elok', 'syysk', 'lokak', 'marrask', 'jouluk'
  46. ],
  47. dayOfWeek: [
  48. 'sunnuntaina', 'maanantaina', 'tiistaina', 'keskiviikkona', 'torstaina', 'perjantaina', 'lauantaina'
  49. ],
  50. dayOfWeekAbbr: [
  51. 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'
  52. ]
  53. },
  54. legend: {
  55. selector: {
  56. all: 'Kaikki',
  57. inverse: 'Käänteinen'
  58. }
  59. },
  60. toolbox: {
  61. brush: {
  62. title: {
  63. rect: 'Laatikko valinta',
  64. polygon: 'Lasso valinta',
  65. lineX: 'Vaakataso valinta',
  66. lineY: 'Pysty valinta',
  67. keep: 'Pidä valinta',
  68. clear: 'Poista valinta'
  69. }
  70. },
  71. dataView: {
  72. title: 'Data näkymä',
  73. lang: ['Data näkymä', 'Sulje', 'Päivitä']
  74. },
  75. dataZoom: {
  76. title: {
  77. zoom: 'Zoomaa',
  78. back: 'Zoomin nollaus'
  79. }
  80. },
  81. magicType: {
  82. title: {
  83. line: 'Vaihda Viivakaavioon',
  84. bar: 'Vaihda palkkikaavioon',
  85. stack: 'Pinoa',
  86. tiled: 'Erottele'
  87. }
  88. },
  89. restore: {
  90. title: 'Palauta'
  91. },
  92. saveAsImage: {
  93. title: 'Tallenna kuvana',
  94. lang: ['Paina oikeaa hiirennappia tallentaaksesi kuva']
  95. }
  96. },
  97. series: {
  98. typeNames: {
  99. pie: 'Ympyrädiagrammi',
  100. bar: 'Pylväsdiagrammi',
  101. line: 'Viivakaavio',
  102. scatter: 'Pisteplot',
  103. effectScatter: 'Ripple-pisteplot',
  104. radar: 'Sädekaavio',
  105. tree: 'Puu',
  106. treemap: 'Tilastoaluekartta',
  107. boxplot: 'Viivadiagrammi',
  108. candlestick: 'Kynttiläkaavio',
  109. k: 'K-linjakaavio',
  110. heatmap: 'Lämpökartta',
  111. map: 'Kartta',
  112. parallel: 'Rinnakkaiskoordinaattikartta',
  113. lines: 'Viivakuvaaja',
  114. graph: 'Suhdekuvaaja',
  115. sankey: 'Sankey-kaavio',
  116. funnel: 'Suppilokaavio',
  117. gauge: 'Mittari',
  118. pictorialBar: 'Kuvallinen pylväs',
  119. themeRiver: 'Teemajokikartta',
  120. sunburst: 'Auringonkehä',
  121. custom: 'Mukautettu kaavio',
  122. chart: 'Kaavio'
  123. }
  124. },
  125. aria: {
  126. general: {
  127. withTitle: 'Tämä on kaavio “{title}”',
  128. withoutTitle: 'Tämä on kaavio'
  129. },
  130. series: {
  131. single: {
  132. prefix: '',
  133. withName: ' tyyppiä {seriesType} nimeltään {seriesName}.',
  134. withoutName: ' tyyppiä {seriesType}.'
  135. },
  136. multiple: {
  137. prefix: '. Se koostuu {seriesCount} sarjasta.',
  138. withName: ' Sarja {seriesId} on {seriesType}, joka edustaa {seriesName}.',
  139. withoutName: ' Sarja {seriesId} on {seriesType}.',
  140. separator: {
  141. middle: '',
  142. end: ''
  143. }
  144. }
  145. },
  146. data: {
  147. allData: 'Tiedot ovat seuraavat: ',
  148. partialData: 'Ensimmäiset {displayCnt} kohtaa ovat: ',
  149. withName: 'tiedot nimelle {name} ovat {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. });