From 549f537ff6087ee0fb025c57e84b89088b0d0e4e Mon Sep 17 00:00:00 2001 From: Roberta Rabotti Date: Tue, 10 Mar 2020 17:50:53 +0100 Subject: [PATCH] [it] Add i18n files to Makefiles --- apps/Makefile | 3 + apps/calculation/Makefile | 1 + apps/calculation/base.it.i18n | 18 +- apps/code/Makefile | 3 + apps/code/base.it.i18n | 16 +- apps/code/catalog.en.i18n | 2 +- apps/code/catalog.it.i18n | 364 +++++++++++++++++----------------- apps/code/toolbox.it.i18n | 8 +- apps/graph/Makefile | 1 + apps/graph/base.it.i18n | 64 +++--- apps/home/Makefile | 1 + apps/home/base.it.i18n | 8 +- apps/on_boarding/Makefile | 1 + apps/on_boarding/base.it.i18n | 22 +- apps/probability/Makefile | 1 + apps/probability/base.it.i18n | 46 ++--- apps/regression/Makefile | 1 + apps/regression/base.it.i18n | 38 ++-- apps/sequence/Makefile | 1 + apps/sequence/base.it.i18n | 44 ++-- apps/settings/Makefile | 1 + apps/settings/base.it.i18n | 78 ++++---- apps/shared.it.i18n | 142 ++++++------- apps/solver/Makefile | 1 + apps/solver/base.it.i18n | 58 +++--- apps/statistics/Makefile | 1 + apps/statistics/base.it.i18n | 50 ++--- apps/toolbox.it.i18n | 240 +++++++++++----------- apps/usb/Makefile | 1 + apps/usb/base.it.i18n | 12 +- apps/variables.it.i18n | 20 +- build/config.mak | 2 +- 32 files changed, 633 insertions(+), 616 deletions(-) diff --git a/apps/Makefile b/apps/Makefile index ffcf1794c..9fc12513d 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -65,6 +65,7 @@ i18n_files += $(addprefix apps/,\ shared.en.i18n\ shared.es.i18n\ shared.fr.i18n\ + shared.it.i18n\ shared.nl.i18n\ shared.pt.i18n\ shared.universal.i18n\ @@ -72,12 +73,14 @@ i18n_files += $(addprefix apps/,\ toolbox.en.i18n\ toolbox.es.i18n\ toolbox.fr.i18n\ + toolbox.it.i18n\ toolbox.nl.i18n\ toolbox.pt.i18n\ variables.de.i18n\ variables.en.i18n\ variables.es.i18n\ variables.fr.i18n\ + variables.it.i18n\ variables.nl.i18n\ variables.pt.i18n\ ) diff --git a/apps/calculation/Makefile b/apps/calculation/Makefile index 89e83582b..9ae808006 100644 --- a/apps/calculation/Makefile +++ b/apps/calculation/Makefile @@ -38,6 +38,7 @@ i18n_files += $(addprefix apps/calculation/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/calculation/base.it.i18n b/apps/calculation/base.it.i18n index ca8e28739..351858f44 100644 --- a/apps/calculation/base.it.i18n +++ b/apps/calculation/base.it.i18n @@ -1,9 +1,9 @@ -CalculApp = "Calculs" -CalculAppCapital = "CALCULS" -AdditionalResults = "Résultats complémentaires" -DecimalBase = "Décimal" -HexadecimalBase = "Hexadécimal" -BinaryBase = "Binaire" -PrimeFactors = "Facteurs premiers" -MixedFraction = "Fraction mixte" -EuclideanDivision = "Division euclidienne" +CalculApp = "Calcolo" +CalculAppCapital = "CALCOLO" +AdditionalResults = "Ulteriori risultati" +DecimalBase = "Decimale" +HexadecimalBase = "Esadecimale" +BinaryBase = "Binario" +PrimeFactors = "Fattori primi" +MixedFraction = "Frazione mista" +EuclideanDivision = "Divisione euclidea" diff --git a/apps/code/Makefile b/apps/code/Makefile index b3140cfea..edbb6a3bf 100644 --- a/apps/code/Makefile +++ b/apps/code/Makefile @@ -34,6 +34,7 @@ i18n_files += $(addprefix apps/code/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ base.universal.i18n\ @@ -41,6 +42,7 @@ i18n_files += $(addprefix apps/code/,\ catalog.en.i18n\ catalog.es.i18n\ catalog.fr.i18n\ + catalog.it.i18n\ catalog.nl.i18n\ catalog.pt.i18n\ catalog.universal.i18n\ @@ -48,6 +50,7 @@ i18n_files += $(addprefix apps/code/,\ toolbox.en.i18n\ toolbox.es.i18n\ toolbox.fr.i18n\ + toolbox.it.i18n\ toolbox.nl.i18n\ toolbox.pt.i18n\ toolbox.universal.i18n\ diff --git a/apps/code/base.it.i18n b/apps/code/base.it.i18n index 253989ab2..aafac90a4 100644 --- a/apps/code/base.it.i18n +++ b/apps/code/base.it.i18n @@ -1,8 +1,8 @@ -Console = "Console d'exécution" -AddScript = "Ajouter un script" -ScriptOptions = "Options de script" -ExecuteScript = "Exécuter le script" -AutoImportScript = "Importation auto dans la console" -DeleteScript = "Supprimer le script" -FunctionsAndVariables = "Fonctions et variables" -AllowedCharactersaz09 = "Caractères autorisés : a-z, 0-9, _" +Console = "Console d'esecuzione" +AddScript = "Aggiungere script" +ScriptOptions = "Opzioni dello script" +ExecuteScript = "Eseguire lo script" +AutoImportScript = "Importazione automatica dello script" +DeleteScript = "Eliminare lo script" +FunctionsAndVariables = "Funzioni e variabili" +AllowedCharactersaz09 = "Caratteri consentiti : a-z, 0-9, _" diff --git a/apps/code/catalog.en.i18n b/apps/code/catalog.en.i18n index a480d11b1..90c1903f9 100644 --- a/apps/code/catalog.en.i18n +++ b/apps/code/catalog.en.i18n @@ -1,7 +1,7 @@ PythonPound = "Comment" PythonPercent = "Modulo" Python1J = "Imaginary i" -PythonLF = "Line feed" +PythonLF = "line feed" PythonTab = "Tabulation" PythonAmpersand = "Bitwise and" PythonSymbolExp = "Bitwise exclusive or" diff --git a/apps/code/catalog.it.i18n b/apps/code/catalog.it.i18n index 5f6bc9416..5628eff94 100644 --- a/apps/code/catalog.it.i18n +++ b/apps/code/catalog.it.i18n @@ -1,185 +1,185 @@ -PythonPound = "Comment" +PythonPound = "Commento" PythonPercent = "Modulo" -Python1J = "Imaginary i" -PythonLF = "Line feed" -PythonTab = "Tabulation" -PythonAmpersand = "Bitwise and" -PythonSymbolExp = "Bitwise exclusive or" -PythonVerticalBar = "Bitwise or" -PythonImag = "Imaginary part of z" -PythonReal = "Real part of z" -PythonSingleQuote = "Single quote" -PythonAbs = "Absolute value/Magnitude" -PythonAcos = "Arc cosine" -PythonAcosh = "Arc hyperbolic cosine" -PythonAppend = "Add x to the end of the list" -PythonAsin = "Arc sine" -PythonAsinh = "Arc hyperbolic sine" -PythonAtan = "Arc tangent" -PythonAtan2 = "Return atan(y/x)" -PythonAtanh = "Arc hyperbolic tangent" -PythonBin = "Convert integer to binary" -PythonCeil = "Ceiling" -PythonChoice = "Random number in the list" -PythonClear = "Empty the list" -PythonCmathFunction = "cmath module function prefix" -PythonColor = "Define a rgb color" -PythonComplex = "Return a+ib" -PythonCopySign = "Return x with the sign of y" -PythonCos = "Cosine" -PythonCosh = "Hyperbolic cosine" -PythonCount = "Count the occurrences of x" -PythonDegrees = "Convert x from radians to degrees" -PythonDivMod = "Quotient and remainder" -PythonDrawString = "Display a text from pixel (x,y)" -PythonErf = "Error function" -PythonErfc = "Complementary error function" -PythonEval = "Return the evaluated expression" -PythonExp = "Exponential function" -PythonExpm1 = "Compute exp(x)-1" -PythonFabs = "Absolute value" -PythonFillRect = "Fill a rectangle at pixel (x,y)" -PythonFloat = "Convert x to a float" -PythonFloor = "Floor" +Python1J = "Unità immaginaria" +PythonLF = "Nuova riga" +PythonTab = "Tabulazione" +PythonAmpersand = "Congiunzione" +PythonSymbolExp = "Disgiunzione esclusiva" +PythonVerticalBar = "Disgiunzione" +PythonImag = "Parte immaginaria di z" +PythonReal = "Parte reale di z" +PythonSingleQuote = "Apostrofo" +PythonAbs = "Valore assoluto/Modulo" +PythonAcos = "Coseno d’arco" +PythonAcosh = "Coseno iperbolico inverso" +PythonAppend = "Inserisce x alla fine della lista" +PythonAsin = "Arco sinusoidale" +PythonAsinh = "Arco sinusoidale iperbolico" +PythonAtan = "Arco tangente" +PythonAtan2 = "Calcolo di atan(y/x)" +PythonAtanh = "Arco tangente iperbolico" +PythonBin = "Converte un intero in binario" +PythonCeil = "Parte intera superiore" +PythonChoice = "Numero aleatorio nella lista" +PythonClear = "Svuota la lista" +PythonCmathFunction = "Funzione prefissata del modulo cmath" +PythonColor = "Definisci un colore rvb" +PythonComplex = "Restituisce a+ib" +PythonCopySign = "Restituisce x avec le signe de y" +PythonCos = "Coseno" +PythonCosh = "Coseno iperbolico" +PythonCount = "Compte les occurrences de x" +PythonDegrees = "Conversione di radianti in gradi" +PythonDivMod = "Quoziente e resto" +PythonDrawString = "Visualizza il text dal pixel x,y" +PythonErf = "Funzione d'errore" +PythonErfc = "Funzione d'errore complementare" +PythonEval = "Valuta l'espressione nell'argomento " +PythonExp = "Funzione esponenziale" +PythonExpm1 = "Calcola exp(x)-1" +PythonFabs = "Valore assoluto" +PythonFillRect = "Riempie un rettangolo" +PythonFloat = "Conversion en flottant" +PythonFloor = "Parte intera" PythonFmod = "a modulo b" -PythonFrExp = "Mantissa and exponent of x" -PythonGamma = "Gamma function" -PythonGetPixel = "Return pixel (x,y) color" -PythonGetrandbits = "Integer with k random bits" -PythonHex = "Convert integer to hexadecimal" -PythonImportCmath = "Import cmath module" -PythonImportIon = "Import ion module" -PythonImportKandinsky = "Import kandinsky module" -PythonImportRandom = "Import random module" -PythonImportMath = "Import math module" -PythonImportTime = "Import time module" -PythonImportTurtle = "Import turtle module" -PythonIndex = "Index of the first x occurrence" -PythonInput = "Prompt a value" -PythonInsert = "Insert x at index i in the list" -PythonInt = "Convert x to an integer" -PythonIonFunction = "ion module function prefix" -PythonIsFinite = "Check if x is finite" -PythonIsInfinite = "Check if x is infinity" -PythonIsKeyDown = "Return True if the k key is down" -PythonIsNaN = "Check if x is a NaN" -PythonKandinskyFunction = "kandinsky module function prefix" -PythonKeyLeft = "LEFT ARROW key" -PythonKeyUp = "UP ARROW key" -PythonKeyDown = "DOWN ARROW key" -PythonKeyRight = "RIGHT ARROW key" -PythonKeyOk = "OK key" -PythonKeyBack = "BACK key" -PythonKeyHome = "HOME key" -PythonKeyOnOff = "ON/OFF key" -PythonKeyShift = "SHIFT key" -PythonKeyAlpha = "ALPHA key" -PythonKeyXnt = "X,N,T key" -PythonKeyVar = "VAR key" -PythonKeyToolbox = "TOOLBOX key" -PythonKeyBackspace = "BACKSPACE key" -PythonKeyExp = "EXPONENTIAL key" -PythonKeyLn = "NATURAL LOGARITHM key" -PythonKeyLog = "DECIMAL LOGARITHM key" -PythonKeyImaginary = "IMAGINARY I key" -PythonKeyComma = "COMMA key" -PythonKeyPower = "POWER key" -PythonKeySine = "SINE key" -PythonKeyCosine = "COSINE key" -PythonKeyTangent = "TANGENT key" -PythonKeyPi = "PI key" -PythonKeySqrt = "SQUARE ROOT key" -PythonKeySquare = "SQUARE key" -PythonKeySeven = "7 key" -PythonKeyEight = "8 key" -PythonKeyNine = "9 key" -PythonKeyLeftParenthesis = "LEFT PARENTHESIS key" -PythonKeyRightParenthesis = "RIGHT PARENTHESIS key" -PythonKeyFour = "4 key" -PythonKeyFive = "5 key" -PythonKeySix = "6 key" -PythonKeyMultiplication = "MULTIPLICATION key" -PythonKeyDivision = "DIVISION key" -PythonKeyOne = "1 key" -PythonKeyTwo = "2 key" -PythonKeyThree = "3 key" -PythonKeyPlus = "PLUS key" -PythonKeyMinus = "MINUS key" -PythonKeyZero = "0 key" -PythonKeyDot = "DOT key" -PythonKeyEe = "10 POWER X key" -PythonKeyAns = "ANS key" -PythonKeyExe = "EXE key" -PythonLdexp = "Return x*(2**i), inverse of frexp" -PythonLength = "Length of an object" -PythonLgamma = "Log-gamma function" -PythonLog = "Logarithm to base a" -PythonLog10 = "Logarithm to base 10" -PythonLog2 = "Logarithm to base 2" -PythonMathFunction = "math module function prefix" -PythonMax = "Maximum" -PythonMin = "Minimum" -PythonModf = "Fractional and integer parts of x" -PythonMonotonic = "Value of a monotonic clock" -PythonOct = "Convert integer to octal" -PythonPhase = "Phase of z" -PythonPolar = "z in polar coordinates" -PythonPop = "Remove and return the last item" -PythonPower = "x raised to the power y" -PythonPrint = "Print object" -PythonRadians = "Convert x from degrees to radians" -PythonRandint = "Random integer in [a,b]" -PythonRandom = "Floating point number in [0,1[" -PythonRandomFunction = "random module function prefix" -PythonRandrange = "Random number in range(start, stop)" -PythonRangeStartStop = "List from start to stop-1" -PythonRangeStop = "List from 0 to stop-1" -PythonRect = "z in cartesian coordinates" -PythonRemove = "Remove the first occurrence of x" -PythonReverse = "Reverse the elements of the list" -PythonRound = "Round to n digits" -PythonSeed = "Initialize random number generator" -PythonSetPixel = "Color pixel (x,y)" -PythonSin = "Sine" -PythonSinh = "Hyperbolic sine" -PythonSleep = "Suspend the execution for t seconds" -PythonSort = "Sort the list" -PythonSqrt = "Square root" -PythonSum = "Sum the items of a list" -PythonTan = "Tangent" -PythonTanh = "Hyperbolic tangent" -PythonTimeFunction = "time module function prefix" -PythonTrunc = "x truncated to an integer" -PythonTurtleBackward = "Move backward by x pixels" -PythonTurtleBlack = "Black color" -PythonTurtleBlue = "Blue color" -PythonTurtleBrown = "Brown color" -PythonTurtleCircle = "Circle of radius r pixels" -PythonTurtleColor = "Set the pen color" +PythonFrExp = "Mantissa ed esponente di x : (m,e)" +PythonGamma = "Funzione gamma" +PythonGetPixel = "Restituisce il colore del pixel(x,y)" +PythonGetrandbits = "Numero aleatorio con k bit" +PythonHex = "Conversione intero in esadecimale" +PythonImportCmath = "Importazione del modulo cmath" +PythonImportIon = "Importazione del modulo ion" +PythonImportKandinsky = "Importazione del modulo kandinsky" +PythonImportRandom = "Importazione del modulo random" +PythonImportMath = "Importazione del modulo math" +PythonImportTurtle = "Importazione del modulo turtle" +PythonImportTime = "Importazione del modulo time" +PythonIndex = "Indice prima occorrenza di x" +PythonInput = "Inserire un valore" +PythonInsert = "Inserire x in posizione i-esima" +PythonInt = "Conversione in intero" +PythonIonFunction = "Prefisso di funzione modulo ion" +PythonIsFinite = "Testa se x è finito" +PythonIsInfinite = "Testa se x est infinito" +PythonIsKeyDown = "Restituisce True se viene premuto il tasto k" +PythonIsNaN = "Testa se x è NaN" +PythonKandinskyFunction = "Prefisso di funzione modulo kandinsky" +PythonKeyLeft = "Tasto FRECCIA SINISTRA" +PythonKeyUp = "Tasto FRECCIA ALTO" +PythonKeyDown = "Tasto FRECCIA BASSO" +PythonKeyRight = "Tasto FRECCIA DESTRA" +PythonKeyOk = "Tasto OK" +PythonKeyBack = "Tasto INDIETRO" +PythonKeyHome = "Tasto CASA" +PythonKeyOnOff = "Tasto ON/OFF" +PythonKeyShift = "Tasto SHIFT" +PythonKeyAlpha = "Tasto ALPHA" +PythonKeyXnt = "Tasto X,N,T" +PythonKeyVar = "Tasto VAR" +PythonKeyToolbox = "Tasto TOOLBOX" +PythonKeyBackspace = "Tasto CANCELLA" +PythonKeyExp = "Tasto ESPONENZIALE" +PythonKeyLn = "Tasto LOGARITMO NEPERIANO" +PythonKeyLog = "Tasto LOGARITMO DECIMALE" +PythonKeyImaginary = "Tasto I IMMAGINE" +PythonKeyComma = "Tasto VIRGOLA" +PythonKeyPower = "Tasto POTENZA" +PythonKeySine = "Tasto SENO" +PythonKeyCosine = "Tasto COSENO" +PythonKeyTangent = "Tasto TANGENTE" +PythonKeyPi = "Tasto PI" +PythonKeySqrt = "Tasto RADICE QUADRATA" +PythonKeySquare = "Tasto QUADRATO" +PythonKeySeven = "Tasto 7" +PythonKeyEight = "Tasto 8" +PythonKeyNine = "Tasto 9" +PythonKeyLeftParenthesis = "Tasto PARENTESI SINISTRA" +PythonKeyRightParenthesis = "Tasto PARENTESI DESTRA" +PythonKeyFour = "Tasto 4" +PythonKeyFive = "Tasto 5" +PythonKeySix = "Tasto 6" +PythonKeyMultiplication = "Tasto MOLTIPLICAZIONE" +PythonKeyDivision = "Tasto DIVISIONE" +PythonKeyOne = "Tasto 1" +PythonKeyTwo = "Tasto 2" +PythonKeyThree = "Tasto 3" +PythonKeyPlus = "Tasto PIÙ" +PythonKeyMinus = "Tasto MENO" +PythonKeyZero = "Tasto 0" +PythonKeyDot = "Tasto PUNTO" +PythonKeyEe = "Tasto 10 POTENZA X" +PythonKeyAns = "Tasto ANS" +PythonKeyExe = "Tasto EXE" +PythonLdexp = "Inversa di frexp : x*(2**i)" +PythonLength = "Longhezza di un oggetto" +PythonLgamma = "Logaritmo della funzione gamma" +PythonLog = "Logaritmo di base a" +PythonLog10 = "Logaritmo decimale" +PythonLog2 = "Logaritmo di base 2" +PythonMathFunction = "Prefisso funzione del modulo math" +PythonMax = "Massimo" +PythonMin = "Minimo" +PythonModf = "Parti frazionarie e intere" +PythonMonotonic = "Restituisce il valore dell'orologio" +PythonOct = "Conversione in ottale" +PythonPhase = "Argomento di z" +PythonPolar = "Conversione in polare" +PythonPop = "Cancella l'ultimo elemento" +PythonPower = "x alla potenza y" +PythonPrint = "Visualizza l'oggetto" +PythonRadians = "Conversione da gradi a radianti" +PythonRandint = "Intero aleatorio in [a,b]" +PythonRandom = "Numero aleatorio in [0,1[" +PythonRandomFunction = "Prefisso di funzione del modulo casuale" +PythonRandrange = "Numero dentro il range(start, stop)" +PythonRangeStartStop = "Lista da start a stop-1" +PythonRangeStop = "Lista da 0 a stop-1" +PythonRect = "Conversione in coordinate algebriche" +PythonRemove = "Cancella la prima x dalla liste" +PythonReverse = "Inverte gli elementi della lista" +PythonRound = "Arrotondato a n cifre decimali" +PythonSeed = "Inizializza il generatore random" +PythonSetPixel = "Colora il pixel (x,y)" +PythonSin = "Seno" +PythonSinh = "Seno iperbolico" +PythonSleep = "Sospende l'esecuzione t secondi" +PythonSort = "Ordina l'elenco" +PythonSqrt = "Radice quadrata" +PythonSum = "Somma degli elementi della lista" +PythonTan = "Tangente" +PythonTanh = "Tangente iperbolica" +PythonTimeFunction = "Prefisso funzione modulo time" +PythonTrunc = "Troncamento intero" +PythonTurtleBackward = "Indietreggia di x pixels" +PythonTurtleBlack = "Colore nero" +PythonTurtleBlue = "Colore blu" +PythonTurtleBrown = "Colore marrone" +PythonTurtleCircle = "Cerchio di raggio r pixel" +PythonTurtleColor = "Modifica il colore del tratto" PythonTurtleColorMode = "Set the color mode to 1.0 or 255" -PythonTurtleForward = "Move forward by x pixels" -PythonTurtleFunction = "turtle module function prefix" -PythonTurtleGoto = "Move to (x,y) coordinates" -PythonTurtleGreen = "Green color" -PythonTurtleGrey = "Grey color" -PythonTurtleHeading = "Return the current heading" -PythonTurtleHideturtle = "Hide the turtle" -PythonTurtleIsdown = "Return True if the pen is down" -PythonTurtleLeft = "Turn left by a degrees" -PythonTurtleOrange = "Orange color" -PythonTurtlePendown = "Pull the pen down" -PythonTurtlePensize = "Set the line thickness to x pixels" -PythonTurtlePenup = "Pull the pen up" -PythonTurtlePink = "Pink color" -PythonTurtlePosition = "Return the current (x,y) location" -PythonTurtlePurple = "Purple color" -PythonTurtleRed = "Red color" -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" -PythonTurtleWhite = "White color" -PythonTurtleYellow = "Yellow color" -PythonUniform = "Floating point number in [a,b]" +PythonTurtleForward = "Avancza di x pixel" +PythonTurtleFunction = "Prefisso di funzione del modello turtle" +PythonTurtleGoto = "Spostati alle coordinate (x,y)" +PythonTurtleGreen = "Colore verde" +PythonTurtleGrey = "Colore grigio" +PythonTurtleHeading = "Restituisce l’orientamento attuale" +PythonTurtleHideturtle = "Nascondi la tartaruga" +PythonTurtleIsdown = "True se la penna è abbassata" +PythonTurtleLeft = "Ruota di a gradi a sinistra" +PythonTurtleOrange = "Colore arancione" +PythonTurtlePendown = "Abbassa la penna" +PythonTurtlePensize = "Dimensione del tratto in pixel" +PythonTurtlePenup = "Solleva la penna" +PythonTurtlePink = "Colore rosa" +PythonTurtlePosition = "Restituisce la posizione corrente (x,y)" +PythonTurtlePurple = "Colore viola" +PythonTurtleRed = "Colore rosso" +PythonTurtleReset = "Azzera il disegno" +PythonTurtleRight = "Ruota di a gradi a destra" +PythonTurtleSetheading = "Imposta l’orientamento per a gradi" +PythonTurtleSetposition = "Posiziona la tartaruga" +PythonTurtleShowturtle = "Mostra la tartaruga" +PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)" +PythonTurtleWhite = "Colore bianco" +PythonTurtleYellow = "Colore giallo" +PythonUniform = "Numero decimale tra [a,b]" diff --git a/apps/code/toolbox.it.i18n b/apps/code/toolbox.it.i18n index 6442521cc..5fd875949 100644 --- a/apps/code/toolbox.it.i18n +++ b/apps/code/toolbox.it.i18n @@ -1,4 +1,4 @@ -Functions = "Fonctions" -Catalog = "Catalogue" -Modules = "Modules" -LoopsAndTests = "Boucles et tests" +Functions = "Funzioni" +Catalog = "Catalogo" +Modules = "Moduli" +LoopsAndTests = "Loops e test" diff --git a/apps/graph/Makefile b/apps/graph/Makefile index d4fdfdb9a..580cabcfc 100644 --- a/apps/graph/Makefile +++ b/apps/graph/Makefile @@ -38,6 +38,7 @@ i18n_files += $(addprefix apps/graph/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/graph/base.it.i18n b/apps/graph/base.it.i18n index d95a5ae63..99fabd636 100644 --- a/apps/graph/base.it.i18n +++ b/apps/graph/base.it.i18n @@ -1,33 +1,33 @@ -FunctionApp = "Fonctions" -FunctionAppCapital = "FONCTIONS" -FunctionTab = "Fonctions" -AddFunction = "Ajouter une fonction" -DeleteFunction = "Supprimer la fonction" -CurveType = "Type de courbe" -CartesianType = "Cartésien " -PolarType = "Polaire " -ParametricType = "Paramétrique " -IntervalT = "Intervalle t" -IntervalTheta = "Intervalle θ" -IntervalX = "Intervalle x" -FunctionDomain = "Domaine de tracé" -FunctionColor = "Couleur de la fonction" -NoFunction = "Aucune fonction" -NoActivatedFunction = "Aucune fonction activée" -PlotOptions = "Options de la courbe" -Compute = "Calculer" -Zeros = "Zéros" +FunctionApp = "Funzioni" +FunctionAppCapital = "FUNZIONI" +FunctionTab = "Funzioni" +AddFunction = "Aggiungi funzione" +DeleteFunction = "Cancella funzione" +CurveType = "Tipo di curva" +CartesianType = "Cartesiana " +PolarType = "Polare " +ParametricType = "Parametrica " +IntervalT = "Intervallo t" +IntervalTheta = "Intervallo θ" +IntervalX = "Intervallo x" +FunctionDomain = "Area di tracciamento" +FunctionColor = "Colore della funzione" +NoFunction = "Nessuna funzione" +NoActivatedFunction = "Nessuna funzione attivata" +PlotOptions = "Opzioni della curva" +Compute = "Calcolare" +Zeros = "Zeri" Tangent = "Tangente" -Intersection = "Intersection" -Preimage = "Antécédent" -SelectLowerBound = "Sélectionner la borne inférieure" -SelectUpperBound = "Sélectionner la borne supérieure" -NoMaximumFound = "Aucun maximum trouvé" -NoMinimumFound = "Aucun minimum trouvé" -NoZeroFound = "Aucun zéro trouvé" -NoIntersectionFound = "Aucune intersection trouvée" -NoPreimageFound = "Aucun antécédent trouvé" -DerivativeFunctionColumn = "Colonne de la fonction dérivée" -HideDerivativeColumn = "Masquer la fonction dérivée" -AllowedCharactersAZaz09 = "Caractères autorisés : A-Z, a-z, 0-9, _" -ReservedName = "Nom réservé" +Intersection = "Intersezione" +Preimage = "Immagine" +SelectLowerBound = "Scegliere il limite inferiore" +SelectUpperBound = "Scegliere il limite superiore" +NoMaximumFound = "Nessun massimo trovato" +NoMinimumFound = "Nessun minimo trovato" +NoZeroFound = "Nessuno zero trovato" +NoIntersectionFound = "Nessuna intersezione trovata" +NoPreimageFound = "Nessuna immagine trovata" +DerivativeFunctionColumn = "Colonna della funzione derivata" +HideDerivativeColumn = "Nascondere la funzione derivata" +AllowedCharactersAZaz09 = "Caratteri consentiti : A-Z, a-z, 0-9, _" +ReservedName = "Nome riservato" diff --git a/apps/home/Makefile b/apps/home/Makefile index 691a6ac86..7a2004e2a 100644 --- a/apps/home/Makefile +++ b/apps/home/Makefile @@ -11,6 +11,7 @@ i18n_files += $(addprefix apps/home/,\ base.en.i18n \ base.es.i18n \ base.fr.i18n \ + base.it.i18n\ base.nl.i18n \ base.pt.i18n \ ) diff --git a/apps/home/base.it.i18n b/apps/home/base.it.i18n index 158fa3bda..cfd37f3df 100644 --- a/apps/home/base.it.i18n +++ b/apps/home/base.it.i18n @@ -1,4 +1,4 @@ -Apps = "Applications" -AppsCapital = "APPLICATIONS" -ForbidenAppInExamMode1 = "This application is" -ForbidenAppInExamMode2 = "forbidden in exam mode" +Apps = "Applicazioni" +AppsCapital = "APPLICAZIONI" +ForbidenAppInExamMode1 = "Questa applicazione è" +ForbidenAppInExamMode2 = "proibita nella modalità d'esame" diff --git a/apps/on_boarding/Makefile b/apps/on_boarding/Makefile index 06f95ba74..9941b02d7 100644 --- a/apps/on_boarding/Makefile +++ b/apps/on_boarding/Makefile @@ -14,6 +14,7 @@ i18n_files += $(addprefix apps/on_boarding/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/on_boarding/base.it.i18n b/apps/on_boarding/base.it.i18n index fdd2dca84..1ea96faea 100644 --- a/apps/on_boarding/base.it.i18n +++ b/apps/on_boarding/base.it.i18n @@ -1,13 +1,13 @@ -UpdateAvailable = "MISE À JOUR DISPONIBLE" -UpdateMessage1 = "Des améliorations importantes existent" -UpdateMessage2 = "pour votre calculatrice." -UpdateMessage3 = "Connectez-vous depuis votre ordinateur" +UpdateAvailable = "AGGIORNAMENTO DISPONIBILE" +UpdateMessage1 = "Esistono miglioramenti significativi" +UpdateMessage2 = "per la vostra calcolatrice." +UpdateMessage3 = "Connettetevi dal vostro computer" UpdateMessage4 = "www.numworks.com/update" -BetaVersion = "VERSION BÊTA" -BetaVersionMessage1 = "Votre appareil dispose d'une version bêta" -BetaVersionMessage2 = "du logiciel. Il est possible que certains" -BetaVersionMessage3 = "bugs apparaissent." -BetaVersionMessage4 = "Vous pouvez nous écrire pour nous" -BetaVersionMessage5 = "faire part de vos retours à" +BetaVersion = "VERSIONE BETA" +BetaVersionMessage1 = "Il vostro dispositivo dispone di una versione beta" +BetaVersionMessage2 = "del software. È possibile che compaiano" +BetaVersionMessage3 = "alcuni bugs." +BetaVersionMessage4 = "Per comunicarci un riscontro" +BetaVersionMessage5 = "potete scriverci a" BetaVersionMessage6 = "contact@numworks.com" -Skip = "Passer" +Skip = "Saltare" diff --git a/apps/probability/Makefile b/apps/probability/Makefile index b9b5c189c..72f2ee19d 100644 --- a/apps/probability/Makefile +++ b/apps/probability/Makefile @@ -45,6 +45,7 @@ i18n_files += $(addprefix apps/probability/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ base.universal.i18n\ diff --git a/apps/probability/base.it.i18n b/apps/probability/base.it.i18n index 056fa00f6..443229b53 100644 --- a/apps/probability/base.it.i18n +++ b/apps/probability/base.it.i18n @@ -1,27 +1,27 @@ -ProbaApp = "Probabilités" -ProbaAppCapital = "PROBABILITÉS" -ChooseDistribution = "Choisir le type de loi" +ProbaApp = "Probabilità" +ProbaAppCapital = "PROBABILITA" +ChooseDistribution = "Scegliere il tipo di distribuzione" Binomial = "Binomiale" -Geometric = "Géométrique" +Geometric = "Geometrica" Uniforme = "Uniforme" Normal = "Normale" ChiSquared = "Chi2" -UniformDistribution = "Loi uniforme" -ExponentialDistribution = "Loi exponentielle" -GeometricDistribution = "Loi géométrique" -PoissonDistribution = "Loi de Poisson" -ChiSquaredDistribution = "Loi du chi2" -StudentDistribution = "Loi de Student" -FisherDistribution = "Loi de Fisher" -ChooseParameters = "Choisir les paramètres" -RepetitionNumber = "n : Nombre de répétitions" -SuccessProbability = "p : Probabilité de succès" -IntervalDefinition = "[a,b] : Intervalle" -LambdaExponentialDefinition = "λ : Paramètre" -MeanDefinition = "μ : Espérance ou moyenne" -DeviationDefinition = "σ : Écart type" -LambdaPoissonDefinition = "λ : Paramètre" -DegreesOfFreedomDefinition = "k : Degrés de liberté" -D1FisherDefinition = "d1 : Degrés de liberté du numérateur" -D2FisherDefinition = "d2 : Degrés de liberté du dénominateur" -ComputeProbability = "Calculer les probabilités" +UniformDistribution = "Distribuzione uniforme" +ExponentialDistribution = "Distribuzione esponenziale" +GeometricDistribution = "Distribuzione geometrica" +PoissonDistribution = "Distribuzione di Poisson" +ChiSquaredDistribution = "Distribuzione chi2" +StudentDistribution = "Distribuzione Student" +FisherDistribution = "Distribuzione di Fisher" +ChooseParameters = "Scegliere i parametri" +RepetitionNumber = "n : Numero di prove" +SuccessProbability = "p : Probabilità di successo" +IntervalDefinition = "[a,b] : Intervallo" +LambdaExponentialDefinition = "λ : Parametro" +MeanDefinition = "μ : Media" +DeviationDefinition = "σ : Deviazione standard" +LambdaPoissonDefinition = "λ : Parametro" +DegreesOfFreedomDefinition = "k : Gradi di libertà" +D1FisherDefinition = "d1 : Gradi di libertà del numeratore" +D2FisherDefinition = "d2 : Gradi di libertà del denominatore" +ComputeProbability = "Calcolare le probabilità" diff --git a/apps/regression/Makefile b/apps/regression/Makefile index 239cf0376..117279718 100644 --- a/apps/regression/Makefile +++ b/apps/regression/Makefile @@ -45,6 +45,7 @@ i18n_files += $(addprefix apps/regression/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ base.universal.i18n\ diff --git a/apps/regression/base.it.i18n b/apps/regression/base.it.i18n index 3339f6901..06976e196 100644 --- a/apps/regression/base.it.i18n +++ b/apps/regression/base.it.i18n @@ -1,21 +1,21 @@ -RegressionApp = "Régressions" -RegressionAppCapital = "RÉGRESSIONS" -Regression = "Régression" +RegressionApp = "Regressione" +RegressionAppCapital = "REGRESSIONE" +Regression = "Regressione" Reg = "reg" -MeanDot = "moyen" -RegressionCurve = "Courbe de régression" -XPrediction = "Prédiction sachant X" -YPrediction = "Prédiction sachant Y" -ValueNotReachedByRegression = "Valeur non atteinte dans cette fenêtre" -NumberOfDots = "Nombre de points" -Covariance = "Covariance" -Linear = "Linéaire" +MeanDot = "media" +RegressionCurve = "Curva di regressione" +XPrediction = "Previsione data X" +YPrediction = "Previsione data Y" +ValueNotReachedByRegression = "Valore non raggiunto in questa finestra" +NumberOfDots = "Numero di punti" +Covariance = "Covarianza" +Linear = "Lineare" Proportional = "Proporzionale" -Quadratic = "Quadratique" -Cubic = "Cubique" -Quartic = "Quartique" -Logarithmic = "Logarithmique" -Power = "Puissance" -Trigonometrical = "Trigonométrique" -Logistic = "Logistique" -DataNotSuitableForRegression = "Les données ne conviennent pas" +Quadratic = "Quadratica" +Cubic = "Cubica" +Quartic = "Quartica" +Logarithmic = "Logaritmica" +Power = "Potenza" +Trigonometrical = "Trigonometrica" +Logistic = "Logistica" +DataNotSuitableForRegression = "I dati non sono adeguati" diff --git a/apps/sequence/Makefile b/apps/sequence/Makefile index ee1b38ee5..818166e6f 100644 --- a/apps/sequence/Makefile +++ b/apps/sequence/Makefile @@ -33,6 +33,7 @@ i18n_files += $(addprefix apps/sequence/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/sequence/base.it.i18n b/apps/sequence/base.it.i18n index 3772efb47..40e6bd81c 100644 --- a/apps/sequence/base.it.i18n +++ b/apps/sequence/base.it.i18n @@ -1,22 +1,22 @@ -SequenceApp = "Suites" -SequenceAppCapital = "SUITES" -SequenceTab = "Suites" -AddSequence = "Ajouter une suite" -ChooseSequenceType = "Choisir le type de suite" -SequenceType = "Type de suite" -Explicit = "Explicite" -SingleRecurrence = "Récurrente d'ordre 1" -DoubleRecurrence = "Récurrente d'ordre 2" -SequenceOptions = "Options de la suite" -SequenceColor = "Couleur de la suite" -DeleteSequence = "Supprimer la suite" -NoSequence = "Aucune suite" -NoActivatedSequence = "Aucune suite activée" -NStart = "N début" -NEnd = "N fin" -TermSum = "Somme des termes" -SelectFirstTerm = "Sélectionner le premier terme " -SelectLastTerm = "Sélectionner le dernier terme " -ValueNotReachedBySequence = "Valeur non atteinte par la suite" -NColumn = "Colonne n" -FirstTermIndex = "Indice premier terme" +SequenceApp = "Successioni" +SequenceAppCapital = "SUCCESSIONI" +SequenceTab = "Successioni" +AddSequence = "Aggiungi successione" +ChooseSequenceType = "Scegliere il tipo di successione" +SequenceType = "Tipo di successione" +Explicit = "Esplicito" +SingleRecurrence = "Ricorrente d'ordine 1" +DoubleRecurrence = "Ricorrente d'ordine 2" +SequenceOptions = "Opzioni della successione" +SequenceColor = "Colore della successione" +DeleteSequence = "Cancella la successione" +NoSequence = "Nessuna successione" +NoActivatedSequence = "Nessuna successione attiva" +NStart = "N iniziale" +NEnd = "N finale" +TermSum = "Somma dei termini" +SelectFirstTerm = "Selezionare il primo termine " +SelectLastTerm = "Selezionare l'ultimo termine " +ValueNotReachedBySequence = "Valore non raggiunto dalla successione" +NColumn = "Colonna n" +FirstTermIndex = "Indice del primo termine" diff --git a/apps/settings/Makefile b/apps/settings/Makefile index bd65b2692..e05c24692 100644 --- a/apps/settings/Makefile +++ b/apps/settings/Makefile @@ -30,6 +30,7 @@ i18n_files += $(addprefix apps/settings/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/settings/base.it.i18n b/apps/settings/base.it.i18n index 389710fad..bf81e9990 100644 --- a/apps/settings/base.it.i18n +++ b/apps/settings/base.it.i18n @@ -1,41 +1,41 @@ -SettingsApp = "Paramètres" -SettingsAppCapital = "PARAMÈTRES" -AngleUnit = "Unité d'angle" -DisplayMode = "Format résultat" -EditionMode = "Format écriture" -EditionLinear = "En ligne " -Edition2D = "Naturelle " -ComplexFormat = "Forme complexe" -ExamMode = "Mode examen" -ExamModeActive = "Réactiver le mode examen" -ToDeactivateExamMode1 = "Pour désactiver le mode examen," -ToDeactivateExamMode2 = "brancher la calculatrice à un" -ToDeactivateExamMode3 = "ordinateur ou à une prise de courant." +SettingsApp = "Impostazioni" +SettingsAppCapital = "IMPOSTAZIONI" +AngleUnit = "Misura angolo" +DisplayMode = "Formato risultato" +EditionMode = "Formato scrittura" +EditionLinear = "Lineare " +Edition2D = "Naturale " +ComplexFormat = "Formato complesso" +ExamMode = "Modalità Esame" +ExamModeActive = "Riattivare modalità Esame" +ToDeactivateExamMode1 = "Per disattivare la modalità esame," +ToDeactivateExamMode2 = "collegare la calcolatrice a un" +ToDeactivateExamMode3 = "computer o a una presa di corrente." # --------------------- Please do not edit these messages --------------------- -ExamModeWarning1 = "Attention, la conformité du mode" -ExamModeWarning2 = "examen de ce logiciel non officiel" -ExamModeWarning3 = "n'est pas garantie par NumWorks." -AboutWarning1 = "Attention, vous utilisez une version" -AboutWarning2 = "non officielle du logiciel. NumWorks" -AboutWarning3 = "ne saurait être tenu responsable des" -AboutWarning4 = "problèmes que cela pourrait entraîner." +ExamModeWarning1 = "Attenzione, la conformità della modalità" +ExamModeWarning2 = "esame di questo software non ufficiale" +ExamModeWarning3 = "non è garantita da NumWorks." +AboutWarning1 = "Attenzione, voi utilizzate una versione" +AboutWarning2 = "non ufficiale del software. NumWorks" +AboutWarning3 = "non potrà essere ritenuto responsabile dei" +AboutWarning4 = "problemi che questo potrebbe comportare." # ----------------------------------------------------------------------------- -About = "À propos" -Degrees = "Degrés " -Gradians = "Grades " -Radian = "Radians " -Decimal = "Décimal " -Scientific = "Scientifique " -Engineering = "Ingénieur " -SignificantFigures = "Chiffres significatifs " -Real = "Réel " -Cartesian = "Algébrique " -Polar = "Exponentielle " -Brightness = "Luminosité" -FontSizes = "Police Python" -LargeFont = "Grand " -SmallFont = "Petit " -SoftwareVersion = "Version du logiciel" -SerialNumber = "Numéro série" -UpdatePopUp = "Rappel mise à jour" -BetaPopUp = "Rappel version bêta" +About = "Informazioni su" +Degrees = "Gradi " +Gradians = "Gradienti " +Radian = "Radianti " +Decimal = "Decimale " +Scientific = "Scientifico " +Engineering = "Engineering " +SignificantFigures = "Cifre significative " +Real = "Reale " +Cartesian = "Algebrico " +Polar = "Esponenziale " +Brightness = "Luminosità" +FontSizes = "Carattere Python" +LargeFont = "Grande " +SmallFont = "Piccolo " +SoftwareVersion = "Versione software" +SerialNumber = "Numero di serie" +UpdatePopUp = "Promemoria aggiornamento" +BetaPopUp = "Promemoria beta" diff --git a/apps/shared.it.i18n b/apps/shared.it.i18n index 22842405f..adde7f9d8 100644 --- a/apps/shared.it.i18n +++ b/apps/shared.it.i18n @@ -1,81 +1,81 @@ -ActivateDeactivate = "Activer/Désactiver" -ActivateExamMode = "Activer le mode examen" +ActivateDeactivate = "Attivare/Disattivare" +ActivateExamMode = "Attivare modalità d'esame" ActivateDutchExamMode = "Activate Dutch exam mode" -ActiveExamModeMessage1 = "Toutes vos données seront " -ActiveExamModeMessage2 = "supprimées si vous activez " -ActiveExamModeMessage3 = "le mode examen." +ActiveExamModeMessage1 = "Tutti i vostri dati saranno " +ActiveExamModeMessage2 = "cancellati se attivate " +ActiveExamModeMessage3 = "la modalità d'esame." ActiveDutchExamModeMessage1 = "All your data will be deleted when" ActiveDutchExamModeMessage2 = "you activate the exam mode. Python" ActiveDutchExamModeMessage3 = "application will be unavailable." -Axis = "Axes" -Cancel = "Annuler" -ClearColumn = "Effacer la colonne" -ColumnOptions = "Options de la colonne" -CopyColumnInList = "Copier la colonne dans une liste" -DataNotSuitable = "Les données ne conviennent pas" -DataTab = "Données" -DefaultSetting = "Réglages de base" +Axis = "Assi" +Cancel = "Annullare" +ClearColumn = "Cancella la colonna" +ColumnOptions = "Opzioni colonna" +CopyColumnInList = "Copia colonna in una lista" +DataNotSuitable = "I dati non sono adeguati" +DataTab = "Dati" +DefaultSetting = "Impostazioni di base" Deg = "deg" -Deviation = "Variance" -DisplayValues = "Afficher les valeurs" -Empty = "Vide" -Eng = "ing" -ExitExamMode1 = "Voulez-vous sortir " -ExitExamMode2 = "du mode examen ?" -Exponential = "Exponentielle" -FillWithFormula = "Remplir avec une formule" -ForbiddenValue = "Valeur interdite" -FunctionColumn = "Colonne 0(0)" -FunctionOptions = "Options de la fonction" -Goto = "Aller à" -GraphTab = "Graphique" -HardwareTestLaunch1 = "Vous allez lancer le test usine." -HardwareTestLaunch2 = "Pour en sortir vous devrez" -HardwareTestLaunch3 = "appuyer sur le bouton reset" -HardwareTestLaunch4 = "ce qui supprimera vos données." -Initialization = "Initialisation" -IntervalSet = "Régler l'intervalle" -Language = "Langue" -LowBattery = "Batterie faible" -Mean = "Moyenne" -Move = " Déplacer : " -NameCannotStartWithNumber = "Un nom ne peut pas commencer par un chiffre" -NameTaken = "Ce nom est déjà utilisé" -NameTooLong = "Ce nom est trop long" -Next = "Suivant" -NEnd = "N fin" -NoDataToPlot = "Aucune donnée à tracer" -NoFunctionToDelete = "Pas de fonction à supprimer" -NoValueToCompute = "Aucune grandeur à calculer" -NStart = "N début" -Ok = "Valider" -Or = " ou " -Orthonormal = "Orthonormé" -Plot = "Tracer le graphique" -PoolMemoryFull1 = "La mémoire de travail est pleine." -PoolMemoryFull2 = "Réessayez." +Deviation = "Varianza" +DisplayValues = "Mostra valori" +Empty = "Vuoto" +Eng = "eng" +ExitExamMode1 = "Volete uscire " +ExitExamMode2 = "dalla modalità d'esame ?" +Exponential = "Esponenziale" +FillWithFormula = "Compilare con una formula" +ForbiddenValue = "Valore non consentito" +FunctionColumn = "Colonna 0(0)" +FunctionOptions = "Opzioni della funzione" +Goto = "Andare a" +GraphTab = "Grafico" +HardwareTestLaunch1 = "Farete il test hardware." +HardwareTestLaunch2 = "Per uscire dovrete" +HardwareTestLaunch3 = "premere il tasto reset" +HardwareTestLaunch4 = "che cancellerà i vostri dati." +Initialization = "Pre-regolazione" +IntervalSet = "Imposta l'intervallo" +Language = "Lingua" +LowBattery = "Batteria bassa" +Mean = "Media" +Move = " Spostare : " +NameCannotStartWithNumber = "Un nome non può cominciare con un numero" +NameTaken = "Questo nome è già utilizzato" +NameTooLong = "Questo nome è troppo lungo" +Next = "Successivo" +NEnd = "N finale" +NoDataToPlot = "Nessun dato da tracciare" +NoFunctionToDelete = "Nessuna funzione da cancellare" +NoValueToCompute = "Nessun valore da calcolare" +NStart = "N iniziale" +Ok = "Conferma" +Or = " o " +Orthonormal = "Ortogonale" +Plot = "Traccia grafico" +PoolMemoryFull1 = "La memoria di lavoro è piena." +PoolMemoryFull2 = "Riprovare." Rad = "rad" -Rename = "Renommer" -RoundAbscissa = "Abscisses entières" +Rename = "Rinominare" +RoundAbscissa = "Ascisse intere" Sci = "sci" -SquareSum = "Somme des carrés" -StandardDeviation = "Écart type" +SquareSum = "Somma dei quadrati" +StandardDeviation = "Deviazione standard" StatTab = "Stats" Step = "Pas" -StorageMemoryFull1 = "La mémoire est pleine." -StorageMemoryFull2 = "Effacez des données et réessayez." -StoreExpressionNotAllowed = "'store' n'est pas autorisé" -SyntaxError = "Attention à la syntaxe" -TEnd = "T fin" -ThetaEnd = "θ fin" -ThetaStart = "θ début" -TStart = "T début" -ToZoom = "Zoomer : " -Trigonometric = "Trigonométrique" -UndefinedValue = "Valeur non définie" -ValueNotReachedByFunction = "Valeur non atteinte par la fonction" -ValuesTab = "Tableau" -Warning = "Attention" -XEnd = "X fin" -XStart = "X début" +StorageMemoryFull1 = "La memoria è piena." +StorageMemoryFull2 = "Cancellate i dati e riprovate." +StoreExpressionNotAllowed = "'store' non è consentito" +SyntaxError = "Sintassi errata" +TEnd = "T finale" +ThetaEnd = "θ finale" +ThetaStart = "θ iniziale" +TStart = "T iniziale" +ToZoom = "Ingrandire : " +Trigonometric = "Trigonometrica" +UndefinedValue = "Valore non definito" +ValueNotReachedByFunction = "Valore non raggiunto dalla funzione" +ValuesTab = "Tabella" +Warning = "Attenzione" +XEnd = "X finale" +XStart = "X iniziale" Zoom = "Zoom" diff --git a/apps/solver/Makefile b/apps/solver/Makefile index e85014c6c..ef9ca6700 100644 --- a/apps/solver/Makefile +++ b/apps/solver/Makefile @@ -23,6 +23,7 @@ i18n_files += $(addprefix apps/solver/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/solver/base.it.i18n b/apps/solver/base.it.i18n index c337a0525..5b6f79dbf 100644 --- a/apps/solver/base.it.i18n +++ b/apps/solver/base.it.i18n @@ -1,29 +1,29 @@ -SolverApp = "Équations" -SolverAppCapital = "ÉQUATIONS" -AddEquation = "Ajouter une équation" -ResolveEquation = "Résoudre l'équation" -ResolveSystem = "Résoudre le système" -UseEquationModel = "Utiliser un modèle d'équation" -RequireEquation = "L'entrée doit être une équation" -UndefinedEquation = "Une équation est indéfinie" -UnrealEquation = "Une équation n'est pas réelle" -TooManyVariables = "Le nombre d'inconnues est trop grand" -NonLinearSystem = "Le système n'est pas linéaire" -Solution = "Solution" -ApproximateSolution = "Solution approchée" -SearchInverval = "Intervalle de recherche" -NoSolutionSystem = "Le système n'admet aucune solution" -NoSolutionEquation = "L'équation n'admet aucune solution" -NoSolutionInterval = "Aucune solution trouvée dans cet intervalle" -EnterEquation = "Entrez une équation" -InfiniteNumberOfSolutions = "Le système admet une infinité de solutions" -ApproximateSolutionIntervalInstruction0= "Entrez l'intervalle dans lequel" -ApproximateSolutionIntervalInstruction1= "rechercher une solution approchée" -OnlyFirstSolutionsDisplayed0 = "Seulement les 10 premières" -OnlyFirstSolutionsDisplayed1 = "solutions sont affichées" -PolynomeHasNoRealSolution0 = "Le polynôme n'admet pas" -PolynomeHasNoRealSolution1 = "de racine réelle" -PredefinedVariablesUsedLeft = "Variable" -PredefinedVariablesUsedRight = "s prédéfinies utilisées" -PredefinedVariablesIgnoredLeft = "Variable" -PredefinedVariablesIgnoredRight = "s prédéfinies ignorées" +SolverApp = "Equazioni" +SolverAppCapital = "EQUAZIONI" +AddEquation = "Aggiungi equazione" +ResolveEquation = "Risolvi l'equazione" +ResolveSystem = "Risolvi il sistema" +UseEquationModel = "Utilizza un modello di equazione" +RequireEquation = "L'input deve essere un'equazione" +UndefinedEquation = "Un'equazione è indefinita'" +UnrealEquation = "Un'equazione non è reale" +TooManyVariables = "Il numero di incognite è troppo elevato" +NonLinearSystem = "Il sistema non è lineare" +Solution = "Soluzione" +ApproximateSolution = "Soluzione approssimata" +SearchInverval = "Intervallo di ricerca" +NoSolutionSystem = "Il sistema non ammette nessuna soluzione" +NoSolutionEquation = "L'equazione non ammette nessuna soluzione" +NoSolutionInterval = "Nessuna soluzione trovata dentro questo intervallo" +EnterEquation = "Inserire un'equazione" +InfiniteNumberOfSolutions = "Il sistema ammette un'infinità di soluzioni" +ApproximateSolutionIntervalInstruction0= "Inserire l'intervallo dentro al quale" +ApproximateSolutionIntervalInstruction1= "ricercare una soluzione approssimata" +OnlyFirstSolutionsDisplayed0 = "Solamente le prime 10" +OnlyFirstSolutionsDisplayed1 = "soluzioni sono mostrate" +PolynomeHasNoRealSolution0 = "Il polinomio non ammette" +PolynomeHasNoRealSolution1 = "una radice reale" +PredefinedVariablesUsedLeft = "Variabili" +PredefinedVariablesUsedRight = " predefinite utilizzate" +PredefinedVariablesIgnoredLeft = "Variabil" +PredefinedVariablesIgnoredRight = "i predefinite ignorate" diff --git a/apps/statistics/Makefile b/apps/statistics/Makefile index f7543025a..3ba260a2a 100644 --- a/apps/statistics/Makefile +++ b/apps/statistics/Makefile @@ -34,6 +34,7 @@ i18n_files += $(addprefix apps/statistics/,\ base.en.i18n\ base.es.i18n\ base.fr.i18n\ + base.it.i18n\ base.nl.i18n\ base.pt.i18n\ ) diff --git a/apps/statistics/base.it.i18n b/apps/statistics/base.it.i18n index f90b4d60b..941345722 100644 --- a/apps/statistics/base.it.i18n +++ b/apps/statistics/base.it.i18n @@ -1,25 +1,25 @@ -StatsApp = "Statistiques" -StatsAppCapital = "STATISTIQUES" -HistogramTab = "Histogramme" -BoxTab = "Boîte" -Values1 = "Valeurs V1" -Values2 = "Valeurs V2" -Values3 = "Valeurs V3" -Sizes1 = "Effectifs N1" -Sizes2 = "Effectifs N2" -Sizes3 = "Effectifs N3" -ImportList = "Importer une liste" -Interval = " Intervalle " -Size = " Effectif" -Frequency = "Fréquence" -HistogramSet = "Réglage de l'histogramme" -RectangleWidth = "Largeur des rectangles" -BarStart = "Début de la série" -FirstQuartile = "Premier quartile" -Median = "Médiane" -ThirdQuartile = "Troisième quartile" -TotalSize = "Effectif total" -Range = "Étendue" -StandardDeviationSigma = "Écart type" -SampleStandardDeviationS = "Écart type échantillon" -InterquartileRange = "Écart interquartile" +StatsApp = "Statistica" +StatsAppCapital = "STATISTICA" +HistogramTab = "Istogramma" +BoxTab = "Box Plot" +Values1 = "Valori V1" +Values2 = "Valori V2" +Values3 = "Valori V3" +Sizes1 = "Frequenze N1" +Sizes2 = "Frequenze N2" +Sizes3 = "Frequenze N3" +ImportList = "Importare una lista" +Interval = " Intervallo " +Size = " Frequenza" +Frequency = "Relativa" +HistogramSet = "Regolazione dell'istogramma" +RectangleWidth = "Larghezza dei rettangoli" +BarStart = "Inizio della serie" +FirstQuartile = "Primo quartile" +Median = "Mediana" +ThirdQuartile = "Terzo quartile" +TotalSize = "Dimensione totale" +Range = "Ampiezza" +StandardDeviationSigma = "Deviazione standard" +SampleStandardDeviationS = "Esempio deviazione stnrd" +InterquartileRange = "Scarto interquartile" diff --git a/apps/toolbox.it.i18n b/apps/toolbox.it.i18n index 0a67a6b24..14c8b7ddc 100644 --- a/apps/toolbox.it.i18n +++ b/apps/toolbox.it.i18n @@ -1,61 +1,61 @@ -Unit = "Unités" -UnitTimeMenu = "Temps" -UnitTimeSecondMenu = "Seconde" -UnitTimeSecond = "Seconde" -UnitTimeSecondMilli = "Milliseconde" -UnitTimeSecondMicro = "Microseconde" -UnitTimeSecondNano = "Nanoseconde" -UnitTimeMinute = "Minute" -UnitTimeHour = "Heure" -UnitTimeDay = "Jour" -UnitTimeWeek = "Semaine" -UnitTimeMonth = "Mois" -UnitTimeYear = "Année" -UnitDistanceMenu = "Distance" -UnitDistanceMeterMenu = "Mètre" -UnitDistanceMeterKilo = "Kilomètre" -UnitDistanceMeter = "Mètre" -UnitDistanceMeterMilli = "Millimètre" -UnitDistanceMeterMicro = "Micromètre" -UnitDistanceMeterNano = "Nanomètre" -UnitDistanceMeterPico = "Picomètre" -UnitDistanceAstronomicalUnit = "Unité astronomique" -UnitDistanceLightYear = "Année lumière" +Unit = "Unità" +UnitTimeMenu = "Tempo" +UnitTimeSecondMenu = "Secondo" +UnitTimeSecond = "Secondo" +UnitTimeSecondMilli = "Millisecondo" +UnitTimeSecondMicro = "Microsecondo" +UnitTimeSecondNano = "Nanosecondo" +UnitTimeMinute = "Minuto" +UnitTimeHour = "Ora" +UnitTimeDay = "Giorno" +UnitTimeWeek = "Settimana" +UnitTimeMonth = "Mese" +UnitTimeYear = "Anno" +UnitDistanceMenu = "Distanza" +UnitDistanceMeterMenu = "Metro" +UnitDistanceMeterKilo = "Chilometro" +UnitDistanceMeter = "Metro" +UnitDistanceMeterMilli = "Millimetro" +UnitDistanceMeterMicro = "Micrometro" +UnitDistanceMeterNano = "Nanometro" +UnitDistanceMeterPico = "Picometro" +UnitDistanceAstronomicalUnit = "Unità astronomica" +UnitDistanceLightYear = "Anno luce" UnitDistanceParsec = "Parsec" -UnitMassMenu = "Masse" -UnitMassGramKilo = "Kilogramme" -UnitMassGram = "Gramme" -UnitMassGramMilli = "Milligramme" -UnitMassGramMicro = "Microgramme" -UnitMassGramNano = "Nanogramme" -UnitMassTonne = "Tonne" -UnitCurrentMenu = "Intensité du courant électrique" -UnitCurrentAmpere = "Ampère" -UnitCurrentAmpereMilli = "Milliampère" -UnitCurrentAmpereMicro = "Microampère" -UnitTemperatureMenu = "Température" +UnitMassMenu = "Massa" +UnitMassGramKilo = "Kilogrammo" +UnitMassGram = "Grammo" +UnitMassGramMilli = "Milligrammo" +UnitMassGramMicro = "Microgrammo" +UnitMassGramNano = "Nanogrammo" +UnitMassTonne = "Tonnellata" +UnitCurrentMenu = "Intensità di corrente elettrica" +UnitCurrentAmpere = "Ampere" +UnitCurrentAmpereMilli = "Milliampere" +UnitCurrentAmpereMicro = "Microampere" +UnitTemperatureMenu = "Temperatura" UnitTemperatureKelvin = "Kelvin" -UnitAmountMenu = "Quantité de matière" +UnitAmountMenu = "Quantità de materia" UnitAmountMole = "Mole" UnitAmountMoleMilli = "Millimole" UnitAmountMoleMicro = "Micromole" -UnitLuminousIntensityMenu = "Intensité lumineuse" +UnitLuminousIntensityMenu = "Intensità luminosa" UnitLuminousIntensityCandela = "Candela" -UnitFrequencyMenu = "Fréquence" +UnitFrequencyMenu = "Frequenza" UnitFrequencyHertzGiga = "Gigahertz" UnitFrequencyHertzMega = "Megahertz" UnitFrequencyHertzKilo = "Kilohertz" UnitFrequencyHertz = "Hertz" -UnitForceMenu = "Force" +UnitForceMenu = "Forza" UnitForceNewtonKilo = "Kilonewton" UnitForceNewton = "Newton" UnitForceNewtonMilli = "Millinewton" -UnitPressureMenu = "Pression" +UnitPressureMenu = "Pressione" UnitPressurePascal = "Pascal" UnitPressurePascalHecto = "Hectopascal" UnitPressureBar = "Bar" -UnitPressureAtm = "Atmosphère" -UnitEnergyMenu = "Énergie" +UnitPressureAtm = "Atmosfera" +UnitEnergyMenu = "Energia" UnitEnergyJouleMenu = "Joule" UnitEnergyJouleKilo = "Kilojoule" UnitEnergyJoule = "Joule" @@ -65,103 +65,103 @@ UnitEnergyElectronVoltMega = "Megaelectronvolt" UnitEnergyElectronVoltKilo = "Kiloelectronvolt" UnitEnergyElectronVolt = "Electronvolt" UnitEnergyElectronVoltMilli = "Millielectronvolt" -UnitPowerMenu = "Puissance" +UnitPowerMenu = "Potenza" UnitPowerWattGiga = "Gigawatt" UnitPowerWattMega = "Megawatt" UnitPowerWattKilo = "Kilowatt" UnitPowerWatt = "Watt" UnitPowerWattMilli = "Milliwatt" UnitPowerWattMicro = "Microwatt" -UnitElectricChargeMenu = "Charge électrique" +UnitElectricChargeMenu = "Carica elettrica" UnitChargeCoulomb = "Coulomb" -UnitPotentialMenu = "Tension électrique" +UnitPotentialMenu = "Tensione elettrica" UnitPotentialVoltKilo = "Kilovolt" UnitPotentialVolt = "Volt" UnitPotentialVoltMilli = "Millivolt" UnitPotentialVoltMicro = "Microvolt" -UnitCapacitanceMenu = "Capacité électrique" +UnitCapacitanceMenu = "Capacità elettrica" UnitCapacitanceFarad = "Farad" UnitCapacitanceFaradMilli = "Millifarad" UnitCapacitanceFaradMicro = "Microfarad" -UnitResistanceMenu = "Résistance électrique" +UnitResistanceMenu = "Resistenza elettrica" UnitResistanceOhmKilo = "Kiloohm" UnitResistanceOhm = "Ohm" -UnitConductanceMenu = "Conductance électrique" +UnitConductanceMenu = "Conduttanza elettrica" UnitConductanceSiemens = "Siemens" UnitConductanceSiemensMilli = "Millisiemens" -UnitMagneticFieldMenu = "Induction électromagnétique" +UnitMagneticFieldMenu = "Induzione elettromagnetica" UnitMagneticFieldTesla = "Tesla" -InductanceMenu = "Inductance" +InductanceMenu = "Induttanza" UnitInductanceHenry = "Henry" UnitSurfaceMenu = "Superficie" -UnitSurfaceHectar = "Hectare" +UnitSurfaceHectar = "Ettaro" UnitVolumeMenu = "Volume" -UnitVolumeLiter = "Litre" -UnitVolumeLiterDeci = "Decilitre" -UnitVolumeLiterCenti = "Centilitre" -UnitVolumeLiterMilli = "Millilitre" -Toolbox = "Boîte à outils" -AbsoluteValue = "Valeur absolue" -NthRoot = "Racine n-ième" -BasedLogarithm = "Logarithme base a" -Calculation = "Calcul" -ComplexNumber = "Nombres complexes" -Combinatorics = "Dénombrement" -Arithmetic = "Arithmétique" -Matrices = "Matrices" -NewMatrix = "Nouvelle matrice" -Identity = "Matrice identité de taille n" -Lists = "Listes" -HyperbolicTrigonometry = "Trigonométrie hyperbolique" -Fluctuation = "Intervalle de fluctuation" -DerivateNumber = "Nombre derivé" -Integral = "Intégrale" -Sum = "Somme" -Product = "Produit" -ComplexAbsoluteValue = "Module" -Agument = "Argument" -RealPart = "Partie réelle" -ImaginaryPart = "Partie imaginaire" -Conjugate = "Conjugué" -Combination = "k parmi n" -Permutation = "Arrangement" -GreatCommonDivisor = "PGCD" -LeastCommonMultiple = "PPCM" -Remainder = "Reste de la division de p par q" -Quotient = "Quotient de la division de p par q" -Inverse = "Inverse" -Determinant = "Déterminant" -Transpose = "Transposée" -Trace = "Trace" -Dimension = "Taille" -Sort = "Tri croissant" -InvSort = "Tri décroissant" -Maximum = "Maximum" -Minimum = "Minimum" -Floor = "Partie entière" -FracPart = "Partie fractionnaire" -Ceiling = "Plafond" -Rounding = "Arrondi à n décimales" -HyperbolicCosine = "Cosinus hyperbolique" -HyperbolicSine = "Sinus hyperbolique" -HyperbolicTangent = "Tangente hyperbolique" -InverseHyperbolicCosine = "Argument cosinus hyperbolique" -InverseHyperbolicSine = "Argument sinus hyperbolique" -InverseHyperbolicTangent = "Argument tangente hyperbolique" -Prediction95 = "Intervalle fluctuation 95% (Term)" -Prediction = "Intervalle fluctuation simple (2de)" -Confidence = "Intervalle de confiance" -RandomAndApproximation = "Aléatoire et approximation" -RandomFloat = "Nombre décimal dans [0,1[" -RandomInteger = "Entier aléatoire dans [a,b]" -PrimeFactorDecomposition = "Décomposition en facteurs premiers" -NormCDF = "P(X