UNPKG

5.11 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: Czech.
45 */
46
47 var localeObj = {
48 time: {
49 month: [
50 'Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen',
51 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'
52 ],
53 monthAbbr: [
54 'Led', 'Úno', 'Bře', 'Dub', 'Kvě', 'Čvn',
55 'Čvc', 'Srp', 'Zář', 'Říj', 'Lis', 'Pro'
56 ],
57 dayOfWeek: [
58 'Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'
59 ],
60 dayOfWeekAbbr: [
61 'Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'
62 ]
63 },
64 legend: {
65 selector: {
66 all: 'Vše',
67 inverse: 'Inv'
68 }
69 },
70 toolbox: {
71 brush: {
72 title: {
73 rect: 'Obdélníkový výběr',
74 polygon: 'Lasso výběr',
75 lineX: 'Horizontální výběr',
76 lineY: 'Vertikální výběr',
77 keep: 'Ponechat výběr',
78 clear: 'Zrušit výběr'
79 }
80 },
81 dataView: {
82 title: 'Data',
83 lang: ['Data', 'Zavřít', 'Obnovit']
84 },
85 dataZoom: {
86 title: {
87 zoom: 'Přiblížit',
88 back: 'Oddálit'
89 }
90 },
91 magicType: {
92 title: {
93 line: 'Změnit na Spojnicový graf',
94 bar: 'Změnit na Sloupcový graf',
95 stack: 'Plošný',
96 tiled: 'Tile'
97 }
98 },
99 restore: {
100 title: 'Obnovit'
101 },
102 saveAsImage: {
103 title: 'Uložit jako obrázek',
104 lang: ['Obrázek uložte pravým kliknutím']
105 }
106 },
107 series: {
108 typeNames: {
109 pie: 'Výsečový graf',
110 bar: 'Sloupcový graf',
111 line: 'Spojnicový graf',
112 scatter: 'XY bodový graf',
113 effectScatter: 'Effect XY bodový graf',
114 radar: 'Paprskový graf',
115 tree: 'Strom',
116 treemap: 'Stromová mapa',
117 boxplot: 'Krabicový graf',
118 candlestick: 'Burzovní graf',
119 k: 'K spojnicový graf',
120 heatmap: 'Teplotní mapa',
121 map: 'Mapa',
122 parallel: 'Rovnoběžné souřadnice',
123 lines: 'Spojnicový graf',
124 graph: 'Graf vztahů',
125 sankey: 'Sankeyův diagram',
126 funnel: 'Trychtýř (Funnel)',
127 gauge: 'Indikátor',
128 pictorialBar: 'Obrázkový sloupcový graf',
129 themeRiver: 'Theme River Map',
130 sunburst: 'Vícevrstvý prstencový graf'
131 }
132 },
133 aria: {
134 general: {
135 withTitle: 'Toto je graf o "{title}"',
136 withoutTitle: 'Toto je graf'
137 },
138 series: {
139 single: {
140 prefix: '',
141 withName: '{seriesName} s typem {seriesType}.',
142 withoutName: ' s typem {seriesType}.'
143 },
144 multiple: {
145 prefix: '. Obsahuje {seriesCount} řad.',
146 withName: ' Řada {seriesId} je typu {seriesType} repreyentující {seriesName}.',
147 withoutName: ' Řada {seriesId} je typu {seriesType}.',
148 separator: {
149 middle: '',
150 end: ''
151 }
152 }
153 },
154 data: {
155 allData: 'Všechna data jsou: ',
156 partialData: 'První {displayCnt} položky jsou: ',
157 withName: 'data pro {name} jsou {value}',
158 withoutName: '{value}',
159 separator: {
160 middle: ', ',
161 end: '. '
162 }
163 }
164 }
165};
166 echarts.registerLocale('CS', localeObj);
167
168});
\No newline at end of file