make -C locale/ clean update

This commit is contained in:
Hans-Christoph Steiner 2021-01-14 14:56:20 +01:00
parent f24eae0f6f
commit 4d14179732
37 changed files with 2732 additions and 112 deletions

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\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-09-02 16:10+0000\n"
"Last-Translator: Hinaloe <hina@hinaloe.net>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -142,14 +146,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /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"
@ -159,6 +175,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
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.
@ -273,6 +293,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 ""
@ -287,6 +312,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr "Android SDK パス '{path}' はディレクトリではありません!"
#: ../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.
@ -444,6 +474,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"
@ -462,6 +497,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 ""
@ -685,6 +725,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
@ -812,7 +857,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 ""
@ -1170,6 +1215,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 ""
@ -1216,7 +1265,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 ""
@ -1248,6 +1297,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
@ -1718,6 +1771,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 ""
@ -1748,6 +1805,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 ""
@ -2632,6 +2694,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!"