diff options
Diffstat (limited to 'po/es/man1/join.1.po')
-rw-r--r-- | po/es/man1/join.1.po | 501 |
1 files changed, 501 insertions, 0 deletions
diff --git a/po/es/man1/join.1.po b/po/es/man1/join.1.po new file mode 100644 index 00000000..498aaa7f --- /dev/null +++ b/po/es/man1/join.1.po @@ -0,0 +1,501 @@ +# Spanish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Marcos Fouces <marcos@debian.org>, 2021-2022. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.9.3\n" +"POT-Creation-Date: 2024-02-15 18:02+0100\n" +"PO-Revision-Date: 2022-04-24 23:35+0200\n" +"Last-Translator: Marcos Fouces <marcos@debian.org>\n" +"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "JOIN" +msgstr "JOIN" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "Enero 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Órdenes de usuario" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "join - join lines of two files on a common field" +msgstr "join - une líneas de dos archivos en base a un campo común" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<join> [I<\\,OPTION\\/>]... I<\\,FILE1 FILE2\\/>" +msgstr "B<join> [I<\\,OPCIÓN\\/>]... I<\\,ARCHIVO1 ARCHIVO2\\/>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For each pair of input lines with identical join fields, write a line to " +"standard output. The default join field is the first, delimited by blanks." +msgstr "" +"Para cada pareja de líneas con un mismo campo común se escribirá una línea " +"en la salida estándar. Por defecto, se considera como campo común el " +"fragmento inicial hasta el primer espacio en blanco." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When FILE1 or FILE2 (not both) is -, read standard input." +msgstr "" +"Cuando ARCHIVO1 o ARCHIVO2 (pero no ambos) es '-', lee por la entrada " +"estandar." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a> FILENUM" +msgstr "B<-a> NUMARCHIVO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"also print unpairable lines from file FILENUM, where FILENUM is 1 or 2, " +"corresponding to FILE1 or FILE2" +msgstr "" +"también muestra las líneas que no se pueden emparejar de NUMARCHIVO, siendo " +"éste 1 o 2 correspondientes a ARCHIVO1 o ARCHIVO2." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +#, no-wrap +msgid "B<-e> STRING" +msgstr "B<-e> CADENA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"replace missing (empty) input fields with STRING; I.e., missing fields " +"specified with '-12jo' options" +msgstr "" +"sustituye los campos de entrada que faltan (vacíos) con CADENA, p.ej: los " +"campos que faltan definidos con la opción '-12jo'" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--ignore-case>" +msgstr "B<-i>, B<--ignore-case>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ignore differences in case when comparing fields" +msgstr "no distingue entre mayúsculas y minúsculas cuando compara los campos" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-j> FIELD" +msgstr "B<-j> CAMPO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "equivalent to '-1 FIELD B<-2> FIELD'" +msgstr "equivale a '-1 CAMPO B<-2> CAMPO'" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-o> FORMAT" +msgstr "B<-o> FORMATO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "obey FORMAT while constructing output line" +msgstr "sigue dicho FORMATO cuando forma las líneas de salida" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t> CHAR" +msgstr "B<-t> CARACTER" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use CHAR as input and output field separator" +msgstr "emplea CARÁCTER como separación entre los campos de entrada y salida" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v> FILENUM" +msgstr "B<-v> NUMARCHIVO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<-a> FILENUM, but suppress joined output lines" +msgstr "idéntico a B<-a> NUMARCHIVO pero no muestra las líneas unidas" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-1> FIELD" +msgstr "B<-1> CAMPO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "join on this FIELD of file 1" +msgstr "une en dicho CAMPO del archivo 1" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-2> FIELD" +msgstr "B<-2> CAMPO" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "join on this FIELD of file 2" +msgstr "une en dicho CAMPO del archivo 2" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--check-order>" +msgstr "B<--check-order>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"check that the input is correctly sorted, even if all input lines are " +"pairable" +msgstr "" +"comprueba que los datos de entrada estén correctamente ordenados, aún cuando " +"todas las líneas se puedan emparejar." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--nocheck-order>" +msgstr "B<--no-check-order>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not check that the input is correctly sorted" +msgstr "no comprueba que los datos de entrada estén correctamente ordenados" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--header>" +msgstr "B<--header>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"treat the first line in each file as field headers, print them without " +"trying to pair them" +msgstr "" +"considera la primera línea de cada archivo como los encabezados del campo, " +"las mostrará sin intentar emparejarlas." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-z>, B<--zero-terminated>" +msgstr "B<-z>, B<--zero-terminated>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "line delimiter is NUL, not newline" +msgstr "las líneas se delimitan con NUL en lugar de nueva línea" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "muestra la ayuda y finaliza" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "muestra la versión del programa y finaliza" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Unless B<-t> CHAR is given, leading blanks separate fields and are ignored, " +"else fields are separated by CHAR. Any FIELD is a field number counted from " +"1. FORMAT is one or more comma or blank separated specifications, each " +"being 'FILENUM.FIELD' or '0'. Default FORMAT outputs the join field, the " +"remaining fields from FILE1, the remaining fields from FILE2, all separated " +"by CHAR. If FORMAT is the keyword 'auto', then the first line of each file " +"determines the number of fields output for each line." +msgstr "" +"Salvo que se indique la opción B<-t> CARÁCTER, los espacios en blanco al " +"inicio se consideran delimitadores y son ignorados; sino se considera " +"CARÁCTER como delimitador. Los CAMPOS se numeran a partir del 1. FORMATO " +"consta de una o más comas o definiciónes separadas entre si por espacios en " +"blanco, cada una de ellas será 'NUMARCHIVO.CAMPO' o '0'. Por defecto, el " +"FORMATO mostrará el campo de unión, el resto de campos de ARCHIVO1, el resto " +"de campos de ARCHIVO2 todos ellos separados entre si por CARÁCTER. Si el " +"valor de FORMATO es la palabra clave 'auto', la primera línea de cada " +"archivo determinará la cantidad de campos para cada línea" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Important: FILE1 and FILE2 must be sorted on the join fields. E.g., use " +"\"sort B<-k> 1b,1\" if 'join' has no options, or use \"join B<-t> ''\" if " +"'sort' has no options. Note, comparisons honor the rules specified by " +"'LC_COLLATE'. If the input is not sorted and some lines cannot be joined, a " +"warning message will be given." +msgstr "" +"Importante: ARCHIVO1 y ARCHIVO2 debe ordenarse en base a los campos de " +"unión. Por ejemplo con la ejecución de \"sort B<-k> 1b,1\" si 'join' no " +"tiene opciones o \"join B<-t> ''\" si 'sort' no tiene opciones. Observe que " +"las comparaciones sigue la norma de 'LC_COLLATE'. Si no se ordena la entrada " +"y no es posible emparejar algunas líneas, se emite un mensaje de advertencia." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Mike Haertel." +msgstr "Escrito por Mike Haertel." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "INFORMAR DE ERRORES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Ayuda en línea de GNU Coreutils: E<lt>https://www.gnu.org/software/coreutils/" +"E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Informe cualquier error de traducción a E<lt>https://translationproject.org/" +"team/es.htmlE<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "COPYRIGHT" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. Licencia GPLv3+: GNU GPL " +"versión 3 o posterior E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Esto es software libre: usted es libre de cambiarlo y redistribuirlo. NO " +"HAY GARANTÍA, en la medida permitida por la legislación." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VÉASE TAMBIÉN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<comm>(1), B<uniq>(1)" +msgstr "B<comm>(1), B<uniq>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/joinE<gt>" +msgstr "" +"Documentación completa en E<lt>https://www.gnu.org/software/coreutils/" +"joinE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) join invocation\\(aq" +msgstr "" +"también disponble localmente ejecutando info \\(aq(coreutils) join " +"invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "Septiembre de 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Licencia GPLv3+: GNU GPL " +"versión 3 o posterior E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "Abril de 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Octubre de 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: TP +#: opensuse-leap-15-6 +#, no-wrap +msgid "B<-e> EMPTY" +msgstr "B<-e> VACÍO" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "replace missing input fields with EMPTY" +msgstr "sustituye el campo de entrada que falta con la palabra 'VACÍO'" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Licencia GPLv3+: GNU GPL " +"versión 3 o posterior E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "comm(1), uniq(1)" +msgstr "comm(1), uniq(1)" |