UNPKG

3.18 kBJavaScriptView Raw
1
2
3/*
4* Licensed to the Apache Software Foundation (ASF) under one
5* or more contributor license agreements. See the NOTICE file
6* distributed with this work for additional information
7* regarding copyright ownership. The ASF licenses this file
8* to you under the Apache License, Version 2.0 (the
9* "License"); you may not use this file except in compliance
10* with the License. You may obtain a copy of the License at
11*
12* http://www.apache.org/licenses/LICENSE-2.0
13*
14* Unless required by applicable law or agreed to in writing,
15* software distributed under the License is distributed on an
16* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17* KIND, either express or implied. See the License for the
18* specific language governing permissions and limitations
19* under the License.
20*/
21
22
23/**
24 * AUTO-GENERATED FILE. DO NOT MODIFY.
25 */
26(function(root, factory) {
27 if (typeof define === 'function' && define.amd) {
28 // AMD. Register as an anonymous module.
29 define(['exports', 'echarts'], factory);
30 } else if (
31 typeof exports === 'object' &&
32 typeof exports.nodeName !== 'string'
33 ) {
34 // CommonJS
35 factory(exports, require('echarts/lib/echarts'));
36 } else {
37 // Browser globals
38 factory({}, root.echarts);
39 }
40})(this, function(exports, echarts) {
41
42
43var localeObj = {
44 time: {
45 month: [
46 'tammikuuta', 'helmikuuta', 'maaliskuuta', 'huhtikuuta', 'toukokuuta', 'kesäkuuta',
47 'heinäkuuta', 'elokuuta', 'syyskuuta', 'lokakuuta', 'marraskuuta', 'joulukuuta'
48 ],
49 monthAbbr: [
50 'tammik', 'helmik', 'maalisk', 'huhtik', 'toukok', 'kesäk',
51 'heinäk', 'elok', 'syysk', 'lokak', 'marrask', 'jouluk'
52 ],
53 dayOfWeek: [
54 'sunnuntaina', 'maanantaina', 'tiistaina', 'keskiviikkona', 'torstaina', 'perjantaina', 'lauantaina'
55 ],
56 dayOfWeekAbbr: [
57 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la'
58 ]
59 },
60 legend: {
61 selector: {
62 all: 'Kaikki',
63 inverse: 'Käänteinen'
64 }
65 },
66 toolbox: {
67 brush: {
68 title: {
69 rect: 'Laatikko valinta',
70 polygon: 'Lasso valinta',
71 lineX: 'Vaakataso valinta',
72 lineY: 'Pysty valinta',
73 keep: 'Pidä valinta',
74 clear: 'Poista valinta'
75 }
76 },
77 dataView: {
78 title: 'Data näkymä',
79 lang: ['Data näkymä', 'Sulje', 'Päivitä']
80 },
81 dataZoom: {
82 title: {
83 zoom: 'Zoomaa',
84 back: 'Zoomin nollaus'
85 }
86 },
87 magicType: {
88 title: {
89 line: 'Vaihda Viivakaavioon',
90 bar: 'Vaihda palkkikaavioon',
91 stack: 'Pinoa',
92 tiled: 'Erottele'
93 }
94 },
95 restore: {
96 title: 'Palauta'
97 },
98 saveAsImage: {
99 title: 'Tallenna kuvana',
100 lang: ['Paina oikeaa hiirennappia tallentaaksesi kuva']
101 }
102 }
103};
104
105 echarts.registerLocale('FI', localeObj);
106
107});
\No newline at end of file