App-Greple-xlate
view release on metacpan or search on metacpan
i18n/src/xlate.pod.xlate-deepl-TR.json view on Meta::CPAN
"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...
"Varsayılan olarak, orijinal ve çevrilmiÅ metin L<git(1)> ile uyumlu \"conflict marker\" biçiminde yazdırılır. C<ifdef> formatını kullanarak, L<unifdef(1)> komutu ile istediÄiniz kısmı kolayca alabilirsiniz. Ãıktı biçimi B<--xla...
],
[
"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",
"EÄer metnin tamamını çevirmek istiyorsanız, B<--match-all> seçeneÄini kullanın. Bu, metnin tamamıyla eÅleÅen C<(?s).+> kalıbını belirtmek için kısa yoldur.\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...
"ÃakıÅma iÅaretleyici biçimi verileri L<sdif|App::sdif> komutu ve C<-V> seçeneÄi ile yan yana görüntülenebilir. Dize bazında karÅılaÅtırma yapmanın bir anlamı olmadıÄından, C<--no-cdif> seçeneÄi önerilir. Metni renklendir...
],
[
"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",
"İÅlem belirtilen birimler halinde yapılır, ancak birden fazla boÅ olmayan metin satırı dizisi olması durumunda, bunlar birlikte tek bir satıra dönüÅtürülür. Bu iÅlem aÅaÄıdaki gibi gerçekleÅtirilir:\n"
],
[
"Remove white space at the beginning and end of each line.\n",
"Her satırın baÅındaki ve sonundaki beyaz boÅluÄu kaldırın.\n"
],
[
"If a line ends with a full-width punctuation character, concatenate with next line.\n",
"Bir satır tam geniÅlikte bir noktalama karakteriyle bitiyorsa, sonraki satırla birleÅtirin.\n"
],
[
"If a line ends with a full-width character and the next line begins with a full-width character, concatenate the lines.\n",
"Bir satır tam geniÅlikte bir karakterle bitiyorsa ve bir sonraki satır tam geniÅlikte bir karakterle baÅlıyorsa, satırları birleÅtirin.\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",
"Bir satırın sonu veya baÅı tam geniÅlikte bir karakter deÄilse, boÅluk karakteri ekleyerek birleÅtirin.\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",
"Ãnbellek verileri normalleÅtirilmiÅ metne göre yönetilir, bu nedenle normalleÅtirme sonuçlarını etkilemeyen deÄiÅiklikler yapılsa bile önbelleÄe alınan çeviri verileri etkili olmaya devam edecektir.\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...
"Bu normalleÅtirme iÅlemi yalnızca ilk (0.) ve çift numaralı kalıp için gerçekleÅtirilir. Bu nedenle, aÅaÄıdaki gibi iki kalıp belirtilirse, ilk kalıpla eÅleÅen metin normalleÅtirmeden sonra iÅlenecek ve ikinci kalıpla eÅleÅ...
],
[
"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...
"Bu nedenle, birden fazla satırı tek bir satırda birleÅtirerek iÅlenecek metin için ilk kalıbı kullanın ve önceden biçimlendirilmiÅ metin için ikinci kalıbı kullanın. İlk kalıpta eÅleÅecek metin yoksa, C<(?!)> gibi hiçbir Å...
],
[
"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...
"Bazen, çevrilmesini istemediÄiniz metin bölümleri olabilir. ÃrneÄin, markdown dosyalarındaki etiketler. DeepL bu gibi durumlarda, metnin hariç tutulacak kısmının XML etiketlerine dönüÅtürülmesini, çevrilmesini ve çeviri tamam...
],
[
"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",
"Bu, C<MASKPATTERN> dosyasının her satırını düzenli bir ifade olarak yorumlayacak, eÅleÅen dizeleri çevirecek ve iÅleme sonra geri döndürecektir. C<#> ile baÅlayan satırlar yok sayılır.\n"
],
[
"Complex pattern can be written on multiple lines with backslash escaped newline.\n",
"KarmaÅık desenler, ters eÄik çizgi ile kaçıŠiÅareti eklenmiÅ satır sonu karakterleri kullanılarak birden fazla satıra yazılabilir.\n"
],
[
"How the text is transformed by masking can be seen by B<--xlate-mask> option.\n",
"Maskeleme ile metnin nasıl dönüÅtürüldüÄü B<--xlate-mask> seçeneÄi ile görülebilir.\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...
"Maske yer tutucuları, gibi düzgün biçimlendirilmiÅ, kendiliÄinden kapanan XML etiketleridirC<< <m id=\"1\" /> >>. JSON tabanlı LLM motorları, bu etiketleri girdi dizilerinde alır. DeepL için, iÅaretleyici etiketleri içeren bir iste...
],
[
"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",
"Maskeleme, iÅaretlemeyi çeviriden korur. Hassas dizeleri çeviri hizmetinden gizlemek için L</ANONYMIZATION AND TEMPLATES>'e bakın; her ikisi de birlikte kullanılabilir.\n"
],
[
"This interface is experimental and subject to change in the future.\n",
"Bu arayüz deneyseldir ve gelecekte deÄiÅtirilebilir.\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...
"Hassas dizeler, çeviri API'sine gönderilmeden önce gizlenebilir ve çıktıda geri yüklenebilir. AnonimleÅtirme kuralları için üç kaynak mevcuttur: bir sözlük dosyası (B<--xlate-anonymize>), belgenin içindeki satır içi iÅaretle...
],
[
"For form documents (quarterly reports and the like), define the actors up front and reference them in the body:\n",
"Form belgeleri (üç aylık raporlar ve benzeri) için, aktörleri önceden tanımlayın ve metin gövdesinde bunlara atıfta bulunun:\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...
"Åablonu her dil için bir kez C<--xlate-template> ile çevirin (ve deÄerler dosyada tutuluyorsa C<--xlate-frontmatter> kullanın), ardından her durumu B<pandoc-embedz> baÄımsız modunda iÅleyin -- harici bir yapılandırmadaki C<global:>...
],
[
"For inline marks, providing a macro definition config makes the same translated template render either the real names or a redacted version:\n",
"Satır içi iÅaretler için, bir makro tanımı yapılandırması saÄlamak, aynı çevrilmiÅ Åablonun ya gerçek adları ya da sansürlenmiÅ bir sürümü görüntülemesini saÄlar:\n"
],
[
"Exclude embedz blocks from translation when a document contains them:\n",
"Bir belge embedz blokları içeriyorsa, bunları çeviriden hariç tutun:\n"
],
[
"Invoke the translation process for each matched area.\n",
"EÅleÅen her alan için çeviri iÅlemini çaÄırın.\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",
"Bu seçenek olmadan, B<greple> normal bir arama komutu gibi davranır. Böylece, asıl iÅi çaÄırmadan önce dosyanın hangi bölümünün çeviriye tabi olacaÄını kontrol edebilirsiniz.\n"
],
[
"Command result goes to standard out, so redirect to file if necessary, or consider to use L<App::Greple::update> module.\n",
"Komut sonucu standart çıkıÅa gider, bu nedenle gerekirse dosyaya yönlendirin veya L<App::Greple::update> modülünü kullanmayı düÅünün.\n"
],
[
"Option B<--xlate> calls B<--xlate-color> option with B<--color=never> option.\n",
"B<--xlate> seçeneÄi B<--color=never> seçeneÄi ile B<--xlate-color> seçeneÄini çaÄırır.\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"...
"B<--xlate-fold> seçeneÄi ile, dönüÅtürülen metin belirtilen geniÅlikte katlanır. Varsayılan geniÅlik 70'tir ve B<--xlate-fold-width> seçeneÄi ile ayarlanabilir. ÃalıÅtırma iÅlemi için dört sütun ayrılmıÅtır, bu nedenle...
],
[
"Specifies the translation engine to be used.\n",
"Kullanılacak çeviri motorunu belirtir.\n"
],
[
"At this time, the following engines are available\n",
"Åu anda, aÅaÄıdaki motorlar mevcuttur\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 1.144 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )