123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
- /**
- * AUTO-GENERATED FILE. DO NOT MODIFY.
- */
- /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
- /**
- * Language: German.
- */
- export default {
- time: {
- month: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'],
- monthAbbr: ['Jan', 'Feb', 'Mrz', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
- dayOfWeek: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'],
- dayOfWeekAbbr: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa']
- },
- legend: {
- selector: {
- all: 'Alle',
- inverse: 'Invertiert'
- }
- },
- toolbox: {
- brush: {
- title: {
- rect: 'Box Auswahl',
- polygon: 'Lasso Auswahl',
- lineX: 'Horizontale Auswahl',
- lineY: 'Vertikale Auswahl',
- keep: 'Bereich Auswahl',
- clear: 'Auswahl zurücksetzen'
- }
- },
- dataView: {
- title: 'Daten Ansicht',
- lang: ['Daten Ansicht', 'Schließen', 'Aktualisieren']
- },
- dataZoom: {
- title: {
- zoom: 'Zoom',
- back: 'Zoom zurücksetzen'
- }
- },
- magicType: {
- title: {
- line: 'Zu Liniendiagramm wechseln',
- bar: 'Zu Balkendiagramm wechseln',
- stack: 'Stapel',
- tiled: 'Kachel'
- }
- },
- restore: {
- title: 'Wiederherstellen'
- },
- saveAsImage: {
- title: 'Als Bild speichern',
- lang: ['Rechtsklick zum Speichern des Bildes']
- }
- },
- series: {
- typeNames: {
- pie: 'Tortendiagramm',
- bar: 'Balkendiagramm',
- line: 'Liniendiagramm',
- scatter: 'Streudiagramm',
- effectScatter: 'Welligkeits-Streudiagramm',
- radar: 'Radar-Karte',
- tree: 'Baum',
- treemap: 'Baumkarte',
- boxplot: 'Boxplot',
- candlestick: 'Kerzenständer',
- k: 'K Liniendiagramm',
- heatmap: 'Heatmap',
- map: 'Karte',
- parallel: 'Parallele Koordinatenkarte',
- lines: 'Liniendiagramm',
- graph: 'Beziehungsgrafik',
- sankey: 'Sankey-Diagramm',
- funnel: 'Trichterdiagramm',
- gauge: 'Meßanzeige',
- pictorialBar: 'Bildlicher Balken',
- themeRiver: 'Thematische Flusskarte',
- sunburst: 'Sonnenausbruch'
- }
- },
- aria: {
- general: {
- withTitle: 'Dies ist ein Diagramm über "{title}"',
- withoutTitle: 'Dies ist ein Diagramm'
- },
- series: {
- single: {
- prefix: '',
- withName: ' mit Typ {seriesType} namens {seriesName}.',
- withoutName: ' mit Typ {seriesType}.'
- },
- multiple: {
- prefix: '. Es besteht aus {seriesCount} Serienzählung.',
- withName: ' Die Serie {seriesId} ist ein {seriesType} welcher {seriesName} darstellt.',
- withoutName: ' Die {seriesId}-Reihe ist ein {seriesType}.',
- separator: {
- middle: '',
- end: ''
- }
- }
- },
- data: {
- allData: 'Die Daten sind wie folgt: ',
- partialData: 'Die ersten {displayCnt} Elemente sind: ',
- withName: 'die Daten für {name} sind {value}',
- withoutName: '{value}',
- separator: {
- middle: ',',
- end: '.'
- }
- }
- }
- };
|