mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Updated by hook in Weblate to make PO files to match POT (msgmerge)
This commit is contained in:
parent
9bc81f2689
commit
ec578fe85f
25 changed files with 3709 additions and 3108 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: 2018-07-13 11:05+0200\n"
|
||||
"POT-Creation-Date: 2019-01-28 13:31+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -55,6 +55,7 @@ msgid "\"{path}\" is not an accepted format, convert to: {formats}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "%(option)s option requires %(number)d argument"
|
||||
msgid_plural "%(option)s option requires %(number)d arguments"
|
||||
|
@ -67,6 +68,7 @@ msgid "%(prog)s [options] url"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "%(prog)s: error: %(message)s\n"
|
||||
msgstr ""
|
||||
|
@ -77,10 +79,12 @@ msgid "%d problems found"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "%prog [options]"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "%r is not callable"
|
||||
msgstr ""
|
||||
|
@ -91,6 +95,7 @@ msgid "%s is not an accepted build field"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "%s option does not take a value"
|
||||
msgstr ""
|
||||
|
@ -112,6 +117,7 @@ msgid "'repo_keyalias' not found in config.py!"
|
|||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -137,6 +143,11 @@ msgstr ""
|
|||
msgid "'{apkfilename}' is already installed on {dev}."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' in {linedesc} is obsolete, see docs for current fields:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
|
||||
|
@ -158,6 +169,7 @@ msgid "...checkupdate failed for {appid} : {error}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid ".__call__() not defined"
|
||||
msgstr ""
|
||||
|
||||
|
@ -336,12 +348,12 @@ msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgid "Categories are not set"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid
|
||||
|
@ -458,6 +470,11 @@ msgstr ""
|
|||
msgid "Creating unsigned index in preparation for signing"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "CurrentVersionCode {cv} is less than oldest build entry {versionCode}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
|
||||
msgstr ""
|
||||
|
@ -901,6 +918,10 @@ msgstr ""
|
|||
msgid "List files that would be reformatted"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Locale included in f-droid.org URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Make the build stop on exceptions"
|
||||
msgstr ""
|
||||
|
@ -1050,9 +1071,14 @@ msgid "Only process apps with auto-updates"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
msgid "Output JSON report to file named after APK."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Overall license of the project."
|
||||
msgstr ""
|
||||
|
@ -1405,6 +1431,10 @@ msgstr ""
|
|||
msgid "The directory to write the mirror to"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "The only commands currently supported are 'init' and 'update'"
|
||||
msgstr ""
|
||||
|
@ -1422,10 +1452,6 @@ msgstr ""
|
|||
msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "There is a keyalias collision - publishing halted"
|
||||
msgstr ""
|
||||
|
@ -1497,10 +1523,20 @@ msgstr ""
|
|||
msgid "Unnecessary trailing space"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised app field '{fieldname}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unrecognised app field: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised field '{field}' in {linedesc}"
|
||||
|
@ -1585,10 +1621,12 @@ msgid "UpdateCheckData not a valid URL: {url}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "Usage: %s\n"
|
||||
msgstr ""
|
||||
|
@ -1682,11 +1720,13 @@ msgid "adding to {name}: {path}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "ambiguous option: %(option)s could match %(matches)s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "ambiguous option: %s (%s?)"
|
||||
msgstr ""
|
||||
|
@ -1707,6 +1747,7 @@ msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "argument \"-\" with mode %r"
|
||||
msgstr ""
|
||||
|
@ -1716,15 +1757,18 @@ msgid "attempting bare ssh connection to test deploy key:"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "can't open '%s': %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "cannot have multiple subparser arguments"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "cannot merge actions - two groups are named %r"
|
||||
msgstr ""
|
||||
|
@ -1743,10 +1787,12 @@ msgid "command to execute, either 'init' or 'update'"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "complex"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "conflicting option string: %s"
|
||||
msgid_plural "conflicting option strings: %s"
|
||||
|
@ -1774,11 +1820,13 @@ msgid "deployed build logs to '{path}'"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "dest= is required for options like %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "expected %s argument"
|
||||
msgid_plural "expected %s arguments"
|
||||
|
@ -1786,14 +1834,17 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected at least one argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected at most one argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected one argument"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1811,6 +1862,7 @@ msgid "fdroid [<command>] [-h|--help|--version|<args>]"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "floating-point"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1827,6 +1879,7 @@ msgid "git svn clone failed"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "ignored explicit argument %r"
|
||||
msgstr ""
|
||||
|
@ -1836,25 +1889,30 @@ msgid "index-v1 must have a signature, use `fdroid signindex` to create it!"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "integer"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid %(type)s value: %(value)r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid conflict_resolution value: %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
|
||||
msgstr ""
|
||||
|
@ -1878,6 +1936,7 @@ msgid "mirror '%s' does not end with 'fdroid'!"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "mutually exclusive arguments must be optional"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1891,6 +1950,7 @@ msgid "no APK supplied"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "no such option: %s"
|
||||
msgstr ""
|
||||
|
@ -1900,11 +1960,13 @@ msgid "no version info found!"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "not allowed with argument %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "one of the arguments %s is required"
|
||||
msgstr ""
|
||||
|
@ -1919,46 +1981,55 @@ msgid "option %s: If you really want to install all the signed apps, use --all"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "option %s: invalid %s value: %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "option %s: invalid choice: %r (choose from %s)"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option -%s not recognized"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option -%s requires argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s must not have an argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s not a unique prefix"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s not recognized"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s requires argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "optional arguments"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1968,6 +2039,7 @@ msgid "overwriting existing {path}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "positional arguments"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1987,11 +2059,13 @@ msgid "s3cmd sync indexes {path} to {url} and delete"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "show program's version number and exit"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py
|
||||
#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.7/optparse.py
|
||||
msgid "show this help message and exit"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2022,21 +2096,25 @@ msgid "supplied timestamp value '{timestamp}' is not a unix timestamp"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "the following arguments are required: %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unexpected option string: %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unrecognized arguments: %s"
|
||||
msgstr ""
|
||||
|
@ -2047,6 +2125,7 @@ msgid "unsafe permissions on '{config_file}' (should be 0600)!"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "usage: "
|
||||
msgstr ""
|
||||
|
||||
|
@ -2086,6 +2165,16 @@ msgstr ""
|
|||
msgid "{appid} does not have a name! Using package name instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Android Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Java Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} is missing {name}"
|
||||
|
@ -2102,6 +2191,16 @@ msgstr ""
|
|||
msgid "{appid}: no builds specified, running on current source state"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}!'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}'!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{field} not terminated in {name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue