[apps/reg] Add missing i18n file

This commit is contained in:
Léa Saviot
2018-06-08 15:26:01 +02:00
committed by Émilie Feral
parent 5a64a26d24
commit c720eb60fb

View File

@@ -0,0 +1,10 @@
LinearRegressionFormula = " y=ax+b "
QuadraticRegressionFormula = " y=ax^2+bx+c "
CubicRegressionFormula = " y=ax^3+bx^2+cx+d "
QuarticRegressionFormula = " y=ax^4+bx^3+cx^2+dx+e "
LogarithmicRegressionFormula = " y=aln(x)+b "
ExponentialRegressionFormula = " y=aexp(bx) "
PowerRegressionFormula = " y=ax^b "
TrigonometricRegressionFormula = " y=asin(bx+c) "
LogisticRegressionFormula = " y=c/(a+exp(-bx)) "
Dash = "-"