App-Greple-xlate

 view release on metacpan or  search on metacpan

i18n/src/xlate.pod.xlate-gpt3-ES.json  view on Meta::CPAN

      "Invoque el proceso de traducción para cada área coincidente.\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",
      "Sin esta opción, B<greple> se comporta como un comando de búsqueda normal. Por lo tanto, puede verificar qué parte del archivo será objeto de la traducción antes de invocar el trabajo real.\n"
   ],
   [
      "Command result goes to standard out, so redirect to file if necessary, or consider to use L<App::Greple::update> module.\n",
      "El resultado del comando se envía a la salida estándar, así que rediríjalo a un archivo si es necesario, o considere usar el módulo L<App::Greple::update>.\n"
   ],
   [
      "Option B<--xlate> calls B<--xlate-color> option with B<--color=never> option.\n",
      "La opción B<--xlate> llama a la opción B<--xlate-color> con la opción 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"...
      "Con la opción B<--xlate-fold>, el texto convertido se pliega según el ancho especificado. El ancho predeterminado es 70 y se puede establecer mediante la opción B<--xlate-fold-width>. Cuatro columnas están reservadas para la operación de ...
   ],
   [
      "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",
      "Especifica el motor de traducción que se utilizará. Si especificas directamente el módulo del motor, como C<-Mxlate::deepl>, no necesitas usar esta opción.\n"
   ],
   [
      "At this time, the following engines are available\n",
      "En este momento, están disponibles los siguientes motores:\n"
   ],
   [
      "B<gpt-4o>'s interface is unstable and cannot be guaranteed to work correctly at the moment.\n",
      "La interfaz de B<gpt-4o> es inestable y no se puede garantizar que funcione correctamente en este momento.\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",
      "En lugar de llamar al motor de traducción, se espera que trabajes tú. Después de preparar el texto para ser traducido, se copian al portapapeles. Se espera que los pegues en el formulario, copies el resultado al portapapeles y presiones Ent...
   ],
   [
      "Specify the target language. You can get available languages by C<deepl languages> command when using B<DeepL> engine.\n",
      "Especifique el idioma de destino. Puede obtener los idiomas disponibles mediante el comando C<deepl languages> cuando se utiliza el motor B<DeepL>.\n"
   ],
   [
      "Specify the output format for original and translated text.\n",
      "Especifique el formato de salida para el texto original y traducido.\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, and specifying a format other than C<xtxt> will not produce meaningful resu...
      "Los siguientes formatos distintos a C<xtxt> asumen que la parte a traducir es una colección de líneas. De hecho, es posible traducir solo una parte de una línea, y especificar un formato distinto a C<xtxt> no producirá resultados significa...
   ],
   [
      "Original and converted text are printed in L<git(1)> conflict marker format.\n",
      "Original and converted text are printed in L<git(1)> conflict marker format.\n"
   ],
   [
      "You can recover the original file by next L<sed(1)> command.\n",
      "Puede recuperar el archivo original con el siguiente comando L<sed(1)>.\n"
   ],
   [
      "The original and translated text are output in a markdown's custom container style.\n",
      "```html\n"
   ],
   [
      "Above text will be translated to the following in HTML.\n",
      "<div style=\"background-color: #f4f4f4; color: #333; border-left: 6px solid #ccc; padding: 10px; margin-bottom: 10px;\">\n"
   ],
   [
      "Number of colon is 7 by default. If you specify colon sequence like C<:::::>, it is used instead of 7 colons.\n",
      "El número de dos puntos es 7 por defecto. Si especificas una secuencia de dos puntos como C<:::::>, se utiliza en lugar de 7 dos puntos.\n"
   ],
   [
      "Original and converted text are printed in L<cpp(1)> C<#ifdef> format.\n",
      "<<<<<<< HEAD\n"
   ],
   [
      "You can retrieve only Japanese text by the B<unifdef> command:\n",
      "Puede recuperar solo el texto en japonés con el comando B<unifdef>:\n"
   ],
   [
      "Original and converted text are printed separated by single blank line. For C<space+>, it also outputs a newline after the converted text.\n",
      "Original text:\n"
   ],
   [
      "If the format is C<xtxt> (translated text) or unkown, only translated text is printed.\n",
      "Si el formato es C<xtxt> (texto traducido) o desconocido, solo se imprime el texto traducido.\n"
   ],
   [
      "Specify the maximum length of text to be sent to the API at once. Default value is set as for free DeepL account service: 128K for the API (B<--xlate>) and 5000 for the clipboard interface (B<--xlate-labor>). You may be able to change these va...
      "Especifique la longitud máxima del texto a enviar a la API de DeepL. El valor predeterminado es el establecido para la cuenta gratuita de DeepL: 128K para la API (B<--xlate>) y 5000 para la interfaz del portapapeles (B<--xlate-labor>). Es pos...
   ],
   [
      "Specify the maximum lines of text to be sent to the API at once.\n",
      "Especifica el máximo de líneas de texto a enviar a la API a la vez.\n"
   ],
   [
      "Set this value to 1 if you want to translate one line at a time. This option takes precedence over the C<--xlate-maxlen> option.\n",
      "Establece este valor en 1 si deseas traducir una línea a la vez. Esta opción tiene prioridad sobre la opción C<--xlate-maxlen>.\n"
   ],
   [
      "See the tranlsation result in real time in the STDERR output.\n",
      "Vea el resultado de la traducción en tiempo real en la salida STDERR.\n"
   ],
   [
      "Use L<App::Greple::stripe> module to show the matched part by zebra striping fashion. This is useful when the matched parts are connected back-to-back.\n",
      "Utiliza el módulo L<App::Greple::stripe> para mostrar la parte coincidente de manera rayada en estilo cebra. Esto es útil cuando las partes coincidentes están conectadas una tras otra.\n"
   ],
   [
      "The color palette is switched according to the background color of the terminal. If you want to specify explicitly, you can use B<--xlate-stripe-light> or B<--xlate-stripe-dark>.\n",
      "La paleta de colores se cambia según el color de fondo del terminal. Si deseas especificar explícitamente, puedes usar B<--xlate-stripe-light> o B<--xlate-stripe-dark>.\n"
   ],
   [
      "Perform masking function and display the converted text as is without restoration.\n",
      "Realice la función de enmascaramiento y muestre el texto convertido tal cual, sin restauración.\n"
   ],
   [
      "Set the whole text of the file as a target area.\n",
      "Establezca todo el texto del archivo como un área objetivo.\n"
   ],
   [
      "B<xlate> module can store cached text of translation for each file and read it before execution to eliminate the overhead of asking to server. With the default cache strategy C<auto>, it maintains cache data only when the cache file exists for...
      "El módulo B<xlate> puede almacenar el texto traducido en caché para cada archivo y leerlo antes de la ejecución para eliminar la sobrecarga de preguntar al servidor. Con la estrategia de caché predeterminada C<auto>, mantiene los datos en ...
   ],
   [
      "Use B<--xlate-cache=clear> to initiate cache management or to clean up all existing cache data. Once executed with this option, a new cache file will be created if one does not exist and then automatically maintained afterward.\n",
      "Utilice B<--xlate-cache=clear> para iniciar la gestión de la caché o limpiar todos los datos de caché existentes. Una vez ejecutado con esta opción, se creará un nuevo archivo de caché si no existe y luego se mantendrá automáticamente....
   ],
   [
      "Maintain the cache file if it exists.\n",
      "Mantenga el archivo de caché si existe.\n"
   ],
   [
      "Create empty cache file and exit.\n",
      "Cree un archivo de caché vacío y salga.\n"
   ],
   [
      "Maintain cache anyway as far as the target is normal file.\n",
      "Mantenga la caché de todos modos siempre que el objetivo sea un archivo normal.\n"
   ],
   [
      "Clear the cache data first.\n",
      "Borre primero los datos de la caché.\n"
   ],
   [
      "Never use cache file even if it exists.\n",
      "Nunca use el archivo de caché incluso si existe.\n"
   ],
   [
      "By default behavior, unused data is removed from the cache file. If you don't want to remove them and keep in the file, use C<accumulate>.\n",
      "Por defecto, los datos no utilizados se eliminan del archivo de caché. Si no desea eliminarlos y mantenerlos en el archivo, use C<accumulate>.\n"
   ],
   [
      "This option forces to update cache file even if it is not necessary.\n",
      "Esta opción fuerza la actualización del archivo de caché incluso si no es necesario.\n"
   ],
   [
      "You can easily use this module from the command line by using the C<xlate> command included in the distribution. See the C<xlate> man page for usage.\n",
      "Puedes usar fácilmente este módulo desde la línea de comandos utilizando el comando C<xlate> incluido en la distribución. Consulta la página del manual C<xlate> para ver cómo se utiliza.\n"
   ],
   [
      "The C<xlate> command works in concert with the Docker environment, so even if you do not have anything installed on hand, you can use it as long as Docker is available. Use C<-D> or C<-C> option.\n",
      "El comando C<xlate> funciona en conjunto con el entorno Docker, por lo que incluso si no tienes nada instalado, puedes usarlo siempre que Docker esté disponible. Utiliza la opción C<-D> o C<-C>.\n"
   ],
   [
      "Also, since makefiles for various document styles are provided, translation into other languages is possible without special specification. Use C<-M> option.\n",
      "Además, dado que se proporcionan makefiles para varios estilos de documentos, es posible realizar traducciones a otros idiomas sin especificaciones especiales. Utiliza la opción C<-M>.\n"
   ],
   [
      "You can also combine the Docker and C<make> options so that you can run C<make> in a Docker environment.\n",



( run in 0.870 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )