From 9a803d62f2d6ef5f85eaf546669b5d9b82868ba7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 30 May 2021 11:24:34 +0200 Subject: tx: pull from transifex --- help/it/it.po | 150 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 109 insertions(+), 41 deletions(-) (limited to 'help/it/it.po') diff --git a/help/it/it.po b/help/it/it.po index e96f99a..8ddaf7f 100644 --- a/help/it/it.po +++ b/help/it/it.po @@ -5,14 +5,14 @@ # andrea pittaro , 2019 # Wolfgang Ulbrich , 2019 # Enrico B. , 2019 -# Alessandro Volturno , 2020 +# Alessandro Volturno , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-06-20 17:26+0200\n" +"POT-Creation-Date: 2021-01-16 15:04+0100\n" "PO-Revision-Date: 2018-10-01 16:45+0000\n" -"Last-Translator: Alessandro Volturno , 2020\n" +"Last-Translator: Alessandro Volturno , 2021\n" "Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -172,66 +172,69 @@ msgid "" "MATE Calculator supports complex numbers, as well as the " "following functions while in Advanced mode." msgstr "" +"Calcolatrice di MATE supporta i numeri complessi e le seguenti " +"funzioni de si è in modalità Avanzata." #. (itstool) path: td/p #: C/complex.page:18 msgid "Re" -msgstr "" +msgstr "Re" #. (itstool) path: td/p #: C/complex.page:19 msgid "Returns the real part of a complex number. For example:" -msgstr "" +msgstr "Restituisce la parte reale di un numero complesso. Ad esempio:" #. (itstool) path: example/p #: C/complex.page:21 msgid "Re (2-5i) = 2" -msgstr "" +msgstr "Re (2-5i) = 2" #. (itstool) path: td/p #: C/complex.page:29 msgid "Im" -msgstr "" +msgstr "Im" #. (itstool) path: td/p #: C/complex.page:30 msgid "Returns the imaginary part of a complex number. For example:" -msgstr "" +msgstr "Restituisce la parte immaginaria di un numero complesso. Ad esempio:" #. (itstool) path: example/p #: C/complex.page:32 msgid "Im (2-5i) = -5" -msgstr "" +msgstr "Im (2-5i) = -5" #. (itstool) path: td/p #: C/complex.page:40 msgid "conj" -msgstr "" +msgstr "conj" #. (itstool) path: td/p #: C/complex.page:41 msgid "Returns the conjugate of a complex number. For example:" msgstr "" +"Restituisce il complesso coniugato di un numero complesso. Ad esempio:" #. (itstool) path: example/p #: C/complex.page:43 msgid "conj (2-5i) = 2+5i" -msgstr "" +msgstr "conj (2-5i) = 2+5i" #. (itstool) path: td/p #: C/complex.page:51 msgid "Arg" -msgstr "" +msgstr "Arg" #. (itstool) path: td/p #: C/complex.page:52 msgid "Returns the argument of a complex number. For example:" -msgstr "" +msgstr "Restituisce l'argomento di un numero complesso. Ad esempio:" #. (itstool) path: example/p #: C/complex.page:54 msgid "Arg (2-5i) = -68.1986" -msgstr "" +msgstr "Arg (2-5i) = -68.1986" #. (itstool) path: page/p #: C/conv-base.page:11 @@ -479,14 +482,25 @@ msgstr "Fattorizzazione" #. (itstool) path: page/p #: C/factorize.page:11 msgid "" -"You can factorize the number currently displayed by pressing the " +"You can factorize the number currently displayed by pressing " +"CtrlF or by pressing the " "fact button. This button is visible in programming mode." msgstr "" -"Potete fattorizzare il numero correntemente mostrato premendo il pulsante " +"Potete fattorizzare il numero correntemente visualizzato premendo la " +"combinazione CtrlF o il pulsante " "fact. Questo pulsante è visibile nella modalità programmazione." +#. (itstool) path: page/p +#: C/factorize.page:15 +msgid "" +"To factorize integers bigger than 2^64 the Miller-Rabin primality test and " +"Pollard's rho algorithm are used." +msgstr "" +"Per fattorizzare numeri maggiori di 2^64 vengono impiegati il test di " +"primalltà di Miller-Rabin e l'algoritmo rho di Pollard." + #. (itstool) path: page/title #: C/financial.page:9 msgid "Financial Functions" @@ -726,12 +740,12 @@ msgstr "Coseno iperbolico" #. (itstool) path: td/p #: C/functions.page:40 msgid "erf" -msgstr "" +msgstr "erf" #. (itstool) path: td/p #: C/functions.page:41 msgid "Gauss Error function" -msgstr "" +msgstr "Funzione errore di Gauss" #. (itstool) path: td/p #: C/functions.page:44 @@ -856,12 +870,12 @@ msgstr "Complemento a due" #. (itstool) path: td/p #: C/functions.page:92 msgid "zeta" -msgstr "" +msgstr "zeta" #. (itstool) path: td/p #: C/functions.page:93 msgid "Riemann zeta function" -msgstr "" +msgstr "Funzione zeta di Riemann" #. (itstool) path: page/p #: C/functions.page:96 @@ -984,10 +998,84 @@ msgstr "" "utilizzareCtrl numero, per numeri in pedice " "usare Alt numero." +#. (itstool) path: page/p +#: C/keyboard.page:42 +msgid "" +"When in programming mode, to cycle between base " +"digits use:" +msgstr "" +"Se siete in modalità programmazione, per " +"commutare tra le basi numeriche utilizzare:" + +#. (itstool) path: td/p +#: C/keyboard.page:47 C/number-display.page:28 +msgid "Binary" +msgstr "Binario" + +#. (itstool) path: td/p +#: C/keyboard.page:48 +msgid "CtrlB" +msgstr "CtrlB" + +#. (itstool) path: td/p +#: C/keyboard.page:51 C/number-display.page:32 +msgid "Octal" +msgstr "Ottale" + +#. (itstool) path: td/p +#: C/keyboard.page:52 +msgid "CtrlO" +msgstr "CtrlO" + +#. (itstool) path: td/p +#: C/keyboard.page:55 C/number-display.page:16 +msgid "Decimal" +msgstr "Decimale" + +#. (itstool) path: td/p +#: C/keyboard.page:56 +msgid "CtrlD" +msgstr "CtrlD" + +#. (itstool) path: td/p +#: C/keyboard.page:59 C/number-display.page:36 +msgid "Hexadecimal" +msgstr "Esadecimale" + +#. (itstool) path: td/p +#: C/keyboard.page:60 +msgid "CtrlH" +msgstr "CtrlH" + +#. (itstool) path: page/p +#: C/keyboard.page:63 +msgid "To cycle between history entries you may use:" +msgstr "Per commutare tra gli inserimenti in cronologia si può utilizzare:" + +#. (itstool) path: td/p +#: C/keyboard.page:68 +msgid "Previous Entry" +msgstr "Inserimento precedente" + +#. (itstool) path: td/p +#: C/keyboard.page:69 +msgid "AltUp" +msgstr "AltFreccia sù" + +#. (itstool) path: td/p +#: C/keyboard.page:72 +msgid "Next Entry" +msgstr "Inserimento successivo" + +#. (itstool) path: td/p +#: C/keyboard.page:73 +msgid "AltDown" +msgstr "AltFreccia giù" + #. (itstool) path: p/link #: C/legal.xml:4 msgid "Creative Commons Attribution-Share Alike 3.0 Unported License" -msgstr "Creative Commons Attribution-Share Alike 3.0 Unported License" +msgstr "Licenza non registrata Creative Commons Attribution-Share Alike 3.0" #. (itstool) path: license/p #: C/legal.xml:3 @@ -1158,11 +1246,6 @@ msgstr "" "Il formato utilizzato per mostrare il risultato può essere modificato dal " "menù Calcolatrice Preferenze" -#. (itstool) path: td/p -#: C/number-display.page:16 -msgid "Decimal" -msgstr "Decimale" - #. (itstool) path: td/p #: C/number-display.page:17 msgid "Results are displayed as decimal numbers" @@ -1196,33 +1279,18 @@ msgstr "" "I numeri verranno mostrati in notazione scientifica mantenendo l'esponente " "fisso su un multiplo di 3" -#. (itstool) path: td/p -#: C/number-display.page:28 -msgid "Binary" -msgstr "Binario" - #. (itstool) path: td/p #: C/number-display.page:29 msgid "Results are displayed as binary numbers" msgstr "" "I risultati verranno mostrati come numeri binari" -#. (itstool) path: td/p -#: C/number-display.page:32 -msgid "Octal" -msgstr "Ottale" - #. (itstool) path: td/p #: C/number-display.page:33 msgid "Results are displayed as octal numbers" msgstr "" "I risultati saranno mostrati come numeri ottali" -#. (itstool) path: td/p -#: C/number-display.page:36 -msgid "Hexadecimal" -msgstr "Esadecimale" - #. (itstool) path: td/p #: C/number-display.page:37 msgid "Results are displayed as hexadecimal numbers" -- cgit v1.2.1