mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/ Translation: F-Droid/F-Droid Server
This commit is contained in:
parent
11469bf951
commit
86932dbc21
31 changed files with 1457 additions and 465 deletions
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 0.9\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2020-10-01 12:34+0200\n"
|
||||
"POT-Creation-Date: 2020-10-01 12:22+0200\n"
|
||||
"PO-Revision-Date: 2020-10-01 11:26+0000\n"
|
||||
"Last-Translator: Massimiliano Caniparoli <massic80@gmail.com>\n"
|
||||
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
|
||||
|
@ -387,24 +387,16 @@ msgid_plural "Can't build due to {} errors while scanning"
|
|||
msgstr[0] "Impossibile costruire a causa di un errore con {} durante la scansione"
|
||||
msgstr[1] "Impossibile costruire a causa di errori con {} durante la scansione"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot find a packageName for {path}!"
|
||||
msgstr "Impossibile trovare un packageName per {path}!"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot find an appid for {path}!"
|
||||
msgstr "Impossibile trovare un appid per {path}!"
|
||||
|
||||
#: ../fdroidserver/vmtools.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot read \"{path}\"!"
|
||||
msgstr "Impossibile leggere \"{path}\"!"
|
||||
|
||||
#. Translators: https://developer.android.com/studio/build/application-id
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Cannot resolve app id {appid}"
|
||||
#, fuzzy, python-brace-format
|
||||
#| msgid "Cannot resolve app id {appid}"
|
||||
msgid "Cannot resolve application ID {appid}"
|
||||
msgstr "Impossibile trovare l'app id {appid}"
|
||||
|
||||
#: ../fdroidserver/rewritemeta.py
|
||||
|
@ -501,6 +493,7 @@ msgstr "Impossibile aprire il file apk per l'analisi"
|
|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/studio/build/application-id
|
||||
#: ../fdroidserver/import.py
|
||||
#, fuzzy
|
||||
msgid "Couldn't find Application ID"
|
||||
|
@ -1021,6 +1014,11 @@ msgstr "APK non valido"
|
|||
msgid "Invalid VercodeOperation: {field}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Invalid application ID {appid}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-format
|
||||
msgid "Invalid boolean '%s'"
|
||||
|
@ -1130,7 +1128,7 @@ msgstr ""
|
|||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "Last used commit '{commit}' looks like a tag, but Update Check Mode is '{ucm}'"
|
||||
msgid "Last used commit '{commit}' looks like a tag, but UpdateCheckMode is '{ucm}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
|
@ -1887,8 +1885,9 @@ msgstr ""
|
|||
msgid "Unused scanignore path: %s"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/studio/build/application-id
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Update Check Name is set to the known app id - it can be removed"
|
||||
msgid "UpdateCheckName is set to the known application ID - it can be removed"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid ../fdroidserver/__main__.py
|
||||
|
@ -1922,6 +1921,10 @@ msgstr ""
|
|||
msgid "UpdateCheckData not a valid URL: {url}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
#, python-brace-format
|
||||
msgid "Uploading {apkfilename} to androidobservatory.org"
|
||||
|
@ -2068,6 +2071,17 @@ msgstr "opzione ambigua: %s (%s?)"
|
|||
msgid "apksigner not found, it's required for signing!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
msgid "application ID of file to operate on"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
|
||||
#: ../fdroidserver/build.py ../fdroidserver/scanner.py
|
||||
#: ../fdroidserver/install.py
|
||||
msgid "application ID with optional versionCode in the form APPID[:VERCODE]"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py
|
||||
msgid "applicationId in the form APPID"
|
||||
msgstr ""
|
||||
|
@ -2561,6 +2575,11 @@ msgstr ""
|
|||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
|
||||
msgstr "L'AndroidManifest.xml di {apkfilename} ha una data non corretta: "
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} does not have a name! Using application ID instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} does not have a name! Using package name instead."
|
||||
|
@ -2571,6 +2590,11 @@ msgstr ""
|
|||
msgid "{appid} from {path} is not a valid Android Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Android application ID!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Java Package Name!"
|
||||
|
@ -2669,5 +2693,11 @@ msgid_plural "{} builds succeeded"
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#~ msgid "Cannot find a packageName for {path}!"
|
||||
#~ msgstr "Impossibile trovare un packageName per {path}!"
|
||||
|
||||
#~ msgid "Cannot find an appid for {path}!"
|
||||
#~ msgstr "Impossibile trovare un appid per {path}!"
|
||||
|
||||
#~ msgid "Interactively ask about things that need updating."
|
||||
#~ msgstr "Chiedi interattivamente riguardo a ciò che deve essere aggiornato."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue