mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/regression] Change graph options title
This commit is contained in:
@@ -4,7 +4,7 @@ Regression = "Regression"
|
||||
NoEnoughDataForRegression = "Nicht genug Daten fur eine Regression"
|
||||
Reg = "reg"
|
||||
MeanDot = "mittel"
|
||||
RegressionSlope = "Regressionsgerade"
|
||||
RegressionCurve = "Regressionskurve"
|
||||
XPrediction = "Berechne Y"
|
||||
YPrediction = "Berechne X"
|
||||
ValueNotReachedByRegression = "Wert wird nicht von der Regression erreicht"
|
||||
|
||||
@@ -4,7 +4,7 @@ Regression = "Regression"
|
||||
NoEnoughDataForRegression = "Not enough data for regression"
|
||||
Reg = "reg"
|
||||
MeanDot = "mean"
|
||||
RegressionSlope = "Regression line"
|
||||
RegressionCurve = "Regression curve"
|
||||
XPrediction = "Prediction given X"
|
||||
YPrediction = "Prediction given Y"
|
||||
ValueNotReachedByRegression = "Value not reached by regression"
|
||||
|
||||
@@ -4,7 +4,7 @@ Regression = "Regresion"
|
||||
NoEnoughDataForRegression = "Escasez de datos para la regresion"
|
||||
Reg = "reg"
|
||||
MeanDot = "media"
|
||||
RegressionSlope = "Recta de regresion"
|
||||
RegressionCurve = "Curva de regresión"
|
||||
XPrediction = "Prediccion dado X"
|
||||
YPrediction = "Prediccion dado Y"
|
||||
ValueNotReachedByRegression = "No se alcanza este valor"
|
||||
|
||||
@@ -4,7 +4,7 @@ Regression = "Regression"
|
||||
NoEnoughDataForRegression = "Pas assez de donnees pour une regression"
|
||||
Reg = "reg"
|
||||
MeanDot = "moyen"
|
||||
RegressionSlope = "Droite de regression"
|
||||
RegressionCurve = "Courbe de regression"
|
||||
XPrediction = "Prediction sachant X"
|
||||
YPrediction = "Prediction sachant Y"
|
||||
ValueNotReachedByRegression = "Valeur non atteinte par la regression"
|
||||
|
||||
@@ -4,7 +4,7 @@ Regression = "Regressao"
|
||||
NoEnoughDataForRegression = "Nao ha dados suficientes para uma regressao"
|
||||
Reg = "reg"
|
||||
MeanDot = "media"
|
||||
RegressionSlope = "Linha de regressao"
|
||||
RegressionCurve = "Curva de regressão"
|
||||
XPrediction = "Predicao dado X"
|
||||
YPrediction = "Predicao dado Y"
|
||||
ValueNotReachedByRegression = "Valor nao alcancado pela regressao"
|
||||
|
||||
@@ -21,7 +21,7 @@ GraphOptionsController::GraphOptionsController(Responder * parentResponder, Stor
|
||||
}
|
||||
|
||||
const char * GraphOptionsController::title() {
|
||||
return I18n::translate(I18n::Message::RegressionSlope);
|
||||
return I18n::translate(I18n::Message::RegressionCurve);
|
||||
}
|
||||
|
||||
View * GraphOptionsController::view() {
|
||||
|
||||
Reference in New Issue
Block a user