make -C locale update

This commit is contained in:
Hans-Christoph Steiner 2025-03-19 17:57:36 +01:00
parent 4448aeb550
commit 6fbb2fec9c
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
53 changed files with 2123 additions and 196 deletions

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2025-01-21 17:02+0100\n"
"POT-Creation-Date: 2025-03-19 17:56+0100\n"
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/>\n"
@ -523,6 +523,11 @@ msgstr "Novo contentor criado: \"{name}\""
msgid "Creating \"{path}\" for configuring s3cmd."
msgstr "Criando \"{path}\" para configurar s3cmd."
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Creating empty {config_file}"
msgstr "A ler '{config_file}'"
#: ../fdroidserver/publish.py
msgid "Creating log directory"
msgstr "Criando o diretório de log"
@ -706,6 +711,16 @@ msgstr "ERRO: host de git \"%s\" não suportado, patches são bem-vindos!"
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr "ERRO: {key} em {path} não é \"arquivo\" ou \"repositório\"!"
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} not a valid key!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}'s value should be of type {t}!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
@ -730,6 +745,11 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr "A variável de ambiente {var} de {configname} não está definida!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Environment variable {{env: {var}}} is not set!"
msgstr "A variável de ambiente {var} de {configname} não está definida!"
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Pode ser necessário executar `fdroid update` primeiro.)"
@ -976,6 +996,11 @@ msgstr "A ignorar a entrada FUNDING.yml por mais que 2048: %s"
msgid "Ignoring bad element in manifest: %s"
msgstr "A ignorar o elemento mau no manifesto: %s"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
msgstr "{oldfile} está obsoleto, use {newfile}"
#: ../fdroidserver/index.py
msgid "Ignoring package without metadata: "
msgstr "Ignorando o pacote sem metadados: "
@ -1346,6 +1371,10 @@ msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'token
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
#: ../fdroidserver/common.py
msgid "Only accepts a single key \"env\""
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Only print differences with the Play Store"
msgstr "Apenas mostrar diferenças com a Play Store"
@ -1742,6 +1771,10 @@ msgstr "Modo de atualização de marcações usado no git-svn, mas a repo não f
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
msgstr "Modo de teste - ponha a saída apenas no diretório tmp e sempre compile, mesmo que a saída já exista."
#: ../fdroidserver/index.py
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -2842,6 +2875,11 @@ msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml
msgid "{oldfile} is deprecated, use {newfile}"
msgstr "{oldfile} está obsoleto, use {newfile}"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path1} is a duplicate of {path2}, remove one!"
msgstr ""
#: ../fdroidserver/import_subcommand.py
#, python-brace-format
msgid "{path} already exists, ignoring import results!"