App-Greple-xlate

 view release on metacpan or  search on metacpan

i18n/src/xlate.pod.xlate-gpt5-RU.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...
      "По умолчанию исходный и переведенный текст выводятся в формате «маркер конфликта», совместимом с L<git(1)>. Используя формат C<ifdef>, вы моÐ...
   ],
   [
      "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",
      "Если вы хотите перевести весь текст, используйте опцию B<--match-all>. Это сокращение для указания шаблона C<(?s).+>, который соответствует все...
   ],
   [
      "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...
      "Данные в формате маркеров конфликтов можно просматривать в поколоночном виде командой L<sdif|App::sdif> с опцией C<-V>. Поскольку не имеет смы...
   ],
   [
      "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",
      "Обработка выполняется в заданных единицах, но в случае последовательности из нескольких строк непустого текста они преобразуются в...
   ],
   [
      "Remove white space at the beginning and end of each line.\n",
      "Удалите пробелы в начале и в конце каждой строки.\n"
   ],
   [
      "If a line ends with a full-width punctuation character, concatenate with next line.\n",
      "Если строка заканчивается полноширинным знаком препинания, объедините с следующей строкой.\n"
   ],
   [
      "If a line ends with a full-width character and the next line begins with a full-width character, concatenate the lines.\n",
      "Если строка заканчивается полноширинным символом и следующая строка начинается полноширинным символом, объедините строки.\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",
      "Если либо конец, либо начало строки не является полноширинным символом, объедините их, вставив пробел.\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",
      "Данные кэша управляются на основе нормализованного текста, поэтому даже если вносятся изменения, не влияющие на результаты нормалиÐ...
   ],
   [
      "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...
      "Этот процесс нормализации выполняется только для первого (0-го) и четных шаблонов. Таким образом, если указаны два шаблона, как показа...
   ],
   [
      "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...
      "Поэтому используйте первый шаблон для текста, который должен обрабатываться путем объединения нескольких строк в одну, а второй — д...
   ],
   [
      "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...
      "Иногда встречаются части текста, которые не нужно переводить. Например, теги в файлах Markdown. DeepL рекомендует в таких случаях преобразо...
   ],
   [
      "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",
      "Это будет интерпретировать каждую строку файла C<MASKPATTERN> как регулярное выражение, переводить соответствующие ему строки и откатываÑ...
   ],
   [
      "Complex pattern can be written on multiple lines with backslash escaped newline.\n",
      "Сложный шаблон можно записывать на нескольких строках с экранированным обратной косой чертой переводом строки.\n"
   ],
   [
      "How the text is transformed by masking can be seen by B<--xlate-mask> option.\n",
      "То, как текст преобразуется при маскировании, можно увидеть с опцией 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...
      "Заполнители маскирования представляют собой корректные самозакрывающиеся XML-теги, такие как C<< <m id=\"1\" /> >>. Механизмы LLM на основе JSON п...
   ],
   [
      "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",
      "Маскирование защищает разметку от перевода. Чтобы скрыть конфиденциальные строки от самой службы перевода, см. L</ANONYMIZATION AND TEMPLATES>; обÐ...
   ],
   [
      "This interface is experimental and subject to change in the future.\n",
      "Этот интерфейс является экспериментальным и может измениться в будущем.\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...
      "Конфиденциальные строки можно скрыть до их отправки в API перевода и восстановить в выходных данных. Доступны три источника правил ан...
   ],
   [
      "For form documents (quarterly reports and the like), define the actors up front and reference them in the body:\n",
      "Для документов-форм (квартальных отчетов и т. п.) заранее определите участников и ссылайтесь на них в основном тексте:\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...
      "Переведите шаблон один раз для каждого языка с C<--xlate-template> (и C<--xlate-frontmatter>, когда значения сохраняются в файле), затем визуализируйте к...
   ],
   [
      "For inline marks, providing a macro definition config makes the same translated template render either the real names or a redacted version:\n",
      "Для встроенных меток предоставление конфигурации определений макросов позволяет одному и тому же переведенному шаблону отображатÑ...
   ],
   [
      "Exclude embedz blocks from translation when a document contains them:\n",
      "Исключайте блоки embedz из перевода, когда документ их содержит:\n"
   ],
   [
      "Invoke the translation process for each matched area.\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",
      "Без этой опции B<greple> работает как обычная команда поиска. Так вы можете проверить, какая часть файла будет подвергнута переводу, преж...
   ],
   [
      "Command result goes to standard out, so redirect to file if necessary, or consider to use L<App::Greple::update> module.\n",
      "Результат команды выводится в стандартный вывод, поэтому при необходимости перенаправьте в файл или рассмотрите использование модÑ...
   ],
   [
      "Option B<--xlate> calls B<--xlate-color> option with B<--color=never> option.\n",
      "Опция B<--xlate> вызывает опцию B<--xlate-color> с опцией 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"...
      "С опцией B<--xlate-fold> преобразованный текст переносится по указанной ширине. Ширина по умолчанию — 70 и может быть задана опцией B<--xlate-fold-...
   ],
   [
      "Specifies the translation engine to be used.\n",
      "Указывает используемый движок перевода.\n"
   ],
   [
      "At this time, the following engines are available\n",
      "В настоящее время доступны следующие движки\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.692 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )