diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 53 |
1 files changed, 32 insertions, 21 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 2b27d02..9471fdf 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.13\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2024-07-21 20:18+0200\n" +"POT-Creation-Date: 2024-07-24 23:02+0200\n" "PO-Revision-Date: 2015-04-07 09:52+0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -2839,10 +2839,9 @@ msgid "'%.255s' contains no control component '%.255s'" msgstr "dpkg-deb: '%.255s' não contém componente de controle '%.255s'\n" #: src/deb/info.c -#, c-format -msgid "open component '%.255s' (in %.255s) failed in an unexpected way" -msgstr "" -"abertura do componente '%.255s' (em %.255s) falhou de maneira não esperada" +#, fuzzy, c-format +msgid "cannot open file '%.255s'" +msgstr "não foi possível abrir log `%s' : %s\n" #: src/deb/info.c #, fuzzy, c-format @@ -2858,19 +2857,15 @@ msgid "cannot scan directory '%.255s'" msgstr "não foi possível fazer vasculhar o diretório '%.255s'" #: src/deb/info.c -#, c-format -msgid "cannot stat '%.255s' (in '%.255s')" -msgstr "não foi possível executar \"stat\" '%.255s' (em '%.255s')" - -#: src/deb/info.c -#, c-format -msgid "cannot open '%.255s' (in '%.255s')" -msgstr "não foi possível abrir '%.255s' (em '%.255s')" +#, fuzzy, c-format +msgid "cannot get file '%.255s' metadata" +msgstr "impossível abrir arquivo fonte '%.250s'" #: src/deb/info.c -#, c-format -msgid "failed to read '%.255s' (in '%.255s')" -msgstr "falhou ao ler '%.255s' (em '%.255s')" +#, fuzzy, c-format +#| msgid "unable to write %s: %s" +msgid "cannot read file '%.255s'" +msgstr "impossível escrever %s: %s" #: src/deb/info.c #, fuzzy, c-format @@ -3009,12 +3004,11 @@ msgid "" " --threads-max=<threads> Use at most <threads> with compressor.\n" " --[no-]uniform-compression Use the compression params on all " "members.\n" -" -z# Set the compression level when building.\n" -" -Z<type> Set the compression type used when " -"building.\n" +" -Z, --compression=<compressor> Set build compression type.\n" " Allowed types: gzip, xz, zstd, none.\n" -" -S<strategy> Set the compression strategy when " -"building.\n" +" -z, --compression-level=<level> Set build compression level.\n" +" -S, --compression-strategy=<name>\n" +" Set build compression strategy.\n" " Allowed values: none; extreme (xz);\n" " filtered, huffman, rle, fixed (gzip).\n" "\n" @@ -7692,6 +7686,23 @@ msgstr "" msgid "Authentication is required to run update-alternatives" msgstr "" +#, c-format +#~ msgid "open component '%.255s' (in %.255s) failed in an unexpected way" +#~ msgstr "" +#~ "abertura do componente '%.255s' (em %.255s) falhou de maneira não esperada" + +#, c-format +#~ msgid "cannot stat '%.255s' (in '%.255s')" +#~ msgstr "não foi possível executar \"stat\" '%.255s' (em '%.255s')" + +#, c-format +#~ msgid "cannot open '%.255s' (in '%.255s')" +#~ msgstr "não foi possível abrir '%.255s' (em '%.255s')" + +#, c-format +#~ msgid "failed to read '%.255s' (in '%.255s')" +#~ msgstr "falhou ao ler '%.255s' (em '%.255s')" + #~ msgid "failed to open diversions file" #~ msgstr "falhou ao abrir arquivo de desvios" |