UNPKG

5.29 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'], factory);
30 } else if (
31 typeof exports === 'object' &&
32 typeof exports.nodeName !== 'string'
33 ) {
34 // CommonJS
35 factory(exports);
36 } else {
37 // Browser globals
38 factory({});
39 }
40})(this, function(exports) {
41
42
43/**
44 * Language: Hungarian.
45 */
46
47var localeObj = {
48 time: {
49 month: [
50 'Január', 'Február', 'Március', 'Április', 'Május', 'Június',
51 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'
52 ],
53 monthAbbr: [
54 'Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
55 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'
56 ],
57 dayOfWeek: [
58 'Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'
59 ],
60 dayOfWeekAbbr: [
61 'V', 'H', 'K', 'Sze', 'Csü', 'P', 'Szo'
62 ]
63 },
64 legend: {
65 selector: {
66 all: 'Mind',
67 inverse: 'Inverz'
68 }
69 },
70 toolbox: {
71 brush: {
72 title: {
73 rect: 'Négyzet kijelölés',
74 polygon: 'Lasszó kijelölés',
75 lineX: 'Vízszintes kijelölés',
76 lineY: 'Függőleges kijelölés',
77 keep: 'Kijelölések megtartása',
78 clear: 'Kijelölések törlése'
79 }
80 },
81 dataView: {
82 title: 'Adat nézet',
83 lang: ['Adat nézet', 'Bezárás', 'Frissítés']
84 },
85 dataZoom: {
86 title: {
87 zoom: 'Nagyítás',
88 back: 'Alapméret'
89 }
90 },
91 magicType: {
92 title: {
93 line: 'Váltás vonal diagramra',
94 bar: 'Váltás oszlop diagramra',
95 stack: 'Halmozás',
96 tiled: 'Csempe'
97 }
98 },
99 restore: {
100 title: 'Visszaállítás'
101 },
102 saveAsImage: {
103 title: 'Mentés képként',
104 lang: ['Kattints jobb egérgombbal a mentéshez képként']
105 }
106 },
107 series: {
108 typeNames: {
109 pie: 'Oszlopdiagram',
110 bar: 'Sávdiagram',
111 line: 'Vonaldiagram',
112 scatter: 'Pontdiagram',
113 effectScatter: 'Buborékdiagram',
114 radar: 'Sugárdiagram',
115 tree: 'Fa',
116 treemap: 'Fatérkép',
117 boxplot: 'Dobozdiagram',
118 candlestick: 'Árfolyamdiagram',
119 k: 'K vonaldiagram',
120 heatmap: 'Hőtérkép',
121 map: 'Térkép',
122 parallel: 'Párhuzamos koordináta térkép',
123 lines: 'Vonalgráf',
124 graph: 'Kapcsolatgráf',
125 sankey: 'Sankey-diagram',
126 funnel: 'Vízesésdiagram',
127 gauge: 'Mérőeszköz',
128 pictorialBar: 'Képes sávdiagram',
129 themeRiver: 'Folyó témájú térkép',
130 sunburst: 'Napégés',
131 custom: 'Egyedi diagram',
132 chart: 'Diagram'
133 }
134 },
135 aria: {
136 general: {
137 withTitle: 'Ez egy diagram, amely neve "{title}"',
138 withoutTitle: 'Ez egy diagram'
139 },
140 series: {
141 single: {
142 prefix: '',
143 withName: ' típusa {seriesType} és elnevezése {seriesName}.',
144 withoutName: ' típusa {seriesType}.'
145 },
146 multiple: {
147 prefix: '. Az adatsorok száma {seriesCount}.',
148 withName: ' A {seriesId} számú adatsor típusa {seriesType} és neve {seriesName}.',
149 withoutName: ' A {seriesId} számú adatsor típusa {seriesType}.',
150 separator: {
151 middle: '',
152 end: ''
153 }
154 }
155 },
156 data: {
157 allData: 'Az adatok a következők: ',
158 partialData: 'Az első {displayCnt} elemek: ',
159 withName: 'a {name} nevű adat értéke {value}',
160 withoutName: '{value}',
161 separator: {
162 middle: ', ',
163 end: '. '
164 }
165 }
166 }
167};
168
169 for (var key in localeObj) {
170 if (localeObj.hasOwnProperty(key)) {
171 exports[key] = localeObj[key];
172 }
173 }
174
175});
\No newline at end of file