diff --git a/apps/calculation/base.it.i18n b/apps/calculation/base.it.i18n new file mode 100644 index 000000000..ca8e28739 --- /dev/null +++ b/apps/calculation/base.it.i18n @@ -0,0 +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" diff --git a/apps/code/base.it.i18n b/apps/code/base.it.i18n new file mode 100644 index 000000000..253989ab2 --- /dev/null +++ b/apps/code/base.it.i18n @@ -0,0 +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, _" diff --git a/apps/code/catalog.it.i18n b/apps/code/catalog.it.i18n new file mode 100644 index 000000000..5f6bc9416 --- /dev/null +++ b/apps/code/catalog.it.i18n @@ -0,0 +1,185 @@ +PythonPound = "Comment" +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" +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" +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]" diff --git a/apps/code/toolbox.it.i18n b/apps/code/toolbox.it.i18n new file mode 100644 index 000000000..6442521cc --- /dev/null +++ b/apps/code/toolbox.it.i18n @@ -0,0 +1,4 @@ +Functions = "Fonctions" +Catalog = "Catalogue" +Modules = "Modules" +LoopsAndTests = "Boucles et tests" diff --git a/apps/graph/base.it.i18n b/apps/graph/base.it.i18n new file mode 100644 index 000000000..d95a5ae63 --- /dev/null +++ b/apps/graph/base.it.i18n @@ -0,0 +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" +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é" diff --git a/apps/home/base.it.i18n b/apps/home/base.it.i18n new file mode 100644 index 000000000..158fa3bda --- /dev/null +++ b/apps/home/base.it.i18n @@ -0,0 +1,4 @@ +Apps = "Applications" +AppsCapital = "APPLICATIONS" +ForbidenAppInExamMode1 = "This application is" +ForbidenAppInExamMode2 = "forbidden in exam mode" diff --git a/apps/language_it.universal.i18n b/apps/language_it.universal.i18n new file mode 100644 index 000000000..5914a13e6 --- /dev/null +++ b/apps/language_it.universal.i18n @@ -0,0 +1 @@ +LanguageIT = "Italiano " diff --git a/apps/on_boarding/base.it.i18n b/apps/on_boarding/base.it.i18n new file mode 100644 index 000000000..fdd2dca84 --- /dev/null +++ b/apps/on_boarding/base.it.i18n @@ -0,0 +1,13 @@ +UpdateAvailable = "MISE À JOUR DISPONIBLE" +UpdateMessage1 = "Des améliorations importantes existent" +UpdateMessage2 = "pour votre calculatrice." +UpdateMessage3 = "Connectez-vous depuis votre ordinateur" +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 à" +BetaVersionMessage6 = "contact@numworks.com" +Skip = "Passer" diff --git a/apps/probability/base.it.i18n b/apps/probability/base.it.i18n new file mode 100644 index 000000000..056fa00f6 --- /dev/null +++ b/apps/probability/base.it.i18n @@ -0,0 +1,27 @@ +ProbaApp = "Probabilités" +ProbaAppCapital = "PROBABILITÉS" +ChooseDistribution = "Choisir le type de loi" +Binomial = "Binomiale" +Geometric = "Géométrique" +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" diff --git a/apps/regression/base.it.i18n b/apps/regression/base.it.i18n new file mode 100644 index 000000000..3339f6901 --- /dev/null +++ b/apps/regression/base.it.i18n @@ -0,0 +1,21 @@ +RegressionApp = "Régressions" +RegressionAppCapital = "RÉGRESSIONS" +Regression = "Régression" +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" +Proportional = "Proporzionale" +Quadratic = "Quadratique" +Cubic = "Cubique" +Quartic = "Quartique" +Logarithmic = "Logarithmique" +Power = "Puissance" +Trigonometrical = "Trigonométrique" +Logistic = "Logistique" +DataNotSuitableForRegression = "Les données ne conviennent pas" diff --git a/apps/sequence/base.it.i18n b/apps/sequence/base.it.i18n new file mode 100644 index 000000000..3772efb47 --- /dev/null +++ b/apps/sequence/base.it.i18n @@ -0,0 +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" diff --git a/apps/settings/base.it.i18n b/apps/settings/base.it.i18n new file mode 100644 index 000000000..389710fad --- /dev/null +++ b/apps/settings/base.it.i18n @@ -0,0 +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." +# --------------------- 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." +# ----------------------------------------------------------------------------- +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" diff --git a/apps/shared.it.i18n b/apps/shared.it.i18n new file mode 100644 index 000000000..22842405f --- /dev/null +++ b/apps/shared.it.i18n @@ -0,0 +1,81 @@ +ActivateDeactivate = "Activer/Désactiver" +ActivateExamMode = "Activer le mode examen" +ActivateDutchExamMode = "Activate Dutch exam mode" +ActiveExamModeMessage1 = "Toutes vos données seront " +ActiveExamModeMessage2 = "supprimées si vous activez " +ActiveExamModeMessage3 = "le mode examen." +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" +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." +Rad = "rad" +Rename = "Renommer" +RoundAbscissa = "Abscisses entières" +Sci = "sci" +SquareSum = "Somme des carrés" +StandardDeviation = "Écart type" +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" +Zoom = "Zoom" diff --git a/apps/solver/base.it.i18n b/apps/solver/base.it.i18n new file mode 100644 index 000000000..c337a0525 --- /dev/null +++ b/apps/solver/base.it.i18n @@ -0,0 +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" diff --git a/apps/statistics/base.it.i18n b/apps/statistics/base.it.i18n new file mode 100644 index 000000000..f90b4d60b --- /dev/null +++ b/apps/statistics/base.it.i18n @@ -0,0 +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" diff --git a/apps/toolbox.it.i18n b/apps/toolbox.it.i18n new file mode 100644 index 000000000..0a67a6b24 --- /dev/null +++ b/apps/toolbox.it.i18n @@ -0,0 +1,167 @@ +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" +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" +UnitTemperatureKelvin = "Kelvin" +UnitAmountMenu = "Quantité de matière" +UnitAmountMole = "Mole" +UnitAmountMoleMilli = "Millimole" +UnitAmountMoleMicro = "Micromole" +UnitLuminousIntensityMenu = "Intensité lumineuse" +UnitLuminousIntensityCandela = "Candela" +UnitFrequencyMenu = "Fréquence" +UnitFrequencyHertzGiga = "Gigahertz" +UnitFrequencyHertzMega = "Megahertz" +UnitFrequencyHertzKilo = "Kilohertz" +UnitFrequencyHertz = "Hertz" +UnitForceMenu = "Force" +UnitForceNewtonKilo = "Kilonewton" +UnitForceNewton = "Newton" +UnitForceNewtonMilli = "Millinewton" +UnitPressureMenu = "Pression" +UnitPressurePascal = "Pascal" +UnitPressurePascalHecto = "Hectopascal" +UnitPressureBar = "Bar" +UnitPressureAtm = "Atmosphère" +UnitEnergyMenu = "Énergie" +UnitEnergyJouleMenu = "Joule" +UnitEnergyJouleKilo = "Kilojoule" +UnitEnergyJoule = "Joule" +UnitEnergyJouleMilli = "Millijoule" +UnitEnergyEletronVoltMenu = "Electronvolt" +UnitEnergyElectronVoltMega = "Megaelectronvolt" +UnitEnergyElectronVoltKilo = "Kiloelectronvolt" +UnitEnergyElectronVolt = "Electronvolt" +UnitEnergyElectronVoltMilli = "Millielectronvolt" +UnitPowerMenu = "Puissance" +UnitPowerWattGiga = "Gigawatt" +UnitPowerWattMega = "Megawatt" +UnitPowerWattKilo = "Kilowatt" +UnitPowerWatt = "Watt" +UnitPowerWattMilli = "Milliwatt" +UnitPowerWattMicro = "Microwatt" +UnitElectricChargeMenu = "Charge électrique" +UnitChargeCoulomb = "Coulomb" +UnitPotentialMenu = "Tension électrique" +UnitPotentialVoltKilo = "Kilovolt" +UnitPotentialVolt = "Volt" +UnitPotentialVoltMilli = "Millivolt" +UnitPotentialVoltMicro = "Microvolt" +UnitCapacitanceMenu = "Capacité électrique" +UnitCapacitanceFarad = "Farad" +UnitCapacitanceFaradMilli = "Millifarad" +UnitCapacitanceFaradMicro = "Microfarad" +UnitResistanceMenu = "Résistance électrique" +UnitResistanceOhmKilo = "Kiloohm" +UnitResistanceOhm = "Ohm" +UnitConductanceMenu = "Conductance électrique" +UnitConductanceSiemens = "Siemens" +UnitConductanceSiemensMilli = "Millisiemens" +UnitMagneticFieldMenu = "Induction électromagnétique" +UnitMagneticFieldTesla = "Tesla" +InductanceMenu = "Inductance" +UnitInductanceHenry = "Henry" +UnitSurfaceMenu = "Superficie" +UnitSurfaceHectar = "Hectare" +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