App-Greple-xlate
view release on metacpan or search on metacpan
i18n/src/xlate.pod.xlate-deepl-RO.json view on Meta::CPAN
"In this command, pattern string C<^([\\w\\pP].*\\n)+> means consecutive lines starting with alpha-numeric and punctuation letter. This command show the area to be translated highlighted. Option B<--all> is used to produce entire text.\n",
"Ãn aceastÄ comandÄ, Èirul de modele C<^([\\w\\pP].*\\n)+> înseamnÄ linii consecutive care încep cu litere alfanumerice Èi de punctuaÈie. AceastÄ comandÄ afiÈeazÄ evidenÈiatÄ zona care urmeazÄ sÄ fie tradusÄ. OpÈiunea B<--all...
],
[
"Then add C<--xlate> option to translate the selected area. Then, it will find the desired sections and replace them by the translation engine's output.\n",
"Apoi adÄugaÈi opÈiunea C<--xlate> pentru a traduce zona selectatÄ. Astfel, se vor identifica secÈiunile dorite Èi se vor înlocui cu rezultatul generat de motorul de traducere.\n"
],
[
"By default, original and translated text is printed in the \"conflict marker\" format compatible with L<git(1)>. Using C<ifdef> format, you can get desired part by L<unifdef(1)> command easily. Output format can be specified by B<--xlate-forma...
"Ãn mod implicit, textul original Èi cel tradus sunt tipÄrite în formatul \"conflict marker\" compatibil cu L<git(1)>. Utilizând formatul C<ifdef>, puteÈi obÈine cu uÈurinÈÄ partea doritÄ prin comanda L<unifdef(1)>. Formatul de ieÈi...
],
[
"If you want to translate entire text, use B<--match-all> option. This is a short-cut to specify the pattern C<(?s).+> which matches entire text.\n",
"DacÄ doriÈi sÄ traduceÈi întregul text, utilizaÈi opÈiunea B<--match-all>. Aceasta este o scurtÄturÄ pentru a specifica modelul C<(?s).+> care se potriveÈte cu întregul text.\n"
],
[
"Conflict marker format data can be viewed in side-by-side style by L<sdif|App::sdif> command with C<-V> option. Since it makes no sense to compare on a per-string basis, the C<--no-cdif> option is recommended. If you do not need to color the t...
"Datele din formatul markerului de conflict pot fi vizualizate în stil paralel prin comanda L<sdif|App::sdif> cu opÈiunea C<-V>. Deoarece nu are sens sÄ comparaÈi fiecare Èir de caractere, este recomandatÄ opÈiunea C<--no-cdif>. DacÄ nu...
],
[
"Processing is done in specified units, but in the case of a sequence of multiple lines of non-empty text, they are converted together into a single line. This operation is performed as follows:\n",
"Prelucrarea se face în unitÄÈi specificate, dar în cazul unei secvenÈe de linii multiple de text nevid, acestea sunt convertite împreunÄ Ã®ntr-o singurÄ linie. AceastÄ operaÈiune se efectueazÄ dupÄ cum urmeazÄ:\n"
],
[
"Remove white space at the beginning and end of each line.\n",
"Se eliminÄ spaÈiul alb de la începutul Èi sfârÈitul fiecÄrei linii.\n"
],
[
"If a line ends with a full-width punctuation character, concatenate with next line.\n",
"DacÄ o linie se terminÄ cu un caracter de punctuaÈie de lÄÈime maximÄ, concatenarea se face cu linia urmÄtoare.\n"
],
[
"If a line ends with a full-width character and the next line begins with a full-width character, concatenate the lines.\n",
"DacÄ o linie se terminÄ cu un caracter de lÄÈime întreagÄ Èi urmÄtoarea linie începe cu un caracter de lÄÈime întreagÄ, se concateneazÄ liniile.\n"
],
[
"If either the end or the beginning of a line is not a full-width character, concatenate them by inserting a space character.\n",
"DacÄ sfârÈitul sau începutul unei linii nu este un caracter de lÄÈime maximÄ, concatenaÈi-le prin inserarea unui caracter de spaÈiu.\n"
],
[
"Cache data is managed based on the normalized text, so even if modifications are made that do not affect the normalization results, the cached translation data will still be effective.\n",
"Datele din cache sunt gestionate pe baza textului normalizat, astfel încât, chiar dacÄ sunt efectuate modificÄri care nu afecteazÄ rezultatele normalizÄrii, datele de traducere din cache vor fi în continuare eficiente.\n"
],
[
"This normalization process is performed only for the first (0th) and even-numbered pattern. Thus, if two patterns are specified as follows, the text matching the first pattern will be processed after normalization, and no normalization process...
"Acest proces de normalizare se efectueazÄ numai pentru primul model (al 0-lea) Èi pentru cel cu numÄr par. Astfel, dacÄ sunt specificate douÄ modele dupÄ cum urmeazÄ, textul care corespunde primului model va fi prelucrat dupÄ normaliza...
],
[
"Therefore, use the first pattern for text that is to be processed by combining multiple lines into a single line, and use the second pattern for pre-formatted text. If there is no text to match in the first pattern, use a pattern that does not...
"Prin urmare, utilizaÈi primul model pentru textul care urmeazÄ sÄ fie prelucrat prin combinarea mai multor linii într-o singurÄ linie Èi utilizaÈi al doilea model pentru textul preformattat. DacÄ nu existÄ niciun text care sÄ se potr...
],
[
"Occasionally, there are parts of text that you do not want translated. For example, tags in markdown files. DeepL suggests that in such cases, the part of the text to be excluded be converted to XML tags, translated, and then restored after th...
"Ocazional, existÄ pÄrÈi de text pe care nu le doriÈi traduse. De exemplu, etichetele din fiÈierele markdown. DeepL sugereazÄ ca, în astfel de cazuri, partea de text care trebuie exclusÄ sÄ fie convertitÄ Ã®n etichete XML, tradusÄ È...
],
[
"This will interpret each line of the file C<MASKPATTERN> as a regular expression, translate strings matching it, and revert after processing. Lines beginning with C<#> are ignored.\n",
"Acest lucru va interpreta fiecare linie a fiÈierului C<MASKPATTERN> ca o expresie regulatÄ, va traduce Èirurile care se potrivesc Èi va reveni la starea iniÈialÄ dupÄ procesare. Liniile care încep cu C<#> sunt ignorate.\n"
],
[
"Complex pattern can be written on multiple lines with backslash escaped newline.\n",
"Modelele complexe pot fi scrise pe mai multe linii, cu caracterul de linie nouÄ precedat de o barÄ oblicÄ inversÄ.\n"
],
[
"How the text is transformed by masking can be seen by B<--xlate-mask> option.\n",
"Modul în care textul este transformat prin mascare poate fi vÄzut prin opÈiunea B<--xlate-mask>.\n"
],
[
"Mask placeholders are well-formed self-closing XML tags such as C<< <m id=\"1\" /> >>. JSON-based LLM engines receive the tags in their input arrays. For DeepL, a request containing marker tags is escaped and enclosed in a temporary C<< <xlate...
"Marcatorii de substituÈie sunt etichete XML auto-închise, bine formate, precum C<< <m id=\"1\" /> >>. Motoarele LLM bazate pe JSON primesc etichetele în matricile lor de intrare. Pentru DeepL, o cerere care conÈine etichete de marcator est...
],
[
"Masking protects markup from being translated. To conceal sensitive strings from the translation service itself, see L</ANONYMIZATION AND TEMPLATES>; both can be used together.\n",
"Mascarea protejeazÄ marcajul împotriva traducerii. Pentru a ascunde Èirurile sensibile chiar de serviciul de traducere, consultaÈi L</ANONYMIZATION AND TEMPLATES>; ambele opÈiuni pot fi utilizate împreunÄ.\n"
],
[
"This interface is experimental and subject to change in the future.\n",
"AceastÄ interfaÈÄ este experimentalÄ Èi poate fi modificatÄ Ã®n viitor.\n"
],
[
"Sensitive strings can be concealed before they are sent to the translation API and restored in the output. Three sources of anonymization rules are available: a dictionary file (B<--xlate-anonymize>), inline marks in the document itself (B<--x...
"Èirurile sensibile pot fi ascunse înainte de a fi trimise cÄtre API-ul de traducere Èi restabilite în ieÈire. Sunt disponibile trei surse de reguli de anonimizare: un fiÈier dicÈionar (B<--xlate-anonymize>), marcaje încorporate în do...
],
[
"For form documents (quarterly reports and the like), define the actors up front and reference them in the body:\n",
"Pentru documentele de tip formular (rapoarte trimestriale Èi altele asemenea), definiÈi actorii de la început Èi faceÈi referire la ei în corpul textului:\n"
],
[
"Translate the template once per language with C<--xlate-template> (and C<--xlate-frontmatter> when the values are kept in the file), then render each case with B<pandoc-embedz> standalone mode -- values under C<global:> in an external config n...
"TraduceÈi Èablonul o singurÄ datÄ pentru fiecare limbÄ cu C<--xlate-template> (Èi C<--xlate-frontmatter> când valorile sunt pÄstrate în fiÈier), apoi generaÈi fiecare caz cu B<pandoc-embedz> în modul autonom â valorile de sub C<g...
],
[
"For inline marks, providing a macro definition config makes the same translated template render either the real names or a redacted version:\n",
"Pentru marcajele încorporate, furnizarea unei configuraÈii de definiÈie a macro-ului face ca acelaÈi Èablon tradus sÄ afiÈeze fie numele reale, fie o versiune redactatÄ:\n"
],
[
"Exclude embedz blocks from translation when a document contains them:\n",
"ExcludeÈi blocurile embedz din traducere atunci când un document le conÈine:\n"
],
[
"Invoke the translation process for each matched area.\n",
"InvocaÈi procesul de traducere pentru fiecare zonÄ corespunzÄtoare.\n"
],
[
"Without this option, B<greple> behaves as a normal search command. So you can check which part of the file will be subject of the translation before invoking actual work.\n",
"FÄrÄ aceastÄ opÈiune, B<greple> se comportÄ ca o comandÄ de cÄutare normalÄ. Astfel, puteÈi verifica ce parte a fiÈierului va face obiectul traducerii înainte de a invoca lucrul efectiv.\n"
],
[
"Command result goes to standard out, so redirect to file if necessary, or consider to use L<App::Greple::update> module.\n",
"Rezultatul comenzii merge la ieÈire standard, deci redirecÈionaÈi-l cÄtre fiÈier dacÄ este necesar sau luaÈi în considerare utilizarea modulului L<App::Greple::update>.\n"
],
[
"Option B<--xlate> calls B<--xlate-color> option with B<--color=never> option.\n",
"OpÈiunea B<--xlate> apeleazÄ opÈiunea B<--xlate-color> cu opÈiunea B<--color=never>.\n"
],
[
"With B<--xlate-fold> option, converted text is folded by the specified width. Default width is 70 and can be set by B<--xlate-fold-width> option. Four columns are reserved for run-in operation, so each line could hold 74 characters at most.\n"...
"Cu opÈiunea B<--xlate-fold>, textul convertit este pliat cu lÄÈimea specificatÄ. LÄÈimea implicitÄ este 70 Èi poate fi stabilitÄ prin opÈiunea B<--xlate-fold-width>. Patru coloane sunt rezervate pentru operaÈiunea de rulare, astfel ...
],
[
"Specifies the translation engine to be used.\n",
"SpecificÄ motorul de traducere care urmeazÄ sÄ fie utilizat.\n"
],
[
"At this time, the following engines are available\n",
"Ãn acest moment, sunt disponibile urmÄtoarele motoare\n"
],
[
"Engine modules are searched in backend namespaces first (C<llm>, then C<gpty>), then directly under C<App::Greple::xlate>. So C<gpt5> loads C<App::Greple::xlate::llm::gpt5> which calls the C<llm> command, while C<gpt4o> falls back to C<App::Gr...
( run in 0.598 second using v1.01-cache-2.11-cpan-ff9377addf4 )