diff --git a/apps/code/base.hu.i18n b/apps/code/base.hu.i18n index 5fe61be8b..f5d1ab6fe 100644 --- a/apps/code/base.hu.i18n +++ b/apps/code/base.hu.i18n @@ -1,10 +1,15 @@ -Console = "Konzol" AddScript = "Script hozzadáadása" -ScriptOptions = "Script beállítások" -ExecuteScript = "Script indítása" +AllowedCharactersaz09 = "Engedélyezett karakterek: a-z, 0-9, _" +Autocomplete = "Autocomplete" AutoImportScript = "Script automata importálása" +BuiltinsAndKeywords = "Builtins and keywords" +Console = "Konzol" DeleteScript = "Script törlése" DuplicateScript = "Script másolása" +ExecuteScript = "Script indítása" FunctionsAndVariables = "Függvények és változók" -AllowedCharactersaz09 = "Engedélyezett karakterek: a-z, 0-9, _" +ImportedModulesAndScripts = "Imported modules and scripts" +NoWordAvailableHere = "No word available here." +ScriptInProgress = "Script in progress" +ScriptOptions = "Script beállítások" ScriptSize = "Script size" diff --git a/apps/code/base.it.i18n b/apps/code/base.it.i18n index be1e56b8c..d3778db0a 100644 --- a/apps/code/base.it.i18n +++ b/apps/code/base.it.i18n @@ -5,9 +5,11 @@ AutoImportScript = "Importazione automatica dello script" BuiltinsAndKeywords = "Funzioni native e parole chiave" Console = "Console d'esecuzione" DeleteScript = "Eliminare lo script" +DuplicateScript = "Duplicate script" ExecuteScript = "Eseguire lo script" FunctionsAndVariables = "Funzioni e variabili" ImportedModulesAndScripts = "Moduli e scripts importati" NoWordAvailableHere = "Nessuna parola disponibile qui." ScriptInProgress = "Script in corso" ScriptOptions = "Opzioni dello script" +ScriptSize = "Script Size" diff --git a/apps/code/base.nl.i18n b/apps/code/base.nl.i18n index e016172c2..769bdbb72 100644 --- a/apps/code/base.nl.i18n +++ b/apps/code/base.nl.i18n @@ -5,9 +5,11 @@ AutoImportScript = "Automatisch importeren in shell" BuiltinsAndKeywords = "Builtins and keywords" Console = "Python shell" DeleteScript = "Script verwijderen" +DuplicateScript = "Duplicate script" ExecuteScript = "Script uitvoeren" FunctionsAndVariables = "Functies en variabelen" ImportedModulesAndScripts = "Imported modules and scripts" NoWordAvailableHere = "No word available here." ScriptInProgress = "Script in progress" ScriptOptions = "Script opties" +ScriptSize = "Script Size" diff --git a/apps/code/base.pt.i18n b/apps/code/base.pt.i18n index eac448706..889c0fa35 100644 --- a/apps/code/base.pt.i18n +++ b/apps/code/base.pt.i18n @@ -12,3 +12,4 @@ ImportedModulesAndScripts = "Módulos e scripts importados" NoWordAvailableHere = "Nenhuma palavra disponível aqui." ScriptInProgress = "Script em curso" ScriptOptions = "Opções de script" +ScriptSize = "Script Size" diff --git a/apps/code/catalog.de.i18n b/apps/code/catalog.de.i18n index fcfbd99be..bbfd013aa 100644 --- a/apps/code/catalog.de.i18n +++ b/apps/code/catalog.de.i18n @@ -186,6 +186,19 @@ PythonTurtleLeft = "Turn left by a degrees" PythonTurtlePendown = "Pull the pen down" PythonTurtlePensize = "Set the line thickness to x pixels" PythonTurtlePenup = "Pull the pen up" +PythonTurtlePosition = "Return the current (x,y) location" +PythonTurtleReset = "Reset the drawing" +PythonTurtleRight = "Turn right by a degrees" +PythonTurtleSetheading = "Set the orientation to a degrees" +PythonTurtleSetposition = "Positionne la tortue" +PythonTurtleShowturtle = "Show the turtle" +PythonTurtleSpeed = "Drawing speed between 0 and 10" +PythonTurtleWrite = "Display a text" +PythonUniform = "Floating point number in [a,b]" +PythonImportTime = "Import time module" +PythonTimePrefix = "time module function prefix" +PythonTimeSleep = "Wait for n second" +PythonMonotonic = "Return monotonic time" PythonFileOpen = "Öffnet eine Datei" PythonFileSeekable = "Ist eine Datei durchsuchbar?" PythonFileSeek = "Dateicursor verschieben" @@ -202,12 +215,3 @@ PythonFileName = "Dateiname" PythonFileMode = "Dateiöffnungsmodus" PythonFileReadable = "Ist die Datei lesbar?" PythonFileWritable = "Ist die Datei beschreibbar?" -PythonTurtlePosition = "Return the current (x,y) location" -PythonTurtleReset = "Reset the drawing" -PythonTurtleRight = "Turn right by a degrees" -PythonTurtleSetheading = "Set the orientation to a degrees" -PythonTurtleSetposition = "Positionne la tortue" -PythonTurtleShowturtle = "Show the turtle" -PythonTurtleSpeed = "Drawing speed between 0 and 10" -PythonTurtleWrite = "Display a text" -PythonUniform = "Floating point number in [a,b]" diff --git a/apps/code/catalog.hu.i18n b/apps/code/catalog.hu.i18n index e049c1e38..c344ab2bf 100644 --- a/apps/code/catalog.hu.i18n +++ b/apps/code/catalog.hu.i18n @@ -27,6 +27,17 @@ PythonChoice = "Véletlenszerü szám a listában" PythonClear = "A lista ürítése" PythonCmathFunction = "cmath modul funkció elötag" PythonColor = "Rgb szín meghatározása" +PythonColorBlack = "Fekete szín" +PythonColorBlue = "Kék szín" +PythonColorBrown = "Barna szín" +PythonColorGreen = "Zöld szín" +PythonColorGrey = "Szürke szín" +PythonColorOrange = "Narancssárga szín" +PythonColorPink = "Rózsaszín szín" +PythonColorPurple = "Lila szín" +PythonColorRed = "Piros szín" +PythonColorWhite = "White color" +PythonColorYellow = "Sárga szín" PythonComplex = "A + ib visszaadása" PythonCopySign = "Visszatérés x-val y jelével" PythonCos = "Koszinusz" @@ -162,37 +173,27 @@ PythonText = "Display a text at (x,y) coordinates" PythonTimeFunction = "idömodul funkció elötag" PythonTrunc = "x egészre csonkítva" PythonTurtleBackward = "Visszalépés x pixelrel" -PythonTurtleBlack = "Fekete szín" -PythonTurtleBlue = "Kék szín" -PythonTurtleBrown = "Barna szín" PythonTurtleCircle = "r pixel sugarú kör" PythonTurtleColor = "Állítsa be az toll színét" PythonTurtleColorMode = "Set the color mode to 1.0 or 255" PythonTurtleForward = "Ugrás x pixelrel" PythonTurtleFunction = "teknös modul funkció elötag" PythonTurtleGoto = "Mozgatás (x, y) koordinátákra" -PythonTurtleGreen = "Zöld szín" -PythonTurtleGrey = "Szürke szín" PythonTurtleHeading = "Visszaadja az aktuális címsort" PythonTurtleHideturtle = "A teknös elrejtése" PythonTurtleIsdown = "Visszatérés igazhoz, ha az toll lefelé" PythonTurtleLeft = "Forduljon fokkal balra" -PythonTurtleOrange = "Narancssárga szín" PythonTurtlePendown = "Húzza le a tollat" PythonTurtlePensize = "Állítsa a vonalvastagságot x pixelre" PythonTurtlePenup = "Húzza fel a tollat" -PythonTurtlePink = "Rózsaszín szín" PythonTurtlePosition = "Az aktuális (x, y) hely visszaadása" -PythonTurtlePurple = "Lila szín" -PythonTurtleRed = "Piros szín" PythonTurtleReset = "A rajz visszaállítása" PythonTurtleRight = "Forduljon fokkal jobbra" PythonTurtleSetheading = "Állítsa be a tájolást fokokra" PythonTurtleSetposition = "A helymeghatározás" PythonTurtleShowturtle = "Mutasd a teknösöt" PythonTurtleSpeed = "Rajzolási sebesség 0 és 10 között" -PythonTurtleWhite = "Fehér szín" -PythonTurtleYellow = "Sárga szín" +PythonTurtleWrite = "Display a text" PythonUniform = "Lebegöpontos szám [a, b] -ben" PythonImportTime = "Idömodul importálása" PythonTimePrefix = "idömodul funkció elötag" diff --git a/apps/code/catalog.it.i18n b/apps/code/catalog.it.i18n index 893feb525..eaecb080c 100644 --- a/apps/code/catalog.it.i18n +++ b/apps/code/catalog.it.i18n @@ -195,3 +195,23 @@ PythonTurtleShowturtle = "Mostra la tartaruga" PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)" PythonTurtleWrite = "Mostra un testo" PythonUniform = "Numero decimale tra [a,b]" +PythonImportTime = "Import time module" +PythonTimePrefix = "time module function prefix" +PythonTimeSleep = "Wait for n second" +PythonMonotonic = "Return monotonic time" +PythonFileOpen = "Opens a file" +PythonFileSeekable = "Tells if seek can be used on a file" +PythonFileSeek = "Move file's cursor" +PythonFileTell = "Get file's cursor location" +PythonFileClose = "Closes a file" +PythonFileClosed = "True if file was closed" +PythonFileRead = "Read up to size bytes" +PythonFileWrite = "Write b into file" +PythonFileReadline = "Reads a line or up to size bytes" +PythonFileReadlines = "Reads a list of lines" +PythonFileTruncate = "Resize the file to size" +PythonFileWritelines = "Writes a list of lines" +PythonFileName = "Contains file's name" +PythonFileMode = "Contains file's open mode" +PythonFileReadable = "Tells if read can be used on a file" +PythonFileWritable = "Tells if write can be used on a file" diff --git a/apps/code/catalog.nl.i18n b/apps/code/catalog.nl.i18n index 843d9b3ab..bbe2b04c5 100644 --- a/apps/code/catalog.nl.i18n +++ b/apps/code/catalog.nl.i18n @@ -195,3 +195,23 @@ PythonTurtleShowturtle = "Laat de schildpad zien" PythonTurtleSpeed = "Tekensnelheid tussen 0 and 10" PythonTurtleWrite = "Display a text" PythonUniform = "Zwevendekommagetal in [a,b]" +PythonImportTime = "Import time module" +PythonTimePrefix = "time module function prefix" +PythonTimeSleep = "Wait for n second" +PythonMonotonic = "Return monotonic time" +PythonFileOpen = "Opens a file" +PythonFileSeekable = "Tells if seek can be used on a file" +PythonFileSeek = "Move file's cursor" +PythonFileTell = "Get file's cursor location" +PythonFileClose = "Closes a file" +PythonFileClosed = "True if file was closed" +PythonFileRead = "Read up to size bytes" +PythonFileWrite = "Write b into file" +PythonFileReadline = "Reads a line or up to size bytes" +PythonFileReadlines = "Reads a list of lines" +PythonFileTruncate = "Resize the file to size" +PythonFileWritelines = "Writes a list of lines" +PythonFileName = "Contains file's name" +PythonFileMode = "Contains file's open mode" +PythonFileReadable = "Tells if read can be used on a file" +PythonFileWritable = "Tells if write can be used on a file" diff --git a/apps/code/catalog.pt.i18n b/apps/code/catalog.pt.i18n index 6eaf08c00..f0b401b81 100644 --- a/apps/code/catalog.pt.i18n +++ b/apps/code/catalog.pt.i18n @@ -195,6 +195,10 @@ PythonTurtleShowturtle = "Mostrar o turtle" PythonTurtleSpeed = "Velocidade do desenho entre 0 e 10" PythonTurtleWrite = "Mostrar um texto" PythonUniform = "Número decimal em [a,b]" +PythonImportTime = "Import time module" +PythonTimePrefix = "time module function prefix" +PythonTimeSleep = "Wait for n second" +PythonMonotonic = "Return monotonic time" PythonFileOpen = "Opens a file" PythonFileSeekable = "Tells if seek can be used on a file" PythonFileSeek = "Move file's cursor" diff --git a/apps/code/toolbox.it.i18n b/apps/code/toolbox.it.i18n index 5fd875949..50fbd1632 100644 --- a/apps/code/toolbox.it.i18n +++ b/apps/code/toolbox.it.i18n @@ -2,3 +2,5 @@ Functions = "Funzioni" Catalog = "Catalogo" Modules = "Moduli" LoopsAndTests = "Loops e test" +Files = "Files" +Exceptions = "Exceptions" diff --git a/apps/code/toolbox.nl.i18n b/apps/code/toolbox.nl.i18n index 3fb634129..84b6e1f4c 100644 --- a/apps/code/toolbox.nl.i18n +++ b/apps/code/toolbox.nl.i18n @@ -2,3 +2,5 @@ Functions = "Functies" Catalog = "Catalogus" Modules = "Modules" LoopsAndTests = "Loops and tests" +Files = "Files" +Exceptions = "Exceptions" diff --git a/apps/external/Makefile b/apps/external/Makefile index eebba7c20..0929e8d21 100644 --- a/apps/external/Makefile +++ b/apps/external/Makefile @@ -45,6 +45,8 @@ i18n_files += $(addprefix apps/external/,\ base.es.i18n\ base.fr.i18n\ base.pt.i18n\ + base.it.i18n\ + base.nl.i18n\ base.hu.i18n\ base.universal.i18n\ ) diff --git a/apps/external/base.it.i18n b/apps/external/base.it.i18n new file mode 100644 index 000000000..49b8a2173 --- /dev/null +++ b/apps/external/base.it.i18n @@ -0,0 +1,9 @@ +ExternalApp = "External" +ExternalAppCapital = "EXTERNAL" +ExternalAppApiMismatch = "API mismatch" +ExternalAppExecError = "Cannot execute file" +ExternalNotCompatible = "External is not compatible" +WithSimulator = "with the simulator" +WithN0100 = "with n0100" +GetMoreAppsAt = "Get more apps at" +NoAppsInstalled = "No apps installed" diff --git a/apps/external/base.nl.i18n b/apps/external/base.nl.i18n new file mode 100644 index 000000000..49b8a2173 --- /dev/null +++ b/apps/external/base.nl.i18n @@ -0,0 +1,9 @@ +ExternalApp = "External" +ExternalAppCapital = "EXTERNAL" +ExternalAppApiMismatch = "API mismatch" +ExternalAppExecError = "Cannot execute file" +ExternalNotCompatible = "External is not compatible" +WithSimulator = "with the simulator" +WithN0100 = "with n0100" +GetMoreAppsAt = "Get more apps at" +NoAppsInstalled = "No apps installed" diff --git a/apps/settings/base.it.i18n b/apps/settings/base.it.i18n index e21e01eca..e4e84ce90 100644 --- a/apps/settings/base.it.i18n +++ b/apps/settings/base.it.i18n @@ -32,10 +32,37 @@ Real = "Reale " Cartesian = "Algebrico " Polar = "Esponenziale " Brightness = "Luminosità" +SoftwareVersion = "Epsilon version" +OmegaVersion = "Omega version" +Username = "Name" +MicroPythonVersion = "µPython version" +DefaultResult = "Expanded " +CompactResult = "Compact " FontSizes = "Carattere Python" LargeFont = "Grande " SmallFont = "Piccolo " -SoftwareVersion = "Versione software" SerialNumber = "Numero di serie" UpdatePopUp = "Promemoria aggiornamento" BetaPopUp = "Promemoria beta" +Contributors = "Contributors" +Accessibility = "Accessibility" +AccessibilityInvertColors = "Invert colors" +AccessibilityMagnify = "Magnify" +AccessibilityGamma = "Gamma correction" +AccessibilityGammaRed = "Red gamma" +AccessibilityGammaGreen = "Green gamma" +AccessibilityGammaBlue = "Blue gamma" +MathOptions = "Math options" +SymbolMultiplication = "Multiply" +SymbolMultiplicationCross = "Cross " +SymbolMultiplicationMiddleDot = "Dot " +SymbolMultiplicationStar = "Star " +SymbolMultiplicationAutoSymbol = "Auto " +SymbolFunction = "Expression format " +SymbolDefaultFunction = "Default " +SymbolArgFunction = "Empty " +SymbolArgDefaultFunction = "Argument " +PythonFont = "Python Font" +Large = "Large " +Small = "Small " +MemUse = "Memory" diff --git a/apps/settings/base.nl.i18n b/apps/settings/base.nl.i18n index 9e44db188..d958d79cd 100644 --- a/apps/settings/base.nl.i18n +++ b/apps/settings/base.nl.i18n @@ -32,10 +32,37 @@ Real = "Reëel " Cartesian = "Cartesisch " Polar = "Polair " Brightness = "Helderheid" +SoftwareVersion = "Epsilon version" +OmegaVersion = "Omega version" +Username = "Name" +MicroPythonVersion = "µPython version" +DefaultResult = "Expanded " +CompactResult = "Compact " FontSizes = "Python lettergrootte" LargeFont = "Groot " SmallFont = "Klein " -SoftwareVersion = "Softwareversie" SerialNumber = "Serienummer" UpdatePopUp = "Update pop-up" BetaPopUp = "Bèta pop-up" +Contributors = "Contributors" +Accessibility = "Accessibility" +AccessibilityInvertColors = "Invert colors" +AccessibilityMagnify = "Magnify" +AccessibilityGamma = "Gamma correction" +AccessibilityGammaRed = "Red gamma" +AccessibilityGammaGreen = "Green gamma" +AccessibilityGammaBlue = "Blue gamma" +MathOptions = "Math options" +SymbolMultiplication = "Multiply" +SymbolMultiplicationCross = "Cross " +SymbolMultiplicationMiddleDot = "Dot " +SymbolMultiplicationStar = "Star " +SymbolMultiplicationAutoSymbol = "Auto " +SymbolFunction = "Expression format " +SymbolDefaultFunction = "Default " +SymbolArgFunction = "Empty " +SymbolArgDefaultFunction = "Argument " +PythonFont = "Python Font" +Large = "Large " +Small = "Small " +MemUse = "Memory" diff --git a/apps/shared.hu.i18n b/apps/shared.hu.i18n index 4862d64f7..da5ec2157 100644 --- a/apps/shared.hu.i18n +++ b/apps/shared.hu.i18n @@ -74,7 +74,6 @@ TStart = "T kezdete" ToZoom = "Zoom:" Trigonometric = "Trigonometrikus" UndefinedValue = "Nincs meghatározva érték" -ValueNotReachedByFunction = "Az értéket a funkció nem érte el" ValuesTab = "Táblázat" Warning = "Figyelem" XEnd = "X vége" diff --git a/apps/shared.it.i18n b/apps/shared.it.i18n index cd058299b..e480eed23 100644 --- a/apps/shared.it.i18n +++ b/apps/shared.it.i18n @@ -66,6 +66,7 @@ StorageMemoryFull1 = "La memoria è piena." StorageMemoryFull2 = "Cancellate i dati e riprovate." StoreExpressionNotAllowed = "'store' non è consentito" SyntaxError = "Sintassi errata" +Sym = "sym" TEnd = "T finale" ThetaEnd = "θ finale" ThetaStart = "θ iniziale" @@ -78,3 +79,18 @@ Warning = "Attenzione" XEnd = "X finale" XStart = "X iniziale" Zoom = "Zoom" +Developers = "Developers" +BetaTesters = "Beta testers" +LEDColor = "LED color" +ExamModeMode = "Mode" +ExamModeModeStandard = "Standard " +ExamModeModeNoSym = "No sym " +ExamModeModeNoSymNoText = "No sym no text " +ExamModeModeDutch = "Dutch " +ColorRed = "Red " +ColorWhite = "White " +ColorBlue = "Blue " +ColorGreen = "Green " +ColorYellow = "Yellow " +ColorPurple = "Purple " +ColorOrange = "Orange " diff --git a/apps/shared.nl.i18n b/apps/shared.nl.i18n index f8f1acd98..75d0e5cd7 100644 --- a/apps/shared.nl.i18n +++ b/apps/shared.nl.i18n @@ -66,6 +66,7 @@ Step = "Stap" StorageMemoryFull1 = "Het geheugen is vol." StorageMemoryFull2 = "Wis de gegevens en probeer opnieuw." SyntaxError = "Syntax error" +Sym = "sym" TEnd = "T einde" ThetaEnd = "θ einde" ThetaStart = "θ begin" @@ -78,3 +79,18 @@ Warning = "Waarschuwing" XEnd = "X einde" XStart = "X begin" Zoom = "Zoom" +Developers = "Developers" +BetaTesters = "Beta testers" +LEDColor = "LED color" +ExamModeMode = "Mode" +ExamModeModeStandard = "Standard " +ExamModeModeNoSym = "No sym " +ExamModeModeNoSymNoText = "No sym no text " +ExamModeModeDutch = "Dutch " +ColorRed = "Red " +ColorWhite = "White " +ColorBlue = "Blue " +ColorGreen = "Green " +ColorYellow = "Yellow " +ColorPurple = "Purple " +ColorOrange = "Orange " diff --git a/apps/toolbox.it.i18n b/apps/toolbox.it.i18n index 1a4462380..a327fd6d0 100644 --- a/apps/toolbox.it.i18n +++ b/apps/toolbox.it.i18n @@ -19,9 +19,18 @@ UnitDistanceMeterMilli = "Millimetro" UnitDistanceMeterMicro = "Micrometro" UnitDistanceMeterNano = "Nanometro" UnitDistanceMeterPico = "Picometro" +UnitDistanceImperialMenu = "US Customary" +UnitDistanceInch = "Inch" +UnitDistanceFoot = "Foot" +UnitDistanceYard = "Yard" +UnitDistanceMile = "Mile" UnitDistanceAstronomicalUnit = "Unità astronomica" UnitDistanceLightYear = "Anno luce" UnitDistanceParsec = "Parsec" +UnitMassImperialMenu = "US Customary" +UnitMassPound = "Pound" +UnitMassOunce = "Ounce" +UnitMassTon = "US Ton" UnitMassMenu = "Massa" UnitMassGramKilo = "Kilogrammo" UnitMassGram = "Grammo" @@ -165,3 +174,331 @@ InvBinomial = "m dove P(X<=m)=a e X segue B(n,p)" Probability = "Probabilità" BinomialDistribution = "Distribuzione binomiale" NormalDistribution = "Distribuzione normale" +Chemistry = "Chemistry" +Physics = "Physics" +MolarMassesByNumber = "Molar masses (1,2...)" +MolarMassesByAlpha = "Molar masses (A,B...)" +NumberElementH = "1 - Hydrogen (H)" +AlphaElementH = "H - Hydrogen (1)" +NumberElementHe = "2 - Helium (He)" +AlphaElementHe = "He - Helium (2)" +NumberElementLi = "3 - Lithium (Li)" +AlphaElementLi = "Li - Lithium (3)" +NumberElementBe = "4 - Beryllium (Be)" +AlphaElementBe = "Be - Beryllium (4)" +NumberElementB = "5 - Boron (B)" +AlphaElementB = "B - Boron (5)" +NumberElementC = "6 - Carbon (C)" +AlphaElementC = "C - Carbon (6)" +NumberElementN = "7 - Nitrogen (N)" +AlphaElementN = "N - Nitrogen (7)" +NumberElementO = "8 - Oxygen (O)" +AlphaElementO = "O - Oxygen (8)" +NumberElementF = "9 - Fluorine (F)" +AlphaElementF = "F - Fluorine (9)" +NumberElementNe = "10 - Neon (Ne)" +AlphaElementNe = "Ne - Neon (10)" +NumberElementNa = "11 - Sodium (Na)" +AlphaElementNa = "Na - Sodium (11)" +NumberElementMg = "12 - Magnesium (Mg)" +AlphaElementMg = "Mg - Magnesium (12)" +NumberElementAl = "13 - Aluminum (Al)" +AlphaElementAl = "Al - Aluminum (13)" +NumberElementSi = "14 - Silicon (Si)" +AlphaElementSi = "Si - Silicon (14)" +NumberElementP = "15 - Phosphorus (P)" +AlphaElementP = "P - Phosphorus (15)" +NumberElementS = "16 - Sulfur (S)" +AlphaElementS = "S - Sulfur (16)" +NumberElementCl = "17 - Chlorine (Cl)" +AlphaElementCl = "Cl - Chlorine (17)" +NumberElementAr = "18 - Argon (Ar)" +AlphaElementAr = "Ar - Argon (18)" +NumberElementK = "19 - Potassium (K)" +AlphaElementK = "K - Potassium (19)" +NumberElementCa = "20 - Calcium (Ca)" +AlphaElementCa = "Ca - Calcium (20)" +NumberElementSc = "21 - Scandium (Sc)" +AlphaElementSc = "Sc - Scandium (21)" +NumberElementTi = "22 - Titanium (Ti)" +AlphaElementTi = "Ti - Titanium (22)" +NumberElementV = "23 - Vanadium (V)" +AlphaElementV = "V - Vanadium (23)" +NumberElementCr = "24 - Chromium (Cr)" +AlphaElementCr = "Cr - Chromium (24)" +NumberElementMn = "25 - Manganese (Mn)" +AlphaElementMn = "Mn - Manganese (25)" +NumberElementFe = "26 - Iron (Fe)" +AlphaElementFe = "Fe - Iron (26)" +NumberElementCo = "27 - Cobalt (Co)" +AlphaElementCo = "Co - Cobalt (27)" +NumberElementNi = "28 - Nickel (Ni)" +AlphaElementNi = "Ni - Nickel (28)" +NumberElementCu = "29 - Copper (Cu)" +AlphaElementCu = "Cu - Copper (29)" +NumberElementZn = "30 - Zinc (Zn)" +AlphaElementZn = "Zn - Zinc (30)" +NumberElementGa = "31 - Gallium (Ga)" +AlphaElementGa = "Ga - Gallium (32)" +NumberElementGe = "32 - Germanium (Ge)" +AlphaElementGe = "Ge - Germanium (32)" +NumberElementAs = "33 - Arsenic (As)" +AlphaElementAs = "As - Arsenic (33)" +NumberElementSe = "34 - Selenium (Se)" +AlphaElementSe = "Se - Selenium (34)" +NumberElementBr = "35 - Bromine (Br)" +AlphaElementBr = "Br - Bromine (35)" +NumberElementKr = "36 - Krypton (Kr)" +AlphaElementKr = "Kr - Krypton (36)" +NumberElementRb = "37 - Rubidium (Rb)" +AlphaElementRb = "Rb - Rubidium (37)" +NumberElementSr = "38 - Strontium (Sr)" +AlphaElementSr = "Sr - Strontium (38)" +NumberElementY = "39 - Yttrium (Y)" +AlphaElementY = "Y - Yttrium (39)" +NumberElementZr = "40 - Zirconium (Zr)" +AlphaElementZr = "Zr - Zirconium (40)" +NumberElementNb = "41 - Niobium (Nb)" +AlphaElementNb = "Nb - Niobium (41)" +NumberElementMo = "42 - Molybdenum (Mo)" +AlphaElementMo = "Mo - Molybdenum (42)" +NumberElementTc = "43 - Technetium (Tc)" +AlphaElementTc = "Tc - Technetium (43)" +NumberElementRu = "44 - Ruthenium (Ru)" +AlphaElementRu = "Ru - Ruthenium (44)" +NumberElementRh = "45 - rhodium (Rh)" +AlphaElementRh = "Rh - rhodium (45)" +NumberElementPd = "46 - Palladium (Pd)" +AlphaElementPd = "Pd - Palladium (46)" +NumberElementAg = "47 - Money (Ag)" +AlphaElementAg = "Ag - Money (47)" +NumberElementCd = "48 - Cadmium (Cd)" +AlphaElementCd = "Cd - Cadmium (48)" +NumberElementIn = "49 - Indium (In)" +AlphaElementIn = "In - Indium (49)" +NumberElementSn = "50 - Tin (Sn)" +AlphaElementSn = "Sn - Tin (50)" +NumberElementSb = "51 - Antimony (Sb)" +AlphaElementSb = "Sb - Antimony (51)" +NumberElementTe = "52 - Tellurium (Te)" +AlphaElementTe = "Te - Tellurium (52)" +NumberElementI = "53 - Iodine (I)" +AlphaElementI = "I - Iodine (53)" +NumberElementXe = "54 - Xenon (Xe)" +AlphaElementXe = "Xe - Xenon (54)" +NumberElementCs = "55 - cesium (Cs)" +AlphaElementCs = "Cs - cesium (55)" +NumberElementBa = "56 - Barium (Ba)" +AlphaElementBa = "Ba - Barium (56)" +NumberElementLa = "57 - Lanthanum (La)" +AlphaElementLa = "La - Lanthanum (57)" +NumberElementCe = "58 - Cerium (Ce)" +AlphaElementCe = "Ce - Cerium (58)" +NumberElementPr = "59 - praseodymium (Pr)" +AlphaElementPr = "Pr - praseodymium (59)" +NumberElementNd = "60 - Neodymium (Nd)" +AlphaElementNd = "Nd - Neodymium (60)" +NumberElementPm = "61 - Promethium (Pm)" +AlphaElementPm = "Pm - Promethium (61)" +NumberElementSm = "62 - Samarium (Sm)" +AlphaElementSm = "Sm - Samarium (62)" +NumberElementEu = "63 - Europium (Eu)" +AlphaElementEu = "Eu - Europium (63)" +NumberElementGd = "64 - Gadolinium (Gd)" +AlphaElementGd = "Gd - Gadolinium (64)" +NumberElementTb = "65 - Terbium (Tb)" +AlphaElementTb = "Tb - Terbium (65)" +NumberElementDy = "66 - Dysprosium (Dy)" +AlphaElementDy = "Dy - Dysprosium (66)" +NumberElementHo = "67 - holmium (Ho)" +AlphaElementHo = "Ho - holmium (67)" +NumberElementEr = "68 - Erbium (Er)" +AlphaElementEr = "Er - Erbium (68)" +NumberElementTm = "69 - Thulium (Tm)" +AlphaElementTm = "Tm - Thulium (69)" +NumberElementYb = "70 - Ytterbium (Yb)" +AlphaElementYb = "Yb - Ytterbium (70)" +NumberElementLu = "71 - Lutecium (Lu)" +AlphaElementLu = "Lu - Lutecium (71)" +NumberElementHf = "72 - Hafnium (Hf)" +AlphaElementHf = "Hf - Hafnium (72)" +NumberElementTa = "73 - Tantalum (Ta)" +AlphaElementTa = "Ta - Tantalum (73)" +NumberElementW = "74 - Tungsten (W)" +AlphaElementW = "W - Tungsten (74)" +NumberElementRe = "75 - Rhenium (Re)" +AlphaElementRe = "Re - Rhenium (75)" +NumberElementOs = "76 - Osmium (Os)" +AlphaElementOs = "Os - Osmium (76)" +NumberElementIr = "77 - Iridium (Ir)" +AlphaElementIr = "Ir - Iridium (77)" +NumberElementPt = "78 - Platinum (Pt)" +AlphaElementPt = "Pt - Platinum (78)" +NumberElementAu = "79 - Gold (Au)" +AlphaElementAu = "Au - Gold (79)" +NumberElementHg = "80 - Mercury (Hg)" +AlphaElementHg = "Hg - Mercury (80)" +NumberElementTl = "81 - Thallium (Tl)" +AlphaElementTl = "Tl - Thallium (81)" +NumberElementPb = "82 - Lead (Pb)" +AlphaElementPb = "Pb - Lead (82)" +NumberElementBi = "83 - Bismuth (Bi)" +AlphaElementBi = "Bi - Bismuth (83)" +NumberElementPo = "84 - Polonium (Po)" +AlphaElementPo = "Po - Polonium (84)" +NumberElementAt = "85 - astatine (At)" +AlphaElementAt = "At - astatine (85)" +NumberElementRn = "86 - Radon (Rn)" +AlphaElementRn = "Rn - Radon (86)" +NumberElementFr = "87 - francium (Fr)" +AlphaElementFr = "Fr - francium (223)" +NumberElementRa = "88 - Radium (Ra)" +AlphaElementRa = "Ra - Radium (88)" +NumberElementAc = "89 - Actinium (Ac)" +AlphaElementAc = "Ac - Actinium (89)" +NumberElementTh = "90 - Thorium (Th)" +AlphaElementTh = "Th - Thorium (90)" +NumberElementPa = "91 - Protactinium (Pa)" +AlphaElementPa = "Pa - Protactinium (91)" +NumberElementU = "92 - Uranium (U)" +AlphaElementU = "U - Uranium (92)" +NumberElementNp = "93 - Neptunium (Np)" +AlphaElementNp = "Np - Neptunium (93)" +NumberElementPu = "94 - Plutonium (Pu)" +AlphaElementPu = "Pu - Plutonium (94)" +NumberElementAm = "95 - Americium (Am)" +AlphaElementAm = "Am - Americium (95)" +NumberElementCm = "96 - Curium (Cm)" +AlphaElementCm = "Cm - Curium (96)" +NumberElementBk = "97 - Berkelium (Bk)" +AlphaElementBk = "Bk - Berkelium (97)" +NumberElementCf = "98 - Californium (Cf)" +AlphaElementCf = "Cf - Californium (98)" +NumberElementEs = "99 - Einsteinium (Es)" +AlphaElementEs = "Es - Einsteinium (99)" +NumberElementFm = "100 - Fermium (Fm)" +AlphaElementFm = "Fm - Fermium (100)" +NumberElementMd = "101 - Mendélévium (Md)" +AlphaElementMd = "Md - Mendélévium (101)" +NumberElementNo = "102 - Nobelium (No)" +AlphaElementNo = "No - Nobelium (102)" +NumberElementLr = "103 - Lawrencium (Lr)" +AlphaElementLr = "Lr - Lawrencium (103)" +NumberElementRf = "104 - Rutherfordium (Rf)" +AlphaElementRf = "Rf - Rutherfordium (104)" +NumberElementDb = "105 - Dubnium (Db)" +AlphaElementDb = "Db - Dubnium (105)" +NumberElementSg = "106 - Seaborgium (Sg)" +AlphaElementSg = "Sg - Seaborgium (106)" +NumberElementBh = "107 - Bohrium (Bh)" +AlphaElementBh = "Bh - Bohrium (107)" +NumberElementHs = "108 - Hassium (Hs)" +AlphaElementHs = "Hs - Hassium (108)" +NumberElementMt = "109 - Meitnerium (Mt)" +AlphaElementMt = "Mt - Meitnerium (109)" +NumberElementDs = "110 - Darmstadtium (Ds)" +AlphaElementDs = "Ds - Darmstadtium (110)" +NumberElementRg = "111 - Roentgenium (Rg)" +AlphaElementRg = "Rg - Roentgenium (111)" +NumberElementCn = "112 - Copernicium (Cn)" +AlphaElementCn = "Cn - Copernicium (112)" +NumberElementNh = "113 - Nihonium (Nh)" +AlphaElementNh = "Nh - Nihonium (113)" +NumberElementFl = "114 - Flerovium (Fl)" +AlphaElementFl = "Fl - Flerovium (114)" +NumberElementMc = "115 - Moscovium (Mc)" +AlphaElementMc = "Mc - Moscovium (115)" +NumberElementLv = "116 - Livermorium (Lv)" +AlphaElementLv = "Lv - Livermorium (116)" +NumberElementTs = "117 - Tennesse (Ts)" +AlphaElementTs = "Ts - Tennesse (117)" +NumberElementOg = "118 - Oganesson (Og)" +AlphaElementOg = "Og - Oganesson (118)" +NumberElementUue = "119 - Ununennium (Uue)" +AlphaElementUue = "Uue - Ununennium (119)" +NumberElementUbn = "120 - Unbinilium (Ubn)" +AlphaElementUbn = "Ubn - Unbinilium (120)" +Speed = "Speed" +SpeedOfSound = "Speed of sound" +SpeedOfSound0Tag = "Sea level, 20°C" +SpeedOfSoundWaterTag = "In water" +SpeedOfSoundSteelTag = "In steel" +SpeedOfSoundGlassTag = "In glass" +EscapeVelocity = "Escape Velocity" +EscapeVelocityFromEarth = "Of Earth" +EscapeVelocityFromMoon = "Of Moon" +EscapeVelocityFromSun = "Of Sun" +SpeedOfLightTag = "Speed of light" +YearLightTag = "One year light" +Thermodynamics = "Thermodynamics" +BoltzmannTag = "Boltzmann Constant" +AvogadroTag = "Avogadro Constant" +GasTag = "Gas Constant" +Electromagnetism = "Electromagnetism" +CoulombTag = "Coulomb Constant" +Vacuum_permittivityTag = "Vacuum permittivity" +Vacuum_permeabilityTag = "Vacuum permeability" +PlanckTag = "Planck Constant" +ElectronMassTag = "Electron" +ProtonMassTag = "Proton" +NeutronMassTag = "Neutron" +Gravitation = "Gravitation" +ElementalChargeTag = "Elemental Charge" +GAccelerationTag = "Acceleration" +GConstantTag = "Constant" +Mass = "Mass" +MoonMassTag = "Moon" +EarthMassTag = "Earth" +SunMassTag = "Sun" +ParticleMass = "Particles Mass" +AstronomicalMass = "Astronomical" +Radiuses = "Radiuses" +Length = "Length" +Distances = "Distances" +EarthMoonDistanceTag = "Earth - Moon" +EarthSunDistanceTag = "Earth - Sun" +FaradayConstantTag = "Faraday Constant" +StefanBoltzmannTag = "Stefan-Boltzmann Constant" +WaterTriplePointTag = "Water Triple Point" +WienTag = "Wien Constant" +AtmosphericPressureTag = "Atmospheric Pressure" +VacuumImpedanceTag = "Vacuum Impedance" +BohrMagnetonTag = "Bohr Magneton" +NuclearMagnetonTag = "Nuclear Magneton" +MuonMassTag = "Muon" +AtomicMassUnitTag = "Atomic Mass Unit" +BohrRadiusTag = "Bohr Radius" +PlanckUnitsTag = "Planck Units" +PlanckReduceTag = "Reduced Planck Constant" +PlanckMassTag = "Planck Mass" +PlanckLengthTag = "Planck Length" +PlanckTimeTag = "Planck Time" +PlanckTemperatureTag = "Planck Temperature" +PlanckChargeTag = "Planck Charge" +PlanckForceTag = "Planck Force" +PlanckEnergyTag = "Planck Energy" +PlanckPowerTag = "Planck Power" +FundamentalConstants = "Fundamental Constants" +NuclearConstants = "Nuclear and Atomic Constants" +UnitSolidAngleSteradian = "Steradian" +UnitLuminousFluxLumen = "Lumen" +UnitIlluminanceLux = "Lux" +UnitSolidAngleMenu = "Solid Angle" +UnitLuminousFluxMenu = "Luminous Flux" +UnitIlluminanceMenu = "Illuminance" +PlanckDensityTag = "Planck Density" +PlanckQuantityMovementTag = "Planck Quantity of Movement" +PlanckLinearMassTag = "Planck Linear Mass" +PlanckTensionTag = "Planck Tension" +PlanckCurrentTag = "Planck Current" +PlanckPressureTag = "Planck Pressure" +PlanckImpedanceTag = "Planck Impedance" +TauonMassTag = "Tauon" +WBosonMassTag = "W Boson" +ZBosonMassTag = "Z Boson" +FineStructureTag = "Fine Structure Constant" +RydbergConstantTag = "Rydberg Constant" +HartreeConstantTag = "Hartree Constant" +MagneticFluxQuantumTag = "Magnetic Flux Quantum" +ConductanceQuantumTag = "Conductance Quantum" +CirculationQuantumTag = "Circulation Quantum" diff --git a/apps/toolbox.nl.i18n b/apps/toolbox.nl.i18n index 65ce2c17e..fbd331fb9 100644 --- a/apps/toolbox.nl.i18n +++ b/apps/toolbox.nl.i18n @@ -19,9 +19,18 @@ UnitDistanceMeterMilli = "Millimeter" UnitDistanceMeterMicro = "Micrometer" UnitDistanceMeterNano = "Nanometer" UnitDistanceMeterPico = "Picometer" +UnitDistanceImperialMenu = "US Customary" +UnitDistanceInch = "Inch" +UnitDistanceFoot = "Foot" +UnitDistanceYard = "Yard" +UnitDistanceMile = "Mile" UnitDistanceAstronomicalUnit = "Astronomische eenheid" UnitDistanceLightYear = "Lichtjaar" UnitDistanceParsec = "Parsec" +UnitMassImperialMenu = "US Customary" +UnitMassPound = "Pound" +UnitMassOunce = "Ounce" +UnitMassTon = "US Ton" UnitMassMenu = "Massa" UnitMassGramKilo = "Kilogram" UnitMassGram = "Gram" @@ -165,3 +174,331 @@ InvBinomial = "m waar P(X<=m)=a, X volgt B(n,p)" Probability = "Kans" BinomialDistribution = "Binomiale verdeling" NormalDistribution = "Normale verdeling" +Chemistry = "Chemistry" +Physics = "Physics" +MolarMassesByNumber = "Molar masses (1,2...)" +MolarMassesByAlpha = "Molar masses (A,B...)" +NumberElementH = "1 - Hydrogen (H)" +AlphaElementH = "H - Hydrogen (1)" +NumberElementHe = "2 - Helium (He)" +AlphaElementHe = "He - Helium (2)" +NumberElementLi = "3 - Lithium (Li)" +AlphaElementLi = "Li - Lithium (3)" +NumberElementBe = "4 - Beryllium (Be)" +AlphaElementBe = "Be - Beryllium (4)" +NumberElementB = "5 - Boron (B)" +AlphaElementB = "B - Boron (5)" +NumberElementC = "6 - Carbon (C)" +AlphaElementC = "C - Carbon (6)" +NumberElementN = "7 - Nitrogen (N)" +AlphaElementN = "N - Nitrogen (7)" +NumberElementO = "8 - Oxygen (O)" +AlphaElementO = "O - Oxygen (8)" +NumberElementF = "9 - Fluorine (F)" +AlphaElementF = "F - Fluorine (9)" +NumberElementNe = "10 - Neon (Ne)" +AlphaElementNe = "Ne - Neon (10)" +NumberElementNa = "11 - Sodium (Na)" +AlphaElementNa = "Na - Sodium (11)" +NumberElementMg = "12 - Magnesium (Mg)" +AlphaElementMg = "Mg - Magnesium (12)" +NumberElementAl = "13 - Aluminum (Al)" +AlphaElementAl = "Al - Aluminum (13)" +NumberElementSi = "14 - Silicon (Si)" +AlphaElementSi = "Si - Silicon (14)" +NumberElementP = "15 - Phosphorus (P)" +AlphaElementP = "P - Phosphorus (15)" +NumberElementS = "16 - Sulfur (S)" +AlphaElementS = "S - Sulfur (16)" +NumberElementCl = "17 - Chlorine (Cl)" +AlphaElementCl = "Cl - Chlorine (17)" +NumberElementAr = "18 - Argon (Ar)" +AlphaElementAr = "Ar - Argon (18)" +NumberElementK = "19 - Potassium (K)" +AlphaElementK = "K - Potassium (19)" +NumberElementCa = "20 - Calcium (Ca)" +AlphaElementCa = "Ca - Calcium (20)" +NumberElementSc = "21 - Scandium (Sc)" +AlphaElementSc = "Sc - Scandium (21)" +NumberElementTi = "22 - Titanium (Ti)" +AlphaElementTi = "Ti - Titanium (22)" +NumberElementV = "23 - Vanadium (V)" +AlphaElementV = "V - Vanadium (23)" +NumberElementCr = "24 - Chromium (Cr)" +AlphaElementCr = "Cr - Chromium (24)" +NumberElementMn = "25 - Manganese (Mn)" +AlphaElementMn = "Mn - Manganese (25)" +NumberElementFe = "26 - Iron (Fe)" +AlphaElementFe = "Fe - Iron (26)" +NumberElementCo = "27 - Cobalt (Co)" +AlphaElementCo = "Co - Cobalt (27)" +NumberElementNi = "28 - Nickel (Ni)" +AlphaElementNi = "Ni - Nickel (28)" +NumberElementCu = "29 - Copper (Cu)" +AlphaElementCu = "Cu - Copper (29)" +NumberElementZn = "30 - Zinc (Zn)" +AlphaElementZn = "Zn - Zinc (30)" +NumberElementGa = "31 - Gallium (Ga)" +AlphaElementGa = "Ga - Gallium (32)" +NumberElementGe = "32 - Germanium (Ge)" +AlphaElementGe = "Ge - Germanium (32)" +NumberElementAs = "33 - Arsenic (As)" +AlphaElementAs = "As - Arsenic (33)" +NumberElementSe = "34 - Selenium (Se)" +AlphaElementSe = "Se - Selenium (34)" +NumberElementBr = "35 - Bromine (Br)" +AlphaElementBr = "Br - Bromine (35)" +NumberElementKr = "36 - Krypton (Kr)" +AlphaElementKr = "Kr - Krypton (36)" +NumberElementRb = "37 - Rubidium (Rb)" +AlphaElementRb = "Rb - Rubidium (37)" +NumberElementSr = "38 - Strontium (Sr)" +AlphaElementSr = "Sr - Strontium (38)" +NumberElementY = "39 - Yttrium (Y)" +AlphaElementY = "Y - Yttrium (39)" +NumberElementZr = "40 - Zirconium (Zr)" +AlphaElementZr = "Zr - Zirconium (40)" +NumberElementNb = "41 - Niobium (Nb)" +AlphaElementNb = "Nb - Niobium (41)" +NumberElementMo = "42 - Molybdenum (Mo)" +AlphaElementMo = "Mo - Molybdenum (42)" +NumberElementTc = "43 - Technetium (Tc)" +AlphaElementTc = "Tc - Technetium (43)" +NumberElementRu = "44 - Ruthenium (Ru)" +AlphaElementRu = "Ru - Ruthenium (44)" +NumberElementRh = "45 - rhodium (Rh)" +AlphaElementRh = "Rh - rhodium (45)" +NumberElementPd = "46 - Palladium (Pd)" +AlphaElementPd = "Pd - Palladium (46)" +NumberElementAg = "47 - Money (Ag)" +AlphaElementAg = "Ag - Money (47)" +NumberElementCd = "48 - Cadmium (Cd)" +AlphaElementCd = "Cd - Cadmium (48)" +NumberElementIn = "49 - Indium (In)" +AlphaElementIn = "In - Indium (49)" +NumberElementSn = "50 - Tin (Sn)" +AlphaElementSn = "Sn - Tin (50)" +NumberElementSb = "51 - Antimony (Sb)" +AlphaElementSb = "Sb - Antimony (51)" +NumberElementTe = "52 - Tellurium (Te)" +AlphaElementTe = "Te - Tellurium (52)" +NumberElementI = "53 - Iodine (I)" +AlphaElementI = "I - Iodine (53)" +NumberElementXe = "54 - Xenon (Xe)" +AlphaElementXe = "Xe - Xenon (54)" +NumberElementCs = "55 - cesium (Cs)" +AlphaElementCs = "Cs - cesium (55)" +NumberElementBa = "56 - Barium (Ba)" +AlphaElementBa = "Ba - Barium (56)" +NumberElementLa = "57 - Lanthanum (La)" +AlphaElementLa = "La - Lanthanum (57)" +NumberElementCe = "58 - Cerium (Ce)" +AlphaElementCe = "Ce - Cerium (58)" +NumberElementPr = "59 - praseodymium (Pr)" +AlphaElementPr = "Pr - praseodymium (59)" +NumberElementNd = "60 - Neodymium (Nd)" +AlphaElementNd = "Nd - Neodymium (60)" +NumberElementPm = "61 - Promethium (Pm)" +AlphaElementPm = "Pm - Promethium (61)" +NumberElementSm = "62 - Samarium (Sm)" +AlphaElementSm = "Sm - Samarium (62)" +NumberElementEu = "63 - Europium (Eu)" +AlphaElementEu = "Eu - Europium (63)" +NumberElementGd = "64 - Gadolinium (Gd)" +AlphaElementGd = "Gd - Gadolinium (64)" +NumberElementTb = "65 - Terbium (Tb)" +AlphaElementTb = "Tb - Terbium (65)" +NumberElementDy = "66 - Dysprosium (Dy)" +AlphaElementDy = "Dy - Dysprosium (66)" +NumberElementHo = "67 - holmium (Ho)" +AlphaElementHo = "Ho - holmium (67)" +NumberElementEr = "68 - Erbium (Er)" +AlphaElementEr = "Er - Erbium (68)" +NumberElementTm = "69 - Thulium (Tm)" +AlphaElementTm = "Tm - Thulium (69)" +NumberElementYb = "70 - Ytterbium (Yb)" +AlphaElementYb = "Yb - Ytterbium (70)" +NumberElementLu = "71 - Lutecium (Lu)" +AlphaElementLu = "Lu - Lutecium (71)" +NumberElementHf = "72 - Hafnium (Hf)" +AlphaElementHf = "Hf - Hafnium (72)" +NumberElementTa = "73 - Tantalum (Ta)" +AlphaElementTa = "Ta - Tantalum (73)" +NumberElementW = "74 - Tungsten (W)" +AlphaElementW = "W - Tungsten (74)" +NumberElementRe = "75 - Rhenium (Re)" +AlphaElementRe = "Re - Rhenium (75)" +NumberElementOs = "76 - Osmium (Os)" +AlphaElementOs = "Os - Osmium (76)" +NumberElementIr = "77 - Iridium (Ir)" +AlphaElementIr = "Ir - Iridium (77)" +NumberElementPt = "78 - Platinum (Pt)" +AlphaElementPt = "Pt - Platinum (78)" +NumberElementAu = "79 - Gold (Au)" +AlphaElementAu = "Au - Gold (79)" +NumberElementHg = "80 - Mercury (Hg)" +AlphaElementHg = "Hg - Mercury (80)" +NumberElementTl = "81 - Thallium (Tl)" +AlphaElementTl = "Tl - Thallium (81)" +NumberElementPb = "82 - Lead (Pb)" +AlphaElementPb = "Pb - Lead (82)" +NumberElementBi = "83 - Bismuth (Bi)" +AlphaElementBi = "Bi - Bismuth (83)" +NumberElementPo = "84 - Polonium (Po)" +AlphaElementPo = "Po - Polonium (84)" +NumberElementAt = "85 - astatine (At)" +AlphaElementAt = "At - astatine (85)" +NumberElementRn = "86 - Radon (Rn)" +AlphaElementRn = "Rn - Radon (86)" +NumberElementFr = "87 - francium (Fr)" +AlphaElementFr = "Fr - francium (223)" +NumberElementRa = "88 - Radium (Ra)" +AlphaElementRa = "Ra - Radium (88)" +NumberElementAc = "89 - Actinium (Ac)" +AlphaElementAc = "Ac - Actinium (89)" +NumberElementTh = "90 - Thorium (Th)" +AlphaElementTh = "Th - Thorium (90)" +NumberElementPa = "91 - Protactinium (Pa)" +AlphaElementPa = "Pa - Protactinium (91)" +NumberElementU = "92 - Uranium (U)" +AlphaElementU = "U - Uranium (92)" +NumberElementNp = "93 - Neptunium (Np)" +AlphaElementNp = "Np - Neptunium (93)" +NumberElementPu = "94 - Plutonium (Pu)" +AlphaElementPu = "Pu - Plutonium (94)" +NumberElementAm = "95 - Americium (Am)" +AlphaElementAm = "Am - Americium (95)" +NumberElementCm = "96 - Curium (Cm)" +AlphaElementCm = "Cm - Curium (96)" +NumberElementBk = "97 - Berkelium (Bk)" +AlphaElementBk = "Bk - Berkelium (97)" +NumberElementCf = "98 - Californium (Cf)" +AlphaElementCf = "Cf - Californium (98)" +NumberElementEs = "99 - Einsteinium (Es)" +AlphaElementEs = "Es - Einsteinium (99)" +NumberElementFm = "100 - Fermium (Fm)" +AlphaElementFm = "Fm - Fermium (100)" +NumberElementMd = "101 - Mendélévium (Md)" +AlphaElementMd = "Md - Mendélévium (101)" +NumberElementNo = "102 - Nobelium (No)" +AlphaElementNo = "No - Nobelium (102)" +NumberElementLr = "103 - Lawrencium (Lr)" +AlphaElementLr = "Lr - Lawrencium (103)" +NumberElementRf = "104 - Rutherfordium (Rf)" +AlphaElementRf = "Rf - Rutherfordium (104)" +NumberElementDb = "105 - Dubnium (Db)" +AlphaElementDb = "Db - Dubnium (105)" +NumberElementSg = "106 - Seaborgium (Sg)" +AlphaElementSg = "Sg - Seaborgium (106)" +NumberElementBh = "107 - Bohrium (Bh)" +AlphaElementBh = "Bh - Bohrium (107)" +NumberElementHs = "108 - Hassium (Hs)" +AlphaElementHs = "Hs - Hassium (108)" +NumberElementMt = "109 - Meitnerium (Mt)" +AlphaElementMt = "Mt - Meitnerium (109)" +NumberElementDs = "110 - Darmstadtium (Ds)" +AlphaElementDs = "Ds - Darmstadtium (110)" +NumberElementRg = "111 - Roentgenium (Rg)" +AlphaElementRg = "Rg - Roentgenium (111)" +NumberElementCn = "112 - Copernicium (Cn)" +AlphaElementCn = "Cn - Copernicium (112)" +NumberElementNh = "113 - Nihonium (Nh)" +AlphaElementNh = "Nh - Nihonium (113)" +NumberElementFl = "114 - Flerovium (Fl)" +AlphaElementFl = "Fl - Flerovium (114)" +NumberElementMc = "115 - Moscovium (Mc)" +AlphaElementMc = "Mc - Moscovium (115)" +NumberElementLv = "116 - Livermorium (Lv)" +AlphaElementLv = "Lv - Livermorium (116)" +NumberElementTs = "117 - Tennesse (Ts)" +AlphaElementTs = "Ts - Tennesse (117)" +NumberElementOg = "118 - Oganesson (Og)" +AlphaElementOg = "Og - Oganesson (118)" +NumberElementUue = "119 - Ununennium (Uue)" +AlphaElementUue = "Uue - Ununennium (119)" +NumberElementUbn = "120 - Unbinilium (Ubn)" +AlphaElementUbn = "Ubn - Unbinilium (120)" +Speed = "Speed" +SpeedOfSound = "Speed of sound" +SpeedOfSound0Tag = "Sea level, 20°C" +SpeedOfSoundWaterTag = "In water" +SpeedOfSoundSteelTag = "In steel" +SpeedOfSoundGlassTag = "In glass" +EscapeVelocity = "Escape Velocity" +EscapeVelocityFromEarth = "Of Earth" +EscapeVelocityFromMoon = "Of Moon" +EscapeVelocityFromSun = "Of Sun" +SpeedOfLightTag = "Speed of light" +YearLightTag = "One year light" +Thermodynamics = "Thermodynamics" +BoltzmannTag = "Boltzmann Constant" +AvogadroTag = "Avogadro Constant" +GasTag = "Gas Constant" +Electromagnetism = "Electromagnetism" +CoulombTag = "Coulomb Constant" +Vacuum_permittivityTag = "Vacuum permittivity" +Vacuum_permeabilityTag = "Vacuum permeability" +PlanckTag = "Planck Constant" +ElectronMassTag = "Electron" +ProtonMassTag = "Proton" +NeutronMassTag = "Neutron" +Gravitation = "Gravitation" +ElementalChargeTag = "Elemental Charge" +GAccelerationTag = "Acceleration" +GConstantTag = "Constant" +Mass = "Mass" +MoonMassTag = "Moon" +EarthMassTag = "Earth" +SunMassTag = "Sun" +ParticleMass = "Particles Mass" +AstronomicalMass = "Astronomical" +Radiuses = "Radiuses" +Length = "Length" +Distances = "Distances" +EarthMoonDistanceTag = "Earth - Moon" +EarthSunDistanceTag = "Earth - Sun" +FaradayConstantTag = "Faraday Constant" +StefanBoltzmannTag = "Stefan-Boltzmann Constant" +WaterTriplePointTag = "Water Triple Point" +WienTag = "Wien Constant" +AtmosphericPressureTag = "Atmospheric Pressure" +VacuumImpedanceTag = "Vacuum Impedance" +BohrMagnetonTag = "Bohr Magneton" +NuclearMagnetonTag = "Nuclear Magneton" +MuonMassTag = "Muon" +AtomicMassUnitTag = "Atomic Mass Unit" +BohrRadiusTag = "Bohr Radius" +PlanckUnitsTag = "Planck Units" +PlanckReduceTag = "Reduced Planck Constant" +PlanckMassTag = "Planck Mass" +PlanckLengthTag = "Planck Length" +PlanckTimeTag = "Planck Time" +PlanckTemperatureTag = "Planck Temperature" +PlanckChargeTag = "Planck Charge" +PlanckForceTag = "Planck Force" +PlanckEnergyTag = "Planck Energy" +PlanckPowerTag = "Planck Power" +FundamentalConstants = "Fundamental Constants" +NuclearConstants = "Nuclear and Atomic Constants" +UnitSolidAngleSteradian = "Steradian" +UnitLuminousFluxLumen = "Lumen" +UnitIlluminanceLux = "Lux" +UnitSolidAngleMenu = "Solid Angle" +UnitLuminousFluxMenu = "Luminous Flux" +UnitIlluminanceMenu = "Illuminance" +PlanckDensityTag = "Planck Density" +PlanckQuantityMovementTag = "Planck Quantity of Movement" +PlanckLinearMassTag = "Planck Linear Mass" +PlanckTensionTag = "Planck Tension" +PlanckCurrentTag = "Planck Current" +PlanckPressureTag = "Planck Pressure" +PlanckImpedanceTag = "Planck Impedance" +TauonMassTag = "Tauon" +WBosonMassTag = "W Boson" +ZBosonMassTag = "Z Boson" +FineStructureTag = "Fine Structure Constant" +RydbergConstantTag = "Rydberg Constant" +HartreeConstantTag = "Hartree Constant" +MagneticFluxQuantumTag = "Magnetic Flux Quantum" +ConductanceQuantumTag = "Conductance Quantum" +CirculationQuantumTag = "Circulation Quantum" diff --git a/apps/toolbox.pt.i18n b/apps/toolbox.pt.i18n index 3514d5bab..41fc2a751 100644 --- a/apps/toolbox.pt.i18n +++ b/apps/toolbox.pt.i18n @@ -19,9 +19,18 @@ UnitDistanceMeterMilli = "Milímetro" UnitDistanceMeterMicro = "Micrómetro" UnitDistanceMeterNano = "Nanómetro" UnitDistanceMeterPico = "Picómetro" +UnitDistanceImperialMenu = "US Customary" +UnitDistanceInch = "Inch" +UnitDistanceFoot = "Foot" +UnitDistanceYard = "Yard" +UnitDistanceMile = "Mile" UnitDistanceAstronomicalUnit = "Unidade astronómica" UnitDistanceLightYear = "Ano-luz" UnitDistanceParsec = "Parsec" +UnitMassImperialMenu = "US Customary" +UnitMassPound = "Pound" +UnitMassOunce = "Ounce" +UnitMassTon = "US Ton" UnitMassMenu = "Massa" UnitMassGramKilo = "Quilograma" UnitMassGram = "Grama" @@ -154,7 +163,6 @@ Confidence = "Intervalo de confiança" RandomAndApproximation = "Aleatório e aproximação" RandomFloat = "Número decimal em [0,1[" RandomInteger = "Inteiro aleatório em [a,b]" -PrimeFactorDecomposition = "Fatoração de inteiros" PrimeFactorDecomposition = "Fatorização de inteiros" NormCDF = "P(X