diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/es/man4/sd.4.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/es/man4/sd.4.po')
-rw-r--r-- | po/es/man4/sd.4.po | 327 |
1 files changed, 327 insertions, 0 deletions
diff --git a/po/es/man4/sd.4.po b/po/es/man4/sd.4.po new file mode 100644 index 00000000..6a167dd1 --- /dev/null +++ b/po/es/man4/sd.4.po @@ -0,0 +1,327 @@ +# Spanish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Pedro A. Carrasco Ponce <pacp@jet.es>, 1998. +# Juan Piernas <piernas@ditec.um.es>, 1999. +# Marcos Fouces <marcos@debian.org>, 2021-2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:07+0100\n" +"PO-Revision-Date: 2023-02-22 00:00+0100\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 "sd" +msgstr "sd" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 Octubre 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Páginas de manual de Linux 6.06" + +#. 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 "sd - driver for SCSI disk drives" +msgstr "sd - controlador para las unidades de disco SCSI" + +#. 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 +#, no-wrap +msgid "" +"B<#include E<lt>linux/hdreg.hE<gt> >/* for HDIO_GETGEO */\n" +"B<#include E<lt>linux/fs.hE<gt> >/* for BLKGETSIZE and BLKRRPART */\n" +msgstr "" +"B<#include E<lt>linux/hdreg.hE<gt> >/* para HDIO_GETGEO */\n" +"B<#include E<lt>linux/fs.hE<gt> >/* para BLKGETSIZE y BLKRRPART */\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CONFIGURATION" +msgstr "CONFIGURACIÓN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The block device name has the following form: B<sd>I<lp,> where I<l> is a " +"letter denoting the physical drive, and I<p> is a number denoting the " +"partition on that physical drive. Often, the partition number, I<p>, will " +"be left off when the device corresponds to the whole drive." +msgstr "" +"El nombre del dispositivo de bloque tiene la forma siguiente: B<sd>I<lp>, " +"donde I<l> es una letra que designa la unidad física, y I<p> es un número " +"que designa la partición en dicha unidad física. A menudo, el número de " +"partición, I<p>, se omite cuando el dispositivo corresponde a la unidad " +"entera." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"SCSI disks have a major device number of 8, and a minor device number of the " +"form (16 * I<drive_number>) + I<partition_number>, where I<drive_number> is " +"the number of the physical drive in order of detection, and " +"I<partition_number> is as follows:" +msgstr "" +"Los discos SCSI tienen un número mayor de dispositivo de 8, y un número " +"menor de dispositivo de la forma (16 * I<número_unidad>) + " +"I<número_partición>, donde I<número_unidad> es el número de la unidad física " +"según el orden de detección, y I<número_partición> se determina como sigue:" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\[bu]" +msgstr "\\[bu]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "partition 0 is the whole drive" +msgstr "la partición 0 es la unidad entera" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "partitions 1\\[en]4 are the DOS \"primary\" partitions" +msgstr "las particiones 1\\[en]4 son las particiones \"primarias\" DOS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"partitions 5\\[en]8 are the DOS \"extended\" (or \"logical\") partitions" +msgstr "" +"las particiones 5\\(en]8 son las particiones \"extendidas\" (o \"lógicas\") " +"DOS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For example, I</dev/sda> will have major 8, minor 0, and will refer to all " +"of the first SCSI drive in the system; and I</dev/sdb3> will have major 8, " +"minor 19, and will refer to the third DOS \"primary\" partition on the " +"second SCSI drive in the system." +msgstr "" +"Por ejemplo, I</dev/sda> tiene el número mayor 8, menor 0, y se refiere a la " +"primera unidad SCSI entera del sistema. Y I</dev/sdb3> tiene el número mayor " +"8, menor 19, y se refiere a la tercera partición \"primaria\" DOS de la " +"segunda unidad SCSI del sistema." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"At this time, only block devices are provided. Raw devices have not yet " +"been implemented." +msgstr "" +"En este momento sólo están disponibles los dispositivos de bloque. Los " +"dispositivos crudos (raw devices) todavía no han sido implementados." + +#. 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 "The following I<ioctl>s are provided:" +msgstr "Las siguientes I<ioctl> están disponibles:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<HDIO_GETGEO>" +msgstr "B<HDIO_GETGEO>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Returns the BIOS disk parameters in the following structure:" +msgstr "" +"Devuelve los parámetros del disco de la BIOS, en la siguiente estructura:" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"struct hd_geometry {\n" +" unsigned char heads;\n" +" unsigned char sectors;\n" +" unsigned short cylinders;\n" +" unsigned long start;\n" +"};\n" +msgstr "" +"struct hd_geometry {\n" +" unsigned char heads; /*Número de cabezas*/\n" +" unsigned char sectors; /*Número de sectores*/\n" +" unsigned short cylinders; /*Número de cilindros*/\n" +" unsigned long start; /*Principio del disco*/\n" +"};\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "A pointer to this structure is passed as the B<ioctl>(2) parameter." +msgstr "Se pasa un puntero a esta estructura como el parámetro de B<ioctl>(2)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The information returned in the parameter is the disk geometry of the drive " +"I<as understood by DOS!> This geometry is I<not> the physical geometry of " +"the drive. It is used when constructing the drive's partition table, " +"however, and is needed for convenient operation of B<fdisk>(1), " +"B<efdisk>(1), and B<lilo>(1). If the geometry information is not available, " +"zero will be returned for all of the parameters." +msgstr "" +"La información devuelta en el parámetro es la geometría del disco de la " +"unidad, I<¡tal y como la ve el DOS!> Esta geometría I<no> es la geometría " +"física de la unidad. No obstante, se utiliza para construir la tabla de " +"particiones de la unidad y es necesaria para el adecuado fucionamiento de " +"B<fdisk>(1), B<efdisk>(1), y B<lilo>(1). Si la información geométrica no " +"está disponible, todos los campos de la estructura son cero." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<BLKGETSIZE>" +msgstr "B<BLKGETSIZE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Returns the device size in sectors. The B<ioctl>(2) parameter should be a " +"pointer to a I<long>." +msgstr "" +"Devuelve el tamaño del dispositivo en sectores. El parámetro de B<ioctl>(2) " +"debe ser un puntero a I<long>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<BLKRRPART>" +msgstr "B<BLKRRPART>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Forces a reread of the SCSI disk partition tables. No parameter is needed." +msgstr "" +"Fuerza la relectura de la tabla de particiones del disco SCSI. No se " +"necesita ningún parámetro." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The SCSI B<ioctl>(2) operations are also supported. If the B<ioctl>(2) " +"parameter is required, and it is NULL, then B<ioctl>(2) fails with the " +"error B<EINVAL>." +msgstr "" +"También permite operacions de SCSI B<ioctl>(2). Si se requiere el parámetro " +"B<ioctl>(2) y su valor de NUL, entonces dará el error B<EINVAL>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILES" +msgstr "ARCHIVOS" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</dev/sd[a-h]>" +msgstr "I</dev/sd[a-h]>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "the whole device" +msgstr "el dispositivo completo" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</dev/sd[a-h][0-8]>" +msgstr "I</dev/sd[a-h][0-8]>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "individual block partitions" +msgstr "particiones de bloque individuales" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-05" +msgstr "5 Febrero 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Páginas de manual de Linux 6.03" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Páginas de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |