App-Greple-xlate
view release on metacpan or search on metacpan
i18n/src/xlate.pod.xlate-gpt4-TR.json view on Meta::CPAN
"İÅlem belirtilen birimlerde yapılır, ancak birden fazla satırdan oluÅan boÅ olmayan metin dizileri durumunda, bunlar birlikte tek bir satıra dönüÅtürülür. Bu iÅlem Åu Åekilde gerçekleÅtirilir:\n"
],
[
"Remove white space at the beginning and end of each line.\n",
"Her satırın baÅındaki ve sonundaki boÅluklar kaldırılır.\n"
],
[
"If a line ends with a full-width punctuation character, concatenate with next line.\n",
"Bir satır tam geniÅlikte bir noktalama iÅaretiyle bitiyorsa, bir sonraki satırla birleÅtirilir.\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 bitiyor ve sonraki satır tam geniÅlikte bir karakterle baÅlıyorsa, satırlar birleÅtirilir.\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, araya bir boÅluk karakteri eklenerek birleÅtirilirler.\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ınmıŠçeviri verileri geçerli olmaya devam eder.\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. indeksli) ve çift numaralı desenler için gerçekleÅtirilir. Bu nedenle, aÅaÄıdaki gibi iki desen belirtildiÄinde, ilk desene uyan metin normalleÅtirmeden sonra iÅlenir ve ikinci desene uya...
],
[
"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 metinler için ilk deseni, önceden biçimlendirilmiÅ metinler için ise ikinci deseni kullanın. İlk desende eÅleÅecek metin yoksa, C<(?!)> gibi hiçbir Åeyle e...
],
[
"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, çeviri yapılmasını istemediÄiniz metin bölümleri olabilir. ÃrneÄin, markdown dosyalarındaki etiketler gibi. DeepL, bu gibi durumlarda çevrilmeyecek metin bölümünün XML etiketlerine dönüÅtürülmesini, çevrilmesini ve ...
],
[
"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",
"Bu, `MASKPATTERN` dosyasının her satırını bir düzenli ifade olarak yorumlar, eÅleÅen dizeleri çevirir ve iÅleme sonrası geri alır. C<#> ile baÅlayan satırlar yok sayılır.\n"
],
[
"Complex pattern can be written on multiple lines with backslash escpaed newline.\n",
"KarmaÅık desenler, ters eÄik çizgiyle kaçıÅlı yeni satır 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",
"Maskelenerek metnin nasıl dönüÅtürüldüÄü B<--xlate-mask> seçeneÄiyle görülebilir.\n"
],
[
"This interface is experimental and subject to change in the future.\n",
"Bu arayüz deneyseldir ve gelecekte deÄiÅikliÄe tabidir.\n"
],
[
"Invoke the translation process for each matched area.\n",
"Her eÅleÅen alan için çeviri iÅlemini baÅlatı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. Yani, gerçek iÅlemi baÅlatmadan ö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 çıktıya 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<--xlate-color> seçeneÄini B<--color=never> seçeneÄiyle ç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Äiyle, dönüÅtürülen metin belirtilen geniÅlikte katlanır. Varsayılan geniÅlik 70'tir ve B<--xlate-fold-width> seçeneÄiyle ayarlanabilir. Dört sütun çalıÅtırma iÅlemi için ayrılmıÅtır, bu nedenle h...
],
[
"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",
"Kullanılacak çeviri motorunu belirtir. C<-Mxlate::deepl> gibi motor modülünü doÄrudan belirtirseniz, bu seçeneÄi kullanmanıza gerek yoktur.\n"
],
[
"At this time, the following engines are available\n",
"Åu anda, aÅaÄıdaki motorlar mevcuttur\n"
],
[
"B<gpt-4o>'s interface is unstable and cannot be guaranteed to work correctly at the moment.\n",
"B<gpt-4o>'ün arayüzü kararsızdır ve Åu anda düzgün çalıÅacaÄı garanti edilemez.\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",
"Ãeviri motorunu çaÄırmak yerine, sizin çalıÅmanız beklenir. Ãevrilecek metni hazırladıktan sonra, bunlar panoya kopyalanır. Bunları forma yapıÅtırmanız, sonucu panoya kopyalamanız ve enter tuÅuna basmanız beklenir.\n"
],
[
"Specify the target language. You can get available languages by C<deepl languages> command when using B<DeepL> engine.\n",
"Hedef dili belirtin. B<DeepL> motorunu kullanırken C<deepl languages> komutuyla mevcut dilleri alabilirsiniz.\n"
],
[
"Specify the output format for original and translated text.\n",
"Orijinal ve çevrilmiŠmetin için çıktı biçimini belirtin.\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...
"C<xtxt> dıÅında aÅaÄıdaki biçimler, çevrilecek bölümün bir satır koleksiyonu olduÄunu varsayar. Aslında, bir satırın yalnızca bir bölümünü çevirmek mümkündür, ancak C<xtxt> dıÅında bir biçim belirtmek anlamlı sonu...
],
[
"Original and converted text are printed in L<git(1)> conflict marker format.\n",
"Orijinal ve dönüÅtürülmüŠmetin L<git(1)> çakıÅma iÅaretleyici biçiminde yazdırılır.\n"
],
[
"You can recover the original file by next L<sed(1)> command.\n",
"Bir sonraki L<sed(1)> komutuyla orijinal dosyayı geri yükleyebilirsiniz.\n"
],
[
"The original and translated text are output in a markdown's custom container style.\n",
"Orijinal ve çevrilmiŠmetin, markdown'un özel kapsayıcı stilinde çıktı olarak verilir.\n"
],
[
"Above text will be translated to the following in HTML.\n",
"Yukarıdaki metin HTML olarak aÅaÄıdaki Åekilde çevrilecektir.\n"
],
[
"Number of colon is 7 by default. If you specify colon sequence like C<:::::>, it is used instead of 7 colons.\n",
"Varsayılan olarak iki nokta sayısı 7'dir. C<:::::> gibi bir iki nokta dizisi belirtirseniz, 7 yerine bu kullanılır.\n"
],
[
"Original and converted text are printed in L<cpp(1)> C<#ifdef> format.\n",
"Orijinal ve dönüÅtürülmüŠmetin L<cpp(1)> C<#ifdef> biçiminde yazdırılır.\n"
( run in 1.198 second using v1.01-cache-2.11-cpan-8dfa8b56332 )