[i18n] german translation

- Wahrscheinlichkeit is too long to be displayed
- XPrediction describes the prediction of Y given X
This commit is contained in:
Émilie Feral
2018-10-15 16:52:25 +02:00
committed by EmilieNumworks
parent 8264e3f1f8
commit 1917ee8588
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ProbaApp = "Wahrscheinlichkeit"
ProbaApp = "Wahrsch."
ProbaAppCapital = "WAHRSCHEINLICHKEIT"
ChooseLaw = "Waehlen Sie eine Verteilung"
Binomial = "Binomial"

View File

@@ -4,8 +4,8 @@ Regression = "Regression"
Reg = "reg"
MeanDot = "mittel"
RegressionCurve = "Regressionskurve"
XPrediction = "Berechne X"
YPrediction = "Berechne Y"
XPrediction = "Berechne Y"
YPrediction = "Berechne X"
ValueNotReachedByRegression = "Wert in diesem Fenster nicht erreicht"
NumberOfDots = "Punktanzahl"
Covariance = "Kovarianz"