make -C locale update

This commit is contained in:
Hans-Christoph Steiner 2022-02-15 20:06:25 +01:00
parent d059b2039c
commit b3e126a3ba
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
42 changed files with 7556 additions and 767 deletions

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"POT-Creation-Date: 2022-02-15 20:04+0100\n"
"PO-Revision-Date: 2021-04-10 21:26+0000\n"
"Last-Translator: Germe the fur star <FOSSgerme.deb@tuta.io>\n"
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
@ -61,6 +61,11 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
#, fuzzy, python-brace-format
msgid "\"local_copy_dir\" {path} does not exist!"
msgstr "directorio_copia_local ¡tiene que ser una ruta absoluta!"
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
@ -95,6 +100,11 @@ msgstr ""
msgid "\"{path}\" is not an accepted format, convert to: {formats}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "\"{path}\" is signed by a key that is not allowed:"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "\"{url}\" is not a valid URL!"
@ -320,6 +330,11 @@ msgstr ""
msgid "Android SDK tool {cmd} found!"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "Android SDK tool {cmd} not found!"
msgstr "No se encontró Android SDK!"
#. Translators: "build-tools" is the file name of a package from
#. Google, it is part of the Android SDK. So it probably shouldn't be
#. translated or transliterated.
@ -396,6 +411,10 @@ msgstr ""
msgid "Built repo based in \"%s\" with this config:"
msgstr "Empaquetar repositorio basado en %s con esta configuración:"
#: ../fdroidserver/checkupdates.py
msgid "Can't auto-update app with no CurrentVersionCode"
msgstr ""
#: ../fdroidserver/build.py
msgid "Can't build due to {} error while scanning"
msgid_plural "Can't build due to {} errors while scanning"
@ -512,6 +531,11 @@ msgstr ""
msgid "Couldn't find Application ID"
msgstr "Construir todas las aplicaciones disponibles"
#: ../fdroidserver/checkupdates.py
#, fuzzy
msgid "Couldn't find any version information"
msgstr "Empaquetado con la ultima versión de cada paquete"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/import.py
msgid "Couldn't find latest version code"
@ -522,7 +546,7 @@ msgstr ""
msgid "Couldn't find latest version name"
msgstr ""
#: ../fdroidserver/import.py
#: ../fdroidserver/import.py ../fdroidserver/checkupdates.py
msgid "Couldn't find package ID"
msgstr ""
@ -668,6 +692,11 @@ msgstr ""
msgid "Download logs we don't have"
msgstr "Descargar los registros que no faltan"
#: ../fdroidserver/common.py
#, python-format
msgid "Downloading %s"
msgstr ""
#: ../fdroidserver/common.py
msgid "Downloading the repository already failed once, not trying again."
msgstr ""
@ -785,6 +814,10 @@ msgstr ""
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
msgid "Failed to get APK signing key fingerprint"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -916,6 +949,10 @@ msgstr ""
msgid "Git fetch failed"
msgstr ""
#: ../fdroidserver/common.py
msgid "Git prune failed"
msgstr ""
#: ../fdroidserver/common.py
msgid "Git remote set-head failed"
msgstr ""
@ -990,6 +1027,16 @@ msgstr ""
msgid "Include the source tarballs in the mirror"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-format
msgid "Including metadata from %s@%s"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Including metadata from {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Initialising submodules"
msgstr ""
@ -1030,6 +1077,16 @@ msgstr "Interactuar con el servidor HTTP del repositorio"
msgid "Invalid APK"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid AutoUpdateMode: {mode}"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid UpdateCheckMode: {mode}"
msgstr ""
#: ../fdroidserver/lint.py ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid VercodeOperation: {field}"
@ -1082,6 +1139,11 @@ msgstr ""
msgid "Invalid name for published file: %s"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid ndk: entry in build: \"{ndk}\""
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid package name {0}"
@ -1143,6 +1205,11 @@ msgstr ""
msgid "Javascript in HTML src attributes"
msgstr ""
#: ../fdroidserver/build.py
#, python-brace-format
msgid "Keeping failed build \"{apkfilename}\""
msgstr ""
#: ../fdroidserver/init.py
#, fuzzy
msgid "Keystore for signing key:\t"
@ -1165,6 +1232,11 @@ msgstr ""
msgid "List files that would be reformatted"
msgstr "Listar archivos que serán reformateados"
#: ../fdroidserver/rewritemeta.py
#, fuzzy
msgid "List files that would be reformatted (dry run)"
msgstr "Listar archivos que serán reformateados"
#: ../fdroidserver/lint.py
msgid "Locale included in f-droid.org URL"
msgstr ""
@ -1198,6 +1270,11 @@ msgstr ""
msgid "No 'config.yml' found, using defaults."
msgstr ""
#: ../fdroidserver/verify.py
#, python-format
msgid "No APK for package: %s"
msgstr ""
#: ../fdroidserver/common.py
msgid "No Android SDK found!"
msgstr ""
@ -1235,6 +1312,15 @@ msgstr ""
msgid "No information found."
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "No matching tags found"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "No minimum SDK version found in {0}, using default (3)."
msgstr ""
#: ../fdroidserver/lint.py
msgid "No need to specify that the app is Free Software"
msgstr ""
@ -1276,6 +1362,10 @@ msgstr ""
msgid "No such versionCode {versionCode} for app {appid}"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "No tags found"
msgstr ""
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
msgid "No unsigned directory - nothing to do"
msgstr ""
@ -1500,10 +1590,19 @@ msgstr "Recalcular agregación de estados - usar cuando se hacen cambios que inv
msgid "Removing specified files"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Removing {path}\""
msgstr ""
#: ../fdroidserver/update.py
msgid "Rename APK files that do not match package.name_123.apk"
msgstr "Renombrar archivos APK que no corresponden a package.name_123.apk"
#: ../fdroidserver/checkupdates.py
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
msgstr ""
#: ../fdroidserver/update.py
msgid "Report on build data status"
msgstr "Reportar el estado de la construcción"
@ -1584,6 +1683,15 @@ msgid_plural "Scanner found {} problems"
msgstr[0] ""
msgstr[1] ""
#: ../fdroidserver/scanner.py
msgid "Scanning APK with apkanalyzer for known non-free classes."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Set NDK {release} ({version}) up"
msgstr ""
#: ../fdroidserver/common.py
msgid "Set clock to that time using:"
msgstr ""
@ -1627,6 +1735,11 @@ msgstr "Saltear el escaneo de binarios y otros problemas en el código fuente"
msgid "Skipping '{apkfilename}' with invalid signature!"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "Skipping GitLab Pages mirror because the repo is too large (>%.2fGB)!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Skipping index generation for {appid}"
@ -1692,6 +1805,14 @@ msgstr ""
msgid "System clock is older than date in {path}!"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Tags update mode only works for git, hg, bzr and git-svn repositories currently"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Tags update mode used in git-svn, but the repo was not set up with tags"
msgstr ""
#: ../fdroidserver/build.py
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
msgstr "Modo prueba - pone la salida solo en el directorio temporal, y siempre construye, incluso cuando la salida ya exista."
@ -1749,6 +1870,18 @@ msgstr ""
msgid "This repo already has local metadata: %s"
msgstr ""
#: ../fdroidserver/init.py
#, python-format
msgid ""
"To complete the setup, add your APKs to \"%s\"\n"
"then run \"fdroid update -c; fdroid update\". You might also want to edit\n"
"\"config.yml\" to set the URL, repo name, and more. You should also set up\n"
"a signing key (a temporary one might have been automatically generated).\n"
"\n"
"For more info: https://f-droid.org/docs/Setup_an_F-Droid_App_Repo\n"
"and https://f-droid.org/docs/Signing_Process"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
@ -1778,6 +1911,11 @@ msgstr ""
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unexpected symlink target: {link} -> {target}"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Unexpected text on same line as {field} in {linedesc}"
@ -1901,6 +2039,11 @@ msgstr ""
msgid "Unused scanignore path: %s"
msgstr ""
#: ../fdroidserver/common.py
#, python-format
msgid "Unzipping to %s"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Update repo information for new packages"
msgstr "Actualizar información del repositorio para paquetes nuevos"
@ -2085,6 +2228,10 @@ msgstr "opción ambigua: %(option)s podría corresponderse con %(matches)s"
msgid "ambiguous option: %s (%s?)"
msgstr "opción ambigua: %s (%s?)"
#: ../fdroidserver/common.py
msgid "apksigner not found! Cannot sign or verify modern APKs"
msgstr ""
#: ../fdroidserver/common.py
msgid "apksigner not found, it's required for signing!"
msgstr ""
@ -2213,6 +2360,11 @@ msgstr ""
msgid "created {path}"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "current version is newer: old vercode={old}, new vercode={new}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "deleting: repo/{apkfilename}"
@ -2336,6 +2488,11 @@ msgstr ""
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "latest build recipe is newer: old vercode={old}, new vercode={new}"
msgstr ""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
@ -2380,6 +2537,11 @@ msgstr "no hay tal opción: %s"
msgid "no version info found!"
msgstr "¡Se encontró una excepción desconocida!"
#: ../fdroidserver/checkupdates.py
#, fuzzy
msgid "no version information found"
msgstr "¡Se encontró una excepción desconocida!"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
#, python-format
@ -2498,6 +2660,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-format
msgid "scanner not cleanly run apkanalyzer: %s"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "shared library"
msgstr "librería compartida"
@ -2641,6 +2808,11 @@ msgstr ""
msgid "{appid} from {path} is not a valid Java Package Name!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{appid} has both APKs and files: {files}"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{appid} is missing {name}"
@ -2722,6 +2894,11 @@ msgstr ""
msgid "{path} more than 200MB, manually upload: {url}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path}: {error}"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{url} does not end with \"fdroid\", check the URL path!"