Fixed some errors with E13

This commit is contained in:
Quentin Guidée
2020-02-12 19:52:24 +01:00
parent 31cdd5bcc8
commit 9212b24626
6 changed files with 13 additions and 13 deletions

View File

@@ -1,2 +1,9 @@
CalculApp = "Számolás"
CalculAppCapital = "SZÁMOLÁS"
AdditionalResults = "????"
DecimalBase = "????"
HexadecimalBase = "????"
BinaryBase = "????"
PrimeFactors = "????"
MixedFraction = "????"
EuclideanDivision = "????"

View File

@@ -50,11 +50,6 @@ PythonImportKandinsky = "Kandinsky modul importálása"
PythonImportRandom = "Véletlenszerü modul importálása"
PythonImportMath = "Import matematikai modul"
PythonImportTurtle = "Import teknös modul"
PythonImportFromCmath = "cmath modul importálása"
PythonImportFromKandinsky = "Kandinsky modul importálása"
PythonImportFromRandom = "Véletlenszerü modul importálása"
PythonImportFromMath = "Import matematikai modul"
PythonImportFromTurtle = "Import teknös modul"
PythonInput = "Érték kérése"
PythonInt = "x konvertálása egész számra"
PythonIsFinite = "Ellenörizze, hogy az x véges-e"
@@ -90,7 +85,6 @@ PythonSeed = "Inicializálja a véletlenszám-generátort"
PythonSetPixel = "Színes pixel (x, y)"
PythonSin = "Sine"
PythonSinh = "Hiperbolikus szinusz"
PythonSorted = "Lista rendezése"
PythonSqrt = "Négyzetgyök"
PythonSum = "Összegzi a lista elemeit"
PythonTan = "Érintö"

View File

@@ -218,8 +218,6 @@ PythonTurtleCommandWhite = "'white'"
PythonTurtleCommandYellow = "'yellow'"
PythonTimeModule = "time"
PythonTimeCommandImportFrom = "from time import *"
PythonCommandImportTime = "import time"
PythonCommandTimeFunction = "time.function"
PythonTimeCommandSleep = "sleep()"
PythonTimeCommandSleepDemo = "sleep(n)"
PythonTimeCommandMonotonic = "monotonic()"

View File

@@ -5,15 +5,13 @@ Binomial = "Binomial"
Geometric = "Geometriai"
Uniforme = "Uniform"
Normal = "Normál"
Poisson = "Poisson"
ChiSquared = "Chi-négyzet"
Student = "Student"
UniformDistribution = "Egységes eloszlás"
ExponentialDistribution = "Exponenciális eloszlás"
GeometricDistribution = "Geometriai eloszlás"
PoissonDistribution = "Poisson eloszlás"
ChiSquaredDistribution = "Chi-négyzet eloszlás"
StudentDistribution = "Diák eloszlása"
FisherDistribution = "Poisson eloszlás"
ChooseParameters = "Paraméterek kiválasztása"
RepetitionNumber = "n: A kísérletek száma"
SuccessProbability = "p: A siker valószínüsége"
@@ -23,4 +21,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"
ComputeProbability = "Számítsa ki a valószínüségeket"

View File

@@ -8,7 +8,8 @@ EPSILON_CUSTOM_VERSION ?= 1.19.0-0
# USERNAME ?= N/A
# Valid values are "none", "update", "beta"
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings external
EPSILON_I18N ?= en fr es de pt hu
EPSILON_I18N ?= en fr es de pt
# EPSILON_I18N ?= en fr es de pt hu
EPSILON_GETOPT ?= 0
ESCHER_LOG_EVENTS_BINARY ?= 0
OMEGA_THEME ?= omega_light

2
themes

Submodule themes updated: 8eb302f60d...cdbf425c66