Files
pv/po/pt.po
T
2023-09-02 01:33:11 +01:00

489 lines
12 KiB
Gettext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://codeberg.org/a-j-wood/pv/issues\n"
"POT-Creation-Date: 2023-08-30 22:28+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/main/help.c:283
msgid "show progress bar"
msgstr "exibe barra de progressão"
#: src/main/help.c:286
msgid "show elapsed time"
msgstr "exibe tempo passado"
#: src/main/help.c:289
msgid "show estimated time of arrival (completion)"
msgstr "exibe o tempo estimado de término"
#: src/main/help.c:292
msgid "show absolute estimated time of arrival (completion)"
msgstr "exibe o tempo absoluto estimado de término"
#: src/main/help.c:295
msgid "show data transfer rate counter"
msgstr "exibe a taxa de transferência"
#: src/main/help.c:298
msgid "show data transfer average rate counter"
msgstr "exibe o contador da taxa média de transferência de dados"
#: src/main/help.c:300 src/main/help.c:328 src/main/help.c:340
msgid "SEC"
msgstr ""
#: src/main/help.c:301
msgid "compute average rate over past SEC seconds (default 30s)"
msgstr ""
#: src/main/help.c:304
msgid "show number of bytes transferred"
msgstr "exibe a quantidade de bytes transferidos"
#: src/main/help.c:307
msgid "show number of bits transferred"
msgstr ""
#: src/main/help.c:310
msgid "show percentage of transfer buffer in use"
msgstr "exibe a porcentagem de buffer de transferência em uso"
#: src/main/help.c:312
msgid "NUM"
msgstr ""
#: src/main/help.c:313
msgid "show NUM bytes last written"
msgstr "exibe NUM bytes gravados pela última vez"
#: src/main/help.c:315
msgid "FORMAT"
msgstr ""
#: src/main/help.c:316
msgid "set output format to FORMAT"
msgstr "definir o formato de saída para FORMAT"
#: src/main/help.c:319
msgid "output percentages, not visual information"
msgstr "exibe apenas as porcentagens, sem informações visuais"
#: src/main/help.c:322
msgid "do not output any transfer information at all"
msgstr "executa programa sem exibir quaisquer informações"
#: src/main/help.c:326
msgid "display nothing until first byte transferred"
msgstr "não exibe nada até iniciar o processamento"
#: src/main/help.c:329
msgid "display nothing until SEC seconds have passed"
msgstr "não exibir nada até que os segundos SEC tenham passado"
#: src/main/help.c:331
msgid "SIZE"
msgstr ""
#: src/main/help.c:332
msgid "set estimated data size to SIZE bytes"
msgstr "seta a quantidade estimada de dados em SIZE bytes"
#: src/main/help.c:335
msgid "count lines instead of bytes"
msgstr "contar linhas em vez de bytes"
#: src/main/help.c:338
msgid "lines are null-terminated"
msgstr "linhas são terminadas em nulo"
#: src/main/help.c:341
msgid "update every SEC seconds"
msgstr "atualiza informações a cada SEC segundos"
#: src/main/help.c:343
msgid "WIDTH"
msgstr ""
#: src/main/help.c:344
msgid "assume terminal is WIDTH characters wide"
msgstr "presuma que o terminal tem WIDTH caracteres de largura"
#: src/main/help.c:346
msgid "HEIGHT"
msgstr ""
#: src/main/help.c:347
msgid "assume terminal is HEIGHT rows high"
msgstr "presuma que o terminal tem HEIGHT caracteres de altura"
#: src/main/help.c:349
msgid "NAME"
msgstr ""
#: src/main/help.c:350
msgid "prefix visual information with NAME"
msgstr "exibe NAME antes das demais informações"
#: src/main/help.c:353
msgid "output even if standard error is not a terminal"
msgstr "gera dados mesmo que a saída de erro seja redirecionada"
#: src/main/help.c:356
msgid "use cursor positioning escape sequences"
msgstr "utiliza caracteres de escape para posicionar o cursor"
#: src/main/help.c:359
msgid "RATE"
msgstr ""
#: src/main/help.c:360
msgid "limit transfer to RATE bytes per second"
msgstr "limita a transferência a RATE bytes por segundo"
#: src/main/help.c:362
msgid "BYTES"
msgstr ""
#: src/main/help.c:363
msgid "use a buffer size of BYTES"
msgstr "use um tamanho de buffer de BYTES"
#: src/main/help.c:366
msgid "never use splice(), always use read/write"
msgstr "nunca use splice(), sempre use read/write"
#: src/main/help.c:369
msgid "skip read errors in input"
msgstr "ignorar erros de leitura em entrada"
#: src/main/help.c:372
msgid "stop after --size bytes have been transferred"
msgstr "parar após --size bytes terem sido transferidos"
#: src/main/help.c:375
msgid "flush cache to disk after every write"
msgstr ""
#: src/main/help.c:378
msgid "use direct I/O to bypass cache"
msgstr ""
#: src/main/help.c:381
msgid "discard input instead of writing to output"
msgstr ""
#: src/main/help.c:384
msgid "PID"
msgstr ""
#: src/main/help.c:385
msgid "update settings of process PID"
msgstr "atualizar as configurações do processo PID"
#: src/main/help.c:389 src/main/help.c:404
msgid "FILE"
msgstr ""
#: src/main/help.c:390
msgid "save process ID in FILE"
msgstr "salvar ID do processo em FILE"
#: src/main/help.c:393
msgid "PID[:FD]"
msgstr ""
#: src/main/help.c:394
msgid "watch file FD opened by process PID"
msgstr "assistir arquivo FD aberto pelo processo PID"
#: src/main/help.c:398
msgid "show this help and exit"
msgstr "exibe esta tela de ajuda e termina"
#: src/main/help.c:401
msgid "show version information and exit"
msgstr "exibe a versão e termina"
#: src/main/help.c:405
msgid "write debug logs to FILE"
msgstr ""
#: src/main/help.c:430
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Uso: %s [OPÇÕES] [ARQUIVOS]..."
#: src/main/help.c:441
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Concatena ARQUIVO(s) ou a entrada padrão e grava na saída padrão, com "
"monitoramento."
#: src/main/help.c:578
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Por favor, reporte quaisquer defeitos para %s"
#: src/main/main.c:82
msgid "state allocation failed"
msgstr "alocação de memória de status falhou"
#: src/main/main.c:322
msgid "failed to read terminal attributes"
msgstr ""
#: src/main/options.c:207
msgid "option structure allocation failed"
msgstr "erro na alocação da estrutura de opções"
#: src/main/options.c:226
msgid "option structure argv allocation failed"
msgstr "erro na alocação da estrutura de opções argv"
#: src/main/options.c:286
msgid "integer argument expected"
msgstr "argumento inteiro esperado"
#: src/main/options.c:297
msgid "numeric argument expected"
msgstr "argumento numérico esperado"
#: src/main/options.c:308
msgid "process ID or pid:fd pair expected"
msgstr "ID do processo ou par pid:fd esperado"
#: src/main/options.c:315
msgid "invalid process ID"
msgstr "ID de processo inválido"
#: src/main/options.c:416 src/pv/file.c:282
msgid "failed to stat file"
msgstr "erro obtendo informações do arquivo"
#: src/main/options.c:514
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Tente `%s --help' para maiores informações."
#: src/main/options.c:516
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Tente `%s -h' para maiores informações."
#: src/main/options.c:547
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
"não pode usar o modo de linha ou opções de modificador de transferência ao "
"assistir os descritores de arquivo"
#: src/main/options.c:556
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"não pode usar o posicionamento do cursor ao observar os descritores de "
"arquivo"
#: src/main/options.c:565
msgid "cannot use remote control when watching file descriptors"
msgstr "não pode usar o controle remoto ao assistir os descritores de arquivo"
#: src/main/options.c:574
msgid "cannot transfer files when watching file descriptors"
msgstr "não pode transferir arquivos ao assistir descritores de arquivo"
#: src/main/options.c:589
msgid "not available on systems without /proc/self/fdinfo"
msgstr "não disponível em sistemas sem /proc/self/fdinfo"
#: src/main/remote.c:242
msgid "message not received"
msgstr "mensagem não recebida"
#: src/main/remote.c:351
msgid "IPC not supported on this system"
msgstr "IPC não suportado neste sistema"
#: src/main/version.c:28
msgid "License: Artistic v2.0 <https://opensource.org/license/artistic-2-0/>"
msgstr ""
#: src/main/version.c:29
msgid "This is free software: you are free to change and redistribute it."
msgstr ""
#: src/main/version.c:30
msgid "There is NO WARRANTY, to the extent permitted by law."
msgstr ""
#: src/main/version.c:32
msgid "Project web site"
msgstr ""
#: src/pv/cursor.c:87
msgid "failed to get terminal name"
msgstr "erro ao ler o nome do terminal"
#: src/pv/cursor.c:119
msgid "failed to open lock file"
msgstr "erro ao abrir arquivo de bloqueio"
#: src/pv/cursor.c:152
msgid "lock attempt failed"
msgstr "tentativa de bloqueio falhou"
#: src/pv/cursor.c:393
msgid "failed to open terminal"
msgstr "erro abrindo o terminal"
#: src/pv/display.c:165
msgid "yzafpnum kMGTPEZY"
msgstr ""
#: src/pv/display.c:170
msgid "yzafpnum KMGTPEZY"
msgstr ""
#: src/pv/display.c:600 src/pv/transfer.c:751
msgid "buffer allocation failed"
msgstr "erro alocando o buffer"
#: src/pv/display.c:662
msgid "b"
msgstr ""
#: src/pv/display.c:666 src/pv/transfer.c:472
msgid "B"
msgstr ""
#: src/pv/display.c:717 src/pv/display.c:728
msgid "b/s"
msgstr ""
#: src/pv/display.c:720 src/pv/display.c:732
msgid "/s"
msgstr ""
#: src/pv/display.c:720 src/pv/display.c:732
msgid "B/s"
msgstr "B/s"
#: src/pv/display.c:768 src/pv/display.c:772 src/pv/display.c:831
msgid "ETA"
msgstr "ETA"
#: src/pv/file.c:116
msgid "failed to seek to start of output"
msgstr "não pode mover para o início da produção"
#: src/pv/file.c:251
msgid "failed to close file"
msgstr "erro fechando o arquivo"
#: src/pv/file.c:275
msgid "failed to read file"
msgstr "erro lendo o arquivo"
#: src/pv/file.c:289
msgid "failed to stat output file"
msgstr "erro obtendo informações do arquivo de saída"
#: src/pv/file.c:311
msgid "input file is output file"
msgstr "os arquivos de entrada e saída são o mesmo"
#: src/pv/loop.c:522 src/pv/loop.c:572 src/pv/loop.c:617 src/pv/watchpid.c:73
#: src/pv/watchpid.c:83 src/pv/watchpid.c:94 src/pv/watchpid.c:102
#: src/pv/watchpid.c:139 src/pv/watchpid.c:150 src/pv/watchpid.c:158
#: src/pv/watchpid.c:169 src/pv/watchpid.c:253 src/pv/watchpid.c:261
#: src/pv/watchpid.c:292 src/pv/watchpid.c:312
msgid "pid"
msgstr ""
#: src/pv/state.c:30
msgid "history structure allocation failed"
msgstr ""
#: src/pv/state.c:59
msgid "none"
msgstr ""
#: src/pv/transfer.c:370
msgid "read failed"
msgstr "erro de leitura"
#: src/pv/transfer.c:385
msgid "warning: read errors detected"
msgstr "aviso: erros de leitura detectados"
#: src/pv/transfer.c:397
msgid "file is not seekable"
msgstr "não pode mover dentro do arquivo"
#: src/pv/transfer.c:456
msgid "failed to seek past error"
msgstr "não pode ir além do erro"
#: src/pv/transfer.c:472
msgid "skipped past read error"
msgstr "ignorado erro de leitura"
#: src/pv/transfer.c:632
msgid "write failed"
msgstr "erro de gravação"
#: src/pv/transfer.c:848
msgid "select call failed"
msgstr "erro na chamada da função select"
#: src/pv/watchpid.c:83 src/pv/watchpid.c:95 src/pv/watchpid.c:104
#: src/pv/watchpid.c:150 src/pv/watchpid.c:159 src/pv/watchpid.c:171
msgid "fd"
msgstr ""
#: src/pv/watchpid.c:104 src/pv/watchpid.c:171
msgid "not a regular file or block device"
msgstr "não é um arquivo regular ou dispositivo de bloqueio"
#~ msgid ""
#~ "Debugging is enabled; export the DEBUG environment variable to define "
#~ "the\n"
#~ "output filename.\n"
#~ msgstr ""
#~ "A depuração está habilitada; exporte a variável de ambiente DEBUG para\n"
#~ "definir o nome do arquivo de saída.\n"
#~ msgid "%s %s - Copyright %s %s"
#~ msgstr "%s %s - Copyright(C) %s %s"
#~ msgid "Web site: %s"
#~ msgstr "Site: %s"
#~ msgid ""
#~ "This program is free software, and is being distributed under the\n"
#~ "terms of the Artistic License 2.0."
#~ msgstr ""
#~ "Este programa é um software livre, distribuído sob os termos da\n"
#~ "Licença Artística."
#~ msgid ""
#~ "This program is distributed in the hope that it will be useful,\n"
#~ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
#~ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
#~ msgstr ""
#~ "Este programa é distribuído com o intuito de que seja útil,\n"
#~ "porém SEM QUAISQUER GARANTIAS; sem inclusive as garantias implícitas de\n"
#~ "COMERCIALIZAÇÃO e ADEQUAÇÃO A OBJETIVOS PARTICULARES."