UNPKG

5.16 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
43/**
44 * Language: Slovenian.
45 */
46
47var localeObj = {
48 time: {
49 month: [
50 'Januar', 'Februar', 'Marec', 'April', 'Maj', 'Junij',
51 'Julij', 'Avgust', 'September', 'Oktober', 'November', 'December'
52 ],
53 monthAbbr: [
54 'Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun',
55 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec'
56 ],
57 dayOfWeek: [
58 'Nedelja', 'Ponedeljek', 'Torek', 'Sreda', 'Četrtek', 'Petek', 'Sobota'
59 ],
60 dayOfWeekAbbr: [
61 'Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob'
62 ]
63 },
64 legend: {
65 selector: {
66 all: 'Vsi',
67 inverse: 'Obratno'
68 }
69 },
70 toolbox: {
71 brush: {
72 title: {
73 rect: 'Izbor s pravokotnikom',
74 polygon: 'Izbor z lasom',
75 lineX: 'Vodoravni izbor',
76 lineY: 'Navpični izbor',
77 keep: 'Ohrani izbor',
78 clear: 'Počisti izbor'
79 }
80 },
81 dataView: {
82 title: 'Pogled podatkov',
83 lang: ['Pogled podatkov', 'Zapri', 'Osveži']
84 },
85 dataZoom: {
86 title: {
87 zoom: 'Približaj',
88 back: 'Povrni velikost'
89 }
90 },
91 magicType: {
92 title: {
93 line: 'Preklopi na črtni grafikon',
94 bar: 'Preklopi na stolpčni grafikon',
95 stack: 'Naloži',
96 tiled: 'Drug ob drugem'
97 }
98 },
99 restore: {
100 title: 'Povrni'
101 },
102 saveAsImage: {
103 title: 'Shrani kot sliko',
104 lang: ['Z desnim klikom shrani sliko']
105 }
106 },
107 series: {
108 typeNames: {
109 pie: 'Tortni grafikon',
110 bar: 'Stolpčni grafikon',
111 line: 'Črtni grafikon',
112 scatter: 'Raztreseni grafikon',
113 effectScatter: 'Raztreseni grafikon z efektom',
114 radar: 'Radarski grafikon',
115 tree: 'Drevo',
116 treemap: 'Drevesna struktura',
117 boxplot: 'Boxplot grafikon',
118 candlestick: 'Svečni grafikon',
119 k: 'K line grafikon',
120 heatmap: 'Toplotni zemljevid',
121 map: 'Zemljevid',
122 parallel: 'Zemljevid vzporednih koordinat',
123 lines: 'Črtni grafikon',
124 graph: 'Grafikon razmerij',
125 sankey: 'Sankey grafikon',
126 funnel: 'Lijakasti grafikon',
127 gauge: 'Števec',
128 pictorialBar: 'Stolpčni grafikon s podobo',
129 themeRiver: 'Tematski rečni grafikon',
130 sunburst: 'Večnivojski tortni grafikon'
131 }
132 },
133 aria: {
134 general: {
135 withTitle: 'To je grafikon z naslovom "{title}"',
136 withoutTitle: 'To je grafikon'
137 },
138 series: {
139 single: {
140 prefix: '',
141 withName: ' tipa {seriesType} imenovan {seriesName}.',
142 withoutName: ' tipa {seriesType}.'
143 },
144 multiple: {
145 prefix: '. Sestavljen iz {seriesCount} nizov.',
146 withName: ' Niz {seriesId} je tipa {seriesType} z nazivom {seriesName}.',
147 withoutName: ' Niz {seriesId} je tipa {seriesType}.',
148 separator: {
149 middle: '',
150 end: ''
151 }
152 }
153 },
154 data: {
155 allData: 'Podatki so naslednji: ',
156 partialData: 'Prvih {displayCnt} elementov je: ',
157 withName: 'podatek za {name} je {value}',
158 withoutName: '{value}',
159 separator: {
160 middle: ', ',
161 end: '. '
162 }
163 }
164 }
165};
166 echarts.registerLocale('SI', localeObj);
167
168});
\No newline at end of file