From 9ad553a3c8b2256c8efdad79500955d20dddf8d0 Mon Sep 17 00:00:00 2001 From: Gegenter <36822415+Gegenter@users.noreply.github.com> Date: Mon, 17 Feb 2020 17:59:31 +0100 Subject: [PATCH] Epstein did not kill himself straight facts. oh i also corrected stuff --- apps/probability/base.hu.i18n | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/probability/base.hu.i18n b/apps/probability/base.hu.i18n index df148adf4..f147ff239 100644 --- a/apps/probability/base.hu.i18n +++ b/apps/probability/base.hu.i18n @@ -1,9 +1,9 @@ ProbaApp = "Valószínüség" ProbaAppCapital = "VALÓSZÍNÜSÉG" ChooseDistribution = "Válassza ki a disztribúciót" -Binomial = "Binomial" +Binomial = "Binomiális" Geometric = "Geometriai" -Uniforme = "Uniform" +Uniforme = "Állandó" Normal = "Normál" ChiSquared = "Chi-négyzet" UniformDistribution = "Egységes eloszlás" @@ -22,6 +22,6 @@ MeanDefinition = "μ: Mean" DeviationDefinition = "σ: szórás" LambdaPoissonDefinition = "λ: Paraméter" DegreesOfFreedomDefinition = "k: Szabadságfokok" -D1FisherDefinition = "d1: Degrees of freedom of the numerator" -D2FisherDefinition = "d2: Degrees of freedom of the denominator" +D1FisherDefinition = "d1: A számláló szabadsági foka" +D2FisherDefinition = "d2: A nevező szabadsági foka" ComputeProbability = "Számítsa ki a valószínüségeket"