mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 19:50:29 +03:00
make -C locale update
This commit is contained in:
parent
4448aeb550
commit
6fbb2fec9c
53 changed files with 2123 additions and 196 deletions
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 0.8-74-ga380b9f\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: 2022-09-06 14:30+0000\n"
|
||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/>\n"
|
||||
|
|
@ -532,6 +532,11 @@ msgstr "Opprettet ny beholder \"{name}\""
|
|||
msgid "Creating \"{path}\" for configuring s3cmd."
|
||||
msgstr "Oppretter \"{path}\" for oppsett av s3cmd."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Creating empty {config_file}"
|
||||
msgstr "Leser '{config_file}'"
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "Creating log directory"
|
||||
msgstr "Oppretter loggingsmappe"
|
||||
|
|
@ -723,6 +728,16 @@ msgstr ""
|
|||
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}!"
|
||||
|
|
@ -747,6 +762,11 @@ msgstr ""
|
|||
msgid "Environment variable {var} from {configname} is not set!"
|
||||
msgstr "Miljøvariabelen {var} fra {configname} er ikke satt!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Environment variable {{env: {var}}} is not set!"
|
||||
msgstr "Miljøvariabelen {var} fra {configname} er ikke satt!"
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
|
||||
msgstr ""
|
||||
|
|
@ -1003,6 +1023,11 @@ msgstr "Ser bort fra FUNDING.yml-oppføring som er lengre enn 2048: %s"
|
|||
msgid "Ignoring bad element in manifest: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
|
||||
msgstr "{oldfile} er avleggs, bruk {newfile}"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "Ignoring package without metadata: "
|
||||
msgstr "Ignorerte pakke uten metadata: "
|
||||
|
|
@ -1391,6 +1416,10 @@ msgstr ""
|
|||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
|
||||
msgstr "Kun PNG og JPEG støttes for grafikk, fant: {path}"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Only accepts a single key \"env\""
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
msgid "Only print differences with the Play Store"
|
||||
msgstr "Kun skriv ut forskjeller vis-a-vis Play-butikken"
|
||||
|
|
@ -1802,6 +1831,10 @@ msgstr ""
|
|||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||
msgstr "Testmodus - putt utdata kun i tmp-mappe, og alltid bygg, selv når utdataen finnes allerede."
|
||||
|
||||
#: ../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
|
||||
|
|
@ -2933,6 +2966,11 @@ msgstr "{name} «{section}/icons/{path}» finnes ikke. Rett det i config.yml."
|
|||
msgid "{oldfile} is deprecated, use {newfile}"
|
||||
msgstr "{oldfile} er avleggs, bruk {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