make -C locale update

This commit is contained in:
Hans-Christoph Steiner 2025-09-29 14:29:21 +02:00
parent 93cdae43ff
commit c8a017f413
55 changed files with 4437 additions and 56 deletions

View file

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2025-06-25 09:52+0200\n"
"POT-Creation-Date: 2025-09-29 14:29+0200\n"
"PO-Revision-Date: 2025-03-20 16:21+0000\n"
"Last-Translator: Champ0999 <champ0999@users.noreply.hosted.weblate.org>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
@ -55,6 +55,14 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr "\"%s/\" non ha un file di metadati corrispondente!"
#: ../fdroidserver/deploy.py
msgid "\"AWS_ACCESS_KEY_ID\" must be set as an environmental variable!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "\"AWS_SECRET_ACCESS_KEY\" must be set as an environmental variable!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"isPrimary\" key should not be added to mirrors!"
msgstr ""
@ -145,6 +153,11 @@ msgstr "\"keystore\" non trovato in config.yml!"
msgid "'keystorepass' not found in config.yml!"
msgstr "\"keystorepass\" non trovato in config.yml!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "'rclone_config' must be set in config.yml!"
msgstr "Per usare awsbucket, awssecretkey e awsaccesskeyid devono essere impostati anche in config.yml!"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr "\"repo_keyalias\" non trovato in config.yml!"
@ -203,6 +216,11 @@ msgstr "/issues è mancante"
msgid "A URL is required as an argument!"
msgstr "È richiesto un URL come argomento!"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "APK file {path} does not have a version code in its manifest"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "APK signatures have different certificates in {path}:"
@ -220,6 +238,10 @@ msgstr "Aggiungi una chiave di firma ad un repository non firmato"
msgid "Add skeleton metadata files for APKs that are missing them"
msgstr "Aggiungi i file scheletro di metadata agli APK che sono senza"
#: ../fdroidserver/deploy.py
msgid "Adding all files to git mirror"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Adding new repo for only {name}"
@ -435,6 +457,10 @@ msgstr "Cambiamenti del commit"
msgid "Commit changes, push, then make a merge request"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Committing index files to git mirror"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Conflicting \"{field}\" definitions between .yml and localized files:"
@ -459,6 +485,16 @@ msgstr "Impossibile trovare il codice della versione più recente"
msgid "Could not find latest version name"
msgstr "Impossibile trovare il nome della versione più recente"
#: ../fdroidserver/import_subcommand.py
#, fuzzy
msgid "Could not find latest versionCode"
msgstr "Impossibile trovare il codice della versione più recente"
#: ../fdroidserver/import_subcommand.py
#, fuzzy
msgid "Could not find latest versionName"
msgstr "Impossibile trovare il nome della versione più recente"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not find {path} to remove it"
@ -700,6 +736,11 @@ msgstr ""
"Inserisci qui il percorso dell'Android SDK (%s):\n"
"> "
#: ../fdroidserver/nightly.py
#, fuzzy, python-brace-format
msgid "Environment variable \"{name}\" has an empty value!"
msgstr "La variabile d'ambiente {var} da {configname} non è impostata!"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Environment variable {var} from {configname} is not set!"
@ -1273,6 +1314,16 @@ msgstr "Nessuna directory non firmata - niente da fare"
msgid "No version information could be found."
msgstr "Nessuna informazione sulla versione trovata."
#: ../fdroidserver/scanner.py
#, fuzzy, python-format
msgid "Non-exist scandelete path: %s"
msgstr "Percorso scandelete non utilizzato: %s"
#: ../fdroidserver/scanner.py
#, fuzzy, python-format
msgid "Non-exist scanignore path: %s"
msgstr "Percorso scanignore non utilizzato: %s"
#: ../fdroidserver/common.py
msgid "Not a valid size definition: \"{}\""
msgstr "Definizione di dimensione non valida: \"{}\""
@ -1653,6 +1704,11 @@ msgstr "Salta la scansione del codice sorgente per i binari e altri problemi"
msgid "Skipping '{apkfilename}' with invalid signature!"
msgstr "Saltare '{apkfilename} con firma non valida!"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Skipping '{apkfilename}' without versionCode!"
msgstr "Saltare '{apkfilename} con firma non valida!"
#: ../fdroidserver/deploy.py ../fdroidserver/index.py
#, python-format
msgid "Skipping GitLab Pages mirror because the repo is too large (>%.2fGB)!"
@ -1731,6 +1787,11 @@ msgstr ""
msgid "The OBB version code must come after \"{name}.\":"
msgstr "Il codice della versione OBB deve venire dopo \"{name}\":"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "The OBB versionCode must come after \"{name}.\":"
msgstr "Il codice della versione OBB deve venire dopo \"{name}\":"
#: ../fdroidserver/btlog.py
msgid "The base URL for the repo to log (default: https://f-droid.org)"
msgstr "L'URL di base per il repo da registrare (predefinito: https://f-droid.org)"
@ -1919,6 +1980,11 @@ msgstr "UpdateCheckData ha un URL non valido: {url}"
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
msgstr "UpdateCheckData deve corrispondere al codice di versione come intero (\\d o [0-9]): {codeex}"
#: ../fdroidserver/lint.py
#, fuzzy, python-brace-format
msgid "UpdateCheckData must match the versionCode as integer (\\d or [0-9]): {codeex}"
msgstr "UpdateCheckData deve corrispondere al codice di versione come intero (\\d o [0-9]): {codeex}"
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "UpdateCheckData must use HTTPS URL: {url}"
@ -1970,6 +2036,11 @@ msgstr "Usa la data dell'APK invece dell'ora corrente per gli APK aggiunti di re
msgid "Using \"{path}\" for configuring s3cmd."
msgstr "Usare \"{path}\" per configurare s3cmd."
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
msgid "Using \"{path}\" for rclone config."
msgstr "Usare \"{path}\" per configurare s3cmd."
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
@ -2002,6 +2073,11 @@ msgstr "Utilizzo di un dizionario vuoto al posto del contenuto di {path}!"
msgid "Using existing keystore \"{path}\""
msgstr "Utilizzando il keystore esistente \"{path}\""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
msgid "Using rclone to sync to \"{name}\""
msgstr "Utilizzando s3cmd per sincronizzare con: {url}"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
msgid "Using rclone to sync with: {url}"
@ -2407,6 +2483,11 @@ msgstr "opzioni"
msgid "overwriting existing {path}"
msgstr "sovrascrivendo il {path} esistente"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
msgid "path_to_custom_rclone_config: \"{path}\" does not exist!"
msgstr "La directory principale per local_copy_dir \"{path}\" non esiste!"
#: /usr/lib/python3.11/argparse.py
msgid "positional arguments"
msgstr "argomenti posizionali"