make -C locale update

This commit is contained in:
Hans-Christoph Steiner 2022-02-15 20:06:25 +01:00
parent d059b2039c
commit b3e126a3ba
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
42 changed files with 7556 additions and 767 deletions

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2021-01-29 16:12+0100\n"
"POT-Creation-Date: 2022-02-15 20:04+0100\n"
"PO-Revision-Date: 2021-01-16 21:23+0000\n"
"Last-Translator: Aled Powell <aled@aledpowell.cymru>\n"
"Language-Team: Welsh <https://hosted.weblate.org/projects/f-droid/fdroidserver/cy/>\n"
@ -56,6 +56,11 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format
msgid "\"local_copy_dir\" {path} does not exist!"
msgstr ""
#: ../fdroidserver/index.py
msgid "\"repo_pubkey\" must be present in config.yml when using --nosign!"
msgstr ""
@ -90,6 +95,11 @@ msgstr ""
msgid "\"{path}\" is not an accepted format, convert to: {formats}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "\"{path}\" is signed by a key that is not allowed:"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "\"{url}\" is not a valid URL!"
@ -316,6 +326,11 @@ msgstr ""
msgid "Android SDK tool {cmd} found!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} not 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.
@ -392,6 +407,10 @@ msgstr ""
msgid "Built repo based in \"%s\" with this config:"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Can't auto-update app with no CurrentVersionCode"
msgstr ""
#: ../fdroidserver/build.py
msgid "Can't build due to {} error while scanning"
msgid_plural "Can't build due to {} errors while scanning"
@ -509,6 +528,10 @@ msgstr ""
msgid "Couldn't find Application ID"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Couldn't find any version information"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/import.py
msgid "Couldn't find latest version code"
@ -519,7 +542,7 @@ msgstr ""
msgid "Couldn't find latest version name"
msgstr ""
#: ../fdroidserver/import.py
#: ../fdroidserver/import.py ../fdroidserver/checkupdates.py
msgid "Couldn't find package ID"
msgstr ""
@ -664,6 +687,11 @@ msgstr ""
msgid "Download logs we don't have"
msgstr ""
#: ../fdroidserver/common.py
#, python-format
msgid "Downloading %s"
msgstr ""
#: ../fdroidserver/common.py
msgid "Downloading the repository already failed once, not trying again."
msgstr ""
@ -780,6 +808,10 @@ msgstr ""
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
msgid "Failed to get APK signing key fingerprint"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -910,6 +942,10 @@ msgstr ""
msgid "Git fetch failed"
msgstr ""
#: ../fdroidserver/common.py
msgid "Git prune failed"
msgstr ""
#: ../fdroidserver/common.py
msgid "Git remote set-head failed"
msgstr ""
@ -984,6 +1020,16 @@ msgstr ""
msgid "Include the source tarballs in the mirror"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-format
msgid "Including metadata from %s@%s"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Including metadata from {path}"
msgstr ""
#: ../fdroidserver/common.py
msgid "Initialising submodules"
msgstr ""
@ -1024,6 +1070,16 @@ msgstr "Rhyngweithio â gweinydd HTTP yr ystorfa"
msgid "Invalid APK"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid AutoUpdateMode: {mode}"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid UpdateCheckMode: {mode}"
msgstr ""
#: ../fdroidserver/lint.py ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "Invalid VercodeOperation: {field}"
@ -1076,6 +1132,11 @@ msgstr ""
msgid "Invalid name for published file: %s"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid ndk: entry in build: \"{ndk}\""
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Invalid package name {0}"
@ -1137,6 +1198,11 @@ msgstr ""
msgid "Javascript in HTML src attributes"
msgstr ""
#: ../fdroidserver/build.py
#, python-brace-format
msgid "Keeping failed build \"{apkfilename}\""
msgstr ""
#: ../fdroidserver/init.py
msgid "Keystore for signing key:\t"
msgstr ""
@ -1158,6 +1224,10 @@ msgstr ""
msgid "List files that would be reformatted"
msgstr ""
#: ../fdroidserver/rewritemeta.py
msgid "List files that would be reformatted (dry run)"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Locale included in f-droid.org URL"
msgstr ""
@ -1191,6 +1261,11 @@ msgstr ""
msgid "No 'config.yml' found, using defaults."
msgstr ""
#: ../fdroidserver/verify.py
#, python-format
msgid "No APK for package: %s"
msgstr ""
#: ../fdroidserver/common.py
msgid "No Android SDK found!"
msgstr ""
@ -1228,6 +1303,15 @@ msgstr ""
msgid "No information found."
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "No matching tags found"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "No minimum SDK version found in {0}, using default (3)."
msgstr ""
#: ../fdroidserver/lint.py
msgid "No need to specify that the app is Free Software"
msgstr ""
@ -1269,6 +1353,10 @@ msgstr ""
msgid "No such versionCode {versionCode} for app {appid}"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "No tags found"
msgstr ""
#: ../fdroidserver/verify.py ../fdroidserver/publish.py
msgid "No unsigned directory - nothing to do"
msgstr ""
@ -1491,10 +1579,19 @@ msgstr ""
msgid "Removing specified files"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Removing {path}\""
msgstr ""
#: ../fdroidserver/update.py
msgid "Rename APK files that do not match package.name_123.apk"
msgstr "Ailenwi ffeiliau APK na sy'n dilyn y ffurf package.name_123.apk"
#: ../fdroidserver/checkupdates.py
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
msgstr ""
#: ../fdroidserver/update.py
msgid "Report on build data status"
msgstr ""
@ -1579,6 +1676,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
#: ../fdroidserver/scanner.py
msgid "Scanning APK with apkanalyzer for known non-free classes."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Set NDK {release} ({version}) up"
msgstr ""
#: ../fdroidserver/common.py
msgid "Set clock to that time using:"
msgstr ""
@ -1622,6 +1728,11 @@ msgstr ""
msgid "Skipping '{apkfilename}' with invalid signature!"
msgstr ""
#: ../fdroidserver/index.py
#, python-format
msgid "Skipping GitLab Pages mirror because the repo is too large (>%.2fGB)!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Skipping index generation for {appid}"
@ -1687,6 +1798,14 @@ msgstr ""
msgid "System clock is older than date in {path}!"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Tags update mode only works for git, hg, bzr and git-svn repositories currently"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Tags update mode used in git-svn, but the repo was not set up with tags"
msgstr ""
#: ../fdroidserver/build.py
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
msgstr ""
@ -1750,6 +1869,18 @@ msgstr ""
msgid "This repo already has local metadata: %s"
msgstr ""
#: ../fdroidserver/init.py
#, python-format
msgid ""
"To complete the setup, add your APKs to \"%s\"\n"
"then run \"fdroid update -c; fdroid update\". You might also want to edit\n"
"\"config.yml\" to set the URL, repo name, and more. You should also set up\n"
"a signing key (a temporary one might have been automatically generated).\n"
"\n"
"For more info: https://f-droid.org/docs/Setup_an_F-Droid_App_Repo\n"
"and https://f-droid.org/docs/Signing_Process"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
@ -1779,6 +1910,11 @@ msgstr ""
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unexpected symlink target: {link} -> {target}"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Unexpected text on same line as {field} in {linedesc}"
@ -1902,6 +2038,11 @@ msgstr ""
msgid "Unused scanignore path: %s"
msgstr ""
#: ../fdroidserver/common.py
#, python-format
msgid "Unzipping to %s"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Update repo information for new packages"
msgstr "Diweddaru gwybodaeth ystorfa am becynnau newydd"
@ -2085,6 +2226,10 @@ msgstr "dewis amwys: gall %(option)s gydweddu â %(matches)s"
msgid "ambiguous option: %s (%s?)"
msgstr "dewis amwys: %s (%s?)"
#: ../fdroidserver/common.py
msgid "apksigner not found! Cannot sign or verify modern APKs"
msgstr ""
#: ../fdroidserver/common.py
msgid "apksigner not found, it's required for signing!"
msgstr ""
@ -2212,6 +2357,11 @@ msgstr ""
msgid "created {path}"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "current version is newer: old vercode={old}, new vercode={new}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "deleting: repo/{apkfilename}"
@ -2337,6 +2487,11 @@ msgstr ""
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
msgstr ""
#: ../fdroidserver/checkupdates.py
#, python-brace-format
msgid "latest build recipe is newer: old vercode={old}, new vercode={new}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
@ -2379,6 +2534,10 @@ msgstr "dim dewis o'r fath: %s"
msgid "no version info found!"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "no version information found"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
#, python-format
@ -2497,6 +2656,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-format
msgid "scanner not cleanly run apkanalyzer: %s"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "shared library"
msgstr ""
@ -2644,6 +2808,11 @@ msgstr ""
msgid "{appid} from {path} is not a valid Java Package Name!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{appid} has both APKs and files: {files}"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{appid} is missing {name}"
@ -2725,6 +2894,11 @@ msgstr ""
msgid "{path} more than 200MB, manually upload: {url}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path}: {error}"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{url} does not end with \"fdroid\", check the URL path!"