diff options
Diffstat (limited to 'translations/source/it/nlpsolver')
3 files changed, 897 insertions, 0 deletions
diff --git a/translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po new file mode 100644 index 000000000..51918b2c5 --- /dev/null +++ b/translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po @@ -0,0 +1,458 @@ +#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2022-07-06 20:19+0200\n" +"PO-Revision-Date: 2022-07-08 10:43+0000\n" +"Last-Translator: Valter Mura <valtermura@gmail.com>\n" +"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/nlpsolverhelpencomsunstarcompcalcnlpsolver/it/>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: Weblate 4.12.2\n" +"X-POOTLE-MTIME: 1517336534.000000\n" + +#. XpeLj +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"tit\n" +"help.text" +msgid "Options" +msgstr "Opzioni" + +#. GfZUJ +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"bm_id0503200917110375_scalc\n" +"help.text" +msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>" +msgstr "<bookmark_value>Risolutore di problemi non-lineari;Opzioni</bookmark_value>" + +#. FCECT +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"hd_id0503200917103593\n" +"help.text" +msgid "General Options" +msgstr "Opzioni generali" + +#. ZkCEe +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103780\n" +"help.text" +msgid "Size of Swarm" +msgstr "Dimensione dello sciame" + +#. hRGYs +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103723\n" +"help.text" +msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge." +msgstr "... definisce il numero di individui che partecipano al processo di apprendimento. Ogni individuo trova le proprie soluzioni e contribuisce alla conoscenza complessiva." + +#. zReEK +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103771\n" +"help.text" +msgid "Learning Cycles" +msgstr "Cicli di apprendimento" + +#. mDzwh +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103720\n" +"help.text" +msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge." +msgstr "... definisce il numero di iterazioni che l'algoritmo dovrebbe eseguire. In ciascuna iterazione tutti gli individui cercano di indovinare la soluzione migliore e condividono le loro conoscenze." + +#. SWBAK +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103732\n" +"help.text" +msgid "Variable Bounds Guessing" +msgstr "Stima dei limiti delle variabili" + +#. 86AX8 +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id050320091710378\n" +"help.text" +msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values." +msgstr "Se attivata (impostazione predefinita), l'algoritmo cerca di indovinare i limiti delle variabili guardando i loro valori iniziali." + +#. 7tnqA +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103794\n" +"help.text" +msgid "Variable Bounds Threshold" +msgstr "Soglia dei limiti delle variabili" + +#. 6fpGp +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103710\n" +"help.text" +msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki." +msgstr "Quando si cerca di indovinare i limiti delle variabili, questa soglia specifica come i valori iniziali vengono spostati per costruire i limiti. Per un esempio, consulta il manuale nel Wiki." + +#. 4nKkq +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103740\n" +"help.text" +msgid "Use ACR Comparator" +msgstr "Usa metodo di confronto ACR" + +#. eVij6 +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103766\n" +"help.text" +msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution." +msgstr "Se <emph>disattivato</emph> (impostazione predefinita), viene usato il metodo di confronto BCH. Confronta due individui analizzando prima quali vincoli violano e, solo quando questi vincoli sono i medesimi, misura la loro soluzione corrente." + +#. wHTo3 +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103744\n" +"help.text" +msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)." +msgstr "Se <emph>attivato</emph>, viene usato il metodo di confronto ACR. Confronta due individui in funzione dell'iterazione corrente e misura la bontà delle loro soluzioni sfruttando la conoscenza delle peggiori soluzioni note (secondo le violazioni dei vincoli)." + +#. 5jPbx +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103792\n" +"help.text" +msgid "Use Random Starting Point" +msgstr "Usa punto di partenza casuale" + +#. pt3XB +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103790\n" +"help.text" +msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points." +msgstr "Se <emph>attivato</emph>, la libreria parte semplicemente con punti presi a caso." + +#. HFv6w +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103765\n" +"help.text" +msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point." +msgstr "Se <emph>disattivato</emph>, la libreria parte prendendo come riferimento i valori attuali (forniti dall'utente)." + +#. TYEBG +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0504200917103794\n" +"help.text" +msgid "Stagnation Limit" +msgstr "Limite di stagnazione" + +#. nWRYK +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id050320091710377\n" +"help.text" +msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal." +msgstr "Se questo numero di individui ha trovato soluzioni tra loro vicine, l'iterazione si ferma e il migliore di questi valori è scelto come valore ottimale." + +#. UFcxy +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103762\n" +"help.text" +msgid "Stagnation Tolerance" +msgstr "Tolleranza di stagnazione" + +#. F3qEp +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103834\n" +"help.text" +msgid "Defines in what range solutions are considered “similar”." +msgstr "Definisce l'intervallo per considerare \"simili\" due soluzioni." + +#. RUbSm +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103891\n" +"help.text" +msgid "Show Enhanced Solver Status" +msgstr "Mostra stato esteso del risolutore" + +#. zmkYh +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103832\n" +"help.text" +msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives information about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver." +msgstr "Se <emph>attivato</emph>, durante la procedura di risoluzione viene mostrata un'altra finestra di dialogo con informazioni sullo stato corrente, il livello di stagnazione, la soluzione migliore al momento attuale e la possibilità di fermare o riprendere il calcolo." + +#. KH5yg +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"hd_id0603200910392151\n" +"help.text" +msgid "DEPS-specific Options" +msgstr "Opzioni specifiche DEPS" + +#. ZU7FF +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394232\n" +"help.text" +msgid "Agent Switch Rate" +msgstr "Probabilità di cambio agente" + +#. 2zhCp +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394248\n" +"help.text" +msgid "Specifies the probability for an individual to choose the Differential Evolution strategy." +msgstr "Specifica la probabilità che un individuo scelga la strategia DE (Evoluzione Differenziale)." + +#. 2yhKo +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394277\n" +"help.text" +msgid "DE: Crossover Probability" +msgstr "DE: Probabilità di incrocio" + +#. eDjrN +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394280\n" +"help.text" +msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual." +msgstr "... definisce la probabilità che l'individuo sia combinato con il punto migliore trovato su scala globale. Se non si usa l'incrocio, il punto è determinato in base alla memoria dell'individuo." + +#. DfF2d +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394216\n" +"help.text" +msgid "DE: Scaling Factor" +msgstr "DE: Fattore di scala" + +#. ThmU9 +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091039424\n" +"help.text" +msgid "During crossover, the scaling factor decides about the “speed” of movement." +msgstr "Durante l'incrocio, il fattore di scala determina la \"velocità\" di movimento." + +#. pxYLF +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091039421\n" +"help.text" +msgid "PS: Constriction Coefficient" +msgstr "PS: Coefficiente di avvicinamento" + +#. CPpbg +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394225\n" +"help.text" +msgid "… defines the speed at which the particles/individuals move towards each other." +msgstr "... definisce la velocità a cui le particelle/individui viaggiano uno verso l'altro." + +#. dGVYP +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394222\n" +"help.text" +msgid "PS: Cognitive Constant" +msgstr "PS: Costante cognitiva" + +#. HmszE +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394212\n" +"help.text" +msgid "… sets the importance of the own memory (in particular the best reached point so far)." +msgstr "... imposta l'importanza della memoria individuale (in particolare il miglior punto raggiunto finora)." + +#. ktGLv +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394292\n" +"help.text" +msgid "PS: Social Constant" +msgstr "PS: Costante sociale" + +#. CkqZA +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394284\n" +"help.text" +msgid "… sets the importance of the global best point between all particles/individuals." +msgstr "... imposta l'importanza del miglior punto globale tra tutte le particelle/individui." + +#. BAGAU +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091039425\n" +"help.text" +msgid "PS: Mutation Probability" +msgstr "PS: Probabilità di mutazione" + +#. CyJWk +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394272\n" +"help.text" +msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable." +msgstr "... definisce la probabilità che, invece di spostare un componente della particella verso il punto migliore, venga scelto un nuovo valore casuale compreso nell'intervallo valido di quella variabile." + +#. JbhLh +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"hd_id0603200910401383\n" +"help.text" +msgid "SCO-specific Options" +msgstr "Opzioni specifiche SCO" + +#. zCr2J +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910401382\n" +"help.text" +msgid "Size of Library" +msgstr "Dimensione della libreria" + +#. RSA7B +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091040136\n" +"help.text" +msgid "… defines the amount of information to store in the public library. Each individual stores knowledge there and asks for information." +msgstr "... definisce la quantità di informazioni da archiviare nella libreria pubblica, utilizzata da ciascun individuo per memorizzare e recuperare informazioni." + +#. CoicK +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"tit\n" +"help.text" +msgid "Usage" +msgstr "Uso" + +#. B5wxZ +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"bm_id0603200910434044_scalc\n" +"help.text" +msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>" +msgstr "<bookmark_value>Risolutore di problemi non-lineari;Utilizzo</bookmark_value>" + +#. FXuKu +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"hd_id0603200910430882\n" +"help.text" +msgid "Usage" +msgstr "Uso" + +#. 8YjMm +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"par_id0603200910430845\n" +"help.text" +msgid "Regardless whether you use DEPS or SCO, you start by going to <menuitem>Tools - Solver</menuitem> and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>." +msgstr "A prescindere dal fatto che utilizzi DEPS o SCO, inizia da <menuitem>Strumenti - Risolutore</menuitem> e imposta la cella da ottimizzare, la direzione (minimizzazione o massimizzazione) e le celle che devono essere modificate per raggiungere lo scopo. Poi nelle Opzioni specifica quale risolutore utilizzare e, se necessario, sistema i relativi <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parametri</link>." + +#. iuEnw +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"par_id0603200910430821\n" +"help.text" +msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)." +msgstr "C'è anche una lista di vincoli utilizzabili per restringere il possibile intervallo di soluzioni o per penalizzare alcune condizioni. Comunque, nel caso dei risolutori DEPS e SCO, questi vincoli sono usati anche per specificare i limiti relativi alle variabili del problema. Vista la natura casuale degli algoritmi, è <emph>molto consigliato</emph> farlo e fornire limiti superiori (e inferiori, se l'opzione \"Considera le variabili come numeri non negativi\" è disattivata) per tutte le variabili. Non devono essere vicini alla (probabilmente sconosciuta) soluzione, ma devono fornire una vaga indicazione della dimensione attesa (distinguere ad esempio tra 0 ≤ var ≤ 1 o -1000000 ≤ var ≤ 1000000)." + +#. E5pcq +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"par_id0603200910430873\n" +"help.text" +msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only." +msgstr "I limiti sono specificati selezionando una o più variabili (come intervallo) sulla sinistra e inserendo un valore numerico puro (non una cella o una formula) sulla destra. In questo modo si può anche imporre che una variabile sia solo <emph>Intera</emph> o <emph>Binaria</emph>." + +#. 4SEEA +#: help.tree +msgctxt "" +"help.tree\n" +"08\n" +"help_section.text" +msgid "Solver for Nonlinear Problems" +msgstr "Risolutore per problemi non lineari" + +#. 3sHVz +#: help.tree +msgctxt "" +"help.tree\n" +"0816\n" +"node.text" +msgid "Solver for Nonlinear Problems" +msgstr "Risolutore per problemi non lineari" diff --git a/translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po new file mode 100644 index 000000000..9c1b7a7c2 --- /dev/null +++ b/translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po @@ -0,0 +1,35 @@ +#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2013-05-23 23:42+0000\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: Italian <l10n@it.libreoffice.org>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1369352548.000000\n" + +#. BCGG3 +#: description.xml +msgctxt "" +"description.xml\n" +"dispname\n" +"description.text" +msgid "Solver for Nonlinear Programming" +msgstr "Risolutore per programmazione non lineare" + +#. LNCRi +#: description.xml +msgctxt "" +"description.xml\n" +"extdesc\n" +"description.text" +msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n" +msgstr "Questa estensione si integra in Calc e offre nuovi motori di risoluzione da usare per ottimizzare i modelli di programmazione non lineare.\n" diff --git a/translations/source/it/nlpsolver/src/locale.po b/translations/source/it/nlpsolver/src/locale.po new file mode 100644 index 000000000..08c7efe0a --- /dev/null +++ b/translations/source/it/nlpsolver/src/locale.po @@ -0,0 +1,404 @@ +#. extracted from nlpsolver/src/locale +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" +"PO-Revision-Date: 2022-01-04 15:38+0000\n" +"Last-Translator: Valter Mura <valtermura@gmail.com>\n" +"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/nlpsolversrclocale/it/>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: Weblate 4.8.1\n" +"X-POOTLE-MTIME: 1369352548.000000\n" + +#. sv3GB +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.AssumeNonNegative\n" +"property.text" +msgid "Assume Non-Negative Variables" +msgstr "Considera le variabili come numeri non negativi" + +#. 5jEje +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.SwarmSize\n" +"property.text" +msgid "Size of Swarm" +msgstr "Dimensione dello sciame" + +#. eFcSX +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.LibrarySize\n" +"property.text" +msgid "Size of Library" +msgstr "Dimensione della libreria." + +#. FCitz +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.LearningCycles\n" +"property.text" +msgid "Learning Cycles" +msgstr "Cicli di apprendimento" + +#. bfhvu +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.GuessVariableRange\n" +"property.text" +msgid "Variable Bounds Guessing" +msgstr "Stima dei limiti delle variabili" + +#. dnLBE +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.VariableRangeThreshold\n" +"property.text" +msgid "Variable Bounds Threshold (when guessing)" +msgstr "Soglia dei limiti delle variabili (nei tentativi)" + +#. hYnAD +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.UseACRComparator\n" +"property.text" +msgid "Use ACR Comparator (instead of BCH)" +msgstr "Usa metodo di confronto ACR (e non BCH)" + +#. h9GSv +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.UseRandomStartingPoint\n" +"property.text" +msgid "Use Random starting point" +msgstr "Usa punto di partenza casuale" + +#. r8nEN +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.UseStrongerPRNG\n" +"property.text" +msgid "Use a stronger random generator (slower)" +msgstr "Usa un generatore di numeri casuali più sofisticato (più lento)" + +#. PeiB3 +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.StagnationLimit\n" +"property.text" +msgid "Stagnation Limit" +msgstr "Limite di stagnazione" + +#. BFULR +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.Tolerance\n" +"property.text" +msgid "Stagnation Tolerance" +msgstr "Tolleranza di stagnazione" + +#. 8giuj +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.EnhancedSolverStatus\n" +"property.text" +msgid "Show enhanced solver status" +msgstr "Mostra stato esteso del risolutore" + +#. BERoy +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.AgentSwitchRate\n" +"property.text" +msgid "Agent Switch Rate (DE Probability)" +msgstr "Probabilità di cambio agente (DE)" + +#. 7CFHz +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.DEFactorMin\n" +"property.text" +msgid "DE: Min Scaling Factor (0-1.2)" +msgstr "DE: Fattore di scala minimo (0-1,2)" + +#. 3DGzp +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.DEFactorMax\n" +"property.text" +msgid "DE: Max Scaling Factor (0-1.2)" +msgstr "DE: Fattore di scala massimo (0-1,2)" + +#. VF6Xw +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.DECR\n" +"property.text" +msgid "DE: Crossover Probability (0-1)" +msgstr "DE: Probabilità di incrocio (0-1)" + +#. NVxgP +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.PSC1\n" +"property.text" +msgid "PS: Cognitive Constant" +msgstr "PS: Costante cognitiva" + +#. tg2w2 +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.PSC2\n" +"property.text" +msgid "PS: Social Constant" +msgstr "PS: Costante sociale" + +#. fDvQT +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.PSWeight\n" +"property.text" +msgid "PS: Constriction Coefficient" +msgstr "PS: Coefficiente di avvicinamento" + +#. VFqgP +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.PSCL\n" +"property.text" +msgid "PS: Mutation Probability (0-0.005)" +msgstr "PS: Probabilità di mutazione (0-0.005)" + +#. AgTtH +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Dialog.Caption\n" +"property.text" +msgid "Solver Status" +msgstr "Stato del risolutore" + +#. hzAAy +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblSolution\n" +"property.text" +msgid "Current Solution:" +msgstr "Soluzione attuale:" + +#. sB686 +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblIteration\n" +"property.text" +msgid "Iteration:" +msgstr "Iterazione:" + +#. Hthud +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblStagnation\n" +"property.text" +msgid "Stagnation:" +msgstr "Stagnazione:" + +#. Csvxd +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblRuntime\n" +"property.text" +msgid "Runtime:" +msgstr "Tempo di esecuzione:" + +#. hG2kW +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.btnStop\n" +"property.text" +msgid "Stop" +msgstr "Arresta" + +#. QAJcS +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.btnOK\n" +"property.text" +msgid "OK" +msgstr "OK" + +#. XTguH +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.btnContinue\n" +"property.text" +msgid "Continue" +msgstr "Continua" + +#. XhkNb +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Message.StopIteration\n" +"property.text" +msgid "Maximum iterations reached." +msgstr "Raggiunto il numero massimo di iterazioni." + +#. LgEvY +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Message.StopStagnation\n" +"property.text" +msgid "Process stopped due to stagnation." +msgstr "Calcolo fermato per stagnazione." + +#. EeWda +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Message.StopUser\n" +"property.text" +msgid "Process stopped due to user interruption." +msgstr "Calcolo fermato su richiesta dell'utente." + +#. 9fQ2d +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Message.CurrentIteration\n" +"property.text" +msgid "Process stopped at iteration %d of %d." +msgstr "Calcolo fermato all'iterazione %d di %d." + +#. Kemtr +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Nanoseconds\n" +"property.text" +msgid "Nanoseconds" +msgstr "Nanosecondi" + +#. cUtXC +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Microseconds\n" +"property.text" +msgid "Microseconds" +msgstr "Microsecondi" + +#. B9Wui +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Milliseconds\n" +"property.text" +msgid "Milliseconds" +msgstr "Millisecondi" + +#. TzBHP +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Second\n" +"property.text" +msgid "Second" +msgstr "Secondo" + +#. AoHMv +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Seconds\n" +"property.text" +msgid "Seconds" +msgstr "Secondi" + +#. EBDm2 +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Minute\n" +"property.text" +msgid "Minute" +msgstr "Minuto" + +#. QWZYX +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Minutes\n" +"property.text" +msgid "Minutes" +msgstr "Minuti" + +#. sC73y +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Hour\n" +"property.text" +msgid "Hour" +msgstr "Ora" + +#. AgYqD +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Hours\n" +"property.text" +msgid "Hours" +msgstr "Ore" + +#. HURQy +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Day\n" +"property.text" +msgid "Day" +msgstr "Giorno" + +#. WBzAK +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Days\n" +"property.text" +msgid "Days" +msgstr "Giorni" |