App-Greple-xlate
view release on metacpan or search on metacpan
i18n/src/xlate.pod.xlate-gpt4-NL.json view on Meta::CPAN
"In dit commando betekent de patroonstring C<^([\\w\\pP].*\\n)+> opeenvolgende regels die beginnen met een alfanumeriek teken of leesteken. Dit commando toont het te vertalen gebied gemarkeerd. Optie B<--all> wordt gebruikt om de volledige teks...
],
[
"Then add C<--xlate> option to translate the selected area. Then, it will find the desired sections and replace them by the B<deepl> command output.\n",
"Voeg vervolgens de C<--xlate> optie toe om het geselecteerde gebied te vertalen. Dan worden de gewenste secties gevonden en vervangen door de uitvoer van het B<deepl> commando.\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...
"Standaard worden originele en vertaalde tekst afgedrukt in het \"conflict marker\" formaat dat compatibel is met L<git(1)>. Met het C<ifdef> formaat kun je het gewenste deel eenvoudig verkrijgen met het L<unifdef(1)> commando. Het uitvoerforma...
],
[
"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",
"Als je de volledige tekst wilt vertalen, gebruik dan de B<--match-all> optie. Dit is een snelkoppeling om het patroon C<(?s).+> te specificeren dat overeenkomt met de volledige tekst.\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...
"Conflictmarkeringformaatgegevens kunnen in zij-aan-zij stijl worden bekeken met het L<sdif|App::sdif> commando met de C<-V> optie. Aangezien het geen zin heeft om per tekenreeks te vergelijken, wordt de C<--no-cdif> optie aanbevolen. Als u de ...
],
[
"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",
"De verwerking gebeurt in opgegeven eenheden, maar in het geval van een reeks van meerdere regels niet-lege tekst, worden deze samen omgezet in één regel. Deze bewerking wordt als volgt uitgevoerd:\n"
],
[
"Remove white space at the beginning and end of each line.\n",
"Verwijder witruimte aan het begin en einde van elke regel.\n"
],
[
"If a line ends with a full-width punctuation character, concatenate with next line.\n",
"Als een regel eindigt met een volbreedte leesteken, voeg samen met de volgende regel.\n"
],
[
"If a line ends with a full-width character and the next line begins with a full-width character, concatenate the lines.\n",
"Als een regel eindigt met een volbreedte teken en de volgende regel begint met een volbreedte teken, voeg de regels samen.\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",
"Als het einde of het begin van een regel geen volbreedte teken is, voeg ze dan samen door een spatie toe te voegen.\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",
"Cachegegevens worden beheerd op basis van de genormaliseerde tekst, dus zelfs als er wijzigingen worden aangebracht die geen invloed hebben op het normalisatieresultaat, blijft de vertaalde cachegegevens effectief.\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...
"Dit normalisatieproces wordt alleen uitgevoerd voor het eerste (0e) en even genummerde patroon. Dus als twee patronen als volgt worden opgegeven, wordt de tekst die overeenkomt met het eerste patroon verwerkt na normalisatie, en wordt er geen ...
],
[
"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...
"Gebruik daarom het eerste patroon voor tekst die moet worden verwerkt door meerdere regels samen te voegen tot één regel, en gebruik het tweede patroon voor vooraf opgemaakte tekst. Als er geen tekst is die overeenkomt met het eerste patroon...
],
[
"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...
"Af en toe zijn er delen van tekst die je niet wilt vertalen. Bijvoorbeeld, tags in markdown-bestanden. DeepL stelt voor om in zulke gevallen het te vertalen deel om te zetten naar XML-tags, te vertalen, en daarna na de vertaling te herstellen....
],
[
"This will interpret each line of the file `MASKPATTERN` as a regular expression, translate strings matching it, and revert after processing. Lines beginning with C<#> are ignored.\n",
"Dit zal elke regel van het bestand `MASKPATTERN` interpreteren als een reguliere expressie, strings die hiermee overeenkomen vertalen, en na verwerking terugzetten. Regels die beginnen met C<#> worden genegeerd.\n"
],
[
"Complex pattern can be written on multiple lines with backslash escpaed newline.\n",
"Complexe patronen kunnen over meerdere regels worden geschreven met een backslash-escaped nieuwe regel.\n"
],
[
"How the text is transformed by masking can be seen by B<--xlate-mask> option.\n",
"Hoe de tekst wordt getransformeerd door maskering kan worden bekeken met de B<--xlate-mask> optie.\n"
],
[
"This interface is experimental and subject to change in the future.\n",
"Deze interface is experimenteel en kan in de toekomst veranderen.\n"
],
[
"Invoke the translation process for each matched area.\n",
"Start het vertaalproces voor elk overeenkomend gebied.\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",
"Zonder deze optie gedraagt B<greple> zich als een normale zoekopdracht. Zo kun je controleren welk deel van het bestand onderwerp van vertaling zal zijn voordat je het daadwerkelijke werk uitvoert.\n"
],
[
"Command result goes to standard out, so redirect to file if necessary, or consider to use L<App::Greple::update> module.\n",
"Het resultaat van het commando gaat naar standaarduitvoer, dus omleiden naar een bestand indien nodig, of overweeg het gebruik van de L<App::Greple::update> module.\n"
],
[
"Option B<--xlate> calls B<--xlate-color> option with B<--color=never> option.\n",
"Optie B<--xlate> roept de B<--xlate-color> optie aan met de B<--color=never> optie.\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"...
"Met de B<--xlate-fold> optie wordt de geconverteerde tekst opgevouwen tot de opgegeven breedte. De standaardbreedte is 70 en kan worden ingesteld met de B<--xlate-fold-width> optie. Vier kolommen zijn gereserveerd voor run-in-operatie, dus elk...
],
[
"Specifies the translation engine to be used. If you specify the engine module directly, such as C<-Mxlate::deepl>, you do not need to use this option.\n",
"Specificeert de te gebruiken vertaalmachine. Als je het engine-module direct specificeert, zoals C<-Mxlate::deepl>, hoef je deze optie niet te gebruiken.\n"
],
[
"At this time, the following engines are available\n",
"Op dit moment zijn de volgende engines beschikbaar\n"
],
[
"B<gpt-4o>'s interface is unstable and cannot be guaranteed to work correctly at the moment.\n",
"B<gpt-4o>'s interface is instabiel en kan momenteel niet gegarandeerd correct werken.\n"
],
[
"Instead of calling translation engine, you are expected to work for. After preparing text to be translated, they are copied to the clipboard. You are expected to paste them to the form, copy the result to the clipboard, and hit return.\n",
"In plaats van de vertaalmachine aan te roepen, wordt van je verwacht dat je het werk uitvoert. Nadat de te vertalen tekst is voorbereid, worden ze naar het klembord gekopieerd. Je wordt geacht ze in het formulier te plakken, het resultaat naar...
],
[
"Specify the target language. You can get available languages by C<deepl languages> command when using B<DeepL> engine.\n",
"Specificeer de doeltaal. Je kunt beschikbare talen opvragen met het C<deepl languages> commando wanneer je de B<DeepL> engine gebruikt.\n"
],
[
"Specify the output format for original and translated text.\n",
"Specificeer het uitvoerformaat voor originele en vertaalde tekst.\n"
],
[
"The following formats other than C<xtxt> assume that the part to be translated is a collection of lines. In fact, it is possible to translate only a portion of a line, but specifying a format other than C<xtxt> will not produce meaningful resu...
"De volgende formaten anders dan C<xtxt> gaan ervan uit dat het te vertalen deel een verzameling regels is. In feite is het mogelijk om slechts een deel van een regel te vertalen, maar het specificeren van een ander formaat dan C<xtxt> zal geen...
],
[
"Original and converted text are printed in L<git(1)> conflict marker format.\n",
"Originele en geconverteerde tekst worden afgedrukt in L<git(1)> conflictmarkeringsformaat.\n"
( run in 4.068 seconds using v1.01-cache-2.11-cpan-800906f7e73 )