Skip to content

Commit c844c24

Browse files
Removing wrong spaces
1 parent 09e6294 commit c844c24

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

lib/locales/de.js

+20-20
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,29 @@ module.exports = {
4444
'Zoom': 'Zoom', // components/modebar/buttons.js:85
4545
'Zoom in': 'Hineinzoomen', // components/modebar/buttons.js:121
4646
'Zoom out': 'Herauszoomen', // components/modebar/buttons.js:130
47-
'close: ': 'schließen', // traces/ohlc/transform.js:139
47+
'close:': 'schließen', // traces/ohlc/transform.js:139
4848
'trace': 'Datenspur', // plots/plots.js:439
49-
'lat: ': 'Lat.: ', // traces/scattergeo/calc.js:48
50-
'lon: ': 'Lon.: ', // traces/scattergeo/calc.js:49
51-
'q1: ': 'q1', // traces/box/calc.js:130
52-
'q3: ': 'q3', // traces/box/calc.js:131
53-
'source: ': 'Quelle: ', // traces/sankey/plot.js:140
54-
'target: ': 'Ziel: ', // traces/sankey/plot.js:141
55-
'lower fence: ': 'Untere Schranke', // traces/box/calc.js:134
56-
'upper fence: ': 'Obere Schranke: ', // traces/box/calc.js:135
57-
'max: ': 'Max.: ', // traces/box/calc.js:132
58-
'mean ± σ: ': 'Mittelwert ± σ: ', // traces/box/calc.js:133
59-
'mean: ': 'Mittelwert: ', // traces/box/calc.js:133
60-
'median: ': 'Median: ', // traces/box/calc.js:128
61-
'min: ': 'Min.: ', // traces/box/calc.js:129
49+
'lat:': 'Lat.: ', // traces/scattergeo/calc.js:48
50+
'lon:': 'Lon.: ', // traces/scattergeo/calc.js:49
51+
'q1:': 'q1', // traces/box/calc.js:130
52+
'q3:': 'q3', // traces/box/calc.js:131
53+
'source:': 'Quelle: ', // traces/sankey/plot.js:140
54+
'target:': 'Ziel: ', // traces/sankey/plot.js:141
55+
'lower fence:': 'Untere Schranke', // traces/box/calc.js:134
56+
'upper fence:': 'Obere Schranke: ', // traces/box/calc.js:135
57+
'max:': 'Max.: ', // traces/box/calc.js:132
58+
'mean ± σ:': 'Mittelwert ± σ: ', // traces/box/calc.js:133
59+
'mean:': 'Mittelwert: ', // traces/box/calc.js:133
60+
'median:': 'Median: ', // traces/box/calc.js:128
61+
'min:': 'Min.: ', // traces/box/calc.js:129
6262

6363
// Missing context
64-
'open: ': 'Offen: ', // traces/ohlc/transform.js:136
65-
'high: ': '', // traces/ohlc/transform.js:137
66-
'low: ': '', // traces/ohlc/transform.js:138
67-
'kde: ': '', // traces/violin/calc.js:73
68-
'outgoing flow count: ': '', // traces/sankey/plot.js:143
69-
'incoming flow count: ': '', // traces/sankey/plot.js:142
64+
'open:': 'Offen: ', // traces/ohlc/transform.js:136
65+
'high:': '', // traces/ohlc/transform.js:137
66+
'low:': '', // traces/ohlc/transform.js:138
67+
'kde:': '', // traces/violin/calc.js:73
68+
'outgoing flow count:': '', // traces/sankey/plot.js:143
69+
'incoming flow count:': '', // traces/sankey/plot.js:142
7070

7171
// Missing translation
7272
'Toggle Spike Lines': '', // components/modebar/buttons.js:548

0 commit comments

Comments
 (0)