mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
make -C locale/ clean update
This commit is contained in:
parent
f24eae0f6f
commit
4d14179732
37 changed files with 2732 additions and 112 deletions
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
|
||||
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
|
||||
"PO-Revision-Date: 2020-11-10 16:21+0000\n"
|
||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
|
||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
|
||||
|
@ -143,6 +143,11 @@ msgstr "A(z) %s kapcsoló nem fogad értéket"
|
|||
msgid "'keypass' not found in config.py!"
|
||||
msgstr "A „keypass” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keypass' not found in config.yml!"
|
||||
msgstr "A „keypass” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
|
||||
msgstr ""
|
||||
|
@ -151,14 +156,29 @@ msgstr ""
|
|||
msgid "'keystore' not found in config.py!"
|
||||
msgstr "A „keystore” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keystore' not found in config.yml!"
|
||||
msgstr "A „keystore” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'keystorepass' not found in config.py!"
|
||||
msgstr "A „keystorepass” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keystorepass' not found in config.yml!"
|
||||
msgstr "A „keystorepass” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'repo_keyalias' not found in config.py!"
|
||||
msgstr "A „repo_keyalias” nem található a config.py fájlban."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'repo_keyalias' not found in config.yml!"
|
||||
msgstr "A „repo_keyalias” nem található a config.py fájlban."
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "'required' is an invalid argument for positionals"
|
||||
|
@ -168,6 +188,11 @@ msgstr ""
|
|||
msgid "'sdk_path' not set in 'config.py'!"
|
||||
msgstr "Az „sdk_path” nincs megadva a „config.py” fájlban."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'sdk_path' not set in config.yml!"
|
||||
msgstr "Az „sdk_path” nincs megadva a „config.py” fájlban."
|
||||
|
||||
#. 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.
|
||||
|
@ -282,6 +307,11 @@ msgstr ""
|
|||
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
#, python-brace-format
|
||||
msgid "Android SDK not found at {path}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Android SDK not found!"
|
||||
msgstr ""
|
||||
|
@ -296,6 +326,11 @@ msgstr ""
|
|||
msgid "Android SDK path '{path}' is not a directory!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Android SDK tool {cmd} found!"
|
||||
msgstr ""
|
||||
|
||||
#. 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.
|
||||
|
@ -454,6 +489,11 @@ msgstr ""
|
|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Could not find '{command}' on your system"
|
||||
|
@ -472,6 +512,11 @@ msgstr ""
|
|||
msgid "Could not find {path} to remove it"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "Could not open APK {path} for analysis: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Could not open apk file for analysis"
|
||||
msgstr ""
|
||||
|
@ -695,6 +740,11 @@ msgid ""
|
|||
"> "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Environment variable {var} from {configname} is not set!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py ../fdroidserver/checkupdates.py
|
||||
#: ../fdroidserver/upload.py
|
||||
#, python-format
|
||||
|
@ -822,7 +872,7 @@ msgstr ""
|
|||
msgid "Found bad funding file \"{path}\" for \"{name}\":"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
|
||||
msgid "Found invalid appids in arguments"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1180,6 +1230,10 @@ msgstr ""
|
|||
msgid "No commit specified for {versionName} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "No config.yml found, using defaults."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "No fingerprint in URL."
|
||||
msgstr ""
|
||||
|
@ -1226,7 +1280,7 @@ msgstr ""
|
|||
msgid "No signing certificates found in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
|
||||
#, python-format
|
||||
msgid "No such package: %s"
|
||||
msgstr ""
|
||||
|
@ -1258,6 +1312,10 @@ msgstr ""
|
|||
msgid "Now set these in config.py:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
msgid "Now set these in config.yml:"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
|
@ -1729,6 +1787,10 @@ msgstr ""
|
|||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "URL must start with https:// or http://"
|
||||
msgstr ""
|
||||
|
@ -1759,6 +1821,11 @@ msgstr ""
|
|||
msgid "Unexpected text on same line as {field} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "Unknown entry {key} in {configname}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid ../fdroidserver/__main__.py
|
||||
msgid "Unknown exception found!"
|
||||
msgstr "Ismeretlen kivétel észlelve!"
|
||||
|
@ -2646,6 +2713,11 @@ msgstr ""
|
|||
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "{oldfile} is deprecated, use {newfile}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
#, python-brace-format
|
||||
msgid "{path} already exists, ignoring import results!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue