diff options
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 84 |
1 files changed, 63 insertions, 21 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.21.20\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: 2023-02-04 14:11+0000\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -2629,9 +2629,10 @@ msgid "'%.255s' contains no control component '%.255s'" msgstr "'%.255s' não contém nenhum componente de controle '%.255s'" #: src/deb/info.c -#, c-format -msgid "open component '%.255s' (in %.255s) failed in an unexpected way" -msgstr "abrir o componente '%.255s' (em %.255s) falhou de um modo inesperado" +#, fuzzy, c-format +#| msgid "cannot open file %s" +msgid "cannot open file '%.255s'" +msgstr "não pode abrir o ficheiro '%s'" #: src/deb/info.c #, c-format @@ -2646,19 +2647,16 @@ msgid "cannot scan directory '%.255s'" msgstr "não pode pesquisar o directório '%.255s'" #: src/deb/info.c -#, c-format -msgid "cannot stat '%.255s' (in '%.255s')" -msgstr "não pode fazer stat '%.255s' (em %.255s')" - -#: src/deb/info.c -#, c-format -msgid "cannot open '%.255s' (in '%.255s')" -msgstr "não pode abrir '%.255s' (em %.255s')" +#, fuzzy, c-format +#| msgid "unable to get file '%s%s' metadata" +msgid "cannot get file '%.255s' metadata" +msgstr "não foi possível obter os metadados do ficheiro '%s%s'" #: src/deb/info.c -#, c-format -msgid "failed to read '%.255s' (in '%.255s')" -msgstr "falhou ler '%.255s' (em '%.255s')" +#, fuzzy, c-format +#| msgid "cannot read %s" +msgid "cannot read file '%.255s'" +msgstr "não pode ler %s" #: src/deb/info.c #, c-format @@ -2764,7 +2762,35 @@ msgstr "" "\n" #: src/deb/main.c -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "Options:\n" +#| " -v, --verbose Enable verbose output.\n" +#| " -D, --debug Enable debugging output.\n" +#| " --showformat=<format> Use alternative format for --show.\n" +#| " --deb-format=<format> Select archive format.\n" +#| " Allowed values: 0.939000, 2.0 " +#| "(default).\n" +#| " --nocheck Suppress control file check (build " +#| "bad\n" +#| " packages).\n" +#| " --root-owner-group Forces the owner and groups to root.\n" +#| " --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" +#| " Allowed types: gzip, xz, zstd, " +#| "none.\n" +#| " -S<strategy> Set the compression strategy when " +#| "building.\n" +#| " Allowed values: none; extreme (xz);\n" +#| " filtered, huffman, rle, fixed " +#| "(gzip).\n" +#| "\n" msgid "" "Options:\n" " -v, --verbose Enable verbose output.\n" @@ -2779,12 +2805,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" @@ -7113,6 +7138,23 @@ msgstr "" msgid "Authentication is required to run update-alternatives" msgstr "É necessária autenticação para correr update-alternatives" +#, c-format +#~ msgid "open component '%.255s' (in %.255s) failed in an unexpected way" +#~ msgstr "" +#~ "abrir o componente '%.255s' (em %.255s) falhou de um modo inesperado" + +#, c-format +#~ msgid "cannot stat '%.255s' (in '%.255s')" +#~ msgstr "não pode fazer stat '%.255s' (em %.255s')" + +#, c-format +#~ msgid "cannot open '%.255s' (in '%.255s')" +#~ msgstr "não pode abrir '%.255s' (em %.255s')" + +#, c-format +#~ msgid "failed to read '%.255s' (in '%.255s')" +#~ msgstr "falhou ler '%.255s' (em '%.255s')" + #~ msgid "failed to open diversions file" #~ msgstr "falhou abrir ficheiro diversions" |