[build/utilities] Add translations clean script (#179)

This commit is contained in:
Yaya-Cout
2022-03-20 16:10:54 +01:00
committed by GitHub
parent 841ac7d5f4
commit 865bacf89a
61 changed files with 1325 additions and 1215 deletions

View File

@@ -214,3 +214,8 @@ run: compile
translations: translations:
@echo "TRANSLATIONS" @echo "TRANSLATIONS"
$(Q) ${PYTHON} build/utilities/translate.py $(Q) ${PYTHON} build/utilities/translate.py
.PHONY: translations_clean
translations_clean:
@echo "TRANSLATIONS CLEAN"
$(Q) ${PYTHON} build/utilities/translations_clean.py

View File

@@ -1,3 +1,2 @@
CodeAppCapital = "PYTHON" CodeAppCapital = "PYTHON"
ConsolePrompt = ">>> " ConsolePrompt = ">>> "
ScriptParameters = "..."

View File

@@ -186,14 +186,11 @@ PythonTurtlePosition = "Aktuelle (x,y) Position zurückgeben"
PythonTurtleReset = "Die Zeichnung zurücksetzen" PythonTurtleReset = "Die Zeichnung zurücksetzen"
PythonTurtleRight = "Um ein Grad nach rechts drehen" PythonTurtleRight = "Um ein Grad nach rechts drehen"
PythonTurtleSetheading = "Ausrichtung auf einen Grad setzen" PythonTurtleSetheading = "Ausrichtung auf einen Grad setzen"
PythonTurtleSetposition = "Den Igel auf Position setzen"
PythonTurtleShowturtle = "Den Igel anzeigen" PythonTurtleShowturtle = "Den Igel anzeigen"
PythonTurtleSpeed = "Zeichengeschwindigkeit von 0 bis 10" PythonTurtleSpeed = "Zeichengeschwindigkeit von 0 bis 10"
PythonTurtleWrite = "Einen Text anzeigen" PythonTurtleWrite = "Einen Text anzeigen"
PythonUniform = "Fließkommazahl in [a,b]" PythonUniform = "Fließkommazahl in [a,b]"
PythonImportTime = "Time-Modul importieren" PythonImportTime = "Time-Modul importieren"
PythonTimePrefix = "Zeitmodul-Funktionspräfix"
PythonTimeSleep = "Warte für n Sekunden"
PythonMonotonic = "Monotone Zeit zurückgeben" PythonMonotonic = "Monotone Zeit zurückgeben"
PythonFileOpen = "Öffnet eine Datei" PythonFileOpen = "Öffnet eine Datei"
PythonFileSeekable = "Kann Datei durchsucht werden?" PythonFileSeekable = "Kann Datei durchsucht werden?"

View File

@@ -172,7 +172,6 @@ PythonTurtlePosition = "Return the current (x,y) location"
PythonTurtleReset = "Reset the drawing" PythonTurtleReset = "Reset the drawing"
PythonTurtleRight = "Turn right by a degrees" PythonTurtleRight = "Turn right by a degrees"
PythonTurtleSetheading = "Set the orientation to a degrees" PythonTurtleSetheading = "Set the orientation to a degrees"
PythonTurtleSetposition = "Positioning the turtle"
PythonTurtleShowturtle = "Show the turtle" PythonTurtleShowturtle = "Show the turtle"
PythonTurtleSpeed = "Drawing speed between 0 and 10" PythonTurtleSpeed = "Drawing speed between 0 and 10"
PythonTurtleWrite = "Display a text" PythonTurtleWrite = "Display a text"
@@ -192,8 +191,6 @@ PythonSysImplementation = "Information about Python"
PythonSysModules = "Dictionary of loaded modules" PythonSysModules = "Dictionary of loaded modules"
PythonSysVersion = "Python language version (string)" PythonSysVersion = "Python language version (string)"
PythonSysVersioninfo = "Python language version (tuple)" PythonSysVersioninfo = "Python language version (tuple)"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Wait for n second"
PythonMonotonic = "Return monotonic time" PythonMonotonic = "Return monotonic time"
PythonFileOpen = "Opens a file" PythonFileOpen = "Opens a file"
PythonFileSeekable = "Tells if seek can be used on a file" PythonFileSeekable = "Tells if seek can be used on a file"

View File

@@ -172,7 +172,6 @@ PythonTurtlePosition = "Return the current (x,y) location"
PythonTurtleReset = "Reset the drawing" PythonTurtleReset = "Reset the drawing"
PythonTurtleRight = "Turn right by a degrees" PythonTurtleRight = "Turn right by a degrees"
PythonTurtleSetheading = "Set the orientation to a degrees" PythonTurtleSetheading = "Set the orientation to a degrees"
PythonTurtleSetposition = "Colocar la tortuga"
PythonTurtleShowturtle = "Show the turtle" PythonTurtleShowturtle = "Show the turtle"
PythonTurtleSpeed = "Drawing speed between 0 and 10" PythonTurtleSpeed = "Drawing speed between 0 and 10"
PythonTurtleWrite = "Display a text" PythonTurtleWrite = "Display a text"
@@ -192,8 +191,6 @@ PythonSysImplementation = "Information about Python"
PythonSysModules = "Dictionary of loaded modules" PythonSysModules = "Dictionary of loaded modules"
PythonSysVersion = "Python language version (string)" PythonSysVersion = "Python language version (string)"
PythonSysVersioninfo = "Python language version (tuple)" PythonSysVersioninfo = "Python language version (tuple)"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Esperar n segundos"
PythonMonotonic = "Tiempo monótono de retorno" PythonMonotonic = "Tiempo monótono de retorno"
PythonFileOpen = "Opens a file" PythonFileOpen = "Opens a file"
PythonFileSeekable = "Tells if seek can be used on a file" PythonFileSeekable = "Tells if seek can be used on a file"

View File

@@ -172,7 +172,6 @@ PythonTurtlePosition = "Renvoie la position (x,y)"
PythonTurtleReset = "Réinitialise le dessin" PythonTurtleReset = "Réinitialise le dessin"
PythonTurtleRight = "Pivote de a degrés vers la droite" PythonTurtleRight = "Pivote de a degrés vers la droite"
PythonTurtleSetheading = "Met un cap de a degrés" PythonTurtleSetheading = "Met un cap de a degrés"
PythonTurtleSetposition = "Positionne la tortue"
PythonTurtleShowturtle = "Affiche la tortue" PythonTurtleShowturtle = "Affiche la tortue"
PythonTurtleSpeed = "Vitesse du tracé entre 0 et 10" PythonTurtleSpeed = "Vitesse du tracé entre 0 et 10"
PythonTurtleWrite = "Affiche un texte" PythonTurtleWrite = "Affiche un texte"
@@ -192,8 +191,6 @@ PythonSysImplementation = "Information sur Python"
PythonSysModules = "Dictionnaire des modules chargés" PythonSysModules = "Dictionnaire des modules chargés"
PythonSysVersion = "Version du langage Python (string)" PythonSysVersion = "Version du langage Python (string)"
PythonSysVersioninfo = "Version du langage Python (tuple)" PythonSysVersioninfo = "Version du langage Python (tuple)"
PythonTimePrefix = "Préfixe fonction du module temps"
PythonTimeSleep = "Attendre n secondes"
PythonMonotonic = "Retourne le temps monotone" PythonMonotonic = "Retourne le temps monotone"
PythonFileOpen = "Ouvre un fichier" PythonFileOpen = "Ouvre un fichier"
PythonFileSeekable = "Indique si seek peut être utilisé" PythonFileSeekable = "Indique si seek peut être utilisé"

View File

@@ -1,213 +1,210 @@
PythonPound = "Megjegyzés" PythonPound = "Megjegyzés"
PythonPercent = "Modulo" PythonPercent = "Modulo"
Python1J = "Képzeletbeli i" Python1J = "Képzeletbeli i"
PythonLF = "Enter" PythonLF = "Enter"
PythonTab = "Táblázat" PythonTab = "Táblázat"
PythonAmpersand = "Logikus és" PythonAmpersand = "Logikus és"
PythonSymbolExp = "logikus exkluzív vagy pedig" PythonSymbolExp = "logikus exkluzív vagy pedig"
PythonVerticalBar = "logikus vagy pedig" PythonVerticalBar = "logikus vagy pedig"
PythonImag = "z képzeletbeli része" PythonImag = "z képzeletbeli része"
PythonReal = "z valódi része" PythonReal = "z valódi része"
PythonSingleQuote = "apostróf" PythonSingleQuote = "apostróf"
PythonAbs = "Abszolút érték/nagyság" PythonAbs = "Abszolút érték/nagyság"
PythonAcos = "Ív (arc) koszinusz" PythonAcos = "Ív (arc) koszinusz"
PythonAcosh = "Hiperbolikus arc koszinusz" PythonAcosh = "Hiperbolikus arc koszinusz"
PythonAppend = "Lista végére hozzáadni x-et" PythonAppend = "Lista végére hozzáadni x-et"
PythonArrow = "(x,y) nyíla (x+dx,y+dy) nyílához" PythonArrow = "(x,y) nyíla (x+dx,y+dy) nyílához"
PythonAsin = "Ív (arc) szinusz" PythonAsin = "Ív (arc) szinusz"
PythonAsinh = "Hiperbolikus ív (arc) szinusz" PythonAsinh = "Hiperbolikus ív (arc) szinusz"
PythonAtan = "Ív (arc) érintö (tan)" PythonAtan = "Ív (arc) érintö (tan)"
PythonAtan2 = "atan(y/x) sámolása" PythonAtan2 = "atan(y/x) sámolása"
PythonAtanh = "Hiperbolikus ív (arc) érintö (atan)" PythonAtanh = "Hiperbolikus ív (arc) érintö (atan)"
PythonAxis = "Tengelyeket (xmin,xmax,ymin,ymax)-ra állitani" PythonAxis = "Tengelyeket (xmin,xmax,ymin,ymax)-ra állitani"
PythonBar = "Az x lista oszlopdiagramja" PythonBar = "Az x lista oszlopdiagramja"
PythonBin = "Egész szám konvertálása binárisra" PythonBin = "Egész szám konvertálása binárisra"
PythonCeil = "Mennyezet" PythonCeil = "Mennyezet"
PythonChoice = "Véletlenszerü szám a listában" PythonChoice = "Véletlenszerü szám a listában"
PythonClear = "A lista ürítése" PythonClear = "A lista ürítése"
PythonCmathFunction = "cmath modul funkció elötag" PythonCmathFunction = "cmath modul funkció elötag"
PythonColor = "Rgb (pzk) szín allítása" PythonColor = "Rgb (pzk) szín allítása"
PythonColorBlack = "Fekete szín" PythonColorBlack = "Fekete szín"
PythonColorBlue = "Kék szín" PythonColorBlue = "Kék szín"
PythonColorBrown = "Barna szín" PythonColorBrown = "Barna szín"
PythonColorGreen = "Zöld szín" PythonColorGreen = "Zöld szín"
PythonColorGray = "Szürke szín" PythonColorGray = "Szürke szín"
PythonColorOrange = "Narancssárga szín" PythonColorOrange = "Narancssárga szín"
PythonColorPink = "Rózsaszín szín" PythonColorPink = "Rózsaszín szín"
PythonColorPurple = "Lila szín" PythonColorPurple = "Lila szín"
PythonColorRed = "Piros szín" PythonColorRed = "Piros szín"
PythonColorWhite = "Fehér szín" PythonColorWhite = "Fehér szín"
PythonColorYellow = "Sárga szín" PythonColorYellow = "Sárga szín"
PythonComplex = "A + ib visszaadása" PythonComplex = "A + ib visszaadása"
PythonCopySign = "X visszaadása y jelével" PythonCopySign = "X visszaadása y jelével"
PythonCos = "Koszinusz" PythonCos = "Koszinusz"
PythonCosh = "Hiperbolikus koszinusz" PythonCosh = "Hiperbolikus koszinusz"
PythonCount = "Számolja az x elöfordulását" PythonCount = "Számolja az x elöfordulását"
PythonDegrees = "x konvertálása radiánokrol fokokra" PythonDegrees = "x konvertálása radiánokrol fokokra"
PythonDivMod = "Hányados és maradék" PythonDivMod = "Hányados és maradék"
PythonDrawCircle = "Rajzolj egy kört" PythonDrawCircle = "Rajzolj egy kört"
PythonDrawLine = "Húzzon egy vonalat " PythonDrawLine = "Húzzon egy vonalat "
PythonDrawString = "Szöveg megjelenítése (x, y)-en" PythonDrawString = "Szöveg megjelenítése (x, y)-en"
PythonErf = "Hiba funkció" PythonErf = "Hiba funkció"
PythonErfc = "Kiegészítö hiba funkció" PythonErfc = "Kiegészítö hiba funkció"
PythonEval = "Visszaadja az értékelt kifejezést" PythonEval = "Visszaadja az értékelt kifejezést"
PythonExp = "Exponenciális függvény" PythonExp = "Exponenciális függvény"
PythonExpm1 = "exp(x)-1 sámitása" PythonExpm1 = "exp(x)-1 sámitása"
PythonFactorial = "x faktorál" PythonFactorial = "x faktorál"
PythonFabs = "Abszolút érték" PythonFabs = "Abszolút érték"
PythonFillRect = "Téglalap töltése" PythonFillRect = "Téglalap töltése"
PythonFillCircle = "Kitölti a kört" PythonFillCircle = "Kitölti a kört"
PythonFillPolygon = "Kitölti a poligont" PythonFillPolygon = "Kitölti a poligont"
PythonFloat = "Konvertálása tizedes számra" PythonFloat = "Konvertálása tizedes számra"
PythonFloor = "Egész része" PythonFloor = "Egész része"
PythonFmod = "a modulo b" PythonFmod = "a modulo b"
PythonFrExp = "X mantissája és kiállítója" PythonFrExp = "X mantissája és kiállítója"
PythonGamma = "Gamma funkció" PythonGamma = "Gamma funkció"
PythonGetKeys = "Billentyűk lenyomva" PythonGetKeys = "Billentyűk lenyomva"
PythonGetPalette = "Téma paletta beszerzése" PythonGetPalette = "Téma paletta beszerzése"
PythonGetPixel = "Visszatéríti (x,y) színét" PythonGetPixel = "Visszatéríti (x,y) színét"
PythonGetrandbits = "Váletlenszám visszatérítése k biten" PythonGetrandbits = "Váletlenszám visszatérítése k biten"
PythonGrid = "Rács megjelenítése/elrejtése" PythonGrid = "Rács megjelenítése/elrejtése"
PythonHex = "Decimális szám konvertálása hexadecimális számra" PythonHex = "Decimális szám konvertálása hexadecimális számra"
PythonHist = "x hisztográmiája" PythonHist = "x hisztográmiája"
PythonImportCmath = "cmath modul importálása" PythonImportCmath = "cmath modul importálása"
PythonImportIon = "Ion modul importálása" PythonImportIon = "Ion modul importálása"
PythonImportKandinsky = "Kandinsky modul importálása" PythonImportKandinsky = "Kandinsky modul importálása"
PythonImportRandom = "Véletlenszerü modul importálása" PythonImportRandom = "Véletlenszerü modul importálása"
PythonImportMath = "math modul importálása" PythonImportMath = "math modul importálása"
PythonImportMatplotlibPyplot = "matplotlib.pyplot modul importálása" PythonImportMatplotlibPyplot = "matplotlib.pyplot modul importálása"
PythonImportNumpy = "ulab.numpy modul importálása" PythonImportNumpy = "ulab.numpy modul importálása"
PythonImportScipy = "ulab.scipy modul importálása" PythonImportScipy = "ulab.scipy modul importálása"
PythonImportTurtle = "turtle modul importálása" PythonImportTurtle = "turtle modul importálása"
PythonImportTime = "time modul importálása" PythonImportTime = "time modul importálása"
PythonIndex = "Az elsö x esemény indexe" PythonIndex = "Az elsö x esemény indexe"
PythonInput = "Irjon egy értéket (számot)" PythonInput = "Irjon egy értéket (számot)"
PythonInsert = "x-et i. pozícióra helyezze a listában" PythonInsert = "x-et i. pozícióra helyezze a listában"
PythonInt = "egész számra konvertálás" PythonInt = "egész számra konvertálás"
PythonIonFunction = "ion modul funkció elötag" PythonIonFunction = "ion modul funkció elötag"
PythonIsFinite = "x véges-e" PythonIsFinite = "x véges-e"
PythonIsInfinite = "x végtelen-e" PythonIsInfinite = "x végtelen-e"
PythonIsKeyDown = "True-t válaszol ha a k gomb le van nyomva" PythonIsKeyDown = "True-t válaszol ha a k gomb le van nyomva"
PythonBattery = "Az akkumulátor feszültségének visszaadása" PythonBattery = "Az akkumulátor feszültségének visszaadása"
PythonBatteryLevel = "Az akkumulátor töltöttségi szintjének visszaadása" PythonBatteryLevel = "Az akkumulátor töltöttségi szintjének visszaadása"
PythonBatteryIscharging = "Visszaadja, ha az akkumulátor töltődik" PythonBatteryIscharging = "Visszaadja, ha az akkumulátor töltődik"
PythonSetBrightness = "Fényerőszint beállítása" PythonSetBrightness = "Fényerőszint beállítása"
PythonGetBrightness = "Get brightness level" PythonGetBrightness = "Get brightness level"
PythonIsNaN = "Ellenörizze hogy x nem NaN" PythonIsNaN = "Ellenörizze hogy x nem NaN"
PythonKandinskyFunction = "kandinsky modul funkció elötag" PythonKandinskyFunction = "kandinsky modul funkció elötag"
PythonLdexp = "frexp ellentéte : x*(2**i)" PythonLdexp = "frexp ellentéte : x*(2**i)"
PythonLength = "Egy targy hossza" PythonLength = "Egy targy hossza"
PythonLgamma = "Gamma funkció logaritmusa" PythonLgamma = "Gamma funkció logaritmusa"
PythonLog = "a alapú logaritmus" PythonLog = "a alapú logaritmus"
PythonLog10 = "Decimális logaritmus" PythonLog10 = "Decimális logaritmus"
PythonLog2 = "Bináris logaritmus" PythonLog2 = "Bináris logaritmus"
PythonMathFunction = "math modul funkció elötag" PythonMathFunction = "math modul funkció elötag"
PythonMatplotlibPyplotFunction = "matplotlib.pyplot elötag" PythonMatplotlibPyplotFunction = "matplotlib.pyplot elötag"
PythonMax = "Maximum" PythonMax = "Maximum"
PythonMin = "Minimum" PythonMin = "Minimum"
PythonModf = "x-nek tört és egész részei" PythonModf = "x-nek tört és egész részei"
PythonMonotonic = "Az óra értékét adja vissza" PythonMonotonic = "Az óra értékét adja vissza"
PythonNumpyFunction = "numpy elötag" PythonNumpyFunction = "numpy elötag"
PythonNumpyFftFunction = "numpy.fft elötag" PythonNumpyFftFunction = "numpy.fft elötag"
PythonNumpyLinalgFunction = "numpy.linalg elötag" PythonNumpyLinalgFunction = "numpy.linalg elötag"
PythonScipyFunction = "scipy elötag" PythonScipyFunction = "scipy elötag"
PythonScipyLinalgFunction = "scipy.linalg elötag" PythonScipyLinalgFunction = "scipy.linalg elötag"
PythonScipyOptimizeFunction = "scipy.optimize elötag" PythonScipyOptimizeFunction = "scipy.optimize elötag"
PythonScipySignalFunction = "scipy.signal elötag" PythonScipySignalFunction = "scipy.signal elötag"
PythonScipySpecialFunction = "scipy.special elötag" PythonScipySpecialFunction = "scipy.special elötag"
PythonOct = "Decimális szám konvertálása octális számra" PythonOct = "Decimális szám konvertálása octális számra"
PythonPhase = "z fázisa" PythonPhase = "z fázisa"
PythonPlot = "y-t jelöli x függvényében" PythonPlot = "y-t jelöli x függvényében"
PythonPolar = "Verctorizálni" PythonPolar = "Verctorizálni"
PythonPop = "Az utolsó elemet el törölni" PythonPop = "Az utolsó elemet el törölni"
PythonPower = "x y. kitevö" PythonPower = "x y. kitevö"
PythonPrint = "Ki irni a elemeket" PythonPrint = "Ki irni a elemeket"
PythonRadians = "Fokról radiánra konvertálni" PythonRadians = "Fokról radiánra konvertálni"
PythonRandint = "Véletlen egész szám [a;b] -ban" PythonRandint = "Véletlen egész szám [a;b] -ban"
PythonRandom = "Decimális szám [0;1] -ban" PythonRandom = "Decimális szám [0;1] -ban"
PythonRandomFunction = "random modul funkció elötag" PythonRandomFunction = "random modul funkció elötag"
PythonRandrange = "Véletlen szám range(start,stop)-ban" PythonRandrange = "Véletlen szám range(start,stop)-ban"
PythonRangeStartStop = "start-tol stop-ig listája" PythonRangeStartStop = "start-tol stop-ig listája"
PythonRangeStop = "0 tol stop-ig lista" PythonRangeStop = "0 tol stop-ig lista"
PythonRect = "Algebrai számra konvertálni" PythonRect = "Algebrai számra konvertálni"
PythonRemove = "Elsö x elöfordulását törolni" PythonRemove = "Elsö x elöfordulását törolni"
PythonReverse = "A lista elemeit megfordítani (másik irány)" PythonReverse = "A lista elemeit megfordítani (másik irány)"
PythonRound = "N számjegyre kerekítni" PythonRound = "N számjegyre kerekítni"
PythonScatter = "(x,y) halmaza" PythonScatter = "(x,y) halmaza"
PythonSeed = "Inicializálni a véletlenszám-választót" PythonSeed = "Inicializálni a véletlenszám-választót"
PythonSetPixel = "Az (x,y) pixel-t ki szinezni" PythonSetPixel = "Az (x,y) pixel-t ki szinezni"
PythonShow = "Mutassa az ábrát" PythonShow = "Mutassa az ábrát"
PythonSin = "Szinusz" PythonSin = "Szinusz"
PythonSinh = "Hiperbolikus szinusz" PythonSinh = "Hiperbolikus szinusz"
PythonSleep = "t másodpercre meg állitani a programmot" PythonSleep = "t másodpercre meg állitani a programmot"
PythonLocalTime = "Idő konvertálása csomóvá" PythonLocalTime = "Idő konvertálása csomóvá"
PythonMktime = "A tuple konvertálása az időben" PythonMktime = "A tuple konvertálása az időben"
PythonTime = "Az aktuális időbélyeg letöltése" PythonTime = "Az aktuális időbélyeg letöltése"
PythonSetLocaltime = "Idő beállítása egy csomóból" PythonSetLocaltime = "Idő beállítása egy csomóból"
PythonRTCmode = "Aktuális RTC mód" PythonRTCmode = "Aktuális RTC mód"
PythonSetRTCmode = "RTC mód beállítása" PythonSetRTCmode = "RTC mód beállítása"
PythonSort = "A listát rendezni" PythonSort = "A listát rendezni"
PythonSqrt = "Négyzetgyök" PythonSqrt = "Négyzetgyök"
PythonSum = "Összeadni a lista elemeit" PythonSum = "Összeadni a lista elemeit"
PythonTan = "Érintö (tan)" PythonTan = "Érintö (tan)"
PythonTanh = "Hiperbolikus érintö (tan)" PythonTanh = "Hiperbolikus érintö (tan)"
PythonText = "(x,y) nél egy szöveget irni" PythonText = "(x,y) nél egy szöveget irni"
PythonTimeFunction = "time funkció elötag" PythonTimeFunction = "time funkció elötag"
PythonTrunc = "Egész csonka (?)" PythonTrunc = "Egész csonka (?)"
PythonTurtleBackward = "x pixelt hátra" PythonTurtleBackward = "x pixelt hátra"
PythonTurtleCircle = "r pixel sugarú kört rajzolni" PythonTurtleCircle = "r pixel sugarú kört rajzolni"
PythonTurtleColor = "Toll szinét beállitani" PythonTurtleColor = "Toll szinét beállitani"
PythonTurtleColorMode = "Szin módot 1.0-ra vagy 255-ra állitani" PythonTurtleColorMode = "Szin módot 1.0-ra vagy 255-ra állitani"
PythonTurtleForward = "x pixelt elölre" PythonTurtleForward = "x pixelt elölre"
PythonTurtleFunction = "turtle modul funkció elötag" PythonTurtleFunction = "turtle modul funkció elötag"
PythonTurtleGoto = "Menjen a (x,y) koordinátákra" PythonTurtleGoto = "Menjen a (x,y) koordinátákra"
PythonTurtleHeading = "Visszaadja az aktuális irányt" PythonTurtleHeading = "Visszaadja az aktuális irányt"
PythonTurtleHideturtle = "A teknös elrejtése" PythonTurtleHideturtle = "A teknös elrejtése"
PythonTurtleIsdown = "True-t válaszol ha a toll irás pozícióban van" PythonTurtleIsdown = "True-t válaszol ha a toll irás pozícióban van"
PythonTurtleLeft = "a fokkot forduljon balra" PythonTurtleLeft = "a fokkot forduljon balra"
PythonTurtlePendown = "Húzza le a tollat" PythonTurtlePendown = "Húzza le a tollat"
PythonTurtlePensize = "Állítsa a vonalvastagságot x pixelre" PythonTurtlePensize = "Állítsa a vonalvastagságot x pixelre"
PythonTurtlePenup = "Húzza fel a tollat" PythonTurtlePenup = "Húzza fel a tollat"
PythonTurtlePosition = "Az aktuális (x,y) pozíciót visszaadása" PythonTurtlePosition = "Az aktuális (x,y) pozíciót visszaadása"
PythonTurtleReset = "Visszaállitani a rajzot (torléssel)" PythonTurtleReset = "Visszaállitani a rajzot (torléssel)"
PythonTurtleRight = "a fokkot forduljon jobbra" PythonTurtleRight = "a fokkot forduljon jobbra"
PythonTurtleSetheading = "a fokokra állítja be az irányt" PythonTurtleSetheading = "a fokokra állítja be az irányt"
PythonTurtleSetposition = "A teknös pozicioját allitja" PythonTurtleShowturtle = "A teknöst meg mutatni"
PythonTurtleShowturtle = "A teknöst meg mutatni" PythonTurtleSpeed = "Rajzolási sebesség 0 és 10 között"
PythonTurtleSpeed = "Rajzolási sebesség 0 és 10 között" PythonTurtleWrite = "Szöveg irás"
PythonTurtleWrite = "Szöveg irás" PythonUniform = "Lebegöpontos szám [a,b] -ban"
PythonUniform = "Lebegöpontos szám [a,b] -ban" PythonImportTime = "time modul importálása"
PythonImportTime = "time modul importálása" PythonMonotonic = "Meg fordítani a monoton idö"
PythonTimePrefix = "time funkció elötag" PythonFileOpen = "Fájl megnyitása"
PythonTimeSleep = "n másodpercet várni" PythonFileSeekable = "Seek-et lehete használni"
PythonMonotonic = "Meg fordítani a monoton idö" PythonFileSeek = "A kurzort áthelyezni"
PythonFileOpen = "Fájl megnyitása" PythonFileTell = "Visszaadja a kurzor helye"
PythonFileSeekable = "Seek-et lehete használni" PythonFileClose = "Bezárni egy fájlt"
PythonFileSeek = "A kurzort áthelyezni" PythonFileClosed = "True ha a fájl bezárva"
PythonFileTell = "Visszaadja a kurzor helye" PythonFileRead = "Olvas 16 bájtig"
PythonFileClose = "Bezárni egy fájlt" PythonFileWrite = "b-t irjon a fájlba"
PythonFileClosed = "True ha a fájl bezárva" PythonFileReadline = "Olvas egy sort vagy 16 bájtig"
PythonFileRead = "Olvas 16 bájtig" PythonFileReadlines = "Olvas több sort"
PythonFileWrite = "b-t irjon a fájlba" PythonFileTruncate = "A fájl átméretezése"
PythonFileReadline = "Olvas egy sort vagy 16 bájtig" PythonFileWritelines = "Irjon több sort"
PythonFileReadlines = "Olvas több sort" PythonFileName = "A fájl neve"
PythonFileTruncate = "A fájl átméretezése" PythonFileMode = "A fájl nyitott módja"
PythonFileWritelines = "Irjon több sort" PythonFileReadable = "read-et lehete használni"
PythonFileName = "A fájl neve" PythonFileWritable = "write-ot lehete használni"
PythonFileMode = "A fájl nyitott módja" PythonImportOs = "os modul importálása"
PythonFileReadable = "read-et lehete használni" PythonOsUname = "Rendszer informaciók"
PythonFileWritable = "write-ot lehete használni" PythonOsGetlogin = "Get username"
PythonImportOs = "os modul importálása" PythonOsRemove = "Fájl törlése"
PythonOsUname = "Rendszer informaciók" PythonOsRename = "Fájl átnevezése"
PythonOsGetlogin = "Get username" PythonOsListdir = "Fájlok listája"
PythonOsRemove = "Fájl törlése" PythonImportSys = "sys modul importálása"
PythonOsRename = "Fájl átnevezése" PythonSysExit = "Terminate current program"
PythonOsListdir = "Fájlok listája" PythonSysPrintexception = "Print exception"
PythonImportSys = "sys modul importálása" PythonSysByteorder = "The byte order of the system"
PythonSysExit = "Terminate current program" PythonSysImplementation = "Information about Python"
PythonSysPrintexception = "Print exception" PythonSysModules = "Dictionary of loaded modules"
PythonSysByteorder = "The byte order of the system" PythonSysVersion = "Python language version (string)"
PythonSysImplementation = "Information about Python" PythonSysVersioninfo = "Python language version (tuple)"
PythonSysModules = "Dictionary of loaded modules"
PythonSysVersion = "Python language version (string)"
PythonSysVersioninfo = "Python language version (tuple)"

View File

@@ -186,14 +186,11 @@ PythonTurtlePosition = "Fornisce posizione corrente (x,y)"
PythonTurtleReset = "Azzera il disegno" PythonTurtleReset = "Azzera il disegno"
PythonTurtleRight = "Ruota di a gradi a destra" PythonTurtleRight = "Ruota di a gradi a destra"
PythonTurtleSetheading = "Imposta l'orientamento per a gradi" PythonTurtleSetheading = "Imposta l'orientamento per a gradi"
PythonTurtleSetposition = "Posiziona la tartaruga"
PythonTurtleShowturtle = "Mostra la tartaruga" PythonTurtleShowturtle = "Mostra la tartaruga"
PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)" PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)"
PythonTurtleWrite = "Mostra un testo" PythonTurtleWrite = "Mostra un testo"
PythonUniform = "Numero decimale tra [a,b]" PythonUniform = "Numero decimale tra [a,b]"
PythonImportTime = "Import time module" PythonImportTime = "Import time module"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Wait for n second"
PythonMonotonic = "Return monotonic time" PythonMonotonic = "Return monotonic time"
PythonFileOpen = "Opens a file" PythonFileOpen = "Opens a file"
PythonFileSeekable = "Tells if seek can be used on a file" PythonFileSeekable = "Tells if seek can be used on a file"

View File

@@ -187,14 +187,11 @@ PythonTurtlePosition = "Zet huidige (x,y) locatie terug"
PythonTurtleReset = "Reset de tekening" PythonTurtleReset = "Reset de tekening"
PythonTurtleRight = "Ga rechtsaf met a graden" PythonTurtleRight = "Ga rechtsaf met a graden"
PythonTurtleSetheading = "Zet de oriëntatie op a graden" PythonTurtleSetheading = "Zet de oriëntatie op a graden"
PythonTurtleSetposition = "Plaats de schildpad"
PythonTurtleShowturtle = "Laat de schildpad zien" PythonTurtleShowturtle = "Laat de schildpad zien"
PythonTurtleSpeed = "Tekensnelheid tussen 0 and 10" PythonTurtleSpeed = "Tekensnelheid tussen 0 and 10"
PythonTurtleWrite = "Display a text" PythonTurtleWrite = "Display a text"
PythonUniform = "Decimaal getal in [a,b]" PythonUniform = "Decimaal getal in [a,b]"
PythonImportTime = "Import time module" PythonImportTime = "Import time module"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Wait for n second"
PythonMonotonic = "Return monotonic time" PythonMonotonic = "Return monotonic time"
PythonFileOpen = "Opens a file" PythonFileOpen = "Opens a file"
PythonFileSeekable = "Tells if seek can be used on a file" PythonFileSeekable = "Tells if seek can be used on a file"

View File

@@ -172,7 +172,6 @@ PythonTurtlePosition = "Devolve a posição atual (x,y)"
PythonTurtleReset = "Reiniciar o desenho" PythonTurtleReset = "Reiniciar o desenho"
PythonTurtleRight = "Virar à esquerda por a graus" PythonTurtleRight = "Virar à esquerda por a graus"
PythonTurtleSetheading = "Definir a orientação por a graus" PythonTurtleSetheading = "Definir a orientação por a graus"
PythonTurtleSetposition = "Posicionamento da tartaruga"
PythonTurtleShowturtle = "Mostrar o turtle" PythonTurtleShowturtle = "Mostrar o turtle"
PythonTurtleSpeed = "Velocidade do desenho entre 0 e 10" PythonTurtleSpeed = "Velocidade do desenho entre 0 e 10"
PythonTurtleWrite = "Mostrar um texto" PythonTurtleWrite = "Mostrar um texto"
@@ -192,8 +191,6 @@ PythonSysImplementation = "Information about Python"
PythonSysModules = "Dictionary of loaded modules" PythonSysModules = "Dictionary of loaded modules"
PythonSysVersion = "Python language version (string)" PythonSysVersion = "Python language version (string)"
PythonSysVersioninfo = "Python language version (tuple)" PythonSysVersioninfo = "Python language version (tuple)"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Wait for n second"
PythonMonotonic = "Return monotonic time" PythonMonotonic = "Return monotonic time"
PythonFileOpen = "Opens a file" PythonFileOpen = "Opens a file"
PythonFileSeekable = "Tells if seek can be used on a file" PythonFileSeekable = "Tells if seek can be used on a file"

View File

@@ -114,52 +114,6 @@ PythonCommandIsInfinite = "isinf(x)"
PythonCommandIsNaN = "isnan(x)" PythonCommandIsNaN = "isnan(x)"
PythonCommandKandinskyFunction = "kandinsky.function" PythonCommandKandinskyFunction = "kandinsky.function"
PythonCommandKandinskyFunctionWithoutArg = "kandinsky.\x11" PythonCommandKandinskyFunctionWithoutArg = "kandinsky.\x11"
PythonCommandKeyLeft = "KEY_LEFT"
PythonCommandKeyUp = "KEY_UP"
PythonCommandKeyDown = "KEY_DOWN"
PythonCommandKeyRight = "KEY_RIGHT"
PythonCommandKeyOk = "KEY_OK"
PythonCommandKeyBack = "KEY_BACK"
PythonCommandKeyHome = "KEY_HOME"
PythonCommandKeyOnOff = "KEY_ONOFF"
PythonCommandKeyShift = "KEY_SHIFT"
PythonCommandKeyAlpha = "KEY_ALPHA"
PythonCommandKeyXnt = "KEY_XNT"
PythonCommandKeyVar = "KEY_VAR"
PythonCommandKeyToolbox = "KEY_TOOLBOX"
PythonCommandKeyBackspace = "KEY_BACKSPACE"
PythonCommandKeyExp = "KEY_EXP"
PythonCommandKeyLn = "KEY_LN"
PythonCommandKeyLog = "KEY_LOG"
PythonCommandKeyImaginary = "KEY_IMAGINARY"
PythonCommandKeyComma = "KEY_COMMA"
PythonCommandKeyPower = "KEY_POWER"
PythonCommandKeySine = "KEY_SINE"
PythonCommandKeyCosine = "KEY_COSINE"
PythonCommandKeyTangent = "KEY_TANGENT"
PythonCommandKeyPi = "KEY_PI"
PythonCommandKeySqrt = "KEY_SQRT"
PythonCommandKeySquare = "KEY_SQUARE"
PythonCommandKeySeven = "KEY_SEVEN"
PythonCommandKeyEight = "KEY_EIGHT"
PythonCommandKeyNine = "KEY_NINE"
PythonCommandKeyLeftParenthesis = "KEY_LEFTPARENTHESIS"
PythonCommandKeyRightParenthesis = "KEY_RIGHTPARENTHESIS"
PythonCommandKeyFour = "KEY_FOUR"
PythonCommandKeyFive = "KEY_FIVE"
PythonCommandKeySix = "KEY_SIX"
PythonCommandKeyMultiplication = "KEY_MULTIPLICATION"
PythonCommandKeyDivision = "KEY_DIVISION"
PythonCommandKeyOne = "KEY_ONE"
PythonCommandKeyTwo = "KEY_TWO"
PythonCommandKeyThree = "KEY_THREE"
PythonCommandKeyPlus = "KEY_PLUS"
PythonCommandKeyMinus = "KEY_MINUS"
PythonCommandKeyZero = "KEY_ZERO"
PythonCommandKeyDot = "KEY_DOT"
PythonCommandKeyEe = "KEY_EE"
PythonCommandKeyAns = "KEY_ANS"
PythonCommandKeyExe = "KEY_EXE"
PythonCommandIsKeyDown = "keydown(k)" PythonCommandIsKeyDown = "keydown(k)"
PythonCommandBattery = "battery()" PythonCommandBattery = "battery()"
PythonCommandBatteryLevel = "battery_level()" PythonCommandBatteryLevel = "battery_level()"
@@ -403,16 +357,8 @@ PythonTurtleCommandPosition = "position()"
PythonTurtleCommandReset = "reset()" PythonTurtleCommandReset = "reset()"
PythonTurtleCommandRight = "right(a)" PythonTurtleCommandRight = "right(a)"
PythonTurtleCommandSetheading = "setheading(a)" PythonTurtleCommandSetheading = "setheading(a)"
PythonTurtleCommandSetposition = "setposition(x,[y])"
PythonTurtleCommandShowturtle = "showturtle()" PythonTurtleCommandShowturtle = "showturtle()"
PythonTurtleCommandSpeed = "speed(x)" PythonTurtleCommandSpeed = "speed(x)"
PythonTurtleCommandWhite = "'white'"
PythonTurtleCommandYellow = "'yellow'"
PythonTimeModule = "time"
PythonTimeCommandImportFrom = "from time import *"
PythonTimeCommandSleep = "sleep()"
PythonTimeCommandSleepDemo = "sleep(n)"
PythonTimeCommandMonotonic = "monotonic()"
PythonCommandFileOpen = "open(name, [mode])" PythonCommandFileOpen = "open(name, [mode])"
PythonCommandFileOpenWithoutArg = "open(\x11)" PythonCommandFileOpenWithoutArg = "open(\x11)"
PythonCommandFileSeek = "file.seek(offset, [whence])" PythonCommandFileSeek = "file.seek(offset, [whence])"

View File

@@ -17,6 +17,5 @@ NEnd = "Endwert"
TermSum = "Summe der Terme" TermSum = "Summe der Terme"
SelectFirstTerm = "Erster Term " SelectFirstTerm = "Erster Term "
SelectLastTerm = "Letzter Term " SelectLastTerm = "Letzter Term "
ValueNotReachedBySequence = "Wert wird von Folge nicht erreicht"
NColumn = "n-te Spalte" NColumn = "n-te Spalte"
FirstTermIndex = "Anfangsindex" FirstTermIndex = "Anfangsindex"

View File

@@ -17,6 +17,5 @@ NEnd = "N end"
TermSum = "Sum of terms" TermSum = "Sum of terms"
SelectFirstTerm = "Select First Term " SelectFirstTerm = "Select First Term "
SelectLastTerm = "Select last term " SelectLastTerm = "Select last term "
ValueNotReachedBySequence = "Value not reached by sequence"
NColumn = "n column" NColumn = "n column"
FirstTermIndex = "First term index" FirstTermIndex = "First term index"

View File

@@ -17,6 +17,5 @@ NEnd = "N fin"
TermSum = "Suma de términos" TermSum = "Suma de términos"
SelectFirstTerm = "Seleccionar el primer término " SelectFirstTerm = "Seleccionar el primer término "
SelectLastTerm = "Seleccionar el último término " SelectLastTerm = "Seleccionar el último término "
ValueNotReachedBySequence = "No se alcanza este valor"
NColumn = "Columna n" NColumn = "Columna n"
FirstTermIndex = "Índice del primer término" FirstTermIndex = "Índice del primer término"

View File

@@ -17,6 +17,5 @@ NEnd = "N fin"
TermSum = "Somme des termes" TermSum = "Somme des termes"
SelectFirstTerm = "Sélectionner le premier terme " SelectFirstTerm = "Sélectionner le premier terme "
SelectLastTerm = "Sélectionner le dernier terme " SelectLastTerm = "Sélectionner le dernier terme "
ValueNotReachedBySequence = "Valeur non atteinte par la suite"
NColumn = "Colonne n" NColumn = "Colonne n"
FirstTermIndex = "Indice premier terme" FirstTermIndex = "Indice premier terme"

View File

@@ -1,22 +1,21 @@
SequenceApp = "Szekvenciák" SequenceApp = "Szekvenciák"
SequenceAppCapital = "SZEKVENCIÁK" SequenceAppCapital = "SZEKVENCIÁK"
SequenceTab = "Szekvenciák" SequenceTab = "Szekvenciák"
AddSequence = "Szekvencia hozzáadása" AddSequence = "Szekvencia hozzáadása"
ChooseSequenceType = "Válassza ki a sorozat típusát" ChooseSequenceType = "Válassza ki a sorozat típusát"
SequenceType = "Szekvencia típusa" SequenceType = "Szekvencia típusa"
Explicit = "Explicit kifejezés" Explicit = "Explicit kifejezés"
SingleRecurrence = "Rekurzív elsö sorrend" SingleRecurrence = "Rekurzív elsö sorrend"
DoubleRecurrence = "Rekurzív második sorrend" DoubleRecurrence = "Rekurzív második sorrend"
SequenceOptions = "Szekvencia opciók" SequenceOptions = "Szekvencia opciók"
SequenceColor = "Szekvencia színe" SequenceColor = "Szekvencia színe"
DeleteSequence = "Sorozat törlése" DeleteSequence = "Sorozat törlése"
NoSequence = "Nincs sorrend" NoSequence = "Nincs sorrend"
NoActivatedSequence = "Nincs szekvencia bekapcsolva" NoActivatedSequence = "Nincs szekvencia bekapcsolva"
NStart = "N start" NStart = "N start"
NEnd = "N vég" NEnd = "N vég"
TermSum = "A kifejezés összege" TermSum = "A kifejezés összege"
SelectFirstTerm = "Elsö kifejezés kiválasztása " SelectFirstTerm = "Elsö kifejezés kiválasztása "
SelectLastTerm = "Utolsó kifejezés kiválasztása " SelectLastTerm = "Utolsó kifejezés kiválasztása "
ValueNotReachedBySequence = "Az értéket nem érte el a sorozat" NColumn = "n oszlop"
NColumn = "n oszlop" FirstTermIndex = "Elsö kifejezés index"
FirstTermIndex = "Elsö kifejezés index"

View File

@@ -17,6 +17,5 @@ NEnd = "N finale"
TermSum = "Somma dei termini" TermSum = "Somma dei termini"
SelectFirstTerm = "Selezionare il primo termine " SelectFirstTerm = "Selezionare il primo termine "
SelectLastTerm = "Selezionare l'ultimo termine " SelectLastTerm = "Selezionare l'ultimo termine "
ValueNotReachedBySequence = "Valore non raggiunto dalla successione"
NColumn = "Colonna n" NColumn = "Colonna n"
FirstTermIndex = "Indice del primo termine" FirstTermIndex = "Indice del primo termine"

View File

@@ -17,6 +17,5 @@ NEnd = "N einde"
TermSum = "Som van termen" TermSum = "Som van termen"
SelectFirstTerm = "Selecteer eerste term " SelectFirstTerm = "Selecteer eerste term "
SelectLastTerm = "Selecteer laatste term " SelectLastTerm = "Selecteer laatste term "
ValueNotReachedBySequence = "Waarde niet bereikt door de rij"
NColumn = "n-kolom" NColumn = "n-kolom"
FirstTermIndex = "Eerste termindex" FirstTermIndex = "Eerste termindex"

View File

@@ -17,6 +17,5 @@ NEnd = "N fim"
TermSum = "Soma dos termos" TermSum = "Soma dos termos"
SelectFirstTerm = "Selecionar primeiro termo " SelectFirstTerm = "Selecionar primeiro termo "
SelectLastTerm = "Selecionar último termo " SelectLastTerm = "Selecionar último termo "
ValueNotReachedBySequence = "O valor não é alcançado pela sequência"
NColumn = "Coluna n" NColumn = "Coluna n"
FirstTermIndex = "Índice do primeiro termo" FirstTermIndex = "Índice do primeiro termo"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Ausdrucksformat "
SymbolDefaultFunction = "Standardl " SymbolDefaultFunction = "Standardl "
SymbolArgFunction = "Leer " SymbolArgFunction = "Leer "
SymbolArgDefaultFunction = "Argument " SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Schriftart"
MemUse = "Speicher" MemUse = "Speicher"
DateTime = "Datum/Uhrzeit" DateTime = "Datum/Uhrzeit"
ActivateClock = "Uhr aktivieren" ActivateClock = "Uhr aktivieren"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Expression format "
SymbolDefaultFunction = "Default " SymbolDefaultFunction = "Default "
SymbolArgFunction = "Empty " SymbolArgFunction = "Empty "
SymbolArgDefaultFunction = "Argument " SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Font"
MemUse = "Memory" MemUse = "Memory"
DateTime = "Date/time" DateTime = "Date/time"
ActivateClock = "Activate clock" ActivateClock = "Activate clock"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Formato expresión "
SymbolDefaultFunction = "Defecto " SymbolDefaultFunction = "Defecto "
SymbolArgFunction = "Vacío " SymbolArgFunction = "Vacío "
SymbolArgDefaultFunction = "Argumento " SymbolArgDefaultFunction = "Argumento "
PythonFont = "Fuente Python"
MemUse = "Memoria" MemUse = "Memoria"
DateTime = "Fecha/Hora" DateTime = "Fecha/Hora"
ActivateClock = "Activar el reloj" ActivateClock = "Activar el reloj"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Format expression "
SymbolDefaultFunction = "Défaut " SymbolDefaultFunction = "Défaut "
SymbolArgFunction = "Vide " SymbolArgFunction = "Vide "
SymbolArgDefaultFunction = "Arguments " SymbolArgDefaultFunction = "Arguments "
PythonFont = "Police Python"
MemUse = "Mémoire" MemUse = "Mémoire"
DateTime = "Date/heure" DateTime = "Date/heure"
ActivateClock = "Activer horloge" ActivateClock = "Activer horloge"

View File

@@ -1,82 +1,81 @@
SettingsApp = "Beállítások" SettingsApp = "Beállítások"
SettingsAppCapital = "BEÁLLÍTÁSOK" SettingsAppCapital = "BEÁLLÍTÁSOK"
AngleUnit = "Szögmérö" AngleUnit = "Szögmérö"
DisplayMode = "Eredmény formátuma" DisplayMode = "Eredmény formátuma"
EditionMode = "Írás formátuma" EditionMode = "Írás formátuma"
EditionLinear = "Lineáris" EditionLinear = "Lineáris"
Edition2D = "Természetes" Edition2D = "Természetes"
ComplexFormat = "Komplex formátum" ComplexFormat = "Komplex formátum"
ExamMode = "Vizsga mód" ExamMode = "Vizsga mód"
ExamModeActive = "A vizsgamód újraaktiválása" ExamModeActive = "A vizsgamód újraaktiválása"
ToDeactivateExamMode1 = "a vizsga mód kikapcsoláshoz" ToDeactivateExamMode1 = "a vizsga mód kikapcsoláshoz"
ToDeactivateExamMode2 = "csatlakoztassa a számológépet a számítógéphez" ToDeactivateExamMode2 = "csatlakoztassa a számológépet a számítógéphez"
ToDeactivateExamMode3 = "vagy egy konnektorhoz." ToDeactivateExamMode3 = "vagy egy konnektorhoz."
# --------------------- Please do not edit these messages --------------------- # --------------------- Please do not edit these messages ---------------------
ExamModeWarning1 = "Vigyázat: a használt szoftver nem" ExamModeWarning1 = "Vigyázat: a használt szoftver nem"
ExamModeWarning2 = "hivatalos, Numworks nem garantálja" ExamModeWarning2 = "hivatalos, Numworks nem garantálja"
ExamModeWarning3 = "a vizsgálati mód megfelelőségét." ExamModeWarning3 = "a vizsgálati mód megfelelőségét."
AboutWarning1 = "Vigyázat: a használt szoftver" AboutWarning1 = "Vigyázat: a használt szoftver"
AboutWarning2 = "nem hivatalos. A NumWorks nem" AboutWarning2 = "nem hivatalos. A NumWorks nem"
AboutWarning3 = "vállal felelösséget az" AboutWarning3 = "vállal felelösséget az"
AboutWarning4 = "esetleges károkért." AboutWarning4 = "esetleges károkért."
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
About = "Apropó" About = "Apropó"
Degrees = "Fokok " Degrees = "Fokok "
Gradians = "Gradiens " Gradians = "Gradiens "
Radian = "Radián " Radian = "Radián "
Decimal = "Tizedes " Decimal = "Tizedes "
Scientific = "Tudományos " Scientific = "Tudományos "
Engineering = "Mérnökség " Engineering = "Mérnökség "
SignificantFigures = "Tizedes számok " SignificantFigures = "Tizedes számok "
Real = "Valódi " Real = "Valódi "
Cartesian = "Kartéziánus " Cartesian = "Kartéziánus "
Polar = "Poláris " Polar = "Poláris "
Brightness = "Fényerö" Brightness = "Fényerö"
SoftwareVersion = "Epsilon verzió" SoftwareVersion = "Epsilon verzió"
UpsilonVersion = "Upsilon verzió" UpsilonVersion = "Upsilon verzió"
OmegaVersion = "Omega verzió" OmegaVersion = "Omega verzió"
Username = "Felhasználónév" Username = "Felhasználónév"
MicroPythonVersion = "µPython verzió" MicroPythonVersion = "µPython verzió"
FontSizes = "Python betü méret" FontSizes = "Python betü méret"
LargeFont = "Nagy " LargeFont = "Nagy "
SmallFont = "Kicsi " SmallFont = "Kicsi "
SerialNumber = "Sorozatszám" SerialNumber = "Sorozatszám"
UpdatePopUp = "Frissítés figyelmeztetés" UpdatePopUp = "Frissítés figyelmeztetés"
BetaPopUp = "Béta figyelmeztetés" BetaPopUp = "Béta figyelmeztetés"
Contributors = "Közremüködök" Contributors = "Közremüködök"
Battery = "Akkumulátor" Battery = "Akkumulátor"
Accessibility = "Több vizuális beállitások" Accessibility = "Több vizuális beállitások"
AccessibilityInvertColors = "Invertált színek" AccessibilityInvertColors = "Invertált színek"
AccessibilityMagnify = "Nagyító" AccessibilityMagnify = "Nagyító"
AccessibilityGamma = "Gamma korrekció" AccessibilityGamma = "Gamma korrekció"
AccessibilityGammaRed = "Piros gamma" AccessibilityGammaRed = "Piros gamma"
AccessibilityGammaGreen = "Zöld gamma" AccessibilityGammaGreen = "Zöld gamma"
AccessibilityGammaBlue = "Kék gamma" AccessibilityGammaBlue = "Kék gamma"
MathOptions = "Matematikai beállítások" MathOptions = "Matematikai beállítások"
SymbolMultiplication = "Szorzás" SymbolMultiplication = "Szorzás"
SymbolMultiplicationCross = "Kereszt " SymbolMultiplicationCross = "Kereszt "
SymbolMultiplicationMiddleDot = "Pont " SymbolMultiplicationMiddleDot = "Pont "
SymbolMultiplicationStar = "Csillag " SymbolMultiplicationStar = "Csillag "
SymbolMultiplicationAutoSymbol = "Automatitus " SymbolMultiplicationAutoSymbol = "Automatitus "
SymbolFunction = "Kifejezés " SymbolFunction = "Kifejezés "
SymbolDefaultFunction = "Alap " SymbolDefaultFunction = "Alap "
SymbolArgFunction = "Üres " SymbolArgFunction = "Üres "
SymbolArgDefaultFunction = "Argumentummal " SymbolArgDefaultFunction = "Argumentummal "
PythonFont = "Python Betütipus" MemUse = "Memória"
MemUse = "Memória" DateTime = "Dátum/óra"
DateTime = "Dátum/óra" ActivateClock = "Óra bekapcsolása"
ActivateClock = "Óra bekapcsolása" Date = "Datum"
Date = "Datum" Time = "Óra"
Time = "Óra" RTCWarning1 = "Amikor a számológép alvómódban van, az óra"
RTCWarning1 = "Amikor a számológép alvómódban van, az óra" RTCWarning2 = "használása az elemet gyorsabban meríti ki."
RTCWarning2 = "használása az elemet gyorsabban meríti ki." SyntaxHighlighting = "Szintaxis kiemelés"
SyntaxHighlighting = "Szintaxis kiemelés" CursorSaving = "Kurzor mentése"
CursorSaving = "Kurzor mentése" USBExplanation1 = "Az USB-védelem megvédi"
USBExplanation1 = "Az USB-védelem megvédi" USBExplanation2 = "a számológépet a nem"
USBExplanation2 = "a számológépet a nem" USBExplanation3 = "szándékos reteszeléstől"
USBExplanation3 = "szándékos reteszeléstől" USBProtection = "USB védelem"
USBProtection = "USB védelem" USBProtectionLevel = "Elfogadott frissítések"
USBProtectionLevel = "Elfogadott frissítések" USBDefaultLevel = "Upsilon alapján"
USBDefaultLevel = "Upsilon alapján" USBLowLevel = "Omega alapján"
USBLowLevel = "Omega alapján" USBParanoidLevel = "Egyik sem"
USBParanoidLevel = "Egyik sem"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Expression format "
SymbolDefaultFunction = "Default " SymbolDefaultFunction = "Default "
SymbolArgFunction = "Empty " SymbolArgFunction = "Empty "
SymbolArgDefaultFunction = "Argument " SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Font"
MemUse = "Memory" MemUse = "Memory"
DateTime = "Date/time" DateTime = "Date/time"
ActivateClock = "Activate clock" ActivateClock = "Activate clock"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Expression format "
SymbolDefaultFunction = "Default " SymbolDefaultFunction = "Default "
SymbolArgFunction = "Empty " SymbolArgFunction = "Empty "
SymbolArgDefaultFunction = "Argument " SymbolArgDefaultFunction = "Argument "
PythonFont = "Python Font"
MemUse = "Memory" MemUse = "Memory"
DateTime = "Date/time" DateTime = "Date/time"
ActivateClock = "Activate clock" ActivateClock = "Activate clock"

View File

@@ -62,7 +62,6 @@ SymbolFunction = "Formato expressão "
SymbolDefaultFunction = "Padrão " SymbolDefaultFunction = "Padrão "
SymbolArgFunction = "Vazio " SymbolArgFunction = "Vazio "
SymbolArgDefaultFunction = "Argumento " SymbolArgDefaultFunction = "Argumento "
PythonFont = "Fonte Python"
MemUse = "Memória" MemUse = "Memória"
DateTime = "Date/time" DateTime = "Date/time"
ActivateClock = "Activate clock" ActivateClock = "Activate clock"

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Aktivieren/Deaktivieren" ActivateDeactivate = "Aktivieren/Deaktivieren"
ActivateDutchExamMode = "Prüfungsmodus starten NL"
ActivateExamMode = "Prüfungsmodus starten" ActivateExamMode = "Prüfungsmodus starten"
ActiveExamModeMessage1 = "Alle Ihre Daten werden " ActiveExamModeMessage1 = "Alle Ihre Daten werden "
ActiveExamModeMessage2 = "gelöscht, wenn Sie den " ActiveExamModeMessage2 = "gelöscht, wenn Sie den "
ActiveExamModeMessage3 = "Prüfungsmodus einschalten." ActiveExamModeMessage3 = "Prüfungsmodus einschalten."
ActiveDutchExamModeMessage1 = "Alle Daten werden gelöscht, wenn"
ActiveDutchExamModeMessage2 = "Sie den Prüfungsmodus einschalten. "
ActiveDutchExamModeMessage3 = "Python wird nicht verfügbar sein."
Axis = "Achse" Axis = "Achse"
Cancel = "Abbrechen" Cancel = "Abbrechen"
ClearColumn = "Spalte löschen" ClearColumn = "Spalte löschen"
@@ -39,7 +35,6 @@ ExitExamMode2 = "Prüfungsmodus verlassen?"
Exponential = "Exponentielle" Exponential = "Exponentielle"
FillWithFormula = "Mit einer Formel füllen" FillWithFormula = "Mit einer Formel füllen"
ForbiddenValue = "Verbotener Wert" ForbiddenValue = "Verbotener Wert"
FunctionColumn = "0(0) Spalte"
FunctionOptions = "Funktionsoptionen" FunctionOptions = "Funktionsoptionen"
Goto = "Gehe zu" Goto = "Gehe zu"
GraphTab = "Graph" GraphTab = "Graph"
@@ -59,7 +54,6 @@ Navigate = "Navigieren"
NEnd = "N Endwert" NEnd = "N Endwert"
Next = "Nächste" Next = "Nächste"
NoDataToPlot = "Keine Daten zum Zeichnen" NoDataToPlot = "Keine Daten zum Zeichnen"
NoFunctionToDelete = "Keine Funktion zum Löschen"
NoValueToCompute = "Keine Größe zum Berechnen" NoValueToCompute = "Keine Größe zum Berechnen"
NStart = "N Startwert" NStart = "N Startwert"
Ok = "Bestätigen" Ok = "Bestätigen"
@@ -78,7 +72,6 @@ StandardDeviation = "Standardabweichung"
Step = "Schrittwert" Step = "Schrittwert"
StorageMemoryFull1 = "Der Speicher ist voll. Löschen Sie" StorageMemoryFull1 = "Der Speicher ist voll. Löschen Sie"
StorageMemoryFull2 = "einige Daten, dann erneut versuchen." StorageMemoryFull2 = "einige Daten, dann erneut versuchen."
StoreExpressionNotAllowed = "'store' ist verboten"
SyntaxError = "Syntaxfehler" SyntaxError = "Syntaxfehler"
Sym = "sym" Sym = "sym"
TEnd = "T Endwert" TEnd = "T Endwert"
@@ -91,9 +84,6 @@ ValuesTab = "Tabelle"
Warning = "Achtung" Warning = "Achtung"
XEnd = "X Endwert" XEnd = "X Endwert"
XStart = "X Startwert" XStart = "X Startwert"
Zoom = "Zoom"
Developers = "Entwickler"
BetaTesters = "Beta-Tester"
ExamModeMode = "Modus" ExamModeMode = "Modus"
ExamModeModeStandard = "Standard " ExamModeModeStandard = "Standard "
ExamModeModeNoSym = "Kein Symbol " ExamModeModeNoSym = "Kein Symbol "

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Turn on/off" ActivateDeactivate = "Turn on/off"
ActivateExamMode = "Activate exam mode" ActivateExamMode = "Activate exam mode"
ActivateDutchExamMode = "Activate Dutch exam mode"
ActiveExamModeMessage1 = "All your data will be " ActiveExamModeMessage1 = "All your data will be "
ActiveExamModeMessage2 = "deleted when you activate " ActiveExamModeMessage2 = "deleted when you activate "
ActiveExamModeMessage3 = "the exam mode." ActiveExamModeMessage3 = "the exam mode."
ActiveDutchExamModeMessage1 = "All your data will be deleted when"
ActiveDutchExamModeMessage2 = "you activate the exam mode. Python"
ActiveDutchExamModeMessage3 = "application will be unavailable."
Axis = "Axes" Axis = "Axes"
Cancel = "Cancel" Cancel = "Cancel"
ClearColumn = "Clear column" ClearColumn = "Clear column"
@@ -39,7 +35,6 @@ ExitExamMode2 = "mode?"
Exponential = "Exponential" Exponential = "Exponential"
FillWithFormula = "Fill with a formula" FillWithFormula = "Fill with a formula"
ForbiddenValue = "Forbidden value" ForbiddenValue = "Forbidden value"
FunctionColumn = "0(0) column"
FunctionOptions = "Function options" FunctionOptions = "Function options"
Goto = "Go to" Goto = "Go to"
GraphTab = "Graph" GraphTab = "Graph"
@@ -58,7 +53,6 @@ NameTooLong = "This name is too long"
Navigate = "Navigate" Navigate = "Navigate"
Next = "Next" Next = "Next"
NoDataToPlot = "No data to draw" NoDataToPlot = "No data to draw"
NoFunctionToDelete = "No function to delete"
NoValueToCompute = "No values to calculate" NoValueToCompute = "No values to calculate"
NEnd = "N end" NEnd = "N end"
NStart = "N start" NStart = "N start"
@@ -74,7 +68,6 @@ SortValues = "Sort by increasing values"
SortSizes = "Sort by increasing frequencies" SortSizes = "Sort by increasing frequencies"
SquareSum = "Sum of squares" SquareSum = "Sum of squares"
StandardDeviation = "Standard deviation" StandardDeviation = "Standard deviation"
StoreExpressionNotAllowed = "'store' is not allowed"
StatTab = "Stats" StatTab = "Stats"
Step = "Step" Step = "Step"
StorageMemoryFull1 = "The memory is full." StorageMemoryFull1 = "The memory is full."
@@ -91,9 +84,6 @@ ValuesTab = "Table"
Warning = "Warning" Warning = "Warning"
XEnd = "X end" XEnd = "X end"
XStart = "X start" XStart = "X start"
Zoom = "Zoom"
Developers = "Developers"
BetaTesters = "Beta testers"
ExamModeMode = "Mode" ExamModeMode = "Mode"
ExamModeModeStandard = "Standard " ExamModeModeStandard = "Standard "
ExamModeModeNoSym = "No sym " ExamModeModeNoSym = "No sym "

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Activar/Desactivar" ActivateDeactivate = "Activar/Desactivar"
ActivateExamMode = "Activar el modo examen" ActivateExamMode = "Activar el modo examen"
ActivateDutchExamMode = "Activar el modo examen NL"
ActiveExamModeMessage1 = "Todos sus datos se " ActiveExamModeMessage1 = "Todos sus datos se "
ActiveExamModeMessage2 = "eliminaran al activar " ActiveExamModeMessage2 = "eliminaran al activar "
ActiveExamModeMessage3 = "el modo examen." ActiveExamModeMessage3 = "el modo examen."
ActiveDutchExamModeMessage1 = "Todos sus datos se eliminaran al"
ActiveDutchExamModeMessage2 = "activar el modo examen. La aplicación"
ActiveDutchExamModeMessage3 = "Python ya no estará disponible."
Axis = "Ejes" Axis = "Ejes"
Cancel = "Cancelar" Cancel = "Cancelar"
ClearColumn = "Borrar la columna" ClearColumn = "Borrar la columna"
@@ -39,7 +35,6 @@ ExitExamMode2 = "examen ?"
Exponential = "Exponencial" Exponential = "Exponencial"
FillWithFormula = "Rellenar con una fórmula" FillWithFormula = "Rellenar con una fórmula"
ForbiddenValue = "Valor prohibido" ForbiddenValue = "Valor prohibido"
FunctionColumn = "Columna 0(0)"
FunctionOptions = "Opciones de la función" FunctionOptions = "Opciones de la función"
Goto = "Ir a" Goto = "Ir a"
GraphTab = "Gráfico" GraphTab = "Gráfico"
@@ -59,7 +54,6 @@ Navigate = "Navegar"
NEnd = "N fin" NEnd = "N fin"
Next = "Siguiente" Next = "Siguiente"
NoDataToPlot = "Ningunos datos que dibujar" NoDataToPlot = "Ningunos datos que dibujar"
NoFunctionToDelete = "Ninguna función que eliminar"
NoValueToCompute = "Ninguna medida que calcular" NoValueToCompute = "Ninguna medida que calcular"
NStart = "N inicio" NStart = "N inicio"
Ok = "Confirmar" Ok = "Confirmar"
@@ -78,7 +72,6 @@ StatTab = "Medidas"
Step = "Incremento" Step = "Incremento"
StorageMemoryFull1 = "La memoria está llena." StorageMemoryFull1 = "La memoria está llena."
StorageMemoryFull2 = "Borre datos e intente de nuevo." StorageMemoryFull2 = "Borre datos e intente de nuevo."
StoreExpressionNotAllowed = "'store' no está permitido"
SyntaxError = "Error sintáctico" SyntaxError = "Error sintáctico"
Sym = "sim" Sym = "sim"
TEnd = "T fin" TEnd = "T fin"
@@ -91,9 +84,6 @@ ValuesTab = "Tabla"
Warning = "Cuidado" Warning = "Cuidado"
XEnd = "X fin" XEnd = "X fin"
XStart = "X inicio" XStart = "X inicio"
Zoom = "Zoom"
Developers = "Desarrolladores"
BetaTesters = "Probadores beta"
ExamModeMode = "Modo" ExamModeMode = "Modo"
ExamModeModeStandard = "Estándar " ExamModeModeStandard = "Estándar "
ExamModeModeNoSym = "Sin simbólico " ExamModeModeNoSym = "Sin simbólico "

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Activer/Désactiver" ActivateDeactivate = "Activer/Désactiver"
ActivateExamMode = "Activer le mode examen" ActivateExamMode = "Activer le mode examen"
ActivateDutchExamMode = "Activer le mode examen NL"
ActiveExamModeMessage1 = "Toutes vos données seront " ActiveExamModeMessage1 = "Toutes vos données seront "
ActiveExamModeMessage2 = "supprimées si vous activez " ActiveExamModeMessage2 = "supprimées si vous activez "
ActiveExamModeMessage3 = "le mode examen." ActiveExamModeMessage3 = "le mode examen."
ActiveDutchExamModeMessage1 = "Toutes vos données seront supprimées "
ActiveDutchExamModeMessage2 = "si vous activez le mode examen."
ActiveDutchExamModeMessage3 = "Python sera inaccessible."
Axis = "Axes" Axis = "Axes"
Cancel = "Annuler" Cancel = "Annuler"
ClearColumn = "Effacer la colonne" ClearColumn = "Effacer la colonne"
@@ -39,7 +35,6 @@ ExitExamMode2 = "du mode examen ?"
Exponential = "Exponentielle" Exponential = "Exponentielle"
FillWithFormula = "Remplir avec une formule" FillWithFormula = "Remplir avec une formule"
ForbiddenValue = "Valeur interdite" ForbiddenValue = "Valeur interdite"
FunctionColumn = "Colonne 0(0)"
FunctionOptions = "Options de la fonction" FunctionOptions = "Options de la fonction"
Goto = "Aller à" Goto = "Aller à"
GraphTab = "Graphique" GraphTab = "Graphique"
@@ -59,7 +54,6 @@ Navigate = "Naviguer"
Next = "Suivant" Next = "Suivant"
NEnd = "N fin" NEnd = "N fin"
NoDataToPlot = "Aucune donnée à tracer" NoDataToPlot = "Aucune donnée à tracer"
NoFunctionToDelete = "Pas de fonction à supprimer"
NoValueToCompute = "Aucune grandeur à calculer" NoValueToCompute = "Aucune grandeur à calculer"
NStart = "N début" NStart = "N début"
Ok = "Valider" Ok = "Valider"
@@ -78,7 +72,6 @@ StatTab = "Stats"
Step = "Pas" Step = "Pas"
StorageMemoryFull1 = "La mémoire est pleine." StorageMemoryFull1 = "La mémoire est pleine."
StorageMemoryFull2 = "Effacez des données et réessayez." StorageMemoryFull2 = "Effacez des données et réessayez."
StoreExpressionNotAllowed = "'store' n'est pas autorisé"
SyntaxError = "Attention à la syntaxe" SyntaxError = "Attention à la syntaxe"
Sym = "sym" Sym = "sym"
TEnd = "T fin" TEnd = "T fin"
@@ -91,9 +84,6 @@ ValuesTab = "Tableau"
Warning = "Attention" Warning = "Attention"
XEnd = "X fin" XEnd = "X fin"
XStart = "X début" XStart = "X début"
Zoom = "Zoom"
Developers = "Développeurs"
BetaTesters = "Beta testeurs"
ExamModeMode = "Mode" ExamModeMode = "Mode"
ExamModeModeStandard = "Standard " ExamModeModeStandard = "Standard "
ExamModeModeNoSym = "Sans symbolique " ExamModeModeNoSym = "Sans symbolique "

View File

@@ -1,101 +1,91 @@
ActivateDeactivate = "Ki/Be kapcsolás" ActivateDeactivate = "Ki/Be kapcsolás"
ActivateExamMode = "A vizsgálati mód aktiválása" ActivateExamMode = "A vizsgálati mód aktiválása"
ActivateDutchExamMode = "A holland vizsga mód aktiválása" ActiveExamModeMessage1 = "Az összes adatod"
ActiveExamModeMessage1 = "Az összes adatod" ActiveExamModeMessage2 = "törölve lesz ha"
ActiveExamModeMessage2 = "törölve lesz ha" ActiveExamModeMessage3 = "a vizsga módot aktiválja."
ActiveExamModeMessage3 = "a vizsga módot aktiválja." Axis = "Tengelyek"
ActiveDutchExamModeMessage1 = "Az összes adatod törölve lesz" Cancel = "Mégse"
ActiveDutchExamModeMessage2 = "ha a vizsga módot aktiválja. A" ClearColumn = "Oszlop törlése"
ActiveDutchExamModeMessage3 = "Python alkalmazás használhatatlan lesz." ColumnOptions = "Oszlop opciók"
Axis = "Tengelyek" ConfirmDiscard1 = "Minden változtatást elvetünk"
Cancel = "Mégse" ConfirmDiscard2 = ""
ClearColumn = "Oszlop törlése" CopyColumnInList = "Az oszlopot egy listába másolni"
ColumnOptions = "Oszlop opciók" Country = "Ország"
ConfirmDiscard1 = "Minden változtatást elvetünk" CountryCA = "Kanada "
ConfirmDiscard2 = "" CountryDE = "Németország "
CopyColumnInList = "Az oszlopot egy listába másolni" CountryES = "Spanyolország "
Country = "Ország" CountryFR = "Franciaország "
CountryCA = "Kanada " CountryGB = "Egyesült Királyság "
CountryDE = "Németország " CountryIT = "Olaszország "
CountryES = "Spanyolország " CountryNL = "Hollandia "
CountryFR = "Franciaország " CountryPT = "Portugália "
CountryGB = "Egyesült Királyság " CountryUS = "Egyesült Államok "
CountryIT = "Olaszország " CountryWW = "Nemzetközi "
CountryNL = "Hollandia " CountryWarning1 = "Ez a beállítás meghatározza az"
CountryPT = "Portugália " CountryWarning2 = "alkalmazott tematikus konvenciókat."
CountryUS = "Egyesült Államok " DataNotSuitable = "Az adatok nem felelnek meg"
CountryWW = "Nemzetközi " DataTab = "Adatok"
CountryWarning1 = "Ez a beállítás meghatározza az" Deg = "deg"
CountryWarning2 = "alkalmazott tematikus konvenciókat." Deviation = "Varianca"
DataNotSuitable = "Az adatok nem felelnek meg" DisplayValues = "Értékek mutatása"
DataTab = "Adatok" Empty = "Üres"
Deg = "deg" Eng = "eng"
Deviation = "Varianca" ExitExamMode1 = "Kilépni a vizsga "
DisplayValues = "Értékek mutatása" ExitExamMode2 = "módból?"
Empty = "Üres" Exponential = "Exponenciális"
Eng = "eng" FillWithFormula = "Töltse ki egy képlettel"
ExitExamMode1 = "Kilépni a vizsga " ForbiddenValue = "Tiltott érték"
ExitExamMode2 = "módból?" FunctionOptions = "Funkció opciók"
Exponential = "Exponenciális" Goto = "Menj ..."
FillWithFormula = "Töltse ki egy képlettel" GraphTab = "Grafikon"
ForbiddenValue = "Tiltott érték" HardwareTestLaunch1 = "A hardverteszt indítása :"
FunctionColumn = "0(0) oszlop" HardwareTestLaunch2 = "Nyomjon a reset gombra a"
FunctionOptions = "Funkció opciók" HardwareTestLaunch3 = "teszt megállításához (ez"
Goto = "Menj ..." HardwareTestLaunch4 = "az adatokat törölni fogja)"
GraphTab = "Grafikon" IntervalSet = "Állítsa be az intervallumot"
HardwareTestLaunch1 = "A hardverteszt indítása :" Language = "Nyelv"
HardwareTestLaunch2 = "Nyomjon a reset gombra a" LowBattery = "Majdnem kimerült az elem"
HardwareTestLaunch3 = "teszt megállításához (ez" Mean = "középérték"
HardwareTestLaunch4 = "az adatokat törölni fogja)" Move = " Odébb rakni: "
IntervalSet = "Állítsa be az intervallumot" NameCannotStartWithNumber = "Egy név nem kezdöthet számmal"
Language = "Nyelv" NameTaken = "Ez a név foglalt"
LowBattery = "Majdnem kimerült az elem" NameTooLong = "Ez a név túl hosszú"
Mean = "középérték" Navigate = "Hajózik"
Move = " Odébb rakni: " Next = "következö"
NameCannotStartWithNumber = "Egy név nem kezdöthet számmal" NEnd = "N vége"
NameTaken = "Ez a név foglalt" NoDataToPlot = "Nincs rajzolható adat"
NameTooLong = "Ez a név túl hosszú" NoValueToCompute = "Nincs számítható érték"
Navigate = "Hajózik" NStart = "N kezdete"
Next = "következö" Ok = "Érvényesítés"
NEnd = "N vége" Or = " vagy "
NoDataToPlot = "Nincs rajzolható adat" Orthonormal = "Ortonormált"
NoFunctionToDelete = "Nincs törölhetö függvény" Plot = "Grafikon rajzolása"
NoValueToCompute = "Nincs számítható érték" PoolMemoryFull1 = "A memória megtelt."
NStart = "N kezdete" PoolMemoryFull2 = "Kérem próbálja újra."
Ok = "Érvényesítés" Rename = "Átnevezés"
Or = " vagy " Sci = "sci"
Orthonormal = "Ortonormált" SortValues = "Rendezés értékek növelésével"
Plot = "Grafikon rajzolása" SortSizes = "Rendezés növekvő frekvenciák szerint"
PoolMemoryFull1 = "A memória megtelt." SquareSum = "Négyzetek összege"
PoolMemoryFull2 = "Kérem próbálja újra." StandardDeviation = "Alap eltérés"
Rename = "Átnevezés" StatTab = "Statisztikák"
Sci = "sci" Step = "Lépés"
SortValues = "Rendezés értékek növelésével" StorageMemoryFull1 = "A memória megtelt."
SortSizes = "Rendezés növekvő frekvenciák szerint" StorageMemoryFull2 = "Törlöljön adatokat és próbálkozzon újra."
SquareSum = "Négyzetek összege" SyntaxError = "Szintaxis hiba"
StandardDeviation = "Alap eltérés" Sym = "sym"
StatTab = "Statisztikák" TEnd = "T vég"
Step = "Lépés" ThetaEnd = "θ vége"
StorageMemoryFull1 = "A memória megtelt." ThetaStart = "θ kezdete"
StorageMemoryFull2 = "Törlöljön adatokat és próbálkozzon újra." TStart = "T kezdete"
StoreExpressionNotAllowed = "'szore' nem engedélyezett" ToZoom = "Nagyítani : "
SyntaxError = "Szintaxis hiba" UndefinedValue = "Meghatározatlan adat"
Sym = "sym" ValuesTab = "Táblázat"
TEnd = "T vég" Warning = "Figyelem"
ThetaEnd = "θ vége" XEnd = "X vége"
ThetaStart = "θ kezdete" XStart = "X kezdete"
TStart = "T kezdete" ExamModeMode = "Üzemmód"
ToZoom = "Nagyítani : " ExamModeModeStandard = "Normál "
UndefinedValue = "Meghatározatlan adat" ExamModeModeNoSym = "Szimbólikus nélkül "
ValuesTab = "Táblázat" ExamModeModeNoSymNoText = "Szimbólikus és szöveg nélkül "
Warning = "Figyelem" ExamModeModeDutch = "Holland "
XEnd = "X vége"
XStart = "X kezdete"
Zoom = "Nagyítás"
Developers = "Kifejlesztök"
BetaTesters = "Béta tesztelök"
ExamModeMode = "Üzemmód"
ExamModeModeStandard = "Normál "
ExamModeModeNoSym = "Szimbólikus nélkül "
ExamModeModeNoSymNoText = "Szimbólikus és szöveg nélkül "
ExamModeModeDutch = "Holland "

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Attivare/Disattivare" ActivateDeactivate = "Attivare/Disattivare"
ActivateExamMode = "Attiva modalità d'esame" ActivateExamMode = "Attiva modalità d'esame"
ActivateDutchExamMode = "Attiva modalità d'esame NL"
ActiveExamModeMessage1 = "Tutti i tuoi dati saranno " ActiveExamModeMessage1 = "Tutti i tuoi dati saranno "
ActiveExamModeMessage2 = "cancellati se attivi " ActiveExamModeMessage2 = "cancellati se attivi "
ActiveExamModeMessage3 = "la modalità d'esame." ActiveExamModeMessage3 = "la modalità d'esame."
ActiveDutchExamModeMessage1 = "Tutti i tuoi dati saranno cancellati"
ActiveDutchExamModeMessage2 = "se attivi la modalità d'esame."
ActiveDutchExamModeMessage3 = "L'app Python sarà inaccessibile."
Axis = "Assi" Axis = "Assi"
Cancel = "Annullare" Cancel = "Annullare"
ClearColumn = "Cancella la colonna" ClearColumn = "Cancella la colonna"
@@ -39,7 +35,6 @@ ExitExamMode2 = "dalla modalità d'esame ?"
Exponential = "Esponenziale" Exponential = "Esponenziale"
FillWithFormula = "Compilare con una formula" FillWithFormula = "Compilare con una formula"
ForbiddenValue = "Valore non consentito" ForbiddenValue = "Valore non consentito"
FunctionColumn = "Colonna 0(0)"
FunctionOptions = "Opzioni della funzione" FunctionOptions = "Opzioni della funzione"
Goto = "Andare a" Goto = "Andare a"
GraphTab = "Grafico" GraphTab = "Grafico"
@@ -59,7 +54,6 @@ Navigate = "Navigare"
Next = "Successivo" Next = "Successivo"
NEnd = "N finale" NEnd = "N finale"
NoDataToPlot = "Nessun dato da tracciare" NoDataToPlot = "Nessun dato da tracciare"
NoFunctionToDelete = "Nessuna funzione da cancellare"
NoValueToCompute = "Nessun valore da calcolare" NoValueToCompute = "Nessun valore da calcolare"
NStart = "N iniziale" NStart = "N iniziale"
Ok = "Conferma" Ok = "Conferma"
@@ -78,7 +72,6 @@ StatTab = "Stats"
Step = "Passo" Step = "Passo"
StorageMemoryFull1 = "La memoria è piena." StorageMemoryFull1 = "La memoria è piena."
StorageMemoryFull2 = "Cancellate i dati e riprovate." StorageMemoryFull2 = "Cancellate i dati e riprovate."
StoreExpressionNotAllowed = "'store' non è consentito"
SyntaxError = "Sintassi errata" SyntaxError = "Sintassi errata"
Sym = "sym" Sym = "sym"
TEnd = "T finale" TEnd = "T finale"
@@ -91,9 +84,6 @@ ValuesTab = "Tabella"
Warning = "Attenzione" Warning = "Attenzione"
XEnd = "X finale" XEnd = "X finale"
XStart = "X iniziale" XStart = "X iniziale"
Zoom = "Zoom"
Developers = "Developers"
BetaTesters = "Beta testers"
ExamModeMode = "Modalità" ExamModeMode = "Modalità"
ExamModeModeStandard = "Standard " ExamModeModeStandard = "Standard "
ExamModeModeNoSym = "Nessun simbolo " ExamModeModeNoSym = "Nessun simbolo "

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Zet aan/uit" ActivateDeactivate = "Zet aan/uit"
ActivateExamMode = "Internationale examenst." ActivateExamMode = "Internationale examenst."
ActivateDutchExamMode = "Nederlandse examenstand"
ActiveExamModeMessage1 = "Al je gegevens worden " ActiveExamModeMessage1 = "Al je gegevens worden "
ActiveExamModeMessage2 = "gewist wanneer je de " ActiveExamModeMessage2 = "gewist wanneer je de "
ActiveExamModeMessage3 = "examenstand activeert." ActiveExamModeMessage3 = "examenstand activeert."
ActiveDutchExamModeMessage1 = "Al je gegevens worden gewist wanneer"
ActiveDutchExamModeMessage2 = "je de examenstand activeert. De Python"
ActiveDutchExamModeMessage3 = "applicatie wordt uitgeschakeld."
Axis = "Assen" Axis = "Assen"
Cancel = "Annuleer" Cancel = "Annuleer"
ClearColumn = "Wis kolom" ClearColumn = "Wis kolom"
@@ -39,7 +35,6 @@ ExitExamMode2 = "examenstand?"
Exponential = "Exponentieel" Exponential = "Exponentieel"
FillWithFormula = "Vul met een formule" FillWithFormula = "Vul met een formule"
ForbiddenValue = "Verboden waarde" ForbiddenValue = "Verboden waarde"
FunctionColumn = "0(0) kolom"
FunctionOptions = "Functie-opties" FunctionOptions = "Functie-opties"
Goto = "Ga naar" Goto = "Ga naar"
GraphTab = "Grafiek" GraphTab = "Grafiek"
@@ -58,7 +53,6 @@ NameTooLong = "Deze naam is te lang"
Navigate = "Navigeren" Navigate = "Navigeren"
Next = "Volgende" Next = "Volgende"
NoDataToPlot = "Geen gegevens om te plotten" NoDataToPlot = "Geen gegevens om te plotten"
NoFunctionToDelete = "Geen functie om te verwijderen"
NoValueToCompute = "Geen waarden om te berekenen" NoValueToCompute = "Geen waarden om te berekenen"
NEnd = "N einde" NEnd = "N einde"
NStart = "N begin" NStart = "N begin"
@@ -74,7 +68,6 @@ SortValues = "Sorteer waarden oplopend"
SortSizes = "Sorteer frequenties oplopend" SortSizes = "Sorteer frequenties oplopend"
SquareSum = "Som van kwadraten" SquareSum = "Som van kwadraten"
StandardDeviation = "Standaardafwijking" StandardDeviation = "Standaardafwijking"
StoreExpressionNotAllowed = "'opslaan' is niet toegestaan"
StatTab = "Stats" StatTab = "Stats"
Step = "Stap" Step = "Stap"
StorageMemoryFull1 = "Het geheugen is vol." StorageMemoryFull1 = "Het geheugen is vol."
@@ -91,9 +84,6 @@ ValuesTab = "Tabel"
Warning = "Waarschuwing" Warning = "Waarschuwing"
XEnd = "X einde" XEnd = "X einde"
XStart = "X begin" XStart = "X begin"
Zoom = "Zoom"
Developers = "Developers"
BetaTesters = "Beta testers"
ExamModeMode = "Mode" ExamModeMode = "Mode"
ExamModeModeStandard = "Standaard " ExamModeModeStandard = "Standaard "
ExamModeModeNoSym = "Geen sym " ExamModeModeNoSym = "Geen sym "

View File

@@ -1,12 +1,8 @@
ActivateDeactivate = "Ativar/Desativar" ActivateDeactivate = "Ativar/Desativar"
ActivateExamMode = "Ativar o modo de exame" ActivateExamMode = "Ativar o modo de exame"
ActivateDutchExamMode = "Ativar o modo de exame NL"
ActiveExamModeMessage1 = "Todos os seus dados serão " ActiveExamModeMessage1 = "Todos os seus dados serão "
ActiveExamModeMessage2 = "apagados se ativar " ActiveExamModeMessage2 = "apagados se ativar "
ActiveExamModeMessage3 = "o modo de exame." ActiveExamModeMessage3 = "o modo de exame."
ActiveDutchExamModeMessage1 = "Todos os seus dados serão apagados "
ActiveDutchExamModeMessage2 = "se ativar o modo de exame. A"
ActiveDutchExamModeMessage3 = "aplicação Python estará indisponível."
Axis = "Eixos" Axis = "Eixos"
Cancel = "Cancelar" Cancel = "Cancelar"
ClearColumn = "Excluir coluna" ClearColumn = "Excluir coluna"
@@ -39,7 +35,6 @@ ExitExamMode2 = "exame ?"
Exponential = "Exponencial" Exponential = "Exponencial"
FillWithFormula = "Preencher com uma fórmula" FillWithFormula = "Preencher com uma fórmula"
ForbiddenValue = "Valor proibido" ForbiddenValue = "Valor proibido"
FunctionColumn = "Coluna 0(0)"
FunctionOptions = "Opções de função" FunctionOptions = "Opções de função"
Goto = "Ir para" Goto = "Ir para"
GraphTab = "Gráfico" GraphTab = "Gráfico"
@@ -59,7 +54,6 @@ Navigate = "Navegar"
NEnd = "N fim" NEnd = "N fim"
Next = "Seguinte" Next = "Seguinte"
NoDataToPlot = "Não há dados para desenhar" NoDataToPlot = "Não há dados para desenhar"
NoFunctionToDelete = "Sem função para eliminar"
NoValueToCompute = "Não há dados para calcular" NoValueToCompute = "Não há dados para calcular"
NStart = "N início" NStart = "N início"
Ok = "Confirmar" Ok = "Confirmar"
@@ -78,7 +72,6 @@ StatTab = "Estat"
Step = "Passo" Step = "Passo"
StorageMemoryFull1 = "A memória esta cheia." StorageMemoryFull1 = "A memória esta cheia."
StorageMemoryFull2 = "Apage dados e tente novamente." StorageMemoryFull2 = "Apage dados e tente novamente."
StoreExpressionNotAllowed = "'store' não está permitido"
SyntaxError = "Erro de sintaxe" SyntaxError = "Erro de sintaxe"
Sym = "sim" Sym = "sim"
TEnd = "T fim" TEnd = "T fim"
@@ -91,9 +84,6 @@ ValuesTab = "Tabela"
Warning = "Atenção" Warning = "Atenção"
XEnd = "X fim" XEnd = "X fim"
XStart = "X início" XStart = "X início"
Zoom = "Zoom"
Developers = "Desenvolvedores"
BetaTesters = "Testadores beta"
ExamModeMode = "Modo" ExamModeMode = "Modo"
ExamModeModeStandard = "Padrão " ExamModeModeStandard = "Padrão "
ExamModeModeNoSym = "Sem sym " ExamModeModeNoSym = "Sem sym "

View File

@@ -25,7 +25,6 @@ UnitMassGramKiloSymbol = "_kg"
UnitMassGramSymbol = "_g" UnitMassGramSymbol = "_g"
UnitMassGramMilliSymbol = "_mg" UnitMassGramMilliSymbol = "_mg"
UnitMassGramMicroSymbol = "_μg" UnitMassGramMicroSymbol = "_μg"
UnitMassGramNanoSymbol = "_ng"
UnitMassTonneSymbol = "_t" UnitMassTonneSymbol = "_t"
UnitMassOunceSymbol = "_oz" UnitMassOunceSymbol = "_oz"
UnitMassPoundSymbol = "_lb" UnitMassPoundSymbol = "_lb"
@@ -122,7 +121,6 @@ DeterminantCommandWithArg = "det(M)"
DiffCommandWithArg = "diff(f(x),x,a)" DiffCommandWithArg = "diff(f(x),x,a)"
DiffCommand = "diff(\x11,x,\x11)" DiffCommand = "diff(\x11,x,\x11)"
DimensionCommandWithArg = "dim(M)" DimensionCommandWithArg = "dim(M)"
DiscriminantFormulaDegree2 = "Δ=b^2-4ac"
DotCommandWithArg = "dot(u,v)" DotCommandWithArg = "dot(u,v)"
E = "e" E = "e"
Equal = "=" Equal = "="
@@ -352,7 +350,6 @@ PVenceslasDuet = "@Citorva"
CyprienMejat = "Cyprien Méjat" CyprienMejat = "Cyprien Méjat"
PCyprienMejat = "@A2drien" PCyprienMejat = "@A2drien"
SpeedOfLight = "2.99792458·10^8_m_s^-1" SpeedOfLight = "2.99792458·10^8_m_s^-1"
YearLight = "9.461·10^15_m"
Boltzmann = "1.380649·10^-23_J_K^-1" Boltzmann = "1.380649·10^-23_J_K^-1"
StefanBoltzmann = "5.670374419·10^-8_W_m^-2_K^-4" StefanBoltzmann = "5.670374419·10^-8_W_m^-2_K^-4"
VacuumImpedance = "376.730313668_Ω" VacuumImpedance = "376.730313668_Ω"

View File

@@ -8,7 +8,6 @@ Values3 = "Werte V3"
Frequencies1 = "Häufigkeiten N1" Frequencies1 = "Häufigkeiten N1"
Frequencies2 = "Häufigkeiten N2" Frequencies2 = "Häufigkeiten N2"
Frequencies3 = "Häufigkeiten N3" Frequencies3 = "Häufigkeiten N3"
ImportList = "Laden einer Liste"
Interval = " Intervall" Interval = " Intervall"
Frequency = " Häufigkeit:" Frequency = " Häufigkeit:"
RelativeFrequency = "Relative:" RelativeFrequency = "Relative:"

View File

@@ -8,7 +8,6 @@ Values3 = "Value V3"
Frequencies1 = "Frequency N1" Frequencies1 = "Frequency N1"
Frequencies2 = "Frequency N2" Frequencies2 = "Frequency N2"
Frequencies3 = "Frequency N3" Frequencies3 = "Frequency N3"
ImportList = "Import from a list"
Interval = " Interval " Interval = " Interval "
Frequency = " Frequency:" Frequency = " Frequency:"
RelativeFrequency = "Relative:" RelativeFrequency = "Relative:"

View File

@@ -8,7 +8,6 @@ Values3 = "Valores V3"
Frequencies1 = "Frecuencias N1" Frequencies1 = "Frecuencias N1"
Frequencies2 = "Frecuencias N2" Frequencies2 = "Frecuencias N2"
Frequencies3 = "Frecuencias N3" Frequencies3 = "Frecuencias N3"
ImportList = "Importar una lista"
Interval = " Intervalo" Interval = " Intervalo"
Frequency = " Frecuencia:" Frequency = " Frecuencia:"
RelativeFrequency = "Relativa:" RelativeFrequency = "Relativa:"
@@ -24,4 +23,4 @@ StandardDeviationSigma = "Desviación típica σ"
SampleStandardDeviationS = "Desviación típica s" SampleStandardDeviationS = "Desviación típica s"
SumValues = "Suma" SumValues = "Suma"
SumSquareValues = "Suma cuadrados" SumSquareValues = "Suma cuadrados"
InterquartileRange = "Rango intercuartilo" InterquartileRange = "Rango intercuartilo"

View File

@@ -8,7 +8,6 @@ Values3 = "Valeurs V3"
Frequencies1 = "Effectifs N1" Frequencies1 = "Effectifs N1"
Frequencies2 = "Effectifs N2" Frequencies2 = "Effectifs N2"
Frequencies3 = "Effectifs N3" Frequencies3 = "Effectifs N3"
ImportList = "Importer une liste"
Interval = " Intervalle " Interval = " Intervalle "
Frequency = " Effectif:" Frequency = " Effectif:"
RelativeFrequency = "Fréquence:" RelativeFrequency = "Fréquence:"

View File

@@ -1,27 +1,26 @@
StatsApp = "Statisztika" StatsApp = "Statisztika"
StatsAppCapital = "STATISZTIKA" StatsAppCapital = "STATISZTIKA"
HistogramTab = "Hisztogram" HistogramTab = "Hisztogram"
BoxTab = "Doboz" BoxTab = "Doboz"
Values1 = "V1 értékek" Values1 = "V1 értékek"
Values2 = "V2 értékek" Values2 = "V2 értékek"
Values3 = "V3 értékek" Values3 = "V3 értékek"
Frequencies1 = "N1 Frekvencia" Frequencies1 = "N1 Frekvencia"
Frequencies2 = "N2 Frekvencia" Frequencies2 = "N2 Frekvencia"
Frequencies3 = "N3 Frekvencia" Frequencies3 = "N3 Frekvencia"
ImportList = "Importálás egy listáról" Interval = "Intervallum"
Interval = "Intervallum" Frequency = "Frekvencia:"
Frequency = "Frekvencia:" RelativeFrequency = "Relatív:"
RelativeFrequency = "Relatív:" HistogramSet = "Hisztogram beállítások"
HistogramSet = "Hisztogram beállítások" RectangleWidth = "Tálca szélessége"
RectangleWidth = "Tálca szélessége" BarStart = "X kezdet"
BarStart = "X kezdet" FirstQuartile = "Elsö kvartilis"
FirstQuartile = "Elsö kvartilis" Median = "Medián"
Median = "Medián" ThirdQuartile = "Harmadik kvartilis"
ThirdQuartile = "Harmadik kvartilis" TotalFrequency = "Adatpontok száma "
TotalFrequency = "Adatpontok száma " Range = "Intervallum"
Range = "Intervallum" StandardDeviationSigma = "σ szórás"
StandardDeviationSigma = "σ szórás" SampleStandardDeviationS = "Minta std eltérés σ"
SampleStandardDeviationS = "Minta std eltérés σ" SumValues = "Értékek összege"
SumValues = "Értékek összege" SumSquareValues = "Négyzetértékek összege"
SumSquareValues = "Négyzetértékek összege" InterquartileRange = "Interkvartilis tartomány"
InterquartileRange = "Interkvartilis tartomány"

View File

@@ -8,7 +8,6 @@ Values3 = "Valori V3"
Frequencies1 = "Frequenze N1" Frequencies1 = "Frequenze N1"
Frequencies2 = "Frequenze N2" Frequencies2 = "Frequenze N2"
Frequencies3 = "Frequenze N3" Frequencies3 = "Frequenze N3"
ImportList = "Importare una lista"
Interval = " Intervallo " Interval = " Intervallo "
Frequency = " Frequenza:" Frequency = " Frequenza:"
RelativeFrequency = "Relativa:" RelativeFrequency = "Relativa:"
@@ -24,4 +23,4 @@ StandardDeviationSigma = "Deviazione standard σ"
SampleStandardDeviationS = "Dev. std campionaria s" SampleStandardDeviationS = "Dev. std campionaria s"
SumValues = "Somma" SumValues = "Somma"
SumSquareValues = "Somma dei quadrati" SumSquareValues = "Somma dei quadrati"
InterquartileRange = "Scarto interquartile" InterquartileRange = "Scarto interquartile"

View File

@@ -8,7 +8,6 @@ Values3 = "Waarden V3"
Frequencies1 = "Frequenties N1" Frequencies1 = "Frequenties N1"
Frequencies2 = "Frequenties N2" Frequencies2 = "Frequenties N2"
Frequencies3 = "Frequenties N3" Frequencies3 = "Frequenties N3"
ImportList = "Importeren uit een lijst"
Interval = " Interval " Interval = " Interval "
Frequency = " Frequentie:" Frequency = " Frequentie:"
RelativeFrequency = "Relatieve:" RelativeFrequency = "Relatieve:"
@@ -24,4 +23,4 @@ StandardDeviationSigma = "Standaardafwijking σ"
SampleStandardDeviationS = "Standaardafwijking s" SampleStandardDeviationS = "Standaardafwijking s"
SumValues = "Som" SumValues = "Som"
SumSquareValues = "Som van kwadraten" SumSquareValues = "Som van kwadraten"
InterquartileRange = "Interkwartielafstand" InterquartileRange = "Interkwartielafstand"

View File

@@ -8,7 +8,6 @@ Values3 = "Valores V3"
Frequencies1 = "Frequências N1" Frequencies1 = "Frequências N1"
Frequencies2 = "Frequências N2" Frequencies2 = "Frequências N2"
Frequencies3 = "Frequências N3" Frequencies3 = "Frequências N3"
ImportList = "Importar de uma lista"
Interval = " Intervalo" Interval = " Intervalo"
Frequency = " Frequência:" Frequency = " Frequência:"
RelativeFrequency = "Relativa:" RelativeFrequency = "Relativa:"
@@ -24,4 +23,4 @@ StandardDeviationSigma = "Desvio padrão σ"
SampleStandardDeviationS = "Desvio padrão amostral s" SampleStandardDeviationS = "Desvio padrão amostral s"
SumValues = "Somatório" SumValues = "Somatório"
SumSquareValues = "Soma dos quadrados" SumSquareValues = "Soma dos quadrados"
InterquartileRange = "Amplitude interquartil" InterquartileRange = "Amplitude interquartil"

View File

@@ -1,6 +1,5 @@
Unit = "Einheiten" Unit = "Einheiten"
UnitTimeMenu = "Zeit" UnitTimeMenu = "Zeit"
UnitTimeSecondMenu = "Sekunde"
UnitTimeSecond = "Sekunde" UnitTimeSecond = "Sekunde"
UnitTimeSecondMilli = "Millisekunde" UnitTimeSecondMilli = "Millisekunde"
UnitTimeSecondMicro = "Mikrosekunde" UnitTimeSecondMicro = "Mikrosekunde"
@@ -12,7 +11,6 @@ UnitTimeWeek = "Woche"
UnitTimeMonth = "Monat" UnitTimeMonth = "Monat"
UnitTimeYear = "Jahr" UnitTimeYear = "Jahr"
UnitDistanceMenu = "Entfernung" UnitDistanceMenu = "Entfernung"
UnitDistanceMeterMenu = "Meter"
UnitDistanceMeterKilo = "Kilometer" UnitDistanceMeterKilo = "Kilometer"
UnitDistanceMeter = "Meter" UnitDistanceMeter = "Meter"
UnitDistanceMeterMilli = "Millimeter" UnitDistanceMeterMilli = "Millimeter"
@@ -31,9 +29,6 @@ UnitMassGramKilo = "Kilogramm"
UnitMassGram = "Gramm" UnitMassGram = "Gramm"
UnitMassGramMilli = "Milligramm" UnitMassGramMilli = "Milligramm"
UnitMassGramMicro = "Mikrogramm" UnitMassGramMicro = "Mikrogramm"
UnitMassGramNano = "Nanogramm"
UnitDistanceImperialMenu = "Angloamerikanisch"
UnitMassImperialMenu = "Angloamerikanisch"
UnitMassTonne = "Tonne" UnitMassTonne = "Tonne"
UnitMassOunce = "Unze" UnitMassOunce = "Unze"
UnitMassPound = "Pfund" UnitMassPound = "Pfund"
@@ -423,7 +418,6 @@ EscapeVelocity = "Fluchtgeschwindigkeit"
EscapeVelocityFromEarth = "Von der Erde" EscapeVelocityFromEarth = "Von der Erde"
EscapeVelocityFromMoon = "Vom Mond" EscapeVelocityFromMoon = "Vom Mond"
EscapeVelocityFromSun = "Von der Sonne" EscapeVelocityFromSun = "Von der Sonne"
YearLightTag = "Lichtjahr"
Thermodynamics = "Thermodynamik" Thermodynamics = "Thermodynamik"
BoltzmannTag = "Boltzmann Konstante" BoltzmannTag = "Boltzmann Konstante"
AvogadroTag = "Avogadro-Konstante" AvogadroTag = "Avogadro-Konstante"
@@ -466,7 +460,6 @@ MoonMassTag = "Mond"
EarthMassTag = "Erde" EarthMassTag = "Erde"
SunMassTag = "Sonne" SunMassTag = "Sonne"
ParticleMass = "Partikel Masse" ParticleMass = "Partikel Masse"
AstronomicalMass = "Astronomische"
Radiuses = "Radien" Radiuses = "Radien"
Length = "Länge" Length = "Länge"
Distances = "Entfernungen" Distances = "Entfernungen"

View File

@@ -1,6 +1,5 @@
Unit = "Units" Unit = "Units"
UnitTimeMenu = "Time" UnitTimeMenu = "Time"
UnitTimeSecondMenu = "Second"
UnitTimeSecond = "Second" UnitTimeSecond = "Second"
UnitTimeSecondMilli = "Millisecond" UnitTimeSecondMilli = "Millisecond"
UnitTimeSecondMicro = "Microsecond" UnitTimeSecondMicro = "Microsecond"
@@ -12,14 +11,12 @@ UnitTimeWeek = "Week"
UnitTimeMonth = "Month" UnitTimeMonth = "Month"
UnitTimeYear = "Year" UnitTimeYear = "Year"
UnitDistanceMenu = "Distance" UnitDistanceMenu = "Distance"
UnitDistanceMeterMenu = "Meter"
UnitDistanceMeterKilo = "Kilometer" UnitDistanceMeterKilo = "Kilometer"
UnitDistanceMeter = "Meter" UnitDistanceMeter = "Meter"
UnitDistanceMeterMilli = "Millimeter" UnitDistanceMeterMilli = "Millimeter"
UnitDistanceMeterMicro = "Micrometer" UnitDistanceMeterMicro = "Micrometer"
UnitDistanceMeterNano = "Nanometer" UnitDistanceMeterNano = "Nanometer"
UnitDistanceMeterPico = "Picometer" UnitDistanceMeterPico = "Picometer"
UnitDistanceImperialMenu = "US Customary"
UnitDistanceInch = "Inch" UnitDistanceInch = "Inch"
UnitDistanceFoot = "Foot" UnitDistanceFoot = "Foot"
UnitDistanceYard = "Yard" UnitDistanceYard = "Yard"
@@ -27,13 +24,11 @@ UnitDistanceMile = "Mile"
UnitDistanceAstronomicalUnit = "Astronomical unit" UnitDistanceAstronomicalUnit = "Astronomical unit"
UnitDistanceLightYear = "Light year" UnitDistanceLightYear = "Light year"
UnitDistanceParsec = "Parsec" UnitDistanceParsec = "Parsec"
UnitMassImperialMenu = "US Customary"
UnitMassMenu = "Mass" UnitMassMenu = "Mass"
UnitMassGramKilo = "Kilogram" UnitMassGramKilo = "Kilogram"
UnitMassGram = "Gram" UnitMassGram = "Gram"
UnitMassGramMilli = "Milligram" UnitMassGramMilli = "Milligram"
UnitMassGramMicro = "Microgram" UnitMassGramMicro = "Microgram"
UnitMassGramNano = "Nanogram"
UnitMassTonne = "Metric Ton" UnitMassTonne = "Metric Ton"
UnitMassOunce = "Ounce" UnitMassOunce = "Ounce"
UnitMassPound = "Pound" UnitMassPound = "Pound"
@@ -423,7 +418,6 @@ EscapeVelocityFromEarth = "Of Earth"
EscapeVelocityFromMoon = "Of Moon" EscapeVelocityFromMoon = "Of Moon"
EscapeVelocityFromSun = "Of Sun" EscapeVelocityFromSun = "Of Sun"
SpeedOfLightTag = "Speed of light" SpeedOfLightTag = "Speed of light"
YearLightTag = "One year light"
Thermodynamics = "Thermodynamics" Thermodynamics = "Thermodynamics"
BoltzmannTag = "Boltzmann Constant" BoltzmannTag = "Boltzmann Constant"
AvogadroTag = "Avogadro Constant" AvogadroTag = "Avogadro Constant"
@@ -466,7 +460,6 @@ MoonMassTag = "Moon"
EarthMassTag = "Earth" EarthMassTag = "Earth"
SunMassTag = "Sun" SunMassTag = "Sun"
ParticleMass = "Particles Mass" ParticleMass = "Particles Mass"
AstronomicalMass = "Astronomical"
Radiuses = "Radiuses" Radiuses = "Radiuses"
Length = "Length" Length = "Length"
Distances = "Distances" Distances = "Distances"

View File

@@ -1,6 +1,5 @@
Unit = "Units" Unit = "Units"
UnitTimeMenu = "Time" UnitTimeMenu = "Time"
UnitTimeSecondMenu = "Second"
UnitTimeSecond = "Second" UnitTimeSecond = "Second"
UnitTimeSecondMilli = "Millisecond" UnitTimeSecondMilli = "Millisecond"
UnitTimeSecondMicro = "Microsecond" UnitTimeSecondMicro = "Microsecond"
@@ -12,18 +11,15 @@ UnitTimeWeek = "Week"
UnitTimeMonth = "Month" UnitTimeMonth = "Month"
UnitTimeYear = "Year" UnitTimeYear = "Year"
UnitDistanceMenu = "Distance" UnitDistanceMenu = "Distance"
UnitDistanceMeterMenu = "Meter"
UnitDistanceMeterKilo = "Kilometer" UnitDistanceMeterKilo = "Kilometer"
UnitDistanceMeter = "Meter" UnitDistanceMeter = "Meter"
UnitDistanceMeterMilli = "Millimeter" UnitDistanceMeterMilli = "Millimeter"
UnitDistanceMeterMicro = "Micrometer" UnitDistanceMeterMicro = "Micrometer"
UnitDistanceMeterNano = "Nanometer" UnitDistanceMeterNano = "Nanometer"
UnitDistanceMeterPico = "Picometer" UnitDistanceMeterPico = "Picometer"
UnitDistanceImperialMenu = "US Customary"
UnitDistanceAstronomicalUnit = "Astronomical unit" UnitDistanceAstronomicalUnit = "Astronomical unit"
UnitDistanceLightYear = "Light year" UnitDistanceLightYear = "Light year"
UnitDistanceParsec = "Parsec" UnitDistanceParsec = "Parsec"
UnitMassImperialMenu = "US Customary"
UnitDistanceMile = "Milla" UnitDistanceMile = "Milla"
UnitDistanceYard = "Yardas" UnitDistanceYard = "Yardas"
UnitDistanceFoot = "Pie" UnitDistanceFoot = "Pie"
@@ -33,7 +29,6 @@ UnitMassGramKilo = "Kilogram"
UnitMassGram = "Gram" UnitMassGram = "Gram"
UnitMassGramMilli = "Milligram" UnitMassGramMilli = "Milligram"
UnitMassGramMicro = "Microgram" UnitMassGramMicro = "Microgram"
UnitMassGramNano = "Nanogram"
UnitMassTonne = "Tonne" UnitMassTonne = "Tonne"
UnitMassOunce = "Onza" UnitMassOunce = "Onza"
UnitMassPound = "Libra" UnitMassPound = "Libra"
@@ -415,7 +410,6 @@ AlphaElementUbn = "Ubn - Unbinilio (120)"
Speed = "Velocidad" Speed = "Velocidad"
SpeedOfLightTag = "Velocidad de la luz" SpeedOfLightTag = "Velocidad de la luz"
SpeedOfSound = "La velocidad del sonido" SpeedOfSound = "La velocidad del sonido"
YearLightTag = "Un año de luz"
Thermodynamics = "Termodinámica" Thermodynamics = "Termodinámica"
SpeedOfSound0Tag = "Nivel del mar, 20 ° C" SpeedOfSound0Tag = "Nivel del mar, 20 ° C"
SpeedOfSoundWaterTag = "En el agua" SpeedOfSoundWaterTag = "En el agua"
@@ -466,7 +460,6 @@ MoonMassTag = "Luna"
EarthMassTag = "Tierra" EarthMassTag = "Tierra"
SunMassTag = "Sol" SunMassTag = "Sol"
ParticleMass = "Misa de las partículas" ParticleMass = "Misa de las partículas"
AstronomicalMass = "Astronómica"
Radiuses = "Radios" Radiuses = "Radios"
Length = "Lenght" Length = "Lenght"
Distances = "Distancias" Distances = "Distancias"

View File

@@ -1,6 +1,5 @@
Unit = "Unités" Unit = "Unités"
UnitTimeMenu = "Temps" UnitTimeMenu = "Temps"
UnitTimeSecondMenu = "Seconde"
UnitTimeSecond = "Seconde" UnitTimeSecond = "Seconde"
UnitTimeSecondMilli = "Milliseconde" UnitTimeSecondMilli = "Milliseconde"
UnitTimeSecondMicro = "Microseconde" UnitTimeSecondMicro = "Microseconde"
@@ -12,14 +11,12 @@ UnitTimeWeek = "Semaine"
UnitTimeMonth = "Mois" UnitTimeMonth = "Mois"
UnitTimeYear = "Année" UnitTimeYear = "Année"
UnitDistanceMenu = "Distance" UnitDistanceMenu = "Distance"
UnitDistanceMeterMenu = "Mètre"
UnitDistanceMeterKilo = "Kilomètre" UnitDistanceMeterKilo = "Kilomètre"
UnitDistanceMeter = "Mètre" UnitDistanceMeter = "Mètre"
UnitDistanceMeterMilli = "Millimètre" UnitDistanceMeterMilli = "Millimètre"
UnitDistanceMeterMicro = "Micromètre" UnitDistanceMeterMicro = "Micromètre"
UnitDistanceMeterNano = "Nanomètre" UnitDistanceMeterNano = "Nanomètre"
UnitDistanceMeterPico = "Picomètre" UnitDistanceMeterPico = "Picomètre"
UnitDistanceImperialMenu = "US Customary"
UnitDistanceInch = "Inch" UnitDistanceInch = "Inch"
UnitDistanceFoot = "Foot" UnitDistanceFoot = "Foot"
UnitDistanceYard = "Yard" UnitDistanceYard = "Yard"
@@ -27,7 +24,6 @@ UnitDistanceMile = "Mile"
UnitDistanceAstronomicalUnit = "Unité astronomique" UnitDistanceAstronomicalUnit = "Unité astronomique"
UnitDistanceLightYear = "Année-lumière" UnitDistanceLightYear = "Année-lumière"
UnitDistanceParsec = "Parsec" UnitDistanceParsec = "Parsec"
UnitMassImperialMenu = "US Customary"
UnitDistanceMile = "Mile" UnitDistanceMile = "Mile"
UnitDistanceYard = "Yard" UnitDistanceYard = "Yard"
UnitDistanceFoot = "Pied" UnitDistanceFoot = "Pied"
@@ -37,7 +33,6 @@ UnitMassGramKilo = "Kilogramme"
UnitMassGram = "Gramme" UnitMassGram = "Gramme"
UnitMassGramMilli = "Milligramme" UnitMassGramMilli = "Milligramme"
UnitMassGramMicro = "Microgramme" UnitMassGramMicro = "Microgramme"
UnitMassGramNano = "Nanogramme"
UnitMassTonne = "Tonne" UnitMassTonne = "Tonne"
UnitMassOunce = "Once" UnitMassOunce = "Once"
UnitMassPound = "Livre" UnitMassPound = "Livre"
@@ -423,7 +418,6 @@ SpeedOfSoundWaterTag = "Dans l'eau"
SpeedOfSoundSteelTag = "Dans l'acier" SpeedOfSoundSteelTag = "Dans l'acier"
SpeedOfSoundGlassTag = "Dans le verre" SpeedOfSoundGlassTag = "Dans le verre"
SpeedOfLightTag = "Vitesse de la lumière" SpeedOfLightTag = "Vitesse de la lumière"
YearLightTag = "Année lumière"
Thermodynamics = "Thermodynamique" Thermodynamics = "Thermodynamique"
BoltzmannTag = "Constante de Boltzmann" BoltzmannTag = "Constante de Boltzmann"
AvogadroTag = "Constante d'Avogadro" AvogadroTag = "Constante d'Avogadro"
@@ -470,7 +464,6 @@ MoonMassTag = "Lune"
EarthMassTag = "Terre" EarthMassTag = "Terre"
SunMassTag = "Soleil" SunMassTag = "Soleil"
ParticleMass = "Masses des Particules" ParticleMass = "Masses des Particules"
AstronomicalMass = "Astronomiques"
Radiuses = "Rayons" Radiuses = "Rayons"
Length = "Longueur" Length = "Longueur"
Distances = "Distances" Distances = "Distances"

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,5 @@
Unit = "Unità" Unit = "Unità"
UnitTimeMenu = "Tempo" UnitTimeMenu = "Tempo"
UnitTimeSecondMenu = "Secondo"
UnitTimeSecond = "Secondo" UnitTimeSecond = "Secondo"
UnitTimeSecondMilli = "Millisecondo" UnitTimeSecondMilli = "Millisecondo"
UnitTimeSecondMicro = "Microsecondo" UnitTimeSecondMicro = "Microsecondo"
@@ -12,18 +11,15 @@ UnitTimeWeek = "Settimana"
UnitTimeMonth = "Mese" UnitTimeMonth = "Mese"
UnitTimeYear = "Anno" UnitTimeYear = "Anno"
UnitDistanceMenu = "Distanza" UnitDistanceMenu = "Distanza"
UnitDistanceMeterMenu = "Metro"
UnitDistanceMeterKilo = "Chilometro" UnitDistanceMeterKilo = "Chilometro"
UnitDistanceMeter = "Metro" UnitDistanceMeter = "Metro"
UnitDistanceMeterMilli = "Millimetro" UnitDistanceMeterMilli = "Millimetro"
UnitDistanceMeterMicro = "Micrometro" UnitDistanceMeterMicro = "Micrometro"
UnitDistanceMeterNano = "Nanometro" UnitDistanceMeterNano = "Nanometro"
UnitDistanceMeterPico = "Picometro" UnitDistanceMeterPico = "Picometro"
UnitDistanceImperialMenu = "US Customary"
UnitDistanceAstronomicalUnit = "Unità astronomica" UnitDistanceAstronomicalUnit = "Unità astronomica"
UnitDistanceLightYear = "Anno luce" UnitDistanceLightYear = "Anno luce"
UnitDistanceParsec = "Parsec" UnitDistanceParsec = "Parsec"
UnitMassImperialMenu = "US Customary"
UnitDistanceMile = "Miglio" UnitDistanceMile = "Miglio"
UnitDistanceYard = "Yard" UnitDistanceYard = "Yard"
UnitDistanceFoot = "Piede" UnitDistanceFoot = "Piede"
@@ -33,7 +29,6 @@ UnitMassGramKilo = "Kilogrammo"
UnitMassGram = "Grammo" UnitMassGram = "Grammo"
UnitMassGramMilli = "Milligrammo" UnitMassGramMilli = "Milligrammo"
UnitMassGramMicro = "Microgrammo" UnitMassGramMicro = "Microgrammo"
UnitMassGramNano = "Nanogrammo"
UnitMassTonne = "Tonnellata" UnitMassTonne = "Tonnellata"
UnitMassOunce = "Oncia" UnitMassOunce = "Oncia"
UnitMassPound = "Libbra" UnitMassPound = "Libbra"
@@ -423,7 +418,6 @@ EscapeVelocityFromEarth = "Della terra"
EscapeVelocityFromMoon = "Di luna" EscapeVelocityFromMoon = "Di luna"
EscapeVelocityFromSun = "Di sole" EscapeVelocityFromSun = "Di sole"
SpeedOfLightTag = "Velocità della luce" SpeedOfLightTag = "Velocità della luce"
YearLightTag = "Un anno di luce"
Thermodynamics = "Termodinamica" Thermodynamics = "Termodinamica"
BoltzmannTag = "Costante di Boltzmann" BoltzmannTag = "Costante di Boltzmann"
AvogadroTag = "Costanto di Avogadro" AvogadroTag = "Costanto di Avogadro"
@@ -466,7 +460,6 @@ MoonMassTag = "Luna"
EarthMassTag = "Terra" EarthMassTag = "Terra"
SunMassTag = "Sole" SunMassTag = "Sole"
ParticleMass = "Massa delle particelle" ParticleMass = "Massa delle particelle"
AstronomicalMass = "Astronomico"
Radiuses = "Raggi" Radiuses = "Raggi"
Length = "Lunghezza" Length = "Lunghezza"
Distances = "Distanze" Distances = "Distanze"

View File

@@ -1,6 +1,5 @@
Unit = "Eenheden" Unit = "Eenheden"
UnitTimeMenu = "Tijd" UnitTimeMenu = "Tijd"
UnitTimeSecondMenu = "Seconde"
UnitTimeSecond = "Seconde" UnitTimeSecond = "Seconde"
UnitTimeSecondMilli = "MilliSeconde" UnitTimeSecondMilli = "MilliSeconde"
UnitTimeSecondMicro = "Microseconde" UnitTimeSecondMicro = "Microseconde"
@@ -12,18 +11,15 @@ UnitTimeWeek = "Week"
UnitTimeMonth = "Maand" UnitTimeMonth = "Maand"
UnitTimeYear = "Jaar" UnitTimeYear = "Jaar"
UnitDistanceMenu = "Afstand" UnitDistanceMenu = "Afstand"
UnitDistanceMeterMenu = "Meter"
UnitDistanceMeterKilo = "Kilometer" UnitDistanceMeterKilo = "Kilometer"
UnitDistanceMeter = "Meter" UnitDistanceMeter = "Meter"
UnitDistanceMeterMilli = "Millimeter" UnitDistanceMeterMilli = "Millimeter"
UnitDistanceMeterMicro = "Micrometer" UnitDistanceMeterMicro = "Micrometer"
UnitDistanceMeterNano = "Nanometer" UnitDistanceMeterNano = "Nanometer"
UnitDistanceMeterPico = "Picometer" UnitDistanceMeterPico = "Picometer"
UnitDistanceImperialMenu = "US Customary"
UnitDistanceAstronomicalUnit = "Astronomische eenheid" UnitDistanceAstronomicalUnit = "Astronomische eenheid"
UnitDistanceLightYear = "Lichtjaar" UnitDistanceLightYear = "Lichtjaar"
UnitDistanceParsec = "Parsec" UnitDistanceParsec = "Parsec"
UnitMassImperialMenu = "US Customary"
UnitDistanceMile = "Mijl" UnitDistanceMile = "Mijl"
UnitDistanceYard = "Yard" UnitDistanceYard = "Yard"
UnitDistanceFoot = "Voet" UnitDistanceFoot = "Voet"
@@ -33,7 +29,6 @@ UnitMassGramKilo = "Kilogram"
UnitMassGram = "Gram" UnitMassGram = "Gram"
UnitMassGramMilli = "Milligram" UnitMassGramMilli = "Milligram"
UnitMassGramMicro = "Microgram" UnitMassGramMicro = "Microgram"
UnitMassGramNano = "Nanogram"
UnitMassTonne = "Ton" UnitMassTonne = "Ton"
UnitMassOunce = "Ons" UnitMassOunce = "Ons"
UnitMassPound = "Pond" UnitMassPound = "Pond"
@@ -423,7 +418,6 @@ EscapeVelocityFromEarth = "Van Aarde"
EscapeVelocityFromMoon = "Van Maan" EscapeVelocityFromMoon = "Van Maan"
EscapeVelocityFromSun = "Van de zon" EscapeVelocityFromSun = "Van de zon"
SpeedOfLightTag = "Lichtsnelheid" SpeedOfLightTag = "Lichtsnelheid"
YearLightTag = "Een jaar licht"
Thermodynamics = "Thermodynamica" Thermodynamics = "Thermodynamica"
BoltzmannTag = "Boltzmannconstante" BoltzmannTag = "Boltzmannconstante"
AvogadroTag = "Avogadroconstante" AvogadroTag = "Avogadroconstante"
@@ -466,7 +460,6 @@ MoonMassTag = "Maan"
EarthMassTag = "Aarde" EarthMassTag = "Aarde"
SunMassTag = "Zon" SunMassTag = "Zon"
ParticleMass = "Deeltjesmassa" ParticleMass = "Deeltjesmassa"
AstronomicalMass = "Astronomical"
Radiuses = "Radiuses" Radiuses = "Radiuses"
Length = "Lengte" Length = "Lengte"
Distances = "Afstanden" Distances = "Afstanden"

View File

@@ -1,6 +1,5 @@
Unit = "Unidade" Unit = "Unidade"
UnitTimeMenu = "Tempo" UnitTimeMenu = "Tempo"
UnitTimeSecondMenu = "Segundo"
UnitTimeSecond = "Segundo" UnitTimeSecond = "Segundo"
UnitTimeSecondMilli = "Milisegundo" UnitTimeSecondMilli = "Milisegundo"
UnitTimeSecondMicro = "Microsegundo" UnitTimeSecondMicro = "Microsegundo"
@@ -12,18 +11,15 @@ UnitTimeWeek = "Semana"
UnitTimeMonth = "Mês" UnitTimeMonth = "Mês"
UnitTimeYear = "Ano" UnitTimeYear = "Ano"
UnitDistanceMenu = "Distância" UnitDistanceMenu = "Distância"
UnitDistanceMeterMenu = "Metro"
UnitDistanceMeterKilo = "Quilómetro" UnitDistanceMeterKilo = "Quilómetro"
UnitDistanceMeter = "Metro" UnitDistanceMeter = "Metro"
UnitDistanceMeterMilli = "Milímetro" UnitDistanceMeterMilli = "Milímetro"
UnitDistanceMeterMicro = "Micrómetro" UnitDistanceMeterMicro = "Micrómetro"
UnitDistanceMeterNano = "Nanómetro" UnitDistanceMeterNano = "Nanómetro"
UnitDistanceMeterPico = "Picómetro" UnitDistanceMeterPico = "Picómetro"
UnitDistanceImperialMenu = "US Customary"
UnitDistanceAstronomicalUnit = "Unidade astronómica" UnitDistanceAstronomicalUnit = "Unidade astronómica"
UnitDistanceLightYear = "Ano-luz" UnitDistanceLightYear = "Ano-luz"
UnitDistanceParsec = "Parsec" UnitDistanceParsec = "Parsec"
UnitMassImperialMenu = "US Customary"
UnitDistanceMile = "Milha" UnitDistanceMile = "Milha"
UnitDistanceYard = "Jarda" UnitDistanceYard = "Jarda"
UnitDistanceFoot = "Pé" UnitDistanceFoot = "Pé"
@@ -33,7 +29,6 @@ UnitMassGramKilo = "Quilograma"
UnitMassGram = "Grama" UnitMassGram = "Grama"
UnitMassGramMilli = "Miligrama" UnitMassGramMilli = "Miligrama"
UnitMassGramMicro = "Micrograma" UnitMassGramMicro = "Micrograma"
UnitMassGramNano = "Nanograma"
UnitMassTonne = "Tonelada" UnitMassTonne = "Tonelada"
UnitMassOunce = "Onça" UnitMassOunce = "Onça"
UnitMassPound = "Libra" UnitMassPound = "Libra"
@@ -423,7 +418,6 @@ EscapeVelocity = "Velocidade de Fuga"
EscapeVelocityFromEarth = "Fuga da Terra" EscapeVelocityFromEarth = "Fuga da Terra"
EscapeVelocityFromMoon = "De Lua" EscapeVelocityFromMoon = "De Lua"
EscapeVelocityFromSun = "Do Sol" EscapeVelocityFromSun = "Do Sol"
YearLightTag = "Luz de um ano"
Thermodynamics = "Termodinâmica" Thermodynamics = "Termodinâmica"
BoltzmannTag = "Constante Boltzmann" BoltzmannTag = "Constante Boltzmann"
AvogadroTag = "Constante Avogadro" AvogadroTag = "Constante Avogadro"
@@ -466,7 +460,6 @@ MoonMassTag = "Lua"
EarthMassTag = "Terra" EarthMassTag = "Terra"
SunMassTag = "Sol" SunMassTag = "Sol"
ParticleMass = "Massa de Partículas" ParticleMass = "Massa de Partículas"
AstronomicalMass = "Astronômico"
Radiuses = "Raio" Radiuses = "Raio"
Length = "Comprimento" Length = "Comprimento"
Distances = "Distâncias" Distances = "Distâncias"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Drücken Sie die Zurück-Taste am"
ConnectedMessage5 = "Taschenrechner oder Kabel abziehen," ConnectedMessage5 = "Taschenrechner oder Kabel abziehen,"
ConnectedMessage6 = "um die Verbindung zu trennen." ConnectedMessage6 = "um die Verbindung zu trennen."
DfuStatus = "Status des Rechners:" DfuStatus = "Status des Rechners:"
DfuStatusProtected = "GESCHÜTZT"
DfuStatusUnprotected = "UNGESCHÜTZT" DfuStatusUnprotected = "UNGESCHÜTZT"
USBProtectionLevel0 = "Standardschutz" USBProtectionLevel0 = "Standardschutz"
USBProtectionLevel1 = "Omega Schutz" USBProtectionLevel1 = "Omega Schutz"
USBProtectionLevel2 = "Systemschutz" USBProtectionLevel2 = "Systemschutz"
USBProtectionReactivated = "USB-Schutz wurde wieder aktiviert"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Press the BACK key of your"
ConnectedMessage5 = "calculator or unplug it to" ConnectedMessage5 = "calculator or unplug it to"
ConnectedMessage6 = "disconnect it." ConnectedMessage6 = "disconnect it."
DfuStatus = "Calculator status:" DfuStatus = "Calculator status:"
DfuStatusProtected = "PROTECTED"
DfuStatusUnprotected = "UNPROTECTED" DfuStatusUnprotected = "UNPROTECTED"
USBProtectionLevel0 = "Default Protection" USBProtectionLevel0 = "Default Protection"
USBProtectionLevel1 = "Omega Protection" USBProtectionLevel1 = "Omega Protection"
USBProtectionLevel2 = "System Protection" USBProtectionLevel2 = "System Protection"
USBProtectionReactivated = "USB Protection reactivated"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Pulse el botón RETURN de la"
ConnectedMessage5 = "calculadora o desenchúfela para" ConnectedMessage5 = "calculadora o desenchúfela para"
ConnectedMessage6 = "desconectarla." ConnectedMessage6 = "desconectarla."
DfuStatus = "Estado de la calculadora:" DfuStatus = "Estado de la calculadora:"
DfuStatusProtected = "PROTEGIDO"
DfuStatusUnprotected = "DESABRIGADO" DfuStatusUnprotected = "DESABRIGADO"
USBProtectionLevel0 = "Protección predeterminada" USBProtectionLevel0 = "Protección predeterminada"
USBProtectionLevel1 = "Protección Omega" USBProtectionLevel1 = "Protección Omega"
USBProtectionLevel2 = "Protección del sistema" USBProtectionLevel2 = "Protección del sistema"
USBProtectionReactivated = "La protección de la calculadora ha sido reactivada"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Appuyez sur la touche RETOUR"
ConnectedMessage5 = "de la calculatrice ou débranchez-la" ConnectedMessage5 = "de la calculatrice ou débranchez-la"
ConnectedMessage6 = "pour la déconnecter." ConnectedMessage6 = "pour la déconnecter."
DfuStatus = "Etat de la calculatrice:" DfuStatus = "Etat de la calculatrice:"
DfuStatusProtected = "PROTÉGÉE"
DfuStatusUnprotected = "NON PROTÉGÉE" DfuStatusUnprotected = "NON PROTÉGÉE"
USBProtectionLevel0 = "Default Protection" USBProtectionLevel0 = "Default Protection"
USBProtectionLevel1 = "Omega Protection" USBProtectionLevel1 = "Omega Protection"
USBProtectionLevel2 = "System Protection" USBProtectionLevel2 = "System Protection"
USBProtectionReactivated = "La protection USB a été réactivée"

View File

@@ -1,14 +1,12 @@
USBConnected = "A SZÁMOLÓGÉP CSATLAKOZTATVA VAN" USBConnected = "A SZÁMOLÓGÉP CSATLAKOZTATVA VAN"
ConnectedMessage1 = "" ConnectedMessage1 = ""
ConnectedMessage2 = "Adat másolásához csatlakozzon" ConnectedMessage2 = "Adat másolásához csatlakozzon"
ConnectedMessage3 = "fel getomega.dev/ide ra." ConnectedMessage3 = "fel getomega.dev/ide ra."
ConnectedMessage4 = "Nyomjon majd a VISSZA gombra" ConnectedMessage4 = "Nyomjon majd a VISSZA gombra"
ConnectedMessage5 = "vagy huzza ki a kábelt azért" ConnectedMessage5 = "vagy huzza ki a kábelt azért"
ConnectedMessage6 = "hogy a másolás véget érjen." ConnectedMessage6 = "hogy a másolás véget érjen."
DfuStatus = "Számológép állapota:" DfuStatus = "Számológép állapota:"
DfuStatusProtected = "VÉDETT" DfuStatusUnprotected = "VÉDTELEN"
DfuStatusUnprotected = "VÉDTELEN" USBProtectionLevel0 = "Alapértelmezett védelem"
USBProtectionLevel0 = "Alapértelmezett védelem" USBProtectionLevel1 = "Omega védelem"
USBProtectionLevel1 = "Omega védelem" USBProtectionLevel2 = "Rendszervédelem"
USBProtectionLevel2 = "Rendszervédelem"
USBProtectionReactivated = "A védelem újra aktiválva"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Premere sul tasto INDIETRO della"
ConnectedMessage5 = "calcolatrice o scollegatela per" ConnectedMessage5 = "calcolatrice o scollegatela per"
ConnectedMessage6 = "disconnetterla." ConnectedMessage6 = "disconnetterla."
DfuStatus = "Stato della calcolatrice:" DfuStatus = "Stato della calcolatrice:"
DfuStatusProtected = "PROTETTO"
DfuStatusUnprotected = "INDIFESO" DfuStatusUnprotected = "INDIFESO"
USBProtectionLevel0 = "Protezione predefinita" USBProtectionLevel0 = "Protezione predefinita"
USBProtectionLevel1 = "Protezione Omega" USBProtectionLevel1 = "Protezione Omega"
USBProtectionLevel2 = "Protezione del sistema" USBProtectionLevel2 = "Protezione del sistema"
USBProtectionReactivated = "Protezione riattivata"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Druk op de TERUG toets van je"
ConnectedMessage5 = "rekenmachine of verwijder de" ConnectedMessage5 = "rekenmachine of verwijder de"
ConnectedMessage6 = " kabel om hem los te koppelen." ConnectedMessage6 = " kabel om hem los te koppelen."
DfuStatus = "Rekenmachine status:" DfuStatus = "Rekenmachine status:"
DfuStatusProtected = "BESCHERMD"
DfuStatusUnprotected = "NIET BESCHERMD" DfuStatusUnprotected = "NIET BESCHERMD"
USBProtectionLevel0 = "Standaardbeveiliging" USBProtectionLevel0 = "Standaardbeveiliging"
USBProtectionLevel1 = "Omega Bescherming" USBProtectionLevel1 = "Omega Bescherming"
USBProtectionLevel2 = "Systeembeveiliging" USBProtectionLevel2 = "Systeembeveiliging"
USBProtectionReactivated = "USB-bescherming is geactiveerd"

View File

@@ -6,9 +6,7 @@ ConnectedMessage4 = "Pressione o botão RETURN na"
ConnectedMessage5 = "calculadora ou desligue-a para a" ConnectedMessage5 = "calculadora ou desligue-a para a"
ConnectedMessage6 = "desconectar." ConnectedMessage6 = "desconectar."
DfuStatus = "Status da calculadora:" DfuStatus = "Status da calculadora:"
DfuStatusProtected = "PROTEGIDO"
DfuStatusUnprotected = "DESPROTEGIDO" DfuStatusUnprotected = "DESPROTEGIDO"
USBProtectionLevel0 = "Proteção padrão" USBProtectionLevel0 = "Proteção padrão"
USBProtectionLevel1 = "Proteção Ômega" USBProtectionLevel1 = "Proteção Ômega"
USBProtectionLevel2 = "Proteção do sistema" USBProtectionLevel2 = "Proteção do sistema"
USBProtectionReactivated = "Proteção reativada"

View File

@@ -0,0 +1,363 @@
#!/usr/bin/env python3
"""Remove all unused translations to save flash space."""
# Builtins imports
import os
import re
import argparse
# Initialize the parser
parser = argparse.ArgumentParser(
description="Remove unused translations from the i18n file to save flash \
space.", epilog="You can use this script without arguments"
)
# Add arguments to the parser
parser.add_argument("--base-path", default=".",
help="The base path of the files")
parser.add_argument("--no-recursive", default=False, action="store_true",
help="Disable finding the files recursively")
parser.add_argument("--dry-run", default=False, action="store_true",
help="Disable saving the i18n files")
# Parse command line arguments
args = parser.parse_args()
# Initialize the settings
BASE_PATH = args.base_path
FIND_RECURSIVE = not args.no_recursive
DRYRUN = args.dry_run
# Don't add / at the end of the path
IGNORE_PATHS = [
"./output", "./.git", "./.mypy_cache",
"./ion/src/simulator/external/sdl",
]
IGNORE_PATHS_CONTENTS = [
"__pycache__", ".png", ".esc", ".ttf", ".ico", ".jpg", ".jar", ".icn",
".bnr", ".i18n"
]
# If the key contain something that's in this list, keep it to prevent code breaking
KEEP_KEY_IF_CONTAIN = ["Language", "Country"]
def get_all_files_in_directory(directory: str)\
-> list[str]:
"""Get all files in the given directory recursively.
Args:
directory (str): The directory
Returns:
List[str]: The list of files in the directory
"""
# Initialize the list of files
files = []
# Iterate over all files in the directory
for i in os.listdir(directory):
# Add the current directory to the file name
i = f'{directory}/{i}'
# If the file is a directory
if FIND_RECURSIVE and os.path.isdir(i):
# Iter the directory and add the files to the list
files.extend(get_all_files_in_directory(i))
# Else the file is a file
else:
# Add the file to the list
files.append(i)
# Return the list of files
return files
def get_files(directory: str) -> list[str]:
"""Get all files in the directory recursively with ignoring list.
Args:
directory (str): The start directory
Returns:
List[str]: The list of files
"""
# Initialize the list of files
files = []
# Iterate over the directory
for filename in os.listdir(directory):
# Add the full path to the directory/file
filename = f'{directory}/{filename}'
# Exclude path in IGNORE_PATHS
if filename in IGNORE_PATHS:
continue
# Exclude paths in IGNORE_PATHS_CONTENTS
if any(extension in filename for extension in IGNORE_PATHS_CONTENTS):
continue
# If it is a directory, find recursively the files into it
if os.path.isdir(filename):
files.extend(get_files(filename))
else:
files.append(filename)
# Return the file list
return files
def get_keys_in_i18n_file(filename: str) -> list[list[str]]:
"""Return a list of keys in the file.
Args:
filename (str): The name of the file to read
Returns:
List[list[str]]: The keys in the file
"""
# Initialize the list of keys in the file
keys: list[list[str]] = []
# Open the file read only
with open(filename, 'r', encoding='utf-8') as file_read:
# Read the content of the file line by line
for line in file_read.readlines():
# Ignore commented lines
if re.match(r"^#(.*)$", line):
continue
# Ignore lines without =
if '=' not in line:
continue
# Get the key by spliting the line by =
key = line.split("=")[0]
# Remove spaces from the start of the key
while key[0] == " ":
key = key[1:]
# Remove spaces from the end of the key
while key[-1] == " ":
key = key[:-1]
# Get generic filename into a list separated by dots
generic_filename_list = filename.split(".")[:-2]
# Get if the locale is universal
locale = filename.split(".")[-2]
# Get the filename as string with a trailing dot at the end
generic_filename = "".join(f'{i}.' for i in generic_filename_list)
# Remove trailing dot from the end of the generic filename
generic_filename = generic_filename[:-1]
# Add the key and the generic filename to the list of keys
keys.append([key, generic_filename, locale])
return keys
def list_keys_in_i18n_file_list(i18n_files: list[str]) -> list[list[str]]:
"""List all keys in the i18n files.
Args:
i18n_files (list[str]): I18n files list
Returns:
List[list[str]]: The dictionnary of keys in the i18n files by
locale.
"""
# Initialize the list of keys in the i18n files
keys_dict: list[list[str]] = []
# Iterate on the file list
for actual_file in i18n_files:
# Get the keys in the file and add them to the list
keys_dict.extend(get_keys_in_i18n_file(actual_file))
# Return the dictionary of keys in the i18n files sorted by locale
return keys_dict
def extract_keys_from_line(line: str) -> list[str]:
"""Extract keys from a line.
Args:
line (str): The line to extract keys from
Returns:
list[str]: The extracted keys
"""
# Initialize the list of separator to separate the key from the part
keys_separator: list[str] = ["}", ":", ";", ",", " ", ")"]
# Initialize the list of keys
keys: list[str] = []
# Split the line by ::
line_splitted: list[str] = line.split("::")
# Initialize loop variables
# The last part (used inside the loop)
last_part: str = ""
# Mark the next line contain the key
save_next_line: bool = False
# The key part
key_parts: list[str] = []
# Iterate over the splitted line
for part in line_splitted:
# print(part)
if save_next_line:
key_parts.append(part)
save_next_line = False
# If the actual part is Message and the last part contain I18n
# (I18n::Message), the next part will contain the key name
# TODO: Improve catching
if part == "Message" and "I18n" in last_part:
save_next_line = True
# Save the current part into the last part
# (loop iteration is finished)
last_part = part
# Get the key from the key part
# TODO: Improve catching
# Iterate over all the keys in the line
for actual_key in key_parts:
# Initialize real key variable
key_real: str = actual_key
for separator_to_test in keys_separator:
key_separated: list[str] = key_real.split(separator_to_test)
# print(key_real, separator_to_test, key_separated)
# If the key was splitted, save the separated key
if len(key_separated) > 1:
key_real = key_separated[0]
if key_real:
keys.append(key_real)
return keys
def keys_from_file_list(files: list[str]) -> list[str]:
"""Get an array of keys from files.
Args:
files (list[str]): The list of files to read
Returns:
list[str]: The keys
"""
# Initialize the list of keys from the files
keys: list[str] = []
# Iterate over the file list
for filename in files:
# Read the file contents into "content" variable
with open(filename, 'r', encoding="utf-8") as file_obj:
# Store the contents of the file
content = file_obj.read()
# Iterate over the file contents
for line in content.split("\n"):
# Get if the line contains an I18n key
if "I18n::Message" in line:
# Extract the keys from the line
keys.extend(extract_keys_from_line(line))
return keys
def get_i18n_files(directory: str = '.') -> list[str]:
"""Get the list of i18n files in the given directory.
Args:
directory (str, optional): The directory to find the i18n files.
Defaults to '.'.
Returns:
list[str]: The list of i18n files in a dictionary of languages.
"""
# Get all files in the directory recursively
files = get_all_files_in_directory(directory)
# Return only i18n files
return [i for i in files if ".i18n" in i]
def get_unused_keys(file_keys: list[str], i18n_keys: list[list[str]]) -> list[list[str]]:
"""Get unused keys.
Args:
file_keys (list[str]): The keys in the source files
i18n_keys (list[list[str]]): The keys in the i18n files
Returns:
list[list[str]]: The unused keys
"""
# Initialize the list of unused keys
unused_keys: list[list[str]] = []
# Iterate over the i18n key definitions
for key_i18n_actual in i18n_keys:
# Get if the key is used, and mark it as used if it is in the kepping
# list
key_used = next(
(
True
for string_to_test in KEEP_KEY_IF_CONTAIN
if string_to_test in key_i18n_actual[0]
),
any(key_i18n_actual[0] == file_key for file_key in file_keys),
)
# If the key is not used, add it to the list
if not key_used:
if key_i18n_actual not in unused_keys:
print(f"{key_i18n_actual[0]} unused")
unused_keys.append(key_i18n_actual)
return unused_keys
def remove_keys_from_i18n_files(unused_keys: list[list[str]]):
"""Remove unused keys from i18n files.
Args:
unused_keys (list[list[str]]): The list of keys to remove
"""
# Initialize the dictionary of files
# (to prevent intensive writing to disk)
files_to_write: dict[str, str] = {}
# Iterate over the keys to remove
for key in unused_keys:
key_name_to_remove = key[0]
filename_generic = key[1]
locale = key[2]
# Get the filename of from the generic filename
filename = f'{filename_generic}.{locale}.i18n'
# If the file is not in the dictionary, add it
if filename not in files_to_write:
# Save the file contents
with open(filename, 'r', encoding='utf8') as file_read:
files_to_write[filename] = file_read.read()
# Split the file by new lines
file_splitted = files_to_write[filename].split("\n")
# Iterate over the file contents
for line, value in enumerate(file_splitted):
# Ignore lines without =
if '=' not in value:
continue
# Get the key from the line
key_to_check: str = value.split("=")[0]
# Remove spaces from the start of the key
while key_to_check[0] == " ":
key_to_check = key_to_check[1:]
# Remove spaces from the end of the key
while key_to_check[-1] == " ":
key_to_check = key_to_check[:-1]
# If the key is the key to remove, remove it
if key_to_check == key_name_to_remove:
del file_splitted[line]
break
file_str = "".join(line + "\n" for line in file_splitted)
# Remove double line return
while file_str[-2:] == '\n\n':
file_str = file_str[:-1]
files_to_write[filename] = file_str
# When the loop is end, write the files
for actual_file, content_to_write in files_to_write.items():
with open(actual_file, 'w', encoding='utf-8') as file_to_write:
file_to_write.write(content_to_write)
# print(actual_file, content_to_write)
def main():
"""Execute the program."""
# Get the file list
file_list = get_files(BASE_PATH)
# Get the keys in the file list
files_keys = keys_from_file_list(file_list)
# Get i18n files list
i18n_files = get_i18n_files(BASE_PATH)
# Get keys from i18n files
i18n_files_keys = list_keys_in_i18n_file_list(i18n_files)
# Get unused keys
unused_keys = get_unused_keys(files_keys, i18n_files_keys)
# If dryrun is disabled, remove the keys definitions from the i18n files
if not DRYRUN:
remove_keys_from_i18n_files(unused_keys)
main()