1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

Merge branch 'weblate' into 'master'

fix typo in translatable string: s,itmes,items,g

See merge request fdroid/fdroidserver!1524
This commit is contained in:
Hans-Christoph Steiner 2024-09-10 16:05:35 +00:00
commit b7749ece8d
51 changed files with 1600 additions and 219 deletions

View File

@ -1195,7 +1195,7 @@ def upload_to_github_releases_repo(repo_conf, release_infos, global_gh_token):
if not token:
logging.warning(
_(
"One of the 'github_releases' config itmes is missing the "
"One of the 'github_releases' config items is missing the "
"'token' value. skipping ..."
)
)
@ -1206,7 +1206,7 @@ def upload_to_github_releases_repo(repo_conf, release_infos, global_gh_token):
if not conf_package_names:
logging.warning(
_(
"One of the 'github_releases' config itmes is missing the "
"One of the 'github_releases' config items is missing the "
"'packageNames' value. skipping ..."
)
)

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-01-17 16:52+0000\n"
"Last-Translator: Laachir <LaachirDeeper@users.noreply.hosted.weblate.org>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/f-droid/fdroidserver/ar/>\n"
@ -670,6 +670,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -687,6 +697,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1276,6 +1290,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1487,6 +1513,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1718,6 +1749,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1915,6 +1950,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1946,6 +1986,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2164,6 +2209,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2493,6 +2542,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2023-05-26 19:39+0000\n"
"Last-Translator: Mehrab Poladov <thepoladov@protonmail.com>\n"
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/f-droid/fdroidserver/az/>\n"
@ -667,6 +667,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -684,6 +694,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1271,6 +1285,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1482,6 +1508,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1713,6 +1744,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1910,6 +1945,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1941,6 +1981,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2159,6 +2204,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2486,6 +2535,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-01-21 00:08+0000\n"
"Last-Translator: flac <flac_twin@keemail.me>\n"
"Language-Team: Belarusian <https://hosted.weblate.org/projects/f-droid/fdroidserver/be/>\n"
@ -672,6 +672,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -689,6 +699,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1276,6 +1290,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1487,6 +1513,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1718,6 +1749,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1915,6 +1950,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1946,6 +1986,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2164,6 +2209,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2491,6 +2540,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.1b0\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-07-19 10:21+0000\n"
"Last-Translator: 109247019824 <stoyan@gmx.com>\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/bg/>\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1272,6 +1286,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1483,6 +1509,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1714,6 +1745,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1911,6 +1946,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1942,6 +1982,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2160,6 +2205,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2487,6 +2536,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -5,7 +5,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: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2021-02-12 09:48+0000\n"
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
"Language-Team: Bengali <https://hosted.weblate.org/projects/f-droid/fdroidserver/bn/>\n"
@ -667,6 +667,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -684,6 +694,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1271,6 +1285,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1482,6 +1508,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1713,6 +1744,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1910,6 +1945,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1941,6 +1981,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2159,6 +2204,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2487,6 +2536,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1311,11 +1311,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -1302,11 +1302,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -1306,11 +1306,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

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: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\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"
@ -675,6 +675,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -692,6 +702,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1279,6 +1293,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1490,6 +1516,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1732,6 +1763,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1929,6 +1964,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1960,6 +2000,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2182,6 +2227,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2514,6 +2563,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1319,11 +1319,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-05-10 13:24+0000\n"
"Last-Translator: ΣΤΑΥΡΟΣ ΔΑΛΙΑΚΟΠΟΥΛΟΣ <stavros.daliakopoulos@gmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/f-droid/fdroidserver/el/>\n"
@ -674,6 +674,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -691,6 +701,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1278,6 +1292,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1489,6 +1515,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1720,6 +1751,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1917,6 +1952,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1948,6 +1988,12 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#| msgid "using Apache libcloud to sync with {url}"
msgid "Using rclone to sync with: {url}"
msgstr "χρήση Apache libcloud για συγχρονισμό με {url}"
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2166,6 +2212,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2494,6 +2544,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-05-26 07:09+0000\n"
"PO-Revision-Date: 2024-09-10 13:17+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/f-droid/fdroidserver/es/>\n"
"Language: es\n"
@ -26,7 +26,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -688,12 +688,12 @@ msgstr "ERROR: host git no soportado \"%s\", ¡parches bienvenidos!"
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
msgstr "ERROR: ¡{key} en {path} no es un \"archivo\" o un \"repositorio\"!"
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
msgstr "ERROR: ¡{key}:{subkey} en {path} no está en las claves permitidas: {allowed_keys}!"
#: ../fdroidserver/__main__.py
#, python-brace-format
@ -716,7 +716,7 @@ msgstr "¡La variable de entorno {var} de {configname} no tiene valor asignado!"
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
msgstr "Error desplegando 'github_releases', {} no está presente. (Puede que necesites ejecutar `fdroid update` primero)"
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
@ -1307,15 +1307,15 @@ msgstr "Maquina desconectada. Saltando la generación del repositorio espejo git
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'projectUrl'. omitiendo ..."
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgstr ""
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr "A uno de los elementos de configuración de 'github_releases' le falta el valor 'packageNames'. omitiendo ..."
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgstr ""
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'token'. Omitiendo ..."
#: ../fdroidserver/update.py
#, python-brace-format
@ -1531,7 +1531,7 @@ msgstr "Ejecutar en repositorio git con cambios pendientes"
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
msgstr "Ejecutar sobre {cibase} para encontrar -debug.apk. y omitir repo_basedir {repo_basedir}"
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
@ -1772,9 +1772,8 @@ msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in con
msgstr "¡Para usar awsbucket hay que configurar también awssecretkey y awsaccesskeyid en config.yml!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr "¡Para usar awsbucket hay que configurar también awssecretkey y awsaccesskeyid en config.yml!"
msgstr "¡Para utilizar rclone, rclone_config y awsbucket deben estar configurados en config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
@ -1974,9 +1973,9 @@ msgid "Using \"{path}\" for configuring s3cmd."
msgstr "Usando \"{path}\" para configurar s3cmd."
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr "Usando \"{path}\" para configurar s3cmd."
msgstr "Usando \"{path}\" para sincronizar con almacenamiento remoto."
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
@ -2010,9 +2009,9 @@ msgid "Using existing keystore \"{path}\""
msgstr "Usando almacén de claves existente \"{path}\""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr "Usando s3cmd para sincronizar con: {url}"
msgstr "Usando rclone para sincronizar con: {url}"
#: ../fdroidserver/deploy.py
#, python-brace-format
@ -2234,7 +2233,7 @@ msgstr "eliminando: repo/{apkfilename}"
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
msgstr "archivo de dependencia sin bloqueo"
#: ../fdroidserver/common.py
#, python-brace-format
@ -2564,9 +2563,9 @@ msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr "s3cmd sync indexa {path} a {url} y elimina"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr "s3cmd sync indexa {path} a {url} y elimina"
msgstr "s3cmd sincroniza los índices de {path} a {url} y borra los eliminados"
#: ../fdroidserver/scanner.py
#, python-brace-format

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2021-04-10 21:26+0000\n"
"Last-Translator: Germe the fur star <FOSSgerme.deb@tuta.io>\n"
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
@ -679,6 +679,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -696,6 +706,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1286,6 +1300,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1499,6 +1525,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1730,6 +1761,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1927,6 +1962,11 @@ msgstr "Utilizar la fecha del APK en vez de la actual para los APKs nuevos que s
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1958,6 +1998,12 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#| msgid "using Apache libcloud to sync with {url}"
msgid "Using rclone to sync with: {url}"
msgstr "usando libcloud de Apache para sincronizar con {url}"
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2179,6 +2225,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2511,6 +2561,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2020-04-29 12:49+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_MX/>\n"
@ -672,6 +672,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -689,6 +699,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1276,6 +1290,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1487,6 +1513,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1718,6 +1749,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1915,6 +1950,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1946,6 +1986,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2164,6 +2209,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2492,6 +2541,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -666,6 +666,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -683,6 +693,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1270,6 +1284,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1481,6 +1507,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1712,6 +1743,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1909,6 +1944,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1940,6 +1980,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2158,6 +2203,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2485,6 +2534,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-07-23 04:12+0000\n"
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>\n"
"Language-Team: Persian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fa/>\n"
@ -670,6 +670,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -687,6 +697,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1274,6 +1288,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1485,6 +1511,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1716,6 +1747,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1913,6 +1948,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1944,6 +1984,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2162,6 +2207,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2489,6 +2538,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1291,11 +1291,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2021-08-23 01:29+0000\n"
"Last-Translator: Kaantaja <ufdbvgoljrjkrkyyub@ianvvn.com>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/f-droid/fdroidserver/fi/>\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1272,6 +1286,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1483,6 +1509,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1714,6 +1745,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1911,6 +1946,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1942,6 +1982,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2160,6 +2205,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2487,6 +2536,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -41,15 +41,15 @@ msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-06-09 16:09+0000\n"
"Last-Translator: Christopher Forzy <christopher.forzy@ecomail.fr>\n"
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: French <https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.6-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -254,9 +254,9 @@ msgid "A URL is required as an argument!"
msgstr "Une URL est requise en argument !"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "APK signatures have different certificates in {path}:"
msgstr "Aucun certificat signé trouvé dans {path}"
msgstr ""
#: ../fdroidserver/__main__.py
msgid "Add PGP signatures using GnuPG for packages in repo"
@ -875,7 +875,7 @@ msgstr "Plusieurs fichiers de bloc de signature JAR trouvé à {path}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Found multiple Signer Certificates!"
msgstr "Plusieurs certificats de signature ont étés trouvés pour le référentiel."
msgstr "Plusieurs certificats de signature ont étés trouvés!"
#: ../fdroidserver/metadata.py
#, python-brace-format
@ -1295,7 +1295,7 @@ msgstr "Aucun dossier non signé — il n'y a rien à faire"
#: ../fdroidserver/__main__.py
#, fuzzy
msgid "No version information could be found."
msgstr "aucune information sur la version na été trouvée"
msgstr "Aucune information sur la version na été trouvée."
#: ../fdroidserver/common.py
msgid "Not a valid size definition: \"{}\""
@ -1337,11 +1337,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
@ -1468,9 +1468,8 @@ msgid "Pushing binary transparency log to {url}"
msgstr "Envoyer les logs de transparence de la compilation vers {url}"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "Pushing to remote server failed!"
msgstr "Impossible de définir la branche par défaut du Git distant : \"%s\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
@ -1767,9 +1766,7 @@ msgstr "Voici les applications qui ont été archivées à partir du dépôt pri
#: ../fdroidserver/mirror.py
#, fuzzy
msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB."
msgstr ""
"ERREUR : cette commande ne devrait jamais être utilisée pour copier f-droid.org !\n"
"Une copie de f-droid.org occupe plus de 200GB."
msgstr "Cette commande ne devrait jamais être utilisée pour copier f-droid.org! Une copie occupe plus de 600GB."
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
@ -1948,7 +1945,7 @@ msgstr "UpdateCheckData URL non valide : {url}"
#: ../fdroidserver/lint.py
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
msgstr "UpdateCheckMode est configuré mais on dirait que checkupdates n'a pas encore été lancé"
msgstr "UpdateCheckMode est configuré mais on dirait que checkupdates n'a pas encore été lancé."
#. Translators: https://developer.android.com/studio/build/application-id
#: ../fdroidserver/lint.py
@ -2426,9 +2423,9 @@ msgid "mirror '%s' does not end with 'fdroid'!"
msgstr "le miroir «%s» ne se termine pas par «fdroid» !"
#: ../fdroidserver/index.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "mirrors set twice, in config.yml and {path}!"
msgstr "Maintenant, définissez-les dans config.yml:"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
@ -2612,9 +2609,8 @@ msgid "scanner cache is malformed! You can clear it with: '{clear}'"
msgstr "l'analyse du cache est mal formée ! Vous pouvez le nettoyer avec : '{clear}'"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "serverwebroot: path does not end with \"fdroid\", perhaps you meant one of these:"
msgstr "local_copy_dir ne semble pas se terminer avec \"fdroid\", peut être voulez-vous dire: \"{path}\""
msgstr ""
#: ../fdroidserver/scanner.py
msgid "shared library"
@ -2831,9 +2827,9 @@ msgid "{path} is not \"key: value\" dict, but a {datatype}!"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "{path} is not a standard config file!"
msgstr "'sdk_path' n'est pas configuré dans 'config.yml' !"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2021-07-01 15:29+0000\n"
"Last-Translator: Vancha March <tjipkevdh@gmail.com>\n"
"Language-Team: Frisian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fy/>\n"
@ -667,6 +667,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -684,6 +694,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1271,6 +1285,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1482,6 +1508,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1713,6 +1744,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1910,6 +1945,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1941,6 +1981,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2159,6 +2204,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2487,6 +2536,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.1b0\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-08-18 06:27+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/f-droid/fdroidserver/he/>\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1272,6 +1286,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1483,6 +1509,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1714,6 +1745,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1911,6 +1946,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1942,6 +1982,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2160,6 +2205,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2487,6 +2536,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,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: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2023-02-22 11:24+0000\n"
"Last-Translator: Saurmandal <saurmandal@protonmail.com>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/f-droid/fdroidserver/hi/>\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1272,6 +1286,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1483,6 +1509,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1714,6 +1745,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1911,6 +1946,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1942,6 +1982,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2160,6 +2205,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2488,6 +2537,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1308,11 +1308,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2021-06-23 23:32+0000\n"
"Last-Translator: whenwesober <naomi16i_1298q@cikuh.com>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/f-droid/fdroidserver/id/>\n"
@ -671,6 +671,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -688,6 +698,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1275,6 +1289,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1486,6 +1512,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1716,6 +1747,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1913,6 +1948,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1944,6 +1984,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2161,6 +2206,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2488,6 +2537,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,7 @@
# IvanDan <ivandanza@gmail.com>, 2020, 2021.
# Massimiliano Caniparoli <massic80@gmail.com>, 2020.
# x <hardwired1.0@protonmail.com>, 2020, 2021.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2024.
# Francesco Saltori <francescosaltori@gmail.com>, 2020.
# Francesco Esposito <email@francescoesposito.org>, 2021.
# mondstern <mondstern@snopyta.org>, 2021.
@ -22,15 +22,15 @@ msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-04-13 17:01+0000\n"
"Last-Translator: Random <random-r@users.noreply.hosted.weblate.org>\n"
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.5-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -235,9 +235,9 @@ msgid "A URL is required as an argument!"
msgstr "È richiesto un URL come argomento!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "APK signatures have different certificates in {path}:"
msgstr "Nessun certificato di firma trovato in {path}"
msgstr ""
#: ../fdroidserver/__main__.py
msgid "Add PGP signatures using GnuPG for packages in repo"
@ -854,9 +854,8 @@ msgid "Found multiple JAR Signature Block Files in {path}"
msgstr "Trovati più file di blocco della firma JAR in {path}"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Found multiple Signer Certificates!"
msgstr "Trovati più certificati di firma per il repository."
msgstr "Trovati più certificati di firma per il repository!"
#: ../fdroidserver/metadata.py
#, python-brace-format
@ -1274,9 +1273,8 @@ msgid "No unsigned directory - nothing to do"
msgstr "Nessuna directory non firmata - niente da fare"
#: ../fdroidserver/__main__.py
#, fuzzy
msgid "No version information could be found."
msgstr "nessuna informazione sulla versione trovata"
msgstr "Nessuna informazione sulla versione trovata."
#: ../fdroidserver/common.py
msgid "Not a valid size definition: \"{}\""
@ -1318,11 +1316,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
@ -1449,9 +1447,8 @@ msgid "Pushing binary transparency log to {url}"
msgstr "Invio del log di trasparenza binaria su {url}"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "Pushing to remote server failed!"
msgstr "Set-head remoto Git non riuscito: \"%s\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
@ -1748,9 +1745,7 @@ msgstr "Queste sono le applicazioni che sono state archiviate dal repo principal
#: ../fdroidserver/mirror.py
#, fuzzy
msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB."
msgstr ""
"ERRORE: questo comando non deve mai essere utilizzato per il mirror f-droid.org!\n"
"Lintero mirror di f-droid.org richiede più di 200GB."
msgstr "Questo comando non deve mai essere utilizzato per il mirror f-droid.org! Lintero mirror richiede più di 600GB."
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
@ -2405,9 +2400,9 @@ msgid "mirror '%s' does not end with 'fdroid'!"
msgstr "il mirror '%s' non finisce con 'fdroid'!"
#: ../fdroidserver/index.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "mirrors set twice, in config.yml and {path}!"
msgstr "Ora imposta i seguenti campi in config.yml:"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
@ -2591,9 +2586,8 @@ msgid "scanner cache is malformed! You can clear it with: '{clear}'"
msgstr "la cache dello scanner è malformata! Puoi svuotarla con: '{clear}'"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "serverwebroot: path does not end with \"fdroid\", perhaps you meant one of these:"
msgstr "local_copy_dir not finisce con \"fdroid\", forse intendevi: \"{path}\""
msgstr ""
#: ../fdroidserver/scanner.py
msgid "shared library"
@ -2810,9 +2804,9 @@ msgid "{path} is not \"key: value\" dict, but a {datatype}!"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "{path} is not a standard config file!"
msgstr "\"sdk_path\" non impostato in config.yml!"
msgstr ""
#: ../fdroidserver/index.py
#, python-brace-format

View File

@ -6,7 +6,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: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-02-25 05:52+0000\n"
"Last-Translator: Suguru Hirahara <shirahara@users.noreply.hosted.weblate.org>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
@ -666,6 +666,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -683,6 +693,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1270,6 +1284,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1481,6 +1507,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1711,6 +1742,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1908,6 +1943,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1939,6 +1979,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2156,6 +2201,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2482,6 +2531,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
"Last-Translator: R_SACI <rgebbid@gmail.com>\n"
"Language-Team: Kabyle <https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/>\n"
@ -670,6 +670,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -687,6 +697,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1276,6 +1290,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1487,6 +1513,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1718,6 +1749,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1915,6 +1950,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1946,6 +1986,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr "Aseqdec n tqeffalt n uḥraz \"{path}\""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2164,6 +2209,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2492,6 +2541,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1297,11 +1297,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.3a1\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-08-14 18:07+0000\n"
"Last-Translator: \"Coool (github.com/Coool)\" <coool@mail.lv>\n"
"Language-Team: Latvian <https://hosted.weblate.org/projects/f-droid/fdroidserver/lv/>\n"
@ -667,6 +667,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -684,6 +694,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1271,6 +1285,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1482,6 +1508,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1713,6 +1744,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1910,6 +1945,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1941,6 +1981,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2159,6 +2204,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2486,6 +2535,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -7,7 +7,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: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2023-06-23 14:52+0000\n"
"Last-Translator: abe1242 <abmdn1242@gmail.com>\n"
"Language-Team: Malayalam <https://hosted.weblate.org/projects/f-droid/fdroidserver/ml/>\n"
@ -672,6 +672,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -689,6 +699,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1276,6 +1290,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1487,6 +1513,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1721,6 +1752,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1918,6 +1953,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1949,6 +1989,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2167,6 +2212,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2494,6 +2543,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1347,11 +1347,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-01-03 09:07+0000\n"
"Last-Translator: Issa1553 <fairfull.playing@gmail.com>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/f-droid/fdroidserver/nl/>\n"
@ -676,6 +676,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -693,6 +703,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1280,6 +1294,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1491,6 +1517,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1722,6 +1753,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1919,6 +1954,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1950,6 +1990,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2168,6 +2213,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2496,6 +2545,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -3,22 +3,22 @@
# WaldiS <sto@tutanota.de>, 2020, 2021, 2024.
# Michal L <michalrmsmi@wp.pl>, 2020, 2021.
# mondstern <mondstern@snopyta.org>, 2021.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2021.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2021, 2024.
# Agnieszka C <aga_04@o2.pl>, 2021, 2022, 2023, 2024.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-08-23 10:34+0000\n"
"Last-Translator: WaldiS <sto@tutanota.de>\n"
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.7.1-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -1306,11 +1306,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
@ -2785,9 +2785,9 @@ msgid "{path} has bad file signature \"{pattern}\", possible Janus exploit!"
msgstr "{path} ma zły podpis pliku \"{pattern}\", możliwe wykorzystanie Janusa!"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "{path} has been flagged by virustotal {count} times:"
msgstr "{ścieżka} została oznaczona przez virustotal {liczba} razy:"
msgstr "{path} została oznaczona przez virustotal {count} razy:"
#: ../fdroidserver/common.py
#, python-brace-format

View File

@ -1301,11 +1301,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -2,7 +2,7 @@
# Copyright (C) YEAR Free Software Foundation, Inc.
# Wellington Terumi Uemura <wellingtonuemura@gmail.com>, 2020.
# André Marcelo Alvarenga <andrealvarenga@gmx.net>, 2020.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2024.
# Rafael Fontenelle <rafaelff@gnome.org>, 2020, 2021.
# ssantos <ssantos@web.de>, 2020.
# The Cats <philosoph@snopyta.org>, 2020.
@ -11,20 +11,21 @@
# The Cats <philosoph@danwin1210.de>, 2023.
# lucasmz-dev <git@lucasmz.dev>, 2024.
# Jose Delvani <delvani.eletricista@gmail.com>, 2024.
# Jose Delvani <jsdelvani@users.noreply.hosted.weblate.org>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-07-07 07:41+0000\n"
"Last-Translator: lucasmz-dev <git@lucasmz.dev>\n"
"PO-Revision-Date: 2024-09-10 13:17+0000\n"
"Last-Translator: Jose Delvani <jsdelvani@users.noreply.hosted.weblate.org>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.7-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -686,12 +687,12 @@ msgstr "ERRO: host de git \"%s\" não suportado, patches são bem-vindos!"
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
msgstr "ERRO: {key} em {path} não é um \"arquivamento\" ou \"repositório\"!"
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
msgstr "ERRO: {key}:{subkey} em {path} não está nas chaves permitidas: {allowed_keys}!"
#: ../fdroidserver/__main__.py
#, python-brace-format
@ -714,7 +715,7 @@ msgstr "A variável de ambiente {var} de {configname} não está definida!"
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
msgstr "Erro ao implementar 'github_releases', {} não está presente. (Talvez seja necessário executar `fdroid update` primeiro)"
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
@ -1305,15 +1306,15 @@ msgstr "A máquina está desconectada, pulando geração de espelhos de git até
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'projectUrl'. ignorando ..."
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgstr ""
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'packageNames'. ignorando ..."
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgstr ""
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'token'. ignorando ..."
#: ../fdroidserver/update.py
#, python-brace-format
@ -1529,7 +1530,7 @@ msgstr "Executar no repositório do Git que tenha alterações não confirmadas"
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
msgstr "Execute {cibase} para encontrar -debug.apk. e ignore repo_basedir {repo_basedir}"
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
@ -1770,9 +1771,8 @@ msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in con
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.yml!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr "Para usar awsbucket, os awssecretkey e awsaccesskeyid também devem ser definidos no config.yml!"
msgstr "Para usar rclone, rclone_config e awsbucket devem ser configurados em config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
@ -1912,7 +1912,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}"
#: ../fdroidserver/lint.py
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado"
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado."
#. Translators: https://developer.android.com/studio/build/application-id
#: ../fdroidserver/lint.py
@ -1972,9 +1972,9 @@ msgid "Using \"{path}\" for configuring s3cmd."
msgstr "Usando \"{path}\" para configurar s3cmd."
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr "Usando \"{path}\" para configurar s3cmd."
msgstr "Usando \"{path}\" para sincronização com armazenamento remoto."
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
@ -2008,9 +2008,9 @@ msgid "Using existing keystore \"{path}\""
msgstr "Utilizando armazenamento de chave existente \"{path}\""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr "Usando s3cmd para sincronizar com: {url}"
msgstr "Usando rclone para sincronizar com: {url}"
#: ../fdroidserver/deploy.py
#, python-brace-format
@ -2232,7 +2232,7 @@ msgstr "apagando: repo/{apkfilename}"
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
msgstr "arquivo de dependência sem bloqueio"
#: ../fdroidserver/common.py
#, python-brace-format
@ -2562,9 +2562,9 @@ msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr "s3cmd sincroniza índices {path} para {url} e exclui"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr "s3cmd sincroniza índices {path} para {url} e exclui"
msgstr "s3cmd sincroniza os índices de {path} para {url} e exclui os índices removidos"
#: ../fdroidserver/scanner.py
#, python-brace-format

View File

@ -3,22 +3,22 @@
# This file is distributed under the same license as the PACKAGE package.
# Manuela Silva <mmsrs@sky.com>, 2020.
# ssantos <ssantos@web.de>, 2020, 2021, 2022, 2023, 2024.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2022.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2022, 2024.
# Peter J. Mello <admin@petermello.net>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-08-12 18:05+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/>\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.7-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -1302,11 +1302,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
@ -1906,7 +1906,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}"
#: ../fdroidserver/lint.py
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado"
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado."
#. Translators: https://developer.android.com/studio/build/application-id
#: ../fdroidserver/lint.py

View File

@ -10,15 +10,15 @@ msgstr ""
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-05-17 08:01+0000\n"
"Last-Translator: Licaon Kter <licaon.kter@protonmail.com>\n"
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ro/>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n"
"X-Generator: Weblate 5.6-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -226,7 +226,7 @@ msgstr "Un URL este necesar ca argument!"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "APK signatures have different certificates in {path}:"
msgstr "Semnăturile APK au certificate diferite în {path}"
msgstr "Semnăturile APK au certificate diferite în {path}:"
#: ../fdroidserver/__main__.py
msgid "Add PGP signatures using GnuPG for packages in repo"
@ -1304,11 +1304,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -1315,11 +1315,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1272,6 +1286,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1483,6 +1509,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1715,6 +1746,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1912,6 +1947,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1943,6 +1983,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2162,6 +2207,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2490,6 +2539,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1,13 +1,13 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Besnik Bleta <besnik@programeshqip.org>, 2020, 2021, 2022, 2023, 2024.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2021.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2021, 2024.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-02-20 18:58+0000\n"
"PO-Revision-Date: 2024-09-10 10:20+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/>\n"
"Language: sq\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.5-dev\n"
"X-Generator: Weblate 5.8-dev\n"
#: ../fdroidserver/nightly.py
msgid ""
@ -220,9 +220,9 @@ msgid "A URL is required as an argument!"
msgstr "Lypset një URL si argument!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "APK signatures have different certificates in {path}:"
msgstr "Su gjetën dëshmi nënshkrimi te {path}"
msgstr "Nënshkrimet APK kanë dëshmi të ndryshme te {path}:"
#: ../fdroidserver/__main__.py
msgid "Add PGP signatures using GnuPG for packages in repo"
@ -302,9 +302,8 @@ msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode
msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”"
#: ../fdroidserver/lint.py
#, fuzzy
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”"
msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, ose 0, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”"
#: ../fdroidserver/lint.py
#, python-brace-format
@ -839,9 +838,8 @@ msgid "Found multiple JAR Signature Block Files in {path}"
msgstr "Te {path} u gjetën Kartela të shumta JAR Blloqesh Nënshkrimi"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Found multiple Signer Certificates!"
msgstr "U gjetën dëshmi të shumta nënshkrimi për depon."
msgstr "U gjetën Dëshmi të shumta Nënshkruesi!"
#: ../fdroidserver/metadata.py
#, python-brace-format
@ -908,9 +906,8 @@ msgid "Git reset failed"
msgstr "Veprimi “git reset” dështoi"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Git submodule deinit failed"
msgstr "Veprimi “git submodule update” dështoi"
msgstr "Veprimi “git submodule deinit” dështoi"
#: ../fdroidserver/common.py
msgid "Git submodule sync failed"
@ -1259,9 +1256,8 @@ msgid "No unsigned directory - nothing to do"
msgstr "Ska drejtori të panënshkruar - ska çbëhet"
#: ../fdroidserver/__main__.py
#, fuzzy
msgid "No version information could be found."
msgstr "su gjetën hollësi versioni"
msgstr "Su gjetën hollësi versioni."
#: ../fdroidserver/common.py
msgid "Not a valid size definition: \"{}\""
@ -1303,11 +1299,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
@ -1434,9 +1430,8 @@ msgid "Pushing binary transparency log to {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "Pushing to remote server failed!"
msgstr "Veprimi “git remote set-head” dështoi: “%s”"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
@ -1472,9 +1467,8 @@ msgid "Reading {apkfilename} from cache"
msgstr "Po lexohet {apkfilename} prej fshehtine"
#: ../fdroidserver/build.py
#, fuzzy
msgid "Refresh and cache scanner rules and signatures from the network"
msgstr "sill nga interneti versionin më të ri të nënshkrimeve"
msgstr "Rifresko dhe ruaj në fshehtinë rregulla skaneri nga rrjeti"
#: ../fdroidserver/common.py
msgid "Removing specified files"
@ -1731,11 +1725,8 @@ msgid "These are the apps that have been archived from the main repo."
msgstr "Këto janë aplikacionet që janë arkivuar nga depoja kryesore."
#: ../fdroidserver/mirror.py
#, fuzzy
msgid "This command should never be used to mirror f-droid.org! A full copy requires more than 600GB."
msgstr ""
"GABIM: ky urdhër sduhet përdorur kurrë për krijimin e një pasqyre të f-droid.org!\n"
"Një pasqyrë e plotë e f-droid.org lyp më tepër se 200GB."
msgstr "Ky urdhër sduhet përdorur kurrë për krijimin e një pasqyre të f-droid.org! Një kopje e plotë lyp më tepër se 600GB."
#: ../fdroidserver/common.py
msgid "This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."
@ -1771,9 +1762,8 @@ msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in con
msgstr "Për të përdorur awsbucket, te config.yml duhen ujdisur edhe awssecretkey dhe awsaccesskey!"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr "Për të përdorur awsbucket, te config.yml duhen ujdisur edhe awssecretkey dhe awsaccesskey!"
msgstr "Që të përdorni rclone, rclone_config dhe awsbucket duhen ujdisur te config.yml!"
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
@ -1913,11 +1903,10 @@ msgstr "UpdateCheckData sështë URL e vlefshme: {url}"
#: ../fdroidserver/lint.py
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates sështë xhiruar ende"
msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates sështë xhiruar ende."
#. Translators: https://developer.android.com/studio/build/application-id
#: ../fdroidserver/lint.py
#, fuzzy
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates sështë xhiruar ende"
@ -1949,9 +1938,8 @@ msgid "Usage: %s\n"
msgstr "Përdorim: %s\n"
#: ../fdroidserver/lint.py
#, fuzzy
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
msgstr "Për të treguar një kartelë te dega parazgjedhje, përdorni /HEAD, në vend se /master"
msgstr "Për të treguar një kartelë te dega parazgjedhje, përdorni /HEAD, në vend se /master apo /main"
#: ../fdroidserver/lint.py
msgid "Use /HEAD instead of /master to point at a file in the default branch"
@ -1975,9 +1963,9 @@ msgid "Using \"{path}\" for configuring s3cmd."
msgstr "Po përdoret “{path}” për formësim të s3cmd."
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr "Po përdoret “{path}” për formësim të s3cmd."
msgstr "Po përdoret “{path}” për njëkohësim me depozitë të largët."
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
@ -1988,9 +1976,8 @@ msgid "Using APK Signature v3"
msgstr "Po përdoret Nënshkrimi APK-je v3"
#: ../fdroidserver/common.py
#, fuzzy
msgid "Using JAR Signature"
msgstr "Po përdoret Nënshkrimi APK-je v2"
msgstr "Po përdoret Nënshkrim JAR"
#: ../fdroidserver/common.py
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
@ -2012,9 +1999,9 @@ msgid "Using existing keystore \"{path}\""
msgstr "Po përdoret depo ekzistuese kyçesh “{path}”"
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr "Po përdoret s3cmd për njëkohësim me: {url}"
msgstr "Po përdoret rclone për njëkohësim me: {url}"
#: ../fdroidserver/deploy.py
#, python-brace-format
@ -2208,9 +2195,8 @@ msgid "could not parse '{path}'"
msgstr "su përtyp dot '{path}'"
#: ../fdroidserver/common.py
#, fuzzy
msgid "could not parse srclib spec (no name specified): '{}'"
msgstr "su përtyp dot specifikim scrlib (su dha referencë): '{}'"
msgstr "su përtyp dot specifikim scrlib (su dha emër): '{}'"
#: ../fdroidserver/common.py
msgid "could not parse srclib spec (no ref specified): '{}'"
@ -2391,9 +2377,9 @@ msgid "mirror '%s' does not end with 'fdroid'!"
msgstr "pasqyra '%s' spërfundon me 'fdroid'!"
#: ../fdroidserver/index.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "mirrors set twice, in config.yml and {path}!"
msgstr "Tani, ujdisini këto te config.yml:"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
@ -2564,12 +2550,12 @@ msgstr "ruamel.yaml sështë i instaluar, smund të shkruhen tejtëdhëna.
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
@ -2577,9 +2563,8 @@ msgid "scanner cache is malformed! You can clear it with: '{clear}'"
msgstr "fshehtina e kontrollorit është e keqformuar! Mund ta spastroni me: “{clear}”"
#: ../fdroidserver/deploy.py
#, fuzzy
msgid "serverwebroot: path does not end with \"fdroid\", perhaps you meant one of these:"
msgstr "local_copy_dir does smbaron me “fdroid”, ndoshta kishit në mendje: “{path}”"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "shared library"
@ -2796,19 +2781,19 @@ msgid "{path} is not \"key: value\" dict, but a {datatype}!"
msgstr ""
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
#, python-brace-format
msgid "{path} is not a standard config file!"
msgstr "'sdk_path' te 'config.yml' sështë ujdisur!"
msgstr "{path} sështë kartelë standarde formësimi!"
#: ../fdroidserver/index.py
#, python-brace-format
msgid "{path} is not list, but a {datatype}!"
msgstr ""
msgstr "{path} sështë listë, por një {datatype}!"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{path} is not {expected_type}, but a {datatype}!"
msgstr ""
msgstr "{path} sështë {expected_type}, por një {datatype}!"
#: ../fdroidserver/update.py
#, python-brace-format

View File

@ -3,13 +3,14 @@
# Саша Петровић <salepetronije@gmail.com>, 2022.
# Đorđe Vasiljević <djordje.vasiljevich@gmail.com>, 2022.
# Reno Tx <renotx@users.noreply.hosted.weblate.org>, 2024.
# Hans-Christoph Steiner <hans@guardianproject.info>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.1b0\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-09-07 00:41+0000\n"
"Last-Translator: Reno Tx <renotx@users.noreply.hosted.weblate.org>\n"
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
"Language-Team: Serbian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sr/>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
@ -1202,7 +1203,7 @@ msgstr "Нема информација."
#: ../fdroidserver/checkupdates.py
msgid "No matching tags found"
msgstr "Нема одговарајућих ознака."
msgstr "Нема одговарајућих ознака"
#: ../fdroidserver/update.py
#, python-brace-format
@ -1302,11 +1303,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-04-24 08:39+0000\n"
"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/>\n"
@ -673,6 +673,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -690,6 +700,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1277,6 +1291,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1488,6 +1514,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1719,6 +1750,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1916,6 +1951,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1947,6 +1987,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2165,6 +2210,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2493,6 +2542,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1300,11 +1300,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2024-01-25 11:40+0000\n"
"Last-Translator: Naveen <naveen.sakthivel@tutanota.com>\n"
"Language-Team: Tamil <https://hosted.weblate.org/projects/f-droid/fdroidserver/ta/>\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1272,6 +1286,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1483,6 +1509,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1714,6 +1745,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1911,6 +1946,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1942,6 +1982,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2160,6 +2205,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2488,6 +2537,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1301,11 +1301,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.1-681-gc19e8952\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2020-10-29 08:32+0000\n"
"Last-Translator: Hakim Oubouali <hakim.oubouali.skr@gmail.com>\n"
"Language-Team: Central Atlas Tamazight <https://hosted.weblate.org/projects/f-droid/fdroidserver/tzm/>\n"
@ -667,6 +667,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -684,6 +694,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1271,6 +1285,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1482,6 +1508,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1713,6 +1744,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1910,6 +1945,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1941,6 +1981,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2159,6 +2204,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2487,6 +2536,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2024-05-13 13:50+0200\n"
"POT-Creation-Date: 2024-09-10 10:50+0200\n"
"PO-Revision-Date: 2018-06-08 03:44+0000\n"
"Last-Translator: ۋولقان <nureliosman@gmail.com>\n"
"Language-Team: Uyghur <https://hosted.weblate.org/projects/f-droid/fdroidserver/ug/>\n"
@ -668,6 +668,16 @@ msgstr ""
msgid "ERROR: unsupported git host \"%s\", patches welcome!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key} in {path} is not \"archive\" or \"repo\"!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "ERROR: {key}:{subkey} in {path} is not in allowed keys: {allowed_keys}!"
msgstr ""
#: ../fdroidserver/__main__.py
#, python-brace-format
msgid "Encoding is set to '{enc}' fdroid might run into encoding issues. Please set it to 'UTF-8' for best results."
@ -685,6 +695,10 @@ msgstr ""
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
msgstr ""
#: ../fdroidserver/import_subcommand.py
msgid "Error while getting repo address"
msgstr ""
@ -1273,6 +1287,18 @@ msgstr ""
msgid "Offline machine, skipping git mirror generation until `fdroid deploy`"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'projectUrl' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1484,6 +1510,11 @@ msgstr ""
msgid "Run on git repo that has uncommitted changes"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Run rewritemeta to fix formatting"
msgstr ""
@ -1715,6 +1746,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use rclone, rclone_config and awsbucket must be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1912,6 +1947,11 @@ msgstr ""
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using \"{path}\" for syncing with remote storage."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using APK Signature v2"
msgstr ""
@ -1943,6 +1983,11 @@ msgstr ""
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using rclone to sync with: {url}"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
@ -2161,6 +2206,10 @@ msgstr ""
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: ../fdroidserver/scanner.py
msgid "dependency file without lock"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "deployed process log {path} to {dest}"
@ -2489,6 +2538,11 @@ msgstr ""
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
#: ../fdroidserver/deploy.py
#, python-brace-format
msgid "s3cmd syncs indexes from {path} to {url} and deletes removed"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "scanner cache is malformed! You can clear it with: '{clear}'"

View File

@ -1309,11 +1309,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -1327,11 +1327,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py

View File

@ -1317,11 +1317,11 @@ msgid "One of the 'github_releases' config items is missing the 'projectUrl' val
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'packageNames' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'packageNames' value. skipping ..."
msgstr ""
#: ../fdroidserver/deploy.py
msgid "One of the 'github_releases' config itmes is missing the 'token' value. skipping ..."
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
msgstr ""
#: ../fdroidserver/update.py