UNPKG

5.14 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: German.
45 */
46
47var localeObj = {
48 time: {
49 month: [
50 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni',
51 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'
52 ],
53 monthAbbr: [
54 'Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun',
55 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
56 ],
57 dayOfWeek: [
58 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'
59 ],
60 dayOfWeekAbbr: [
61 'So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'
62 ]
63 },
64 legend: {
65 selector: {
66 all: 'Alle',
67 inverse: 'Invertiert'
68 }
69 },
70 toolbox: {
71 brush: {
72 title: {
73 rect: 'Box Auswahl',
74 polygon: 'Lasso Auswahl',
75 lineX: 'Horizontale Auswahl',
76 lineY: 'Vertikale Auswahl',
77 keep: 'Bereich Auswahl',
78 clear: 'Auswahl zurücksetzen'
79 }
80 },
81 dataView: {
82 title: 'Daten Ansicht',
83 lang: ['Daten Ansicht', 'Schließen', 'Aktualisieren']
84 },
85 dataZoom: {
86 title: {
87 zoom: 'Zoom',
88 back: 'Zoom zurücksetzen'
89 }
90 },
91 magicType: {
92 title: {
93 line: 'Zu Liniendiagramm wechseln',
94 bar: 'Zu Balkendiagramm wechseln',
95 stack: 'Stapel',
96 tiled: 'Kachel'
97 }
98 },
99 restore: {
100 title: 'Wiederherstellen'
101 },
102 saveAsImage: {
103 title: 'Als Bild speichern',
104 lang: ['Rechtsklick zum Speichern des Bildes']
105 }
106 },
107 series: {
108 typeNames: {
109 pie: 'Tortendiagramm',
110 bar: 'Balkendiagramm',
111 line: 'Liniendiagramm',
112 scatter: 'Streudiagramm',
113 effectScatter: 'Welligkeits-Streudiagramm',
114 radar: 'Radar-Karte',
115 tree: 'Baum',
116 treemap: 'Baumkarte',
117 boxplot: 'Boxplot',
118 candlestick: 'Kerzenständer',
119 k: 'K Liniendiagramm',
120 heatmap: 'Heatmap',
121 map: 'Karte',
122 parallel: 'Parallele Koordinatenkarte',
123 lines: 'Liniendiagramm',
124 graph: 'Beziehungsgrafik',
125 sankey: 'Sankey-Diagramm',
126 funnel: 'Trichterdiagramm',
127 gauge: 'Meßanzeige',
128 pictorialBar: 'Bildlicher Balken',
129 themeRiver: 'Thematische Flusskarte',
130 sunburst: 'Sonnenausbruch'
131 }
132 },
133 aria: {
134 general: {
135 withTitle: 'Dies ist ein Diagramm über "{title}"',
136 withoutTitle: 'Dies ist ein Diagramm'
137 },
138 series: {
139 single: {
140 prefix: '',
141 withName: ' mit Typ {seriesType} namens {seriesName}.',
142 withoutName: ' mit Typ {seriesType}.'
143 },
144 multiple: {
145 prefix: '. Es besteht aus {seriesCount} Serienzählung.',
146 withName: ' Die Serie {seriesId} ist ein {seriesType} welcher {seriesName} darstellt.',
147 withoutName: ' Die {seriesId}-Reihe ist ein {seriesType}.',
148 separator: {
149 middle: '',
150 end: ''
151 }
152 }
153 },
154 data: {
155 allData: 'Die Daten sind wie folgt: ',
156 partialData: 'Die ersten {displayCnt} Elemente sind: ',
157 withName: 'die Daten für {name} sind {value}',
158 withoutName: '{value}',
159 separator: {
160 middle: ',',
161 end: '.'
162 }
163 }
164 }
165};
166 echarts.registerLocale('DE', localeObj);
167
168});
\No newline at end of file