mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
make -C locale update
This commit is contained in:
parent
4448aeb550
commit
6fbb2fec9c
53 changed files with 2123 additions and 196 deletions
|
@ -21,7 +21,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-01-21 17:02+0100\n"
|
||||
"POT-Creation-Date: 2025-03-19 17:55+0100\n"
|
||||
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
|
||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
|
||||
|
@ -536,6 +536,11 @@ msgstr "Nuovo container \"{name}\" creato"
|
|||
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||
msgstr "Creazione \"{path}\" per configurazione s3cmd."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Creating empty {config_file}"
|
||||
msgstr "Lettura di '{config_file}'"
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "Creating log directory"
|
||||
msgstr "Creazione della directory dei log"
|
||||
|
@ -719,6 +724,16 @@ msgstr "ERRORE: host git \"%s\" non supportato, le patch sono benvenute!"
|
|||
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
|
||||
msgstr ""
|
||||
|
||||
#: ../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}!"
|
||||
|
@ -743,6 +758,11 @@ msgstr ""
|
|||
msgid "Environment variable {var} from {configname} is not set!"
|
||||
msgstr "La variabile d'ambiente {var} da {configname} non è impostata!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Environment variable {{env: {var}}} is not set!"
|
||||
msgstr "La variabile d'ambiente {var} da {configname} non è impostata!"
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||
msgstr ""
|
||||
|
@ -990,6 +1010,11 @@ msgstr "Ignorando la voce FUNDING.yml più lunga di 2048: %s"
|
|||
msgid "Ignoring bad element in manifest: %s"
|
||||
msgstr "Ignorato elemento errato nel manifest: %s"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||
msgstr "{oldfile} è deprecato, usa {newfile}"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "Ignoring package without metadata: "
|
||||
msgstr "Ignorare il pacchetto senza metadati: "
|
||||
|
@ -1360,6 +1385,10 @@ msgstr ""
|
|||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||
msgstr "Solo PNG e JPEG sono supportati per la grafica, trovati: {path}"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Only accepts a single key \"env\""
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
msgid "Only print differences with the Play Store"
|
||||
msgstr "Stampa solo le differenze con il Play Store"
|
||||
|
@ -1757,6 +1786,10 @@ msgstr "Modalità di aggiornamento dei tag utilizzata in git-svn, ma il repo non
|
|||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||
msgstr "Modalità test - mette l'output solo nella directory tmp, e costruisce sempre, anche se l'output esiste già."
|
||||
|
||||
#: ../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
|
||||
|
@ -2863,6 +2896,11 @@ msgstr "{name} \"{section}/icons/{path}\" non esiste! Controlla \"config.yml\"."
|
|||
msgid "{oldfile} is deprecated, use {newfile}"
|
||||
msgstr "{oldfile} è deprecato, usa {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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue