langFI-obj.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. };
  98. for (var key in localeObj) {
  99. if (localeObj.hasOwnProperty(key)) {
  100. exports[key] = localeObj[key];
  101. }
  102. }
  103. });