This commit is contained in:
Quentin Guidée
2020-02-16 15:26:41 +01:00
parent 1617e1b26a
commit 731496b3b2
3 changed files with 3 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ PythonTurtleRight = "Forduljon fokkal jobbra"
PythonTurtleSetheading = "Állítsa be a tájolást fokokra"
PythonTurtleSetposition = "A helymeghatározás"
PythonTurtleShowturtle = "Mutasd a teknösöt"
PythonTurtleSpeed = "Rajzolási sebesség 0 és 10 között"
PythonTurtleSpeed = "Rajzolási sebesség 0 és 10 között"
PythonTurtleWhite = "Fehér szín"
PythonTurtleYellow = "Sárga szín"
PythonUniform = "Lebegöpontos szám [a, b] -ben"

View File

@@ -9,7 +9,7 @@ ChiSquared = "Chi-négyzet"
UniformDistribution = "Egységes eloszlás"
ExponentialDistribution = "Exponenciális eloszlás"
GeometricDistribution = "Geometriai eloszlás"
Poisson Distribution = "Poisson eloszlás"
PoissonDistribution = "Poisson eloszlás"
ChiSquaredDistribution = "Chi-négyzet eloszlás"
StudentDistribution = "Diák eloszlása"
FisherDistribution = "Poisson eloszlás"

View File

@@ -9,7 +9,7 @@ UnrealEquation = "Unreal egyenlet"
UndefinedEquation = "Definiálatlan egyenlet"
TooManyVariables = "Túl sok ismeretlen"
NonLinearSystem = "A rendszer nem lineáris"
Megoldás = "Megoldás"
Solution = "Megoldás"
ApproximateSolution = "Hozzávetöleges megoldás"
SearchInverval = "Keresési intervallum"
NoSolutionSystem = "A rendszernek nincs megoldása"