diff options
Diffstat (limited to 'translations/source/ro/nlpsolver')
3 files changed, 838 insertions, 0 deletions
diff --git a/translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po new file mode 100644 index 000000000..3b09d0c43 --- /dev/null +++ b/translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po @@ -0,0 +1,409 @@ +#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2016-11-09 14:10+0100\n" +"PO-Revision-Date: 2017-01-03 14:34+0000\n" +"Last-Translator: Ákos Nagy <nagy.akos@libreoffice.ro>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: Pootle 2.8\n" +"X-POOTLE-MTIME: 1483454051.000000\n" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"tit\n" +"help.text" +msgid "Options" +msgstr "Opțiuni" + +#: 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>Rezolvator pentru probleme non lineare;Opțiuni</bookmark_value>" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"hd_id0503200917103593\n" +"help.text" +msgid "General Options" +msgstr "Opțiuni generale" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103780\n" +"help.text" +msgid "Size of Swarm" +msgstr "Mărime populației" + +#: 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 "… definește numărul persoanelor din procesul de învățare. Fiecare individ își caută propria soluție și contribuie la cunoștințele comune." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103771\n" +"help.text" +msgid "Learning Cycles" +msgstr "Cicluri de învățare" + +#: 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 "… radă numărul iterațiilor, algoritmul de atâtea ori rulează. În fiecare iterație, fiecare individ dă o estimare pe cea mai bună soluție găsită, și împarte această valoare." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103732\n" +"help.text" +msgid "Variable Bounds Guessing" +msgstr "Ghicirea limitele variabilei" + +#: 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 "Dacă e activat (implicit), atunci algoritmul încearcă să ghicească limitele variabilei după valoarea de pornire." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103794\n" +"help.text" +msgid "Variable Bounds Threshold" +msgstr "Limita limitelor variabilei" + +#: 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 "La ghicirea limitei variabilei acest prag definește, ca valorile de început cât de mult vor fi deplasate pentru construirea marginilor. Pentru un exemplu, cum se calculează aceste valori, vedeți manualul de pe Wiki." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103740\n" +"help.text" +msgid "Use ACR Comparator" +msgstr "Utilizarea comparatorului ACR" + +#: 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 "Dacă este <emph>inactiv</emph> (implicit), atunci comparatorul BCH este utilizat. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution." + +#: 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 "Dacă este <emph>activat</emph>, comparatorul ACR este utilizat. Acesta compară două indivizi în funcție de iterația actuală, și corectitudinea lor este verificată în funcție de cele mai proaste rezultate din biblioteci (luând în considerare violarea constrângerilor din acestea)." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103792\n" +"help.text" +msgid "Use Random Starting Point" +msgstr "Utilizarea unui punct aleator de pornire" + +#: 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 "Dacă este <emph>activat</emph>, biblioteca va fi încărcată cu puncte alese aleator." + +#: 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 "Dacă este <emph>dezactivat</emph>, valoarea curentă prezentă (dată de utilizator) va fi inserat în bibliotecă ca punct de referință." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0504200917103794\n" +"help.text" +msgid "Stagnation Limit" +msgstr "Limită de stagnare" + +#: 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 "Dacă acest număr de indivizi a ajuns la un rezultate apropiat, iterația va fi oprită și cea mai bună valoare din aceste va fi ales ca valoare optimă." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103762\n" +"help.text" +msgid "Stagnation Tolerance" +msgstr "Toleranța de stagnare" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103834\n" +"help.text" +msgid "Defines in what range solutions are considered “similar”." +msgstr "Definește ca soluțiile în ce interval sunt considerate „similare”." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0503200917103891\n" +"help.text" +msgid "Show Enhanced Solver Status" +msgstr "Afișează starea avansată a rezolvatorului" + +#: 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 "Dacă este <emph>activat</emph>, atunci apare o nouă fereastră în timpul rezolvări, care oferă informații despre stare, nivelul de stagnare, soluția actuală, și oferă posibilitatea de a opri sau reporni rezolvatorul." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"hd_id0603200910392151\n" +"help.text" +msgid "DEPS-specific Options" +msgstr "Opțiuni specifice DEPS" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394232\n" +"help.text" +msgid "Agent Switch Rate" +msgstr "Rata de schimbare a agentului" + +#: 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 "Specifică probabilitatea, ca un individ să aleagă strategia evoluției diferențiale." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394277\n" +"help.text" +msgid "DE: Crossover Probability" +msgstr "DE: Probabilitatea intersectări" + +#: 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 "… definește probabilitatea combinări unui individ cu cel mai bun punct global. Fără utilizarea intersectări punctul va fi creat din memoria proprie a individului." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394216\n" +"help.text" +msgid "DE: Scaling Factor" +msgstr "DE: Factor de scalare" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091039424\n" +"help.text" +msgid "During crossover, the scaling factor decides about the “speed” of movement." +msgstr "În cazul intersectări, factorul scalar decide despre „viteza” mișcări." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091039421\n" +"help.text" +msgid "PS: Constriction Coefficient" +msgstr "PS: Coeficientul de constrângere" + +#: 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 "… definește viteza cu care particulele/indivizi mișcă unul spre celălalt." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394222\n" +"help.text" +msgid "PS: Cognitive Constant" +msgstr "PS: Constantul cognitiv" + +#: 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 "… setează importanța memorie proprii (mai exact cel mai bun punct găsit până la momentul actual)." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910394292\n" +"help.text" +msgid "PS: Social Constant" +msgstr "PS: Constantul social" + +#: 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 "… setează importanța celui mai bun punct între toate particule/indivizi." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id060320091039425\n" +"help.text" +msgid "PS: Mutation Probability" +msgstr "PS: Probabilitatea mutări" + +#: 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 "… definește probabilitatea, ca mișcarea unei părți dintr-o particulă în loc de mișcarea spre cel mai bun punct să aleagă o valoare aleatoare din intervalul valabil pentru variabilă." + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"hd_id0603200910401383\n" +"help.text" +msgid "SCO-specific Options" +msgstr "Opțiuni specifice SCO" + +#: Options.xhp +msgctxt "" +"Options.xhp\n" +"par_id0603200910401382\n" +"help.text" +msgid "Size of Library" +msgstr "Mărimea bibliotecii" + +#: 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 "… definește cantitatea informației stocată în directoare publice. Fiecare individ acolo stochează cunoștințele și de acolo cere informații noi." + +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"tit\n" +"help.text" +msgid "Usage" +msgstr "Mod de utilizare" + +#: 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>Rezolvator pentru probleme non lineare;Opțiuni</bookmark_value>" + +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"hd_id0603200910430882\n" +"help.text" +msgid "Usage" +msgstr "Mod de utilizare" + +#: Usage.xhp +msgctxt "" +"Usage.xhp\n" +"par_id0603200910430845\n" +"help.text" +msgid "Regardless whether you use DEPS or SCO, you start by going to Tools - Solver 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 "Indiferent că utilizați DEPS sau SCO, din meniul Utilitare - Rezolvator trebuie pornit, și trebuie aleasă celula de optimizat, direcția de pornire (minimalizare, maximalizare), și celula care trebuie modificată la obținerea rezultatului. După acesta la Opțiuni puteți selecta rezolvatorul preferat, și în caz de nevoie se poate modifica <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parametri</link> necesari." + +#: 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 "Cu lista de restrângeri se poate restrânge intervalul rezolvărilor posibile, sau unele stadii se pot penaliza. Cu toate că în cazul rezolvatorilor DEPS sau SCO, aceste restrângeri sunt folosite la setarea variabilelor problemei. Din natura aleatoare a algoritmilor este <emph>foarte recomandat</emph> să setați limita maximă și (dacă „Presupunerea variabilelor pozitive” este inactiv) setarea limitei minime la fiecare variabilă. Acestea nu trebuie să fie în apropierea rezultatului final (probabil necunoscut), dar aproximativ trebuie să semneze limitele rezultatului (0 ≤ variabilă ≤ 1 sau -1000000 ≤ variabilă ≤ 1000000)." + +#: 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 "Pentru specificarea limitelor alegeți măcar o variabilă (ca interval) pe partea stângă și introduceți o valoarea numerică (nu celulă sau formulă) pe partea dreaptă. Așa puteți seta ca variabilele pot fi numai <emph>Întregi</emph> sau <emph>Binari</emph>." + +#: help.tree +msgctxt "" +"help.tree\n" +"08\n" +"help_section.text" +msgid "Solver for Nonlinear Problems" +msgstr "Rezolvator pentru probleme neliniare" + +#: help.tree +msgctxt "" +"help.tree\n" +"0816\n" +"node.text" +msgid "Solver for Nonlinear Problems" +msgstr "Rezolvator pentru probleme neliniare" diff --git a/translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po new file mode 100644 index 000000000..ea70dbcee --- /dev/null +++ b/translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po @@ -0,0 +1,33 @@ +#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2013-05-23 12:06+0200\n" +"PO-Revision-Date: 2012-11-13 12:09+0000\n" +"Last-Translator: Ákos <nagy.akos@libreoffice.ro>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n" +"X-Generator: LibreOffice\n" +"X-Accelerator-Marker: ~\n" +"X-POOTLE-MTIME: 1352808593.0\n" + +#: description.xml +msgctxt "" +"description.xml\n" +"dispname\n" +"description.text" +msgid "Solver for Nonlinear Programming" +msgstr "Solver pentru programare non-liniară" + +#: 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 "Această extensie se integrează în Calc și oferă algoritmi pentru optimizarea modelelor de programare nonlineare.\n" diff --git a/translations/source/ro/nlpsolver/src/locale.po b/translations/source/ro/nlpsolver/src/locale.po new file mode 100644 index 000000000..07da2a7f0 --- /dev/null +++ b/translations/source/ro/nlpsolver/src/locale.po @@ -0,0 +1,396 @@ +#. extracted from nlpsolver/src/locale +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE 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-08-21 21:37+0200\n" +"PO-Revision-Date: 2013-05-24 00:34+0000\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1369355651.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 "Presupunerea unor variabile non negative" + +#. 5jEje +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.SwarmSize\n" +"property.text" +msgid "Size of Swarm" +msgstr "Mărime populației" + +#. eFcSX +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.LibrarySize\n" +"property.text" +msgid "Size of Library" +msgstr "Mărimea bibliotecii" + +#. FCitz +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.LearningCycles\n" +"property.text" +msgid "Learning Cycles" +msgstr "Ciclurile de învâțare" + +#. bfhvu +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.GuessVariableRange\n" +"property.text" +msgid "Variable Bounds Guessing" +msgstr "Ghicirea limitele variabilei" + +#. dnLBE +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.VariableRangeThreshold\n" +"property.text" +msgid "Variable Bounds Threshold (when guessing)" +msgstr "Limita pragului variabilei (la ghicire)" + +#. 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 "Utilizează comparator ACR (în loc de BCH)" + +#. h9GSv +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.UseRandomStartingPoint\n" +"property.text" +msgid "Use Random starting point" +msgstr "Utilizare punct de început aleator" + +#. PeiB3 +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.StagnationLimit\n" +"property.text" +msgid "Stagnation Limit" +msgstr "Limita de stagnare" + +#. BFULR +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.Tolerance\n" +"property.text" +msgid "Stagnation Tolerance" +msgstr "Toleranța de stagnare" + +#. 8giuj +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.EnhancedSolverStatus\n" +"property.text" +msgid "Show enhanced solver status" +msgstr "Arată starea detaliată a rezolvatorului" + +#. BERoy +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.AgentSwitchRate\n" +"property.text" +msgid "Agent Switch Rate (DE Probability)" +msgstr "Rata de schimba a agentului (probabilitate 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 "" + +#. 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 "" + +#. 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: Probabilitatea intersectării (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: Cognitiv constant" + +#. tg2w2 +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.PSC2\n" +"property.text" +msgid "PS: Social Constant" +msgstr "PS: Constant social" + +#. fDvQT +#: NLPSolverCommon_en_US.properties +msgctxt "" +"NLPSolverCommon_en_US.properties\n" +"NLPSolverCommon.Properties.PSWeight\n" +"property.text" +msgid "PS: Constriction Coefficient" +msgstr "PS: Coeficient constrângere" + +#. 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: Probabilitatea mutări (0-0.005)" + +#. AgTtH +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Dialog.Caption\n" +"property.text" +msgid "Solver Status" +msgstr "Starea Rezolvatorului" + +#. hzAAy +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblSolution\n" +"property.text" +msgid "Current Solution:" +msgstr "Soluția curentă:" + +#. sB686 +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblIteration\n" +"property.text" +msgid "Iteration:" +msgstr "Iterație:" + +#. Hthud +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblStagnation\n" +"property.text" +msgid "Stagnation:" +msgstr "Stagnare:" + +#. Csvxd +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.lblRuntime\n" +"property.text" +msgid "Runtime:" +msgstr "Timp rulare:" + +#. hG2kW +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Controls.btnStop\n" +"property.text" +msgid "Stop" +msgstr "Oprește" + +#. 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 "Continuă" + +#. XhkNb +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Message.StopIteration\n" +"property.text" +msgid "Maximum iterations reached." +msgstr "A ajuns la numărul maxim de iterare." + +#. LgEvY +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Message.StopStagnation\n" +"property.text" +msgid "Process stopped due to stagnation." +msgstr "Procesul a fost oprit fiindcă stagna." + +#. 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 "Procesul a fost oprit fiindcă a fost întrerupt de utilizator." + +#. 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 "Procesul a fost oprit la iterația %d din %d." + +#. Kemtr +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Nanoseconds\n" +"property.text" +msgid "Nanoseconds" +msgstr "nanosecunde" + +#. cUtXC +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Microseconds\n" +"property.text" +msgid "Microseconds" +msgstr "milisecunde" + +#. B9Wui +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Milliseconds\n" +"property.text" +msgid "Milliseconds" +msgstr "Milisecunde" + +#. TzBHP +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Second\n" +"property.text" +msgid "Second" +msgstr "a doua" + +#. AoHMv +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Seconds\n" +"property.text" +msgid "Seconds" +msgstr "Secunde" + +#. EBDm2 +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Minute\n" +"property.text" +msgid "Minute" +msgstr "Minutul" + +#. QWZYX +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Minutes\n" +"property.text" +msgid "Minutes" +msgstr "minute" + +#. 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 "Ziua" + +#. WBzAK +#: NLPSolverStatusDialog_en_US.properties +msgctxt "" +"NLPSolverStatusDialog_en_US.properties\n" +"NLPSolverStatusDialog.Time.Days\n" +"property.text" +msgid "Days" +msgstr "Zile" + |